flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.
[gcc.git] / gcc / ChangeLog
1 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
2
3 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
4 can occur outside of an EH region.
5 * except.c: Correct comments about rethrow behavior.
6 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
7
8 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
9
10 * flow.c (make_edges): Always call make_eh_edge for calls.
11
12 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
13
14 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
15 (struct cpp_buffer): Remove fname and underflow fields.
16 (struct cpp_reader): Remove get_token field.
17 (struct include_hash): Rename to struct ihash. Add typedef to
18 IHASH.
19 (struct if_stack): Remove fname field.
20 (IF_STACK_FRAME): Rename to IF_STACK.
21
22 * cpperror.c (print_containing_files): Trust that there are no
23 macro buffers below the top file buffer.
24 * cppfiles.c: Replace all references to 'struct include_hash'
25 with 'IHASH'. Rename initialize_input_buffer to
26 init_input_buffer. Don't set or reference cpp_buffer->fname,
27 use buffer->ihash->name instead.
28 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
29 not CPP_NULL_BUFFER.
30 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
31 IF_STACK_FRAME, IHASH not struct include_hash.
32 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
33 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
34 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
35 references to cpp_buffer->fname (delete entirely, or use
36 ->ihash->name instead) and IF_STACK->fname.
37 (cpp_push_buffer): Don't set new->underflow.
38 (do_include): Use cpp_file_buffer.
39
40 * cpphash.c (collect_formal_parameters): Remove duplicate
41 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
42 used as a macro argument name. Don't append "..." to namebuf
43 for varargs macros. After we're done scanning, go through
44 namebuf and make it NUL separated, not comma separated.
45 (_cpp_compare_defs): Remove register tag from variables.
46 Expect defn->argnames to be NUL separated.
47 (_cpp_dump_definition): Expect defn->argnames to be NUL
48 separated and in forward order.
49 * cpphash.h: Update documentation of argnames field.
50
51 2000-03-08 Richard Henderson <rth@cygnus.com>
52
53 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
54 to fail. Don't pre-expand the source operand.
55
56 * i386.md (strlensi): Initialize eoschar and align before use.
57
58 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
59
60 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
61 CONSTRUCTOR element.
62
63 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
64
65 * mips.c (mips_expand_prologue): If the last
66 named argument is the vararg marker "va_list", treat it as
67 an unnamed argument.
68
69 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
70
71 * dbxout.c (dbxout_parms): When correcting for promoted
72 big-endian parameters, use the mode of the DECL_RTL rather
73 than UNITS_PER_WORD.
74
75 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
76
77 * c-common.h (make_fname_decl): Declare.
78 * c-common.c (make_fname_decl): Define.
79 (declare_hidden_char_array): Remove.
80 (declare_function_name): Use make_fname_decl.
81 * c-decl.c (c_make_fname_decl): New function.
82 (init_decl_processing): Set make_fname_decl.
83
84 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
85
86 * cccp.c (handle_directive): Initialize backslash_newlines_p.
87
88 2000-03-07 Philipp Thomas <pthomas@suse.de>
89
90 * po/POTFILES.in: Remove cppalloc.c from file list.
91
92 2000-03-07 Steve Chamberlain <sac@pobox.com>
93
94 * pj.c (pj_expand_prologue): current_function->args_info is
95 now current_function_args_info.
96
97 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
98 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
99 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
100
101 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
102
103 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
104 output as hexadecimal rather than the default octal.
105
106 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
107
108 * cpphash.c (special_symbol): Fix thinko in previous commit.
109
110 2000-03-07 Neil Booth <NeilB@earthling.net>
111
112 * cppexp.c (struct operation, left_shift, right_shift,
113 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
114 "int"s to "unsigned int"s.
115 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
116 Similarly.
117 * cpplib.h: Update for above.
118 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
119 returned from allocations.
120
121 * cppinit.c (opt_comp, parse_options): New functions.
122 (handle_option): Use parse_option to parse a single command
123 line option, that possibly takes an argument.
124 (cpp_handle_options): Sort the array of command line options on
125 first invocation (non-ASCII hosts only).
126 (print_help): Update.
127
128 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
129
130 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
131 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
132
133 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
134 initialized.
135 * cppinit.c (cpp_cleanup): Free imp->nshort also.
136
137 * cpperror.c (cpp_print_containing_files,
138 cpp_print_file_and_line, v_cpp_message): Rename to
139 print_containing_files, print_file_and_line, and v_message.
140 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
141 to _cpp_parse_expr, parse_escape, and lex.
142 (parse_charconst): Remove broken multibyte support.
143 * cppfiles.c (include_hash): Make static.
144 (cpp_included): New function.
145 (merge_include_chains, find_include_file, finclude,
146 simplify_pathname): Rename to _cpp_merge_include_chains,
147 _cpp_find_include_file, _cpp_read_include_file, and
148 _cpp_simplify_pathname.
149 * cpphash.c (cpp_lookup, free_definition, delete_macro,
150 cpp_install, create_definition, macroexpand, compare_defs,
151 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
152 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
153 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
154 * cppinit.c (cpp_handle_option): Rename to handle_option, make
155 static.
156 * cpplib.c: Remove extern prototype of cpp_parse_expr.
157
158 * cpphash.h: Update prototypes.
159 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
160
161 2000-03-07 Andrew Haley <aph@cygnus.com>
162
163 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
164 PTRDIFF_TYPE should be based solely on Pmode.
165 (SIZE_TYPE): ditto.
166
167 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
168
169 * rtl.h (rtunion_def): Constify member `rtstr'.
170 (emit_line_note_after, emit_line_note, emit_line_note_force,
171 emit_note, decode_asm_operands): Constify.
172
173 * cse.c (canon_hash): Likewise.
174
175 * dbxout.c (dbxout_block): Likewise.
176
177 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
178 v_warning_for_asm): Likewise.
179
180 * dwarfout.c (function_start_label): Likewise.
181
182 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
183 emit_line_note_force): Likewise.
184
185 * final.c (last_filename, asm_insn_count, final_scan_insn,
186 output_source_line): Likewise.
187
188 * function.h (struct emit_status): Likewise.
189
190 * gcse.c (hash_expr_1): Likewise.
191
192 * genattr.c (gen_attr, main): Likewise.
193
194 * genattrtab.c (struct function_unit, current_alternative_string,
195 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
196 attr_numeral, check_attr_test, check_attr_value,
197 convert_set_attr_alternative, convert_set_attr,
198 compute_alternative_mask, simplify_by_exploding, gen_attr,
199 gen_unit): Likewise.
200
201 * genflags.c (gen_insn): Likewise.
202
203 * gengenrtl.c (type_from_format): Likewise.
204
205 * genopinit.c (gen_insn): Likewise.
206
207 * genoutput.c (n_occurrences, process_template, process_template):
208 Likewise.
209
210 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
211 Likewise.
212
213 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
214 Likewise.
215
216 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
217 ggc_set_mark, ggc_get_size): Likewise.
218
219 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
220
221 * optabs.c (init_one_libfunc): Likewise.
222
223 * output.h (assemble_start_function): Likewise.
224
225 * recog.c (decode_asm_operands): Likewise.
226
227 * toplev.c (rest_of_compilation): Likewise.
228
229 * tree.h (emit_line_note_after, emit_line_note,
230 emit_line_note_force): Likewise.
231
232 * varasm.c (asm_output_bss, asm_output_aligned_bss,
233 asm_emit_uninitialised, assemble_start_function,
234 assemble_variable, const_hash, compare_constant_1,
235 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
236
237 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
238
239 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
240
241 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
242
243 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
244
245 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
246 arm_dllimport_name_p): Likewise.
247
248 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
249 Likewise.
250
251 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
252
253 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
254
255 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
256 arm_mark_dllexport, arm_mark_dllimport,
257 arm_pe_encode_section_info): Likewise.
258
259 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
260 ASM_FINISH_DECLARE_OBJECT): Likewise.
261
262 * arm/thumb.c (thumb_function_prologue): Likewise.
263
264 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
265
266 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
267
268 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
269
270 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
271
272 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
273
274 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
275
276 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
277 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
278
279 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
280
281 * i386/i386.c (asm_output_function_prefix): Likewise.
282
283 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
284
285 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
286
287 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
288
289 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
290 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
291 ASM_OUTPUT_SECTION_NAME): Likewise.
292
293 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
294
295 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
296
297 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
298
299 * m32r/m32r.c (m32r_encode_section_info): Likewise.
300
301 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
302
303 * mcore/mcore.c (mcore_encode_section_info): Likewise.
304
305 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
306
307 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
308
309 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
310
311 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
312
313 * mips/mips.md (movdi, movsi): Likewise.
314
315 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
316
317 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
318
319 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
320
321 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
322 ASM_OUTPUT_ASCII): Likewise.
323
324 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
325 output_mi_thunk, output_toc): Likewise.
326
327 * rs6000/rs6000.md (movsi): Likewise.
328
329 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
330
331 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
332
333 * v850/v850.c (print_operand, print_operand_address,
334 v850_encode_data_area): Likewise.
335
336 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
337
338 * config/mips/mips.md (zero_extendsidi2): Always force operand
339 one to memory for mips16.
340
341 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
342
343 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
344 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
345 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
346 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
347 (min_precision): Result is unsignd.
348 (add_double, neg_double, mul_double): Low word is unsigned.
349 (lshift_double, rshift_double, lrotate_double): Likewise.
350 (rrotate_double, div_and_round_double): Likewise.
351 (tree_floor_log2, compare_tree_int): New functions.
352 (preserve_rtl_expr_temps): New declaration.
353 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
354 (decl_attributes): Use tree_log2 to find alignment.
355 Check for TREE_INT_CST_HIGH for format args.
356 (min_precision): Now unsigned.
357 Use tree_floor_log2.
358 (truthvalue_conversion): Delete long-disabled code.
359 * c-decl.c (finish_struct): Clean up tests on field width.
360 (finish_function): Use compare_tree_int.
361 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
362 * c-typeck.c (comptypes): Use tree_int_cst_equal.
363 (default_conversion, digest_init): Use compare_tree_int.
364 (build_binary_op): Use integer_all_onesp and compare_tree_int.
365 Fix type errors in forming masks.
366 * calls.c (initialize_argument_information): Use compare_tree_int.
367 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
368 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
369 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
370 (store_field): Use compare_tree_int.
371 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
372 (expand_expr, case ARRAY_REF): Use compare_tree_int.
373 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
374 (do_store_flag): Use compare_tree_int.
375 * fold-const.c (encode, decode): Low part is always unsigned.
376 (force_fit_type, add_double, neg_double, mul_double): Likewise.
377 (lshift_double, rshift_double, lrotate_double): Likewise.
378 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
379 (fold_convert): Use compare_tree_int.
380 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
381 (invert_truthvalue, case INTEGER_CST): Likewise.
382 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
383 * mkdeps.c (deps_dummy_targets): Make I unsigned.
384 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
385 (lshift_double, rshift_double, lrotate_double, rrotate_double):
386 Likewise.
387 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
388 (expand_end_case): Use compare_tree_int.
389 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
390 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
391 (layout_decl): Likewise.
392 (layout_record, layout_union): Make sizes unsigned.
393 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
394 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
395 * tree.c (struct type_hash): hashcode is unsigned.
396 (build_type_attribute_variant, type_hash_list): Likewise.
397 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
398 (attribute_hash_list, build_array_type, build_method_type): Likewise.
399 (build_complex_type): Likewise.
400 (real_value_from_int_cst): Remove unneeded casts.
401 (integer_all_onesp): Add casts.
402 (tree_floor_log2, compare_tree_int): New functions.
403 (build_index_type): Use tree_int_cst_sgn.
404 * varasm.c (assemble_variable): Use compare_tree_int.
405
406 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
407
408 * cpphash.c (collect_expansion): Also catch ## at start of macro.
409
410 * varasm.c (make_decl_rtl): Don't add a number to members of
411 local classes.
412 (make_function_rtl): Likewise.
413
414 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
415
416 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
417 patch from 2000-01-28.
418
419 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
420
421 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
422 filled with an insn from the jump target.
423
424 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
425
426 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
427 (c4x_external_ref): Likewise.
428 * config/c4x/c4x.c (struct name_list): Likewise.
429
430 1999-12-16 Ben Collins <bcollins@debian.org>
431
432 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
433 argument to genmultilib.
434 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
435 the contents into the multilib.h header.
436 * gcc.c: Declare multilib_exclusions for the specs file.
437 (set_multilib_dir): Use it.
438 (print_multilib_info): Likewise.
439 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
440 to pass to genmultilib.
441
442 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
443
444 * builtins.c (built_in_class_names, built_in_names): Constify a
445 char*.
446
447 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
448 int.
449 (_mcleanup): Ensure value matches format specifier in sprintf.
450
451 * cpphash.c (special_symbol): Don't needlessly cast away
452 const-ness.
453
454 * cppinit.c (base_name): Delete unused prototype.
455
456 * mkdeps.c (deps_init): Make definition K&R safe.
457
458 * tree.h (built_in_class_names, built_in_names): Constify a
459 char*.
460
461 2000-03-06 Jakub Jelinek <jakub@redhat.com>
462
463 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
464 floating point instructions for epilogue delay.
465
466 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
467 to gas if it supports .register pseudo.
468
469 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
470 LONG_DOUBLE_TYPE_SIZE if not defined.
471 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
472 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
473 * real.c: Likewise.
474 * gengenrtl.c: Likewise.
475 * print-rtl.c: Likewise.
476 * rtl.c: Likewise.
477 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
478 MASK_LONG_DOUBLE_128.
479 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
480 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
481 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
482 (SUBTARGET_SWITCHES): Define.
483 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
484 with -mlong-double-128.
485 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
486 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
487 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
488 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
489 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
490 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
491 with -mlong-double-128.
492 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
493 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
494 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
495 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
496 TARGET_LONG_DOUBLE_128): Define.
497 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
498 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
499 long double on TARGET_ARCH64.
500
501 2000-03-06 Mark Mitchell <mark@codesourcery.com>
502
503 * function.c (free_temps_for_rtl_expr): Don't free slots
504 that have been pushed into a higher level.
505
506 Revert this patch:
507 2000-03-05 Mark Mitchell <mark@codesourcery.com>
508
509 2000-03-05 Mark Mitchell <mark@codesourcery.com>
510
511 * basic-block.h (ALLOCA_REG_SET): Remove.
512 (INITIALIZE_REG_SET): New macro.
513 * flow.c (update_life_info): Use it.
514 (calculate_global_regs_live): Likewise.
515 (propagate_block): Likewise.
516 * global.c (build_insn_chain): Likewise.
517 * haifa-sched.c (schedule_region): Likewise.
518
519 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
520
521 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
522 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
523 (DWARF_ARANGES_PAD_SIZE): New define.
524 (output_aranges): Use it to pad the address range header.
525 (DWARF_ROUND): Fix for non power of 2 rounding.
526
527 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
528
529 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
530
531 2000-03-05 Mark Mitchell <mark@codesourcery.com>
532
533 * tree.def (RTL_EXPR): Update documentation.
534 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
535 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
536 * function.c (preserve_rtl_expr_temp): New function.
537 (preserve_rtl_expr_temps): Likewise.
538 (preserve_rtl_expr_result): Use it.
539
540 Revert this patch:
541 2000-03-04 Mark Mitchell <mark@codesourcery.com>
542
543 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
544
545 * regmove.c (copy_src_to_dest) Do not create src->dest move
546 for unchanging destination.
547
548 2000-03-04 Mark Mitchell <mark@codesourcery.com>
549
550 * function.h (struct sequence_stack): Remove rtl_expr.
551 (struct emit_staus): Likewise.
552 (seq_rtl_expr): Remove.
553 * tree.h (free_temps_for_rtl_expr): Don't declare.
554 (start_sequence_for_rtl_expr): Likewise.
555 * rtl.h (preserve_rtl_expr_result): Likewise.
556 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
557 (start_sequence_for_rtl_expr): Remove.
558 (push_topmost_sequence): Don't save sequence_rtl_expr.
559 (pop_topmost_sequence): Remove comment about not restoring it.
560 (end_sequence): Don't set seq_rtl_expr.
561 (init_emit): Don't initialize it.
562 (mark_sequence_stack): Don't mark it.
563 (mark_emit_status): Likewise.
564 * except.c (protect_with_terminate): Use
565 start_sequence_for_rtl_expr, not start_sequence.
566 * expr.c (expand_expr, case RTL_EXPR): Don't call
567 preserve_rtl_expr_result or free_temps_for_rtl_expr.
568 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
569 (preserve_rtl_expr_result): Remove.
570 (free_temps_for_rtl_expr): Likewise.
571 (pop_temp_slots): Likewise.
572 (mark_temp_slot): Don't mark the rtl_expr.
573 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
574 start_sequence_for_rtl_expr.
575
576 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
577
578 * mkdeps.c, mkdeps.h: New files.
579 * po/POTFILES.in: Add them.
580 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
581 (cpplib.o, cppinit.o): Depend on mkdeps.h.
582 (mkdeps.o): New target.
583
584 * cppfiles.c: Delete deps_output.
585 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
586 OBJECT_SUFFIX, and base_name.
587 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
588 the include hash.
589 (initialize_dependency_output): Use deps_init,
590 deps_add_target, deps_calc_target, and deps_add_dep. Remove
591 all the unnecessary string bashing.
592 (cpp_finish): Use deps_write. Remove an unnecessary nesting
593 level.
594 * cpplib.c (do_include): Use deps_add_dep.
595 * cpplib.h (struct cpp_reader): Replace deps_buffer,
596 deps_allocated_size, deps_size, deps_column members with
597 single pointer to a struct deps. Delete prototype of
598 deps_output.
599
600 * cppinit.c: Fix thinko in previous patch.
601
602 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
603
604 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
605 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
606 (mode_for_size_tree): New function.
607 (layout_decl, layout_type): Call it and clean up BLKmode checks.
608 * tree.h (mode_for_size_tree): New declaration.
609
610 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
611
612 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
613
614 * stmt.c (is_body_block): Move...
615 * dwarfout.c, dwarf2out.c: ...from here.
616 * tree.h: Declare it.
617 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
618 * final.c (final_start_function): Do call remove_unnecessary_notes
619 when scheduling.
620
621 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
622
623 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
624
625 * cpplib.h (_dollar_ok): New macro.
626 (is_idchar, is_idstart): Use it.
627 (IStable): Rename to _cpp_IStable. Declare it const if
628 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
629 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
630 is_space): Update for renamed IStable.
631
632 * cppinit.c: Delete all references to FAKE_CONST and CAT
633 macros. Define init_IStable as empty macro if gcc >=2.7 or
634 C99. Change TABLE() to ISTABLE and hardcode name of table.
635 (cpp_start_read): Don't change the IStable based on
636 dollars_in_ident.
637
638 * cpphash.c (unsafe_chars): Add pfile argument. All callers
639 changed. Handle '$' for char1 correctly.
640 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
641
642 * cppexp.c (tokentab2): Make const.
643 (cpp_lex): Make toktab const.
644 * cppinit.c (include_defaults_array): Make const.
645 (initialize_standard_includes): Make default_include const.
646
647 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
648
649 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
650 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
651 (gen_decl_die): Likewise.
652 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
653 (output_decl): Likewise.
654
655 * varasm.c (make_function_rtl): If we change the name used in the
656 rtl, update DECL_ASSEMBLER_NAME accordingly.
657 (make_decl_rtl): Likewise.
658
659 * toplev.c (rest_of_compilation): Tweak formatting.
660
661 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
662 remove_unnecessary_notes.
663 (debug_ignore_block): New fn.
664 * toplev.h: Declare it.
665 * emit-rtl.c (remove_unncessary_notes): Call it.
666 * dwarf2out.c (dwarf2out_ignore_block): New fn.
667 * dwarf2out.h: Declare it.
668 * final.c (final_start_function): Don't call remove_unnecessary_notes
669 if we did insn scheduling.
670
671 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
672
673 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
674 * cpplib.h: Delete SET_CPP_PEDANTIC.
675
676 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
677
678 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
679 result is a RECORD_TYPE.
680
681 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
682
683 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
684
685 2000-03-03 Richard Henderson <rth@cygnus.com>
686
687 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
688 addition over compliments over shifts.
689
690 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
691
692 * reload1.c (reload_combine_note_use): Handle return register USEs.
693 REG case: Handle multi-hard-register hard regs.
694
695 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
696
697 * md.texi: Document use of '*' in insn pattern name.
698
699 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
700
701 * calls.c (special_function_p): operator new may not be malloc-like.
702
703 * gcse.c (dump_hash_table): Really fix error in last change.
704
705 2000-03-02 Denis Chertykov <denisc@overta.ru>
706
707 * avr.c (print_operand): Use print_operand_address instead of
708 output_addr_const.
709 * avr/libgcc.S: Cleanup code.
710
711 2000-03-02 Richard Henderson <rth@cygnus.com>
712
713 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
714
715 2000-03-02 Mark Mitchell <mark@codesourcery.com>
716
717 * tree.h (TYPE_ALIGN_UNIT): New macro.
718
719 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
720
721 * i386.c: (constant_call_address_operand): Reject CONST_INT.
722
723 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
724
725 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
726 for the buffer.
727 (SET_CPP_PEDANTIC): New macro.
728 * cpplib.c (do_include): Don't bother checking system_header_p.
729 (do_warning, do_ident, do_assert, do_unassert): Likewise.
730 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
731
732 * function.h (struct expr_status): Add x_arg_space_so_far.
733 (arg_space_so_far): New macro.
734 * expr.c (init_expr): Initialize it.
735 * calls.c (emit_call_1): Reset it.
736 (compute_argument_block_size, expand_call): Use it.
737 (expand_call, store_one_arg): Increment it.
738
739 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
740
741 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
742 a UNION_TYPE.
743
744 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
745
746 * cppfiles.c (cpp_read_file): New function.
747
748 * cpphash.c (collect_expansion): Make sure to reset last_token
749 to NORM when we hit a string. Handle trailing whitespace
750 properly when the expansion is empty.
751 (create_definition): Disable line commands while parsing the
752 directive line.
753 (dump_definition): If pfile->lineno == 0, output a line
754 command ahead of the dump, and add a trailing newline.
755
756 * cppinit.c (append_include_chain): Add fifth argument, which
757 indicates whether or not system headers are C++ aware.
758 (initialize_standard_includes): New function,
759 broken out of read_and_prescan. Pass 'cxx_aware' value from
760 the include_defaults_array on to append_include_chain.
761 (dump_special_to_buffer): Const-ify char array.
762 (builtin_array): Don't dump __BASE_FILE__.
763 (cpp_start_read): Use cpp_read_file. Reorder code for
764 clarity. Don't output line commands here for -D/-A/-U
765 switches. Don't call deps_output for files included with
766 -include or -imacros.
767
768 * cpplib.c (do_define): Don't pay any attention to the second
769 argument.
770 (cpp_expand_to_buffer): Disable line commands while scanning.
771 (output_line_command): Work in the file buffer.
772 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
773 Fix formatting of comments. Prototype cpp_read_file.
774
775 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
776
777 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
778 reference the language-equivalent of sizetype.
779 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
780 * fold-const.c (size_binop, size_diffop): Put back checks.
781 * gcse.c (dump_hash_table): Fix minor error in last change.
782 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
783 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
784 all sizetypes.
785
786 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
787
788 * calls.c (expand_call) Do not attempt to combine stack adjustments
789 with inhibit_defer_pop set.
790
791 2000-03-01 Mark Mitchell <mark@codesourcery.com>
792
793 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
794 the DECL_SIZE for a FIELD_DECL.
795
796 2000-03-01 Bruce Korb <bkorb@gnu.org>
797
798 * fixinc/inclhack.tpl: remove unused symlinks
799 * fixinc/README: GCC Maintainer info
800 * fixinc/inclhack.sh: regen
801 * fixinc/fixincl.sh: regen
802
803 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
804
805 * cpphash.c (collect_expansion): Trim trailing white space
806 from macro definitions, but don't go past the last insertion
807 point.
808
809 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
810
811 * i386.md (mulqi3): New pattern.
812
813 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
814
815 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
816 token types.
817 (struct cpp_reader): Add parsing_if_directive and
818 parsing_define_directive flags.
819 (struct cpp_options): Remove output_conditionals flag.
820 (check_macro_name): Delete prototype.
821
822 * cpphash.h (struct macrodef): Delete.
823 (struct reflist): Separate from struct definition.
824 (struct definition): Remove unused fields. Add column number.
825 (create_definition): Returns a DEFINITION *. Takes a
826 cpp_reader * and an int.
827
828 * cpphash.c (SKIP_WHITE_SPACE): Delete.
829 (PEEKC): Copy defn from cpplib.c.
830 (rest_extension, REST_EXTENSION_LENGTH): Delete.
831 (struct arg): New.
832 (struct arglist): Simplify.
833 (collect_expansion): Rewrite. Get tokens by calling
834 cpp_get_token. Add more error checking.
835 (collect_formal_parameters): New function, broken out of
836 create_definition and reworked to use get_directive_token.
837 (create_definition): All real work is now in collect_expansion
838 and collect_formal_parameters. do_define handles finding the
839 macro name. Return a DEFINITION, not a MACRODEF.
840 (macroexpand): Replace bcopy with memcpy throughout. Replace
841 character-at-a-time copy loop with memcpy and pointer increments.
842 (compare-defs): d1->argnames / d2->argnames might be null.
843
844 * cpplib.c (copy_rest_of_line): Delete function.
845 (skip_rest_of_line): Do all the work ourselves.
846 (skip_string): New function.
847 (parse_string): Use skip_string.
848 (get_macro_name): New function.
849 (check_macro_name): Delete.
850 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
851 (cpp_skip_hspace): Use CPP_BUMP_LINE.
852 (handle_directive): ICE if we're called on a macro buffer.
853 (do_define): Determine macro name and type (funlike/objlike)
854 here. Expunge all uses of MACRODEF.
855 (cpp_push_buffer): Set line_base to NULL.
856 (do_undef, read_line_number): Don't worry about getting a POP token.
857 (eval_if_expression): Set/reset parsing_if_directive around
858 cpp_parse_expr. Don't clear only_seen_white.
859 (skip_if_group): Remove output_conditionals logic. Use
860 skip_rest_of_line.
861 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
862 tokens under appropriate conditions.
863 (cpp_unassert): Call do_unassert not do_assert. Oops.
864
865 * cppexp.c (parse_defined): New function, break out of
866 cpp_lex.
867 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
868 ourselves, with cpp_defined.
869 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
870
871 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
872 * gcc.dg/strpaste-2.c: New.
873
874 2000-02-29 Mark Mitchell <mark@codesourcery.com>
875
876 * fold-const.c (size_binop): Don't asert inputs are the same and
877 have TYPE_IS_SIZETYPE set.
878 (size_diffop): Likewise.
879
880 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
881
882 * dwarfout.c (output_block): Output abstract blocks even if they
883 don't have TREE_ASM_WRITTEN set.
884
885 * calls.c (emit_library_call): Check for null REG.
886
887 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
888
889 * c-decl.c (current_function_decl): Move to toplev.c.
890 (init_decl_processing): Don't add current_function_decl as a ggc
891 root here.
892 * dbxout.c (dbxout_symbol): Change return type to int.
893 (dbxout_symbol_location, dbxout_syms): Likewise.
894 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
895 any locals. Use current_function_func_begin_label if set.
896 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
897 * dwarf2out.c (dwarf2out_begin_prologue): Set
898 current_function_func_begin_label.
899 * final.c (final_start_function): Reset it.
900 * toplev.c (current_function_decl): Define it here.
901 (current_function_func_begin_label): New variable.
902 (main): Add both as ggc roots.
903 * tree.h (current_function_func_begin_label): Declare.
904
905 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
906
907 * gcse.c: Cleanups throughout: mostly white-space, but also
908 some minor rearrangement of code.
909
910 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
911
912 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
913 returns a PARALLEL. Use emit_group_load and use_group_regs
914 as needed.
915 (emit_library_call_value): Similarly.
916
917 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
918 * pa/quadlib.asm: Remove.
919 * pa/quadlib.c: New file.
920
921 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
922 * configure: Rebuilt.
923
924 2000-02-29 Philip Blundell <pb@futuretv.com>
925
926 * config/arm/conix-elf.h: New file.
927 * configure.in (arm*-*-conix*): New configuration.
928 * configure: Regenerate.
929
930 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
931
932 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
933 don't have TREE_ASM_WRITTEN set.
934
935 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
936
937 * Eliminate DECL_FIELD_SIZE.
938 * builtins.c (built_in_class_names, built_in_names): New variables.
939 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
940 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
941 DECL_SIZE, not DECL_FIELD_SIZE.
942 * print-tree.c (print_node): Remove code that prints extra blank
943 lines in some cases.
944 Properly handle inline and builtin function cases.
945 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
946 * tree.h (built_in_class_named, built_in_names): New declarations.
947 (union tree_decl): Rename internal unions to u1 and u2 and change
948 some of their components.
949 Add new field built_in_class.
950 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
951 Reflect above changes.
952 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
953 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
954 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
955 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
956
957 2000-02-28 Dmitri Makarov <dim@windriver.com>
958
959 * extend.texi: Document ARM's support for long/short calls.
960
961 * invoke.texi: Document ARM's -mlong-calls command line switch.
962
963 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
964 (arm_encode_call_attribute): Add prototype.
965 (arm_set_default_type_attribute): Add prototype.
966 (arm_strip_name_encoding): Add prototype.
967
968 * config/arm/arm.c (arm_init_cumulative_args): replace
969 initialisation og 'long_calls' field with initialisation of
970 'call_cookie' field.
971 (enum arm_pragma_enum): New enum.
972 (arm_pragma_long_calls): New static variable.
973 (arm_process_pragma): Also process "#pragma long_calls_off".
974 (arm_valid_type_attribute_p): Accept short_call attribute.
975 (arm_comp_type_attributes): Check long/short call attributes.
976 (arm_encode_call_attribute): New function: Encode long_call
977 or short_call attribute in function name.
978 (arm_set_default_type_attributes): New function: Assign
979 default attributes to newly defined type.
980 (current_file_function_operand): New function: Return true if
981 the symbol is a function which has already been compiled.
982 (arm_is_longcall_p): New function: Return true if the
983 indicated function should be called via a long call.
984 (arm_get_strip_length): New function. Returns number of
985 prefix characters to be stripped from a function's name.
986 (arm_strip_name_encoding): New function. Strip prefix characters
987 from a function's name.
988
989 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
990 with 'call_cookie'.
991 (SHORT_CALL_FAG_CHAR): Define.
992 (LONG_CALL_FAG_CHAR): Define.
993 (ENCODED_SHORT_CALL_ATTR_P): Define.
994 (ENCODED_LONG_CALL_ATTR_P): Define.
995 (ARM_NAME_ENCODING_LENGTHS): Define.
996 (STRIP_NAME_ENCODING): Define.
997 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
998 (ARM_ENCODE_CALL_TYPE): Define.
999 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
1000 (ARM_DECLARE_FUNCTION_SIZE): Define.
1001 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
1002
1003 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
1004 if a long call is needed.
1005 (call_value): Ditto.
1006 (call_symbol): Ditto.
1007
1008 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
1009 ARM_DECLARE_FUNCTION_SIZE.
1010
1011 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
1012 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
1013 (ARM_STRIP_NAME_ENCODING): Undefine.
1014 (STRIP_NAME_ENCODING): Undefine.
1015 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
1016 (ASM_DECLARE_FUNCTION_NAME): Ditto.
1017 (ASM_OUTPUT_COMMON): Ditto.
1018 (ASM_DECLARE_OBJECT_NAME): Ditto.
1019
1020 * config/arm/pe.c (arm_dllexport_name_p): Check for
1021 ARM_PE_FLAG_CHAR.
1022 (arm_dllimport_name_p): Ditto.
1023 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
1024 (arm_mark_dllimport): Ditto.
1025
1026 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1027
1028 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
1029
1030 2000-02-28 Mark Mitchell <mark@codesourcery.com>
1031
1032 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
1033
1034 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
1035
1036 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
1037 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
1038 NO_BUILTIN_WCHAR_TYPE is not defined.
1039 (CPP_WCHAR_TYPE): Delete.
1040 * cccp.c (main): Don't change wchar_type if cplusplus.
1041 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
1042
1043 2000-02-28 Nick Clifton <nickc@cygnus.com>
1044
1045 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
1046
1047 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
1048
1049 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
1050 (ASM_WEAKEN_LABEL): Define.
1051
1052 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
1053
1054 * expr.c (store_constructor): Do not emit USE.
1055 * rtl.h (stupid_life_analysis): Remove.
1056
1057 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1058
1059 * function.c (number_blocks): Reset next_block_index based on
1060 what debugging format is used, not what is defined.
1061
1062 * lcm.c: Minor reformatting throughout.
1063 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
1064
1065 * toplev.c (rest_of_compilation): Account for time in
1066 optimize_mode_switching.
1067
1068 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
1069 if only marking labels.
1070
1071 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
1072
1073 * calls.c (expand_call): Attempt to combine stack adjustments with
1074 pending stack adjustments.
1075
1076 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1077
1078 * loop.c (reg_in_basic_block_p): Don't abort when falling through
1079 to the end of the function.
1080
1081 2000-02-27 Mark Mitchell <mark@codesourcery.com>
1082
1083 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
1084 blocks.
1085 * final.c (next_block_index): Remove.
1086 (max_block_depth): Likewise.
1087 (pending_blocks): Likewise.
1088 (init_final): Don't initialize them.
1089 (final_start_function): Don't set next_block_index. Set up
1090 BLOCK_NUMBER.
1091 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
1092 * function.h (number_blocks): New function.
1093 * function.c (get_block_vector): New function.
1094 (identify_blocks): Use it.
1095 (reorder_blocks): Set NOTE_BLOCK.
1096 (number_blocks): New function.
1097 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
1098 * tree.h (BLOCK_NUMBER): New macro.
1099 (tree_block): Add block_num field.
1100 * dbxout.c (next_block_number): Remove.
1101 (dbxout_init): Don't set it.
1102 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
1103 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
1104 block numbers.
1105 * toplev.c (rest_of_compilation): Always call
1106 find_loop_tree_blocks. Fix indentation.
1107 * dwarf2out.c (next_block_number): Remove.
1108 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
1109 to determine block numbers.
1110 (gen_inlined_subroutine_die): Likewise.
1111 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
1112 (decls_for_scope): Don't increment next_block_number.
1113 * dwarfout.c (next_block_number): Remove.
1114 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
1115 to determine block numbers.
1116 (output_inlined_subroutine_die): Likewise.
1117 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
1118 (output_decls_for_scope): Don't increment next_block_number.
1119 * sdbout.c (next_block_number): Remove.
1120 (sdbout_block): Use BLOCK_NUMBER.
1121 (sdbout_begin_block): Simplify.
1122 * xcoffout.c (next_block_number): Remove.
1123 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
1124 (xcoffout_begin_block): Don't set next_block_number.
1125 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
1126 next_block_number.
1127
1128 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1129
1130 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
1131 (expand_builtin_strcpy): Pass correct type to size_binop.
1132 (expand_builtin_strcmp): Likewise.
1133 Clean up conditional structure.
1134 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
1135 (complete_array_type): Don't use size_binop for MAXINDEX.
1136 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
1137 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
1138 (c_alignof): Use size_one_node.
1139 (build_unary_op): Pass arg of proper type to size_binop.
1140 (really_start_incremental_init, push_init_level): Use sizetype for
1141 constructor{,_bit,_unfilled}_index.
1142 (pop_init_label, output_init_element): Likewise.
1143 (output_pending_init_elements, process_init_element): Likewise.
1144 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
1145 * expr.c (store_expr): Use size_int.
1146 (store_constructor): Use proper types for size_binop args.
1147 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
1148 (expand_expr_unaligned): Likewise.
1149 (string_contant): Return object of sizetype.
1150 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
1151 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
1152 (ARGS_SIZE_TREE): Pass proper types to size_binop.
1153 * fold-const.c (int_const_binop): Refine when size_int is called.
1154 (fold_convert): Likewise.
1155 (size_int_wide): Rework to take KIND as arg, only take low order
1156 bits, handle new sizetype_tab datatype, and chain entries in
1157 size_table.
1158 (size_int_type_wide): New function.
1159 (size_binop): Validate types of arguments.
1160 (ssize_binop): Deleted.
1161 (size_diffop): New function.
1162 (extract_muldiv): Only fold division into multiplication for sizetypes.
1163 * function.c (assign_parms): Use size_diffop and make sure
1164 VAR field is of ssizetype; also pass proper type to size_binop.
1165 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
1166 (round_down): Deleted from here.
1167 * store-layout.c (sizetype_tab): Now an array.
1168 (sizetype_set, early_root_list): New variables.
1169 (variable_size): Use size_one_node.
1170 (round_up): Pass proper type to size_binop.
1171 (round_down): Moved to here and corrected as above.
1172 (layout_record): Pass proper arg types to size_binop.
1173 (layout_type): Likewise.
1174 If sizetype_set is zero, record the type just laid out.
1175 (make_unsigned_type): Don't call set_sizetype;
1176 (make_signed_type): Likewise; also, call fixup_signed_type.
1177 (initialize_sizetypes): New function.
1178 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
1179 set name of bitsizetype to "bit_size_type".
1180 Fix up type of sizes of all types made before call.
1181 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
1182 * tree.c (fix_sizetype): Deleted.
1183 (build_common_tree_nodes): Call initialize_sizetypes.
1184 (build_common_tree_nodes_2): Don't call fix_sizetype.
1185 * tree.h (TYPE_IS_SIZETYPE): New macro.
1186 (initialize_sizetype): New declaration.
1187 (enum size_type_kind): New type.
1188 (struct sizetype_tab): Deleted.
1189 (sizetype_tab): Now array; adjust sizetype macros.
1190 (size_diffop, size_int_type_wide): New functions.
1191 (size_int_wide): Change number of args and type; access macros changed.
1192 (ssize_int, sbitsize_int): New macros.
1193 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
1194 (ROUND_TYPE_SIZE_UNIT): New macro.
1195
1196 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
1197
1198 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
1199
1200 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1201
1202 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
1203 Mark as possibly unused.
1204
1205 * cse.c (cse_insn): Delete dead code involving tablejump.
1206 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
1207
1208 * Makefile.in (libcpp.a): Start by deleting it.
1209
1210 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1211
1212 * cpplib.h (enum file_change_code): Added rename_file.
1213 * cpplib.c (do_line): If a filename is given, set file_change to
1214 rename_file.
1215 (output_line_command): If file_change is rename_file, always
1216 output a # directive with the file name.
1217
1218 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
1219
1220 2000-02-26 Mark Mitchell <mark@codesourcery.com>
1221
1222 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
1223 when copying a PARM_DECL or RESULT_DECL.
1224
1225 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1226
1227 * fix-header.c (recognized_function): Also fix prototypes for
1228 functions taking "void".
1229
1230 2000-02-26 Geoff Keating <geoffk@cygnus.com>
1231
1232 * reload1.c (do_output_reload): Check reg_reloaded_valid before
1233 looking at reg_reloaded_contents.
1234
1235 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
1236
1237 * Makefile.in (STMP_FIXINC): New toggle.
1238 (LIBGCC2_DEPS): Delete all references.
1239 (stmp-headers): Delete target. All references either deleted
1240 or changed to stmp-int-headers.
1241 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
1242 (LIBCPP_OBJS): Take out cppalloc.o.
1243 (cppalloc.o): Delete target.
1244 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
1245 (gen-protos, fix-header): Link with libiberty.a.
1246 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
1247 to empty.
1248
1249 * configure.in: Remove refs to strerror.
1250 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
1251 * system.h: Take out strerror stanza.
1252
1253 * cpperror.c (my_strerror): Delete function.
1254 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
1255 * cppmain.c (main): Call xmalloc_set_program_name first thing.
1256 * cppalloc.c: Delete file.
1257 * gen-protos.c: Don't provide xrealloc.
1258
1259 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
1260 xstrerror throughout.
1261
1262 2000-02-26 Bruce Korb <bkorb@gnu.org>
1263
1264 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
1265 match for DOS headers, too.
1266 * fixinc/inclhack.sh,fixincl.x: Regenerate.
1267
1268 2000-02-26 Geoff Keating <geoffk@cygnus.com>
1269
1270 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
1271 is right for most ELF targets.
1272 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
1273 Let the default file use %U properly.
1274 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
1275 default.
1276
1277 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
1278 numbers.
1279
1280 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1281
1282 * toplev.c (documented_lang_options): Correct spelling error.
1283 (decode_d_option, decode_f_option, main): Likewise.
1284
1285 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
1286
1287 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
1288 to tell assembler it is permitted to expand large constants.
1289
1290 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
1291
1292 * protoize.c: (AUX_INFO_SUFFIX): New macro.
1293 (aux_info_suffix): Use.
1294 (SAVE_SUFFIX): New macro.
1295 (save_suffix): Use.
1296 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
1297 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
1298 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
1299
1300 * invoke.texi (Running Protoize): Update documentation.
1301
1302 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
1303
1304 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
1305
1306 2000-02-25 John Wehle (john@feith.com)
1307
1308 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
1309
1310 2000-02-25 Anthony Green <green@cygnus.com>
1311
1312 * toplev.c (rest_of_compilation): Rebuild jump labels if
1313 combine_instructions has created a new direct jump.
1314 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
1315 when appropriate.
1316 (combine_instructions): Call try_combine with new argument.
1317 Return non-null value when new direct jump instruction is created.
1318 * rtl.h: combine_instructions returns an int.
1319
1320 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
1321
1322 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
1323 jump when changing a computed jump into a jump to a known
1324 target.
1325
1326 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
1327
1328 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
1329 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
1330
1331 * i386.md (define_expand "clrstrsi"): Fix typo.
1332
1333 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
1334
1335 * rtl.texi: Fix typo.
1336
1337 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1338
1339 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
1340 UNITS_PER_WORD. Change caller initial_elimination_offset.
1341 (rounded_frame_size): Take into account that argument pushed has
1342 changed. Fix TARGET_ALIGN_DOUBLE problem.
1343
1344 2000-02-25 Geoff Keating <geoffk@cygnus.com>
1345
1346 * haifa-sched.c (schedule_block): Explain the real reason
1347 we delete REG_SAVE_NOTEs on the first insn of a block.
1348 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
1349
1350 2000-02-24 Mark Mitchell <mark@codesourcery.com>
1351
1352 * input.h (push_srcloc): New function.
1353 (pop_srcloc): Likewise.
1354 * toplev.c (push_srcloc): Define it.
1355 (pop_srcloc): Likewise.
1356
1357 2000-02-24 Richard Henderson <rth@cygnus.com>
1358
1359 * flow.c (life_analysis): When collecting reg info, clear
1360 regs_ever_live.
1361
1362 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1363
1364 Fix bug exposed by reload.c no longer rounding the frame
1365 size to BIGGEST_ALIGNMENT:
1366 * sh.c (rounded_frame_size): New function.
1367 (sh_expand_prologue, sh_expand_epilogue): Use it.
1368 (initial_elimination_offset): Likewise.
1369
1370 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1371
1372 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
1373 * sh-protos.h (sh_need_epilogue): Declare.
1374 * sh.c (sh_need_epilogue_known): New static variable.
1375 (sh_need_epilogue): New function.
1376 (function_epilogue): Clear need_epilogue_known.
1377 * sh.md (return): Split into expander / insn pattern.
1378 Make the expander conditional on ! sh_need_epilogue ().
1379
1380 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
1381
1382 * machmode.h (get_mode_alignment): Declare.
1383 (GET_MODE_ALIGNMENT): Call it.
1384 * stor-layout.c (get_mode_alignment): New function. Make
1385 sure alignment is always power of 2.
1386
1387 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
1388
1389 * i386.h: Remove useless definition of "I386" and misleading
1390 comment above it.
1391
1392 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
1393
1394 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
1395 under which TREE_PERMANENT will be set.
1396 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
1397 build1): Use TREE_SET_PERMANENT.
1398 * print-tree.c (print_node): Don't report value of
1399 TREE_PERMANENT if ggc_p is true.
1400
1401 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
1402 decide whether to give a type a new alias set.
1403 * objc/objc-act.c (build_objc_string_object): Never copy the string.
1404 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
1405 of value of 'obstack'.
1406
1407
1408 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1409
1410 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
1411
1412 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1413
1414 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
1415 * cpplib.c (cpp_get_token): Produce them.
1416 * cppexp.c (cpp_lex): Handle them.
1417
1418 2000-02-23 Nick Clifton <nickc@cygnus.com>
1419
1420 * config/arm/arm.c (arm_comp_type_attributes): Simply and
1421 comment tests on type attributes.
1422
1423 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1424
1425 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
1426 conform to documentation.
1427 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
1428 to check for special cases.
1429 * sh-protos.h (sh_loop_align): Declare.
1430 * sh.c (sh_loop_align): Define.
1431
1432 2000-02-22 Andrew Haley <aph@cygnus.com>
1433
1434 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
1435 (SIZE_TYPE): Is 32 bits when using -mgp32.
1436 (PTRDIFF_TYPE): Ditto.
1437
1438 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1439
1440 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
1441
1442 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
1443
1444 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
1445 BIGGEST_FIELD_ALIGNMENT a constant.
1446
1447 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
1448
1449 * dwarf2out.c (output_line_info): Put the marker for the end of
1450 the line number info at the actual end.
1451 (gen_struct_or_union_type_die): Use decl_function_context
1452 to check for local classes.
1453 * dwarfout.c (output_type): Likewise.
1454
1455 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
1456
1457 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
1458 for arguments with a mode, but no type.
1459 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
1460 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
1461 * pa/long_double.h: New file.
1462 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
1463 both have 128bit wide long doubles.
1464 * configure: Rebuilt.
1465
1466 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1467
1468 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
1469
1470 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
1471 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
1472 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
1473
1474 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
1475
1476 * integrate.c (compare_blocks, find_block): Likewise.
1477
1478 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
1479
1480 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
1481
1482 * stmt.c (stmt_status, set_file_and_line_for_stmt,
1483 expand_asm_operands): Likewise.
1484
1485 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
1486
1487 * predict.c (estimate_probability): Added the pointer heuristic to
1488 the collection of static branch predictors.
1489
1490 2000-02-21 Catherine Moore <clm@cygnus.com>
1491
1492 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
1493 * invoke.texi (-mfix7000): Document.
1494
1495 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
1496
1497 * diagnostic.c (init_output_buffer): Make it possible to output at
1498 least 32 characters if we're given a too long prefix.
1499
1500 2000-02-20 Mark Mitchell <mark@codesourcery.com>
1501
1502 * varasm.c (initializer_constant_valid_p): Call
1503 lang_expand_constant to simplify the constant.
1504
1505 2000-02-20 Bruce Korb <bkorb@gnu.org>
1506
1507 * fixinc/inclhack.def(stdio_va_list):
1508 typedef needs to be disabled.
1509 * fixinc/inclhack.sh: regen
1510 * fixinc/fixincl.x: regen
1511
1512 2000-02-20 Geoff Keating <geoffk@cygnus.com>
1513
1514 * print-rtl.c (print_rtx): Don't print addresses when
1515 flag_dump_unnumbered.
1516
1517 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1518
1519 * sparc.c (sparc_output_scratch_registers): Mark parameter with
1520 ATTRIBUTE_UNUSED.
1521 (sparc_va_arg, sparc_flat_output_function_prologue,
1522 sparc_flat_output_function_epilogue): Cast value to unsigned in
1523 comparison.
1524 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
1525
1526 * sparc.md: Add default case in switch.
1527
1528 2000-02-19 Richard Henderson <rth@cygnus.com>
1529
1530 * c-typeck.c (add_pending_init): Don't abort for multiple
1531 fields at the same offset.
1532 (pending_init_member): Test the correct member.
1533
1534 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1535
1536 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
1537 instead of SImode.
1538 (start_catch_handler) : Same.
1539
1540 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
1541
1542 * Makefile.in: Have flow.o depend on $(EXPR_H)
1543
1544 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1545
1546 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
1547 * c-decl.c (duplicate_decls, finish_enum): Likewise.
1548 (finish_decl): Remove -Wlarger-than code from here.
1549 * flags.h (id_clash_len): Now int.
1550 (larger_than_size): Now HOST_WIDE_INT.
1551 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
1552 Clean up checking to see if in table.
1553 (make_bit_field_ref): Remove extra parm to bitsize_int.
1554 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
1555 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
1556 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
1557 and for computing size of decl.
1558 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
1559 Move -Wlarger-than code to here.
1560 (layout_record): Remove extra arg to bitsize_int.
1561 Set TYPE_BINFO_SIZE_UNIT.
1562 (layout_union): Remove extra arg to bitsize_int.
1563 Use proper type for size of QUAL_UNION.
1564 (layout_type): Remove extra arg to bitsize_int.
1565 * toplev.c (id_clash_len): Now int.
1566 (larger_than_size): Now HOST_WIDE_INT.
1567 (decode_W_option): Clean up id-clash and larger-than- cases.
1568 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
1569 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
1570 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
1571 (struct tree_decl): New field size_unit.
1572 (size_int_wide): No HIGH operand; NUMBER is now signed.
1573 (size_int_2): Deleted.
1574 (size_int, bitsize_int): Don't use it and rework args.
1575 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
1576
1577 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
1578
1579 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
1580
1581 2000-02-18 Geoff Keating <geoffk@cygnus.com>
1582
1583 * invoke.texi (Warning Options): Add an explanation of why
1584 you might want the -Wfloat-equal flag.
1585
1586 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1587
1588 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
1589 * cppinit.c (new_pending_define): Add cast to avoid warning.
1590 * expmed.c (extract_bit_field): Likewise.
1591 * flow.c (enum reorder_skip_type): New type.
1592 (skip_insns_between_blcok): New it.
1593 Rework to avoid warning about possibly undefined variable.
1594 * function.c (assign_parms): Make thisparm_boundary unsigned.
1595 * genrecog.c (write_switch): Cast XWINT result to int.
1596 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
1597 * mips-tfile.c (init_file): Make two versions of FDR intializer:
1598 one for MIPS and one for Alpha.
1599 (get_tag, copy_object): Add casts to avoid warnings.
1600 * optabs.c (init_one_libfunc): Cast NAME to (char *).
1601 * reload.c (find_reloads): Make TYPE enum reload_type.
1602 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
1603 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
1604 * varasm.c (compare_constant_1): Add cast to avoid warning.
1605 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
1606 to (char *).
1607 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
1608 Cast switch operand of size to int.
1609 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
1610 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
1611 in unhandled case.
1612
1613 2000-02-18 Nick Clifton <nickc@cygnus.com>
1614
1615 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
1616 anything for an alignment of zero.
1617
1618 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
1619 anything for an alignment of zero.
1620
1621 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
1622
1623 * gcc.texi (Bug Reporting): Refer to bugs.html.
1624 (Bug Lists): Likewise.
1625 * system.h (GCCBUGURL): New preprocessor define.
1626 * rtl.c (fancy_abort): Use it.
1627 * gcc.c (main): Likewise.
1628
1629 2000-02-18 Richard Henderson <rth@cygnus.com>
1630
1631 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
1632 (life_analysis_1): Subsume into ...
1633 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
1634 Use update_life_info for the relaxation.
1635 (update_life_info): Update REG_BASIC_BLOCK for registers live on
1636 entry and regs_live_at_setjmp.
1637 (set_noop_p): Simplify.
1638 (notice_stack_pointer_modification_1): Renamed from s/_1//.
1639 (record_volatile_insns): Split into ...
1640 (delete_noop_moves): ... here,
1641 (notice_stack_pointer_modification): ... here,
1642 (insn_dead_p): ... and here.
1643 (propagate_block): Don't query INSN_VOLATILE.
1644 (mark_used_regs): Mind !PROP_REG_INFO.
1645 * toplev.c (rest_of_compilation): Call mark_constant_function here,
1646 not in life_analysis.
1647
1648 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
1649
1650 * loop.c (canonicalize_condition): New function,
1651 broken out of get_condition.
1652 (get_condition): Use it.
1653 * expr.h (canonicalize_condition): Prototype it.
1654
1655 * tree.h (tree_int_cst_msb): Declare.
1656 * tree.c (tree_int_cst_msb): New function.
1657
1658 2000-02-17 Mark Mitchell <mark@codesourcery.com>
1659
1660 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
1661 isn't set.
1662
1663 * invoke.texi (-fmessage-length=n): Document.
1664
1665 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
1666
1667 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
1668
1669 2000-02-17 Mark Mitchell <mark@codesourcery.com>
1670
1671 * function.c (thread_prologue_and_epilogue_insns): Put a line note
1672 after the prologue.
1673
1674 2000-02-17 Nick Clifton <nickc@cygnus.com>
1675
1676 * config/arm/thumb.c: Replace includes of system headers with
1677 #include "system.h".
1678
1679 2000-02-16 Richard Henderson <rth@cygnus.com>
1680
1681 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
1682 Add crtbeginS.o and crtendS.o.
1683 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
1684 (ENDFILE_SPEC): Use crtendS.o.
1685 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
1686
1687 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
1688 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
1689 shared and present.
1690 (__dso_handle): New variable.
1691 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
1692 bias to __CTOR_END__.
1693
1694 2000-02-16 Richard Henderson <rth@cygnus.com>
1695
1696 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
1697
1698 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
1699
1700 * longlong.h (__clz_tab): Declare as static to match definition.
1701
1702 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
1703 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
1704 (XREF_FILE_NAME): Define.
1705
1706 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
1707 (EH_FRAME_SECTION_ASM_OP): Define.
1708 (IDENT_ASM_OP): Define.
1709 (TEXT_SECTION_ASM_OP): Define.
1710 (CPP_SPEC): Define.
1711 (CTORS_SECTION_ASM_OP): Define.
1712 (CTOR_SECTION_FUNCTION): Use it.
1713 (DTORS_SECTION_ASM_OP): Define.
1714 (DTOR_SECTION_FUNCTION): Use it.
1715
1716 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
1717
1718 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
1719 NOTE_BASIC_BLOCK.
1720
1721 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
1722 debug_bb_n): New functions.
1723 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
1724 * basic-block.h: Prototype new functions.
1725
1726 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
1727
1728 * configure.in: Add support for avr target.
1729 * configure: Rebuilt.
1730
1731 * invoke.texi: Add AVR invocation docs.
1732 * install.texi: Add information about AVR.
1733 * md.texi: Add AVR constraint letters description.
1734 * extend.texi: Add description for AVR specific attributes.
1735
1736 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
1737
1738 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
1739
1740 2000-02-16 Nick Clifton <nickc@cygnus.com>
1741
1742 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
1743 (make_insn_raw): Move RTL check here.
1744
1745 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1746
1747 * version.c: Include gansidecl.h and version.h.
1748
1749 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
1750
1751 * configure.in (gcc_version): When setting, narrow search to
1752 lines containing `version_string'.
1753
1754 * Makefile.in (mainversion): Likewise.
1755 (GCC_H): New variable.
1756 (gcc.h): Delete target.
1757 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
1758 (version.o): Depend on version.h.
1759 (dbxout.o): Don't depend on gcc.h.
1760
1761 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
1762 Michael Meissner <meissner@cygnus.com>
1763
1764 * md.texi (Simple Constraints): Add item about whitespace.
1765 * genoutput.c (strip_whitespace): New.
1766 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
1767 strip_whitespace for constraints.
1768 Test pointer using NULL, not 0.
1769
1770 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1771
1772 * cpplib.c (do_line): Pedwarn for #line > 32767.
1773
1774 * c-lex.c (readescape): Warn about '\x', but do not reject it.
1775
1776 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
1777
1778 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
1779 to default cpp spec.
1780 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
1781 * cpp.texi: Document __GNUC_PATCHLEVEL__.
1782 * cpp.1: Likewise.
1783
1784 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
1785 default spec.
1786
1787 2000-02-15 Denis Chertykov <denisc@overta.ru>
1788
1789 * configure.in: Add support for avr target.
1790
1791 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1792
1793 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
1794 (sh_addr_diff_vec_mode): Don't declare.
1795 * sh.c (sh_addr_diff_vec_mode): Delete.
1796
1797 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1798
1799 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
1800
1801 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1802
1803 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
1804 (smulsi3_highpart_i): Name.
1805 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
1806 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
1807 (smulsi3_highpart, umulsi3_highpart): Likewise.
1808
1809 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
1810 correctly independent of endianness.
1811 (mulsidi3, umulsidi3): Now define_insn. Hide details that
1812 confuse the optimizers.
1813 (mulsidi3+1, umulsidi3+1): New define_split.
1814
1815 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
1816
1817 * config/sh/sh.md: Guard insn splits against illegal registers.
1818 * config/sh/sh.h: Correct comment about macros.
1819
1820 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1821 Andrew MacLeod <amacleod@cygnus.com>
1822
1823 * Makefile.in (lcm.o): Depend on insn-attr.h.
1824 * basic-block.h (optimize_mode_switching): Declare.
1825 * lcm.c (tm_p.h, insn-attr.h): #include.
1826 (seginfo, bb_info): New structs.
1827 (antic, transp, comp, delete, insert) : New file-scope static variables.
1828 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
1829 (reg_becomes_live, optimize_mode_switching): Likewise.
1830 * tm.texi: Add description of mode switching macros.
1831 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
1832
1833 * sh-protos.h (remove_dead_before_cse): Remove prototype.
1834 (fldi_ok, fpscr_set_from_mem): New prototypes.
1835 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
1836 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
1837 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
1838 (sh_flag_remove_dead_before_cse): Remove declaration.
1839 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
1840 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
1841 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
1842 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
1843 (barrier_align): Allow for JUMP_INSNS containing a parallel.
1844 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
1845 (fldi_ok): New function.
1846 (get_fpscr_rtx): Add fpscr_rtx as GC root.
1847 (emit_sf_insn): Only generate fpu switches when optimize < 1.
1848 (emit_df_insn): Likewise.
1849 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
1850 (sh_flag_remove_dead_before_cse): Delete.
1851 (get_free_reg, fpscr_set_from_mem): New functions.
1852 * sh.md (movdf, movsf): Remove no_new_pseudos code.
1853 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
1854
1855 2000-02-15 Loren Rittle <ljrittle@acm.org>
1856
1857 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
1858
1859 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1860
1861 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
1862 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
1863
1864 * cccp.c: Include version.h and/or don't declare `version_string'.
1865 * collect2.c: Likewise.
1866 * alpha.c: Likewise.
1867 * arm/aof.h: Likewise.
1868 * arm/coff.h: Likewise.
1869 * arm/elf.h: Likewise.
1870 * arm/pe.h: Likewise.
1871 * arm/tcoff.h: Likewise.
1872 * arm/telf.h: Likewise.
1873 * arm/tpe.h: Likewise.
1874 * arm/vxarm.h: Likewise.
1875 * convex/convex.c: Likewise.
1876 * i386/dgux.c: Likewise.
1877 * i386/sun386.h: Likewise.
1878 * m88k/m88k.c: Likewise.
1879 * mcore/mcore-pe.h: Likewise.
1880 * mips/mips.h: Likewise.
1881 * romp/romp.h: Likewise.
1882 * sh/sh.c: Likewise.
1883 * cpphash.c: Likewise.
1884 * cppinit.c: Likewise.
1885 * dwarf2out.c: Likewise.
1886 * dwarfout.c: Likewise.
1887 * gcc.c: Likewise.
1888 * gcc.h: Likewise.
1889 * mips-tfile.c: Likewise.
1890 * protoize.c: Likewise.
1891 * toplev.c: Likewise.
1892 * tree.h: Likewise.
1893
1894 * version.c (version_string): Constify a char*.
1895
1896 * version.h: New file.
1897
1898 2000-02-14 Nick Clifton <nickc@cygnus.com>
1899
1900 * configure.in: Add mcore-elf and mcore-pe targets.
1901 * configure: Regenerate.
1902
1903 * NEWS: Add note that MCore port has been contributed.
1904
1905 * invoke.texi: Document command line switches for MCore port.
1906 * install.texi: Add MCore to list of supported targets.
1907
1908 2000-02-14 Geoff Keating <geoffk@cygnus.com>
1909
1910 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
1911 then we will need to import the frame handling functions.
1912 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
1913 to import the frames themselves.
1914
1915 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
1916 Jason Eckhardt <jle@cygnus.com>
1917
1918 * basic_block.h: Added prototype for reorder_basic_blocks.
1919 * toplev.c: Changes to add -freorder-blocks and graph dump after
1920 block reordering is done.
1921 * flow.c (reorder_block_def): New structure for use during block
1922 reordering.
1923 (REORDER_BLOCK_*): New macros to access members of above structure.
1924 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
1925 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
1926 functions for block reordering.
1927
1928 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
1929
1930 * gcc.texi (Passes): Fix typo.
1931 * md.texi (Standard Names): Ditto.
1932 * tm.texi (Storage Layout): Ditto.
1933
1934 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
1935
1936 * cpplib.c (do_define): Only free the old definition if it
1937 actually had one.
1938
1939 2000-02-13 Neil Booth <NeilB@earthling.net>
1940
1941 * cppfiles.c (read_and_prescan): When emitting deferred
1942 newlines, test speccase[] again instead of checking each
1943 possible whitespace character in turn. When we encounter \r,
1944 look behind for \n first, then ahead.
1945
1946 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
1947
1948 * cse.c (cse_altered): New internal flag.
1949 (cse_insn): Set it if we changed an insn.
1950 (cse_main): Clear cse_altered before each basic block.
1951 Only garbage collect if cse_altered is true afterward.
1952
1953 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1954
1955 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
1956
1957 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
1958
1959 * combine.c (simplify_comparison): Fix typo.
1960
1961 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
1962
1963 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
1964 consistently.
1965
1966 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1967
1968 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
1969 previously inserted node instead of root node. Caller changed.
1970
1971 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1972
1973 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
1974
1975 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1976
1977 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
1978 __dereg_frame_dtor): Add prototype argument.
1979
1980 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
1981
1982 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
1983
1984 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
1985
1986 * gthr-vxworks.h (__gthread_once): Likewise.
1987
1988 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
1989
1990 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
1991
1992 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
1993 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
1994 stack pointer in functions w/o saved registers, output LEAVE more often
1995 on TARGET_USE_LEAVE machines.
1996
1997 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
1998
1999 * config/arm/arm.c (arm_init_cumulative_args); New function:
2000 Initlaise the CUMULATIE_ARGS strcuture for a function
2001 defintion.
2002 (arm_function_arg): New function: Determine where to place a
2003 function's argument. Also handles deciding the function's
2004 call cookie.
2005 (current_file_function_operand): New function: Return true if
2006 the symbol is a function which has already been compiled.
2007 (arm_is_long_call_p): New function: Return true if the
2008 indicated function should be called via a long call.
2009 (arm_valid_type_attribute_p): New function: Return true if the
2010 attribute is a valid, arm specific, attribute.
2011 (arm_comp_type_attribute): New function: Return true if the
2012 two types have compatable, arm specific, attributes.
2013
2014 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
2015 structure.
2016 (FUNCTION_ARG): Redefine to call arm_function_arg.
2017 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
2018 structure field.
2019 (INIT_CUMULATIVE_ARGS): Redefine to call
2020 arm_init_cumulative_args.
2021 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
2022 field.
2023 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
2024 field.
2025 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
2026 functions.
2027 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
2028 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
2029 (COMP_TYPE_ATTRIBUTES): Define.
2030
2031 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
2032 if a long call is needed.
2033 (call_value): Call arm_is_long_call_p to decide if a long call
2034 is needed.
2035 (call_symbol): Call arm_is_long_call_p to decide if a long call
2036 is needed.
2037
2038 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
2039
2040 2000-02-11 Denis Chertykov <denisc@overta.ru>
2041
2042 * README.AVR: New file with information about the avr ports.
2043 * config/avr: New directory with avr port files.
2044
2045 2000-02-11 Andreas Jaeger <aj@suse.de>
2046
2047 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
2048
2049 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
2050
2051 * cpphash.c: Fix formatting, update commentary.
2052 (dump_definition): Take three separate arguments instead of a
2053 MACRODEF structure argument.
2054 * cpphash.h: Update prototype of dump_definition.
2055 * cppinit.c (cpp_finish): Update call of dump_definition.
2056
2057 * cpplib.c (do_define): Always create new hash entry with
2058 T_MACRO type. Remove redundant check for redefinition of
2059 poisoned identifier. Update call of dump_definition.
2060 (do_undef): Don't call check_macro_name. Rename sym_length to
2061 len.
2062 (do_error, do_warning): Don't use copy_rest_of_line or
2063 SKIP_WHITE_SPACE.
2064 (do_warning): Don't use pedwarn for the actual warning,
2065 only the notice about its not being in the standard. (Fixes
2066 bug with #warning in system headers.)
2067 (do_ident): Stricter argument checking - accept only a single
2068 string after #ident. Also, macro-expand the line.
2069 (do_xifdef): Use cpp_defined. De-obfuscate.
2070
2071 (do_pragma): Split out specific pragma handling to separate
2072 functions. Use get_directive_token. Update commentary. Do
2073 not pass on #pragma once or #pragma poison to the front end.
2074 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
2075 do_pragma_default): New.
2076
2077 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
2078
2079 * jump.c (jump_optimize_1): The first operand in a relational
2080 can be a CONST_INT.
2081 * optabs.c (emit_conditional_move): Handle relationals which
2082 have a known true/false result.
2083
2084 2000-02-11 Geoff Keating <geoffk@cygnus.com>
2085
2086 * function.c (thread_prologue_and_epilogue_insns): Don't insert
2087 a RETURN insn into a block which already ends with a jump.
2088
2089 2000-02-11 Geoff Keating <geoffk@cygnus.com>
2090
2091 * haifa-sched.c (BUF_LEN): Increase a lot.
2092
2093 2000-02-11 Nick Clifton <nickc@cygnus.com>
2094
2095 * configure.in: Add tm_p_file specification for thumb targets.
2096 * configure: Regenerate.
2097
2098 * config/arm/thumb-protos.h: New file: Prototypes for exported
2099 functions defined in thumb.c.
2100
2101 2000-02-11 Robert Lipe <robertl@sco.com>
2102
2103 * Makefile.in (bootstrap-lean): Remove additional files.
2104 (bootstrap2-lean): Likewise.
2105 (VOL_FILES): List of files for above.
2106
2107 2000-02-11 Nathan Sidwell <nathan@acm.org>
2108
2109 * cpphash.c (special_symbol): Remove spurious argument to
2110 cpp_lookup.
2111
2112 2000-02-11 Joel Sherrill (joel@OARcorp.com>
2113
2114 * configure.in: (i*86-*-rtems*): Swapped elf and coff
2115 stanzas.
2116 * configure: Rebuilt.
2117
2118 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
2119
2120 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
2121
2122 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
2123
2124 * pa.c, pa.h: Remove trigraph sequences within comments.
2125
2126 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
2127
2128 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
2129
2130 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
2131
2132 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
2133
2134 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2135
2136 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
2137
2138 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2139
2140 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
2141 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
2142 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2143 (ASM_FILE_END): Use c4x_file_end.
2144 * config/c4x/c4x.c (c4x_global_label): New function.
2145 (c4x_external_ref, c4x_file_end): Likewise.
2146
2147 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
2148 (c4x_external_ref, c4x_end_file): Likewise.
2149
2150 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
2151
2152 * cppexp.c: Don't include cpphash.h.
2153 (parse_charconst, cpp_lex): Use cpp_defined.
2154 (cpp_lex): Use get_directive_token throughout. Remove
2155 unnecessary cases from switch. Move assertion-handling code
2156 down to OTHER case.
2157 (cpp_parse_expr): If we see '+' or '-', check the context to
2158 determine if they are unary or binary operators. Streamline
2159 the jumps a bit. Do not call skip_rest_of_line.
2160
2161 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
2162 static. Export get_directive_token. Update commentary.
2163 (cpp_defined): New function.
2164 (do_define): Remove reference to T_PCSTRING. Call
2165 free_definition to release memory for old definition, when
2166 redefining a macro.
2167 (eval_if_expression): Set only_seen_white to 0 before calling
2168 cpp_parse_expr. Call skip_rest_of_line after it returns.
2169 (cpp_read_check_assertion): Don't preserve a pointer into the
2170 token buffer across a call to cpp_get_token.
2171
2172 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
2173 * cppfiles.c (redundant_include_p): Use cpp_defined.
2174 * cpphash.c (free_definition): New function.
2175 (delete_macro): Use it. Update commentary.
2176 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
2177 free_definition.
2178 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
2179 from enum node_type. Prototype cpp_defined and get_directive_token.
2180 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
2181
2182 * fix-header.c (check_macro_names): Use cpp_defined.
2183 (read_scan_file): Set inhibit_warnings and inhibit_errors in
2184 the options structure.
2185
2186 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2187
2188 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
2189
2190 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
2191
2192 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
2193 rather than die->die_tag.
2194
2195 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2196
2197 * combine.c (make_extraction, force_to_mode): Avoid warning on
2198 mixed-signedness conditionals.
2199 (make_field_assignment, nonzero_bits): Likewise.
2200 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
2201 (store_split_bit_field, extract_split_bit_field): Likewise.
2202 (extract_fixed_bit_field, store_bit_field,
2203 * expr.c: Change alignment to be unsigned everywhere.
2204 (move_by_pieces, store_constructor_field, store_constructor):
2205 Alignment parm is unsigned.
2206 (emit_block_move, emit_group_load, emit_group_store): Likewise.
2207 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
2208 (do_compare_rtx_and_jump): Likewise.
2209 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
2210 Compare align with GET_MODE_ALIGNMENT.
2211 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
2212 (get_inner_reference): Likewise.
2213 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
2214 (expand_assignment): Local vars for alignment now unsigned.
2215 (store_constructor, store_field, expand_expr, do_jump): Likewise.
2216 (do_compare_and_jump): Likewise.
2217 (store_field): Call new function expr_align.
2218 * expr.h (emit_block_move, emit_group_load, emit_group_store):
2219 Alignment arg now unsigned.
2220 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
2221 (do_compare_rtx_and_jump, store_bit_field): Likewise.
2222 (extract_bit_field): Likewise.
2223 * fold-const.c (add_double): Add cast to eliminate signedness warning.
2224 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
2225 (get_best_mode): Alignment arg is unsigned.
2226 * rtl.h (move_by_pieces): Likewise.
2227 * store-layout.c (maximum_field_alignment, set_alignment):
2228 Now unsigned.
2229 (layout_decl): Alignment arg is now unsigned.
2230 Remove unneeded casts.
2231 (layout_record, layout_union, layout_type): Remove unneeded casts.
2232 Local alignment variables now unsigned.
2233 (get_best_mode): Alignment arg now unsigned.
2234 * tree.c (expr_align): New function.
2235 * tree.h (expr_align): Likewise.
2236 (maximum_field_alignment, set_alignment): Now unsigned.
2237 (get_inner_reference): Alignment argument is now pointer to unsigned.
2238 * varasm.c (assemble_variable): Add cast to eliminate warning.
2239
2240 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
2241
2242 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
2243 then store directly into op0.
2244
2245 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
2246 the CALL_INSN, and emit the note immediately after it.
2247
2248 2000-02-10 Nick Clifton <nickc@cygnus.com>
2249
2250 * config/arm/thumb.md (epilogue): Include a (return) in the
2251 generated insn, and emit it using emit_jump_insn not
2252 emit_insn.
2253
2254 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
2255
2256 * function.c (assign_temp): Change zero-sized arrays to size 1.
2257 * integrate.c (expand_inline_function): Do not update
2258 stack_alignment_needed
2259 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
2260 add some sanity checking, remove optimization for function with
2261 zero frame size.
2262
2263 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2264
2265 * flow.c (mark_regs_live_at_end): Delete unused variables.
2266
2267 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
2268
2269 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
2270 in macro FRAME_GROWS_DOWNWARD.
2271
2272 * stmt.c (expand_end_bindings): Delete unused variable.
2273
2274 * unroll.c (iteration_info): Mark parameter `loop' with
2275 ATTRIBUTE_UNUSED.
2276
2277 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2278
2279 * fixinc/server.c (load_data): Return NULL if the marker line is
2280 not found.
2281 (run_shell): If load_data returns NULL, retry the command once, in
2282 a new shell.
2283
2284 * configure: Rebuilt.
2285
2286 2000-02-09 Bruce Korb <bkorb@gnu.org>
2287
2288 * gcc/fixincludes: ** DELETED **
2289 * gcc/fixcpp: ** DELETED **
2290 * gcc/fixinc-nt.sed: ** DELETED **
2291 * gcc/just-fixinc: ** DELETED **
2292 * gcc/Makefile.in: Removed out-dated commentary
2293 * gcc/configure.in: Removed fast-fixincludes disablement.
2294 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
2295
2296 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
2297 * function.c (thread_prologue_and_epilogue_insns): Uncomment
2298 last change.
2299
2300 2000-02-09 Richard Henderson <rth@cygnus.com>
2301
2302 * jump.c (delete_insn): Don't delete user labels at -O0.
2303
2304 2000-02-09 Robert Lipe <robertl@sco.com>
2305
2306 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
2307 Don't link with HOST_LIBS.
2308
2309 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
2310
2311 * configure.in: Correct --help text for --with-dwarf2.
2312 Put tm-dwarf2.h after other tm files, if it's requested.
2313 * configure: Regenerate.
2314 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
2315 defining it.
2316
2317 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
2318
2319 * cpplib.h: Provide HASHNODE typedef and forward decl of
2320 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
2321 DEFINITION, struct hashnode, struct macrodef, struct
2322 definition, scan_decls prototype, default defn of
2323 INCLUDE_LEN_FUDGE moved elsewhere.
2324
2325 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
2326 definition, and struct hashnode moved here. Remove the unused
2327 'predefined' field from struct definition. Replace the 'args'
2328 union with its sole member. All users updated (cpphash.c).
2329 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
2330 multiple include guard.
2331
2332 * cpphash.c (hashf): Make static; use better algorithm; drop
2333 HASHSIZE parameter; return an unsigned int.
2334 (cpp_lookup): Drop HASH parameter. PFILE parameter is
2335 used. Calculate HASHSIZE modulus here.
2336 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
2337 here.
2338 (create_definition): Drop PREDEFINITION parameter.
2339 * cpplib.c (do_define): Don't calculate a hash value here.
2340 Don't pass (keyword == NULL) to create_definition.
2341
2342 * scan.h: Prototype scan_decls here.
2343 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
2344 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
2345 callers of cpp_lookup and cpp_install updated.
2346
2347 * cpphash.c (macarg): Hoist all the flag diddling out of the
2348 function...
2349 (macroexpand): ... and out of the loop that calls macarg.
2350 Skip over the initial paren before macro arguments with
2351 cpp_get_non_space_token; point may be some distance before
2352 that paren. Abort if it's not there.
2353
2354 * cpplib.c (parse_clear_mark): Delete function.
2355 (parse_set_mark, parse_goto_mark): Make static.
2356 (ACTIVE_MARK_P): New macro.
2357 (skip_block_comment, skip_line_comment): Do not bump the line
2358 if ACTIVE_MARK_P is true.
2359 (cpp_pop_buffer): The buffer to be popped may not have an
2360 active mark.
2361 (cpp_get_token): When looking for the initial paren before
2362 macro arguments, only set a mark in a file buffer, Always
2363 return to that mark before proceeding to call macroexpand or
2364 return a NAME token.
2365
2366 * cpplib.h: Remove prototypes of parse_set_mark,
2367 parse_clear_mark, parse_goto_mark.
2368 (struct cpp_options): Rename 'put_out_comments' to
2369 'discard_comments' and invert its sense.
2370 * cppinit.c, cpphash.c, cpplib.c: All users of
2371 put_out_comments changed to use discard_comments, with
2372 opposite sense.
2373
2374 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
2375
2376 * function.c (thread_prologue_and_epilogue_insns): Don't delete
2377 the edge from a block that both jumps and falls through to the
2378 fallthru block.
2379
2380 2000-02-09 Scott Bambrough <scottb@netwinder.org>
2381
2382 * config/arm/arm.md (movsi): In PIC mode, make sure that a
2383 constant source address is legitimate.
2384
2385 2000-02-09 Philip Blundell <pb@futuretv.com>
2386
2387 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
2388 correctly.
2389
2390 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
2391 generating PIC.
2392 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
2393
2394 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
2395
2396 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
2397 ends with a newline and a NUL. Don't be so clever manipulating
2398 strings.
2399
2400 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
2401
2402 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
2403 not to BIGGEST_ALIGNMENT.
2404
2405 2000-02-08 Geoff Keating <geoffk@cygnus.com>
2406
2407 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
2408 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
2409 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
2410 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
2411 * frame.c (execute_cfa_insn): Handle
2412 DW_CFA_GNU_negative_offset_extended.
2413
2414 2000-02-08 Richard Henderson <rth@cygnus.com>
2415
2416 * flow.c (tidy_fallthru_edges): Split out from ...
2417 (delete_unreachable_blocks): ... here.
2418 (find_basic_blocks): Use it.
2419
2420 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2421
2422 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
2423
2424 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
2425
2426 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
2427 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
2428 (fix-header.o): Don't depend on cpphash.h.
2429
2430 * scan.c (hashstr): New function.
2431 * scan.h: Prototype it.
2432 * fix-header.c: Don't include cpphash.h. Use hashstr.
2433 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
2434 hashstr. Report hash table statistics. Add private
2435 definition of xrealloc.
2436
2437 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2438
2439 * i386.h (TARGET_SWITCHES): Fix typo in option name.
2440
2441 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
2442
2443 * function.c (thread_prologue_and_epilogue_insns): Don't replace
2444 jumps with returns unless they are jumps to the fallthru block.
2445
2446 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
2447
2448 * i386.md (addqi3_cc): Fix contraints.
2449
2450 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
2451
2452 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
2453
2454 2000-02-07 Mark Mitchell <mark@codesourcery.com>
2455
2456 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
2457 carriage return after a macro name.
2458
2459 2000-02-07 Fred Fish <fnf@be.com>
2460
2461 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
2462 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
2463
2464 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
2465
2466 * cppfiles.c (deps_output): Count spacers in deps_column.
2467
2468 2000-02-07 Neil Booth <NeilB@earthling.net>
2469
2470 * cppinit.c (initialize_dependency_output): If there is no
2471 suffix, don't try to look for known suffixes. Use strrchr.
2472 (cpp_start_read): Remove duplicate initialization.
2473
2474 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
2475
2476 * calls.c (compute_argument_block_size): New argument
2477 preferred_stack_boundary.
2478 (expand_call): update cfun->preferred_stack_boundary, update call of
2479 compute_argument_block_size
2480 (emit_library_call): Increate cfun->preferred_stack_boundary
2481 to PREFERRED_STACK_BOUNDARY
2482 (emit_library_call_value): Likewise.
2483 * explow.c (allocate_dynamic_stack_spave): Likewise.
2484 * function.c (prepare_function_start): Set
2485 cfun->preferred_stack_boundary
2486 * function.h (struct function): Add preferred_stack_boundary field.
2487 * integrate.c (expand_inline_function): Update
2488 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
2489 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
2490 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
2491
2492 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
2493
2494 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
2495 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
2496 cpp_pedwarn, cpp_pedwarn_with_line,
2497 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
2498 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
2499 v_cpp_error_with_line, v_cpp_warning_with_line,
2500 cpp_message_from_errno, cpp_perror_with_name): Delete.
2501
2502 * cpperror.c (cpp_print_containing_files): Take starting
2503 buffer as argument.
2504 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
2505 (v_cpp_message): Now called directly by all entry points.
2506 Remove -1 case.
2507 (cpp_pfatal_with_name, cpp_message): Delete.
2508 (cpp_notice_from_errno, cpp_ice): New functions.
2509 (cpp_notice): Is now for reporting error conditions, just
2510 without an associated file.
2511 (cpp_error, cpp_error_with_line): Don't do anything if
2512 opts->inhibit_errors is on.
2513 (cpp_pedwarn_with_file_and_line): Take column argument also.
2514
2515 * cpplib.h: Update prototypes of exported functions.
2516 (struct cpp_options): Add inhibit_errors.
2517
2518 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
2519 non-error messages. Include intl.h.
2520
2521 * cppinit.c, cppmain.c: Likewise. Also, use
2522 cpp_notice_from_errno instead of cpp_perror_with_name or
2523 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
2524
2525 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
2526 report internal errors.
2527
2528 * cpplib.c (do_define): Switch bcopy to memcpy.
2529 Give cpp_pedwarn_with_file_and_line a dummy column argument.
2530
2531 * cpplib.c (copy_rest_of_line): Revert previous change: don't
2532 bail out early if we hit a line comment.
2533
2534 2000-02-06 Richard Henderson <rth@cygnus.com>
2535
2536 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
2537 * basic-block.h: Declare them.
2538 * emit-rtl.h (active_insn_p): New.
2539 (next_active_insn, prev_active_insn): Use it.
2540 * rtl.h: Declare it.
2541 * function.c (emit_return_into_block): New.
2542 (thread_prologue_and_epilogue_insns): Insert return insns instead
2543 of epilogues when possible.
2544 * jump.c (jump_optimize_1): Remove code to insert a return insn
2545 on the fallthru to the exit block.
2546
2547 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
2548 and for non-empty stack frames.
2549 * i386.md (return): Expand to return-pop as needed.
2550
2551 2000-02-06 Richard Henderson <rth@cygnus.com>
2552
2553 * simplify-rtx.c (simplify_relational_operation): Canonicalize
2554 constant to op1 for testing.
2555
2556 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2557
2558 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
2559 (fixuns_truncqfqi2): Use it.
2560
2561 2000-02-06 Richard Henderson <rth@cygnus.com>
2562
2563 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
2564 as a TYPE_LEA insn.
2565
2566 * i386.md (widening and peepholes): Mask the constant instead of
2567 using gen_lowpart.
2568
2569 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
2570
2571 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
2572 input pointer before possibly branching off to the backslash
2573 code.
2574 * cpphash.c (macroexpand): Correctly delete \r escapes when
2575 stringifying parameters.
2576 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
2577 if we can; bail out early if we hit a line comment.
2578 (handle_directive): Treat '# 123' in an .S file just like
2579 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
2580 Return 1 for '# not_a_directive'.
2581 (get_directive_token): Pop macro buffers here, so that
2582 cpp_get_token can't sneakily move past a newline.
2583 Add sanity checks.
2584 (cpp_get_token): goto randomchar if handle_directive returns 0.
2585
2586 * cppalloc.c: Update copyright.
2587 * cpplib.c: Merge all the static function prototypes into one
2588 block.
2589 * cpplib.h: Remove #if 0 block.
2590
2591 * cpperror.c: Remove #ifdef EMACS block.
2592 * cppmain.c: Likewise.
2593 * cpphash.c: Remove #if 0 blocks.
2594 * cppinit.c: Remove #if 0 blocks, and the -lint option.
2595 * cpplib.c: Remove #if 0 blocks and code referencing
2596 pcp_inside_if or for_lint. Remove duplicate error message.
2597 Fix error messages for #else after #else or #elif. Reformat.
2598 Remove archaic TODO list.
2599 * cpplib.h: Remove pcp_inside_if and for_lint flags.
2600
2601 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
2602
2603 * i386/osf1elf.h: Add missing backslash to multiline string.
2604
2605 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2606
2607 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
2608
2609 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2610
2611 * Makefile.in (c-common.o): Depend on $(EXPR_H).
2612
2613 * c-common.c: Include expr.h.
2614
2615 * c-pragma.c (mark_align_stack): Add prototype.
2616
2617 * caller-save.c (add_stored_regs): Likewise.
2618
2619 * combine.c (record_promoted_value): Likewise.
2620
2621 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
2622 Likewise.
2623
2624 * cppinit.c (new_pending_define): Likewise.
2625
2626 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
2627
2628 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
2629 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
2630 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
2631 class_scope_p): Likewise.
2632
2633 * dwarf2out.h (dwarf2out_set_demangle_name_func,
2634 dwarf2out_add_library_unit_info): Likewise.
2635
2636 * ggc.h (ggc_page_print_statistics): Likewise.
2637
2638 * haifa-sched.c (propagate_deps): Likewise.
2639
2640 * reg-stack.c (next_flags_user, record_label_references): Likewise.
2641
2642 * rtl.h (set_stack_check_libfunc): Likewise.
2643
2644 * toplev.h (set_fatal_function): Likewise.
2645
2646 * toplev.c (set_fatal_function): Delete prototype.
2647
2648 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
2649
2650 2000-02-05 Geoff Keating <geoffk@cygnus.com>
2651
2652 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
2653 (FUNC_END): Likewise.
2654
2655 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2656
2657 * caller-save.c: Include tm_p.h.
2658
2659 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2660
2661 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
2662
2663 2000-02-04 Neil Booth <NeilB@earthling.net>
2664
2665 * cccp.c (main): Check 'dir' for a NULL pointer before passing
2666 it to strcmp.
2667
2668 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
2669
2670 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
2671 * genflags.c: Use the max_operand_1 logic from genemit.c to
2672 calculate how many arguments gen_insn prototypes have. Remove
2673 NO_MD_PROTOTYPES ifdefs from the generated file.
2674 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
2675 file. Cast gen_insn initializers to insn_gen_fn.
2676 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
2677 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
2678
2679 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2680
2681 * fixinc/Makefile.in (HDR): Add machname.h.
2682 (clean): Likewise.
2683
2684 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2685
2686 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
2687 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
2688 (c4x_cpu_version): Ditto.
2689 * config/c4x/c4x-protos.h: ... here.
2690
2691 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
2692
2693 * dwarf2out.c (add_abstract_origin_attribute): Don't call
2694 gen_abstract_function on our context if we're a nested function.
2695
2696 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2697
2698 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
2699 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
2700
2701 2000-02-04 Bruce Korb <bkorb@gnu.org>
2702
2703 * fixinc/genfixes(machname.h):
2704 Move the functionality from gen-machine.h into this file.
2705 UNdef MN_NAME_PAT if there are no names to change.
2706 Also, be a little kinder when AutoGen is not present.
2707
2708 * fixinc/Makefile.in(machname.h):
2709 Change the generation rule to use genfixes.
2710
2711 * fixinc/fixfixes.c(machine_name):
2712 machine_name_fix's functionality now dependent upon whether
2713 MN_NAME_PAT is defined.
2714
2715 * fixinc/fixtests.c(machine_name):
2716 ditto.
2717
2718 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
2719 of MN_NAME_PAT.
2720
2721 * fixinc/fixlib.h(mn_get_regexps):
2722 ditto
2723
2724 * fixinc/gen-machine.h: DELETED
2725
2726 2000-02-04 Jan Hubicka <jh@suse.cz>
2727 Richard Henderson <rth@cygnus.com>
2728
2729 * i386.c (SAVE_REGS_FIRST): Remove.
2730 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
2731 (ix86_compute_frame_size): Likewise.
2732 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
2733 (ix86_emit_restore_regs): Remove.
2734 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
2735 when a frame pointer is in use.
2736 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
2737 instead of pop to restore a register when profitable; emit leave
2738 when profitable.
2739 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
2740 as a TYPE_LEA insn.
2741 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
2742 * i386.md (prologue_allocate_stack): Remove.
2743 (epilogue_deallocate_stack): Remove.
2744 (pro_epilogue_adjust_stack): New.
2745
2746 2000-02-04 Richard Henderson <rth@cygnus.com>
2747
2748 * function.c (diddle_return_value): Rework to use a callback function.
2749 Use current_function_return_rtx if it's been set up.
2750 (do_clobber_return_reg, clobber_return_register): New.
2751 (do_use_return_reg, use_return_register): New.
2752 (expand_function_end): Use them.
2753 * stmt.c (expand_null_return): Likewise.
2754 * function.h: Declare them.
2755 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
2756 (mark_reg): Change arguments as appropriate for callback.
2757 * integrate.c (expand_inline_function): Revert 19 Jan change.
2758
2759 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
2760
2761 * tm.texi (Values in Registers): Fix typo: "fo" "for".
2762 (Misc): Say the scheduler, not the Haifa scheduler.
2763
2764 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
2765
2766 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
2767 when in_mem is set. Update all callers.
2768
2769 2000-02-04 Richard Henderson <rth@cygnus.com>
2770
2771 * i386/openbsd.h (INT_ASM_OP): Define.
2772
2773 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
2774
2775 * tm.texi: Fix various typos.
2776
2777 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
2778
2779 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
2780 (MD_STARTFILE_PREFIX_1): New macro.
2781
2782 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
2783
2784 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
2785 destination when needed.
2786 (strmovsi, strsetsi): New expander.
2787 (strmovsi_1, strsetsi_1): New pattern.
2788 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
2789 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
2790 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
2791 * invoke.texi (align-stringops, inline-all-stringops): Document.
2792
2793 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
2794
2795 * i386/netbsd.h (INT_ASM_OP): Define.
2796
2797 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
2798
2799 * cpplib.h (cpp_reader): Add new flag, no_directives.
2800 * cpphash.c (macarg): Set it.
2801 * cpplib.c (handle_directive): If no_directives is on and we
2802 find a directive, issue an error and discard the line.
2803
2804 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
2805
2806 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
2807 FP constants. Add ! TARGET_FPU check for FP constants.
2808
2809 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
2810
2811 * flow.c (find_basic_blocks): Don't kill label_value_list
2812 here.
2813 (cleanup_cfg): Kill it here.
2814
2815 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2816
2817 * expr.c (store_field): Ensure ALIGN is no stricter than the
2818 alignment of EXP.
2819
2820 2000-02-02 Richard Henderson <rth@cygnus.com>
2821
2822 * jump.c (delete_insn): Partially revert 19 Jan change;
2823 don't convert unused code labels to notes at -O0.
2824
2825 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2826
2827 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
2828 split_all_insns to recreate REG_LABEL notes for flow2 pass.
2829
2830 2000-02-01 Richard Henderson <rth@cygnus.com>
2831
2832 * i386.c (general_no_elim_operand): New.
2833 (nonmemory_no_elim_operand): New.
2834 (ix86_expand_move): Copy eliminable operands before a push.
2835 * i386-protos.h: Declare new functions.
2836 * i386.h (CAN_ELIMINATE): Simplify.
2837 (PREDICATE_CODES): Update.
2838 * i386.md (push insns): Don't allow eliminable register operands.
2839
2840 2000-02-01 Richard Henderson <rth@cygnus.com>
2841
2842 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
2843 replace BLKmode with DECL_RTL's mode.
2844
2845 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
2846
2847 * frame.c (find_fde): Convert for loop to do-while so compiler
2848 sees it's always executed at least once.
2849 * libgcc2.c (BBINBUFSIZE): Kill.
2850 (__bb_init_prg): Use fgets.
2851 (__bb_exit_trace_func): Don't paste strings.
2852 * unroll.c (unroll_loop): Initialize unroll_type, not
2853 unroll_number, and tweak logic to match.
2854
2855 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
2856 all failure paths.
2857 (ix86_flags_dependant): Likewise. Disentangle control flow.
2858 (ix86_sched_reorder): Break guts out to
2859 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
2860 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
2861 any possible use.
2862
2863 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
2864 use string concatenation. Don't save and restore esi.
2865
2866 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
2867 (machname.h): Remove script to separate file. Use two-step
2868 sequence so target is not created if script fails.
2869 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
2870 identifiers are defined.
2871 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
2872 an empty string, machine_name doesn't need to do anything at
2873 all.
2874 (is_cxx_header): Add more cases to regexp.
2875 * fixinc/fixlib.h: Update prototype.
2876 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
2877 mn_get_regexps.
2878 * fixinc/fixincl.c: Define NO_BOGOSITY.
2879
2880 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
2881 (hp_sysfile): Add missing comma.
2882 (math_exception): Put the wrapper ifdefs at the beginning and
2883 the end of the file.
2884 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
2885
2886 2000-02-01 Richard Henderson <rth@cygnus.com>
2887
2888 * sparc.c (fp_zero_operand): Turn into a normal predicate.
2889 Use CONST0_RTX. Update all callers.
2890 * sparc.h, sparc-protos.h: Update accordingly.
2891 * sparc.md (fp mov insns): Use fp_zero_operand directly
2892 where applicable.
2893
2894 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
2895
2896 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
2897 example.
2898
2899 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2900
2901 * Makefile.in (specs.ready): New target.
2902 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
2903
2904 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2905
2906 * fixinc.irix: Use unique filenames for writing into /tmp,
2907 * fixinc.ptx: Likewise.
2908 * fixinc.sco: Likewise.
2909 * fixinc.svr4: Likewise.
2910 * fixinc.winnt: Likewise.
2911
2912 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2913
2914 * tsystem.h: New file.
2915
2916 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
2917 s-crtS): Depend on tsystem.h.
2918
2919 * crtstuff.c: Include tsystem.h.
2920 * frame.c: Likewise.
2921 * libgcc2.c: Likewise.
2922
2923 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
2924
2925 * builtins.c (expand_builtin_memset): Expand for variable sized
2926 lengths too.
2927
2928 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
2929
2930 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
2931 on ABI.
2932
2933 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
2934
2935 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
2936
2937 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
2938
2939 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
2940
2941 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
2942 case 3->2 combining (combining with splitting) in which 2 is CC0
2943 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
2944 checked at the begining of the function with the aid of calling
2945 function 'can_combine_p'.
2946
2947 2000-01-31 Dave Brolley <brolley@redhat.com>
2948
2949 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
2950
2951 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
2952
2953 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
2954 new label.
2955
2956 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2957
2958 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
2959
2960 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
2961 PROTO -> PARAMS.
2962
2963 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
2964
2965 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
2966 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
2967 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
2968 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
2969 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
2970 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
2971 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
2972 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
2973 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
2974 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
2975
2976 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
2977 Add %(cpp_cpu) to CPP_SPEC.
2978
2979 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
2980 Add %(cc1_cpu) to CC1_SPEC.
2981
2982 2000-01-28 Ulrich Drepper <drepper@redhat.com>
2983
2984 * c-decl.c (c_decode_option): Accept optional numeric argument to
2985 -Wformat and set warn_format.
2986 * c-common.c: Don't emit warning about non-constant printf format
2987 string unless warn_format > 1.
2988
2989 2000-01-30 Richard Henderson <rth@cygnus.com>
2990
2991 * alpha.md (return_internal): Allow after reload only.
2992
2993 2000-01-30 Richard Henderson <rth@cygnus.com>
2994
2995 * i386.c (ix86_compute_frame_size): Omit padding1 if the
2996 local frame size is zero.
2997
2998 2000-01-30 Richard Henderson <rth@cygnus.com>
2999
3000 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
3001 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
3002 * alpha.md (return): Turn into an expander.
3003 (return_internal): Don't use $26.
3004 (epilogue): Emit the return insn.
3005
3006 2000-01-30 Richard Henderson <rth@cygnus.com>
3007
3008 * alpha.md (negtf2, abstf2): Fix word order thinko.
3009 (extendsftf2): New.
3010 (trunctfsf2): Avoid intermediate rounding errors.
3011
3012 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
3013
3014 * cppfiles.c (find_position): Drop 'colp' argument, return the
3015 new line base.
3016 (read_and_prescan): Adjust to match. Don't ever manipulate
3017 line or line_base except via find_position.
3018
3019 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
3020
3021 * c-parse.in: Apply Ulrich's changes from c-parse.y.
3022 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
3023 Regenerate.
3024
3025 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
3026
3027 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
3028 just print "<command line>". If 'filename' is null or an
3029 empty string, print "<stdin>" for the filename.
3030 * cpplib.c (do_define): Don't print the 'location of the
3031 previous definition' message if we're still parsing the
3032 command line.
3033 (cpp_pedwarn_with_file_and_line): Always call
3034 cpp_file_line_for_message.
3035
3036 2000-01-29 Mark Mitchell <mark@codesourcery.com>
3037
3038 * flow.c (mark_regs_live_at_end): Fix typo.
3039
3040 2000-01-28 Ulrich Drepper <drepper@redhat.com>
3041
3042 * c-common.c: Adjust variable names, comments, help strings to c99.
3043 * c-lex.c: Likewise.
3044 * c-parse.y: Likewise.
3045 * c-tree.h: Likewise.
3046 * cccp.c: Likewise.
3047 * cpplib.h: Likewise.
3048 * c-decl.c: Likewise. Recognize options with names "*99" as well.
3049 * cppinit.c: Likewise.
3050
3051 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3052
3053 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
3054 * c4x.c: Define the optab rtx values.
3055 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
3056 (c4x_emit_libcall): Use new optab rtx values.
3057 (c4x_emit_libcall3): Likewise.
3058 (c4x_emit_libcall_mulhi): Likewise.
3059 * c4x-protos.h: Add prototypes for optab rtx values and change
3060 prototypes for above c4x_emit_libcall functions.
3061
3062 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3063
3064 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
3065 syntax is used.
3066 (c4x_function_prologue): Use regnames intead of float_reg_names when
3067 TI syntax is used.
3068 (c4x_function_epilogue): Likewise.
3069 (c4x_print_operand): Likewise.
3070 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
3071 * c4x.md (set_high): Disable for TARGET_TI.
3072
3073 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3074
3075 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
3076 of framepointer + constant to ADDR_REGS class.
3077 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
3078 * c4x.c (std_or_reg_operand): New function.
3079 * c4x-protos.h (std_or_reg_operand): Prototype it.
3080
3081 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3082
3083 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
3084 object names as libgcc2.c.
3085 * libgcc.S: Use newly defined names.
3086
3087 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
3088 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
3089 function.
3090 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
3091 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
3092 (FLOW_LOOP_LAST_BLOCK): Likewise.
3093
3094 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3095
3096 * basic-block.h (struct loop): New fields 'first' and 'last'.
3097 * flow.c (flow_loops_find): Compute loop->first and loop->last.
3098 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
3099 and loop->last to check for NOTE_INSN_LOOP_END.
3100
3101 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
3102
3103 * predict.c (estimate_probability): Use the new FIRST and LAST fields
3104 of the loop descriptor rather than HEADER and LATCH. Also added
3105 missing break statements as well making some coding style modifications
3106 as suggested by Michael Hayes.
3107
3108 2000-01-28 Richard Henderson <rth@cygnus.com>
3109
3110 * flow.c (find_basic_blocks): Remove do_cleanup argument.
3111 Break out that code ...
3112 (cleanup_cfg): ... here.
3113 (commit_one_edge_insertion): Detect a return instruction being
3114 emitted to an edge. Emit a barrier following; clear fallthru.
3115 (commit_edge_insertions): Verify CFG consistency.
3116 * function.c (expand_function_start): Kill unused variable.
3117 (expand_function_end): Likewise.
3118 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
3119 to insert the epilogue.
3120
3121 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
3122 (delete_null_pointer_checks): Likewise.
3123 * output.h: Likewise.
3124 * reg-stack.c (reg_to_stack): Likewise.
3125 * toplev.c (rest_of_compilation): Likewise. Run
3126 thread_prologue_and_epilogue_insns after rebuilding the CFG.
3127
3128 2000-01-28 Richard Henderson <rth@cygnus.com>
3129
3130 * Makefile.in (flow.o): Revert 24 Jan change.
3131 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
3132 FUNCTION_VALUE result to DECL_RESULT's mode.
3133
3134 * haifa-sched.c (schedule_insns): Don't recompute reg info
3135 after reload.
3136
3137 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
3138
3139 * configure.in: Make --enable-cpplib the default.
3140 * configure: Regenerate.
3141 * gcc.dg/990119-1.c: No longer expected to fail.
3142
3143 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
3144
3145 * jump.c (jump_optimize_1): Delete an optimization that is also done
3146 by merge_blocks in flow.
3147
3148 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3149
3150 * diagnostic.c (build_message_string, output_printf,
3151 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
3152 (build_location_prefix): Fix non-literal format string.
3153
3154 2000-01-27 Richard Henderson <rth@cygnus.com>
3155
3156 * alpha.md (trunctfsf2): New.
3157
3158 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
3159
3160 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
3161
3162 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
3163
3164 * cppinit.c (cpp_handle_option): Recognize C++ comments under
3165 -std=gnu89.
3166 * cpplib.c (skip_block_comment, skip_line_comment): Split code
3167 out of...
3168 (skip_comment) ... here. Permit C++ comments in system
3169 headers always. Warn about C++ comments in user code under
3170 -std=gnu89 -pedantic.
3171 (copy_comment): Use skip_comment.
3172 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
3173 return EOF.
3174 (consider_directive_while_skipping, do_else, do_endif): Call
3175 validate_else unconditionally.
3176 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
3177 text after the conditional in a system header.
3178 * cpplib.h (struct cpp_buffer): Add flag
3179 warned_cplusplus_comments.
3180
3181 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
3182
3183 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
3184 Use unshare_all_rtl_1.
3185 (unshare_all_rtl_again): New function.
3186 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
3187
3188 * function.c (purge_addressof_1): Use unshare_all_rtl_again
3189 rather than resetting the 'used' flags ourself.
3190
3191 * toplev.c (rest_of_compilation): Add current_function_decl
3192 to the unshare_all_rtl call.
3193 * tree.h: Prototype unshare_all_rtl.
3194 * rtl.h: Prototype unshare_all_rtl_again here.
3195
3196 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
3197
3198 * genoutput.c (output_prologue): Include ggc.h in generated
3199 files.
3200 * Makefile.in (insn-output.o): Depends on ggc.h.
3201
3202 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
3203 Hans-Peter Nilsson <hp@bitrange.com>
3204
3205 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
3206 Remove redundant include of xm-ns32k.h.
3207 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
3208 Remove redundant include of xm-ns32k.h.
3209 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
3210 Remove redundant include of xm-ns32k.h.
3211 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
3212
3213 * ns32k/ns32k.h: Update comment on multiply-add instructions.
3214 (TARGET_SWITCHES): Add documentation strings.
3215 (DWARF_FRAME_REGNUM): Override default definition.
3216 (REG_CLASS_CONTENTS): Add comments.
3217 (SUBSET_P): Format to reduce line length.
3218 (SMALL_REGISTER_CLASSES): Make a run time option.
3219 (GO_IF_NONINDEXED_ADDRESS): Reformat.
3220 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
3221 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
3222 (regclass_map): fix typo in comment.
3223 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
3224 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
3225 (trace, reg_or_mem_operand): Delete, unused function.
3226 (calc_address_cost): Small offsets are cheaper than large ones.
3227 (expand_block_move): Generate more efficient code when bytes is a
3228 known at compile time.
3229 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
3230 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
3231 instead of reg_or_mem_operand.
3232
3233 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
3234 not general_operand. Similarly use "=rm" or stricter, not "=g".
3235 For input operands, use stricter constraints than "g" if not
3236 general_operand. Similarly use stricter predicate than
3237 "general_operand" when stricter constraints than "g" are present,
3238 except for matching constraints.
3239 (movstrsi): Use "memory_operand" for operands 0 and 1.
3240 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
3241 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
3242 not reg_or_mem_operand.
3243 (udivmoddisi4): Ditto.
3244 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
3245 Use nonimmediate_operand for operand 3, not register_operand.
3246 (udivmoddiqi4_internal): Use register_operand for operand 1, not
3247 reg_or_mem_operand.
3248
3249 2000-01-27 Fred Fish <fnf@be.com>
3250
3251 * gthr-posix.h: Fix typo; compatibily -> compatibility.
3252 * gthr-single.h: Likewise.
3253 * gthr-solaris.h: Likewise.
3254 * gthr-vxworks.h: Likewise.
3255 * gthr-win32.h: Likewise.
3256 * gthr.h: Likewise.
3257
3258 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
3259
3260 * cppinit.c: Add " (cpplib)" to end of string printed by
3261 -v / --version.
3262
3263 2000-01-27 Richard Henderson <rth@cygnus.com>
3264
3265 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
3266 testing for a signed comparison.
3267 (alpha_emit_floatuns): New.
3268 * alpha-protos.h: Declare it.
3269 * alpha.md (floatunsdisf2, floatunsdidf2): New.
3270 (extendsfdf2): Tidy.
3271
3272 2000-01-27 Jakub Jelinek <jakub@redhat.com>
3273
3274 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
3275 no -g option specifying debugging format, default to -gstabs+.
3276
3277 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3278
3279 * calls.c (special_function_p): New argument fork_or_exec.
3280 (expand_call): When profile_arc_flag is set and the function
3281 is in the fork_or_exec group, call __bb_fork_func first.
3282 * libgcc2.c, _bb module (__bb_fork_func): New function.
3283 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
3284 output file.
3285 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
3286 * tree.h (special_function_p): Update prototype.
3287
3288 2000-01-26 Richard Henderson <rth@cygnus.com>
3289
3290 * alpha.c (alpha_split_tfmode_pair): New.
3291 * alpha-protos.h: Declare it.
3292 * alpha.md (abstf2, negtf2): New.
3293 (movtf insn): Add input G constraint.
3294 (movtf splitter): Use alpha_split_tfmode_pair.
3295
3296 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3297
3298 * i386/cygwin.h: PROTO -> PARAMS.
3299
3300 2000-01-26 Jakub Jelinek <jakub@redhat.com>
3301
3302 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
3303 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
3304 using _Qp_cmp/_Q_cmp and testing the return value.
3305 (print_operand): Call reverse_condition_maybe_unordered if
3306 we are handling CCFPmode or CCFPEmode.
3307 Handle ORDERED, UN* and LTGT comparisons.
3308 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
3309 if not TARGET_HARD_QUAD.
3310 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
3311 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
3312 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
3313 Adjust gen_b* calls so that they reflect return comparison of
3314 sparc_emit_float_lib_cmp.
3315
3316 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3317
3318 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
3319 incoming operands array is large enough for one more operand.
3320 (alpha_emit_xfloating_arith): Likewise.
3321
3322 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
3323
3324 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
3325 file with one line and no trailing newline.
3326 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
3327 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
3328 checking if the match is on the line.
3329 * fixinc/gnu-regex.c: Provide regerror not __regerror.
3330
3331 2000-01-25 Richard Henderson <rth@cygnus.com>
3332
3333 * sparc.c (output_cbranch): Fix accidental squashing of the
3334 fp branch pre-delay nop.
3335
3336 2000-01-25 Richard Henderson <rth@cygnus.com>
3337
3338 * tree.def (UNNE_EXPR): Remove.
3339 * c-typeck.c (build_binary_op): Don't handle it.
3340 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
3341
3342 * rtl.def (UNNE): Remove.
3343 (LTGT): Add.
3344 * jump.c (reverse_condition): Update accordingly.
3345 (swap_condition): Likewise.
3346 (comparison_dominates_p): Handle unordered comparisons.
3347 (reverse_condition_maybe_unordered): New.
3348 * rtl.h (reverse_condition_maybe_unordered): Declare.
3349
3350 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
3351 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
3352 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
3353 * sparc.md (bltgt): New.
3354
3355 2000-01-25 Nick Clifton <nickc@redhat.com>
3356
3357 * emit-rtl.c (emit_insn): Only check machine class insns for
3358 improper emission of a RETURN.
3359
3360 2000-01-25 Richard Henderson <rth@cygnus.com>
3361
3362 * Makefile.in (flow.o): Depend on $(EXPR_H).
3363 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
3364 duplicate the structure of diddle_return_value for keeping regs live.
3365
3366 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3367
3368 * loop.c (current_loop_info): Delete.
3369 (consec_sets_invariant_p): Add loop argument, update callers.
3370 (get_condition_for_loop): Likewise.
3371 (count_nonfixed_reads, update_giv_derive): Likewise.
3372 (simplify_giv_expr, general_induction_var): Likewise.
3373 (consec_sets_giv, recombine_givs): Likewise.
3374 (move_movables): Delete loop_start and loop_end arguments,
3375 add loop argument, and update callers.
3376 (find_mem_givs, check_final_value): Likewise.
3377 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
3378 (loop_invariant_p): Rename from invariant_p, add loop argument, and
3379 update callers.
3380 (basic_induction_var): Add loop argument, delete loop_level argument,
3381 and update callers.
3382 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
3383 add loop argument, and update callers.
3384 (find_splittable_regs, find_splittable_givs): Likewise.
3385 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
3386 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
3387 (biv_total_increment): Delete loop_start and loop_end arguments;
3388 update callers.
3389 (precondition_loop_p): Delete loop_start and loop_info arguments;
3390 update callers.
3391 * loop.h (get_condition_for_loop): Add loop argument.
3392 (biv_total_increment): Delete loop_start and loop_end arguments.
3393 (precondition_loop_p): Delete loop_start and loop_info arguments;
3394 add loop argument.
3395 (final_biv_value): Delete loop_start and loop_end arguments;
3396 add loop argument.
3397 (final_giv_value, back_branch_in_range_p): Likewise.
3398
3399 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
3400
3401 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
3402
3403 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
3404
3405 * Makefile.in (c-gperf.h) : Change the "See" pointer to
3406 point to the new "generated_files" doc.
3407
3408 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
3409
3410 * config/fp-bit.c (_unord_f2): Fix typo.
3411
3412 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
3413
3414 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
3415 c-typeck.c, objc/objc-act.c: Remove all references to obstack
3416 functions obsoleted by GC, such as push_obstacks_nochange,
3417 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
3418 and code which existed only to decide whether or not to call
3419 them. Remove now-unused NESTED argument from start_function;
3420 all callers changed. Do not change behavior based on ggc_p.
3421 The use of the ixp_obstack in c-iterate.c and the util_obstack
3422 in objc/objc-act.c remain; these are not obsoleted by garbage
3423 collection.
3424 * c-tree.h: Update prototype for start_function.
3425
3426 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
3427
3428 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
3429
3430 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
3431 mips16.
3432
3433 2000-01-25 Richard Henderson <rth@cygnus.com>
3434
3435 * sparc-protos.h (select_cc_mode): Declare.
3436 * sparc.c (select_cc_mode): New. Handle unordered compares.
3437 (output_cbranch): Always reverse via code change. Handle
3438 unordered compares. Factor tests and string updates.
3439 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
3440 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
3441 * sparc.md (bunordered, bordered): New.
3442 (bungt, bunlt, buneq, bunge, bunle): New.
3443
3444 2000-01-25 Richard Henderson <rth@cygnus.com>
3445
3446 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
3447 * ggc-common.c (ggc_add_rtx_varray_root): New.
3448 (ggc_mark_rtx_varray): New.
3449 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
3450 functions down below ggc_mark_foo.
3451 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
3452
3453 2000-01-25 Richard Henderson <rth@cygnus.com>
3454
3455 * alpha.c (secondary_reload_class): Don't allocate a secondary
3456 for integral mode memories into FLOAT_REGS. Rearrange the more
3457 complicated memory expression inward.
3458
3459 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
3460
3461 * inclhack.def: Fixes to play nicer with FreeBSD, and
3462 corrections to comments.
3463 (cxx_unready): Add select expression.
3464 (irix_sockaddr): Add bypass expression.
3465 (machine_ansi_h_va_list): New fix.
3466 (stdio_va_list): No need to edit _BSD_VA_LIST_.
3467 Split out addition of "#include <stdarg.h>" to...
3468 (stdio_stdarg_h): ... here.
3469 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
3470 to stdlib.h also. Do not munge _BSD_SIZE_T_.
3471 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
3472 size_t.
3473 (ultrix_ifdef): Tighten up select expression.
3474
3475 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
3476 re_ct and max_mach to avoid use of shell. Make printed names
3477 match names in inclhack.def. Use static copyright date.
3478 Don't count c_test and test expressions as requiring regex_t
3479 slots. Add some commentary.
3480 * inclhack.tpl: Do not include the 'This script contains N
3481 fixup scripts' line if PROGRAM is defined. Use static
3482 copyright date.
3483
3484 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
3485
3486 * dwarf2out.c: include "varray.h", not dyn-string.h.
3487 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
3488 (addr_const_to_string, addr_to_string): Lose.
3489 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
3490 (struct dw_val_struct): val_addr is now an rtx.
3491 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
3492 (used_rtx_varray): New varray.
3493 (dwarf2out_init): Initialize it.
3494 (save_rtx): New fn.
3495 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
3496 addr_to_string.
3497 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
3498 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
3499 * Makefile.in (dwarf2out.o): Update dependencies.
3500
3501 2000-01-24 Richard Henderson <rth@cygnus.com>
3502
3503 * i386.c (i386_dwarf_output_addr_const): New.
3504 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
3505
3506 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
3507 if defined.
3508 * dwarfout.c (output_mem_loc_descriptor): Likewise.
3509 * i386.c (i386_simplify_dwarf_addr): New.
3510 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
3511
3512 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
3513
3514 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
3515 TYPE_STUB_DECL is NULL.
3516
3517 2000-01-24 Richard Henderson <rth@cygnus.com>
3518
3519 * builtins.c (expand_tree_builtin): Move ...
3520 * c-common.c (expand_tree_builtin): ... here.
3521
3522 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3523
3524 * loop.h (LOOP_INFO): New accessor macro.
3525 * basic-block.h (struct loop): Rename field `info' to `aux'.
3526 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
3527 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
3528 * unroll.c (loop_iterations, unroll_loop): Likewise.
3529
3530 2000-01-24 Christopher Faylor <cgf@cygnus.com>
3531
3532 * config/i386/t-cygwin: Accomodate new winsup directory layout
3533 when searching for include files.
3534
3535 2000-01-24 Richard Henderson <rth@cygnus.com>
3536
3537 * rtl.def: Add unordered fp comparisions.
3538 * tree.def: Likewise.
3539 * tree.h: Add ISO C 9x unordered fp comparision builtins.
3540
3541 * builtins.c (expand_tree_builtin): New function.
3542 * c-typeck.c (build_function_call): Use it.
3543 (build_binary_op): Support unordered compares.
3544 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
3545
3546 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
3547 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
3548 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
3549 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
3550 * jump.c (reverse_condition): Don't abort for UNLE etc, but
3551 return UNKNOWN.
3552 (swap_condition): Handle unordered compares.
3553 (thread_jumps): Check can_reverse before reversing.
3554 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
3555 reversed for FP.
3556
3557 * optabs.c (can_compare_p): New argument CODE. Verify branch or
3558 setcc is present before acking for cmp_optab. Update all callers.
3559 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
3560 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
3561 * expr.c (expand_expr): Likewise. Support unordered compares.
3562 (do_jump, do_store_flag): Likewise.
3563 * expr.h (enum libfunc_index): Add unordered compares.
3564
3565 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
3566 (DPBIT_FUNCS): Add _unord_df.
3567 * config/fp-bit.c (_unord_f2): New.
3568 * fp-test.c (main): Try unordered compare builtins.
3569
3570 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
3571 * alpha.c (alpha_comparison_operator): Check mode properly.
3572 (alpha_swapped_comparison_operator): Likewise.
3573 (signed_comparison_operator): Likewise.
3574 (alpha_fp_comparison_operator): New.
3575 (alpha_emit_conditional_branch): Handle unordered compares.
3576 * alpha.h (PREDICATE_CODES): Update.
3577 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
3578 (bunordered, bordered): New.
3579
3580 2000-01-24 Richard Henderson <rth@cygnus.com>
3581
3582 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
3583 * alpha.md (movtf): New expander, insn, and splitter.
3584
3585 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
3586
3587 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
3588 dead registers.
3589
3590 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
3591
3592 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
3593 (FIXED_REGISTERS, CALL_USED_REGISTERS,
3594 REG_ALLOC_ORDER): Add frame pointer
3595 (FRAME_POINTER_REGNUM): Set to 20
3596 (HARD_FRAME_POINTER_REGNUM): New macro.
3597 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
3598 to HARD_FRAME_POINTER.
3599 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
3600 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
3601 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
3602 (HI_REGISTER_NAMES): Add "frame".
3603 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
3604 (debug_reg): Handle FRAME_POINTER_REGNUM.
3605 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
3606 GENERAL_REGS and INDEX_REGS.
3607 * i386.c (SAVED_REGS_FIRST): new macro.
3608 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
3609 (ix86_decompose_address, memory_address_length): Likewise.
3610 (regclass_map): Add frame pointer.
3611 (call_insn_operand): Handle frame_pointer_rtx.
3612 (reg_no_sp_operand): Likewise.
3613 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
3614 (print_operand, legitimize_pic_address): Fix formating.
3615 (ix86_compute_frame_size): Make static, update prototype, new
3616 parameters padding1, padding2, use ix86_nsaved_regs, use
3617 stack_alignment_needed.
3618 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
3619 to HARD_FRAME_POINTER_REGNUM conversions.
3620 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
3621 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
3622 (print_reg): Abort on FRAME_POINTER_REGNUM
3623
3624 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
3625
3626 * i386.h (PREDICATE_CODES): Add aligned_operand.
3627 * i386.c (aligned_operand): New function.
3628 (ix86_aligned_p): Kill.
3629 * i386.md (movhi_1): Emit mov for aligned operands.
3630 (promoting peep2s): Use aligned_operand.
3631
3632 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
3633
3634 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
3635 expression to allow underscores in macro names.
3636 (fix_char_macro_defines): Increment scanning pointer.
3637
3638 2000-01-23 Richard Henderson <rth@cygnus.com>
3639
3640 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
3641 * alpha/osf5.h: New file.
3642 * configure.in (alpha-*-osf5): Add it to tm_file.
3643
3644 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
3645
3646 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
3647 (alpha_emit_xfloating_cvt, function_arg): Declare.
3648 * alpha.c (alpha_emit_conditional_branch): Call
3649 alpha_emit_xfloating_compare for TFmode compares.
3650 (alpha_lookup_xfloating_lib_func): New.
3651 (alpha_compute_xfloating_mode_arg): New.
3652 (alpha_emit_xfloating_libcall): New.
3653 (alpha_emit_xfloating_arith): New.
3654 (alpha_emit_xfloating_compare): New.
3655 (alpha_emit_xfloating_cvt): New.
3656 (print_operand): Add default abort case.
3657 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
3658 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
3659 (BIGGEST_ALIGNMENT): Increase to 128 bits.
3660 (RETURN_IN_MEMORY): True for TF/TCmode.
3661 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
3662 (FUNCTION_ARG): Move to function_arg.
3663 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
3664 (ASM_OUTPUT_LONG_DOUBLE): New.
3665 (ASM_OUTPUT_DOUBLE): Always output bits.
3666 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
3667 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
3668 (extenddftf2, trunctfdf2): New.
3669
3670 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3671
3672 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
3673 * config/sparc/sol2.h: ... here.
3674
3675 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3676
3677 * basic-block.h (struct loops): New field `levels'.
3678 * flow.c (flow_loops_level_compute): Traverse all outer loops.
3679 (flow_loop_level_compute): Initialise level to 1.
3680 (flow_loops_find): Set loops->levels.
3681 (flow_loops_dump): Print loops->levels.
3682
3683 2000-01-23 Richard Henderson <rth@cygnus.com>
3684
3685 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
3686 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
3687
3688 2000-01-23 Richard Henderson <rth@cygnus.com>
3689
3690 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
3691 * i386.h (DBX_REGISTER_NUMBER): Use them.
3692 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
3693 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
3694 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
3695 * i386/sequent.h: Kill incorrect comment.
3696
3697 2000-01-23 Mark Mitchell <mark@codesourcery.com>
3698
3699 * ggc-page.c (struct page_entry): Make `context_depth' an
3700 `unsigned short'.
3701 (struct globals): Likewise.
3702
3703 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
3704
3705 * loop.c (check_dbra_loop): When checking a loop for
3706 reversability, check the source of any stores to ensure
3707 they don't depend on an initial value.
3708
3709 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3710
3711 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
3712
3713 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
3714
3715 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
3716 'pz_scan' into scope of entire function. Only affects
3717 compiles with -DDEBUG.
3718
3719 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
3720
3721 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
3722 section naming to that prior to 2000-01-07 patch.
3723 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
3724 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
3725 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
3726 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
3727 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
3728
3729 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
3730
3731 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
3732 constant.
3733
3734 2000-01-21 Jim Wilson <wilson@cygnus.com>
3735
3736 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
3737 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
3738
3739 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
3740
3741 * cpphash.c (change_newlines): Delete function.
3742 (struct argdata): Delete 'newlines' and 'use_count' fields.
3743 (macroexpand): Remove code referencing those fields.
3744
3745 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3746
3747 * loop.c (loops_info): New variable.
3748 (loop_optimize): Allocate loops->array and free it on exit.
3749 Allocate memory for loops_info and assign to each loop,
3750 replacing alloca.
3751 (find_and_verify_loops): Do not allocate loops->array.
3752
3753 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
3754
3755 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
3756
3757 2000-01-21 Jakub Jelinek <jakub@redhat.com>
3758
3759 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
3760 pseudos if expanded after first flow.
3761 (movdi_pic_label_ref): Likewise.
3762
3763 2000-01-20 Richard Henderson <rth@cygnus.com>
3764
3765 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
3766
3767 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
3768
3769 * Makefile.in (fixinc.sh): Depend on specs.
3770 * fixinc/Makefile.in: Add rule to create machname.h.
3771 (fixlib.o): Depend on machname.h.
3772 * fixinc/fixtests.c (machine_name): New test.
3773 * fixinc/fixfixes.c (machine_name): New fix.
3774 * fixinc/fixlib.c (mn_get_regexps): New helper function for
3775 the machine_name test and fix.
3776 * fixinc/fixlib.h: Prototype it.
3777 * fixinc/inclhack.def (machine_name): Use the C test and fix.
3778 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
3779
3780 * gcc.c (do_spec_1) [case P]: Take care not to create
3781 identifiers with three leading or trailing underscores.
3782
3783 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
3784 (fixincl): Don't specify libraries twice on link line.
3785 (gnu-regex.o): Remove special rule.
3786 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
3787 defined by config.h. Do not define _REGEX_RE_COMP.
3788 (regcomp): Allocate and initialize a fastmap.
3789 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
3790
3791 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
3792
3793 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
3794
3795 2000-01-19 Richard Henderson <rth@cygnus.com>
3796
3797 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
3798 arguments with BB. Update all callers. Tidy line wrapping.
3799
3800 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
3801
3802 * emit-rtl.c (try_split): Return last_insn if we split the
3803 last_insn.
3804
3805 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
3806
3807 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
3808 (ix86_initial_elimination_offset): Declare.
3809 * i386.c (ix86_nsaved_regs): Break out from ...
3810 (ix86_can_use_return_insn_p): ... here.
3811 (ix86_emit_save_regs): Break out from ...
3812 (ix86_expand_prologue): ... here.
3813 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
3814 out from ...
3815 (ix86_expand_epilogue): ... here.
3816 (ix86_compute_frame_size): Make static, add prototype.
3817 (ix86_initial_elimination_offset): Break out from ...
3818 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
3819
3820 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3821
3822 * recog.h (OUT_FCN): Delete.
3823
3824 * vax.md: Call `get_insn_template' instead of OUT_FCN.
3825
3826 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3827
3828 * cppalloc.c: PROTO -> PARAMS.
3829 * cpperror.c: Likewise.
3830 * cppfiles.c: Likewise.
3831 * cpplib.c: Likewise.
3832 * cpplib.h: Likewise.
3833
3834 * config/arm/arm-protos.h: PROTO -> PARAMS.
3835 * config/arm/arm.c: Likewise.
3836 * config/c4x/c4x.c: Likewise.
3837 * config/fr30/fr30-protos.h: Likewise.
3838 * config/nextstep.c: Likewise.
3839 * config/pa/pa.c: Likewise.
3840 * config/pj/pj.c: Likewise.
3841 * config/rs6000/rs6000.c: Likewise.
3842 * config/v850/v850-protos.h: Likewise.
3843 * config/v850/v850.c: Likewise.
3844
3845 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3846
3847 * i370-protos.h: New file.
3848
3849 * i370.c: Include tm_p.h. Fix compile time warnings.
3850
3851 * i370.h: Move prototypes to i370-protos.h. Fix compile time
3852 warnings.
3853
3854 * i370.md: Likewise.
3855
3856 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3857
3858 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
3859 (target_isinf, target_isnan, eisnan): Mark parameter with
3860 ATTRIBUTE_UNUSED.
3861 (eiisinf): Wrap in INFINITY.
3862 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
3863 (ibmtoe): Remove unused variable `rndsav'.
3864
3865 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3866
3867 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
3868 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
3869
3870 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
3871
3872 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
3873 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
3874 (fix_char_macro_defines, fix_char_macro_uses): New functions.
3875
3876 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
3877 Recognize Emacs mode markers also.
3878 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
3879 C++ comments in C++ headers. Call is_cxx_header only if
3880 necessary.
3881
3882 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
3883 bypass for ncurses.
3884 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
3885 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
3886 ... these, which use the new C fixes.
3887 (math_exception): Escape literal '+' in bypass expression.
3888
3889 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
3890 Regenerate.
3891
3892 2000-01-19 Geoff Keating <geoffk@cygnus.com>
3893
3894 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
3895 inside the MEM.
3896
3897 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3898
3899 * loop.c (loop_optimize): Allocate loop_info structure for each loop
3900 prior to calling scan_loop.
3901
3902 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3903
3904 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
3905 (split_branches, calc_live_regs): Likewise.
3906
3907 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3908
3909 * sh.md (fpu_single, fp_mode): New attributes.
3910
3911 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3912
3913 * loop.c (current_loop_info): Renamed from loop_info_data
3914 and changed to a pointer.
3915 (loop_optimize): Allocate loop_info structure for each loop
3916 and initialise to zero.
3917 (scan_loop): Set current_loop_info.
3918
3919 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
3920 on iteration_var.
3921
3922 2000-01-19 Richard Henderson <rth@cygnus.com>
3923
3924 * stupid.c: Die die die.
3925 * Makefile.in (OBJS): Remove stupid.o.
3926 (stupid.o): Likewise.
3927
3928 * except.c (emit_eh_context): Don't emit USEs for stupid.
3929 * explow.c (probe_stack_range): Likewise.
3930 * flags.h (obey_regdecls): Remove.
3931 * flow.c (find_basic_blocks): Don't run try_merge_blocks
3932 when not optimizing.
3933 (life_analysis): Limit data collection when not optimizing.
3934 (mark_regs_live_at_end): Always mark the return value registers.
3935 (mark_used_regs): Remove dummy RETURN case.
3936 (print_rtl_with_bb): Don't consult obey_regdecls.
3937 * function.c (use_variable, use_variable_after): Remove.
3938 (assign_parms): Consult optimize not obey_regdecls.
3939 (expand_function_start): Don't emit USEs for stupid.
3940 (expand_function_end): Likewise.
3941 * global.c (build_insn_chain): Export.
3942 * integrate.c (expand_inline_function): Kill return-value USE
3943 handling code.
3944 * jump.c (jump_optimize_1): Do simple jump optimizations and
3945 dead code elimination.
3946 (calculate_can_reach_end): Remove check_deleted argument.
3947 (delete_insn): Patch out insns even when not optimizing.
3948 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
3949 * rtl.h (use_variable, use_variable_after): Remove declarations.
3950 (build_insn_chain): Declare.
3951 * stmt.c (expand_value_return): Don't emit USEs for stupid.
3952 (expand_end_bindings): Likewise.
3953 (expand_decl): Likewise. Consult optimize not obey_regdecls.
3954 * toplev.c (obey_regdecls): Remove.
3955 (rest_of_compilation): Don't set it. Kill stupid in favour of
3956 flow1, local-alloc, and reload.
3957 (main): Don't set obey_regdecls.
3958
3959 * config/nextstep.c (handle_pragma): Likewise.
3960
3961 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
3962
3963 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
3964
3965 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3966
3967 * alpha-protos.h: PROTO -> PARAMS.
3968 * alpha.c: Likewise.
3969 * elf.h: Likewise.
3970 * h8300.c: Likewise.
3971 * i386-protos.h: Likewise.
3972 * i386.c: Likewise.
3973 * m32r-protos.h: Likewise.
3974 * m32r.c: Likewise.
3975 * mips.c: Likewise.
3976 * mips.md: Likewise.
3977 * gmon-sol2.c: Likewise.
3978 * sparc.c: Likewise.
3979
3980 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3981
3982 * ns32k-protos.h: New file.
3983
3984 * ns32k.c: Fix compile time warnings.
3985
3986 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
3987 warnings.
3988
3989 * ns32k.md: Likewise.
3990
3991 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3992
3993 * vax-protos.h: New file.
3994
3995 * vax.c: Fix compile time warnings.
3996
3997 * vax.h: Move prototypes to vax-protos.h. Fix compile time
3998 warnings.
3999
4000 * vax.md: Likewise.
4001
4002 * vaxv.md: Likewise.
4003
4004 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4005
4006 * romp-protos.h: New file.
4007
4008 * romp.c: Fix compile time warnings.
4009
4010 * romp.h: Move prototypes to romp-protos.h. Fix compile time
4011 warnings.
4012
4013 * romp.md: Likewise.
4014
4015 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4016
4017 * we32k-protos.h: New file.
4018
4019 * we32k.c: Fix compile time warnings.
4020
4021 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
4022 warnings.
4023
4024 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4025
4026 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
4027
4028 * except.c (eh_regs): Likewise.
4029
4030 * final.c (output_operand): Likewise.
4031
4032 * fold-const.c (target_isinf, target_isnan): Likewise.
4033
4034 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
4035
4036 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
4037 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
4038
4039 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
4040 when optimize_size.
4041 (clrstrsi): Rewrite.
4042 (strsethi, strsetqi): New expanders.
4043 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
4044 (cmpstrsi): Emit compare insn before cmpstrsi_1
4045 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
4046 (strlensi_1): Likewise.
4047 (cmpstrsi_1): Likewise; do not output compare.
4048 (strlen expander): Do not unroll when optimizing for size.
4049 (*subsi3_carry): Rename to subsi3_carry
4050 (addqi3_cc): New pattern.
4051 * i386.h (processor_costs): Add move_ratio field.
4052 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
4053 * i386.c (*_cost): Set move_ratio.
4054 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
4055 (x86_expand_strlensi_1): Rewrite the main loop.
4056
4057 2000-01-17 Richard Henderson <rth@cygnus.com>
4058
4059 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
4060 * cse.c (find_comparison_args, fold_rtx): Likewise.
4061 * integrate.c (subst_constants): Likewise.
4062 * loop.c (get_condition): Likewise.
4063
4064 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
4065
4066 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
4067
4068 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4069
4070 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
4071 (RESTORE_WARN_FLAGS): Unpack it.
4072 Change semantic type of extension to ttype.
4073 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
4074 * c-parse.y, c-parse.c, objc/objc-parse.y,
4075 objc/objc-parse.c: Regenerate.
4076
4077 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
4078
4079 * fixinc/fixlib.c: Add copyright notice.
4080 (compile_re): New function.
4081 * fixinc/fixlib.h: Prototype compile_re.
4082
4083 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
4084 Use compile_re to compile regular expressions.
4085
4086 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
4087 where the pattern matched.
4088
4089 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
4090 use 'replace'.
4091 (ultrix_ansi_compat): Likewise.
4092 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
4093 add egrep test.
4094 (interactv_add2, interactv_add3): Delete.
4095 (x11_sprintf): Don't use filename glob.
4096 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
4097 Regenerate.
4098
4099 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4100
4101 * print-rtl.c: PROTO -> PARAMS.
4102 * real.c: Likewise.
4103 * reg-stack.c: Likewise.
4104 * resource.c: Likewise.
4105 * sdbout.h: Likewise.
4106 * simplify-rtx.c: Likewise.
4107 * stor-layout.c: Likewise.
4108 * stupid.c: Likewise.
4109 * xcoffout.c: Likewise.
4110 * xcoffout.h: Likewise.
4111
4112 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4113
4114 * toplev.c: PROTO -> PARAMS.
4115 * toplev.h: Likewise.
4116 * tree.c: Likewise.
4117 * tree.h: Likewise.
4118 * unroll.c: Likewise.
4119 * varasm.c: Likewise.
4120 * varray.c: Likewise.
4121 * varray.h: Likewise.
4122
4123 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4124
4125 * reload.c: PROTO -> PARAMS.
4126 * reload.h: Likewise.
4127 * reload1.c: Likewise.
4128 * reorg.c: Likewise.
4129 * resource.h: Likewise.
4130 * rtl.c: Likewise.
4131 * rtl.h: Likewise.
4132 * rtlanal.c: Likewise.
4133 * sbitmap.h: Likewise.
4134 * sdbout.c: Likewise.
4135 * stack.h: Likewise.
4136 * stmt.c: Likewise.
4137 * system.h: Likewise.
4138
4139 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4140
4141 * machmode.h: PROTO -> PARAMS.
4142 * mbchar.h: Likewise.
4143 * mips-tdump.c: Likewise.
4144 * mips-tfile.c: Likewise.
4145 * optabs.c: Likewise.
4146 * output.h: Likewise.
4147 * prefix.c: Likewise.
4148 * profile.c: Likewise.
4149 * protoize.c: Likewise.
4150 * real.h: Likewise.
4151 * recog.c: Likewise.
4152 * recog.h: Likewise.
4153 * regclass.c: Likewise.
4154 * regmove.c: Likewise.
4155 * regs.h: Likewise.
4156
4157 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4158
4159 * ggc-common.c: PROTO -> PARAMS.
4160 * ggc-page.c: Likewise.
4161 * ggc-simple.c: Likewise.
4162 * ggc.h: Likewise.
4163 * global.c: Likewise.
4164 * graph.c: Likewise.
4165 * gthr-win32.h: Likewise.
4166 * haifa-sched.c: Likewise.
4167 * halfpic.h: Likewise.
4168 * integrate.c: Likewise.
4169 * integrate.h: Likewise.
4170 * jump.c: Likewise.
4171 * lcm.c: Likewise.
4172 * local-alloc.c: Likewise.
4173 * loop.c: Likewise.
4174 * loop.h: Likewise.
4175
4176 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4177
4178 * genattr.c: PROTO -> PARAMS.
4179 * genattrtab.c: Likewise.
4180 * gencheck.c: Likewise.
4181 * gencodes.c: Likewise.
4182 * genconfig.c: Likewise.
4183 * genemit.c: Likewise.
4184 * genextract.c: Likewise.
4185 * genflags.c: Likewise.
4186 * gengenrtl.c: Likewise.
4187 * genopinit.c: Likewise.
4188 * genoutput.c: Likewise.
4189 * genpeep.c: Likewise.
4190 * genrecog.c: Likewise.
4191
4192 2000-01-16 Mark Mitchell <mark@codesourcery.com>
4193
4194 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
4195
4196 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4197
4198 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
4199 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
4200 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
4201 * configure, config.in: Rebuilt.
4202
4203 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
4204
4205 * config/i386/i386.md: Add peephole to merge successive stack
4206 adjusts.
4207
4208 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
4209
4210 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
4211 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
4212 when walking backwards to find all the parameter loads when
4213 the basic block ends in a call.
4214
4215 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4216
4217 * loop.c (this_loop_info): Delete.
4218 (uid_loop): Add in place of uid_loop_num. All uses updated.
4219 (loop_number_exit_count): Delete and replace with entry in loop
4220 structure. All uses updated.
4221 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
4222 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
4223 (loop_outer_loop): Likewise.
4224 (loop_invalid, loop_number_exit_labels): Likewise.
4225 (loop_used_count_register): Delete and replace with entry in
4226 loop_info structure.
4227 (find_and_verify_loops): Add loops argument.
4228 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
4229 loop_end, etc. arguments with loop structure pointer. All callers
4230 changed.
4231 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
4232 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
4233 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
4234 (insert_bct): Likewise.
4235 (basic_induction_var): New argument level.
4236 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
4237 vtop, and cont. Add used_count_register.
4238 (uid_loop): Delete declaration.
4239 (loop_number_exit_count): Likewise.
4240 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
4241 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
4242 (loop_outer_loop, loop_used_count_register): Likewise.
4243 (loop_invalid, loop_number_exit_labels): Likewise.
4244 (unroll_loop): Replace loop_start and loop_end arguments
4245 with loop structure pointer.
4246 (loop_precondition_p, loop_iterations): Likewise.
4247 Include basic-block.h.
4248 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
4249 with loop structure pointer.
4250 (loop_precondition_p, loop_iterations): Likewise.
4251 * basic-block.h (struct loop): New entries vtop, cont,
4252 cont_dominator, start, end, top, scan_start, exit_labels,
4253 exit_count.
4254 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
4255
4256 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4257
4258 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
4259
4260 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
4261
4262 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
4263
4264 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4265
4266 * pdp11-protos.h: New file.
4267
4268 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
4269 time warnings.
4270
4271 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
4272 warnings.
4273
4274 * pdp11.md: Likewise.
4275
4276 * 2bsd.h: Likewise.
4277
4278 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4279
4280 * mn10300-protos.h: New file.
4281
4282 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
4283 time warnings.
4284
4285 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
4286 warnings.
4287
4288 * mn10300.md: Likewise.
4289
4290 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4291
4292 * mn10200-protos.h: New file.
4293
4294 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
4295 time warnings.
4296
4297 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
4298 warnings.
4299
4300 * mn10200.md: Likewise.
4301
4302 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4303
4304 * h8300-protos.h: New file.
4305
4306 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
4307 time warnings.
4308
4309 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
4310 warnings.
4311
4312 * h8300.md: Likewise.
4313
4314 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4315
4316 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
4317 (asm_emit_uninitialised): Likewise.
4318
4319 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
4320
4321 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
4322 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
4323
4324 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
4325
4326 * config/mips/mips.c (override_options): Don't turn on extra
4327 alignment for mips16.
4328
4329 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
4330
4331 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
4332 eabi, and make sure queued POSTINCREMENT rtl is emitted at
4333 the right point.
4334
4335 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
4336
4337 * builtins.c (PAD_VARARGS_DOWN): Define.
4338 (std_expand_builtin_va_arg): Use the above macro.
4339 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
4340 * tm.texi (Register Arguments): Document the above macro.
4341
4342 2000-01-14 Nick Clifton <nickc@cygnus.com>
4343
4344 * emit-rtl.c (emit_insn): If checking is enabled, make sure
4345 that this function has not been used to emit a jump
4346 instruction.
4347
4348 * jump.c (return_jump_1): Cope with being passed a null rtx.
4349
4350 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4351
4352 * eh-common.h: PROTO -> PARAMS.
4353 * emit-rtl.c: Likewise.
4354 * errors.c: Likewise.
4355 * errors.h: Likewise.
4356 * except.c: Likewise.
4357 * except.h: Likewise.
4358 * explow.c: Likewise.
4359 * expmed.c: Likewise.
4360 * expr.c: Likewise.
4361 * expr.h: Likewise.
4362 * final.c: Likewise.
4363 * fix-header.c: Likewise.
4364 * flow.c: Likewise.
4365 * fold-const.c: Likewise.
4366 * function.c: Likewise.
4367 * function.h: Likewise.
4368 * gcc.c: Likewise.
4369 * gcov-io.h: Likewise.
4370 * gcov.c: Likewise.
4371 * gcse.c: Likewise.
4372
4373 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4374
4375 * sh-protos.h: New file.
4376
4377 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
4378 Add static prototypes. Fix compile time warnings.
4379
4380 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
4381 * sh.md: Likewise.
4382 * elf.h: Likewise.
4383
4384 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4385
4386 * arc-protos.h: New file.
4387
4388 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
4389 time warnings.
4390
4391 * arc.h: Move prototypes to arc-protos.h. Fix compile time
4392 warnings.
4393
4394 * arc.md: Likewise.
4395
4396 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4397
4398 * dsp16xx-protos.h: New file.
4399
4400 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
4401 time warnings.
4402
4403 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
4404 warnings.
4405
4406 * dsp16xx.md: Likewise.
4407
4408 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4409
4410 * convex-protos.h: New file.
4411
4412 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
4413 time warnings.
4414
4415 * convex.h: Move prototypes to convex-protos.h. Fix compile time
4416 warnings.
4417
4418 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4419
4420 * elxsi-protos.h: New file.
4421
4422 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
4423 time warnings.
4424
4425 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
4426 warnings.
4427
4428 * elxsi.md: Likewise.
4429
4430 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
4431
4432 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
4433 case for moving from HI/LO/HI_LO_REG. This makes the behavior
4434 match the comment for MIPS16.
4435
4436 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
4437
4438 * flow.c (split_edge): Do not call set_block_for_insn if we
4439 do not have a basic_block_for_insn structure.
4440
4441 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
4442 and destination functions are 32bit aligned within the trampoline.
4443 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
4444 (TRAMPOLINE_ALIGNMENT): Define.
4445
4446 * cse.c (cse_insn): When changing (set (pc) (reg)) to
4447 (set (pc) (label_ref)), verify the change creates a valid insn.
4448
4449 * fr30.c (call_operand): Tighten and rework to match rules for
4450 call RTL expressions.
4451 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
4452 * fr30.md (call patterns): Improve constraints.
4453
4454 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
4455
4456 * fr30.c (fr30_expand_epilogue): Revert last change.
4457 Use emit_jump_insn for the return insn.
4458
4459 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
4460 Stan Cox <scox@cygnus.com>
4461
4462 * predict.c: New file. Preliminary infrastructure work for static
4463 branch prediction and basic block reordering.
4464 * basic-block.h: Add prototype for estimate_probability.
4465 * Makefile.in: Add rules for predict.o.
4466
4467 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
4468
4469 * fixincludes (va_list): Use __not_va_list__ for the dummy.
4470 * fixinc/*: Likewise.
4471
4472 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4473
4474 * cccp.c: PROTO -> PARAMS.
4475 * cexp.y: Likewise.
4476 * collect2.c: Likewise.
4477 * combine.c: Likewise.
4478 * convert.h: Likewise.
4479 * cse.c: Likewise.
4480 * dbxout.c: Likewise.
4481 * dbxout.h: Likewise.
4482 * diagnostic.c: Likewise.
4483 * doprint.c: Likewise.
4484 * dwarf2out.c: Likewise.
4485 * dwarf2out.h: Likewise.
4486 * dwarfout.c: Likewise.
4487 * dwarfout.h: Likewise.
4488 * dyn-string.h: Likewise.
4489
4490 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4491
4492 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
4493 macro conditionals guarding use.
4494
4495 * dwarf2out.c: Include "tm_p.h".
4496
4497 * function.c (locate_and_pad_parm): Mark parameter with
4498 ATTRIBUTE_UNUSED.
4499 (expand_function_end): Likewise for variable `context'.
4500
4501 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
4502
4503 2000-01-13 Nick Clifton <nickc@cygnus.com>
4504
4505 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
4506 register to prevent compile time warnings.
4507
4508 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
4509
4510 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
4511 to avoid -Wtraditional warning.
4512
4513 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4514
4515 * 1750a-protos.h: New file.
4516
4517 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
4518 time warnings.
4519
4520 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
4521 warnings.
4522
4523 * 1750a.md: Likewise.
4524
4525 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4526
4527 * a29k-protos.h: New file.
4528
4529 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
4530 time warnings.
4531
4532 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
4533 warnings.
4534
4535 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4536
4537 * clipper-protos.h: New file.
4538
4539 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
4540 time warnings.
4541
4542 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
4543 warnings.
4544
4545 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4546
4547 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
4548
4549 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
4550
4551 * configure.in (--enable-new-gxx-abi): New option.
4552 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
4553 * Makefile.in (GXX_ABI_FLAG): New variable.
4554 * configure: Regenerate.
4555
4556 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4557
4558 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
4559 * tm.texi (FORCE_STRUCT_BLK): Document.
4560 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
4561
4562 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
4563
4564 * config/ns32k/ns32k.md: Revert Jan 9 change.
4565
4566 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
4567 to a mode-test, if the predicate is address_operand.
4568
4569 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
4570
4571 * combine.c (if_then_else_cond): Be careful about what kinds
4572 of RTL expressions are passed to operand_subword.
4573
4574 * flow.c (split_edge): If we have to insert a new jump, make
4575 sure to associate it with a basic block.
4576
4577 * flow.c (commit_one_edge_insertion): A block with one successor
4578 can end in a JUMP_INSN that is not a simplejump.
4579
4580 2000-01-12 Robert Lipe <robertl@sco.com>
4581
4582 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
4583 (BUILD_VA_LIST_TYPE): Define.
4584 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
4585 with crtstuff.c.
4586
4587 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
4588
4589 * cccp.c (do_pragma): Add cast to (char *).
4590
4591 2000-01-12 Richard Henderson <rth@cygnus.com>
4592 Fred Fish <fnf@be.com>
4593 Jason Merrill <jason@cygnus.com>
4594
4595 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
4596 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
4597 * i386/beos-elf.h, i386/beos-pe.h: New files.
4598
4599 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
4600 * cross-make (SYSTEM_HEADER_DIR): Define using
4601 CROSS_SYSTEM_HEADER_DIR.
4602
4603 * gcc.c (LIBRARY_PATH_ENV): Provide default.
4604 (process_command): Use it.
4605 (main): Likewise. Kill trailing = from env vars.
4606 (build_search_list): Put it back.
4607 * collect2.c (main): Use LIBRARY_PATH_ENV.
4608
4609 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
4610 * toplev.c: Use NEED_DECLARATION_ENVIRON.
4611
4612 * tm.texi (Frame Layout): Document SMALL_STACK.
4613 * c-common.c (c_common_nodes_and_builtins): Check it.
4614
4615 * system.h: Undef alloca after including glibc's <stdlib.h>,
4616 if USE_C_ALLOCA is defined.
4617
4618 * gcc.c (set_input): New fn.
4619 (main): After all input files are compiled, reset the input file
4620 info to the first.
4621
4622 * aclocal.m4 (rindex, index): If already defined, don't attempt
4623 to redefine.
4624
4625 * ginclude/varargs.h: (__va_list__): Define ifndef.
4626 * ginclude/stdarg.h: Likewise.
4627
4628 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
4629 instead of unsigned char.
4630
4631 * hash.h (true, false, boolean): Undef before enum.
4632
4633 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
4634 proper type of "HOST_WIDE_INT *", rather than their natural type of
4635 "unsigned HOST_WIDE_INT *".
4636
4637 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4638
4639 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
4640
4641 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
4642
4643 * regclass.c (choose_hard_reg_mode): Likewise.
4644
4645 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
4646
4647 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
4648
4649 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4650
4651 * c-common.c: PROTO -> PARAMS.
4652 * c-common.h: Likewise.
4653 * c-decl.c: Likewise.
4654 * c-iterate.c: Likewise.
4655 * c-lang.c: Likewise.
4656 * c-lex.c: Likewise.
4657 * c-lex.h: Likewise.
4658 * c-parse.in: Likewise.
4659 * c-pragma.c: Likewise.
4660 * c-pragma.h: Likewise.
4661 * c-tree.h: Likewise.
4662 * c-typeck.c: Likewise.
4663 * objc/objc-act.c: Likewise.
4664 * objc/objc-act.h: Likewise.
4665
4666 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4667
4668 * m88k-protos.h: New file.
4669
4670 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
4671 time warnings.
4672
4673 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
4674
4675 * m88k.md: Likewise.
4676
4677 * tekXD88.h: Likewise.
4678
4679 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4680
4681 * m68k-protos.h: New file.
4682
4683 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
4684 time warnings.
4685
4686 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
4687
4688 * mot3300.h: Likewise.
4689
4690 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
4691
4692 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
4693 extract_bitlst.
4694 (extract_bitlist): Declare bitlen.
4695
4696 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
4697
4698 * cccp.c: Accept and ignore -lang-fortran.
4699
4700 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
4701 qualifiers don't match at any level of pointerness.
4702
4703 2000-01-12 Robert Lipe <robertl@sco.com>
4704
4705 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
4706
4707 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
4708
4709 * reload1.c (reload_reg_unavailable): New static variable.
4710 (reload_reg_free_p): Test it.
4711 (reload_reg_free_for_value_p): Test it instead of
4712 reload_reg_used.
4713 (choose_reload_regs_init): Compute it.
4714
4715 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
4716
4717 * reorg.c (fill_slots_from_thread): Check modified_in_p
4718 before replacing.
4719
4720 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
4721
4722 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
4723 these nodes even if INTERNALS is not set.
4724
4725 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
4726
4727 * gcse.c (delete_null_pointer_checks_1): Cope when
4728 get_condition cannot determine the condition.
4729
4730 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
4731
4732 * toplev.h (set_message_length): Declare.
4733
4734 * diagnostic.c (obstack_chunk_alloc): Define macro.
4735 (obstack_chunk_free): Likewise.
4736 (struct output_buffer): New data structure.
4737 (vmessage): Remove.
4738 (output_maximum_width): New variable.
4739 (doing_line_wrapping, set_message_length, init_output_buffer,
4740 get_output_prefix, output_space_left, emit_output_prefix,
4741 output_newline, output_append, output_puts, dump_output,
4742 vbuild_message_string, build_message_string, build_location_prefix,
4743 voutput_notice, output_printf, line_wrapper_printf,
4744 vline_wrapper_message_with_location): New functions. Implement
4745 automatic line wrapping.
4746 (v_message_with_decl): Make it handle automatic line wrapping.
4747 (v_error_with_file_and_line): Likewise.
4748 (v_warning_with_file_and_line): Likewise.
4749 (announce_function): Likewise.
4750 (default_print_error_function): Likewise.
4751
4752 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
4753
4754 * cpplib.h (struct cpp_options): Change lang_asm to char.
4755 Add lang_fortran.
4756 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
4757 done in cpp_handle_option now.
4758 (initialize_builtins): Take out special case code used only by
4759 __STDC_VERSION__.
4760 (cpp_handle_option): Turn off trigraphs and trigraph warnings
4761 if -traditional. Recognize -lang-fortran and set
4762 lang_fortran, also turn off cplusplus_comments.
4763 (print_help): Document -lang-fortran.
4764 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
4765 lang_asm. Ignore all directives other than `# 123 "file"' if
4766 CPP_PREPROCESSED.
4767 (cpp_get_token): If -traditional, don't recognize directives
4768 unless the # is in column 1.
4769 (parse_string): If lang_fortran or lang_asm, silently
4770 terminate strings ('' or "") at end of line.
4771 Remove unnecessary braces.
4772
4773 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4774 Richard Henderson <rth@cygnus.com>
4775
4776 * resource.c (mark_referenced_resources): Mark a set strict_low_part
4777 as used.
4778 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
4779 strict_low_part when possible.
4780
4781 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4782
4783 * alias.c: PROTO -> PARAMS.
4784 * basic-block.h: Likewise.
4785 * bitmap.c: Likewise.
4786 * bitmap.h: Likewise.
4787 * builtins.c: Likewise.
4788 * c-aux-info.c: Likewise.
4789 * caller-save.c: Likewise.
4790 * calls.c: Likewise.
4791
4792 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4793
4794 * Makefile.in (toplev.o): Depend on regs.h.
4795
4796 * output.h (tdesc_section): Prototype.
4797
4798 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
4799
4800 * sdbout.c: Include "tm_p.h".
4801
4802 * toplev.c: Include "regs.h".
4803
4804 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
4805
4806 * unroll.c (unroll_loop): Add EH support.
4807
4808 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4809
4810 * pa-protos.h: New file.
4811
4812 * pa.c: Include recog.h and tm_p.h.
4813 (compute_zdepwi_operands, compute_movstrsi_length,
4814 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
4815 find_addr_reg, import_milli): Add static prototypes.
4816 (pa_cpu_string, pa_arch_string): Constify a char*.
4817 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
4818 (read_only_operand): Add argument `mode'.
4819 (singlemove_string, output_move_double, output_fp_move_double,
4820 output_block_move, output_and, output_ior, output_ascii,
4821 remove_useless_addtr_insns, milli_names, output_mul_insn,
4822 output_div_insn, output_mod_insn, output_arg_descriptor,
4823 output_cbranch, output_bb, output_bvb, output_dbra, ,
4824 output_millicode_call, output_call, hppa_encode_label,
4825 output_parallel_movb, output_parallel_addb): Constify a char*.
4826 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
4827 (output_parallel_addb): Remove extra arg to `constrain_operands'
4828
4829 * pa.h: Move all prototypes to pa-protos.h.
4830 (pa_cpu_string, pa_arch_string): Constify a char*.
4831 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
4832
4833 * pa.md: Call `function_label_operand' with mode argument.
4834 Likewise for `read_only_operand'.
4835 Fix nesting of parens in call to `symbolic_operand'.
4836
4837 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4838
4839 * i860-protos.h: New file.
4840
4841 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
4842 time warnings.
4843
4844 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
4845
4846 * i860.md: Likewise.
4847
4848 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
4849
4850 * i386.md (movstrsi expander): Rewrite.
4851 (movstrsi_1 insn): Deleted.
4852 (strmovhi, strmovqi expander): New expanders.
4853 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
4854 * i386.c (x86_single_stringop): New global variable.
4855 * i386.h (x86_single_stringop): Declare.
4856 (TARGET_SINGLE_STRINGOP): New macro.
4857
4858 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
4859
4860 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
4861 integer vararg POSTINCREMENT before the destination of the jump
4862 for the hard fp case.
4863 (function_arg_pass_by_reference): Pass a copy of CUM to
4864 FUNCTION_ARG.
4865
4866 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
4867 for CONSTANT_ADDRESS_P above while loop for subreg.
4868
4869 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
4870
4871 * flow.c (propagate_block): When a prologue/epilogue insn
4872 is marked dead, unconditionally clear libcall_is_dead and
4873 insn_is_dead, and only dump rtl if warnings aren't being
4874 suppressed.
4875
4876 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
4877
4878 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
4879 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
4880 (FIXED_REGISTERS): Set dirflag as fixed.
4881 (CALL_USED_REGISTERS): Set dirflag as used.
4882 (REG_ALLOC_ORDER): Set dirflag as last one.
4883 (DIRFLAG_REG): New macro.
4884 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
4885 (HI_REGISTER_NAMES): Add dirflag.
4886 (DEBUF_PRINT_REG): Handle dirflag.
4887 * i386.md (type attribute): New cld and str types.
4888 (length_opcode attribute): Set cld and str to 1.
4889 (memory attribute): Set str to unknown - it is not clear from the
4890 patterns.
4891 (pent_np function unit): Prefixed string operations takes 12 cycles
4892 minimally; cld takes 2 cycles.
4893 (ppro_uops attribute): Str is "many" and cld is "few".
4894 (ppro_p0 unit): Handle cld here.
4895 (k6_alux unit): Handle cld and str types.
4896 (k6_load unit): It is ocupied by str opcodes.
4897 (k6_store unit): It is ocupied by str opcodes.
4898 (athlon_decode): Str is vector decoded.
4899 (athlon_ieu): Handle str and cld.
4900 (cld pattern): New.
4901 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
4902 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
4903 cmpstrsi_nz_1 insn): Do not output cld instruction
4904
4905 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
4906
4907 * gcc.texi (G++ and GCC): Add Java and Chill.
4908 (Bug Critera): Don't list languages.
4909
4910 * gcc.texi (Incompatibilities): No longer claim most C compilers
4911 are K&R.
4912
4913 * gcc.texi (G++ and GCC): Update other front-ends list.
4914
4915 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
4916
4917 * i386.c (ix86_expand_setcc): Fix typo.
4918 (ix86_expand_movcc): Similarly.
4919
4920 * Band-aid until haifa's bitset implementation is nuked.
4921 * haifa-sched.c (extract_bitlst): New parameter for size of the
4922 bitset in bits. All callers changed. Avoid looking at undefined
4923 bits in the bitset.
4924 (edgeset_bitsize): New variable.
4925 (schedule_region): Initialize edgeset_bitsize.
4926
4927 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4928
4929 * Makefile.in (optabs.o): Depend on real.h
4930 (resource.o): Depend on insn-attr.h
4931
4932 * builtins.c (result_vector): Wrap prototype in macro conditions
4933 governing definition and use.
4934
4935 * c-common.c: Include tm_p.h.
4936
4937 * c-lex.c: Likewise.
4938
4939 * elfos.h: Constify a char*.
4940
4941 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
4942 (get_attr_length, shorten_branches, profile_after_prologue): Mark
4943 parameter with ATTRIBUTE_UNUSED.
4944
4945 * fold-const.c (exact_real_inverse): Wrap variable `i' in
4946 CHECK_FLOAT_VALUE.
4947
4948 * haifa-sched.c (schedule_insns): Mark parameter with
4949 ATTRIBUTE_UNUSED.
4950
4951 * optabs.c: Include real.h.
4952
4953 * real.h (ereal_atof): Add prototype arguments.
4954
4955 * resource.c: Include insn-attr.h.
4956
4957 * sdbout.c (sdbout_queue_anonymous_type,
4958 sdbout_dequeue_anonymous_types): Wrap in macro
4959 SDB_ALLOW_FORWARD_REFERENCES.
4960 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
4961 ATTRIBUTE_UNUSED.
4962
4963 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
4964
4965 * stupid.c: Include tm_p.h.
4966
4967 * tree.c (real_value_from_int_cst): Mark parameter with
4968 ATTRIBUTE_UNUSED.
4969
4970 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4971
4972 * i960-protos.h: New file.
4973
4974 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
4975 time warnings.
4976
4977 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
4978
4979 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4980
4981 * combine.c (expand_field_assignment): Do not discard SUBREGs
4982 while computing nonzero_bits.
4983
4984 2000-01-09 Nick Clifton <nickc@cygnus.com>
4985
4986 * config/arm/arm.c: Fix compile time warnings about signed vs
4987 unsigned constants.
4988 * config/arm/arm.h: Fix compile time warnings about signed vs
4989 unsigned constants.
4990
4991 2000-01-09 Philip Blundell <philb@gnu.org>
4992
4993 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
4994 than `ldm' with only one register.
4995 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
4996 only one register.
4997
4998 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
4999 clobbered.
5000
5001 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
5002
5003 * config/ns32k/ns32k.md (load or push effective address): Operand 1
5004 must have SImode.
5005
5006 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5007
5008 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
5009 assignment used as truth value.
5010
5011 * function.c (assign_temp): Mark parameter `dont_promote' with
5012 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
5013 PROMOTE_FOR_CALL_ONLY.
5014
5015 * genrecog.c (write_subroutine): Mark variable `operands' with
5016 ATTRIBUTE_UNUSED.
5017
5018 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
5019 ATTRIBUTE_UNUSED.
5020
5021 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
5022 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
5023
5024 * toplev.c (note_deferral_of_defined_inline_function): Likewise
5025 for `decl'.
5026
5027 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5028
5029 * config/c4x.h: Tidy up comments.
5030 * config/c4x.c: Likewise.
5031
5032 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
5033
5034 * fold-const.c (lshift_double, rshift_double): Handle
5035 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
5036
5037 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5038
5039 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
5040 in prepare_function_start().
5041
5042 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
5043
5044 * config/v850/v850.c (expand_epilogue): Interrupt functions no
5045 longer allocate extra stack for function calls.
5046
5047 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5048
5049 * config/c4x/c4x.md (*subqf3_set): Fix typo.
5050
5051 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5052
5053 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
5054
5055 2000-01-07 David Edelsohn <edelsohn@gnu.org>
5056
5057 * rs6000.c (processor_target_table): Add power3 as alias for 630.
5058 * aix43.h: Revert Aug 2 change.
5059 (HAS_INIT_SECTION): Define, not visible yet.
5060 (LD_INIT_SWITCH): Define, not visible yet.
5061 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5062
5063 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
5064
5065 * collect2.c (main): Expand ld2 size further.
5066 (export_object_lst): Cast assignment to avoid warning.
5067 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
5068 (scan_prog_file, COFF): Do not collect initialization or
5069 finalization functions generated for entire shared object if
5070 init/fini support present.
5071
5072 2000-01-07 Nick Clifton <nickc@cygnus.com>
5073
5074 * config/elfos.h: Tidy up formatting of marcos. Make sure
5075 that .section directives are always prefixed by a tab.
5076
5077 * config/svr4.h: Add #include "elfos.h" and remove duplicate
5078 definitions.
5079
5080 2000-01-07 Matt Austern <austern@sgi.com>
5081
5082 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
5083 expon.
5084
5085 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
5086
5087 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
5088 crtstuff.c.
5089 (crtbegin.o, s-crtS): Likewise.
5090
5091 2000-01-06 Richard Henderson <rth@cygnus.com>
5092
5093 * alpha.md (adddi_2+1): Limit offset such that it will be
5094 loadable with a single ldah+lda pair.
5095 (adddi_2+2): Explicitly fail split if we can't make it work.
5096
5097 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
5098
5099 * protoize.c: Conditionally include unistd.h.
5100 (IS_SAME_PATH_CHAR): New macro.
5101 (IS_SAME_PATH): New macro.
5102 (CPLUS_FILE_SUFFIX): New macro.
5103 (cplus_suffix): New static variable.
5104 (is_abspath): New static function.
5105 (in_system_include_dir): Handle DOS style pathnames.
5106 (file_could_be_converted): Likewise.
5107 (file_normally_convertible): Likewise.
5108 (directory_specified_p): Likewise.
5109 (file_excluded_p): Likewise.
5110 (abspath): Likewise.
5111 (shortpath): Likewise.
5112 (referenced_file_is_newer): Likewise.
5113 (save_def_or_dec): Likewise.
5114 (do_processing): Likewise.
5115 (main): Likewise.
5116 (edit_file): Likewise. Use rename instead of link.
5117 (rename_c_file): Likewise. Don't rename syscalls file.
5118 (munge_compile_params): Define null device for DOS based systems.
5119 (process_aux_info_file): Use binary mode if appliable.
5120 (edit_file): Likewise.
5121 * invoke.texi (Running Protoize): Document C++ suffixes used.
5122
5123 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
5124 IS_DIR_SEPARATOR macros.
5125 * collect2.c: Likewise.
5126 * cppinit.c: Likewise.
5127 * dwarf2out.c: Likewise.
5128 * gcc.c: Likewise.
5129 * gcov.c: Likewise.
5130 * prefix.c: Likewise.
5131 * rtl.c: Likewise.
5132 * toplev.c: Likewise.
5133 * system.h: And move to here.
5134
5135 * prefix.c (update_path): Fix typo in variable name.
5136
5137 2000-01-06 Richard Henderson <rth@cygnus.com>
5138
5139 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
5140 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
5141 (count_reg_sets_1, count_reg_references): Likewise.
5142 (flow_loops_level_compute): Start counting actual loop depth at 1.
5143 (flow_loops_find): Likewise.
5144 * local-alloc.c (update_equiv_regs): Likewise.
5145 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
5146
5147 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5148
5149 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
5150 FIRST_PSEUDO_REGISTER
5151 * dwarf2out.c: Don't include frame.h
5152 * dwarfout.c: Likewise
5153 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
5154 frame.h
5155
5156 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
5157
5158 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
5159 dead registers.
5160
5161 * i386.c (movsf splitter): Fix typo in my last checkin.
5162
5163 2000-01-05 Nick Clifton <nickc@cygnus.com>
5164
5165 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
5166 own definition of this macro.
5167 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
5168 flag_data_sections or UNIQUE_SECTION_P are true.
5169
5170 * tm.texi (UNIQUE_SECTION): Document that it can be called for
5171 unitialised data decls.
5172
5173 * config/i386/winnt.c (i386_pe_unique_section): Cope with
5174 being called for uninitialised data.
5175
5176 * config/i386/interix.c (i386_pe_unique_section): Cope with
5177 being called for uninitialised data.
5178
5179 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
5180 for uninitialised data.
5181
5182 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
5183 for uninitialised data.
5184
5185 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
5186 for uninitialised data.
5187
5188 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
5189 (UNIQUE_SECTION_P): Always generate a unique section if
5190 flag_data_sections is true.
5191 (UNIQUE_SECTION): Also generate unique sections for
5192 uninitialised data.
5193 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
5194 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
5195 named_section().
5196
5197 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5198
5199 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
5200 SI, or DI.
5201
5202 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5203
5204 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
5205 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
5206 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
5207 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
5208 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
5209
5210 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
5211
5212 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
5213
5214 * c-decl.c (finish_enum): Simplify code to determine minimum and
5215 maximum values of the enum, and calculate the type. Remove check
5216 for FUNCTION_DECLs in the values list, which cannot happen. Replace
5217 the DECL_INITIAL of each enumeration constant with a copy converted
5218 to the enumeration type. When updating variant types, don't bother
5219 updating the type itself.
5220
5221 * c-typeck.c (build_binary_op): Simplify conditional expressions
5222 when weeding out spurious signed-unsigned warnings. Add new
5223 spurious warning category: if the unsigned quantity is an enum
5224 and its maximum value fits in signed_type(result_type). Update
5225 commentary.
5226 (build_conditional_expr): Warn here if one alternative is signed
5227 and the other is unsigned.
5228
5229 2000-01-05 Nick Clifton <nickc@cygnus.com>
5230
5231 * config/fr30/fr30.h: Remove extraneous comments.
5232
5233 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
5234
5235 * reload1.c (choose_reload_regs): When disabling a reload, also
5236 set reload_spill_index to -1.
5237
5238 2000-01-04 Joel Sherrill (joel@OARcorp.com>
5239
5240 * configure.in (m68*-*-rtemscoff*): New target, formal name for
5241 old m68*-*-rtems*.
5242 (m68*-*-rtemself*): New target.
5243 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
5244 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
5245 (sparc*-*-rtemself*): New target.
5246 (sparc*-*-rtems*): Now elf not a.out.
5247 * config/i386/rtems.h: Include config/rtems.h.
5248 * config/i386/rtemself.h: Include config/rtems.h.
5249 * config/i960/rtems.h: Include config/rtems.h.
5250 * config/m68k/rtems.h: Include config/rtems.h.
5251 * config/m68k/rtemself.h: Include config/rtems.h.
5252 * config/mips/rtems64.h: Include config/rtems.h.
5253 * config/pa/rtems.h: Include config/rtems.h.
5254 * config/rs6000/rtems.h: Include config/rtems.h.
5255 * config/sh/rtems.h: Include config/rtems.h.
5256 * config/sh/rtemself.h: Include config/rtems.h.
5257 * config/sparc/rtems.h: Include config/rtems.h.
5258 * config/sparc/rtemself.h: Include config/rtems.h
5259
5260 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
5261
5262 * final.c (shorten_branches): Correctly compute length of
5263 asms without operands.
5264
5265 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
5266
5267 * configure.in: Add pj target.
5268 * configure: Regenerate.
5269 * config/pj: New directory.
5270 * config/pj/lib1funcs.S: New file.
5271 * config/pj/linux.h: New file.
5272 * config/pj/pj.c: New file.
5273 * config/pj/pj.md: New file.
5274 * config/pj/pjl.h: New file.
5275 * config/pj/t-pj: New file.
5276 * config/pj/xm-pj.h: New file
5277
5278 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
5279
5280 * toplev.c (rest_of_compilation): Run shorten-branches before
5281 reg-stack for now.
5282
5283 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5284
5285 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
5286 macros so that they're consistent with their names.
5287 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
5288 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
5289
5290 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5291
5292 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
5293 modified inadvertently.
5294
5295 2000-01-04 Joel Sherrill <joel@OARcorp.com>
5296
5297 * configure.in (v850*-*-rtems*): New target.
5298 * configure: Regenerate.
5299 * config/v850/rtems.h: New file.
5300
5301 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5302
5303 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
5304 (__gthread_key_create): Likewise.
5305 (__gthread_key_dtor): Likewise.
5306 (__gthread_once): Fix logic.
5307 (__gthread_key_delete): Cast away constness.
5308
5309 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
5310 * invoke.texi: Document.
5311 * i386/mingw32.h (CPP_SPEC): Use.
5312 (LIBGCC_SPEC): Likewise.
5313 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
5314
5315 2000-01-04 David Edelsohn <edelsohn@gnu.org>
5316
5317 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
5318 (HANDLE_PRAGMA_PACK): Undefine.
5319 (SLOW_UNALIGNED_ACCESS): Define.
5320
5321 2000-01-04 David Edelsohn <edelsohn@gnu.org>
5322
5323 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
5324 to default definition.
5325 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
5326 (store_fixed_bit_field): Call macro with word_mode and alignment.
5327 (extract_bit_field): Call macro with relevant mode and alignment.
5328 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
5329 to default definition.
5330 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
5331 and alignment.
5332 (move_by_pieces_ninsns): Likewise.
5333 (clear_by_pieces): Likewise.
5334 (emit_push_insn): Likewise.
5335 (store_field): Call macro with relevant mode and alignment.
5336 (expand_expr): Likewise.
5337 (expand_expr_unaligned): Likewise.
5338
5339 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5340 (SLOW_UNALIGNED_ACCESS): Define.
5341 (CASE_VECTOR_MODE): Always use 32-bit offsets.
5342 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5343 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5344 (toc_section): Likewise and .toc pseudo-op.
5345 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
5346 64-bit mode.
5347 (TEXT_SECTION_ASM_OP): Likewise.
5348 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5349 32-bit offsets.
5350
5351 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
5352 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
5353 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
5354 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
5355 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
5356
5357 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
5358
5359 * regclass.c: Revert my Jan 4 change to loop cost computation.
5360
5361 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
5362
5363 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
5364 compilation.
5365
5366 2000-01-04 Stan Cox <scox@cygnus.com>
5367
5368 * haifa-sched.c (build_control_flow): Change unreachable simple
5369 loop test to check if current block has only one predecessor.
5370 (find_rgns): Initialize degree. Use dest as degree index, not src.
5371
5372 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5373
5374 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
5375
5376 * calls.c (expand_call): Likewise for
5377 `old_stack_arg_under_construction'.
5378
5379 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
5380
5381 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
5382 `save_constant'.
5383
5384 * gcc.c (execute): Likewise for `ut' and `st'.
5385
5386 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
5387
5388 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
5389
5390 * jump.c (jump_optimize_1): Likewise for `temp2'.
5391
5392 * local-alloc.c (block_alloc): Likewise for `r1'.
5393
5394 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
5395
5396 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
5397 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
5398
5399 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
5400 and `set2'.
5401
5402 * reload.c (find_reloads): Likewise for `goal_alternative_number'
5403 and `goal_earlyclobber'.
5404
5405 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
5406
5407 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
5408
5409 * stupid.c (stupid_life_analysis): Likewise for `chain'.
5410
5411 * unroll.c (copy_loop_body): Likewise for `copy'.
5412
5413 * varasm.c (output_constructor): Likewise for `byte'.
5414
5415 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
5416
5417 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
5418 all FP constants for constant->reg moves.
5419 (ix86_split_to_parts): Try to convert memory address into immediate
5420 when available in the constant pool.
5421 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
5422 moves.
5423 (LEGITIMATE_CONSTANT_P): Return 1.
5424 * i386.md (pushsf): New splitter to convert constant pool memory
5425 reference to immediate.
5426 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
5427 reload.
5428
5429 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
5430
5431 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
5432 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
5433 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
5434 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
5435 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
5436
5437 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
5438
5439 * ginclude/stdbool.h: Support compilation as C++.
5440
5441 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5442
5443 * fold-const.c (make_range): Don't try to reverse an unbounded range.
5444
5445 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
5446
5447 * regclass.c (regclass): Properly compute loop_cost. Adjust
5448 comments.
5449
5450 * regclass.c: Fix minor whitespace problems.
5451
5452 2000-01-03 Anthony Green <green@cygnus.com>
5453
5454 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
5455 Restore the pic register if required.
5456
5457 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
5458
5459 * c-common.c (format_char_info): Update comment.
5460 (check_format_info): Recognize 'z' modifier in the same way 'Z'
5461 was recognized. Emit warning for formats new in ISO C99 only
5462 if flag_isoc9x is not set.
5463
5464 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
5465
5466 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
5467
5468 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
5469
5470 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
5471 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
5472 (make_compound_operation): Choose cheaper alternative between
5473 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
5474
5475 * regclass.c (op_costs): Remove global variable.
5476 (record_reg_classes): New parameter "op_costs" and "reg_pref".
5477 (record_operand_costs): Break out from ...
5478 (scan_one_insn): ... here.
5479 (dump_regclass): Make dumps nicer.
5480 (regclass): Dump preferrences choosed and changes done during passes.
5481
5482 2000-01-03 Jakub Jelinek <jakub@redhat.com>
5483
5484 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
5485
5486 2000-01-03 Jakub Jelinek <jakub@redhat.com>
5487
5488 * config/sparc/sparc.c (gen_df_reg): New function.
5489 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
5490 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
5491 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
5492 movtf_cc_reg_sp64+1): Use it.
5493
5494 2000-01-02 Mark Mitchell <mark@codesourcery.com>
5495
5496 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
5497 copied LABEL_DECLs.
5498
5499 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
5500
5501 * config/i386/i386.c (ix86_expand_unary_operator): Function
5502 definition made void.
5503 (ix86_expand_binary_operator): Update outdated preceding comment.
5504 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
5505 prototype.
5506
5507 * config/i386/i386.c (override_options): Fix option-name typo.
5508
5509 2000-01-02 Mark Mitchell <mark@codesourcery.com>
5510
5511 * system.h (CEIL): Define.
5512 * builtins.c (CEIL): Remove.
5513 * expmed.c (CEIL): Likewise.
5514 * expr.c (CEIL): Likewise.
5515 * stor-layout.c (CEIL): Likewise.
5516
5517 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5518
5519 * expr.c (store_constructor_field): Fix typo introduced with last
5520 gcc2 merge.
5521
5522 2000-01-01 Mark Mitchell <mark@codesourcery.com>
5523
5524 * tree.h (BINFO_N_BASETYPES): New macro.
5525
5526 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
5527
5528 * expmed.c (emit_store_flag): Prevent losing a pending stack
5529 adjust the same way we prevent losing queued increments.
5530
5531 Fri Dec 31 19:10:31 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5532
5533 * function.c (update_temp_slot_address): Handle case where sum of
5534 temporary address plus offset in register is a valid address.
5535
5536 1999-12-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5537
5538 * genrecog.c (change_state) Corrected typo.
5539
5540 1999-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5541
5542 * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
5543 getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
5544 strerror, getrlimit, setrlimit, abort): Add prototype arguments.
5545
5546 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
5547
5548 * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
5549 case, expand GT comparisons correctly. Fix a comment before this
5550 part of the code.
5551
5552 1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
5553
5554 * dwarfout.c: Include "frame.h"
5555 * dwarf2out.c: Likewise.
5556 * Makefile.in (dwarfout.o): Depend on frame.h
5557 (dwarf2out.o): Likewise.
5558
5559 1999-12-29 "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
5560
5561 Restore i386 binary compatibility in Dwarf EH info.
5562 * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
5563 value of FIRST_PSEUDO_REGISTER.
5564 * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
5565 (struct frame_state): Use DWARF_FRAME_REGISTERS.
5566 * dwarfout.c (output_reg_number): Ditto.
5567 * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
5568 (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
5569
5570 1999-12-29 Bruce Korb <autogen@linuxbox.com>
5571
5572 * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
5573 * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
5574 (<hack>_RE_CT): not needed
5575 * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
5576 rewritten to scan the file text once only
5577 "template<..." test added
5578 * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
5579 (is_cxx_header): declaration added
5580 * fixinc/fixtests.c(is_cxx_header): removed
5581 (apply_fix_p_t): removed
5582 (double_slash_test): is_cxx_header is only called once now
5583 * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
5584 * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
5585 within the templates.
5586 The borken spelling of "broken" was fixed.
5587 * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
5588 The default level depends on FIXINC_DEBUG.
5589
5590 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5591
5592 * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
5593 Otherwise provide a declaration for atexit.
5594 (init_dummy): Make sure dummy call to atexit is nevertheless
5595 called with correct number of args.
5596
5597 * frame.c: Update comments referring to other files.
5598
5599 * libgcc2.c: Likewise.
5600
5601 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5602
5603 * cse.c (free_element, get_element): Remove unused prototypes.
5604
5605 * fold-const.c (extract_muldiv): Initialize variables `op0' and
5606 `op1'.
5607
5608 * jump.c (invert_exp): Add explicit braces to avoid ambiguous
5609 `else' clauses.
5610
5611 Wed Dec 29 12:44:54 1999 Donald Lindsay <dlindsay@cygnus.com>
5612
5613 * configure.in,configure: case arm for mn10200-*-* now sets
5614 float_format=i32 so that float.h will correctly claim "double"
5615 to be 32 bits. Ran autoconf to generate configure from .in file.
5616
5617 Wed Dec 29 10:53:21 1999 Jeffrey A Law (law@cygnus.com)
5618
5619 * pa.md (conditional zero): If op1 is a register, force it into
5620 the same register as op0.
5621
5622 1999-12-28 Mark Mitchell <mark@codesourcery.com>
5623
5624 * tree.h (BINFO_BASETYPES): Improve documentation.
5625
5626 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5627
5628 * configure.in (--enable-checking): Use a more portable `for'
5629 loop syntax.
5630
5631 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5632
5633 * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
5634 arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
5635
5636 * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
5637 Delete files.
5638
5639 * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
5640 Delete descriptions.
5641
5642 * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
5643 m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
5644 m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
5645 pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
5646 xm-svr4.h: Remove all instances of sys_siglist handling.
5647
5648 1999-12-27 Jakub Jelinek <jakub@redhat.com>
5649
5650 * config/sparc/sparc.md (cmp_zero_qi,
5651 cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
5652 cmp_zero_extendqidi2_andcc_set): New patterns.
5653
5654 1999-12-28 Manfred Hollstein <mhollstein@cygnus.com>
5655
5656 * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
5657 (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
5658 (fpgnulib.c, xfgnulib.c): Add rules.
5659 * m68k/t-mot3300-gas: Likewise.
5660
5661 1999-12-27 Ian Lance Taylor <ian@zembu.com>
5662
5663 * configure.in: Avoid [[ by using test and changequote. Add
5664 changequote required by 1999-12-14 change.
5665 * configure: Rebuild.
5666
5667 1999-12-27 Clinton Popetz <cpopetz@cygnus.com>
5668
5669 * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
5670
5671 1999-12-27 Christophe Jaillet <jaillet.christophe@caramail.com>
5672
5673 * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
5674 * flow.c (find_use_as_address): Likewise.
5675 * function.c (fixup_var_refs_1): Likewise.
5676 (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
5677 * jump.c (invert_exp, redirect_exp): Likewise.
5678 * loop.c (replace_call_address): Likewise.
5679 (count_nonfixed_reads): Likewise.
5680 * rtlanal.c (modified_between_p): Likewise.
5681 (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
5682 (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
5683 * unroll.c (remap_split_bivs): Likewise.
5684
5685 1999-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5686
5687 * diagnostic.c (v_message_with_decl): Use .* format specifier
5688 instead of building the format specifier width manually.
5689
5690 * system.h (strsignal): Don't check HAVE_STRSIGNAL when
5691 determining whether to provide a prototype. Remove the
5692 sys_siglist clause in the conditional.
5693
5694 1999-12-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5695
5696 * fold-const.c (operand_equal_p): Use memcmp to compare string
5697 constants.
5698 Suggested by D. J. Bernstein
5699
5700 1999-12-17 Jakub Jelinek <jakub@redhat.com>
5701
5702 * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
5703 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5704 compiling libgcc2.
5705 * config/mips/mips.h (TARGET_64BIT): Likewise.
5706 * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
5707 * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
5708 of {SI,DI}type and DIunion. Define these types to QI/HI modes on
5709 dsps. Give routines proper names if SI/DI modes are not used.
5710 * longlong.h: Use DWunion instead of DIunion.
5711
5712 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>
5713
5714 * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
5715 GC_CHECKING, GC_ALWAYS_COLLECT.
5716 * configure.in: Allow --enable-checking with an argument
5717 listing check modes to enable.
5718 * config.in, configure: Rebuilt.
5719 * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
5720 GGC_ALWAYS_VERIFY for ggc-simple.c) only if
5721 ENABLE_GC_CHECKING. Define GGC_ALWAYS_COLLECT only if
5722 ENABLE_GC_ALWAYS_COLLECT.
5723 * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
5724 throughout.
5725 * tree.h, tree.c: Change ENABLE_CHECKING to
5726 ENABLE_TREE_CHECKING throughout.
5727
5728 Sun Dec 26 07:48:20 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5729
5730 * fold-const.c (fold_truthop): Properly check for FP RHS.
5731
5732 1999-12-24 Mark Mitchell <mark@codesourcery.com>
5733
5734 * toplev.h (note_deferall_of_defined_inline_function): Declare.
5735 * toplev.c (note_deferral_of_defined_inline_function): New
5736 function, split out from ...
5737 (rest_of_compilation): ... here. Use it.
5738
5739 Fri Dec 24 12:34:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5740
5741 * expr.c (store_constructor): Don't call clear_storage if size is
5742 variable.
5743
5744 1999-12-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5745
5746 * Makefile.in (toplev.o): Depend on loop.h.
5747
5748 * dwarfout.c: Include tm_p.h.
5749
5750 * emit-rtl.c (restore_emit_status): Mark parameter with
5751 ATTRIBUTE_UNUSED.
5752
5753 * final.c (final_scan_insn): Likewise.
5754
5755 * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
5756 flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
5757 flow_depth_first_order_compute, flow_loop_pre_header_find,
5758 flow_loop_tree_node_add, flow_loops_tree_build,
5759 flow_loop_level_compute, flow_loops_level_compute,
5760 flow_loop_outside_edge_p): Add prototypes.
5761 (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
5762
5763 * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
5764 Mark with ATTRIBUTE_NORETURN.
5765
5766 * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
5767
5768 * local-alloc.c (no_conflict_p): Likewise.
5769
5770 * loop.c (insert_bct): Hide definitions of variables with hidden
5771 usage.
5772 (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
5773
5774 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
5775 with ATTRIBUTE_UNUSED.
5776 (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
5777 (reg_scan): Likewise.
5778
5779 * reload.c (find_reloads): Remove unused variables `changed'.
5780
5781 * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
5782 away const-ness.
5783 (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
5784 Remove unused variable `insn'.
5785
5786 * toplev.c: Include loop.h.
5787 (report_file_and_line): Remove unnecessary prototype.
5788
5789 * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
5790
5791 * unroll.c (biv_total_increment): Likewise.
5792
5793 Thu Dec 23 23:15:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5794
5795 * reload1.c (emit_input_reload_insns): Restore old behaviour
5796 wrt. 'special' reloads.
5797
5798 1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
5799
5800 * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
5801 hash.h. (cse.c): Don't depend on hashtab.h.
5802
5803 * cse.c: Don't include hashtab.h.
5804 (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
5805 of dead functions.
5806 * ggc-simple.c: Don't include hash.h.
5807
5808 1999-12-22 Jason Merrill <jason@casey.cygnus.com>
5809
5810 * dwarf2out.c (add_abstract_origin_attribute): Call
5811 gen_abstract_function on our function context.
5812
5813 Thu Dec 23 03:57:10 1999 Hans-Peter Nilsson <hp@bitrange.com>
5814
5815 * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
5816
5817 1999-12-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5818
5819 * config/c4x/c4x.c (c4x_address_cost): Add statement to default
5820 case in switch.
5821
5822 1999-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5823
5824 * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
5825 constraints to "a!r".
5826
5827 1999-12-21 Mark Mitchell <mark@codesourcery.com>
5828
5829 * Makefile.in (calls.o): Depend on function.h.
5830 (alias.o): Likewise.
5831
5832 1999-12-21 Bernd Schmidt <bernds@cygnus.co.uk>
5833
5834 * reload1.c (emit_reload_insns): Break out code and variables into...
5835 (input_reload_insns, other_input_address_reload_insns,
5836 other_input_reload_insns, input_address_reload_insns,
5837 inpaddr_address_reload_insns, output_reload_insns,
5838 output_address_reload_insns, outaddr_address_reload_insns,
5839 operand_reload_insns, other_operand_reload_insns,
5840 other_output_reload_insns): ... new static variables, and...
5841 (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
5842 do_output_reload): ... new functions.
5843
5844 Tue Dec 21 07:06:36 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5845
5846 * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
5847
5848 1999-12-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5849
5850 * md.texi: Add c4x constraints documentation.
5851
5852 1999-12-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5853
5854 * config/i386/dgux.c (struct option): Rename to
5855 lang_independent_option.
5856 (struct m_options): Add description field.
5857 (output_options): Rename option type, add sep declaration, output
5858 ix86_cpu_string and ix86_arch_string only if set.
5859 (output_file_start): Rename option type.
5860
5861 Mon Dec 20 23:15:36 1999 Mike Stump <mrs@wrs.com>
5862
5863 * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
5864 stmp-int-hdrs.
5865 (libgcc2.a): Similarly.
5866
5867 Mon Dec 20 23:06:47 1999 David Edelsohn <edelsohn@gnu.org>
5868
5869 * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
5870 with W_TYPE_SIZE == 32. Do not fall through to POWER architecture
5871 for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
5872
5873 Mon Dec 20 23:02:03 1999 Jeffrey A Law (law@cygnus.com)
5874
5875 * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
5876 Remove redundant initialization of "frexpon" and "expon".
5877
5878 Mon Dec 20 15:00:04 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5879
5880 * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
5881
5882 * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
5883 (store_constructor_field, expand_expr): Pass new arg.
5884
5885 1999-12-20 Mark Mitchell <mark@codesourcery.com>
5886
5887 * Makefile.in (explow.o): Depend on function.h.
5888
5889 * stor-layout.c (set_sizetype): Fix typo.
5890
5891 1999-12-20 Bernd Schmidt <bernds@cygnus.co.uk>
5892
5893 * function.c (cfun): Renamed from current_function. All users
5894 changed.
5895 * function.h (cfun): Rename declaration as well.
5896
5897 * reload.h (struct insn_chain): Change live_throughout and dead_or_set
5898 to be of type regset_head, not regset. All users changed by adding
5899 address operator.
5900 * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
5901
5902 1999-12-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5903
5904 * config/c4x/rtems.h: New file.
5905
5906 1999-12-19 Bernd Schmidt <bernds@cygnus.co.uk>
5907
5908 * reload1.c (spill_failure): Take class of failed reload as argument
5909 and print it. Caller changed.
5910
5911 Sun Dec 19 07:50:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5912
5913 * rs6000.h (SUBTARGET_DEFAULT): New macro.
5914 (TARGET_SWITCHES): Allow subtargets to default switches.
5915 * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
5916
5917 1999-12-18 Mark Mitchell <mark@codesourcery.com>
5918
5919 * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
5920 in a main program.
5921
5922 Sat Dec 18 20:42:43 1999 Richard Henderson <rth@cygnus.com>
5923
5924 * cccp.c (main): Define __STDC_VERSION__ as necessary.
5925 * cppinit.c (cpp_handle_option): Likewise.
5926
5927 * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
5928 determine when to define.
5929
5930 Sat Dec 18 20:34:00 1999 Richard Henderson <rth@cygnus.com>
5931
5932 * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
5933 cmove with mismatched test and data modes.
5934
5935 Sat Dec 18 20:30:15 1999 Richard Henderson <rth@cygnus.com>
5936
5937 * c-typeck.c (c_expand_start_case): Don't warn for long switch
5938 in system headers.
5939
5940 Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5941
5942 * alias.c: Minor reformatting.
5943 * flow.c: Likewise.
5944 * regs.h: Likewise.
5945 * stor-layout.c: Likewise.
5946 * fold-const.c: Likewise.
5947 (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
5948 (struct cb_args, const_binop_1, const_binop): Pass type of arg,
5949 not arg itself.
5950 (size_int_wide): Cache nodes even if garbage collecting.
5951 (twoval_comparison_p): Reenable SAVE_EXPR case if operand
5952 of SAVE_EXPR has no side effects.
5953 * cse.c: Move a comment.
5954 * tree.c: Minor reformatting.
5955 (int_size_in_bytes): Return -1 if constant overflows.
5956
5957 Sat Dec 18 18:30:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
5958
5959 * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
5960
5961 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org>
5962
5963 * objc/objc-parse.c: Regenerate. This file must be rebuilt
5964 after any change to c-parse.in, even if objc-parse.y didn't
5965 change. Oops.
5966
5967 1999-12-18 David S. Miller <davem@redhat.com>
5968
5969 * toplev.c (rest_of_compilation): Restore BLOCK tree
5970 reconstruction and branch shortening changes lost in
5971 December 18th change.
5972
5973 Sat Dec 18 05:29:29 1999 Scott Bambrough <scottb@netwinder.org>
5974
5975 * config/arm/linux-elf.h: Change all instances of
5976 ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
5977 * config/arm/uclinux-elf.h: Likewise.
5978
5979 1999-12-18 Gabriel Dos Reis <gdr@codesourcery.com>
5980
5981 * toplev.c (notice, vmessage, v_message_with_file_and_line,
5982 v_message_with_decl, file_and_line_for_asm,
5983 v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
5984 verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
5985 v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
5986 v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
5987 pfatal_with_name, fatal_io_error, need_error_newline,
5988 last_error_function, last_error_tick, announce_function,
5989 default_print_error_function, print_error_function,
5990 report_error_function, fnotice, error_with_file_and_line,
5991 error_with_decl, error_for_asm, error, set_fatal_function, fatal,
5992 _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
5993 warning_with_decl, warning_for_asm, warning, pedwarn,
5994 pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
5995 diagnostic.c
5996 (compile_file): Use fnotice instead of notice. Adjust call.
5997
5998 * diagnostic.c: New file.
5999
6000 * Makefile.in (OBJS): Include diagnostic.o
6001 (diagnostic.o): Define dependence.
6002
6003 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6004
6005 * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
6006 Tweak formatting.
6007
6008 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6009
6010 * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
6011
6012 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>
6013
6014 * fixtests.c (is_cxx_header): New fn, split out of
6015 double_slash_test.
6016 (else_endif_label): Allow "#endif // comment" in C++ headers,
6017 as determined by is_cxx_header.
6018 * fixfixes.c (else_endif_label_fix): Update comment.
6019 * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
6020 a tty.
6021 * genfixes: Correct double thinko in commandline parsing.
6022 * hackshell.tpl: Generate correct sh syntax for bypass
6023 entries.
6024
6025 * inclhack.def (all): Whenever an inserted preprocessor
6026 conditional is split over multiple lines, use double
6027 backslashes in this file so the fixed header will be readable.
6028
6029 (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
6030 and add bypass entry for correct version of this header.
6031 (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
6032 (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
6033
6034 (hpux8_bogus_inlines): New fix, split from...
6035 (ultrix_atof_param) ... here.
6036 (math_expression): Add bypass entry keyed to glibc comment
6037 indicating the problem has been dealt with; disable
6038 unnecessary sed operations; update commentary.
6039 (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
6040 add select and bypass entries, simplify shell operation.
6041 (math_huge_val_ifndef): Split from math_gcc_ifndefs.
6042
6043 (ip_missing_semi, rs6000_param, tinfo_cplusplus,
6044 ultrix_atof_param): Add select entry.
6045 (stdio_va_list, sunos_mather_decl): Add bypass entry.
6046 (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
6047 comments with the fixes they describe.
6048
6049 * c-parse.in (string action): Do not warn about ANSI string
6050 concatenation in system headers. Affects C parser only.
6051 * c-parse.y, c-parse.c, c-parse.h: Rebuild.
6052
6053 1999-12-16 Jakub Jelinek <jakub@redhat.com>
6054
6055 * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
6056 compiling libgcc2 the macro depends always on arch cpp defines.
6057
6058 Fri Dec 17 10:34:16 1999 Richard Earnshaw <rearnsha@arm.com>
6059
6060 * loop.c (insert_loop_mem): Don't record MEMs from inside
6061 EXPR_LISTs.
6062
6063 Fri Dec 17 12:08:11 MET 1999 Jan Hubicka <hubicka@freesoftr.cz>
6064
6065 * regclass.c (regclass): Do not use flowgraph when not optimizing.
6066
6067 * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
6068 notes too, create one when replacement failed, attempt to simplify
6069 resulting notes.
6070 (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
6071 or REG_EQUIV notes.
6072
6073 1999-12-16 Mark Mitchell <mark@codesourcery.com>
6074
6075 * crtstuff.c (__dso_handle): Declare.
6076 (__cxa_finalize): Likewise.
6077 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
6078 non-NULL.
6079
6080 * invoke.texi: Document -fuse-cxa-atexit.
6081
6082 * tree.h (ptr_type_node): Document.
6083 (const_ptr_type_node): Likewise.
6084
6085 Fri Dec 17 01:32:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6086
6087 * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
6088 (optimize_reg_copy_2): Likewise.
6089 (optimize_reg_copy_3): Likewise.
6090 (fixup_match_2): Likewise.
6091 (regmove_optimize): Likewise.
6092 (fixup_match_1): Liekwise.
6093
6094 * i386.md (HI to SImode promoting splitters): Rewrite.
6095 (pushsf mem peep2): New.
6096 (testhi to andhi peep2): Remove.
6097 * i386.h (x86_promote_QImode): New.
6098 (TARGET_PROMOTE_QImode): New.
6099 (PREDICATE_CODES): Add promotable_binary_operator.
6100 * i386.c (x86_promote_QImode0: New.
6101 (promotable_binary_operator): New.
6102 * i386-protos.h (promotable_binary_operator): New.
6103
6104 * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
6105 condition.
6106 (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
6107
6108 1999-12-16 Mark Mitchell <mark@codesourcery.com>
6109
6110 * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
6111 * function.c (insert_block_after_note): Remove.
6112 (retrofit_block): Likewise.
6113 (identify_blocks): Fix indentation.
6114 (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
6115 NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
6116 * function.h (insert_block_after_note): Remove prototype.
6117 (retrofit_block): Likewise.
6118 * integrate.c (expand_inline_function): Don't call
6119 find_loop_tree_blocks. Use expand_start_bindings_and_block, not
6120 just expand_start_bindings. Use the block_map to remap old
6121 NOTE_BLOCKs to new ones.
6122 (integrate_decl_tree): Keep track of remapped blocks.
6123 * integrate.h (struct inline_remap): Add block_map.
6124 * stmt.c (expand_fixup): Don't try to retrofit_blocks. Just set
6125 NOTE_BLOCK on the notes.
6126 (expand_start_bindings): Rename to ...
6127 (expand_start_bindings_and_block): Add parameter. Set NOTE_BLOCK.
6128 (expand_end_bindings): Set NOTE_BLOCK.
6129 * toplev.c (rest_of_compilation): In function-at-a-time-mode,
6130 reconstruct the BLOCK tree.
6131 * tree.h (expand_start_bindings): Macroize. Call ...
6132 (expand_start_bindings_and_block): New function.
6133
6134 1999-12-16 Jakub Jelinek <jakub@redhat.com>
6135
6136 * config/sparc/sparc.c (print_operand): Cast fprintf arguments
6137 to match the format.
6138
6139 1999-12-16 David S. Miller <davem@redhat.com>
6140
6141 * expr.c (emit_move_insn_1): Only emit clobbers if one of
6142 the outputs is a SUBREG.
6143 * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
6144 change.
6145
6146 * config/sparc/sparc.c (epilogue_renumber): Add default case
6147 to switch stmt.
6148
6149 Thu Dec 16 11:33:57 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6150
6151 * toplev.c (rest_of_compilation): Run branch shortening after
6152 reg-stack.
6153
6154 * regclass.c (loop_depth): Remove
6155 (scan_one_insn): Do not handle LOOP_NOTE insns.
6156 (regclass): Go through basic blocks and set loop_cost
6157
6158 Thu Dec 16 02:56:25 1999 Zack Weinberg <zack@bitmover.com>
6159
6160 * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
6161
6162 Thu Dec 16 10:43:35 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6163
6164 * i386.md (movqi): Use "nonimmediate_operand" for output operand.
6165 (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
6166 (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
6167
6168 Thu Dec 16 02:41:26 1999 Richard Henderson (rth@cygnus.com)
6169
6170 * loop.c (insert_loop_mem): Ignore memory clobbers.
6171
6172 * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
6173 to (OP A B).
6174
6175 Thu Dec 16 02:26:11 1999 Jeffrey A Law (law@cygnus.com)
6176
6177 * profile.c: Remove redundant #include "output.h".
6178
6179 * h8300.md (HImode preinc peephole): Fix typo.
6180
6181 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
6182
6183 * function.c (retrofit_block): Abort if we don't find a suitable insn.
6184 (insert_block_after_note): Abort if we don't have a previous block.
6185 Remove FN parameter.
6186 * function.h: Adjust.
6187
6188 1999-12-15 Mark Mitchell <mark@codesourcery.com>
6189
6190 * builtins.c (expand_builtin_mathfn): Make sure not to expand the
6191 argument more than once.
6192
6193 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
6194
6195 * stmt.c (expand_decl): Expand upper bound of a dynamic array.
6196
6197 1999-12-15 Jakub Jelinek <jakub@redhat.com>
6198
6199 * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
6200
6201 Wed Dec 15 16:11:55 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6202
6203 * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
6204 (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
6205 update stack_alignment_needed.
6206 (prepare_function_start): Initialize stack_alignment_needed
6207 * function.h (struct function): Add field stack_alignment_needed.
6208
6209 Wed Dec 15 14:55:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6210
6211 * caller-save.c (insert_one_insn): Returns struct insn_chain *.
6212 Handle live_throughout / dead_or_set instead of live_before /
6213 live_after.
6214 (save_call_clobbered_regs): Get register livenessinformation from
6215 chain->live_throughout.
6216 (add_stored_regs): New function.
6217 (insert_restore, insert_save): Add restored / saved registers to
6218 dead_or_set.
6219 * global.c (reg_dies): New parameter chain.
6220 (reg_becomes_live): Third parameter is regs_set now.
6221 Changed all callers.
6222 (reg_dies): New parameter chain. Changed all callers.
6223 (build_insn_chain): Set live_throughout instead of
6224 live_before / live_after.
6225 * reload.h (struct insn_chain): Replace members live_before /
6226 live_after with live_throughout / dead_or_set.
6227 * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
6228 instead of live_before / live_after.
6229 (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
6230 (order_regs_for_reload, find_reg, finish_spills): Likewise.
6231 (choose_reload_regs_init): Likewise.
6232 * stupid.c (current_chain, find_clobbered_regs): Delete.
6233 (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
6234 instead of chain->live_before / chain->live_after.
6235 (mark_hard_ref): New function.
6236 (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
6237
6238 1999-12-15 David S. Miller <davem@redhat.com>
6239
6240 * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
6241
6242 Wed Dec 15 15:05:30 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6243
6244 * flow.c (calculate_loop_depth): Make global, remove prototype,
6245 rewrite to use new loop infrastructure.
6246 (find_basic_block): Remove calculate_loop_depth call.
6247 * toplev.c (rest_of_compilation): Call find_basic_block.
6248 * output.h (calculate_loop_depth): Declare.
6249
6250 * flow.c (dump_flow_info): Dump loop_depth.
6251 (flow_loops_nodes_find): Increase loop_depth for basic block in the
6252 body.
6253 (flow_loops_find): Initialize the loop_depth for each basic block.
6254
6255 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
6256
6257 * tree.c (decl_function_context): Handle virtual functions.
6258
6259 * tlink.c (scan_linker_output): Don't look in demangled name when
6260 looking for linker output keywords.
6261
6262 * dwarfout.c (output_type): We can defer namespace-scope classes.
6263
6264 Wed Dec 15 01:23:29 1999 Jeffrey A Law (law@cygnus.com)
6265
6266 * regclass.c (record_reg_classes): Update comment for merging
6267 register class preferences in reg->reg copies. Tighten conditions
6268 for merging register class preferences in reg->reg copies.
6269
6270 Wed Dec 15 02:19:32 1999 David Edelsohn <edelsohn@gnu.org>
6271
6272 * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
6273
6274 1999-12-14 Geoff Keating <geoffk@cygnus.com>
6275
6276 * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
6277 (INIT_SECTION_ASM_OP): Delete.
6278 (FINI_SECTION_ASM_OP): Delete.
6279 (STARTFILE_SPEC): Define to hold just crtbegin.o.
6280
6281 1999-12-14 Jason Merrill <jason@casey.cygnus.com>
6282
6283 * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
6284 the abstract origin wasn't emitted.
6285
6286 * dwarf2out.c (class_scope_p): New fn.
6287 (gen_subprogram_die): Use it.
6288 (gen_variable_die): Use it. Tweak logic.
6289 (gen_struct_or_union_type_die): Check context_die to determine
6290 if we're function-local.
6291 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
6292
6293 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
6294
6295 * loop.c (check_dbra_loop): Can't reverse a biv that has
6296 maybe_multiple set.
6297
6298 1999-12-14 Nick Clifton <nickc@cygnus.com>
6299
6300 * config/arm/arm.c: Add support for -mcpu=arm720 command line
6301 switch.
6302
6303 Tue Dec 14 18:13:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6304
6305 * loop.c (strength_reduce): Fix sign of giv lifetime calculation
6306 for givs made from biv increments.
6307
6308 Tue Dec 14 08:11:27 1999 Richard Henderson <rth@cygnus.com>
6309
6310 * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
6311 * alpha.c (override_options): Recognize -mcpu=ev67.
6312 * alpha.h (CPP_CPU_EV67_SPEC): New.
6313 (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
6314 (EXTRA_SPECS): Update.
6315
6316 Tue Dec 14 08:04:28 1999 Richard Henderson <rth@cygnus.com>
6317
6318 * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
6319 appropriate for -lang-c89 and -std=*.
6320 * cppinit.c (cpp_handle_option): Likewise.
6321 (new_pending_define): New, split out from cpp_handle_option.
6322 * gcc.c (default_compilers): Don't define __STRICT_ANSI__
6323 or enable trigraphs for -ansi/-std=*.
6324
6325 * ginclude/stdarg.h (__va_copy): New.
6326 (va_copy): Don't define for C89.
6327
6328 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz <cpopetz@cygnus.com>
6329
6330 * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
6331 for long long multiply-accumulate.
6332
6333 Tue Dec 14 13:51:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6334
6335 * regclass.c (scan_one_insn): Set loop_cost to 1 when
6336 optimizing for size.
6337
6338 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
6339
6340 * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
6341 if something changed. Back out that part of yesterday's changes.
6342
6343 * loop.c (loop_max_reg): New static variable.
6344 (loop_optimize): Initialize it. Eliminate one unnecessary call to
6345 max_reg_num.
6346 (scan_loop): Call reg_scan_update whenever we may have added new
6347 registers, and update loop_max_reg.
6348
6349 Tue Dec 14 12:07:29 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6350
6351 * regclass.c (record_reg_classes): Do not do the copying preferrencing
6352 when source does not die.
6353
6354 * regclass.c (record_reg_classes): Handle INOUT operands propertly.
6355
6356 1999-12-14 Jakub Jelinek <jakub@redhat.com>
6357
6358 * config/sparc/linux64.h (TARGET_LIVE_G0,
6359 TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
6360 variants on Linux.
6361 * config/sparc/linux.h (TARGET_LIVE_G0,
6362 TARGET_BROKEN_SAVERESTORE): Likewise.
6363 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
6364 TARGET_BROKEN_SAVERESTORE): Likewise.
6365
6366 * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
6367 (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
6368 not %g2.
6369 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
6370 as sparc64 block profiling register.
6371 * config/sparc/sparc.c (sparc_override_options): Allow block
6372 profiling with -m32.
6373 (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
6374 profiling register.
6375 * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
6376 macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
6377 * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
6378
6379 * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
6380 for sparc64.
6381 * config/sparc/sparc.h: Likewise.
6382 * config/sparc/xm-sysv4-64.h: Likewise.
6383 * config/float-sparc.h: Likewise.
6384 * glimits.h: Likewise.
6385 * longlong.h: Likewise.
6386
6387 * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
6388 (ASM_IDENTIFY_GCC): Remove.
6389
6390 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
6391
6392 * combine.c (combine_simplify_rtx): Don't make shared rtl.
6393 (simplify_logical): Likewise.
6394
6395 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
6396
6397 * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
6398 * cppfiles.c (INO_T_EQ): Likewise.
6399
6400 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
6401
6402 * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
6403 * i386/mingw32.h (LIB_SPEC): Likewise.
6404 (STARTFILE_SPEC): Likewise.
6405 * i386/uwin.h (LIB_SPEC): Likewise.
6406 (STARTFILE_SPEC): Likewise.
6407
6408 * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
6409 * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
6410
6411 Mon Dec 13 20:25:29 1999 Jeffrey A Law (law@cygnus.com)
6412
6413 * combine.c (combine_simplify_rtx): Fix order of checks for
6414 (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
6415
6416 1999-12-13 Clinton Popetz <cpopetz@cygnus.com>
6417
6418 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi) Backed out
6419 12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
6420
6421 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
6422
6423 * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
6424 defined.
6425 * regclass.c (inv_reg_alloc_order): New array.
6426 (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
6427
6428 * reload.h (struct insn_chain): Delete fields group_size, group_mode,
6429 counted_for_groups, counted_for_nongroups. Add fields rld and
6430 n_reloads.
6431 * reload.c (push_secondary_reload): Don't set nongroup field of
6432 new reloads.
6433 (push_reload): Likewise.
6434 (find_reloads): Delete code to compute nongroup fields.
6435 * reload1.c (reload_insn_firstobj): New static variable.
6436 (pseudos_counted, spilled_pseudos): Now of type regset_head. All
6437 users changed.
6438 (calculate_needs, find_tworeg_group, find_group, possible_group_p,
6439 count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
6440 dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
6441 functions.
6442 (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
6443 functions.
6444 (struct hard_reg_n_uses): Deleted.
6445 (potential_reload_regs): Deleted.
6446 (init_reload): Initialize spilled_pseudos and pseudos_counted.
6447 (reload): Don't try to allocate reload registers if we already know
6448 we have to make another pass. Call select_reload_regs. Free memory
6449 starting with reload_firstobj when starting another pass.
6450 Don't allocate spilled_pseudos.
6451 (calculate_needs_all_insns): Call copy_reloads for an insn that
6452 needs reloads; don't call calculate_needs.
6453 (spill_cost): New static array.
6454 (used_spill_regs_local): New static variable.
6455 (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
6456 to compute potential_reload_regs.
6457 (find_reload_regs): Completely rewritten to use find_reg.
6458 (allocate_reload_reg): Don't test counted_for_groups or
6459 counted_for_nongroups. Lose NOERROR arg and code to give an error;
6460 all cllers changed.
6461 (choose_reload_regs): Add fallback code that uses the existing
6462 register allocation from find_reload_regs.
6463
6464 Mon Dec 13 00:54:14 1999 Philippe De Muyter <phdm@macqel.be>
6465
6466 * flow.c (create_edge_list): Cast xmalloc return value.
6467
6468 Mon Dec 13 00:47:58 1999 Jeffrey A Law (law@cygnus.com)
6469
6470 * doprnt.c: Remove incorrect comment closure.
6471
6472 * cse.c: Fix a few minor whitespace goofs.
6473
6474 1999-12-13 Don Bowman <don@pixstream.com>
6475
6476 * mips/vxworks.h: Fix problem with comment termination.
6477 (EXTRA_SECTIONS): Add in_sbss.
6478 (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
6479
6480 1999-12-12 David S. Miller <davem@redhat.com>
6481
6482 * cse.c (struct cse_reg_info): Add hash_next member,
6483 reorder rest of struct for better packing on 64-bit
6484 hosts.
6485 (cse_reg_info_tree): Kill.
6486 (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
6487 REGHASH_FN): New custom pow2 hash mechanism.
6488 (NBUCKETS): Kill.
6489 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
6490 use a pow2 hash table.
6491 (get_cse_reg_info): Rework to use new REGHASH.
6492 (new_basic_block): Likewise, use HASH_SIZE, and inline
6493 free_element call.
6494 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
6495 and inline free_element call.
6496 (lookup_as_function, insert, flush_hash_table, invalidate,
6497 remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
6498 invalidate_for_call, use_related_value, find_comparison_args,
6499 fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
6500 (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
6501 get_element): Kill.
6502
6503 Sun Dec 12 21:31:44 1999 Jeffrey A Law (law@cygnus.com)
6504
6505 * cse.c (cse_basic_block): Free qty_table consistently.
6506
6507 1999-12-12 David S. Miller <davem@redhat.com>
6508 Jakub Jelinek <jakub@redhat.com>
6509
6510 * config/sparc/sparc.md (movtf reg/reg split): Don't generate
6511 SUBREGs by hand, gen the appropriate hard reg directly.
6512 (movtf reg/mem split): Likewise and alter_subreg on destination
6513 if necessary.
6514 (movtf mem/reg split): Similarly.
6515 (movdf_cc_sp64): Rename from hidden pattern.
6516 (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
6517 (movtf_cc_sp64, following split): New pattern and splitter.
6518 (movdf_cc_reg_sp64): Rename from hidden pattern.
6519 (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
6520 TARGET_HARD_QUAD.
6521 (movtf_cc_reg_sp64, following split): New pattern and splitter.
6522
6523 1999-12-12 Stephen L Moshier <moshier@mediaone.net>
6524
6525 * loop.c (load_mems): Don't hoist written floating point mem
6526 if -ffloat-store.
6527
6528 1999-12-12 Mark Mitchell <mark@codesourcery.com>
6529
6530 * except.h (struct eh_queue): Add `next' pointer.
6531 (struct eh_status): Make x_ehqueue a pointer.
6532 (push_ehqueue): Declare.
6533 (pop_ehqueue): Likewise.
6534 * except.c (expand_eh_region_end): Adjust now that ehqueue is a
6535 pointer.
6536 (expand_fixup_region_end): Likewise.
6537 (expand_leftover_cleanups): Likewise.
6538 (push_ehqueue): Define.
6539 (pop_ehqueue): Likewise.
6540 (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
6541 than doing it inline.
6542 (expand_start_all_catch): Adjust now that ehqueue is a
6543 pointer.
6544 (mark_eh_queue): Mark all level of the queue.
6545 (mark_eh_status): Adjust now that ehqueue is a
6546 pointer.
6547 (init_eh_for_function): Allocate ehqueue.
6548 (free_eh_status): Free it.
6549 * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
6550 expansion for a fixup.
6551
6552 1999-12-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6553
6554 * gthr-single.h (__gthread_active_p): Add prototype arguments.
6555
6556 * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
6557 (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
6558 __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
6559 function_ptr, getpagesize, __enable_execute_stack,
6560 __enable_execute_stack, __clear_insn_cache,
6561 __enable_execute_stack, __do_global_dtors, __do_global_ctors,
6562 _cleanup, _exit, __default_terminate, __terminate_func,
6563 __terminate, __empty, __throw, new_eh_context,
6564 eh_context_initialize, eh_context_static, eh_context_specific,
6565 get_eh_context, __get_eh_context, __get_eh_info,
6566 init_reg_size_table, eh_threads_initialize,
6567 __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
6568 __unwinding_cleanup, throw_helper, __throw, __rethrow,
6569 __pure_virtual): Add prototype arguments.
6570 (__bb_exit_func): Cast a sizeof to long when comparing against one.
6571 Cast a signed value to unsigned long when comparing against one.
6572 (new_eh_context): Wrap in _GTHREADS macro.
6573 (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
6574 declaration.
6575 (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
6576 (throw_helper): Initialize variables `handler_p' and `pc_p'.
6577
6578 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6579
6580 * combine.c (record_promoted_value): Remove unused variable
6581 `links2'.
6582
6583 * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
6584
6585 * global.c (record_conflicts): Likewise for `j'.
6586
6587 * genoutput.c (output_insn_data): Don't unnecessarily cast away
6588 const-ness.
6589
6590 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6591
6592 * i386-protos.h (output_387_binary_op, output_fix_trunc,
6593 output_fp_compare): Constify a char*.
6594
6595 * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
6596 static prototypes.
6597 (override_options, ix86_comp_type_attributes, print_operand,
6598 output_387_binary_op, output_fix_trunc, output_fp_compare):
6599 Constify a char*.
6600 (ix86_sched_reorder): Mark parameter `clock_var' with
6601 ATTRIBUTE_UNUSED.
6602
6603 * i386.h (DEBUG_PRINT_REG): Constify a char*.
6604
6605 Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
6606
6607 * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
6608 operand, for use in the Java front-end.
6609
6610 1999-12-10 Ben Collins <bcollins@debian.org>
6611
6612 * configure.in: Fix typo for "-64" in 64bit as check.
6613 * configure: Rebuilt.
6614
6615 1999-12-10 Jakub Jelinek <jakub@redhat.com>
6616
6617 * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
6618 appropriate.
6619
6620 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6621
6622 * c-parse.in (string): With -Wtraditional, warn if ANSI string
6623 concatenation is utilized.
6624
6625 * invoke.texi (-Wtraditional): Document it.
6626
6627 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6628
6629 * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
6630 Cast a ptrdiff_t to long and pass it to printf with %ld.
6631
6632 1999-12-10 Geoff Keating <geoffk@cygnus.com>
6633
6634 * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
6635 68881, we have no 68881 registers at all.
6636 (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
6637 value in a 68881 register if it is available.
6638
6639 1999-12-10 Clinton Popetz <cpopetz@cygnus.com>
6640
6641 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
6642 for long long multiply-accumulate.
6643
6644 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
6645
6646 * loop.c (insert_loop_mem): Undo last change.
6647
6648 1999-12-10 David S. Miller <davem@redhat.com>
6649
6650 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
6651 New functions.
6652 * config/sparc/sparc-protos.h: Add them.
6653 * config/sparc/sparc.h: Add them to PREDICATE_CODES.
6654 (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
6655 constraints which use those helpers.
6656 (EXTRA_CONSTRAINT): Use this new macro.
6657 * md.texi: Update sparc target constraints documentation.
6658 * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
6659 movsf_const_high, movsf_const_lo, movsf_insn): Delete.
6660 (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
6661 movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
6662 (movsf high/lo_sum split): Rework for new patterns.
6663 (movsf expander): Allow storing fp_zero to memory if ! live_g0.
6664
6665 1999-12-09 Gavin Romig-Koch <gavin@cetus.cygnus.com>
6666
6667 * c-common.c (c_common_nodes_and_builtins):
6668 Create __builtin_ptrdiff_t and __builtin_size_t.
6669
6670 Thu Dec 9 18:05:48 1999 Jeffrey A Law (law@cygnus.com)
6671
6672 * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
6673
6674 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6675
6676 * regclass.c (globalize_reg): Re-instate test that allows
6677 fixed registers to be declared as a variable even after functions
6678 are defined.
6679
6680 Fri Dec 10 00:52:13 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6681
6682 * i386.md (cpu attribute): Add "athlon".
6683 (athlon_decode): New attribute.
6684 (Athlon scheduling units definitions): New.
6685 (fcmp and shld patterns): Set athlon_decode to "vector".
6686 * i386.c (athlon_cost): New.
6687 (m_ATHLON): New.
6688 (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
6689 x86_use_sahf): Set for Athlon.
6690 (x86_use_fiop): Unset for Athlon.
6691 (override_options): Define Athlon alignments and "athlon" name.
6692 (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
6693 * i386.h (TARGET_ATHLON): New.
6694 (enum processor_type): Add PROCESSOR_ATHLON.
6695 (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
6696 for CPU_DEFAULT==5
6697 (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
6698
6699 1999-12-09 Andreas Jaeger <aj@suse.de>
6700
6701 * loop.c (record_biv): Declare parameter as int.
6702
6703 * config/i386/i386-protos.h: Declare long_memory_operand.
6704
6705 1999-12-09 Mark Mitchell <mark@codesourcery.com>
6706
6707 * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
6708 EXPR_WITH_FILE_LOCATION.
6709
6710 Thu Dec 9 11:36:24 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6711
6712 * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
6713 in expander.
6714
6715 * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
6716
6717 * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
6718 updating code.
6719
6720 1999-12-09 Jakub Jelinek <jakub@redhat.com>
6721
6722 * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
6723 default on linux64 again.
6724 * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
6725 models for multilibing.
6726 * genmultilib: Accept | as alternative separator within a set in
6727 MULTILIB_OPTIONS.
6728
6729 * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
6730
6731 * calls.c (precompute_arguments): Make sure initial_value contains
6732 value pseudo which CSE expects.
6733 * cse.c (struct set): New entry orig_src.
6734 (cse_insn): Set it early on entry, use it for libcall EQUIV note
6735 replacement.
6736
6737 Wed Dec 8 22:24:15 1999 Richard Henderson <rth@cygnus.com>
6738
6739 * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
6740
6741 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
6742
6743 * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
6744
6745 1999-12-08 Jakub Jelinek <jakub@redhat.com>
6746
6747 * config/sparc/sparc.c (ultra_cmove_results_ready_p,
6748 ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
6749
6750 * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
6751 if TARGET_ARCH32.
6752
6753 * longlong.h: Merge in changes from glibc.
6754 Also don't clobber %g2 register in 32bit SPARC assembly, so that
6755 -mno-app-regs libgcc can be compiled.
6756 * libgcc2.c: Add defines so that the updated longlong.h
6757 can be used in libgcc2.a. Also, make sure on most architectures
6758 (at least on all which have optimized code in longlong.h defined
6759 for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
6760
6761 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6762
6763 * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
6764 `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
6765 * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
6766 is GNU ld.
6767 * configure: Rebuilt.
6768
6769 Wed Dec 8 03:45:40 1999 Richard Henderson <rth@cygnus.com>
6770
6771 * alpha.c (secondary_reload_class): For !BWX, sub-simode
6772 outputs require a register.
6773
6774 1999-12-08 Brendan Kehoe <brendan@cygnus.com>
6775
6776 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
6777 _df_to_usi. Required by some targets, so US_SOFTWARE_GOFAST calls to
6778 functions like dptoul will be resolved.
6779 (libgcc2.a): Make sure that the object files from DPBIT are named
6780 differently (prefix `_dp') from those that would be coming from
6781 FPBIT.
6782
6783 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>, Jakub Jelinek <jakub@redhat.com>
6784
6785 * configure.in: When target is sparc* and tm_file contains 64,
6786 test for 64bit support in assembler. If not supported, remove
6787 sparc/t-sol2-64 from target-dependent Makefile fragments.
6788 (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
6789 (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
6790 (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
6791 * acconfig.h (AS_SPARC64_FLAG): Added.
6792 * configure, config.in: Rebuilt.
6793 * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
6794 support. Use AS_SPARC64_FLAG.
6795
6796 1999-12-07 Jakub Jelinek <jakub@redhat.com>
6797
6798 * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
6799 suitable for holding OFmode values so that gcc works with complex
6800 quad long doubles.
6801 (hard_64bit_mode_classes): Likewise.
6802
6803 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
6804 so that it is actually matched.
6805 (sethi_di_medlow): Likewise.
6806
6807 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
6808 as legitimate constant if -mvis.
6809 * config/sparc/sparc.md (movtf): Likewise.
6810 (clear_sf): Use const_double_operand.
6811 (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
6812
6813 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
6814 * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
6815 * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
6816 routines, _Qp_* cannot be handled like that now.
6817 (INIT_TARGET_OPTABS): Likewise.
6818 * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
6819 (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
6820 sparc_emit_float_lib_cmp if ARCH64 and soft float.
6821 (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
6822 floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
6823 divtf3, sqrttf3): New expanders.
6824 (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
6825 floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
6826 addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
6827 non-_hq patterns.
6828
6829 * configure.in (sparc64-*-linux*): Use posix threads if enabled.
6830 * configure: Rebuilt.
6831 * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
6832 -mcpu is given and we're doing 64bit compiles.
6833
6834 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
6835
6836 * loop.h (struct induction): Add multi_insn_incr.
6837 * loop.c (basic_induction_var): New multi_insn_incr argument.
6838 Set it if we search back through previous insns for the biv.
6839 (record_biv): New multi_insn_incr argument; fill in struct induction.
6840 (strength_reduce): Discard an iv with multiple bivs, any of
6841 which require multiple insns to increment.
6842
6843 1999-12-07 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6844
6845 * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
6846 documentation.
6847
6848 1999-12-06 David S. Miller <davem@redhat.com>
6849
6850 * combine.c (check_promoted_subreg): Do not conditionalize this upon
6851 PROMOTE_FUNCTION_RETURN.
6852
6853 Mon Dec 6 15:12:14 1999 Jim Wilson <wilson@cygnus.com>
6854
6855 * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
6856 and handle REG_UNUSED note on insn.
6857
6858 * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask. Set
6859 inner_mask instead of mask.
6860
6861 1999-12-06 Brendan Kehoe <brendan@cygnus.com>
6862
6863 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
6864 zero if there was an error.
6865
6866 1999-12-06 Jakub Jelinek <jakub@redhat.com>
6867
6868 * config/sparc/sparc.md (return_losum_di): Fix typo in asm
6869 output string.
6870
6871 * longlong.h: Fix clobbers in SPARC asm statements.
6872
6873 * config/sparc/sparc.c (input_operand): Allow HImode and QImode
6874 valid sethi operations when TARGET_ARCH64.
6875
6876 * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
6877 always use move_by_pieces to avoid infinite recursion.
6878 (restore_fixed_argument_area): Likewise.
6879
6880 * combine.c (check_promoted_subreg, record_promoted_value): New
6881 functions.
6882 (combine_instructions): Use them to retain nonzero and sign bit
6883 information after SUBREGs are eliminated by optimizations in
6884 this pass if PROMOTE_FUNCTION_RETURN.
6885
6886 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
6887 .register declaration. Don't use variables with __ prefixes.
6888
6889 Mon Dec 6 12:24:52 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6890
6891 * fold-const.c (optimize_bit_field_compare): Only use one mode
6892 for both RHS and LHS in non-constant case.
6893
6894 1999-12-06 Nathan Sidwell <nathan@acm.org>
6895
6896 * frame.c (start_fde_sort): Only allocate erratic array, if
6897 linear one was allocated. Return allocated flag.
6898 (fde_insert): Only insert, if there's a valid array.
6899 (fde_end_sort): Split, sort and merge if linear and erratic
6900 arrays exist, else just sort linear one.
6901 (search_fdes): New function. Linear search through original fde
6902 structure.
6903 (frame_init): Permit multiple initializations. Cope with
6904 memory shortages.
6905 (find_fde): Fallback on linear search, if failed to sort array.
6906 (__deregister_frame_info): Only free sorted array, if we
6907 allocated it.
6908
6909 1999-12-06 Jakub Jelinek <jakub@redhat.com>
6910
6911 * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
6912
6913 1999-12-05 Jakub Jelinek <jakub@redhat.com>
6914
6915 * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
6916
6917 1999-12-05 Mark Mitchell <mark@codesourcery.com>
6918
6919 * tree.h (special_function_p): Declare.
6920 * calls.c (special_function_p): Make it global. Don't take `name'
6921 as a parameter. Fix typo in 1999-11-28 change.
6922 (expand_cal): Adjust.
6923
6924 1999-12-04 Mark Mitchell <mark@codesourcery.com>
6925
6926 * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
6927 * tree.h (EXPR_WFL_FILENAME): Define in terms of
6928 EXPR_WFL_FILENAME_NODE.
6929 (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
6930 the TREE_CHAIN.
6931 * print-tree.c (print_note): Print TREE_PRIVATE and
6932 TREE_PROTECTED.
6933
6934 * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
6935 the original die cannot be found.
6936
6937 * varray.h (varray_head_tag): Add elements_used.
6938 (VARRAY_PUSH): New macro.
6939 (VARRAY_POP): Likewise.
6940 (VARRAY_TOP): Likewise.
6941 Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
6942 types.
6943 * varray.c (varray_init): Initialize elements_used.
6944 * Makefile.in (BASIC_BLOCK_H): Add varray.h.
6945 (INTEGRATE_H): New variable.
6946 (integrate.o): Depend on INTEGRATE_H.
6947 (unroll.o): Likewise.
6948
6949 * function.h (insert_block_after_note): Declare.
6950 * function.c (insert_block_after_note): Split out from ...
6951 (retrofit_block): ... here.
6952
6953 * stmt.c (expand_fixup): Fix typo in comment.
6954
6955 Sat Dec 4 14:13:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
6956
6957 * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
6958 (optimize_reg_copy_1): Remove REG_N_REFS updating code.
6959 (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
6960 (regmove_optimize, fixup_match_1): Likewise.
6961
6962 1999-12-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6963
6964 * flow.c (flow_loops_dump): Add missing argument when calling
6965 flow_loop_nested_p.
6966
6967 1999-12-04 Geoffrey Keating <geoffk@cygnus.com>
6968 Greg McGary <gkm@gnu.org>
6969
6970 * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
6971 (init_attributes): Add A_NO_LIMIT_STACK.
6972 (decl_attributes): Handle A_NO_LIMIT_STACK.
6973 * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
6974 * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
6975 Handle stack bounds checking.
6976 * flags.h (flag_stack_check): Use the word 'probe' rather than
6977 'check', because the flag doesn't actually cause any checking to
6978 be done.
6979 * function.c (expand_function_start): Set
6980 current_function_limit_stack.
6981 * function.h (struct function): Add limit_stack.
6982 (current_function_limit_stack): Define.
6983 * invoke.texi (Code Gen Options): Document new options.
6984 * rtl.h: Declare stack_limit_rtx.
6985 * toplev.c (stack_limit_rtx): New variable.
6986 (decode_f_option): Handle new options -fstack-limit-register=REG,
6987 -fstack-limit-symbol=IDENT, -fno-stack-limit.
6988 (main): Add stack_limit_rtx as GC root.
6989 * tree.h (DECL_NO_LIMIT_STACK): New macro.
6990 (struct tree_decl): New member no_limit_stack.
6991
6992 * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
6993 stack_limit_rtx.
6994 * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
6995 (conditional_trap+1): Get new mnemonic correct.
6996 (conditional_trap+2): New pattern for DImode traps.
6997
6998 * config/m68k/m68k.c (output_function_prologue): Handle
6999 stack_limit_rtx.
7000 * config/m68k/m68k.md (trap): New insn.
7001 (conditional_trap): New insn.
7002 * md.texi (Standard Names): Document `trap' and
7003 `conditional_trap'.
7004 * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
7005 so a cc0 setter doesn't get emitted at some random place in the
7006 function.
7007
7008 * config/i960/i960.md (trap): New insn.
7009 (conditional_trap): New expander.
7010 (conditional_trap+1, conditional_trap+2): New insns for signed
7011 and unsigned cases.
7012 * config/i960/i960.c (i960_function_prologue): Use
7013 STARTING_FRAME_OFFSET. Handle stack_limit_rtx.
7014
7015 Thu Dec 2 21:22:45 1999 Greg McGary <gkm@gnu.org>
7016 Geoffrey Keating <geoffk@cygnus.com>
7017
7018 * flags.h (warn_padded, warn_packed): Add global var decls.
7019 * toplev.c (warn_padded, warn_packed): Add global var defns.
7020 (W_options): Add warnings `-Wpacked' and `-Wpadded'.
7021 * stor-layout.c (layout_record): Add local variable `type'
7022 to hold often-used TREE_TYPE (field). Add local variable
7023 `unpacked_align' to hold alignment that would be in force
7024 if no `packed' attribute were present. Warn if `packed' attribute
7025 is unnecessary, or even harmful. Warn when gcc inserts padding
7026 to satisfy alignment requirements of members. Use NULL_TREE
7027 when checking whether var_size is set.
7028 * invoke.texi: Document new flags.
7029
7030 1999-12-03 Nathan Sidwell <nathan@acm.org>
7031
7032 * frame.c (fde_split): Reimplement to avoid variable sized array.
7033
7034 Thu Dec 2 18:59:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
7035
7036 * combine.c (try_combine): Before fixing up LOG_LINKS for the
7037 i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
7038
7039 1999-12-02 Gavin Romig-Koch <gavin@cygnus.com>
7040
7041 * invoke.texi: Document the mips option -mno-crt0
7042
7043 1999-12-02 Mike Karr <mkarr@mathworks.com>
7044
7045 * cccp.c (argdata): Added free_ptr member.
7046 (macroexpand): Initialize free_ptr of each argument. When an
7047 argument's buffers are freed, if the argument's free_ptr corresponds
7048 to a buffer on the input stack, then return the free_ptr to that stack
7049 frame, otherwise, free it.
7050 (macarg): If an argument begins and ends on the same input stack level,
7051 then transfer the free_ptr of that buffer to the argument in case
7052 the stack is popped during the processing of a subsequent argument.
7053
7054 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
7055
7056 * loop.c (note_reg_stored): New function.
7057 (struct note_reg_stored_arg): New structure.
7058 (try_copy_prop): Change to be more conservative; only replace within
7059 one extended basic block and stop replacing if a store to the
7060 replacement reg is seen.
7061
7062 1999-12-02 Nick Clifton <nickc@cygnus.com>
7063
7064 * config/fp-bit.c: Initialise all fields of the NAN
7065 constants.
7066
7067 * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
7068 to HANDLE_PRAGMA.
7069
7070 Wed Dec 1 18:16:38 1999 Jan Hubicka <hubicka@freesoft.cz>
7071
7072 * i386.md (extend?f?f2): Force the input into a register, not
7073 the output.
7074
7075 1999-12-01 Jakub Jelinek <jakub@redhat.com>
7076
7077 * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
7078 regclass' sake.
7079 (movdf_const_intreg_sp32): Likewise. Prefer the memory load
7080 alternative because setting up 64bit constant is usually costly,
7081 especially when reload is in progress or completed.
7082 (movdf_const_intreg_sp64): Likewise.
7083 (movdf_const_intreg split): Fix building up constants when
7084 HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
7085
7086 Wed Dec 1 16:51:22 1999 Jeffrey A Law (law@cygnus.com)
7087
7088 * combine.c (if_then_else_cond): Use const_true_rtx instead of
7089 const1_rtx for return values in EQ/NE comparison against (const_int 0)
7090 case.
7091
7092 * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
7093 (asm_file_start): Emit .am33 into assembly file when compiling for
7094 the AM33.
7095 (print_operand_address): Handle POST_INC addresses.
7096 (can_use_return_insn, initial_offset): Check AM33 registers too.
7097 (expand_prologue): Check & save AM33 registers too.
7098 (expand_epilogue): Similarly.
7099 (secondary_reload_class): Handle AM33 specific secondary reloads.
7100 (output_tst): Emit efficient code for the AM33 too.
7101 * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
7102 (TARGET_SWITCHES): Add -mam33 switch.
7103 (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
7104 (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
7105 (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
7106 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
7107 (enum reg_class, REG_CLASS_NAMES): Likewise.
7108 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
7109 (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
7110 (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
7111 (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
7112 (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
7113 (HAVE_POST_INCREMENT): Define.
7114 (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
7115 (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
7116 * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
7117 (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
7118 (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
7119 (zero_extend to SI from QI/HI): Likewise.
7120 (sign_extend to SI from QI/HI): Likewise.
7121 (mulsidi3, umulsidi3): New patterns for the AM33.
7122 (tstsi with zero extension from QI/HI): Add AM33 variants.
7123 (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
7124 (return_internal_regs, store_movm): Handle new AM33 registers.
7125 * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
7126 (LIBGCC, INSTALL_LIBGCC): Likewise.
7127 * invoke.texi: Document new flags.
7128
7129 Fri Nov 26 10:59:12 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
7130
7131 * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
7132 (addsi3_carry): Likewise.
7133 (sbbsi3_cc): Add "binary_operator_ok" to the condition.
7134 (sbbsi3_carry): Likewise.
7135 (mulsi3): Rewrite to expander, ensure that only one operand is memory.
7136 (mulhi3): Likewise.
7137 (test?i_1): Ensure that only one operand is memory.
7138 (conditional move patterns): likewise.
7139 (shift and rotate patterns): Rewrite to expander, add
7140 "binary_operator_ok" to the condition.
7141
7142 * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
7143 * i386.h (procesor_costs): Add movzbl_load field.
7144 (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
7145 non-Q registers, accept DImode registers anywhere.
7146 (Q_CLASS_P): New.
7147 (MEMORY_MOVE_COST): Calculate QImode moves correctly.
7148 * i386.c (*_cost): Set value for movxbl_load field.
7149
7150 * (addsi): New add to lea splitter.
7151 (ashlsi): Likewise.
7152 (lea to add/shift peep2): New.
7153
7154 1999-12-01 Mark Salter <msalter@cygnus.com>
7155
7156 * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
7157 * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
7158 * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
7159
7160 Tue Nov 30 15:20:52 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
7161
7162 * i386.c (ix86_expand_move): Never add clobbers to move patterns.
7163 * i386.md (movsi_xor): New.
7164 (movsi_or): New.
7165 (movsi_1, movhi_1, movqi_1): Remove.
7166 (movsi_2): Rename to movsi_1.
7167 (movhi_2): Rename to movhi_1.
7168 (movqi_2): Rename to movqi_1.
7169 (movdi_1): Remove; remove splitter.
7170 (movdi_2): Rename to movdi_1.
7171 (divmodsi4 splitter): Do not emit clobbers for move patterns.
7172 (long move peep2): Do not create QI or HI mode mov0s
7173 (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
7174
7175 * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
7176 rewrite splitters.
7177
7178 * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
7179 (abs?f2_if): Likewise.
7180
7181 1999-11-30 Alex Samuel <samuel@codesourcery.com>
7182
7183 * ggc.h (ggc_test_and_set_mark): New macro.
7184 (ggc_mark_rtx): Use ggc_test_and_set_mark.
7185 (ggc_mark_tree): Likewise.
7186 (ggc_mark_rtvec): Likewise.
7187 * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
7188
7189 1999-11-30 Jason Merrill <jason@casey.cygnus.com>
7190
7191 * dwarf2out.c (scope_die_for): Only handle types. Only search for
7192 containing types.
7193 (decl_scope_table): Just an array of trees now.
7194 (push_decl_scope): Simplify.
7195 (dwarf2out_init): Adjust.
7196 (local_scope_p): New fn.
7197 (gen_inlined_enumeration_type_die): Don't call scope_die_for.
7198 (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
7199 (gen_typedef_die): Likewise.
7200 (gen_lexical_block_die): Don't call push/pop_decl_scope.
7201 (gen_inlined_subroutine_die): Likewise.
7202 (gen_abstract_function): Set current_function_decl temporarily.
7203 (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
7204 Handle block extern declarations. Don't call push/pop_decl_scope.
7205 (gen_decl_die): Fix logic for block externs.
7206
7207 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7208
7209 * calls.c (special_function_p): Remove `realloc' and add `strdup'
7210 to the list of functions which have attribute malloc by default.
7211
7212 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7213
7214 * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
7215 integer constant does not match the traditional type, limit the
7216 warnings to cases where the base of the type is ten.
7217
7218 * invoke.texi (-Wtraditional): Document it.
7219
7220 Tue Nov 30 15:18:35 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7221
7222 * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
7223 * rs6000.md: Only access a CONST_INT with INTVAL
7224
7225 Tue Nov 30 14:21:00 1999 Richard Henderson <rth@cygnus.com>
7226
7227 * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
7228 (compute_nearerout): Likewise.
7229 * ggc-page.c (ggc_page_print_statistics): Explicitly cast
7230 size_t to unsigned long for formatting.
7231
7232 1999-11-30 Jakub Jelinek <jakub@redhat.com>
7233
7234 * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
7235 Allow the user to override call-used/fixed state of %g2-5
7236 registers from the command line (with the exception of %g4 for
7237 embedded model).
7238 (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
7239 there is a higher chance of having a leaf function.
7240 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
7241 for ARCH64 which has %ccr register.
7242 * config/sparc/sparc.md (return_losum_si, return_losum_di): New
7243 patterns.
7244 * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
7245 insn accept into delay slot any insn which does not use %[ol]
7246 registers. Accept some LO_SUM and shift left by 1 for the normal
7247 restore case.
7248 (output_function_epilogue): Likewise.
7249 (epilogue_renumber): Added argument which inhibits any renumbering
7250 and just tests if the rtx does not use any %[ol] registers.
7251 (output_return): Reflect above change.
7252
7253 1999-11-30 Jakub Jelinek <jakub@redhat.com>
7254
7255 * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
7256 aggregate passing for sizes <= 16 bytes.
7257
7258 1999-11-30 Bernd Schmidt <bernds@cygnus.co.uk>
7259
7260 * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
7261 * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
7262 * reload.c (find_dummy_reload): Likewise.
7263 (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
7264 * reload1.c (reload_as_needed): Likewise.
7265 * stupid.c (stupid_find_reg): Likewise.
7266 * tm.texi (Obsolete Register Macros): Delete section.
7267 * gmicro.h: Remove all traces of the two macros.
7268 * i386.h: Likewise.
7269 * m88k.h: Likewise.
7270 * mips.h: Likewise.
7271
7272 1999-11-30 Brendan Kehoe <brendan@cygnus.com>
7273
7274 * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
7275 (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
7276 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
7277 * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
7278 units for the sparclite86x chip.
7279 (flush): Revert October 14th change; add SImode specifically.
7280 (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
7281 * invoke.texi: Document it.
7282
7283 Tue Nov 30 14:58:14 1999 Nick Clifton <nickc@cygnus.com>
7284
7285 * config/mn10200/mn10200.h (PREDICATE_CODES): Add
7286 psimode_truncation_operand.
7287
7288 * config/mn10200/mn10200.c (psimode_truncation_operand): New
7289 function. Return true if the operand is either a MEM valid
7290 for a PSImode address or not a MEM at all.
7291
7292 * config/mn10200/mn10200.md (truncsipsi2): Use
7293 psimode_truncation_operand.
7294
7295 1999-11-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7296
7297 * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
7298 (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
7299 (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
7300 (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
7301 (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
7302 (flow_loop_level_compute, low_loops_level_compute): Likewise.
7303 (flow_loops_find, flow_loop_outside_edge_p): Likewise.
7304 * basic-block.h: Protect from multiple inclusion.
7305 (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
7306 (struct loops, struct loop): Define structures.
7307 * sbitmap.c (sbitmap_a_subset_b_p): New function.
7308 * sbitmap.h: Protect from multiple inclusion.
7309 (sbitmap_a_subset_b_p): Add prototype.
7310 * Makefile.in (LOOP_H): New macro.
7311 (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
7312
7313 Tue Nov 30 01:34:47 1999 Philippe De Muyter <phdm@macqel.be>
7314
7315 * cppinit.c (CAT): The argument list of this macro may not contain
7316 spaces !
7317
7318 1999-11-29 David S. Miller <davem@redhat.com>
7319
7320 Move quantity tables and register equivalence chains into
7321 per-qty and per-register structure arrays respectively.
7322 * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
7323 qty_const_insn, qty_comparison_code, qty_comparison_const,
7324 qty_comparison_qty): Delete, replace with...
7325 (qty_table): this structure table.
7326 (reg_next_eqv, reg_prev_eqv): Delete, replace with...
7327 (reg_eqv_table): this structure table.
7328 (make_new_qty): Add argument MODE. Caller updated.
7329 Update to use qty_table and reg_eqv_table.
7330 (make_regs_eqv, delete_reg_equiv, insert_regs,
7331 insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
7332 fold_rtx, equiv_constant, record_jump_cond, cse_insn,
7333 cse_process_notes, cse_main, cse_basic_block): Likewise.
7334
7335 Mon Nov 29 16:56:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7336
7337 * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
7338 operation if C is negative.
7339 (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
7340 (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
7341 law for some divisions if constant is negative and change other
7342 divisions to the opposite rounding.
7343
7344 * expr.c (store_constructor_field): If bit position is not multiple
7345 of alignment of TARGET's mode, use BLKmode.
7346
7347 * expr.c (expand_expr_unaligned): Add more code from full case
7348 that is needed when OP0 is in a register.
7349
7350 Mon Nov 29 18:09:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
7351
7352 * dwarfout.c (field_byte_offset): Size can be zero if there was
7353 an error.
7354
7355 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
7356
7357 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
7358 (associate_trees): Delete unused var TEM.
7359 (extract_muldiv): Delete unused var CANCEL_P.
7360
7361 * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
7362 (target_isinf, target_isnan, target_negative): Add return types to
7363 function definitions.
7364
7365 1999-11-29 Bruce Korb <autogen@linuxbox.com>
7366
7367 * fixinc/fixincl.c(process): don't skip GLIBC files any more.
7368 * fixinc/hackshell.tpl: ditto
7369 * fixinc/fixtests.c(double_slash_test): more C++ header testing
7370 * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
7371
7372 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
7373
7374 * reload.c (push_reload): When looking for a register to put into
7375 reg_rtx, make sure all hard regs in a multi-reg register are in the
7376 right class and nonfixed.
7377
7378 * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
7379 pending_read_insns, pending_write_insns, pending_read_mems,
7380 pending_write_mems, pending_list_length, last_pending_memory_flush,
7381 last_function_call, sched_before_next_call): Move static variables
7382 into a structure.
7383 (bb_ prefixed versions): Replace with single array bb_deps.
7384 (struct deps): New structure.
7385 (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
7386 sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
7387 argument of type "struct deps *"; use that instead of global
7388 variables. All callers changed.
7389 (init_rgn_data_dependencies): Delete function.
7390 (init_rtx_vector): Delete function.
7391 (init_deps): New function.
7392
7393 (free_pending_lists): Simplify, we always use the bb_deps array even
7394 if only one basic block.
7395 (compute_block_backward_dependences): Likewise.
7396 (schedule_region): Likewise.
7397
7398 (propagate_deps): New function, broken out of
7399 compute_block_backward_dependences.
7400 (compute_block_backward_dependences): Use it.
7401
7402 * alpha.md: Delete useless patterns that tried to work around
7403 register elimination problems.
7404
7405 * unroll.c (loop_iterations): Don't abort if iteration variable
7406 was made by loop.
7407
7408 From Joern Rennecke:
7409 * reload1.c (reloads_conflict): Reverse test comparing operand
7410 numbers when testing for conflict between output/outaddr reloads.
7411
7412 1999-11-29 David S. Miller <davem@redhat.com>
7413
7414 * config/sparc/sparc.c (init_cumulative_args): Fix type of third
7415 arg.
7416 * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
7417
7418 1999-11-28 Robert Lipe <robertl@cygnus.com>
7419
7420 * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
7421 table from .fini into .dtor.
7422
7423 1999-11-28 Anthony Green <green@cygnus.com>
7424
7425 * tree.h (struct tree_decl): Add malloc_flag.
7426 (DECL_IS_MALLOC): Define.
7427 * c-common.c (attrs): Add A_MALLOC attribute.
7428 (init_attributes): Add this attribute to the table.
7429 (decl_attributes): Handle malloc attribute.
7430 * calls.c (special_function_p): Check for the malloc attribute.
7431 * extend.texi (Function Attributes): Document malloc attribute.
7432
7433 Sun Nov 28 13:21:00 1999 Jeffrey A Law (law@cygnus.com)
7434
7435 * pa.md (reload shift-add patterns): Remove.
7436
7437 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7438
7439 * reorg.c (dbr_schedule) Print more statistics. Corrected
7440 problem when printing info when 3 delay slots are filled.
7441
7442 1999-11-28 Jakub Jelinek <jakub@redhat.com>
7443
7444 * combine.c (setup_incoming_promotions): Pass an outgoing
7445 regno to FUNCTION_ARG_REGNO_P which it expects.
7446
7447 1999-11-28 Andreas Jaeger <aj@suse.de>
7448
7449 * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
7450
7451 Sun Nov 28 00:48:15 1999 Philippe De Muyter <phdm@macqel.be>
7452
7453 * cccp.c (do_include): Avoid initialization of automatic variable.
7454
7455 * integrate.c (mark_stores): Function definition made void, to match
7456 previous declaration.
7457 * regclass.c (dump_regclass): Ditto.
7458 * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
7459
7460 Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7461
7462 * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
7463 known to be multiple of divisor.
7464
7465 * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
7466
7467 * combine.c (try_combine): Add code to try to merge a set of a
7468 two-word pseudo to a constant with a setting of one of those words
7469 to a constant.
7470
7471 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
7472 (split_tree): Completely rework to make more general.
7473 (make_range, fold): Call negate_expr.
7474 (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
7475 (fold, associate): Call new split_tree and associate_trees.
7476 (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
7477
7478 1999-11-26 Bernd Schmidt <bernds@cygnus.co.uk>
7479
7480 * loop.c (try_copy_prop): Avoid GNU C extension.
7481
7482 1999-11-25 Mark Mitchell <mark@codesourcery.com>
7483
7484 * except.c (init_eh_for_function): Still zero eh_return_context,
7485 eh_return_stack_adjust, and eh_return_handler.
7486
7487 * except.h (eh_status): Adjust documentation for x_protect_list.
7488 (begin_protect_partials): New function.
7489 * except.c (enqueue_eh_entry): Fix formatting.
7490 (get_first_handler): Add consistency check.
7491 (add_partial_entry): Adjust usage of protect_list.
7492 (emit_cleanup_handler): Save and restore ehqueue.
7493 (expand_start_all_catch): Add comment.
7494 (begin_protect_partials): New function.
7495 (end_protect_partials): Adjust usage of protect_list.
7496 (init_eh_for_function): Use xcalloc.
7497
7498 1999-11-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7499
7500 * c-common.c (check_format_info): Don't call a variadic function
7501 with a non-literal format string.
7502
7503 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
7504
7505 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
7506 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
7507 Likewise.
7508
7509 * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
7510 Likewise.
7511
7512 * collect2.c (collect_wait): Likewise.
7513
7514 * dbxout.c (dbxout_type): Likewise.
7515
7516 * gcc.c (do_spec_1): Likewise.
7517
7518 * genemit.c (gen_insn, gen_expand): Likewise.
7519
7520 * genrecog.c (write_switch, write_subroutine): Likewise.
7521
7522 * mips-tfile.c (catch_signal, botch): Likewise.
7523
7524 * print-rtl.c (print_rtx): Likewise.
7525
7526 * toplev.c (default_print_error_function, report_error_function,
7527 _fatal_insn): Likewise.
7528
7529 1999-11-25 Mark Mitchell <mark@codesourcery.com>
7530
7531 * tree.c (unsave_expr_now): Handle NULL_TREE as input.
7532
7533 Wed Nov 24 17:08:09 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
7534
7535 * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
7536 operations when needed.
7537 * i386.md (fop_?f_comm): New.
7538 (fop_?f_1): Do not accept commutative operands.
7539
7540 1999-11-25 Andreas Jaeger <aj@suse.de>
7541
7542 * config/mips/mips.md (casesi_internal): Add missing brace.
7543
7544 1999-11-25 Jason Merrill <jason@casey.cygnus.com>
7545
7546 * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
7547 (splice_child_die): Handle moving a child DIE from the declaration
7548 DIE of a class to its specification.
7549 (gen_struct_or_union_type_die): Use 'complete' consistently.
7550 (gen_decl_die): Generate the virtual context DIE first.
7551 Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
7552
7553 1999-11-24 Gavin Romig-Koch <gavin@cygnus.com>
7554
7555 * config/mips/mips.md (call_value_multiple_interanal1): New.
7556
7557 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
7558
7559 * dwarf2out.c (free_AT, free_die): New fns.
7560 (remove_children): Call them.
7561 (output_line_info): Disable removal of duplicate notes.
7562
7563 Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
7564 * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
7565 means pretend the type isn't defined.
7566 Don't defer emitting types.
7567 (gen_type_die_for_member): New fn.
7568 (gen_decl_die): Call it.
7569 (splice_child_die): New fn.
7570 (gen_member_die): Call it rather than generate duplicate dies.
7571
7572 Defer emitting information for the abstract instance of an inline
7573 until we either inline it or emit an out-of-line copy.
7574 * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
7575 from output_inline_function if DECL_ABSTRACT is also set.
7576 (block_ultimate_origin): Likewise.
7577 (gen_abstract_function): New fn.
7578 (gen_decl_die, gen_inlined_subroutine_die): Call it.
7579 (gen_subprogram_die): An abstract instance is not a declaration
7580 just because it doesn't match current_function_decl. Don't abort
7581 because DECL_DEFER_OUTPUT isn't set. Do abort if a declaration
7582 has an abstract origin.
7583 * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
7584 abstract instance here.
7585
7586 Wed Nov 24 18:39:18 1999 Andrew Haley <aph@cygnus.com>
7587
7588 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
7589 where we need to reload fpul from a system register.
7590
7591 1999-11-24 Andreas Jaeger <aj@suse.de>
7592
7593 * config/mips/linux.h (CPP_PREDEFINES): Added.
7594 (LINK_SPEC): Remove -Y since this is only needed on sparc.
7595
7596 1999-11-24 Andreas Jaeger <aj@suse.de>
7597
7598 * config/mips/linux.h (TARGET_VERSION): Added.
7599 (HANDLE_SYSV_PRAGMA): Added.
7600 (DEFAULT_VTABLE_THUNKS): Added.
7601
7602 Wed Nov 24 14:12:15 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
7603
7604 * local-alloc.c (qty): New structure and static variable.
7605 (qty_phys_reg): Remove, all references changed to qty.
7606 (qty_n_refs): Likewise.
7607 (qty_min_class): Likewise.
7608 (qty_birth): Likewise.
7609 (qty_death): Likewise.
7610 (qty_size): Likewise.
7611 (qty_mode): Likewise.
7612 (qty_n_calls_crossed): Likewise.
7613 (qty_alternate_class): Likewise.
7614 (qty_changes_size): Likewise.
7615 (qty_first_reg): Likewise.
7616 (alloc_qty): Rename variable QTY to QTYNO.
7617 (finf_free_reg): Likewise.
7618 (local_alloc): Allocate qty, do not allocate the removed variables.
7619
7620 Wed Nov 24 17:26:05 1999 Geoffrey Keating <geoffk@cygnus.com>
7621
7622 * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
7623 when -membedded-pic is passed.
7624
7625 * config/mips/mips.md (casesi): Handle 64-bit case too.
7626 (casesi_internal_di): New insn.
7627
7628 * config/mips/mips.c (embedded_pic_offset): Always make the
7629 embedded-pic subtractions relative to the name of the current
7630 function by use of the magic string "..CURRENT_FUNCTION".
7631 * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
7632
7633 1999-11-24 Geoffrey Keating <geoffk@cygnus.com>
7634
7635 * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
7636 of (const_int 0), when what we really care about is
7637 whether it's a zero constant anyway.
7638 (div_trap_mips16): Likewise.
7639
7640 1999-11-23 Mark Mitchell <mark@codesourcery.com>
7641
7642 * loop.c (loop_optimize): Always find_loop_tree_blocks and
7643 unroll_block_trees when generating debuggable code.
7644
7645 * tree.h (unsave_expr_1): New function.
7646 (lang_unsave): New variable.
7647 (get_callee_fndecl): New function.
7648 * tree.c (unsave_expr_now_r): New function.
7649 (lang_unsave): Define.
7650 (unsave_expr_1): Likewise.
7651 (unsave_expr_now_r): Split out from unsave_expr_now.
7652 (unsave_expr_now): Call lang_unsave if it is non-NULL. Otherwise,
7653 call unsave_expr_now_r.
7654 (get_callee_fndecl): Define.
7655
7656 * Makefile.in (gencheck): Don't depend on lang_tree_files.
7657 (gencheck.o): Do depend on lang_tree_files.
7658
7659 * integrate.h (copy_decl_for_inlining): New declaration.
7660 * integrate.c (copy_and_set_decl_abstract_origin): Remove.
7661 (copy_decl_for_inlining): New function.
7662 (integrate_parm_decls): Use it.
7663 (integrate_decl_tree): Likewise.
7664
7665 1999-11-23 Gavin Romig-Koch <gavin@cygnus.com>
7666
7667 * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
7668 the second two from the first.
7669 (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
7670 * config/mips/mips.md (movcc,reload_incc,reload_outcc,
7671 conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
7672 ISA_HAS_FP4.
7673 * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
7674 override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
7675 ISA_HAS_FP4.
7676
7677 Tue Nov 23 11:15:04 1999 Jeffrey A Law (law@cygnus.com)
7678
7679 * pa.md (call_internal_symref, call_value_internal_symref): No mode
7680 needed on the address operand.
7681 * pa.c (call_operand_address): Check for the correct mode.
7682
7683 1999-11-23 Bernd Schmidt <bernds@cygnus.co.uk>
7684
7685 * loop.c: Include "basic-block.h".
7686 (try_copy_prop, replace_loop_reg): New functions.
7687 (load_mems): Detect registers that just hold copies of the hoisted
7688 mem, and call try_copy_prop to eliminate them.
7689 * Makefile.in (loop.o): Update dependencies.
7690
7691 Tue Nov 23 01:03:29 1999 Hans-Peter Nilsson <hp@axis.com>
7692
7693 * Makefile.in (gencheck.o): Depend on gencheck.h.
7694 (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
7695 (insn-peep.o): Depend on except.h and function.h.
7696 (insn-attrtab.o): Depend on RECOG_H.
7697 (insn-output.o): Depend on toplev.h and flags.h.
7698 (gengenrtl.o): Depend on real.h.
7699 (gen-protos.o): Depend on cpplib.h and cpphash.h.
7700 Unify all dependencies to be on RECOG_H rather than recog.h.
7701
7702 Tue Nov 23 00:57:10 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7703
7704 From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
7705 * configure.in: Try building a bi-arch 32/64-bit compiler on
7706 sparc-*-solaris2.7 and higher.
7707 * configure: Rebuild.
7708
7709 Mon Nov 22 23:09:44 1999 David O'Brien <obrien@FreeBSD.org>
7710
7711 * config/freebsd.h: New, FreeBSD architecture independent file.
7712 * config/i386/freebsd-elf.h: removed FreeBSD architecturally
7713 independent pieces.
7714 * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
7715 directly by i386/freebsd.h.
7716 * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
7717 independent configuration file.
7718 (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
7719 directly by i386/freebsd.h.
7720 * configure: Rebuilt.
7721
7722 * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
7723 which is in the user's namespace.
7724 * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
7725 `i386' which is not in our namespace.
7726
7727 Mon Nov 22 22:58:01 1999 "R. Kelley Cook" <KelleyCook@attglobal.net>
7728
7729 * invoke.texi (ARM Options): Add in -mno-alignment-traps
7730
7731 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
7732
7733 * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
7734 (add_dwarf_attr, add_child_die): Just push onto the front.
7735 (reverse_die_lists): New fn.
7736 (add_sibling_attributes): Use it.
7737 (push_decl_scope): Reorganize.
7738 (add_name_and_src_coords_attributes): Don't set file and line for
7739 an artificial decl.
7740 (gen_subprogram_die): An artificial function doesn't need to match
7741 file and line.
7742 (gen_compile_unit_die): Return the generated die. Only add
7743 AT_comp_dir if the filename is relative.
7744 (remove_AT): Simplify loop. Also free string values.
7745 (output_die): A DIE ref can't be null.
7746 (output_value_format, value_format): Take a dw_attr_ref.
7747 (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
7748 (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
7749 AT_addr, AT_lbl): New fns.
7750 (various): Use them.
7751 (various): Constify.
7752
7753 Mon Nov 22 23:53:50 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
7754
7755 * combine.c (combine_simplify_rtx): When handling a SUBREG,
7756 take SUBREG_WORD into account.
7757 (if_then_else_cond): Likewise.
7758
7759 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
7760
7761 * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
7762 clause from BSD license, pursuant with
7763
7764 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
7765
7766 1999-11-22 Bernd Schmidt <bernds@cygnus.co.uk>
7767
7768 * loop.c (load_mems): Reformat slightly.
7769 * basic-block.h (regset_head): New typedef.
7770 (INIT_REG_SET): New macro.
7771
7772 1999-11-22 Bruce Korb <autogen@linuxbox.com
7773
7774 * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
7775 (mips-dec-bsd*): non-functional code
7776 (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
7777
7778 * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
7779 added three replacement fixes
7780 (no_double_slash): removed comments that are not (any longer) pertinent
7781 (bad_lval): this fix currently runs against many files.
7782 The comment seems to indicate that we should select for files
7783 containing 'pragma extern_prefix'.
7784
7785 * fixinc/fixinc.x86-linux-gnu: deleted
7786 * fixinc/inclhack.sh: regen
7787 * fixinc/fixincl.x: regen
7788 * fixinc/fixincl.sh: regen
7789
7790 Fri Nov 12 14:08:40 1999 Andrew Haley <aph@cygnus.com>
7791
7792 * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
7793 its code is INSN and it has no notes.
7794
7795 1999-11-22 Andrew Haley <aph@cygnus.com>
7796
7797 * varasm.c (function_defined): Remove.
7798 (make_function_rtl): Don't set function_defined.
7799 (make_decl_rtl): Remove global register warning.
7800 * regclass.c (no_global_reg_vars): New variable.
7801 (globalize_reg): Warn if function has already been defined.
7802 (regclass_init): Set no_global_reg_vars.
7803
7804 Mon Nov 22 14:42:22 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
7805
7806 * regclass.c (reg_pref): New structure and static variable
7807 (prefclass): Delete.
7808 (altclass): Delete.
7809 (all uses of prefclass and altclass): Use reg_pref instead.
7810
7811 1999-11-21 Nick Clifton <nickc@cygnus.com>
7812
7813 * invoke.texi (ARM Options): Replace -mshort-load-bytes with
7814 -malignment-traps.
7815 (arm.h): Replace -mshort-load-bytes with -malignment-traps.
7816 (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
7817 (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
7818
7819 Sun Nov 21 17:11:13 1999 Geoffrey Keating <geoffk@cygnus.com>
7820
7821 * varasm.c (output_constructor): Solve problem with long long
7822 bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
7823
7824 Fri Nov 19 05:48:45 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
7825
7826 * global.c (allocno): New structure and static variable.
7827 (allocno_reg): Remove, all references replaced by allocno.
7828 (allocno_size): Likewise.
7829 (hard_reg_conflicts): Likewise.
7830 (hard_reg_preferences): Likewise.
7831 (hard_reg_copy_preferences): Likewise.
7832 (hard_reg_full_preferences): Likewise.
7833 (regs_someone_prefers): Likewise.
7834 (allocno_calls_crossed): Likewise.
7835 (allocno_n_refs): Likewise.
7836 (allocno_live_length): Likewise.
7837 (find_reg): Rename ALLOCNO to NUM.
7838
7839 * regclass.c (may_move_in_cost): Rename from may_move_cost, all
7840 references updated.
7841 (may_move_out_cost): New variable.
7842 (init_reg_sets_1): Initialize may_move_out_cost.
7843 (record_reg_classes): Use may_move_out_cost.
7844
7845 * regclass.c (dump_regclass): New function.
7846 (regclass): New parameter DUMP, call DUMP_REGCLASS.
7847 * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
7848 pass rtl_dump_file to regclass.
7849 * rtl.h (regclass): Update prototype.
7850
7851 Fri Nov 19 06:32:19 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
7852
7853 * i386.md (neg, not and abs patterns): Revmap to use
7854 ix86_expand_unary_operator and ix86_unary_operator_ok.
7855 (add?f and sub?f expanders): Force operand 1 to register.
7856 * i386.c (ix86_expand_unary_operator): Rewrite.
7857 (ix86_unary_operator_ok): Ensure that memory operands
7858 match real opcode.
7859 (ix86_binary_operator_ok): Do not allow operand 1 to
7860 come into memory and operand 0 not.
7861 (ix86_expand_binary_operator): Ensure that
7862 src1 is not non-matching memory.
7863
7864 * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
7865 to support integer registers and memory.
7866 (abss?2_integer): Likewise.
7867
7868 * i386.h (enum reg_class): Add FLOAT_INT_REGS.
7869 (REG_CLASS_NAMES): Likewise.
7870 (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
7871 and GENERAL_REGS.
7872 * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
7873 (movsf): Likewise; unify 4th and 5th alternative.
7874 (pushdf): Likewise.
7875 (movdf_1): Likewise; rename to movdf_integer.
7876 (pushxf): Likewise; rename to pushxf_integer; fix output template;
7877 remove redundant splitter.
7878 (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
7879 (movdf_nointeger): New.
7880 (movxf_nointeger): New.
7881 (pushxf_nointeger): New.
7882
7883 * i386.md (extend?f?f): Split to expander and pattern, refuse two
7884 memory operands in patterns.
7885 (fop*): Refuse two memory operands.
7886
7887 * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
7888 on !TARGET_USE_CLTD CPUs.
7889
7890 Fri Nov 19 10:41:15 GMT 1999 Nathan Sidwell <nathan@acm.org>
7891
7892 * extend.texi: Document C++ restricted pointers and references.
7893
7894 1999-11-19 Bernd Schmidt <bernds@cygnus.co.uk>
7895
7896 * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
7897 (invalidate_skipped_set): Call it unconditionally.
7898 (cse_set_around_loop): Likewise.
7899
7900 Thu Nov 18 17:29:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
7901
7902 * rtl.texi (mem): Add documentation for alias-set argument
7903 to RTX `mem'.
7904
7905 Fri Nov 18 13:39:22 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
7906
7907 * i386.h (struct_processor_costs): New fields int_load, int_store,
7908 fp_move, fp_load and fp_store
7909 (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
7910 fp->int moves
7911 (MEMORY_MOVE_COST): New macro.
7912 * i386.c (386_cost): Define new fields.
7913 (i486_cost): Likewise.
7914 (pentium_cost): Likewise.
7915 (pentiumpro_cost): Likewise.
7916 (k6_cost): Likewise.
7917
7918 Fri Nov 19 11:11:55 1999 Greg McGary <gkm@gnu.org>
7919 Geoffrey Keating <geoffk@cygnus.com>
7920
7921 * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
7922
7923 * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
7924 MASK_ALIGN_INT.
7925
7926 * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
7927 (TARGET_STRICT_ALIGNMENT): New macro.
7928 (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
7929 (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
7930 * invoke.texi (M680x0 Options): Document -mstrict-align.
7931
7932 Thu Nov 18 11:10:03 1999 Jan Hubicka <hubicka@freesoft.cz>
7933 Richard Henderson <rth@cygnus.com>
7934
7935 * i386-protos.h (split_xf, ix86_split_movdi): Remove.
7936 (ix86_split_long_move): Declare.
7937 * i386.c (split_xf, ix86_split_movdi): Remove.
7938 (ix86_split_to_parts, ix86_split_long_move): New.
7939 * i386.md (dimode move splitters): Use ix86_split_long_move.
7940 (dfmode move splitters): Likewise.
7941 (xfmode move splitters): Likewise.
7942 (movsf_1): Allow F->r.
7943 (movdf_1, movxf_1): Allow F->ro.
7944
7945 1999-11-17 Mark Mitchell <mark@codesourcery.com>
7946
7947 * except.h (struct eh_entry): Add goto_entry_p.
7948 (eh_region_from_symbol): Remove prototype.
7949 * except.c (find_func_region_from_symbol): New function.
7950 (emit_cleanup_handler): Likewise.
7951 (eh_region_from_symbol): Make it static.
7952 (add_new_handler): Verify the argument.
7953 (find_func_region): Update comment.
7954 (expand_eh_region_end): Expand handlers here, rater than waiting
7955 until expand_leftover_cleanups or start_all_catch.
7956 (expand_leftover_cleanups): Don't expand here.
7957 (expand_start_all_catch): Or here.
7958 (expand_rethrow): Check the return value from find_func_region.
7959 * function.c (expand_function_end): Emit the catch_clauses.
7960
7961 1999-11-18 Gavin Romig-Koch <gavin@cygnus.com>
7962
7963 * integrate.c (expand_inline_function): Add necessary check for NULL.
7964
7965 1999-11-18 Nick Clifton <nickc@cygnus.com>
7966
7967 * toplev.c (main): Correctly detect an unrecognised option.
7968
7969 * cppinit.c (cpp_handle_option): Do not claim to have consumed
7970 a -f option if it has not been recognised.
7971
7972 Thu Nov 18 00:59:11 1999 Michael Gschwind <mikeg@alagoas.watson.ibm.com>
7973
7974 * basic-block.h (update_life_extent): Remove trailing comma on
7975 enumeration type list.
7976
7977 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7978
7979 * varasm.c (output_constructor) Solved problem with long long
7980 bitfields. Corrected calculating this_time and shift. Also
7981 corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
7982
7983 Wed Nov 17 23:46:14 1999 Jeffrey A Law (law@cygnus.com)
7984
7985 * flow.c (split_edge): Take looping structure into account when
7986 determining where to put the new block note.
7987
7988 Wed Nov 17 20:42:43 1999 Jeff Holcomb <jeffh@cygnus.com>
7989
7990 * Makefile.in (ggc-none.o): Provide host specific version if
7991 needed.
7992
7993 Wed Nov 17 16:51:23 1999 Richard Henderson <rth@cygnus.com>
7994
7995 * cse.c (delete_trivially_dead_insns): Identify no-op insns
7996 containing subregs too.
7997
7998 Wed Nov 17 17:39:48 MST 1999 Diego Novillo <dnovillo@cygnus.com>
7999
8000 * invoke.texi: Add documentation for -muninit-const-in-rodata.
8001 * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
8002 (TARGET_UNINIT_CONST_IN_RODATA): Define.
8003 (text_section): Add switches -munint-const-in-rodata and
8004 -mno-uninit-const-in-rodata.
8005 (ASM_OUTPUT_COMMON): Remove.
8006 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
8007 const objects should be placed in read-only data. Otherwise declare
8008 them in common.
8009
8010 Wed Nov 17 16:38:32 1999 Richard Henderson <rth@cygnus.com>
8011
8012 * jump.c (jump_optimize_1): Revert last change.
8013
8014 Wed Nov 17 15:18:30 1999 Richard Henderson <rth@cygnus.com>
8015
8016 * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
8017 test if optimizing for size.
8018
8019 1999-11-17 Mark Mitchell <mark@codesourcery.com>
8020
8021 * Makefile.in (toplev.o): Depend on except.h.
8022 (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
8023
8024 Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
8025
8026 * i386.md (divmodsi4): Rewrite to expander.
8027 (*divmodsi4_nocltd): New.
8028 (*divmodsi4_cltd): New.
8029 (divmodsi4 splitter): Handle the case when input comes in edx.
8030 (udivmodhi4): Do not use constraints in exander.
8031 (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
8032
8033 1999-11-17 Jason Merrill <jason@yorick.cygnus.com>
8034
8035 * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
8036 for the common case.
8037
8038 1999-11-16 Jakub Jelinek <jakub@redhat.com>
8039
8040 * explow.c (hard_function_value): Add outgoing argument.
8041 * expr.h (hard_function_value): Declare it.
8042 * calls.c (expand_call, emit_library_call_value): Update callers.
8043 * function.c (aggregate_value_p): Ditto.
8044 (diddle_return_value): Must look at the outgoing registers
8045 on archs with register windows.
8046
8047 Mon Nov 15 20:46:45 1999 Richard Henderson <rth@cygnus.com>
8048
8049 * alpha.c (alpha_build_va_list): Use make_lang_type and
8050 initialize TYPE_NAME for the va_list record.
8051
8052 * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
8053
8054 * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
8055 for printing.
8056 * ggc.h (struct ggc_statistics): Rearrange elements for better
8057 packing on 64-bit hosts.
8058 * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
8059 (compute_nearerout): Likewise.
8060
8061 Tue Nov 16 14:37:52 1999 Geoffrey Keating <geoffk@cygnus.com>
8062
8063 * config/rs6000/rs6000.c (first_reg_to_save): Save
8064 PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
8065
8066 1999-11-15 Jason Merrill <jason@casey.cygnus.com>
8067
8068 * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
8069 notion of nesting to find the DIE for a type or function.
8070 DIEs can go in limbo even if we got a context_die.
8071 (push_decl_scope): Our context doesn't need to be in decl_scope_table.
8072 (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
8073 for local type.
8074 (gen_decl_die): Ignore NAMESPACE_DECLs for now.
8075 (gen_type_die): Writing out the context doesn't cause member class
8076 template instantiations to be written out as well.
8077
8078 Mon Nov 15 15:33:18 1999 Richard Henderson <rth@cygnus.com>
8079
8080 * rs6000.h (ASM_OUTPUT_DEF): New.
8081 Based on proposed addition from David Edelsohn.
8082
8083 1999-11-15 Robert Lipe <RobertLipe@usa.net>
8084 Bruce Korb <autogen@linuxbox.com>
8085
8086 * fixinc/inclhack.def
8087 (AAB_svr4_replace_byteorder): added. Takes advantage of GCC features
8088 (unixware7_byteorder_fix): added. Removes conflicts for new defs
8089 in net/inet.h.
8090 (svr5_mach_defines): added. Like svr4_mach_defines, with new syntax
8091 (svr4_endian): enabled with SVR5
8092 (svr4_mkdev): simplified syntax and enabled with SVR5
8093
8094 Sun Nov 14 18:49:37 1999 David O'Brien <obrien@FreeBSD.org>
8095
8096 * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
8097 * configure: Rebuilt.
8098 * config/t-freebsd-thread: New file.
8099
8100 Sun Nov 14 23:11:05 1999 Jeffrey A Law (law@cygnus.com)
8101
8102 * i386.c (ix86_decompose_address): Verify the base is a REG
8103 before trying to examine its register number.
8104
8105 * basic-block.h: Remove all #defines and prototypes related to
8106 integer lists.
8107 (free_bb_mem, compute_preds_succs): Remove prototype.
8108 * rtl.h (free_bb_mem): Remove prototype.
8109 * flow.c (alloc_int_list_node); Remove function.
8110 (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
8111 (compute_preds_succs, free_bb_mem): Likewise.
8112 * gcse.c (gcse_main): Do not call free_bb_mem anymore.
8113 * toplev.c (rest_of_compilation): Likewise.
8114 * haifa-sched.c (build_control_flow): Use flow generated edge
8115 list to build the haifa specific edge list.
8116 (find_rgns): Use new CFG data structures instead of pred/succ lists.
8117 (schedule_insns): Do not build pred/succ lists anymore. Instead
8118 build the edge table.
8119
8120 * basic-block.h (dump_bb_data): Remove declaration.
8121 * flow.c (dump_bb_data): Remove function.
8122 * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
8123 (sbitmap_union_of_predsucc): Likewise.
8124
8125 * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
8126 argument. All callers changed.
8127 (delete_null_pointer_checks_1): No longer need to compute the
8128 pred/succ lists.
8129
8130 * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
8131 All callers changed.
8132 (pre_expr_reaches_here_p_work): Likewise.
8133 (pre_edge_insert): No longer call pre_expr_reaches_here_p.
8134 * lcm.c (compute_laterin): Fix initialization of LATER.
8135 (compute_nearerout): Similarly for NEARER.
8136
8137 Sun Nov 14 12:41:57 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8138
8139 * cse.c (set_nonvarying_address_components): Delete unused function.
8140 (refers_to_p): Likewise.
8141
8142 Fri Nov 12 20:53:22 1999 Jeffrey A Law (law@cygnus.com)
8143
8144 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
8145 needed.
8146
8147 Sat Nov 13 16:20:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8148
8149 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
8150 definition in do while (0).
8151
8152 Fri Nov 12 16:26:25 1999 Jim Wilson <wilson@cygnus.com>
8153
8154 * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
8155
8156 Fri Nov 12 12:43:49 1999 Richard Henderson <rth@cygnus.com>
8157
8158 * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
8159
8160 Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
8161
8162 * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
8163 (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
8164 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
8165 (INITIAL_FRAME_POINTER_OFFSET): Remove it.
8166
8167 * i960.c (i960_function_prologue): Don't allocate space for g8-g11
8168 saved on the stack. Output more accurate stack frame statistics
8169 into assembler file.
8170
8171 1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com>
8172
8173 * genextract.c (record_insn_name): New function.
8174 (get_insn_name): No longer a stub.
8175 (main): Call record_insn_name for each insn. After each label
8176 written, print the insn name in a comment.
8177
8178 Fri Nov 12 13:45:02 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8179
8180 * output.h (const_section, init_section, fini_section): Add
8181 prototypes.
8182
8183 * alpha/elf.h (const_section): Delete declaration.
8184
8185 * svr4.h (const_section): Likewise.
8186
8187 Fri Nov 12 08:54:22 1999 Mark Mitchell <mark@codesourcery.com>
8188
8189 * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
8190 * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
8191 (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
8192 expressions.
8193 * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
8194 variable-sized array bounds.
8195
8196 Fri Nov 12 08:04:45 1999 Catherine Moore <clm@cygnus.com>
8197
8198 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use
8199 ASM_OUTPUT_LABEL.
8200
8201 Fri Nov 12 13:31:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8202
8203 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
8204 addresses the same way GO_IF_LEGITIMATE_INDEX does.
8205
8206 Fri Nov 12 12:36:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8207
8208 * cse.c (hash_arg_in_struct): Delete.
8209 (struct table_elt): Delete elt in_struct.
8210 (struct set): Delete elt src_in_struct.
8211 (merge_equiv_classes): Don't set either hash_arg_in_struct or
8212 the corresponding in_struct elts.
8213 (canon_hash): Likewise.
8214 (safe_hash): Likewise.
8215 (find_best_addr): Likewise.
8216 (record_jump_cond): Likewise.
8217 (cse_insn): Likewise.
8218
8219 Thu Nov 11 19:45:24 1999 Jim Wilson <wilson@cygnus.com>
8220
8221 * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
8222
8223 * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
8224 unsigned types.
8225
8226 Thu Nov 11 18:54:24 1999 Jeffrey A Law (law@cygnus.com)
8227
8228 * function.c (diddle_return_value): Put back check that the DECL_RTL
8229 for the function is a register.
8230
8231 * function.c (diddle_return_value): Use hard_function_value to
8232 get an rtx suitable for use in the USE/CLOBBER insn.
8233
8234 * global.c (global_conflicts): Update comments.
8235 (record_conflicts): No need to record conflicts between pseudos here.
8236
8237 1999-11-11 Bruce Korb <autogen@linuxbox.com>
8238
8239 * fixinc/fixincl.c: Added verbose levels for status messages
8240
8241 Thu Nov 11 13:23:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8242
8243 * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
8244 operand as argument to expand_and or expand_binop.
8245
8246 Thu Nov 11 02:21:16 1999 Rodney Brown <RodneyBrown@pmsc.com>
8247
8248 * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
8249 gcc_add_string_root.
8250
8251 Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
8252
8253 * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
8254
8255 Wed Nov 10 15:56:16 1999 Jeffrey A Law (law@cygnus.com)
8256
8257 * flow.c (compute_flow_dominators): Initially put all blocks on
8258 the worklist.
8259 * lcm.c (compute_antinout_edge, compute_available): Similarly.
8260 * gcse.c (compute_cprop_avinout): Remove.
8261 (compute_cprop_data): Use compute_available.
8262 (delete_null_pointer_checks_1): Use compute_available.
8263
8264 * basic-block.h (compute_available): Returns a void now.
8265 * gcse.c (one_classic_gcse_pass): Do not expect compute_available
8266 to return a value anymore.
8267 * lcm.c (compute_available, compute_antinout_edge): Revamp to use
8268 worklists. Fix boundary cases. Compute maximal solutions.
8269 (compute_laterin, compute_nearerout): Similarly.
8270
8271 * dwarf2out.c (add_AT_location_description): Allow
8272 (mem (plus (pseudo) (...)) too.
8273
8274 Wed Nov 10 10:52:42 1999 Tom Tromey <tromey@cygnus.com>
8275
8276 * gcc.c (do_spec_1): Support text between `%u' and `%O'.
8277
8278 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
8279 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8280
8281 * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
8282
8283 * gansidecl.h: Likewise.
8284
8285 * rtl.c: Likewise.
8286
8287 * rtl.h: Likewise.
8288
8289 * toplev.h: Likewise.
8290
8291 * tree.c: Likewise.
8292
8293 * tree.h: Likewise.
8294
8295 * varray.c: Likewise.
8296
8297 * varray.h: Likewise.
8298
8299 Wed Nov 10 10:57:22 1999 Clinton Popetz <cpopetz@cygnus.com>
8300
8301 * gcov.c (struct arcdata): Add hits and total, remove prob.
8302 (output_branch_counts): New.
8303 (process_args): Set output_branch_counts if -c.
8304 (calculate_branch_probs): Store hits and total instead of
8305 percentage.
8306 (output_data): Emit counts if output_branch_counts is true.
8307 * gcov.texi (Invoking Gcov): Document -c switch..
8308
8309 Wed Nov 10 01:10:41 1999 Philippe De Muyter <phdm@macqel.be>
8310
8311 * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
8312 `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
8313
8314 Wed Nov 10 00:51:41 1999 Hans-Peter Nilsson <hp@axis.se>
8315
8316 * invoke.texi (C Dialect Options): Add missing builtins from
8317 c-common.c to list.
8318 * extend.texi (Other Builtins): Copy to this list.
8319
8320 Wed Nov 10 04:58:09 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8321
8322 * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
8323 (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise. Remove
8324 redundant bitmap.h.
8325
8326 Wed Nov 10 00:02:53 1999 Jeffrey A Law (law@cygnus.com)
8327
8328 * flow.c (compute_flow_dominators): No longer treat basic block 0
8329 or (n_basic_blocks - 1) specially. Clear the AUX field before
8330 starting computation of doms/pdoms. Fix initial state for pdoms.
8331
8332 Wed Nov 10 03:58:08 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8333
8334 * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
8335 match rtl.o's: added ggc.h and toplev.h
8336 ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
8337 ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
8338 ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
8339
8340 Tue Nov 9 10:30:08 1999 Tom Tromey <tromey@cygnus.com>
8341
8342 * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
8343 from HAVE_DOS_BASED_FILESYSTEM.
8344 * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
8345 HAVE_DOS_BASED_FILESYSTEM.
8346 (main): Likewise.
8347 (split_directories): Only special-case DOS file names if
8348 HAVE_DOS_BASED_FILE_SYSTEM is defined. Use IS_DIR_SEPARATOR
8349 instead of explicit tests. Conditionalize on !VMS.
8350 (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
8351 tests. Conditionalize on !VMS.
8352 (process_command): Only use make_relative_prefix if !VMS.
8353 (free_split_directories): Conditionalize on !VMS.
8354 (DIR_UP): Conditionalize on !VMS.
8355
8356 Wed Jun 9 16:57:11 1999 Mumit Khan <khan@xraylith.wisc.edu>
8357
8358 * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
8359
8360 Fri Feb 5 14:22:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
8361
8362 * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
8363 case.
8364
8365 Mon Nov 8 14:16:57 1999 Michael Meissner <meissner@cygnus.com>
8366
8367 * invoke.texi (Environment Variables): Document relative path
8368 lookup.
8369 * gcc.c (DIR_UP): If not defined, define as "..".
8370 (standard_bindir_prefix): New static, holds target location to
8371 install binaries.
8372 (split_directories): New function to split a filename into
8373 component directories.
8374 (free_split_directories): New function, release memory allocated
8375 by split_directories.
8376 (make_relative_prefix): New function, make a relative pathname if
8377 the compiler is not in the expected location.
8378 (process_command): If GCC_EXEC_PREFIX was not specified, see if we
8379 can figure out an appropriate prefix from argv[0].
8380 * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
8381 STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX. Define
8382 STANDARD_BINDIR_PREFIX.
8383
8384 Wed Nov 10 11:47:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8385
8386 * config/c4x/c4x-protos.h: New file. Prototypes for functions defined
8387 in c4x.c.
8388 * config/c4x/c4x.h: Moved prototypes to c4x.h.
8389 * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
8390 c4x_secondary_memory_needed) Delete.
8391 (fp_zero_operand): Add mode argument.
8392
8393 Thu Nov 4 15:52:35 1999 Andrew Haley <aph@cygnus.com>
8394
8395 * reload1.c (reload_reg_free_for_value_p): Don't use a register
8396 that is in reload_reg_used.
8397
8398 Tue Nov 9 16:43:00 1999 Nick Clifton <nickc@cygnus.com>
8399
8400 * config/arm/arm-protos.h: New file: Prototypes for functions
8401 defined in arm.c and pe.c.
8402 * config/arm/arm.h: Fix compile time warnings.
8403 * config/arm/arm.c: Fix compile time warnings.
8404 * config/arm/pe.h: Fix compile time warnings.
8405 * config/arm/aout.h: Fix compile time warnings.
8406
8407 Tue Nov 9 14:55:44 1999 Nick Clifton <nickc@cygnus.com>
8408
8409 * config/m32r/m32r-protos.h: New file: Prototypes for functions
8410 defined in m32r.c
8411
8412 * config/m32r/m32r.h: Move prototypes to m32r-protos.h
8413 Add support for subtargets.
8414 Add prototypes for new predicates.
8415 Add scheduling macros.
8416
8417 * config/m32r/m32r.c: Fix compile time warnings.
8418 (int8_operand): New predicate function.
8419 (reg_or_cmp_int16_operand): New predicate function.
8420 (extend_operand): New predicate function.
8421 (m32r_adjust_code): New scheduling function.
8422 (m32r_adjust_priorty): New scheduling function.
8423 (m32r_sched_init): New scheduling function.
8424 (m32r_sched_reorder): New scheduling function.
8425 (m32r_sched_variable_issue): New scheduling function.
8426 (direct_return): New codegen function.
8427 (m32r_not_same_reg): New rtl testsing function.
8428
8429 * config/m32r/m32r.md: Fix compile time warnings.
8430 Add support for pre decrement and post increment memory
8431 references.
8432 Add S<cc> patterns.
8433 Add fabs patterns.
8434
8435 Mon Nov 8 22:20:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
8436
8437 * global.c (EXECUTE_IF_CONFLICT): Don't define.
8438 (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
8439 (find_reg): Likewise.
8440
8441 Mon Nov 8 13:16:46 1999 Jason Eckhardt <jle@cygnus.com>
8442
8443 * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
8444 to avoid assembler errors.
8445
8446 Mon Nov 8 15:38:41 1999 Nick Clifton <nickc@cygnus.com>
8447
8448 * config/v850/v850-protos.h: New file: Prototypes for functions
8449 defined in v850.c
8450 * config/v850/v850.h: Move prototypes to v850-protos.h
8451 * config/v850/v850.c: Move prototypes to v850-protos.h
8452 * config/v850/v850.md: Fix compile time warnings.
8453
8454 * config/fr30/fr30-protos.h: New file: Prototypes for functions
8455 defined in fr30.c
8456 * config/fr30/fr30.h: Move prototypes to fr30-protos.h
8457 * config/fr30/fr30.c: Fix compile time warnings.
8458 * config/fr30/fr30.md: Fix compile time warnings.
8459
8460 Mon Nov 8 07:25:37 1999 Mark Mitchell <mark@codesourcery.com>
8461
8462 * tree.h (get_containing_scope): Declare it.
8463 * tree.c (get_containing_scope): New fucntion.
8464 (decl_function_context): Use it.
8465 * toplev.c (rest_of_compilation): Use get_containing_scope.
8466
8467 aMon Nov 8 03:03:07 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8468
8469 * Makefile.in (rtl.o): Depend on toplev.h.
8470
8471 Sun Nov 7 20:55:14 1999 Mark Mitchell <mark@codesourcery.com>
8472
8473 * cse.c (delete_trivially_dead_insns): Replace alloca with
8474 xmalloc/xcalloc.
8475 * except.c (update_rethrow_references): Likewise.
8476 (init_eh_nesting_info): Likewise.
8477 * function.c (identify_blocks): Likewise.
8478 * gcse.c (dump_hash_table): Likewise.
8479 * graph.c (print_rtl_graph_with_bb): Likewise.
8480 * loop.c (combine_movables): Likewise.
8481 (move_movables): Likewise.
8482 (count_loop_regs_set): Likewise.
8483 (strength_reduce): Likewise.
8484 * profile.c (compute_branch_probabilities): New function, split
8485 out from ...
8486 (branch_prob): Here. Replace alloca with xmalloc/xcalloc.
8487 * regclass.c (regclass): Likewise.
8488 * regmove.c (regmove_optimize): Likewise.
8489 * toplev.c (compile_file): Likewise.
8490 (main): Don't mess with the stack rlimit.
8491
8492 Sun Nov 7 19:41:17 1999 Catherine Moore <clm@cygnus.com>
8493
8494 * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
8495 (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
8496
8497 Sun Nov 7 10:23:28 1999 Mark P. Mitchell <mark@codesourcery.com>
8498
8499 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
8500
8501 Sun Nov 7 02:58:48 1999 Jeffrey A Law (law@cygnus.com)
8502
8503 * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
8504 (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
8505 macro expansion.
8506
8507 Sat Nov 6 23:48:30 1999 Robert Lipe (robertlipe@usa.net)
8508
8509 * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
8510
8511 Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com)
8512
8513 * gcse.c (post_dominators): Kill.
8514 (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
8515 (compute_code_hoist_data): Use compute_flow_dominators. Do not
8516 pass in a pdom array since we do not need pdoms.
8517 * haifa-sched.c (schedule_insns): Similarly.
8518 * flow.c (compute_dominators): Remove dead function.
8519 (compute_flow_dominators): Do not compute doms or pdoms if the
8520 caller does not request them. Split up loop to build doms and
8521 pdoms. Use a worklist to compute doms and pdoms.
8522 * basic-block.h (compute_dominators): Remove prototype.
8523
8524 Sat Nov 6 11:38:39 1999 Richard Henderson <rth@cygnus.com>
8525
8526 * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
8527 (insn_luid, insn_priority, insn_costs, insn_units): Remove.
8528 (insn_reg_weight, insn_depend, insn_dep_count): Remove.
8529 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
8530 (cant_move, fed_by_spec_load, is_load_insn): Remove.
8531 (schedule_region): Remove unused variable.
8532 (schedule_insns): Allocate h_i_d, and not all the separate arrays.
8533
8534 Sat Nov 6 10:00:34 1999 Mark Mitchell <mark@codesourcery.com>
8535
8536 * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
8537 (update_equiv_regs): Likewise.
8538 (block_alloc): Likewise.
8539 * reg-stack.c (reg_to_stack): Likewise.
8540 (convert_regs_2): Likewise.
8541 * reload1.c (reload_as_needed): Likewise.
8542
8543 Sat Nov 6 09:57:59 1999 Mark Mitchell <mark@codesourcery.com>
8544
8545 * Makefile.in (dbxout.o): Depend on ggc.h.
8546 (dwarf2out.o): Likewise.
8547 (xcoffout.o): Likewise.
8548 * dbxout.c: Include ggc.h.
8549 (dbxout_init): Register lastfile as a root.
8550 * dwarf2out.c: Include ggc.h.
8551 (dwarf2out_line): Register lastfile as a root.
8552 * xcoffout.c: Include ggc.h.
8553 (xcoffout_source_line): Register xcoff_lastfile as a root.
8554
8555 Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com>
8556
8557 * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
8558
8559 Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com>
8560
8561 * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
8562 defined.
8563 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
8564
8565 Fri Nov 5 18:33:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
8566
8567 * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
8568 (EXECUTE_IF_CONFLICT): Likewise.
8569 (ALLOCNO_LIVE_P): Avoid signed division.
8570 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
8571 (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
8572 (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
8573
8574 Fri Nov 5 12:04:02 1999 Richard Henderson <rth@cygnus.com>
8575
8576 * haifa-sched.c (schedule_block): Don't crash if there's no
8577 next insn for an interblock movement.
8578 (add_branch_dependences): Don't allow clobber insns to move either.
8579
8580 Fri Nov 5 10:18:11 1999 Richard Henderson <rth@cygnus.com>
8581
8582 * i386.c (split_xf): New.
8583 * i386-protos.h: Declare it.
8584 * i386.md (movxf_1): Add general regs alternatives.
8585 (movxf_1+1): New splitter for same.
8586
8587 Fri Nov 5 12:05:52 1999 Nick Clifton <nickc@cygnus.com>
8588
8589 * function.c (purge_addressof_1): Add missing return values.
8590
8591 Fri Nov 5 10:07:25 1999 Nick Clifton <nickc@cygnus.com>
8592
8593 * function.c (is_addressof): New function. Returns true if
8594 the given piece of RTL is an ADDRESSOF.
8595 (purge_addressof_1): Make boolean. Return false if the
8596 ADDRESSOFs could not be purged.
8597 (purge_addressof): If ADDRESSOFs could not be purged from the
8598 notes attached to an insn, remove the offending note(s),
8599 unless they are attached to a libcall.
8600
8601 1999-11-05 Andreas Jaeger <aj@suse.de>
8602
8603 * genoutput.c (null_operand =): Initialize all fields.
8604
8605 * errors.h: Add extern to prototypes.
8606
8607 Fri Nov 5 01:44:09 1999 Jeffrey A Law (law@cygnus.com)
8608
8609 * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
8610 * configure: Rebuilt.
8611
8612 Fri Nov 5 01:24:37 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
8613
8614 * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
8615 (mirror_conflicts): New function.
8616 (global_alloc): Call it.
8617 (expand_preferences): Remove redundant CONFLICTP test.
8618 (find_reg, dump_conflicts): Likewise.
8619 (prune_preferences): Process conflicts one word at a time.
8620
8621 Fri Nov 5 01:05:21 1999 Richard Henderson <rth@cygnus.com>
8622
8623 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
8624 instead of an explicit loop.
8625
8626 Thu Nov 4 23:07:14 1999 Jim Wilson <wilson@cygnus.com>
8627
8628 * cse.c (cse_insn): Revert Oct 31 change. When computing src_elt,
8629 if REG_RETVAL check succeeds, then put classp in src_elt.
8630
8631 Thu Nov 4 23:48:14 1999 Jeffrey A Law (law@cygnus.com)
8632
8633 * function.c (pad_to_arg_alignment): Only update argument_pad
8634 if the argument's alignment is greater than STACK_BOUNDARY.
8635
8636 Thu Nov 4 16:44:53 1999 Richard Henderson <rth@cygnus.com>
8637
8638 * bitmap.h (BITMAP_XFREE): New.
8639 * flow.c (life_analysis): Use it.
8640 (life_analysis_1): Free blocks.
8641
8642 * combine.c (undo_commit): New.
8643 (try_combine): Use it. Don't zap undobuf.undos.
8644 (combine_instructions): Don't zap undobuf.undos; free the
8645 undobuf.frees list.
8646
8647 * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
8648
8649 * stmt.c (cost_table_): New.
8650 (estimate_case_costs): Use it instead of xmalloc.
8651
8652 * toplev.c (compile_file): Reuse dumpname memory instead
8653 of strdup'ing it.
8654
8655 Thu Nov 4 16:36:44 1999 Richard Henderson <rth@cygnus.com>
8656
8657 * reg-stack.c (convert_regs_1): Initialize target_stack->top
8658 after verifying an EH edge.
8659
8660 * haifa-sched.c (init_rgn_data_dependences): Correctly
8661 size bb_pending_lists_length when zeroing.
8662
8663 Thu Nov 4 16:36:36 1999 Richard Henderson <rth@cygnus.com>
8664
8665 * function.c (diddle_return_value): New.
8666 (expand_function_end): Use it.
8667 * stmt.c (expand_null_return): Likewise.
8668 (expand_value_return): Likewise.
8669
8670 * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
8671
8672 * reload1.c (reload): Don't remove return value clobbers.
8673
8674 Thu Nov 4 13:33:46 1999 Richard Henderson <rth@cygnus.com>
8675
8676 * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
8677
8678 Thu Nov 4 12:49:52 1999 Richard Henderson <rth@cygnus.com>
8679
8680 * cse.c (cse_main): Use xmalloc, not alloca.
8681 (cse_basic_block): Likewise.
8682 * local-alloc.c (local_alloc): Likewise.
8683
8684 Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>
8685 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8686
8687 * rtl.c: Include toplev.h.
8688 (fatal): Remove declaration.
8689
8690 Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
8691
8692 * haifa-sched.c (schedule_block): Fix thinko.
8693
8694 1999-11-03 James McKelvey <mckelvey@fafnir.com>
8695
8696 * fixinc/fixincl.c(create_file): Allow for systems that do not have
8697 S_IR* defined values
8698
8699 1999-11-03 Philippe De Muyter <phdm@macqel.be>
8700
8701 * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
8702 call `malloc' instead.
8703
8704 Wed Nov 3 23:05:14 1999 Mark Mitchell <mark@codesourcery.com>
8705
8706 * flags.h (flag_renumber_insns): Declare.
8707 * emit-rtl.c (renumber_insns): Check flag_renumber_insns. Print
8708 renumbering table.
8709 * rtl.h (renumber_insns): Change prototype.
8710 * toplev.c (flag_renumber_insns): Define.
8711 (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
8712
8713 Wed Nov 3 15:11:27 1999 David S. Miller <davem@redhat.com>
8714
8715 * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
8716 and fpsqrtd. Use them and create fdiv function unit to more
8717 accurately represent fpu sqrt pipeline semantics on UltraSparc.
8718 * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
8719
8720 Wed Nov 3 15:11:27 1999 Matteo Frigo <athena@fftw.org>
8721
8722 * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
8723 3 on UltraSparc.
8724 * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
8725 insn into ready list, do not use just a raw swap.
8726
8727 Wed Nov 3 14:51:59 1999 Mark P. Mitchell <mark@codesourcery.com>
8728
8729 * rtl.h (renumber_insns): New function.
8730 (remove_unnecessary_notes): Likewise.
8731 * emit-rtl.c (renumber_insns): Define.
8732 (remove_unncessary_notes): Likewise.
8733 * toplev.c (rest_of_compilation): Remove dead code.
8734 Use renumber_insns and remove_unncessary_notes.
8735
8736 * gcse.c (struct null_pointer_info): New type.
8737 (get_bitmap_width): New function.
8738 (current_block): Remove.
8739 (nonnull_local): Likewise.
8740 (nonnull_killed): Likewise.
8741 (invalidate_nonnull_info): Take a null_pointer_info as input.
8742 (delete_null_pointer_checks_1): New function.
8743 (delete_null_pointer_checks): Use it.
8744
8745 * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
8746 (split_edges): Likewise.
8747 (schedule_block): Likewise.
8748 (compute_block_backward_dependencies): Likewise.
8749 (schedule_region): Likewise.
8750 (schedule_insns): Likewise.
8751
8752 Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com>
8753
8754 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
8755 * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
8756 * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
8757 * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
8758 * jump.c (delete_unreferenced_labels): Don't delete if
8759 LABEL_ALTERNATE_NAME is set.
8760 * print-rtl.c (print_rtx): Dump alternate name.
8761 * rtl.def (CODE_LABEL): Change format to "iuuis00s".
8762 * rtl.h (LABEL_ALTERNATE_NAME): Define.
8763 * rtl.texi (LABEL_ALTERNATE_NAME): Document.
8764 * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
8765
8766 Wed Nov 3 15:39:19 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8767
8768 * fix-header.c (recognized_extern, recognized_function): Constify
8769 a char*.
8770
8771 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
8772 (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
8773 (compute_available): Remove unused variable `last'.
8774 (compute_nearerout): Remove unused variable `temp_bitmap'.
8775 (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
8776 Remove unused variable `x'.
8777
8778 * scan.h (recognized_function, recognized_extern): Constify a
8779 char*.
8780
8781 * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
8782
8783 Wed Nov 3 10:40:53 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8784
8785 * varasm.c (decode_rtx_const): Use XSTR to access the string
8786 of a SYMBOL_REF.
8787
8788 Wed Nov 3 10:10:58 1999 Richard Henderson <rth@cygnus.com>
8789
8790 * c-decl.c (duplicate_decls): Copy DECL_MODE too.
8791
8792 Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8793
8794 * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
8795
8796 Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
8797
8798 * pa.c (ireg_operand): New function.
8799 * pa.h (PREDICATE_CODES): Handle ireg_operand.
8800 * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
8801 Fix out of date comment.
8802
8803 * pa.md (negdi2): Turn into expander + anonymous pattern.
8804
8805 * reload.c (find_reloads): Fix typos in recent change.
8806
8807 * dwarf2out.c: Do not include ctype.h.
8808
8809 Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8810
8811 * regclass.c (record_reg_classes): Always use may_move_cost when
8812 seeing how operand fits with various register classes.
8813
8814 Tue Nov 2 15:38:17 1999 Richard Henderson <rth@cygnus.com>
8815
8816 * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
8817 * toplev.c: Revert Nov 1 13:22 change.
8818
8819 Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com>
8820
8821 * config/pa/pa.md (height reduction patterns): Add checks for
8822 overlapping operands to avoid semantic-destroying splits for
8823 height reduction patterns.
8824
8825 Tue Nov 2 15:27:31 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8826
8827 * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
8828 have been an hyphen, fixed.
8829 * configure: Rebuilt.
8830
8831 Tue Nov 2 17:04:36 1999 Nick Clifton <nickc@cygnus.com>
8832
8833 * config/arm/tpe.h: Add prototypes for exported functions.
8834 * config/arm/pe.c: Fix compile time warnings.
8835 * config/arm/semi.h: Fix compile time warnings.
8836 * config/arm/arm.c: Fix compile time warnings.
8837 * config/arm/arm.h: Fix compile time warnings.
8838 * config/arm/arm.md: Fix compile time warnings.
8839 * config/arm/thumb.c: Fix compile time warnings.
8840 * config/arm/thumb.h: Fix compile time warnings.
8841 * config/arm/thumb.md: Fix compile time warnings.
8842
8843 Tue Nov 2 04:10:24 1999 Jan Hubicka <hubicka@freesoft.cz>
8844
8845 * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
8846 detection code
8847
8848 * unroll.c (unroll_loop): Remove LOOP notes when loop is
8849 completely unrolled.
8850
8851 Tue Nov 2 16:57:22 1999 Bernd Schmidt <bernds@cygnus.co.uk>
8852
8853 * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
8854
8855 Tue Nov 2 09:43:00 1999 Catherine Moore <clm@cygnus.com>
8856
8857 * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
8858 * rtl.h (rtx_equal_p): Move prototype.
8859 * rtl.c (rtx_equal_function_value_matters): Move from
8860 rtlanal.c
8861 (rtx_equal_p): Likewise.
8862 * rtlanal.c (rtx_equal_function_value_matters): Delete.
8863 (rtx_equal_p): Likewise.
8864
8865 Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
8866
8867 * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
8868 ! HAS_INIT_SECTION.
8869
8870 Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
8871
8872 * gcc.1 (PA options): Remove obsolete -mshared-libs options.
8873
8874 * pa.h (ADDR_VEC_ALIGN): Define.
8875
8876 * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
8877 notes when presented with "if (foo) break; end_of_loop" and
8878 the break sequence gets moved out of the loop.
8879
8880 * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
8881 Remove explicit zero initializations of entries within MAP.
8882
8883 Mon Nov 1 18:09:14 1999 Richard Henderson <rth@cygnus.com>
8884
8885 * reg-stack.c (convert_regs_1): Handle EH edges specially.
8886
8887 Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com>
8888
8889 * bitmap.h (BITMAP_XMALLOC): New macro.
8890 * flow.c (CLEAN_ALLOCA): Remove.
8891 (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
8892 (life_analysis): Likewise.
8893 (update_life_info): Don't use CLEAN_ALLOCA.
8894 (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
8895 (calculate_global_regs_live): Likewise.
8896 (print_rtl_with_bb): Likewise.
8897 (verify_flow_info): Likewise.
8898 * global.c (global_alloc): Likewise.
8899 (global_conflicts): Likewise.
8900 * integrate.c (save_for_inline_nocopy): Likewise.
8901 (expand_inline_function): Likewise.
8902 * jump.c (jump_optimize_1): Likewise.
8903 (duplicate_loop_exit_test): Likewise.
8904 (thread_jumps): Likewise.
8905 * loop.c (loop_optimize): Likewise.
8906 (combine_givs): Likewise.
8907 (recombine_givs): Likewise.
8908 * reorg.c (dbr_schedule): Likewise.
8909 * unroll.c (unroll_loop): Likewise.
8910
8911 * combine.c (combine_instructions): Use xmalloc instead of alloca.
8912
8913 Mon Nov 1 13:22:30 1999 Richard Henderson <rth@cygnus.com>
8914
8915 * toplev.c (rest_of_compilation): Don't optimize the CFG
8916 when rebuilding, just before dbr.
8917
8918 Mon Nov 1 14:35:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8919
8920 * output.h (assemble_end_function, assemble_destructor,
8921 assemble_constructor, assemble_gc_entry, assemble_global,
8922 assemble_label, output_constant_pool) Constify a char*.
8923
8924 * varasm.c (assemble_destructor, assemble_constructor,
8925 assemble_gc_entry, assemble_end_function, assemble_global,
8926 assemble_label, output_constant_pool): Likewise.
8927
8928 Mon Nov 1 14:22:51 1999 Nick Clifton <nickc@cygnus.com>
8929
8930 * config/arm/thumb.c (thumb_expand_prologue): Add comments
8931 explaining what is goin on in this function.
8932
8933 Mon Nov 1 08:03:15 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8934
8935 * regclass.c (record_reg_classes): In matching case, recompute
8936 costs since the direction of movement is different.
8937
8938 Sun Oct 31 21:59:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8939
8940 * resource.c (mark_target_live_regs): For unconditional branches,
8941 the resources found at the branch target should be added to the
8942 resources found so far, not intersected.
8943
8944 Sun Oct 31 15:48:49 1999 Philippe De Muyter <phdm@macqel.be>
8945
8946 * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
8947 old cpp's.
8948 * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
8949 (sys/mman.h): Include this file only if #HAVE_MMAP.
8950 (run_compiles): Initialize `esac_fmt' with one old KR string, not
8951 with automatically concatenated ANSI strings.
8952
8953 Sun Oct 31 23:57:07 1999 Mark Mitchell <mark@codesourcery.com>
8954
8955 * ggc-page.c (struct page_entry): Remove save_num_free_objects.
8956 (DIV_ROUND_UP): Robustify.
8957 (ggc_recalculate_in_use_p): New function.
8958 (release_pages): Don't inline it.
8959 (ggc_alloc_obj): Don't refuse to allocate objects on pages for
8960 outer contexts.
8961 (ggc_pop_context): Use ggc_recalculate_in_use_p.
8962 (clear_marks): Always save in_use_p.
8963 (sweep_pages): Use ggc_recalculate_in_use_p.
8964 (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
8965 Release pages before counting statistics.
8966
8967 Sun Oct 31 23:42:37 1999 Mark Mitchell <mark@codesourcery.com>
8968
8969 * toplev.c (rest_of_compilation): Fix thinko in this change:
8970
8971 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
8972
8973 (rest_of_compilation): If inside an inlined external function,
8974 pretend we are just being declared.
8975
8976 Sun Oct 31 23:03:25 1999 Jeffrey A Law (law@cygnus.com)
8977
8978 * flow.c (calculate_global_regs_live): Fix thinko.
8979
8980 * integrate.c (expand_inline_function): Fix bugs in previous
8981 change from Oct 28, 1999.
8982
8983 Sun Oct 31 20:27:45 1999 Mark Mitchell <mark@codesourcery.com>
8984
8985 * stmt.c (expand_value_return): Fix typo in this change:
8986
8987 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8988 (expand_value_return): Correctly convert VAL when promoting function
8989 return; support RETURN_REG being a PARALLEL.
8990
8991 Sun Oct 31 20:25:42 1999 Mark P. Mitchell <mark@codesourcery.com>
8992
8993 * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
8994
8995 Sun Oct 31 20:42:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8996
8997 * hard-reg-set.h (reg_names): Constify a char*.
8998
8999 * regclass.c (reg_names): Likewise.
9000
9001 * regs.h (reg_names): Likewise
9002
9003 * a29k/a29k.c (reg_names): Delete declaration.
9004
9005 * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
9006
9007 * arc/arc.c (arc_save_restore, arc_output_function_prologue,
9008 arc_output_function_epilogue): Likewise.
9009
9010 * elxsi/elxsi.c (reg_names): Likewise.
9011
9012 * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
9013
9014 * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
9015 Likewise.
9016
9017 * m88k/m88k.c (output_function_profiler): Likewise.
9018
9019 * sparc/sparc.c (sparc_flat_output_function_prologue,
9020 sparc_flat_output_function_epilogue): Likewise.
9021
9022 Sun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof.com>
9023
9024 * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
9025 warning from -Wuninitialized and put it under -W.
9026 * function.c (uninitialized_vars_warning): Warn only when the
9027 corresponding flag is set.
9028
9029 Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com)
9030
9031 * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
9032 is nonzero and the single set does not have an elt, then assign
9033 it an elt.
9034
9035 * simplify-rtx.c: New file.
9036 * Makefile.in (OBJS): Add simplify-rtx.o
9037 (simplify-rtx.o): Add dependencies.
9038 * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
9039 * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
9040 (cse_gen_binary, simplify_unary_operation): Delete.
9041 (simplify_binary_operation, simplify_plus_minus): Likewise.
9042 (check_fold_consts, simplify_relation_operation): Likewise.
9043 (simplify_ternary_operation): Likewise.
9044 (delete_trivially_dead_insns): Simplify the contents of the
9045 REG_EQUAL note before trying to substitute it into the source
9046 of the reg-reg copy at the end of a libcall sequence.
9047
9048 * combine.c (combine_simplify_rtx): Renamed from simplify_rtx. All
9049 references/callers changed.
9050
9051 * mn10200.c (mn10200_va_arg): Force the return value into a
9052 register.
9053
9054 * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
9055
9056 * cccp.c (macroexpand): Avoid out of range accesses for omitted
9057 arguments.
9058
9059 Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
9060
9061 * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
9062
9063 Sat Oct 30 22:19:26 1999 Jeffrey A Law (law@cygnus.com)
9064
9065 * fold-const.c (fold): Fix thinko when optimizing comparisons
9066 against -0.0.
9067
9068 Sat Oct 30 21:32:17 1999 David Starner <dstarner98@aasaa.ofe.org>
9069
9070 * gcc.texi (Passes): Update front-end files to their current
9071 location.
9072
9073 Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com>
9074
9075 * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
9076 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
9077 (PREDICATE_CODES): Add addition_operation.
9078 * alpha-protos.h (addition_operation): Declare.
9079 (secondary_reload_class): Likewise.
9080 * alpha.c (addition_operation): New.
9081 (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
9082 * alpha.md (adddi3): Turn into expander.
9083 (*lda, *adddi_2): New.
9084 (movsf, movdf patterns): Don't preference integer regs.
9085 (movsi, movdi patterns): Don't preference fp regs.
9086
9087 Sat Oct 30 14:38:22 1999 Richard Henderson <rth@cygnus.com>
9088
9089 * genrecog.c (write_switch): Check for duplicate CODE cases.
9090
9091 Sat Oct 30 14:31:48 1999 Richard Henderson <rth@cygnus.com>
9092
9093 * ggc-common.c: Update pre-function commentary.
9094 * ggc-page.c: Likewise.
9095 (poison): Remove.
9096 (poison_pages): Use memset directly.
9097 (ggc_alloc_obj): Likewise. Use a different pattern than poison_pages.
9098 (ggc_collect): Poison before sweeping.
9099 * ggc-simple.c: Update pre-function commentary.
9100 (ggc_alloc_obj): Poison non-zeroed memory.
9101
9102 Sat Oct 30 14:28:52 1999 Mark Mitchell <mark@codesourcery.com>
9103
9104 * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
9105 match format string, even on 64-bit hosts.
9106 * gcc-page.c (ggc_page_print_statistics): Likewise.
9107
9108 Sat Oct 30 14:38:04 1999 Catherine Moore <clm@cygnus.com>
9109
9110 * config/i386/i386.c (ix86_cpu): Revert last patch.
9111 * config/i386/i386.h (ix86_cpu): Ditto.
9112
9113 Fri Oct 29 17:00:42 1999 Jim Wilson <wilson@cygnus.com>
9114
9115 * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
9116 TYPE_SIZE, convert type of result to sizetype.
9117
9118 Fri Oct 29 14:34:17 1999 Richard Henderson <rth@cygnus.com>
9119
9120 * flow.c (count_or_remove_death_notes): Equate NULL with the
9121 universal set.
9122
9123 * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
9124 * toplev.c (rest_of_compilation): Rebuild CFG immediately before
9125 dbr_schedule.
9126
9127 * i386.c (pic_label_no): Delete.
9128 (ix86_attr_length_default): Don't use single_set to peek
9129 inside a parallel.
9130
9131 * recog.c (peephole2_optimize): Allow recog_next_insn to index
9132 the first insn after bb->end.
9133 * i386.md (push mem peeps): Scratch is live after evaluation
9134 of the memory.
9135 (cmp mem peep): Similarly.
9136
9137 Fri Oct 29 11:50:11 1999 Catherine Moore <clm@cygnus.com>
9138
9139 * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
9140 * function.c (pad_to_arg_alignment): Add missing braces.
9141
9142 Fri Oct 29 13:53:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9143
9144 * alpha/alpha-protos.h (literal_section): Add prototype.
9145 (alpha_need_linkage, alpha_start_function,alpha_end_function):
9146 Constify a char*.
9147
9148 * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
9149 prototype.
9150 (alpha_start_function, alpha_end_function, float_strings,
9151 alpha_need_linkage): Constify a char*
9152
9153 * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
9154
9155 * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
9156
9157 * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
9158
9159 * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
9160
9161 Fri Oct 29 13:49:39 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9162
9163 * flow.c (debug_flow_info): Add prototype.
9164
9165 * gcc.c (main): Likewise.
9166
9167 * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
9168 Likewise.
9169
9170 * reload1.c (failed_reload, set_reload_reg): Likewise.
9171
9172 * mips-tfile.c (main): Likewise.
9173 (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
9174 with ATTRIBUTE_NORETURN.
9175
9176 Fri Oct 29 18:16:03 1999 Andrew Haley <aph@cygnus.com>
9177
9178 * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
9179 DECL is not a memory ref.
9180
9181 Fri Oct 29 09:05:34 1999 Catherine Moore <clm@cygnus.com>
9182
9183 * config/i386/i386.h (ix86_cpu): Remove extern attribute.
9184 * config/i386/i386.c (ix86_cpu): Add extern attribute.
9185
9186 Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com>
9187
9188 * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
9189 * config/mips/elf64.h: ditto.
9190
9191 Fri Oct 29 08:03:57 1999 Catherine Moore <clm@cygnus.com>
9192
9193 * expr.c (emit_push_insn): New argument alignment_pad.
9194 Update all callers. Adjust stack pointer based on alignment pad.
9195 * function.c (pad_to_arg_alignment): New argument alignment_pad.
9196 Update all callers. Track alignment_pad if boundary > PARM_BOUNDARY.
9197 (locate_and_pad_parm): New argument alignment_pad. Update all
9198 callers.
9199 * expr.h (emit_push_insn): Update prototype.
9200 (locate_and_pad_parm): Update prototype.
9201 * calls.c (arg_data): Add new field alignment_pad.
9202 (initialize_argument_information): Initialize alignment_pad.
9203
9204 Fri Oct 29 02:51:35 1999 Mark Mitchell <mark@codesourcery.com>
9205
9206 * except.c (free_eh_nesting_info): Free the info itself.
9207 * function.c (free_after_compilation): Don't free NULL.
9208 * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
9209 (pre_edge_insert): Free inserted.
9210 * stmt.c (free_stmt_status): Don't free NULL.
9211
9212 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
9213
9214 * gcov.c (DIR_SEPARATOR): Provide default.
9215 (output_data): Add test for MS-DOS format absolute filename.
9216 (fancy_abort): Correct program name.
9217 (open_files): Open all files in binary mode.
9218 * libgcc2.c (__bb_exit_func): Likewise.
9219
9220 * profile.c (init_branch_prob): Specify binary when opening files.
9221
9222 * flags.h (flag_unwind_tables): New decl.
9223 * toplev.c (flag_unwind_table): New definition.
9224 (f_options): Add -funwind-tables.
9225 (decode_g_option): Clarify warning when unknown -g option is given.
9226 (rest_of_compilation): If inside an inlined external function,
9227 pretend we are just being declared.
9228
9229 * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
9230 (dwarf2out_frame_finish): Likewise.
9231
9232 Fri Oct 29 07:44:26 1999 Vasco Pedro <vp@di.fct.unl.pt>
9233
9234 * fold-const.c (merge_ranges): If not in0, but in1, handle
9235 upper bounds equal like subset case.
9236
9237 Thu Oct 28 19:22:24 1999 Douglas Rupp <rupp@gnat.com>
9238
9239 * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
9240 passed in a register but moved to the stack.
9241
9242 Thu Oct 28 19:12:57 1999 Sam Tardieu <tardieu@act-europe.fr>
9243
9244 * gcc.c (pass_exit_codes, greatest_status): New variables.
9245 (struct option_map): Add entry for "--pass-exit-codes".
9246 (execute): Update greatest_status if error.
9247 (display_help): Add documentation for -pass-exit-codes.
9248 (process_command): Handle -pass-exit-codes.
9249 (main): Look at pass_exit_codes and greatest_status on call to exit.
9250
9251 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9252
9253 * reload.c (find_reloads): Refine test for no input reload
9254 case to not includes reloads emitted after insn.
9255
9256 * function.c (find_temp_slots_from_address): Handle sum involving
9257 a register that points to a temp slot.
9258 (update_temp_slot_address): Make recursive call if both old and
9259 new are PLUS with a common operand.
9260 * calls.c (expand_call): Mark temp slot for result as having
9261 address taken.
9262
9263 * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
9264
9265 * gcc.c (process_command): Add standard_exec_prefix with "GCC"
9266 component as well as "BINUTILS".
9267
9268 * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
9269 * integrate.c (copy_rtx_and_substitute): Likewise.
9270 (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
9271 All callers changed.
9272 * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
9273
9274 * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
9275 gdb extensions, write size of type; also be more consistent
9276 in using references when this is a subtype.
9277
9278 * pa.md (extv, extzv, insv): Use define_expand to reject constant
9279 that is out of range.
9280
9281 * loop.c (unknown_constant_address_altered): New variable.
9282 (prescan_loop): Initialize it.
9283 (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
9284 (invariant_p, case MEM): Remove handling for volatile and readonly;
9285 check new variable if readonly.
9286 (check_dbra_loop): Chdeck unknown_constant_address_altered.
9287
9288 * cse.c (canon_hash, case MEM): Do not record if BLKmode.
9289 (addr_affects_sp_p): Removed from note_mem_written and only
9290 define #ifdef AUTO_INC_DEC.
9291
9292 * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
9293
9294 * regclass.c (record_reg_classes): Properly handle register move
9295 directions.
9296
9297 * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
9298 Don't think valid if both operands are invalid.
9299 (struct constant_descriptor): New field RTL.
9300 (mark_const_hash_entry): Mark it.
9301 (record_constant{,_rtx}): Initialize it.
9302 (output_constant_def): Allocate RTL in permanent obstack and
9303 save in table.
9304 ({record,compare}_constant_1): Modes must match for
9305 CONSTRUCTOR of ARRAY_TYPE.
9306
9307 * c-common.h (initializer_constant_valid_p): Delete decl from here.
9308 * output.h (initializer_constant_valid_p): Move decl to here.
9309 * c-common.c (initializer_constant_valid_p): Delete function from here.
9310 * varasm.c (initializer_constant_valid_p): Move function to here.
9311
9312 * tree.h (STRIP_SIGN_NOPS): New macro.
9313 * fold-const.c (optimize_minmax_comparison): New function.
9314 (invert_truthvalue, case WITH_RECORD_EXPR): New case.
9315 (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
9316 (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
9317 cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
9318 widening conversions.
9319 (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
9320 to look at size of mode, not precision of type; also add missing cases.
9321 (optimize_bit_field_compare, decode_field_reference): Don't try to
9322 optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
9323
9324 * dwarf2out.c (ctype.h): Include.
9325 (dwarf2out_set_demangle_name_func): New function.
9326 (size_of_line_info): Deleted.
9327 (output_line_info): Compute size of line info table from difference
9328 of labels.
9329 (base_type_die, add_name_attribute): Call demangle function, if any.
9330 (field_byte_offset): Use bits per word for variable length fields.
9331 (gen_array_type_die): Add array name.
9332 (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
9333 (dwarf2out_add_library_unit_info): New function.
9334
9335 * explow.c (set_stack_check_libfunc): New function.
9336 (stack_check_libfunc): New static variable.
9337 (probe_stack_range): Allow front-end to set up a libfunc to call.
9338
9339 * combine.c (simplify_comparison): When making comparison in wider
9340 mode, check for having commuted an AND and a SUBREG.
9341 (contains_muldiv): New function.
9342 (try_combine): Call it when dividing a PARALLEL.
9343 (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
9344 (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
9345 a PLUS.
9346 (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
9347 use one of the CLOBBERs instead.
9348 (if_then_else_cond): If comparing against zero, just return thing
9349 being compared.
9350
9351 * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
9352 Don't generate shifts and subtract if have conditional arithmetic.
9353
9354 * rtl.h (delete_barrier): New declaration.
9355 * jump.c (jump_optimize): Set up to handle conditional call.
9356 In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
9357 (delete_barrier): New function.
9358
9359 * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
9360
9361 * recog.c (nonmemory_operand): Accept ADDRESSOF.
9362
9363 * tree.c (build_type_attribute_variant): Push to obstack of
9364 ttype around type_hash_canon call.
9365
9366 * expr.c (placeholder_list): Move decl to file scope.
9367 (expand_expr): Don't force access to volatile just because its
9368 address is taken.
9369 If ignoring reference operations, just expand the operands.
9370 (expand_expr, case COMPONENT_REF): Propagate
9371 EXPAND_CONST_ADDRESS to recursive call when expanding inner.
9372 Refine test for using bitfield operations vs pointer punning.
9373 (expand_expr, case CONVERT_EXPR): If converting to
9374 BLKmode UNION_TYPE from BLKmode, just return inner object.
9375 Use proper mode in store_field call.
9376 Properly set sizes of object to store and total size in store_field
9377 call for convert to union.
9378 (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
9379 memory (like for ADDR_EXPR). Also, don't put constant in register if
9380 we'll want it in memory.
9381 (readonly_fields_p): New function.
9382 (expand_expr, case INDIRECT_REF): Call it if LHS.
9383 (expand_assignment): Handle a RESULT_DECL where
9384 DECL_RTL is a PARALLEL.
9385 (do_jump, case WITH_RECORD_EXPR): New case.
9386 (get_inner_reference): Always go inside a CONVERT_EXPR
9387 and NOP_EXPR if both modes are the same.
9388 (store_field): Use bitfield operations if size of bitsize is not same
9389 as size of RHS's type.
9390 Check for bitpos not a multiple of alignment in BLKmode case.
9391 Do block move in largest possible alignment.
9392 (store_constructor): Set BITSIZE to -1 for variable size and properly
9393 in case of array of BLKmode.
9394 (expand_expr_unaligned): New function.
9395 (do_compare_and_jump): Call it.
9396
9397 * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
9398 * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
9399 does not include 'o'.
9400
9401 * function.c (instantiate_virtual_regs_1, case SET): Handle case where
9402 both SET_DEST and SET_SRC reference a virtual register.
9403 (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
9404
9405 * integrate.c (expand_inline_function): Handle case of setting
9406 virtual stack vars register (from built in setjmp); when parameter
9407 lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
9408 (subst_constant): Add new parm, MEMONLY.
9409 (expand_inline_function, integrate_parm_decls): Pass new parm.
9410 (integrate_decl_tree): Likewise.
9411 (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
9412 (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
9413 (copy_rtx_and_substitute, case SET): Add explicit calls to
9414 copy_rtx_and_substitute for both sides.
9415
9416 * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
9417 constraints.
9418 (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
9419 within INDEX_TYPE, instead of before.
9420 (fixup_gotos): Use f->target_rtl, not the next insn,
9421 since latter may be from a later fixup.
9422 (expand_value_return): Correctly convert VAL when promoting function
9423 return; support RETURN_REG being a PARALLEL.
9424 (expand_return): When checking for result in regs and having
9425 cleanup, consider PARALLEL in DECL_RTL as being in regs.
9426
9427 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com>
9428
9429 * cpplib.h (struct cpp_buffer: fname, nominal_fname,
9430 last_nominal_fname): Mark const.
9431 (struct include_hash: name, nshort, control_macro): Mark
9432 const.
9433 (struct macrodef: symnam): Mark const.
9434 (struct if_stack: fname): Mark const.
9435 (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
9436 (IStable): New character-syntax array which encompasses all
9437 the old is_foo arrays.
9438 (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
9439 is_space): New macros for interrogating IStable.
9440 (check_macro_name): Kill last argument. All callers changed.
9441
9442 * cppinit.c (initialize_char_syntax): Delete.
9443 (is_idchar, is_idstart, is_hor_space, is_space,
9444 trigraph_table): Delete.
9445 (IStable): New. Initialize with clever macros to avoid
9446 information duplication.
9447 (builtin_array): Table of builtins to get rid of explicit list
9448 in initialize_builtins.
9449 (initialize_builtins): Use builtins_array.
9450 (cpp_start_read): Call init_IStable, and set IStable['$'] if
9451 opts->dollars_in_ident.
9452
9453 * cppexp.c: Change all refs to is_xyz[] arrays to use new
9454 is_xyz() macros.
9455 (cpp_parse_expr): Avoid 'format string is not constant'
9456 warning. Use ISGRAPH to identify printable chars.
9457 * cppfiles.c: Change all refs to is_xyz[] arrays to use new
9458 is_xyz() macros.
9459 (read_and_prescan): Map trigraphs to chars with open-coded
9460 if-else-if-... sequence, not a lookup table.
9461 * cpphash.c: Change all refs to is_xyz[] arrays to use new
9462 is_xyz() macros.
9463 * cpplib.c: Change all refs to is_xyz[] arrays to use new
9464 is_xyz() macros. Kill SKIP_ALL_WHITE_SPACE (unused).
9465 (check_macro_name): Remove ability to report an invalid
9466 assertion name, which is never used.
9467 (do_line): Constify a couple of char *'s.
9468 * cppmain.c (main): Call cpp_cleanup before returning.
9469
9470 Thu Oct 28 21:16:35 1999 Mark Mitchell <mark@codesourcery.com>
9471
9472 * ggc.h (struct ggc_statistics): New type.
9473 (ggc_get_size): New function.
9474 (ggc_print_statistics): Likewise.
9475 * ggc-common.c (ggc_stats): New variable.
9476 (ggc_mark_rtx_children): Keep statistics.
9477 (ggc_mark_tree_children): Likewise.
9478 (ggc_print_statistics): New function.
9479 * ggc-page.c (struct globals): Add bytes_mapped field.
9480 (alloc_anon): Update it.
9481 (release_pages): Likewise.
9482 (ggc_get_size): New function.
9483 (ggc_page_print_statistics): New function.
9484 * ggc-simple.c (ggc_get_size): New function.
9485
9486 Fri Oct 29 06:32:44 1999 Geoffrey Keating <geoffk@cygnus.com>
9487
9488 * flow.c (propagate_block): When the last reference to a label
9489 before an ADDR_VEC is deleted because the reference is a dead
9490 store, delete the ADDR_VEC.
9491
9492 Thu Oct 28 12:28:50 1999 Richard Henderson <rth@cygnus.com>
9493
9494 * resource.c (find_free_register): Don't use the frame pointer
9495 if frame_pointer_needed.
9496
9497 Thu Oct 28 10:02:00 1999 Jim Wilson <wilson@cygnus.com>
9498
9499 * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
9500 (function_arg_pass_by_reference): Check for a NULL pointer in cum.
9501
9502 * config/i960/i960.c (i960_va_start): New locals base, num.
9503 Use INDIRECT_REF instead of ARRAY_REF on valist.
9504 (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
9505
9506 Thu Oct 28 09:45:48 1999 Mark Mitchell <mark@codesourcery.com>
9507
9508 * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
9509
9510 Thu Oct 28 03:37:50 1999 Peter Gerwinski <peter@gerwinski.de>
9511
9512 * tree.def (PLACEHOLDER_EXPR): Update comments.
9513
9514 Thu Oct 28 06:47:32 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9515
9516 * c-common.c (check_format_info): Avoid non-literal format string
9517 warnings when `first_arg_num' is zero.
9518
9519 Thu Oct 28 12:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
9520
9521 * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
9522
9523 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
9524
9525 * arm.md (casesi_insn): Add a clobber of the condition code
9526 register.
9527
9528 Mon Oct 18 21:16:06 1999 Fred Fish <fnf@be.com>
9529
9530 * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
9531 used by both cc1 and cc1plus.
9532
9533 Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com>
9534
9535 * config/arm/arm.c: Initialise arm_structure_size_boundary to
9536 DEFAULT_STRUCTURE_SIZE_BOUNDARY.
9537 * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
9538 to the value 32 if it has not already been defined.
9539 * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
9540 Override definition in arm.h with a value of 8.
9541
9542 Thu Oct 28 03:12:02 1999 David Starner <dstarner98@aasaa.ofe.org>
9543
9544 * c-pragma.c (push_alignment): Don't check the return value
9545 of xmalloc.
9546
9547 Thu Oct 28 03:08:38 1999 Matteo Frigo <athena@fftw.org>
9548
9549 * sparc.h (ADJUST_COST): Fix thinko.
9550
9551 Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
9552
9553 * cccp.c (rescan): Fixed obp pointer handling around call to
9554 check_expand subroutine.
9555
9556 Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
9557
9558 * gcse.c (delete_null_pointer_checks): Only record non-null info
9559 for pseudos when examining stores.
9560
9561 * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
9562 splitters for these patterns. Use "#" for output templates.
9563 (addsi3_carryin_shift): New pattern.
9564
9565 Thu Oct 28 10:20:02 1999 Geoffrey Keating <geoffk@cygnus.com>
9566
9567 * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
9568 of the function return register into a plain REG until
9569 after function inlining is done.
9570
9571 Wed Oct 27 15:21:46 1999 Richard Henderson <rth@cygnus.com>
9572
9573 * jump.c (jump_optimize_1): If we did cross-jumping, and
9574 the data will matter, rebuild the CFG.
9575 * reg-stack.c (reg_to_stack): Only (re)build the CFG if
9576 not optimizing. Don't run shorten_branches.
9577 * toplev.c (rest_of_compilation): Run shorten_branches after
9578 reg_to_stack.
9579
9580 Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com>
9581
9582 * rtl.h (note_stores): Add additional paramter.
9583 * rtlanal.c (reg_set_p_1): Take additional paramter.
9584 (reg_set_last_1): Likewise.
9585 (reg_set_p): Adjust call to note_stores.
9586 (reg_set_last): Likewise.
9587 (note_stores): Pass data parameter to worker function.
9588 * alias.c (record_set): Take additional parameter.
9589 (init_alias_analysis): Pass it.
9590 * caller-save.c (mark_set_regs): Take additional parameter.
9591 (save_call_clobbered_regs): Pass NULL to note_stores.
9592 * combine.c (set_nonzero_bits_and_sign_copies): Take additional
9593 parameter.
9594 (record_dead_and_set_regs_1): Likewise.
9595 (reg_dead_at_p_1): Likewise.
9596 (combine_instructions): Adjust calls to note_stores.
9597 (try_combine): Likewise.
9598 (record_dead_insn): Remove.
9599 (record_dead_and_set_regs): Adjust calls to note_stores.
9600 (reg_dead_at_p): Likewise.
9601 * cse.c (invalidate_skipped_set): Take additional parameter.
9602 (cse_check_loop_start): Likewise.
9603 (cse_check_loop_start_value): Remove.
9604 (cse_set_around_loop): Adjust calls to note_stores.
9605 * flow.c (notice_stack_pointer_modification): Take additional
9606 parameter. Remove duplicate declaration.
9607 (record_volatile_insns): Adjust calls to note_stores.
9608 * gcse.c (record_set_info): Take additional parameter.
9609 (record_last_set_info): Likewise.
9610 (invalidate_nonnull_info): Likewise.
9611 (record_set_insn): Remove.
9612 (compute_sets): Adjust calls to note_stores.
9613 (last_set_insn): Remove.
9614 (compute_hash_table): Adjust calls to note_stores.
9615 (insert_insn_end_bb): Likewise.
9616 (delete_null_pointer_checks): Likewise.
9617 * global.c (mark_reg_store): Take additional parameter.
9618 (mark_reg_clobber): Likewise.
9619 (reg_becomes_live): Likewise.
9620 (global_conflicts): Adjust calls to note_stores.
9621 (build_insn_chain): Likewise.
9622 * integrate.c (note_modified_parmregs): Take additional parameter.
9623 (mark_stores): Likewise. Make it static.
9624 (save_for_inline_nocopy): Adjust calls to note_stores.
9625 (try_constants): Likewise.
9626 * integrate.h (mark_stores): Remove declaration.
9627 * jump.c (mark_modified_reg): Take additional parameter.
9628 (thread_jumps): Adjust calls to note_stores.
9629 * local-alloc.c (validate_equiv_mem_from_store): Take additional
9630 parameter.
9631 (no_equiv): Likewise.
9632 (reg_is_set): Likewise.
9633 (validate_equiv_mem): Adjust calls to note_stores.
9634 (update_equiv_regs): Likewise.
9635 (block_alloc): Likewise.
9636 * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
9637 (note_addr_stored): Take additional parameter.
9638 (note_set_pseudo_multiple_uses): Likewise.
9639 (record_initial): Likewise.
9640 (prescan_loop): Adjust calls to note_stores.
9641 (strength_reduce): Likewise.
9642 (check_dbra_loop): Likewise.
9643 * regmove.c (flags_set_1): Take additional paramter.
9644 (mark_flags_life_zones): Adjust calls to note_stores.
9645 * reload1.c (mark_not_eliminable): Take additional parameter.
9646 (forget_old_reloads_1): Likewise.
9647 (reload_cse_invalidate_rtx): Likewise.
9648 (reload_cse_check_clobber): Likewise.
9649 (reload_combine_note_store): Likewise.
9650 (move2add_note_store): Likewise.
9651 (reload): Adjust calls to note_stores.
9652 (reload_as_needed): Likewise.
9653 (emit_reload_insns): Likewise.
9654 (reload_cse_regs_1): Likewise.
9655 (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
9656 (reload_combine): Adjust calls to note_stores.
9657 * resource.c (update_live_status): Take additional paramter.
9658 (mark_target_live_regs): Adjust calls to note_stores.
9659 * stupid.c (find_clobbered_regs): Take additional parameter.
9660 (stupid_life_analysis): Adjust calls to note_stores.
9661
9662 Wed Oct 27 19:26:12 1999 Nick Clifton <nickc@cygnus.com>
9663
9664 * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
9665 definition.
9666
9667 * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
9668 definition.
9669
9670 * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
9671 of the variable arm_structure_size_boundary.
9672
9673 Wed Oct 27 02:05:58 1999 Mark P. Mitchell <mark@codesourcery.com>
9674
9675 * alias.c (init_alias_analysis): Allocate reg_known_value and
9676 reg_known_equiv_p on the heap. Likewise for new_reg_base_value
9677 and reg_seen.
9678 (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
9679 * cse.c (cse_main): Call end_alias_analysis.
9680 * haifa-sched.c (schedule_insns): Likewise.
9681 * local-alloc. (update_equiv_regs): Likewise.
9682 * reload1.c (reload_cse_regs): Likewise.
9683
9684 Wed Oct 27 01:49:17 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9685
9686 * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
9687 * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
9688 mapping from MASK_FPU.
9689
9690 Wed Oct 27 01:42:26 1999 Scott Christley <scottc@net-community.com>
9691
9692 * sparc.md (call): Don't bound structure return size to 0xfff.
9693
9694 Wed Oct 27 00:56:59 1999 Richard Henderson <rth@cygnus.com>
9695
9696 * resource.c (mark_target_live_regs): Check that the target
9697 insn wasn't created after compute_bb_for_insn.
9698
9699 Tue Oct 26 23:15:03 1999 Mark Mitchell <mark@codesourcery.com>
9700
9701 * ggc-page.c (poison_pages): Don't be overzealous.
9702
9703 Tue Oct 26 23:29:18 1999 Jeffrey A Law (law@cygnus.com)
9704
9705 * alias.c: Update comments for ADDRESS.
9706 (nonlocal_reference_p): Look inside the ADDRESS to determine if
9707 it is a local memory reference.
9708
9709 * c-typeck.c (build_function_call): Check that the built-in
9710 function is of class BUILT_IN_NORMAL before trying to recongize
9711 it as BUILT_IN_ABS.
9712 * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
9713 * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
9714
9715 Wed Oct 27 00:14:13 1999 Robert Lipe <robertlipe@usa.net>
9716
9717 * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
9718 of alloca.
9719 (pre_gcse): Likewise.
9720 (hoist_expr_reaches_here_p): Likewise.
9721 (hoist_code): Likewise.
9722 (pre_expr_reaches_here_p): Replace alloca with xcalloc. Move core
9723 code to ...
9724 (pre_expr_reaches_here_p_work): ... here.
9725 (expr_reaches_here_p): Replace alloca with xcalloc. Move core
9726 code to ...
9727 (expr_reaches_here_p_work): ... here.
9728
9729 Tue Oct 26 20:42:45 1999 Richard Henderson <rth@cygnus.com>
9730
9731 * resource.c (find_basic_block): Delete.
9732 (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
9733 (init_resource_info): Call compute_bb_for_insn.
9734
9735 Tue Oct 26 20:21:02 1999 Richard Henderson <rth@cygnus.com>
9736
9737 * flow.c (merge_blocks_move_predecessor_nojumps): Cope
9738 with already adjacent blocks, but no fallthru.
9739 (merge_blocks_move_successor_nojumps): Simplify.
9740 (debug_flow_info): New.
9741
9742 * toplev.c (rest_of_compilation): Open jump1 dump file before
9743 jump and close after, as opposed to just using dump_rtl.
9744
9745 Wed Oct 27 03:09:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
9746
9747 * reload.h (earlyclobber_operand_p): Declare.
9748 * reload.c (earlyclobber_operand_p): Don't declare. No longer static.
9749 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
9750 an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
9751 case where the RELOAD_OTHER reload is new. Use earlyclobber_operand_p.
9752
9753 Tue Oct 26 18:23:38 1999 Jan Hubicka <hubicka@freesoft.cz>
9754 Richard Henderson <rth@cygnus.com>
9755
9756 * emit-rtl.c (emit_block_insn_before): New.
9757 (emit_block_insn_after): New.
9758 * basic-block.h: Declare them.
9759
9760 * bitmap.h: Protect from multiple inclusion.
9761
9762 * recog.c (scratch_operand): Handle VOIDmode correctly.
9763
9764 * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
9765
9766 * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
9767 * function.c (assign_parms): Likewise.
9768 * global.c (global_conflicts): Clarify STACK_REGS commentary.
9769
9770 * reg-stack.c (max_uid): Remove.
9771 (blocks, block_begin, block_end, block_drops_in): Remove.
9772 (block_stack_in, block_out_reg_set, block_number): Remove.
9773 (struct block_info_def, BLOCK_INFO): New.
9774 (enum emit_where): New.
9775 (current_block): New.
9776 (BLOCK_NUM): Remove.
9777 (mark_regs_pat, record_label_references): Remove.
9778 (record_reg_life_pat, record_reg_life, find_blocks): Remove.
9779 (nan): New.
9780 (goto_block_pat, print_blocks, dump_stack_info): Remove.
9781 (reg_to_stack): Simplified test for existance of fp code. Use
9782 flow.c code. Call shorten_branches after cross-jump opt.
9783 (check_asm_stack_operands): Renamed from record_asm_reg_life.
9784 Return false if the asm doesn't use stack regs. Don't do life
9785 analysis on the asm.
9786 (emit_pop_insn): Replace function pointer arg `when' with
9787 enum `where'. Update all callers.
9788 (change_stack): Likewise. Update basic block end.
9789 (emit_swap_insn): Use current_block->head to limit reverse search
9790 for start of block. Use emit_block_insn_after.
9791 (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
9792 (subst_asm_stack_regs): Use check_asm_stack_operands. Use direct
9793 structure assignment instead of bcopy.
9794 (print_stack): New.
9795 (convert_regs_entry, convert_regs_exit): New.
9796 (convert_regs_1, convert_regs_2): Split out from convert_regs.
9797 Work on basic blocks and the CFG.
9798 (convert_regs): Use them.
9799
9800 * i386.c (output_fix_trunc): Remove code for DImode input operand
9801 not at top-of-stack.
9802 * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
9803 appropriate mode.
9804 (fix_truncdi_1): Allow any mode scratch.
9805
9806 Tue Oct 26 13:30:35 1999 Richard Henderson <rth@cygnus.com>
9807
9808 * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
9809 * linux.h, netbsd.h, vms.h: Not here.
9810
9811 1999-10-26 Gavin Romig-Koch <gavin@cygnus.com>
9812
9813 * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
9814 ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
9815 (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
9816 CONDITIONAL_REGISTER_USEAGE): Use them.
9817 * config/mips/mips.c (mips_move_1word,mips_move_2words,
9818 gen_conditional_branch,override_options) : Use them.
9819 * config/mips/mips.md : Use them.
9820
9821 Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
9822
9823 * i386.md (zero_extendqihi2): Use SImode register name with andl.
9824
9825 Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
9826
9827 * integrate.c (function_cannot_inline_p): Don't allow inlining
9828 if setjmp is used.
9829
9830 Tue Oct 26 14:10:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9831
9832 * c-parse.in (cast_expr): Constify.
9833
9834 * cccp.c (special_symbol): Likewise.
9835
9836 * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
9837
9838 * dwarf2out.c (base_type_die): Likewise.
9839
9840 * global.c (allocno_compare): Likewise.
9841
9842 * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
9843
9844 * regclass.c (fix_register): Likewise.
9845
9846 * rtl.h (fix_register): Likewise.
9847
9848 * stupid.c (stupid_reg_compare): Likewise.
9849
9850 * toplev.c (decode_f_option): Likewise.
9851
9852 * tree.c (build_complex_type): Likewise.
9853
9854 Tue Oct 26 18:35:25 1999 Richard Earnshaw <rearnsha@arm.com>
9855
9856 * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
9857
9858 Tue Oct 26 15:42:56 1999 Bernd Schmidt <bernds@cygnus.co.uk>
9859
9860 * reload.c (find_reloads): Compute mode and nregs fields of all
9861 reloads.
9862 * reload1.c (calculate_needs_all_insns): Simplify a bit.
9863 (calculate_needs): Use precomputed mode/nregs values.
9864 (allocate_reload_reg): Likewise.
9865 Break out two...
9866 (failed_reload, set_reload_reg): ... new functions.
9867 (choose_reload_regs_init): New function, mostly broken out from...
9868 (choose_reload_regs): ... here. Lose all the save_xxx nonsense.
9869 Also lose one #if 0 block.
9870
9871 Tue Oct 26 02:48:32 1999 Marc Espie <espie@cvs.openbsd.org>
9872
9873 * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET): Fix target name
9874 substitution.
9875
9876 Tue Oct 26 01:27:32 1999 Mark Mitchell <mark@codesourcery.com>
9877
9878 * tree.h (BLOCK_TYPE_TAGS): Remove.
9879 (BLOCK_END_NOTE): Likewise.
9880 (BLOCK_LIVE_RANGE_FLAG): Likewise.
9881 (BLOCK_LIVE_RANGE_START): Likewise.
9882 (BLOCK_LIVE_RANGE_END): Likewise.
9883 (tree_block): Remove live_range_flag, live_range_var_flag, and
9884 type_tags. Remove end_note, live_range_start, and live_range_end.
9885 (remember_end_note): Remove prototype.
9886 * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
9887 * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
9888 remember_end_note.
9889 * ggc-common.c (ggc_mark_tree_children): Don't mark
9890 BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
9891 * integrate.c (adjust_copied_decl_tree): Remove.
9892 * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
9893 * stmt.c (last_block_end_note): Remove.
9894 (init_stmt): Don't add a GC root for it.
9895 (expand_fixup): Don't set it.
9896 (remember_end_note): Remove.
9897 (expand_end_bindings): Don't set last_block_end_note.
9898
9899 Tue Oct 26 00:41:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
9900
9901 * reload1.c (reload_reg_free_for_value_p): Show
9902 RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
9903 reloads.
9904
9905 Mon Oct 25 23:54:45 1999 Geoff Keating <geoffk@cygnus.com>
9906
9907 * expmed.c (extract_bit_field): Allow for the case of non-integer
9908 objects that are smaller than a word (like SFmode on a 64-bit
9909 machine).
9910
9911 * loop.c (basic_induction_var): A non-integer variable which is
9912 being set by a paradoxical subreg is probably not a biv.
9913
9914 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9915
9916 * prefix.c (translate_name) Check for empty prefix string.
9917
9918 Mon Oct 25 23:10:45 1999 Andreas Schwab <schwab@suse.de>
9919
9920 * Makefile.in (CPP_CROSS_NAME): New variable.
9921 (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
9922 xcpp.
9923 (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
9924 names of the files to be uninstalled.
9925
9926 Mon Oct 25 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
9927
9928 * collect2.c (IS_DIR_SEPARATOR): Define.
9929 (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
9930
9931 * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
9932 functions too.
9933
9934 * haifa-sched.c (add_dependence): Update the true dependency
9935 cache the first time we add a true dependence to the LOG_LINKS chain.
9936
9937 Mon Oct 25 22:27:40 1999 Jim Kingdon <http://developer.redhat.com/>
9938
9939 * fold-const.c (fold): Fix comment.
9940
9941 Mon Oct 25 22:49:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9942
9943 * dbxout.c (lastfile, cwd, dbxout_type_method_1,
9944 dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
9945 dbxout_start_new_source_file, dbxout_source_file,
9946 dbxout_source_line, dbxout_finish, dbxout_type_fields,
9947 dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
9948 Constify a char*.
9949 (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
9950 (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
9951 (dbxout_block): Initialize variable `blocknum'.
9952
9953 * dbxout.h (dbxout_init, dbxout_finish,
9954 dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
9955 dbxout_args, dbxout_source_line): Constify a char*.
9956
9957 * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
9958 dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
9959 dwarf_fund_type_name, name_attribute, stmt_list_attribute,
9960 low_pc_attribute, high_pc_attribute, body_begin_attribute,
9961 body_end_attribute, comp_dir_attribute, sf_names_attribute,
9962 src_info_attribute, mac_info_attribute, producer_attribute,
9963 lookup_filename, generate_macinfo_entry, fundamental_type_code,
9964 dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
9965 dwarfout_undef): Constify a char*.
9966 (add_incomplete_type, retry_incomplete_types): Add prototypes.
9967
9968 * dwarfout.h (dwarfout_define, dwarfout_undef,
9969 dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
9970
9971 1999-10-25 Gavin Romig-Koch <gavin@cygnus.com>
9972
9973 * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
9974 (MULTILIB_ISA_DEFAULT): New.
9975 (MULTILIB_DEFAULTS): Use it.
9976 * config/mips/mips.c (): Remove the now unnecessary definition
9977 of MIPS_ISA_DEFAULT.
9978 * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
9979 unnecessary definition.
9980
9981 Mon Oct 25 22:08:35 1999 Richard Earnshaw (rearnsha@arm.com)
9982
9983 * arm.md (pic_load_addr): Add constraints to operand 1.
9984
9985 1999-10-25 Bruce Korb <autogen@linuxbox.com>
9986
9987 * fixinc/genfixes: Provide a means for specifying -D options to
9988 AutoGen
9989
9990 Mon Oct 25 00:42:35 1999 Jeffrey A Law (law@cygnus.com)
9991
9992 * arm.c (arm_override_options): Correct initialization of
9993 arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
9994 arm_is_strong, and arm_is_6_or_7.
9995
9996 * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
9997 (note_set_pseudo_multiple_uses): New function.
9998 (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
9999 if a pseudo set in the loop exit is used elsewhere.
10000
10001 Sun Oct 24 20:52:40 1999 Mark Mitchell <mark@codesourcery.com>
10002
10003 * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
10004
10005 Sun Oct 24 21:02:46 1999 Richard Henderson <rth@cygnus.com>
10006
10007 * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
10008 a single load-address pattern.
10009
10010 Sun Oct 24 19:33:24 1999 Mark P. Mitchell <mark@codesourcery.com>
10011
10012 * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
10013 depending on whether or not line-number notes are present.
10014
10015 Sun Oct 24 20:29:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10016
10017 * cccp.c (progname, file_buf, default_include, include_file,
10018 macrodef, definition, hashval, wchar_type, user_label_prefix,
10019 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
10020 expand_to_temp_buffer, is_system_include, base_name,
10021 absolute_filename, read_name_map, open_include_file,
10022 record_control_macro, check_precompiled, check_preconditions,
10023 pcfinclude, pass_thru_directive, create_definition,
10024 check_macro_name, comp_def_part, collect_expansion,
10025 check_assertion, read_token_list, assertion_install,
10026 assertion_lookup, eval_if_expression, conditional_skip,
10027 validate_else, skip_quoted_string, quote_string, macarg1,
10028 error_from_errno, install, lookup, hashf, dump_defn_1,
10029 perror_with_name, pfatal_with_name, main, trigraph_pcp,
10030 check_white_space, rescan, handle_directive, monthnames,
10031 special_symbol, do_include, remap_include_file, write_output,
10032 arglist, do_assert, do_unassert, do_line, do_error, do_once,
10033 do_ident, do_sccs, do_xifdef, skip_if_group,
10034 output_line_directive, macroexpand, macarg, change_newlines,
10035 initialize_builtins, make_definition): Constify a char*.
10036
10037 * pcp.h (stringdef): Likewise.
10038
10039 Sun Oct 24 13:29:28 1999 Richard Henderson <rth@cygnus.com>
10040
10041 * unroll.c (copy_loop_body): Examine SET_DEST of single_set
10042 not of pattern.
10043
10044 Sun Oct 24 13:14:20 1999 Graham <grahams@rcp.co.uk>
10045 Richard Henderson <rth@cygnus.com>
10046
10047 * alias.c: Include ggc.h.
10048 (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
10049 (record_set): Verify enough room in reg_base_value.
10050 (init_alias_analysis): Allocate reg_base_value with xcalloc.
10051 Register it as a GC root.
10052 (end_alias_analysis): Free reg_base_value. Remove it as a GC root.
10053 * Makefile.in (alias.o): Depend on ggc.h.
10054
10055 * unroll.c (unroll_loop): Verify the insn before a barrier
10056 is a JUMP_INSN before checking JUMP_LABEL.
10057
10058 Sun Oct 24 15:46:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10059
10060 * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
10061 * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
10062 * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
10063 * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
10064 * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
10065 * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
10066
10067 Sun Oct 24 15:35:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10068
10069 * output.h (ctors_section, dtors_section, bss_section): Prototype.
10070
10071 * alpha/alpha-interix.h (text_section): Delete prototype.
10072 * alpha/elf.h (text_section): Likewise.
10073 * arm/linux-elf.h (text_section): Likewise.
10074 * arm/linux-telf.h (text_section): Likewise.
10075 * c4x/c4x.h (text_section): Likewise.
10076 * dsp16xx/dsp16xx.h (bss_section): Likewise.
10077 * elfos.h (text_section): Likewise.
10078 * i386/aix386ng.h (text_section): Likewise.
10079 * i386/i386-interix.h (text_section): Likewise.
10080 * i386/sco5.h (text_section): Likewise.
10081 * i386/svr3gas.h (text_section): Likewise.
10082 * nextstep.h (text_section): Likewise.
10083 * psos.h (text_section): Likewise.
10084 * ptx4.h (text_section): Likewise.
10085 * svr3.h (text_section): Likewise.
10086 * svr4.h (text_section, ctors_section, dtors_section): Likewise.
10087
10088 Sun Oct 24 15:20:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10089
10090 * final.c (peephole): Delete prototype.
10091
10092 * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
10093 (pre_insert_copies): Remove unused variable `bb'.
10094
10095 * genrecog.c (debug_decision_0, debug_decision_list, main): Add
10096 prototypes.
10097
10098 * output.h (peephole): Add prototype.
10099
10100 Sun Oct 24 11:35:30 1999 Mark P. Mitchell <mark@codesourcery.com>
10101
10102 * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
10103 -O0.
10104
10105 Sat Oct 23 21:13:00 1999 Mark Mitchell <mark@codesourcery.com>
10106
10107 * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
10108 for inlined declarations.
10109
10110 Fri Oct 22 18:05:43 1999 Jeffrey A Law (law@cygnus.com)
10111
10112 * arm.c (logical_binary_operator): New fucntion.
10113 * arm.h (logical_binary_operator): Declare it.
10114 (PREDICATE_CODES): Handle logical_binary_operator.
10115 * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
10116 output constraints. Add appropriate splitters.
10117 (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
10118 (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
10119 (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
10120
10121 Fri Oct 22 23:46:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
10122
10123 * genoutput.c (struct operand_data): New elt eliminable.
10124 (output_operand_data): Write it.
10125 (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
10126 (compare_operands): Take it into account.
10127 * recog.h (struct insn_operand_data): New elt eliminable.
10128 * reload1.c (check_eliminable_occurrences, elimination_effects): New
10129 functions.
10130 (old_asm_operands_vec, new_asm_operands_vec): Delete.
10131 (eliminate_regs): Move code that detects changes to elimination
10132 target regs into new function elimination_effects.
10133 Delete one #if 0 block.
10134 Abort for USE, CLOBBER, ASM_OPERANDS and SET.
10135 (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
10136 ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
10137 Only call eliminate_regs for real operands of the insn, not for parts
10138 of its structure or parts matched by things like match_operator.
10139 Use elimination_effects and check_eliminable_occurrences. Use
10140 copy_insn to duplicate the pattern when not in the final pass.
10141
10142 Fri Oct 22 09:03:44 1999 Mark Mitchell <mark@codesourcery.com>
10143
10144 * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
10145 and fld.
10146
10147 1999-10-22 Bruce Korb <autogen@linuxbox.com>
10148
10149 * fixinc/README: document the "mach" machine matching test
10150 * fixinc/fixfixes.c: Implement the #else/#endif label fix
10151 * fixinc/fixtests.c: Implement the #else/#endif label test
10152 * fixinc/inclhack.def: utilize these tests and fixes
10153 * fixinc/inclhack.sh: regen
10154 * fixinc/fixincl.x: regen
10155 * fixinc/fixincl.sh: regen
10156
10157 Thu Oct 21 20:37:19 1999 Jeffrey A Law (law@cygnus.com)
10158
10159 * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h. Also
10160 depend on ggc.h.
10161
10162 Thu Oct 21 20:30:19 1999 Matthias Klose <doko@debian.org>
10163
10164 * gcc.1: Document exit codes.
10165
10166 Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10167
10168 * calls.c: Include tm_p.h later, so everything we need is defined.
10169 * expr.c: Likewise.
10170 * function.c: Likewise.
10171
10172 * except.c: Include tm_p.h.
10173
10174 * sparc.c: Likewise.
10175 (dwarf2out_cfi_label): Don't prototype.
10176 (check_return_regs, epilogue_renumber,
10177 ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
10178 ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
10179 ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
10180 ultra_schedule_insn): Add static prototype.
10181 (data_segment_operand, text_segment_operand): Call itself with the
10182 proper number of arguments.
10183 (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
10184
10185 * sparc.h: Move all declarations to sparc-protos.h.
10186 (SELECT_RTX_SECTION): Pass a missing MODE argument to
10187 symbolic_operand.
10188
10189 * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
10190
10191 * config/svr4.h (text_section, ctors_section, dtors_section): Add
10192 Prototypes.
10193 (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
10194 ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
10195 ASM_OUTPUT_ASCII): Constify a char*.
10196
10197 * sparc-protos.h: New file for sparc prototypes.
10198
10199 Thu Oct 21 12:23:40 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10200
10201 * function.c (record_insns, contains): Always declare and define.
10202 (record_insns): Mark with ATTRIBUTE_UNUSED.
10203
10204 Thu Oct 21 13:03:49 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
10205
10206 * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
10207 to .section when outputting a .bss section to deal with multiple
10208 .bss input sections (as happens with -fdata-sections)
10209 Also output %progbits, not @progbits so the assembler doesn't treat as
10210 a comment.
10211 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
10212
10213 * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
10214 thumb parts even when building with non-thumb CPUs, by forcing
10215 thumb mode.
10216
10217 Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com)
10218
10219 * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
10220 (movdf_const_intreg_sp64): Similarly.
10221
10222 * local-alloc.c (update_equiv_regs): Check the correct insn
10223 for pre-existing REG_EQUIV notes.
10224
10225 Wed Oct 20 20:41:46 1999 Mark Mitchell <mark@codesourcery.com>
10226
10227 * cse.c (cse_end_of_basic_block): Don't return the end of a basic
10228 block reached by a branch if we're not going to actually process
10229 this block.
10230
10231 Wed Oct 20 15:18:42 1999 Jim Wilson <wilson@cygnus.com>
10232
10233 * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
10234 a local extern function declaration.
10235
10236 Wed Oct 20 13:56:01 1999 Richard Henderson <rth@cygnus.com>
10237
10238 * i386.c (ix86_expand_prologue): Properly wrap USE around
10239 reg for CALL_INSN_FUNCTION_USAGE.
10240
10241 Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com>
10242
10243 * config/mips/mips.md (movdf_internal1a): Allow floating-point
10244 move between GP_REGs.
10245
10246 Wed Oct 20 15:36:11 1999 Andrew Haley <aph@cygnus.com>
10247
10248 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
10249 the mode size when finding out if an offset is legal.
10250
10251 Wed Oct 20 06:26:58 1999 Richard Henderson <rth@cygnus.com>
10252
10253 * basic-block.h (PROP_*): Move constants from ...
10254 * flow.c: ... here.
10255 (compute_bb_for_insn): Free the array before reallocating.
10256 (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
10257 (allocate_reg_life_data): Reset all reg variables collected by
10258 propagate_block.
10259 (get_block_head_tail): Don't convert from bb to block.
10260 (get_bb_head_tail): New. Update all callers of get_block_head_tail.
10261 (find_insn_reg_weight): Take block not bb.
10262 (schedule_block): Don't set block num for moved insns.
10263 (schedule_region): Don't update_life_info or find_insn_reg_weight.
10264 (schedule_insns): Do it here instead.
10265 * combine.c (combine_instructions): Invoke compute_bb_for_insn
10266 before update_life_info.
10267 * recog.c (split_all_insns, peephole2_optimize): Update for
10268 new arg to update_life_info.
10269 * rtlanal.c (remove_note): Cope with NULL note.
10270 * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
10271 if we did sched1.
10272
10273 Wed Oct 20 10:46:41 1999 Richard Earnshaw (rearnsha@arm.com)
10274
10275 * jump.c (jump_optimize_1): More accurately detect casesi insns.
10276
10277 * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
10278 block records so that merge_blocks_nomove will clean up correctly.
10279 (split_edge): Handle casesi insns.
10280
10281 * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
10282
10283 Tue Oct 19 23:43:50 1999 Jeffrey A Law (law@cygnus.com)
10284
10285 * pa.md (call, call_value): Do not emit a blockage after restoring
10286 the PIC register.
10287
10288 Tue Oct 19 17:22:39 1999 Mark Mitchell <mark@codesourcery.com>
10289
10290 * c-typeck.c (c_expand_asm_operands): Fix typo.
10291
10292 Tue Oct 19 18:42:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
10293
10294 * arm.c (fpu_rhs_operand): Verify modes.
10295 (fpu_add_operand): Likewise.
10296 (di_operand): Likewise.
10297 (soft_df_operand): Likewise.
10298
10299 Tue Oct 19 15:26:11 1999 Richard Earnshaw (rearnsha@arm.com)
10300
10301 * arm.c (arm_return_in_memory): APCS rules state that the elements
10302 of a structure returned in a register must be 'integer-like'.
10303
10304 1999-10-19 Bruce Korb <autogen@linuxbox.com>
10305
10306 * fixinc/Makefile.in: Change the generation rules to run `genfixes'
10307 in the source tree when the generated targets are out of date
10308 * fixinc/genfixes: Alter it to run individual fixes for make.
10309 * fixinc/README: rewrite
10310 * fixinc/inclhack.def: moved initial comments to README
10311
10312 Tue Oct 19 14:01:34 1999 Nick Clifton <nickc@cygnus.com>
10313
10314 * toplev.c (main): Do not generate an error message if an
10315 unrecognised command line switch is recognisable by another
10316 language. If extra_warnings are enabled, then generate a
10317 warning message instead.
10318
10319 Tue Oct 19 11:41:12 1999 Mumit Khan <khan@xraylith.wisc.edu>
10320
10321 * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
10322 (insert_pack_attributes): Delete prototype.
10323
10324 * c-pragma.c (default_alignment): New static variable.
10325 (push_alignment): Initialize to current effective alignment.
10326 (pop_alignment): Use to set new alignment.
10327 (insert_pack_attributes): Delete function.
10328 (handle_pragma_token): Set default_alignment as well each time
10329 a #pragma pack(<n>) is encountered.
10330
10331 Tue Oct 19 02:03:00 1999 Jeffrey A Law (law@cygnus.com)
10332
10333 * reg-stack.c (stack_result): Aggregates are not returned in
10334 stack registers.
10335
10336 Tue Oct 19 01:26:48 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
10337
10338 * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
10339
10340 Mon Oct 18 15:19:41 1999 Richard Henderson <rth@cygnus.com>
10341
10342 * basic-block.h (set_block_num): Declare.
10343 * flow.c (update_life_info): Don't call compute_bb_for_insn
10344 or free_basic_block_vars.
10345 * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
10346 (insn_orig_block): Remove.
10347 (INSN_BLOCK): Remove. Update all callers to use BLOCK_NUM.
10348 (schedule_block): Keep BLOCK_NUM up-to-date.
10349 (schedule_insns): Use compute_bb_for_insn.
10350 * recog.c (split_all_insns): Likewise.
10351 (peephole2_optimize): Likewise.
10352
10353 Mon Oct 18 18:50:51 1999 Andreas Schwab <schwab@suse.de>
10354
10355 * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
10356 if the pic register is used.
10357
10358 Mon Oct 18 02:38:46 1999 Bernd Schmidt <bernds@cygnus.co.uk>
10359
10360 * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
10361 (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
10362 if that tests TREE_PERMANENT.
10363
10364 Mon Oct 18 01:41:35 1999 Jeffrey A Law (law@cygnus.com)
10365
10366 * cse.c (invalidate_for_call): Do not remove memory references from
10367 the table here. It's handled elsewhere.
10368
10369 * haifa-sched.c (add_dependence): Protect references to the
10370 true dependency cache with #ifdef INSN_SCHEDULING.
10371 (remove_dependence): Similarly.
10372
10373 * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
10374 to the cfg code that this is a return instruction.
10375 * mn10300.md (return_internal): Similarly.
10376
10377 * combine.c (get_last_value): If the last set of a register
10378 is after subst_low_cuid, then we can not use it to determine
10379 the register's last value.
10380
10381 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
10382
10383 * Makefile.in: Back out previous change.
10384
10385 Sun Oct 17 15:22:50 1999 Jeffrey A Law (law@cygnus.com)
10386
10387 * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
10388
10389 * haifa-sched.c (add_dependence): Only check/update the cache
10390 if it exists.
10391 (remove_dependence): Likewise.
10392 (schedule_insns): Only create the true_dependency_cache if the
10393 average number of instructions in a basic block is very large.
10394
10395 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
10396
10397 * Makefile.in (ggc-common.o): Depend on genrtl.h.
10398 (ggc-simple.o): Likewise.
10399 (ggc-page.o): Likewise.
10400
10401 Sun Oct 17 02:09:50 1999 Andrew MacLeod <amacleod@cygnus.com>
10402
10403 * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
10404 Prototype for exported functions.
10405 (pre_lcm, pre_rev_lcm): Remove prototypes.
10406 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
10407 (compute_available): Move to lcm.c, and change parameter order.
10408 (one_classic_gcse_pass): Call compute_ae_kill with parameters.
10409 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
10410 (gcse_main): No longer call compute_preds_succs. Rebuild the
10411 set table after reach pre pass.
10412 (pre_insert_map, pre_delete_map, edge_list): New.
10413 (alloc_pre_mem): Allocate edge vectors.
10414 (free_pre_mem): Delete edge vectors.
10415 (compute_pre_data): Call new edge based lcm routines.
10416 (process_insert_insn): New function.
10417 (insert_insn_end_bb): Use it.
10418 (pre_edge_insert): New function.
10419 (pre_insert_copy_insn): Formatting fixes. Update BLOCK_END as
10420 needed.
10421 (pre_insert_copies): Revamp using new edge based lcm outputs.
10422 (pre_delete): Likewise.
10423 (one_pre_gcse_pass): Insert & remove fake edges to the exit
10424 block.
10425 (compute_code_hoist_vbeinout): New new edge based routines.
10426 * lcm.c: Remove all the old LCM functions. Replace with new ones
10427 that work with the new cfg datastructures and work with edges
10428 instead of blocks.
10429
10430 Sun Oct 17 00:44:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
10431
10432 * reload.h (struct reload): Add new fields "mode" and "nregs".
10433 * reload1.c: Change all occurrences of reload_mode and reload_nregs
10434 to reference the "mode" and "nregs" field within struct reload.
10435
10436 Sat Oct 16 21:50:28 1999 Jeffrey A Law (law@cygnus.com)
10437
10438 * haifa-sched.c (true_dependency_cache): New.
10439 (add_dependence): Use the true dependency cache to avoid expensive
10440 walks down the LOG_LINKS dependency list. Add entries to the
10441 cache as necessary.
10442 (remove_dependence): Remove entries from the true dependency cache
10443 as needed.
10444 (schedule_insns): Allocate and initialize and free the true
10445 dependency cache.
10446
10447 * haifa-sched.c (schedule_insns): Do not remove inter-block
10448 dependencies anymore.
10449
10450 Sat Oct 16 11:19:52 1999 Richard Henderson <rth@cygnus.com>
10451
10452 * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
10453 * i386/t-winnt: Likewise.
10454
10455 Sat Oct 16 11:11:54 1999 Richard Henderson <rth@cygnus.com>
10456
10457 * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
10458
10459 1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
10460
10461 * Makefile.in (LANGUAGES): Omit "proto".
10462 (clean): Remove stale comment about removing unprotoize.c.
10463
10464 Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10465
10466 * protoize.c (safe_read, safe_write): Avoid the gcc extension of
10467 using arithmetic on void pointers.
10468
10469 Sat Oct 16 02:48:22 1999 Jeffrey A Law (law@cygnus.com)
10470
10471 * haifa-sched.c (compute_block_forward_dependencies): Only check
10472 for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
10473
10474 Sat Oct 16 00:07:01 1999 Richard Henderson <rth@cygnus.com>
10475
10476 * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
10477 (expr_equiv_p): Reject memories with different alias sets.
10478
10479 Fri Oct 15 15:17:29 1999 Greg McGary <gkm@gnu.org>
10480
10481 * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
10482 * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
10483 (f_options): Add "bounded-pointers" and "bounds-check" entries.
10484 * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
10485 (lang_init): Set default for flag_bounds_check if still "unspecified".
10486
10487 Sat Oct 16 13:42:29 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10488
10489 * config/c4x/c4x.md (HF mode patterns): Add missing modes.
10490
10491 Sat Oct 16 13:37:46 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10492
10493 * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
10494 instructions.
10495
10496 Sat Oct 16 13:26:47 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10497
10498 * config/c4x/c4x.md (*db_noclobber,
10499 *decrement_and_branch_until_zero_noclobber): New patterns and
10500 associated splitters.
10501
10502 Sat Oct 16 13:13:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10503
10504 * config/c4x/c4x.md (parallel instruction patterns): Rework
10505 constraints to keep reload happy.
10506
10507 Sat Oct 16 13:03:16 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10508
10509 * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
10510 *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
10511 *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
10512 Add new patterns and associated post-reload splitters.
10513
10514 Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10515
10516 * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
10517
10518 Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10519
10520 * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
10521 if appropriate.
10522 * config/c4x/c4x.md (rpts_top): New pattern and splitter.
10523
10524 Sat Oct 16 12:26:30 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10525
10526 * config/c4x/c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF
10527 memory mode.
10528
10529 Fri Oct 15 17:02:09 1999 Jeffrey A Law (law@cygnus.com)
10530
10531 * pa.c (move_operand): Rely on memory_address_p to determine the
10532 validity of non-indexed memory addresses.
10533 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
10534 operand in DFmode and SFmode when generating PA2.0 code.
10535
10536 Fri Oct 15 14:25:19 1999 Richard Henderson <rth@cygnus.com>
10537
10538 * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
10539
10540 Fri Oct 15 13:48:45 1999 Richard Henderson <rth@cygnus.com>
10541
10542 * mips.c (function_prologue): Fix argument types.
10543 * mips.md (casesi): Use emit_jump_insn for casesi_internal.
10544 (casesi_internal): Write to the scratch register.
10545
10546 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com>
10547
10548 * cppexp.c (cpp_parse_escape): Make static. Change second arg
10549 to U_CHAR **.
10550 (parse_charconst): Delete unnecessary cast when calling
10551 cpp_parse_escape.
10552 (cpplib.h): Kill prototype of cpp_parse_escape.
10553
10554 Fri Oct 15 11:02:46 1999 Richard Henderson <rth@cygnus.com>
10555
10556 Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
10557 * unroll.c (unroll_loop): Cast return value of alloca.
10558 * i370/i370.c: Include function.h and toplev.h.
10559 (i370_label_scan): Remove c++ commented abort.
10560 * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
10561 (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
10562 * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
10563 * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
10564
10565 Fri Oct 15 03:01:01 1999 Loren Rittle <ljrittle@acm.org>
10566
10567 * config/t-freebsd: Do not override USER_H.
10568 * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
10569
10570 Fri Oct 15 02:37:28 1999 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
10571 Mumit Khan <khan@xraylith.wisc.edu>
10572
10573 * c-parse.in (component_decl): Support anonymous struct/union.
10574 (%expect): Update.
10575 * c-parse.y: Regenerate.
10576 * c-parse.c: Likewise.
10577 * objc/objc-parse.y: Likewise.
10578 * objc/objc-parse.c: Likewise.
10579 * c-decl.c (finish_struct): Don't sort the fields.
10580 (field_decl_cmp): Delete unused function.
10581
10582 Fri Oct 15 01:20:52 1999 Richard Henderson <rth@cygnus.com>
10583
10584 * sparc.md (movsf_const_intreg): Revert last constraint change.
10585 (movdf_const_intreg_sp32): Likewise.
10586
10587 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
10588
10589 * cse.c: Include hashtab.h instead of splay-tree.h
10590 (struct cse_reg_info): No longer use variant union. Add new
10591 field "regno". All references changed to avoid union.
10592 (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
10593 (free_cse_reg_info): Remove.
10594 (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
10595 (get_cse_reg_info): Revamp to use expandable hash tables instead
10596 of splay trees. Initialize new fields in cse_reg_info structure.
10597 (new_basic_block): Similarly.
10598
10599 Thu Oct 14 23:51:56 1999 Richard Henderson <rth@cygnus.com>
10600
10601 * genrecog.c (message_with_line): Prototype.
10602 (validate_pattern): Pass along the set for the dest, not a flag.
10603 Fix non-lvalue message. Don't warn for VOIDmode SET_DEST of CALL.
10604 Check for PC/CC0 as sources.
10605 (nodes_identical): Check for children position match before
10606 allowing the combination.
10607
10608 * rtl.c (read_rtx): Track line number across \\\n.
10609
10610 Thu Oct 14 23:50:25 1999 Richard Henderson <rth@cygnus.com>
10611
10612 * mips.h (SPECIAL_MODE_PREDICATES): New.
10613 * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
10614 (movdi+1, movsi+1): Add output reload constraint.
10615 (casesi_internal): Likewise. Fix commentary.
10616 (return_internal): Use pmode_register_operand.
10617
10618 Thu Oct 14 23:19:34 1999 Richard Henderson <rth@cygnus.com>
10619
10620 * 1750a.md (movstrqi): Add missing output reload constraint.
10621 (call_value): Likewise.
10622 * a29k.md (cpxxx patterns): Add missing match_operator mode.
10623 (jmpfdec): Add missing inout reload constraint.
10624 * elxsi.md (addsi patterns): Add missing output reload constraint.
10625 (move from sp): Use @ alternates.
10626 (call_value): No constraint on output.
10627 * fr30.md (movsi_pop): Add missing output reload constraint.
10628 (movsf_constant_store): Likewise.
10629 (splits): Remove constraints.
10630 (subsi3): Add missing mode.
10631 * i370.md (cmpstrsi+1): Add missing output reload constraint.
10632 (call_value): Likewise.
10633 * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
10634 * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
10635 * m32r.md (movsicc_internal): Add output reload constraint.
10636 (movstrsi_internal): Add inout reload constraints.
10637 * m88k.h (reg_names): Don't declare.
10638 (SPECIAL_MODE_PREDICATES): New.
10639 * m88k.md (*): Use register_operand not reg_or_0_operand
10640 on destinations.
10641 * mn10200.h (PREDICATE_CODES): New.
10642 * ns32k.md (ffs pattern): Add output reload constraint.
10643 * pdp11.md (sob pattern): Add inout reload constraint.
10644 * sh.md (splits): Remove constraints.
10645 (indirect_jump_scratch, fpu_switch): Add output reload constraint.
10646 * v850.md (pattern_is_ok_for_epilogue): Likewise.
10647 * vax.md (jgequ pattern): Add inout reload constraint.
10648
10649 Fri Oct 15 00:05:00 1999 Jeffrey A Law (law@cygnus.com)
10650
10651 * configure.in (djgpp): Revert previous patch.
10652 * configure: Rebuit.
10653 * config/i386/djgpp.h: Revert previous patch.
10654
10655 Fri Oct 15 00:00:24 1999 Loren J. Rittle <ljrittle@acm.org>
10656
10657 * fixinc/inclhack.def: Restore patch lost during last merge of
10658 "no_bogosity" branch.
10659 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
10660
10661 Thu Oct 14 23:57:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
10662
10663 * fixincludes: Add a HPUX 11 fix for inttypes.h.
10664 * fixinc/inclhack.def: Same.
10665 * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
10666
10667 Thu Oct 14 22:51:55 1999 Richard Henderson <rth@cygnus.com>
10668
10669 * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
10670 as the base of a PLUS.
10671
10672 Fri Oct 15 18:36:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10673
10674 * config/c4x/c4x.md: Define mode for remaining unspec operators.
10675 * config/c4x/c4x.c (dst_operand): Use nonimmediate_operand.
10676
10677 Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com>
10678
10679 * pa.md (post_stw+1): Use pmode_register_operand.
10680 (dcacheflush, icacheflush): Likewise.
10681
10682 * i386.md (movstricthi_1): Allow r/r.
10683
10684 Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz>
10685
10686 * fold-const.c (fold): Convert (or (not arg0) (not arg1))
10687 to (not (and (arg0) (arg1))). Similary for and.
10688
10689 * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
10690 fallthrough to associate code.
10691 Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
10692 bits in common.
10693
10694 * combine.c (simplify_logical): Convert XOR to IOR if operands have
10695 no bits in common; remove XOR to ROTATE conversion.
10696
10697 Fri Oct 15 17:40:11 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10698
10699 * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
10700
10701 Fri Oct 15 17:27:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10702
10703 * config/c4x/c4x.c (dst_operand): New.
10704 (PREDICATE_CODES): Update.
10705 * config/c4x/c4x.h (dst_operand): Declare it.
10706 * config/c4x/c4x.md: Define mode for each unspec usage.
10707 (move patterns): Use dst_operand predicate instead of src_operand.
10708 (movqi_update, movqf_update): Delete.
10709
10710 Thu Oct 14 18:48:54 1999 Richard Henderson <rth@cygnus.com>
10711
10712 * recog.c (pmode_register_operand): New.
10713 * recog.h: Declare it.
10714 * genrecog.c (pred_codes): Likewise.
10715 (special_mode_pred_table): Likewise.
10716 (validate_pattern): Don't warn no mode for address_operand.
10717
10718 * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
10719 if the operand is not insn-like.
10720
10721 Thu Oct 14 19:38:42 1999 Jeffrey A Law (law@cygnus.com)
10722 Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
10723
10724 * fold-const.c (fold): Handle more simplifications allowed by IEEE.
10725
10726 Thu Oct 14 17:30:14 1999 Richard Henderson <rth@cygnus.com>
10727
10728 * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
10729 instead of general_operand in a SET_DEST. Use const_double_operand
10730 instead of an explicit test against CONST_DOUBLE.
10731 (movsf_const_lo): Add missing register mode.
10732 (goto_handler_and_restore): Add auxiliary test for Pmode.
10733 (flush): Adjust to use address_operand.
10734 (return_sf_no_fpu): Add missing output constraint.
10735
10736 Thu Oct 14 17:21:26 1999 Richard Henderson <rth@cygnus.com>
10737
10738 * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
10739 for call return value.
10740 (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
10741
10742 Thu Oct 14 13:54:25 1999 Jason Merrill <jason@yorick.cygnus.com>
10743
10744 * toplev.c (main): Only warn about options for other languages.
10745 * collect2.c (main): Pass -w to sub-gcc.
10746
10747 Thu Oct 14 16:27:50 1999 Richard Henderson <rth@cygnus.com>
10748
10749 * flow.c (propagate_block): Add call-clobbered registers to
10750 significant too.
10751
10752 * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
10753 zapping mem_set_list.
10754 (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
10755 (mark_set_1, mark_used_regs): Likewise.
10756
10757 Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com>
10758
10759 * m68k.md (zero_extendsidi2): Add missing output reload constraint.
10760
10761 Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10762
10763 * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
10764 -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
10765 options. Also add a new item "C-only Warning Options" to the
10766 option summary.
10767
10768 1999-10-14 Gavin Romig-Koch <gavin@cygnus.com>
10769
10770 * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
10771 from multiple calls.
10772
10773 Thu Oct 14 04:54:54 1999 Richard Henderson <rth@cygnus.com>
10774
10775 * i386.md (call value patterns): Move to the end of the file.
10776 (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
10777
10778 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
10779
10780 * configure.in (djgpp configuration): Define extra_objects..
10781 * configure: Rebuilt.
10782 * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
10783 (DTORS_SECTION_ASM_OP): Define.
10784 (INIT_SECTION_ASM_OP): Define.
10785 (FINI_SECTION_ASM_OP): Define.
10786 (DATA_SECTION_ASM_OP): Define.
10787 (TEXT_SECTION_ASM_OP): Define.
10788 (EH_FRAME_SECTION_ASM_OP): Define.
10789 (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
10790 (STARTFILE_SPEC): Add crtbegin.o.
10791 (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
10792 to here from LINK_COMMAND_SPEC.
10793 (DO_GLOBAL_CTORS_BODY): Define.
10794 (CRTSTUFF_USE_FINI_SECTION): Define
10795 (HAS_INIT_SECTION): Delete.
10796
10797 Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
10798
10799 * Makefile.in (all.cross): Depend on xcpp$(exeext).
10800
10801 Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
10802
10803 * pa.h (PREDICATE_CODES): New.
10804
10805 * genrecog.c (validate_pattern): Condense the destination
10806 non-lvalue message.
10807
10808 Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com>
10809
10810 * alpha.md (call-1): Supply missing mode for operator.
10811 (*): Add missing output reload constraints. Remove constraints
10812 from define_splits.
10813
10814 * i386.h (SPECIAL_MODE_PREDICATES): New.
10815 * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
10816 (movqi_1, movdi_1, movdi_2, some splits): Likewise.
10817 (addsi_lea_3): Add missing mode for op 3.
10818 (prologue_set_got, prologue_get_pc): Add missing modes.
10819 (*) Add missing output reload constraints.
10820
10821 Thu Oct 14 03:59:57 1999 Stephane Carrez <stcarrez@worldnet.fr>
10822
10823 * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
10824 check for member bit-size overflow and use var_size if it occurs.
10825 (layout_record): Use bitsize_int() to define the type size in bits.
10826 Likewise for computation and assignment to DECL_FIELD_BITPOS.
10827 (layout_decl): Likewise when assigning to DECL_SIZE.
10828
10829 Thu Oct 14 02:57:05 1999 Richard Henderson <rth@cygnus.com>
10830
10831 * genrecog.c (validate_pattern): Typo last change. Verify
10832 that output operands have output reloads.
10833
10834 Thu Oct 14 01:49:54 1999 Richard Henderson <rth@cygnus.com>
10835
10836 * genrecog.c (special_mode_pred_table): New.
10837 (NUM_SPECIAL_MODE_PREDS): New.
10838 (find_operand): New.
10839 (validate_pattern): New argument `insn'. Warn for assignment to
10840 any predicate accepting non-lvalues. Conditionaly warn for
10841 match_operand without a mode. Try much harder to match source
10842 and destination modes on a set.
10843 * tm.texi (SPECIAL_MODE_PREDICATES): Document.
10844
10845 Thu Oct 14 02:54:13 1999 Jeffrey A Law (law@cygnus.com)
10846
10847 * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
10848
10849 Thu Oct 14 02:18:19 1999 Marc Espie <espie@cvs.openbsd.org>
10850
10851 * combine.c (simplify_logical): Recognize xor pattern that encodes
10852 rotation.
10853
10854 Wed Oct 13 23:23:45 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10855
10856 * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
10857 alignment.
10858
10859 Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
10860
10861 * ggc-page.c (MAP_FAILED): Provide default.
10862
10863 Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
10864
10865 * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
10866 * sparc.h (PREDICATE_CODES): Update.
10867
10868 Wed Oct 13 21:18:17 1999 Richard Henderson <rth@cygnus.com>
10869
10870 * alpha.c (some_ni_operand): New.
10871 * alpha-protos.h: Declare it.
10872 * alpha.h (PREDICATE_CODES): Update.
10873 * alpha.md (sXaddq reload insns): Use some_ni_operand
10874 for SET_DEST instead of some_operand.
10875
10876 Wed Oct 13 21:04:45 1999 Richard Henderson <rth@cygnus.com>
10877 Jim Wilson <wilson@cygnus.com>
10878
10879 * genrecog.c (maybe_both_true_2): Don't compare modes of
10880 two DT_pred tests.
10881 (process_tree): Elide peephole2_insns. Invoke simplify_tests
10882 after find_afterward.
10883 (debug_decision_1): Dump next and afterward codes.
10884
10885 Wed Oct 13 20:35:16 1999 Richard Henderson <rth@cygnus.com>
10886
10887 * rtl.c (dump_and_abort): Remove.
10888 (fatal_with_file_and_line): New.
10889 (fatal_expected_char): New.
10890 (read_rtx_lineno, read_rtx_filename): New.
10891 (read_skip_spaces): Track line number.
10892 (read_name): Use fatal_with_file_and_line.
10893 (read_rtx): Use fatal_expected_char. Track line number.
10894 * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
10895
10896 * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
10897 if it isn't a CODE_LABEL.
10898
10899 * genattr.c (main): Set read_rtx_filename.
10900 * genattrtab.c (main): Likewise.
10901 * gencodes.c (main): Likewise.
10902 * genconfig.c (main): Likewise.
10903 * genemit.c (main): Likewise.
10904 * genextract.c (main): Likewise.
10905 * genflags.c (main): Likewise.
10906 * genopinit.c (main): Likewise.
10907 * genoutput.c (main): Likewise.
10908 * genpeep.c (main): Likewise.
10909
10910 * genrecog.c (decision_test.u.insn): Add `lineno'.
10911 (pattern_lineno, error_count): New variables.
10912 (message_with_line): New.
10913 (add_to_sequence): Break out checking code to ...
10914 (validate_pattern): ... here. Detect SET_DEST matching CONST_INT.
10915 (merge_insn): Use message_with_line.
10916 (make_insn_sequence): Use validate_pattern. Record insn lineno.
10917 (main): Set read_rtx_filename, pattern_lineno. Exit early on error.
10918
10919 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
10920
10921 * expr.c (store_constructor): Clear union if constructor is empty.
10922
10923 Wed Oct 13 15:19:04 1999 Jim Wilson <wilson@cygnus.com>
10924
10925 * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
10926 Add !endian checks. Change %{...} to %(...).
10927
10928 Wed Oct 13 13:30:34 1999 Richard Henderson <rth@cygnus.com>
10929
10930 * i386.md (*addsi3_cc): Renamed from addcsi3.
10931 (*addsi3_carry): Renamed from addxsi3.
10932 (*subsi3_cc): Renamed from subcsi3.
10933 (*subsi3_carry): Renamed from subxsi3.
10934 (*xorqi_cc_1): Renamed from xorcqi_1.
10935 (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
10936 * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
10937
10938 Wed Oct 13 13:10:46 1999 Richard Henderson <rth@cygnus.com>
10939
10940 * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
10941 (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
10942
10943 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
10944
10945 * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
10946 climb up the chain of insns.
10947
10948 Wed Oct 13 10:20:58 1999 Richard Henderson <rth@cygnus.com>
10949
10950 * genrecog.c (write_subroutine): Careful for null trees.
10951 (process_tree): Don't elide empty functions.
10952
10953 Wed Oct 13 10:07:54 1999 Richard Henderson <rth@cygnus.com>
10954
10955 * Makefile.in (genrtl.o): Depend on ggc.h.
10956 * configure.in (valloc): Probe for it.
10957 (with-gc): Use ggc-page if valloc present.
10958 * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
10959 (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
10960 (ggc_alloc_string): Moved from ggc-page.c.
10961 * ggc-none.c (ggc_alloc_obj): New.
10962 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
10963 * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
10964 (struct globals): Likewise for dev_zero_fd.
10965 (init_ggc): Likewise for it's initialization.
10966 (ggc_allocated_p): Move careful dereference from ...
10967 (ggc_lookup_page_table): ... here. Delete.
10968 (lookup_page_table_entry): Don't use ggc_lookup_page_table.
10969 (alloc_anon): Use valloc if no mmap.
10970 (release_pages): Use free if using valloc.
10971 (ggc_alloc_obj): Renamed from alloc_obj.
10972 (ggc_set_mark): Renamed from mark_obj.
10973 (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
10974 (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
10975 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
10976 (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
10977 (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
10978 (ggc_collect): Use fp printing instead of our own rounding.
10979 * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
10980 (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
10981 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
10982 (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
10983 (struct ggc_string, struct ggc_any): Delete.
10984 (offsetof): Provide default definition.
10985 (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
10986 (PTR_KEY): New.
10987 (struct ggc_mem): New, from corpse of ggc_any.
10988 (struct ggc_status): Delete.
10989 (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
10990 (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
10991 (n_strings_collected, n_anys_collected): Delete.
10992 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
10993 (ggc_alloc_string, ggc_alloc): Delete.
10994 (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
10995 (ggc_free_string, ggc_free_any): Delete.
10996 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
10997 (ggc_compare_addresses, ggc_mark_string): Delete.
10998 (ggc_mark_string_if_gcable, ggc_mark): Delete.
10999 (search_data): Delete.
11000 (struct globals): New.
11001 (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
11002 (tree_insert, tree_lookup): New.
11003 (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
11004 (clear_marks, sweep_objs): New.
11005 (ggc_collect): Gut. Use clear_marks, sweep_objs.
11006 (init_ggc): Set allocated_last_gc.
11007 (ggc_push_context): Gut. Use G.context.
11008 (ggc_pop_context): Likewise.
11009 (ggc_pop_context_1): New.
11010 (debug_ggc_tree): New.
11011 (debug_ggc_balance, tally_leaves): New.
11012 * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
11013 (ggc_mark_string_if_gcable): Remove decl.
11014 (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
11015 (ggc_mark_rtvec_children): New.
11016 (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
11017 (ggc_mark_if_gcable): New decl.
11018 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
11019 (ggc_alloc_tree, ggc_alloc): Likewise.
11020 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
11021 (ggc_alloc_obj): New decl.
11022 (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
11023 (ggc_alloc_tree, ggc_alloc): Likewise.
11024 (ggc_set_mark): New decl.
11025 * rtl.h (struct rtx_def): Remove gc_mark.
11026 (struct rtvec_def): Likewise.
11027 * tree.h (struct tree_common): Likewise.
11028
11029 Wed Oct 13 01:44:29 1999 Carol LePage <carolo@hal.com>
11030
11031 * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
11032 float_format and thread_file definitions.
11033 * configure: Rebuilt.
11034
11035 Wed Oct 13 09:25:03 1999 Niels Möller <nisse@lysator.liu.se>
11036
11037 * extend.texi (Function Names): Document types of function names.
11038
11039 Wed Oct 13 00:45:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11040
11041 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
11042 an earlyclobbered output conflict with RELOAD_INPUT reloads.
11043
11044 Tue Oct 12 23:28:28 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11045
11046 * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
11047
11048 Tue Oct 12 23:19:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11049
11050 * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
11051
11052 Tue Oct 12 17:09:38 1999 David Edelsohn <edelsohn@gnu.org>
11053
11054 * collect2.c (main): Do prelimnary link on AIX if rflag.
11055
11056 Tue Oct 12 09:45:19 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
11057
11058 * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
11059 __CTOR_LIST__ in opposite order, which is the correct order for sorted
11060 constructors.
11061 (__do_global_dtors): similarly for __DTOR_LIST__.
11062
11063 Fri Oct 8 19:46:03 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11064 Diego Novillo <dnovillo@cygnus.com>
11065
11066 * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
11067 FPUL_REGS.
11068
11069 Tue Oct 12 07:38:41 1999 Bruce Korb <autogen@linuxbox.com>
11070
11071 * fixincl/*: Merged "no_bogosity" branch
11072 * fixincl/fixlib.h: protect against doubly defining t_bool
11073 * fixincl/server.h: protect against doubly defining t_bool
11074
11075 Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
11076
11077 * genoutput.c: Include toplev.h.
11078
11079 Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
11080
11081 * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
11082 Undef.
11083 * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
11084 * configure: Regenerate.
11085
11086 Mon Oct 11 16:07:49 1999 Richard Henderson <rth@cygnus.com>
11087
11088 * gcse.c (delete_null_pointer_checks): Returns void.
11089
11090 Mon Oct 11 20:31:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11091
11092 * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
11093 * emit-rtl.c (copy_insn_1): Likewise.
11094
11095 Mon Oct 11 13:29:06 1999 Geoffrey Keating <geoffk@cygnus.com>
11096
11097 * config/mips/mips.c (mips_build_va_list): Correct
11098 TREE_CHAIN setting when hard-float.
11099 (mips_va_start): Use corrected setting.
11100 (mips_va_arg): Likewise. Also pass a tree to build of
11101 POSTINCREMENT_EXPR rather than a naked 'int'.
11102
11103 Sun Oct 10 18:27:27 1999 Mark Mitchell <mark@codesourcery.com>
11104
11105 * ggc.h (ggc_push_context): Fix comment.
11106 (ggc_pop_context): Likewise.
11107 (mark_string_if_gcable): Likewise.
11108 * ggc-common.c (ggc_mark_rtx_children): Use
11109 ggc_mark_string_if_gcable.
11110 * ggc-page.c (ggc_lookup_page_table): New function.
11111 (ggc_allocated_p): Likewise.
11112 (mark_obj): Fix formatting.
11113 (ggc_mark_string_if_gcable): New function.
11114 * ggc-simple.c (ggc_allocated_strings): New variable.
11115 (ggc_strings_used): Likewise.
11116 (ggc_compare_addresses): New function.
11117 (ggc_pop_context): Pop the `any' memory too.
11118 (ggc_mark_string_if_gcable): New function.
11119 (ggc_collect): Initialize and tear down ggc_allocated_strings.
11120
11121 Sun Oct 10 20:05:21 1999 David Edelsohn <edelsohn@gnu.org>
11122
11123 * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
11124 (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
11125 * rs6000.c (expand_block_move): Match movstrsi_?reg register
11126 changes.
11127
11128 Sun Oct 10 16:37:01 1999 Richard Henderson <rth@cygnus.com>
11129
11130 * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
11131 (sched_reg_live_length, sched_reg_basic_block): Delete.
11132 (current_block_num, bb_live_regs, old_live_regs): Delete.
11133 (dead_notes, struct sometimes): Delete.
11134 (sched_note_set, birthing_insn_p): Delete.
11135 (adjust_priority): Gut useless reg lifetime code.
11136 (create_reg_dead_note, attach_deaths): Delete.
11137 (attach_deaths_insn, new_sometimes_live): Delete.
11138 (finish_sometimes_live): Delete.
11139 (find_pre_sched_live, find_post_sched_live): Delete.
11140 (update_reg_usage): Delete.
11141 (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
11142 (schedule_insns): Delete reg lifetime code.
11143 (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
11144 (unlink_other_notes): Adjust REG_NOTE commentary.
11145 (reemit_notes): Use REG_SAVE_NOTE.
11146 (schedule_block): Likewise.
11147 (schedule_region): Allocate bitmap of blocks in region. Use
11148 count_or_remove_death_notes. Use update_life_info.
11149
11150 * rtl.h (REG_SAVE_NOTE): New.
11151 * rtl.c (reg_note_name): Update.
11152
11153 Sun Oct 10 16:14:16 1999 Richard Henderson <rth@cygnus.com>
11154
11155 * combine.c (refresh_blocks, need_refresh): New.
11156 (combine_instructions): Allocate refresh_blocks. Invoke
11157 update_life_info if needed.
11158 (distribute_notes): Mark refresh_blocks instead of installing
11159 USE insns.
11160 * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
11161 * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
11162
11163 * Makefile.in (recog.o): Depend on basic-block.h.
11164
11165 Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
11166
11167 * genrecog.c (add_to_sequence): Thinko last change: delete
11168 shadowing allow_const_int variable.
11169
11170 Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11171
11172 * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
11173 __GNUC__ and __GNUC_MINOR__.
11174
11175 * gansidecl.h: Likewise.
11176
11177 * rtl.c: Likewise.
11178
11179 * rtl.h: Likewise.
11180
11181 * toplev.h: Likewise.
11182
11183 * tree.c: Likewise.
11184
11185 * tree.h: Likewise.
11186
11187 * varray.c: Likewise.
11188
11189 * varray.h: Likewise.
11190
11191 Sun Oct 10 13:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11192
11193 * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
11194 use one before a jump table.
11195
11196 * rtl.def (ADDRESS): Change documentation to match reality.
11197 * md.texi: Don't document it.
11198 * gmicro.md (load address pattern): Use 'p' constraint, delete use
11199 of ADDRESS rtx.
11200
11201 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
11202
11203 Sun Oct 10 02:41:41 1999 Richard Henderson <rth@cygnus.com>
11204
11205 * genrecog.c (add_to_sequence): Move allow_const_int test outside
11206 known predicate block; default allow_const_int true.
11207 (debug_decision_list): New.
11208
11209 Sun Oct 10 00:43:08 1999 Richard Henderson <rth@cygnus.com>
11210
11211 * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
11212
11213 Sat Oct 9 23:26:55 1999 Jeffrey A Law (law@cygnus.com)
11214
11215 * gcse.c (gcse_main): Avoid global optimizations if we have a
11216 large number of basic blocks and the ratio of edges to blocks
11217 is high.
11218 (delete_null_pointer_checks): Likewise.
11219
11220 Sat Oct 9 23:16:01 1999 Ken Raeburn <raeburn@mit.edu>
11221
11222 * c-common.c (check_format_info): Warn if format string isn't a
11223 string literal.
11224
11225 Sat Oct 9 23:04:02 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
11226
11227 * configure.in (arm*-*-*): Don't let autoconf remove brackets
11228 * configure: regenerate
11229
11230 Sat Oct 9 13:15:53 1999 Richard Henderson <rth@cygnus.com>
11231
11232 * alpha.md (extendsidi2): Turn into a splitter. Allow f/f.
11233 If TARGET_FIX, allow r/f. Remove cvtlq unspec pattern.
11234 (peepholes): Re-enable.
11235
11236 Sat Oct 9 12:18:16 1999 Richard Henderson <rth@cygnus.com>
11237
11238 * Makefile.in (flow.o): Depend on TREE_H.
11239 * basic-block.h (REG_SET_EQUAL_P): New.
11240 (XOR_REG_SET): New.
11241 (n_edges): Declare.
11242 (free_regset_vector): Remove declaration.
11243 (flow_delete_insn_chain): Declare.
11244 (enum update_life_extent): New.
11245 (update_life_info, count_or_remove_death_notes): Declare.
11246 * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
11247 Verify register live at bb->global_live_at_start before adding USE.
11248 * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
11249 (CLEAN_ALLOCA): New.
11250 (n_edges): New.
11251 (PROP_*): New flags.
11252 (find_basic_blocks_1): Use alloc_EXPR_LIST.
11253 (clear_edges): Zero n_edges.
11254 (make_edge): Increment n_edges.
11255 (split_edge): Don't allocate bb->local_set. Increment n_edges.
11256 (flow_delete_insn_chain): Export.
11257 (delete_block): Decrement n_edges.
11258 (merge_blocks_nomove): Likewise.
11259 (life_analysis): Give life_analysis_1 PROP flags.
11260 (verify_wide_reg_1, verify_wide_reg): New.
11261 (verify_local_live_at_start): New.
11262 (update_life_info): Rewrite to call into propogate_block.
11263 (mark_reg): New.
11264 (mark_regs_live_at_end): After reload, if epilogue as rtl,
11265 always mark stack pointer. Conditionally mark PIC register.
11266 After reload, mark call-saved registers, return regsiters.
11267 (life_analysis_1): Accept PROP flags not remove_dead_code.
11268 Call mark_regs_live_at_end before zeroing regs_ever_live.
11269 Use calculate_global_regs_live. Copy global_live_at_end before
11270 calling final propagate_block. Zero reg_next_use on exit.
11271 (calculate_global_regs_live): New.
11272 (allocate_bb_life_data): Don't allocate bb->local_set.
11273 (init_regset_vector, free_regset_vector): Remove.
11274 (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
11275 Test flags before every operation. Warn if prologue/epilogue insn
11276 would have been deleted.
11277 (mark_set_regs, mark_set_1): Accept and use FLAGS.
11278 Use alloc_EXPR_LIST.
11279 (mark_used_regs): Accept and use FLAGS, not FINAL.
11280 Remove special handling for RETURN.
11281 (try_pre_increment): Use alloc_EXPR_LIST.
11282 (dump_flow_info): Dump n_edges.
11283 (unlink_insn_chain, split_hard_reg_notes): Remove.
11284 (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
11285 (find_insn_with_note, new_insn_dead_notes): Remove.
11286 (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
11287 (maybe_remove_dead_notes, prepend_reg_notes): Remove.
11288 (replace_insns): Remove.
11289 (count_or_remove_death_notes): New.
11290 (verify_flow_info): Abort on error after all checks.
11291 (remove_edge): Decrement n_edges.
11292 (remove_fake_edges): Tweek format.
11293 * haifa-sched.c (schedule_insns): Use split_all_insns.
11294 * output.h (update_life_info): Remove declaration.
11295 * recog.c (split_all_insns): From the corpse of split_block_insns,
11296 do the whole function block by block. Use update_life_info.
11297 (recog_last_allowed_insn): New.
11298 (recog_next_insn): Mind it.
11299 (peephole2_optimize): Set it. Walk backwards through blocks.
11300 Use update_life_info.
11301 * rtl.h (update_flow_info, replace_insns): Remove declarations.
11302 (split_all_insns): Declare.
11303 * toplev.c (rest_of_compilation): Thread prologue before flow2.
11304 Use split_all_insns.
11305
11306 * i386.md (or -1 peep2s): Disable.
11307
11308 Fri Oct 8 17:49:08 1999 Richard Henderson <rth@cygnus.com>
11309
11310 * config/mips/mips.md (movstrsi+[123]) : Combine these into
11311 a single pattern. Scrap the 'd' versions as unnecessary.
11312
11313 * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
11314 tablejump_mips162,tablejump_internal4): The operands to a
11315 label_ref must be VOIDmode.
11316
11317 Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11318
11319 * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
11320
11321 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
11322
11323 * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
11324
11325 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
11326
11327 * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
11328 cache every function if ggc_p.
11329
11330 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11331
11332 * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
11333 instead of copy_rtx. Accept sequences that contain asm statements.
11334 * emit-rtl.c (copy_insn_1, copy_insn): New functions.
11335 (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
11336 orig_asm_operands_vector, copy_asm_operands_vector,
11337 orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
11338 variables.
11339 * rtl.h (copy_insn, copy_insn_1): Declare.
11340
11341 Fri Oct 8 13:08:12 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11342
11343 * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
11344
11345 * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
11346 arguments to `current_file_function_operand'.
11347
11348 * genrecog.c: Include hard-reg-set.h and resource.h in the
11349 generated output file.
11350
11351 * real.c: Include tm_p.h.
11352
11353 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11354
11355 * i386.md (prologue_allocate_stack): Add '=' constraint letter on
11356 output operand.
11357
11358 Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
11359
11360 * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
11361 before the fctiwz insn.
11362
11363 Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11364 Mark Mitchell <mark@codesourcery.com>
11365
11366 * tree.c (make_lang_type_fn): New funtion pointer.
11367 (make_lang_type): Call it.
11368 * tree.h (make_lang_type): Declare.
11369 (make_lang_type_fn): Likewise.
11370 * rs6000.c (rs6000_build_va_list): Use make_lang_type.
11371
11372 Thu Oct 7 00:36:17 1999 Diego Novillo <dnovillo@cygnus.com>
11373
11374 * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
11375 make sure that HIGH instructions are copied into BASE_REGS.
11376
11377 Thu Oct 7 17:02:34 1999 Jason Merrill <jason@yorick.cygnus.com>
11378
11379 * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
11380
11381 Thu Oct 7 17:01:58 1999 Greg McGary <gkm@gnu.org>
11382
11383 * c-decl.c (finish_struct): Use simpler method of
11384 removing elements of a singly-linked list.
11385
11386 Thu Oct 7 15:23:28 1999 Michael Meissner <meissner@cygnus.com>
11387
11388 * alpha.md (peephole2's): Comment out peephole2's that generate
11389 buggy code.
11390
11391 Thu Oct 7 12:00:53 1999 Richard Henderson <rth@cygnus.com>
11392
11393 * genrecog.c (add_to_sequence): Disable mode check for
11394 wildcard matches.
11395
11396 Thu Oct 7 20:14:16 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11397
11398 * ggc-simple.c (init_ggc): Set empty_string.
11399
11400 Thu Oct 7 01:13:15 1999 Richard Henderson <rth@cygnus.com>
11401
11402 * configure.in: Detect mmap. Add --with-gc=foo to select
11403 garbage collector; default to page if mmap available.
11404 * Makefile.in (GGC): Substitute.
11405
11406 Wed Oct 6 23:56:30 1999 Richard Henderson <rth@cygnus.com>
11407
11408 * c-decl.c (ggc_p): Enable.
11409
11410 Wed Oct 6 17:17:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11411
11412 * flow.c (verify_flow_info): Make it extern & unconditionally define.
11413
11414 1999-10-06 Brendan Kehoe <brendan@cygnus.com>
11415
11416 * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
11417 string for little-endian-data.
11418
11419 Wed Oct 6 16:10:35 1999 Michael Meissner <meissner@cygnus.com>
11420
11421 * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
11422 case somebody tries to compile --enable-checking code with gcc
11423 1.34 or such.
11424
11425 Wed Oct 6 12:22:50 1999 Richard Henderson <rth@cygnus.com>
11426
11427 * genrecog.c (add_to_sequence): Verify operand to label_ref is
11428 VOIDmode.
11429
11430 Wed Oct 6 10:21:15 1999 Richard Henderson <rth@cygnus.com>
11431
11432 * genconfig.c (main): Disable HAVE_conditional_arithmetic.
11433 * jump.c (jump_optimize_1): Document why.
11434
11435 Wed Oct 6 10:41:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11436
11437 * collect2.c (scan_prog_file, scan_libraries): Prototype function
11438 pointers and casts for `int_handler' and `quit_handler'.
11439
11440 * flow.c (verify_flow_info, split_hard_reg_notes,
11441 find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
11442 remove_edge, remove_fake_successors): Add static prototypes.
11443 (verify_flow_info): Wrap with macro ENABLE_CHECKING.
11444 (mark_set_1): Initialize variable `regno'.
11445 (unlink_insn_chain): Likewise for variable `curr'.
11446 (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
11447
11448 * loop.c (strength_reduce): Initialize variable
11449 `unrolled_insn_copies'.
11450 (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
11451 prototypes. Change these functions to take const PTR parameters
11452 to avoid prototype conflict when used as the comparson argument
11453 for qsort.
11454 (check_dbra_loop): Initialize variable `comparison_val'.
11455
11456 * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
11457 (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
11458 (find_valid_class): Initialize variable `best_class'.
11459 (find_reloads): Call memcpy, not bcopy.
11460
11461 * reload1.c (gen_mode_int, dump_needs): Add prototypes.
11462 (hard_reg_use_compare): Don't needlessly cast away const.
11463 (reload_reg_class_lower): Likewise.
11464 (choose_reload_regs): Initialize variable `regno'.
11465
11466 Tue Oct 5 16:34:12 1999 Paul Burchard <burchard@pobox.com>
11467
11468 * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
11469
11470 Tue Oct 5 16:14:40 1999 Michael Meissner <meissner@cygnus.com>
11471
11472 * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
11473 ({,d}discard): Add forward declarations. Declare parameter as
11474 unused.
11475 (main_without_main): Explicitly declare return type to be int.
11476 (memcpy): Properly declare.
11477
11478 * libgcc2.c (toplevel): If inhibit_libc is defined and not
11479 building the trampoline support, declare malloc, free, and
11480 atexit.
11481 (__clear_cache): Mark arguments as potentially unused.
11482
11483 * frame.c (toplevel): If inhibit_libc is defined, declare
11484 malloc and free.
11485
11486 Tue Oct 5 12:00:32 1999 Richard Henderson <rth@cygnus.com>
11487
11488 * flow.c (make_edge): Accept an optional 2D bitmap in which
11489 to cache edge existence. Update all callers.
11490 (make_label_edge, make_eh_edge): Pass through the edge cache.
11491 (make_edges): Provide the cache.
11492
11493 Tue Oct 5 12:16:49 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11494
11495 * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
11496 a char*.
11497 (local_mbtowc): Change the type of variable `i' from int to size_t.
11498
11499 * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
11500 (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
11501
11502 Tue Oct 5 11:34:52 1999 Michael Meissner <meissner@cygnus.com>
11503
11504 * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
11505 after other includes that define the appropriate types. Include
11506 tm_p.h for getting user prototypes.
11507 * ggc-callbacks.c (toplevel): Ditto.
11508 * ggc-none.c (toplevel): Ditto.
11509 * gcc-page.c (toplevel): Ditto.
11510 * ggc-simple.c (toplevel): Ditto.
11511
11512 Mon Oct 4 16:48:16 1999 Diego Novillo <dnovillo@cygnus.com>
11513 Jonathan Larmour <jlarmour@cygnus.co.uk>
11514
11515 * config/mips/mips.c (mips_move_2words): Split doubles if
11516 ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
11517
11518 Mon Oct 4 21:47:31 1999 Richard Henderson <rth@cygnus.com>
11519
11520 * genrecog.c (struct decision_test): New.
11521 (struct decision): Remove test-related members, sort the rest by size.
11522 (IS_SPLIT): Simplify.
11523 (new_decision, new_decision_test): New.
11524 (add_to_sequence): Use them. No special handling for args of
11525 non-MATCH codes.
11526 (maybe_both_true): Renamed from not_both_true; return sense changed.
11527 (maybe_both_true_1, maybe_both_true_2): New. Broken out
11528 of maybe_both_true and adjusted for decision_test.
11529 (position_merit): Remove.
11530 (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
11531 (merge_accept_insn): New, broken out of merge_trees.
11532 (merge_trees): Use them. No special case for c_test; no node
11533 splitting; use test type instead of position_merit.
11534 (factor_tests): New.
11535 (simplify_tests): New.
11536 (break_out_subroutines): Don't write code now.
11537 (find_afterward): New.
11538 (write_afterward, write_switch, write_cond): New.
11539 (write_action, is_unconditional): New.
11540 (write_node): New. Use them.
11541 (write_tree_1): Rewrite. Use the new functions above.
11542 (write_tree): Remove afterward processing.
11543 (write_subroutine): Simplify function variant emission.
11544 (write_subroutines): New.
11545 (same_codes, clear_codes): Remove.
11546 (same_modes, clear_modes): Remove.
11547 (write_header): New, broken out of main.
11548 (make_insn_sequence): Use new_decision and new_decision_test.
11549 (process_tree): New, broken out of main.
11550 (main): Adjust for merge_trees interface change.
11551 Don't #define operands in the output file.
11552 (record_insn_name): New, broken out of make_insn_sequence.
11553 (debug_decision_2, debug_decision_1, debug_decision_0): New.
11554 (debug_decision): New.
11555
11556 1999-10-04 21:58 -0700 Zack Weinberg <zack@bitmover.com>
11557
11558 * resource.c (find_free_register): Mark class_str argument const.
11559 * resource.h: Update prototype to match.
11560
11561 * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
11562 * i386.md: Give all anonymous insns names.
11563
11564 Mon Oct 4 21:12:02 1999 Jeffrey A Law (law@cygnus.com)
11565
11566 * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
11567 blocks.
11568
11569 Mon Oct 4 21:01:39 1999 Richard Henderson <rth@cygnus.com>
11570
11571 * toplev.c (dbr_sched_time): Unconditional.
11572 (peephole2_time): New.
11573 (compile_file): Add pass numbers to all of the dump file suffixes.
11574 Dump peephole2_time. Don't dump times for non-applicable passes.
11575 (rest_of_compilation): Add pass numbers to dump file suffixes.
11576 Conditionalize calls to the scheduler.
11577 * invoke.texi: Update.
11578
11579 Mon Oct 4 20:25:13 1999 Anthony Green <green@cygnus.com>
11580
11581 * flow.c (make_edges): Fix insn iteration.
11582 (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
11583 (find_basic_blocks_1): Fix spelling mistake.
11584
11585 Mon Oct 4 16:56:11 1999 Richard Henderson <rth@cygnus.com>
11586
11587 * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
11588 always have side-effects. Use memset not bzero.
11589 (make_node): Likewise.
11590
11591 Mon Oct 4 16:22:20 1999 Mark Mitchell <mark@codesourcery.com>
11592
11593 * stmt.c (expand_anon_union_decl): When any of the elements of the
11594 union is addressable, so is the entire union.
11595
11596 Mon Oct 4 11:38:33 1999 Richard Henderson <rth@cygnus.com>
11597
11598 * sbitmap.c (sbitmap_ones): Don't set too many bits.
11599
11600 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
11601 * bitmap.c (bitmap_operation): Return true iff TO changed.
11602 (bitmap_equal_p): New.
11603 (bitmap_bit_p): Tidy arithmetic.
11604 (debug_bitmap_file): Likewise.
11605
11606 Mon Oct 4 11:28:37 1999 Richard Henderson <rth@cygnus.com>
11607
11608 * toplev.c (rest_of_compilation): Turn on cse_not_expected
11609 before cse2 instead of after.
11610
11611 Mon Oct 4 09:55:17 1999 Stan Cox <scox@cygnus.com>
11612
11613 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
11614 register offsets.
11615
11616 Mon Oct 4 08:54:12 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11617
11618 * cppinit.c (is_idchar initializer): Loosen tests to accept
11619 gcc 2.>6 and >2.
11620
11621 Mon Oct 4 02:31:20 1999 Mark Mitchell <mark@codesourcery.com>
11622
11623 * mips.md: Define conditional move patterns for floating point
11624 operands and DI mode conditions.
11625
11626 Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
11627
11628 * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
11629 always have side-effects.
11630
11631 Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
11632
11633 * mn10200.c (asm_file_start): Fix typo.
11634
11635 * cppinit.c (is_idchar initializer): Tighten tests for when
11636 to put the table into initialized memory.
11637
11638 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
11639 not an array of rtunion.
11640 * gcc-page.c (ggc_alloc_rtvec): Similarly.
11641 * gcc-simple (ggc_free_rtvec): Similarly.
11642
11643 * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
11644 of rtunions.
11645
11646 * mbchar.h: Add missing #endif.
11647
11648 * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
11649 (FPBIT, DPBIT): Define.
11650
11651 Sun Oct 3 12:44:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11652
11653 * print-tree.c (print_node, indent_to): Remove redundant prototypes.
11654
11655 * profile.c (instrument_arcs, output_gcov_string,
11656 tablejump_entry_p): Add static prototypes.
11657 (output_gcov_string): Constify a char*.
11658
11659 * regmove.c (replacement_quality, fixup_match_2): Add static
11660 prototypes.
11661
11662 * resource.h (reg_dead_p): Add extern prototype.
11663
11664 * rtl.c (trim_filename): Add static prototype.
11665
11666 * scan-decls.c (skip_to_closing_brace): Likewise.
11667
11668 * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
11669 (expand_end_case): Initialize variable `range'.
11670 (emit_case_nodes): Remove unused prototype `rtx_fn'.
11671
11672 * varasm.c (asm_emit_uninitialised): Add static prototype.
11673 (asm_emit_uninitialised, assemble_variable): Mark parameter with
11674 ATTRIBUTE_UNUSED.
11675
11676 Sun Oct 3 12:24:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11677
11678 * cpplib.c (if_directive_nameo): Add static prototype.
11679
11680 * cse.c (cse_insn): Remove unused variable `p'.
11681
11682 * except.c (create_rethrow_ref, push_entry,
11683 receive_exception_label, new_eh_region_entry, find_func_region,
11684 clear_function_eh_region, process_nestinfo): Add static prototypes.
11685 (get_reg_for_handler): Hide definition.
11686 (process_nestinfo): Initialize variable `extra_handlers'.
11687
11688 * expr.h (expand_builtin_longjmp): Add extern prototype.
11689
11690 * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
11691
11692 * function.c (prepare_function_start): Likewise.
11693 (pop_function_context_from): Mark parameter `context' with
11694 ATTRIBUTE_UNUSED.
11695 (push_temp_slots_for_block, flush_addressof): Hide definition.
11696
11697 * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
11698 solve_program_flow_graph, calculate_branch_probs,
11699 function_summary, main, fancy_abort): Add prototypes.
11700
11701 * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
11702 (add_hash): Constify a char*.
11703
11704 * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
11705 ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
11706 ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
11707
11708 * integrate.c (expand_inline_function_eh_labelmap): Likewise.
11709
11710 * lists.c (free_list, zap_lists): Likewise.
11711
11712 Sun Oct 3 12:05:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11713
11714 * alias.c (nonlocal_reference_p): Add static prototype.
11715
11716 * bitmap.c (bitmap_element_allocate): Prototype args in function
11717 pointer cast.
11718
11719 * builtins.c (stabilize_va_list): Add static prototype.
11720 (expand_builtin_va_arg): Constify a char*.
11721
11722 * c-lex.c (getch, put_back, extend_token_buffer_to,
11723 read_line_number, token_getch, token_put_back): Add static
11724 prototypes.
11725
11726 * c-parse.gperf (hash, is_reserved_word): Likewise.
11727
11728 * cccp.c (is_dir_separator): Likewise.
11729
11730 Sat Oct 2 16:07:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11731
11732 * graph.h: New file to prototype functions exported by graph.c.
11733
11734 * Makefile.in (graph.o, toplev.o): Depend on graph.h.
11735
11736 * graph.c: Include graph.h.
11737
11738 * toplev.c: Likewise. Remove redundant prototypes.
11739
11740 Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se>
11741
11742 * invoke.texi: Removed duplicated description for -Q.
11743
11744 Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com>
11745
11746 * extend.texi: Grammar fix in __extension__ text.
11747
11748 Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com>
11749
11750 * md.texi (define_peephole2): New section.
11751
11752 Sat Oct 2 10:57:56 1999 Jan Hubicka <hubicka@freesoft.cz>
11753
11754 * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
11755 (mov $-1 to or peepholer): Enable for pentium when optimizing for
11756 speed.
11757
11758 Sat Oct 2 10:55:25 1999 Jan Hubicka <hubicka@freesoft.cz>
11759
11760 * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
11761
11762 Sat Oct 2 10:53:22 1999 Jan Hubicka <hubicka@freesoft.cz>
11763
11764 * i386.md (ffs expander): Emit Pentium friendly code for
11765 TARGET_PENTIUM.
11766
11767 Sat Oct 2 02:48:21 1999 Mark P. Mitchell <mark@codesourcery.com>
11768
11769 * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
11770 for non-trees.
11771 (build1): Likewise.
11772
11773 Fri Oct 1 18:01:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11774
11775 * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
11776
11777 Fri Oct 1 12:42:53 1999 Andreas Schwab <schwab@suse.de>
11778
11779 * config/m68k/m68k.c (use_return_insn): Return false if the pic
11780 register is in use.
11781
11782 Fri Oct 1 10:56:06 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11783
11784 * md.texi (No Constraints): Delete section.
11785 * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
11786 * final.c (final_scan_insn): We always have register constraints.
11787 * genattrtab.c: Don't include "insn-config.h".
11788 (write_attr_case): We always have register constraints.
11789 * genconfig.c (register_constraint_flag): Delete.
11790 (walk_insn_part): Don't check whether we have register constraints.
11791 (main): Don't write out "#define REGISTER_CONSTRAINTS".
11792 * genoutput.c (have_constraints): Delete.
11793 (main): Don't set it.
11794 (output_operand_data): We always have constraints.
11795 (scan_operands): Likewise.
11796 (compare_operands): Likewise.
11797 * local-alloc.c (block_alloc): We always have constraints.
11798 (requires_inout): Always compile this function.
11799 * recog.c (extract_insn): We always have constraints.
11800 (constrain_operands, reg_fits_class_p): Always compile these
11801 functions.
11802 * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
11803 fields.
11804 (struct insn_operand_data): Likewise.
11805 * regclass.c (regclass): We always have constraints.
11806 (record_reg_classes, copy_cost, record_address_regs,
11807 auto_inc_dec_reg_p): Always compile these functions.
11808 * regmove.c (regmove_optimize): We always have constraints.
11809 * reload.c (find_reloads): Likewise.
11810 * reload1.c (reload): Likewise.
11811 (reload_cse_simplify_operands): Likewise.
11812 * i860.c (output_delay_insn): Likewise.
11813
11814 Thu Sep 30 23:04:41 1999 Mark P. Mitchell <mark@codesourcery.com>
11815
11816 * iris6.h (BUILD_VA_LIST_TYPE): Define.
11817
11818 Thu Sep 30 18:44:50 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11819
11820 * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
11821 for the va_list record.
11822
11823 Thu Sep 30 18:34:54 1999 Jan Hubicka <hubicka@freesoft.cz>
11824
11825 * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
11826 prologues.
11827
11828 Thu Sep 30 18:31:36 1999 Jan Hubicka <hubicka@freesoft.cz>
11829
11830 * alias.c: Include insn-flags.h.
11831 * Makefile.in (alias.o): Update.
11832
11833 Thu Sep 30 18:21:30 1999 Jan Hubicka <hubicka@freesoft.cz>
11834
11835 * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
11836 to LTU and GEU. Handle more cases using sbb.
11837
11838 Thu Sep 30 18:18:39 1999 Jan Hubicka <hubicka@freesoft.cz>
11839
11840 * i386.md (truncatexfdf splitters): Do not use subreg.
11841 (fop XFmode patterns): Fix mode in operand testing.
11842
11843 Thu Sep 30 18:04:13 1999 Richard Henderson <rth@cygnus.com>
11844
11845 * jump.c (jump_optimize_1): Amend last change to test only the
11846 form of the operand, not the insn.
11847
11848 * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
11849 not register_operand to determine when B may need preloading.
11850
11851 Thu Sep 30 17:39:16 1999 Richard Henderson <rth@cygnus.com>
11852
11853 * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
11854 (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
11855 (call-value patterns): Move to end of file.
11856 (*): Remove mode from label_ref in (pc) context.
11857 (movstrqi): Use memory not general_operand for BLKmode operands.
11858 (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
11859 to register_operand operands.
11860 (peep2 patterns): Convert from commented-out peephole patterns.
11861
11862 Thu Sep 30 14:39:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11863
11864 * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
11865 to BUILT_IN_INIT_DWARF_REG_SIZES.
11866 * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
11867 Renamed from BUILT_IN_DWARF_REG_SIZE; call
11868 expand_builtin_init_dwarf_reg_sizes.
11869 * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
11870 with __builtin_init_dwarf_reg_size_table.
11871 * dwarf2out.c (struct reg_size_range): Delete.
11872 (expand_builtin_init_dwarf_reg_sizes): New function.
11873 (expand_builtin_dwarf_reg_size): Delete.
11874 * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
11875 (expand_builtin_dwarf_reg_size): Don't declare.
11876 * libgcc2.c (dwarf_reg_size_table_initialized): New.
11877 (dwarf_reg_size_table): New.
11878 (init_reg_size_table): New function.
11879 (copy_reg): Use dwarf_reg_size_table.
11880 (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
11881 before use.
11882
11883 Thu Sep 30 05:40:34 1999 Richard Earnshaw <rearnsha@arm.com>
11884
11885 * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
11886 Correctly build argument list to constructor and destructor functions.
11887
11888 Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
11889
11890 * c-tree.h (warn_float_equal): Declare.
11891 * c-decl.c (warn_float_equal): Define.
11892 (c_decode_option): Recognize -W[no-]float-equal.
11893 * c-typeck.c (build_binary_op): Conditionally warn
11894 about equality tests of floating point types.
11895 * toplev.c (documented_lan_options): Add -W[no-]float-equal.
11896 * invoke.texi: Add docs for -Wfloat-equal warning.
11897
11898 Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com)
11899
11900 * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
11901 generating RTL directly.
11902 * mips.h (INIT_TARGET_OPTABS): Likewise.
11903 * mn10200.h (INIT_TARGET_OPTABS): Likewise.
11904
11905 * expr.h (init_mov_optab): Delete declaration
11906
11907 * h8300.c (WORD_REG_USED): Update to avoid useless register
11908 saves in interrupt functions and functions which never return.
11909
11910 * cse.c (struct set): Delete inner_dest_loc field.
11911 (cse_insn): Remove assignments to inner_dest_loc field.
11912
11913 Wed Sep 29 16:06:20 1999 Richard Henderson <rth@cygnus.com>
11914
11915 * ggc-page.c: Don't include <unistd.h> etc taken care of
11916 by "system.h". Include <sys/mman.h> afterward.
11917
11918 Wed Sep 29 16:05:18 1999 Richard Henderson <rth@cygnus.com>
11919
11920 * rs6000.c (rs6000_encode_section_info): If ggc_p, use
11921 ggc_alloc_string.
11922
11923 Tue Sep 28 16:45:40 1999 David Edelsohn <edelsohn@gnu.org>
11924
11925 * xcoffout.c (xcoffout_declare_function): Add documentation.
11926 * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
11927 TARGET_64BIT. Compare constant to -1, not bit pattern.
11928 (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
11929 (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix
11930 gen_movsi typos.
11931
11932 Tue Sep 28 16:43:14 1999 Nick Clifton <nickc@cygnus.com>
11933
11934 * dwarf2out.c (add_abstract_origin_attribute): Abort if
11935 origin_die is NULL.
11936 (gen_inlined_enumeration_type_die): Do not abort if the type has
11937 not been writeen out.
11938 (gen_inlined_structure_type_die): Do not abort if the type has
11939 not been writeen out.
11940 (gen_inlined_union_type_die): Do not abort if the type has
11941 not been writeen out.
11942 (gen_tagged_type_instantiation_die): Do not abort if the type
11943 has not been written out.
11944
11945 Tue Sep 28 14:33:47 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11946
11947 * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
11948 call it.
11949 * reg-stack.c (straighten_stack): Copy hard reg set with
11950 COPY_HARD_REG_SET.
11951
11952 Tue Sep 28 01:11:05 1999 Richard Henderson <rth@cygnus.com>
11953
11954 * builtins.c (stabilize_va_list): Stabilize array type va_list
11955 to a pointer type, not the base record type.
11956 (expand_builtin_va_copy): Dereference the pointers explicitly;
11957 use the correct size for the copy.
11958
11959 * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
11960 (rs6000_va_arg): Likewise.
11961
11962 Mon Sep 27 23:27:21 1999 Richard Henderson <rth@cygnus.com>
11963
11964 * rtl.h (struct rtx_def): Move gc_mark to align mode field.
11965
11966 Mon Sep 27 23:20:29 1999 Mark Mitchell <mark@codesourcery.com>
11967
11968 * tree.h (struct tree_decl): Use `bclass', not `class', in name of
11969 field.
11970 (DECL_BUILT_IN_CLASS): Adjust accordingly.
11971
11972 Mon Sep 27 23:03:16 1999 Richard Henderson <rth@cygnus.com>
11973
11974 * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
11975 (init_ggc): Use it instead of a constant.
11976 (ggc_collect): Bound allocated_last_gc by it.
11977
11978 Mon Sep 27 19:06:04 1999 Jeffrey A Law (law@cygnus.com)
11979
11980 * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
11981 with va_list.
11982
11983 Mon Sep 27 19:40:17 CEST 1999 Marc Espie <espie@cvs.openbsd.org>
11984
11985 * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.
11986 (mips*-*-openbsd*): Let big endian configuration be a fragment.
11987 * configure: Regen.
11988 * config/mips/openbsd.h: New, OpenBSD little endian target.
11989 * config/mips/openbsd-be.h: New, OpenBSD big endian target fragment.
11990 * config/mips/xm-openbsd.h: New, OpenBSD host.
11991
11992 Mon Sep 27 10:28:48 1999 Andreas Schwab <schwab@suse.de>
11993
11994 * config/m68k/m68k.c (output_function_prologue,
11995 output_function_epilogue): Use
11996 current_function_uses_pic_offset_table instead of regs_ever_live
11997 to decide whether to save/restore pic register.
11998 (legitimize_pic_address): Don't modify regs_ever_live any more.
11999
12000 Sun Sep 26 10:55:36 1999 Mark Mitchell <mark@codesourcery.com>
12001
12002 * function.h (struct function): Add x_dont_save_pending_sizes_p.
12003 * stor-layout.c (variable_size): Don't add sizes to the pending
12004 sizes list if x_dont_save_pending_sizes_p is set.
12005
12006 Sun Sep 26 16:36:52 1999 Robert Lipe (robertlipe@usa.net)
12007
12008 * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
12009 for symbolic_operand().
12010 * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
12011
12012 Sun Sep 26 07:37:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12013
12014 * combine.c (gen_rtx_combine): Add missing call to va_end().
12015
12016 * final.c (asm_fprintf): Likewise.
12017
12018 * genattrtab.c (attr_rtx): Likewise.
12019
12020 Sat Sep 25 13:11:07 1999 Jeffrey A Law (law@cygnus.com)
12021
12022 * cse.c: Update comments.
12023 (cse_insn): When converting a conditional/computed jump into
12024 an unconditional jump, always make sure a BARRIER immediately
12025 follows the converted jump. Do not delete unreachable code.
12026 (cse_basic_block): Do not delete unreachable code.
12027 * toplev.c (rest_of_compilation): Move call to
12028 delete_trivially_dead_insns after the conditional call to
12029 jump_optimize.
12030
12031 Sat Sep 25 09:03:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12032
12033 * collect2.c (make_temp_file): Don't prototype.
12034
12035 * gcc.c (make_temp_file): Likewise.
12036
12037 * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
12038
12039 Sat Sep 25 13:42:15 1999 Nick Clifton <nickc@cygnus.com>
12040
12041 * varasm.c (asm_emit_uninitialised): New function: Generate
12042 the assembler statements necessary to declare an uninitialised
12043 variable.
12044 (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
12045 variable.
12046 (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
12047 (ASM_EMIT_COMMON): New macro: Emit an entry in the common
12048 section.
12049 (assemble_variable): Use asm_emit_uninitialised to emit an
12050 uninitialised variable.
12051
12052 Fri Sep 24 17:10:56 1999 Nick Clifton <nickc@cygnus.com>
12053
12054 * combine.c (simplify_comparison): Cope with downshifting a 32 bit
12055 constant on a 64 bit host. Patch supplied by Geoffrey Keating
12056 <geoffk@cygnus.com>.
12057
12058 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12059
12060 * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
12061 * c-common.h (builtin_function): Don't declare.
12062
12063 * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
12064 DECL_BUILT_IN.
12065 (pushdecl): Likewise.
12066 (finish_decl): Likewise.
12067 (builtin_function): New arg CLASS. Arg FUNCTION_CODE now of type
12068 int. All callers changed.
12069 Set the builtin's DECL_BUILT_IN_CLASS.
12070 * tree.h (enum built_in_class): New.
12071 (enum built_in_function): Delete NOT_BUILT_IN.
12072 (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
12073 in a union.
12074 (DECL_SET_FUNCTION_CODE): Likewise.
12075 (DECL_BUILT_IN_CLASS): New macro.
12076 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
12077 (struct tree_decl): Split builtin function code field into a
12078 struct.
12079 (builtin_function): Declare.
12080
12081 Fri Sep 24 01:45:05 1999 Mark Mitchell <mark@codesourcery.com>
12082
12083 * optabs.c (init_traps): Fix typo in last change.
12084
12085 Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
12086
12087 * toplev.c (rest_of_decl_compilation): Update comment.
12088
12089 Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com>
12090
12091 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
12092 in .sbss if appropriate.
12093 (EXTRA_SECTION_FUNCTIONS): Add sbss.
12094 (SBSS_SECTION_ASM_OP): New macro.
12095 * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
12096 (EXTRA_SECTIONS): Add in_sbss.
12097 * config/mips/mips.h: Prototype sbss_section.
12098
12099 Thu Sep 23 18:18:55 1999 Mark Mitchell <mark@codesourcery.com>
12100
12101 * stmt.c (expand_start_bindings): Don't allow cleanup instructions
12102 to disappear.
12103
12104 Thu Sep 23 18:07:01 1999 Mark Mitchell <mark@codesourcery.com>
12105
12106 * optabs.c (init_traps): Register trap_rtx as a GC root.
12107
12108 Thu Sep 23 17:41:47 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12109
12110 * config/mips/mips.c (function_arg_pass_by_reference): Define
12111 unconditionally, since it's called unconditionally.
12112
12113 Thu Sep 23 13:40:02 1999 Jason Merrill <jason@yorick.cygnus.com>
12114
12115 * toplev.c (documented_lang_options): Add -fshort-wchar.
12116 * c-decl.c (c_decode_option): Likewise.
12117 (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
12118 for wchar_t.
12119 * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
12120 * gcc.c (default_compilers): If -fshort-wchar,
12121 override __WCHAR_TYPE__.
12122 * tm.texi (C Dialect Options): Add -fshort-wchar.
12123
12124 * dwarf2out.c (output_aranges): Use DW_AT_location to find the
12125 symbol for a variable.
12126
12127 * cpplib.h (CPP_PREPROCESSED): New macro.
12128 * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
12129 we're seeing this input for a second time.
12130
12131 Thu Sep 23 12:54:49 1999 Alex Samuel <samuel@codesourcery.com>
12132
12133 * emit-rtl.c (init_emit_once): Initialize modes first.
12134
12135 Sun Sep 19 01:23:23 1999 Alex Samuel <samuel@codesourcery.com>
12136
12137 * config/i386/i386.c (pic_label_name): Change to char pointer.
12138 (global_offset_table): New variable.
12139 (load_pic_register): Fill global_offset_table if it hasn't
12140 already been done. Allocate pic_label_name dynamically.
12141 * ggc.h (empty_string): New variable.
12142 * ggc-simple.c (empty_string): Likewise.
12143 (init_ggc): Allocate empty_string and add as root.
12144 * stmt.c (digit_strings): New variable.
12145 (init_stmt): Add last_block_end_note as root. Allocate and
12146 initialize digit_strings.
12147 (expand_asm_operands): Use empty_string instead of string
12148 constant. Use digit_strings instead of string constants.
12149 * profile.c (init_arc_profiler): Allocate string with
12150 ggc_alloc_string instead of xmalloc.
12151 (output_func_start_profiler): Likewise.
12152 * c-typeck.c (digest_init): Check if init is error_mark_node.
12153
12154 Thu Sep 23 12:59:14 1999 Alex Samuel <samuel@codesourcery.com>
12155 Richard Henderson <rth@cygnus.com>
12156
12157 * ggc-page.c: New file.
12158 * Makefile.in (ggc-page.o): New.
12159
12160 Thu Sep 23 13:55:21 1999 Jeffrey A Law (law@cygnus.com)
12161
12162 * invoke.texi: Document -fdelete-null-pointer-checks
12163 * toplev.c (flag_delete_null_pointer_checks): New.
12164 (f_options): Add entry for -fdelete-null-pointer-checks.
12165 (rest_of_compilation): Conditionalize null pointer check
12166 elimination on flag_delete_null_pointer_checks.
12167 (main): If -O2 or greater, enable -fdelete-null-pointer-checks
12168
12169 1999-09-23 10:56 -0700 Zack Weinberg <zack@bitmover.com>
12170
12171 * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
12172 copyright notice and special exception to GPL.
12173
12174 Thu Sep 23 13:40:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12175
12176 * abi64.h (mips_function_value): Add prototype arguments.
12177
12178 * mips-protos.h: New file with mips prototypes.
12179
12180 * mips.c: Include "tm_p.h".
12181 (mktemp, lookup_name): Add prototype arguments.
12182 (extern_list, string_constant, mips_fill_delay_slot,
12183 mips_output_external, mips_output_external_libcall,
12184 mips_output_filename, mips_declare_object, function_prologue,
12185 mips_expand_prologue, function_epilogue, mips16_constant,
12186 build_mips16_function_stub, mips_output_conditional_branch):
12187 Constify a char*.
12188 (mips_va_start): Remove unused variable `u'.
12189 (mips_va_arg): Cast value to unsigned when comparing against one.
12190 (trace): Delete.
12191 (save_restore_insns, mips_expand_prologue): Add missing arg in
12192 call to `large_int'.
12193
12194 * mips.h: Move prototypes to mips-protos.h.
12195 (data_section, memory_address_p, rdata_section,
12196 readonly_data_section, simple_epilogue_p, text_section): Delete
12197 prototypes delcared elsewhere.
12198 (mips_epilogue_delay_slots, print_options): Delete unused decls.
12199 (trace): Delete.
12200 (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
12201
12202 * mips.md: Delete extra args in call to `mips_move_2words'.
12203
12204 * xm-iris6.h (alloca): Add prototype argument.
12205
12206 * genpeep.c: Include "tm_p.h" in generated output file.
12207
12208 Thu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
12209
12210 * basic-block.h (find_edge_index): Change parameters.
12211 * flow.c (verify_edge_list): Pass basic_block parameters to
12212 find_edge_index instead of integers.
12213
12214 Thu Sep 23 15:54:12 1999 Nick Clifton <nickc@cygnus.com>
12215
12216 * combine.c (simplify_comparison): Use an unsigned shift to adjust
12217 the constant.
12218
12219 Thu Sep 23 08:46:21 1999 Guy Harris <guy@netapp.com>
12220
12221 * gcc.1: Fix a formatting error.
12222
12223 Wed Sep 22 16:10:21 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
12224
12225 * install.texi (Configurations): Remove pyramid. Add fr30, i686,
12226 i786, mn10200, mn10300, pdp11, v850.
12227
12228 Thu Sep 23 07:37:13 1999 Dan Nicolaescu <dann@ics.uci.edu>
12229
12230 * libgcc2.c (num_digits): Add prototype with
12231 __attribute__((const)).
12232 (__terminate): Add prototype.
12233
12234 Thu Sep 23 05:32:06 1999 Richard Henderson <rth@cygnus.com>
12235
12236 * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
12237
12238 * alpha/alpha.c (print_operand): Fix type of `code'.
12239 (alpha_output_filename): Constify.
12240 * alpha/alpha.h: Move all function declarations ...
12241 * alpha/alpha-protos.h: ... here. New file.
12242 * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
12243 (SECTION_FUNCTION_TEMPLATE): Likewise.
12244
12245 Thu Sep 23 11:15:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12246
12247 * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
12248 * expr.c (expand_expr): Likewise.
12249 (do_jump): Likewise.
12250 (do_store_flag): Pass ccp_store_flag to can_compare_p.
12251 * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
12252 accessor macros.
12253 (enum can_compare_purpose): New.
12254 (can_compare_p): Adjust prototype.
12255 (prepare_cmp_insn, prepare_operand): Declare.
12256 * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
12257 * optabs.c (cmp_available_p): Deleted.
12258 (expand_abs): Pass ccp_jump to can_compare_p.
12259 (can_compare_p): New arg PURPOSE. Check for combined optabs.
12260 (prepare_cmp_insn): No longer static. Add arg PURPOSE.
12261 Call can_compare_p rather than cmp_available_p.
12262 (prepare_operand): No longer static.
12263 (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
12264 (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
12265 (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
12266 sequence to use emit_cmp_and_jump_insns.
12267 (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
12268
12269 Wed Sep 22 17:58:01 1999 Stan Cox <scox@cygnus.com>
12270
12271 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
12272 register offsets; let LEGITIMIZE_ADDRESS load it into a register.
12273 (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
12274 (plus (reg) (const_int 0))
12275 * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
12276
12277 Wed Sep 22 17:55:31 1999 David Edelsohn <edelsohn@gnu.org>
12278
12279 * rs6000.c (expand_block_move): DImode loads and stores require
12280 word-aligned displacements. Increment address registers with
12281 adddi3 on 64-bit platform. Use TARGET_POWERPC64 not TARGET_64BIT.
12282
12283 Wed Sep 22 17:35:55 1999 Michael Meissner <meissner@cygnus.com>
12284
12285 * dwarf2out.c (base_type_die): Use the name __unknown__ if there
12286 is no name for the base type, rather than segfault. If we are
12287 writing out a complex integer type, use DW_ATE_lo_user.
12288
12289 * expr.c (emit_move_insn_1): If we are copying a complex that fits
12290 in one word or less (complex char, complex short, or on 64 bit
12291 systems complex float) to/from a hard register, copy it through
12292 memory instead of dying in gen_{real,imag}part. If we have a
12293 short complex type, prevent inlining since it allocates stack
12294 memory.
12295
12296 * tree.c (build_complex_type): If we are writing dwarf2 output,
12297 generate a name for complex integer types.
12298
12299 Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
12300
12301 * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
12302 * flow.c (remove_edge): Remove extra whitespace.
12303 (remove_fake_edges): Fix comment.
12304 (add_noreturn_fake_exit_edges): Use the correct name.
12305
12306 Wed Sep 22 16:12:40 BST 1999 Nathan Sidwell <nathan@acm.org>
12307
12308 * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
12309 (mostlyclean): Depend on INTL_MOSTLYCLEAN.
12310 (clean): Depend on INTL_CLEAN.
12311 (maintainer-clean): Adjust.
12312
12313 Wed Sep 22 10:18:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12314
12315 * configure.in (AC_PREREQ): Bump to 2.13.
12316 (AC_C_STRINGIZE): Call this instead of using a custom macro.
12317
12318 * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
12319
12320 * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
12321
12322 * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
12323
12324 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
12325 (HAVE_STRINGIZE): Define.
12326
12327 Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
12328
12329 * c-parse.in: save and restore warn_pointer_arith on __extension__
12330 along with pedantic.
12331 (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
12332 Set the type of extension to itype rather than $<itype>1 kludge.
12333 * extend.texi (Alternate Keywords): Adjust documentation.
12334 * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
12335
12336 Wed Sep 22 06:06:57 1999 Jeffrey A Law (law@cygnus.com)
12337
12338 * pa.c, pa.h, pa.md: Support multiple assembler dialects in
12339 most assembler templates.
12340
12341 * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
12342 FP loads and stores.
12343 (following_call): Always return zero for the PA8000.
12344 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
12345 FP loads and stores.
12346 (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
12347
12348 * pa.h (BRANCH_COST): Define.
12349
12350 * pa.md (return, return_internal): Use bve for PA2.0.
12351
12352 * pa.md (fused multiply): Add variants which reduce height for the
12353 fused multiply, but which still generate 2 insns.
12354 (fnegabs): Similarly.
12355
12356 * pa.md (subsi3): Turn into an expander. Create two anonymous
12357 patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0.
12358 * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
12359
12360 * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
12361 for TARGET_PA_20.
12362 (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
12363 code generation.
12364 (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
12365 (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
12366
12367 * regclass.c (init_regs): Add "top_of_stack" as a garbage
12368 collection root.
12369
12370 * flow.c (record_active_eh_regions): Terminate loop after finding
12371 the last insn in the last basic block.
12372
12373 Wed Sep 22 20:25:00 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12374
12375 * config/c4x/c4x.md: Delete parallel instruction peepholes.
12376
12377 Wed Sep 22 19:59:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12378
12379 * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
12380
12381 Wed Sep 22 19:56:25 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12382
12383 * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
12384 splitting to not use output template.
12385
12386 Wed Sep 22 19:50:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12387
12388 * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
12389 * config/c4x/c4x.c (c4x_va_start): New function.
12390
12391 Tue Sep 21 18:40:01 1999 Jan Hubicka <hubicka@freesoft.cz>
12392
12393 * genrecog.c (not_both_true): Handle correctly cases when called for
12394 tests with different positions in the insn.
12395
12396 Tue Sep 21 18:29:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12397
12398 * machmode.h (HOST_PTR_PRINTF): Move from here ...
12399
12400 * system.h (HOST_PTR_PRINTF): ... to here.
12401
12402 * mips-tfile.c: Don't include machmode.h.
12403
12404 * Makefile.in (MACHMODE_H): New variable. Update to use it.
12405 (mips-tfile.o): Don't depend on machmode.h.
12406
12407 Tue Sep 21 18:27:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12408
12409 * haifa-sched.c (sched_analyze): Rename local variable `region' to
12410 avoid conflicts with typedef struct `region' at the top level scope.
12411
12412 Tue Sep 21 14:14:50 1999 Richard Henderson <rth@cygnus.com>
12413
12414 * basic-block.h (basic_block): Add eh_beg, eh_end.
12415 * flow.c (entry_exit_blocks): Update.
12416 (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
12417 Call new functions.
12418 (find_basic_blocks_1): Don't record eh_list at each bb. Use
12419 lists.c functions to allocate insn lists.
12420 (make_edges): Use eh_beg+eh_end, not the lists. Split out EH
12421 edge creation ...
12422 (make_eh_edge): ... here. New.
12423 (move_stray_eh_region_notes): New.
12424 (record_active_eh_regions): New.
12425 (delete_unreachable_blocks): Split out block merging ...
12426 (try_merge_blocks): ... here. New.
12427 (merge_blocks_move_predecessor_nojumps): Remove edge arg.
12428 Dump debugging data.
12429 (merge_blocks_move_successor_nojumps): Likewise.
12430 (merge_blocks): Use eh_beg+eh_end to validate block movement.
12431
12432 Tue Sep 21 11:15:03 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
12433
12434 * extend.texi (Bound member functions): Document unbound pmf
12435 conversion.
12436
12437 Tue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
12438
12439 * flow.c (split_edge): Handle insertion on a fallthrough edge which
12440 has the EXIT_BLOCK as a dest.
12441
12442 Tue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
12443
12444 * flow.c (remove_edge): New function to remove an edge from the
12445 flow graph.
12446 (remove_fake_successors): New function to remove fake successor edges.
12447 (remove_fake_edges): New function to remove all fake edges from the
12448 flow graph.
12449 (add_fake_exit_edges): New function to add fake edges from all blocks
12450 with no successors to the exit block.
12451 * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
12452 prototypes for new functions.
12453
12454 Tue Sep 21 14:49:53 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
12455
12456 * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
12457 Use Pmode to determine whether to output .dword or .word.
12458
12459 Tue Sep 21 11:04:34 1999 Alex Samuel <samuel@codesourcery.com>
12460
12461 * tree.c (built_in_filename): New variable.
12462 (BUILT_IN_FILENAME): New macro.
12463 (init_tree_codes): Allocate built_in_filename.
12464 (make_node): Use built_in_filename instead of string constant.
12465
12466 Tue Sep 21 14:13:27 1999 Nick Clifton <nickc@cygnus.com>
12467
12468 * configure.in: Add fr30 target.
12469 * configure: Regenerate.
12470 * config/fr30: New directory.
12471 * config/fr30/crti.asm: New file.
12472 * config/fr30/fr30.c: New file.
12473 * config/fr30/crtn.asm: New file.
12474 * config/fr30/fr30.h: New file.
12475 * config/fr30/fr30.md: New file.
12476 * config/fr30/lib1funcs.asm: New file.
12477 * config/fr30/t-fr30: New file.
12478 * config/fr30/xm-fr30.h: New file.
12479
12480 Tue Sep 21 06:45:31 1999 Jeffrey A Law (law@cygnus.com)
12481
12482 * flow.c (merge_blocks_move_successor_nojumps): Delete the
12483 BARRIER at the end of the successor, not the BARRIER before
12484 the successor.
12485
12486 * pa.c (pa_add_gc_roots): Fix thinko in last change.
12487
12488 Tue Sep 21 05:29:17 1999 Richard Earnshaw (rearnsha@arm.com)
12489
12490 * stmt.c (any_pending_cleanups): Don't crash when
12491 current_function->stmt is unset.
12492
12493 Tue Sep 21 00:59:49 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12494
12495 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
12496 other initializations that may use it for relative offsets.
12497
12498 Mon Sep 20 21:43:25 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12499
12500 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
12501 (ASM_SPEC): Moved from sol2dbg.h. Added work-around for gas.
12502 * config/i386/sol2dbg.h: Removed.
12503 * config/i386/sol2gas.h: New file, to enable gas work-around.
12504 * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
12505 Don't use sol2dbg.h.
12506 * configure: Rebuilt.
12507
12508 Mon Sep 20 13:29:41 1999 Mark Mitchell <mark@codesourcery.com>
12509
12510 * invoke.texi (-fthis-is-variable): Remove documentation.
12511
12512 Mon Sep 20 12:59:16 1999 Richard Henderson <rth@cygnus.com>
12513
12514 * basic-block.h (compute_bb_for_insn): Declare.
12515 * flow.c (compute_bb_for_insn): Export. Don't accept the varray
12516 to use; set size of basic_block_for_insn directly.
12517 (find_basic_blocks): Update.
12518
12519 Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12520
12521 * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
12522
12523 Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12524
12525 * crtstuff.c (ON_EXIT): Delete empty macro definition.
12526 (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
12527
12528 Mon Sep 20 15:25:35 1999 Nick Clifton <nickc@cygnus.com>
12529
12530 * c-decl.c (c_decode_option): Extend comment.
12531
12532 Mon Sep 20 14:43:37 1999 Nick Clifton <nickc@cygnus.com>
12533
12534 * toplev.c (progname): Make 'const char *'
12535 (flag_print_mem): Move out of main.
12536 (version_flag): Move out of main.
12537 (filename): Move out of main.
12538 (debug_args): Remove g prefix from options.
12539 (documented_lang_options): Remove cpplib specific options.
12540 (display_help): Add g prefix to debug options.
12541 (check_lang_option): Delete this function.
12542 (decode_d_option): New function: Decode -d... option.
12543 (decode_f_option): New function: Decode -f... option.
12544 (decode_W_option): New function: Decode -W... option.
12545 (decode_g_option): New function: Decode -g... option.
12546 (independent_decode_option): New function: Decode a language
12547 independent command line option.
12548 (main): Invoke lang_decode_option and then
12549 independent_decode_option on each command line option in
12550 turn.
12551
12552 Mon Sep 20 05:41:36 1999 Jeffrey A Law (law@cygnus.com)
12553
12554 Revert this change. Gavin's patch to operand_equal_p is a better fix.
12555 * fold-const.c (fold_range_test): Do not try to fold the range
12556 test if the rhs or lhs has side effects.
12557
12558 * basic-block.h (compute_flow_dominators): Declare.
12559
12560 * gcse.c (alloc_code_hoist_mem): New function.
12561 (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
12562 (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
12563 (hoist_code, one_code_hoisting_pass): Likewise.
12564 (gcse_main): If optimizing for size, then hoist expressions
12565 computed in multiple dominated basic blocks.
12566
12567 * gcse.c (invalid_nonnull_info): New function.
12568 (delete_null_pointer_checks): Likewise.
12569 * rtl.h (delete_null_pointer_checks): Declare.
12570 * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
12571
12572 * flow.c (merge_blocks_move_predecessor_nojumps): New function.
12573 (merge-blocks_move_successor_nojumps): Likewise.
12574 (merge_blocks): Allow merging of some blocks, even if it requires
12575 physical movement of the blocks, but not if it requires new jumps.
12576
12577 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
12578 Callers and prototype changed.
12579 * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
12580
12581 Mon Sep 20 06:56:32 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12582
12583 * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
12584 -YP when both -p and -pg are present. From i386/sol2.h.
12585
12586 Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12587
12588 * Makefile.in (distclean): Delete tm_p.h.
12589 * configure.in: Create a new file, "tm_p.h", from a list in
12590 "tm_p_file". For ix86 systems, set up "tm_p_file" to include
12591 "i386/i386-protos.h".
12592
12593 * alias.c: Include "tm_p.h".
12594 * c-typeck.c: Likewise.
12595 * calls.c: Likewise.
12596 * cse.c: Likewise.
12597 * emit-rtl.c: Likewise.
12598 * explow.c: Likewise.
12599 * expmed.c: Likewise.
12600 * expr.c: Likewise.
12601 * final.c: Likewise.
12602 * flow.c: Likewise.
12603 * fold-const.c: Likewise.
12604 * function.c: Likewise.
12605 * gcse.c: Likewise.
12606 * global.c: Likewise.
12607 * haifa-sched.c: Likewise.
12608 * integrate.c: Likewise.
12609 * jump.c: Likewise.
12610 * local-alloc.c: Likewise.
12611 * loop.c: Likewise.
12612 * optabs.c: Likewise.
12613 * recog.c: Likewise.
12614 * reg-stack.c: Likewise.
12615 * regclass.c: Likewise.
12616 * regmove.c: Likewise.
12617 * reload.c: Likewise.
12618 * reload1.c: Likewise.
12619 * reorg.c: Likewise.
12620 * resource.c: Likewise.
12621 * stmt.c: Likewise.
12622 * stor-layout.c: Likewise.
12623 * toplev.c: Likewise.
12624 * tree.c: Likewise.
12625 * unroll.c: Likewise.
12626 * genattrtab.c (main): Make generated file include "tm_p.h".
12627 * genemit.c (main): Likewise.
12628 * genoutput.c (main): Likewise.
12629 * genrecog.c (main): Likewise.
12630
12631 * i386.h: Delete all prototypes.
12632 * i386.c: Include "tm_p.h".
12633 (ix86_attr_length_default): Call constant_call_address_operand
12634 with correct number of arguments.
12635 * i386-protos.h: New file.
12636 * i386.md (unnamed patterns): Call constant_call_address_operand
12637 with correct number of arguments.
12638 (exception_receiver): Call load_pic_register with correct number
12639 of arguments.
12640
12641 Sun Sep 19 14:18:39 1999 Richard Henderson <rth@cygnus.com>
12642
12643 * c-pragma.c (mark_align_stack): Dereference the void* properly.
12644
12645 Sun Sep 19 09:03:40 1999 Mark Mitchell <mark@codesourcery.com>
12646
12647 * rtl.h (insns_safe_to_move_p): New function.
12648 * loop.c (find_and_verify_loops): Use it.
12649 * rtlanal.c (insns_safe_to_move_p): Define it.
12650
12651 Sun Sep 19 02:54:33 1999 Richard Henderson <rth@cygnus.com>
12652
12653 * c-pragma.c: Include ggc.h.
12654 * Makefile.in (c-pragma.o): Update.
12655
12656 Sat Sep 18 16:01:18 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12657
12658 * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
12659 (LIB_SPEC): Likewise.
12660 (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
12661 Reindent -YP/-p/-pg.
12662 Copied from config/sparc/sol2.h.
12663
12664 Sat Sep 18 11:52:43 1999 Richard Henderson <rth@cygnus.com>
12665
12666 * c-pragma.c (mark_align_stack): New.
12667 (init_pragma): New.
12668 * c-pragma.h (init_pragma): Declare it.
12669 * c-lex.c (init_parse): Call it.
12670
12671 Sat Sep 18 15:20:38 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12672
12673 * configure.in: Pick up thread library on Solaris/x86 just
12674 like on Solaris/sparc.
12675 * configure: Rebuilt.
12676
12677 Sat Sep 18 11:15:58 1999 Alex Samuel <samuel@codesourcery.com>
12678
12679 * rtl.h (global_rtx_index): New enum.
12680 (global_rtl): Change to array of rtx.
12681 (pc_rtx, cc0_rtx): Redefine accordingly.
12682 (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
12683 (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
12684 (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
12685 (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
12686 (const_int_rtx): Change to array of rtx.
12687 (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
12688 accordingly.
12689 * emit-rtl.c (global_rtl): Change to array of rtx.
12690 (const_int_rtx): Change to aray of rtx.
12691 (gen_rtx_CONST_INT): Redefine accordingly.
12692 (init_emit_once): Allocate and initialize global_rtl. Likewise
12693 for const_int_rtx. Add both as GC roots.
12694 * genattrtab.c (global_rtl): Update declaration.
12695
12696 1999-09-17 Ulrich Drepper <drepper@cygnus.com>
12697
12698 * Makefile (USER_H): Add iso646.h back.
12699
12700 Sat Sep 18 01:07:21 1999 Jeffrey A Law (law@cygnus.com)
12701
12702 * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
12703 zapping the LOG_LINKS of sched_before_next_call.
12704
12705 * pa.h (INSN_SETS_ARE_DELAYED): Delete.
12706 * pa.c (insn_refs_are_delayed): Renamed from
12707 insn_sets_and_refs_are_delayed.
12708
12709 Fri Sep 17 15:19:01 1999 Mark Mitchell <mark@codesourcery.com>
12710
12711 * functiion.h (struct function): Add x_whole_function_mode_p.
12712 (retrofit_block): Declare.
12713 * function.c (retrofit_block): New function.
12714 (identify_blocks): Add assertions. Allow an incomplete set of
12715 block notes if we're still generating code for the function.
12716 * integrate.c: Include loop.h.
12717 (expand_inline_function): Call find_loop_tree_blocks to map block
12718 notes to blocks when in whole-function mode. Use retrofit_block
12719 to insert new BLOCKs for the inlined function, rather than
12720 insert_block.
12721 * stmt.c (expand_fixup): Likewise. Don't use pushlevel/polevel.
12722 * Makefile.in (integrate.o): Depend on loop.h.
12723
12724 Fri Sep 17 15:11:20 1999 Mark Mitchell <mark@codesourcery.com>
12725
12726 * tree.h (warn_about_unused_variables): Declare.
12727 * stmt.c (warn_about_unused_variables): New function, split out
12728 from ...
12729 (expand_end_bindings): Here.
12730
12731 Fri Sep 17 15:07:37 1999 Mark Mitchell <mark@codesourcery.com>
12732
12733 * stmt.c (preserve_subexpressions_p): Don't crash when
12734 current_function->stmt is unset.
12735
12736 Fri Sep 17 15:03:16 1999 Mark Mitchell <mark@codesourcery.com>
12737
12738 * stmt.c (expand_start_bindings): Allow callers to pass a flag
12739 indicating that no NOTE_INSN_BLOCK_BEG note is required.
12740 (expand_start_target_temps): Use it.
12741 * except.c (expand_eh_region_start_for_decl): Likewise.
12742 * expr.c (expand_expr): Likewise.
12743
12744 Fri Sep 17 15:05:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
12745
12746 * fold-const.c (operand_equal_p): Pay attention to side effects.
12747
12748 Fri Sep 17 11:14:17 1999 Jason Merrill <jason@yorick.cygnus.com>
12749
12750 * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
12751 * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
12752
12753 * tlink.c (scan_linker_output): Look for keywords before accepting
12754 a mangled name in quotes.
12755
12756 Thu Sep 16 16:47:08 1999 Richard Henderson <rth@cygnus.com>
12757
12758 * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
12759 * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
12760
12761 Thu Sep 16 16:35:41 1999 Richard Henderson <rth@cygnus.com>
12762
12763 * alpha.md: Revert Thu Nov 26 change that came in through the
12764 last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
12765 Avoid earlyclobber when possible.
12766
12767 Thu Sep 16 18:44:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12768
12769 * libgcc2.c (__do_global_ctors): Call atexit with one arg.
12770
12771 * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
12772 Define HAVE_ON_EXIT.
12773
12774 Thu Sep 16 18:06:35 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12775
12776 * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use
12777 CTYPE_CONV in all ctype macros.
12778
12779 * cccp.c (initialize_char_syntax): Use uppercase ctype macro
12780 from system.h.
12781
12782 * cexp.y (initialize_random_junk): Likewise.
12783
12784 * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
12785
12786 * i370.c (handle_pragma): Likewise.
12787
12788 * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
12789
12790 * v850.c (override_options): Likewise.
12791
12792 * doprint.c (_doprnt): Likewise.
12793
12794 * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
12795 Likewise.
12796
12797 * fixinc/server.c (load_data): Likewise.
12798
12799 * fold-const.c (real_hex_to_f): Likewise.
12800
12801 * genattr.c (write_upcase, gen_attr): Likewise.
12802
12803 * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
12804 write_upcase): Likewise.
12805
12806 * genemit.c (print_code): Likewise.
12807
12808 * genopinit.c (gen_insn): Likewise.
12809
12810 * genpeep.c (print_code): Likewise.
12811
12812 * genrecog.c (print_code): Likewise.
12813
12814 * optabs.c (init_libfuncs): Likewise.
12815
12816 Thu Sep 16 14:03:32 1999 Mark Mitchell <mark@codesourcery.com>
12817
12818 * haifa-sched.c (sched_analyze): Keep the list of notes organized
12819 in pairs.
12820 (reemit_notes): Likewise.
12821
12822 Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>
12823
12824 * ggc.h (ggc_root): Move to ggc-common.c.
12825 (roots): Remove.
12826 (ggc_mark_rtx, ggc_mark_tree): Change to macro.
12827 (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
12828 (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
12829 (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
12830 * ggc-common.c (ggc_root): Move from ggc.h.
12831 (roots): Declare, static.
12832 (ggc_mark_rtx, ggc_mark_tree): Renamed to...
12833 (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
12834 null or check/set mark bit.
12835 (ggc_mark_roots): New.
12836 * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
12837
12838 Thu Sep 16 11:37:32 1999 Richard Henderson <rth@cygnus.com>
12839
12840 * m32r.c: Include toplev.h.
12841 (*): Add ATTRIBUTE_UNUSED as needed to arguments.
12842 (gen_compare): Rename swap_p to must_swap to match uses.
12843 Add default abort case.
12844 (m32r_output_function_epilogue): Remove unused variables.
12845 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12846 * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
12847 define to empty parameter list. Update all uses.
12848 (predicate decls): Use enum machine_mode not int.
12849 * m32r.md (movsi): Call abort, not fatal_insn.
12850 (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
12851
12852 1999-09-14 Andrew Haley <aph@cygnus.com>
12853
12854 * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
12855 use $0 instead of 0.
12856
12857 Thu Sep 16 10:53:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12858
12859 * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
12860 computation out of loop over hard regs.
12861
12862 Wed Sep 15 21:37:06 1999 Mark Mitchell <mark@codesourcery.com>
12863
12864 * function.c (identify_blocks): Don't shadow a variable in an
12865 outer scope.
12866 * integrate.c (integrate_decl_tree): Don't use pushlevel,
12867 pushdecl, or poplevel to build up the new BLOCK tree.
12868 (expand_inline_function): Likewise.
12869 (integrate_parm_decls): Likewise.
12870
12871 Wed Sep 15 21:20:38 1999 Mark Mitchell <mark@codesourcery.com>
12872
12873 * c-typeck.c (qualify_type): Merge qualifiers from both types.
12874
12875 1999-09-15 Brad Lucier <lucier@math.purdue.edu>
12876
12877 * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
12878 * invoke.texi: Document this change.
12879
12880 Wed Sep 15 17:56:00 1999 Richard Henderson <rth@cygnus.com>
12881
12882 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
12883 Free the struct.
12884 (mark_emit_status): Renamed from mark_emit_state.
12885 * except.c (mark_eh_status): Renamed from mark_eh_state.
12886 Check not null before marking.
12887 (free_eh_status): New.
12888 * expr.c (mark_expr_status, free_expr_status): New.
12889 * function.c (free_machine_status): New.
12890 (free_after_parsing): New.
12891 (free_after_compilation): Move bits to free_after_parsing; call
12892 free_eh_status, free_expr_status; zero the marked members of the
12893 function state.
12894 (prepare_function_start): No can_garbage_collect.
12895 Call init_eh_for_function.
12896 (expand_dummy_function_end): Free up current_function state.
12897 (mark_function_status): Renamed from mark_function_state.
12898 (mark_function_chain): No can_garbage_collect. Call mark_expr_status.
12899 * function.h (struct function): No can_garbage_collect.
12900 (free_machine_status, free_after_parsing): Declare.
12901 (free_eh_status, free_expr_status): Declare.
12902 * ggc.h (mark_expr_status): Declare.
12903 * stmt.c (free_stmt_status): Free the struct.
12904 (mark_stmt_status): Renamed from mark_stmt_state.
12905 (init_stmt): Don't call init_eh.
12906 (init_stmt_for_function): Don't call init_eh_for_function.
12907 * toplev.c (compile_file): Call init_eh.
12908 (rest_of_compilation): Free basic block info before ggc_collect.
12909 Call free_after_parsing; conditionally call free_after_compilation.
12910 * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
12911 Check not null before marking.
12912 (free_varasm_status): Don't check DECL_DEFER_OUTPUT. Free the struct.
12913
12914 Wed Sep 15 17:53:16 1999 Richard Henderson <rth@cygnus.com>
12915
12916 * c-lex.c (yylex): Initialize warn.
12917
12918 Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
12919
12920 * pa.c (emit_move_sequence): Properly set the mode of the scratch
12921 register when performing secondary reloads for the SAR register.
12922
12923 Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
12924
12925 * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
12926 (NOTE_BLOCK): New macro.
12927 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
12928 * function.h (identify_blocks): Change prototype.
12929 * function.c (identify_blocks): Simplify.
12930 (reorder_blocks): Likewise.
12931 * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
12932 NOTE_INSN_BLOCK_{BEG,END}.
12933 * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
12934 the list of saved notes if the note isn't a
12935 NOTE_INSN_BLOCK_{BEG,END}.
12936 (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
12937 NOTE_BLOCK_NUMBER.
12938 (reemit_notes): Adjust recreation of notes to reflect new saved
12939 note structure.
12940 * print-rtl.c (print_rtx): Print the address of the BLOCK when
12941 printing a block note.
12942 * stmt.c (block_vector): Remove.
12943 (find_loop_tree_blocks): Simplify.
12944 (unroll_block_trees): Likewise.
12945 * tree.h (reorder_block): Change prototype.
12946
12947 Wed Sep 15 14:39:35 1999 Jason Merrill <jason@yorick.cygnus.com>
12948
12949 * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.
12950 * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
12951 (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
12952 (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl.
12953 (atexit, exit): Simplify.
12954 * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT.
12955 * config/lots: Remove defns of HAVE_ATEXIT.
12956
12957 Wed Sep 15 10:25:12 1999 Mark Mitchell <mark@codesourcery.com>
12958
12959 * calls.c (precompute_arguments): Fix typo in comment.
12960 * expr.c (preexpand_calls): Don't preexpand the cleanup in a
12961 TARGET_EXPR.
12962
12963 Wed Sep 15 09:59:59 1999 Mark Mitchell <mark@codesourcery.com>
12964
12965 * dsp16xx.c (override_options): Fix typos in GC root registration.
12966
12967 Wed Sep 15 15:23:28 1999 Philip Blundell <pb@nexus.co.uk>
12968
12969 * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
12970 from config/svr4.h.
12971 (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
12972 (FUNCTION_PROFILER): Redefine appropriately for Linux.
12973 (CC1_SPEC): Likewise.
12974
12975 Wed Sep 15 10:09:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12976
12977 * genattr.c (main): Add extern prototype. Call return, not exit.
12978 * genattrtab.c (main): Likewise.
12979 * gencheck.c (main): Likewise.
12980 * gencodes.c (main): Likewise.
12981 * genconfig.c (main): Likewise.
12982 * genemit.c (main): Likewise.
12983 * genextract.c (main): Likewise.
12984 * genflags.c (main): Likewise.
12985 * gengenrtl.c (main): Likewise.
12986 * genopinit.c (main): Likewise.
12987 * genoutput.c (main): Likewise.
12988 * genpeep.c (main): Likewise.
12989 * genrecog.c (main): Likewise.
12990
12991 * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
12992 * genattrtab.c (get_insn_name): Likewise.
12993 * gencodes.c (get_insn_name): Likewise.
12994 * genconfig.c (get_insn_name): Likewise.
12995 * genemit.c (get_insn_name): Likewise.
12996 * genextract.c (get_insn_name): Likewise.
12997 * genflags.c (get_insn_name): Likewise.
12998 * genopinit.c (get_insn_name): Likewise.
12999 * genpeep.c (get_insn_name): Likewise.
13000
13001 * gencheck.c (usage): Add static prototype.
13002 * genextract.c (print_path): Constify a char*.
13003 * genopinit.c (optabs): Likewise.
13004 * genoutput.c (operand_data, data, output_predicate_decls,
13005 compare_operands): Likewise.
13006 * genrecog.c (write_tree): Add default case in switch.
13007
13008 Wed Sep 15 09:59:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13009
13010 * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
13011
13012 * print-rtl.c (get_insn_name): Remove prototype.
13013
13014 * toplev.h (progname): Declare const.
13015
13016 * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
13017 init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
13018 dump_sched_info, dump_local_alloc, regset_release_memory,
13019 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
13020 error_with_file_and_line, error_with_decl, error_for_asm, error,
13021 fatal, warning_with_file_and_line, warning_with_decl, warning,
13022 pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
13023 Remove redundant prototypes.
13024
13025 (notice, check_lang_option, report_file_and_line, vnotice,
13026 mark_file_stack): Add static prototype.
13027 (set_fatal_function): Add prototype.
13028 (vnotice, report_file_and_line, set_fatal_function,
13029 check_lang_option): Constify a char*.
13030 (main): Prototype. Call return, not exit.
13031
13032 Wed Sep 15 09:50:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13033
13034 * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
13035
13036 * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
13037
13038 * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
13039
13040 * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
13041
13042 Wed Sep 15 11:04:43 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13043
13044 * function.c (assign_parms): Delete arg SECOND_TIME. Don't test it,
13045 behave as if it's zero in all cases.
13046 (expand_function_start): Adjust call to assign_parms.
13047 * tree.h (assign_parms): Adjust prototype.
13048 * objc/objc-act.c (hack_method_prototype): Adjust call to
13049 assign_parms.
13050
13051 Tue Sep 14 21:47:06 1999 Jeffrey A Law (law@cygnus.com)
13052
13053 * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
13054 arg_pointer_rtx fixed if the argument pointer register is
13055 not fixed.
13056 (NONZERO_BASE_PLUS_P): Likewise.
13057
13058 Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
13059
13060 * rtl.def (match_insn, match_insn2): Remove match_insn; rename
13061 match_insn2 to match_insn.
13062 * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
13063
13064 Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
13065
13066 * Makefile.in (USER_H): Remove va-foo.h.
13067
13068 * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
13069 va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
13070 va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
13071 va-spur.h,va-v850.h}: Remove.
13072
13073 Tue Sep 14 19:43:16 1999 Richard Henderson <rth@cygnus.com>
13074
13075 * sparc/sparc.md (eligible_for_return_delay): New attribute.
13076 (in_return_delay): Use it instead of match_insn.
13077
13078 Tue Sep 14 23:05:37 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13079
13080 * config/alpha/va_list.h (va-alpha.h): Do not include.
13081 (__gnuc_va_list): Typedef as in varargs.h.
13082
13083 Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
13084
13085 * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
13086 DECL_LIVE_RANGE_RTL.
13087
13088 Tue Sep 14 16:47:08 1999 Mark Mitchell <mark@codesourcery.com>
13089
13090 * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
13091 not NOTE_BLOCK_NUMBER.
13092 (expand_eh_region_end): Likewise.
13093 (find_exception_handler_labels): Likewise.
13094 (scan_region): Likewise.
13095 (exception_optimize): Likewise.
13096 (update_rethrow_references): Likewise.
13097 (set_insn_eh_region): Likewise.
13098 * final.c (final_scan_insn): Likewise.
13099 * flow.c (make_edges): Likewise.
13100 * integrate.c (expand_inline_function): Likewise.
13101 * print-rtl.c (print_rtx): Likewise.
13102
13103 Tue Sep 14 16:30:16 1999 Richard Henderson <rth@cygnus.com>
13104
13105 * ginclude/stdarg.h, ginclude/varargs.h: Implement in
13106 terms of builtin functions and types.
13107
13108 * mips.c (mips_build_va_list): New.
13109 (mips_va_start, mips_va_arg): New.
13110 * mips.h (BUILD_VA_LIST_TYPE): New.
13111 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
13112
13113 * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
13114 (sh_build_va_list, sh_va_start, sh_va_arg): New.
13115 * sh.h (BUILD_VA_LIST_TYPE): New.
13116 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
13117
13118 Tue Sep 14 16:20:24 1999 Richard Henderson <rth@cygnus.com>
13119
13120 * recog.h (struct recog_data): Make dup_num, operand_address_p,
13121 n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
13122 (struct insn_data): Likewise with n_operands, n_dups,
13123 n_alternatives, output_format.
13124 * regclass.c (scan_one_insn): Cast n_operands to int before
13125 arithmetic inside comparison.
13126
13127 Tue Sep 14 15:13:36 1999 Richard Henderson <rth@cygnus.com>
13128
13129 * toplev.c (compile_function): Unconditionally emit nop.
13130
13131 Tue Sep 14 14:41:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13132
13133 * haifa-sched.c (actual_hazard): Move declaration of variable
13134 `this_cost' into the scope where it is used.
13135
13136 Tue Sep 14 14:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13137
13138 * c-pragma.c (handle_pragma_token): Wrap variables `name' and
13139 `value' in HANDLE_PRAGMA_WEAK. Wrap variable `align' in
13140 HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
13141
13142 * genrecog.c (make_insn_sequence): Call memset, not bzero.
13143
13144 * jump.c (find_insert_position): Don't declare or define unless
13145 !HAVE_conditional_arithmetic.
13146 (returnjump_p_1, delete_prior_computation): Add static prototypes.
13147
13148 * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
13149
13150 * recog.c (offsettable_address_p): Prototype function pointer.
13151 (preprocess_constraints): Call memset, not bzero.
13152
13153 * tree.c (tree_node_kind_names): Constify a char*. Make static.
13154 (gcc_obstack_init): Don't declare.
13155 (fix_sizetype): Add static prototype.
13156 (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
13157 (tree_cons): Call memset, not bzero.
13158
13159 * varasm.c (remove_from_pending_weak_list): Wrap declaration and
13160 definition in macro ASM_WEAKEN_LABEL.
13161 (mark_const_hash_entry): Add static prototype.
13162
13163 Tue Sep 14 12:22:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13164
13165 * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
13166
13167 * unroll.c (find_common_reg_term, subtract_reg_term,
13168 loop_find_equiv_value): Add static prototypes.
13169 (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
13170 (copy_loop_body): Remove unreachable break statement.
13171
13172 * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
13173
13174 * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
13175
13176 Tue Sep 14 15:28:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13177
13178 Undo some changes from the gcc2 merge:
13179 * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
13180 * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
13181 pointers.
13182
13183 Undo this change:
13184 Sat Oct 3 07:20:28 1998 Stephen L Moshier <moshier@world.std.com>
13185 * emit-rtl.c (gen_lowpart_common): Disable optimization of
13186 initialized float-int union if the value is a NaN.
13187
13188 Tue Sep 14 04:03:44 1999 Mumit Khan <khan@xraylith.wisc.edu>
13189
13190 * gthr-win32.h: New file.
13191
13192 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
13193 shared as a valid attribute.
13194 * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
13195 * extend.texi: Document `shared' variable attribute.
13196
13197 Tue Sep 14 04:01:46 1999 Loren Rittle <ljrittle@acm.org>
13198
13199 * configure.in: Handle --enable-threads on FreeBSD.
13200 * configure: Rebuit.
13201
13202 Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
13203
13204 * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
13205 thread support.
13206 * configure: Rebuilt.
13207
13208 Tue Sep 14 03:47:23 1999 Joel Sherrill <joel@OARcorp.com>
13209 Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
13210 Rosimildo DaSilva <rdasilva@connecttel.com>
13211
13212 * configure.in (m68k-*-rtemscoff*): Added.
13213 * configure.in (mips64orion-*-rtems*): Converted to ELF.
13214 * configure.in (sparc-*-rtemsaout*): Added as alias for old
13215 sparc-rtems configuration.
13216 * configure.in (sparc-*-rtemself*): Added.
13217 * configure.in (sparc-*-rtems*): Now ELF not a.out.
13218 * config/i386/rtems.h: Added comment.
13219 * config/sparc/rtemself.h: New file.
13220
13221 * configure.in (m68k-rtemself): Added.
13222 * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
13223 and DWARF_DEBUGGING_INFO.
13224 * config/m68k/crti.s: New file.
13225 * config/m68k/crtn.s: New file.
13226 * config/m68k/t-crtstuff: New file.
13227 * config/m68k/rtemself.h: New file.
13228
13229 * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
13230 global ctor/dtor and C++ exception handling.
13231 * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
13232 for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
13233 ENDFILE_SPEC.
13234 * config/i386/t-rtems-i386: New File.
13235
13236 Tue Sep 14 09:47:41 1999 Andreas Schwab <schwab@suse.de>
13237
13238 * stmt.c (expand_end_case): Return right away if the case stack is
13239 empty.
13240
13241 Tue Sep 14 01:47:19 1999 Jeffrey A Law (law@cygnus.com)
13242
13243 * Makefile.in (version.c): Remove rule incorrectly brought in from
13244 the gcc2 merge.
13245
13246 Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
13247
13248 * Makefile.in: Prepend $(SHELL) to move-if-change calls.
13249 * msdos/top.sed: Take into account a prepended $(SHELL) to
13250 move-if-change.
13251 * winnt/config-nt.sed: Likewise. Kill bogus substitution.
13252
13253 * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
13254
13255 Tue Sep 14 01:38:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13256
13257 * regmove.c (fixup_match_1): Don't change an unchanging register.
13258 (stable_but_for_p): Renamed to:
13259 (stable_and_no_regs_but_for_p). Reject unchanging registers too.
13260 Changed all callers.
13261
13262 Tue Sep 14 01:33:15 1999 Andreas Schwab <schwab@suse.de>
13263
13264 * loop.c (strength_reduce): Don't call reg_used_between_p if the
13265 insn from BL2 is after the insn from BL.
13266
13267 Mon Sep 13 21:06:01 1999 Richard Henderson <rth@cygnus.com>
13268
13269 * recog.h (INSN_OUTPUT_FORMAT_*): New.
13270 (struct insn_data): Merge `template' and `outfun' into `output'.
13271 Add `output_format'.
13272 * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
13273 (struct data): Remove `outfun'; add `output_format'.
13274 (name_for_index): Remove declaration.
13275 (output_insn_data): Handle output formats.
13276 (process_template): Emit the bare array for @.
13277 (gen_expand, gen_split): Set output_format to NONE.
13278 * output.h (get_insn_template): Declare.
13279 * final.c (get_insn_template): New.
13280 (final_scan_insn): Use it.
13281 * toplev.c (compile_file): Likewise.
13282
13283 * c4x/c4x.c (c4x_process_after_reload): Likewise.
13284 * i860/i860.c (output_delayed_branch): Likewise.
13285 (output_delay_insn): Likewise.
13286
13287 1999-09-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13288
13289 * rtl.c (obstack_alloc_rtx): Removed.
13290
13291 1999-09-13 17:03 -0700 Zack Weinberg <zack@bitmover.com>
13292
13293 * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
13294
13295 Mon Sep 13 15:21:46 1999 Richard Henderson <rth@cygnus.com>
13296
13297 * i386.c (call_insn_operand): Reject const_int.
13298 (expander_call_insn_operand): Use call_insn_operand.
13299
13300 Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13301
13302 * gcc.c (getrusage): Wrap prototype arguments in PROTO().
13303
13304 1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
13305
13306 * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
13307 Use DImode operation.
13308
13309 1999-09-13 12:13 -0700 Zack Weinberg <zack@bitmover.com>
13310
13311 * gcc.c: Include sys/resource.h.
13312 (report_times): New flag.
13313 (execute): If report_times is set, calculate and report the
13314 CPU time consumed by each subprocess.
13315
13316 (rus, prus): New globals.
13317 (option_map): Add --time.
13318 (display_help): Document -time.
13319 (process_command): Set report_times if -time is given.
13320 Turn off -pipe if -time is given.
13321
13322 * invoke.texi: Document new option -time.
13323
13324 * configure.in: Check for getrusage. Check if we have to
13325 prototype getrusage.
13326 * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
13327 * configure: Regenerate.
13328 * config.in: Regenerate.
13329
13330 Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
13331
13332 * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
13333 fields.
13334
13335 Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
13336
13337 * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
13338 appropriate) if FINE_GRAINED_LIBRARIES is not defined.
13339 (nan): Return _thenan_sf or _thenan_df as appropriate.
13340 (L_thenan_sf): Define _thenan_sf.
13341 (L_thenan_df): Define _thenan_df.
13342
13343 * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
13344 (DPBIT_FUNCS): Add _thenan_df.
13345
13346 Mon Sep 13 09:38:53 1999 Andreas Schwab <schwab@suse.de>
13347
13348 * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and
13349 TYPE_SIZE_UNIT.
13350
13351 Sun Sep 12 23:28:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13352
13353 * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
13354
13355 * gcc.h: New file.
13356 (lang_specific_driver): Don't take a function pointer parameter.
13357 All callers changed.
13358
13359 * gcc.c: Include gcc.h.
13360 (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
13361 lang_specific_extra_outfiles, fatal): Don't declare.
13362 (multilib_defaults_raw): Constify.
13363 (read_specs): Call memset, rather than bzero.
13364 (main): Call return, not exit.
13365 (lookup_compiler): Call memcpy, not bcopy.
13366 (fatal): Make extern.
13367
13368 * cppspec.c: Include gcc.h.
13369 (lang_specific_driver): Initialize variable `quote'. Constify a
13370 char*. All calls to the function pointer parameter now
13371 explicitly call `fatal'.
13372
13373 * gccspec.c (lang_specific_driver): Include gcc.h.
13374
13375 Sun Sep 12 19:52:10 1999 Richard Earnshaw <rearnsha@arm.com>
13376
13377 * arm.c (note_invalid_constants): Use recog_data.operand_type
13378 for recog_op_type.
13379
13380 Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13381
13382 * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
13383 Declare.
13384
13385 * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
13386 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
13387 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
13388 reload_secondary_in_reload, reload_secondary_out_reload,
13389 reload_secondary_in_icode, reload_secondary_out_icode,
13390 reload_reg_rtx, reload_when_needed): Delete declarations.
13391 (struct reload): New structure.
13392 (rld): Declare new array.
13393 * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
13394 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
13395 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
13396 reload_secondary_in_reload, reload_secondary_out_reload,
13397 reload_secondary_in_icode, reload_secondary_out_icode,
13398 reload_reg_rtx, reload_when_needed): Delete definitions.
13399 (rld): New array.
13400 (whole file): Replace uses of the deleted arrays with uses of rld.
13401 * reload1.c (whole file): Replace uses of the deleted arrays with
13402 uses of rld.
13403 (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
13404 explicit loops, not with bcopy.
13405
13406 Sun Sep 12 05:00:24 1999 Richard Henderson <rth@cygnus.com>
13407
13408 * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
13409 insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
13410 insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
13411 insn_name): Delete and consolidate into new structures.
13412 (insn_operand_predicate_fn): New.
13413 (insn_output_fn): New.
13414 (insn_gen_fn): New.
13415 (struct insn_operand_data): New.
13416 (struct insn_data): New.
13417 (insn_data): New.
13418 (OUT_FCN): Update for insn_data change.
13419 * builtins.c (expand_builtin_strlen): Likewise.
13420 (expand_builtin_memcmp): Likewise.
13421 * combine.c (make_extraction, simplify_comparison): Likewise.
13422 * cse.c (canon_reg, cse_insn): Likewise.
13423 * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
13424 * expmed.c (store_bit_field, extract_bit_field): Likewise.
13425 (emit_store_flag): Likewise.
13426 * expr.c (convert_move, emit_block_move): Likewise.
13427 (clear_storage, emit_push_insn, expand_increment): Likewise.
13428 (do_store_flag): Likewise.
13429 * expr.h (GEN_FCN): Likewise.
13430 (insn_gen_function): Die.
13431 * final.c (final_scan_insn): Update for insn_data change.
13432 (output_asm_name): Likewise.
13433 * function.c (fixup_var_refs_1): Likewise.
13434 * loop.c (check_dbra_loop): Likewise.
13435 * optabs.c (expand_binop, expand_twoval_binop): Likewise.
13436 (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
13437 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
13438 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
13439 * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
13440 * regmove.c (gen_add3_insn): Likewise.
13441 * reload.c (push_secondary_reload, combine_reloads): Likewise.
13442 (find_reloads, find_reloads_address_1): Likewise.
13443 (debug_reload_to_stream): Likewise.
13444 * reload1.c (emit_reload_insns, gen_reload): Likewise.
13445 * stmt.c (expand_end_case): Likewise.
13446 * toplev.c (compile_file): Likewise.
13447
13448 * c4x/c4x.c (c4x_process_after_reload): Likewise.
13449 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
13450
13451 * print-rtl.c (insn_name_ptr): Remove declaration.
13452 (get_insn_name): Declare.
13453 (print_rtx): Use it.
13454 * genoutput.c (insn_name_ptr): Remove.
13455 (next_operand_number): New.
13456 (struct operand_data): New.
13457 (null_operand, odata, odata_end): New.
13458 (struct data): Use struct operand_data.
13459 (idata, idata_end): Renamed from insn_data and end_of_insn_data.
13460 (get_insn_name): Renamed from name_for_index.
13461 (output_prologue): Define NO_MD_PROTOTYPES.
13462 (output_predicate_decls): Break out from output_epilogue.
13463 Iterate over the operands list.
13464 (output_operand_data): Break out from output_epilogue. Emit
13465 just the operands list.
13466 (output_insn_data): Break out from output_epilogue. Emit just
13467 the insn data.
13468 (output_epilogue): Remove.
13469 (output_get_insn_name): New.
13470 (constraints, op_n_alternatives, predicates, address_p): Die.
13471 (modes, strict_low, seen): Die.
13472 (scan_operands): Take new param `d' instead of writing to
13473 seven global variables.
13474 (compare_operands): New.
13475 (place_operands): New.
13476 (validate_insn_alternatives): Update for struct data change.
13477 (gen_insn): Don't zero or copy 7 global arrays. Update for
13478 scan_operands; call place_operands.
13479 (gen_peephole, gen_expand, gen_split): Likewise.
13480 (main): Update for new output routines.
13481
13482 * genattr.c (insn_name_ptr): Remove.
13483 (get_insn_name): New function.
13484 * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
13485 * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
13486 * genrecog.c: Likewise.
13487
13488 * alpha.md (adddi3): Make `pattern' array static.
13489
13490 Sun Sep 12 22:05:21 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13491
13492 * config/c4x/c4x.h (c4x_rpts_cycles_string,
13493 c4x_cpu_version_string): Constify char *.
13494 * config/c4x/c4x.c (c4x_rpts_cycles_string,
13495 c4x_cpu_version_string): Likewise.
13496
13497 Sat Sep 11 23:28:33 1999 Richard Henderson <rth@cygnus.com>
13498
13499 * tree.c (save_tree_status): Revert 10 Sep change.
13500 (restore_tree_status): Likewise. Call obstack_free with NULL
13501 before freeing the obstack proper.
13502
13503 Sat Sep 11 23:23:46 1999 Richard Henderson <rth@cygnus.com>
13504
13505 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
13506
13507 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
13508 surrounding context.
13509
13510 Sat Sep 11 19:52:43 1999 Mark Mitchell <mark@codesourcery.com>
13511
13512 * tree.c (type_hash_canon): Put all types in the hash-table, when
13513 GC'ing.
13514
13515 Sat Sep 11 18:37:04 1999 Richard Henderson <rth@cygnus.com>
13516
13517 * recog.h (struct recog_data, recog_data): New.
13518 (recog_foo variables): Kill.
13519 * recog.c (recog_operand, recog_operand_loc): Kill.
13520 (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
13521 (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
13522 (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
13523 (recog_data): Define.
13524 (extract_insn): Update all recog_foo references to use recog_data.
13525 (preprocess_constraints, constrain_operands): Likewise.
13526 * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
13527 * genattrtab.c (main): Likewise.
13528 * genextract.c (main): Likewise.
13529 * genoutput.c: Likewise.
13530 * genrecog.c (write_subroutine, main): Likewise.
13531 * local-alloc.c (block_alloc): Likewise.
13532 * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
13533 * regclass.c (scan_one_insn, record_reg_classes): Likewise.
13534 * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
13535 * reload.c (find_reloads, find_reloads_toplev): Likewise.
13536 * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
13537 (reload_cse_simplify_operands): Likewise.
13538
13539 * arc/arc.c (arc_final_prescan_insn): Likewise.
13540 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
13541 * h8300/h8300.c (notice_update_cc): Likewise.
13542 * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
13543 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
13544 * mn10200/mn10200.c (notice_update_cc): Likewise.
13545 * mn10300/mn10300.c (notice_update_cc): Likewise.
13546 * romp/romp.c (update_cc): Likewise.
13547 * sparc/sparc.c (check_pic): Likewise.
13548 * v850/v850.c (notice_update_cc): Likewise.
13549
13550 * genemit.c (main): Don't declare recog_operand.
13551
13552 Sat Sep 11 12:41:55 1999 Alex Samuel <samuel@codesourcery.com>
13553
13554 * ggc.h (rtvec_def): Forward declare.
13555 (tree_node): Likewise.
13556 (ggc_root): Define.
13557 (roots): Declare.
13558 (ggc_set_mark_rtx): Add prototype.
13559 (ggc_set_mark_rtvec): Likewise.
13560 (ggc_set_mark_tree): Likewise.
13561 * ggc-simple.c (ggc_root): Don't define.
13562 (roots): Don't declare.
13563 (ggc_mark_rtx): Remove.
13564 (ggc_mark_rtvec): Likewise.
13565 (ggc_mark_tree): Likewise.
13566 (ggc_mark_varray): Likewise.
13567 (ggc_mark_tree_hash_table_entry): Likewise.
13568 (ggc_mark_tree_hash_table): Likewise.
13569 (ggc_set_mart_rtx): New function.
13570 (ggc_set_mark_rtvec): Likewise.
13571 (ggc_set_mark_tree): Likewise.
13572 (ggc_add_root): Remove.
13573 (ggc_add_rtx_root): Likewise.
13574 (ggc_remove_tree_root): Likewise.
13575 (ggc_add_string_root): Likewise.
13576 (ggc_add_tree_varray_root): Likewise.
13577 (ggc_add_tree_hash_table_root): Likewise.
13578 (ggc_del_root): Likewise.
13579 (ggc_mark_rtx_ptr): Likewise.
13580 (ggc_mark_tree_ptr): Likewise.
13581 (ggc_mark_string_ptr): Likewise.
13582 (ggc_mark_tree_varray_ptr): Likewise.
13583 (ggc_mark_tree_hash_table_ptr): Likewise.
13584 * ggc-common.c: New file.
13585 * Makefile.in (OBJS): Add ggc-common.o.
13586 (ggc-common.o): List dependencies.
13587
13588 1999-09-10 22:37 -0700 Zack Weinberg <zack@bitmover.com>
13589
13590 * cppalloc.c (xstrdup): Use memcpy.
13591 * cpperror.c (cpp_print_containing_files): Don't use
13592 cpp_notice.
13593 * cpplib.c (conditional_skip): Set temp->lineno.
13594 (do_endif): Make error message less obscure.
13595 (if_directive_name): New function.
13596 (cpp_get_token [case EOF]): Unwind the if stack and generate
13597 error messages for each unterminated conditional in this file.
13598 (parse_string): Do not behave differently if -traditional.
13599
13600 Fri Sep 10 14:04:07 1999 Richard Henderson <rth@cygnus.com>
13601
13602 * builtins.c (expand_builtin_va_arg): Cope with an array-type
13603 va_list decomposing to pointer-type.
13604 * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
13605 (rs6000_va_arg): Likewise.
13606
13607 Fri Sep 10 13:21:21 1999 Jim Wilson <wilson@cygnus.com>
13608
13609 * except.c (start_dynamic_handler): Compute size using
13610 STACK_SAVEAREA_MODE.
13611
13612 Fri Sep 10 16:01:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13613
13614 * protoize.c: Remove various __STDC__ and POSIX hacks. Don't
13615 include directory headers. Don't define strrchr. Don't provide
13616 my_* replacement functions. Prefer PTR over `pointer_type'.
13617 Don't prototype system functions. Don't redefine getopt.
13618
13619 (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
13620 safe_read, safe_write, save_pointers, restore_pointers,
13621 is_id_char, in_system_include_dir, directory_specified_p,
13622 file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
13623 find_corresponding_lparen, referenced_file_is_newer,
13624 save_def_or_dec, munge_compile_params, gen_aux_info_file,
13625 process_aux_info_file, identify_lineno, check_source,
13626 seek_to_line, forward_to_next_token_char, output_bytes,
13627 output_string, output_up_to, other_variable_style_function,
13628 find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
13629 do_processing, is_syscalls_file, rename_c_file, find_extern_def,
13630 find_static_definition, connect_defs_and_decs, add_local_decl,
13631 add_global_decls, needs_to_be_converted, visit_each_hash_node,
13632 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
13633 edit_fn_declaration, edit_formals_lists, edit_fn_definition,
13634 scan_for_missed_items, edit_file, string_list_cons): Add static
13635 prototypes.
13636 (standard_exec_prefix, target_machine, target_version,
13637 default_syscalls_dir, string_list, string_list_cons, find_file,
13638 do_cleaning): Constify a char*.
13639 (safe_read, safe_write): Use PTR, not a char*.
13640 (is_id_char): Take an int, not a char.
13641 (main): Add prototype. Call return, not exit.
13642
13643 Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>
13644
13645 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
13646 when comparing types.
13647
13648 Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com>
13649
13650 * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
13651 (strength_reduce): Release the varrays from the no-bivs early exit.
13652
13653 * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
13654 the loop over the registers.
13655
13656 * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
13657 for a new obstack.
13658 (restore_tree_status): Check that instead when freeing the obstack.
13659
13660 Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>
13661
13662 * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
13663 as pointers.
13664
13665 Fri Sep 10 11:58:55 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13666
13667 * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall. Fix some
13668 operand size modifiers.
13669
13670 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13671
13672 * c-common.c (c_common_nodes_and_builtins): Don't build
13673 va_list_type_node.
13674 * c-common.h (enum c_tree_index and related accesor macros): Remove
13675 everything now declared in tree.h.
13676 * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
13677 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
13678 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
13679 (error_mark_node, void_type_node, char_type_node, integer_type_node,
13680 unsigned_type_node, ptr_type_node, va_list_type_node,
13681 integer_zero_node, null_pointer_node, integer_one_node): Delete.
13682 (init_decl_processing): Call build_common_tree_nodes and
13683 build_common_tree_nodes_2 instead of building their nodes here.
13684 Don't add roots for these nodes.
13685 * stor-layout.c (size_zero_node, size_one_node): Delete.
13686 (set_sizetype): Make a new node for bitsizetype each time.
13687 * tree.c (global_trees): New variable.
13688 (init_obstacks): Add a gc root for it.
13689 (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
13690 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
13691 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
13692 (build_common_tree_nodes): New function.
13693 (fix_sizetype): New function.
13694 (build_common_tree_nodes_2): New function.
13695 * tree.h (enum tree_index): New.
13696 (global_trees): Declare.
13697 Add accessor macros for all nodes now moved to global_trees.
13698 Delete their declarations.
13699
13700 Thu Sep 9 20:15:46 1999 Richard Henderson <rth@cygnus.com>
13701
13702 * c-decl.c (finish_function): When processing a nested function,
13703 push and pop GC context around rest_of_compilation.
13704
13705 Thu Sep 9 16:42:06 1999 Richard Henderson <rth@cygnus.com>
13706
13707 * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
13708 Default ix86_arch to PROCESSOR_I386.
13709 * i386.h (CC1_CPU_SPEC): Don't add -march=foo. Remove -mno-foo.
13710 (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
13711 (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
13712 (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
13713 __tune_foo__ if no -mcpu. Make -mcpu=bar define __tune_bar__.
13714 (EXTRA_SPECS): Remove deleted specs.
13715
13716 Thu Sep 9 16:03:06 1999 Richard Henderson <rth@cygnus.com>
13717
13718 * function.c (assign_stack_local_1): Allocate from
13719 function->x_frame_offset, not frame_offset.
13720
13721 Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
13722
13723 * ggc.h (lang_cleanup_tree): Remove.
13724 * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
13725 * ggc-callbacks.c (lang_cleanup_tree): Remove.
13726
13727 * c-decl.c (finish_struct): Use ggc_alloc to allocate
13728 TYPE_LANG_SPECIFIC when garbage collecting.
13729 (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
13730 (lang_cleanup_tree): Remove.
13731
13732 Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>
13733
13734 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
13735 * crtstuff.c: Not here.
13736 * dwarf2out.c: Or here.
13737 * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
13738 info.
13739
13740 Thu Sep 9 09:40:58 1999 Mark Mitchell <mark@codesourcery.com>
13741
13742 * function.h (free_after_compilation): Remove decl parameter.
13743 (free_varasm_status0: Likewise.
13744 (free_emit_status): Likewise.
13745 (free_stmt_status): Likewise.
13746 (free_after_compilation): Likewise.
13747 (init_lang_status): New variable.
13748 (free_lang_status): Likewise.
13749 * emit-rtl.c (free_emit_status): Make decl parameter implicit.
13750 * function.c (init_lang_status): New variable.
13751 (free_lang_status): Likewise.
13752 (push_function_context_to): Don't set function::decl here.
13753 (free_after_copmilation): Make decl parameter implicit. Call
13754 free_lang_status if defined.
13755 (prepare_function_start): Call init_lang_status if defined.
13756 (init_function_start): Set function::decl here.
13757 * profile.c (output_func_start_profiler): Don't call pushdecl
13758 until we've actually started the function.
13759 * stmt.c (free_stmt_status): Make decl parameter implicit.
13760 * toplev.c (rest_of_compilation): Don't pass decl to
13761 free_after_compilation.
13762 * varasm.c (free_varasm_status): Likewise.
13763
13764 Thu Sep 9 17:23:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13765
13766 * except.c (call_get_eh_context): Add root when allocating static
13767 tree variable.
13768
13769 Thu Sep 9 15:24:59 BST 1999 Richard Earnshaw <rearnsha@arm.com>
13770
13771 * arm.c: Include "ggc.h".
13772 (arm_add_gc_roots): New function.
13773 (arm_override_options): Call it.
13774 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
13775
13776 * arm.md (define_asm_attributes): Add a pool_range attribute.
13777
13778 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
13779
13780 * extend.texi (Volatiles): New node.
13781
13782 Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com>
13783
13784 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
13785 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
13786 (struct ggc_any): Replace `mark' with `magic_mark'.
13787 (ggc_alloc_string): Use memcpy, not bcopy.
13788 (ggc_alloc_any): Set magic_mark. Update bytes_alloced_since_gc.
13789 (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
13790 (ggc_free_any): New.
13791 (ggc_mark_string): Use IGNORE_MARK. Calc back to struct gcc_string.
13792 (ggc_mark): Use IGNORE_MARK. Abort if magic doesn't match.
13793 (ggc_collect): Re-enable collection avoidance. Use GGC_ANY_MARK.
13794 Use IS_MARKED. Use ggc_free_any.
13795
13796 1999-09-09 Scott Bambrough <scottb@netwinder.org>
13797
13798 * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
13799
13800 Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
13801
13802 * toplev.c (main): Always init_ggc.
13803
13804 Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
13805
13806 * except.c (find_all_handler_type_matches): Free the list if
13807 we found no matches.
13808
13809 * combine.c (SUBST): Break out to a real function do_SUBST.
13810 (SUBST_INT): Likewise.
13811 * gcse.c (free_pre_mem): Free `temp_bitmap'.
13812 (pre_insert): Free `inserted'.
13813 * loop.c (basic_induction_var): Always set `location'.
13814
13815 * function.c (expand_function_end): Add initial_trampoline as a root.
13816 * rtl.h (init_varasm_once): Declare.
13817 * toplev.c (compile_file): Call it.
13818 * ggc-simple.c (ggc_mark_string_ptr): New.
13819 (ggc_add_string_root): New.
13820 (ggc_collect): Disable collection avoidance temporarily.
13821 * ggc.h (ggc_add_string_root): Declare.
13822 * except.c (create_rethrow_ref): Use ggc_alloc_string.
13823 * optabs.c (init_libfuncs): Likewise.
13824 * varasm.c (named_section): Use ggc_alloc_string.
13825 (make_function_rtl): Likewise.
13826 (make_decl_rtl): Likewise.
13827 (assemble_static_space): Likewise.
13828 (assemble_trampoline_template): Likewise.
13829 (output_constant_def): Likewise.
13830 (force_const_mem): Likewise.
13831 (mark_const_hash_entry): New.
13832 (mark_pool_sym_hash_table): New.
13833 (mark_varasm_state): Use it.
13834 (init_varasm_once): New.
13835
13836 * expr.h (init_one_libfunc): Declare.
13837 * optabs.c (init_one_libfunc): New.
13838 (init_optabs): Use it.
13839 * config/gofast.h: Likewise.
13840 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
13841 * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
13842
13843 Thu Sep 9 13:46:06 1999 Geoffrey Keating <geoffk@cygnus.com>
13844
13845 * Makefile.in (cppexp.o): Depend on cpphash.h.
13846 * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
13847 Include cpphash.h.
13848 * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
13849 * cpplib.c (do_define): Generalise to handle poisoned definitions,
13850 redefining poisoned identifiers, etc.
13851 (do_undef): Don't allow poisoned identifiers to be undefined.
13852 (do_pragma): Add #pragma poison.
13853 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
13854
13855 * cccp.c: Add T_POISON node type.
13856 (special_symbol): Handle `defined(xxx)' and plain `xxx' for
13857 poisoned xxx.
13858 (do_define): Generalise to handle poisoned definitions,
13859 redefining poisoned identifiers, etc.
13860 (do_undef): Don't allow poisoned identifiers to be undefined.
13861 (do_pragma): Add #pragma poison.
13862 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
13863
13864 * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
13865 * c-pragma.h: Add ps_poison state. We now always have generic
13866 pragmas.
13867
13868 Wed Sep 8 20:30:42 1999 Mark Mitchell <mark@codesourcery.com>
13869
13870 * ggc.h (ggc_alloc): New function.
13871 (ggc_mark): Likewise.
13872 * ggc-simple.c (ggc_any): New structure.
13873 (ggc_status): Add anys.
13874 (n_anys_collected): New variable.
13875 (ggc_alloc): Define.
13876 (ggc_mark): Likewise.
13877 (ggc_collect): Collect the anys.
13878
13879 Wed Sep 8 20:15:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13880
13881 * c-decl.c (mark_binding_level): Make static to match prototype.
13882
13883 Wed Sep 8 16:41:27 1999 Richard Henderson <rth@cygnus.com>
13884
13885 * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
13886
13887 Wed Sep 8 16:07:52 1999 Richard Henderson <rth@cygnus.com>
13888
13889 * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
13890 will use into account. Expand the max width to 5.
13891 * rtl.c: Likewise.
13892
13893 Wed Sep 8 16:01:14 1999 Richard Henderson <rth@cygnus.com>
13894
13895 * ggc-simple.c (ggc_free_rtx): Poison the correct amount
13896 for the rtx length.
13897
13898 Wed Sep 8 15:23:54 1999 Richard Henderson <rth@cygnus.com>
13899
13900 * alpha.md (call value patterns): Remove the result predicates.
13901
13902 Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
13903
13904 * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
13905 last change.
13906
13907 Wed Sep 8 15:32:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13908
13909 * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
13910 changed from extern char *, to extern PTR. Also fix typo in
13911 NEED_DECLARATION_REALLOC test.
13912
13913 * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
13914
13915 Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13916
13917 * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
13918 ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
13919 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
13920 ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
13921
13922 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
13923
13924 * cccp.c (pcfinclude): Likewise.
13925
13926 * global.c (allocno_compare): Likewise.
13927
13928 * haifa-sched.c (rank_for_schedule): Likewise.
13929
13930 * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
13931
13932 * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
13933
13934 * stupid.c (stupid_reg_compare): Likewise.
13935
13936 * tree.c (_obstack_allocated_p): Likewise.
13937
13938 * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
13939
13940 1999-09-08 Bruce Korb autogen@linuxbox.com
13941
13942 * Makefile.in: Give the hapless gperf user a hint about
13943 why "gperf -F" fails.
13944
13945 Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
13946
13947 * lists.c: Include ggc.h.
13948 (zap_lists): New.
13949 (init_EXPR_INSN_LIST_cache): Install it.
13950
13951 * ggc-simple.c (init_ggc): Absorb the old init.
13952 (ggc_push_context): Use xcalloc.
13953 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
13954 (ggc_collect): Add [rvts] tags to the collection stats.
13955
13956 Wed Sep 8 11:14:25 1999 Andreas Schwab <schwab@suse.de>
13957
13958 * cccp.c (main): Fix handling of -include and -imacros options.
13959
13960 Wed Sep 8 02:23:08 1999 Jeffrey A Law (law@cygnus.com)
13961
13962 * cpplib.c (cpp_push_buffer): Fix order of arguments.
13963
13964 Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
13965
13966 * rtl.h (obstack_alloc_rtx): Removed, it's now static in
13967 genrtl.c.
13968
13969 Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
13970
13971 * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
13972 * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
13973 and SET_DEST. Update comment.
13974
13975 Wed Sep 8 18:55:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13976
13977 * config/c4x/c4x.c: Include ggc.h.
13978 (c4x_add_gc_roots): New function.
13979 (c4x_override_options): Call c4x_add_gc_roots.
13980
13981 Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
13982
13983 * defaults.h (TARGET_ESC): Move ...
13984 * system.h: ... here, where Linas had it in the first place. Silly me.
13985
13986 Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
13987
13988 * c-common.c: Use ISGRAPH, ISLOWER, toupper.
13989 * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
13990 genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
13991 * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
13992 * defaults.h (TARGET_ESC): Add default.
13993
13994 Tue Sep 7 23:36:59 1999 Linas Vepstas <linas@linas.org>
13995
13996 * configure.in: add i370-*-openedition, i370-*-mvs and
13997 i370-*-linux targets
13998
13999 Tue Sep 7 23:31:53 1999 Mark Mitchell <mark@codesourcery.com>
14000
14001 * dsp16xxx.c: Include ggc.h
14002 (override_options): Mark GC roots.
14003 * mn10200.c: Include ggc.h.
14004 (asm_file_start): Mark GC roots.
14005 * tahoe.c: Include ggc.h.
14006 (extensible_operand): Mark GC roots.
14007
14008 Tue Sep 7 23:23:15 1999 Linas Vepstas <linas@linas.org>
14009
14010 * README: Add section discussing status of ELF ABI.
14011 * i370.c: Fix misc spelling mistakes.
14012 (i370_label_scan): Updated notes, exception handling.
14013 (i370_function_prolog): Simplify ELF stack handling.
14014 * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
14015 (STACK_GROWS_DOWNWARD): ELF stack grows down.
14016 (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
14017 * i370.md: (movdi): Add notes.
14018 (floatsidf2): Use stack not rtca for scratch float area.
14019 (iorsi3): Correct operand constraints.
14020 * x-oe: Restore TAROUTOPTS which are used by pax.
14021
14022 Tue Sep 7 22:39:18 1999 Mark Mitchell <mark@codesourcery.com>
14023
14024 * rs6000.c: Include ggc.h.
14025 (rs6000_add_gc_roots): New function.
14026 (override_options): Call it.
14027
14028 Tue Sep 7 22:09:03 1999 Richard Henderson <rth@cygnus.com>
14029
14030 * alpha.h (alpha_compare): New.
14031 (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
14032 * alpha.c: Likewise for the definitions.
14033 (alpha_emit_conditional_branch): Update for alpha_compare.
14034 (alpha_emit_conditional_move): Likewise.
14035 * alpha.md (cmpdf, cmpdi): Likewise.
14036 (setcc patterns): Likewise. Zero alpha_compare after use.
14037 (sne): Optimize (x != 0) into (0U < x).
14038
14039 Tue Sep 7 21:55:02 1999 Richard Henderson <rth@cygnus.com>
14040
14041 * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
14042 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
14043 (INIT_EXPANDERS): Remove.
14044 * alpha.c: Include ggc.h.
14045 (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
14046 (alpha_init_machine_status, alpha_mark_machine_status): New.
14047 (override_options): Install them.
14048 (struct machine_function): Moved to alpha.h.
14049 (alpha_save_machine_status, alpha_restore_machine_status): Remove.
14050 (alpha_init_expanders): Remove.
14051 (alpha_return_addr): Adjust to use current_function->machine.
14052 (alpha_ra_ever_killed): Likewise.
14053 (alpha_expand_epilogue): Likewise.
14054 * alpha.md (eh_epilogue): Likewise.
14055
14056 Wed Sep 8 14:34:42 1999 Ian Piumarta <piumarta@prof.inria.fr>
14057 Melissa O'Neill <oneill@cs.sfu.ca>
14058 Geoffrey Keating <geoffk@cygnus.com>
14059
14060 * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
14061 call-used registers (call-saved registers must still be contiguous
14062 and end with r31, of course).
14063
14064 Tue Sep 7 21:41:38 1999 Richard Henderson <rth@cygnus.com>
14065
14066 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
14067 (self_promoting_type_p): Delete.
14068 (self_promoting_args_p): Move ...
14069 * c-common.c: ... here.
14070 (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
14071 (simple_type_promotes_to): New.
14072 * builtins.c (lang_type_promotes_to): New.
14073 (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
14074 * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
14075 * c-common.h: ... here.
14076 (self_promoting_args_p, simple_type_promotes_to): Declare.
14077 * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
14078 (grokdeclarator): Likewise.
14079 * tree.h (lang_type_promotes_to): Declare.
14080
14081 Tue Sep 7 17:15:21 1999 Mark Mitchell <mark@codesourcery.com>
14082
14083 Add some machine-dependent GC roots.
14084 * sparc.c: Include ggc.h.
14085 (sparc_add_gc_roots): New function.
14086 (mark_ultrasparc_pipeline_state): Likewise.
14087 (override_options): Call sparc_add_gc_roots.
14088 * pa.c: Include ggc.h.
14089 (pa_add_gc_roots): New function.
14090 (mark_deferred_plabels): Likewise.
14091 (override_options): Call pa_add_gc_roots.
14092 * mips.c: Include ggc.h.
14093 (mips_add_gc_roots): New function.
14094 (override_options): Use it.
14095
14096 Tue Sep 7 11:39:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14097
14098 * cpperror.c (cpp_file_line_for_message): Constify a char*.
14099
14100 * cppexp.c (parse_number, parse_charconst, cpp_lex,
14101 cpp_parse_expr): Add static prototypes.
14102 (parse_charconst): Don't cast away const-ness.
14103 (token): Constify a char*.
14104
14105 * cppfiles.c (file_name_list, include_hash, find_include_file,
14106 finclude, initialize_input_buffer): Constify a char*.
14107 (file_cleanup, find_position): Add static prototypes.
14108
14109 * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
14110 collect_expansion): Add static prototypes.
14111 (cpp_install, create_definition, monthnames): Constify a char*.
14112
14113 * cpphash.h (cpp_install): Likewise.
14114
14115 * cppinit.c (known_suffixes, default_include,
14116 dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
14117 (base_name, dump_special_to_buffer, initialize_dependency_output):
14118 Add static prototypes.
14119
14120 * cpplib.c (my_strerror): Constify a char*.
14121 (null_underflow, null_cleanup, skip_comment, copy_comment,
14122 copy_rest_of_line, handle_directive, pass_thru_directive,
14123 get_directive_token, read_line_number, cpp_print_file_and_line,
14124 v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
14125 v_cpp_warning_with_line, detect_if_not_defined,
14126 consider_directive_while_skipping): Add static prototypes.
14127 (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
14128 cpp_pedwarn_with_file_and_line): Constify a char*.
14129
14130 * cpplib.h (cpp_options, include_hash, progname, definition,
14131 cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
14132 check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
14133 find_include_file, deps_output, include_hash): Constify a char*.
14134
14135 * cppmain.c (progname): Constify.
14136 (main): Add prototype. Use return, not exit.
14137
14138 * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
14139 recognized_macro, check_macro_names, read_scan_file, write_rbrac,
14140 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
14141 check_protection): Add static prototype.
14142 (xfree): Remove.
14143 (progname, recognized_macrom, recognized_extern): Constify a char*.
14144 (main): Add prototype.
14145
14146 * gen-protos.c (progname): Constify a char*.
14147
14148 Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com>
14149
14150 * emit-rtl.c (free_emit_status): Take decl as a parameter.
14151 (init_emit_once): Add more GC roots.
14152 * except.c (mark_func_eh_entry): New function.
14153 (mark_eh_node): Mark false_label and rethrow_label.
14154 (init_eh): Add more GC roots.
14155 * function.c (free_after_compilation): Take decl as a paramter.
14156 Call free_stmt_status.
14157 (mark_function_state): Don't assume x_parm_reg_stack_loc is
14158 non-NULL.
14159 * function.h (free_after_compilation): Change prototype.
14160 (free_varasm_status): Likewise.
14161 (free_emit_status): Likewise.
14162 (free_stmt_status): New function.
14163 * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
14164 Remove, replacing with ...
14165 (ggc_status): New structure.
14166 (ggc_chain): New variable.
14167 (init_gcc): Define.
14168 (ggc_push_context): New function.
14169 (ggc_pop_context): Likewise.
14170 (ggc_alloc_rtx): Adjust for use of ggc_chain.
14171 (ggc_alloc_rtvec): Likewise.
14172 (ggc_alloc_tree): Likewise.
14173 (ggc_alloc_string): Likewise.
14174 (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
14175 (ggc_mark_tree): Give language-dependent code a chance to mark
14176 `x' nodes.
14177 (ggc_mark_tree_varray): Handle empty arrays.
14178 (ggc_collect): Adjust for use of ggc_chain. Clear
14179 bytes_alloced_since_last_gc.
14180 * ggc.h (ggc_pop_context): New function.
14181 (ggc_push_context): Likewise.
14182 * print-tree.c (print_node): Don't print obstacks when GC'ing.
14183 * stmt.c (free_stmt_status): New function.
14184 (init_stmt_for_function): Clear last_expr_value.
14185 * toplev.c (rest_of_compilation): Always call free_after_compilation.
14186 Conditionalize call to ggc_collect.
14187 (main): Call init_ggc.
14188 * tree.c (push_obstacks): Do the push, even when GC'ing.
14189 (push_obstacks_nochange): Likewise.
14190 (pop_obstacks): Liekwise.
14191 * varasm.c (free_varasm_status): Take decl as a parameter.
14192
14193 Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com>
14194
14195 * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
14196 (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
14197 * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
14198 * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
14199
14200 Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
14201
14202 * pa/x-pa-mpeix: New file for the MPE port.
14203
14204 * pa/quadlib.asm: New file for long double support.
14205
14206 * configure.in: Add hppa1.0-*-mpeix for MPE port.
14207 * configure: Rebuilt.
14208
14209 Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
14210
14211 * final.c (shorten_branches): Fix last change.
14212
14213 Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
14214
14215 * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
14216
14217 Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
14218
14219 * Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
14220 details.
14221
14222 Mon Sep 6 22:31:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14223
14224 * c-aux-info.c (concat): Don't define.
14225
14226 * cccp.c (my_strerror): Likewise. All callers changed to use
14227 xstrerror instead.
14228 (do_include): Call xstrdup, not xmalloc/strcpy.
14229 (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
14230 (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
14231
14232 * collect2.c (my_strsignal): Likewise. All callers changed to use
14233 strsignal instead.
14234 (locatelib): Call xstrdup, not xmalloc/strcpy.
14235
14236 * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
14237
14238 * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
14239
14240 * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
14241
14242 * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
14243
14244 * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
14245
14246 * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
14247
14248 * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
14249 malloc/realloc.
14250 (find_all_handler_type_matches): Likewise. Don't check return
14251 value.
14252 (get_new_handler, init_insn_eh_region, process_nestinfo): Call
14253 xmalloc, not malloc.
14254 (init_eh_nesting_info): Likewise. Call xcalloc, not xmalloc/bzero.
14255
14256 * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
14257 (init_spec): Call xcalloc, not xmalloc/bzero.
14258 (set_spec): Call xstrdup, not save_string.
14259 (record_temp_file): Call xstrdup, not xmalloc/strcpy.
14260 (find_a_file): Call xstrdup, not xmalloc/strcpy.
14261 (process_command): Call xstrdup, not save_string.
14262 (main): Call xcalloc, not xmalloc/bzero.
14263
14264 * gcov.c (xmalloc): Don't define.
14265 (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
14266 (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
14267 (output_data): Call xcalloc, not xmalloc/bzero.
14268
14269 * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
14270
14271 * mips-tdump.c (xmalloc): Don't define.
14272 (print_symbol): Call xmalloc, not malloc.
14273 (read_tfile): Call xcalloc, not calloc.
14274
14275 * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
14276 Don't define. All callers of xfree/my_strsignal changed to use
14277 free/strsignal instead.
14278 (allocate_cluster): Call xcalloc, not calloc.
14279
14280 * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
14281 Fix memory leak, free allocated memory.
14282
14283 * prefix.c (translate_name): Call xstrdup, not save_string.
14284 (update_path): Likewise.
14285
14286 * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
14287
14288 * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
14289 Don't define. Callers of xfree/savestring2 changed to use
14290 free/concat instead.
14291
14292 * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
14293 (init_elim_table): Likewise.
14294
14295 * resource.c (init_resource_info): Likewise.
14296
14297 * stupid.c (stupid_life_analysis): Likewise.
14298
14299 * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
14300 (open_dump_file): Call concat, not xmalloc/strcpy/...
14301 (clean_dump_file): Likewise.
14302 (compile_file): Call xstrdup, not xmalloc/strcpy.
14303
14304 Mon Sep 6 15:04:55 1999 Richard Henderson <rth@cygnus.com>
14305
14306 * v850.h (EXPAND_BUILTIN_VA_ARG): New.
14307 * v850.c (v850_va_arg): New.
14308
14309 Tue Sep 7 09:36:01 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14310
14311 * haifa-sched.c: Tidy comments.
14312
14313 Mon Sep 6 14:30:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14314
14315 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
14316 (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
14317 $(out_object_file)): Depend on ggc.h.
14318 * c-common.c: Include "ggc.h".
14319 (combine_strings): If doing GC, use ggc_alloc_string.
14320 * c-decl.c: Include "ggc.h".
14321 (ggc_p): Define with value 0.
14322 (mark_binding_level): New function.
14323 (init_decl_processing): Add GC roots.
14324 (mark_c_function_context): New function.
14325 (lang_mark_false_label_stack): New function.
14326 (lang_mark_tree): New function.
14327 (lang_cleanup_tree): New function.
14328 * c-lang.c: Include "ggc.h".
14329 (lang_init): Call c_parse_init.
14330 * c-lex.c: Include "ggc.h".
14331 (check_linenum): If doing GC, don't copy filenames to permanent
14332 obstack.
14333 * c-parse.in: Include "ggc.h".
14334 (c_parse_init): New function.
14335 * c-tree.h (c_parse_init, mark_c_function_context): Declare.
14336 * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
14337
14338 * except.c (mark_eh_state): Mark more state.
14339 * function.c (mark_function_state): Likewise.
14340 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
14341 (ggc_alloc_string) [GGC_DUMP]: Fix typo.
14342 * toplev.c (mark_file_stack): New function.
14343 (compile_file): If doing GC, use ggc_alloc_string on input filename.
14344 (main): Add root for input_file_stack.
14345
14346 * i386.c: Include "ggc.h".
14347 (ix86_mark_machine_status): New function.
14348 (override_options): Set mark_machine_status.
14349
14350 Mon Sep 6 15:26:23 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14351
14352 * tree.c (copy_node): Copy node contents also if doing GC.
14353
14354 Mon Sep 6 08:42:06 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14355
14356 * collect2.c (scan_libraries): Fix double-thinko :-).
14357
14358 Mon Sep 6 02:42:36 1999 Jeffrey A Law (law@cygnus.com)
14359
14360 * collect2.c (scan_libraries): Fix thinko.
14361
14362 * cse.c (delete_trivially_dead_insns): Do not skip the last
14363 insn if it is a real insn.
14364
14365 Sun Sep 5 18:57:42 1999 Mark Mitchell <mark@codesourcery.com>
14366
14367 * Makefile.in (ggc-simple.o): Depend on hash.h.
14368 * ggc.h (ggc_add_tree_hash_table_root): Declare.
14369 (ggc_mark_tree_varray): Likewise.
14370 (ggc_mark_tree_hash_table): Likewise.
14371 * ggc-simple.c: Include hash.h.
14372 (ggc_mark_tree_hash_table_ptr): New function.
14373 (ggc_mark_tree_hash_table_entry): Likewise.
14374 (ggc_mark_tree_hash_table): Likewise.
14375 (ggc_add_tree_hash_table_root): Likewise.
14376 * varray.h (const_equiv_data): Use struct rtx_def *, rather than
14377 rtx, when defining fields.
14378
14379 Sun Sep 5 18:57:42 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
14380
14381 * profile.c (output_func_start_profiler): Remove apparently
14382 nonsensical call to start_sequence.
14383
14384 Sun Sep 5 17:34:33 1999 Richard Henderson <rth@cygnus.com>
14385
14386 * clipper/clipper.c (clipper_va_start): Fix typos.
14387
14388 * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
14389 * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
14390 (spur_va_arg): New stub.
14391
14392 * configure.in: Comment out pyramid.
14393
14394 Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
14395
14396 * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
14397 don't conflict with the bits that win32, cygwin, and dgux
14398 defines.
14399
14400 Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
14401 Bernd Schmidt <bernds@cygnus.co.uk>
14402
14403 * integrate.c (function_cannot_inline_p): Do not inline
14404 functions with forced labels.
14405
14406 Sun Sep 5 00:35:17 1999 Richard Henderson <rth@cygnus.com>
14407 Bernd Schmidt <bernds@cygnus.co.uk>
14408 Mark Mitchell <mark@codesourcery.com>
14409
14410 * Makefile.in (ggc-simple.o): Depend on varray.h.
14411 (rtl.o): Depend on ggc.h.
14412 (genattrtab.o): Depend on ggc.h.
14413 (print-tree.o): Likewise.
14414 (fold-const.o): Likewise.
14415 * emit-rtl.c (sequence_element_free_list): Remove, and all references.
14416 (make_insn_raw): Don't cache insns when GC'ing.
14417 (emit_insn_before): Likewise.
14418 (emit_insn_after): Likewise.
14419 (emit_insn): Likewise.
14420 (start_sequence): Use xmalloc to allocate the sequence_stack.
14421 (end_sequence): Add free to free it.
14422 (gen_sequence): Don't cache insns when GC'ing.
14423 (clear_emit_caches): Don't use sequence_element_free_list.
14424 (init_emit): Use xcalloc, not xmalloc+bzero.
14425 * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
14426 * function.c (pop_function_context_from): Use free to free the
14427 fixup_var_refs_queue.
14428 (put_reg_into_stack): Allocate it with xmalloc.
14429 * genattrtab.c: Include ggc.h.
14430 (operate_exp): Don't use obstack_free when GC'ing.
14431 (simplify_cond): Likewise.
14432 (simplify_text_exp): Likewise.
14433 (optimize_attrs): Likewise.
14434 * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
14435 GC'ing.
14436 (gencode): Generate a #include for ggc.h.
14437 * ggc-callbacks.c (ggc_p): Define it to zero.
14438 * ggc-none.c (ggc_p): Likewise.
14439 * ggc-simple.c: Include varray.h.
14440 (ggc_mark_tree_varray): New function.
14441 (ggc_add_tree_varray_root): Likewise.
14442 (ggc_mark_tree_varray_ptr): Likewise.
14443 * ggc.h (ggc_p): Declare.
14444 (varray_head_tag): Likewise.
14445 (ggc_add_tree_varray_root): Declare.
14446 * print-tree.c (print_node): Don't check for TREE_PERMANENT
14447 inconsistencies when GC'ing.
14448 * rtl.c: Include ggc.h.
14449 (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
14450 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
14451 (rtx_free): Don't call obstack_free when GC'ing.
14452 * toplev.c (rest_of_compilation): Call ggc_collect after every
14453 pass, if GC'ing.
14454 * tree.c (push_obstacks): Do nothing, if GC'ing.
14455 (pop_obstacks_nochange): Likewise.
14456 (pop_obstacks): Likewise.
14457 (make_node): Use ggc_alloc_tree when GC'ing.
14458 (copy_node): Likewise.
14459 (get_identifier): Use ggc_alloc_string when GC'ing.
14460 (build_string): Likewise.
14461 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
14462 (tree_cons): Likewise.
14463 (build1): Likewise.
14464 (type_hash_canon): Don't call obstack_free when GC'ing.
14465
14466 Sat Sep 4 21:52:32 1999 Richard Henderson <rth@cygnus.com>
14467
14468 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
14469 of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
14470
14471 Sat Sep 4 20:40:19 1999 Richard Henderson <rth@cygnus.com>
14472 Bernd Schmidt <bernds@cygnus.co.uk>
14473 Mark Mitchell <mark@codesourcery.com>
14474
14475 * Makefile.in (stor-layout.o): Depend on ggc.h.
14476 (expr.o): Depend on ggc.h.
14477 (profile.o): Depend on ggc.h.
14478 (stor-layout.o): Depend on ggc.h.
14479 * emit-rtl.c (init_emit_once): Add gc roots.
14480 * expr.c: Include ggc.h.
14481 (emit_block_move): Add gc roots.
14482 (clear_storage): Likewise.
14483 * expr.h (init_stor_layout_once): New function.
14484 * profile.c: Include ggc.h.
14485 (init_arc_profiler): profiler_label is a root.
14486 * scan.c (make_sstring_space): Trust xrealloc to function
14487 correctly with first parameter NULL.
14488 * stor-layout.c: Include ggc.h.
14489 (set_sizetype): Add gc root.
14490 (init_stor_layout_once): New function.
14491 * toplev.c (compile_file): Call it.
14492
14493 Sat Sep 4 19:26:25 1999 Richard Henderson <rth@cygnus.com>
14494 Bernd Schmidt <bernds@cygnus.co.uk>
14495 Mark Mitchell <mark@codesourcery.com>
14496
14497 * Makefile.in (tree.o): Depend on ggc.h.
14498 (varasm.o): Likewise.
14499 (function.o): Likewise.
14500 (stmt.o): Likewise.
14501 (except.o): Likewise.
14502 (optabs.o): Likewise.
14503 (emit-rtl.o): Likewise.
14504 * emit-rtl.c: Include ggc.h.
14505 (sequence_element_free_list): Remove, and all references.
14506 (mark_sequence): New functions.
14507 (mark_emit_state): New function.
14508 * except.c: Include ggc.h.
14509 (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
14510 (mark_tree_label_node): New functions.
14511 (mark_eh_state): New function.
14512 * function.c: Include ggc.h.
14513 (mark_temp_slot, mark_function_chain): New functions.
14514 (mark_function_state): New function.
14515 (init_function_once): New function.
14516 * function.h (init_function_once): New function.
14517 * ggc-callbacks.c (lang_mark_false_label_stack): New function.
14518 * ggc.h (label_node): Declare.
14519 (eh_status, emit_status, stmt_status, varasm_status): Likewise.
14520 (lang_mark_false_label_stack): New function.
14521 (mark_temp_slot): Remove declaration.
14522 (mark_function_chain): Likewise.
14523 (mark_eh_state): Adjust prototype.
14524 (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
14525 Likewise.
14526 * optabs.c: Include ggc.h.
14527 (mark_optab): New function.
14528 (init_optabs): Add gc roots.
14529 * stmt.c: Include ggc.h.
14530 (mark_cond_nesting, mark_loop_nesting): New functions.
14531 (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
14532 (mark_stmt_state): New function.
14533 * toplev.c (compile_file): Call init_function_once.
14534 * tree.c: Include ggc.h.
14535 (type_hash): Move declaration earlier in file.
14536 (TYPE_HASH_SIZE, type_hash_table): Likewise.
14537 (init_obstacks): Add gc roots.
14538 (mark_type_hash): New function.
14539 * varasm.c: Include ggc.h.
14540 (mark_pool_constant): New function.
14541 (mark_varasm_state): New function.
14542
14543 Sat Sep 4 22:28:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14544
14545 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
14546
14547 Sat Sep 4 18:01:45 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14548
14549 * c-decl.c (struct language_function): Renamed from struct c_function.
14550 Delete elt NEXT.
14551 (c_function_chain): Delete.
14552 (push_c_function_context): New arg F. Don't warn about nested
14553 functions here. Fill LANGUAGE elt of F. Delete code to update
14554 c_function_chain. Don't call push_function_context.
14555 (pop_c_function_context): New arg F. Restore from there instead of
14556 from c_function_chain. Don't call pop_function_context. Clear out
14557 LANGUAGE field of F when done.
14558 * c-lang.c: Include "function.h"
14559 (lang_init): Initialize save_lang_status and restore_lang_status.
14560 * c-parse.in (nested_function, nested_function_notype): Warn about
14561 nested functions. Call push_function_context/pop_function_context
14562 instead of the _c_ variants.
14563 * c-tree.h (push_c_function_context, pop_c_function_context): Update
14564 prototype.
14565 * Makefile.in (c-lang.o): Update dependencies.
14566
14567 * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
14568 regno_pointer_flag, regno_pointer_align.
14569 (gen_reg_rtx): Use xrealloc to enlarge them.
14570 (free_emit_status): New function.
14571 * function.c (mark_machine_status, mark_lang_status): New variables.
14572 (assign_stack_local_1): Renamed from assign_outer_stack_local. Merge
14573 in some bits from assign_stack_local. All callers changed to use new
14574 name.
14575 (assign_stack_local): Just call assign_stack_local_1.
14576 (free_after_compilation): New function.
14577 (put_reg_into_stack): Simplify to always call assign_stack_local_1.
14578 (trampoline_address): Likewise.
14579 (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
14580 (prepare_function_start): Explicitly clear some more variables.
14581 * function.h (struct function): New elt can_garbage_collect.
14582 (mark_machine_status, mark_lang_status): Declare variables.
14583 (free_after_compilation, free_emit_status, free_varasm_status,
14584 init_varasm_status): Declare functions.
14585 * toplev.c (rest_of_compilation): Call free_after_compilation when
14586 done with the current function.
14587 * varasm.c (free_varasm_status): New function.
14588
14589 Sat Sep 4 17:15:13 1999 Richard Henderson <rth@cygnus.com>
14590
14591 * sparc.h (EXPAND_BUILTIN_VA_START): Define.
14592 (EXPAND_BUILTIN_VA_ARG): Define.
14593 * sparc.c (sparc_va_start): New.
14594 (sparc_va_arg): New.
14595
14596 Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14597
14598 * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
14599
14600 Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14601
14602 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
14603
14604 Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com>
14605
14606 * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
14607 (OBJS): Add $(GGC).
14608 (ggc-callbacks.o): New target.
14609 * ggc-callbacks.c: New file.
14610
14611 Sat Sep 4 22:53:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14612
14613 * expr.h: Collapse individual optab and libfunc vars to arrays.
14614 (optab_index, libfunc_index): New enumerations.
14615 (optab_table, libfunc_table): New arrays.
14616 Add accessor macros for both.
14617
14618 * optabs.c (optab_table, libfunc_table): New.
14619 Delete declarations for individual optab and libfunc vars.
14620
14621 Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
14622
14623 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
14624
14625 Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
14626
14627 * Makefile.in (GGC, GGC_LIB): New.
14628 (HOST_RTL): Include ggc-none.o.
14629 (ggc-simple.o): New target.
14630 (ggc-none.o): Likewise.
14631 * tree.h (tree_common): Add gc_mark.
14632 * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
14633 (struct rtvec_def): Add gc_mark.
14634 * emit-rtl.c (global_rtl): Update static initializers to contain
14635 enough initializers.
14636 * ggc.h, ggc-none.c, ggc-simple.c: New files.
14637 * toplev.c (gc_time): New variable.
14638 (all_time): New variable.
14639 (compile_file): Print gc time.
14640 (print_time): Calculate percentage of the whole.
14641
14642 Sat Sep 4 13:11:01 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14643
14644 Change obstack memory management and varasm constant pool handling so
14645 that nested functions are treated like any other functions.
14646 * function.c (init_machine_status): New variable.
14647 (push_function_context_to): Set contains_functions for the outer
14648 function. Don't call save_varasm_status.
14649 (pop_function_context_from): Don't call restore_varasm_status. Don't
14650 set current_function_contains_functions.
14651 (prepare_function_start): Call init_varasm_status rather than
14652 init_const_rtx_hash_table. Call (*init_machine_status) if the pointer
14653 is non-null.
14654 * function.h (struct function) Add field varasm. Delete fields
14655 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
14656 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
14657 (init_machine_status): Declare.
14658 (save_varasm_status, restore_varasm_status): Delete declarations.
14659 (save_tree_status, restore_tree_status): Delete last argument.
14660 * integrate.c (initialize_for_inline): Lose arg COPY. Delete copying
14661 code. All callers changed.
14662 (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
14663 save_constants_in_decl_trees, restore_constants, save_constants,
14664 save_for_inline_eh_labelmap, save_for_inline_copying): Delete
14665 functions.
14666 (inlining): New variable.
14667 (reg_map, label_map, insn_map, orig_asm_operands_vector,
14668 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
14669 variables.
14670 (save_for_inline_nocopy): Don't save constants.
14671 Don't set inl_emit field in current_function.
14672 (expand_inline_function): Use emit field, not inl_emit, of the inlined
14673 function. Set new variable inlining before
14674 calling copy_rtx_and_substitute.
14675 (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
14676 constant pool references if inlining is nonzero.
14677 Delete ADDRESS and (most of the) CONST cases.
14678 (output_inline_function): Save and restore current_function/
14679 current_function_decl. Delete restore_constants code. Don't call
14680 init_const_rtx_hash_table.
14681 * output.h (init_const_rtx_hash_table): Don't declare.
14682 * rtl.h (struct function): Declare.
14683 (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
14684 * toplev.c (rest_of_compilation): Don't treat nested functions or
14685 functions containing them specially. Delete all code to deal with
14686 save_for_inline_copying.
14687 * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
14688 inline_obstacks): Delete variables.
14689 (save_tree_status): Lose arg CONTEXT. All callers changed.
14690 Simply allocate a new function_maybepermanent_obstack for the new
14691 function, delete all the special cases.
14692 Don't save inline_obstacks.
14693 (restore_tree_status): Lose arg CONTEXT. All callers changed.
14694 Delete special handling for function_maybepermanent_obstack; simply
14695 free it if empty.
14696 Don't restore inline_obstacks.
14697 (permanent_allocation): Delete code that frees inline_obstacks.
14698 (print_inline_obstack_statistics): Delete function.
14699 (dump_tree_statistics): Don't call it.
14700 * varasm.c (struct varasm_status): New.
14701 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
14702 last_pool, pool_offset, const_double_chain): Delete global
14703 variables, replace with accessor macros.
14704 (immed_double_const): Don't walk const_double_chain outside a
14705 function, but don't treat nested functions specially anymore.
14706 (immed_real_const_1): Likewise.
14707 (clear_const_double_mem): Don't treat nested functions specially.
14708 (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
14709 (save_varasm_status, restore_varasm_status): Delete functions.
14710 (init_varasm_status): New function.
14711 (force_const_mem): Don't treat nested functions specially.
14712 (find_pool_constant): Accept new arg F, search for constants in
14713 that function's pool rather than the current one. All callers
14714 changed.
14715 (get_pool_constant_for_function, get_pool_mode_for_function): New
14716 functions.
14717
14718 * i386.c (init_386_machine_status): New function, mostly from
14719 clear_386_stack_locals.
14720 (struct machine_functions): Rename element names to avoid name
14721 clashes.
14722 (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
14723 macros, replacing global variables.
14724 (clear_386_stack_locals, save_386_machine_status,
14725 restore_386_machine_status): Delete functions.
14726 (override_options): Initialize init_machine_status.
14727 * i386.h (INIT_EXPANDERS): Delete macro.
14728 (save_386_machine_status, restore_386_machine_status,
14729 clear_386_stack_locals): Delete declarations.
14730
14731 Sat Sep 4 16:56:28 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14732
14733 * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
14734 (doloop_begin): Simplify pattern and use emit_jump_insn.
14735 (doloop_end): Simplify pattern, switch operand order,
14736 and use emit_jump_insn.
14737
14738 Fri Sep 3 19:02:38 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
14739
14740 * function.h (struct function): Add new element LANGUAGE.
14741 (save_lang_status): Declare new variable.
14742 (restore_lang_status): Likewise.
14743 * function.c (save_lang_status): Define.
14744 (restore_lang_status): Likewise.
14745 (push_function_context_to): Call language-specific save function.
14746 (pop_function_context_from): Call language-specific restore function.
14747
14748 Fri Sep 3 01:16:18 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
14749
14750 * i386.md (movsf_1): Check REG_P before use of REGNO.
14751 (movdf_1): Likewise.
14752 (movxf_1): Likewise.
14753 (extendsfdf2): Likewise.
14754 (extendsfxf2): Likewise.
14755 (extenddfxf2): Likewise.
14756
14757 Sat Sep 4 11:37:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14758
14759 * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
14760 constants into memory.
14761 (c4x_shiftable_constant): New function.
14762 * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
14763 (c4x_shiftable_constant): Declare.
14764 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
14765 ashlqi3_noclobber): Add new patterns and associated splitters.
14766
14767 Fri Sep 3 16:22:17 1999 Richard Henderson <rth@cygnus.com>
14768
14769 * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
14770 * dwarf2out.c (dwarf2out_frame_init): Likewise.
14771 * final.c (shorten_branches): Likewise.
14772 * global.c (global_alloc): Likewise.
14773 * haifa-sched.c (build_control_flow): Likewise.
14774 * stmt.c (check_for_full_enumeration_handling): Likewise.
14775 (estimate_case_costs): Likewise.
14776
14777 Fri Sep 3 15:49:56 1999 Mark Mitchell <mark@codesourcery.com>
14778
14779 * rtl.h (RTL_CHECKC2): Fix typo in last change.
14780
14781 Fri Sep 3 15:13:34 1999 Richard Henderson <rth@cygnus.com>
14782
14783 * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
14784 (recompute_reg_usage): Likewise.
14785 * rtlanal.c (find_regno_fusage): Likewise.
14786
14787 * rtl.c (rtl_check_failed_code1): New function.
14788 (rtl_check_failed_code2): New.
14789 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
14790 (RTL_CHECKC1, RTL_CHECKC2): New.
14791 (XC*): New accessor macros.
14792 (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
14793 (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
14794 (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
14795 (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
14796 (TRAP_*, RANGE_INFO_*): Likewise.
14797
14798 Fri Sep 3 15:10:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14799
14800 * Makefile.in (tlink.o): Don't depend on toplev.h.
14801
14802 * collect2.c (c_file, o_file, export_file, import_file, ldout,
14803 output_file, nm_file_name, ldd_file_name, strip_file_name,
14804 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
14805 add_prefix, prefix_from_env, prefix_from_string, do_wait,
14806 fork_execute, maybe_unlink, add_to_list,
14807 extract_init_priority, write_list, dump_list,
14808 dump_prefix_list, write_list_with_asm, write_c_file,
14809 write_c_file_stat, write_c_file_glob, scan_prog_file,
14810 scan_libraries, is_in_list, resolve_lib_name, use_import_list,
14811 ignore_library, extract_string, notice, dump_file, target_machine,
14812 collect_wait, collect_execute, libname, locatelib, aix_std_libs,
14813 read_file, print_load_command): Constify a char*.
14814 (fdopen, error, fatal, fatal_perror): Don't prototype.
14815 (my_strerror): Remove. All callers use xstrerror instead.
14816 (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
14817 (main): Add prototype. Constify lots of char* ptrs. Change calls
14818 to xcalloc/strcpy/strcat/... to one call to concat.
14819 (main, scan_prog_file, scan_libraries): Use an intermediate
14820 `const char **' to build an argv array.
14821 (mapfile, libselect, libcompare, locatelib): Add prototypes.
14822
14823 * collect2.h (collect_execute, collect_wait, dump_file,
14824 file_exists): Constify a char*.
14825 (ldout, c_file_name, temporary_obstack, permanent_obstack,
14826 temporary_firstobj, vflag, debug): Add extern declarations.
14827 (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
14828
14829 * tlink.c: Don't include toplev.h.
14830 (vflag, debug, ldout, c_file_name, temporary_obstack,
14831 permanent_obstack, temporary_firstobj): Don't declare.
14832 (tlink_execute, frob_extension, symbol_hash_lookup,
14833 file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
14834 recompile_files, read_repo_files, demangle_new_symbols,
14835 scan_linker_output): Constify a char*.
14836 (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
14837 do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
14838
14839 Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
14840
14841 * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
14842 (relative) rather than jsr (absolute) subroutine call insns.
14843 * config/m68k/m68k-coff.h: Ditto.
14844
14845 Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
14846
14847 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
14848 now rework these too.
14849 (arm_reorg): If an insn can't reach the end of the current pool,
14850 ensure that we emit that pool before the insn.
14851
14852 Fri Sep 3 09:14:32 1999 Marc Espie <espie@tetto.liafa.jussieu.fr>
14853
14854 * tlink.c (scan_linker_output): Skip the initial underscore in
14855 a mangled name if appropriate.
14856
14857 Fri Sep 3 01:28:33 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14858
14859 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
14860 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
14861 error_with_ivar, gen_declarator, create_builtin_decl,
14862 my_build_string, generate_descriptor_table, generate_ivars_list,
14863 generate_dispatch_table, check_protocols, TAG_GETCLASS,
14864 TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
14865 dump_base_name, lang_decode_option, build_encode_expr,
14866 start_class, finish_class, encode_pointer, really_start_method,
14867 gen_declaration, dump_interface, handle_class_ref, handle_impent):
14868 Constify.
14869 (objc_demangle, objc_printable_name, generate_struct_by_value_array):
14870 Add static prototypes.
14871 (build_objc_string_decl, build_selector_reference_decl,
14872 encode_bitfield, build_class_reference_decl): Remove unused
14873 parameter, all callers changed.
14874 (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
14875 (objc_printable_name): Likewise. Change second parameter to type int.
14876 (init_objc): Use memcpy, not bcopy, to avoid casts.
14877
14878 Thu Sep 2 21:49:52 1999 Richard Henderson <rth@cygnus.com>
14879
14880 * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
14881 reg notes on a deleted insn.
14882 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
14883
14884 Thu Sep 2 20:18:12 1999 Jeffrey A Law (law@cygnus.com)
14885
14886 * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
14887
14888 Thu Sep 2 22:00:08 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14889
14890 * stmt.c (expand_asm_operands): Fix index into inout_mode when
14891 reading it.
14892
14893 Thu Sep 2 13:00:48 1999 Richard Henderson <rth@cygnus.com>
14894
14895 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
14896 * tm.texi (MD_ASM_CLOBBERS): Document it.
14897
14898 Thu Sep 2 10:22:40 1999 Richard Henderson <rth@cygnus.com>
14899
14900 * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
14901 * except.c (expand_rethrow): Remove unused variable.
14902 * expr.c (do_jump_by_parts_greater_rtx): Likewise.
14903 * flow.c (replace_insns): Likewise.
14904 (create_edge_list, verify_edge_list): Likewise.
14905 * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
14906
14907 * genemit.c (gen_expand): Only emit `operands[N]' decl if there
14908 is special code to run.
14909 (main): Don't define operands to emit_operand.
14910 * genrecog.c (main): Don't emit an empty peephole2_insn function.
14911
14912 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
14913
14914 * alpha/alpha.h (normal_memory_operand): Declare.
14915 (reg_no_subreg_operand): Declare.
14916 * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
14917
14918 Thu Sep 2 10:19:20 1999 Richard Henderson <rth@cygnus.com>
14919
14920 * c-parse.in (compstmt_primary_start): New, broken out of first
14921 part of compstmt handling in primary.
14922 (primary): Use it. Add an error clause.
14923 (compstmt_nostart): Renamed from compstmt; remove all
14924 initial invocations of compstmt_start.
14925 (compstmt): New.
14926
14927 Thu Sep 2 01:35:50 1999 Marc Espie <espie@cvs.openbsd.org>
14928
14929 * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
14930 needed.
14931
14932 Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
14933
14934 * combine.c (simplify_shift_const): Remove extra semicolon.
14935 * dwarf2out.c (remove_AT): Likewise.
14936 * expmed.c (expand_mult): Likewise.
14937 * gcov.c (create_program_flow_graph): Likewise.
14938 * reorg.c (mostly_true_jump): Likewise.
14939
14940 Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
14941
14942 * fold-const.c (fold_range_test): Do not try to fold the range
14943 test if the rhs or lhs has side effects.
14944
14945 * combine.c (simplify_rtx): Recognize another case of a synthesized
14946 sign extension.
14947
14948 * varasm.c (mark_constant_pool): When marking indirect references,
14949 only look at SYMBOL_REFs.
14950
14951 * except.c (expand_fixup_region_end): Do not peek at
14952 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
14953
14954 Thu Sep 2 13:52:53 1999 Geoffrey Keating <geoffk@cygnus.com>
14955
14956 * flags.h: New variables align_loops, align_loops_log,
14957 align_jumps, align_jumps_log, align_labels, align_labels_log,
14958 align_functions, align_functions_log.
14959 * toplev.c: Define them.
14960 (f_options): Handle -falign-* when they have no argument.
14961 (main): Add logic to set variables for -falign-functions,
14962 -falign-jumps, -falign-labels, -falign-loops.
14963 Make it -fsched-verbose=<n> and -finline-limit=<n>.
14964 (display_help): Change help to match options.
14965 * final.c (LABEL_ALIGN): Default to align_labels_log.
14966 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
14967 (LOOP_ALIGN): Default to align_loops_log.
14968 (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
14969 (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
14970 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
14971 * varasm.c (assemble_start_function): Handle align_functions.
14972
14973 * config/sparc/sparc.h: Don't declare sparc_align_*.
14974 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
14975 (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
14976 sparc.c.
14977 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
14978 it's a promise.
14979 * config/sparc/sparc.c: Delete sparc_align_loops,
14980 sparc_align_jumps, sparc_align_funcs and the corresponding string
14981 variables.
14982 (sparc_override_options): Default align_functions on ultrasparc.
14983 Delete -malign-* handling.
14984
14985 * config/mips/mips.c (override_options): On 64-bit targets,
14986 try to align code to 64-bit boundaries.
14987 (print_operand): New substitution, %~,
14988 which aligns labels to align_labels_log.
14989 * config/mips/mips.md (div_trap_normal): Use %~.
14990 (div_trap_mips16): Likewise.
14991 (abssi): Likewise.
14992 (absdi2): Likewise.
14993 (ffssi2): Likewise.
14994 (ffsdi2): Likewise.
14995 (ashldi3_internal): Likewise.
14996 (ashrdi3_internal): Likewise.
14997 (lshrdi3_internal): Likewise.
14998 (casesi_internal): Likewise.
14999
15000 Wed Sep 1 21:13:48 1999 Richard Henderson <rth@cygnus.com>
15001
15002 Merge new ia32 backend from the branch!
15003
15004 * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
15005 See ChangeLog.P2 on new_ia32_branch for details.
15006
15007 * rtl.h (stack_regs_mentioned_p): Delete prototype.
15008 * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
15009 * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
15010 * i386/gas.h (ASM_FILE_START): Define.
15011 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
15012 for name change of ix86_valid_decl_attribute_p.
15013 (i386_pe_valid_type_attribute_p): Similarly.
15014
15015 Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
15016
15017 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
15018 to step through CC modes.
15019
15020 Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
15021
15022 * regmove.c (fixup_match_1): Don't move INSN in front of P if
15023 it would end up in the shadow of a live flags regsiter.
15024
15025 Wed Sep 1 11:32:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15026
15027 * reload1.c: Fix many indentation problems.
15028 * reload.c: Likewise.
15029
15030 Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
15031
15032 * alias.c (non_local_reference_p): Constify fmt.
15033
15034 Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
15035
15036 * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
15037
15038 Tue Aug 31 16:44:52 1999 Jeffrey A Law (law@cygnus.com)
15039
15040 * cse.c (delete_trivially_dead_insns): Do not delete stores to
15041 the internal_arg_pointer.
15042
15043 Tue Aug 31 13:35:42 1999 Richard Henderson <rth@cygnus.com>
15044
15045 Merge peephole2 from new_ia32_branch:
15046 * Makefile.in (STAGESTUFF): Add *.peephole2.
15047 (mostlyclean): Likewise.
15048 (recog.o): Depend on resource.h.
15049
15050 * final.c (peephole): Conditionalize decl on HAVE_peephole.
15051 (final_scan_insn): Likewise for the invocation of peephole.
15052 * genconfig.c (main): Look for peephole and peephole2 patterns.
15053 Emit HAVE_peephole* accordingly.
15054 * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
15055 * flags.h (flag_peephole2): Declare.
15056 * toplev.c: New pass peephole2. New flag -fpeephole2.
15057
15058 * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
15059 * gencodes.c (main): Likewise.
15060 * genextract.c (main): Likewise.
15061 * genoutput.c (main): Likewise.
15062 * genemit.c (max_operand_1): Look for the max scratch operand.
15063 (gen_rtx_scratch): New.
15064 (gen_exp): Use it, and pass on new arg subroutine_type.
15065 (gen_expand): Take max scratch into account.
15066 (gen_split): Emit peephole2 functions.
15067 (output_peephole2_scratch): New.
15068 (main): Include hard-reg-set.h and resource.h. Handle peephole2.
15069 * genrecog.c (routine_type): Add PEEPHOLE2.
15070 (IS_SPLIT): New.
15071 (make_insn_sequence): Match outer parallel for peep2. Discard
15072 top level scratches and dups.
15073 (add_to_sequence): New args insn_type and top. Update all callers.
15074 Handle toplevel peep2 matching insns.
15075 (write_subroutine): Handle peep2.
15076 (write_tree_1): Likewise.
15077 (write_tree): Likewise.
15078 (main): Likewise.
15079 (change_state): New arg afterward. Update all callers.
15080 Handle matching separate insns.
15081 * recog.c (recog_next_insn): New.
15082 (peephole2_optimize): New.
15083 * rtl.def (DEFINE_PEEPHOLE2): New.
15084 * resource.c (find_free_register): New argument last_insn. Use it
15085 to find a register available through the entire span.
15086 * resource.h (find_free_register): Update prototype.
15087
15088 Tue Aug 31 11:51:06 1999 Jim Kingdon <http://developer.redhat.com>
15089
15090 * i386.c (output_strlen_unroll): Don't write xops[7]
15091 label if it wasn't set.
15092
15093 1999-08-31 12:44 -0700 Zack Weinberg <zack@bitmover.com>
15094
15095 * cpplib.c (struct directive): Const-ify name pointer and
15096 function pointer prototype.
15097 (validate_else, do_define, do_line, do_include, do_undef,
15098 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
15099 do_elif, do_endif, do_sccs, do_assert, do_unassert,
15100 do_warning): Const-ify second arg.
15101 (directive_table): Mark const. Reorder entries by frequency
15102 of usage, record statistics.
15103
15104 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
15105
15106 * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
15107 bounds- check RTL accesses if --enable-checking.
15108 (RTVEC_ELT): Bounds check if --enable-checking.
15109 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
15110 XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
15111 (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
15112 GET_NUM_ELEM.
15113 (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
15114 X0BBDEF, X0ADVFLAGS): New macros for accessing '0' slots of RTXes.
15115
15116 (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
15117 (NOTE_SOURCE_FILE): Use X0STR.
15118 (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
15119 MEM_ALIAS_SET): Use X0INT.
15120 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
15121 JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
15122 Use X0EXP.
15123 * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
15124 * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
15125 (rtl_check_failed_bounds, rtl_check_failed_type1,
15126 rtl_check_failed_type2, rtvec_check_failed_bounds): New
15127 functions.
15128 (fancy_abort): Fix comment.
15129
15130 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
15131 (cse_insn): Decrement LABEL_NUSES for jump target before
15132 deleting jump insn.
15133 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
15134 * final.c (alter_subreg): Compute regno before changing x to
15135 REG; set REGNO(x) after changing it.
15136 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
15137 notes containing CONST_INTs.
15138 (delete_eh_regions): Use NOTE_EH_HANDLER.
15139 * function.c (put_reg_into_stack): Make reg a MEM before
15140 initializing it.
15141 (fixup_var_refs_insns): Save REG_NOTES (insn) in case we
15142 delete insn.
15143 (gen_mem_addressof): Make reg a MEM before initializing it.
15144 * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
15145 X0WINT.
15146 * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
15147 deleting an insn, not after.
15148 (block_alloc): Only look at PATTERN(insn) if we have to, and
15149 only if it's format class 'i'.
15150 * loop.c (check_dbra_loop): Check bl->biv->add_val is a
15151 CONST_INT before using its INTVAL.
15152 * print-rtl.c (print_rtx): Use X0STR.
15153 * regmove.c (fixup_match_1): Don't look at PATTERN of
15154 non-class-'i' insn chain elements.
15155 * reload.c (loc_mentioned_in_p): Take address of
15156 in->fld[1].rtx directly.
15157 * reload1.c (reload): Change reg to a MEM before initializing
15158 it.
15159 * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
15160 have no names.
15161 * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
15162
15163 Fri Aug 20 13:43:41 1999 Andrew Haley <aph@cygnus.com>
15164
15165 * config/mips/mips.c (machine_dependent_reorg): Force a
15166 barrier to output the local constant pool if a barrier hasn't
15167 been found at a natural point in the instruction stream.
15168
15169 Mon Aug 30 22:04:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15170
15171 * c-parse.in (language_string): Constify.
15172
15173 * dwarf2out.c (language_string): Remove declaration.
15174
15175 * dwarfout.c (language_string): Likewise.
15176
15177 * toplev.c (language_string, init_parse, finish_parse): Likewise.
15178
15179 * tree.h (language_string, init_parse, finish_parse): Declare.
15180
15181 * i386/sun386.h (language_string): Remove declaration.
15182
15183 * mips.h (language_string): Likewise.
15184
15185 * nextstep.h (language_string): Likewise.
15186
15187 * nextstep21.h (language_string): Likewise.
15188
15189 * rs6000.c (language_string): Likewise.
15190
15191 Mon Aug 30 20:56:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15192
15193 * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
15194 (getpwd.o): Remove target.
15195
15196 * getpwd.c: Delete file. Its in libiberty now.
15197
15198 * dbxout.c (getpwd): Don't prototype.
15199 * dwarf2out.c (getpwd): Likewise
15200 * dwarfout.c (getpwd): Likewise
15201 * final.c (getpwd): Likewise.
15202 * protoize.c (getpwd): Likewise.
15203
15204 Mon Aug 30 20:21:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15205
15206 * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
15207
15208 Mon Aug 30 16:07:49 1999 Richard Henderson <rth@cygnus.com>
15209
15210 * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
15211 mark_set_resources.
15212
15213 Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
15214
15215 * fixinc/Makefile.in (subdir): New.
15216 (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
15217 (Makefile): New.
15218
15219 Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
15220
15221 * emit-rtl.c (copy_rtx_if_shared): A MEM which references
15222 virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
15223 be shared.
15224
15225 * invoke.texi: Fix typo.
15226
15227 * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
15228 changed. Handle autoincrement addressing modes.
15229
15230 * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
15231 just like we would the virtual incoming args register when
15232 integrating.
15233
15234 Sun Aug 29 23:17:54 1999 David Edelsohn <edelsohn@gnu.org>
15235
15236 * rs6000.h (ASM_FILE_START): Specify complete filename, including
15237 path, in .file directive.
15238
15239 Sun Aug 29 05:06:43 1999 Russ Allbery <rra@stanford.edu>
15240
15241 * gcc.texi (External Bugs): Remove obsolete note about Perl on
15242 SunOS.
15243
15244 1999-08-29 08:38 -0700 Zack Weinberg <zack@bitmover.com>
15245
15246 * stdbool.h: Make the typedef name _Bool, with bool a #defined
15247 alias.
15248
15249 Sun Aug 29 09:36:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15250
15251 * tree.c (tree_code_name): Constify a char*.
15252
15253 * tree.h (tree_code_name, decl_printable_name): Likewise.
15254
15255 * function.h (struct function): Likewise.
15256
15257 * toplev.c (decl_name, decl_printable_name): Likewise.
15258
15259 * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
15260
15261 * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
15262 (init_objc): Remove function pointer cast.
15263
15264 Sun Aug 29 05:01:17 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15265
15266 * pa.md (interspace_jump): New pattern.
15267 (builtin_longjmp): New expander.
15268
15269 1999-08-29 Bernd Schmidt <bernds@cygnus.co.uk>
15270
15271 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
15272 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
15273 sf_to_df, df_to_sf): Fix potential problem with alias analysis.
15274
15275 Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com)
15276
15277 * jump.c (delete_prior_computation): Also check calls
15278 to constant functions. Don't bother checking for a
15279 REG_UNUSED note before adding it.
15280 (delete_computation): Handle multi-word hard registers
15281 when synthesizing missing REG_DEAD notes for a register
15282 which is both set and used by an insn.
15283
15284 1999-08-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15285
15286 * loop.c (this_loop_info): New variable.
15287 (loop_has_call, loop_has_volatile, loop_has_tablejump,
15288 loop_continue, loops_enclosed): Replace with fields in this_loop_info.
15289 All uses updated.
15290 (prescan_loop, strength_reduce): New argument loop_info. All callers
15291 updated.
15292 (scan_loop): New variable loop_info, initialise to address of
15293 this_loop_info.
15294 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
15295 Delete variable loop_has_multiple_exit targets and replace with
15296 field in this_loop_info.
15297 (find_and_verify_loops): Rename this_loop to this_loop_num.
15298 (strength_reduce): Delete loop_iteration_info. Replace variable
15299 loop_info with function argument of same name.
15300 (insert_bct): Rework test for loop being completely unrolled.
15301
15302 * loop.h (struct loop_info): New fields num, loops_enclosed,
15303 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
15304 has_indirect_jump, and cont. Redefine use of unroll_number.
15305 (loop_unroll_number): Delete.
15306
15307 * unroll.c (unroll_loop): Store loop unroll count in unroll_number
15308 field of loop_info.
15309 (loop_iterations): Delete variable vtop and instead use
15310 loop_info->vtop computed in prescan_loop.
15311
15312 Sun Aug 29 03:27:23 1999 Scott Weikart <scott@igc.apc.org>
15313
15314 * fix-header.c (main): Do not pass a null pointer to strcmp.
15315
15316 Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
15317
15318 * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
15319 filenames.
15320 * configure: Rebuilt.
15321
15322 Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
15323
15324 * jump.c (jump_optimize_1): Do not delete assignments to
15325 internal_arg_pointer.
15326 * cse.c (delete_trivially_dead_insns): Always consider a set of
15327 the internal_arg_pointer live.
15328
15329 Sat Aug 28 16:24:31 1999 Richard Henderson <rth@cygnus.com>
15330
15331 * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
15332 (update_life_info) [REG_WAS_0]: Search the original insns rather
15333 than the new insns for the note. Fix typos finding note_dest.
15334 If no dest found, discard the note rather than abort.
15335 [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
15336 (replace_insns): Remove the old insn list after update_life_info
15337 not before.
15338
15339 Sat Aug 28 16:20:12 1999 Richard Henderson <rth@cygnus.com>
15340
15341 * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
15342 sched_analyze_insn.
15343 (sched_analyze_1): Let add_dependence care for not adding dups.
15344 (sched_analyze_2): Likewise.
15345 (add_branch_dependences): Likewise.
15346
15347 Sat Aug 28 15:58:16 1999 Mumit Khan <khan@xraylith.wisc.edu>
15348
15349 * i386/winnt.c (export_list): New type.
15350 (exports_head): Rename to
15351 (export_head): this.
15352 (i386_pe_record_exported_symbol): Add is_data flag.
15353 (i386_pe_asm_file_end): Emit directive for exported variables.
15354 * i386/cygwin.h (i386_pe_record_exported_symbol): Update
15355 prototype.
15356 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
15357 (ASM_DECLARE_OBJECT_NAME): Likewise.
15358 (ASM_DECLARE_FUNCTION_NAME): Likewise.
15359 * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
15360
15361 Fri Aug 27 15:35:24 1999 Jeffrey A Law (law@cygnus.com)
15362
15363 * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
15364
15365 * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
15366 operand.
15367
15368 Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
15369
15370 * config/openbsd.h: Define SET_ASM_OP.
15371 * tm.texi: cross-reference SET_ASM_OP in the index.
15372
15373 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
15374
15375 * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
15376 for a CONST_DOUBLE, at compile time. Initialize rtx_length
15377 and class_narrowest_mode at compile time. Kill init_rtl.
15378 Mark rtx_length, mode_class, mode_size, mode_unit_size,
15379 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
15380 rtx_format as const. Kill all references to EXTRA_CC_MODES or
15381 EXTRA_CC_NAMES.
15382 * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
15383 format.
15384 * rtl.h: Declare rtx_length and rtx_format as const.
15385 * machmode.def: Define CC(). Use CC() to define CCmode. If
15386 EXTRA_CC_MODES is defined, expand it here.
15387 * machmode.h: Declare mode_class, mode_size, mode_unit_size,
15388 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
15389 const. Kill all references to EXTRA_CC_MODES.
15390
15391 * toplev.c: Don't prototype or call init_rtl.
15392 * optabs.c: Don't call init_mov_optab.
15393 * genemit.c: Don't generate init_mov_optab. Don't call
15394 init_rtl.
15395 * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
15396 here.
15397 * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
15398 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
15399 genrecog.c: Don't call init_rtl.
15400
15401 * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
15402 rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES. Use CC() in
15403 definition of EXTRA_CC_MODES.
15404
15405 * md.texi: Kill ref to EXTRA_CC_NAMES.
15406 * tm.texi: Document new way to define EXTRA_CC_MODES.
15407
15408 * genrecog.c: Do not look up the name of a define_split.
15409 (Unrelated bugfix.)
15410
15411 Fri Aug 27 17:03:42 1999 Nick Clifton <nickc@cygnus.com>
15412
15413 * config/v850/v850.md: Fix typo introduced by previous delta.
15414
15415 Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15416
15417 * gcc.c (fatal): Make definition static to match prototype.
15418
15419 Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15420
15421 * combine.c (get_last_value): Don't look for earlier sets if the last
15422 known set is somewhere in between the insns being combined.
15423
15424 Fri Aug 27 10:03:12 BST 1999 Nathan Sidwell <nathan@acm.org>
15425
15426 * configure.in: Don't use shell ! to negate exit codes
15427 * configure: Regenerate
15428
15429 Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
15430
15431 * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
15432 the fact that ALIGN is measured in bits, not bytes.
15433
15434 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>
15435
15436 * errors.c: New file; defines functions error, warning, and
15437 fatal, variables have_error and progname.
15438 * errors.h: New file; prototypes and decls for stuff in errors.c.
15439
15440 * Makefile: Add rules to build errors.o and
15441 $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit,
15442 genopinit, genrecog, genextract, genpeep, genattr, and
15443 genoutput with errors.o. Add errors.h to deps of genconfig.o,
15444 gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
15445 genpeep.o, genattr.o, and genoutput.o.
15446
15447 * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
15448 genextract.c, genpeep.c, genattr.c: Include errors.h. Don't
15449 define or prototype fatal. Set progname at beginning of main.
15450 * genoutput.c: Likewise, and don't define or prototype error
15451 either.
15452
15453 * c-typeck.c (c_expand_start_case): Return immediately if exp
15454 is an ERROR_MARK.
15455 * fold-const.c (operand_equal_p): Return immediately if arg1
15456 or arg0 are ERROR_MARKs.
15457 * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
15458 fields of type ERROR_MARK when calculating if the record can
15459 go in a register.
15460
15461 Fri Aug 27 01:03:48 1999 Jim Kingdon <http://developer.redhat.com>
15462 with much help from Jeffrey A Law and Richard Henderson
15463
15464 * i386.md: In the 6 insns which call output_fix_trunc,
15465 earlyclobber operands[0].
15466
15467 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk>
15468
15469 * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
15470 creating new registers.
15471
15472 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>
15473
15474 * i386.h: Declare ix86_cpu_string, ix86_arch_string,
15475 i386_reg_alloc_order, i386_regparm_string,
15476 i386_align_loops_string, i386_align_jumps_string,
15477 i386_align_funcs_string, i386_preferred_stack_boundary_string,
15478 and i386_branch_cost_string as type "const char *".
15479 * i386.c: Define all above strings as type "const char *".
15480
15481 Thu Aug 26 20:36:30 1999 Jim Wilson <wilson@cygnus.com>
15482
15483 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
15484 when emitting alignment padding. Emit padding byte of 0 instead of 4.
15485
15486 Thu Aug 26 18:11:20 1999 Mark Mitchell <mark@codesourcery.com>
15487
15488 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
15489 SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
15490
15491 Thu Aug 26 19:33:23 1999 Jim Wilson <wilson@cygnus.com>
15492
15493 * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
15494 (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
15495 (dwarf2out_line, dwarf2out_finish): Likewise.
15496 * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
15497
15498 Thu Aug 26 16:10:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
15499
15500 * tree.c (lang_unsave_expr_now) : Correct return type.
15501 * tree.h (lang_unsave_expr_now) : Same.
15502
15503 Thu Aug 26 13:12:29 1999 Jeffrey A Law (law@cygnus.com)
15504
15505 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
15506 instead of duplicating code.
15507
15508 Thu Aug 26 18:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15509
15510 * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
15511
15512 1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
15513
15514 * tree.h: fancy_abort always takes three args.
15515 * resource.c: Move include of system.h before toplev.h.
15516
15517 Thu Aug 26 09:46:16 1999 Nick Clifton <nickc@cygnus.com>
15518
15519 * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
15520 as SYMBOL_REFs.
15521
15522 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
15523
15524 * system.h: Don't redefine abort or trim_filename.
15525 * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
15526 or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
15527 whether or not __FUNCTION__ is available.
15528 * tree.h: Duplicate rtl.h's definition of abort, for files
15529 that don't include rtl.h. Delete all code to perform type
15530 checking with a compiler other than GCC.
15531 * varray.h: Delete all code to perform type checking with a
15532 compiler other than GCC. Make VARRAY_CHECK() always evaluate
15533 its arguments exactly once, using a statement expression.
15534 Adjust the VARRAY_<type> accessor macros to match.
15535 * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
15536 (_fatal_insn, _fatal_insn_not_found): New fns, take info on
15537 caller's location. Define fatal_insn and fatal_insn_not_found
15538 as macros that use _fatal_insn and _fatal_insn_not_found.
15539 (fancy_abort, trim_filename): Kill prototypes.
15540
15541 * rtl.c (trim_filename): Move here from toplev.c.
15542 (fancy_abort): New function.
15543 (DIR_SEPARATOR): Provide default definition.
15544 * tree.c (tree_check_failed, tree_class_check_failed): Go
15545 through fancy_abort.
15546 (tree_check, tree_class_check, cst_or_constructor_check,
15547 expr_check): Delete.
15548 * varray.c (varray_check_failed): New function.
15549 * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
15550 _fatal_insn and _fatal_insn_not_found. Go through
15551 fancy_abort.
15552 (trim_filename, fancy_abort): Delete.
15553
15554 * builtins.c (expand_builtin_args_info): Report ICE with abort.
15555 * except.c (start_catch_handler): Report ICE with error/abort
15556 combo.
15557 * final.c (output_operand_lossage): Likewise.
15558 * flow.c (verify_flow_info): Likewise.
15559
15560 * gcc.c: Prototype fatal.
15561 * gengenrtl.c: Undef abort after including rtl.h not system.h.
15562 * genattr.c, genattrtab.c, genemit.c, genextract.c,
15563 genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
15564 Don't define fancy_abort.
15565
15566 Wed Aug 25 17:56:59 1999 Richard Henderson <rth@cygnus.com>
15567
15568 * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
15569 canonization.
15570
15571 Wed Aug 25 15:35:55 1999 Richard Henderson <rth@cygnus.com>
15572
15573 * m88k.h (VERSION_INFO2): Kill.
15574 (VERSION_STRING): Kill.
15575 (TM_RCS_ID): Kill.
15576 (VERSION_INFO1): Tidy.
15577 (TARGET_VERSION): Update.
15578 * m88k/dgux.h (VERSION_INFO2): Kill.
15579 (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
15580 * m88k/luna.h (VERSION_INFO1): Tidy.
15581 * m88k/sysv4.h (VERSION_INFO1): Likewise.
15582 * m88k.c (out_rcs_id, tm_rcs_id): Kill.
15583 (output_file_start): Adjust for death of VERSION_STRING.
15584
15585 1999-08-25 13:51 -0700 Jim Meyering <meyering@ascend.com>
15586
15587 * cpplib.c (detect_if_not_defined): New function.
15588 (do_if): Use it to detect potential once-only headers.
15589
15590 Wed Aug 25 14:00:18 1999 Jason Merrill <jason@yorick.cygnus.com>
15591
15592 * c-common.c (combine_strings): Always set TREE_CONSTANT.
15593
15594 Wed Aug 25 15:27:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
15595
15596 * combine.c (nonzero_bits) : Allow single-ly set registers to be
15597 anywere in the function only if they are pseudos and set before
15598 being used (not live at the start of the function).
15599 (num_sign_bit_copies) : Same.
15600 (get_last_value_validate) : Same.
15601 (get_last_value) : Same.
15602
15603 Wed Aug 25 11:13:29 1999 Richard Henderson <rth@cygnus.com>
15604
15605 * loop.c (express_from): Try harder to unify (* c N) and (* c M)
15606 where N and M are constant and N is an integer multiple of M.
15607
15608 Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15609
15610 * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
15611 (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
15612 sbitmap_union_of_preds): Add prototypes.
15613 * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
15614 the intersection of successors with the new flow graph structures.
15615 (sbitmap_intersection_of_preds): New function to compute the
15616 intersection of predecessors with the new flow graph structures.
15617 (sbitmap_union_of_succs): New function to compute the union of
15618 successors with the new flow graph structures.
15619 (sbitmap_union_of_preds): New function to compute the union of
15620 predecessors with the new flow graph structures.
15621 * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
15622 (expr_reaches_here_p): Use edge and basic_block structures instead
15623 of s_preds and s_succs.
15624 (compute_cprop_avinout): Use new sbitmap routines.
15625 (pre_expr_reaches_here_p): Use edge and basic_block structures instead
15626 of s_preds and s_succs.
15627 * flow.c (compute_flow_dominators): Compute dominators using
15628 edges and basic blocks instead of s_preds and s_succs.
15629
15630 Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15631
15632 * lists.c (unused_insn_list, unused_expr_list): New file for
15633 maintaining various types of lists. New statics for maintaining a
15634 cache of available INSN_LIST and EXPR_LIST nodes.
15635 (free_list): Static function for freeing a list of INSN/EXPR nodes.
15636 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
15637 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
15638 (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
15639 (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
15640 (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
15641 (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
15642 (free_INSN_LIST_node): Free an individual INSN_LIST node.
15643 * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
15644 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
15645 (remove_dependence, free_pending_lists): Use new global routines.
15646 (flush_pending_lists, sched_analyze_insn): Use new global routines.
15647 (sched_analyze, compute_block_backward_dependences): Use new routines.
15648 (sched_analyze_1, sched_analyze_2): Use new routines.
15649 (schedule_insns): Use new global routines.
15650 * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
15651 prototypes.
15652 (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
15653 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
15654 prototypes.
15655 * toplev.c (rest_of_compilation): Initialize node cache.
15656 * Makefile.in (OBJS): Add lists.o to list of object files.
15657 (lists.o): Add dependancies.
15658
15659 Wed Aug 25 17:31:56 1999 Nick Clifton <nickc@cygnus.com>
15660
15661 * config/v850/v850.md: Fix compile time warning messages.
15662 * config/v850/v850.c: Fix compile time warning messages.
15663 * config/v850/v850.h: Fix compile time warning messages.
15664
15665 Wed Aug 25 09:44:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15666
15667 * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
15668 Remove unused prototype for `init_lengths'.
15669
15670 Wed Aug 25 09:32:31 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15671
15672 * calls.c (emit_call_1): Mark parameter `stack_size' with
15673 ATTRIBUTE_UNUSED.
15674 (expand_call): Initialize variable `insn'.
15675 (emit_library_call): Likewise for variable `high_to_save'.
15676 (emit_library_call_value): Likewise.
15677 (store_one_arg): Likewise for variables `lower_bound' and
15678 `upper_bound'.
15679
15680 * combine.c (try_combine): Likewise for variables `i2_code_number'
15681 and `other_code_number'.
15682 (find_split_point): Likewise for variables `pos', `unsignedp' and
15683 `inner'.
15684 (simplify_if_then_else): Likewise for variables `op' and `c1'.
15685 (simplify_and_const_int): Remove unused variable `width'.
15686 (merge_outer_ops): Likewise.
15687
15688 * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
15689 HOST_WIDE_INT' when comparing against one.
15690 (simplify_relational_operation): Likewise.
15691 (cse_insn): Initialize variables `src_eqv_volatile',
15692 `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
15693
15694 * final.c (init_final): Constify parameter `filename'.
15695 (final_start_function): Mark parameter `optimize' with
15696 ATTRIBUTE_UNUSED.
15697 (profile_function): Likewise for parameters `first' and `optimize'.
15698 (output_source_line): Likewise for parameter `file'.
15699
15700 * integrate.c (subst_constants): Cast a value to `size_t' when
15701 comparing against one.
15702 (mark_stores): Initialize variable `mode'. Cast a value to
15703 `size_t' when comparing against one.
15704
15705 * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
15706
15707 * loop.c (move_movables): Initialize variable `first'.
15708 (strength_reduce): Likewise for variable `increment'.
15709 (check_dbra_loop): Likewise for variable `comparison_val'. Cast a
15710 value to `size_t' when comparing against one.
15711 (load_mems): Initialize variable `end_label'.
15712
15713 * output.h (init_final): Constify parameter.
15714
15715 * reload.c (decompose): Initialize variable `base'.
15716
15717 * reload1.c (reload): Likewise for variable `is_scalar'.
15718 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
15719 (choose_reload_regs): Initialize variable `mode'.
15720 (emit_reload_insns): Likewise for variable `store_insn'.
15721 (reload_cse_noop_set_p): Mark parameter `insn' with
15722 ATTRIBUTE_UNUSED.
15723 (reload_combine): Initialize variable `set'.
15724
15725 * unroll.c (unroll_loop): Likewise for variable `local_label'.
15726 (copy_loop_body): Cast a value to `size_t' when comparing against
15727 one.
15728
15729 * varasm.c (assemble_variable): Initialize variable `size_tree'.
15730 (const_hash): Add an `else abort()' in an if-else-if-else sequence.
15731 (remove_from_pending_weak_list): Mark parameter `name' with
15732 ATTRIBUTE_UNUSED.
15733
15734 Wed Aug 25 11:18:39 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15735
15736 * toplev.c (rest_of_compilation): Use decl_printable_name when opening
15737 gcse dump file.
15738
15739 Wed Aug 25 10:57:12 1999 Nick Clifton <nickc@cygnus.com>
15740
15741 * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
15742 (ASM_DECLARE_FUNCTION_NAME): Define.
15743 (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
15744 ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
15745 ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
15746 not already defined.
15747
15748 Wed Aug 25 01:36:11 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15749
15750 * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
15751 of n_popped when call/call_value are not defined.
15752
15753 Wed Aug 25 01:25:14 1999 Jeffrey A Law (law@cygnus.com)
15754
15755 * tm.texi: GNU CC -> GCC conversion.
15756 (CC1_SPEC): Indicate it is used for all language front ends.
15757
15758 Tue Aug 24 23:43:03 1999 Mark Mitchell <mark@codesourcery.com>
15759
15760 * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
15761 NOTE_INSN_EH_REGION_END correctly.
15762
15763 Tue Aug 24 23:26:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
15764 Jeff Law <law@cygnus.com>
15765
15766 * loop.c (strength_reduce): Automatically unroll loops if the
15767 unrolled loop size is smaller than the rolled loop size.
15768
15769 * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
15770 and delete comment that code should be rewritten.
15771
15772 Tue Aug 24 22:56:35 1999 Jeffrey A Law (law@cygnus.com)
15773
15774 * haifa-sched.c (find_rgns): Mark a block found during the DFS search
15775 as reachable.
15776
15777 * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
15778
15779 Tue Aug 24 22:41:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
15780
15781 * fixinc/mkfixinc.sh: Don't fix uwin headers.
15782 * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
15783 (LINK_SPEC): Add -u _main when building executables.
15784 (ASM_DECLARE_FUNCTION): Update from Cygwin.
15785 (ASM_FILE_END): Use the default for ix86-pe.
15786 * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
15787
15788 Tue Aug 24 20:49:47 1999 Art Haas <ahaas@neosoft.com>
15789
15790 * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
15791 and ASM_CLOSE_PAREN are empty strings.
15792
15793 Wed Aug 25 12:46:22 1999 Fred Fish <fnf@cygnus.com>
15794 Geoffrey Keating <geoffk@cygnus.com>
15795
15796 * Makefile.in (PREPROCESSOR_DEFINES): New macro.
15797 (protoize.o): Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
15798 (unprotoize.o): Ditto.
15799 (test-protoize-simple): Don't define STD_PROTO_DIR.
15800 * protoize.c: Use PARAMS rather than PROTO. Minor whitespace
15801 changes to make 'test-protoize-simple' pass.
15802 (STD_PROTO_DIR): Remove define.
15803 (STANDARD_EXEC_PREFIX): Supply default define.
15804 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
15805 (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
15806 (target_version): New variable, init to DEFAULT_TARGET_VERSION.
15807 (GET_ENV_PATH_LIST): New macro.
15808 (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
15809 (do_processing): Initialize default_syscalls_dir using new
15810 macros. Use it to initialize syscalls_absolute_filename.
15811
15812 Tue Aug 24 16:58:15 1999 Richard Henderson <rth@cygnus.com>
15813
15814 * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
15815 B into a register before emit_conditional_move.
15816
15817 Tue Aug 24 15:37:03 1999 Richard Henderson <rth@cygnus.com>
15818
15819 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
15820 as (+ (+ (* a b) (* d e)) c). Factor a common power-of-two
15821 multiplicand out of (+ (* a b) (* c d)).
15822
15823 Tue Aug 24 11:46:10 1999 Bob Manson <manson@cygnus.com>
15824 Richard Henderson <rth@cygnus.com>
15825
15826 * haifa-sched.c (split_hard_reg_notes): Move to flow.c
15827 (new_insn_dead_notes): Likewise.
15828 (update_n_sets): Likewise.
15829 (update_flow_info): Move to flow.c, renamed to update_life_info;
15830 extend to handle multiple source insns.
15831 * flow.c: Include resource.h
15832 (unlink_insn_chain): New.
15833 (split_hard_reg_notes): New.
15834 (maybe_add_dead_note): New.
15835 (maybe_add_dead_note_use): New.
15836 (find_insn_with_note): New.
15837 (new_insn_dead_notes): New.
15838 (update_n_sets): New.
15839 (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
15840 (maybe_remove_dead_notes): New.
15841 (update_life_info): New.
15842 (prepend_reg_notes): New.
15843 (replace_insns): New.
15844 * output.h (update_life_info): Declare.
15845 * recog.c (split_block_insns): Use update_life_info.
15846 * resource.c (find_free_register): Use reg_alloc_order, don't use
15847 fixed regs, make sure the mode is supported, don't use new regs.
15848 (reg_dead_p): New.
15849 * rtl.h (replace_insns): Declare.
15850
15851 Tue Aug 24 13:48:39 1999 Nathan Sidwell <nathan@acm.org>
15852
15853 * expr.c (expand_expr): Cope with COND_EXPRs with one
15854 non-returning branch.
15855
15856 Mon Aug 23 22:28:16 1999 Mark Mitchell <mark@codesourcery.com>
15857
15858 * expr.c (store_expr): Always pass down the target, even when not
15859 doing CSE.
15860
15861 1999-08-24 Nick Clifton <nickc@cygnus.com>
15862
15863 * configure.in: Define target_cpu_default for v850 targets.
15864 * configure: Regenerate
15865
15866 * config/v850/v850.h (TARGET_CPU_generic): Define.
15867 (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
15868 addresses are 4 byte aligned.
15869
15870 * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
15871 addresses.
15872
15873 Tue Aug 24 09:32:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15874
15875 * genattr.c (function_unit_desc): Constify a char*. Add prototype.
15876 (main): Add prototypes.
15877
15878 * genattrtab.c (substitute_address, write_const_num_delay_slots,
15879 attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
15880 (write_attr_get): Emit prototypes along with function definition.
15881 (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
15882 (write_complex_function): Emit static prototype along with
15883 function definition.
15884
15885 * genemit.c (gen_split): Emit prototypes along with function
15886 definition.
15887
15888 * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
15889 Likewise for predicates and `insn_operand_predicate'.
15890 (process_template): Emit static prototype along with function
15891 definition.
15892
15893 * genrecog.c (make_insn_sequence): Constify a char*. Add
15894 prototypes for get_split_*().
15895 (write_subroutine): Emit prototypes along with function
15896 definition.
15897
15898 Tue Aug 24 12:35:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15899
15900 * gcse.c (find_avail_set): Follow chains of register-register copies.
15901 Use oprs_not_set_p to guarantee that the returned value can be
15902 substituted.
15903 (cprop_insn): Don't verify the return value of find_avail_set with
15904 oprs_not_set_p.
15905
15906 * gcse.c (cprop_jump): New function, broken out of cprop_insn.
15907 (cprop_cc0_jump): New function.
15908 (cprop_insn): Break out new function cprop_jump and use it.
15909 Also use cprop_cc0_jump for machines with CC0.
15910 (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
15911
15912 * tree.h (current_function_calls_setjmp,
15913 current_function_calls_longjmp): Delete declarations.
15914 * dsp16xx.c: Include "function.h".
15915 * elxsi.c: Likewise.
15916 * gmicro.c: Likewise.
15917 * h8300.c: Likewise.
15918 * i370.c: Likewise.
15919 * m32r.c: Likewise.
15920 * mn10200.c: Likewise.
15921 * mn10300.c: Likewise.
15922 * ns32k.c: Likewise.
15923 * spur.c: Likewise.
15924 * v850.c: Likewise.
15925
15926 * rtl.h (rtx_equal_function_value_matters): Declare.
15927 * toplev.c (rtx_equal_function_value_matters): Don't declare.
15928 * cse.c: Likewise.
15929 * function.c: Likewise.
15930 * emit-rtl.c: Likewise.
15931
15932 Tue Aug 24 02:47:44 1999 Jeffrey A Law (law@cygnus.com)
15933
15934 * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
15935 call.
15936
15937 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15938
15939 * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
15940 exactly.
15941
15942 Mon Aug 23 23:35:52 1999 Matthias Klose <doko@cs.tu-berlin.de>
15943
15944 * cpp.texi: Add a node documenting macro varargs (copied
15945 from extend.texi).
15946
15947 1999-08-23 22:23 -0700 Zack Weinberg <zack@bitmover.com>
15948
15949 * cppspec.c: Put a null pointer at the end of the new argv.
15950
15951 Mon Aug 23 21:23:24 1999 Jeffrey A Law (law@cygnus.com)
15952
15953 * configure.in: Remove code to select/de-select the haifa
15954 scheduler. Every scheduled port gets haifa now.
15955 * configure: Rebuilt.
15956 * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
15957 * sched.c Deleted.
15958 * Makefile.in: Corresponding changes.
15959
15960 Mon Aug 23 16:04:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15961
15962 * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
15963 All callers changed.
15964 (prepare_float_lib_cmp): Likewise.
15965 Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
15966 * expr.h (emit_float_lib_cmp): Delete declaration.
15967 * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
15968 * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
15969 * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
15970 specially.
15971 (cmptf): Now conditional on TARGET_HARD_QUAD.
15972
15973 Fri Aug 20 17:52:27 1999 Jim Wilson <wilson@cygnus.com>
15974
15975 * resource.c (mark_target_live_regs): Use
15976 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
15977
15978 Fri Aug 20 19:07:55 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15979
15980 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
15981
15982 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
15983
15984 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
15985
15986 Fri Aug 20 18:53:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15987
15988 * rtl.h (rtx_format): Constify a char*.
15989
15990 * rtl.c (rtx_format): Likewise.
15991 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
15992 (init_rtl): Use accessor macro, not `rtx_format'.
15993
15994 * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
15995 char*.
15996
15997 * caller-save.c (mark_referenced_regs): Likewise.
15998
15999 * combine.c (subst, make_compound_operation, known_cond,
16000 gen_rtx_combine, update_table_tick, get_last_value_validate,
16001 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
16002
16003 * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
16004 refers_to_p, canon_reg, fold_rtx, cse_process_notes,
16005 count_reg_usage): Likewise.
16006
16007 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
16008 Likewise.
16009
16010 * final.c (leaf_renumber_regs_insn): Likewise.
16011
16012 * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
16013 dump_edge_info, count_reg_references): Likewise.
16014
16015 * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
16016 fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
16017 Likewise.
16018
16019 * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
16020 oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
16021 add_label_notes): Likewise.
16022
16023 * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
16024 clear_struct_flag, count_sub_rtxs, count_alternatives,
16025 compares_alternatives_p, contained_in_p, walk_attr_value,
16026 write_expr_attr_cache): Likewise.
16027
16028 * genconfig.c (walk_insn_part): Likewise.
16029
16030 * genemit.c (max_operand_1, gen_exp): Likewise.
16031
16032 * genextract.c (walk_rtx): Likewise.
16033
16034 * genflags.c (num_operands): Likewise.
16035
16036 * genoutput.c (scan_operands): Likewise.
16037
16038 * genpeep.c (match_rtx): Likewise.
16039
16040 * genrecog.c (add_to_sequence): Likewise.
16041
16042 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
16043 Likewise.
16044
16045 * integrate.c (save_constants, copy_for_inline,
16046 copy_rtx_and_substitute, subst_constants, restore_constants):
16047 Likewise.
16048
16049 * jump.c (mark_jump_label, invert_exp, redirect_exp,
16050 rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
16051
16052 * local-alloc.c (contains_replace_regs, memref_referenced_p):
16053 Likewise.
16054
16055 * loop.c (record_excess_regs, rtx_equal_for_loop_p,
16056 add_label_notes, replace_call_address, count_nonfixed_reads,
16057 invariant_p, find_single_use_in_loop, find_mem_givs,
16058 find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
16059 Likewise.
16060
16061 * print-rtl.c (reg_names, print_rtx): Likewise.
16062
16063 * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
16064
16065 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
16066 record_reg_life_pat, swap_rtx_condition, goto_block_pat,
16067 print_blocks): Likewise.
16068
16069 * regclass.c (fix_register, record_address_regs,
16070 reg_scan_mark_refs): Likewise.
16071
16072 * regmove.c (stable_but_for_p): Likewise.
16073
16074 * reload.c (loc_mentioned_in_p, operands_match_p,
16075 find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
16076 copy_replacements, refers_to_regno_for_reload_p,
16077 refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
16078 reload_when_needed_name, reg_class_names, debug_reload_to_stream):
16079 Likewise.
16080
16081 * reload1.c (eliminate_regs, scan_paradoxical_subregs,
16082 delete_address_reloads_1, count_occurrences,
16083 reload_cse_mem_conflict_p, reload_combine_note_use,
16084 add_auto_inc_notes): Likewise.
16085
16086 * resource.c (mark_referenced_resources, mark_set_resources):
16087 Likewise.
16088
16089 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
16090 reg_mentioned_p, regs_set_between_p, modified_between_p,
16091 modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
16092 rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
16093 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
16094 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
16095
16096 * sched.c (sched_analyze_2, attach_deaths): Likewise.
16097
16098 * stupid.c (stupid_mark_refs): Likewise.
16099
16100 * unroll.c (remap_split_bivs): Likewise.
16101
16102 * varasm.c (mark_constants): Likewise.
16103
16104 * a29k/a29k.c (uses_local_reg_p): Likewise.
16105
16106 * alpha/alpha.c (summarize_insn): Likewise.
16107
16108 * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
16109 eliminate_lr2ip): Likewise.
16110
16111 * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
16112
16113 * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
16114 reg_mentioned_in_mem): Likewise.
16115
16116 * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
16117 symbolic_reference_mentioned_p): Likewise.
16118
16119 * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
16120
16121 * sh/sh.c (regs_used, mark_use): Likewise.
16122
16123 * vax/vax.c (vax_rtx_cost): Likewise.
16124
16125 Fri Aug 20 18:38:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16126
16127 * machmode.h (mode_name): Constify a char*.
16128
16129 * rtl.c (mode_name): Likewise.
16130
16131 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
16132
16133 * optabs.c (init_libfuncs): Constify a char*.
16134
16135 * print-tree.c (mode_name): Remove redundant declaration.
16136 (print_node): Use accessor macro, not `mode_name'.
16137
16138 * reload1.c (dump_needs): Constify a char*. Use accessor macro,
16139 not `mode_name'.
16140 (new_spill_reg): Constify a char*.
16141
16142 * tree.c (mode_name): Remove redundant declaration.
16143
16144 Fri Aug 20 18:31:26 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16145
16146 * rtl.c (rtx_name): Constify a char*.
16147
16148 * rtl.h (rtx_name, fix_sched_param): Likewise.
16149
16150 * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
16151 (mypr): Use accessor macro, not `rtx_name'.
16152
16153 * genemit.c (print_code): Constify a char*.
16154
16155 * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
16156
16157 * genpeep.c (print_code): Constify a char*.
16158
16159 * genrecog.c (print_code): Likewise.
16160
16161 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
16162 end_bb): Add static prototype.
16163 (draw_edge): Constify a char*.
16164 (end_bb): Remove unused parameter.
16165
16166 * haifa-sched.c (fix_sched_param, safe_concat, print_exp
16167 print_block_visualization): Constify a char*.
16168
16169 Fri Aug 20 15:02:10 1999 Mark Mitchell <mark@codesourcery.com>
16170
16171 * c-common.c (c_get_alias_set): Update comment.
16172
16173 1999-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
16174
16175 * linux.h (LIB_SPEC): Added.
16176
16177 Fri Aug 20 22:32:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16178
16179 * config/c4x/c4x.h (STARTFILE_SPEC): Don't define.
16180
16181 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
16182
16183 * tree.c (expr_check): Fix typo in last change.
16184
16185 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
16186
16187 * rtl.def (NOTE): Change format to "iuu0n".
16188 (ADDR_DIFF_VEC): Change format to "eEee0".
16189 (ADDRESSOF): Change format to "eit".
16190
16191 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
16192 (RTVEC_ELT): Change to match.
16193 (XVECEXP): Use XVEC and RTVEC_ELT.
16194 (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
16195 ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
16196 (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
16197 CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
16198 TRAP_CONDITION, TRAP_CODE): Use XEXP.
16199 (INTVAL): Use XWINT.
16200 (ADDRESSOF_DECL): Use XTREE.
16201 (SET_ADDRESSOF_DECL): Delete.
16202 (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
16203 NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill. These have been
16204 ifdefed out since 2.6 at least.
16205 (gen_rtvec_vv): Delete prototype.
16206
16207 * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
16208 not rtunion.
16209 (copy_most_rtx): Handle 't' format letter.
16210 * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
16211 (gen_rtvec_vv): Delete function. All callers changed to use
16212 gen_rtvec_v instead.
16213 * print-rtl.c (print_rtx): Move special casing of NOTEs to
16214 the '0' format letter.
16215
16216 * function.c (gen_mem_addressof): Don't use
16217 SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
16218 instead.
16219 * integrate.c (copy_rtx_and_substitute): Likewise.
16220 Copy 't' slots with XTREE.
16221 (subst_constants): Treat 't' slots like '[swi]' slots.
16222 * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
16223 * jump.c (rtx_equal_for_thread_p): Likewise.
16224 * rtlanal.c (rtx_equal_p): Likewise.
16225 * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
16226 only four arguments.
16227 * gengenrtl.c (type_from_format): Provide correct types for
16228 'b' and 't' slots.
16229
16230
16231 * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
16232 If a recent gcc is in use (always in stage2 and beyond), use
16233 statement expressions, so we don't make a function call unless
16234 the check fails. Evaluate arguments exactly once.
16235 (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
16236 TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
16237 Delete.
16238 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
16239 they evaluate their arguments exactly once, irrespective of
16240 the compiler in use.
16241
16242 * tree.c [ENABLE_CHECKING]: Define whichever set of functions
16243 is used by the currently-enabled check macros. This is:
16244 (tree_check_failed, tree_class_check_failed): For gcc.
16245 (tree_check, tree_class_check, cst_or_constructor_check,
16246 expr_check): For other compilers.
16247
16248 * gencheck.c: Do not define any *_CHECK1 macros.
16249
16250 Thu Aug 19 14:42:38 1999 Mike Stump <mrs@wrs.com>
16251 Mark Mitchell <mark@codesourcery.com>
16252
16253 * c-common.c (c_get_alias_set): Fix support for poitners and
16254 references.
16255
16256 Thu Aug 19 11:51:22 EDT 1999 John Wehle (john@feith.com)
16257
16258 * alias.c: Include tree.h.
16259 (nonlocal_reference_p, mark_constant_function): New functions.
16260 * flow.c (life_analysis): Call mark_constant_function.
16261 * rtl.h (mark_constant_function): Declare it.
16262
16263 Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
16264
16265 * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
16266 unrecognisable switches.
16267
16268 Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16269
16270 * loop.c (recombine_givs): Set ix field after sorting.
16271 (recombine_givs): Remove bogus index / giv lockstep looping.
16272
16273 Wed Aug 18 18:20:40 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16274
16275 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
16276 on CODE.
16277 (emit_store_flag_force): Use do_compare_rtx_and_jump.
16278 (do_cmp_and_jump): Formatting fixes.
16279 * expr.c (do_compare_and_jump): Renamed from compare; changed to call
16280 do_compare_rtx_and_jump instead of compare_from_rtx.
16281 (do_compare_rtx_and_jump): New function; mostly copied from
16282 compare_from_rtx.
16283 (do_jump_for_compare): Delete.
16284 (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
16285 MIN_EXPR.
16286 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
16287 of compare/do_jump_for_compare pairs.
16288 (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
16289 (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
16290 compare_from_rtx/do_jump_for_compare pairs.
16291 (do_jump_by_parts_equality): Likewise.
16292 (do_jump_by_parts_equality_rtx): Likewise.
16293 * expr.h (do_compare_rtx_and_jump): Declare.
16294 * optabs.c (prepare_cmp_insn): New function, contains most of the code
16295 that used to be in emit_cmp_insn.
16296 (cmp_available_p): New function.
16297 (prepare_operand): New function.
16298 (emit_cmp_and_jump_insn_1): New function, contains some code that used
16299 to be in emit_cmp_insn.
16300 (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
16301 parameters to be pointers; don't emit final compare but modify some of
16302 the values pointed to by the args so the caller can perform the
16303 correct comparison.
16304 (expand_binop): Call emit_store_flag_force with signed forms of
16305 comparison code.
16306 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
16307 emit_jump_insn pair.
16308 (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
16309 emit_cmp_and_jump_insn_1. Call emit_queue.
16310 (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
16311 arg.
16312 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
16313 jump sets cc0 before deleting it.
16314 * integrate.c (expand_inline_function): Likewise.
16315 * unroll.c (unroll_loop): Similar changes in several places.
16316 (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
16317 before deleting it.
16318
16319 Wed Aug 18 06:37:44 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16320
16321 * Makefile.in (insn-recog.o): Update dependencies.
16322 * genrecog.c (main): Make generated file include "function.h".
16323
16324 Sat Aug 14 00:54:57 1999 Geoffrey Keating <geoffk@cygnus.com>
16325
16326 * cse.c (cse_insn): Call never_reached_warning when a jump is
16327 changed to be unconditional.
16328 * flags.h: Declare warn_notreached.
16329 * flow.c (delete_block): Call never_reached_warning when
16330 a block is deleted.
16331 * jump.c (delete_barrier_successors): Call never_reached_warning
16332 when we delete everything after a BARRIER.
16333 (never_reached_warning): New function.
16334 * rtl.h: Declare never_reached_warning.
16335 * toplev.c (warn_notreached): New variable.
16336 (lang_independent_options): Set warn_notreached
16337 when -Wunreachable-code.
16338 (compile_file): We need line numbers for -Wunreachable-code.
16339
16340 Tue Aug 17 22:06:11 1999 Jan Hubicka <hubicka@freesoft.cz>
16341
16342 * haifa-sched.c (insn_unit): Fix typo on out of range test.
16343 * sched.c (insn_unit): Likewise.
16344
16345 Tue Aug 17 21:57:23 1999 Andreas Schwab <schwab@suse.de>
16346
16347 * combine.c (distribute_notes): Handle REG_EH_RETHROW.
16348
16349 Tue Aug 17 17:39:43 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
16350
16351 * flow.c (create_edge_list): Use xmalloc, not malloc.
16352
16353 Tue Aug 17 01:40:54 1999 Loren Rittle <ljrittle@acm.org>
16354
16355 * fixinc/inclhack.def (no_double_slash): Do not trash single-line
16356 C-style comments. Do not lose the character before double slash.
16357
16358 Mon Aug 16 18:08:22 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
16359
16360 * basic-block.h (struct edge_list): Stucture to maintain a vector
16361 of edges.
16362 (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
16363 INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
16364 (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
16365 New function prototypes.
16366 * flow.c (create_edge_list): Function to create an edge list.
16367 (free_edge_list): Discards memory used by an edge list.
16368 (print_edge_list): Debug output showing an edge list.
16369 (verify_edge_list): Internal consistency check for an edge list.
16370 (find_edge_index): Function to find an edge index for a pred and succ.
16371
16372 Mon Aug 16 11:56:36 1999 Mark Mitchell <mark@codesourcery.com>
16373
16374 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
16375 hashtable.
16376
16377 Mon Aug 16 17:04:15 1999 Jorn Rennecke <amylaar@cygnus.co.uk>
16378
16379 * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
16380
16381 Fri Aug 13 15:20:43 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16382
16383 * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
16384
16385 Fri Aug 13 10:21:28 1999 Nick Clifton <nickc@cygnus.com>
16386
16387 * toplev.c (rest_of_compilation): Allow machine dependent
16388 reorganisation pass to place information into the RTL dump
16389 file if it so wishes.
16390
16391 Sun Aug 15 12:41:21 1999 Jim Wilson <wilson@cygnus.com>
16392
16393 * explow.c (hard_function_value): Use VOIDmode instead of
16394 MAX_MACHINE_MODE.
16395 * stmt.c (expand_return): Likewise.
16396 * stor-layout.c (get_best_mode): Likewise.
16397
16398 * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
16399 emit call instead of emit_insn call.
16400
16401 Sat Aug 14 15:04:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
16402
16403 * configure.in: Handle --disable/enable-win32-registry.
16404 * install.texi: Document --disable/enable-win32-registry.
16405 * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
16406 (WIN32_REGISTRY_KEY): New macro.
16407 * prefix.c: Use to enable/disable win32-specific code.
16408 (lookup_key): Use versioned key.
16409 * configure: Regenerate.
16410 * config.in: Likewise.
16411
16412 Fri Aug 13 17:41:55 1999 Jason Merrill <jason@yorick.cygnus.com>
16413
16414 * cpplib.c (read_line_number): New fn, split out of...
16415 (do_line): Here.
16416
16417 Fri Aug 13 14:18:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
16418
16419 tree.c (lang_unsave_expr_now) : New.
16420 (unsave_expr_now): Call lang_unsave_expr_now.
16421 tree.h (lang_unsave_expr_now) : New.
16422
16423 Fri Aug 13 00:49:46 1999 Jason Merrill <jason@yorick.cygnus.com>
16424
16425 * toplev.c (flag_new_exceptions): On by default.
16426
16427 1999-08-13 Michael Meissner <meissner@cygnus.com>
16428
16429 * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
16430
16431 Fri Aug 13 01:29:57 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
16432
16433 * dwarfout.c (fundamental_type_code): Return FT_boolean for
16434 INTEGER_TYPE with precision==1, it's __java_boolean.
16435
16436 Thu Aug 12 23:51:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16437
16438 * global.c (prune_preferences): Move some invariants out of the
16439 inner loop.
16440
16441 Thu Aug 12 15:30:29 1999 Jesse Perry (jap@unx.dec.com)
16442
16443 * configure.in (alpha*-dec-osf*): Add osf5.
16444
16445 Sun Aug 1 22:24:03 1999 Philip Blundell <philb@gnu.org>
16446
16447 * configure.in: Rework handling of ARM GNU/Linux slightly.
16448 (arm*-*-linux-gnuoldld): New target.
16449 * configure: Regenerate.
16450 * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
16451 arm-*-elf. Mention that arm-*-linux-gnuaout is obsolete.
16452 * config/arm/linux-oldld.h: New file.
16453 * config/arm/linux-elf26.h: Don't include linux-elf.h.
16454 (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
16455 Don't define.
16456 * config/arm/linux-elf.h (ASM_SPEC): Define.
16457 (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
16458 SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
16459 for 26-bit APCS and old linker.
16460 (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
16461 `arm_elf'.
16462 (FP_DEFAULT): Define to FP_SOFT3 for all machines.
16463 * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
16464 don't define `arm' or `arm_elf'.
16465 * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
16466 MULTILIB_DIRNAMES): Define. Fix typo in comment.
16467
16468 Thu Aug 12 10:14:47 1999 Andreas Schwab <schwab@suse.de>
16469
16470 * rtl.texi: Fix typo.
16471
16472 Wed Aug 11 23:50:57 1999 Jason Merrill <jason@yorick.cygnus.com>
16473
16474 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
16475
16476 Wed Aug 11 12:59:37 1999 Mark Mitchell <mark@codesourcery.com>
16477
16478 * extend.texi (C++ Signatures): Remove node.
16479 * invoke.texi: Remove discussion of -fhandle-signatures,
16480 signature, sigof, __signature__, and __sigof__.
16481
16482 Wed Aug 11 03:38:25 1999 Jeffrey A Law (law@cygnus.com)
16483
16484 * Makefile.in (JAVAGC): Removed.
16485
16486 Wed Aug 11 02:13:26 1999 Mumit Khan <khan@xraylith.wisc.edu>
16487
16488 * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
16489
16490 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
16491
16492 * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
16493
16494 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
16495
16496 * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
16497 a register that is already known to be a pointer.
16498
16499 1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
16500
16501 * fixinc/inclhack.tpl: Only install assert.h conditionally.
16502 * fixinc/inclhack.sh: Regenerated.
16503 * fixinc/fixincl.sh: Regenerated.
16504
16505 Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
16506
16507 * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
16508 Fix documentation of -ansi flag to describe its C++ behavior.
16509 Remove bogus reference to GCC 2.9.
16510
16511 Tue Aug 10 17:19:02 1999 Jim Wilson <wilson@cygnus.com>
16512
16513 * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
16514 note if it is non-NULL.
16515
16516 Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
16517
16518 * except.h (eh_nesting_info): Add new structure defintion.
16519 (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
16520 (reachable_handlers, update_rethrow_references): Add function
16521 prototypes.
16522 * rtl.h (struct rtvec_def): Update comments. REG_EH_RETHROW takes
16523 a rethrow symbol instead of an integer exception region number.
16524 * flow.c (Make_edges): Use new exception nesting routines to determine
16525 which handlers are reachable from a CALL or asynchronous insn.
16526 Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
16527 goto receivers.
16528 (delete_eh_regions): Update rethrow labels, and don't delete
16529 regions which are the target of a rethrow.
16530 * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
16531 avoid overloading the SYMBOL_REF_USED flag.
16532 (rethrow_symbol_map): Use new rethrow_ref field.
16533 (rethrow_used): Use new rethrow_ref field.
16534 (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
16535 of an integer. Fix formatting.
16536 (output_exception_table_entry): Use new rethrow_ref field.
16537 (can_throw): Check for EH_REGION_NOTE before deciding
16538 whether a CALL can throw or not.
16539 (scan_region): Call rethrow_used() instead of accessing data structure.
16540 (update_rethrow_references): New function to make sure only regions
16541 which are still targets of a rethrow are flagged as such.
16542 (process_nestinfo): New static function to initialize a handler
16543 list for a specific region.
16544 (init_eh_nesting_info): New function to allocate and initialize
16545 the list of all EH handlers reachable from all regions.
16546 (reachable_handlers): New function to retrieve the list of handlers
16547 reachable from a specific region and insn.
16548 (free_eh_nesting_info): New function to dispose of a list of
16549 reachable handlers.
16550
16551 Tue Aug 10 10:39:31 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
16552
16553 * flow.c (split_edge): Set JUMP_LABEL field.
16554 (commit_one_edge_insertion): Set head correctly for insert_before.
16555 When inserting insns, update insn block numbers if allocated.
16556
16557 Tue Aug 10 09:26:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16558
16559 * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
16560 retry_incomplete_types): Add static prototype.
16561 (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
16562 dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
16563 dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
16564 dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
16565 dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
16566 Constify a char*.
16567
16568 * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
16569 dwarf2out_start_source_file, dwarf2out_line): Likewise.
16570
16571 Tue Aug 10 09:21:46 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16572
16573 * output.h (assemble_name): Constify a char*.
16574
16575 * varasm.c (UNIQUE_SECTION, assemble_start_function,
16576 assemble_variable, assemble_name): Likewise.
16577
16578 * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
16579
16580 * arm/pe.c (arm_pe_unique_section): Likewise.
16581
16582 * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
16583
16584 * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
16585
16586 * i386/interix.c (i386_pe_unique_section): Likewise.
16587
16588 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
16589
16590 * i386/winnt.c (i386_pe_unique_section): Likewise.
16591
16592 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
16593
16594 * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
16595
16596 * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
16597
16598 * pa/pa.c (output_call): Likewise.
16599
16600 * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
16601
16602 * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
16603
16604 * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
16605 Likewise.
16606
16607 * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
16608 Likewise.
16609
16610 * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
16611
16612 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
16613 STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
16614
16615 * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
16616
16617 Mon Aug 9 19:54:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16618
16619 * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
16620
16621 Mon Aug 9 19:36:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16622
16623 * tree.h (lang_identify): Constify a char*.
16624 (print_error_function): Add extern prototype. Constify a char*.
16625
16626 * c-lang.c (lang_identify): Constify a char*.
16627
16628 * objc/objc-act.c (lang_identify): Constify a char*.
16629
16630 Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16631
16632 * genpeep.c (main): Make generated file include "function.h".
16633 * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
16634
16635 Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16636
16637 * Makefile.in: Update dependencies.
16638 * alias.c: Include "function.h"
16639 * c-decl.c: Likewise.
16640 * caller-save.c: Likewise.
16641 * calls.c: Likewise.
16642 * combine.c: Likewise.
16643 * cse.c: Likewise.
16644 * explow.c: Likewise.
16645 * final.c: Likewise.
16646 * global.c: Likewise.
16647 * graph.c: Likewise.
16648 * local-alloc.c: Likewise.
16649 * loop.c: Likewise.
16650 * optabs.c: Likewise.
16651 * profile.c: Likewise.
16652 * recog.c: Likewise.
16653 * regclass.c: Likewise.
16654 * regmove.c: Likewise.
16655 * reload.c: Likewise.
16656 * reorg.c: Likewise.
16657 * resource.c: Likewise.
16658 * sched.c: Likewise.
16659 * stupid.c: Likewise.
16660 * config/1750a/1750a.c: Likewise.
16661 * config/a29k/a29k.c: Likewise.
16662 * config/arc/arc.c: Likewise.
16663 * config/arm/arm.c: Likewise.
16664 * config/arm/thumb.c: Likewise.
16665 * config/c4x/c4x.c: Likewise.
16666 * config/clipper/clipper.c: Likewise.
16667 * config/convex/convex.c: Likewise.
16668 * config/fx80/fx80.c: Likewise.
16669 * config/i860/i860.c: Likewise.
16670 * config/m68k/m68k.c: Likewise.
16671 * config/m88k/m88k.c: Likewise.
16672 * config/mips/mips.c: Likewise.
16673 * config/pdp11/pdp11.c: Likewise.
16674 * config/pyr/pyr.c: Likewise.
16675 * config/romp/romp.c: Likewise.
16676 * config/sh/sh.c: Likewise.
16677 * config/tahoe/tahoe.c: Likewise.
16678 * config/vax/vax.c: Likewise.
16679 * config/we32k/we32k.c: Likewise.
16680 * config/sparc/sparc.c: Include "function.h".
16681 (mem_min_alignment): Test current_function rather than
16682 regno_pointer_align.
16683 * config/pa/pa.c: Likewise.
16684 (compute_frame_size): Delete declaration of
16685 current_function_outgoing_args_size.
16686 * config/arc/arc.h (current_function_varargs): Delete declaration.
16687 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
16688 declaration.
16689 * config/i370/i370.h (current_function_outgoing_args_size): Delete
16690 declaration.
16691 * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
16692 current_function_uses_pic_offset_table.
16693 * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
16694 of current_function_returns_pointer.
16695 * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16696 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16697 * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16698 * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16699 * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16700 * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
16701 * config/m88k/m88k.c: Include "function.h"
16702 (call_used_regs, current_function_pretend_args_size,
16703 current_function_outgoing_args_size, frame_pointer_needed): Delete
16704 declarations.
16705 * config/m88k/m88k.h (current_function_pretend_args_size): Delete
16706 declaration.
16707 * config/mips/mips.h (current_function_calls_alloca): Delete
16708 declaration.
16709 * config/mn10200/mn10200.h (current_function_needs_context,
16710 rtx_equal_function_value_matters): Delete declarations.
16711 * config/ns32k/ns32k (current_function_uses_pic_offset_table,
16712 flag_pic): Delete declarations.
16713 * config/pa/pa.h (current_function_pretend_args_size,
16714 current_function_decl): Delete declarations.
16715 * config/pa/som.h (current_function_varargs): Delete declaration.
16716 * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
16717 declaration.
16718 * config/pyr/pyr.h (current_function_pretend_args_size,
16719 current_function_args_size, current_function_calls_alloca): Delete
16720 declarations.
16721 * config/sh/sh.h (current_function_varargs): Delete declaration.
16722 * config/sparc/sparc.h (current_function_outgoing_args_size,
16723 current_function_calls_alloca, current_function_decl): Delete
16724 declarations.
16725 * config/spur/spur.h (current_function_pretend_args_size,
16726 current_function_calls_alloca): Delete declarations.
16727 * config/v850/v850.c (current_function_outgoing_args_size): Delete
16728 declaration.
16729 * config/vax/vms.h (current_function_name): Delete declaration.
16730 * gcse.c: Include "function.h".
16731 (current_function_name, current_function_calls_setjmp): Delete
16732 declarations.
16733 * haifa-sched.c: Include "function.h".
16734 (forced_labels): Delete declaration.
16735 * jump.c: Likewise.
16736 * reg-stack.c: Likewise.
16737 * reload1.c: Likewise.
16738 * genemit.c (main): Make generated file include function.h.
16739 * genoutput.c (output_prologue): Likewise.
16740
16741 * builtins.c (saveregs_value, apply_args_value): Delete variables.
16742 * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
16743 sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
16744 regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
16745 regno_reg_rtx, sequence_stack): Delete variables. Add accessor
16746 macros for some of them.
16747 (emit_filename, emit_lineno): Delete declarations.
16748 (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy. Access
16749 regno_pointer_* variables through current_function.
16750 (gen_inline_header_rtx): Delete function.
16751 (save_emit_status): Delete function.
16752 (set_new_last_label_num): New function.
16753 (clear_emit_caches): New function.
16754 (restore_emit_status): Just clear last_labelnum and call
16755 clear_emit_caches.
16756 (get_last_insn_anywhere): Variable sequence_stack is now accessed
16757 through macro seq_stack.
16758 (add_insn_after): Likewise.
16759 (add_insn_before): Likewise.
16760 (remove_insn): Likewise.
16761 (pop_topmost_sequence): Likewise.
16762 (in_sequence_p): Likewise.
16763 (start_sequence_for_rtl_expr): Likewise.
16764 (start_sequence): Likewise, and likewise for
16765 sequence_rtl_expr/seq_rtl_expr.
16766 (push_topmost_sequence): Likewise.
16767 (end_sequence): Likewise.
16768 (init_virtual_regs): Now takes a "struct emit_status *" argument.
16769 All callers changed. Store into that pointer instead of globals.
16770 (init_emit): Allocate emit elt of current_function.
16771 Changes for sequence_rtl_expr/sequence_stack renaming.
16772 Call clear_emit_caches instead of doing it in-line.
16773 Access regno_pointer_* variables through current_function.
16774 (init_emit_once) Don't clear sequence_stack.
16775
16776 * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
16777 Delete variables.
16778 (arg_pointer_save_area): Delete declaration.
16779 (finish_expr_for_function): Renamed from init_queue; no longer static.
16780 (init_expr): Don't call init_queue.
16781 (save_expr_status, restore_expr_status): Delete functions.
16782 (expand_expr): Changes to reflect new layout of struct function.
16783 Don't access current_function_check_memory_usage when current_function
16784 is 0.
16785 * expr.h (forced_labels, save_expr_regs, saveregs_value,
16786 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
16787 current_function_outgoing_args_size, current_function_arg_offset_rtx,
16788 current_function_uses_const_pool, function_call_count,
16789 current_function_uses_pic_offset_table, nonlocal_labels,
16790 current_function_internal_arg_pointer, nonlocal_goto_stack_level,
16791 current_function_check_memory_usage, nonlocal_goto_handler_slots,
16792 pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
16793 declarations.
16794 (finish_expr_for_function): Declare.
16795 * flags.h (current_function_has_nonlocal_label,
16796 current_function_has_nonlocal_goto, current_function_is_thunk,
16797 current_function_has_computed_jump): Delete declarations.
16798 * flow.c (forced_labels): Delete declaration.
16799 * function.c (current_function_pops_args,
16800 current_function_returns_struct, current_function_returns_pcc_struct,
16801 current_function_needs_context, current_function_calls_setjmp,
16802 current_function_calls_longjmp, current_function_has_nonlocal_label,
16803 current_function_has_nonlocal_goto, current_function_is_thunk,
16804 current_function_has_computed_jump, current_function_calls_alloca,
16805 current_function_contains_functions, current_function_returns_pointer,
16806 current_function_epilogue_delay_list, current_function_args_size,
16807 current_function_pretend_args_size, current_function_arg_offset_rtx,
16808 current_function_outgoing_args_size, current_function_varargs,
16809 current_function_stdarg, current_function_args_info, cleanup_label,
16810 current_function_name, current_function_uses_const_pool,
16811 current_function_instrument_entry_exit, current_function_return_rtx,
16812 current_function_uses_pic_offset_table, nonlocal_labels,
16813 current_function_internal_arg_pointer, current_function_cannot_inline,
16814 current_function_check_memory_usage, function_call_count,
16815 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
16816 nonlocal_goto_stack_level, return_label, save_expr_regs,
16817 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
16818 tail_recursion_reentry, arg_pointer_save_area, frame_offset,
16819 context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
16820 last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
16821 temp_slot_level, var_temp_slot_level, target_temp_slot_level):
16822 Delete variables.
16823 (push_function_context_to): Don't save them. Don't call
16824 save_storage_status, save_emit_status or save_expr_status.
16825 (pop_function_context_from): Don't restore them. Don't call
16826 restore_storage_status or restore_expr_status.
16827 (get_func_frame_size): New function.
16828 (get_frame_size): Use it.
16829 (assign_outer_stack_local): Reflect some member name changes in struct
16830 function.
16831 (put_reg_into_stack): Likewise.
16832 (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
16833 seq_rtl_expr.
16834 (fixup_var_refs): Likewise.
16835 (fix_lexical_addr): Likewise.
16836 (trampoline_address): Likewise.
16837 (prepare_function_start): Clear field inlinable of current_function.
16838 (init_function_for_compilation): New function.
16839 (expand_dummy_function_end): New function.
16840 (expand_function_end): Call finish_expr_for_function.
16841 * function.h (struct emit_status): New; fields moved here from struct
16842 function and from global variables. Add accessor macros for some of
16843 the fields.
16844 (struct expr_status): Likewise.
16845 (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
16846 (struct function): Add fields expr and emit, inlinable, inl_emit,
16847 original_arg_vector, original_decl_initial, inl_last_parm_insn,
16848 inl_max_label_num. Add many comments.
16849 Add accessor macros for all elts of struct function that no longer
16850 have a global variable.
16851 (cleanup_label, return_label, frame_offset, tail_recursion_label,
16852 tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
16853 stack_slot_list): Delete declarations.
16854 (get_func_frame_size): Declare.
16855 (save_expr_status, restore_expr_status, save_emit_status,
16856 save_storage_status, restore_storage_status): Delete declarations.
16857 (init_virtual_regs): Declare.
16858 * output.h (current_function_pops_args,
16859 current_function_returns_struct, current_function_returns_pcc_struct,
16860 current_function_needs_context, current_function_calls_setjmp,
16861 current_function_calls_longjmp, current_function_calls_alloca,
16862 current_function_has_nonlocal_label, current_function_varargs,
16863 current_function_has_computed_jump, current_function_returns_pointer,
16864 current_function_contains_functions, current_function_args_size,
16865 current_function_pretend_args_size, current_function_stdarg,
16866 current_function_outgoing_args_size, current_function_args_info,
16867 current_function_name, current_function_return_rtx,
16868 current_function_epilogue_delay_list,
16869 current_function_uses_const_pool, current_function_cannot_inline):
16870 Delete declarations.
16871 * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
16872 regno_reg_rtx): Delete declaration.
16873 (REGNO_POINTER_FLAG): Delete macro.
16874 * stmt.c (expand_goto): Changes to reflect that some fields in struct
16875 function were renamed.
16876 * stor-layout.c (save_storage_status, restore_storage_status): Delete
16877 functions.
16878 * toplev.c: Include "function.h".
16879 (current_function_decl): Delete declaration.
16880 (compile_file): Call init_dummy_function_start and
16881 expand_dummy_function_end around some initializations that need to
16882 emit rtl.
16883 (rest_of_compilation): Use DECL_SAVED_INSNS properly.
16884 Call init_function_for_compilation.
16885 * unroll.c: Include "function.h"
16886 (unroll_loop): Access regno_pointer_* variables through
16887 current_function.
16888
16889 * tree.h (struct tree_decl): Add elt f to saved_insns member.
16890 (DECL_SAVED_INSNS): use it.
16891 (expand_dummy_function_end): Declare.
16892 (init_function_for_compilation): Declare.
16893 * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
16894 that it's no longer an INLINE_HEADER.
16895 (expand_call): Likewise.
16896 * integrate.c (finish_inline): Delete function.
16897 (max_parm_reg, parm_reg_stack_loc): Delete declarations.
16898 (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
16899 args. Don't generate an INLINE_HEADER rtx, just return the arg
16900 vector. All callers changed.
16901 (save_for_inline_copying): Create a duplicate struct emit_status to
16902 hold the emit state for compiling the current function. Use this and
16903 the other new fields in struct function that are for integration
16904 instead of an INLINE_HEADER.
16905 Use memcpy instead of bcopy.
16906 Store the current struct function in DECL_SAVED_INSNS of fndecl.
16907 (save_for_inline_nocopy): Similar changes, except no new emit_status
16908 is needed here.
16909 (expand_inline_function): Get information from function structure,
16910 not from an inline header rtx.
16911 (output_inline_function): Lose code to extract the necessary
16912 information from an inline header; simply put back the function
16913 structure into current_function. Clear its inlinable elt.
16914 * rtl.def (INLINE_HEADER): Delete.
16915 * rtl.h: Delete all accessors for an INLINE_HEADER.
16916 (gen_inline_header_rtx): Delete declaration.
16917 (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
16918 Delete declarations.
16919 (REGNO_POINTER_ALIGN): Delete.
16920 (clear_emit_caches): Declare.
16921 (set_new_last_label_num): Declare.
16922
16923 Mon Aug 9 01:52:24 1999 Jason Merrill <jason@yorick.cygnus.com>
16924
16925 * print-tree.c (print_node): Print base for OFFSET_TYPEs.
16926
16927 * except.c (expand_eh_region_start_for_decl): Always start a new block.
16928 * stmt.c (is_eh_region): Make sure current_function is present, too.
16929
16930 Mon Aug 9 01:15:24 1999 Jeffrey A Law (law@cygnus.com)
16931
16932 * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
16933 for 64bit PA targets.
16934
16935 * pa.h (SELECT_SECTION): Define.
16936 * som.h (SELECT_SECTION): Delete.
16937
16938 Sun Aug 8 15:13:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16939
16940 * alias.c (init_alias_analysis): Wrap call to
16941 `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
16942
16943 1999-08-07 Bruce Korb <autogen@linuxbox.com>
16944
16945 * fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
16946 <sys/asm.h> contains an asm comment with an apostrophe
16947 * fixinc/inclhack.sh: regen
16948 * fixinc/fixincl.x: regen
16949
16950 Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
16951
16952 * function.c (init_function_start): Clear prologue & epilogue.
16953 (prologue_epilogue_contains): New function.
16954 * alias.c (init_alias_analysis): Use it.
16955 * rtl.h (prologue_epilogue_contains): Declare it.
16956
16957 Sat Aug 7 19:32:16 1999 Richard Henderson <rth@cygnus.com>
16958
16959 * jump.c (onlyjump_p): New function.
16960 * rtl.h: Declare it.
16961 * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
16962 of condjump_p in calling tidy_fallthru_edge and merge_blocks.
16963
16964 Sat Aug 7 17:09:36 1999 Richard Henderson <rth@cygnus.com>
16965
16966 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
16967 to invert loops. Simplify block scanning.
16968
16969 Sat Aug 7 02:11:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16970
16971 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
16972 (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
16973
16974 1999-08-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
16975
16976 * config/sparc/liteelf.h: New file to support sparclite-elf target
16977 * config/sparc/t-sp86x: New file to support sparc86x targets
16978 * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
16979 * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
16980 * configure.in: Support above target triplets
16981 * configure: Regenerated
16982
16983 Sat Aug 7 01:39:27 1999 Philippe De Muyter <phdm@macqel.be>
16984
16985 * fixinc/server.c (server_setup): Do not prefix function used as
16986 parameter with `&'.
16987
16988 Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
16989
16990 * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
16991 Remove fp reg alternatives.
16992
16993 Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
16994
16995 * Makefile.in (TAROUTOPTS): Kill.
16996 (install-headers-tar): Use "xpf" for tar headerfile extraction
16997 * i370/x-oe (TAROUTOPTS): Delete.
16998 * m68k/x-apollo68 (TAROUTOPTS): Delete.
16999 * m68k/x-hp320 (TAROUTOPTS): Delete.
17000 * m68k/x-hp320g (TAROUTOPTS): Delete.
17001 * gcc.texi: Update bug reporting text.
17002
17003 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17004
17005 * reg-stack.c (change_stack) Fixed problem with negative array index.
17006
17007 Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
17008
17009 * extend.texi, install.texi: Fix spelling mistakes.
17010
17011 * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
17012 (s-attrtab); No longer try to use pre-made insn-attrtab file.
17013 * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
17014 PREMADE_ATTRTAB_MD.
17015 * mips/t-ecoff: Likewise.
17016 * mips/t-elf: Likewise.
17017 * mips/t-mips: Likewise.
17018 * mips/t-osfrose: Likewise.
17019 * mips/t-r3900: Likewise.
17020 * mips/t-svr3: Likewise.
17021 * mips/t-svr4: Likewise.
17022 * mips/t-ultrix: Likewise.
17023
17024 * gcc.texi: Document recommend means to provide software floating
17025 point libraries in libgcc.a
17026
17027 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
17028
17029 * c-lex.c (yylex): We can have a number with no digits.
17030
17031 Fri Aug 6 16:53:55 EDT 1999 John Wehle (john@feith.com)
17032
17033 * jump.c (delete_prior_computation): New function, broken
17034 out of delete_computation. Check for side effects with
17035 side_effects_p instead of FIND_REG_INC_NOTE. Handle
17036 multi-word hard registers.
17037 (delete_computation): Use it. Check for side effects with
17038 side_effects_p instead of FIND_REG_INC_NOTE. Synthesize a
17039 missing REG_DEAD note for a register which is both set and
17040 used by an insn.
17041
17042 Fri Aug 6 11:05:29 1999 Jeffrey A Law (law@cygnus.com)
17043
17044 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
17045 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
17046 (ASM_FILE_START): Import _mcount with the right type.
17047 (ASM_DECLARE_FUNCTION_NAME): Define.
17048 (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
17049 * pa.c (output_function_prologue): Always emit the function's label
17050 here.
17051 * pa.h (TEXT_SPACE_P): Define.
17052 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
17053 (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
17054 * som.h (TEXT_SPACE_P): Delete.
17055 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
17056 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
17057
17058 Thu Aug 5 19:29:39 1999 Jim Wilson <wilson@cygnus.com>
17059
17060 * expr.c (emit_group_load): Allow src to be a CONCAT.
17061
17062 Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17063
17064 * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
17065 (___mulsi3): Use '!' comment character.
17066
17067 Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17068
17069 * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
17070
17071 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
17072
17073 * gcc.c: Update URLs and mail addresses.
17074 * gcc.texi: Likewise.
17075
17076 Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
17077
17078 * rs6000.c (current_file_function_operand): Return zero for
17079 weak functions.
17080 (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
17081 weak symbols.
17082 * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
17083 for weak symbols.
17084
17085 Thu Aug 5 00:56:30 1999 Geoffrey Keating <geoffk@cygnus.com>
17086
17087 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
17088 allocate space in the stack frame for the PIC register.
17089
17090 Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
17091
17092 * m68k.md (xordi3, anddi3): These patterns are not available on
17093 the coldfire.
17094
17095 Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
17096
17097 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
17098 (PUT_REAL): Likewise.
17099
17100 Wed Aug 4 20:45:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17101
17102 * final.c (shorten_branches): Don't add an alignment for loops
17103 that have no label inside.
17104
17105 Wed Aug 4 16:39:24 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17106
17107 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
17108 prototypes in macro HAVE_cmpstrsi.
17109
17110 * cpplib.c (cpp_get_token): Remove unused label `op3'.
17111
17112 * emit-rtl.c (operand_subword): Remove unused variable
17113 `bits_per_word'.
17114
17115 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
17116
17117 * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
17118
17119 Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com>
17120
17121 * cpphash.c (macroexpand): Delete leading whitespace when arg
17122 is concatenated before.
17123 (unsafe_chars): Correct test for whether + and - can extend a
17124 token.
17125
17126 * cppinit.c (cpp_start_read): Do dependencies for
17127 -include/-imacros files also.
17128
17129 * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
17130 tokenizing non-directive lines.
17131 (cpp_expand_to_buffer): Temporarily disable no-output mode.
17132 * cppmain.c: In no-output mode, just call cpp_scan_buffer for
17133 the input file.
17134
17135 Wed Aug 4 12:53:44 1999 Jason Merrill <jason@yorick.cygnus.com>
17136
17137 * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
17138
17139 * c-lex.c: Sync with C++ frontend.
17140 (linemode): New variable.
17141 (parse_float): imag, conversion_errno, and type are output only.
17142 (yylex): Adjust. Move initial '.' case into main switch.
17143 Use linemode.
17144 (handle_generic_pragma): Just deal with tokens.
17145 (readescape): Use ISXDIGIT and ISGRAPH.
17146 * c-parse.in: Add END_OF_LINE token.
17147
17148 * c-lex.c (lang_init): Generalize.
17149 (nextchar): Remove. Replace uses with UNGETC.
17150 (skip_white_space): Handle linemode here. Optimize for cpplib.
17151 (skip_white_space_on_line): Remove.
17152 (extend_token_buffer_to): New fn.
17153 (extend_token_buffer): Use it.
17154 (read_line_number, check_newline): Just deal with tokens.
17155 (token_getch, token_put_back): New fns.
17156 (yylex): Use them. More cpplib optimizations. Simplify.
17157
17158 Wed Aug 4 12:53:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
17159 Jason Merrill <jason@yorick.cygnus.com>
17160
17161 * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
17162 (consume_string): Make this smart about USE_CPPLIB.
17163 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
17164 (yylex): Rewrite to be intelligent about USE_CPPLIB.
17165 Also, clean up cases where we redundantly set token_buffer[0].
17166 (read_line_number): New fn.
17167 (ignore_escape_flag): New variable.
17168
17169 Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
17170
17171 * a29k/t-a29kbare: Fix some comments.
17172 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
17173 (FPBIT, DPBIT): Define.
17174 * a29k/t-vx29k: Likewise.
17175 * arc/t-arc: Likewise.
17176 * arm/t-arm-elf: Likewise.
17177 * arm/t-bare: Likewise.
17178 * arm/t-pe: Likewise.
17179 * arm/t-pe-thumb: Likewise.
17180 * arm/t-semi: Likewise.
17181 * arm/t-thumb: Likewise.
17182 * arm/t-thumb-elf: Likewise.
17183 * arm/t-thumb-linux: Likewise.
17184 * h8300/t-h8300: Likewise.
17185 * i960/t-i960: Likewise.
17186 * i960/t-vxworks960: Likewise.
17187 * m32r/t-m32r: Likewise.
17188 * mips/t-ecoff: Likewise.
17189 * mips/t-elf: Likewise.
17190 * mips/t-r3900: Likewise.
17191 * pa/t-pro: Likewise.
17192 * rs6000/t-aix43: Likewise.
17193 * rs6000/t-beos: Likewise.
17194 * rs6000/t-newas: Likewise.
17195 * rs6000/t-ppccomm: Likewise.
17196 * rs6000/t-rs6000: Likewise.
17197 * rs6000/t-winnt: Likewise.
17198 * rs6000/t-xnewas: Likewise.
17199 * rs6000/t-xrs6000: Likewise.
17200 * sh/t-sh: Likewise.
17201 * sparc/t-elf: Likewise.
17202 * sparc/t-sparcbare: Likewise.
17203 * sparc/t-sparclite: Likewise.
17204 * sparc/t-splet: Likewise.
17205 * v850/t-v850: Likewise.
17206 * mn10200/t-mn10200: Fix comments.
17207 * mn10300/t-mn10300: Likewise.
17208
17209 * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
17210 dummy operand. Allocate a new pseudo for the dummy operand.
17211 (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
17212
17213 * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
17214
17215 Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
17216
17217 * configure: Rebuilt.
17218 * configure.in: Removed --enable-java-gc option and JAVAGC subst.
17219
17220 Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
17221
17222 * recog.c (preproces_constraints): Zero recog_op_alt before
17223 processing the constraints.
17224
17225 * arm.c (typedef minipool_node): Renamed from pool_node.
17226 (minipool_vector, minipool_size, minipool_vector_label): Similarly.
17227 (add_minipool_constant): New function.
17228 (dump_minipool): New function.
17229 (find_barrier): Remove special case for getting the insn size of
17230 an insn that references the constant pool.
17231 (minipool_fixup): New structure.
17232 (push_minipool_barrier): New function.
17233 (push_minipool_fix): New function.
17234 (note_invalid_constants): New function.
17235 (add_pool_constant, dump_table, fixit, broken_move): Delete.
17236 (arm_reorg): Rewrite code to fix up the constant pool into a
17237 series of mini-pools embedded in the insn stream.
17238 (arm_output_epilogue): New function, made mainly from the body
17239 of output_func_epilogue.
17240 (output_func_epilogue): Move insn generation part of epilogue code
17241 to arm_output_epilogue.
17242 * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
17243 * arm.md (pool_range): New attribute.
17244 (zero_extendqidi2): Add attribute pool_range.
17245 (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
17246 extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
17247 pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
17248 movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
17249 movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
17250 (epilogue): New expand.
17251 (epilogue_insn): New insn. Call arm_output_epilogue.
17252
17253 * arm.c (arm_poke_function_name): Undo change of July 17. Tidy up.
17254 * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
17255
17256 Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
17257
17258 * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
17259
17260 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
17261
17262 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
17263
17264 Wed Aug 4 02:15:32 1999 Richard Henderson <rth@cygnus.com>
17265
17266 * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
17267
17268 Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com>
17269
17270 * global.c: Fix comment.
17271
17272 Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com>
17273
17274 * gcc.c (access_check): New static function.
17275 (find_a_file): Use it when searching a directory list.
17276 * collect2.c (find_a_file): Don't accept directories found when
17277 searching a directory list.
17278
17279 Wed Aug 4 01:40:43 1999 Philippe De Muyter <phdm@macqel.be>
17280
17281 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
17282 function parameters with `&'.
17283 (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
17284
17285 Wed Aug 4 01:08:44 1999 Jeffrey A Law (law@cygnus.com)
17286
17287 * flow.c (delete_unreachable_blocks): Do not call merge_blocks
17288 or tidy_fallthru_edge if the last insn in the block is not
17289 an unconditional jump or a simple conditional jump.
17290
17291 Tue Aug 3 20:21:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17292
17293 * Makefile.in (c-decl.o): Depends on defaults.h.
17294
17295 Tue Aug 3 14:14:52 1999 Jeffrey A Law (law@cygnus.com)
17296
17297 * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
17298 PA1.1 and above.
17299 (CLASS_MAX_NREGS): Likewise.
17300
17301 Tue Aug 3 03:51:20 1999 Jeffrey A Law (law@cygnus.com)
17302
17303 * cse.c (cse_insn): Fix dumb thinko in last change.
17304
17305 Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17306
17307 * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
17308 "const char *".
17309
17310 Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
17311
17312 * dwarf2out.c (add_location_or_const_value_attribute): Correct
17313 test for sizes of passed and declared parameter types.
17314
17315 Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17316
17317 * fixincludes: Fix the return type of bsearch, char* -> void*.
17318
17319 * fixinc/inclhack.def: Likewise.
17320
17321 Mon Aug 2 18:29:32 1999 Mark Mitchell <mark@codesourcery.com>
17322
17323 * invoke.texi (-fdump-translation-unit): New option.
17324
17325 Mon Aug 2 17:54:19 1999 Richard Henderson <rth@cygnus.com>
17326
17327 * expr.h (PROMOTE_PROTOTYPES): Move ...
17328 * defaults.h: ... to here.
17329 * c-decl.c: Include defaults.h instead of expr.h.
17330 * c-typeck.c: Include defaults.h.
17331
17332 Mon Aug 2 17:10:24 1999 Mark Mitchell <mark@codesourcery.com>
17333
17334 * toplev.h (errorcount): Declare.
17335 (warningcount): Likewise.
17336 (sorrycount): Likewise.
17337 * c-lex.c (errorcount): Don't declare.
17338 * dwarf2out.c (errorcount): Don't declare.
17339
17340 Mon Aug 2 17:02:08 1999 Jason Merrill <jason@yorick.cygnus.com>
17341
17342 * config/libgloss.h: Add a note discouraging use with ELF.
17343 * configure.in: Don't use libgloss.h for ELF targets.
17344 Always use_collect2 on a.out targets.
17345
17346 Mon Aug 2 16:27:42 1999 Jim Wilson <wilson@cygnus.com>
17347
17348 * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
17349 (force_to_mode, case ASHIFTRT): Add shiftrt label.
17350
17351 Tue Aug 3 00:45:02 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17352
17353 * loop.c (strength_reduce): When doing biv->giv conversion, update
17354 reg note of NEXT->insn.
17355
17356 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
17357
17358 * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
17359
17360 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
17361
17362 * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
17363 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
17364 Ensure expr.h is included.
17365 * c-typecheck.c (convert_arguments): Ditto.
17366
17367 * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
17368
17369 * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
17370 * config/convex/convex.h: Ditto.
17371 * config/dsp16xx/dsp16xx.h: Ditto.
17372 * config/fx80/fx80.h: Ditto.
17373 * config/gmicro/gmicro.h: Ditto.
17374 * config/i370/i370.h: Ditto.
17375 * config/i386/i386.h: Ditto.
17376 * config/m32r/m32r.h: Ditto.
17377 * config/m68k/m68k.h: Ditto.
17378 * config/m88k/m88k.h: Ditto.
17379 * config/mips/mips.h: Ditto.
17380 * config/pa/pa.h: Ditto.
17381 * config/pyr/pyr.h: Ditto.
17382 * config/tahoe/tahoe.h: Ditto.
17383 * config/we32k/we32k.h: Ditto.
17384
17385 * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
17386 based on arch size.
17387
17388 * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
17389
17390 * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
17391 from comment.
17392
17393 * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
17394
17395 1999-08-02 Richard Henderson <rth@cygnus.com>
17396
17397 * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
17398 for the register spill block.
17399 (m32r_va_arg): New.
17400 * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
17401 (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
17402
17403 * m32r.h (INT8_P): Don't short-cut test with (unsigned).
17404 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
17405 (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
17406
17407 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
17408
17409 * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
17410 MAX_WCHAR_TYPE defined in sparc.h.
17411 * config/sparc/linuxaout.h: Likewise.
17412 * config/sparc/linux64.h: Likewise.
17413 Also default to -mvis if CPU is UltraSPARC.
17414
17415 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
17416
17417 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
17418 (RTX_OK_FOR_OLO10): Likewise.
17419 (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
17420 %lo(), allow it in addresses...
17421 (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
17422 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
17423 does not make sense.
17424 * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
17425 (sparc_output_scratch_registers): New function.
17426 (output_function_prologue, sparc_flat_output_function_prologue): Use
17427 it.
17428 * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
17429 defined.
17430 * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
17431 * configure.in: Add check for .register pseudo-op support in as and
17432 check for offsetable %lo().
17433 * acconfig.h: Add templates for the above checks.
17434 * configure: Regenerate.
17435
17436 1999-08-02 Richard Henderson <rth@cygnus.com>
17437
17438 * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
17439 * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
17440 * sparc/sol2.h (TARGET_DEFAULT): Likewise.
17441
17442 Mon Aug 2 23:46:45 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17443
17444 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
17445 reg_biv_class.
17446
17447 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
17448
17449 * config/float-sparc.h: New file.
17450 * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
17451 sparc-*-linux-gnu and sparc64-*-linux*.
17452
17453 1999-08-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17454
17455 * rs6000.c (rs6000_va_list): Type is an array.
17456 (rs6000_va_start): Don't doubly adjust for varargs.
17457 (rs6000_va_arg): Evaluate long long GPR adjustment.
17458
17459 Mon Aug 2 16:15:57 1999 David Edelsohn <edelsohn@gnu.org>
17460
17461 * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
17462 -maix64 and -maix32.
17463 (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
17464 LINK_SPEC): Change appropriately.
17465 * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
17466 (u_short_cint_operand): Likewise.
17467 * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
17468 for 64-bit hosts.
17469 * rs6000/t-aix43 (MULTILIB): Change to -m64.
17470
17471 * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
17472
17473 Mon Aug 2 16:15:57 1999 Geoff Keating <geoffk@cygnus.com>
17474
17475 * rs6000/rs6000.c (num_insns_constant_wide): Correct
17476 for type promotion.
17477 (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
17478 (non_add_cint_operand): Likewise.
17479 (logical_operand): Likewise.
17480 (non_logical_cint_operand): Likewise.
17481 (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
17482 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
17483 (rs6000_select_rtx_section): Suppress warning.
17484 (small_data_operand): Suppress warning.
17485 (rs6000_got_register): Suppress warning.
17486 * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
17487 type, so `J' is generally the wrong constraint for a SImode value;
17488 use `L' instead.
17489 (andsi3_internal2): Likewise.
17490 (andsi3_internal3): Likewise.
17491 (iorsi3_internal1): Likewise.
17492 (xorsi3_internal1): Likewise.
17493 (movsi): Likewise.
17494 (movsf_softfloat): Likewise.
17495 (scc insns): Likewise.
17496 (movsi+2): Preserve sign bits of SImode constant.
17497 (floatsidf2_internal+1): Sign-extend SImode constant correctly.
17498 (movdf+1): Sign-extend properly.
17499 (movdi_32+1): Sign-extend properly.
17500 (scc insns): Sign-extend properly.
17501
17502 * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
17503 K, L, and T.
17504
17505 1999-08-02 Richard Henderson <rth@cygnus.com>
17506
17507 * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
17508 -mcpu parsing code.
17509 (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
17510 * alpha.md (all fp insns): Likewise.
17511
17512 1999-08-02 Nick Clifton <nickc@cygnus.com>
17513
17514 * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
17515 already defined.
17516
17517 Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
17518
17519 * pa.c (legitimize_pic_address): Clarify comments. Do not call the
17520 pic_load_label generator directly.
17521 * pa.md (pic_load_label): Clarify comments. Remove modes on operands.
17522 No longer a named pattern.
17523
17524 Mon Aug 2 09:38:10 1999 Nick Clifton <nickc@cygnus.com>
17525
17526 * explow.c (force_reg): Call force_operand if X does not
17527 satisfy general_operand.
17528
17529 Mon Aug 2 01:34:22 1999 Jeffrey A Law (law@cygnus.com)
17530
17531 * fix-header.c (main): When testing for CONTINUED, use string
17532 equality, not pointer equality.
17533
17534 Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
17535
17536 * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
17537
17538 Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
17539
17540 * cse.c (cse_insn): Fix loop which deletes insns after a jump
17541 that has become an unconditional jump.
17542
17543 * m68k.c (output_function_prologue): Fix typo in CPU32 case.
17544 (output_function_epilogue): Similarly.
17545
17546 Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17547
17548 * tree.h (init_dummy_function_start): Declare.
17549
17550 Sun Aug 1 12:55:31 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17551
17552 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
17553 last_expr_type, last_expr_value, block_start_count, block_stack,
17554 stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
17555 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
17556 dynamically in stmt elt of struct function for each function.
17557 (struct nesting): Rename function_call_count elt to n_function_calls,
17558 target_temp_slot_level to block_target_temp_slot_level. All users
17559 changed.
17560 (struct stmt_status): New structure definition.
17561 Add many accessor macros for stmt_status elements which previously
17562 were global variables.
17563 (init_stmt_for_function): Allocate stmt elt for current_function.
17564 Reflect that block_start_count was renamed to
17565 current_block_start_count.
17566 (save_stmt_status, restore_stmt_status): Delete functions.
17567 (preserve_subexpressions_p): Don't access loop_stack when outside
17568 a function.
17569 (expand_start_bindings): Reflect that block_start_count was renamed to
17570 current_block_start_count.
17571 (expand_fixup): Likewise.
17572 (expand_decl): Don't access block_stack when outside a function.
17573 (expand_decl_cleanup): Likewise.
17574 (expand_dcc_cleanup): Likewise.
17575 (expand_dhc_cleanup): Likewise.
17576 (expand_anon_union_decl): Likewise.
17577 (set_file_and_line_for_stmt): New function.
17578 (in_control_zone_p): New function.
17579
17580 * function.h (struct function): Add new elt stmt.
17581 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
17582 case_stack, nesting_stack, nesting_depth, block_start_count,
17583 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
17584 emit_lineno, goto_fixup_chain.
17585 (save_eh_status, restore_eh_status, save_stmt_status,
17586 restore_stmt_status): Delete declarations.
17587 * function.c (push_function_context_to): Don't call save_stmt_status.
17588 (pop_function_context_to): Don't call restore_stmt_status.
17589 * tree.h (in_control_zone_p): Declare.
17590 * rtl.h (set_file_and_line_for_stmt): Declare.
17591
17592 * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
17593 call set_file_and_line_for_stmt.
17594
17595 Thu Jul 31 12:34:45 1999 Joe Buck <jbuck@synopsys.com>
17596
17597 * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
17598 Also update copyright.
17599
17600 Sat Jul 31 11:10:07 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17601
17602 * c-pragma.c: Don't include "except.h".
17603 * emit-rtl.c: Likewise.
17604 * stor-layout.c: Likewise.
17605 * tree.c: Likewise.
17606 * varasm.c: Likewise.
17607
17608 * flow.c: Include "function.h".
17609 * tree.h (init_dummy_function_start): Declare new function.
17610
17611 * except.h (struct eh_status): New structure.
17612 (struct label_node, struct eh_entry): Declare even if tree.h hasn't
17613 been included.
17614 (eh_return_stub_label, ehstack, catchstack, ehqueue,
17615 catch_clauses, false_label_stack, caught_return_label_stack,
17616 protect_list, current_function_ehc): Add accessor macros for the
17617 corresponding fields in current_function->eh; delete declarations
17618 for all items that used to be declared here.
17619 * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
17620 catch_clauses, false_label_stack, caught_return_label_stack,
17621 protect_list, current_function_ehc): Delete variables.
17622 (init_eh_for_function): Allocate current_function->eh.
17623 (save_eh_status, restore_eh_status): Delete functions.
17624
17625 * function.h (struct function): Add fields next_global and eh.
17626 Delete all exception handling related fields.
17627 * function.c (current_function): New variable.
17628 (all_functions): New variable.
17629 (push_function_context_to): Don't allocate a struct function,
17630 use current_function instead. Call init_dummy_function_start when
17631 outside a function. Clear current_function before returning.
17632 (pop_function_context_from): Restore current_function.
17633 Don't free the restored struct function.
17634 (prepare_function_start): New function.
17635 (init_dummy_function_start): New function.
17636 (init_function_start): Break out some code into prepare_function_start
17637 and call it here.
17638
17639 * stmt.c (save_stmt_status): Don't call save_eh_status.
17640 (restore_stmt_status): Don't call restore_eh_status.
17641
17642 * Makefile.in: Update dependencies.
17643
17644 Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
17645
17646 * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
17647 of depending on a magic constant value. Update comments.
17648 (hppa_expand_prologue): Similarly.
17649
17650 * pa.md (reload_indi, reload_outdi): Allow any register for the
17651 original reload register.
17652
17653 Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
17654
17655 * cccp.c (print_help): Change marcos to macros.
17656
17657 1999-07-30 Richard Henderson <rth@cygnus.com>
17658
17659 * c-typeck.c (initializer_constant_valid_p): Move ...
17660 * c-common.c (initializer_constant_valid_p): ... here. Use
17661 FOO_TYPE_P instead of tests against TREE_CODE. Allow subtraction
17662 of label addresses.
17663 * c-common.h (initializer_constant_valid_p): Declare.
17664 * c-tree.h (initializer_constant_valid_p): Remove.
17665
17666 Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
17667
17668 * config/i386/sol2-c1.asm: Align the stack.
17669 * config/i386/sol2-gc1.asm: Likewise.
17670
17671 1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
17672
17673 * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
17674 -Asparclite for sparc86x.
17675 (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
17676 sparc86x.
17677 (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
17678
17679 Fri Jul 30 14:53:56 1999 Jakub Jelinek <jj@ultra.linux.cz>
17680
17681 * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
17682 the user if using the non-default arch size in BI_ARCH configuration.
17683 * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
17684
17685 * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
17686 Fix patterns so that they actually match.
17687 (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
17688 (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
17689 (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
17690 TARGET_HARD_MUL32.
17691 (mulsidi3): Reflect this in the expand.
17692 (smulsi3_highpart): Only on TARGET_ARCH32.
17693 (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
17694 (const_umulsidi3_sp32): Renamed from const_umulsidi3.
17695 (umulsidi3): Reflect this in the expand.
17696 (umulsi3_highpart): Only on TARGET_ARCH32.
17697 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
17698 don't require g0 to be zero.
17699 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
17700 ({,u}divsi3): New expands.
17701 ({,u}divsi3_sp64): New patterns.
17702 (after lshrdi3_v8plus): Four new patterns to help combiner
17703 optimizing nested mixed mode shifts.
17704
17705 * config/sparc/sparc.c (sparc_override_options): Use deprecated
17706 v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
17707 speed things up. Don't use them by default on plain v9 in 64bit
17708 mode, according to what SPAMv9 sais.
17709
17710 * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
17711 top 32 bits of %[og][0-7] in signal handlers.
17712 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
17713
17714 Fri Jul 30 03:00:41 1999 Jeffrey A Law (law@cygnus.com)
17715
17716 * pa.md (zvdep_imm32): Renamed from zvdep_imm.
17717 (ashlsi3): Corresponding changes.
17718
17719 * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
17720
17721 Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
17722
17723 * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
17724
17725 Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17726
17727 * arm.h (Hint): Delete macro.
17728 Substitute HOST_WIDE_INT for Hint in some prototypes.
17729 * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
17730
17731 Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com>
17732
17733 * builtins.c (expand_builtin_setjmp): Use force_operand to
17734 make sure that the buffer address is in a suitable form to be
17735 passed to force_reg.
17736
17737 Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
17738
17739 * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
17740 them here.
17741
17742 Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
17743
17744 * pa.md (indirect_jump): Remove mode from match_operand. Verify
17745 proper mode in the condition string.
17746 (icacheflush, dcacheflush): Remove modes from match_operands.
17747
17748 * pa.c (emit_move_sequence): Always convert scratch_reg to the
17749 proper mode before using it.
17750
17751 * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
17752 pair.
17753
17754 * pa.c (store_reg): Do not call add_high_const generator directly.
17755 (load_reg, set_reg_plus_d): Likewise.
17756 * pa.md (add_high_const): No longer a named pattern.
17757
17758 * pa.c (legitimize_address): Consistently use Pmode rather than
17759 SImode. Do not call gen_pic2_highpart directly anymore.
17760 * pa.md (pic2_highpart): No longer a named pattern.
17761 (pic2_lo_sum): Similarly. Reformat to make more readable.
17762
17763 * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
17764 needed.
17765
17766 * README: Update.
17767
17768 Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17769
17770 * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
17771
17772 Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
17773
17774 * pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
17775 and tag the spill mems.
17776 (hppa_va_start): New.
17777 (hppa_va_arg): New.
17778 * pa.h (EXPAND_BUILTIN_VA_START): New.
17779 (EXPAND_BUILTIN_VA_ARG): New.
17780
17781 Wed Jul 28 11:22:21 1999 Richard Henderson <rth@cygnus.com>
17782
17783 * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
17784 and tag the spill mems.
17785 (mn10300_va_start): New.
17786 (mn10300_va_arg): New.
17787 * mn10300.h (EXPAND_BUILTIN_VA_START): New.
17788 (EXPAND_BUILTIN_VA_ARG): New.
17789
17790 Wed Jul 28 11:20:19 1999 Richard Henderson <rth@cygnus.com>
17791
17792 * mn10200.c (mn10200_va_arg): New.
17793 * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
17794
17795 Wed Jul 28 11:19:06 1999 Richard Henderson <rth@cygnus.com>
17796
17797 * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
17798 rather than play with TREE_INT_CST_LOW.
17799
17800 1999-07-27 Philip Blundell <pb@nexus.co.uk>
17801
17802 * config/arm/telf.h: Include dbxelf.h.
17803 (CPP_PREDEFINES): Only define if not already defined.
17804 (ASM_IDENTIFY_GCC): Likewise.
17805 (SUBTARGET_EXTRA_SECTIONS): Likewise.
17806 (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
17807 * config/arm/thumb.h (LINK_SPEC): Only define if not already
17808 defined.
17809 (DBX_DEBUGGING_INFO): Don't define.
17810 * config/arm/linux-telf.h: New file.
17811 * config/arm/linux-tgas.h: New file.
17812 * config/arm/t-thumb-linux: New file.
17813 * config/arm/uclinux-elf.h: New file.
17814 * config/arm/uclinux-telf.h: New file.
17815 * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
17816 thumb-*-uclinux): New targets.
17817 * configure: Regenerate.
17818
17819 Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com)
17820
17821 * pa.md (post_store, pre_load): New expanders.
17822 (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
17823 (post_ldwm, pre_stwm): Make these unnamed patterns since we never
17824 need to directly generate RTL for them.
17825 * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
17826 changes.
17827
17828 Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org>
17829
17830 * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
17831 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
17832 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
17833 (secndary_reload_class): Make TARGET_ELF conditional compile.
17834 (print_operand_address): Similar.
17835 (output_toc): Print all values as hex.
17836 (get_issue_rate): Rearrange and add RS64A and PPC630.
17837 * rs6000.h (processor_type): Add RS64A and PPC630.
17838 (PROCESSOR_POWERPC64): New.
17839 (PROMOTE_MODE): Use word_mode.
17840 (RTX_COSTS): Add RS64A and PPC630.
17841 * rs6000.md (scheduling information): Add lmul and ldiv
17842 representing 64-bit integer multiply and divide. Add rs64a and
17843 PPC630 information.
17844 (ashldi3): Add support for "rldic" instruction.
17845 * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
17846
17847 Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com>
17848
17849 * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
17850 instead of V8 for sparclite86x in cpu_table.
17851
17852 Tue Jul 27 17:49:42 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17853
17854 * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
17855 output_file_directive.
17856
17857 Tue Jul 27 03:15:33 1999 Jason Merrill <jason@yorick.cygnus.com>
17858
17859 * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
17860 tree for op1, not the rtl.
17861
17862 Tue Jul 27 00:18:34 1999 Richard Henderson <rth@cygnus.com>
17863
17864 * m88k.c (m88k_builtin_saveregs): Break out the constructor code
17865 to m88k_va_start, leaving only the register spill.
17866 (m88k_build_va_list): New.
17867 (m88k_va_start): New.
17868 (m88k_va_arg): New.
17869 * m88k.h (BUILD_VA_LIST_TYPE): New.
17870 (EXPAND_BUILTIN_VA_START): New.
17871 (EXPAND_BUILTIN_VA_ARG): New.
17872
17873 Mon Jul 26 19:07:11 1999 Geoff Keating <geoffk@cygnus.com>
17874
17875 * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
17876 Rename from expand_builtin_saveregs.
17877 * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
17878
17879 Mon Jul 26 22:52:47 1999 Richard Henderson <rth@cygnus.com>
17880
17881 * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
17882 for the register spill block.
17883 (i960_build_va_list): New.
17884 (i960_va_start): New.
17885 (i960_va_arg): New.
17886 * i960.h (BUILD_VA_LIST_TYPE): New.
17887 (EXPAND_BUILTIN_VA_START): New.
17888 (EXPAND_BUILTIN_VA_ARG): New.
17889 * i960.md (store_multiple): Use change_address on individul mems.
17890
17891 Mon Jul 26 22:43:12 1999 Richard Henderson <rth@cygnus.com>
17892
17893 * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
17894 an ARRAY_TYPE.
17895 (std_expand_builtin_va_start): Back out one word if !stdarg_p.
17896 (expand_builtin_va_end): Evaluate arg for side effects.
17897 * c-common.c (c_common_nodes_and_builtins): Construct a
17898 va_list_arg_type_node to handle array decomposition to pointer.
17899
17900 Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
17901
17902 * except.c (start_dynamic_cleanup): Use force_operand on the
17903 buffer's address.
17904
17905 Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
17906
17907 * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
17908 * c4x.c (c4x_va_arg): New.
17909
17910 Mon Jul 26 12:30:09 1999 Jason Merrill <jason@yorick.cygnus.com>
17911
17912 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
17913 has manual_pop set.
17914
17915 1999-07-26 Nathan Sidwell <nathan@acm.org>
17916
17917 * eh-common.h (__eh_matcher): Prototype correctly.
17918
17919 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk>
17920
17921 * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
17922 (TARGET_SINGLE_PIC_BASE): Likewise.
17923 (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
17924 definitions.
17925 (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
17926 (TARGET_SWITCHES): Add -m{no-}single-pic-base.
17927 (TARGET_OPTIONS): Add -mpic-register=N.
17928 (OUTPUT_INT_ADDR_CONST): New macro.
17929 (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
17930 LEGITIMATE_PIC_OPERAND_P): Likewise.
17931 (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
17932 (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
17933 output_addr_const directly.
17934 (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
17935 ARM port.
17936 (thumb_pic_register, thumb_pic_register_string): Declare.
17937
17938 * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
17939 from arm.c.
17940 (label_mentioned_p): New function: Imported from arm.c.
17941 (legitimize_pic_address): New function: Imported from arm.c.
17942 (is_pic):New function: Imported from arm.c.
17943 (thumb_finalize_pic):New function: Imported from arm.c.
17944 (add_constant): Cope with PIC constants.
17945 (fixit): Cope with PIC constants.
17946 (output_return): Do not treat the PIC register as live if
17947 TARGET_SINGLE_PIC_BASE is true.
17948 (thumb_function_prologue): Do not treat the PIC register as live if
17949 TARGET_SINGLE_PIC_BASE is true.
17950 (thumb_expand_prologue): Do not treat the PIC register as live if
17951 TARGET_SINGLE_PIC_BASE is true.
17952 (thumb_unexpand_epilogue): Do not treat the PIC register as live if
17953 TARGET_SINGLE_PIC_BASE is true.
17954 (thumb_print_operand): Accept '|'.
17955 (thumb_override_options): Process PIC options.
17956
17957 * config/arm/thumb.md (movsi): Support PIC.
17958 (call_insn): Change "i" constraint to "X".
17959 (call_value_insn): Likewise.
17960 (consttable_4, consttable_8, consttable_end): Set and clear
17961 "making_const_table" as appropriate.
17962 (pic_load_addr, pic_add_dot_plus_four): New insns.
17963
17964 * invoke.texi (Thumb Options): Fix spelling. Document new
17965 options -msingle-pic-base and -mpic-register=.
17966
17967 1999-07-26 Andrew Haley <aph@cygnus.com>
17968
17969 * config/m32r/initfini.c (__init): Use a full word immediate for
17970 __fini: this allows it to be placed in any memory region.
17971
17972 * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
17973 -mmodel=medium. This is OK for all memory models.
17974
17975 Mon Jul 26 11:58:46 1999 Nick Clifton <nickc@cygnus.com>
17976
17977 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
17978 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
17979
17980 Mon Jul 26 10:23:36 1999 Nick Clifton <nickc@cygnus.com>
17981
17982 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
17983 defined.
17984
17985 * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
17986
17987 Sun Jul 25 23:51:59 1999 Richard Henderson <rth@cygnus.com>
17988
17989 * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
17990 (BUILD_VA_LIST_TYPE): New.
17991 (EXPAND_BUILTIN_VA_START): New.
17992 (EXPAND_BUILTIN_VA_ARG): New.
17993 * i860.c (output_delayed_branch): Disable.
17994 (output_delay_insn): Likewise.
17995 (i860_saveregs): New.
17996 (i860_build_va_list): New.
17997 (i860_va_start): New.
17998 (i860_va_arg): New.
17999 * i860.md: Disable all peepholes using output_delayed_branch.
18000 * i860/sysv4.h (I860_SVR4_VA_LIST): New.
18001
18002 Sun Jul 25 23:44:13 1999 Richard Henderson <rth@cygnus.com>
18003
18004 * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
18005 (BUILD_VA_LIST_TYPE): New.
18006 (EXPAND_BUILTIN_VA_START): New.
18007 (EXPAND_BUILTIN_VA_ARG): New.
18008 * clipper.c (clipper_builtin_saveregs): Only dump registers.
18009 Return the address of the save area.
18010 (clipper_build_va_list): New.
18011 (clipper_va_start): New.
18012 (clipper_va_arg): New.
18013
18014 Sun Jul 25 22:56:47 1999 Richard Henderson <rth@cygnus.com>
18015
18016 * arc.h (EXPAND_BUILTIN_VA_START): New.
18017 (EXPAND_BUILTIN_VA_ARG): New.
18018 * arc.c (arc_setup_incoming_varargs): Set alias set of
18019 varargs save area.
18020 (arc_va_start): New.
18021 (arc_va_arg): New.
18022
18023 Sun Jul 25 22:45:55 1999 Richard Henderson <rth@cygnus.com>
18024
18025 * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
18026 (BUILD_VA_LIST_TYPE): New.
18027 (EXPAND_BUILTIN_VA_START): New.
18028 (EXPAND_BUILTIN_VA_ARG): New.
18029 * alpha.c (alpha_builtin_saveregs): Delete.
18030 (alpha_build_va_list): New.
18031 (alpha_va_start): New.
18032 (alpha_va_arg): New.
18033
18034 Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com)
18035
18036 * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
18037 column zero.
18038 (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
18039 (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
18040
18041 * gcc.texi: More changes related to list conversion.
18042 * invoke.texi: Likewise.
18043
18044 Sun Jul 25 18:15:39 1999 Richard Henderson <rth@cygnus.com>
18045
18046 * builtins.c (expand_builtin_saveregs): Remove static, remove exp
18047 and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
18048 (expand_builtin_next_arg): Accept ARGLIST not EXP.
18049 (stabilize_va_list): New function.
18050 (std_expand_builtin_va_start): New function.
18051 (expand_builtin_va_start): New function.
18052 (get_varargs_alias_set): New function.
18053 (std_expand_builtin_va_arg): New function.
18054 (expand_builtin_va_arg): New function.
18055 (expand_builtin_va_end): New function.
18056 (expand_builtin_va_copy): New function.
18057 (expand_builtin): Call them.
18058 * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
18059 __builtin_{varargs_start,stdarg_start,end,copy}.
18060 (build_va_arg): New function.
18061 * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
18062 (build_va_arg): Declare.
18063 * c-decl.c (ptr_type_node, va_list_type_node): New.
18064 * c-parse.gperf (__builtin_va_arg): New.
18065 * c-parse.in (VA_ARG): New token.
18066 (unary_expr): Recognize it.
18067 * expr.c (expand_expr): Expand VA_ARG_EXPR.
18068 * expr.h (std_expand_builtin_va_start): Declare.
18069 (std_expand_builtin_va_arg): Declare.
18070 (expand_builtin_va_arg): Declare.
18071 (get_varargs_alias_set): Declare.
18072 * tree.def (VA_ARG_EXPR): New.
18073 * tree.h (BUILT_IN_VARARGS_START): New.
18074 (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
18075 (ptr_type_node, va_list_type_node): Declare.
18076 * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
18077 * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
18078 * m88k.h, m88k.c: Likewise.
18079 * mn10300.h, mn10300.c: Likewise.
18080 * pa.h, pa.c: Likewise.
18081 * rs6000.h, rs6000.c: Likewise.
18082 * sh.h, sh.c: Likewise.
18083 * sparc.h, sparc.c: Likewise.
18084
18085 * emit-rtl.c (operand_subword): Copy alias set.
18086 (change_address): Likewise.
18087
18088 Sun Jul 25 15:04:37 1999 Jeffrey A Law (law@cygnus.com)
18089
18090 * pa.c (compute_frame_size): Scan all the used callee saved registers,
18091 not just the first one.
18092
18093 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk>
18094
18095 * config/arm/arm.h (TARGET_SWITCHES): Add
18096 -m{no-}single-pic-base. Correct help string for -mshort-load-words.
18097 (TARGET_OPTIONS): Add -mpic-register=.
18098 (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
18099 (arm_pic_register_string): Declare.
18100 (NEED_PLT_GOT): Delete, replace with ...
18101 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. New macros.
18102 (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
18103 (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
18104 * config/arm/arm.c (arm_override_options): Add new option
18105 -mpic-register=N.
18106 (arm_pic_register_string): New variable.
18107 (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
18108 (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
18109 register as never live. Use NEED_PLT_RELOC not NEED_PLT_GOT.
18110 (output_return_instruction): Likewise.
18111 * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
18112 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. Define to flag_pic.
18113 * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
18114
18115 * invoke.texi (ARM Options): Fix spelling. Remove duplicate
18116 mention of -msched-prolog. Document new options -msingle-pic-base
18117 and -mpic-register=.
18118
18119 Thu Jul 22 18:23:56 1999 Richard Henderson <rth@cygnus.com>
18120
18121 * haifa-sched.c (reemit_notes): Tidy.
18122 * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
18123 haifa's routine.
18124
18125 Thu Jul 22 18:21:04 1999 Richard Henderson <rth@cygnus.com>
18126
18127 * explow.c (trunc_int_for_mode): New function.
18128 (plus_constant_wide): Use it.
18129 * combine.c (simplify_and_const_int): Likewise.
18130 (merge_outer_ops): Likewise.
18131 (simplify_shift_const): Likewise.
18132 * cse.c (simplify_unary_operation): Likewise.
18133 (simplify_binary_operation): Likewise.
18134 * emit-rtl.c (operand_subword): Likewise.
18135 * rtl.h: Declare it.
18136
18137 Thu Jul 22 14:34:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18138
18139 * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
18140 (use NUM_REGS instead of NUM_INTS).
18141
18142 Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18143
18144 * builtins.c: New file.
18145 * expr.c (saveregs_value, apply_args_value): Delete definition,
18146 moved into builtins.c.
18147 (string_constant): No longer static.
18148 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
18149 apply_args_size, apply_result_size, result_vector,
18150 expand_builtin_apply_args, expand_builtin_apply,
18151 expand_builtin_return): Delete functions, moved into builtins.c.
18152 (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
18153 * expr.h (saveregs_value, apply_args_value): Declare variables.
18154 (expand_builtin, string_constant): Declare functions.
18155 * Makefile.in: Update to build builtin.o.
18156
18157 Wed Jul 21 00:46:58 1999 Mark P. Mitchell <mark@codesourcery.com>
18158
18159 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
18160 * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
18161 * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
18162 start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
18163 false.
18164 * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
18165 Define to zero.
18166
18167 1999-07-21 Michael Meissner <meissner@cygnus.com>
18168
18169 * print-rtl.c (print_rtx): Print the names of the virtual
18170 registers.
18171
18172 Wed Jul 21 16:00:32 1999 Nick Clifton <nickc@cygnus.com>
18173
18174 * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
18175 introduced in previous delta.
18176
18177 Wed Jul 21 14:30:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18178
18179 * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
18180 to avoid name clash.
18181
18182 Wed Jul 21 08:39:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
18183
18184 * c-lex.c (yylex) : Correct the test for overflow when lexing
18185 integer literals.
18186
18187 Tue Jul 20 18:02:42 1999 Richard Henderson <rth@cygnus.com>
18188
18189 * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
18190 (adjust_priority): Always call ADJUST_PRIORITY.
18191 (schedule_insn): Only put insns into the ready at cost 0.
18192 (schedule_block): Remove redundant initial sort. Give clock_var
18193 and can_issue_more to MD_SCHED_REORDER. Requeue if hazard cost
18194 is not 0.
18195 * tm.texi (MD_SCHED_REORDER): Update docs.
18196
18197 * sparc.h (MD_SCHED_REORDER): Update. Set CAN_ISSUE_MORE.
18198 * sparc.c (ultra_reorder_called_this_block): Delete.
18199 (ultrasparc_sched_init): Don't set it.
18200 (ultrasparc_sched_reorder): Don't check it.
18201
18202 Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com>
18203
18204 * rs6000.h (struct rs6000_args): Add sysv_gregno.
18205 * rs6000.c (init_cumulative_args): Init sysv_gregno.
18206 (function_arg_boundary): Align DFmode.
18207 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
18208 to get fp reg and stack overflow correct.
18209 (function_arg): Likewise.
18210 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
18211 (setup_incoming_varargs): Restructure for ABI_V4; use
18212 function_arg_advance to skip final named argument.
18213 (expand_builtin_saveregs): Properly unskip the last integer arg
18214 when doing varargs. Adjust overflow location calculation.
18215
18216 * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
18217 explicitly unsigned.
18218 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
18219 (__VA_GP_REGSAVE): Similarly.
18220 (__va_longlong_p): Delete.
18221 (__va_arg_type_violation): New declaration.
18222 (va_arg): Restructure. Flag promotion errors. Align double.
18223 TFmode passed by reference.
18224
18225 * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
18226 in the HOST_BITS_PER_WIDE_INT > 32 case.
18227
18228 Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
18229
18230 * dwarf2out.c (output_abbrev_section): Terminate with a zero.
18231
18232 Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
18233
18234 * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
18235 * toplev.c (documented_lang_options): Add -fpreprocessed.
18236 * cpplib.h (struct cpp_buffer): Add preprocessed.
18237 * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
18238 (cpp_start_read): Don't expand macros or emit an initial #line
18239 directive if -fpreprocessed.
18240
18241 Tue Jul 20 12:12:09 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
18242
18243 * cpplib.h (struct cpp_buffer): Added manual_pop for
18244 better C++ tokenization.
18245 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
18246 Also, support C++ tokenization for ->*, .*, <?, and >? operators.
18247 * c-common.c (cpp_token): Make non-static.
18248
18249 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18250
18251 * c-common.h: New file.
18252 * c-common.c (permanent_obstack): Delete unused declaration.
18253 (c_global_trees): New array.
18254 (c_common_nodes_and_builtins): New function; split off common code
18255 from init_decl_processing in both c-decl.c and cp/decl.c.
18256 * c-tree.h: Delete lots of declarations of tree nodes; replaced by
18257 c_global_trees and accessor macros defined in c-common.h.
18258 Include c-common.h.
18259 * c-decl.c: Delete definitions for tree nodes that were replaced by
18260 c_global_trees.
18261 (init_decl_processing): Build void_list_node.
18262 Call c_common_nodes_and_builtins; delete code to generate the common
18263 builtins here.
18264 * objc/objc-act.c (build_module_descriptor): Rename variable
18265 void_list_node to avoid clash with c-common.h.
18266
18267 * Makefile.in: Update dependencies.
18268 * objc/Make-lang.in: Likewise.
18269
18270 Mon Jul 19 14:22:18 1999 Mark P. Mitchell <mark@codesourcery.com>
18271
18272 * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
18273 (UNIQUE_SECTION_P): Likewise.
18274 (UNIQUE_SECTION): Likewise.
18275
18276 1999-07-19 Linas Vepstas <linas@linas.org>
18277
18278 * config/i370/README: New file.
18279 * config/i370/linux.h: New file.
18280 * config/i370/mvs.h: New file.
18281 * config/i370/oe.h: New file.
18282 * config/i370/t-linux: New file.
18283 * config/i370/t-mvs: New file.
18284 * config/i370/t-oe: New file.
18285 * config/i370/x-oe: New file.
18286 * config/i370/xm-linux.h: New file.
18287 * config/i370/xm-mvs.h: New file.
18288 * config/i370/xm-oe.h: New file.
18289
18290 * i370.c (label_node_t): Add first_ref_page, label_addr,
18291 label_first_ref, label_last_ref members.
18292 (mvs_need_base_reload): Renamed from mvs_label_emitted.
18293 (MAX_MVS_LABEL_SIZE): Define.
18294 (MAX_LONG_LABEL_SIZE): Define.
18295 (alias_node_t, alias_anchor, alias_number): New.
18296 (mvs_function_table): Reorder for EBCDIC.
18297 (ascebc, ebcasc): Unconditionally define.
18298 (i370_branch_dest, i370_branch_length): New functions.
18299 (i370_short_branch, i370_label_scan): New functions.
18300 (mvs_get_label): Renamed from mvs_add_label. Search for
18301 an existing label before creating a new one.
18302 (mvs_add_label): New function.
18303 (mvs_get_label_page): New function.
18304 (mvs_free_label_list): Renamed from mvs_free_label. Iterate
18305 over the entire list.
18306 (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
18307 (mvs_check_page) [TARGET_ELF_ABI]: New function.
18308 (mvs_add_alias, mvs_need_alias): New functions.
18309 (mvs_get_alias, mvs_check_alias): New functions.
18310 (handle_pragma): New function.
18311 (mvs_function_check): New function.
18312 (unsigned_jump_follows_p): Search harder.
18313 (i370_function_prolog) [TARGET_HLASM]: Handle LE370. Scan labels.
18314 (i370_function_prolog) [TARGET_ELF_ABI]: New function.
18315 * i370.h (TARGET_VERSION): Delete.
18316 (CPP_SPEC, CPP_PREDEFINES): Delete.
18317 (mvs_label_emitted): Delete.
18318 (TARGET_EBCDIC): Delete.
18319 (MAP_CHARACTER): Define only if TARGET_EBCDIC.
18320 (HANDLE_PRAGMA): Define.
18321 (HARD_REGNO_NREGS): Handle complex modes.
18322 (HARD_REGNO_MODE_OK): Likewise.
18323 (CLASS_MAX_NREGS): Likewise.
18324 (RET_REG): Likewise.
18325 (EXTRA_CONSTRAINT): Define.
18326 (RETURN_IN_MEMORY): True for DImode.
18327 (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
18328 (FUNCTION_PROFILER): Delete.
18329 (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
18330 (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
18331 (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
18332 (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
18333 (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
18334 (ASM_FILE_START): Add "RMODE ANY".
18335 (ASM_OUTPUT_EXTERNAL): Check for aliases.
18336 (ASM_GLOBALIZE_LABEL): Likewise.
18337 (ASM_OUTPUT_LABELREF): Likewise.
18338 (ASM_OUTPUT_COMMON): Likewise.
18339 (PRINT_OPERAND): Handle 'K', 'W', default.
18340 (PRINT_OPERAND_ADDRESS): New.
18341 (Lots of defines): Add support for TARGET_ELF_ABI.
18342 * i370.md (attr length): New. Define for all patterns.
18343 (*): Lots of tweeks to assembly output and constraints.
18344
18345 Mon Jul 19 15:09:29 1999 David Edelsohn <edelsohn@gnu.org>
18346
18347 * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
18348 Disable patterns performing SImode comparisons with SImode values
18349 if TARGET_POWERPC64 and instruction does not sign-extend or does
18350 not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
18351 differ for signed quantities.
18352 (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
18353 (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
18354 (decrement_and_branch_on_count): Add 64-bit variant.
18355
18356 Mon Jul 19 09:36:27 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18357
18358 * final.c (output_asm_insn): When searching for the matching string
18359 for a given dialect, don't run past the end of the list of
18360 alternatives if there are fewer alternatives in the template than
18361 dialects.
18362
18363 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
18364
18365 * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
18366 Removed paragraph about compression of files and size limitation,
18367 duplicated in the FAQ. Use gcc-patches for posting patches.
18368 * gcc.c (main): Updated URL with bug reporting instructions to
18369 gcc.gnu.org. Removed e-mail address.
18370 * system.h (abort): Likewise.
18371
18372 1999-07-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18373
18374 * Makefile.in (stmp-multilib-sub): Make the files extracted
18375 from $(LIBGCC1) writable.
18376
18377 Sat Jul 17 14:25:46 1999 Nick Clifton <nickc@cygnus.com>
18378
18379 * config/arm/aout.h: Reformat for improved readability.
18380
18381 * config/arm/arm.h: Reformat for improved readability.
18382 Replace uses of fprintf with asm_fprintf where appropriate.
18383 (ARM_DECLARE_FUNCTION_NAME): New macro: Perform any generic ARM
18384 function declaration assembler actions.
18385 (NUM_INTS): New macro: Convert from bytes to words.
18386 (NUM_REGS): New macro: Compute number of registers required to
18387 hold a quanitity of tyep MODE.
18388 (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
18389 types.
18390 (NUM_ARG_REGS): New macro: The number of argument registers
18391 available.
18392 (ARG_REGISTER): New macro: Compute the register number of the Nth
18393 argument register.
18394 (LAST_ARG_REGNUM): New macro: The number of the last argument
18395 register.
18396 (SP_REGNUM): New macro: Register number of the stack pointer.
18397 (FP_REGNUM): New macro: Register number of the frame pointer.
18398 (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
18399 FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
18400 CUMULATIVE_ARGS so that it counts registers not bytes.
18401
18402 * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
18403 TARGET_INTERWORK.
18404 Replace uses of fprintf with asm_fprintf where appropriate.
18405 (output_ascii_pseudo_op): Replace with version from thumb.c
18406
18407 * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
18408
18409 * config/arm/elf.h (CPP_PREDEFINES): Replace with
18410 SUBTARGET_CPP_SPEC.
18411 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
18412 (ASM_FILE_START): Emit ASM_APP_OFF.
18413
18414 Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
18415
18416 * pa.c (compute_frame_size): Round frame according to
18417 STACK_BOUNDARY rather than a hardwired value.
18418
18419 * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
18420
18421 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
18422 of "1".
18423 * configure: Rebuilt.
18424
18425 * configure.in (hppa*-*-linux*): New configuration.
18426 * configure: Rebuilt.
18427 * pa.h (MAX_OFILE_ALIGNMENT): Delete.
18428 * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
18429 * pa/pa-linux.h: New file.
18430 * pa/t-linux: New file.
18431 * pa/xm-linux.h: New file.
18432
18433 * pa.c (hppa_legitimize_address): Change references from SImode to
18434 either Pmode or word_mode as appropriate.
18435 (emit_move_sequence, store_reg, load_reg): Likewise.
18436 (set_reg_plus_d, hppa_expand_prologue): Likewise.
18437 (output_mul_insn): Likewise.
18438 * pa.h (PROMOTE_MODE): Likewise.
18439 (INITIALZE_TRAMPOLINE): Likewise.
18440 (Pmode): Define to word_mode.
18441
18442 * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
18443 value of 4. Allocate 8 bytes for each FP register save.
18444 (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
18445 value of 4.
18446 (hppa_expand_prologue): Likewise.
18447 * pa.h (PROMOTE_MODE): Likewise.
18448 (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
18449 (FUNCTION_ARG_BOUNDARY): Likewise.
18450
18451 * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
18452
18453 * pa.c (out_of_line_prologue_epilogue): Delete.
18454 (override_options): Remove -mspace related code.
18455 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
18456 (compute_frame_size): Only allocate space for register that
18457 actually need to be saved.
18458 * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
18459 (TARGET_SWITCHES): Remove -mspace, -mno-space
18460 * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
18461 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise. Remove -mspace multilib.
18462 * pa/ee.asm, pa/ee_fp.asm: Delete.
18463
18464 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
18465
18466 * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
18467 directive in column zero.
18468
18469 Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
18470
18471 * m68k.c (output_function_prologue): Fix computation of save mask
18472 when generating PIC code.
18473
18474 Thu Jul 15 15:40:09 1999 Jim Wilson <wilson@cygnus.com>
18475
18476 * tree.c (build_type_attribute_variant): Move current_obstack restore
18477 after build_qualified_type call.
18478
18479 1999-07-15 Mark Mitchell <mark@codesourcery.com>
18480
18481 * configure.in: Use t-iris6, even with GNU LD.
18482 * config/mips/iris6gld.h: Fix typo in linker spec.
18483 * config/mips/t-iris6gld: Remove.
18484
18485 Thu Jul 15 15:15:43 1999 David Edelsohn <edelsohn@gnu.org>
18486
18487 * rs6000.md (insv, extzv): Remove SImode dependence in named
18488 patterns. Explicitly generate DImode RTL if PowerPC64 and
18489 operand is DImode.
18490 (insvdi): Reverse start and size in instruction template.
18491
18492 1999-07-12 Joseph S. Myers <jsm28@cam.ac.uk>
18493
18494 * invoke.texi: Typo fixes.
18495
18496 Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com)
18497
18498 * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
18499 handle at this time instead of silently generating incorrect code.
18500 (gen_imagpart): Likewise.
18501
18502 * reload.c (find_reloads): Emit a USE for a pseudo register without
18503 a hard register if we could not create an optional reload for the
18504 pseudo.
18505
18506 Wed Jul 14 23:45:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18507
18508 * c-typeck.c (output_init_element, process_init_element):
18509 When advancing constructor_unfilled_fields for a RECORD_TYPE,
18510 check for nameless bit fields.
18511
18512 Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com>
18513
18514 * regclass.c (scan_one_insn): Notice subregs that change the
18515 size of their operand.
18516 (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
18517
18518 Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com)
18519
18520 * configure.in (alpha*-*-*): Include alpha/t-ieee.
18521 * configure: Rebuilt.
18522 * alpha/t-ieee: New file.
18523
18524 Tue Jul 13 10:45:58 1999 Jeffrey A Law (law@cygnus.com)
18525
18526 * rs6000.c (find_addr_reg): Do not select r0 as an address
18527 register.
18528
18529 Tue Jul 13 00:46:18 1999 Philippe De Muyter <phdm@macqel.be>
18530
18531 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
18532
18533 Mon Jul 12 14:29:15 1999 Jeffrey A Law (law@cygnus.com)
18534
18535 * rs6000.md (movsf): Do not force easy FP constants into memory.
18536
18537 * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
18538 immed_double_const to ensure they are properly truncated then
18539 sign extended.
18540
18541 Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
18542
18543 * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
18544 always unless NO_DEBUG is used. Compile this code
18545 unconditionally.
18546 (replace_symbols_in_block): Compile it unconditionally.
18547
18548 Sun Jul 11 12:32:32 1999 Jeffrey A Law (law@cygnus.com)
18549
18550 * configure.in (i?86-*-elf*): New target.
18551 * configure: Rebuilt.
18552 * i386/i386elf.h, i386/t-i386elf: New files.
18553
18554 Fri Jul 9 22:39:44 1999 Jason Merrill <jason@yorick.cygnus.com>
18555
18556 * toplev.c (main): Don't complain about saying -gdwarf.
18557 (rest_of_compilation): Remove redundant code.
18558
18559 Fri Jul 9 19:08:55 1999 Jim Wilson <wilson@cygnus.com>
18560
18561 * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
18562
18563 Fri Jul 9 18:54:18 1999 Felix Lee <flee@cygnus.com>
18564
18565 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
18566 "Li960R:", to avoid name clash.
18567
18568 Fri Jul 9 10:48:28 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18569
18570 * loop.c (check_dbra_loop): When reversing a loop, delete all
18571 REG_EQUAL notes referencing the reversed biv except those which are
18572 for a giv based on it.
18573
18574 Fri Jul 9 03:51:52 1999 Jeffrey A Law (law@cygnus.com)
18575
18576 * version.c: Drop "gcc-" prefix from version #.
18577
18578 Thu Jul 8 18:06:30 1999 Jason Merrill <jason@yorick.cygnus.com>
18579
18580 * dwarf2out.c (dwarf2out_line): Emit a line number comment after
18581 the label if we're being verbose.
18582
18583 Thu Jul 8 14:18:46 1999 Richard Henderson <rth@cygnus.com>
18584
18585 * m68k.c (output_function_prologue): Add pic register to mask
18586 if live and flag_pic.
18587 (output_function_epilogue): Likewise.
18588
18589 Thu Jul 8 12:55:12 1999 Jeffrey A Law (law@cygnus.com)
18590
18591 * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
18592 directives in column zero.
18593
18594 * pa/elf.h (ASM_FILE_START): Define.
18595 * pa/som.h (ASM_FILE_START): Include .level directives.
18596 * pa/hpux10.h (ASM_FILE_START): Delete.
18597 * pa/hpux11.h (ASM_FILE_START): Delete.
18598
18599 * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
18600
18601 Thu Jul 8 18:03:19 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18602
18603 * reload1.c (choose_reload_regs): Never call remove_adress_replacements
18604 when reload_out equals reload_in.
18605
18606 Thu Jul 8 16:50:14 1999 Nick Clifton <nickc@cygnus.com>
18607
18608 * invoke.texi (Spec Files): New node: Describe the contents of
18609 spec files.
18610
18611 Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com>
18612
18613 * invoke.texi (DEC Alpha Options): Put @end table at
18614 beginning of line, to avoid confusing texi2html.
18615
18616 Thu Jul 8 09:22:06 1999 Nick Clifton <nickc@cygnus.com>
18617
18618 * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
18619 introduced in previous delta.
18620
18621 Wed Jul 7 02:00:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18622
18623 * reload1.c (gen_reload): When synthesizing a 3 operand add
18624 sequence, improve test for when to reload OP1 into the reload
18625 register instead of OP0.
18626
18627 Wed Jul 7 01:38:03 1999 Jim Wilson <wilson@cygnus.com>
18628
18629 * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
18630
18631 1999-07-07 Manfred Hollstein <mhollstein@cygnus.com>
18632
18633 * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
18634 string literal.
18635
18636 Wed Jul 7 01:16:43 1999 Richard Henderson <rth@cygnus.com>
18637
18638 * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
18639 (va_dcl): Use __builtin_va_alist_t.
18640
18641 Wed Jul 7 01:14:42 1999 Jason Merrill <jason@yorick.cygnus.com>
18642
18643 * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
18644 on the permanent_obstack.
18645 * dwarfout.c (output_type): Likewise.
18646
18647 Tue Jul 6 15:25:32 1999 Gavin Romig-Koch <gavin@cygnus.com>
18648
18649 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
18650 Merged from c-typeck.c and cp/typeck.c.
18651 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
18652 Merged into c-common.
18653
18654 Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>
18655
18656 * c-lex.c (errorcount): Declare it.
18657 (finish_parse): Update errorcount when using CPPLIB.
18658
18659 1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
18660
18661 * fixinc/inclhack.def(end_else_label): Double the backslash so
18662 sed gets a chance to see it.
18663 * fixinc/inclhack.sh: regen
18664 * fixinc/fixincl.x: regen
18665
18666 Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
18667
18668 Add framework to support armv5 architecture when it becomes
18669 available:
18670
18671 * config/arm/arm.c (FL_ARCH5): New processor capability flag.
18672 (arm_arch5): New variable.
18673 (all_architectures): Add armv5 line.
18674 * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
18675 -march=armv5 is specified on the command line.
18676 (arm_arch5): Export this variable.
18677 * invoke.texi: Document new string accepted by -march= switch for
18678 ARM ports.
18679
18680 * config/arm/arm.h: Replace use of constant 12 as a register
18681 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
18682 * config/arm/arm.c: Replace use of constant 12 as a register
18683 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
18684
18685 * config/arm/elf.h: Tidy up.
18686 * config/arm/coff.h: Tidy up.
18687
18688 Thu Jul 1 19:08:13 1999 Mark P. Mitchell <mark@codesourcery.com>
18689
18690 * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
18691 * gcc/config/mips/t-iris6gld: New file.
18692 * gcc/config/mips/iris6gld.h: Likewise.
18693
18694 Fri Jul 2 13:23:39 1999 Gavin Romig-Koch <gavin@cygnus.com>
18695
18696 * c-decl.c (widest_integer_literal_type_node,
18697 widest_unsigned_literal_type) : New.
18698 (init_decl_processing): Handle/use the two new types.
18699 * c-common.c (type_for_size,type_for_mode) : Same.
18700 * c-lex.c (yylex) : Same.
18701 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
18702 Same.
18703 * c-tree.h (widest_integer_literal_type_node,
18704 widest_unsigned_literal_type) : New.
18705
18706 Fri Jul 2 03:05:44 1999 Jeffrey A Law (law@cygnus.com)
18707
18708 * dwarfout.c (field_byte_offset): Correctly compute the object's
18709 byte offset for the first bit of a field which crosses an alignment
18710 boundary on a !BYTES_BIG_ENDIAN target.
18711
18712 Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
18713
18714 * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
18715 ntohs.
18716
18717 Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
18718 Jeff Law <law@cygnus.com>
18719
18720 * ginclude/varargs.h (va_dcl): Use word_mode for type of
18721 __builtin_va_list.
18722
18723 * except.c: Include intl.h.
18724 (expand_eh_return): Set current_function_cannot_inline.
18725 (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
18726 * function.h (struct function): Add eh_return_stub_label.
18727 * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
18728 * Makefile.in (except.o): Depend on intl.h.
18729
18730 Fri Jul 2 00:04:23 1999 David Edelsohn <edelsohn@gnu.org>
18731
18732 * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
18733 same as offsettable in cases 1 and 2.
18734
18735 Thu Jul 1 20:54:10 1999 Richard Henderson <rth@cygnus.com>
18736
18737 * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
18738 (extlh, extwh): Likewise.
18739
18740 Thu Jul 1 11:05:25 1999 Gavin Romig-Koch <gavin@cygnus.com>
18741
18742 * c-lex.c (yylex): Improve 'integer constant out of range' messages.
18743
18744 Wed Jun 30 16:51:41 1999 Nick Clifton <nickc@cygnus.com>
18745
18746 * configure.in: Add arm-pe and thumb-pe targets.
18747 * configure: Regenerate.
18748
18749 * thumb.c (arm_naked_function_p): New function: Determines if
18750 a function is naked (has no gcc generated prologue/epilogue).
18751 (is_called_in_ARM_mode): Return true if the func has the
18752 interfacearm attribute.
18753 (output_return): Do not generate a return for naked functions.
18754 (thumb_function_prologue): Do not generate a prologue for
18755 naked functions.
18756 (thumb_expand_prologue): Do not generate a prologue for naked
18757 functions.
18758 (thumb_expand_epilogue): Do not generate an epilogue for naked
18759 functions.
18760 (arm_valid_machine_decl_attribute): New function, copied from
18761 arm.c: Permit naked and interfacearm attributes.
18762
18763 * config/arm/pe.c: New file: Support code for arm-pe target.
18764 * config/arm/pe.h: New file: Header file for arm-pe target.
18765 * config/arm/tpe.h: New file: Header file for thumb-pe target.
18766 * config/arm/t-thumb-pe: New file: Makefile fragment for
18767 thumb-pe target.
18768
18769 1999-07-01 Mark Kettenis <kettenis@gnu.org>
18770
18771 * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
18772 -fPIC or -fpic is specified.
18773
18774 Wed Jun 30 03:31:54 1999 Jeffrey A Law (law@cygnus.com)
18775
18776 * expr.c (emit_block_move): Use copy_to_mode_reg for
18777 !TARGET_MEM_FUNCTIONS case too.
18778
18779 * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
18780 appropriate.
18781 * configure: Rebuilt.
18782 (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
18783 * pa.h: Include dbxelf.h. Delete various dbx/stabs related
18784 definitions made redundant by dbxelf.h inclusion. Delete
18785 lots of definitions related to assembly output that are
18786 specific to the SOM object format.
18787 * pa.c (output_function_prologue): Do not emit the function's
18788 name for OBJ_ELF.
18789 * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
18790 * pa-pro.h: Deleted.
18791 * som.h: New file with SOM specific definitions.
18792 * elf.h: New file with ELF specific definitions.
18793
18794 * elfos.h (const_section): Output a tab before assembler directives.
18795 (ctors_section, dtors_section): Likewise.
18796 (ASM_OUTPUT_SECTION_NAME): Likewise.
18797
18798 * pa/pa1.h: Delete unused file.
18799
18800 Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
18801
18802 * configure.in (hppa*-hp-hpux11*): New configuration.
18803 * configure: Rebuilt.
18804 * pa/pa-hpux11.h: New file.
18805 * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
18806 command line.
18807
18808 * mips.md (leasi, leadi): New patterns.
18809
18810 * expr.c (emit_block_move): Properly handle case where one of the
18811 block move arguments has a queued increment or decrement.
18812 (clear_storage): Similarly. Fix formatting goof.
18813
18814 1999-06-28 "David O'Brien" <obrien@NUXI.com>
18815
18816 * fixinc/inclhack.def(stdio_va_list): This patch Removes a
18817 semicolon from the BSD VA_LIST replacement expression.
18818
18819 * fixinc/inclhack.sh: regen
18820 * fixinc/fixincl.x: regen
18821
18822 * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
18823 now use the fixincl program.
18824
18825 Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
18826
18827 * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
18828 case. Also make the PIC register call_used.
18829
18830 * m68k.h (FINALIZE_PIC): Delete.
18831 * m68k.c (finalize_pic): Delete.
18832
18833 Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com>
18834
18835 * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
18836 to memory.
18837
18838 Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org>
18839
18840 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
18841
18842 Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com>
18843
18844 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
18845
18846 Sat Jun 26 17:18:18 1999 David Edelsohn <edelsohn@gnu.org>
18847
18848 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
18849
18850 Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
18851
18852 * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
18853
18854 Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
18855
18856 * rs6000.c (output_toc): Always use hex values for floating-point
18857 constants. Store single-precision values in upper-half of TOC
18858 entry in 64-bit mode.
18859 * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
18860 to final constraints.
18861 (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
18862 (fctiwz): Improve accuracy of RTL for pattern.
18863
18864 Fri Jun 25 11:26:38 1999 Gavin Romig-Koch <gavin@cygnus.com>
18865
18866 * expr.c (expand_expr): Allow RTL_EXPR's through the
18867 MAX_INTEGER_COMPUTATION_MODE checks.
18868
18869 Fri Jun 25 06:06:37 1999 Richard Henderson <rth@cygnus.com>
18870
18871 * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
18872 such that MASK_SUPPORT_ARCH is not negative.
18873
18874 Fri Jun 25 05:35:44 1999 Jeffrey A Law (law@cygnus.com)
18875
18876 * loop.c (verify_dominator): Properly handle ADDR_VEC and
18877 ADDR_DIFF_VEC insns that appear inside loops.
18878
18879 Thu Jun 24 22:54:05 1999 David Edelsohn <edelsohn@gnu.org>
18880 Jeff Law <law@cygnus.com>
18881
18882 * rs6000.md (movdf_hardfloat32): Revert previous patch.
18883 Handle LO_SUM the same as offsettable in cases 1 and 2.
18884 * rs6000.c (find_addr_reg): Revert previous patch.
18885
18886 Thu Jun 24 22:43:12 1999 Philippe De Muyter <phdm@macqel.be>
18887
18888 * system.h (strstr): New external function declaration.
18889 * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
18890 * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
18891 * config.in, configure: Rebuilt.
18892
18893 1999-06-24 Tom Tromey <tromey@cygnus.com>
18894
18895 * gcc.c (main): Read user-specified specs files after computing
18896 additional startfile_prefixes.
18897
18898 Thu Jun 24 15:00:47 1999 Mark Mitchell <mark@codesourcery.com>
18899
18900 Revert these two patches:
18901
18902 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18903 * loop.c (strength_reduce): When doing biv->giv conversion, update
18904 reg note of NEXT->insn.
18905
18906 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18907 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
18908 reg_biv_class.
18909 (recombine_givs): Set ix field after sorting.
18910
18911 Wed Jun 23 21:26:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18912
18913 * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
18914 for the parts of an UNSPEC / UNSPEC_VOLATILE.
18915
18916 1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
18917
18918 *fixinc/inclhack.def: Add fix development commentary
18919 (read_ret_type): reactivate and add selection clause
18920 (zzz_*): tweak output file name to match what is used in hackshell.tpl
18921 *fixinc/{fixincl.x|inclhack.sh}: regen
18922
18923 Wed Jun 23 00:48:21 1999 Jason Merrill <jason@yorick.cygnus.com>
18924
18925 * expr.c (expand_expr): STRIP_NOPS before checking against
18926 MAX_INTEGER_COMPUTATION_MODE
18927 (check_max_integer_computation_mode): Likewise.
18928
18929 Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
18930
18931 * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
18932
18933 1999-06-22 Jim Wilson <wilson@cygnus.com>
18934
18935 * expr.c (store_expr): When target is a promoted subreg, return a
18936 promoted subreg as a result.
18937
18938 Tue Jun 22 17:14:58 1999 Michael Meissner <meissner@cygnus.com>
18939
18940 * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
18941 coding standards.
18942 (dwarf2out_define): Mark unused parameters appropriately.
18943 (gen_unspecified_parameters_die): Ditto.
18944 (gen_subprogram_die): Fix signed/unsigned warnings.
18945 (gen_variable_die): Ditto.
18946
18947 1999-06-22 Bruce Korb <ddsinc09@ix.netcom.com>
18948
18949 * fixinc/inclhack.def(end_else_label): combined else_label
18950 and endif_label and fixed the sed expression.
18951 *fixinc/{fixincl.x|inclhack.sh}: regen
18952
18953 Tue Jun 22 01:58:18 1999 Jeffrey A Law (law@cygnus.com)
18954
18955 * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
18956 'x' when handling non-offsettable addresses
18957
18958 Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com)
18959
18960 * final.c (shorten_branches): Don't try to split an insn that has
18961 been deleted.
18962
18963 Mon Jun 21 12:47:39 1999 Mark Mitchell <mark@codesourcery.com>
18964
18965 * config/mips/mips.c (symbolic_expression_p): New function.
18966 (mips_select_rtx_section): Put symbolic expressions in the
18967 data section, not the read-only data section.
18968
18969 Mon Jun 21 22:13:06 1999 Jeffrey A Law (law@cygnus.com)
18970
18971 * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
18972
18973 Mon Jun 21 20:10:42 1999 Richard Henderson <rth@cygnus.com>
18974
18975 * collect2.c (main): Log frame table count.
18976 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
18977 (scan_prog_file) [COFF]: Handle frame tables.
18978
18979 * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
18980 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
18981 * alpha/elf.h: Undef them again.
18982 * alpha/vms.h: Remove their definitions.
18983
18984 Tue Jun 22 03:17:53 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18985
18986 * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
18987 remove the clobber of r0 and change the REG_UNUSED note to
18988 REG_INC.
18989
18990 1999-06-21 Jakub Jelinek <jj@ultra.linux.cz>
18991
18992 * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
18993 * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
18994 fits in HOST_WIDE_INT and one uses union to access a long constant
18995 as double.
18996
18997 Mon Jun 21 17:18:25 1999 Richard Henderson <rth@cygnus.com>
18998
18999 * sparc.c (sparc_override_options): Don't allow profiling for
19000 code models other than medlow.
19001 (sparc_function_profiler): New function from old FUNCTION_PROFILER
19002 macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
19003 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
19004 (sparc_block_profiler): Likewise.
19005 (sparc_function_block_profiler_exit): Likewise.
19006 * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
19007 (FUNCTION_BLOCK_PROFILER): Likewise.
19008 (BLOCK_PROFILER): Likewise.
19009 (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
19010 (MCOUNT_FUNCTION): New.
19011 * sparc/pbd.h (FUNCTION_PROFILER): Delete.
19012 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
19013 * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
19014 (MCOUNT_FUNCTION): New.
19015 * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
19016 (BLOCK_PROFILER): Delete.
19017 (MCOUNT_FUNCTION): New.
19018
19019 Mon Jun 21 14:11:29 1999 David Edelsohn <edelsohn@gnu.org>
19020
19021 * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
19022
19023 Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
19024
19025 * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19026 Add the macros.
19027
19028 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19029 Ditto.
19030
19031 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19032 Ditto.
19033
19034 * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19035 Ditto.
19036
19037 Mon Jun 21 14:58:42 1999 Nick Clifton <nickc@cygnus.com>
19038
19039 * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
19040 types.
19041
19042 Mon Jun 21 06:22:21 1999 Mark Elbrecht <snowball3@bigfoot.com>
19043
19044 * i386/djgpp.h (LIB_SPEC): New.
19045 (STARTFILE_SPEC): New.
19046
19047 * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
19048
19049 Mon Jun 21 06:19:33 1999 Philippe De Muyter <phdm@macqel.be>
19050
19051 * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
19052 compiler flags.
19053
19054 * system.h (WSTOPSIG): New macro.
19055
19056 Mon Jun 21 05:33:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
19057
19058 * c-pragma.c (push_alignment): Don't ignore alignments greater than
19059 4 bytes.
19060 (insert_pack_attributes): Take into account member natural
19061 alignment.
19062
19063 * i386/winnt.c (exports_head): New static variable.
19064 (i386_pe_record_exported_symbol): New function.
19065 (i386_pe_asm_file_end): Use.
19066 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
19067 symbols to be emitted at end of assembly.
19068 (ASM_DECLARE_OBJECT_NAME): Likewise.
19069 (ASM_DECLARE_FUNCTION_NAME): Likewise.
19070
19071 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
19072 -iwithprefix.
19073
19074 Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
19075
19076 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
19077 in last change.
19078
19079 Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
19080
19081 * haifa-sched.c (sched_analyze_1): Use free_list instead of
19082 zapping reg_last_uses directly.
19083 (sched_analyze_2, sched_analyze_insn): Likewise.
19084 (sched_analyze): Likewise. Don't clear reg_last_uses on calls.
19085
19086 Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
19087
19088 * rs6000.md (movdf_hardfloat32): Use worst case insn length
19089 attributes for cases 1 and 2.
19090
19091 Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
19092
19093 * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
19094 instead of set.
19095
19096 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk>
19097
19098 * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
19099
19100 Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com)
19101
19102 * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
19103 PIC_OFFSET_TABLE_REGNUM for general alloaction.
19104 (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
19105 must be stacked if it is used for PIC accesses.
19106 * arm.c (use_return_insn): Handle PIC register specially.
19107 (output_return_instruction): Likewise.
19108 (output_func_{prologue,epilogue}): Likewise.
19109 (output_expand_prologue): Likewise.
19110
19111 * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
19112 (*strsi_predec): Renamed from *strqi_predec.
19113 (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
19114 (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
19115
19116 * arm.c (arm_override_options): Remove warning about PIC code
19117 not being supported.
19118
19119 Fri Jun 18 23:47:06 1999 David Edelsohn <edelsohn@gnu.org>
19120
19121 * rs6000.c (find_addr_reg): New function.
19122 * rs6000.h (find_addr_reg): Declare.
19123 (offsettable_addr_operand): Delete.
19124 * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
19125 from and stores to GPRs.
19126
19127 Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
19128
19129 * alpha.c (alpha_expand_block_move): Use get_insns rather than
19130 gen_sequence as argument to emit_no_conflict_block.
19131
19132 Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19133
19134 * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
19135 * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
19136 *fixinc/fixincl.x: regen
19137 *fixinc/inclhack.sh: regen
19138
19139 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
19140
19141 * added support for -mpcrel (PC relative addressing for m68k)
19142 based on code done by Michael Tiemann <tiemann@axon.cygnus.com>.
19143 * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
19144 * m68k.c (print_operand_address): Handle 32-bit PIC case.
19145 (comments for general_src_operand): Add some explanation
19146 about EXTRA_CONSTRAINTS.
19147 (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
19148 * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
19149 (LEGITIMATE_PIC_OPERAND_P): Fix typo.
19150 (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
19151 * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
19152 (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
19153 (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
19154 if not already set.
19155 (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
19156 * m68k.h (TARGET_PCREL): New target flag.
19157 (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
19158 (OVERRIDE_OPTIONS): Add checks for -mpcrel.
19159 (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
19160 contains a SYMBOL_REF. Relax this constraint during reload, since
19161 we want to use the predicates, not reload's built-in concept of a
19162 valid memory address, to control what insns need reloading.
19163 (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
19164 operands (essentially 'g', 'm', and 's' under normal circumstances).
19165 * m68k.c (print_operand): Cause printing of pc-relative addresses
19166 to include pc register.
19167 (print_operand_address): Ditto.
19168 (general_src_operand): Accept operands that are not only
19169 general_operands, but are also valid when used as a pc-relative
19170 source.
19171 (nonimmediate_src_operand): Similar, for nonimmediate_operands.
19172 (memory_src_operand): Similar, for memory_operands.
19173 (pcrel_address): New predicate to accept the special case of a
19174 pc-relative address.
19175 * m68k.md (many patterns): Rewrite common SImode, HImode, and
19176 QImode insns to accept *_src_operand instead of *_operand where
19177 pc-relative operands can fit. For example, a pc-relative operand
19178 can be used as a memory source operand for addsi3, but not as a
19179 memory destination.
19180 * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
19181
19182 Fri Jun 18 09:11:07 1999 Nick Clifton <nickc@cygnus.com>
19183
19184 * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
19185 .thumb_set pseudo op to mark aliases of thumb functions.
19186
19187 Wed Jun 16 18:19:13 1999 Nick Clifton <nickc@cygnus.com>
19188
19189 * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
19190 preference to ASM_OUTPUT_DEF, if it is defined.
19191
19192 * tm.texi: Document new, optional target macro
19193 ASM_OUTPUT_DEF_FROM_DECLS.
19194
19195 Thu Jun 17 15:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19196
19197 * fixincludes: ISCNTL patch
19198 * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
19199 (dgux_int_varargs): new for DG/UX
19200 * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
19201
19202 Thu Jun 17 21:34:24 1999 Jeff Law <law@cygnus.com>
19203
19204 * invoke.texi (ia32 options): Fix typo.
19205
19206 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19207
19208 * loop.c (strength_reduce): When doing biv->giv conversion, update
19209 reg note of NEXT->insn.
19210
19211 Thu Jun 17 14:25:08 1999 Jeffrey A Law (law@cygnus.com)
19212
19213 * loop.c (move_movables): Note issues with replacing REGs with
19214 SUBREGs.
19215 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
19216
19217 Thu Jun 17 13:28:30 1999 David O'Brien <obrien@FreeBSD.org>
19218
19219 * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
19220
19221 * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
19222 the reference to `mcount' was not correct for the ELF on FreeBSD.
19223
19224 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19225
19226 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
19227 reg_biv_class.
19228
19229 (recombine_givs): Set ix field after sorting.
19230
19231 Thu Jun 17 02:54:30 1999 Jeffrey A Law (law@cygnus.com)
19232
19233 * emit-rtl.c (operand_subword): Tighten checks for when it is safe
19234 to safe to extract a subword out of a REG.
19235
19236 Thu Jun 17 01:45:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19237
19238 * sh.md (mulsi3): Don't add a no-op move at the end.
19239
19240 Wed Jun 16 20:29:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19241
19242 * cse.c (cse_insn): Don't put hard register source into tables for
19243 the last insn of a libcall.
19244
19245 Wed Jun 16 19:44:33 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19246
19247 * loop.c (strength_reduce): Insert sets of derived givs at every
19248 biv increment, even if it's the only one.
19249
19250 Wed Jun 16 10:33:02 1999 Jason Merrill <jason@yorick.cygnus.com>
19251
19252 * dwarfout.c (add_incomplete_type): New fn.
19253 (output_type): Call it.
19254 (retry_incomplete_types): New fn.
19255 (dwarfout_finish): Call it.
19256
19257 From Eric Raskin <ehr@listworks.com>:
19258 (output_type): Output types for bases.
19259
19260 Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
19261
19262 * mips.c (mips_output_conditional_branch): Add `break'
19263 between `default' label and `close braces'.
19264
19265 Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
19266
19267 * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
19268 specifications and make it realistic.
19269 (LIB_SPEC): Likewise.
19270
19271 Mon Jun 14 15:38:43 1999 Jim Wilson <wilson@cygnus.com>
19272
19273 * config/mips/mips.c (mips_secondary_reload_class): Check for
19274 (PLUS (SP) (REG)) and return appropriate register class.
19275 * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
19276 Handle (PLUS (SP) (REG)).
19277 (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
19278 (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
19279 of emit_insn for tablejump.
19280
19281 Mon Jun 14 17:26:40 1999 David Edelsohn <edelsohn@gnu.org>
19282
19283 * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
19284 asm_fprintf format string by itself.
19285 (output_function_profiler): Likewise.
19286
19287 Mon Jun 14 12:57:38 1999 David Mosberger <davidm@hpl.hp.com>
19288
19289 * combine.c (simplify_logical, case AND): Only call
19290 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
19291 or the constant is positive.
19292
19293 Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
19294
19295 * configure.in: Fix typo in rs6000-ibm-aix4 case.
19296 * configure: Regenerate.
19297
19298 Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
19299
19300 * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
19301 require a sub-version #.
19302 * configure: Rebuilt.
19303
19304 1999-06-14 Robert Lipe (robertlipe@usa.net)
19305
19306 * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
19307
19308 Mon Jun 14 10:30:52 BST 1999 Nathan Sidwell <nathan@acm.org>
19309
19310 * c-typeck.c (process_init_element): Detect excess elements in
19311 char array initializer.
19312
19313 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
19314
19315 * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
19316
19317 Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com>
19318
19319 * invoke.texi (Option Summary): Add -fpermissive flag.
19320
19321 Sat Jun 12 03:40:42 1999 Jeffrey A Law (law@cygnus.com)
19322
19323 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
19324 that require PIC code sequences.
19325
19326 Wed Jun 9 16:29:01 1999 Nick Clifton <nickc@cygnus.com>
19327
19328 * configure.in: Add new target: thumb-elf.
19329 * configure: Regenerate.
19330 * config/arm/t-thumb-elf: New file: Makefile fragment for
19331 thumb-elf build.
19332 * config/arm/telf.h: New file: Header file for thumb-elf
19333 build.
19334
19335 Fri Jun 11 03:17:51 1999 Jeffrey A Law (law@cygnus.com)
19336
19337 * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
19338 * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
19339 initializers is some circumstances.
19340
19341 * fixinc/inclhack.def (endif_label): Add additional selector for
19342 more bogus stuff after #endif statements.
19343 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
19344
19345 Thu Jun 10 20:44:36 1999 Mumit Khan <khan@xraylith.wisc.edu>
19346
19347 * i386/cygwin.h (SET_ASM_OP): Define.
19348
19349 Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
19350
19351 * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
19352
19353 Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19354
19355 * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
19356 latter.
19357
19358 * sh.md (ic_invalidate_line_i): Remove second alternative.
19359
19360 Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19361
19362 *fixinc/inclhack.def(sun_auth_proto): We do not know how to
19363 test for the presence of valid prototypes. Delete bypass expr.
19364 (ioctl_fix_ctrl): Correct the selection expression.
19365 (no_double_slash): Correct quoting rules
19366 *fixinc/fixincl.x: regen
19367 *fixinc/inclhack.sh: regen
19368
19369 Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
19370
19371 * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
19372
19373 Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19374
19375 * rs6000.md (movsi_got_internal_mem): Delete.
19376 * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
19377 (GOT_TOC_REGNUM): Delete.
19378 (PIC_OFFSET_TABLE_REGNUM): Define.
19379 (FINALIZE_PIC): Disable.
19380 * rs6000.c (rs6000_got_register): New code for fixed pic register.
19381 (rs6000_replace_regno): Delete.
19382 (rs6000_finalize_pic): Likewise.
19383 (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
19384
19385 Wed Jun 9 19:44:26 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19386
19387 * loop.c (loop_insn_first_p): Don't compare LUIDs when P
19388 is a note; use <= for the compare; advance P while it is
19389 a NOTE.
19390
19391 Wed Jun 9 13:12:24 1999 Jeffrey A Law (law@cygnus.com)
19392
19393 * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
19394 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
19395
19396 * varasm.c (remove_from_pending_weak_list): Verify t->name
19397 is non-NULL before passing it to strcmp.
19398
19399 Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19400
19401 *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
19402 the typed arguments are not part of a comment
19403 (ioctl_fix_ctrl): Added a purpose comment
19404 *fixinc/fixincl.x: regenerate
19405 *fixinc/inclhack.sh: regenerate
19406
19407 Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19408
19409 * invoke.texi: Add C4x invocation docs.
19410
19411 Wed Jun 9 22:34:38 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19412
19413 * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
19414 Define new macros.
19415 * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
19416 TARGET_EXPOSE_LDP.
19417 (c4x_legitimize_reload_address): New function.
19418 * config/c4x/c4x.md: Update docs.
19419
19420 Wed Jun 9 04:14:48 1999 Jeffrey A Law (law@cygnus.com)
19421
19422 * fixincludes: Avoid removing '.'.
19423 * fixinc/fixinc.svr4: Likewise.
19424 * fixinc/fixinc.winnt: Likewise.
19425 * fixinc/inclhack.tpl: Likewise.
19426 * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
19427
19428 1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19429
19430 * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
19431 pattern.
19432 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
19433
19434 Wed Jun 9 03:10:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
19435
19436 * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
19437 correctly.
19438
19439 Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
19440
19441 * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
19442 * configure: Regenerate.
19443
19444 Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
19445
19446 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
19447 values.
19448
19449 Mon Jun 7 22:30:37 1999 Jeffrey A Law (law@cygnus.com)
19450
19451 * fixinc/inclhack.def (avoid_bool): Also catch
19452 "typedef [unsigned] int bool".
19453 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
19454
19455 * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
19456 * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
19457 * configure: Rebuilt.
19458
19459 Mon Jun 7 22:05:03 1999 Mark Kettenis <kettenis@gnu.org>
19460
19461 * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
19462 such that we can override its definitions if necessary.
19463 (CPP_SPEC): New define. Support processor specific predefines via
19464 %(cpp_cpu).
19465 (CC1_SPEC): New define. Support processor specific compiler
19466 options via %(cc1_cpu).
19467 (STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
19468 -static.
19469
19470 1999-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19471
19472 * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
19473 between sed's -e flag, and the open-quote following it.
19474 * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
19475
19476 Mon Jun 7 20:34:20 1999 Robert Lipe <robertlipe@usa.net>
19477 Jeffrey A Law (law@cygnus.com)
19478
19479 * varasm.c (assemble_start_function): Remove the function
19480 from the pending weak decls list when we define a function.
19481 (assemble_variable): Similarly for variables.
19482 (weak_finish): Ignore items on the list with a NULL name.
19483 (remove_from_ending_weak_list); New function to "remove" an item
19484 from the pending weak declarations list.
19485
19486 Mon Jun 7 19:27:07 1999 Jerry Quinn <jquinn@nortelnetworks.com>
19487
19488 * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
19489
19490 Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>
19491
19492 * c-lex.c (GETC): Redefine to call getch.
19493 (UNGETC): Redefine to call put_back.
19494 (putback_buffer): New structure type.
19495 (putback): New static structure.
19496 (getch): New function.
19497 (put_back): New function.
19498 (yylex): Replace unused bytes from bad multibyte character.
19499
19500 Mon Jun 7 13:33:39 1999 Dave Brolley <brolley@cygnus.com>
19501
19502 * cpplib.c (do_define): Cast `alloca' return value.
19503 (do_include, do_undef, do_pragma): Likewise.
19504 * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
19505 values.
19506 * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
19507 * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
19508
19509 Sun Jun 6 11:58:34 1999 Jakub Jelinek <jj@ultra.linux.cz>
19510
19511 * sparc.md (abstf2): This should be an expand.
19512 (split after abstf2_notv9): Fix mode.
19513 (abstf2_hq_v9): New pattern.
19514 (abstf2_v9): Only use when no hard quad.
19515 (absdf2_v9): Fix if target is not the same as source.
19516 (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
19517 Add correct output constraints.
19518
19519 Sat Jun 5 17:04:16 1999 Craig Burley <craig@jcb-sc.com>
19520
19521 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
19522 * invoke.texi: Clarify text vis-a-vis Intel CPUs.
19523
19524 Sat Jun 5 12:11:24 1999 Mark Mitchell <mark@codesourcery.com>
19525
19526 * mips.h (mips_output_conditional_branch): New function.
19527 (mips_adjust_insn_length): Likewise.
19528 (ASSEMBLER_SCRATCH_REGNUM): New macro.
19529 (ADJUST_INSN_LENGTH): Likewise.
19530 * mips.c (print_operand): Add `F' and `W' for floating-point
19531 comparison opcodes.
19532 (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
19533 are now in bytes.
19534 (mips_adjust_insn_length): New function.
19535 (mips_output_conditional_branch): New function.
19536 * mips.md (length): Adjust attribute definition to handle
19537 conditional branches. Change lengths to bytes, rather than
19538 instructions throughout. Remove length attribute from
19539 instructions whose length is four bytes, and rely on the default
19540 instead.
19541 (dslot): Fix typo in comment.
19542 Reword conditional branch patterns to use
19543 mips_output_conditional_branch.
19544
19545 Fri Jun 4 13:30:27 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19546
19547 * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
19548 (LIB_SPEC): Likewise.
19549 Link with -lprof1_r for -g/-pg.
19550
19551 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
19552
19553 * loop.c (check_dbra_loop): Fix change of Jan 19.
19554
19555 Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
19556
19557 * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
19558 (STARTFILE_SPEC): Define, override the svr4.h version.
19559 (ENDFILE_SPEC): Likewise.
19560
19561 Thu Jun 3 23:58:55 1999 Jeffrey A Law (law@cygnus.com)
19562
19563 * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
19564 * fixinc/fixincl.x: Regenerated.
19565 * fixinc/inclhack.sh: Regenerated.
19566
19567 Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19568
19569 * sh.c (barrier_align): Don't return early for normal branch/barrier
19570 when optimizing for SH2.
19571
19572 Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
19573
19574 * i386/udk.h (LINK_SPEC): Correct linker search path for
19575 system libraries.
19576
19577 Fri Jun 4 03:20:40 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19578
19579 * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
19580 (braf_label_ref_operand): Delete.
19581 * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
19582 * sh.md (casesi_jump_2): Operand1 is now the inside of a
19583 label_ref, and has no predicate.
19584 The patten has a predicate to guard against invalid substitutions.
19585 (dummy_jump): Delete.
19586 (casesi): Update use of casesi_jump_2.
19587
19588 Thu Jun 3 07:48 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19589
19590 *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
19591 *fixinc/fixincl.x: regenerate
19592 *fixinc/inclhack.sh: regenerate
19593
19594 Thu Jun 3 02:15:07 1999 Jason Merrill <jason@yorick.cygnus.com>
19595
19596 * dwarf2out.c (add_incomplete_type): New fn.
19597 (gen_struct_or_union_type_die): Call it.
19598 (retry_incomplete_types): New fn.
19599 (dwarf2out_finish): Call it.
19600
19601 Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com)
19602
19603 * gcse.c (insert_insn_end_bb): Correct placement of insns when the
19604 current block starts with a CODE_LABEL and ends with a CALL and
19605 we can not find all the argument setup instructions for the CALL.
19606
19607 Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com>
19608
19609 Revert this change:
19610 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
19611 something is a candidate for optimize_bit_field_compare.
19612
19613 Wed Jun 2 21:53:05 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19614
19615 * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
19616
19617 Wed Jun 2 12:25:55 1999 Richard Henderson <rth@cygnus.com>
19618
19619 * alpha.c (override_options): Thinko in last patch.
19620
19621 * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
19622 (LIB_SPEC): Recognize -pthread.
19623
19624 Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
19625
19626 * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
19627 definition in config/arm/coff.h
19628 * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
19629
19630 Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19631
19632 * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
19633 fixes that need "file=xxx\n" prepended before invocation
19634 (start_fixer - new): starting the fixer process is complex enough
19635 to warrent its own routine. It prepends the "file=xxx\n" stuff.
19636 (process): uses the new routine; omit usage of putenv()
19637 * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
19638 * fixinc/fixincl.x: regenerate
19639
19640 Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
19641
19642 * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
19643 and version #s (1.1 -> 2.96) as needed.
19644 * README.g77: Kill way out of date file in the toplevel directory.
19645
19646 Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
19647
19648 * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
19649 i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
19650 * configure: Rebuilt.
19651 * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
19652 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
19653 (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
19654 (SWITCH_TAKES_ARG): Likewise.
19655 * i386/freebsd.h: Remove FREEBSD_NATIVE support.
19656 * config/t-freebsd: Moved from config/i386/ so it can used for all
19657 FreeBSD targets.
19658
19659 Mon May 31 02:22:55 1999 Philippe De Muyter <phdm@macqel.be>
19660
19661 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
19662
19663 Wed Jun 2 00:08:34 1999 Robert Lipe <robertlipe@usa.net>
19664
19665 * configure.in (i[34567]86-*-udk*): Install headers with cpio.
19666 * configure: Rebuilt.
19667
19668 Tue Jun 1 19:06:22 1999 David Edelsohn <edelsohn@gnu.org>
19669
19670 * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
19671 * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
19672 * rs6000/rs6000.c (rs6000_file_start): Use putc.
19673 (rs6000_output_load_toc_table): Same.
19674 (output_prolog, output_mi_thunk): Same.
19675 * rs6000/rs6000.h (SELECT_SECTION): Formatting.
19676 (ASM_GLOBALIZE_LABEL): Use putc.
19677
19678 Mon May 31 15:23:23 1999 Richard Henderson <rth@cygnus.com>
19679
19680 * alpha.md (reload_*_help): New patterns and splitters.
19681 (reload_*): Use them.
19682 (mov[qh]i): Likewise.
19683
19684 Mon May 31 11:48:07 1999 Mark Mitchell <mark@codesourcery.com>
19685
19686 * cccp.c (handle_directive): Handle backslash-newlines in quoted
19687 strings correctly.
19688
19689 Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu>
19690
19691 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
19692
19693 Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com)
19694
19695 * flow.c (mark_regs_live_at_end, insn_dead_p,
19696 mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
19697 and HARD_FRAME_POINTER_REGNUM special treatment if reload
19698 hasn't run or the frame pointer is needed.
19699 * haifa-sched.c (attach_deaths): Likewise.
19700 * sched.c (attach_deaths): Likewise.
19701
19702 Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
19703
19704 * jump.c (jump_optimize_1): Only set CAN_REACH_END if
19705 calculate_can_reach_end returns nonzero.
19706
19707 * configure.in (native gas tests): Search for an assembler in the
19708 same manner that the installed compiler will.
19709 * configure: Rebuilt.
19710 * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
19711
19712 * alias.c (find_base_term): Improve handling of addresses
19713 constructed from binary operations.
19714
19715 Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)
19716
19717 * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
19718
19719 Sun May 30 14:19:13 1999 Jeffrey A Law (law@cygnus.com)
19720
19721 * function.h (cleanup_label, frame_offset): Declare.
19722 (tail_recursion_label, tail_recursion_reentry): Likewise.
19723 (arg_pointer_save_area, rtl_expr_chain): Likewise.
19724 * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
19725 (tail_recursion_label, tail_recursion_reentry): Likewise.
19726 (arg_pointer_save_area, rtl_expr_chain): Likewise.
19727
19728 Sat May 29 19:08:10 1999 Philip Blundell <philb@gnu.org>
19729
19730 * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
19731 defined.
19732 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
19733 (MAX_OFILE_ALIGNMENT): Define.
19734
19735 Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
19736
19737 * fixincl.c: Replace local include scheme with #includes of
19738 gansidecl.h and system.h.
19739 * procopen.c: Likewise.
19740 * server.c: Likewise.
19741
19742 Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
19743
19744 * i386/t-dgux (EXTRA_PARTS): Add crti.o
19745 (crti.o): Add build rule and dependencies.
19746 * fixinc/fixinc.dgux: Use modified _int_varargs.h
19747
19748 Fri May 28 03:41:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19749
19750 * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
19751 (LIB_LINUX_SPEC): Likewise.
19752 (LIB_LINUX_SPEC): Add support for -pthread
19753 (CPP_OS_LINUX_SPEC): Likewise.
19754 (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
19755 specified.
19756
19757 Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org)
19758
19759 * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
19760 conditional move.
19761 (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
19762 (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
19763 for IEEE math and CC_FCOMI.
19764 (put_jump_code): No IEEE if CC_FCOMI is set.
19765
19766 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
19767
19768 * fold-const.c (fold_truthop): Make the field reference unsigned
19769 when converting a single bit compare.
19770
19771 Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19772
19773 * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
19774
19775 Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
19776
19777 * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
19778 * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
19779 version did.
19780
19781 * reload.c (push_reload): Do not call remove_address_replacements
19782 when presented with identical optional reloads.
19783
19784 Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com>
19785
19786 * alpha.h (MASK_FIX, TARGET_FIX): New.
19787 (MASK_*): Reorganize constants.
19788 (CPP_AM_FIX_SPEC): New.
19789 (TARGET_SWITCHES): Add FIX.
19790 (EXTRA_SPECS): Likewise.
19791 (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
19792 (SECONDARY_MEMORY_NEEDED): Likewise.
19793 (REGISTER_MOVE_COST): Likewise.
19794 * alpha.c (override_options): Add FIX support. Always use
19795 ALPHA_TP_PROG for ev6.
19796 * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
19797 * alpha/elf.h (ASM_FILE_START): Look at FIX too.
19798 * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
19799
19800 Wed May 26 09:53:05 1999 Mark Mitchell <mark@codesourcery.com>
19801
19802 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
19803 something is a candidate for optimize_bit_field_compare.
19804
19805 Wed May 26 09:40:02 1999 Mark Mitchell <mark@codesourcery.com>
19806
19807 * gcc.texi (Passes): Document branch-shortening.
19808 * invoke.texi (Debugging Options): Document the fact that `-dp'
19809 outputs length information for instructions.
19810
19811 Wed May 26 08:49:31 1999 Nick Clifton <nickc@cygnus.com>
19812
19813 * flow.c: Revert previous delta.
19814
19815 Wed May 26 06:05:10 1999 Nick Clifton <nickc@cygnus.com>
19816
19817 * flow.c (insn_dead_p): Check against frame_pointer_rtx not
19818 FRAME_POINTER_REGNUM.
19819 (mark_set_1): Ditto.
19820 (mark_used_regs): Ditto.
19821
19822 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk>
19823
19824 * arm.h (NEED_PLT_GOT): Fix mistake in last change.
19825 (GOT_PCREL): New macro. Define to 1 if not already defined.
19826 * arm/elf.h (GOT_PCREL): Define to 0.
19827 * arm.c (arm_finalize_pic): Take into account the setting of
19828 GOT_PCREL.
19829
19830 Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
19831
19832 * output.h (STRIP_NAME_ENCODING): Provide default definition.
19833 * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
19834
19835 * flow.c (mark_set_1): Do not record BLKmode stores as dead
19836 store elimination candidates.
19837
19838 Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
19839
19840 * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
19841 TARGET_GAS.
19842
19843 Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
19844
19845 * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
19846 Add use of x-aix41-gld.
19847
19848 Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
19849
19850 * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
19851 (ASM_OUTPUT_DESTRUCTOR): Define.
19852
19853 Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
19854
19855 * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
19856 last CODE_LABEL in a loop if we have previously passed a jump
19857 to the top of the loop.
19858
19859 Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
19860
19861 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
19862 applying Philip's patch.
19863
19864 Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
19865
19866 * stmt.c (expand_end_bindings): Ignore any elements of VARS that
19867 are not VAR_DECLs.
19868
19869 Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
19870
19871 * loop.c (strength_reduce): Grow reg_single_usage as needed.
19872
19873 Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
19874
19875 * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
19876 Also remove a useless comment.
19877
19878 Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
19879
19880 * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
19881
19882 Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
19883
19884 * collect2.c (main): Only generate import or export file and add
19885 to link arguments if non-empty. Use xmalloc not alloca.
19886 (write_{export,import}_file): Delete.
19887 (write_aix_file): New function.
19888 (locatelib): Use xmalloc not malloc.
19889 (GCC_OK_SYMBOL): Do not check type if aix64.
19890
19891 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
19892
19893 Based on patch by Scott Bambrough and Pat Beirne:
19894 * config/arm/arm.c (making_const_table): New variable.
19895 * config/arm/arm.h (making_const_table): Declare.
19896 (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
19897 appropriate.
19898 * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
19899 Keep track of when we are building the constant table.
19900
19901 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
19902
19903 * config/arm/arm.c (arm_override_options): Fix erroneous warning
19904 message.
19905
19906 Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
19907
19908 * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
19909 defined.
19910
19911 Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
19912
19913 * tm.texi (FUNCTION_ARG): Correct description of a stack element
19914 in a PARALLEL.
19915
19916 Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
19917
19918 * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
19919
19920 Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19921
19922 * rs6000.c (output_mi_thunk): Enable full support again.
19923
19924 Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19925
19926 * sh.h (BRANCH_COST): Define.
19927
19928 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
19929
19930 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
19931
19932 Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
19933
19934 * function.c (assign_stack_local): Align stack slot propertly.
19935 (assign_outer_stack_local): Likewise.
19936
19937 Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
19938
19939 * expr.h (lang_expand_constant): Declare.
19940 * toplev.c (lang_expand_constant): Define it.
19941 * varasm.c (output_constant): Use it.
19942
19943 Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19944
19945 * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
19946 Change function definitions to K&R style.
19947
19948 Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19949
19950 * fixinc/fixincl.c: We must not ignore SIGCLD now.
19951
19952 Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
19953
19954 * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
19955 * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
19956 (several places): omit static initialization
19957 (process): use single fd, since only the read fd is used
19958 * fixinc/gnu-regex.c: define 'const' away, if not supported
19959 * fixinc/procopen.c(several places): omit static initialization
19960 * fixinc/server.c: define 'volitile' away, if not supported
19961
19962 1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
19963
19964 * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
19965 asm_fprintf and %L to generate the label name.
19966 * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
19967 (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
19968
19969 Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
19970
19971 * jump.c (can_reverse_comparison_p): Do not abort if the comparison
19972 insn for a conditional jump can not be found.
19973
19974 Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
19975
19976 * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
19977 on variables in specific sections other than .sbss and .sdata.
19978
19979 Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
19980
19981 * stmt.c (expand_return): Call start_cleanup_deferral and
19982 end_cleanup_deferral around conditional code.
19983
19984 Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
19985
19986 * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
19987 filename lists. Utilizes new "krstr" AutoGen function.
19988 * fixinc/fixincl.x: Rebuilt.
19989
19990 Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
19991
19992 * i386.c (output_float_compare): Avoid GNU-C extensions.
19993
19994 Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
19995
19996 * version.c: Bump to distinguish mainline tree from the
19997 gcc-2.95 branch.
19998
19999 See ChangeLog.1 for earlier changes.