]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
[gcc.git] / gcc / ChangeLog
1 2000-05-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4 rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
5
6 * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
7 gcc_AC_NEED_DECLARATIONS.
8
9 * dwarfout.c: Don't prototype time().
10
11 * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
12
13 * system.h: Likewise.
14
15 * toplev.c: Likewise.
16
17 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
18
19 * c-decl.c (pushdecl): Invert sense of test for non-global types.
20
21 Tue May 23 18:11:42 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
22
23 * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
24
25 2000-05-23 Jonathan Larmour <jlarmour@redhat.co.uk>
26
27 * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
28
29 Tue May 23 06:50:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
30
31 * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
32 (alpha_start_function): Never write ..ng label if VMS or NT.
33 (alpha_align_insns): Remove GP_IN_USE arg.
34 Alignment now unsigned.
35 (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
36 * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
37 and two define_insn's.
38
39 2000-05-22 Richard Henderson <rth@cygnus.com>
40
41 * combine.c (simplify_comparison): Use trunc_int_for_mode.
42
43 2000-05-22 Richard Henderson <rth@cygnus.com>
44
45 * stor-layout.c (place_field): Change rli->size to rli->offset.
46
47 2000-05-22 Richard Henderson <rth@cygnus.com>
48
49 * function.c (thread_prologue_and_epilogue_insns): Make sure
50 existing line number notes appear after the prologue.
51
52 Mon May 22 21:49:00 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
53
54 * config/alpha/alpha.c (alpha_fnname): New static variable.
55 (print_operand, case '~'): New case.
56 (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
57 (alpha_start_function): Set alpha_fnname.
58 Write "ng" label if no ldgp; don't write ldgp insn.
59 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
60 * config/alpha/alpha.md (prologue_ldgp): New define_insn.
61
62 Mon May 22 11:30:48 2000 Clinton Popetz <cpopetz@cygnus.com>
63
64 * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
65 on deleted labels.
66
67 2000-05-22 Zack Weinberg <zack@wolery.cumb.org>
68
69 * varasm.c (eh_frame_section): Revert change to argument list.
70
71 Mon May 22 13:14:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
72
73 * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
74 (gen_extend_insn, can_fix_p, can_float_p): Likewise.
75
76 * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
77 dangling "else" that causes "break" to be conditional.
78 Also remove unneeded code at start.
79
80 Mon May 22 17:31:35 2000 Philippe De Muyter <phdm@macqel.be>
81
82 * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
83 * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
84 * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
85
86 2000-05-22 Jakub Jelinek <jakub@redhat.com>
87
88 * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
89 just one argument.
90
91 Mon May 22 06:57:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
92
93 * alias.c (record_component_aliases): New function.
94 * tree.h: Clean up some declarations and comments.
95 (record_component_aliases): New declaration.
96 * tree.c (get_alias_set): If type and has alias set, use it.
97
98 2000-05-22 Richard Henderson <rth@cygnus.com>
99
100 * simplify-rtx.c (simplify_ternary_operation): Try to simplify
101 IF_THEN_ELSE to a setcc form.
102 * jump.c (can_reverse_comparison_p): Be prepared for insn null.
103
104 2000-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
105
106 * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
107 (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
108
109 Sun May 21 16:42:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
110
111 * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
112 not a PARALLEL.
113
114 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
115
116 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
117 * config/mn10300/mn10300.c (print_operand): Likewise.
118
119 * final.c (split_double): Right shift of negative values is not
120 portable.
121
122 * ifcvt.c (if_convert): Scan and kill dead code.
123
124 * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
125
126 2000-05-20 Zack Weinberg <zack@wolery.cumb.org>
127
128 * diagnostic.c: Eliminate implicit int.
129 * except.c, gcc.c: Add static prototypes.
130 * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
131 * gensupport.c (process_rtx): Use XVEC to initialize vector
132 slot of 'split'.
133
134 * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
135 debug_reg_names instead of static reg_names. If not, define
136 global reg_names.
137 * regclass.c: Don't define global reg_names unless
138 DEBUG_REGISTER_NAMES is defined.
139
140 * reload1.c (order_regs_for_reload): Remove unused variable.
141 * varasm.c: Include output.h after defaults.h. Define
142 eh_frame_section as function of no args, not of unspecified args.
143
144 * gcc.c: Constify argbuf; arguments to store_arg,
145 process_command, main; elements of struct command and struct
146 switchstr; local variables in execute, process_command, main.
147
148 2000-05-20 Bruce Korb <bkorb@gnu.org>
149
150 * fixinc/inclhack.def: many applications of c_fix=format + tests
151 * fixinc/check.diff: regenerated
152 * fixinc/fixincl.x: regenerated
153
154 Sat May 20 09:30:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
155
156 * alias.c: Clarify some comments.
157 (record_base_value): REGNO is unsigned.
158 * rtl.h (record_base_value): Likewise.
159
160 * alias.c (aliases_everything_p): Don't special-case QImode here.
161 * c-common.c (c_get_alias_set): Do it here.
162 Handle BIT_FIELD_REF by getting alias info for arg.
163 Use POINTER_TYPE_P.
164
165 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
166
167 * mklibgcc.in: Restore rule to create ${dir}.
168
169 Sat May 20 08:45:41 2000 H.J. Lu <hjl@gnu.org>
170
171 * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
172 GCC_FOR_TARGET used by MULTILIBS.
173 * mklibgcc.in: Make sure each .o file depends on the
174 directory it will be in.
175 Make the multilib directory depends libgcc.
176
177 Sat May 20 08:29:28 2000 H.J. Lu <hjl@gnu.org>
178
179 * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
180
181 Sat May 20 07:27:35 2000 Alexandre Oliva <aoliva@cygnus.com>
182
183 * fold-const.c (make_range): Handle degenerated intervals.
184 Fixes c-torture/execute/991221-1.c
185
186 Fri May 19 18:16:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
187
188 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
189 * reload.c (find_equiv_reg): Likewise.
190 * alias.c (init_alias_analysis): Likewise.
191 Only call prologue_epilogue_contains on insns.
192 * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
193 * bb-reorder.c (hard-reg-set.h): Include earlier.
194 * haifa-sched.c (hard-reg-set.h): Likewise.
195 * ifcvt.c (hard-reg-set.h): Likewise.
196 * local-alloc.c (hard-reg-set.h): Likewise.
197 * loop.c (hard-reg-set.h): Likewise.
198 * predict.c (hard-reg-set.h): Likewise.
199 * regrename.c (hard-reg-set.h): Likewise.
200 * flow.c (hard-reg-set.h): Likewise.
201 (reg_set_to_hard_reg_set): New function.
202 * bitmap.c (regs.h, basic-block.h): No longer include.
203 (bitmap.h): Now include.
204 * conflict.c (hard-reg-set.h): Include.
205 * profile.c (hard-reg-set.h): Likewise.
206 * print-rtl.c (hard-reg-set.h): Likewise.
207 * sbitmap.c (hard-reg-set.h): Likewise.
208 * toplev.c (hard-reg-set.h): Likewise.
209 * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
210 * hard-reg-set.h (reg_names): Now constant.
211 * regs.h (reg_names): Likewise.
212 * regclass.c (reg_names): Likewise.
213 * loop.h (basic-block.h): No longer include.
214 (bitmap.h): Now include.
215 * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
216 * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
217 (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
218
219 2000-05-19 Jan Hubicka <jh@suse.cz>
220 Richard Henderson <rth@cygnus.com>
221
222 * basic-block.h (struct edge_def): New field "count".
223 (struct basic_block_def): Likewise.
224 * flow.c (entry_exit_blocks): Add count fileds.
225 (split_edge): Keep count information up-to-date.
226 (dump_edge_info, dump_flow_info): Dump count fields.
227
228 * final.c (count_instrumented_edges): Rename to edge from arc.
229 (end_final): Update users.
230 * profile.c: Include expr.h, basic-block.h.
231 (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
232 (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
233 (ignore_next_note, return_label_execution_count): Kill.
234 (bbg_file_name, da_file_name): Kill.
235 (edge_info, bb_info): New structures.
236 (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
237 (count_instrumented_edges, total_num_edges): Rename to edge from arc.
238 (total_num_edges_instrumented): Likewise.
239 (init_arc, expand_spanning_tree): Kill.
240 (fill_spanning_tree, tablejump_entry_p): Kill.
241 (instrument_edges): Rewrite from instrument_arcs to use
242 commit_edge_insertions infrastructure.
243 (compute_branch_probabilities): Remove arguments; rewrite for
244 CFG infrastructure; use rtl_dump_file directly.
245 (branch_prob, find_spanning_tree): Likewise.
246 (union_groups, find_group): New.
247 (init_branch_prob): Make bbg_file_name and da_file_name local.
248 (end_branch_prob): Use rtl_dump_file directly.
249 (init_edge_profiler): Rename to edge from arc.
250 (output_arc_profiler): Kill.
251 (gen_edge_profiler): New.
252 (output_func_start_profiler): Turn off profiling. Make the
253 constructor static when we can.
254 * rtl.h (branch_prob, end_branch_prob): Update prototypes.
255
256 * toplev.c (DFI_flow): Remove.
257 (DFI_cfg, DFI_life): New.
258 (dump_file): Update accordingly.
259 (compile_file): Call end_branch_prob if profile_arc_flag too.
260 (rest_of_compilation): Move flow1 cfg creation to DFI_cfg. Do edge
261 profiling after the CFG is built. Move flow1 life analysis to
262 DFI_life. Always estimate remaining probabilities.
263
264 2000-05-19 Richard Henderson <rth@cygnus.com>
265
266 * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
267
268 * flow.c (make_edges): The sibling call edge to exit is abnormal.
269
270 2000-05-19 Richard Henderson <rth@cygnus.com>
271
272 * jump.c (redirect_jump): Add delete_unused argument. Don't
273 remove labels and code following when LABEL_NUSES goes to zero.
274 (invert_jump): Likewise.
275 (jump_optimize_1): Fix redirect/invert arguments.
276 (do_cross_jump, thread_jumps): Likewise.
277 * flow.c (split_edge): Likewise.
278 * reorg.c (optimize_skip): Likewise.
279 (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
280 * profile.c (instrument_arcs): Likewise.
281 * loop.c (find_and_verify_loops): Likewise. Fix indentation.
282 * rtl.h: Update prototypes.
283
284 Fri May 19 12:05:13 2000 Clinton Popetz <cpopetz@cygnus.com>
285
286 * ssa.c (convert_from_ssa): Tell life_analysis we need death
287 notes.
288 (make_regs_equivalent_over_bad_edges): Only look at abnormal
289 critical edges.
290
291 2000-05-19 Zack Weinberg <zack@wolery.cumb.org>
292
293 * cpphash.c (funlike_macroexpand): Make sure not to walk p1
294 past l1 when deleting whitespace and markers.
295
296 * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
297 * cpplib.c (do_unassert): Put the list to compare against on
298 the stack.
299
300 2000-05-19 Bruce Korb <bkorb@gnu.org>
301
302 * fixinc/README: cleaned up old documentation
303 * fixinc/check.diff: regenerated & verified on OSR5 on ix86
304 * fixinc/check.tpl: compute the list of needed directories
305 emit "#if defined(name)" because of conflict
306 omit machine name differences from output differences
307 * fixinc/inclhack.def( m88k_multi_incl ): Use `wrap' function
308 (machine_name): change test text to use `sed' markers
309 * fixinc/fixincl.x: regen
310
311 Fri May 19 06:49:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
312
313 * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
314 a CONSTRUCTOR.
315
316 2000-05-18 Chris Demetriou <cgd@sibyte.com>
317
318 * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
319 it to match the current practice.
320
321 2000-05-18 Mark Mitchell <mark@codesourcery.com>
322
323 * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
324
325 2000-05-18 Richard Henderson <rth@cygnus.com>
326
327 * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
328 * rtl.h (insn_dependant_p): Declare it.
329 * loop.c (strength_reduce): Use it.
330
331 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
332
333 * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
334 16-bit and 64-bit clean-up.
335
336 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
337
338 * configure.in (*-pc-msdosdjgpp): Set float_format to none.
339 * configure: Rebuilt.
340
341 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
342
343 * genopinit.c: Use $ for escape sequences in optab patterns.
344 Remove backslashes from optab patterns. Change $A, $B, $C to
345 expand to (int) whatever instead of just whatever; remove
346 explicit (int) from all optab patterns.
347
348 * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
349 * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
350 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
351 genrecog.c: Remove private copies of xmalloc, xrealloc, and
352 xstrdup.
353
354 2000-05-18 Richard Henderson <rth@cygnus.com>
355
356 * jump.c (jump_optimize_1): Base minimum insn count during
357 find_cross_jump on BRANCH_COST.
358
359 2000-05-18 Jakub Jelinek <jakub@redhat.com>
360
361 * print-rtl.c (print_rtx): Only print note line number as string
362 if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
363 * final.c (final_scan_insn): Do nothing for note line number 0.
364
365 2000-05-18 Jakub Jelinek <jakub@redhat.com>
366
367 * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
368 from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
369 NOTE_INSN_DELETED_LABEL.
370
371 2000-05-18 Nick Clifton <nickc@cygnus.com>
372
373 * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
374 uninitialised data in .rodata not .bss, and do not interpret an
375 error in the initialisation value as meaning that the variable
376 should be placed in the .bss section.
377
378 Thu May 18 12:10:18 2000 Philippe De Muyter <phdm@macqel.be>
379
380 * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
381 not `$ac_cv_prog_cc_cc_c_o'.
382 * configure: Regenerated.
383
384 2000-05-18 Chris Demetriou <cgd@sibyte.com>
385 Richard Henderson <rth@cygnus.com>
386
387 * c-common.h (enum c_tree_index): Add g77 type entries.
388 (g77_integer_type_node, g77_uinteger_type_node): New.
389 (g77_longint_type_node, g77_ulongint_type_node): New.
390 * c-decl.c (init_decl_processing): Initialize them.
391
392 2000-05-18 Richard Henderson <rth@cygnus.com>
393
394 * config/h8300/h8300.md (subs patterns): Use %G to negate.
395
396 * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
397 (small_power_of_two): Likewise; use exact_log2.
398 (adds_subs_operand, one_insn_adds_subs_operand): Remove.
399 (output_adds_subs): Remove.
400 (two_insn_adds_subs_operand): New.
401 (split_adds_subs): New.
402 * config/h8300/h8300-protos.h: Update.
403 * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
404 (CONST_OK_FOR_L): Match strict adds operands.
405 (CONST_OK_FOR_N): Match struct subs operands.
406 * config/h8300/h8300.md (adds_subs insns): Remove.
407 (addhi patterns): Output adds/subs directly.
408 (addsi_h8300h): Likewise.
409 (addhi/addsi splitters): New. Decompose two_insn_adds_subs_operand.
410
411 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
412
413 * cppexp.c (parse_assertion): New.
414 (lex): Call it for CPP_HASH. Remove CPP_ASSERTION case.
415 (_cpp_parse_expr): Remove case '#'. Don't set
416 parsing_if_directive.
417 * cpphash.c (collect_objlike_expansion,
418 collect_funlike_expansion, collect_params,
419 _cpp_create_definition): The list no longer has a trailing
420 VSPACE token.
421 * cpphash.h (enum node_type): Add T_ASSERTION.
422 (struct hashnode): Remove aschain, add pred.
423 (struct predicate): New.
424 Update prototypes.
425
426 * cpplex.c (expand_token_space): Handle both offset and
427 nonoffset lists.
428 (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
429 (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
430 _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
431 _cpp_equiv_toklists): New.
432 (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
433 stop at any single-character token, not just newline.
434 (_cpp_lex_token): Remove special cases for #define and #if.
435 (cpp_get_token): Expect # as a separate token type. Remove
436 DIRECTIVE case.
437 (_cpp_get_directive_token): Remove DIRECTIVE case.
438 (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
439
440 * cpplib.c (_cpp_check_directive): Set dirno and
441 SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
442 (_cpp_handle_directive): Run # <number> through the same logic
443 as normal directives.
444 (do_define): Don't set parsing_define_directive. Use
445 _cpp_scan_until. The list does not have a VSPACE at the end.
446 (do_if): Save, clear, and restore only_seen_white around
447 _cpp_parse_expr.
448 (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
449 (do_assert, do_unassert): Rewrite.
450
451 * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
452 (LIST_OFFSET): New flag.
453 (struct cpp_toklist): Replace dir_handler and dir_flags with
454 dirno and flags.
455 (struct cpp_reader): Remove parsing_if_directive and
456 parsing_define_directive.
457
458 2000-05-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
459
460 * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
461 following the cabs decl which terminate on the following line.
462 Add the corresponding test_text case.
463
464 2000-05-18 Neil Booth <NeilB@earthling.net>
465
466 * cppinit.c (cpp_reader_init): Initialise col_adjust and
467 default tab stop size.
468 (no_num, OPT_ftabstop): New.
469 (handle_option): Handle "ftabstop=" command-line option.
470 (print_help): Document it.
471 * cpplex.c (COLUMN): Remove.
472 (handle_newline): Reset col_adjust.
473 (skip_whitespace): Update col_adjust as tabs encountered.
474 (_cpp_lex_line): Update to use col_adjust. Call
475 skip_whitespace for all whitespace.
476 * cpplib.h (struct cpp_options): New member tabstop.
477 (struct cpp_reader): New member col_adjust.
478 (CPP_BUF_COL): Update.
479 (CPP_BUF_COLUMN): New.
480 * cpp.texi: Document "-ftabstop=" command line option.
481
482 Wed May 17 18:19:41 2000 Philippe De Muyter <phdm@macqel.be>
483
484 * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
485 files.
486 * configure: Rebuilt.
487
488 Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
489
490 * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
491
492 * tree.c (build_common_tree_nodes): Do not build TI nodes unless
493 HOST_BITS_PER_WIDE_INT is >= 64.
494
495 2000-05-17 Richard Henderson <rth@cygnus.com>
496
497 * jump.c (jump_optimize_1): Remove inactive but real insns
498 in jump-to-next-insn optimization.
499
500 2000-05-17 Richard Henderson <rth@cygnus.com>
501
502 * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
503 unless OPTIMIZE_MODE_SWITCHING. Conditionally set no_new_pseudos.
504 Don't call recompute_reg_usage if no_new_pseudos is true.
505 * lcm.c (optimize_mode_switching): Move ifdefs outside function.
506 Return true if we did work; update global life information.
507 * basic-block.h (optimize_mode_switching): Update decl.
508
509 2000-05-17 Neil Booth <neilb@earthling.net>
510
511 * cpplex.c (expand_name_space): Don't use ptrdiff_t.
512
513 2000-05-17 Zack Weinberg <zack@wolery.cumb.org>
514
515 * cpplib.c: New feature, #pragma system_header.
516 * cpp.texi: Document special treatment of system headers, and
517 the various mechanisms to get a header that special treatment.
518
519 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
520
521 * system.h (offsetof): Define at the very end, to ensure we prefer
522 the platform's definition if available.
523
524 2000-05-16 Bruce Korb <bkorb@gnu.org>
525
526 * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
527 * fixinc/server.c: likewise
528 * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
529 + #ifdef debugging code + use #def constant for
530 sub-pattern count
531 * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
532 on C++ math namespace
533
534 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
535
536 * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
537 Don't check the return value of sprintf. Use asprintf to avoid
538 buffer overflows.
539
540 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
541
542 * flags.h (warn_unused_function, warn_unused_label,
543 warn_unused_parameter, warn_unused_variable, warn_unused_value):
544 Replace ``warn_unused''.
545 (set_Wunused): Add declaration.
546 * toplev.c (set_Wunused): New function.
547 (warn_unused_function, warn_unused_label, warn_unused_parameter,
548 warn_unused_variable, warn_unused_value): New variables.
549 (W_options): Add -Wunused-function, -Wunused-function,
550 -Wunused-label, -Wunused-parameter, -Wunused-variable and
551 -Wunused-value. Delete -Wunused. Handled in decode_W_option.
552
553 * toplev.c (decode_W_option): Update -Wunused flags by calling
554 set_Wunused.
555 * c-decl.c (c_decode_option): Ditto for -Wall.
556
557 * stmt.c (expand_expr_stmt, expand_expr_stmt,
558 warn_about_unused_variables): Replace warn_unused with more
559 explicit warn_unused_value et.al.
560 * function.c (expand_function_end): Ditto.
561 * c-typeck.c (internal_build_compound_expr,
562 internal_build_compound_expr): Ditto.
563 * c-decl.c (poplevel, pop_label_level): Ditto.
564 * toplev.c (check_global_declarations): Replace warn_unused with
565 check for either warn_unused_function or warn_unused_variable.
566
567 * gcc.1, invoke.texi (Warning Options): Document
568 -Wunused-function, -Wunused-function, -Wunused-label,
569 -Wunused-parameter, -Wunused-variable and -Wunused-value options.
570
571 Wed May 17 10:28:12 2000 Philippe De Muyter <phdm@macqel.be>
572
573 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
574 $(srcdir), not in the current directory.
575
576 2000-05-16 Richard Henderson <rth@cygnus.com>
577
578 * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
579 assembler supports it.
580 (.fini, .init): Use a gp-relative indirect call.
581 (__do_global_dtors_aux): Preserve the gp; rebundle.
582 (__do_frame_setup): Likewise.
583 * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
584 (.init): Use a gp-relative indirect call.
585 (__do_global_ctors_aux): Preserve the gp.
586
587 2000-05-16 Richard Henderson <rth@cygnus.com>
588
589 * flow.c (commit_one_edge_insertion): Be prepared for a return
590 insn to be inserted on the edge with a normal jump.
591 * jump.c (jump_optimize_1): Don't look to create return isns.
592
593 * flow.c (flow_delete_insn): Don't adjust reference count of notes.
594 * jump.c (jump_optimize_1): Likewise.
595 (returnjump_p): Verify the argument is a JUMP_INSN.
596 * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
597
598 2000-05-16 Nick Clifton <nickc@cygnus.com>
599
600 * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
601 GET_RTX_CLASS (GET_CODE ()) == 'i'.
602 (large_insn_p): Ditto.
603 (m32r_is_insn): New function: Return true if the insn contains
604 an executable instruction.
605 (m32r_adjust_insn): Use m32r_is_insn.
606 (m32r_sched_reorder): Use m32r_is_insn.
607 (m32r_sched_variable_issue): Use m32r_is_insn.
608
609 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
610
611 * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
612 VAR_DECL.
613
614 * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
615
616 * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
617 according to given options.
618
619 Tue May 16 12:17:31 2000 Jeffrey A Law (law@cygnus.com)
620
621 * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
622 if X has VOIDmode either.
623 (LIMIT_RELOAD_CLASS): Similarly.
624
625 * mn10200.md (indirect_jump, tablejump): Use "register_operand",
626 not "general_operand" to match the processor's capabilities.
627
628 2000-05-16 Bruce Korb <bkorb@gnu.org>
629
630 * fixinc/README: corrected return address
631 * fixinc/check.diff: regenerate, now that test works
632 * fixinc/fixfixes.c(format_fix,format_write): reformatted
633 (char_macro_def_fix,char_macro_use_fix): corrected and
634 rewrote to use regex to parse the text
635 * fixinc/inclhack.def: more testing
636 * fixinc/fixincl.x: regenerated
637
638 * fixinc/inclhack.def: added several "test_text" attributes
639 changed several fixes to use `c_fix = format'
640 re-alphabetized the fixes
641
642 * fixinc/check.diff: regenerate
643 * fixinc/fixincl.x: regenerate
644 * fixinc/check.tpl: added `sparc' and `netinet' to the list
645 of created dirs
646
647
648 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
649
650 * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
651
652 2000-05-15 Richard Henderson <rth@cygnus.com>
653
654 * toplev.c (rest_of_compilation): Run full jump pass before
655 find_basic_blocks of flow2.
656
657 2000-05-15 Richard Henderson <rth@cygnus.com>
658
659 * jump.c: Fix typos and clarify commentary from last change.
660 (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
661 (safe_to_remove_jump_p): Remove.
662 (condjump_label): Use pc_set.
663
664 2000-05-15 Richard Henderson <rth@cygnus.com>
665
666 * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
667 that get in the way after reload.
668 (cond_exec_process_if_block): Skip a label heading THEN block.
669
670 2000-05-15 Richard Henderson <rth@cygnus.com>
671
672 * varasm.c (output_constant_pool): Abort instead of converting
673 (improperly) deleted labels to zero.
674
675 2000-05-16 Neil Booth <NeilB@earthling.net>
676
677 * cpplex.c (parse_string2): Update comment.
678 (cpp_lex_line): No special assertion treatment for '('.
679 * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
680 * cpplib.h (SYNTAX_ASSERT): Remove.
681
682 Mon May 15 21:45:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
683
684 * jump.c (condjump_p): Mark as depreached.
685 (any_condump_p): New.
686 (any_uncondump_p): New.
687 (pc_set): New.
688 (safe_to_remove_jump_p): New.
689 * rtl.h (any_condump_p, any_uncondjump_p, pc_set
690 safe_to_remove_jump_p): Declare.
691
692 Mon May 15 21:07:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
693
694 * calls.c: Re-install both patches reverted by last patch.
695 (struct arg_data): New field tail_call_reg.
696 (initialize_argument_information): Initialize tail_call_reg
697 (load_register_parameters): New argument flags, use
698 tail_call_reg when emiting tail call sequence.
699 (expand_call): Update call of load_register_parameters;
700 copy unadjusted_args_size to adjusted_args_size.
701
702 Mon May 15 19:01:42 MET DST 2000 Jan Hubicka <jh@suse.cz>
703
704 * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
705 and bct_p parameters to flags.
706 * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
707 * rtl.h (loop_optimize): Update prototype.
708 * toplev.c (rest_of_compilation): Update call of loop_optimize.
709
710 2000-05-15 Jakub Jelinek <jakub@redhat.com>
711
712 * calls.c (expand_call): Move expand_start_target_temps call after
713 start_sequence().
714
715 2000-05-15 Neil Booth <NeilB@earthling.net>
716
717 * cpphash.c (trad_stringify, warn_trad_stringify,
718 collect_params): Make some pointers pointers to const.
719 * cpplex.c (auto_expand_name_space) Guaranteed to always
720 expand by at least one character.
721 (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
722 (struct token_spelling): Use const U_CHAR * rather than PTR.
723 (expand_name_space): Fix up token pointers if name space
724 is moved when expanding.
725 (INIT_NAME, cpp_scan_line, parse_name, parse_number,
726 parse_string2, save_comment, spell_token, cpp_output_list):
727 Update so the routines handle tokens with a direct pointer to
728 their text, rather than an offset into the token's list's namebuf.
729 (_cpp_lex_line): Rearrange for clarity.
730
731 * cpplib.c (_cpp_check_directive): Similarly.
732 (do_define): Make SYM a pointer to const.
733 * cpplib.h (struct cpp_name): Replace offset with direct pointer.
734 (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
735 (TOK_OFFSET): Delete.
736 (TOK_NAME): Update.
737
738 2000-05-14 Geoffrey Keating <geoffk@cygnus.com>
739
740 * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
741 64-bit ABI.
742
743 * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
744 into account.
745 (logical_u_operand): Delete.
746 (non_logical_cint_operand): Rewrite to take MODE into account.
747 (non_logical_u_cint_operand): Delete.
748 (boolean_operator): New function.
749 (print_operand): Add new %q operand.
750 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
751 remove logical_u_operand and non_logical_u_cint_operand,
752 update logical_operand and non_logical_cint_operand.
753 * config/rs6000/rs6000.md: Rewrite the patterns for performing
754 logical operations to use %q.
755
756 * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
757 (movdi): Make similar to movsi.
758 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
759 is no such thing as a DImode CONST_DOUBLE.
760 * config/rs6000/rs6000.c (output_toc): Likewise.
761
762 * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
763 codes when old mnemonics are in use. Print register names
764 for cc registers when requested.
765
766 * optabs.c (expand_float): Don't allow mode widening that causes
767 double rounding.
768
769 * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
770 flags to their current names -maix64 and -maix32.
771
772 2000-05-14 Bruce Korb <bkorb@gnu.org>
773
774 * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
775 and/or after current text of file
776 * fixinc/fixlib.c(must_malloc):
777 * fixinc/fixlib.h(must_malloc): + reformatting
778 * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
779 with usages of ``c_fix = wrap;''
780 Add several tests and use the ``c_fix = format'' fixer more.
781 * fixinc/fixincl.x: regen
782 * fixinc/check.diff: regen
783 * fixinc/check.tpl: emit the associated header with the missing
784 test message
785
786 Sun May 14 17:58:59 2000 Hans-Peter Nilsson <hp@axis.com>
787
788 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
789 variables $src and $dst.
790
791 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
792
793 * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
794 (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
795 (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
796 (struct output_buffer: emitted_prefix_p, prefixing_rule): New
797 fields.
798 (set_message_prefixing_rule): Declare.
799
800 * diagnostic.c: (current_prefixing_rule): New variable.
801 (set_message_prefixing_rule): Define.
802 (output_set_prefix): Adjust buffer->emitted_prefix_p.
803 (init_output_buffer): Adjust Initialization.
804 (output_emit_prefix): Rewrite. Take prefixing rules into account.
805
806 Sat May 13 11:05:47 2000 Philippe De Muyter <phdm@macqel.be>
807
808 * ifcvt.c (if_convert): Do not free NULL.
809
810 2000-05-12 Nick Clifton <nickc@cygnus.com>
811
812 * config/fr30/fr30.c (fr30_move_double): New function: Emit code
813 to move a double word value.
814 (di_operand): New function: Return true if the operand is suitbale
815 for a double word move operation.
816 (nonimmediate_di_operand): New function: Return true if the
817 operand is a DImode register or MEM.
818
819 * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
820 nonimmediate_di_operand.
821
822 * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
823 nonimmediate_di_operand.
824
825 * config/fr30/fr30.md (movdi): New pattern. Required because
826 other patterns generate DImode results.
827 (movdi_insn): New pattern.
828
829 2000-05-12 Richard Henderson <rth@cygnus.com>
830
831 * config/alpha/alpha.c (struct shadow_summary): Define
832 bitfields as type unsigned int.
833
834 Sat May 13 00:09:59 2000 Denis Chertykov <denisc@overta.ru>
835
836 * config/avr/t-avr: Added definition of FLOAT while generates
837 fp-bit.c
838
839 * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
840 peepholes for tst+jump = sbrs/sbrc optimization.
841
842 Fry May 12 20:03:00 CEST 2000 Jan Hubicka <jh@suse.cz>
843
844 * expr.c (emit_push_insn): Do not adjust stack pointer when
845 preallocating.
846
847 Fri May 12 19:03:58 2000 Philippe De Muyter <phdm@macqel.be>
848
849 * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
850 * system.h (offsetof): ... to here.
851
852 2000-05-12 Richard Henderson <rth@cygnus.com>
853
854 * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
855 * final.c (final_end_function): Use app_disable. Rearrange note
856 handling into a switch. Emit deleted labels.
857 (output_asm_label): Generate label strings for deleted labels.
858 * flow.c (tail_recursion_label_list): New.
859 (find_basic_blocks_1): Set label_value_list directly. Collect list
860 of tail recursion labels from call_placeholders. Don't add deleted
861 labels to the label value list.
862 (cleanup_cfg): Use free_EXPR_LIST_list.
863 (flow_delete_insn_chain): Turn non-removable labels into notes.
864 (flow_delete_block): Don't disable deleting the block because of
865 a non-removable label.
866 (tail_recursion_label_p): New.
867 (merge_blocks_move_predecessor_nojumps): Don't disable the merge
868 because of a label.
869 (merge_blocks_move_successor_nojumps): Likewise. Also move a
870 jump table.
871 (merge_blocks): Disable a merge because of tail recursion labels.
872 * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
873 Use a more accurate measure of not merging the join block.
874 (find_if_block): Don't disable conversion because of a label.
875 (find_if_case_1, find_if_case_2): Likewise.
876 * jump.c (duplicate_loop_exit_test): Preserve the kind of list
877 element when copying.
878 (squeeze_notes): Also leave EH notes.
879 (mark_jump_label): Ignore deleted labels. Use an INSN_LIST for
880 REG_LABEL notes.
881 (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
882 deleting a label.
883 * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
884 NOTE_INSN_DELETED_LABEL. Print `[# deleted]' for a label_ref
885 referring to a deleted label. Convert tail handling to a switch.
886 * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
887 for NOTE_INSN_DELETED_LABEL.
888 (NOTE): Fix commentary.
889 * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
890 (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
891 (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
892 (LABEL_NUSES, LABEL_REFS): Likewise.
893 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
894
895 2000-05-12 Bruce Korb <bkorb@gnu.org>
896
897 * fixinc/fixfixes.c(format_write): buglet & relaxed rules
898 * fixinc/check.diff: updated
899 * fixinc/inclhack.def: corrected & added some test_text-s
900 * fixinc/genfixes: removed unneeded options to autogen invocation
901 * fixinc/fixincl.tpl: Specified the output file
902 * fixinc/fixfixes.c: visual appearance
903 * fixinc/fixincl.x: regenerate
904
905 2000-05-12 Zack Weinberg <zack@wolery.cumb.org>
906
907 * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
908 CTRL_defn_fix): Delete.
909 (fix_char_macro_defines, fix_char_macro_uses): Rename to
910 char_macro_def_fix and char_macro_use_fix, respectively. Put
911 them into the FIXUP_TABLE. Get the string to search for from
912 a c_fix_arg.
913
914 (format_write): New function.
915 (format_fix): Use it.
916
917 (FIX_PROC_HEAD): Constify text parameter.
918 (machine_name_fix): Constify all char *s.
919 * fixtests.c (skip_quote): Remove double static.
920
921 * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
922 ctrl_use_quotes): Update for new scheme.
923 * fixincl.x: Regenerate.
924
925 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
926
927 * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
928 DWARF2_DEBUG.
929 (DWARF2_ASM_LINE_DEBUG_INFO): Define.
930 (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
931
932 2000-05-11 Robert Lipe <robertlipe@usa.net>
933
934 * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
935 * fixincl.x: Regenerate.
936
937 2000-05-11 Richard Henderson <rth@cygnus.com>
938
939 * calls.c: Revert both 05-09 patches.
940
941 2000-05-11 Alexandre Oliva <aoliva@cygnus.com>
942
943 * config/mn10300/mn10300.c (print_operand): Print FP constants in
944 hexadecimal.
945 * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
946 for FP values.
947
948 * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
949 and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
950
951 2000-05-11 Jason Merrill <jason@casey.cygnus.com>
952
953 * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
954
955 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
956
957 * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
958
959 Thu May 11 22:28:05 2000 Denis Chertykov <denisc@overta.ru>
960
961 * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
962 * config/avr/avr.c (jump_over_one_insn_p): New function.
963 * config/avr/avr.md: New peepholes added. Output test and
964 conditional jump to "sbrc" or "sbrs" command.
965
966 2000-05-11 Mark Elbrecht <snowball3@bigfoot.com>
967
968 * cppmain.c (main): Use IS_DIR_SEPARATOR.
969
970 2000-05-11 Jakub Jelinek <jakub@redhat.com>
971
972 * except.c (find_exception_handler_labels_1): New function.
973 (find_exception_handler_labels): Split into two functions, dive
974 into CALL_PLACEHOLDERs when looking for exception handler labels.
975
976 2000-05-11 Stan Cox <scox@cygnus.com>
977
978 * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
979 * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
980 * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
981
982 2000-05-11 Bruce Korb <bkorb@gnu.org>
983
984 * fixinc/fixfixes.c (double_slash_fix): obsolete
985 (else_endif_label_fix): obsolete
986 (format_fix): new, unused as yet
987 (main): obsolete
988 * fixinc/fixlib.h: added fix description struct for use by format_fix
989 * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
990 * fixinc/Makefile.in: compile fixfixes.c and fixtests.c as separate
991 modules. Removed the vestiges of the script version.
992 Added support for "make check".
993 * fixinc/check.diff: base diff file (needs work!!)
994 * fixinc/check.tpl: quiet the fixup output
995 * fixinc/fixtests.c (main): obsolete
996 * fixinc/fixincl.sh: don't bother copying fixincl to ..
997 * fixinc/fixincl.tpl: provide for arguments to c_fix routines
998
999 Thu May 11 11:57:02 MET DST 2000 Jan Hubicka <jh@suse.cz>
1000
1001 * toplev.c (rest_of_compilation): Remove dead code after
1002 combine.
1003
1004 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
1005
1006 * cpphash.c (collect_funlike_expansion): Make "# is not
1007 followed by a macro argument name" a pedwarn, not an error.
1008 Preserve the # in the output. Suppress the warning if lang_asm.
1009
1010 Thu May 11 01:19:31 2000 Jeffrey A Law (law@cygnus.com)
1011
1012 * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
1013 * configure: Rebuilt.
1014
1015 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
1016
1017 * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
1018
1019 2000-05-10 Kazu Hirata <kazu@hxi.com>
1020
1021 * combine.c (try_combine): Fix a typo.
1022
1023 Wed May 10 21:31:44 2000 Jim Wilson <wilson@cygnus.com>
1024
1025 * config/ia64/ia64.md (insv): Add comment.
1026
1027 2000-05-10 Richard Henderson <rth@cygnus.com>
1028
1029 * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
1030 * mklibgcc.in: Rewrite to not use functions. Don't shortcut
1031 dependancies on FPBIT and DPBIT.
1032
1033 2000-05-10 Nick Clifton <nickc@redhat.com>
1034
1035 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
1036 when optimising for size.
1037 (mark_used_regs:) Ditto.
1038 (try_pre_increment_1): Ditto.
1039
1040 2000-05-10 Zack Weinberg <zack@wolery.cumb.org>
1041
1042 * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
1043 Make error message friendlier.
1044
1045 * cpphash.h (struct hashnode): Use struct hack for name
1046 member.
1047 * cpphash.c (struct hashdummy): New.
1048 (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
1049 (make_HASHNODE): No need to set ->name pointer. Correct
1050 setting of p.
1051 (cpp_lookup): Make 'dummy' a struct hashdummy. Tidy up a bit.
1052
1053 2000-05-10 Richard Henderson <rth@cygnus.com>
1054
1055 * flow.c (find_basic_blocks_1): Remove any spare bb_note
1056 after completion.
1057
1058 2000-05-10 Bruce Korb <bkorb@gnu.org>
1059
1060 * fixinc/gnu-regex.c: reg_syntax_t re_syntax_options must be static
1061
1062 2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com>
1063
1064 * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
1065 after we enter .debug.
1066
1067 2000-05-10 Jason Merrill <jason@casey.cygnus.com>
1068
1069 * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
1070 abstract instance of a nested inline function.
1071
1072 * stor-layout.c (finish_record_layout): finalize_type_size
1073 before laying out the pending_statics.
1074
1075 Wed 10 May 09:36:47 2000 Neil Booth <NeilB@earthling.net>
1076
1077 * cpplex.c (spell_token): New function.
1078 (spell_string, spell_comment, spell_name): fold into
1079 spell_token.
1080 (I, S): Add macros.
1081 (E, H): Remove macros.
1082 (save_comment): Save comment opening characters too.
1083 (_cpp_lex_file): Update to use spell_token. Tidy up comment
1084 handling.
1085 * cpplib.h (I, S): Add macros.
1086 (E, H): Remove macros.
1087 (TTYPE_TABLE): Update entries for new speller.
1088 (SYNTAX_ASSERT): Remove.
1089
1090 Wed 10 May 09:08:30 2000 Neil Booth <NeilB@earthling.net>
1091
1092 * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
1093 when removing escaped newlines. Reverse sense of test for
1094 escaped newline.
1095
1096 2000-05-09 Richard Henderson <rth@cygnus.com>
1097
1098 * flow.c (find_basic_blocks_1): Do not delete the first
1099 bb_note we run across.
1100 (create_basic_block): Use reorder_insns to move an existing
1101 bb_note to the correct place.
1102
1103 2000-05-09 Richard Henderson <rth@cygnus.com>
1104
1105 * calls.c (expand_call): Increment currently_expanding_call
1106 before calling optimize_tail_recursion.
1107
1108 Tue May 9 18:54:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1109
1110 * reload1.c (reload_combine): Fix errors in last change.
1111
1112 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
1113
1114 * gcc.c (used_arg): Skip over a semicolon at the end of the
1115 split-up loop; don't break out of it.
1116
1117 * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
1118 (tree.o): Depend on output.h.
1119
1120 * c-decl.c (pending_invalid_xref_file,
1121 current_function_prototype_file): Constify.
1122 (pushdecl): Constify a local char *.
1123 (define_label): Constify filename parameter.
1124 * c-lex.c (init_parse): Constify parameter and return value.
1125 * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
1126 * c-tree.h: Update prototypes.
1127 * c-parse.in: Constify filename member of %union, and if_stmt_file.
1128 * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
1129 objc/objc-parse.c: Regenerate.
1130
1131 * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
1132 * dwarfout.h: Update prototypes.
1133 * expr.c (expand_expr): Constify a local char *.
1134 * flags.h: Constify main_input_filename.
1135 * function.c (expand_function_end): Constify filename parameter.
1136 * genrecog.c (make_insn_sequence): Use a character array for
1137 c_test_pos.
1138 (main): Remove unused variables.
1139 * input.h: Constify input_filename, main_input_filename, and
1140 file_stack.name. Update prototypes.
1141 * output.h: Declare first_global_object_name and
1142 weak_global_object_name here, as const char *.
1143 * stmt.c (expand_asm_operands): Constify filename parameter.
1144 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
1145 Constify filename parameter.
1146 (input_filename, main_input_filename): Constify.
1147 * toplev.h: Update prototypes.
1148 * tree.c: Include output.h. Don't declare
1149 first_global_object_name or weak_global_object_name. Clean up string
1150 bashing in get_file_function_name_long.
1151 * tree.h (struct tree_decl): Constify filename member.
1152 (input_filename): Constify.
1153 Update prototypes.
1154 * varasm.c (first_global_object_name, weak_global_object_name):
1155 Constify.
1156 (assemble_start_function, assemble_variable): Clean up string bashing.
1157
1158 * gcc.c: Constify all spec-related strings initialized,
1159 transitively, from string constants. Constify all strings
1160 and string variables related to multilibs.
1161 (set_spec, read_specs): Cast argument to free to PTR.
1162 (used_arg): Do not modify multilib_matches. Use strncmp plus
1163 length comparison to compare multilib switches.
1164 * genmultilib: Constify everything declared in multilib.h.
1165
1166 Tue May 9 22:28:03 2000 Denis Chertykov <denisc@overta.ru>
1167
1168 * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
1169 as deleted.
1170
1171 Tue May 9 20:52:43 2000 Denis Chertykov <denisc@overta.ru>
1172
1173 * config/avr/avr-protos.h (extra_constraint): change a type of
1174 second argument from char to int to avoid warnings.
1175 (asm_output_byte): Likewise.
1176
1177 * config/avr/avr.c (MAX_LD_OFFSET) New macro.
1178 (initial_elimination_offset): Handle elimination from
1179 FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
1180 (legitimate_address_p): Use MAX_LD_OFFSET.
1181 (legitimize_address): Likewise.
1182 (out_movqi_r_mr): Likewise.
1183 (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
1184 (out_movsi_r_mr): Use MAX_LD_OFFSET.
1185 (out_movsi_mr_r): Likewise.
1186 (out_movqi_mr_r): Likewise.
1187 (out_movhi_mr_r): Likewise.
1188 (notice_update_cc): Correct CC for the ashrqi3 with the shift
1189 count as CONST_INT != 6.
1190 (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
1191 shift count is a CONSTANT_P, but not a CONST_INT.
1192 (ashlhi3_out): Coding style modifications.
1193 (ashlsi3_out): Likewise.
1194 (ashrhi3_out): Likewise.
1195 (ashrsi3_out): Likewise.
1196 (lshrhi3_out): Likewise.
1197 (lshrsi3_out): Likewise.
1198 (ashrqi3_out): Generate shift for any known constant count without
1199 scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
1200 but not a CONST_INT.
1201 (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
1202 shift count is a CONSTANT_P, but not a CONST_INT.
1203 (extra_constraint): change a type of
1204 second argument from char to int to avoid warnings.
1205 (asm_output_byte): Likewise.
1206 (asm_file_end): Output size generated commands count as a hex
1207 number too.
1208
1209 * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
1210
1211 * config/avr/avr.md (addhi3): Fragment commented by &&0 is
1212 removed.
1213 (ashlqi3): Values of "length" attribute changed. Shift count
1214 uses constraints 'n' instead of 'i'.
1215 (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
1216 shifts without clobber register.
1217 (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
1218 (call_insn): Correct test for which_alternative == 1 (was 0).
1219 (call_value_insn): Likewise.
1220
1221 * config/avr/t-avr: Remove definition of FLOAT while generates
1222 fp-bit.c
1223
1224 2000-05-09 Bruce Korb <bkorb@gnu.org>
1225
1226 * fixinc/check.tpl: Template for checking fixes
1227 * fixinc/inclhack.def: Added 'test_text' for many fixes
1228 disable hpux8_bogus_inlines on SCO
1229 * fixinc/fixinc.sco: Oh, yes, we don't need this any more.
1230
1231 Tue May 9 16:30:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
1232
1233 * calls.c (expand_call): Reorganize somewhat in order
1234 to avoid unnecesary recalculation inside loop and make
1235 tail call failure code cleaner.
1236
1237 Tue May 9 06:30:20 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1238
1239 * alias.c (nonlocal_reference_p): Minor reformatting.
1240 * reload.c (find_equiv_reg): Simplify logic for
1241 CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
1242 some some reformatting.
1243 * reload1.c (reload_combine): Don't assume everything in
1244 CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
1245
1246 2000-05-08 Richard Henderson <rth@cygnus.com>
1247
1248 * final.c (current_insn_predicate): New.
1249 (final_scan_insn): Set it.
1250 * output.h (current_insn_predicate): Declare.
1251
1252 * ifcvt.c (cond_exec_process_insns): New argument prob_val.
1253 Attach it to call insns.
1254 (cond_exec_process_if_block): Track probability for true and
1255 false branches.
1256 (dead_or_predicable): Likewise.
1257
1258 * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
1259 (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
1260 (PROB_VERY_LIKELY, PROB_ALWAYS): New.
1261 (estimate_probability, expected_value_to_br_prob): Use them.
1262
1263 * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
1264 * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
1265 (ia64_expand_prediction): New.
1266 (emit_insn_group_barriers): Don't look at notes. Emit barriers
1267 as needed after calls.
1268 (ia64_epilogue_uses): Mark b0 used.
1269 * config/ia64/ia64.md (beq_true, beq_false): Remove.
1270 (bne_true, bne_false): Remove.
1271 (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
1272 (br_true, br_false): New. Use predicate_operator and
1273 ia64_expand_prediction.
1274 (return_true, return_false): Likewise.
1275 (call_internal): Use ia64_expand_prediction. Don't emit stop bit.
1276 (call_internal1, call_value_internal): Likewise.
1277 (call_value_internal1, call_multiple_values_internal1): Likewise.
1278
1279 * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
1280
1281 * config/ia64/ia64.md (extendsfdf2): Split only after reload.
1282
1283 2000-05-08 Richard Henderson <rth@cygnus.com>
1284
1285 * rtlanal.c (may_trap_p): Consider old-style and volatile
1286 asms to trap.
1287
1288 Mon May 8 17:16:48 2000 Jim Wilson <wilson@cygnus.com>
1289
1290 * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
1291
1292 2000-05-08 Richard Henderson <rth@cygnus.com>
1293
1294 * config/ia64/ia64.h (predicate_operator): Declare.
1295
1296 * config/ia64/ia64.md (extendsfdf2): Split the nop case out
1297 of existance.
1298
1299 * gensupport.c (process_rtx): Copy and post-process each member
1300 of the define_insn rtvec individually.
1301
1302 Mon 8 May 22:17:35 2000 Neil Booth <NeilB@earthling.net>
1303
1304 * cpplex.c (spell_token): New function.
1305 (TOKEN_LEN): Add 1 for whitespace.
1306 (_cpp_lex_file): Update to use spell_token.
1307 * cpplib.h (E): Remove.
1308 (TTYPE_TABLE): Update CPP_VSPACE entry.
1309
1310 2000-05-08 Richard Henderson <rth@cygnus.com>
1311
1312 * flow.c (init_propagate_block_info): Watch out for conditional
1313 branch to next instruction, and thus one outgoing edge.
1314
1315 * config/ia64/ia64.c (ia64_encode_section_info): Exit early
1316 for global register variables; don't special case __[CD]TOR_LIST__;
1317 mind ggc_p for string allocation.
1318
1319 2000-05-08 Nick Clifton <nickc@cygnus.com>
1320
1321 * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
1322
1323 2000-05-08 Bruce Korb <bkorb@gnu.org>
1324
1325 * fixinc/mkfixinc.sh: fixinc.sco is no longer used
1326 i?86-*-msdosdjgpp* no longer uses fixincludes
1327 * fixinc/genfixes: inclhack.sh and fixincl.sh are no longer generated
1328 * fixinc/inclhack.sh: deleted
1329 * fixinc/hackshell.tpl: deleted
1330 * fixinc/inclhack.tpl: deleted
1331 * fixinc/Makefile.in: Remove dependencies on above
1332 * fixinc/fixincl.sh: "DO NOT EDIT" text modified
1333
1334 2000-05-08 Andreas Jaeger <aj@suse.de>
1335
1336 * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
1337 support.
1338
1339 2000-05-07 Zack Weinberg <zack@wolery.cumb.org>
1340
1341 * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
1342 substitutions.
1343
1344 Sun 7 May 08:43:53 2000 Neil Booth <NeilB@earthling.net>
1345
1346 * cpplex.c: Move new lexer definitions and prototypes
1347 to top. Conditional include these and the code if
1348 NEW_LEXER is defined. Rename functions whose names
1349 clash if this code included.
1350
1351 Sun May 7 00:54:57 EDT 2000 John Wehle (john@feith.com)
1352
1353 * rtl.def (COND_EXEC): Clarify.
1354
1355 * i386.md (extendsidi2): Clobber (reg:CC 17) in the
1356 same fashion as zero_extendsidi2.
1357
1358 2000-05-06 Richard Henderson <rth@cygnus.com>
1359
1360 * config/ia64/ia64.c (predicate_operator): New.
1361 (ia64_print_operand): Handle 'J'.
1362 (rtx_needs_barrier): Handle COND_EXEC.
1363 * config/ia64/ia64.h (BRANCH_COST): Define.
1364 (PREDICATE_CODES): Update.
1365 * config/ia64/ia64.md: Docuement used unspec values.
1366 (attr predicable): New.
1367 (movxf, movxf_internal): New.
1368 (extendsfdf2): Don't comment out nop.
1369 (floatdidf2): Remove.
1370 (truncxfsf2, truncxfdf2, floatdixf2): New.
1371 (abssi2, absdi2): Put the neg in the "true" slot.
1372 (conditional branch instructions): Mark not predicable.
1373 (cmov*_internal): Use predicate_operator. Split to cond_exec.
1374 (abs*_internal): Likewise.
1375 (alloc, set_bsp): Mark not predicable.
1376 (barrier, insn_group_barrier, flush_cache): Likewise.
1377 (define_cond_exec): New.
1378
1379 2000-05-06 Richard Henderson <rth@cygnus.com>
1380
1381 * c-decl.c: Include "tm_p.h".
1382
1383 * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
1384 (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
1385 (ia64_expand_op_and_fetch): Declare.
1386 * config/ia64/ia64.c: Include "toplev.h". Kill trailing whitespace.
1387 (setjmp_operand): Constify variables for XSTR.
1388 (ia64_encode_section_info): Likewise.
1389 (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
1390 values to int.
1391 (ia64_asm_output_external): Constify name.
1392 (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
1393 (process_for_unwind_directive): Provide switch default.
1394 (ia64_expand_compare_and_swap): Remove unused variables.
1395 (ia64_expand_builtin): Likewise.
1396 * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
1397 for printing.
1398
1399 * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
1400 (symbolic_operand, function_operand, setjmp_operand): Likewise.
1401 (shift_count_operand, shift_32bit_count_operand): Likewise.
1402 (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
1403 (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
1404 (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
1405 (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
1406 (ia64_expand_builtin): Likewise.
1407 (call_multiple_values_operation): Make dest_regno unsigned.
1408
1409 2000-05-06 Richard Henderson <rth@cygnus.com>
1410
1411 * rtl.def (DEFINE_COND_EXEC): New.
1412 * md.texi: Document it.
1413
1414 * gensupport.c (input_file): Remove.
1415 (struct queue_elem): Add lineno.
1416 (rtx_ready_queue): Remove.
1417 (errors): New.
1418 (predicable_default): New.
1419 (predicable_true, predicable_false): New.
1420 (define_attr_queue, define_attr_tail): New.
1421 (define_insn_queue, define_insn_tail): New.
1422 (define_cond_exec_queue, define_cond_exec_tail): New.
1423 (other_queue, other_tail): New.
1424 (queue_pattern): New.
1425 (process_rtx): Add patterns to the appropriate queues.
1426 (is_predicable, identify_predicable_attribute): New.
1427 (n_alternatives, collect_insn_data): New.
1428 (alter_predicate_for_insn, alter_test_for_insn): New.
1429 (shift_output_template, alter_output_for_insn): New.
1430 (process_one_cond_exec, process_define_cond_exec): New.
1431 (init_md_reader): Read the entire file. Process define_cond_exec.
1432 (read_md_rtx): Return elements from the queues.
1433
1434 2000-05-06 Richard Henderson <rth@cygnus.com>
1435
1436 * flow.c (mark_set_1): Don't update conditional life info
1437 if the register is not_dead.
1438
1439 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
1440
1441 * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
1442 (mostlyclean): Also delete fixincl, fixinc.sh, and
1443 specs.ready, and make clean in the fixinc subdir.
1444
1445 2000-05-06 Richard Henderson <rth@cygnus.com>
1446
1447 * Makefile.in (gensupport.o): Compile for the host.
1448 (host-prefix gensuuprt.o): Remove.
1449 (genflags.o): Depend on gensupport.h and OBSTACK_H.
1450 (genattrtab.o): Likewise.
1451 (gencodes.o): Depend on gensupport.h.
1452 (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
1453 (genpeep.o, genattr.o, genoutput.o): Likewise.
1454
1455 * gensupport.c (obstack, rtl_obstack): New.
1456 (init_md_reader): Initialize rtl_obstack.
1457 * gensupport.h (rtl_obstack): Declare.
1458 (message_with_line): Declare.
1459
1460 * genattr.c: Remove all traces of obstack manipulation.
1461 * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
1462 * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
1463
1464 * genattrtab.c (obstack, rtl_obstack): Remove.
1465 (main): Don't init rtl_obstack.
1466 * genflags.c: Likewise.
1467
1468 * genrecog.c (message_with_line): Move ...
1469 * gensupport.c: ... here.
1470
1471 2000-05-06 Richard Henderson <rth@cygnus.com>
1472
1473 * c-typeck.c (build_c_cast): Remove dead code.
1474
1475 2000-05-06 Richard Henderson <rth@cygnus.com>
1476
1477 * flow.c (split_edge): Don't allocate global_live_at_start for
1478 the new block unless the old blocks had them as well.
1479
1480 * flow.c (mark_set_1): Respect not_dead when updating reg_live.
1481
1482 * ifcvt.c (noce_process_if_block): Don't use an insn_b from
1483 test_bb if a or b uses x.
1484
1485 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
1486
1487 * cpphash.h: Remove conditional #define of __extension__.
1488 * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
1489 RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
1490 (ENABLE_RTL_CHECKING only).
1491 * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
1492 CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
1493 (ENABLE_TREE_CHECKING only).
1494 * varray.h: Add __extension__ to VARRAY_CHECK macro
1495 (ENABLE_CHECKING only).
1496
1497 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
1498
1499 Use new tail-calling mechanism on ARM.
1500 * arm.md (sibcall, sibcall_value): New expands.
1501 (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
1502 (tailcalling peepholes): Delete.
1503 (push_multi): Simplify.
1504 * arm.c (lr_save_eliminated): Delete definition.
1505 (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
1506 (output_return_instruction): Remove checks on lr_save_eliminated.
1507 (output_arm_prologue): Remove old tail-calling code.
1508 (arm_output_epilogue): New parameter, really_return. All callers
1509 changed. Handle tail-calling epilogues.
1510 * arm.h (lr_save_eliminated): Delete declaration.
1511 (frame_pointer_needed): Delete declaration.
1512 * arm-protos.h (arm_output_epilogue): Adjust prototype.
1513
1514 * arm.md (is_thumb): Examine symbol thumb_code, not expression
1515 TARGET_ARM.
1516 * arm.c (thumb_code): Define it.
1517 (arm_override_options): Set it.
1518 * arm.h (thumb_code): Declare it.
1519
1520 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
1521
1522 * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
1523
1524 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
1525
1526 * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
1527 bogus clobber to insns.
1528 (load_multiple_operation, store_mulitple_operation): Don't check
1529 for it.
1530 * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
1531
1532 * arm.md (and_scc, ior_scc): Add missing mode.
1533
1534 * arm.md (call_value_symbol): Remove predicate from op2.
1535
1536 * arm.h (SPECIAL_MODE_PREDICATES): Define.
1537
1538 Sat May 6 06:25:56 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1539
1540 * expr.c (get_subtarget): New function.
1541 (force_operand, expand_expr, do_store_flag): Use it.
1542
1543 * toplev.c (compile_file): Don't take strlen of NAME if null.
1544
1545 2000-05-06 David Edelsohn <edelsohn@gnu.org>
1546
1547 * xcoffout.c (xcoff_current_include_file,
1548 xcoff_current_function_file, xcoff_lastfile): Constify char *.
1549 (xcoffout_source_file, xcoffout_source_line): Make filename 'const
1550 char *'.
1551 (xcoffout_declare_function): Make name 'const char *'.
1552 (xcoffout_end_epilogue): Make fname 'const char *'
1553 * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
1554 xcoffout_declare_function, xcoffout_source_line): Match above.
1555
1556 * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
1557 -maix64 is error.
1558 * rs6000.c (print_operand): Fix lossage typo.
1559 (output_cbranch): Remove "cr" decoration for now.
1560 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
1561
1562 Sat May 6 06:55:32 2000 Denis Chertykov <denisc@overta.ru>
1563
1564 * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
1565 constant count.
1566
1567 2000-05-05 Bruce Korb <bkorb@gnu.org>
1568
1569 * fixinc/genfixes: Improve the matching for make target names
1570
1571 2000-05-05 Catherine Moore <clm@cygnus.com>
1572
1573 * c-common.c (decl_attributes): For TYPE_DECLs attach the
1574 attribute to the decl.
1575 * c-decl.c (pushdecl): Propagate the USED attribute to the
1576 type copy.
1577
1578 2000-05-05 Richard Henderson <rth@cygnus.com>
1579
1580 * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
1581 same way emit_group_load does.
1582
1583 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
1584
1585 * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
1586
1587 * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
1588 (main): Likewise.
1589
1590 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
1591
1592 * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
1593
1594 Fri May 5 10:29:21 2000 Marc Espie <espie@cvs.openbsd.org>
1595
1596 * config/openbsd.h (LINK_SPEC): pass correct flags to ld
1597 to support -shared, on platforms with dynamic libraries.
1598
1599 Fri May 5 10:27:06 2000 Philippe De Muyter <phdm@macqel.be>
1600
1601 * system.h (S_ISBLK): Provide fallback definition.
1602
1603 2000-05-05 Geoff Berry <geoffb@bops.com>
1604
1605 * extend.texi (Extended Asm): Document inability to give asm
1606 statements access to condition codes.
1607
1608 2000-05-05 Marek Michalkiewicz <marekm@linux.org.pl>
1609
1610 * varasm.c (asm_emit_uninitialised): Use 0, not NULL
1611 as arg 2 of UNIQUE_SECTION.
1612
1613 Fri May 5 10:11:41 2000 Jeffrey A Law (law@cygnus.com)
1614
1615 * predict.c: Remove May 4 change.
1616 * bb-reorder.c (make_reorder_chain): Do not perform block movement
1617 if we have predicted the branch at 50-50 probability.
1618
1619 2000-05-05 Richard Henderson <rth@cygnus.com>
1620
1621 * flow.c (init_propagate_block_info): Fix merge error
1622 in HAVE_conditional_execution code.
1623
1624 Fri May 5 07:43:50 2000 Denis Chertykov <denisc@overta.ru>
1625
1626 * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
1627 shift cycle for unknown shift count. Also generates dec + brpl.
1628 (ashlqi3_out): Don't generate dec + brpl which now generates by
1629 `out_shift_with_cnt'.
1630 (ashlhi3_out): Likewise.
1631 (ashlsi3_out): Likewise.
1632 (ashrqi3_out): Likewise.
1633 (ashrhi3_out): Likewise.
1634 (ashrsi3_out): Likewise.
1635 (lshrqi3_out): Likewise.
1636 (lshrhi3_out): Likewise.
1637 (lshrsi3_out): Likewise.
1638
1639 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
1640
1641 * gcc.c (free_split_directories): Correct typo in explanation
1642 of make_relative_prefix.
1643
1644 2000-05-04 Geoff Keating <geoffk@cygnus.com>
1645
1646 * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
1647 comparison codes to branch_comparison_operator.
1648
1649 2000-05-04 Richard Henderson <rth@cygnus.com>
1650
1651 * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
1652
1653 2000-05-04 Richard Henderson <rth@cygnus.com>
1654
1655 * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
1656 (DPBIT_FUNCS): Remove _sf_to_usi.
1657 (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
1658
1659 * ifcvt.c (noce_process_if_block): Fail if A or B modified
1660 between condition and jump.
1661
1662 * libgcc2.c (near eh_context_specific): Comment #endif string.
1663 * longlong.h: Don't use strings with embedded newlines.
1664
1665 2000-05-04 Geoff Keating <geoffk@cygnus.com>
1666
1667 * config/rs6000/rs6000-protos.h: Add output_cbranch.
1668 * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
1669 (print_operand): Delete %t and %T codes.
1670 (output_cbranch): New function. Support branch prediction.
1671 * config/rs6000/rs6000.md: Use output_cbranch for
1672 conditional branches and returns.
1673
1674 2000-05-04 Jason Merrill <jason@casey.cygnus.com>
1675
1676 * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
1677 * stor-layout.c (place_field): Likewise.
1678 * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
1679 * expr.c (store_expr): Make align unsigned.
1680 * explow.c (plus_constant_wide): Make low words unsigned.
1681 * expmed.c (choose_multiplier): Likewise.
1682 * fold-const.c (fold): Likewise.
1683 * tree.h (build_int_2): Likewise.
1684 * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
1685 * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
1686 (init_emit): Change cast to unsigned char*.
1687 * varasm.c (compare_constant_1): Add cast to char*.
1688 * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
1689 * reload1.c (reload): Likewise.
1690
1691 * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
1692
1693 Thu May 4 14:37:23 2000 Jeffrey A Law (law@cygnus.com)
1694
1695 * predict.c (estimate_probability): If no prediction was found, then
1696 predict the successor that is the next physical block (if such a
1697 successor exists).
1698
1699 2000-05-04 Richard Henderson <rth@cygnus.com>
1700
1701 * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
1702
1703 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1704
1705 * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
1706
1707 2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
1708
1709 * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
1710 attribute macros from here ...
1711 (CPP_SPEC): to here.
1712 * i386/mingw32.h (CPP_PREDEFINES): Likewise.
1713 (CPP_SPEC): Likewise.
1714 * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
1715
1716 * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
1717 (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
1718
1719 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1720
1721 * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
1722
1723 * diagnostic (vbuild_message_string, build_message_string,
1724 build_location_prefix, output_get_prefix, init_output_buffer,
1725 output_notice, vline_wrapper_message_with_location,
1726 v_message_with_decl, default_print_error_function): De-constify.
1727 (set_real_maximum_length): Prototype.
1728
1729 * diagnostic.h (struct output_buffer, init_output_buffer,
1730 output_get_prefix, output_set_prefix): De-constify.
1731
1732 * function.c (init_function_start): Constify.
1733
1734 * gensupport.c (remove_constraints, process_rtx): Prototype.
1735
1736 * gthr-posix.h: Indent uses of #pragma.
1737
1738 * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
1739 Prototype.
1740
1741 * predict.c (find_expected_value): Delete prototype.
1742 (expected_value_to_br_prob): Initialize variable `ev_reg'.
1743
1744 * sbitmap.h (debug_sbitmap): Prototype.
1745
1746 * ssa.c (compute_coalesced_reg_partition): Prototype.
1747
1748 * stor-layout.c (debug_rli): Prototype.
1749
1750 * tree.h (round_down): Prototype.
1751 (init_function_start): Constify.
1752
1753 2000-05-04 Zack Weinberg <zack@wolery.cumb.org>
1754
1755 * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
1756 (overly conservative). Change extern inline wrappers to
1757 static inline, define them always, use PARAMS properly.
1758 * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
1759 whitespace warnings for \f and \v at the beginning of a line.
1760
1761 Thu May 4 10:03:50 2000 Jeffrey A Law (law@cygnus.com)
1762
1763 * haifa-sched.c (schedule_insns): Free the flow edge list when it
1764 is no longer needed
1765
1766 2000-05-04 Bruce Korb <bkorb@gnu.org>
1767
1768 * fixincl/inclhack.def: added broken_cabs -
1769 Remove `extern double cabs' declarations from math.h
1770 * fixincl/inclhack.sh: regen
1771 * fixincl/fixincl.x: regen
1772 * fixincl/fixincl.c: Remove BOGOSITY code
1773 * fixincl/mkfixinc.sh: Remove code for installing "shell" version
1774
1775 Thu May 4 09:45:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1776
1777 * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
1778 MEM_ALIAS_SET.
1779 * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
1780 when calling MEM_COPY_ATTRIBUTES.
1781 * emit-rtl.c (operand_subword, change_address): Likewise.
1782 * explow.c (stabilize): Likewise.
1783 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
1784 * integrate.c (copy_rtx_and_substitute): Likewise.
1785 * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
1786 when calling MEM_COPY_ATTRIBUTES.
1787 (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
1788 Likewise.
1789 * cse.c (gen_lowpart_if_possible): Likewise.
1790 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
1791 * optabs.c (gen_move_insn): Likewise.
1792 * recog.c (validate_replace_rtx_1): Likewise.
1793 * simplify-rtx.c (add_mem_for_addr): Likewise.
1794 * stmt.c (expand_anon_union_decl): Likewise.
1795 * config/arm/arm.md: Likewise.
1796 * config/h8300/h7300.c (fix_bit_operand): Likewise.
1797 * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
1798 (block_move_no_loop, block_move_sequence): Likewise.
1799 * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
1800 * config/alpha/alpha.c (get_aligned_mem): Likewise.
1801 Clear MEM_ALIAS_SET.
1802 * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
1803 MEM_COPY_ATTRIBUTES.
1804
1805 2000-05-03 Robert Lipe <robertlipe@usa.net>
1806
1807 * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
1808 to suppress libgcc1.
1809 (i[34567]86-*-sco3.2v5*) Likewise.
1810 (i[34567]86-*-sco3.2v4*) Likewise.
1811 (i[34567]86-*-sco) Likewise.
1812 (i[34567]86-*-solaris2) Likewise.
1813 (i[34567]86-*-sysv5*) Likewise.
1814 (i[34567]86-*-sysv4*) Likewise.
1815 (i[34567]86-*-udk*) Likewise.
1816 (i[34567]86-*-sysv*) Likewise.
1817
1818 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
1819
1820 * cpphash.h (U): New define, to correct type of string constants.
1821 (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
1822 routines, to do casts when passing unsigned strings to libc.
1823 * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
1824
1825 * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
1826 * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
1827 * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
1828 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
1829 second argument an U_CHAR *.
1830
1831 * cppinit.c (builtin_array): Make name and value U_CHAR *, add
1832 length field, clean up initializer.
1833 (ISTABLE): Add __extension__ to designated-
1834 initializers version.
1835 * cpplex.c (CHARTAB): Likewise.
1836
1837 * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
1838 case so the file won't be empty.
1839
1840 Wed May 3 21:01:46 2000 Jason Eckhardt <jle@cygnus.com>
1841
1842 * bb-reorder.c (struct reorder_block_def): Member succ removed.
1843 (REORDER_BLOCK_SUCC): Removed.
1844 (enum reorder_skip_type): Removed.
1845 (skip_insns_between_block): Renamed to skip_insns_after_block.
1846 Removed second argument. Removed dead code and cleaned up.
1847 (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
1848 (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
1849 second parameter to skip_insns_after_block.
1850
1851 Wed May 3 13:29:54 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1852
1853 * tree.c (staticp, case LABEL_DECL): New case.
1854
1855 2000-05-03 Richard Henderson <rth@cygnus.com>
1856
1857 * Makefile.in (start.encap): Do not depend on LIBGCC1.
1858
1859 * mklibgcc1.in: Fix typo last change.
1860
1861 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
1862
1863 * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
1864 (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
1865 (GCC_CFLAGS): Use it.
1866 (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
1867 * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
1868 objc/Make-lang.in: Use it.
1869
1870 2000-05-03 Jason R Thorpe <thorpej@zembu.com>
1871
1872 * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
1873
1874 2000-05-03 Richard Henderson <rth@cygnus.com>
1875
1876 * mklibgcc.in: Restrict OLDCC=GCC test to native. Equate
1877 LIBGCC1 empty with libgcc1.null.
1878
1879 Wed May 3 12:55:46 2000 Jim Wilson <wilson@cygnus.com>
1880
1881 * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
1882 change.
1883
1884 2000-05-03 Greg McGary <gkm@gnu.org>
1885
1886 * tree.h (tree_common): Add bounded_flag member. Remove
1887 inaccurate comment about number of remaining bits.
1888 (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
1889 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
1890 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
1891 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
1892 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
1893 (TYPE_QUAL_BOUNDED): New constant.
1894 (TYPE_QUALS): Handle bounded qualifier.
1895 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
1896 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
1897 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
1898 TYPE_AMBIENT_BOUNDEDNESS): New macros.
1899 (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
1900 (tree_type): Add pointer_depth member. Remove
1901 inaccurate comment about number of remaining bits.
1902 (DECL_POINTER_DEPTH): Add macro.
1903 (tree_decl): Add pointer_depth member.
1904
1905 Wed May 3 22:52:53 2000 Denis Chertykov <denisc@overta.ru>
1906
1907 * config/avr/avr-protos.h (test_hard_reg_class): Declared.
1908 * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
1909 (lshrhi3_out): Likewise.
1910 (ashrsi3_out): bugfix in shift by 8.
1911 (test_hard_reg_class): New function.
1912 * config/avr/avr.md: Bugfix inside conditions in peepholes.
1913 (ashlhi3): removed define_expand of this pattern.
1914 (*ashlhi3_insn): renamed to ashlhi3.
1915 (ashlsi3): removed define_expand of this pattern.
1916 (*ashlsi3_insn): renamed to ashlsi3.
1917 (ashrqi3): removed define_expand of this pattern.
1918 (*ashrqi3_insn): renamed to ashrqi3.
1919 (ashrhi3): removed define_expand of this pattern.
1920 (*ashrhi3_insn): renamed to ashrhi3.
1921 (ashrsi3): removed define_expand of this pattern.
1922 (*ashrsi3_insn): renamed to ashrsi3.
1923 (lshrhi3): removed define_expand of this pattern.
1924 (*lshrhi3_insn): renamed to lshrhi3.
1925 (lshrsi3): removed define_expand of this pattern.
1926 (*lshrsi3_insn): renamed to lshrsi3.
1927
1928 2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
1929
1930 * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
1931 inclusion of "system.h".
1932
1933 Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com>
1934
1935 * config/ia64/ia64.c (ia64_encode_section_info): Add check for
1936 TREE_ASM_WRITTEN.
1937
1938 2000-05-03 David Mosberger <davidm@hpl.hp.com>
1939
1940 * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
1941 if -mauto-pic is on.
1942 (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
1943 -mconstant-gp is in effect and function-descriptors are being used
1944 to make indirect calls.
1945 * config/ia64/ia64.h (MASK_CONST_GP): New macro.
1946 (MASK_AUTO_PIC): Ditto.
1947 (TARGET_CONST_GP): Ditto.
1948 (TARGET_AUTO_PIC): Ditto.
1949 (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
1950 (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
1951 -mno-pic is in effect.
1952 (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
1953 * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
1954 -mauto-pic is in effect.
1955 (gprel64_offset): New pattern.
1956 (load_gprel64): Ditto.
1957 (call): Handle -mauto-pic like -mno-pic (don't use fptr). If
1958 -mconstant-gp is in effect, no need to preserve gp around direct
1959 calls.
1960 (call_value): Ditto.
1961 * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
1962 (FUNCTION_PROFILER): Define.
1963 * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
1964 @fptr() directive when -mno-pic or -mauto-pic is in effect.
1965 (ASM_OUTPUT_DESTRUCTOR): Ditto.
1966
1967 2000-05-03 Richard Henderson <rth@cygnus.com>
1968
1969 * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
1970 (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
1971 (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
1972 (mklibgcc, libgcc.mk): New targets.
1973 (libgcc.a): Use libgcc.mk.
1974 (stmp-multilib): Likewise.
1975 (stmp-multilib-sub): Remove.
1976 (mostlyclean): Don't delete libgcc2 temp files.
1977 * configure.in (AC_PROG_CC_C_O): Add.
1978 (NO_MINUS_C_MINUS_O): Substitute it.
1979 (all_outputs): Add mklibgcc.
1980 * mklibgcc.in: New file.
1981
1982 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
1983
1984 * cppexp.c (op_t): Make an int.
1985
1986 * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
1987
1988 * varasm.c (initializer_constant_valid_p): Fix parenthesis.
1989
1990 * gensupport.c (process_rtx): Fix macros used.
1991
1992 2000-05-03 Richard Henderson <rth@cygnus.com>
1993
1994 * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
1995 call-clobbered registers of a call.
1996
1997 Wed May 3 12:40:53 2000 Clinton Popetz <cpopetz@cygnus.com>
1998
1999 * gensupport.c: New file.
2000 * gensupport.h: New file.
2001 * Makefile.in (HOST_RTL): Depend on gensupport.
2002 (gensupport.o) New rule.
2003 * genattr.c: Use gensupport for reading .md files.
2004 * genattrtab.c: Ditto.
2005 * gencodes.c: Ditto.
2006 * genconfig.c: Ditto.
2007 * genemit.c: Ditto.
2008 * genextract.c: Ditto.
2009 * genflags.c: Ditto.
2010 * genopinit.c: Ditto.
2011 * genoutput.c: Ditto.
2012 * genpeep.c: Ditto.
2013 * genrecog.c: Ditto.
2014 * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
2015 * md.texi (Insn Splitting): Document define_insn_and_split.
2016
2017 Tue May 2 00:20:30 2000 Jason Eckhardt <jle@cygnus.com>
2018
2019 * flow.c (verify_flow_info): Added two more sanity checks. The
2020 first checks that the blocks are numbered consecutively. The second
2021 checks that n_basic_blocks is actually equal to the number of
2022 basic blocks in the insn chain.
2023
2024 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
2025
2026 * cpplib.h: Add accessor macros for token lists.
2027 * cpplib.c, cpphash.c, cpplex.c: Use them.
2028
2029 Wed May 3 09:29:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2030
2031 * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
2032 memory usage if not in a function.
2033 * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
2034 return address if static.
2035
2036 Wed May 3 13:14:49 MET DST 2000 Jan Hubicka <jh@suse.cz>
2037
2038 * ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest
2039 whether address may trap.
2040
2041 Tue May 2 23:38:37 2000 Jason Eckhardt <jle@cygnus.com>
2042
2043 * bb-reorder (chain_reorder_blocks): Changed code to test for
2044 EDGE_FALLTHRU rather than making erroneous assumption that the
2045 first outgoing edge is the fall-through edge.
2046
2047 Tue May 2 18:20:31 2000 Donald Lindsay <dlindsay@hound.cygnus.com>
2048
2049 * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
2050 ABI for varargs, across all MIPS. This is incompatible because the
2051 va_list (__builtin_va_list) structure is different, so a compilation
2052 unit passing a va_list and a compilation unit being passed one, should
2053 both be compiled with the same ABI. (The old structure had two
2054 pointers, now it has three.)
2055
2056 Tue May 2 19:18:43 2000 Jason Eckhardt <jle@cygnus.com>
2057
2058 * bb-reorder.c (struct reorder_block_def): Remove members end,
2059 block_begin, and block_end.
2060 (REORDER_BLOCK_OLD_END): Delete.
2061 (REORDER_BLOCK_BEGIN): Delete.
2062 (REORDER_BLOCK_END): Delete.
2063 (chain_reorder_blocks): Remove dead code.
2064
2065 Tue May 2 17:06:53 2000 Jason Eckhardt <jle@cygnus.com>
2066
2067 * bb-reorder.c (remove_scope_notes): Check for both types of scope
2068 notes as the end of a basic block before deleting.
2069
2070 2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>
2071
2072 * final.c (final_start_function): Fix spelling of "necessary".
2073
2074 2000-05-02 Jason Merrill <jason@casey.cygnus.com>
2075
2076 * toplev.c (debug_ignore_block): Return int.
2077 * dwarf2out.c (dwarf2out_ignore_block): Likewise.
2078 * toplev.h, dwarf2out.h: Adjust.
2079 * emit-rtl.c (remove_unnecessary_notes): Test return value.
2080
2081 * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
2082 * toplev.c, final.c, rtl.h: Adjust.
2083
2084 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
2085
2086 * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
2087 * configure.in: Look for makeinfo in the unified tree, then
2088 for a system makeinfo which is sufficiently new.
2089 * Makefile.in: If configure says makeinfo is too old, don't
2090 build or install Info documentation.
2091
2092 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
2093
2094 * cpphash.c (collect_params): Fix off-by-one error.
2095 (dump_hash_helper): Dump all four macro nodetypes.
2096
2097 2000-05-02 Jakub Jelinek <jakub@redhat.com>
2098
2099 * cpphash.c (trad_stringify): Adjust p after stringification as
2100 well.
2101
2102 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
2103
2104 * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2105 (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
2106
2107 * cppfiles.c (file_cleanup): Delete.
2108 * cpphash.c (macro_cleanup): Delete.
2109 (collect_objlike_expansion, collect_funlike_expansion,
2110 macarg, scan_arguments): Remove CPP_POP case.
2111
2112 * cpplex.c (null_cleanup): Delete.
2113 (cpp_pop_buffer): Do the work that was done in the cleanups
2114 here. Call _cpp_unwind_if_stack from here.
2115 (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
2116 cpp_scan_buffer): Run until we see CPP_EOF and the top of
2117 stack is the buffer _below_ the one we stacked.
2118 (cpp_get_token): Always pop an exhausted buffer. Return
2119 CPP_EOF unless it's a macro buffer. Don't call _cpp_handle_eof.
2120 * cpplib.c (skip_if_group): Don't call cpp_get_token to
2121 increment the line number.
2122 (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
2123
2124 * fix-header.c (read_scan_file) [parsing getchar()]: Run until
2125 we see CPP_EOF and the top of stack is the buffer _below_ the
2126 one we stacked.
2127 * scan-decls.c: Likewise.
2128
2129 2000-05-02 Andrew Haley <aph@cygnus.com>
2130
2131 * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
2132 where this function is called for the second time on a decl that
2133 has had its section info changed in such a way as to move it out
2134 of small data/bss.
2135 * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
2136
2137 2000-05-01 Richard Henderson <rth@cygnus.com>
2138
2139 * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
2140 the sequence we're moving, not to merge_bb->head.
2141
2142 2000-05-01 Richard Henderson <rth@cygnus.com>
2143
2144 * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
2145 reference to alpha/t-linux.
2146 (alpha*-*-linux-gnu*): Likewise.
2147 * configure: Rebuild.
2148
2149 * calls.c (expand_call): Don't emit reg notes for a sibcall.
2150
2151 * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
2152 if not in SSA form.
2153
2154 * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
2155
2156 2000-05-01 Jason Merrill <jason@casey.cygnus.com>
2157
2158 * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
2159 TREE_THIS_VOLATILE.
2160
2161 2000-05-01 Richard Henderson <rth@cygnus.com>
2162
2163 * ifcvt.c (noce_emit_cmove): Conditionally compile call to
2164 emit_conditional_move.
2165
2166 2000-05-01 Jakub Jelinek <jakub@redhat.com>
2167
2168 * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
2169 as the dynamic linker.
2170
2171 2000-05-01 Zack Weinberg <zack@wolery.cumb.org>
2172
2173 * cppfiles.c (open_include_file): Open file in blocking mode.
2174 (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
2175 Only exclude block devices and directories.
2176
2177 * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
2178 static. Allocate the hashnode and its string in the same
2179 block of memory.
2180 (del_HASHNODE): Don't free h->name.
2181 (_cpp_lookup): If there is no entry for this string, create
2182 one, of type T_VOID.
2183 (_cpp_lookup_slot): Delete.
2184 * cpphash.h: Update prototypes.
2185
2186 * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
2187 not hp == NULL.
2188 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
2189 do_unassert, cpp_defined): Use _cpp_lookup. Don't create a
2190 node here, just fill in the value field properly. "Delete"
2191 entries by setting the value field to T_VOID. Check for
2192 hp->type == T_VOID, not hp == NULL.
2193
2194 * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
2195 * cpperror.c, cppexp.c, cpplex.c, cpplib.c: Don't include
2196 hashtab.h.
2197
2198 2000-05-01 Alexandre Oliva <aoliva@cygnus.com>
2199
2200 * config/mn10300/mn10300.c (print_operand_address): Do not add
2201 zero to SP.
2202
2203 * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
2204 adjusted by less than 256 bytes, use ret regardless of having any
2205 callee-saved register to restore.
2206
2207 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
2208
2209 * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
2210
2211 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
2212
2213 * config/i386/djgpp.h (INT_ASM_OP): Define.
2214 (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
2215 (ASM_WEAKEN_LABEL): Define.
2216 (MASK_BNU210): Define.
2217 (SUBTARGET_SWITCHES): Define.
2218 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
2219 (MAKE_DECL_ONE_ONLY): Define.
2220 (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
2221
2222 2000-05-01 Mumit Khan <khan@xraylith.wisc.edu>
2223
2224 * i386/cygwin.h (INT_ASM_OP): Define.
2225
2226 Mon May 1 18:20:06 2000 Denis Chertykov <denisc@overta.ru>
2227
2228 * config/avr/avr.c (address_cost): renamed to avr_address_cost.
2229 * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
2230
2231 Mon May 1 17:50:44 2000 Denis Chertykov <denisc@overta.ru>
2232
2233 * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
2234 __tmp_reg__ and __zero_reg__ initialization.
2235
2236 2000-04-30 Richard Henderson <rth@cygnus.com>
2237
2238 * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
2239
2240 * ifcvt.c (noce_process_if_block): Fail the conversion if X is
2241 referenced bewteen the condition and the jump. Don't delete
2242 anything but the jump.
2243
2244 Sun Apr 30 22:48:24 2000 Jason Eckhardt <jle@cygnus.com>
2245
2246 * bb-reorder.c (scope_def): New struct.
2247 (scope_forest_info): New struct.
2248 (struct reorder_block_def): New member "scope".
2249 (REORDER_BLOCK_SCOPE): New macro.
2250 (relate_bbs_with_scopes): New function and prototype.
2251 (make_new_scope): Likewise.
2252 (build_scope_forest): Likewise.
2253 (remove_scope_notes): Likewise.
2254 (insert_intra_1): Likewise.
2255 (insert_intra_bb_scope_notes): Likewise.
2256 (insert_inter_bb_scope_notes): Likewise.
2257 (rebuild_scope_notes): Likewise.
2258 (free_scope_forest_1): Likewise.
2259 (free_scope_forest): Likewise.
2260 (dump_scope_forest): Likewise.
2261 (dump_scope_forest_1): Likewise.
2262 (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
2263 Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
2264 block.
2265 (reorder_basic_blocks): Added calls to build_scope_scope_forest
2266 and remove_scope_notes before reordering is done. Added calls to
2267 rebuild_scope_notes, free_scope_forest, and reorder_blocks after
2268 after reordering is done.
2269
2270 2000-40-30 Bruce Korb <bkorb@gnu.org>
2271
2272 * fixinc/inclhack.def: Added definitions needed by OSR5,
2273 removed two stale entries (defined away with OLD_CPP).
2274 * fixinc/inclhack.sh: regen
2275 * fixinc/fixincl.x: regen
2276
2277 2000-04-30 Richard Henderson <rth@cygnus.com>
2278
2279 * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
2280 from the last insn in the sequence.
2281
2282 2000-04-30 Zack Weinberg <zack@wolery.cumb.org>
2283
2284 * cpplex.c (cpp_idcmp): New function.
2285 * cpplib.h: Prototype it.
2286 * scan_decls.c (scan_decls): Use it to inspect token names.
2287 * fix-header.c (read_scan_file): Likewise. Set system_header_p on
2288 the file being run through the preprocessor.
2289 (check_macro_names): Provide length of token to cpp_defined.
2290
2291 * Makefile.in: Remove stale warning message.
2292
2293 * cppfiles.c (redundant_include_p): Provide length of token to
2294 cpp_defined.
2295 * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
2296 values are unsigned int.
2297 (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
2298 (_cpp_lookup_slot): Do not calculate the hash, either.
2299 * cpphash.h: Update prototypes.
2300 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
2301 Hashes are unsigned int. Calculate hash here, pass by value
2302 to _cpp_lookup_slot.
2303
2304 2000-04-30 Bernd Schmidt <bernds@cygnus.co.uk>
2305
2306 * simplify-rtx.c (check_value_useless): Delete function.
2307 (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
2308 by hand.
2309 (cselib_invalidate_regno): Likewise.
2310 (cselib_invalidate_mem_1): Likewise.
2311 (references_value_p): Recognize useless values by the fact that they
2312 have no locations.
2313 (discard_useless_values): Likewise.
2314 (cselib_record_set): This may turn a useless value
2315 into a useful one.
2316
2317 2000-04-30 Richard Henderson <rth@cygnus.com>
2318
2319 * config/d30v: New port.
2320
2321 * configure.in (d30v-*): Set fp format.
2322 * configure: Rebuild.
2323
2324 2000-04-30 Richard Henderson <rth@cygnus.com>
2325
2326 * ifcvt.c: New file.
2327 * Makefile.in (OBJS): Add it.
2328 (ifcvt.o): New target.
2329 * jump.c (jump_optimize_1): Remove all code related to if-conversion,
2330 and conditional arithmetic.
2331 (find_insert_position): Remove.
2332 * timevar.def (TV_IFCVT, TV_IFCVT2): New.
2333 * toplev.c (DFI_ce, DFI_ce2): New.
2334 (dump_file): Add ce and ce2 dumps.
2335 (rest_of_compilation): Run if_convert a couple o times. Set
2336 cse_not_expected after cse2. Don't set no_new_pseudos until
2337 after sched1 or recompute_reg_usage.
2338
2339 2000-04-30 Richard Henderson <rth@cygnus.com>
2340
2341 * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
2342 (crtend.o, crtbeginS.o, crtendS.o): Likewise.
2343
2344 2000-04-30 Richard Henderson <rth@cygnus.com>
2345
2346 * flow.c (struct reg_cond_life_info): New.
2347 (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
2348 (init_propagate_block_info): Initialize them.
2349 (free_propagate_block_info): Destruct them.
2350 (mark_set_1): Consider conditional life before killing a register.
2351 (mark_regno_cond_dead): New.
2352 (free_reg_cond_life_info): New.
2353 (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
2354 (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
2355 (mark_used_reg): Record conditional life.
2356
2357 * haifa-sched.c (schedule_insns): Disable death counting
2358 sanity check for HAVE_conditional_execution.
2359
2360 2000-04-30 Richard Henderson <rth@cygnus.com>
2361
2362 * Makefile.in (TIMEVAR_H): New.
2363 (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
2364 (timevar.h): Remove rule.
2365
2366 2000-04-29 Richard Henderson <rth@cygnus.com>
2367
2368 * config/alpha/crtend.asm: Use C comments instead of #.
2369 * config/alpha/crtbegin.asm: Likewise. Mark __dso_handle hidden.
2370
2371 * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
2372
2373 2000-04-29 Zack Weinberg <zack@wolery.cumb.org>
2374
2375 * cpphash.h (enum node_type: Take out T_MCONST.
2376 (union hashval): Move into struct hashnode.
2377 (struct hashnode): Pack tighter. Remove file, line, col
2378 members.
2379 * cpphash.c: Constify most of the macro-definition structures.
2380 (struct definition): Replace by struct object_defn
2381 and struct funct_defn. Put file, line, column information
2382 here. All users updated to match.
2383 (_cpp_create_definition, _cpp_macroexpand): Remove special
2384 case for #define WORD OTHERWORD.
2385 * cpplib.c (do_undef): Remove T_MCONST case.
2386
2387 * cpphash.h: Move struct reflist, struct definition, and the
2388 DEFINITION typedef to cpphash.c. Use 'struct definition *' in
2389 union hashval. _cpp_free_definition takes a HASHNODE pointer.
2390 * cpphash.c (_cpp_free_definition): Free data pointed to by
2391 MCONST, XCONST, MACRO, and FMACRO nodes properly.
2392 (_cpp_create_definition, del_HASHNODE): Just call
2393 _cpp_free_definition to clear out a hashnode.
2394 * cpplib.c (do_pragma_poison): Likewise.
2395
2396 Sat Apr 29 12:25:17 2000 Alexandre Oliva <aoliva@cygnus.com>
2397
2398 * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
2399 LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
2400 FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
2401 (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
2402 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
2403 REGNO_AM33_P): Redefine in terms of the new macros.
2404 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
2405 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
2406 STRUCT_VALUE): Likewise.
2407 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
2408 ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise. Moved.
2409
2410 Sat Apr 29 01:18:45 MET DST 2000 Jan Hubicka <jh@suse.cz>
2411
2412 * regmove.c (struct record_stack_memrefs_data): New.
2413 (record_stack_memrefs): New function.
2414 (combine_stack_adjustments_for_block): Use it.
2415
2416 Sat Apr 29 01:15:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
2417
2418 * calls.c (calls_function_1): Propertly handle TREE_LIST expressions;
2419 use special_function_p to detect alloca.
2420
2421 Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org>
2422
2423 * gcc.texi: Fixes for makeinfo 4.0 --html.
2424
2425 2000-04-28 Zack Weinberg <zack@wolery.cumb.org>
2426
2427 * pcp.h: Delete file.
2428
2429 2000-04-28 Kazu Hirata <kazu@hxi.com>
2430
2431 * h8300.c (function_epilogue): Clean up flags when the last insn
2432 in a function is a barrier.
2433
2434 2000-04-28 Chris Demetriou <cgd@sibyte.com>
2435
2436 * configure.in (sparc-hal-solaris2*): protect [] glob from
2437 my expansion.
2438 (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
2439 rather than hard-coded constants in target_cpu_default2.
2440 * configure: Regenerate.
2441
2442 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
2443
2444 * tree.c (get_callee_fndecl): Extract the initial value from
2445 a readonly decl.
2446
2447 2000-04-28 Richard Henderson <rth@cygnus.com>
2448
2449 * varasm.c (record_constant_1): Record the CODE_LABEL when
2450 taking the address of a LABEL_REF.
2451
2452 2000-04-28 Richard Henderson <rth@cygnus.com>
2453 Jan Hubicka <jh@suse.cz>
2454
2455 * calls.c (combine_pending_stack_adjustment_and_call): Return the
2456 adjustment; don't do the stack adjust.
2457 (expand_call): Call compute_argument_block_size right before
2458 allocating the block; update comment; don't do alignment sanity
2459 checking for sibling call; use args_size instead of
2460 unadjusted_args_size before args_size is adjusted. Use
2461 combine_pending_stack_adjustment_and_call to compute stack adjust
2462 for must_preallocate case.
2463
2464 * expr.c (push_block): Remove shadow `temp' in inner scope.
2465
2466 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
2467
2468 * toplev.c (rest_of_compilation): Call
2469 note_deferral_of_defined_inline_function even if the function
2470 can't be inlined.
2471
2472 2000-04-28 Scott Bambrough <scottb@netwinder.org>
2473
2474 * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
2475
2476 2000-04-28 Richard Henderson <rth@cygnus.com>
2477
2478 * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
2479
2480 2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2481
2482 * timevar.c (init_timevar): DeANSIfy function definition.
2483
2484 2000-04-27 Alex Samuel <samuel@codesourcery.com>
2485
2486 * Makefile.in (timevar.o): Depend on flags.h.
2487 * timevar.c (unused_stack_instances): New variable.
2488 (timevar_push): Take a timevar_stack_def from
2489 unused_stack_instances if available.
2490 (timevar_pop): Push the popped timevar_stack_def onto
2491 unused_stack_instances.
2492 (TIMEVAR_ENABLE): New macro.
2493 (timevar_def): Make standalone a 1-bit field. Add field used.
2494 (get_time): Rename parameter to now. Return after clearing it if
2495 not TIMEVAR_ENABLE.
2496 (init_timevar): Do nothing if not TIMEVAR_ENABLE.
2497 (timevar_pop): Likewise.
2498 (timevar_stop): Likewise.
2499 (timevar_push): Likewise. Mark the timing variable as used.
2500 (timevar_start): Likewise.
2501 (timevar_print): Do nothing if not TIMEVAR_ENABLE. Don't print
2502 timevars that were never used.
2503
2504 2000-04-27 Mark Mitchell <mark@codesourcery.com>
2505
2506 * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
2507 always TREE_READONLY.
2508
2509 2000-04-27 Ulrich Drepper <drepper@cygnus.com>
2510
2511 * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
2512 for call instruction with mode QImode.
2513
2514 2000-04-27 Alex Samuel <samuel@codesourcery.com>
2515
2516 * Makefile.in (OBJS): Add timevar.o.
2517 (toplev.o): Depend on timevar.h.
2518 (ggc-simple.o): Likewise.
2519 (ggc-page.o): Likewise.
2520 (timevar.o): New rule.
2521 (timevar.h): New rule.
2522
2523 * timevar.h: New file.
2524 * timevar.c: Likewise.
2525 * timevar.def: Likewise.
2526
2527 * toplev.h (gc_time, parse_time, varconst_time): Remove.
2528 * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
2529 throughout.
2530 (TIMEVAR): Remove macro.
2531 (gc_time, parse_time, varconst_time, integration_time, jump_time,
2532 cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
2533 flow_time, combine_time, regmove_time, sched_time,
2534 local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
2535 sched2_time, dbr_sched_time, reorder_blocks_time,
2536 rename_registers_time, shorten_branch_time, stack_reg_time,
2537 to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
2538 all_time): Remove.
2539 (compile_file): Don't initialize time variables. Call
2540 init_timevar and start TV_TOTAL timer. Call timevar_print instead
2541 of many calls to print_time.
2542 (rest_of_compilation): Add timing for reload_cse_regs.
2543 (get_run_time): Removed to timevar.c.
2544 (print_time): Likewise.
2545 (get_run_time): Implement using TV_TOTAL time variable.
2546 (print_time): Get total run time from get_run_time.
2547 * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
2548 computing elapsed time explicitly.
2549 * ggc-simple.c (ggc_collect): Likewise.
2550 (gc_time): Remove declaration.
2551
2552 2000-04-27 Mark Mitchell <mark@codesourcery.com>
2553
2554 * calls.c (combine_pending_stack_adjustment_and_call): New function.
2555 (expand_call): Use it.
2556
2557 2000-04-27 Jan Hubicka <jh@suse.cz>
2558
2559 * flow.c (mark_set_1): Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
2560 fields.
2561
2562 Thu Apr 27 12:47:00 2000 Alexandre Oliva <aoliva@cygnus.com>
2563
2564 * config/mn10300/mn10300.md (movhi): Simplify. Prefer data
2565 registers.
2566
2567 Thu Apr 27 17:33:05 MET DST 2000 Jan Hubicka <jh@suse.cz>
2568
2569 * function.c (epilogue_done): Pass whole insn to record_insns.
2570
2571 Thu Apr 27 16:55:28 MET DST 2000 Jan Hubicka <jh@suse.cz>
2572
2573 * cse.c (CSE_ADDRESS_COST): Remove.
2574 (find_best_addr): Add new parameter "MODE", use address_cost instead
2575 of CSE_ADDRESS_COST
2576 (address_cost): New.
2577 (fold_rtx): Update call of find_best_addr.
2578 * rtl.h (address_cost): Declare.
2579 * loop.c (general_induction_var): Add new parameter "MODE", use
2580 address_cost instead of ADDRESS_COST
2581 (init_loop): Use address_cost instead of ADDRESS_COST.
2582 (check_insn_for_givs): Update call of general_induction_var.
2583 (find_mem_givs): Likewise.
2584 (consec_sets_giv): Likewise.
2585 * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
2586 * i386.c (ix86_address_cost): New.
2587 * i386-protos.h (ix86_address_cost): Declare.
2588
2589 Thu Apr 27 11:45:16 2000 Alexandre Oliva <aoliva@cygnus.com>
2590
2591 * config/mn10300/mn10300.md (movqi): Simplify. Prefer data
2592 registers.
2593
2594 Thu Apr 27 16:11:00 MET DST 2000 Jan Hubicka <jh@suse.cz>
2595
2596 * expr.c (store_expr): Use clear_storage instead of direct memset
2597 libcall.
2598
2599 Thu Apr 27 10:36:51 2000 Alexandre Oliva <aoliva@cygnus.com>
2600
2601 * config/mn10300/mn10300.c (mn10300_address_cost): Test
2602 ASHIFT, AND and LABEL_REF.
2603
2604 Thu Apr 27 15:08:46 MET DST 2000 Jan Hubicka <jh@suse.cz>
2605
2606 * invoke.texi (-foptimize-sibling-calls): Fix.
2607
2608 Thu Apr 27 14:54:22 MET DST 2000 Jan Hubicka <jh@suse.cz>
2609
2610 * loop.c (load_mems) Don't use hard registers for the hoisting.
2611
2612 * unroll.c (unroll_loop): Avoid overflow in the n_iterations
2613 calculation; rename const_equiv array in the preconditioning code
2614 from loop_unroll to loop_unroll_precondition
2615
2616 2000-04-27 Richard Henderson <rth@cygnus.com>
2617
2618 * flow.c (struct propagate_block_info): Remove new_dead, new_live;
2619 add new_set.
2620 (propagate_one_insn): Clear it. Don't update reg_live here.
2621 (init_propagate_block_info): Update for pbi member changes.
2622 (free_propagate_block_info): Likewise.
2623 (mark_set_1): Know that zero_extract, sign_extract, and
2624 strict_low_part don't kill their argument. Alter hard subregs.
2625 Update new_set for non-CLOBBER sets. Update reg_live.
2626 (find_auto_inc): Update reg_live, not new_dead.
2627 (mark_used_reg): Update reg_live, not new_live. Examine new_set
2628 to determine if the reg in question was set this insn. Only update
2629 reg info with PROP_REG_INFO.
2630
2631 2000-04-26 Richard Henderson <rth@cygnus.com>
2632
2633 * flow.c (allocate_reg_life_data): Set max_regno here ...
2634 (life_analysis): ... not here.
2635
2636 * flow.c (calculate_global_regs_live): Force stack pointer
2637 live at end.
2638
2639 2000-04-26 Richard Henderson <rth@cygnus.com>
2640
2641 * jump.c (redirect_exp_1): Rework from old redirect_exp. Never
2642 commit change group changes.
2643 (invert_exp_1): Similarly.
2644 (redirect_exp, invert_exp): Use them.
2645 (redirect_jump_1): New.
2646 (invert_jump_1): New.
2647 (jump_optimize_1): Remove code subsumed by condexec.c.
2648 * rtl.h (invert_jump_1, redirect_jump_1): Declare.
2649
2650 2000-04-26 Richard Henderson <rth@cygnus.com>
2651
2652 * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
2653
2654 * genconfig.c (main): Set all HAVE_foo to 1.
2655
2656 * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
2657
2658 2000-04-26 Alex Samuel <samuel@codesourcery.com>
2659
2660 * invoke.texi: Document -fssa flag.
2661
2662 2000-04-26 Richard Henderson <rth@cygnus.com>
2663
2664 * flow.c (count_reg_sets_1): Remove.
2665 (count_reg_sets, count_reg_references): Remove.
2666 (recompute_reg_usage): Implement with update_life_info.
2667 Reallocate life data.
2668
2669 2000-04-26 Richard Henderson <rth@cygnus.com>
2670
2671 * flow.c (update_life_info): Consider blocks null to mean the
2672 universal set.
2673 (calculate_global_regs_live): Likewise.
2674 (life_analysis): Do that instead of collecting all_blocks.
2675
2676 2000-04-26 Richard Henderson <rth@cygnus.com>
2677
2678 * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
2679 a still-valid conditional jump.
2680
2681 2000-04-26 Richard Henderson <rth@cygnus.com>
2682
2683 * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
2684
2685 * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
2686 * flow.c (calculate_loop_depth): Remove.
2687 * output.h (calculate_loop_depth): Don't declare.
2688 * toplev.c (rest_of_compilation): Expand calculate_loop_depth
2689 inline; run estimate_probability at the same time.
2690
2691 2000-04-26 Neil Booth <NeilB@earthling.net>
2692
2693 * cpplib.h: "~=" is not a single pp-token.
2694 * cpplex.c: Correct commentary.
2695
2696 2000-04-26 Richard Henderson <rth@cygnus.com>
2697
2698 * flow.c (mark_set_1): New arguments code and flags; update all
2699 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS
2700 test in one place. Tidy flags tests. Don't bias REG_N_REFS by
2701 loop_depth when optimizing for size. Do new_dead update after
2702 emitting REG_UNUSED notes. Merge mark_set_reg code.
2703 (mark_set_reg): Remove.
2704 (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
2705 arrange to not emit REG_UNUSED notes.
2706
2707 2000-04-26 Richard Henderson <rth@cygnus.com>
2708
2709 * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
2710 * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
2711
2712 2000-04-26 Richard Henderson <rth@cygnus.com>
2713
2714 * flow.c (propagate_one_insn): Break out from propagate_block.
2715 (init_propagate_block_info): Likewise.
2716 (free_propagate_block_info): Likewise.
2717 (propagate_block): Use them. Export.
2718 * basic-block.h: Declare them all.
2719
2720 2000-04-26 Richard Henderson <rth@cygnus.com>
2721
2722 * basic-block.h (life_analysis): Declare here ...
2723 * output.h: ... not here.
2724 * flow.c (life_analysis): Remove nregs parameter; replace
2725 remove_dead_code with flags. Remove ssa dead code check.
2726 Only init alias analysis if we'll use it.
2727 * reg-stack.c (reg_to_stack): Update life_analysis arguments.
2728 * ssa.c (convert_to_ssa): Likewise.
2729 (convert_from_ssa): Likewise.
2730 * toplev.c (rest_of_compilation): Likewise.
2731
2732 2000-04-26 Richard Henderson <rth@cygnus.com>
2733
2734 * flow.c (flow_delete_block): Rename from delete_block. Export.
2735 * basic-block.h (flow_delete_block): Declare.
2736
2737 2000-04-26 David S. Miller <davem@redhat.com>
2738
2739 * optabs.c (emit_libcall_block): Verify insns with INSN_P before
2740 taking a PATTERN of it.
2741
2742 2000-04-26 <NeilB@earthling.net>
2743
2744 * cpplex.c (spell_other, spell_char): Remove.
2745 (SPELL_CHAR): New.
2746 (token_spelling, trigraph_map): Use unsigned chars.
2747 (_cpp_lex_line): Tidy up the switch statement.
2748 * cpplib.h: Implement spell_char with spell_string.
2749 (C): New.
2750
2751 2000-04-26 <RodneyBrown@pmsc.com>
2752
2753 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
2754 * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
2755
2756 2000-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2757
2758 * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
2759 reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
2760 dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
2761 dwarf2out_return_save, dwarf2out_return_reg,
2762 dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
2763 add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
2764 gen_compile_unit_die, dwarf2out_init): Constify a char*.
2765
2766 * dwarf2out.h (dwarf2out_init): Likewise.
2767
2768 * dwarfout.c (filename_entry, primary_filename, last_filename,
2769 type_tag, output_compile_unit_die, dwarfout_init): Likewise.
2770
2771 * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
2772 dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
2773 dwarf2out_return_reg): Likewise.
2774
2775 2000-04-26 Andreas Jaeger <aj@suse.de>
2776
2777 * extend.texi (Function Attributes): Fix description of pure
2778 attribute.
2779
2780 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
2781
2782 * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
2783 before calling rest_of_compilation.
2784
2785 2000-04-26 Andreas Jaeger <aj@suse.de>
2786
2787 * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
2788 last patch.
2789
2790 2000-04-25 Richard Henderson <rth@cygnus.com>
2791
2792 * cse.c (cse_insn): Emit barrier after unconditional jump.
2793
2794 * calls.c (expand_call): Disable tail call generation once
2795 rtx_equal_function_value_matters is false.
2796
2797 * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
2798 like EDGE_EH edges.
2799
2800 2000-04-25 Jason Merrill <jason@casey.cygnus.com>
2801
2802 * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
2803
2804 * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
2805
2806 * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
2807 is the primary DIE for a member function.
2808 (gen_decl_die): Call set_decl_origin_self here.
2809 * dwarfout.c (output_decl): And here.
2810 * integrate.c (output_inline_function): Not here.
2811 Don't clear DECL_INLINE until after calling rest_of_compilation.
2812 (set_decl_origin_self): No longer static.
2813 * tree.h: Add prototype.
2814 * toplev.c (note_deferral_of_defined_inline_function): Only write
2815 out abstract instance for actual inlines.
2816
2817 2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
2818
2819 * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
2820 EXTENDED_REGS only if TARGET_AM33.
2821 * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
2822 SP_REGS to register allocation and reloading unless absolutely
2823 necessary.
2824 (movsi3): Remove special-case of adding non-constants to SP.
2825
2826 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2827
2828 * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
2829 INCLUDES to search and does not provide any of its own. Also it
2830 now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
2831 parameters. Also it does not call AC_DEFINE.
2832 (gcc_AC_NEED_DECLARATIONS): Likewise. Also this macro now calls
2833 AC_DEFINE and provides for automatic entries for autoheader.
2834 (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
2835
2836 * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
2837 so we can pass -I flags and include gansidecl.h/system.h in this
2838 test.
2839
2840 * acconfig.h: Delete all NEED_DECLARATION_* entries.
2841
2842 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2843
2844 * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
2845 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
2846 ENABLE_GC_ALWAYS_COLLECT): Delete entries.
2847
2848 * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
2849 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
2850 ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
2851 for these macros. Clean up spacing and linewraps.
2852
2853 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
2854
2855 * calls.c (expand_call): Use get_callee_fndecl.
2856
2857 * print-tree.c (print_node): Print the chain of an _EXPR.
2858
2859 Tue Apr 25 16:16:04 2000 Andrew MacLeod <amacleod@cygnus.com>
2860 Jim Wilson <wilson@cygnus.com>
2861 Andrew Haley <aph@cygnus.com>
2862
2863 * config/ia64/crtbegin.asm: Add IA-64 unwind support. Correct alloc
2864 and gp save/restore problems.
2865 * config/ia64/crtend.asm: Add IA-64 unwind support.
2866 * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
2867 in fr_pad_size calculation.
2868 (save_restore_insns): Move PR save area. Correct uses of
2869 RTX_FRAME_RELATED_P.
2870 (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
2871 (ia64_expand_epilogue): Add eh_epilogue support.
2872 (ia64_function_prologue): Emit .prologue directive.
2873 (ia64_init_machine_status, ia64_mark_machine_status): New functions.
2874 (ia64_override_options): Set init_machine_status and
2875 mark_machine_status.
2876 (rtx_needs_barrier): Handle bsp reads and writes.
2877 (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
2878 New static variables.
2879 (process_set, process_for_unwind_directive): New functions.
2880 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
2881 ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
2882 ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
2883 macros.
2884 (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
2885 (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
2886 (struct machine_function): Define.
2887 * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
2888
2889 2000-04-25 Bruce Korb <bkorb@gnu.org>
2890
2891 * fixinc/Makefile.in: make the removal of old programs more
2892 robust
2893 * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
2894 install-bin and install-sh
2895
2896 2000-04-25 Nick Clifton <nickc@cygnus.com>
2897
2898 * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
2899 defined, define to return zero.
2900 (function_cannot_inline_p): If a function has any target
2901 specific attributes, then use the macro
2902 FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
2903 whether it can be inlined. If it cannot, issue a suitable
2904 explanation.
2905
2906 * tm.texi: Add a new node 'Inlining' to document the new macro
2907 FUNCTION_ATTRIBUTE_INLINABLE_P.
2908
2909 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
2910
2911 * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
2912 commentary.
2913
2914 2000-04-25 Neil Booth <NeilB@earthling.net>
2915
2916 Restore previous patch, plus the following fixes:
2917
2918 * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
2919 flags, not CPP_OPEN_PAREN.
2920 * cpplex.c (expand_token_space, init_token_list,
2921 cpp_free_token_list): Put the dummy token at list->tokens[-1].
2922 (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
2923
2924 Tue Apr 25 14:06:40 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2925
2926 * config/i386/freebsd.h (INT_ASM_OP): Define.
2927
2928 Tue Apr 25 14:51:07 MET DST 2000 Jan Hubicka <jh@suse.cz>
2929
2930 * loop.c (strength_reduce): Fix typo in the last checkin.
2931
2932 Tue Apr 25 07:33:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2933
2934 * stor-layout.c (finalize_record_size): Simplify to use existing
2935 functions.
2936 (compute_record_mode): No longer static.
2937 * tree.h (compute_record_mode): New declaration.
2938
2939 2000-04-25 Neil Booth <NeilB@earthling.net>
2940
2941 * Revert my patch below until cause of build failures
2942 determined.
2943
2944 2000-04-25 Richard Henderson <rth@cygnus.com>
2945
2946 * combine.c (combine_instructions): Add missing argument
2947 to try_combine.
2948
2949 * toplev.c (rest_of_compilation): Delay sibcall optimization
2950 until after emit_eh_context.
2951
2952 2000-04-24 Nick Clifton <nickc@redhat.com>
2953
2954 * combine.c (combine_instructions): Do not try to combine a
2955 sequence of insns when the second insn has been replaced by a
2956 note.
2957
2958 Mon Apr 24 17:34:18 2000 Mumit Khan <khan@xraylith.wisc.edu>
2959
2960 * gcc.c (load_specs): New static function.
2961 (read_specs): Use it.
2962
2963 * gcc.c (lookup_compiler): Make multiple passes for case
2964 insensitive filesystems.
2965
2966 2000-04-24 Neil Booth <NeilB@earthling.net>
2967
2968 * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2969 * cpphash.h (_cpp_check_directive): new.
2970 * cpplex.c (handle_newline, cpp_free_token_list,
2971 init_trigraph_map, trigraph_ok, trigraph_replace,
2972 backslash_start, skip_block_comment, skip_line_comment,
2973 skip_whitespace, parse_name, parse_number, parse_string,
2974 copy_comment, _cpp_lex_line, spell_char, spell_string,
2975 spell_comment, spell_name, spell_other, _cpp_lex_file,
2976 _cpp_output_list): new.
2977 (expand_name_space): take length argument.
2978 (init_token_list): add comment list initialisation.
2979 (cpp_scan_line): use auto_expand_name_space. PREV_WHITESPACE
2980 instead of HSPACE_BEFORE.
2981
2982 * cpplib.c (_cpp_check_directive): new
2983 * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
2984 DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
2985 (HSPACE_BEFORE): delete.
2986 (TTYPE_TABLE): rearrange.
2987 (struct cpp_toklist): update.
2988
2989 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2990
2991 * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
2992 gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
2993 argument form of AC_DEFINE.
2994
2995 * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
2996 HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
2997 WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
2998 HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
2999 HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
3000
3001 * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
3002
3003 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3004
3005 * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
3006 deduced.h): Use -isystem, not -I, for including system headers.
3007
3008 2000-04-24 Nick Clifton <nickc@cygnus.com>
3009
3010 * config/fr30/fr30.md (addsi3): Do not use small add instruction if
3011 the source register is the frame pointer or arg pointer.
3012 (addsi3_small_int): Disallow if source register is the frame
3013 pointer or arg pointer.
3014
3015 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3016
3017 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
3018 call to AC_MSG_RESULT.
3019
3020 2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3021
3022 * invoke.texi: Correct grammatical errors, document
3023 -fno-gnu-keywords as identical to -fno-asm for C++.
3024
3025 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3026
3027 * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
3028 GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
3029 GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
3030 AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
3031 EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
3032
3033 * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
3034 GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
3035 GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
3036 GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
3037 new macros names.
3038
3039 2000-04-24 Mumit Khan <khan@xraylith.wisc.edu>
3040
3041 * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
3042 (pop_alignment): Likewise.
3043 (handle_pragma_token): Likewise.
3044
3045 2000-04-24 Robert Lipe <robertlipe@usa.net>
3046
3047 * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
3048
3049 2000-04-24 Hiroyuki Machida <machida@sm.sony.co.jp>
3050
3051 * combine.c (try_combine): Update reg_nonzero_bits of
3052 newi2pat before newpat.
3053
3054 Mon Apr 24 10:19:48 MET DST 2000 Jan Hubicka <jh@suse.cz>
3055
3056 * loop.c (strength_reduce): Simplify test to INSN_P.
3057 (record_giv): Attempt to simplify the add value, use CONSTANT_P
3058 expressions instead of CONST_INT.
3059 (express_from_1): Likewise.
3060
3061 2000-04-24 Mark Mitchell <mark@codesourcery.com>
3062
3063 * regs.h (reg_n_max): Don't declare.
3064 * flow.c (reg_n_max): Don't define.
3065 * regclass.c (renumber): Don't initialize to zero.
3066 (regno_allocated): Likewise.
3067 (reg_n_max): Define.
3068 (allocate_reg_info): Don't initialize unnecessarily.
3069
3070 Mon Apr 24 00:21:36 2000 Jeffrey A Law (law@cygnus.com)
3071
3072 * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
3073 and blockage_p in the newly allocated attribute.
3074
3075 Sun Apr 23 20:16:49 2000 Alexandre Oliva <aoliva@cygnus.com>
3076
3077 * config/mn10300/mn10300.md (addsi): `inc4' on address
3078 registers does not modify cc, but `inc' on an extended
3079 register does.
3080
3081 Sun Apr 23 16:24:35 2000 Denis Chertykov <denisc@overta.ru>
3082
3083 * reload.c (find_equiv_reg): Checks all valueno regs
3084 as a reload_reg_p regs.
3085
3086 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
3087
3088 * cpphash.c (collect_objlike_expansion): Add sanity check.
3089 (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST. If
3090 the buffer is the empty string, return. Mark __DATE__ and
3091 __TIME__ as XCONST nodes, not MCONST.
3092 (_cpp_macroexpand): Avoid pushing an empty buffer.
3093 (funlike_macroexpand): Don't pop token_buffer here.
3094
3095 Sun Apr 23 18:37:53 2000 Alexandre Oliva <aoliva@cygnus.com>
3096
3097 * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
3098 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
3099 (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
3100 (REGNO_OK_FOR_BASE_P): Define in terms of them.
3101 (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
3102 (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
3103 (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
3104
3105 Sun Apr 23 22:23:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
3106
3107 * loop.c (simplify_giv_expr): Be more agressive on simplifying
3108 constant MULT givs.
3109
3110 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
3111
3112 * cpphash.h (struct definition): Move file, line, col members...
3113 (struct hashnode): ... here. Also add 'disabled' flag.
3114 (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
3115 T_IDENTITY. Remove T_DISABLED.
3116 Update prototypes.
3117
3118 * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
3119 (collect_expansion): Split into collect_objlike_expansion and
3120 collect_funlike_expansion.
3121 (_cpp_macroexpand): Split out scan_arguments, stringify, and
3122 funlike_macroexpand.
3123 (_cpp_compare_defs): Rename compare_defs, make static.
3124 (_cpp_make_hashnode): Initialize hp->disabled.
3125 (macro_cleanup): Adjust for new token types. Clear
3126 m->disabled.
3127 (_cpp_create_definition): Move code here to determine what
3128 sort of macro it is, and code to check for redefinitions, from
3129 do_define. Implement a few simple cases without creating a
3130 full DEFINITION.
3131 (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
3132 Handle the simple cases.
3133 (push_macro_expansion): Set buf->has_escapes and hp->disabled
3134 here.
3135
3136 * cppinit.c (builtin_array): Change MCONST to XCONST
3137 everywhere.
3138 * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
3139 fix check for disabled and function-like macros.
3140 * cpplib.c (do_define): Move most logic to
3141 _cpp_create_definition.
3142 (do_undef): Handle new special token types.
3143
3144 Sun Apr 23 14:27:44 MET DST 2000 Jan Hubicka <jh@suse.cz>
3145
3146 * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
3147 of CONSTANT_P for mult_val; always use validate_change to update insn.
3148
3149 2000-04-22 Zack Weinberg <zack@wolery.cumb.org>
3150
3151 * cpphash.c (trad_stringify, add_pat): New functions.
3152 (collect_expansion): Restore support for -traditional syntax.
3153 Use trad_stringify and add_pat.
3154 (_cpp_macroexpand): Restore support for -traditional semantics.
3155 * cpplex.c (_cpp_scan_line): Don't change space_before if we
3156 get a COMMENT token.
3157 (_cpp_lex_token): Provide COMMENT tokens to caller if
3158 traditional and parsing_define_directive.
3159 (skip_comment): Warn about // comments if -Wtraditional.
3160 * cpplib.c (do_define): Fix typo. Create EMPTY nodes with
3161 proper node type.
3162 (do_undef): Don't warn about undefining EMPTY nodes.
3163
3164 Sat Apr 22 22:35:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
3165
3166 * loop.c (strength_reduce): Fix biv removal code.
3167
3168 2000-04-22 Richard Henderson <rth@cygnus.com>
3169
3170 * predict.c (estimate_probability): Examine both sides of
3171 a branch for no exits. Use 90% not 50% for predict taken.
3172 Reorg for one copy of note generation code.
3173
3174 2000-04-22 Richard Henderson <rth@cygnus.com>
3175
3176 * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
3177
3178 2000-04-22 Richard Henderson <rth@cygnus.com>
3179
3180 * diagnostic.c (init_output_buffer): Don't initialize format_args.
3181 (output_clear): Likewise.
3182 (output_printf): Use va_copy.
3183 (vline_wrapper_message_with_location): Likewise.
3184 (v_message_with_decl): Likewise.
3185 (line_wrapper_printf): VA_START infor buffer.format_args directly.
3186 * system.h (va_copy): Provide default implementation.
3187
3188 2000-04-22 Richard Henderson <rth@cygnus.com>
3189
3190 * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
3191 the collected condition is not a constant.
3192
3193 2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
3194
3195 * diagnostic.h: New file.
3196
3197 * Makefile.in (diagnostic.o): Depends on diagnostic.h
3198
3199 * diagnostic.c: Tweak. Rationalize the output logic. Adjust
3200 various function prototypes.
3201 (diagnostic.h): #include.
3202 (struct output_buffer): Move into diagnostic.h.
3203 (get_output_prefix): Rename to output_get_prefix. Export.
3204 (init_output_buffer): Export. Break out. Ajust intialization.
3205 (output_space_left, output_append): Export.
3206 (output_newline): Rename to output_add_newline. Export.
3207 (output_clear): Nullify additional output_buffer fields.
3208 (output_puts): Rename to output_add_string. Export.
3209 (dump_output): Rename to output_flush_on. Export.
3210 (build_location_prefix): Constify return-type.
3211 (emit_output_prefix): Rename to output_emit_prefix. Export.
3212 (set_real_maximum_length): New function.
3213 (output_set_maximum_length): Ditto
3214 (output_clear): Ditto.
3215 (output_add_character): Ditto.
3216 (output_add_integer): Ditto.
3217 (output_add_space): Ditto.
3218 (output_format): Ditto.
3219 (output_printf): Adjust buffer initialization.
3220 (vline_wrapper_message_with_location): Ditto.
3221 (v_message_with_decl): Ditto. Adjust call to output_puts
3222 and get_output_prefix.
3223 (default_print_error_function): Adjust buffer intialization.
3224
3225 Sat Apr 22 06:45:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3226
3227 * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
3228 of VOID_TYPE.
3229
3230 Fri Apr 21 18:33:09 2000 Alexandre Oliva <aoliva@cygnus.com>
3231
3232 * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
3233 of explicit 0.
3234
3235 Fri Apr 21 18:30:00 2000 Alexandre Oliva <aoliva@cygnus.com>
3236
3237 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
3238 accurate data about SP moves.
3239
3240 Fri Apr 21 18:28:28 2000 Alexandre Oliva <aoliva@cygnus.com>
3241
3242 * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
3243 aliases to AM33 registers.
3244
3245 Fri Apr 21 18:26:17 2000 Alexandre Oliva <aoliva@cygnus.com>
3246
3247 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
3248 to all EXTENDED bitmaps.
3249
3250 Fri Apr 21 18:17:12 2000 Alexandre Oliva <aoliva@cygnus.com>
3251
3252 * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
3253 * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
3254 * config/mn10300/mn10300.c (mn10300_address_cost): New function.
3255
3256 Fri Apr 21 18:11:56 2000 Alexandre Oliva <aoliva@cygnus.com>
3257
3258 * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
3259 the operand is not constant.
3260
3261 Fri Apr 21 14:58:29 2000 Denis Chertykov <denisc@overta.ru>
3262
3263 * reload.c (find_equiv_reg): Checks all valueno and regno regs
3264 as a call-clobbered regs.
3265
3266 Fri Apr 21 13:30:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3267
3268 * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
3269 * rtl.h: Likewise.
3270 * rtl.def: Update comment.
3271 * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
3272 * integrate.c (expand_inline_function): Likewise.
3273 * profile.c (branch_prob): Likewise.
3274 * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
3275 * print-rtl.c (print_rtx): Likewise.
3276 * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
3277 (reemit_notes): Likewise; also use enum insn_note.
3278
3279 * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
3280 (place_field): Properly compute know and actual alignment.
3281
3282 * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
3283 in proper format.
3284
3285 * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
3286 note for REG1.
3287
3288 2000-04-21 Zack Weinberg <zack@wolery.cumb.org>
3289
3290 * cpphash.c (struct arg, struct arglist): Const-ify strings.
3291 (warn_trad_stringify, duplicate_arg_p): New helper functions.
3292 (collect_expansion): Rewrite to scan over a token list.
3293 Remove -traditional support.
3294 (collect_formal_parameters): Rename to collect_params; rewrite
3295 to scan over a token list.
3296 (_cpp_create_definition): Adjust to scan a token list.
3297 (_cpp_macroexpand): Remove -traditional support.
3298 (_cpp_compare_defs): Whitespace is now canonicalized.
3299 (comp_def_part): Delete function.
3300
3301 * cpphash.h: Update prototypes.
3302 * cpplex.c (init_token_list): Don't set lineno if there is no
3303 buffer.
3304 (pedantic_whitespace): New function.
3305 (_cpp_scan_line): Mark tokens that had hspace before. Don't
3306 consume a newline. Use pedantic_whitespace.
3307 (_cpp_lex_token): Remove support for -traditional macros.
3308 (_cpp_get_define_token): Delete.
3309 (_cpp_get_directive_token): Do the real work here. Use
3310 pedantic_whitespace.
3311 (_cpp_init_input_buffer): Initialize pfile->directbuf.
3312
3313 * cpplib.c (get_macro_name): Delete.
3314 (do_define): Read the entire line into pfile->directbuf, then
3315 feed the token list to _cpp_create_definition.
3316 * cpplib.h (HSPACE_BEFORE): new define.
3317 (struct cpp_reader): Add a toklist member, "directbuf".
3318
3319 * predict.c (estimate_probability): New heuristic: if a jump
3320 branches around a block with no successors, predict it taken.
3321 Disentangle control flow.
3322
3323 2000-04-20 Richard Henderson <rth@cygnus.com>
3324
3325 * loop.c (emit_iv_add_mult): Revert last change.
3326
3327 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
3328
3329 * cpplib.h (enum cpp_ttype): Add token types for all
3330 punctuators. Distinguish pp-numbers from valid C numbers.
3331 Give some tokens better names. Initialize from macro.
3332 (struct cpp_name, cpp_token, cpp_toklist): New data
3333 structures.
3334 Update prototypes.
3335 * cpplex.c (bump_column, expand_name_space,
3336 expand_token_space, init_token_list, cpp_output_list,
3337 _cpp_scan_line): New functions.
3338 (output_line_command): Add third argument, new line number.
3339 * cpphash.h: Update prototypes.
3340 * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
3341 token names.
3342
3343 2000-04-20 Richard Henderson <rth@cygnus.com>
3344
3345 * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
3346
3347 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
3348
3349 * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
3350 object pointed to.
3351
3352 Thu Apr 20 14:19:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
3353
3354 * loop.c (emit_iv_add_mult): Simplify it's input and emit
3355 REG_EQUAL note explaining the calculated value.
3356
3357 * calls.c (expand_call): Avoid unnecesary precalculation
3358 and outgoing parameters space guarding for sibling calls.
3359 (store_one_arg): Likewise.
3360
3361 Thu Apr 20 08:01:07 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3362
3363 * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
3364 (rest_of_compilation): Write sibling dump file and account
3365 for time as jump time.
3366 * invoke.texi: Update documentation on dump flags.
3367
3368 2000-04-19 Marek Michalkiewicz <marekm@linux.org.pl>
3369
3370 * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
3371
3372 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
3373
3374 * cpphash.c (special_symbol): Represent an empty macro with
3375 "\r \r " not just "\r ".
3376 (_cpp_macroexpand): Correct condition for the foo ( ) special
3377 case.
3378 (unsafe_chars): Handle EOF as second argument.
3379 (push_macro_expansion): Simplify test for removing escape at
3380 end. Do not trim both escapes if there is no text in between.
3381
3382 2000-04-19 Jim Blandy <jimb@redhat.com>
3383
3384 * dwarf2out.c (DWARF2_ADDR_SIZE): New macro. Use it instead
3385 of PTR_SIZE, when appropriate.
3386
3387 2000-04-19 Mark Mitchell <mark@codesourcery.com>
3388
3389 * system.h (ONLY_INT_FIELDS): Make sure it is defined.
3390 (USE_ENUM_BITFIELDS): Fix typo.
3391
3392 Wed Apr 19 12:14:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3393
3394 * stor-layout.c (place_field): Set rli->offset_align properly.
3395
3396 2000-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3397
3398 * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
3399 INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
3400 PARM_BOUNDARY): Remove unnecessary casts.
3401
3402 Wed Apr 19 12:02:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
3403
3404 * calls.c (precompute_arguments): Remove must_preallocate and
3405 args_size calls.
3406 (expand_call): Update call of precompute_arguments.
3407
3408 * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
3409 check_insn_for_givs): Break out from ...
3410 (strength_reduce) ... here; use for_every_insn_in_loop to call
3411 check_insn_for_givs.
3412 * loop.h (for_every_insn_in_loop): Declare.
3413 (loop_insn_callback): New type.
3414
3415 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
3416
3417 * cpplib.c (do_pragma_poison): Strings in the token buffer are
3418 not nul-terminated.
3419
3420 Tue Apr 18 16:04:12 2000 Jim Wilson <wilson@cygnus.com>
3421
3422 * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
3423 flag_pic and RELOC.
3424
3425 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
3426
3427 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
3428
3429 * configure.in: Delete --disable-cpplib option and all
3430 references to cpp_main.
3431 * configure: Regenerate.
3432 * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
3433 @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
3434 cccp.o, cccp, or cppmain. Link cppmain.o straight to
3435 cpp$(exeext). Add --no-headers to makeinfo command line when
3436 generating INSTALL. Install and uninstall cpp.1 manpage, not
3437 cccp.1.
3438 * install.texi: Delete all references to cexp.y/cexp.c.
3439 Delete ancient instructions for compiling GCC on 3b1.
3440 * INSTALL: Regenerate.
3441
3442 * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
3443 mips/t-elf, mips/t-r3900: Remove references to cccp.c.
3444 * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
3445 cexp.c/cexp.y.
3446 * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
3447 which is no longer tested anywhere.
3448
3449 * cppinit.c (handle_option): Don't run error message through
3450 gettext twice.
3451
3452 Tue Apr 18 14:16:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3453
3454 * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
3455 * cpperror.c (hashtab.h): Now include.
3456 * cppexp.c (hashtab.h): Likewise.
3457 * cpplex.c (hashtab.h): Likewise.
3458 * cppfiles.c (hashtab.h): Likewise.
3459 (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
3460 to htab_find_slot_with_hash.
3461 * cpphash.c (hashtab.h): Now include.
3462 (_cpp_lookup_slot): INSERT is now enum insert_option.
3463 * cpphash.h (_cpp_lookup_slot): Likewise.
3464 * cppinit.c (hashtab.h): Include earlier.
3465 (initialize_builtins): Pass enum to htab_find_slot.
3466 * cpplib.c (hashtab.h): Now include.
3467 (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
3468 (do_pragma_poison, do_assert): Likewise.
3469 * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
3470 htab_find_slot_with_hash.
3471 * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
3472 * tree.c (type_hash_add): Likewise.
3473 (build1): Minor cleanup.
3474
3475 * ggc-common.c: Add missing blanks.
3476 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
3477 * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
3478
3479 * stmt.c (mark_case_node): New function.
3480 (mark_case_nesting): Call it.
3481
3482 * expmed.c (emit_store_flag): If comparing two-word integer
3483 with zero, can optimize NE, EQ, GE, and LT.
3484
3485 * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
3486 * conflict.c: Minor cleanups.
3487 * optabs.c: Add blank line
3488 * simplify-rtx.c: Minor cleanups.
3489
3490 2000-04-18 Stan Cox <scox@cygnus.com>
3491
3492 * gengenrtl.c (genlegend): Fix misspelling.
3493
3494 2000-04-18 Robert Lipe <robertlipe@usa.net>
3495
3496 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that
3497 bitfields of the host compiler are not signed quantities.
3498 * config.in: Regenerate.
3499 * configure: Regenerate.
3500 * system.h (USE_ENUM_BITFIELDS): Added.
3501 (ENUM_BITFIELDS): Added.
3502 * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
3503 (SHORT_ENUM_BUG): Deleted.
3504 * tree.h (tree_common): Members `code', `mode', `built_in_class',
3505 now ENUM_BITFIELD.
3506 * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
3507 (CODE_FIELD_BUG): Likewise.
3508 * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
3509 (OLD_CC): Likewise.
3510 * config/m68k/x-ccur (X_CFLAGS): Likewise.
3511
3512 2000-04-18 Mark Mitchell <mark@codesourcery.com>
3513
3514 * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
3515 mark is active.
3516
3517 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
3518
3519 * cppexp.c (lex): Don't assume tokens are NUL terminated.
3520 * cpplib.c (do_include, do_import, do_include_next,
3521 read_line_number, detect_if_not_defined): Likewise.
3522 * cpphash.c (collect_expansion): Likewise.
3523 (special_symbol, _cpp_macroexpand): Check return from
3524 cpp_file_buffer.
3525 * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
3526 macros. Delete all uses.
3527
3528 * gcc.dg/cpp-mi.c: Add two more test cases.
3529 * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
3530
3531 2000-04-17 Richard Henderson <rth@cygnus.com>
3532
3533 * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
3534 (reorder_basic_blocks): If no epilogue in rtl, force last block last.
3535
3536 2000-04-17 Mark Mitchell <mark@codesourcery.com>
3537
3538 * function.c (expand_function_start): Use hard_function_value to
3539 compute the RTL to use for DECL_RESULT.
3540
3541 Mon Apr 17 23:35:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
3542
3543 * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
3544 (x86_integer_DFmode_moves, x86_partial_reg_dependency,
3545 x86_memory_mismatch_stall): New global variables.
3546 (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
3547 alloved; fix load penalties for Athlon.
3548 * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
3549 x86_memory_mismatch_stall): Declare.
3550 (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
3551 TARGET_MEMORY_MISMATCH_STALL): New.
3552 * i386.md (athlon scheduling parameters): Fix latencies according to
3553 Athlon Optimization Manual.
3554 (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
3555 vector.
3556 (fsqrt instruction patterns): Set athlon_decode to direct.
3557 (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
3558 PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
3559 (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
3560 and TARGET_PARTIAL_REGISTER_STALL machines.
3561 (pushdf_nointeger): New pattern.
3562 (pushdf_integer): Rename from pushdf.
3563 (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
3564 (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
3565
3566 2000-04-17 Richard Henderson <rth@cygnus.com>
3567
3568 * loop.c (canonicalize_condition): Add WANT_REG argument.
3569 Stop the search if we match it.
3570 * expr.h (canonicalize_condition): Update decl.
3571 * predict.c (expected_value_to_br_prob): Use it. Track last
3572 expected value note.
3573 (find_expected_value): Remove.
3574
3575 * reorg.c (mostly_true_jump): Always use BR_PROB if present.
3576
3577 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
3578
3579 * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
3580 (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
3581 a plain file.
3582 * configure.in: Call AC_FUNC_MMAP_FILE.
3583 * configure: Regenerate.
3584 * config.in: Regenerate.
3585
3586 * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
3587 * fixinc/fixincl.c: Likewise.
3588
3589 2000-04-17 Richard Henderson <rth@cygnus.com>
3590
3591 * builtins.c (expand_builtin_expect): New.
3592 (expand_builtin): Call it.
3593 * builtins.def (BUILT_IN_EXPECT): New.
3594 * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
3595 * extend.texi: Document it.
3596
3597 * predict.c (expected_value_to_br_prob): New.
3598 (find_expected_value): New.
3599 * basic-block.h (expected_value_to_br_prob): Declare.
3600 * toplev.c (rest_of_compilation): Invoke it.
3601
3602 * rtl.h (NOTE_EXPECTED_VALUE): New.
3603 (NOTE_INSN_EXPECTED_VALUE): New.
3604 * rtl.c (note_insn_name): Update.
3605 * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
3606 cases; handle NOTE_INSN_EXPECTED_VALUE.
3607
3608 2000-04-17 Jakub Jelinek <jakub@redhat.com>
3609
3610 * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
3611 leaf sibcall delay slot if flag_pic.
3612 (output_sibcall): Always emit call for leaf sibcall if flag_pic.
3613
3614 2000-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3615
3616 * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
3617
3618 * fixproto: If fix-header fails, exit with an error.
3619
3620 Mon Apr 17 14:59:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
3621
3622 * cse.c (struct check_depdendence_data): New.
3623 (check_dependence): New function.
3624 (invalidate): Use check_depdenence.
3625
3626 2000-04-16 Mark Mitchell <mark@codesourcery.com>
3627
3628 * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
3629 UNITS_PER_WORD is unsigned.
3630
3631 * tree.h (struct tree_common): Remove misleading comment.
3632
3633 2000-04-16 Dave Pitts <dpitts@cozx.com>
3634
3635 * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
3636 message in quotes. Otherwise, IBM's make program treats the '#' as the
3637 start of a comment and ignores the remainder of the line.
3638
3639 * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
3640 upper case.
3641 * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
3642 * cexp.y (initialize_random_junk): Likewise.
3643 * cppfiles.c (find_include_file): Cast alloca return value.
3644 * cppinit.c (initialize_standard_includes): Likewise.
3645 * cpplib.c (cpp_define, cpp_undef): Likewise.
3646 * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
3647 * final.c (output_asm_insn): Allow for holes in EBCDIC.
3648 * fold-const.c (CHARMASK): New.
3649 (real_hex_to_f): Use it.
3650 * real.c (CHARMASK): New.
3651 (etoasc, asctoeg): Use it.
3652 (asctoeg): EBCDIC lower case characters preceed upper case.
3653
3654 * i370.c (mvs_add_label): Change spacing for coding conventions.
3655 * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
3656 outputing case vectors.
3657 (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
3658 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
3659 since vector in in the data CSECT.
3660 (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
3661 * i370.md (Many patterns): Put the length in the XL directives.
3662 (movdi): Put back STM and MVC in definition.
3663 (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
3664 pattern using the TCA.
3665 * oe.h (CPP_SPEC): Added to allow trigraphs.
3666 * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
3667 not support the "long long" type.
3668
3669 2000-04-16 Mark Mitchell <mark@codesourcery.com>
3670
3671 * config/mips/mips-protos.h (mips_legitimate_address_p): New
3672 function.
3673 (mips_reg_mode_ok_for_base_p): Likewise.
3674 * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
3675 (REG_OK_FOR_INDEX_P): Define unconditionally.
3676 (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
3677 (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
3678 * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
3679 that GET_MODE_SIZE is unsigned.
3680 (mips_reg_mode_ok_for_base_p): Define.
3681 (mips_legitimate_address_p): Likewise. Adjust now
3682 that GET_MODE_SIZE is unsigned.
3683 (block_move_loop): Make the number of bytes unsigned.
3684 (expand_block_move): Likewise.
3685 (function_arg): Make the loop counter unsigned to match the
3686 boundary condition.
3687
3688 2000-04-16 Richard Henderson <rth@cygnus.com>
3689
3690 * rtl.h (enum insn_note): New enumeration. Subsume
3691 NOTE_INSN_DELETED and friends.
3692 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
3693 * rtl.c (note_insn_name): Tweak string order.
3694
3695 2000-04-15 Zack Weinberg <zack@wolery.cumb.org>
3696
3697 * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
3698 to offset * 2.
3699
3700 * cpplex.c (output_line_command): Remove debugging prints.
3701 (cpp_output_tokens): Don't write out a zero-length buffer or
3702 try to see if it has a newline in it.
3703 (_cpp_expand_to_buffer): Copy the source buffer before pushing.
3704 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
3705 the end of the loop. Use memmove. Don't read past the end of
3706 the buffer. Remove trailing newlines from error messages.
3707
3708 2004-04-16 Neil Booth <NeilB@earthling.net>
3709
3710 * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
3711 * cpplib.c: Add new syntax flags to directive table, and
3712 supporting macros.
3713
3714 2000-04-15 Ulrich Drepper <drepper@redhat.com>
3715
3716 * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
3717 using ret $N.
3718
3719 2000-04-15 David Edelsohn <edelsohn@gnu.org>
3720
3721 * toplev.c (display_help): Prefix "f" to "sched-verbose=".
3722 * haifa-sched.c: Update -fsched-verbose comments to use "=".
3723
3724 Sat Apr 15 10:59:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3725
3726 * Makefile.in (ggc-page.o): Now includes toplev.h.
3727 * ggc-page.c (toplev.h): Now included.
3728 (gc_time): Remove declaration.
3729 (ggc_collect): TIME now long.
3730 * toplev.c (parse_time, varasm_time, gc_time): Still global; all
3731 others static.
3732 * toplev.h (gc_time, parse_time, gc_time): New declarations.
3733
3734 * toplev.c: Make *_time variable long to reduce chance of overflow.
3735 (TIMEVAR): Likewise for `otime'.
3736 (print_time): Arg is now long; compute percentage in FP and round.
3737 * toplev.h (print_time): Arg is long.
3738
3739 * tree.c: Minor whitespace changes.
3740
3741 * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
3742 * configure: Rebuilt.
3743 * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
3744 (__fixunsxfDI): Renamed from __fixunsxfdi.
3745 (__fixunsdfDI): Renamed from __fixunsdfdi.
3746 (__fixunssfDI): Renamed from __fixunssfdi.
3747 (__floatdisf): Use proper type in REP_BIT macro.
3748 (__fixunsxfSI): Renamed from __fixunsxfsi.
3749 (__fixunsdfSI): Renamed from __fixunsdfsi.
3750 (__fixunssfSI): Renamed from __fixunssfsi.
3751 * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
3752 Change location of macros and upper-case some names as above.
3753 * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
3754 * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
3755
3756 * varasm.c (assemble_variable): Add cast to remove warning.
3757 (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
3758
3759 * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
3760 * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
3761 region number to -1.
3762
3763 2000-04-15 Richard Earnshaw (rearnsah@arm.com)
3764
3765 * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
3766 call unshare_all_rtl.
3767
3768 * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
3769
3770 Fri Apr 14 16:58:45 2000 Jim Wilson <wilson@cygnus.com>
3771
3772 * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
3773 Use .s1 not .s0 for all FP instructions.
3774
3775 2000-04-14 Zack Weinberg <zack@wolery.cumb.org>
3776
3777 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
3778 interfaces.
3779 (safe_fwrite, output_line_command): New static functions.
3780 (cpp_expand_to_buffer): Now private to cpplib.
3781 (cpp_scan_buffer): Take a printer.
3782
3783 * cpphash.h: Update prototypes.
3784 * cpplib.h: Update prototypes.
3785 (cpp_printer): New.
3786 (cpp_buffer): Remove last_nominal_fname.
3787 (cpp_reader): Remove lineno.
3788
3789 * cppmain.c: Use a cpp_printer.
3790 * fix-header.c: No need to inhibit line commands. Call
3791 cpp_start_read with no printer.
3792
3793 * cpperror.c (cpp_notice_from_errno): Provide default name.
3794 * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
3795 (find_include_file, cpp_read_file): Use make_IHASH.
3796 (file_cleanup): Set control_macro and clear
3797 input_stack_listing_current here.
3798 (_cpp_execute_include): Don't output entering-file marker.
3799 * cpphash.c (special_symbol): Look for the line number in the
3800 buffer, not the reader.
3801 (_cpp_macroexpand): No need to disable line commands.
3802 (_cpp_dump_definition): No need to generate line commands.
3803 (dump_hash_helper): Remove excess newline from output.
3804 * cppinit.c (dump_special_to_buffer): No need to generate line
3805 commands.
3806 (cpp_printer_init): New.
3807 (cpp_start_read): Take a printer, and start it up if it's not
3808 NULL. No need to generate line commands.
3809 (cpp_finish): Expect no buffers stacked at all. Take a
3810 printer argument, and flush the output buffer if it's not
3811 NULL.
3812 * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
3813 Don't put two hashes at the beginning of an assertion.
3814 (cpp_get_token): Don't increment pfile->lineno or emit line
3815 commands here. Return EOF if there's no buffer when we get
3816 EOF.
3817 * cpplib.c (do_define, skip_if_group):
3818 No need to disable line commands.
3819 (_cpp_output_line_command): Delete function.
3820 (do_line): Don't emit line commands here, but set things up so
3821 they will be emitted if necessary. Use _cpp_fake_ihash to
3822 make unique nominal_fnames if necessary.
3823 (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
3824 with 0 for column, not -1.
3825 (_cpp_handle_eof): Don't set the control macro here. Don't
3826 clear input_stack_listing_current here. Don't emit line
3827 commands.
3828
3829 2000-04-14 Geoff Keating <geoffk@cygnus.com>
3830
3831 * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
3832 always, use the default SVR4 start address.
3833
3834 * config/rs6000/linux.h (LINK_SPEC): Don't define.
3835 (LINK_SHLIB_SPEC): Define.
3836 (LINK_START_DEFAULT_SPEC): Define.
3837 (LINK_OS_DEFAULT_SPEC): Define.
3838
3839 * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
3840
3841 * config/rs6000/eabi.asm (__eabi): Call __init rather than
3842 __do_global_ctors to handle constructors.
3843 * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
3844 (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
3845 (STARTFILE_MVME_SPEC): Likewise.
3846 (STARTFILE_SIM_SPEC): Likewise.
3847 (ENDFILE_ADS_SPEC): Use crtend.
3848 (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
3849 (ENDFILE_MVME_SPEC): Likewise.
3850 (ENDFILE_SIM_SPEC): Likewise.
3851 (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
3852 (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
3853 (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
3854 (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
3855 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
3856 (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
3857 (CRTSTUFF_T_CFLAGS_S): Define.
3858 * config/rs6000/eabi-ctors.c: Delete.
3859
3860 * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
3861 boundary.
3862 (__fini): Likewise.
3863 * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
3864 boundary.
3865 (__fini): Likewise.
3866
3867 Fri Apr 14 16:09:02 2000 Jim Wilson <wilson@cygnus.com>
3868
3869 * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
3870 plus mask size is smaller or equal to the mode size.
3871
3872 Fri Apr 14 18:07:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3873
3874 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
3875 not yet set.
3876
3877 * expr.c (reload.h): Now included.
3878 (emit_block_move): Set volatile_ok when checking for movstr.
3879 (emit_move_1): Check for replacements in addresses in multi-word case.
3880 * Makefile.in (expr.o): Now includes reload.h.
3881
3882 * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
3883 Never have a LIBCALL end a basic block.
3884 (find_basic_blocks_1): Likewise.
3885 Reorganize CALL_INSN cases.
3886
3887 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
3888
3889 Fri Apr 14 10:54:22 2000 Jim Wilson <wilson@cygnus.com>
3890
3891 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
3892 completers from mov.ret instruction.
3893
3894 2000-04-14 Richard Henderson <rth@cygnus.com>
3895
3896 * fold-const.c (extract_muldiv): Don't distribute and widen
3897 multiply across plus for non-sizetype unsigned types.
3898
3899 2000-04-14 Richard Henderson <rth@cygnus.com>
3900
3901 * flow.c (find_auto_inc): Don't autoinc eliminable registers.
3902 If the original source is dead in the incr insn, it's dead now.
3903
3904 Fri Apr 14 07:40:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3905
3906 * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
3907 see if DECL_BIT_FIELD needs to still be set.
3908
3909 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
3910
3911 * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
3912 print_int_cst_octal with something that's not an INTEGER_CST.
3913
3914 * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
3915 and not a SUBREG to a FLOAT rtl.
3916
3917 Thu Apr 13 19:39:56 2000 Clinton Popetz <cpopetz@cygnus.com>
3918
3919 * emit-rtl.c (try_split): Avoid infinite loop if the split
3920 results in a sequence that contains the original insn.
3921
3922 2000-04-13 Andreas Jaeger <aj@suse.de>
3923
3924 * config/mips/mips.c (expand_block_move): Pass alignment
3925 argument to move_by_pieces in bits, not bytes.
3926
3927 * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
3928 __pic__ for little endian.
3929
3930 2000-04-13 Andreas Jaeger <aj@suse.de>
3931
3932 * config/i386/i386-protos.h: Add prototype for
3933 uno_comparison_operator.
3934
3935 Thu Apr 13 15:55:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
3936
3937 * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
3938 * calls.c (ECF_PURE): New flag.
3939 (emit_call_1): Handle ECF_PURE calls.
3940 (initialize_argument_information): Unset ECF_PURE flag too.
3941 (precompute_arguments): Precompute for ECF_PURE too.
3942 (expand_call): Handle ECF_PURE calls too.
3943 (emit_library_call_value_1): Rename no_queue argument to fn_type,
3944 accept value of 2 as pure function.
3945 (emit_library_call_value, emit_library_call): Rename no_queue argument
3946 to fn_type.
3947 * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
3948
3949 * tree.h (DECL_IS_PURE): New macro.
3950 (struct tree_decl): Add pure_flag.
3951 * c-common.c (enum attrs): Add attribute "pure".
3952 (init_attributes): Initialize attribute "pure"
3953 (decl_attributes): Handle attribute "pure".
3954 * extend.texi (Attribute "pure"): Document.
3955 * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
3956 in pure function.
3957 (flags_from_decl_or_type): Support attribute "pure".
3958
3959 2000-04-13 Jason Merrill <jason@casey.cygnus.com>
3960
3961 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
3962 the token except for numbers and identifiers.
3963
3964 Thu Apr 13 00:09:16 EDT 2000 John Wehle (john@feith.com)
3965
3966 * i386.c (ix86_expand_binary_operator,
3967 ix86_expand_unary_operator): Check no_new_pseudos
3968 instead of reload_in_progress and reload_completed.
3969 (ix86_split_ashldi, ix86_split_ashrdi,
3970 ix86_split_lshrdi): Check no_new_pseudos instead
3971 of reload_completed.
3972
3973 2000-04-12 Jeffrey A Law (law@cygnus.com)
3974
3975 * function.c (purge_addressof): Unshare any shared rtl created by
3976 purge_addressof and its children.
3977
3978 2000-04-12 Mark Mitchell <mark@codesourcery.com>
3979
3980 * function.c (aggregate_value_p): VOID_TYPE nodes are never
3981 aggregates.
3982
3983 2000-04-05 Andreas Jaeger <aj@suse.de>
3984
3985 * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
3986 not compiling PIC code, add flags for mabi=64.
3987 (SUBTARGET_CPP_SIZE_SPEC): New.
3988 (SUBTARGET_CPP_SPEC): New.
3989 (CPP_PREDEFINES): Define __PIC__ and __pic__. PIC code is default
3990 for MIPS/Linux and lots of code needs these defines.
3991
3992 Wed Apr 12 22:44:11 2000 Hans-Peter Nilsson <hp@axis.com>
3993
3994 * reorg.c (fill_slots_from_thread): Check side_effects_p when
3995 trying the "opposite arithmetic" approach.
3996
3997 Wed Apr 12 20:51:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3998
3999 * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
4000 (struct sh_args): Add new field force_mem.
4001 (INIT_CUMULATIVE_ARGS): Initialize it.
4002 (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
4003
4004 Wed Apr 12 17:20:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
4005
4006 * calls.c (expand_call): Do not reverse args in "equal from" field.
4007 (emit_library_call_value_1): Emit_libcall_block for const and pure
4008 function.
4009
4010 Wed Apr 12 16:00:25 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4011
4012 * reload1.c (reload_combine): Don't enable optimization for fixed
4013 registers when encountering a BARRIER.
4014
4015 Wed Apr 12 15:54:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
4016
4017 * builtins.c (expand_builtin_memcmp): Do expansion even with
4018 !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
4019
4020 * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
4021 stack is propertly aligned; add sanity checking for aligned
4022 stack pointer.
4023 (expand_library_call_value_1): Add sanity checking for aligned
4024 stack pointer.
4025
4026 Wed Apr 12 07:51:54 2000 Catherine Moore <clm@cygnus.com>
4027
4028 * calls.c (emit_library_call_value_1): Change 3rd arg to
4029 locate_and_pad_parm to disregard the setting of partial.
4030
4031 Wed Apr 12 08:47:38 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4032
4033 * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
4034
4035 * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
4036 CALL_INSN from the normal case.
4037
4038 Fri Apr 7 12:23:04 MET DST 2000 Jan Hubicka <jh@suse.cz>
4039
4040 * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
4041 New global variables.
4042 (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
4043 adjustment.
4044 * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
4045 Declare,
4046 (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
4047 TARGET_ADD_ESP_8): New macros.
4048 * i386.md: Add peep2s to convert esp adjustments to push and pop
4049 instructions.
4050 (pushsi_prologue, popsi_epilogue): New patterns.
4051
4052 2000-04-12 Jakub Jelinek <jakub@redhat.com>
4053
4054 * real.c (toe64): Remove stale #endif from the last change.
4055
4056 2000-04-12 Stephen L Moshier <moshier@mediaone.net>
4057
4058 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
4059 * real.c (toe64): Revert previous change.
4060
4061 2000-04-12 Jakub Jelinek <jakub@redhat.com>
4062
4063 * objc/objc-act.c: Include ggc.h.
4064 (objc_tree_index, objc_global_trees): Convert most of the
4065 static tree variables into a static array with previous names
4066 as defines.
4067 (objc_ellipsis_node): New variable.
4068 (lang_init): Call objc_act_parse_init and c_parse_init.
4069 Create objc_ellipsis_node.
4070 (build_selector_translation_table): Use objc_ellipsis_node instead
4071 of (tree)1.
4072 (hack_method_prototype): Likewise.
4073 (get_arg_type_list): Likewise.
4074 (start_method_def): Likewise.
4075 (continue_method_def): Likewise.
4076 (gen_method_decl): Likewise.
4077 (ggc_mark_imp_list): New function.
4078 (ggc_mark_hash_table): New function.
4079 (objc_act_parse_init): New function.
4080 * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
4081 * c-parse.in (c_parse_init): For objc add roots of objc specific
4082 local tree variables.
4083 * objc/objc-parse.y: Rebuilt.
4084 * objc/objc-parse.c: Rebuilt.
4085 (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
4086
4087 Wed Apr 12 01:00:44 EDT 2000 John Wehle (john@feith.com)
4088
4089 * cse.c (delete_trivially_dead_insns): Also delete insns
4090 that copy a register to itself where the destination is
4091 a strict_low_part.
4092
4093 2000-04-11 Richard Henderson <rth@cygnus.com>
4094
4095 * flow.c (struct propagate_block_info): Add new_dead, new_live.
4096 (propagate_block): Initialize them. Use them in parallel instead
4097 of one tmp variable, ie revert much of the 0408 and 0407 functional
4098 changes, but keep the structural changes.
4099 (mark_set_regs): Take new_dead from propagate_block_info instead.
4100 (mark_set_1, mark_set_reg): Likewise.
4101 (mark_used_regs): Likewise with new_live.
4102 (mark_used_reg): Likewise. Revert 0408 change.
4103
4104 2000-04-11 Nick Clifton <nickc@cygnus.com>
4105
4106 * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
4107 restriction.
4108 (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
4109
4110 2000-04-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4111
4112 * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
4113 const section to output a CONSTRUCTOR based on the same conditions
4114 used for VAR_DECLs.
4115
4116 Tue Apr 11 09:55:59 2000 Jeffrey A Law (law@cygnus.com)
4117
4118 * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
4119 * pa/pa-protos.h (output_call): Add additional argument indicating
4120 if the call is a sibling/tail call.
4121 (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
4122 (compute_64bit_ior, cmpib_comparison_operator): Likewise.
4123 (function_arg, function_arg_partial_nregs): Likewise
4124 * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
4125 (emit_move_sequence): Zero extend certain constants as needed
4126 for TARGET_64BIT.
4127 (compute_zdepdi_operands, output_64bit_and): New functions.
4128 (output_64bit_ior, function_arg): Likewise.
4129 (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
4130 (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
4131 (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
4132 (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
4133 (output_bvb): Likewise.
4134 (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
4135 (output_call): New argument 'sibcall'. Generate sibcall sequences
4136 as needed.
4137 (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT. For
4138 (ouput_arg_descriptor): Do not emit argument descriptors for
4139 TARGET_64BIT.
4140 * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
4141 defined.
4142 (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
4143 (FUNCTION_OK_FOR_SIBALL): Define.
4144 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
4145 (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
4146 (CPP_SPEC): Use new spec infrastructure.
4147 (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
4148 (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
4149 (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
4150 (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
4151 (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
4152 (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
4153 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
4154 (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
4155 (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
4156 (FUNCTION_ARG); Call out to C code.
4157 (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
4158 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
4159 (MIN_UNITS_PER_WORD): Likewise.
4160 * pa/pa.md (cmpdi): New expander.
4161 (scc patterns, movstrsi): Not available for TARGET_64BIT.
4162 (64bit conditional arithmetic): New patterns.
4163 (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
4164 (movsicc): Not available if modes on all the operands to not match.
4165 (movdicc): New expander and associated patterns.
4166 (64bit branches): New patterns.
4167 (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
4168 (pre_ldd, post_std): New patterns.
4169 (64bit addil, load low part): New patterns.
4170 (special movsf constant): Not available for TARGET_64BIT.
4171 (movsf, movdf expanders): Force constants into memory.
4172 (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
4173 (64bit movdf/movdi patterns): New patterns.
4174 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
4175 for TARGET_64BIT.
4176 (extendqidi2, extendhidi2, extendsidi2): Similarly.
4177 (adddi3 expander): Allow "arith_operand" for second input.
4178 (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
4179 (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
4180 (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
4181 (muldi3): New expander for TARGET_64BIT.
4182 (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
4183 for TARGET_64BIT.
4184 (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
4185 patterns for TARGET_64BIT.
4186 (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
4187 patterns for TARGET_64BIT.
4188 (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
4189 (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
4190 (sibcall_epilogue): New expander.
4191 (casesi): Tweak for TARGET_64BIT.
4192 (call expanders): Set & use the outgoing argument pointer. Use the
4193 64bit call patterns as needed. Add additional arg to output_call.
4194 (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
4195 (sibcall, sibcall_internal_symref): New expanders.
4196 (sibcall_value, sibcall_value_internal_symref
4197 (interspace_jump): Turn into an expander + matching patterns.
4198 (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
4199 * pa/pa64-regs.h: Eliminate trigraph sequences.
4200 * pa/pa64-start.h (TARGET_PA_20): Fix typo.
4201
4202 2000-04-11 Zack Weinberg <zack@wolery.cumb.org>
4203
4204 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
4205 cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
4206 cpp_token with cpp_ttype everywhere.
4207 * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
4208 Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
4209 CPP_BUF_COL. Line and column numbers are unsigned int, not
4210 long.
4211 * cpplex.c (cpp_buf_line_and_col): Delete.
4212 * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
4213 'long lineno' to 'unsigned int lineno'.
4214 (CPP_BUF_LINE, CPP_BUF_COL): New macros.
4215
4216 2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4217
4218 * extend.texi: ISO C99 is not a draft anymore.
4219 * invoke.texi: ISO C++ is not a draft anymore.
4220 * cpp.texi: __cplusplus is required by the ISO standard.
4221
4222 * extend.texi (-fthis-is-variable): Undocument.
4223 * flags.h (warn_template_debugging): Remove declaration.
4224 * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
4225 -Wenum-clash, -Wtemplate-debugging): Undocument.
4226
4227 2000-04-10 Nick Clifton <nickc@cygnus.com>
4228
4229 * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
4230 integer.
4231 (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
4232 integer.
4233 (ARM_SIGN_EXTEND): Use HOST_UINT.
4234 (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
4235 (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
4236 (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
4237 (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
4238
4239 * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
4240 (arm_gen_constant): Use HOST_UINT.
4241 (arm_canonicalize_constant): Use HOST_UINT.
4242 (arm_reload_in_hi): Use HOST_UINT.
4243 (arm_reload_out_hi): Use HOST_UINT.
4244 (output_multi_immediate): Use HOST_UINT.
4245 (int_log2): Use HOST_UINT.
4246 (arm_poke_function_name): Use HOST_UINT.
4247 (arm_output_epilogue): Use arm_volatile_func().
4248 (output_thumb_prologue): Use arm_strip_name_encoding().
4249
4250 Mon Apr 10 15:40:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4251
4252 * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
4253 of sequence point problems.
4254
4255 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
4256
4257 * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
4258 Recomment.
4259 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
4260
4261 Mon Apr 10 07:21:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4262
4263 * sbitmap.h: Whitespace changes and use upper-case macro args.
4264 (struct simple_bitmap_def): All sizes now unsigned.
4265 (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
4266 * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
4267 (sbitmap_vector_alloc): Parms and local vars now unsigned.
4268 (sbitmap_zero): Cast bzero arg to PTR.
4269 (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
4270 (sbitmap_union_of_diffs): Change loop index to unsigned and rework
4271 loop to make structure clearer.
4272 (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
4273 (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
4274 (sbitmap_a_and_b_or_c): Likewise.
4275 (sbitmap_intersection_of_succs): Minor cleanups.
4276 (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
4277 (sbitmap_union_of_preds): Likewise.
4278 (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
4279 (debug_sbitmap): New function.
4280
4281 * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
4282 * c-typeck.c (convert_for_assignment): Likewise.
4283
4284 * expmed.c (init_expmed): Don't free objects we make.
4285 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
4286
4287 * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
4288 (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
4289
4290 * gcse.c (expr_hash_table_size): Now unsigned.
4291 (compute_ae_gen): Local variable `i' now unsigned.
4292 (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
4293 (compute_transout, hoist_code): Likewise.
4294 (compute_local_properties): Likewise, also hash_table_size.
4295 (alloc_expr_hash_table): N_INSNS now unsigned.
4296 (delete_null_pointer_checks): Mark arg F as unused.
4297
4298 * regrename.c: Minor cleanups, including chang some variables
4299 to unsigned int.
4300
4301 2000-04-10 Neil Booth <NeilB@earthling.net>
4302
4303 * cpplex.c (skip_block_comment): Use pointer arithmetic rather
4304 than GETC ().
4305 * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
4306
4307 2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4308
4309 * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
4310 __classof__, and __headof__ from the list of gnu keywords.
4311 (-ansi): Remove -foperator-names from list of implied options.
4312 Do not call it ANSI C++.
4313 (-foperator-names): Document as -fno-operator-names.
4314
4315 2000-04-09 Zack Weinberg <zack@wolery.cumb.org>
4316
4317 * cpphash.c (timestamp): Delete.
4318 (del_HASHNODE): If type is T_MCONST, free value.cpval.
4319 (special_symbol): Remove unnecessary braces. Remove
4320 T_VERSION. Treat T_STDC like T_CONST unless
4321 STDC_0_IN_SYSTEM_HEADERS. Render both __DATE__ and __TIME__
4322 when one is encountered, then convert them into T_MCONST
4323 nodes.
4324 * cppinit.c (builtin_array): version_string is T_MCONST.
4325 __STDC__ has a "1" in its cpval. Don't have a terminator
4326 entry. Clean up which entries are dumped.
4327 (initialize_builtins): Only __STDC__ gets the special
4328 -traditional treatment. Count the length of builtin_array.
4329 Render version_string here.
4330 * cpphash.h: Remove T_VERSION. Add T_MCONST.
4331 * cpplib.h (struct cpp_reader): Remove timebuf.
4332
4333 2000-04-09 Richard Henderson <rth@cygnus.com>
4334
4335 * genrecog.c (pred): Update comparison_operator for the unordered
4336 operators.
4337
4338 * config/i386/i386.c (no_comparison_operator): Disallow unordered
4339 operators.
4340 (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
4341 (uno_comparison_operator): New.
4342 (put_condition_code): Handle UNORDERED/ORDERED.
4343 (unsigned_comparison): Likewise.
4344 (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
4345 (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
4346 (ix86_expand_fp_compare): Use them. Take scratch as argument,
4347 update all callers. Handle all 8 unordered operators.
4348 (ix86_expand_setcc): Lose the unordered argument, update all callers.
4349 (ix86_expand_branch): Likewise. Don't fully expand fp branches.
4350 * config/i386/i386.h (PREDICATE_CODES): Update.
4351 * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
4352 (ix86_expand_branch, ix86_expand_setcc): Update.
4353 * config/i386/i386.md (sunordered, sordered): New.
4354 (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
4355 (bunordered, bordered): New.
4356 (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
4357 (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
4358 (*fp_jcc_5, *fp_jcc_6, and splitters): New.
4359
4360 2000-04-09 Philip Blundell <philb@gnu.org>
4361
4362 * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
4363
4364 Sun Apr 9 15:16:14 EDT 2000 John Wehle (john@feith.com)
4365
4366 * i386.md (fix_truncsfhi2, fix_truncdfhi2,
4367 fix_truncxfhi2): New patterns.
4368 * i386.c (output_fix_trunc): Handle converting to HImode.
4369
4370 2000-04-08 Alex Samuel <samuel@codesourcery.com>
4371
4372 * ssa.c (convert_to_ssa): Eliminate dead code when calling
4373 life_analysis.
4374 (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
4375 (for_each_successor_phi): Change parameter to basic_block.
4376 (coalesce_regs_in_successor_phi_nodes): Likewise.
4377 (coalesce_regs_in_copies): Likewise.
4378 (compute_coalesced_reg_partition): Use basic_block instead of index.
4379 * rtl.h (convert_to_ssa): Delete.
4380 (convert_from_ssa): Likewise.
4381 (successor_phi_fn): Likewise.
4382 (for_each_successor_phi): Likewise.
4383 (in_ssa_form): Likewise.
4384 * basic-block.h (convert_to_ssa): Moved from rtl.h.
4385 (convert_from_ssa): Likewise.
4386 (successor_phi_fn): Likewise.
4387 (in_ssa_form): Likewise.
4388 (for_each_successor_phi): Likewise. Change parameter to basic_block.
4389 * flow.c (calculate_global_regs_live): Pass a basic_block to
4390 for_each_successor_phi.
4391
4392 2000-04-08 Richard Henderson <rth@cygnus.com>
4393
4394 * flow.c (mark_used_reg): Use reg_set_p to determine if a register
4395 was modified in the current insn.
4396
4397 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
4398
4399 * arm/thumb.md: Delete.
4400 * arm/thumb-protos.h: Delete.
4401
4402 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
4403
4404 Merge changes from merged-arm-thumb-backend-branch onto trunk.
4405
4406 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
4407
4408 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
4409 into branch.
4410
4411 * arm.md (nop): Use the standard RTL expression. Don't code as a
4412 define_expand.
4413 (*arm_nop, *thumb_nop): Delete.
4414
4415 * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
4416 constants. Use casts instead.
4417 (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
4418 output_multi_immediate, arm_poke_function_name): Likewise.
4419 * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
4420 MASK_RETURN_ADDDR): Likewise.
4421
4422 2000-03-31 Richard Earnshaw (rearnsha@arm.com)
4423
4424 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
4425 into branch.
4426
4427 * arm.md (eh_epilogue): New function.
4428 * arm.h (struct machine_function): Move to here ...
4429 * arm.c: ... from here.
4430 (arm_output_epilogue): Support epilogues for __builtin_eh_return.
4431 (thumb_exit): Extra parameter eh_ofs. All callers changed.
4432 Handle epilogues for __builtin_eh_return. Make bit-fields unsigned.
4433
4434 2000-03-30 Nick Clifton <nickc@cygnus.com>
4435
4436 * config/arm/semi.h (ASM_SPEC): Restore definition.
4437 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
4438
4439 * config/arm/elf.h (ASM_SPEC): Restore definition.
4440 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
4441
4442 * config/arm/arm.h (ASM_SPEC): Remove definition.
4443 (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
4444
4445 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
4446
4447 * config/arm/arm.c: Disable -fschedule-insns for Thumb.
4448
4449 2000-03-24 Nick Clifton <nickc@cygnus.com>
4450
4451 Various formating tidyups, elimination of compile time
4452 warnings and synchronisation with internal sources:
4453
4454 * config/arm/arm-protos.h (assemble_align): Add prototype.
4455 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
4456 (gen_comapre_reg): Rename to arm_gen_compare_reg.
4457 (arm_return_addr_rtx): Rename to arm_return_addr.
4458
4459 * config/arm/arm.c: Include except.h.
4460 Define shorter typenames for strict minipool_node and struct
4461 minipool_fix.
4462 (arm_return_in_memory): For WinCE return all structures <= 32 bits
4463 in memory.
4464 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
4465 (gen_comapre_reg): Rename to arm_gen_compare_reg.
4466
4467 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
4468 already defined.
4469 (ASM_SPEC): Define if not already defined.
4470 (ASM_OUTPUT_DEF_FROM_DECLS): Define.
4471
4472 * config/arm/arm.md: Rename references to gen_rotated_half_load to
4473 arm_gen_rotated_half_load, and references to gen_comapre_reg to
4474 arm_gen_compare_reg.
4475 (indirect_jump): Only accept register operands.
4476 (load_indirect_jump): Keep this pattern since combine can generate
4477 it.
4478
4479 * config/arm/coff.h: Include aout.h.
4480 (MULTILIB_DEFAULTS): Only define if not already defined.
4481
4482 * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
4483 into arm.h (so that COFF ports can support thumb based aliases).
4484 (ASM_SPEC): Move definition into arm.h
4485
4486 * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
4487 redundant apcs spec.
4488 (ASM_SPEC): Move definition to arm.h
4489
4490 * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
4491
4492 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
4493 for entries in the .bss section
4494
4495 2000-03-23 Nick Clifton <nickc@cygnus.com>
4496
4497 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
4498 to thumb_far_jump_used_p.
4499
4500 * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
4501 single integer parameter.
4502
4503 * config/arm/arm.c (struct machine_function): Add two new
4504 fields, 'far_jump_used' and 'arg_pointer_live'.
4505 (thumb_far_jump_used_p): Once the decision has been made that
4506 far jumps might be used, always return true.
4507 If being called from the initial elimination offset macro then
4508 do not bother to perform the test if the arg pointer is not
4509 being used.
4510 (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
4511 (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
4512
4513 2000-03-23 Richard Earnshaw (rearnsha@arm.com)
4514
4515 * arm.c (output_return_instruction): Handle more cases where we can
4516 return from a function with an ldr instruction.
4517 (arm_output_epilogue): Likewise.
4518
4519 * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
4520 if we need to push a large stack frame and there are no callee-saved
4521 registers.
4522
4523 * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
4524 in ARM code if the frame pointer has been eliminated.
4525
4526 * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
4527 unspec_volatile arguments to avoid duplicates.
4528 (consttable_1, consttable_2): Fixes for big-endian mode.
4529
4530 * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
4531 as appropriate.
4532
4533 Re-write constant pool code.
4534 * arm.c (minipool_node, minipool_fix): New types.
4535 (minifix): Delete type.
4536 (arm_add_minipool_constant): Delete.
4537 (arm_compute_minipool_offsets, arm_find_barrier,
4538 arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
4539 (get_jump_table_size): Now returns HOST_WIDE_INT.
4540 (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
4541 functions.
4542 (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
4543 (assign_minipool_offsets, arm_print_value): Likewise.
4544 (dump_minipool): Rewrite.
4545 (arm_barrier_cost): New function.
4546 (create_fix_barrier): New function.
4547 (push_minipool_barrier): New function.
4548 (push_minipool_fix): Record additional information about the fixup
4549 required.
4550 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
4551 check the mode of what needs fixing.
4552 (arm_reorg): Rewrite.
4553
4554 2000-03-08 Nick Clifton <nickc@cygnus.com>
4555
4556 * config/arm/arm.md (indirect_jump): Force constant addresses into
4557 a register.
4558
4559 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
4560
4561 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
4562
4563 2000-02-24 Nick Clifton <nickc@cygnus.com>
4564
4565 * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
4566 adjust is word aligned.
4567 (thumb_expand_epilogue): Make sure that stack adjust is word
4568 aligned.
4569
4570 * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
4571
4572 2000-02-24 Bernd Schmidt <bernds@cygnus.com>
4573
4574 * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
4575 pointer relative addresses.
4576
4577 2000-02-10 Richard Earnshaw <rearnsha@arm.com>
4578
4579 * arm.c (find_barrier): Find the last barrier within the allowed
4580 range.
4581
4582 2000-02-09 Nick Clifton <nickc@cygnus.com>
4583
4584 * config/arm/arm-protos.h: Replace PROTO with PARAMS.
4585
4586 2000-02-09 Nick Clifton <nickc@cygnus.com>
4587
4588 * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
4589 ARM_FUNCTION_PROFILER.
4590
4591 * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
4592 ARM_FUNCTION_PROFILER.
4593
4594 * config/arm/linux-oldld.h: Imported from mainline sources.
4595
4596 2000-02-07 Nick Clifton <nickc@cygnus.com>
4597
4598 * config/arm/lib1funcs.asm: Merge in thumb functions from
4599 lib1thumb.asm.
4600
4601 * config/arm/lib1thumb.asm: Delete.
4602
4603 2000-02-04 Nick Clifton <nickc@cygnus.com>
4604
4605 * config/arm/arm.c: Sychronised with current Red hat local
4606 sources.
4607 * config/arm/arm.h: Ditto.
4608 * config/arm/arm-protos.h: Ditto.
4609
4610 2000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
4611
4612 * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
4613
4614 * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
4615 byte stores.
4616
4617 2000-02-02 Nick Clifton <nickc@cygnus.com>
4618
4619 * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
4620
4621 * config/arm/arm.md (epilogue): Fix rtl checking abort because
4622 (return) was emited using an emit_insn() call.
4623
4624 2000-01-31 Nick Clifton <nickc@cygnus.com>
4625
4626 * config/arm/arm.c (output_thumb_prologue): Fix bug generating
4627 thumb stack frame.
4628 (thumb_exit): Move frame pointer back into hard frame pointer
4629 register if backtracing is being used.
4630
4631 2000-01-13 Richard Earnshaw (rearnsha@arm.com)
4632
4633 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
4634 into branch.
4635
4636 1999-12-15 Bernd Schmidt <bernds@cygnus.co.uk>
4637
4638 * config/arm/arm.md (neg_pool_offset): Provide default for new
4639 attribute.
4640 (arm_movsi_insn): Add neg_pool_offset attribute.
4641 * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
4642 rtx for the insn that starts the scan and an unsigned long for its
4643 address. Add MIN_OFFSET and PINSERTED args. All callers changed.
4644 Change scan to ignore insns before MIN_OFFSET. Store size of inserted
4645 instructions in *PINSERTED.
4646 (struct minipool_fixup): Add MIN_ADDRESS elt.
4647 (sort_fixups): Compute it.
4648 (arm_reorg): Changes to support inserting pools before the insn to be
4649 fixed up.
4650
4651 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
4652
4653 * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
4654 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
4655 * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
4656
4657 Wed Nov 3 10:04:07 1999 Nick Clifton <nickc@cygnus.com>
4658
4659 * config/arm/semi.h (TARGET_VERSION): Do not define if already
4660 defined.
4661 (TARGET_DEFAULT): Do not define if already defined.
4662
4663 Tue Nov 2 10:37:25 1999 Nick Clifton <nickc@cygnus.com>
4664
4665 * config/arm/arm.md (anddi3): Allow disjoint source operands.
4666 (iordi3): Allow disjoint source operands.
4667 (xordi3): Allow disjoint source operands.
4668 (negdi2): Permit construction for ARM and Thumb.
4669 (arm_negdi2): Renamed version of old negdi2 pattern.
4670 (thumb_negdi2): New pattern: Only permit non-overlapping
4671 source and destination.
4672
4673 Fri Oct 29 18:52:38 1999 Nick Clifton <nickc@cygnus.com>
4674
4675 * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
4676 scratch low register so that it will not be deleted.
4677
4678 Fri Oct 29 15:23:48 1999 Nick Clifton <nickc@cygnus.com>
4679
4680 * config/arm/pe.h (ARM_PE): Define.
4681
4682 * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
4683 interfacearm attribute if this is a PE toolchain.
4684 (output_return_instruction): Do not emit anything if the function
4685 has the naked attribute set.
4686 (is_called_in_ARM_mode): If the function has the interfacearm
4687 attribute then return true.
4688 (thumb_expand_prologue): Do not generate a prologue for naked
4689 functions.
4690 (thumb_expand_epilogue): Do not generate an epilogie for a naked
4691 function.
4692 (output_thumb_prologue): Do not bother if the function is naked.
4693 Strip PE encoding from function name before emitting.
4694
4695 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
4696
4697 * arm.md (pic_load_addr): Fix constraints.
4698
4699 * arm.md (casesi_insn): Fix mis-applied patch.
4700
4701 * arm.md ("core" function unit): Add rules for single- and
4702 multi-cycle insns.
4703 (All TARGET_THUMB patterns): Add "type" attribute information
4704 where needed.
4705 * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
4706 the following insn is a CALL.
4707
4708 * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
4709 pointer.
4710 * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
4711 ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
4712 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
4713
4714 Wed Oct 27 14:40:48 1999 Nick Clifton <nickc@cygnus.com>
4715
4716 * config/arm/linux-gas.h: oops - this file was missed out when the
4717 branch was created...
4718
4719 Tue Oct 26 17:07:38 1999 Richard Earnshaw <rearnsha@arm.com>
4720
4721 * thumb.c: Deleted. Move contents to ...
4722 * arm.c: ... here.
4723 * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
4724 rule for thumb.o
4725 * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
4726 * configure: Regen.
4727
4728 * arm-protos.h: Use RTX_CODE and tidy up long lines. Don't
4729 declare a prototype for asm_output_align();
4730
4731 * arm.c (thumb_condition_code): Delete.
4732 (arm_print_operand): Always use arm_condition_code array.
4733
4734 * arm.c (thumb_return_addr_rtx): Delete.
4735 (arm_save_machine_status, arm_restore_machine_status): Delete.
4736 (arm_init_machine_status, arm_mark_machine_status): New functions.
4737 (arm_init_expanders): Update accordingly.
4738 (arm_return_addr): Renamed from arm_return_addr_rtx. Rewrite.
4739 (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
4740 * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
4741
4742 Tue Oct 26 13:24:16 1999 Nick Clifton <nickc@cygnus.com>
4743
4744 * configure.in : Fix arm-*-aout target to use new t-arm-aout
4745 script.
4746 * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
4747 targets.
4748
4749 Tue Oct 26 11:27:12 1999 Nick Clifton <nickc@cygnus.com>
4750
4751 * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
4752 stack backtrace structure.
4753
4754 * config/arm/arm-protos.h: Add prototypes for functions defined in
4755 arm/pe.h.
4756
4757 * config/arm/arm.c (arm_override_options): Fix selection of
4758 attributes of default processor.
4759
4760 * config/arm/coff.h: Delete needless #include.
4761
4762 * config/arm/pe.c: Delete unused code.
4763
4764 * config/arm/pe.h (CPP_DEFINES): Delete
4765 (SUBTARGET_CPP_SPEC): Define.
4766 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
4767
4768 * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
4769
4770 Mon Oct 25 15:42:09 1999 Richard Earnshaw (rearnsha@arm.com)
4771
4772 * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
4773 updated.
4774 (CAN_DEBUG_WITHOUT_FP): Define.
4775 (FIXED_REGISTERS): Make r11 call-saved.
4776 (CALL_USED_REGISTERS): Likewise.
4777 (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
4778 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
4779 frame-pointer is required.
4780 (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
4781 * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
4782 if the target normally needs a stack frame in non-leaf functions.
4783 (use_return_insn): Correct logic for determining when a return
4784 instruction can be used.
4785 (output_return_instruction): Handle the frame-pointer register as
4786 a normal register when not TARGET_APCS_FRAME.
4787 (arm_output_prologue): Likewise.
4788 (arm_output_epilogue): Likewise.
4789 (output_func_epilogue): Likewise.
4790 (arm_expand_prologue): Likewise.
4791 * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
4792
4793 * arm.c (use_return_insn): No need to check floating point regs if
4794 TARGET_SOFT_FLOAT.
4795 (arm_find_minipool_constant): Correct typo; use GET_CODE to get
4796 the code of value stored in the minipool array.
4797 (arm_add_minipool_constant): Likewise.
4798
4799 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4800
4801 * basic-block.h (conflict_graph_enum_fn): K&R fix.
4802
4803 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4804
4805 * tree.c (tree_expr_nonnegative_p): New function.
4806
4807 * tree.h (tree_expr_nonnegative_p): Declare.
4808
4809 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
4810 elide some sign_compare warnings.
4811 (build_conditional_expr): Likewise.
4812
4813 Sat Apr 8 00:21:51 EDT 2000 John Wehle (john@feith.com)
4814
4815 * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
4816
4817 * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
4818 * i386.c (print_operand): Use the proper suffix for a 387 HImode
4819 operand. Abort if a 387 operand has an unsupported size.
4820
4821 2000-04-08 Neil Booth <NeilB@earthling.net>
4822
4823 * cppexp.c (parse_charconst): Null does not end character
4824 constants.
4825 * cppinit.c (ISTABLE): Null character handled as whitespace.
4826 * cpplex.c (null_warning): new function.
4827 (skip_string): Emit warning if nulls encountered.
4828 (_cpp_skip_hspace): Emit warning if nulls encountered.
4829 (_cpp_lex_token): Emit warning if nulls encountered. Drop
4830 them.
4831 * cpp.texi: Update.
4832
4833 2000-04-07 Richard Henderson <rth@cygnus.com>
4834
4835 * flow.c (loop_depth): Remove.
4836 (reg_next_use, cc0_live, mem_set_list): Replace with ...
4837 (struct propagate_block_info): New.
4838 (life_analysis): Don't allocate reg_next_use.
4839 (propagate_block_delete_insn): Break out of propagate_block.
4840 Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
4841 (propagate_block_delete_libcall): Likewise.
4842 (propagate_block): Create a propagate_block_info struct to pass
4843 to subroutines. Allocate one not two temporary regsets. Don't
4844 clobber memory for const calls. Look for clobbers in
4845 CALL_INSN_FUNCTION_USAGE.
4846 (mark_set_regs): Recognize COND_EXEC.
4847 (mark_set_reg): Break out of mark_set_1.
4848 (mark_used_reg): Break out of mark_used_regs.
4849 (mark_used_regs): Recognize COND_EXEC.
4850 (insn_dead_p): Use propagate_block_info struct.
4851 (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
4852 (find_auto_inc, try_pre_increment_1): Likewise.
4853 (print_rtl_with_bb): Dump regs live at end too.
4854 (count_reg_sets_1): Pass in loop_depth.
4855 (count_reg_sets, count_reg_references): Likewise.
4856 (recompute_reg_usage): Provide it.
4857
4858 2000-04-07 Richard Henderson <rth@cygnus.com>
4859
4860 * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
4861 not the raw files.
4862
4863 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
4864
4865 * cpplib.c (do_elif): Skip the rest of the line if we're
4866 not going to bother evaluating it.
4867 (skip_if_group): Clear pfile->only_seen_white. Reorder loop
4868 to avoid pointless calls to the lexer.
4869
4870 Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
4871
4872 * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
4873
4874 2000-04-07 Jason Merrill <jason@casey.cygnus.com>
4875
4876 * calls.c (expand_call): emit_queue if we're trying a sibcall.
4877
4878 2000-04-07 Jakub Jelinek <jakub@redhat.com>
4879
4880 * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
4881
4882 2000-04-06 Geoff Keating <geoffk@cygnus.com>
4883
4884 * Makefile.in: Build crtbeginS and crtendS like crtbegin and
4885 crtend so they can be multilibbed.
4886 (STAGESTUFF): Remove s-crt and s-crtS.
4887
4888 2000-04-07 Richard Henderson <rth@cygnus.com>
4889
4890 * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
4891 if we discover we need a pseudo and no_new_pseudos is true.
4892 * config/alpha/alpha.md (ne:DI insn): New.
4893 (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
4894
4895 2000-04-07 Richard Henderson <rth@cygnus.com>
4896
4897 * rtl.def (COND_EXEC): New.
4898 * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
4899 * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
4900
4901 * genconfig.c (have_cond_arith_flag): Remove.
4902 (have_cond_exec_flag): New.
4903 (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
4904 (main): Print HAVE_conditional_execution.
4905
4906 * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
4907 (sched_analyze_insn, print_pattern): Likewise.
4908 * reload.c (find_equiv_reg): Likewise.
4909 * rtlanal.c (reg_referenced_p): Likewise.
4910 (note_stores, dead_or_set_regno_p): Likewise.
4911 (reg_overlap_mentioned_p): Rewrite to use a switch.
4912
4913 * ggc.h (struct rtx_def): Forward declare.
4914
4915 * print-rtl.c (debug_rtx_range): New.
4916 * rtl.h (debug_rtx_range): Declare.
4917
4918 * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
4919
4920 * gcse.c (gcse_main): Don't rebuild the CFG here.
4921 (delete_null_pointer_checks): Likewise.
4922 * ssa.c (convert_to_ssa): Likewise.
4923 * toplev.c (rest_of_compilation): Do it here instead. Combine
4924 sequential calls to TIMEVAR. Consistently use `insns' instead of
4925 `get_insns()'. Always split insns after reload when optimizing.
4926
4927 * basic-block.h (merge_blocks_nomove): Declare.
4928 (tidy_fallthru_edge): Declare.
4929 * flow.c (merge_blocks_nomove): Document as merging into previous
4930 blocks. Remove cruft from between blocks; remove all edges out of A.
4931 (tidy_fallthru_edge): Export.
4932
4933 2000-04-06 Alex Samuel <samuel@codesourcery.com>
4934
4935 * ssa.c (compute_conservative_reg_partition): Declare with
4936 void arguments.
4937 * toplev.c (clean_dump_file): Remove previously-deleted function
4938 inadvertantly merged back in.
4939 * conflict.c (conflict_graph_add): Use a single call to
4940 htab_find_slot to look up and insert.
4941
4942 2000-04-06 Richard Henderson <rth@cygnus.com>
4943
4944 * genrecog.c (*): Rename _last_insn to last_insn.
4945 (make_insn_sequence): Set the position of the peephole2 C test
4946 to be at the last insn.
4947
4948 2000-04-06 Richard Henderson <rth@cygnus.com>
4949
4950 * flow.c (compute_flow_dominators): Free worklist.
4951
4952 2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
4953
4954 * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
4955
4956 2000-04-06 Alex Samuel <samuel@codesourcery.com>
4957
4958 * rtl.h (INSN_P): New macro.
4959 (successor_phi_fn): New typedef.
4960 (for_each_successor_phi): New prototype.
4961 (in_ssa_form): New variable.
4962 (PHI_NODE_P): Likewise.
4963 * flow.c (calculate_global_regs_live): Add to new_live_at_end from
4964 phi nodes in successors.
4965 (mark_used_regs): Add PHI case.
4966 (set_phi_alternative_reg): New function.
4967 (life_analysis): Assert that dead code elimination is not selected
4968 when in SSA form.
4969 * toplev.c (to_ssa_time): New variable.
4970 (from_ssa_time): Likewise.
4971 (compile_file): Zero to_ssa_time and from_ssa_time.
4972 Print time to convert to and from SSA.
4973 (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
4974 (print_time): Compute percent fraction as integer.
4975 * ssa.c (PHI_NODE_P): Moved to rtl.h.
4976 (convert_to_ssa): Check if we're already in SSA.
4977 Don't eliminate dead code in life_analysis.
4978 Rerun flow and life analysis at bottom.
4979 (eliminate_phi): Use canonical regnos when adding nodes.
4980 (mark_reg_in_phi): New function.
4981 (mark_phi_and_copy_regs): Likewise.
4982 (convert_from_ssa): Rerun life analysis at top.
4983 Use coalesced partition.
4984 Check for removing a phi node at the end of the block.
4985 (compute_coalesced_reg_partition): New function.
4986 (coalesce_regs_in_copies): Likewise.
4987 (coalesce_reg_in_phi): Likewise.
4988 (coalesce_regs_in_sucessor_phi_nodes): Likewise.
4989 (for_each_successor_phi): Likewise.
4990 (rename_context): New struct.
4991 (rename_block): Use a rename_context with rename_insn_1. When
4992 renaming sets of a subreg, emit a copy of the entire reg first.
4993 (rename_insn_1): Treat data as a rename_context *. Save current
4994 insn in set_data.
4995 (rename_set_data): Add field set_insn.
4996 * Makefile.in (HASHTAB_H): Move up in file.
4997 (OBSTACK_H): New macro.
4998 (collect2.o): Use OBSTACK_H in dependencies.
4999 (sdbout.o): Likewise.
5000 (emit-rtl.o): Likewise.
5001 (simplify-rtx.o): Likewise.
5002 (fix-header.o): Likewise.
5003 (OBJS): Add conflict.o.
5004 (conflict.o): New rule.
5005 * basic-block.h: Include partition.h.
5006 (conflict_graph): New typedef.
5007 (conflict_graph_enum_fn): Likewise.
5008 (conflict_graph_new): New prototype.
5009 (conflict_graph_delete): Likewise.
5010 (conflict_graph_add): Likewise.
5011 (conflict_graph_conflict_p): Likewise.
5012 (conflict_graph_enum): Likewise.
5013 (conflict_graph_merge_regs): Likewise.
5014 (conflict_graph_print): Likewise.
5015 (conflict_graph_compute): Likewise.
5016 * conflict.c: New file.
5017
5018 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
5019
5020 * tlink.c (read_repo_files): Don't look for .rpo info for
5021 linker flags.
5022
5023 Thu Apr 6 20:39:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5024
5025 * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
5026
5027 Thu Apr 6 19:34:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5028
5029 * config/sh/lib1funcs.asm (___udivsi3_i4):
5030 ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
5031 only depends on FMOVD_WORKS.
5032
5033 Thu Apr 6 19:11:47 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5034
5035 * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
5036 make double constant 8-byte aligned.
5037
5038 2000-04-06 Jakub Jelinek <jakub@redhat.com>
5039
5040 * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
5041 movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
5042 movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
5043 (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
5044 Accept storing GENERAL_REGS into offsetable memory.
5045 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
5046 building a TFmode constant other than 0.0L into GENERAL_REGS.
5047
5048 2000-04-06 Clinton Popetz <cpopetz@cygnus.com>
5049
5050 * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
5051
5052 2000-04-06 Zack Weinberg <zack@wolery.cumb.org>
5053
5054 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
5055 (macro_cleanup): No need to cast pbuf->macro.
5056 (collect_expansion): Use _cpp_get_define_token. Goto done if
5057 it returns VSPACE. Remove check for trailing space after
5058 CPP_COMMENT.
5059 (_cpp_create_definition): Don't diddle flags here. Return
5060 directly on error.
5061 (unsafe_chars): Handle c1 being EOF.
5062 (push_macro_expansion): Use unsafe_chars for both accidental-paste
5063 checks. Don't push the buffer till after we're done with
5064 them.
5065 * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
5066 (PEEKN, FORWARD, GETC, PEEKC): Use them.
5067 (cpp_push_buffer): Don't set new->alimit. Set new->mark
5068 appropriately.
5069 (_cpp_parse_assertion): Don't NUL terminate.
5070 (_cpp_lex_token): Fix -traditional macro handling. Don't skip
5071 hspace before calling _cpp_parse_assertion. Remove all sets
5072 of only_seen_white. Treat '\f' as hspace. Don't do anything
5073 special with '\n' here.
5074 (maybe_macroexpand): Handle T_EMPTY hash entries without
5075 pushing a buffer at all.
5076 (cpp_get_token): Handle clearing only_seen_white here. Handle
5077 incrementing the line number here. Clear
5078 potential_control_macro as well as only_seen_white, if
5079 appropriate.
5080 (cpp_get_non_space_token): Don't eat CPP_POP tokens.
5081 (_cpp_get_define_token): New function, basically like
5082 _cpp_get_directive_token was but doesn't eat horizontal space.
5083 Don't do anything with only_seen_white here.
5084 (_cpp_get_directive_token): Just call _cpp_get_define_token
5085 repeatedly till it returns non-hspace.
5086
5087 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
5088 (conditional_skip, skip_if_group): Return int.
5089 (DIRECTIVE_TABLE): Change origin of all conditional directives
5090 to "COND".
5091 (TRAD_DIRECT_P): New macro.
5092 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue
5093 an error for a bogus directive, unless -lang-asm. Use
5094 TRAD_DIRECT_P. Loop calling handler functions till one returns
5095 zero.
5096 (get_macro_name): Don't diddle flags here.
5097 (do_define): Diddle flags here. Use _cpp_get_directive_token.
5098 Create T_EMPTY nodes for #define macro /* nothing */.
5099 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
5100 Use hp->name when calling pass_thru_directive.
5101 (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
5102 Return the result of conditional_skip and/or skip_if_group.
5103 Don't call _cpp_output_line_command.
5104 (consider_directive_while_skipping): Use _cpp_get_directive_token.
5105 Issue -Wtraditional warnings as appropriate. Don't complain
5106 about unrecognized directives. If we are to stop skipping,
5107 return the number of the directive that ended the skip.
5108 (skip_if_group): Use _cpp_get_directive_token. Turn off macro
5109 expansion and line commands while skipping. Return the result
5110 of consider_directive_while_skipping, if nonzero.
5111 (do_endif): Just set potential_control_macro here.
5112 (validate_else): Use _cpp_get_directive_token.
5113 (do_assert, do_unassert): Don't save pointers into the
5114 token_buffer across calls to the lexer. Use
5115 _cpp_get_directive_token.
5116
5117 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
5118 pointer, not an offset. Replace 'data', which was a generic
5119 pointer, with 'macro', which points to a struct hashnode.
5120 (cpp_reader): Add 'potential_control_macro' pointer.
5121 * cpphash.h (T_UNUSED): Replace with T_EMPTY.
5122 (CPP_BUF_GET, CPP_FORWARD): Delete.
5123 (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
5124 (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
5125 ACTIVE_MARK_P): Update.
5126 (_cpp_get_define_token): New internal function.
5127 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
5128
5129 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
5130
5131 * configure.in: And here.
5132 * configure: Regenerate.
5133 * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
5134 --enable-libstdcxx-v3 is passed at configure time.
5135 * config.h.in: Regenerate.
5136
5137 2000-04-05 Mark Mitchell <mark@codesourcery.com>
5138
5139 * final.c (final): Use xcalloc to allocate line_note_exists.
5140 * function.c (free_after_compilation): Free the temp_slots.
5141 (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
5142 (combine_temp_slot): Free temp_slots when they get combined.
5143 (purge_addressof): Fix typo in comment.
5144 * stmt.c (mark_goto_fixup): Mark the fixup itself.
5145 (expand_fixup): Allocate the fixup with ggc_alloc_obj.
5146
5147 * ggc.h: Include varray.h.
5148 (ggc_pending_trees): Declare.
5149 (ggc_mark_tree_children): Remove declaration.
5150 (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
5151 * ggc-common.c (ggc_pending_trees): New variable.
5152 (ggc_mark_roots): Call ggc_mark_trees.
5153 (ggc_mark_tree_children): Rename to ggc_mark_trees. Process all
5154 the ggc_pending_trees.
5155 * Makefile.in (GGC_H): New variable. Use it throughout in place
5156 of ggc.h.
5157
5158 Thu Apr 6 00:30:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5159
5160 * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
5161 GET_MODE_SIZE.
5162
5163 Wed Apr 5 23:17:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5164
5165 * sh.c (sh_insn_length_adjustment): New function.
5166 * sh-protos.h (sh_insn_length_adjustment): Declare.
5167 * sh.h (ADJUST_INSN_LENGTH): Use it.
5168
5169 Wed Apr 5 12:35:18 2000 Hans-Peter Nilsson <hp@axis.com>
5170
5171 * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
5172 from the insn where REG_RETVAL is added.
5173 (emit_no_conflict_block): Ditto.
5174
5175 * md.texi (Standard Names): Clarify when movX is needed.
5176
5177 * combine.c (simplify_comparison) [MINUS]: Do not replace
5178 all (op (minus A B) 0) with (op A B).
5179
5180 Wed Apr 5 18:03:31 2000 Toshiyasu Morita (toshi.morita@sega.com)
5181 J"orn Rennecke <amylaar@cygnus.co.uk>
5182
5183 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
5184 (block_lump_real): Likewise.
5185
5186 2000-04-05 Chris Demetriou <cgd@netbsd.org>
5187
5188 * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
5189 remaining non-zero debugging masks.
5190
5191 Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
5192
5193 * basic-block.h (verify_flow_info): Declare.
5194 (flow_loop_outside_edge_p): Declare.
5195 * flow.c (verify_flow_info): Remove declaration.
5196 (clear_log_links, flow_loop_outside_edge_p): Likewise.
5197
5198 Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
5199
5200 * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
5201 not C++ comments.
5202
5203 2000-04-05 Jakub Jelinek <jakub@redhat.com>
5204
5205 * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
5206 snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
5207 seqdi_zero_trunc+1): Allow splits only if registers are
5208 different.
5209
5210 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
5211
5212 * acconfig.h: Add HAVE_GAS_HIDDEN.
5213 * config.in: Regenerated.
5214 * configure.in: Add test for .hidden pseudo-op in gas.
5215 * configure: Regenerated.
5216 * crtstuff.c: Include auto-host.h.
5217 Emit additional .hidden pseudo-op for __dso_handle if the
5218 assembler knows about it.
5219
5220 2000-04-04 Philippe De Muyter <phdm@macqel.be>
5221
5222 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
5223 before freeing argnames.
5224 * cpplib.c (do_ifndef): Cast return value of xstrdup.
5225
5226 2000-04-05 Michael Meissner <meissner@redhat.com>
5227
5228 * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
5229 Walton <jonboy@gordian.com> to make memory references with update
5230 work wtih -mregnames.
5231
5232 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5233
5234 * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
5235 (regrename_optimize): Rename variables `def_uses' and
5236 `ext_basic_blocks' to avoid conflicts with similarly named
5237 typedefs in traditional C.
5238
5239 * calls.c (initialize_argument_information): Fix typo in previous
5240 change.
5241
5242 2000-04-04 Richard Henderson <rth@cygnus.com>
5243
5244 * regrename.c (consider_available): Test fixed_regs not
5245 PIC_OFFSET_TABLE_REGNUM.
5246
5247 2000-04-04 Geoff Keating <geoffk@cygnus.com>
5248
5249 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
5250 crtend.
5251 (CRTSTUFF_T_CFLAGS_S): Delete definition.
5252 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
5253 (ENDFILE_LINUX_SPEC): Always use crtend.
5254 * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
5255 (powerpc-*-linux-gnu): Likewise.
5256 * configure: Regenerate.
5257
5258 * config/rs6000/eabi.h: Don't include sysv4.h.
5259 (MULTILIB_DEFAULTS): Don't define.
5260 * config/rs6000/eabiaix.h: Don't include eabi.h.
5261 * config/rs6000/eabile.h: Delete.
5262 * config/rs6000/eabilesim.h: Delete.
5263 * config/rs6000/eabisim.h: Don't include eabi.h.
5264 * config/rs6000/linux.h: Don't include sysv4.h.
5265 (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
5266 (MULTILIB_DEFAULTS): Don't redefine.
5267 * config/rs6000/rtems.h: Don't include eabi.h.
5268 * config/rs6000/sol2.h: Don't include sysv4le.h.
5269 * config/rs6000/sysv4le.h: Don't include sysv4.h.
5270 * config/rs6000/t-ppc: Delete.
5271 * config/rs6000/t-ppcgas: Correct comment.
5272 * config/rs6000/t-ppcos: Correct comment. Don't build
5273 multilibs for -fPIC, rather use -fPIC -mstrict-align
5274 as default.
5275 * config/rs6000/t-ppc: Delete.
5276 * config/rs6000/vxppc.h: Don't include sysv4.h.
5277 * config/rs6000/vxppcle.h: Delete.
5278 * configure.in: Use multiple header files for p2pc ELF targets
5279 powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
5280 powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
5281 powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
5282 powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is
5283 always available for these platforms.
5284
5285 2000-04-04 Richard Henderson <rth@cygnus.com>
5286
5287 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
5288
5289 2000-04-04 Stan Cox <scox@cygnus.com>
5290
5291 * Makefile.in: Add rules for regrename.o
5292 * regrename.c: New file.
5293 * rtl.h (regrename_optimize): Add prototype.
5294 * toplev.c (rename_registers_dump, flag_rename_registers): New variables
5295 (compile_file, decode_d_option): Add support for -frename-registers.
5296 (rest_of_compilation): Call regrename_optimize.
5297 * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
5298 New macros.
5299
5300 2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5301
5302 * Makefile (gccbug): New target.
5303 (doc): Depend on it.
5304 * gcc.texi (Bugs): Link subnodes.
5305 (gccbug): New node.
5306 * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
5307 Document severities, priorities, and classes in bug form.
5308
5309 2000-04-04 Zack Weinberg <zack@wolery.cumb.org>
5310
5311 * cpplex.c (trigraph_map, speccase): Combine into single
5312 table, chartab.
5313 (NORMAL, NONTRI): New macros.
5314 (_cpp_read_and_prescan): Change to use unified table. Use
5315 is_hspace to test for whitespace.
5316
5317 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
5318 definition that doesn't provoke the "empty body in an
5319 if-statement" warning.
5320
5321 2000-04-04 Clinton Popetz <cpopetz@cygnus.com>
5322
5323 * builtins.c (expand_builtin_strlen): Force the source to
5324 be a memory address.
5325
5326 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5327
5328 * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
5329
5330 Tue Apr 4 19:17:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
5331
5332 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
5333 ECF_LONGJMP, ECF_FORK_OR_EXEC): New constants.
5334 (ECF_IS_CONST): Rename to ECF_CONST.
5335 (special_function_p): Make static, change interface.
5336 (flags_from_decl_or_type, try_to_integrate): Break out from ...
5337 (expand_call) ... here; convert number of variables to flags.
5338 (emit_library_call_vlue_1): Likewise.
5339 (setjmp_call_p): New function.
5340 (initialize_argument_information): Accepts flags as argument;
5341 return flags.
5342 (precompute_arguments): Likewise.
5343 * tree.h (special_function_p): Remove.
5344 (setjmp_call_p): Add prototype.
5345
5346 2000-04-04 Jakub Jelinek <jakub@redhat.com>
5347
5348 * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
5349 so that addresses are offsetable by up to 16 bytes.
5350 (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
5351 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
5352 offsetable.
5353
5354 * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
5355 (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
5356 (movsf): Don't force any constant to memory if target is integer
5357 hard register.
5358 Move fp_zero_operand check below the const0_rtx check.
5359 (movtf): Likewise. Also allow fp_zero_operand for stores into
5360 memory.
5361 (movdf): Likewise. Also allow fp_zero_operand for stores into
5362 memory and into integer hard registers.
5363 (clear_df, clear_dfp, movdf_const_intreg_sp32,
5364 movdf_const_intreg_sp64): Remove.
5365 (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
5366 conditions.
5367 (movdf_no_e_insn_v9_sp32): New pattern.
5368 (movdf_insn_v9only): Remove.
5369 (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
5370 (movdf_insn_sp64): Remove.
5371 (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
5372 (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
5373 (following splits): Rewrite conditions. Add two new splits
5374 for storing 0.0 into memory and registers.
5375 (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
5376 (movtf_insn_sp32): Redo constraints and conditions.
5377 (movtf_insn_vis_sp32): New pattern.
5378 (movtf_no_e_insn_sp32): Redo constraints and conditions.
5379 (movtf_insn_hq_sp64): Likewise.
5380 (movtf_insn_hq_vis_sp64): New pattern.
5381 (movtf_insn_sp64): Redo constraints and conditions.
5382 (movtf_insn_vis_sp64): New pattern.
5383 (movtf_no_e_insn_sp64): Redo constraints and conditions.
5384 (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
5385 or memory.
5386 * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
5387 -mvis or -m64 to take down the number of various reload patterns.
5388
5389 Tue Apr 4 00:41:53 2000 Jeffrey A Law (law@cygnus.com)
5390
5391 * pa/pa-64.h: New file.
5392 * pa/pa64-regs.h: New file.
5393 * pa/pa64-start.h: New file.
5394 * pa/t-pa64: New file.
5395 * pa/xm-pa64hpux.h: New file.
5396
5397 2000-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5398
5399 * sparc.c (output_restore_regs): Prototype.
5400 (sparc_emit_float_lib_cmp): Constification.
5401
5402 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
5403
5404 * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
5405 Prototype.
5406
5407 * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
5408 (get_value_hash, hash_rtx): Likewise.
5409
5410 * ssa.c (compute_conservative_reg_partition): Prototype.
5411
5412 * tree.c (mark_hash_entry): Prototype.
5413
5414 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
5415
5416 * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
5417 * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
5418 * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
5419
5420 * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
5421 * objc/lang-specs.h: Likewise.
5422
5423 2000-04-03 Neil Booth <NeilB@earthling.net>
5424
5425 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
5426 and SYNTAX_ERROR2. Replace `' in messages with ''.
5427 (op_to_str): Make re-entrant.
5428 (_cpp_parse_expr): Implement new error macros. Use | rather
5429 than || to logically or 2 boolean integers. Simply expression
5430 checking we have a left operand iff needed.
5431
5432 2000-04-03 Nick Clifton <nickc@cygnus.com>
5433
5434 * Makefile.in (diagnostic.o): Depend upon diagnostic.c
5435
5436 2000-04-03 Philip Blundell <philb@gnu.org>
5437
5438 * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
5439
5440 2000-04-03 Felix Lee <flee@cygnus.com>
5441
5442 * fixinc/server.c (find_shell): New function. Avoid $SHELL.
5443 (run_shell): Use it.
5444
5445 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk>
5446
5447 * Makefile.in (stmp-int-hdrs): Make include subdir here...
5448 (stmp-fixproto): ...rather than here.
5449
5450 Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com>
5451
5452 * pa.c (print_operand): Compute 'base' only inside the code paths
5453 that use it.
5454
5455 2000-04-03 Geoffrey Keating <geoffk@cygnus.com>
5456
5457 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
5458 CEIL_DIV_EXPR.
5459
5460 2000-04-03 Philipp Thomas <pthomas@suse.de>
5461
5462 * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
5463
5464 Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
5465
5466 * Makefile.in (alias.o): Depend on $(TREE_H).
5467
5468 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
5469
5470 * cppinit.c (cpp_start_read): Turn off -Wtraditional if
5471 processing C++.
5472 * cpplib.c (_cpp_handle_directive): Improve warnings for
5473 traditional C and indented directives.
5474
5475 * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
5476 fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
5477 fixinc/inclhack.def: Indent the # of #include_next one space.
5478 * cp/rtti.c: Un-indent #if and #endif.
5479
5480 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
5481 syntax error, but an error has already been printed.
5482 * cpplex.c (_cpp_parse_assertion): Give a more specific error
5483 message when called with nothing remaining on the line.
5484 (_cpp_lex_token): If _cpp_parse_assertion fails, return an
5485 OTHER token, not an ASSERTION.
5486 * cpplib.c (do_assert): When we create a 'base' node, clear
5487 its aschain pointer.
5488
5489 2000-04-02 Neil Booth <NeilB@earthling.net>
5490
5491 * cppexp.c: New typedef op_t. struct operation and struct
5492 token updated to use it.
5493 (op_to_str): New function.
5494 (_cpp_parse_expr): Error messages modified to use op_to_str.
5495
5496 2000-04-02 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5497
5498 * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
5499 before checking MUST_PASS_IN_STACK.
5500
5501 2000-04-02 Neil Booth <NeilB@earthling.net>
5502
5503 * cppexp.c: New FINISHED dummy token. Combine operator initial
5504 flags and initial priority into a single constant. New
5505 EQUALITY macro. New operator flag SHORT_CIRCUIT.
5506 (_parse_cpp_expr): Implement new constants. Take left operand
5507 checks out of reduction loop. Handle SHORT_CIRCUIT. End of
5508 parse indicated by reducing FINISHED token. Remove new lines
5509 from cpp_error messages.
5510
5511 2000-04-01 Mark Mitchell <mark@codesourcery.com>
5512
5513 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
5514 permanent obstack.
5515
5516 2000-04-01 Zack Weinberg <zack@wolery.cumb.org>
5517
5518 * cpplib.c: Include symcat.h. Add 'origin' field to struct
5519 directive. Add origin values to DIRECTIVE_TABLE. Generate
5520 the strings and function names on the fly. Take the #sccs
5521 entry out of the table if SCCS_DIRECTIVE is not defined.
5522 (_cpp_handle_directive): Decide if the # was at the beginning
5523 of the line here. Issue -pedantic warnings for extended
5524 directives here. Warn about K+R directives with the #
5525 indented, and C89/extended directives with the # not indented,
5526 here.
5527 (do_import, do_include_next, do_warning, do_ident, do_sccs,
5528 do_assert, do_unassert): Don't issue pedantic warning here.
5529
5530 * cpphash.h: Add CPP_WTRADITIONAL macro.
5531 * cpplib.h (struct cpp_options): Rename warn_stringify to
5532 warn_traditional; update comments.
5533 * cppinit.c (handle_option): Set warn_traditional not
5534 warn_stringify.
5535 * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
5536 CPP_WTRADITIONAL (pfile).
5537 * cpplex.c (_cpp_lex_token): Don't decide if directives should
5538 be ignored in -traditional mode here.
5539
5540 * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
5541 to initialize speccase[] and trigraph_map[]. Delete all
5542 references to pfile->input_speccase. Always treat '?' as a
5543 special character. Remove table-initialization code from
5544 _cpp_init_input_buffer.
5545
5546 * cpplib.h (struct cpp_reader): Remove input_speccase field.
5547 * cppinit.c (cpp_cleanup): Don't free input_speccase.
5548
5549 2000-04-01 Richard Henderson <rth@cygnus.com>
5550
5551 * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
5552 (mostlyclean): Likewise.
5553
5554 * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
5555 (struct dump_file_info, enum dump_file_index, dump_file): New.
5556 (open_dump_file): Take a dump_file_index not a suffix, and a decl
5557 not a string. Clean out file if we havn't yet done so. Do nothing
5558 if the dump isn't enabled.
5559 (close_dump_file): Do nothing if the dump isn't open. Dump
5560 graph data if requested.
5561 (dump_rtl, clean_dump_file): Remove.
5562 (compile_file): Don't clean the dump files. Only finalize .bp dump
5563 if flag_test_coverage or flag_branch_probabilities. Only finalize
5564 .combine dump if optimizing. Iterate over dump_file to finalize the
5565 graph dumps.
5566 (rest_of_compilation): Update for open_dump_file/close_dump_file.
5567 Convert all uses of dump_rtl.
5568 (decode_d_option): Iterate over dump_file to implement 'a' and to
5569 locate pass-specific dumps.
5570
5571 2000-04-01 Neil Booth <NeilB@earthling.net>
5572
5573 * cppexp.c: Redefine priority constants.
5574 (_cpp_parse_expr): Replace left and right priority scheme with
5575 single priority logic. Move LOGICAL to same place as COMPARE.
5576 Remove bogus check for multiple unary +/- operators.
5577
5578 2000-04-01 Neil Booth <NeilB@earthling.net>
5579
5580 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
5581 within the switch statement. Binary operations break out of
5582 the switch naturally. '(' tokens handled by forcing
5583 immediate shift. ')' handled by forcing immediate reduce to
5584 the previous '('. New error messages.
5585
5586 2000-03-31 Geoff Keating <geoffk@cygnus.com>
5587
5588 * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
5589 part', it's already in use. Use %K instead. Add a return at the
5590 end of what is now %K.
5591 * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
5592
5593 Sat Apr 1 02:05:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
5594
5595 * builtins.c (expand_builtin_apply): Pass proper parameters to
5596 allocate_dynamic_stack_space.
5597 * calls.c (emit_call_1): Do not adjust stack pointer for SIB,
5598 update stack_pointer_delta; do not update arg_size_so_far.
5599 (compute_argument_block_size): Use stack_delta instead of
5600 stack_pointer_pending and arg_size_so_far.
5601 (expand_call): Add sanity checking for stack_pointer_delta;
5602 save and restore stack_pointer_delta for SIB, use
5603 stack_pointer_delta for alignment; do not update arg_space_so_far.
5604 (emit_library_call_value): Use stack_pointer_delta for alignment.
5605 (store_one_arg): Do not update arg_space_so_far.
5606 * explow.c (adjust_stack, anti_adjust_stack): Update
5607 stack_pointer_delta.
5608 (allocate_dynamic_stack_space): Add sanity checking for
5609 stack_pointer_delta.
5610 * expr.c (init_expr, clear_pending_stack_adjust): Clear
5611 stack_pointer_delta.
5612 (emit_push_insn): Update stack_pointer_delta.
5613 * function.h (struct expr_status): Add x_stack_pointer_delta;
5614 remove x_arg_space_so_far.
5615 (arg_space_so_far): Remove.
5616 (stack_pointer_delta): New macro.
5617
5618 2000-03-31 Zack Weinberg <zack@wolery.cumb.org>
5619
5620 * cpplib.h: Merge struct cpp_options into struct cpp_reader.
5621 Reorder struct cpp_options and struct cpp_reader for better
5622 packing. Replace CPP_OPTIONS macro with CPP_OPTION which
5623 takes two args. Change all 'char' flags to 'unsigned char'.
5624 Move show_column flag into struct cpp_options. Don't
5625 prototype cpp_options_init.
5626 * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
5627 cppinit.c, cpplex.c, cpplib.c:
5628 Replace CPP_OPTIONS (pfile)->whatever with
5629 CPP_OPTION (pfile, whatever), and likewise for
5630 opts = CPP_OPTIONS (pfile); ... opts->whatever;
5631
5632 * cppinit.c (merge_include_chains): Take a cpp_reader *.
5633 Extract CPP_OPTION (pfile, pending) and work with that
5634 directly.
5635 (cpp_options_init): Delete.
5636 (cpp_reader_init): Turn on on-by-default options here.
5637 Allocate the pending structure here.
5638 (cl_options, enum opt_code): Define these from the same table,
5639 kept in a large macro. Add -fshow-column and -fno-show-column
5640 options.
5641
5642 * cpperror.c (v_message): If show_column is off, don't print
5643 the column number.
5644
5645 * cppmain.c: Update for new interface.
5646 * fix-header.c: Likewise.
5647
5648 2000-03-30 Geoff Keating <geoffk@cygnus.com>
5649
5650 * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
5651 definition.
5652 * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
5653 are passed to any invocation of AR_FOR_TARGET.
5654 (AR_CREATE_FOR_TARGET): New macro.
5655 (AR_EXTRACT_FOR_TARGET): New macro.
5656 (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
5657 AR_EXTRACT_FOR_TARGET.
5658 (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
5659 in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
5660 `$(AR_FOR_TARGET) x'. Pass AR_CREATE_FOR_TARGET and
5661 AR_EXTRACT_FOR_TARGET to sub-makes.
5662
5663 2000-03-31 Neil Booth <NeilB@earthling.net>
5664
5665 * cppexp.c: Delete SKIP_OPERAND. Correct priority
5666 PAREN_INNER_PRIO.
5667 (_cpp_parse_expr): Check for multiple unary +/- operators.
5668 Correct priorities of ':' and '?'. Treat ')' as having a
5669 value. Ensure conditional expression is not void.
5670
5671 2000-03-31 Mark Mitchell <mark@codesourcery.com>
5672
5673 * alias.c (canon_rtx): Make it global.
5674 (rtx_equal_for_memref_p): CONST_INT equality is now pointer
5675 equality.
5676 * cse.c (struct table_elt): Add canon_exp.
5677 (insert): Clear it.
5678 (invalidate): Canonicalize expressions only once.
5679 * rtl.h (canon_rtx): Declare.
5680
5681 2000-03-30 Mark Mitchell <mark@codesourcery.com>
5682
5683 * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
5684 * alias.c (reg_known_value): Add comments.
5685 (init_alias_analysis): Likewise.
5686 * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
5687 address.
5688 (cse_basic_block): Fix typo in comment.
5689 * emit-rtl.c: Include hashtab.h.
5690 (const_int_htab): New variable.
5691 (const_int_htab_hash): New function.
5692 (const_int_htab_eq): Likewise.
5693 (rtx_htab_mark_1): Likewise.
5694 (rtx_htab_mark): Likewise.
5695 (gen_rtx_CONST_INT): Cache all CONST_INTs.
5696 (unshare_all_rtx): Fix formatting.
5697 (init_emit_once): Initialize const_int_htab.
5698 * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
5699 address.
5700 * rtl.texi: Document the fact that all CONST_INTs with the same
5701 value are shared.
5702
5703 2000-03-30 Richard Henderson <rth@cygnus.com>
5704
5705 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
5706
5707 2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
5708
5709 * configure.in: Comment out --enable-c-cpplib stanza.
5710 * configure: Regenerate.
5711
5712 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5713
5714 * expr.c (store_constructor): Properly compute displacement and
5715 alignment when offset is variable.
5716
5717 * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
5718 cases of alignment in bytes.
5719
5720 Thu Mar 30 13:30:40 2000 Jeffrey A Law (law@cygnus.com)
5721
5722 * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
5723 since it is used to generate c-parse.y.
5724 * objc-parse.c, objc-parse.y: Regenerated.
5725
5726 * function.c (expand_function_end): Pass alignment argument to
5727 emit_block_move in bits, not bytes.
5728
5729 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5730
5731 * expr.c (move_by_pieces_ninsns): Fix one more missing align
5732 correction.
5733
5734 * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
5735
5736 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
5737 * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
5738 * function.c (assign_parms): Likewise.
5739 * integrate.c (expand_inline_function): Likewise.
5740 * stmt.c (expand_decl): Likewise.
5741 (copy_rtx_and_substitute): Likewise.
5742 * expr.c (expand_expr, expand_expr_unaligned): Likewise.
5743 (clear_by_pieces): Fix error in last change.
5744 * emit-rtl.c (init_emit): Set known registers alignment in bits.
5745 * function.h (regno_pointer_align): Now unsigned.
5746 * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
5747 is in bits.
5748 * config/i386/i386.c (aligned_operand): Likewise.
5749 * config/sparc/sparc.c (mem_min_alignment): Likewise.
5750 * config/alpha/alpha.c (aligned_memory_operand): Likewise.
5751 (unaligned_memory_operand): Likewise.
5752 (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
5753 Also make alignments and sizes unsigned and some whitespace cleanup.
5754 (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
5755
5756 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
5757 (expand_builtin_apply): Pass alignment to emit_block_move in bits.
5758 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
5759 (expand_builtin_memset): Likewise, but to clear_storage.
5760 * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
5761 (restore_fixed_argument_area): Likewise.
5762 (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
5763 (load_register_parameters): Likewise, to emit_group_load.
5764 (expand_call): Likewise, to emit_group_store and emit_block_move.
5765 (emit_library_call_value_1): Likewise, to emit_block_move.
5766 (store_one_arg): Likewise, and to emit_push_insn.
5767 * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
5768 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
5769 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
5770 (emit_block_move, emit_group_load, emit_group_store): Likewise.
5771 (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
5772 (expand_assigment, store_expr, store_constructor_field): Likewise.
5773 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
5774 (store_constructor, store_field, get_inner_reference): Likewise.
5775 Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
5776 (expand_expr, case COMPONENT_REF): Likewise.
5777 (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
5778 and positions; reindent code.
5779 * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
5780 * function.c (purge_addressof_1): Pass bit align to store_bit_field.
5781 (assign_parms): Likewise to emit_group_store.
5782 * optabs.c (prepare_cmp_insn): Alignment is in bits.
5783 (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
5784 * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
5785 (expand_return): Likewise to {extract,store}_bit_field.
5786 * stor-layout.c (get_mode_alignment): Minor cleanup.
5787 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
5788 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
5789
5790 2000-03-29 Nick Clifton <nickc@cygnus.com>
5791
5792 * config/arm/arm.h: Undo effects of previous delta:
5793 (ASM_SPEC): Do not define.
5794 (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
5795
5796 * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
5797 typo.
5798
5799 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
5800
5801 * cppinit.c (cpp_start_read): Call initialize_dependency_output
5802 only after reading in the primary source file.
5803
5804 2000-03-29 Geoff Keating <geoffk@cygnus.com>
5805
5806 * c-common.c (c_common_nodes_and_builtins): The first parameter to
5807 __builtin_va_start and __builtin_va_copy is now either a 'va_list'
5808 or a reference to a va_list.
5809 * builtins.c (stabilize_va_list): Simplify now we don't have to
5810 work around C array address decay.
5811 * c-typeck.c (convert_for_assignment): Handle assignment to
5812 a reference parameter by taking the address of the RHS.
5813 * ginclude/stdarg.h (va_start): Don't take address of first parameter.
5814 (va_copy): Likewise.
5815 (__va_copy): Likewise.
5816 * ginclude/varargs.h (va_start): Likewise.
5817 (__va_copy): Likewise.
5818
5819 Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
5820
5821 * i386/djgpp.h: Remove extraneous "+".
5822
5823 * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
5824
5825 * calls.c (expand_call): Fix typo in last change.
5826
5827 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
5828
5829 * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
5830 been expanded.
5831
5832 Wed Mar 29 15:39:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5833
5834 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
5835 (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
5836 (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
5837 * tree.c (bit_position, byte_position): Likewise.
5838 * tree.h: Declare new functions.
5839
5840 2000-03-29 Nick Clifton <nickc@cygnus.com>
5841
5842 * config/arm/arm.c: Minor formatting changes/
5843 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
5844 already defined.
5845 (ASM_SPEC): Define if not already defined.
5846
5847 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
5848
5849 * cppfiles.c (cpp_read_file): Don't pass zero-length string to
5850 _cpp_calc_hash.
5851
5852 2000-03-29 Jakub Jelinek <jakub@redhat.com>
5853
5854 * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
5855 value, don't output it as unsigned.
5856
5857 Wed Mar 29 10:53:49 2000 Jeffrey A Law (law@cygnus.com)
5858
5859 * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
5860
5861 2000-03-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5862
5863 * c-common.c (c_common_nodes_and_builtins): Don't special case
5864 cplus_mode when declaring builtin bzero/bcmp, always avoid
5865 prototype arguments.
5866
5867 2000-03-29 Bruce Korb <bkorb@gnu.org>
5868
5869 * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
5870 to a non-file
5871
5872 Wed Mar 29 15:08:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
5873
5874 Convert ACCUMULATE_OUTGOING_ARGS to an expression.
5875 * calls.c (PUSH_ARGS_REVERSED) Change to expression.
5876 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
5877 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
5878 (save_fixed_argument_area, restore_fixed_argument_area):
5879 conditionize by #ifdef REG_PARM_STACK_SPACE only.
5880 (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
5881 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
5882 (precompute_register_parameters): Avoid #ifdefs on
5883 ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
5884 (stire_one_args): Likewise.
5885 (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
5886 (emit_library_call_value_1): Likewise.
5887 (compute_argument_block_size): Align to STACK_BOUNDARY only for
5888 ACCUMULATE_OUTGOING_ARGS.
5889 * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
5890 value.
5891 (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
5892 (use_crosses_set_p): Likewise.
5893 * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
5894 #define ACCUMULATE_OUTGOING_ARGS 1.
5895 * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
5896 frames.
5897 * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
5898 constants.
5899 (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
5900 (TARGET_SWITCHES): Add push-args, no-push-args,
5901 accumulate-outgoing-args and no-accumulate-outgoing-args.
5902 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
5903 * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
5904 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
5905 and PUSH_ROUNDING.
5906 (emit_push_insn): Likewise.
5907 * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
5908 (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
5909 * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
5910 (STACK_DYNAMIC_OFFSET): Define correctly for both
5911 ACCUMULATE_OUTGOING_ARGS and normal mode.
5912 * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
5913 * tm.texi (PUSH_ARGS): Document.
5914 (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
5915
5916 Wed Mar 29 11:51:13 MET DST 2000 Jan Hubicka <jh@suse.cz>
5917
5918 * flags.h (flag_optimize_sibling_calls): Declare.
5919 * calls.c (expand_call): Fail sibcall when
5920 !flag_optimize_sibling_calls
5921 * invoke.texi (flag_optimize_sibling_calls): Document.
5922 * toplev.c (flag_optimize_sibling_calls): New global variable.
5923 (f_options): Add flag_optimize_sibling_calls.
5924 (rest_of_compilation): Conditionize
5925 optimize_sibling_and_tail_recursive_calls by
5926 flag_optimize_sibling_calls.
5927 (main): Set flag_optimize_sibling_calls for -O2.
5928 * stmt.c (expand_return): Conditionize tail recursion by
5929 flag_optimize_sibling_calls.
5930
5931 2000-03-29 Richard Henderson <rth@cygnus.com>
5932
5933 * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
5934 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
5935
5936 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
5937
5938 * except.c (add_eh_table_entry): Mark type_info's as referenced.
5939
5940 2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5941
5942 * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
5943 is given.
5944 * config/rs6000/aix43.h (CPP_SPEC): Likewise.
5945 * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
5946 * config/rs6000/aix.h: then modified likewise.
5947
5948 2000-03-28 Richard Henderson <rth@cygnus.com>
5949
5950 * rtl.h: Redistribute enum reg_note documentation.
5951 Kill trailing whitespace.
5952 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
5953 Kill trailing whitespace.
5954
5955 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
5956
5957 * cppfiles.c (hash_IHASH): Just return i->hash.
5958 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
5959 htab_find_with_hash.
5960 (cpp_read_file): Likewise.
5961 (find_include_file): Likewise. Properly initialize
5962 ih->nshort. Share ih->name and ih->nshort if possible.
5963 * cpphash.c (_cpp_calc_hash): New function.
5964 (hash_HASHNODE): Just return h->hash.
5965 (_cpp_lookup): Set dummy.hash using _cpp_calc_hash. Use
5966 htab_find_with_hash.
5967 * cpphash.h: Prototype _cpp_calc_hash.
5968 * cppinit.c (initialize_builtins): Provide a valid hash
5969 to _cpp_make_hashnode, using _cpp_calc_hash.
5970
5971 * cpphash.c (collect_expansion): # is not a special character
5972 in object-like macros. In -traditional mode, /**/ is not
5973 token paste at the beginning or end of the line.
5974 * cpplib.c (do_include, do_import, do_include_next): If
5975 parse_include fails, return immediately.
5976
5977 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
5978
5979 * config/arm/arm.md (return peepholes): Update to reflect the new
5980 call insn patterns.
5981 * config/arm/arm.c (arm_volatile_func): Also check
5982 current_function_nothrow.
5983 (output_return_instruction, output_func_prologue): Use it.
5984 (arm_output_epilogue, arm_expand_prologue): Likewise.
5985
5986 2000-03-27 Tom Tromey <tromey@cygnus.com>
5987
5988 * gcc.c (handle_braces): In {x*...} case, break out of loop if
5989 switch is found.
5990
5991 Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5992
5993 * expr.c (store_constructor): SIZE now signed.
5994 For EXPR_SIZE, don't evaluate size; just needed if constant.
5995 * fold-const.c (fold): Fix a number of cases when folded tree is
5996 wrong type.
5997 * function.c (flush_addressof): Reenable.
5998 * tree.h (flush_addressof): Likewise.
5999 * toplev.c (independent_decode_option): Look at strings_processed.
6000 * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
6001
6002 Tue Mar 28 08:29:46 2000 Jan Hubicka <jh@suse.cz>
6003
6004 * sibcall.c (indentify_call_return_value): Find last call in the chain;
6005 Allow stack adjustment after function call.
6006
6007 * regmove.c (struct csa_memlist): Make mem field rtx *.
6008 (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
6009 (try_apply_stack_adjustment): Replace whole MEM rtx.
6010 (combine_stack_adjustments_for_block): Update calls
6011 to record_one_stack_ref.
6012
6013 2000-03-28 Neil Booth <NeilB@earthling.net>
6014
6015 * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
6016 '\\' rather than a null character, so nulls are not special. Fix
6017 "\\\n" handling in end-of-buffer conditions. Use trigraph map to
6018 speed trigraph conversion.
6019 (_cpp_init_input_buffer): Initialize trigraph map.
6020
6021 2000-03-27 Alan Modra <alan@linuxcare.com.au>
6022
6023 * config/i386/i386.c (output_387_binary_op): Correct intel
6024 mode assembly output, and add spaces after commas in AT&T
6025 output. Correct Unixware assembler comment. Document input
6026 constraints. Comment fp operations. Reduce profligate buffer
6027 size. Remove extraneous abort. Localize temp var.
6028 (SYSV386_COMPAT): Define. Add !SYSV386_COMPAT code.
6029 (output_fix_trunc): Add spaces after commas in assembly output.
6030
6031 2000-03-27 Richard Henderson <rth@cygnus.com>
6032
6033 * i386-protos.h (ix86_match_ccmode): Declare.
6034 * i386.c (ix86_match_ccmode): New.
6035 (ix86_expand_fp_compare): Update for pattern renames.
6036 (ix86_expand_strlensi_unroll_1): Likewise.
6037 * i386.h (EXTRA_CC_MODES): Add CCZ.
6038 (SELECT_CC_MODE): Use it for EQ/NE zero.
6039 * i386.md (cmpsi_ccz_1): New.
6040 (cmpqi_ccz_1): New.
6041 (*testsi_ccz_1): New.
6042 (testqi_ccz_1): New.
6043 (cmpsi_ccno_1): Rename from cmpsi_0.
6044 (testsi_ccno_1): Rename from testsi_1.
6045 (testqi_ccno_1): Rename from testqi_1.
6046 (*testqi_ext_ccz_0): Rename from testqi_ext_0.
6047 (testqi_ext_ccno_0): Rename from *testqi_ext_1.
6048 (*cmphi_0): Use ix86_match_ccmode.
6049 (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
6050 (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
6051 (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
6052 (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
6053 (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
6054 (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
6055 (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
6056 (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
6057 (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
6058 (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
6059 (appropriate peepholes): Likewise.
6060 (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
6061 (*subsi_3, *subhi_3, *subqi_3): Remove.
6062 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
6063 (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
6064 (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
6065 (*neghi2_cmpz, *negqi2_cmpz): Similarly.
6066 (x86_shift_adj_1): Use CCZ.
6067 (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
6068
6069 2000-03-27 Stan Cox <scox@cygnus.com>
6070
6071 * resource.h (mark_resource_type): New.
6072 * resource.c (find_dead_or_set_registers, mark_target_live_regs,
6073 find_free_register): Use mark_resource_type.
6074 (mark_set_resources): Change include_delayed_effects
6075 to mark_resource_type.
6076 * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
6077 redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
6078 Use mark_resource_type.
6079
6080 2000-03-27 Richard Henderson <rth@cygnus.com>
6081
6082 * i386.md (call_pop_0, call_value_pop_0): New.
6083 (call_pop_1): Remove constraint from unused arg. Support sibcalls.
6084 (call_value_pop_1): Likewise.
6085 (call_0, call_value_0): New.
6086 (call_1, call_value_1): Remove constraint from unused arg.
6087
6088 2000-03-27 Nick Clifton <nickc@cygnus.com>
6089
6090 * invoke.texi (Spec Files): Document new spec % command created by
6091 Tom Tromey's recent patch.
6092
6093 2000-03-27 Jakub Jelinek <jakub@redhat.com>
6094
6095 * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
6096 if not defined.
6097
6098 Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6099
6100 * expr.c (expand_assignment): Fix typo in last change.
6101
6102 * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
6103
6104 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6105
6106 * c-convert.c (convert): Return if output or input type is ERROR_MARK.
6107 * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
6108 and DECL_INLINE if FUNCTION_DECL.
6109 (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
6110 (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
6111 Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
6112 (combine_parm_decls): Likewise.
6113 * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
6114 * print-tree.c (print_node): Likewise.
6115 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
6116 DECL_TRANSPARENT_UNION on proper decl types.
6117 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
6118 * stor-layout.c (layout_decl): Only check DECL_PACKED and
6119 DECL_BIT_FIELD of FIELD_DECL.
6120 * tree.h (DECL_RESULT_FLD): New macro.
6121
6122 * expr.c (expand_assignment): Add code to handle variable-sized
6123 BLKmode case.
6124
6125 2000-03-26 Richard Henderson <rth@cygnus.com>
6126
6127 * calls.c (expand_call): Pass parms not original exp to
6128 optimize_tail_recursion. Mind return value instead of looking
6129 for a barrier.
6130 * stmt.c (optimize_tail_recursion): Take parameter list, not entire
6131 call_expr. Move checks for call_expr and current_function_decl ...
6132 (expand_return): ... here.
6133
6134 2000-03-26 Tom Tromey <tromey@cygnus.com>
6135
6136 * gcc.c (handle_braces): Recognize `%{<S}' construct.
6137 (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
6138 defines.
6139 (process_command): Use them.
6140 (check_live_switch): Likewise.
6141 (give_switch): Skip ignored switches.
6142
6143 2000-03-26 Jan Hubicka <jh@suse.cz>
6144
6145 * jump.c (jump_optimize_1): Fix typo in elide optimizations
6146 for minimal jump pass test.
6147
6148 2000-03-26 Mark Mitchell <mark@codesourcery.com>
6149
6150 * integrate.c (function_cannot_inline_p): Do inline functions that
6151 return `void'.
6152
6153 Sun Mar 26 11:37:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6154
6155 * stor-layout.c (layout_type, set_sizetype): early_type_list is
6156 now a list of TREE_LIST entries, not types.
6157 * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
6158
6159 * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
6160 * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
6161 int_bit_position.
6162 * config/mips/mips.c (function_arg): Likewise; also remove cast
6163 and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
6164 (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
6165 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
6166 * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
6167 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
6168 (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
6169 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
6170 (struct mips_arg): arg_number, arg_words, fp_arg_words, and
6171 num_adjusts now unsigned.
6172 (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
6173 * config/sparc/sparc.c (struct function_arg_record_value_parms):
6174 NREGS now unsigned.
6175 (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
6176 as is BITPOS variable; use host_integerp and int_bit_position.
6177 (function_arg_record_value_2): Likewise.
6178 (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
6179 Variable REGNO now unsigned.
6180 (function_arg_record_value): NREGS now unsigned.
6181
6182 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
6183
6184 * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
6185
6186 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6187
6188 * Rework fields used to describe positions of bitfields and
6189 modify sizes to be unsigned and use HOST_WIDE_INT.
6190 * alias.c (reg_known_value_size): Now unsigned.
6191 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
6192 (really_start_incremental_init): Use bitsize_zero_node.
6193 (push_init_level, pop_init_level, output_init_element): Likewise.
6194 Use bitsize_unit_node and bitsize_one_node.
6195 (output_pending_init_elements, process_init_element): Likewise.
6196 * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
6197 (make_extraction): Position and length HOST_WIDE_INT and unsigned
6198 HOST_WIDE_INT, respectively.
6199 (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
6200 (num_sign_bit_copies): Returns unsigned.
6201 BITWIDTH now unsigned; rework arithmetic.
6202 Remove recursive call from arg to MAX.
6203 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
6204 (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
6205 REGNO now unsigned.
6206 (set_nonzero_bit_and_sign_copies): NUM now unsigned.
6207 (find_split_point, expand_compound_operation, make_extraction): LEN
6208 now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
6209 (make_field_assignment): Likewise.
6210 (combine_simplify_rtx): Add cast.
6211 (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
6212 (force_to_mode): WIDTH now unsigned; add cast.
6213 (if_then_else_cond): SIZE now unsigned.
6214 (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
6215 (extended_count): Now returns unsigned.
6216 (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
6217 Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
6218 (simplify_comparison): MODE_WIDTH now unsigned.
6219 (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
6220 (mark_used_regs_combine): Likewise; rework arithmetic.
6221 (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
6222 (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
6223 (record_promoted_value): REGNO now unsigned.
6224 (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
6225 (get_last_value): REGNO now unsigned.
6226 (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
6227 (reg_dead_regno, reg_dead_endregno): Now unsigned.
6228 (remove_death): Arg REGNO now unsigned.
6229 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
6230 (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
6231 now unsigned.
6232 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
6233 * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
6234 (struct cse_reg_info): REGNO now unsigned.
6235 (cached_regno): Now unsigned.
6236 (REGNO_QTY_VALID_P): Add cast.
6237 (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
6238 (remove_invalid_regs): Likewise.
6239 (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
6240 as are variables END and I.
6241 (get_cse_reg_info, insert): Likewise.
6242 (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
6243 (canon_hash): Likewise.
6244 (insert_regs, lookup_for_remove): REGNO now unsigned.
6245 (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
6246 New variable RN.
6247 * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
6248 * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
6249 * emit-rtl.c (subreg_realpart_p): Add cast.
6250 (operand_subword): Arg I is now unsigned as is var PARTWORDS.
6251 (operand_subword_force): Arg I is now unsigned.
6252 * except.c (eh_regs): Variable I is now unsigned.
6253 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
6254 * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
6255 length is unsigned HOST_WIDE_INT; likewise for internal variables.
6256 (store_split_bit_field, extract_fixed_bit_field): Likewise.
6257 (extract_split_bit_field, store_bit_field, extract_bit_field):
6258 Likewise.
6259 * expr.c (store_constructor_fields, store_constructor, store_field):
6260 Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
6261 (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
6262 (do_jump): Likewise.
6263 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
6264 MAX_SIZE is now unsigned.
6265 (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
6266 (emit_group_store): Likewise.
6267 (emit_move_insn): I now unsigned.
6268 (store_constructor): Use host_integerp, tree_low_cst, and
6269 bitsize_unit_node.
6270 (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
6271 Rework all calculations to use trees and new fields.
6272 * expr.h (promoted_input_arg): Regno now unsigned.
6273 (store_bit_field, extract_bit_field): Adjust types of pos and size.
6274 (mark_seen_cases): Arg is HOST_WIDE_INT.
6275 * flow.c (verify_wide_reg_1): REGNO now unsigned.
6276 * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
6277 precisions and alignments are unsigned.
6278 (optimize_bit_field_compare, fold_truthop): Likewise.
6279 (int_const_binop): Adjust threshold for size_int_type_wide call.
6280 (fold_convert): Likewise.
6281 (size_int_type_wide): Make table larger and fix thinko that only
6282 had half of table used.
6283 (all_ones_mask_p, fold): Precisions are unsigned.
6284 * function.c (put_reg_info_stack): REGNO is unsigned.
6285 (instantiate_decl): Size is HOST_WIDE_INT.
6286 (instantiate_virtual_regs): I is unsigned.
6287 (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
6288 (promoted_input_arg): REGNO is unsigned.
6289 * function.h (struct function): x_max_parm_reg is now unsigned.
6290 * gcse.c (max_gcse_regno): Now unsigned.
6291 (struct null_pointer_info): min_reg and max_reg now unsigned.
6292 (lookup_set, next_set): REGNO arg now unsigned.
6293 (compute_hash_table): REGNO and I now unsigned.
6294 (handle_avail_expr): regnum_for_replacing now unsigned.
6295 (cprop_insn): REGNO now unsigned.
6296 (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
6297 * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
6298 * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
6299 * hard-reg-set.h (reg_class_size): Now unsigned.
6300 * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
6301 * jump.c (mark_modified_reg): I now unsigned; add cast.
6302 (rtx_equal_for_thread_p): Add cast.
6303 * loop.c (max_reg_before_loop): Now unsigned.
6304 (struct_movable): REGNO now unsigned.
6305 (try_copy_prop): REGNO arg unsigned.
6306 (regs_match_p): XN and YN now unsigned.
6307 (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
6308 (strength_reduce): Likewise; NREGS also unsigned.
6309 (first_increment_giv, last_increment_giv unsigned): Now unsigned.
6310 * loop.h (struct iv_class): REGNO now unsigned.
6311 (max_reg_before_loop, first_increment_giv, last_increment_giv):
6312 Now unsigned.
6313 * machmode.h (mode_size, mode_unit_size): Now unsigned.
6314 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
6315 * optabs.c (expand_binop): I and NWORDS now unsigned.
6316 (expand_unop): I now unsigned.
6317 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
6318 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
6319 * real.c (significand_size): Now returns unsigned.
6320 * real.h (significand_size): Likewise.
6321 * regclass.c (reg_class_size): Now unsigned.
6322 (choose_hard_reg_mode): Both operands now unsigned.
6323 (record_reg_classes): REGNO and NR now unsigned.
6324 (reg_scan): NREGS now unsigned.
6325 (reg_scan_update): old_max_regno now unsigned.
6326 (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
6327 * reload.c (find_valid_class): BEST_SIZE now unsigned.
6328 (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
6329 (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
6330 Likewise for variable R.
6331 (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
6332 as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
6333 (find_equiv_reg): Add casts.
6334 (regno_clobbered_p): Arg REGNO now unsigned.
6335 * reload.h (struct reload): NREGS now unsigned.
6336 (refers_to_regno_for_reload_p): Regno args are unsigned.
6337 (regno_clobbered_p): Likewise.
6338 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
6339 (compute_use_by_pseudos): REGNO now unsigned.
6340 (find_reg): I and J now unsigned, new variable K, and change loop
6341 variables accordingly; THIS_NREGS now unsigned.
6342 (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
6343 (spill_hard_reg): REGNO arg now unsigned; add casts.
6344 (forget_old_reloads_1): REGNO, NR, and I now unsigned.
6345 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
6346 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
6347 END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
6348 (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
6349 (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
6350 (emit_reload_insns): REGNO now unsigned.
6351 (reload_cse_move2add): Add cast.
6352 (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
6353 and rework loop.
6354 * resource.c (mark_referenced_resources, mark_set_resources): New
6355 variable R; REGNO and LAST_REGNO now unsigned.
6356 (mark_target_live_regs): J and REGNO now unsigned.
6357 * rtl.c (mode_size, mode_unit_size): Now unsigned.
6358 * rtl.h (union rtunion_def): New field rtuint.
6359 (XCUINT): New macro.
6360 (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
6361 (operand_subword, operand_subword_force): Word number is unsigned.
6362 (choose_hard_reg_mode): Operands are unsigned.
6363 (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
6364 (find_regno_note, find_regno_fusage, replace_regs): Likewise.
6365 (regno_use_in, combine_instructions, remove_death): Likewise.
6366 (reg_scan, reg_scan_update): Likewise.
6367 (extended_count): Return is unsigned.
6368 * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
6369 INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
6370 (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
6371 (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
6372 (reg_reg_last_1): FIRS and LAST now unsigned.
6373 (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
6374 (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
6375 now unsigned.
6376 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
6377 (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
6378 (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
6379 (replace_regs): Arg NREGS now unsigned.
6380 * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
6381 * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
6382 (simplify_binary_operation): Likewise.
6383 (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
6384 THIS_LAST now unsigned.
6385 (cselib_record_set): Add cast.
6386 * ssa.c (ssa_max_reg_num): Now unsigned.
6387 (rename_block): REGNO now unsigned.
6388 * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
6389 sizes now unsigned.
6390 (all_cases_count): Just return -1 not -2.
6391 COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
6392 Rework tests to use trees whenever possible.
6393 Use host_integerp and tree_low_cst.
6394 (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
6395 Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
6396 (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
6397 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
6398 (smallest_mode_for_size): Likewise.
6399 (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
6400 KNOWN_ALIGN is now an alignment, so simplify code.
6401 Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
6402 (start_record_layout): Renamed from new_record_layout_info.
6403 Update to new fields.
6404 (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
6405 New functions.
6406 (place_union_field): Renamed from layout_union_field.
6407 Update to use new fields in rli.
6408 (place_field): Renamed from layout_field.
6409 Major rewrite to use new fields in rli; pass alignment to layout_decl.
6410 (finalize_record_size): Rework to use new fields in rli and handle
6411 union.
6412 (compute_record_mode): Rework to simplify and to use new DECL fields.
6413 (finalize_type_size): Make rounding more consistent.
6414 (finish_union_layout): Deleted.
6415 (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
6416 (layout_type, case RECORD_TYPE): Call new function names.
6417 (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
6418 (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
6419 (get_best_mode): UNIT is now unsigned; remove casts.
6420 * tree.c (bit_position): Compute from new fields.
6421 (byte_position, int_byte_position): New functions.
6422 (print_type_hash_statistics): Cast to remove warning.
6423 (build_range_type): Use host_integerp and tree_low_cst to try to hash.
6424 (build_index_type): Likewise; make subtype of sizetype.
6425 (build_index_2_type): Pass sizetype to build_range_type.
6426 (build_common_tree_nodes): Use size_int and bitsize_int to
6427 initialize nodes; add bitsize_{zero,one,unit}_node.
6428 * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
6429 (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
6430 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
6431 (DECL_FIELD_BITPOS): Deleted.
6432 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
6433 (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
6434 (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
6435 (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
6436 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
6437 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
6438 (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
6439 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
6440 (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
6441 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
6442 (DECL_ALIGN): Adjust to new field in union.
6443 (DECL_OFFSET_ALIGN): New field.
6444 (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
6445 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
6446 (union tree_decl): Add struct for both aligns.
6447 (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
6448 (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
6449 (struct record_layout_info): Rework fields to have offset
6450 alignment and byte and bit position.
6451 (start_record_layout, place_field): Renamed from old names.
6452 (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
6453 (byte_position, int_byte_position): Likewise.
6454 (get_inner_reference): Change types of position and length.
6455 * unroll.c (unroll_loop): New variable R; use for some loops.
6456 MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
6457 (calculate_giv_inc): Arg REGNO now unsigned.
6458 (copy_loop_body): REGNO and SRC_REGNO now unsigned.
6459 * varasm.c (assemble_variable): Clean up handling of size using
6460 host_integerp and tree_low_cst.
6461 (decode_addr_const): Use byte, not bit, position.
6462 (output_constructor): bitpos and offsets are HOST_WIDE_INT;
6463 use tree_low_cst and int_bit_position.
6464 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
6465
6466 Fri Mar 24 20:13:49 2000 Jason Eckhardt <jle@cygnus.com>
6467
6468 * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
6469 (reorder_block_def): New members eff_head and eff_end.
6470 (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
6471 (verify_insn_chain): New function.
6472 (skip_insns_between_block): Add code to skip deleted insns.
6473 Check for note before using.
6474 (chain_reorder_blocks): Replace calls to skip_insns_between_block
6475 with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
6476 Check for note before using.
6477 (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
6478 (fixup_reorder_chain): Restructure, clean up, defect removal.
6479 (reorder_basic_blocks): Remove last_insn and references to it.
6480 Moved insn chain verification code into a new function (see above).
6481 Delete defective code that sets last insn.
6482 Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
6483 all blocks.
6484
6485 2000-03-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6486
6487 * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
6488
6489 2000-03-24 Richard Henderson <rth@cygnus.com>
6490
6491 * tree.c (lang_safe_for_unsave): Remove.
6492 (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
6493 allowing for two levels of unsafeness. Remove lang hook.
6494 * tree.h: Update declarations.
6495 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
6496 Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
6497 Always fail sibcalls when there are pending cleanups.
6498
6499 2000-03-24 Geoff Keating <geoffk@cygnus.com>
6500
6501 * flow.c (propagate_block): When we delete an ADDR_VEC,
6502 also delete the BARRIER following it if there is one.
6503
6504 2000-03-24 Richard Henderson <rth@cygnus.com>
6505
6506 * builtins.c (expand_builtin_bzero): Convert `length' argument
6507 to sizetype.
6508
6509 2000-03-24 Jakub Jelinek <jakub@redhat.com>
6510
6511 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
6512 comparison if regno's are equal.
6513 * calls.c (initialize_argument_informat): Add ecf_flags argument.
6514 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
6515 (expand_call): Update caller.
6516 Avoid making a sibling call if argument size of the callee is larger
6517 than argument size of the caller.
6518 Call hard_function_value with outgoing set if in sibcall pass.
6519 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
6520
6521 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
6522 Change LEAF_REGISTERS from an array initializer to actual array
6523 identifier. Move static global variable into the function.
6524 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
6525 sequences for leaf functions.
6526 * global.c (global_alloc): Likewise.
6527 * tm.texi (LEAF_REGISTERS): Update documentation.
6528
6529 * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
6530 TARGET_FLAT leaf disabling hack.
6531 (LEAF_REGISTERS): Changed from an array initializer to actual array
6532 identifier to avoid duplication and remove the above hack.
6533 (FUNCTION_OK_FOR_SIBCALL): Define.
6534 * config/sparc/sparc.md (sibcall): New attr type. Use it almost
6535 always like call attribute.
6536 (eligible_for_sibcall_delay): New attribute.
6537 (sibcall): New delay type.
6538 (sibcall, sibcall_value, sibcall_epilogue): New expands.
6539 (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
6540 sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
6541 * config/sparc/sparc.c (sparc_leaf_regs): New array.
6542 (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
6543 New functions.
6544 (output_function_epilogue): Move part of the code into
6545 output_restore_regs.
6546 (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
6547 TYPE_SIBCALL.
6548 * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
6549 prototypes.
6550
6551 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
6552 until infrastructure is finished.
6553
6554 Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
6555
6556 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
6557 (save_parm_insns): Not here.
6558
6559 2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6560
6561 * builtins.c (expand_builtin_bzero): New function.
6562 (expand_builtin): Handle bzero.
6563
6564 * builtins.def: Add BUILT_IN_BZERO.
6565
6566 * c-common.c (c_common_nodes_and_builtins): Provide builtin
6567 prototype & function for bzero.
6568
6569 2000-03-23 Michael Meissner <meissner@redhat.com>
6570
6571 * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
6572 change adding TARGET_FP to the TF floating point insns, except for
6573 trunctfsf2, which generates direct calls to truncdfsf2.
6574
6575 2000-03-23 Geoff Keating <geoffk@cygnus.com>
6576
6577 * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
6578 try to protect against middle-end changes that break binary
6579 compatibility.
6580 (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
6581
6582 2000-03-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6583
6584 * config/c4x/c4x.md (load_immed_address): Add DP reg clobber.
6585
6586 Thu Mar 23 17:10:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6587
6588 * calls.c (expand_call): If TARGET is passed by reference and
6589 is readonly, write a CLOBBER.
6590
6591 2000-03-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6592
6593 * builtins.c (expand_builtin): Handle bcmp.
6594
6595 * builtins.def: Add BUILT_IN_BCMP.
6596
6597 * c-common.c (c_common_nodes_and_builtins): Provide builtin
6598 prototype & function for bcmp.
6599
6600 Thu Mar 23 11:34:39 2000 Jim Wilson <wilson@cygnus.com>
6601
6602 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
6603 (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
6604 * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
6605
6606 Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
6607
6608 * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
6609 alternative when using -fp64 -gp32.
6610
6611 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
6612
6613 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
6614 * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
6615 * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
6616
6617 * frame.h (frame_state): Revert last change.
6618 * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
6619 * libgcc2.c (throw_helper): Revert last change.
6620
6621 2000-03-22 Richard Henderson <rth@cygnus.com>
6622
6623 * stmt.c (expand_asm_operands): Don't promote the temporary.
6624
6625 2000-03-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6626
6627 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
6628 * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
6629 c_get_alias_set): Likewise.
6630 * c-decl.c (duplicate_decls): Likewise.
6631 * c-typeck.c (default_conversion,build_unary_op): Likewise.
6632 * calls.c (initialize_argument_information): Likewise.
6633 * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
6634 Likewise.
6635 * dwarfout.c (decl_class_context,output_type): Likewise.
6636 * expr.c (get_inner_reference): Likewise.
6637 * fold-const.c (simple_operand_p,fold): Likewise.
6638 * function.c (aggregate_value_p): Likewise.
6639 * stmt.c (expand_asm_operands): Likewise.
6640 * varasm.c (named_section): Likewise.
6641
6642 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
6643
6644 Implement dwarf2 exception handling for the ARM.
6645 * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
6646 (DWARF_FRAME_RETURN_COLUMN): Define.
6647 * config/arm/arm.c (emit_multi_reg_push): Return rtx. Attach
6648 REG_FRAME_RELATED_EXPR note.
6649 (emit_sfm): Likewise.
6650 (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
6651 * dwarf2out.c (reg_save): Handle saving a register to itself.
6652 (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
6653 * except.c (eh_regs): Don't use the static chain reg if it's
6654 callee-saved.
6655 * frame.h (frame_state): Add cfa_saved field.
6656 * frame.c (execute_cfa_insn): Set it.
6657 * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
6658 the epilogue.
6659 * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
6660 Now takes a parm.
6661 (instantiate_virtual_regs): Adjust.
6662 * tm.texi: Adjust.
6663 * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
6664 * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
6665 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
6666
6667 * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
6668 (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
6669
6670 2000-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6671
6672 * builtins.def: New file.
6673
6674 * Makefile.in (TREE_H): Depend on builtins.def.
6675
6676 * builtins.c (built_in_names): Use builtins.def.
6677
6678 * tree.h (built_in_function): Likewise.
6679
6680 2000-03-22 Mark Mitchell <mark@codesourcery.com>
6681
6682 * tree.c (size_in_bytes): Return size_zero_node, not
6683 integer_zero_node.
6684
6685 2000-03-22 Geoff Keating <geoffk@cygnus.com>
6686
6687 * config/fp-bit.c (pack_d): Correct the case when a denormal
6688 is rounded up and stops being denormal.
6689
6690 2000-03-21 Richard Henderson <rth@cygnus.com>
6691
6692 * config/alpha/alpha.c (function_arg): Check for void_type_node
6693 before using MUST_PASS_IN_STACK.
6694
6695 2000-03-21 Stephane Carrez <stcarrez@worldnet.fr>
6696
6697 * regmove.c (combine_stack_adjustments_for_block): Check that
6698 the stack pointer is a valid memory address.
6699
6700 Wed Mar 22 11:44:50 MET 2000 Jan Hubicka <jh@suse.cz>
6701
6702 * calls.c: re-install Mar 16 emit_library_call merge.
6703
6704 2000-03-21 Jakub Jelinek <jakub@redhat.com>
6705
6706 * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
6707 we cannot be sure that if reload_completed base register will
6708 be properly aligned.
6709
6710 2000-03-21 Richard Henderson <rth@cygnus.com>
6711
6712 * flow.c (delete_block): Fix typo last change.
6713
6714 2000-03-21 Mark Mitchell <mark@codesourcery.com>
6715
6716 * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
6717 not COMPLETE_TYPE_P, to check the type of the expression.
6718
6719 2000-03-21 Michael Meissner <meissner@redhat.com>
6720
6721 * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
6722 all floating point insns that just tested the macro
6723 TARGET_HAS_XFLOATING_LIBS.
6724 (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
6725 used to only use the gprs.
6726
6727 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
6728
6729 * tree.h (COMPLETE_TYPE_P): New macro.
6730 (COMPLETE_OR_VOID_TYPE_P): New macro.
6731 (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
6732 * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
6733 * c-aux-info.c (gen_type): Use them.
6734 * c-common.c (c_expand_expr_stmt): Likewise.
6735 * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
6736 grokdeclarator, grokparms, finish_struct, start_function,
6737 store_parm_decls, combine_parm_decls): Likewise.
6738 * c-parse.y (cast_expr): Likewise.
6739 * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
6740 c_size_in_bytes, c_alignof, build_component_ref,
6741 build_indirect_ref, build_array_ref, convert_arguments,
6742 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
6743 * calls.c (initialize_argument_information): Likewise.
6744 * convert.c (convert_to_integer): Likewise.
6745 * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
6746 * dwarfout.c (location_or_const_value_attribute,
6747 output_enumeration_type_die, output_structure_type_die,
6748 output_union_type_die, output_type): Likewise.
6749 * expr.c (safe_from_p, expand_expr): Likewise.
6750 * function.c (assign_parms): Likewise.
6751 * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
6752 * tree.c (build_array_type, build_function_type,
6753 build_method_type, build_offset_type, build_complex_type): Likewise.
6754 * c-parse.c, c-parse.h: Regenerated.
6755
6756 2000-03-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6757
6758 * config/c4x/rtems.h: Include config/rtems.h.
6759
6760 Tue Mar 21 09:24:00 2000 Denis Chertykov <denisc@overta.ru>
6761
6762 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
6763 decl is a FUNCTION_DECL
6764
6765 Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
6766
6767 * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
6768 function uses output registers. Don't save RP for leaf functions.
6769 Do save RP even if no epilogue.
6770 * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
6771 (CALL_USED_REGISTERS): Unmark in registers.
6772 (REG_ALLOC_ORDER): Move out regs up, to near the top. Move in regs up,
6773 to near the middle.
6774
6775 2000-03-20 Geoff Keating <geoffk@cygnus.com>
6776
6777 * config/rs6000/rs6000.md (bunordered): New expander.
6778 (bordered): New expander.
6779 (buneq): New expander.
6780 (bunge): New expander.
6781 (bungt): New expander.
6782 (bunle): New expander.
6783 (bunlt): New expander.
6784 (bltgt): New expander.
6785
6786 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
6787 (ccr_bit_negated_p): New function.
6788 (print_operand): For %C, generate appropriate cror for UNEQ,
6789 UNLT, UNGT, and LTGT. For %T and %t, use ccr_bit_negated_p.
6790
6791 2000-03-20 Andreas Jaeger <aj@suse.de>
6792
6793 * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
6794 warning.
6795
6796 * tree.h (safe_for_unsave): Prototype.
6797
6798 2000-03-20 Richard Henderson <rth@cygnus.com>
6799
6800 * regmove.c (stack_memref_p): Fix typo, reorg for readability.
6801 (combine_stack_adjustments_for_block): Don't allow sp references
6802 in the side of a set we're not fixing up.
6803 * toplev.c (rest_of_compilation): Run combine_stack_adjustments
6804 after life_analysis.
6805
6806 2000-03-20 Richard Henderson <rth@cygnus.com>
6807
6808 * calls.c (expand_call): Don't bother generating tail call
6809 sequences if there are pending cleanups. Use
6810 expand_start_target_temps/expand_end_target_temps to elide
6811 cleanups created during sibcall expansion.
6812
6813 2000-03-20 Geoff Keating <geoffk@cygnus.com>
6814
6815 * configure.in: Set $IFS to a value if it doesn't already have one
6816 in the --enable-checking handling.
6817 * configure: Regenerate.
6818
6819 2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6820
6821 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
6822 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
6823 Regenerated.
6824
6825 Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
6826
6827 * jump.c (delete_noop_moves): Remove code attempting to
6828 combine stack adjustments.
6829
6830 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6831
6832 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
6833 * except.c (emit_cleanup_handler): Use them.
6834 (expand_end_all_catch): Likewise.
6835 * function.c (fixup_var_refs): Likewise.
6836 (expand_function_end): Clear catch_clauses_last.
6837 * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
6838 * except.h (struct eh_status): New field x_catch_clauses_last.
6839 (catch_clauses_last): New define.
6840
6841 * Makefile.in (tree.o): Depend on HASHTAB_H.
6842 * tree.c: Include hashtab.h.
6843 (struct type_hash): Remove next field.
6844 (TYPE_HASH_SIZE): Remove.
6845 (TYPE_HASH_INITIAL_SIZE): New define.
6846 (type_hash_table): Change type to htab_t.
6847 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
6848 mark_hash_entry): New functions.
6849 (init_obstacks): Allocate type hash.
6850 (type_hash_lookup): Use htab functions.
6851 (type_hash_add, mark_type_hash): Likewise.
6852 (dump_tree_statistics): Call print_type_hash_statistics.
6853
6854 2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6855
6856 * rs6000/t-aix41: New file.
6857
6858 * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
6859
6860 Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com>
6861
6862 * tm.texi (Driver): Fix typos and tweak entry for
6863 INCLUDE_DEFAULTS.
6864 Move misplaced STRUCT_FORCE_BLK entry ...
6865 (Storage Layout): ... to here.
6866 (Run-time Target): Recommend having TARGET_MASK_... helper macros.
6867
6868 2000-03-19 Richard Henderson <rth@cygnus.com>
6869
6870 * flow.c (delete_block): Delete the addr_vec along with the block.
6871 (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
6872 reference labels.
6873
6874 * fold-const.c (extract_muldiv): Apply type check for defined
6875 overflow to multiply as well as divide.
6876
6877 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
6878
6879 2000-03-18 Mark Mitchell <mark@codesourcery.com>
6880
6881 * emit-rtl.c (remove_unncessary_notes): Check that all
6882 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
6883 associated NOTE_BLOCK.
6884 * function.h (identify_blocks): Update comments.
6885 (reorder_blocks): Declare.
6886 * function.c (identify_blocks): Don't take paramters.
6887 (reorder_blocks): Don't take parameters.
6888 * loop.h (find_loop_tree_blocks): Remove.
6889 (unroll_block_trees): Likewise.
6890 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
6891 reorder_blocks instead of unroll_block_trees.h
6892 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
6893 * stmt.c (find_loop_tree_blocks): Remove.
6894 (unroll_block_trees): Likewise.
6895 * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
6896 in whole-function mode.
6897 * tree.h (reorder_blocks): Remove declaration.
6898
6899 * expr.c: Include intl.h.
6900 * Makefile.in (expr.o): Depend on intl.h.
6901
6902 2000-03-18 Richard Henderson <rth@cygnus.com>
6903
6904 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
6905
6906 2000-03-18 Mark Mitchell <mark@codesourcery.com>
6907
6908 * tree.h (tree_index): Remove enumerals for integer types.
6909 (integer_type_kind): New type.
6910 (integer_types): New variable.
6911 (char_type_node): Adjust.
6912 (signed_char_type_node): Likewise.
6913 (unsigned_char_type_node): Likewise.
6914 (short_integer_type_node): Likewise.
6915 (short_unsigned_type_node): Likewise.
6916 (integer_type_node): Likewise.
6917 (unsigned_type_node): Likewise.
6918 (long_integer_type_node): Likewise.
6919 (long_unsigned_type_node): Likewise.
6920 (long_long_integer_type_node): Likewise.
6921 (long_long_unsigned_type_node): Likewise.
6922 * tree.c (integer_types): New variable.
6923 (init_obstacks): Register it as a root.
6924
6925 Sat Mar 18 14:38:00 2000 Jason Eckhardt <jle@cygnus.com>
6926
6927 * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
6928 NEXT_INSN. Update last insn in chain.
6929
6930 2000-03-17 Jason Merrill <jason@casey.cygnus.com>
6931
6932 * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
6933 with TYPE_DECL_SUPPRESS_DEBUG set.
6934
6935 2000-03-18 Richard Henderson <rth@cygnus.com>
6936
6937 * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
6938
6939 2000-03-18 Richard Henderson <rth@cygnus.com>
6940
6941 * i386.c (call_insn_operand): Always allow SYMBOL_REF,
6942 care for HALF_PIC_P.
6943 (expander_call_insn_operand): Remove.
6944 (ix86_expand_epilogue): New arg `emit_return' to control return insn.
6945 * i386.h (PREDICATE_CODES): Update.
6946 * i386.md (all call expanders): Remove predicates, remove special
6947 handling for half-pic.
6948 (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
6949 (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
6950 (sibcall_epilogue): New.
6951
6952 2000-03-17 Richard Henderson <rth@cygnus.com>
6953
6954 * rtlanal.c (single_set): Reject if the parallel has anything
6955 except SET or USE or CLOBBER.
6956
6957 2000-03-17 Jeff Law <law@cygnus.com>
6958 Richard Henderson <rth@cygnus.com>
6959
6960 * Makefile.in (OBJS): Add sibcall.o.
6961 (sibcall.o): New.
6962 * sibcall.c: New file.
6963 * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
6964 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
6965 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
6966 Emit sibcall patterns when requested. Update all callers.
6967 (expand_call): Generate CALL_PLACEHOLDER insns when tail call
6968 elimination seems feasable.
6969 * final.c (leaf_function_p): Sibling calls don't discount being
6970 a leaf function.
6971 * flow.c (HAVE_sibcall_epilogue): Provide default.
6972 (find_basic_blocks_1): Sibling calls don't throw.
6973 (make_edges): Make edge from sibling call to EXIT.
6974 (propagate_block): Don't remove sibcall_epilogue insns.
6975 * function.c (prologue, epilogue): Turn into varrays. Update all uses.
6976 (sibcall_epilogue): New.
6977 (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
6978 (identify_blocks_1): Likewise. Break out from ...
6979 (identify_blocks): ... here.
6980 (reorder_blocks_1): Scan CALL_PLACEHOLDER. Break out from ...
6981 (reorder_blocks): ... here.
6982 (init_function_for_compilation): Zap prologue/epilogue as varrays.
6983 (record_insns): Extend a varray instead of mallocing new memory.
6984 (contains): Read a varray not array of ints.
6985 (sibcall_epilogue_contains): New.
6986 (thread_prologue_and_epilogue_insns): Emit and record
6987 sibcall_epilogue patterns.
6988 (init_function_once): Allocate prologue/epilogue varrays.
6989 * genflags.c (gen_insn): Treat sibcall patterns as calls.
6990 * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
6991 Broken out from ...
6992 (save_for_inline_nocopy): ... here.
6993 (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
6994 Broken out from ...
6995 (expand_inline_function): ... here.
6996 (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
6997 (subst_constants): Handle 'n' formats.
6998 * jump.c (jump_optimize_minimal): New.
6999 (jump_optimize_1): New arg `minimal'; update callers. Elide most
7000 optimizations if it's set.
7001 * rtl.c (copy_rtx): Do copy jump & call for insns.
7002 * rtl.h (struct rtx_def): Document use of jump and call for insns.
7003 (SIBLING_CALL_P): New.
7004 (sibcall_use_t): New.
7005 * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
7006 Invoke optimize_sibling_and_tail_recursive_calls.
7007 * tree.c (lang_safe_for_unsave): New.
7008 (safe_for_unsave): New.
7009 * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
7010
7011 * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
7012 * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
7013 (*sibcall_osf_1, *sibcall_value_osf_1): New.
7014
7015 2000-03-17 Mark Mitchell <mark@codesourcery.com>
7016
7017 * objc/objc-act.c (encode_method_prototype): Pass types, not
7018 PARM_DECLs, to int_size_in_bytes.
7019
7020 Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
7021
7022 * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
7023
7024 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
7025 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
7026
7027 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7028
7029 * Clean up usages of TREE_INT_CST_LOW.
7030 * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
7031 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
7032 Regenerated.
7033 * c-tree.h (min_precision): Move declaration to here.
7034 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
7035 (build_unary_op, add_pending_init): Use bit_position.
7036 (pending_init_member, process_init_element): Likewise.
7037 (really_start_incremental_init, push_init_level, pop_init_level):
7038 Don't make copies of nodes or modify them in place, use consistent
7039 types when tracking positions, and use tree routines computations.
7040 (set_init_index, output_init_element): Likewise.
7041 (output_pending_init_elements, process_init_element): Likewise.
7042 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
7043 tree_low_cst and int_bit_position; also minor cleanup.
7044 (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
7045 (print_cst_octal): Precision is unsigned.
7046 (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
7047 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
7048 (simple_type_align_in_bits): Result is unsigned int.
7049 Use tree_int_low_cst and host_integerp.
7050 (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
7051 (field_byte_offset): Result is HOST_WIDE_INT.
7052 Change types of internal variables so alignments are unsigned int,
7053 offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
7054 Use host_integerp, tree_low_cst, and int_bit_position.
7055 (add_bit_offset_attribute): Likewise.
7056 (add_data_member_location_attribute): Use tree_cst_low.
7057 (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
7058 (add_bit_size_attribute): Use tree_low_cst.
7059 (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
7060 * dwarfout.c: Similar changes to dwarf2out.c.
7061 * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
7062 * genoutput.c (n_occurences): Return -1 for null string.
7063 (strip_whitespace): Accept null string and make into function.
7064 (scan_operands): Reflect above changes.
7065 * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
7066 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
7067 * ssa.c (rename_registers): Add missing cast of arg to bzero.
7068 * tree.c (int_size_in_bytes): Check for too big to represent.
7069 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
7070 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
7071 New declarations.
7072 (min_precision): Delete from here.
7073 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
7074 and int_bit_position.
7075 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
7076 (encode_method_def): Likewise.
7077 (build_ivar_list_initializer): Use int_bit_position.
7078 (generate_shared_structures): Convert size.
7079 (encode_type, encode_complete_bitfield): Use integer_zerop.
7080 (encode_bitfield): Use tree_low_cst and int_bit_position.
7081
7082 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7083
7084 * config/c4x/c4x.h (CPP_SPEC): Fix typo.
7085
7086 2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7087
7088 * call.c (special_function_p): It is only malloc if it returns
7089 Pmode.
7090
7091 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7092
7093 * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
7094 (C33_FLAG, TARGET_C3X): Add macros.
7095 (TARGET_SWITCHES): Add -m33 option.
7096 * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
7097
7098 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7099
7100 * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
7101 (PARALLEL_PACK_FLAG): Delete.
7102 (TARGET_SWITCHES): Update.
7103 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
7104
7105 Thu Mar 16 18:52:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7106
7107 * fold-const.c (fold): Fix a few cases when the returned result
7108 is not of the same type as the input.
7109
7110 2000-03-16 Nick Clifton <nickc@cygnus.com>
7111
7112 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
7113 warning.
7114
7115 2000-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7116
7117 * libgcc2.h: Move prototypes above macros with the same name.
7118 Wrap some function prototypes in the conditional which indicates
7119 whether they are supported, i.e. "BITS_PER_UNIT == 8".
7120
7121 2000-03-16 Richard Henderson <rth@cygnus.com>
7122
7123 * calls.c: Revert last two changes.
7124
7125 2000-03-16 Bernd Schmidt <bernds@cygnus.co.uk>
7126
7127 * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
7128 has exponent 0 is a zero.
7129
7130 * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
7131 HASH may already be nonzero. Add code/mode into hash value
7132 immediately after repeat label.
7133 (cselib_lookup): Don't leave the hash table in an inconsistent
7134 state before a hash lookup operation.
7135
7136 Thu Mar 16 17:03:10 MET 2000 Jan Hubicka <jh@suse.cz>
7137
7138 * i386.md (all HI and QI mode non-move patterns): Conditionize
7139 by TARGET_[HQ]IMODE_MATH.
7140 * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
7141 x86_promote_qi_regs): Declare.
7142 (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
7143 TARGET_PROMOTE_QI_REGS): New macros.
7144 (PROMOTE_MODE): New macro.
7145 * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
7146 x86_promote_qi_regs): New global variables.
7147
7148 Thu Mar 16 16:50:44 MET 2000 Jan Hubicka <jh@suse.cz>
7149
7150 * calls.c (emit_library_call_value_1): Break out from ...; handle
7151 VOIDmode function calls too.
7152 (emit_library_call_value): ... here.
7153 (emit_library_call): Implement by calling emit_library_call_value_1.
7154
7155 Thu Mar 16 16:01:30 MET 2000 Jan Hubicka <jh@suse.cz>
7156
7157 * calls.c (expand_call): Do sanity checking on arg_space_so_far.
7158 Update arg_space_so_far on stack adjustments.
7159 (emit_library_call, emit_library_call_value): Likewise; take into
7160 account arg_space_so_far and pending_stack_adjust when calculcating
7161 the boundary.
7162
7163 Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
7164
7165 * flow.c: Move all basic block reordering code into its own file.
7166 (create_basic_block): Externalize.
7167 * bb-reorder.c: New file. Copy all basic block reordering code from
7168 flow.c to this file.
7169 (reorder_basic_blocks): Fix fencepost error in for-loop.
7170 (reorder_basic_blocks): Remove braces from single statement for-loops.
7171 * basic-block.h: Add declaration for create_basic_block.
7172 * Makefile.in: Add rules for bb-reorder.o.
7173
7174 2000-03-16 Neil Booth <NeilB@earthling.net>
7175
7176 * cppinit.c (handle_option): Implement #unassert directive
7177 as -A- command line option.
7178 (print_help): Update.
7179 * cpptexi.c: Update.
7180
7181 Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
7182
7183 * md.texi (Standard Names): Document `jump'.
7184
7185 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
7186
7187 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
7188 gotos.
7189
7190 2000-03-15 Geoff Keating <geoffk@cygnus.com>
7191
7192 Merge changes from newppc-branch onto trunk.
7193
7194 2000-03-15 Geoff Keating <geoffk@cygnus.com>
7195
7196 * rs6000.c (toc_hash_table): Update for new hash table functions.
7197 (toc_hash_function): Likewise.
7198 (toc_hash_eq): Likewise.
7199 (toc_hash_mark_entry): Likewise.
7200 (toc_hash_mark_table): Likewise.
7201 (output_toc): Likewise.
7202 (rs6000_add_gc_roots): Likewise.
7203
7204 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7205
7206 * t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
7207 (AR_FLAGS_FOR_TARGET): here. New macro.
7208
7209 2000-03-05 Clinton Popetz <cpopetz@cygnus.com>
7210
7211 * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
7212 fpmem_operand) Delete.
7213 (xer_operand) New.
7214 (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
7215 (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
7216 (rs6000_save_machine_status, rs6000_restore_machine_status,
7217 rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
7218 references to above variables.
7219 (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
7220 * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
7221 DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
7222 (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
7223 (XER_REGNO_P, XER_REGNO): New.
7224 (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
7225 (PREDICATE_CODES): Change fpmem_operand to xer_operand.
7226 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
7227 XER_REGNO_P.
7228 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
7229 REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS, and remove FLOAT_OR_FPMEM_REGS.
7230 (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
7231
7232 2000-02-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7233
7234 * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
7235 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
7236 * rs6000.h: from here.
7237
7238 * rs6000-protos.h (rs6000_select_section): Provide prototype.
7239 (rs6000_select_rtx_section): Likewise.
7240 (rs6000_encode_section_info): Likewise.
7241 (sdata_section): Likewise.
7242 (sdata2_section): Likewise.
7243 (sbss_section): Likewise.
7244 * sysv4.h (rs6000_select_section): Delete prototype.
7245 (rs6000_select_rtx_section): Likewise.
7246 (rs6000_encode_section_info): Likewise.
7247 (sdata_section): Likewise.
7248 (sdata2_section): Likewise.
7249 (sbss_section): Likewise.
7250 (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
7251
7252 * sysv4.h: Delete various unnecessary #undef's and put a comment
7253 on the remaining ones.
7254 Change various comments according to coding standard.
7255
7256 2000-02-29 Clinton Popetz <cpopetz@cygnus.com>
7257
7258 * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
7259 CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
7260 (CR0_REGNO_P) Remove.
7261 * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
7262 setup_incoming_varargs, mtcrf_operation, print_operand,
7263 rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
7264 Use the above macros.
7265
7266 2000-02-24 Clinton Popetz <cpopetz@cygnus.com>
7267
7268 * config/rs6000/rs6000.md: Added a new alternative for each
7269 pattern that had a 'x' alternative but no 'y' alternative.
7270 Added a new split for each of the above patterns.
7271
7272 2000-02-18 Geoff Keating <geoffk@cygnus.com>
7273
7274 * aix41.h (ASM_CPU_SPEC): Delete.
7275 (CPP_CPU_SPEC): Delete.
7276
7277 * aix.h (RS6000_OUTPUT_BASENAME): Define.
7278 (ASM_OUTPUT_LABEL): Define.
7279 (ASM_GLOBALIZE_LABEL): Define.
7280 (STRIP_NAME_ENCODING): Define.
7281 * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
7282 (STRIP_NAME_ENCODING): Don't define.
7283 (ASM_OUTPUT_LABEL): Don't define.
7284 (ASM_GLOBALIZE_LABEL): Don't define.
7285 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
7286 names, and ASM_OUTPUT_LABEL to output labels, rather than
7287 asm_fprintf.
7288 (ASM_OUTPUT_LABEL): Define.
7289 (ASM_OUTPUT_INT): Use assemble_name.
7290 (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
7291 (STRIP_NAME_ENCODING): Don't undefine first.
7292 (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
7293 ELF.
7294 (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
7295 specified with 'asm' even with -fleading-underscore.
7296 * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
7297 (output_epilog): Likewise.
7298 (output_toc): Likewise.
7299 * tramp.asm: Handle -fleading-underscore correctly.
7300
7301 * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
7302 -mminimal-toc.
7303 (nonlocal_goto_receiver): Delete.
7304 * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
7305
7306 * rs6000.h (ASM_OUTPUT_DEF): Don't define.
7307 (SET_ASM_OP): Define.
7308 * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
7309
7310 * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
7311 (ASM_LONG): Define.
7312
7313 * rs6000.c (rs6000_dll_import_ref): Delete, not used.
7314 * rs6000-protos.h (rs6000_dll_import_ref): Delete.
7315
7316 * rs6000.h: Add 'u' to more constants.
7317
7318 2000-02-18 David Edelsohn <edelsohn@gnu.org>
7319
7320 * rs6000.md (mfcr+shift): Delete PowerPC64 version.
7321
7322 2000-02-15 David Edelsohn <edelsohn@gnu.org>
7323
7324 * rs6000.c (reg_or_u_cint_operand): New function.
7325 (logical_operand): Handle 64-bit hosts.
7326 (logical_u_operand): New function.
7327 (non_logical_cint_operand): Handle 64-bit hosts.
7328 (non_logical_u_cint_operand): New function.
7329 * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
7330 (PREDICATE_CODES): Define new functions.
7331 * rs6000-protos.h: Declare new functions.
7332 * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
7333 (movdi_64): Bracket code intended for 64-bit hosts. Create
7334 CONST_DOUBLE for 32-bit values.
7335 (scc insns): Generate DImode compares.
7336 (mfcr insns): Create DImode versions.
7337 (sge matchers): New patterns.
7338
7339 2000-02-15 Gabriel Paubert <paubert@iram.es>
7340
7341 * rs6000.md: Correct instructions length attributes and
7342 constraints on unsigned compare instructions.
7343 (*ne0): Disable for PowerPC64.
7344
7345 2000-02-11 Geoff Keating <geoffk@cygnus.com>
7346
7347 * rs6000.c (output_function_profiler): Use .long for a 32-bit
7348 quantity, fix profile1.C test failure under -fPIC.
7349
7350 * rs6000.c: Add 'u' to many constants to suppress warnings.
7351 (constant_pool_expr_1): Make static.
7352 (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
7353 * rs6000.h: Add 'u' to many constants to suppress warnings.
7354
7355 * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
7356 for the start of the TOC, instead of LCTOC..0.
7357 * aix.h (toc_section): Use LCTOC..1 under AIX for the start
7358 of the TOC.
7359 * rs6000.md (load_toc_aix_si): Use LCTOC..1.
7360 (load_toc_aix_di): Use LCTOC..1.
7361
7362 * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
7363 * rs6000.c (rs6000_legitimize_address): New function from
7364 LEGITIMIZE_ADDRESS. Only use create_TOC_reference on
7365 symbols in the constant pool that really are TOC references.
7366 (print_operand_address): For ELF, write TOC offsets under
7367 -fPIC as subtractions in the insn.
7368 (output_toc): For ELF, define symbols in TOC as normal labels,
7369 to match RTL.
7370 (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
7371 * rs6000-protos.h (rs6000_legitimize_address): Prototype.
7372 (create_TOC_reference): Prototype only when RTX_CODE is defined.
7373 * rs6000.md (movsi): Only use create_TOC_reference on
7374 symbols in the constant pool that really are TOC references.
7375
7376 * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
7377 * rs6000.c (rs6000_reorg): Delete.
7378 * rs6000-protos.h (rs6000_reorg): Delete.
7379
7380 2000-02-09 Geoff Keating <geoffk@cygnus.com>
7381
7382 * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
7383
7384 * aix.h (SETUP_FRAME_ADDRESSES): Define.
7385 * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
7386 [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
7387 [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
7388 * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
7389 rs6000_aix_emit_builtin_unwind_init.
7390 * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
7391 rs6000_emit_eh_toc_restore on AIX.
7392 (return_eh_si): Use r2.
7393 (return_eh_di): Use r2.
7394
7395 * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
7396 since we're breaking binary compatibility anyway.
7397
7398 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
7399
7400 * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
7401 constant_pool_expr_p): Declare them.
7402 (constant_pool_expr_p): Declare it.
7403 * config/rs6000/rs6000.c (toc_label_name): Define.
7404 (rs6000_override_options): Set toc_label_name.
7405 (input_operand): Allow any TOC_RELATIVE_EXPR_P.
7406 (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
7407 uses_TOC): New functions.
7408 (print_operand): Delete old '*' case.
7409 (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
7410 and strip off rtl for TOC before calling output_addr_const.
7411 (rs6000_emit_load_toc_table): Use toc_label_name.
7412 * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
7413 the default.
7414 (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
7415 (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
7416 (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
7417 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
7418 into explicit TOC_REGISTER offsets.
7419 (TOC_REGISTER): New macro.
7420 * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
7421 TARGET_TOC to reference TOC_REGISTER.
7422 (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
7423 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
7424 uses_TOC before emitting label references.
7425
7426 2000-02-05 Geoff Keating <geoffk@cygnus.com>
7427
7428 * rs6000.md (stack_tie): Fix warning.
7429
7430 * eabi-ctors.c: Use 'asm' names for the start/end variables,
7431 to handle -fleading-underscore.
7432 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
7433 (USER_LABEL_PREFIX): New macro.
7434 (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
7435 (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
7436 * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
7437 call-linux can use the same multilibs.
7438 * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
7439 and call-linux multilibs. Do multilib with -fleading-underscore.
7440 (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
7441 (MULTILIB_EXCEPTIONS): Remove call-linux exceptions. Add restrictions
7442 to call-aix.
7443
7444 * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
7445 have MASK_SOFT_FLOAT set.
7446 (CPP_FLOAT_DEFAULT_SPEC): New macro.
7447 (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
7448 CPP_FLOAT_DEFAULT_SPEC.
7449
7450 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
7451 * rs6000.md: Whitespace change.
7452 * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
7453 * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
7454
7455 2000-02-05 Geoff Keating <geoffk@cygnus.com>
7456
7457 * rs6000.md (eh_epilogue): New expander.
7458 (eh_reg_restore): New expand/split/insn combination.
7459 (return_eh_si): New insn.
7460 (return_eh_di): New insn.
7461
7462 * eabi-ci.asm: Put a label at the start of the .eh_frame section.
7463 * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
7464 * eabi-ctors.c (__do_global_ctors): Register this object's
7465 frame. Clean up. Call atexit() after the constructors.
7466 (__do_global_dtors): Deregister this object's frame. Clean up.
7467 Allow for recursive calls to exit().
7468 * rs6000.c (fixuplabelno): New variable.
7469 * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
7470 TARGET_RELOCATABLE, it slows down exec() under linux.
7471 (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
7472
7473 * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
7474 (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
7475 (ASM_OUTPUT_DWARF_DELTA2): New macro.
7476 (ASM_OUTPUT_DWARF_DELTA4): New macro.
7477 (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
7478 (ASM_OUTPUT_DWARF_ADDR): New macro.
7479 (ASM_OUTPUT_DWARF_DATA4): New macro.
7480 (ASM_OUTPUT_DWARF_DATA2): New macro.
7481 (ASM_OUTPUT_DWARF_OFFSET4): New macro.
7482 (ASM_OUTPUT_DWARF_OFFSET): New macro.
7483 (UNALIGNED_INT_ASM_OP): New macro, fake definition.
7484
7485 2000-02-03 Geoff Keating <geoffk@cygnus.com>
7486
7487 * rs6000.c (rs6000_sr_alias_set): New variable.
7488 (rs6000_override_options): Initialise rs6000_sr_alias_set.
7489 (rs6000_emit_stack_tie): New function.
7490 (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
7491 in a way that dwarf2out can understand.
7492 (rs6000_frame_related): New function.
7493 (rs6000_emit_prologue): Use rs6000_sr_alias_set. Specify
7494 RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
7495 Use rs6000_emit_stack_tie when needed.
7496 (rs6000_emit_epilogue): Use rs6000_sr_alias_set. Don't set
7497 RTX_FRAME_RELATED_P. Use rs6000_emit_stack_tie when needed.
7498 * rs6000.md (stack_tie): New insn.
7499 (return_internal_si): Allow return value to be in the count
7500 register.
7501 (return_internal_di): Likewise.
7502
7503 * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
7504
7505 2000-02-03 Geoff Keating <geoffk@cygnus.com>
7506
7507 * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
7508
7509 2000-01-31 Geoff Keating <geoffk@cygnus.com>
7510
7511 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
7512
7513 * rs6000.md (stmw): Use the right POWER opcode.
7514 (lmw): Likewise.
7515
7516 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7517
7518 * rs6000-protos.h: New file.
7519
7520 * rs6000.c: Include tm_p.h. Fix compile time warnings.
7521
7522 * rs6000.h: Move prototypes to rs6000-protos.h. Fix compile time
7523 warnings.
7524
7525 * sysv4.h: Likewise.
7526
7527 2000-01-28 Geoff Keating <geoffk@cygnus.com>
7528
7529 * ../../configure.in: Delete powerpcle-*-winnt*
7530 and powerpcle-*-pe|powerpcle-*-cygwin*.
7531 * ../../configure: Regenerated.
7532 * cygwin.h: Delete.
7533 * rs6000.h (OBJECT_WINDOWS_NT): Delete.
7534 (TARGET_WINDOWS_NT): Delete.
7535 (ABI_NT): Delete.
7536 (CALL_NT_DLLIMPORT): Delete.
7537 Delete NT-specific code.
7538 * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
7539 * win-nt.h: Delete.
7540 * t-winnt: Delete.
7541 * nt-ci.asm: Delete.
7542 * nt-cn.asm: Delete.
7543 * ntstack.asm: Delete.
7544
7545 2000-01-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7546
7547 * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
7548 (ASM_FILE_START): Likewise.
7549 (ASM_DECLARE_FUNCTION_NAME): Likewise.
7550 (ASM_OUTPUT_LABELREF): Likewise.
7551 (ASM_OUTPUT_SKIP): Likewise.
7552 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
7553 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
7554 (ASM_OUTPUT_CASE_LABEL): Likewise.
7555 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7556 (ASM_OUTPUT_ASCII): Likewise.
7557
7558 2000-01-27 Clinton Popetz <cpopetz@cygnus.com>
7559
7560 * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
7561 reload_toc_labelno for non-prologue TOC reloads. Also, don't
7562 increment rs6000_pic_labelno here.
7563 (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
7564 and increment rs6000_pic_labelno here.
7565
7566 2000-01-24 Geoffrey Keating <geoffk@cygnus.com>
7567
7568 * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
7569 rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
7570 allocation knows (reg) is dead before the insn.
7571
7572 2000-01-21 Geoff Keating <geoffk@cygnus.com>
7573
7574 * rs6000.md (movsi_to_cr): Correct typo in output template.
7575
7576 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
7577
7578 * rs6000.c (rs6000_pic_labelno): Always define.
7579 (rs6000_pic_func_labelno): Delete.
7580 (lmw_operation): Check for a zero base register,
7581 which doesn't mean what we want.
7582 (stmw_operation): New function.
7583 (print_operand): Define new 'l' modifier.
7584 (rs6000_stack_info): We must save all 64 bits of the registers
7585 if TARGET_POWERPC64.
7586 (rs6000_output_load_toc_table): Delete.
7587 (rs6000_emit_load_toc_table): New function.
7588 (rs6000_allocate_stack_space): Delete.
7589 (rs6000_emit_allocate_stack): New function.
7590 (rs6000_emit_prologue): New function.
7591 (output_prolog): Use rs6000_emit_prologue.
7592 (rs6000_emit_epilogue): Change a few variable names to be
7593 more accurate. Restore all 64 bits of the registers if
7594 TARGET_POWERPC64. Only restore the FP registers which were used
7595 if they are being saved/restored one-at-a-time.
7596 (output_mi_thunk): Delete inefficient code generation.
7597 (output_function_profiler): Don't use rs6000_output_load_toc_table.
7598 * rs6000.h: Declare rs6000_emit_load_toc_table,
7599 rs6000_allocate_stack_space, stmw_operation. Don't declare
7600 rs6000_output_load_toc_table.
7601 * rs6000.md (elf_high): Allow register 0, but discourage it
7602 heavily.
7603 (elf_low): Support loading into register 0.
7604 (load_toc_aix_si): New pattern.
7605 (load_toc_aix_di): New pattern.
7606 (load_toc_v4_pic_si): New pattern.
7607 (load_toc_v4_pic_di): New pattern.
7608 (load_toc_v4_PIC_1): New pattern.
7609 (load_toc_v4_PIC_1b): New pattern.
7610 (load_toc_v4_PIC_2): New pattern.
7611 (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
7612 (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
7613 (prologue): New expander.
7614 (movesi_from_cr): New pattern.
7615 (stmw): New pattern.
7616 (save_fpregs_si): New pattern.
7617 (save_fpregs_di): New pattern.
7618
7619 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7620
7621 * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
7622 (movdi): Likewise.
7623 (movhi): Likewise.
7624 (movqi): Likewise.
7625
7626 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7627
7628 * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
7629 at present.
7630 (movsi_got_internal): Likewise.
7631 (movsi_got_internal+1): Likewise.
7632 (set_sp): 'unspec 7' does a SImode clobber.
7633
7634 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7635
7636 * rs6000.md (floatsidf2): Don't use the fpmem "register", just
7637 allocate a stack temporary.
7638 (floatsidf2_internal): Likewise.
7639 (floatsidf2_internal+1): Likewise. Don't do bizzare hacks
7640 with unspec.
7641 (floatunssidf2): Don't use the fpmem "register", just
7642 allocate a stack temporary.
7643 (floatunssidf2_internal): Likewise.
7644 (floatunssidf2_internal+1): Likewise. Don't do bizzare hacks
7645 with unspec.
7646 (floatsidf2_loadaddr): Delete.
7647 (floatsidf2_store1): Delete.
7648 (floatsidf2_store2): Delete.
7649 (floatsidf2_load): Delete.
7650 (fix_truncdfsi2): Don't use the fpmem "register", just
7651 allocate a stack temporary.
7652 (fix_truncdfsi2_internal_si): Delete.
7653 (fix_truncdfsi2_internal_di): Delete.
7654 (fix_truncdfsi2_internal): New insn.
7655 (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
7656 (fix_truncdfsi2_store): Delete.
7657 (fix_truncdfsi2_load): Delete.
7658 (fctiwz): Produce gen_fctiwz.
7659
7660 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
7661
7662 * eabi.h (INVOKE__main): Define.
7663 * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
7664 specially.
7665 (rs6000_emit_prologue): Likewise.
7666 * rs6000.h (struct rs6000_stack): Don't keep track of whether
7667 this is the main program.
7668
7669 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7670
7671 * rs6000.c (rs6000_va_arg): Delete some unused variables.
7672
7673 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7674
7675 * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
7676 goes after the argument.
7677
7678 2000-01-12 Geoff Keating <geoffk@cygnus.com>
7679
7680 * rs6000.md: Document 'unspec' values used.
7681 (epilogue): New expander.
7682 (movesi_to_cr_one): New expander.
7683 (movesi_to_cr and following): New pattern.
7684 (lmw): New pattern.
7685 (return_internal_si): New pattern.
7686 (return_internal_di): New pattern.
7687 (return_and_restore_fpregs_si): New pattern.
7688 (return_and_restore_fpregs_di): New pattern.
7689 * rs6000.h: Declare new functions.
7690 * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
7691 rather than rs6000_calls_p.
7692 (rs6000_makes_calls): Delete.
7693 (lmw_operation): New function.
7694 (mtcrf_operation): New function.
7695 (rs6000_emit_epilogue): New function.
7696 (output_epilog): Call rs6000_emit_epilogue and final if
7697 !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
7698
7699 2000-01-12 Geoff Keating <geoffk@cygnus.com>
7700
7701 * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
7702 * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
7703 * aix.h (SUBTARGET_SWITCHES): Document switches.
7704 * rs6000.h: (TARGET_SWITCHES): Don't print options twice. Make
7705 sched-prolog and sched-epilog the same. Document all the
7706 switches.
7707 (TARGET_OPTIONS): No longer allow -mdebug-.
7708
7709 2000-01-12 Geoff Keating <geoffk@cygnus.com>
7710
7711 * rs6000.h (ASM_FILE_END): Move to aix.h.
7712 (EXTRA_SECTIONS): Move to aix.h.
7713 (READONLY_DATA_SECTION): Move to aix.h.
7714 (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
7715 (SELECT_SECTION): Move to aix.h.
7716 (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
7717 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
7718 (LINK_REGISTER_REGNUM): New definition.
7719 (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
7720 (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
7721 AIX and SVR4.
7722 * sysv4.h: Delete the code between the inclusion of rs6000.h
7723 and svr4.h.
7724 (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
7725 (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
7726 (RS6000_REG_SAVE): Move generic definition to rs6000.h.
7727 (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
7728 * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
7729 (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
7730 (fix_truncdfsi2_internal_di): New pattern.
7731 (fix_truncdfsi2_store): The second arg here is Pmode too.
7732 (fix_truncdfsi2_load): The second arg here is Pmode too.
7733 (tablejumpdi): Now that switch tables hold only SImode values,
7734 gcc needs to know how to add them to the pc which is DImode.
7735 * rs6000.c (rs6000_stack_info): Use symbolic name for
7736 LINK_REGISTER_REGNUM.
7737 (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
7738 (output_toc): Delete unused variables s1 and s2.
7739 (output_ascii): Use fputs not fprintf on a variable string.
7740
7741 2000-01-07 David Edelsohn <edelsohn@gnu.org>
7742
7743 * rs6000.c (processor_target_table): Add power3 as alias for 630.
7744 * aix43.h: Revert Aug 2 change.
7745 (HAS_INIT_SECTION): Define, not visible yet.
7746 (LD_INIT_SWITCH): Define, not visible yet.
7747 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
7748
7749 2000-01-04 Joel Sherrill (joel@OARcorp.com>
7750
7751 * config/rs6000/rtems.h: Include config/rtems.h.
7752
7753 2000-01-04 David Edelsohn <edelsohn@gnu.org>
7754
7755 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
7756 (SLOW_UNALIGNED_ACCESS): Define.
7757 (CASE_VECTOR_MODE): Always use 32-bit offsets.
7758 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
7759 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
7760 (toc_section): Likewise and .toc pseudo-op.
7761 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
7762 64-bit mode.
7763 (TEXT_SECTION_ASM_OP): Likewise.
7764 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
7765 32-bit offsets.
7766
7767 1999-12-17 Jakub Jelinek <jakub@redhat.com>
7768
7769 * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
7770 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
7771 compiling libgcc2.
7772
7773 2000-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7774
7775 * rs6000.h: Move more stuff from here...
7776 * aix.h: to here.
7777 * sysv4.h: Cleanup accordingly.
7778 * netware.h: Likewise
7779
7780 2000-01-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7781
7782 * rs6000.h: Continue cleanup.
7783 * aix.h: Likewise.
7784 * lynx.h: Likewise.
7785 * netware.h: Likewise.
7786 * sol2.h: Likewise.
7787 * sysv4.h: Likewise.
7788 * win-nt.h: Likewise.
7789
7790 * rs6000.h (TARGET_SWITCHES): Add descriptions.
7791 (TARGET_OPTIONS): Likewise.
7792
7793 * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
7794 (SUBTARGET_OPTIONS): Likewise.
7795
7796 * rs6000.md: Fix compile time warnings.
7797
7798 2000-01-04 Geoff Keating <geoffk@cygnus.com>
7799
7800 vxworks patches from the Cygnus tree originally by
7801 Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
7802 <vmakarov@cygnus.com>.
7803 * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
7804 (ENDFILE_SPEC): Likewise.
7805 (LIB_VXWORKS_SPEC): New macro.
7806 (STARTFILE_VXWORKS_SPEC): New macro.
7807 (ENDFILE_VXWORKS_SPEC): New macro.
7808 (LINK_START_VXWORKS_SPEC): New macro.
7809 (LINK_OS_VXWORKS_SPEC): New macro.
7810 (CPP_OS_VXWORKS_SPEC): New macro.
7811 (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
7812 * vxppc.h: Rewrite to use proper configuration method.
7813 * vxppcle.h: New file.
7814 * ../../configure.in: Add powerpcle-wrs-vxworks*.
7815 * ../../configure: Rebuilt.
7816
7817 2000-01-04 Geoff Keating <geoffk@cygnus.com>
7818
7819 Lots of changes to rs6000.h, sysv4.h, aix.h,
7820 aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
7821 with the aim that rs6000.h is the first header
7822 included and the others override it.
7823 * aix.h: New file.
7824
7825 * x-aix41-gld: Remove.
7826 * x-aix43: Remove.
7827 * x-aix41: Remove target-specific switches, and don't specify
7828 -Wl,-bbigtoc as we don't need it any more.
7829 * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
7830 Use t-aix43 for AIX 4.3 and above.
7831 * ../../configure: Regenerated.
7832
7833 * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
7834 options, that don't do anything yet.
7835 (MASK_SCHED_PROLOG): New macro.
7836 (MASK_SCHED_EPILOG): New macro.
7837 (TARGET_SCHED_PROLOG): New macro.
7838 (TARGET_SCHED_EPILOG): New macro.
7839
7840 2000-01-04 Geoff Keating <geoffk@cygnus.com>
7841
7842 * rs6000.c: Correct comment, the `minimal' TOCs are actually
7843 one per translation unit, not one per function.
7844 (output_toc): Also do duplicate constant elimination
7845 for per-translation-unit TOCs.
7846
7847 * rs6000.md (nonlocal_goto_receiver): Put it back as before. Add
7848 a comment explaining _exactly_ when this pattern gets used.
7849 (builtin_setjmp_receiver): New pattern for better clarity.
7850 (init_v4_pic): Move it into a section dealing with TOC registers.
7851
7852 1999-12-30 Geoff Keating <geoffk@cygnus.com>
7853
7854 * rs6000.c (toc_hash_table): New variable.
7855 (rs6000_hash_constant): New function.
7856 (toc_hash_function): New function.
7857 (toc_hash_eq): New function.
7858 (toc_hash_mark_entry): New function.
7859 (toc_hash_mark_table): New function.
7860 (output_toc): Don't output duplicate TOC entries in
7861 a single file.
7862 (rs6000_add_gc_roots): Add the hash table as a GC root.
7863 * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
7864 where they clearly shouldn't be. This may need to be fixed
7865 later when there is a GNU ar for AIX.
7866 * x-aix43: Don't define CLIB or AR_FOR_TARGET.
7867 Don't define BOOT_LDFLAGS as it is now not necessary.
7868
7869 1999-12-29 Geoff Keating <geoffk@cygnus.com>
7870
7871 * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
7872 for va_list on AIX. Use unsigned_char_type_node rather than
7873 constructing our own version on svr4.
7874
7875 1999-12-17 Geoff Keating <geoffk@cygnus.com>
7876
7877 * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
7878 since patently it's not.
7879
7880 1999-12-08 Geoff Keating <geoffk@cygnus.com>
7881
7882 * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
7883 define_expand/define_insn pair, and handle restore of the
7884 SVR4 -fpic register.
7885
7886 Wed Mar 15 15:43:38 2000 Jeffrey A Law (law@cygnus.com)
7887
7888 * acconfig.h (HAVE_GAS_WEAK): New define.
7889 * configure.in (assembler weak support): Check for .weak support.
7890 * config.in, configure: Rebuilt.
7891 * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
7892 HAVE_GAS_WEAK is defined.
7893
7894 2000-03-15 Nick Clifton <nickc@cygnus.com>
7895
7896 * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
7897 asm_fprintf().
7898
7899 2000-03-15 Zack Weinberg <zack@wolery.cumb.org>
7900
7901 * cppfiles.c (open_include_file): New function.
7902 (find_include_file, cpp_read_file): Use it.
7903
7904 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
7905
7906 * cpphash.c (dump_hash_helper): Take the slot, not the element.
7907
7908 Wed Mar 15 14:28:54 2000 Jason Eckhardt <jle@cygnus.com>
7909
7910 * flow.c (verify_flow_info): Check for unconditional return.
7911
7912 Wed Mar 15 11:34:27 2000 Jim Wilson <wilson@cygnus.com>
7913
7914 * config/ia64/ia64.md (restore_stack_nonlocal): New.
7915 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
7916 (__ia64_restore_stack_nonlocal): New.
7917 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
7918
7919 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7920
7921 * cpphash.c (collect_formal_parameters): Do not complain about
7922 parameter names that just start with `__VA_ARGS__'.
7923
7924 Wed Mar 15 13:26:58 MET 2000 Jan Hubicka <jh@suse.cz>
7925
7926 * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
7927 movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
7928 * i386.c (pentiumpro_cost): Set mul cost to 4.
7929 (x86_use_movx): Set for PPro.
7930
7931 Wed Mar 15 13:07:05 MET 2000 Jan Hubicka <jh@suse.cz>
7932
7933 * i386.md (ix86_compute_frame_size): stack_alignment_needed is
7934 STACK_BOUNDARY for empty frames now.
7935
7936 2000-03-14 Mark Mitchell <mark@codesourcery.com>
7937
7938 * stor-layout.c (layout_union): Remove.
7939 (layout_union_field): New function, split out from layout_union.
7940 (finish_union_layout): Likewise.
7941 (layout_field): Handle unions by calling layout_union_field.
7942 (finish_record_layout): Handle unions.
7943 (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
7944 QUAL_UNION_TYPE handling.
7945
7946 Wed Feb 23 13:00:06 CET 2000 Jan Hubicka <jh@suse.cz>
7947
7948 * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
7949 end of basic block is jump_insn, not barrier; use create_basic_block
7950 instead of creating basic block by hand.
7951
7952 2000-03-14 Jason Eckhardt <jle@cygnus.com>
7953
7954 * flow.c (reorder_basic_blocks): Account for barriers when writing
7955 over NEXT_INSN (last_bb->end).
7956 (verify_flow_info): Add check for missing barriers.
7957
7958 2000-03-14 Greg McGary <gkm@gnu.org>
7959
7960 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
7961 * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
7962 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
7963 __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
7964 __unbounded, __unbounded__): New keywords.
7965 * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
7966 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
7967 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
7968
7969 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
7970
7971 * cselib.h: New file.
7972 * alias.c: Include "cselib.h".
7973 (fixed_scalar_and_varying_struct_p): Accept the addresses of the
7974 MEMs as two new arguments.
7975 (get_addr): New static function.
7976 (find_base_term): Handle VALUEs.
7977 (memrefs_conflict_p): Likewise.
7978 (true_dependence): Call get_addr on the addresses.
7979 Call fixed_scalar_and_varying_struct_p with addresses that have been
7980 passed through get_addr and canon_rtx.
7981 (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
7982 with true_dependence.
7983 Call get_addr on the addresses; don't call canon_rtx on the MEMs.
7984 * loop.c: Include "cselib.h".
7985 (load_mems): Process extended basic block that enters the loop with
7986 cselib. Use that information to change initialization of the shadow
7987 register so that a constant equivalence is seen by later passes.
7988 * reload1.c: Include "cselib.h".
7989 (reload_cse_invalidate_regno): Delete function.
7990 (reload_cse_mem_conflict_p): Likewise.
7991 (reload_cse_invalidate_mem): Likewise.
7992 (reload_cse_invalidate_rtx): Likewise.
7993 (reload_cse_regno_equal_p): Likewise.
7994 (reload_cse_check_clobber): Likewise.
7995 (reload_cse_record_set): Likewise.
7996 (reg_values): Delete static variable.
7997 (invalidate_regno_rtx): Likewise.
7998 (reload_cse_delete_noop_set): New static function.
7999 (reload_cse_simplify): New static function, broken out of
8000 reload_cse_regs_1.
8001 (reload_cse_noop_set_p): Delete unused argument INSN.
8002 Just call rtx_equal_for_cselib_p on set source and destination.
8003 (reload_cse_regs_1): Break out some code into reload_cse_simplify and
8004 reload_cse_delete_noop_set. Delete code to keep track of values; use
8005 cselib functions instead. Delete code to push/pop obstacks.
8006 (reload_cse_simplify_set): Use cselib to find equivalent values.
8007 Delete code to push/pop obstacks.
8008 (reload_cse_simplify_operands): Likewise.
8009 * rtl.def (VALUE): New rtx code.
8010 * rtl.h (union rtunion_def): New elt rt_cselib.
8011 (X0CSELIB, CSELIB_VAL_PTR): New macros.
8012 * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
8013 (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
8014 unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
8015 discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
8016 hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
8017 cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
8018 cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
8019 cselib_record_set, cselib_record_sets): New static functions.
8020 (cselib_lookup, cselib_update_varray_sizes, cselib_init,
8021 cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
8022 references_value_p): New functions.
8023 (MAX_USELESS_VALUES, REG_VALUES): New macros.
8024 (table, cselib_current_insn, next_unknown_value, cselib_nregs,
8025 n_useless_values, reg_values, callmem, cselib_obstack,
8026 cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
8027 New static variables.
8028 * varray.h (union varray_data_tag): New elt te.
8029 (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
8030 * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
8031 dependencies.
8032
8033 2000-03-14 Nick Clifton <nickc@cygnus.com>
8034
8035 * gcc.c (do_spec_1): Catch the case where %* is used in a
8036 substitution pattern, but it has not been initialised.
8037 Issue a meaningful error message if an unrecognised operator
8038 is encountered in a spec string.
8039
8040 2000-03-14 Richard Earnshaw <rearnsha@arm.com>
8041
8042 * function.c (prepare_function_start): Correctly initialize
8043 cfun->stack_alignment_needed.
8044
8045 2000-03-14 Zack Weinberg <zack@wolery.cumb.org>
8046
8047 * cppfiles.c (find_include_file): Don't assume nshort is a
8048 substring of name.
8049
8050 Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
8051
8052 * configure.in (hppa configurations): Add pa32-regs.h to the
8053 list of tm files as appropriate.
8054 * configure: Rebuilt.
8055 * pa.c (compute_frame_size): Remove explicit knowledge about FP
8056 register numbering.
8057 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
8058 (fmpyaddoperands, fmpysuboperands): Likewise.
8059 * pa.h: Remove various definitions which depend on knowing
8060 how registers are numbered.
8061 * pa32-regs.h: New file with PA32 register numbering specific
8062 definitions.
8063
8064 2000-03-14 Richard Henderson <rth@cygnus.com>
8065
8066 * regmove.c (combine_stack_adjustments): New.
8067 (stack_memref_p, single_set_for_csa): New.
8068 (free_csa_memlist, record_one_stack_memref): New.
8069 (try_apply_stack_adjustment): New.
8070 (combine_stack_adjustments_for_block): New.
8071 * rtl.h (combine_stack_adjustments): Declare.
8072 * toplev.c (rest_of_compilation): Call it.
8073
8074 * i386.md: Revert 2000-01-16 change.
8075
8076 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8077
8078 * gccbug.in: Add web category, gcc specific classes.
8079
8080 2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
8081
8082 * stor-layout.c (finalize_record_size): Fix typo.
8083
8084 2000-03-14 Stan Shebs <shebs@apple.com>
8085
8086 * c-typeck.c (c_alignof): Error on incomplete types.
8087 * extend.texi (Alignment): Document this.
8088
8089 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
8090
8091 * cppfiles.c: Include mkdeps.h.
8092 (find_include_file, read_include_file): Remove _cpp_ prefix
8093 from name, make static.
8094 (_cpp_execute_include): New function, broken out of
8095 do_include.
8096
8097 * cpplib.c: Don't include mkdeps.h.
8098 (struct directive): Remove type field. Reorder entries. The
8099 function takes only one argument.
8100 (struct if_stack): Make type field an int.
8101 (directive_table): Rename to dtable. Generate it, the
8102 prototypes of the directive handlers, and the enum for the
8103 directive numbers, from a template macro.
8104 (do_ifndef, do_include_next, do_import): New functions.
8105 (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
8106 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
8107 do_ident, do_assert, do_unassert, do_sccs): Take only one
8108 argument.
8109 (do_sccs): Define always, but alter behavior based on
8110 SCCS_DIRECTIVE.
8111 (_cpp_handle_directive, consider_directive_while_skipping):
8112 Restructure for new directive table layout.
8113
8114 (pass_thru_directive): Take a directive number, not a pointer
8115 to a struct directive.
8116 (parse_include): New function, broken out of do_include.
8117 (do_include, do_import, do_include_next): Use parse_include
8118 and _cpp_execute_include.
8119 (do_elif, do_else): Test for T_ELSE specifically when checking
8120 for #elif/#else after #else.
8121 (parse_ifdef): New function, broken out of do_ifdef.
8122 (validate_else): Expect a name arg without a leading #.
8123 (if_directive_name): Delete.
8124 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
8125 directive handlers with only one argument.
8126
8127 * cpphash.h: Update prototypes.
8128 (enum node_type): Remove entries for directives.
8129 * Makefile.in: Update dependencies.
8130
8131 * cpphash.c (dump_hash_helper): Only dump nodes of type
8132 T_MACRO. Emit a newline after each definition.
8133
8134 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8135
8136 * gccbug.in: New file.
8137 * configure.in (all_outputs): Add gccbug.
8138 * Makefile.in (install-common): Install gccbug.
8139 (GCCBUG_INSTALL_NAME): New variable.
8140 * configure: Rebuilt.
8141
8142 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
8143
8144 * function.c (put_var_into_stack): Use type_for_mode to calculate
8145 part_type. Use MEM_SET_IN_STRUCT_P.
8146 * expr.c (store_field): Handle CONCAT.
8147 (store_constructor): Use fields_length.
8148 * tree.c (fields_length): New fn.
8149 * tree.h: Declare it.
8150
8151 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
8152
8153 * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
8154 (cpplex.o): New target.
8155 * po/POTFILES.in: Add cpplex.c.
8156
8157 * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
8158 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
8159 cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
8160 skip_block_comment, skip_line_comment, skip_comment,
8161 copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
8162 _cpp_parse_name, skip_string, parse_string,
8163 _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
8164 _cpp_get_directive_token, find_position,
8165 _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
8166 (maybe_macroexpand, _cpp_lex_token): New functions.
8167
8168 * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
8169 parse_goto_mark): Delete.
8170 (_cpp_handle_eof): New function.
8171 (_cpp_handle_directive): Rename from handle_directive.
8172 (_cpp_output_line_command): Rename from output_line_command.
8173 (do_if, do_elif): Call _cpp_parse_expr directly.
8174 * cppfiles.c (_cpp_read_include_file): Don't call
8175 init_input_buffer here.
8176 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
8177 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
8178 here; pop the token_buffer and skip the rest of the line here.
8179 * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
8180 here.
8181
8182 * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
8183 Define here.
8184 (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
8185 CPP_GOTO_MARK): New macros.
8186 (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
8187 _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
8188 _cpp_read_and_prescan, _cpp_init_input_buffer,
8189 _cpp_grow_token_buffer, _cpp_get_directive_token,
8190 _cpp_handle_directive, _cpp_handle_eof,
8191 _cpp_output_line_command): Prototype them here.
8192 * cpplib.h (enum cpp_token): Add CPP_MACRO.
8193 (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
8194 quote_string, output_line_command): Remove.
8195
8196 2000-03-13 Bernd Schmidt <bernds@cygnus.co.uk>
8197
8198 * stmt.c (expand_end_case): RANGE may be signed, and when checking
8199 whether it is too large we must also verify that it isn't negative.
8200
8201 2000-03-13 Jakub Jelinek <jakub@redhat.com>
8202
8203 * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
8204 (movsi_zero_liveg0): Remove.
8205 (movsf_insn_novis_liveg0): Remove.
8206 (negsi2): Remove.
8207 (negsi2_not_liveg0): Rename to negsi2.
8208 (one_cmplsi2): Remove.
8209 (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
8210 (one_cmplsi2_liveg0): Remove.
8211 * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
8212 MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
8213 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
8214 (PREDICATE_CODES): Remove zero_operand.
8215 * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
8216 TARGET_BROKEN_SAVERESTORE.
8217 (zero_operand): Remove.
8218 * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
8219 -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
8220 options.
8221 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
8222 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
8223 TARGET_BROKEN_SAVERESTORE): Remove.
8224 * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
8225 Remove.
8226 * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
8227 Remove.
8228 * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
8229 Remove.
8230
8231 * config/sparc/sparc.md (return_df_no_fpu): New pattern.
8232
8233 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
8234
8235 * cpplib.c (do_pragma_implementation): Fix off-by-one error
8236 truncating a string. Don't assume tokens are nul terminated.
8237 Problem noted by Andreas Jaeger <aj@suse.de>
8238
8239 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
8240
8241 * dwarf2out.c (add_name_and_src_coords_attributes): Only add
8242 DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
8243 (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
8244
8245 2000-03-13 Richard Earnshaw <rearnsha@arm.com>
8246
8247 * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
8248 STRUCTURE_SIZE_BOUNDARY.
8249
8250 2000-03-13 Mark Mitchell <mark@codesourcery.com>
8251
8252 * tree.h (record_layout_info_s): New structure.
8253 (record_layout_info): New type.
8254 (new_record_layout_info): New function.
8255 (layout_field): Likewise.
8256 (finish_record_layout): Likewise.
8257 * stor-layout.c (layout_record): Remove.
8258 (new_record_layout_info): New function.
8259 (layout_field): New function, broken out from layout_record.
8260 (finalize_record_size): Likewise.
8261 (compute_record_mode): Likewise.
8262 (finalize_type_size): New function, broken out from layout_type.
8263 (finish_record_layout): Likewise.
8264 (layout_type): Use them.
8265
8266 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
8267
8268 * cpphash.c: Don't include version.h.
8269 (special_symbol) [case T_VERSION]: Look for the string in
8270 hp->value.cpval; don't use version_string.
8271 * cppinit.c (initialize_builtins): Set hp->value.cpval for
8272 __VERSION__ to version_string.
8273 * Makefile.in (cpphash.o): Update deps.
8274
8275 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
8276
8277 Convert cpplib to use libiberty/hashtab.c.
8278
8279 * cpplib.h (struct cpp_reader): Make hashtab and
8280 all_include_files of type 'struct htab *'. Delete HASHSIZE
8281 and ALL_INCLUDE_HASHSIZE macros.
8282
8283 * cpphash.h: Update prototypes.
8284 (struct hashnode): Remove next, prev, and bucket_hdr members.
8285 Make length a size_t. Add hash member.
8286 (struct ihash): Remove next member. Add hash member. Make
8287 name a flexible array member.
8288
8289 * cppfiles.c: Include hashtab.h.
8290 (include_hash): Delete.
8291 (IHASHSIZE): New macro.
8292 (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
8293 (cpp_included): Do the hash lookup here.
8294 (_cpp_find_include_file): Rewrite.
8295 (cpp_read_file): Put the "fake" hash entry into the hash
8296 table. Honor the control_macro, if it turns out we've seen
8297 the file before. Don't push the buffer here.
8298 (_cpp_read_include_file): Push the buffer here.
8299 (OMODES): New macro. Use it whenever we call open(2).
8300
8301 * cpphash.c: Include hashtab.h.
8302 (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
8303 _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
8304 _cpp_lookup_slot): New functions.
8305 (HASHSIZE): new macro.
8306 (hashf, _cpp_install, _cpp_delete_macro): Delete.
8307 (_cpp_lookup): Use hashtab.h routines.
8308
8309 * cppinit.c: Include hashtab.h.
8310 (cpp_reader_init): Call _cpp_init_macro_hash and
8311 _cpp_init_include_hash. Don't allocate hashtab directly.
8312 (cpp_cleanup): Just call htab_delete on pfile->hashtab and
8313 pfile->all_include_files.
8314 (initialize_builtins): Use _cpp_make_hashnode and
8315 htab_find_slot to add hash entries.
8316 (cpp_finish): Just call _cpp_dump_macro_hash.
8317 * cpplib.c: Include hashtab.h.
8318 (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
8319 create hash entries.
8320 (do_pragma_poison, do_assert): Likewise.
8321 (do_include): Don't push the buffer here. Don't increment
8322 system_include_depth unless _cpp_read_include_file succeeds.
8323 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
8324 or htab_remove_elt.
8325 (do_pragma_implementation): Use alloca to create copy.
8326
8327 * Makefile.in: Update dependencies.
8328
8329 2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8330
8331 * cppinit.c (cl_directive_handler): More K&R fixing.
8332
8333 Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
8334
8335 * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
8336 STACK_BOUNDARY.
8337 * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
8338
8339 2000-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8340
8341 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
8342 Change from char[] to macros.
8343
8344 2000-03-12 Neil Booth <NeilB@earthling.net>
8345
8346 * cppinit.c (cpp_start_read): Update indirect function
8347 call to K&R C.
8348
8349 Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
8350
8351 * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
8352 entry.
8353
8354 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8355 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
8356
8357 2000-03-11 Neil Booth <NeilB@earthling.net>
8358
8359 * cppinit.c (struct pending option): Replace undef with a
8360 pointer to a directive handling routine.
8361 (struct cpp_pending): Replace separate assert_ and define_
8362 lists with one directive_ list.
8363 (new_pending_define): Rename new_pending_directive. Extra
8364 argument is the directive's handling routine.
8365 (handle_option): Update to use new_pending_directive.
8366
8367 2000-03-11 Neil Booth <NeilB@earthling.net>
8368
8369 * cppfiles.c (file_cleanup, _cpp_find_include_file,
8370 remap_filename, _cpp_read_include_file, actual_directory,
8371 hack_vms_include_specification): Replace bcopy(), index() etc
8372 calls. Add casts to some allocations. Make some variables
8373 pointers to const [unsigned] char.
8374 * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
8375 collect_formal_parameters): Similarly.
8376 * cppinit.c (struct pending_option, append_include_chain,
8377 cpp_options_init, cpp_reader_init, initialize_standard_includes,
8378 cpp_start_read, new_pending_define, handle_option): Similarly.
8379 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
8380 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
8381 do_pragma_implementation, detect_if_not_defined,
8382 do_ifdef, skip_if_group, cpp_get_token, parse_string,
8383 do_assert, do_unassert): Similarly.
8384 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
8385 function prototypes.
8386 * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
8387
8388 2000-03-10 Richard Henderson <rth@cygnus.com>
8389
8390 * builtins.c (expand_builtin_strlen): Revert last change.
8391 Use emit_insn_before if we're at the beginning of a sequence.
8392
8393 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
8394
8395 * builtins.c (expand_builtin_strlen): Make sure that we have something
8396 at the beginning of the sequence.
8397
8398 * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
8399 deferred inlines.
8400
8401 * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
8402
8403 2000-03-10 Richard Henderson <rth@cygnus.com>
8404
8405 * except.c (can_throw): Use INTVAL on a CONST_INT.
8406 (reachable_handlers): Likewise.
8407 * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
8408
8409 2000-03-10 Andreas Jaeger <aj@suse.de>
8410
8411 * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
8412 MD_STARTFILE_PREFIX since those are not needed on linux.
8413 (ASM_FILE_START): New, from mips/gnu.h.
8414
8415 2000-03-09 Richard Henderson <rth@cygnus.com>
8416 Alex Samuel <samuel@codesourcery.com> and others
8417
8418 * Makefile.in (ssa.o): New rule.
8419 (OBJS): Add ssa.o.
8420 (STAGESTUFF): Add *.ssa and *.ussa.
8421 (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
8422 * rtl.def (PHI): New RTL expression.
8423 * rtl.h (clear_log_links): New declaration.
8424 (convert_to_ssa): Likewise.
8425 (convert_from_ssa): Likewise.
8426 * flow.c (split_edge): If the entry node falls through to the
8427 split edge's source block, split the entry edge.
8428 (clear_log_links): New function.
8429 * toplev.c (ssa_dump): New variable.
8430 (flag_ssa): Likewise.
8431 (f_options): Add "ssa".
8432 (compile_file): Create SSA dump files.
8433 (rest_of_compilation): Go to and from SSA if enabled.
8434 (decide_d_option): Handle -de for SSA dump files.
8435 * ssa.c: New file.
8436
8437 Thu Mar 9 20:01:38 2000 Jim Wilson <wilson@cygnus.com>
8438
8439 * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
8440 same as VAR_DECL.
8441
8442 2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
8443
8444 * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
8445
8446 Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
8447
8448 * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
8449 (MD_STARTFILE_PREFIX_1): New macro.
8450
8451 2000-03-09 Robert Lipe <robertl@sco.com>
8452
8453 * config/ia64/ia64.c: Include system.h.
8454
8455 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
8456
8457 * except.c (nothrow_function_p): If -fno-exceptions, just return.
8458 (init_eh_nesting_info): Likewise.
8459
8460 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
8461 (TREE_NOTHROW): Rename from TREE_RAISES.
8462 * toplev.c (rest_of_compilation): Set it.
8463 * print-tree.c (print_node): Adjust.
8464 * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
8465 (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
8466 * calls.c (emit_call_1): Add 'nothrow' parm. Add
8467 REG_EH_REGION note as appropriate.
8468 (libfunc_nothrow): New fn.
8469 (emit_library_call, emit_library_call_value): Use it.
8470 (expand_call): Check TREE_NOTHROW.
8471
8472 * varasm.c (make_decl_rtl): Skip initial '*' when setting
8473 DECL_ASSEMBLER_NAME.
8474
8475 2000-03-09 Andreas Jaeger <aj@suse.de>
8476
8477 * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
8478 (TARGET_MEM_FUNCTIONS): Define.
8479
8480 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
8481
8482 * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
8483
8484 * except.c (can_throw): See through a SEQUENCE.
8485 (nothrow_function_p): New fn.
8486 * except.h: Declare it.
8487 * function.c (current_function_nothrow): New var.
8488 (prepare_function_start): Initialize it.
8489 * output.h: Declare it.
8490 * toplev.c (rest_of_compilation): Set it.
8491 * dwarf2out.c (dwarf2out_begin_prologue): Use it.
8492
8493 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
8494
8495 * cpphash.c (collect_formal_parameters): strncmp returns 0 for
8496 match. (cpp_compare_defs): Count the nul separator when
8497 advancing over argument names.
8498
8499 2000-03-09 Bernd Schmidt <bernds@cygnus.co.uk>
8500
8501 * recog.c (preprocess_constraints): Matching constraints affect
8502 same alternative/different operand, not same operand/different
8503 alternative.
8504
8505 * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
8506 register and a constant specially.
8507
8508 2000-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8509
8510 * libgcc2.h: New file.
8511 * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
8512
8513 Wed Mar 8 16:19:42 2000 Jim Wilson <wilson@cygnus.com>
8514
8515 * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
8516 * configure: Regenerate.
8517 * config/ia64: New.
8518
8519 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
8520
8521 * Makefile.in (LIBCPP_DEPS): New macro.
8522 (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
8523 it to declare deps.
8524 * cpperror.c: Include cpphash.h.
8525 * cppexp.c: Include cpphash.h. Remove MULTIBYTE_CHARS
8526 dingleberry.
8527 (lex): Don't use CPP_WARN_UNDEF.
8528 (_cpp_parse_expr): Return an int, the truth value.
8529 * cppfiles.c: Include cpphash.h.
8530 (_cpp_merge_include_chains): Move to cppinit.c and make static.
8531 * cppinit.c (include_defaults_array): Disentangle.
8532 (cpp_cleanup): Don't free the if stack here.
8533 (cpp_finish): Pop off all buffers, not just one.
8534 * cpplib.c (eval_if_expr): Return int.
8535 (do_xifdef): Rename do_ifdef.
8536 (handle_directive): Don't use CPP_PREPROCESSED.
8537 (cpp_get_token): Don't use CPP_C89.
8538 * fix-header.c: Don't use CPP_OPTIONS.
8539
8540 * cpplib.h: Move U_CHAR, enum node_type, struct
8541 file_name_list, struct ihash, is_idchar, is_idstart,
8542 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
8543 CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
8544 CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
8545 CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
8546 CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
8547 of _cpp_simplify_pathname, _cpp_find_include_file,
8548 _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
8549 Move struct if_stack to cpplib.c. Move struct cpp_pending to
8550 cppinit.c.
8551 Change all uses of U_CHAR to be unsigned char instead.
8552 Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
8553
8554 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
8555
8556 * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
8557 (dwarf2out_begin_prologue): Set it.
8558 (output_call_frame_info): Don't emit EH unwind info for leaves.
8559
8560 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
8561 can occur outside of an EH region.
8562 * except.c: Correct comments about rethrow behavior.
8563 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
8564
8565 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
8566
8567 * flow.c (make_edges): Always call make_eh_edge for calls.
8568
8569 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
8570
8571 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
8572 (struct cpp_buffer): Remove fname and underflow fields.
8573 (struct cpp_reader): Remove get_token field.
8574 (struct include_hash): Rename to struct ihash. Add typedef to
8575 IHASH.
8576 (struct if_stack): Remove fname field.
8577 (IF_STACK_FRAME): Rename to IF_STACK.
8578
8579 * cpperror.c (print_containing_files): Trust that there are no
8580 macro buffers below the top file buffer.
8581 * cppfiles.c: Replace all references to 'struct include_hash'
8582 with 'IHASH'. Rename initialize_input_buffer to
8583 init_input_buffer. Don't set or reference cpp_buffer->fname,
8584 use buffer->ihash->name instead.
8585 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
8586 not CPP_NULL_BUFFER.
8587 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
8588 IF_STACK_FRAME, IHASH not struct include_hash.
8589 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
8590 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
8591 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
8592 references to cpp_buffer->fname (delete entirely, or use
8593 ->ihash->name instead) and IF_STACK->fname.
8594 (cpp_push_buffer): Don't set new->underflow.
8595 (do_include): Use cpp_file_buffer.
8596
8597 * cpphash.c (collect_formal_parameters): Remove duplicate
8598 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
8599 used as a macro argument name. Don't append "..." to namebuf
8600 for varargs macros. After we're done scanning, go through
8601 namebuf and make it NUL separated, not comma separated.
8602 (_cpp_compare_defs): Remove register tag from variables.
8603 Expect defn->argnames to be NUL separated.
8604 (_cpp_dump_definition): Expect defn->argnames to be NUL
8605 separated and in forward order.
8606 * cpphash.h: Update documentation of argnames field.
8607
8608 2000-03-08 Richard Henderson <rth@cygnus.com>
8609
8610 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
8611 to fail. Don't pre-expand the source operand.
8612
8613 * i386.md (strlensi): Initialize eoschar and align before use.
8614
8615 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
8616
8617 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
8618 CONSTRUCTOR element.
8619
8620 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
8621
8622 * mips.c (mips_expand_prologue): If the last
8623 named argument is the vararg marker "va_list", treat it as
8624 an unnamed argument.
8625
8626 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
8627
8628 * dbxout.c (dbxout_parms): When correcting for promoted
8629 big-endian parameters, use the mode of the DECL_RTL rather
8630 than UNITS_PER_WORD.
8631
8632 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
8633
8634 * c-common.h (make_fname_decl): Declare.
8635 * c-common.c (make_fname_decl): Define.
8636 (declare_hidden_char_array): Remove.
8637 (declare_function_name): Use make_fname_decl.
8638 * c-decl.c (c_make_fname_decl): New function.
8639 (init_decl_processing): Set make_fname_decl.
8640
8641 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
8642
8643 * cccp.c (handle_directive): Initialize backslash_newlines_p.
8644
8645 2000-03-07 Philipp Thomas <pthomas@suse.de>
8646
8647 * po/POTFILES.in: Remove cppalloc.c from file list.
8648
8649 2000-03-07 Steve Chamberlain <sac@pobox.com>
8650
8651 * pj.c (pj_expand_prologue): current_function->args_info is
8652 now current_function_args_info.
8653
8654 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
8655 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
8656 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
8657
8658 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8659
8660 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
8661 output as hexadecimal rather than the default octal.
8662
8663 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
8664
8665 * cpphash.c (special_symbol): Fix thinko in previous commit.
8666
8667 2000-03-07 Neil Booth <NeilB@earthling.net>
8668
8669 * cppexp.c (struct operation, left_shift, right_shift,
8670 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
8671 "int"s to "unsigned int"s.
8672 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
8673 Similarly.
8674 * cpplib.h: Update for above.
8675 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
8676 returned from allocations.
8677
8678 * cppinit.c (opt_comp, parse_options): New functions.
8679 (handle_option): Use parse_option to parse a single command
8680 line option, that possibly takes an argument.
8681 (cpp_handle_options): Sort the array of command line options on
8682 first invocation (non-ASCII hosts only).
8683 (print_help): Update.
8684
8685 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
8686
8687 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
8688 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
8689
8690 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
8691 initialized.
8692 * cppinit.c (cpp_cleanup): Free imp->nshort also.
8693
8694 * cpperror.c (cpp_print_containing_files,
8695 cpp_print_file_and_line, v_cpp_message): Rename to
8696 print_containing_files, print_file_and_line, and v_message.
8697 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
8698 to _cpp_parse_expr, parse_escape, and lex.
8699 (parse_charconst): Remove broken multibyte support.
8700 * cppfiles.c (include_hash): Make static.
8701 (cpp_included): New function.
8702 (merge_include_chains, find_include_file, finclude,
8703 simplify_pathname): Rename to _cpp_merge_include_chains,
8704 _cpp_find_include_file, _cpp_read_include_file, and
8705 _cpp_simplify_pathname.
8706 * cpphash.c (cpp_lookup, free_definition, delete_macro,
8707 cpp_install, create_definition, macroexpand, compare_defs,
8708 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
8709 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
8710 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
8711 * cppinit.c (cpp_handle_option): Rename to handle_option, make
8712 static.
8713 * cpplib.c: Remove extern prototype of cpp_parse_expr.
8714
8715 * cpphash.h: Update prototypes.
8716 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
8717
8718 2000-03-07 Andrew Haley <aph@cygnus.com>
8719
8720 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
8721 PTRDIFF_TYPE should be based solely on Pmode.
8722 (SIZE_TYPE): ditto.
8723
8724 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8725
8726 * rtl.h (rtunion_def): Constify member `rtstr'.
8727 (emit_line_note_after, emit_line_note, emit_line_note_force,
8728 emit_note, decode_asm_operands): Constify.
8729
8730 * cse.c (canon_hash): Likewise.
8731
8732 * dbxout.c (dbxout_block): Likewise.
8733
8734 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
8735 v_warning_for_asm): Likewise.
8736
8737 * dwarfout.c (function_start_label): Likewise.
8738
8739 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
8740 emit_line_note_force): Likewise.
8741
8742 * final.c (last_filename, asm_insn_count, final_scan_insn,
8743 output_source_line): Likewise.
8744
8745 * function.h (struct emit_status): Likewise.
8746
8747 * gcse.c (hash_expr_1): Likewise.
8748
8749 * genattr.c (gen_attr, main): Likewise.
8750
8751 * genattrtab.c (struct function_unit, current_alternative_string,
8752 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
8753 attr_numeral, check_attr_test, check_attr_value,
8754 convert_set_attr_alternative, convert_set_attr,
8755 compute_alternative_mask, simplify_by_exploding, gen_attr,
8756 gen_unit): Likewise.
8757
8758 * genflags.c (gen_insn): Likewise.
8759
8760 * gengenrtl.c (type_from_format): Likewise.
8761
8762 * genopinit.c (gen_insn): Likewise.
8763
8764 * genoutput.c (n_occurrences, process_template, process_template):
8765 Likewise.
8766
8767 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
8768 Likewise.
8769
8770 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
8771 Likewise.
8772
8773 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
8774 ggc_set_mark, ggc_get_size): Likewise.
8775
8776 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
8777
8778 * optabs.c (init_one_libfunc): Likewise.
8779
8780 * output.h (assemble_start_function): Likewise.
8781
8782 * recog.c (decode_asm_operands): Likewise.
8783
8784 * toplev.c (rest_of_compilation): Likewise.
8785
8786 * tree.h (emit_line_note_after, emit_line_note,
8787 emit_line_note_force): Likewise.
8788
8789 * varasm.c (asm_output_bss, asm_output_aligned_bss,
8790 asm_emit_uninitialised, assemble_start_function,
8791 assemble_variable, const_hash, compare_constant_1,
8792 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
8793
8794 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
8795
8796 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
8797
8798 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
8799
8800 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
8801
8802 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
8803 arm_dllimport_name_p): Likewise.
8804
8805 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
8806 Likewise.
8807
8808 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
8809
8810 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8811
8812 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
8813 arm_mark_dllexport, arm_mark_dllimport,
8814 arm_pe_encode_section_info): Likewise.
8815
8816 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
8817 ASM_FINISH_DECLARE_OBJECT): Likewise.
8818
8819 * arm/thumb.c (thumb_function_prologue): Likewise.
8820
8821 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
8822
8823 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8824
8825 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
8826
8827 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
8828
8829 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
8830
8831 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8832
8833 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
8834 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
8835
8836 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
8837
8838 * i386/i386.c (asm_output_function_prefix): Likewise.
8839
8840 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
8841
8842 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8843
8844 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
8845
8846 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
8847 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
8848 ASM_OUTPUT_SECTION_NAME): Likewise.
8849
8850 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
8851
8852 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
8853
8854 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
8855
8856 * m32r/m32r.c (m32r_encode_section_info): Likewise.
8857
8858 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8859
8860 * mcore/mcore.c (mcore_encode_section_info): Likewise.
8861
8862 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8863
8864 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8865
8866 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8867
8868 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
8869
8870 * mips/mips.md (movdi, movsi): Likewise.
8871
8872 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8873
8874 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8875
8876 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
8877
8878 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
8879 ASM_OUTPUT_ASCII): Likewise.
8880
8881 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
8882 output_mi_thunk, output_toc): Likewise.
8883
8884 * rs6000/rs6000.md (movsi): Likewise.
8885
8886 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
8887
8888 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
8889
8890 * v850/v850.c (print_operand, print_operand_address,
8891 v850_encode_data_area): Likewise.
8892
8893 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
8894
8895 * config/mips/mips.md (zero_extendsidi2): Always force operand
8896 one to memory for mips16.
8897
8898 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8899
8900 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
8901 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
8902 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
8903 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
8904 (min_precision): Result is unsigned.
8905 (add_double, neg_double, mul_double): Low word is unsigned.
8906 (lshift_double, rshift_double, lrotate_double): Likewise.
8907 (rrotate_double, div_and_round_double): Likewise.
8908 (tree_floor_log2, compare_tree_int): New functions.
8909 (preserve_rtl_expr_temps): New declaration.
8910 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
8911 (decl_attributes): Use tree_log2 to find alignment.
8912 Check for TREE_INT_CST_HIGH for format args.
8913 (min_precision): Now unsigned.
8914 Use tree_floor_log2.
8915 (truthvalue_conversion): Delete long-disabled code.
8916 * c-decl.c (finish_struct): Clean up tests on field width.
8917 (finish_function): Use compare_tree_int.
8918 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
8919 * c-typeck.c (comptypes): Use tree_int_cst_equal.
8920 (default_conversion, digest_init): Use compare_tree_int.
8921 (build_binary_op): Use integer_all_onesp and compare_tree_int.
8922 Fix type errors in forming masks.
8923 * calls.c (initialize_argument_information): Use compare_tree_int.
8924 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
8925 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
8926 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
8927 (store_field): Use compare_tree_int.
8928 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
8929 (expand_expr, case ARRAY_REF): Use compare_tree_int.
8930 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
8931 (do_store_flag): Use compare_tree_int.
8932 * fold-const.c (encode, decode): Low part is always unsigned.
8933 (force_fit_type, add_double, neg_double, mul_double): Likewise.
8934 (lshift_double, rshift_double, lrotate_double): Likewise.
8935 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
8936 (fold_convert): Use compare_tree_int.
8937 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
8938 (invert_truthvalue, case INTEGER_CST): Likewise.
8939 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
8940 * mkdeps.c (deps_dummy_targets): Make I unsigned.
8941 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
8942 (lshift_double, rshift_double, lrotate_double, rrotate_double):
8943 Likewise.
8944 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
8945 (expand_end_case): Use compare_tree_int.
8946 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
8947 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
8948 (layout_decl): Likewise.
8949 (layout_record, layout_union): Make sizes unsigned.
8950 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
8951 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
8952 * tree.c (struct type_hash): hashcode is unsigned.
8953 (build_type_attribute_variant, type_hash_list): Likewise.
8954 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
8955 (attribute_hash_list, build_array_type, build_method_type): Likewise.
8956 (build_complex_type): Likewise.
8957 (real_value_from_int_cst): Remove unneeded casts.
8958 (integer_all_onesp): Add casts.
8959 (tree_floor_log2, compare_tree_int): New functions.
8960 (build_index_type): Use tree_int_cst_sgn.
8961 * varasm.c (assemble_variable): Use compare_tree_int.
8962
8963 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
8964
8965 * cpphash.c (collect_expansion): Also catch ## at start of macro.
8966
8967 * varasm.c (make_decl_rtl): Don't add a number to members of
8968 local classes.
8969 (make_function_rtl): Likewise.
8970
8971 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8972
8973 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
8974 patch from 2000-01-28.
8975
8976 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
8977
8978 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
8979 filled with an insn from the jump target.
8980
8981 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8982
8983 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
8984 (c4x_external_ref): Likewise.
8985 * config/c4x/c4x.c (struct name_list): Likewise.
8986
8987 1999-12-16 Ben Collins <bcollins@debian.org>
8988
8989 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
8990 argument to genmultilib.
8991 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
8992 the contents into the multilib.h header.
8993 * gcc.c: Declare multilib_exclusions for the specs file.
8994 (set_multilib_dir): Use it.
8995 (print_multilib_info): Likewise.
8996 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
8997 to pass to genmultilib.
8998
8999 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9000
9001 * builtins.c (built_in_class_names, built_in_names): Constify a
9002 char*.
9003
9004 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
9005 int.
9006 (_mcleanup): Ensure value matches format specifier in sprintf.
9007
9008 * cpphash.c (special_symbol): Don't needlessly cast away
9009 const-ness.
9010
9011 * cppinit.c (base_name): Delete unused prototype.
9012
9013 * mkdeps.c (deps_init): Make definition K&R safe.
9014
9015 * tree.h (built_in_class_names, built_in_names): Constify a
9016 char*.
9017
9018 2000-03-06 Jakub Jelinek <jakub@redhat.com>
9019
9020 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
9021 floating point instructions for epilogue delay.
9022
9023 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
9024 to gas if it supports .register pseudo.
9025
9026 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
9027 LONG_DOUBLE_TYPE_SIZE if not defined.
9028 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
9029 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
9030 * real.c: Likewise.
9031 * gengenrtl.c: Likewise.
9032 * print-rtl.c: Likewise.
9033 * rtl.c: Likewise.
9034 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
9035 MASK_LONG_DOUBLE_128.
9036 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
9037 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
9038 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
9039 (SUBTARGET_SWITCHES): Define.
9040 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
9041 with -mlong-double-128.
9042 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
9043 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9044 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
9045 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
9046 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
9047 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
9048 with -mlong-double-128.
9049 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
9050 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9051 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
9052 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
9053 TARGET_LONG_DOUBLE_128): Define.
9054 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
9055 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
9056 long double on TARGET_ARCH64.
9057
9058 2000-03-06 Mark Mitchell <mark@codesourcery.com>
9059
9060 * function.c (free_temps_for_rtl_expr): Don't free slots
9061 that have been pushed into a higher level.
9062
9063 Revert this patch:
9064 2000-03-05 Mark Mitchell <mark@codesourcery.com>
9065
9066 2000-03-05 Mark Mitchell <mark@codesourcery.com>
9067
9068 * basic-block.h (ALLOCA_REG_SET): Remove.
9069 (INITIALIZE_REG_SET): New macro.
9070 * flow.c (update_life_info): Use it.
9071 (calculate_global_regs_live): Likewise.
9072 (propagate_block): Likewise.
9073 * global.c (build_insn_chain): Likewise.
9074 * haifa-sched.c (schedule_region): Likewise.
9075
9076 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
9077
9078 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
9079 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
9080 (DWARF_ARANGES_PAD_SIZE): New define.
9081 (output_aranges): Use it to pad the address range header.
9082 (DWARF_ROUND): Fix for non power of 2 rounding.
9083
9084 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
9085
9086 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
9087
9088 2000-03-05 Mark Mitchell <mark@codesourcery.com>
9089
9090 * tree.def (RTL_EXPR): Update documentation.
9091 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
9092 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
9093 * function.c (preserve_rtl_expr_temp): New function.
9094 (preserve_rtl_expr_temps): Likewise.
9095 (preserve_rtl_expr_result): Use it.
9096
9097 Revert this patch:
9098 2000-03-04 Mark Mitchell <mark@codesourcery.com>
9099
9100 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
9101
9102 * regmove.c (copy_src_to_dest) Do not create src->dest move
9103 for unchanging destination.
9104
9105 2000-03-04 Mark Mitchell <mark@codesourcery.com>
9106
9107 * function.h (struct sequence_stack): Remove rtl_expr.
9108 (struct emit_staus): Likewise.
9109 (seq_rtl_expr): Remove.
9110 * tree.h (free_temps_for_rtl_expr): Don't declare.
9111 (start_sequence_for_rtl_expr): Likewise.
9112 * rtl.h (preserve_rtl_expr_result): Likewise.
9113 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
9114 (start_sequence_for_rtl_expr): Remove.
9115 (push_topmost_sequence): Don't save sequence_rtl_expr.
9116 (pop_topmost_sequence): Remove comment about not restoring it.
9117 (end_sequence): Don't set seq_rtl_expr.
9118 (init_emit): Don't initialize it.
9119 (mark_sequence_stack): Don't mark it.
9120 (mark_emit_status): Likewise.
9121 * except.c (protect_with_terminate): Use
9122 start_sequence_for_rtl_expr, not start_sequence.
9123 * expr.c (expand_expr, case RTL_EXPR): Don't call
9124 preserve_rtl_expr_result or free_temps_for_rtl_expr.
9125 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
9126 (preserve_rtl_expr_result): Remove.
9127 (free_temps_for_rtl_expr): Likewise.
9128 (pop_temp_slots): Likewise.
9129 (mark_temp_slot): Don't mark the rtl_expr.
9130 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
9131 start_sequence_for_rtl_expr.
9132
9133 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
9134
9135 * mkdeps.c, mkdeps.h: New files.
9136 * po/POTFILES.in: Add them.
9137 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
9138 (cpplib.o, cppinit.o): Depend on mkdeps.h.
9139 (mkdeps.o): New target.
9140
9141 * cppfiles.c: Delete deps_output.
9142 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
9143 OBJECT_SUFFIX, and base_name.
9144 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
9145 the include hash.
9146 (initialize_dependency_output): Use deps_init,
9147 deps_add_target, deps_calc_target, and deps_add_dep. Remove
9148 all the unnecessary string bashing.
9149 (cpp_finish): Use deps_write. Remove an unnecessary nesting
9150 level.
9151 * cpplib.c (do_include): Use deps_add_dep.
9152 * cpplib.h (struct cpp_reader): Replace deps_buffer,
9153 deps_allocated_size, deps_size, deps_column members with
9154 single pointer to a struct deps. Delete prototype of
9155 deps_output.
9156
9157 * cppinit.c: Fix thinko in previous patch.
9158
9159 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9160
9161 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
9162 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
9163 (mode_for_size_tree): New function.
9164 (layout_decl, layout_type): Call it and clean up BLKmode checks.
9165 * tree.h (mode_for_size_tree): New declaration.
9166
9167 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
9168
9169 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
9170
9171 * stmt.c (is_body_block): Move...
9172 * dwarfout.c, dwarf2out.c: ...from here.
9173 * tree.h: Declare it.
9174 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
9175 * final.c (final_start_function): Do call remove_unnecessary_notes
9176 when scheduling.
9177
9178 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
9179
9180 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
9181
9182 * cpplib.h (_dollar_ok): New macro.
9183 (is_idchar, is_idstart): Use it.
9184 (IStable): Rename to _cpp_IStable. Declare it const if
9185 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
9186 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
9187 is_space): Update for renamed IStable.
9188
9189 * cppinit.c: Delete all references to FAKE_CONST and CAT
9190 macros. Define init_IStable as empty macro if gcc >=2.7 or
9191 C99. Change TABLE() to ISTABLE and hardcode name of table.
9192 (cpp_start_read): Don't change the IStable based on
9193 dollars_in_ident.
9194
9195 * cpphash.c (unsafe_chars): Add pfile argument. All callers
9196 changed. Handle '$' for char1 correctly.
9197 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
9198
9199 * cppexp.c (tokentab2): Make const.
9200 (cpp_lex): Make toktab const.
9201 * cppinit.c (include_defaults_array): Make const.
9202 (initialize_standard_includes): Make default_include const.
9203
9204 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
9205
9206 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
9207 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
9208 (gen_decl_die): Likewise.
9209 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
9210 (output_decl): Likewise.
9211
9212 * varasm.c (make_function_rtl): If we change the name used in the
9213 rtl, update DECL_ASSEMBLER_NAME accordingly.
9214 (make_decl_rtl): Likewise.
9215
9216 * toplev.c (rest_of_compilation): Tweak formatting.
9217
9218 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
9219 remove_unnecessary_notes.
9220 (debug_ignore_block): New fn.
9221 * toplev.h: Declare it.
9222 * emit-rtl.c (remove_unncessary_notes): Call it.
9223 * dwarf2out.c (dwarf2out_ignore_block): New fn.
9224 * dwarf2out.h: Declare it.
9225 * final.c (final_start_function): Don't call remove_unnecessary_notes
9226 if we did insn scheduling.
9227
9228 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
9229
9230 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
9231 * cpplib.h: Delete SET_CPP_PEDANTIC.
9232
9233 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9234
9235 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
9236 result is a RECORD_TYPE.
9237
9238 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
9239
9240 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
9241
9242 2000-03-03 Richard Henderson <rth@cygnus.com>
9243
9244 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
9245 addition over compliments over shifts.
9246
9247 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9248
9249 * reload1.c (reload_combine_note_use): Handle return register USEs.
9250 REG case: Handle multi-hard-register hard regs.
9251
9252 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9253
9254 * md.texi: Document use of '*' in insn pattern name.
9255
9256 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
9257
9258 * calls.c (special_function_p): operator new may not be malloc-like.
9259
9260 * gcse.c (dump_hash_table): Really fix error in last change.
9261
9262 2000-03-02 Denis Chertykov <denisc@overta.ru>
9263
9264 * avr.c (print_operand): Use print_operand_address instead of
9265 output_addr_const.
9266 * avr/libgcc.S: Cleanup code.
9267
9268 2000-03-02 Richard Henderson <rth@cygnus.com>
9269
9270 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
9271
9272 2000-03-02 Mark Mitchell <mark@codesourcery.com>
9273
9274 * tree.h (TYPE_ALIGN_UNIT): New macro.
9275
9276 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
9277
9278 * i386.c: (constant_call_address_operand): Reject CONST_INT.
9279
9280 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
9281
9282 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
9283 for the buffer.
9284 (SET_CPP_PEDANTIC): New macro.
9285 * cpplib.c (do_include): Don't bother checking system_header_p.
9286 (do_warning, do_ident, do_assert, do_unassert): Likewise.
9287 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
9288
9289 * function.h (struct expr_status): Add x_arg_space_so_far.
9290 (arg_space_so_far): New macro.
9291 * expr.c (init_expr): Initialize it.
9292 * calls.c (emit_call_1): Reset it.
9293 (compute_argument_block_size, expand_call): Use it.
9294 (expand_call, store_one_arg): Increment it.
9295
9296 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9297
9298 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
9299 a UNION_TYPE.
9300
9301 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
9302
9303 * cppfiles.c (cpp_read_file): New function.
9304
9305 * cpphash.c (collect_expansion): Make sure to reset last_token
9306 to NORM when we hit a string. Handle trailing whitespace
9307 properly when the expansion is empty.
9308 (create_definition): Disable line commands while parsing the
9309 directive line.
9310 (dump_definition): If pfile->lineno == 0, output a line
9311 command ahead of the dump, and add a trailing newline.
9312
9313 * cppinit.c (append_include_chain): Add fifth argument, which
9314 indicates whether or not system headers are C++ aware.
9315 (initialize_standard_includes): New function,
9316 broken out of read_and_prescan. Pass 'cxx_aware' value from
9317 the include_defaults_array on to append_include_chain.
9318 (dump_special_to_buffer): Const-ify char array.
9319 (builtin_array): Don't dump __BASE_FILE__.
9320 (cpp_start_read): Use cpp_read_file. Reorder code for
9321 clarity. Don't output line commands here for -D/-A/-U
9322 switches. Don't call deps_output for files included with
9323 -include or -imacros.
9324
9325 * cpplib.c (do_define): Don't pay any attention to the second
9326 argument.
9327 (cpp_expand_to_buffer): Disable line commands while scanning.
9328 (output_line_command): Work in the file buffer.
9329 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
9330 Fix formatting of comments. Prototype cpp_read_file.
9331
9332 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9333
9334 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
9335 reference the language-equivalent of sizetype.
9336 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
9337 * fold-const.c (size_binop, size_diffop): Put back checks.
9338 * gcse.c (dump_hash_table): Fix minor error in last change.
9339 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
9340 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
9341 all sizetypes.
9342
9343 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
9344
9345 * calls.c (expand_call) Do not attempt to combine stack adjustments
9346 with inhibit_defer_pop set.
9347
9348 2000-03-01 Mark Mitchell <mark@codesourcery.com>
9349
9350 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
9351 the DECL_SIZE for a FIELD_DECL.
9352
9353 2000-03-01 Bruce Korb <bkorb@gnu.org>
9354
9355 * fixinc/inclhack.tpl: remove unused symlinks
9356 * fixinc/README: GCC Maintainer info
9357 * fixinc/inclhack.sh: regen
9358 * fixinc/fixincl.sh: regen
9359
9360 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
9361
9362 * cpphash.c (collect_expansion): Trim trailing white space
9363 from macro definitions, but don't go past the last insertion
9364 point.
9365
9366 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
9367
9368 * i386.md (mulqi3): New pattern.
9369
9370 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
9371
9372 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
9373 token types.
9374 (struct cpp_reader): Add parsing_if_directive and
9375 parsing_define_directive flags.
9376 (struct cpp_options): Remove output_conditionals flag.
9377 (check_macro_name): Delete prototype.
9378
9379 * cpphash.h (struct macrodef): Delete.
9380 (struct reflist): Separate from struct definition.
9381 (struct definition): Remove unused fields. Add column number.
9382 (create_definition): Returns a DEFINITION *. Takes a
9383 cpp_reader * and an int.
9384
9385 * cpphash.c (SKIP_WHITE_SPACE): Delete.
9386 (PEEKC): Copy defn from cpplib.c.
9387 (rest_extension, REST_EXTENSION_LENGTH): Delete.
9388 (struct arg): New.
9389 (struct arglist): Simplify.
9390 (collect_expansion): Rewrite. Get tokens by calling
9391 cpp_get_token. Add more error checking.
9392 (collect_formal_parameters): New function, broken out of
9393 create_definition and reworked to use get_directive_token.
9394 (create_definition): All real work is now in collect_expansion
9395 and collect_formal_parameters. do_define handles finding the
9396 macro name. Return a DEFINITION, not a MACRODEF.
9397 (macroexpand): Replace bcopy with memcpy throughout. Replace
9398 character-at-a-time copy loop with memcpy and pointer increments.
9399 (compare-defs): d1->argnames / d2->argnames might be null.
9400
9401 * cpplib.c (copy_rest_of_line): Delete function.
9402 (skip_rest_of_line): Do all the work ourselves.
9403 (skip_string): New function.
9404 (parse_string): Use skip_string.
9405 (get_macro_name): New function.
9406 (check_macro_name): Delete.
9407 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
9408 (cpp_skip_hspace): Use CPP_BUMP_LINE.
9409 (handle_directive): ICE if we're called on a macro buffer.
9410 (do_define): Determine macro name and type (funlike/objlike)
9411 here. Expunge all uses of MACRODEF.
9412 (cpp_push_buffer): Set line_base to NULL.
9413 (do_undef, read_line_number): Don't worry about getting a POP token.
9414 (eval_if_expression): Set/reset parsing_if_directive around
9415 cpp_parse_expr. Don't clear only_seen_white.
9416 (skip_if_group): Remove output_conditionals logic. Use
9417 skip_rest_of_line.
9418 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
9419 tokens under appropriate conditions.
9420 (cpp_unassert): Call do_unassert not do_assert. Oops.
9421
9422 * cppexp.c (parse_defined): New function, break out of
9423 cpp_lex.
9424 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
9425 ourselves, with cpp_defined.
9426 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
9427
9428 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
9429 * gcc.dg/strpaste-2.c: New.
9430
9431 2000-02-29 Mark Mitchell <mark@codesourcery.com>
9432
9433 * fold-const.c (size_binop): Don't asert inputs are the same and
9434 have TYPE_IS_SIZETYPE set.
9435 (size_diffop): Likewise.
9436
9437 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
9438
9439 * dwarfout.c (output_block): Output abstract blocks even if they
9440 don't have TREE_ASM_WRITTEN set.
9441
9442 * calls.c (emit_library_call): Check for null REG.
9443
9444 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
9445
9446 * c-decl.c (current_function_decl): Move to toplev.c.
9447 (init_decl_processing): Don't add current_function_decl as a ggc
9448 root here.
9449 * dbxout.c (dbxout_symbol): Change return type to int.
9450 (dbxout_symbol_location, dbxout_syms): Likewise.
9451 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
9452 any locals. Use current_function_func_begin_label if set.
9453 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
9454 * dwarf2out.c (dwarf2out_begin_prologue): Set
9455 current_function_func_begin_label.
9456 * final.c (final_start_function): Reset it.
9457 * toplev.c (current_function_decl): Define it here.
9458 (current_function_func_begin_label): New variable.
9459 (main): Add both as ggc roots.
9460 * tree.h (current_function_func_begin_label): Declare.
9461
9462 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9463
9464 * gcse.c: Cleanups throughout: mostly white-space, but also
9465 some minor rearrangement of code.
9466
9467 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
9468
9469 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
9470 returns a PARALLEL. Use emit_group_load and use_group_regs
9471 as needed.
9472 (emit_library_call_value): Similarly.
9473
9474 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
9475 * pa/quadlib.asm: Remove.
9476 * pa/quadlib.c: New file.
9477
9478 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
9479 * configure: Rebuilt.
9480
9481 2000-02-29 Philip Blundell <pb@futuretv.com>
9482
9483 * config/arm/conix-elf.h: New file.
9484 * configure.in (arm*-*-conix*): New configuration.
9485 * configure: Regenerate.
9486
9487 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
9488
9489 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
9490 don't have TREE_ASM_WRITTEN set.
9491
9492 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9493
9494 * Eliminate DECL_FIELD_SIZE.
9495 * builtins.c (built_in_class_names, built_in_names): New variables.
9496 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
9497 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
9498 DECL_SIZE, not DECL_FIELD_SIZE.
9499 * print-tree.c (print_node): Remove code that prints extra blank
9500 lines in some cases.
9501 Properly handle inline and builtin function cases.
9502 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
9503 * tree.h (built_in_class_named, built_in_names): New declarations.
9504 (union tree_decl): Rename internal unions to u1 and u2 and change
9505 some of their components.
9506 Add new field built_in_class.
9507 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
9508 Reflect above changes.
9509 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
9510 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
9511 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
9512 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
9513
9514 2000-02-28 Dmitri Makarov <dim@windriver.com>
9515
9516 * extend.texi: Document ARM's support for long/short calls.
9517
9518 * invoke.texi: Document ARM's -mlong-calls command line switch.
9519
9520 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
9521 (arm_encode_call_attribute): Add prototype.
9522 (arm_set_default_type_attribute): Add prototype.
9523 (arm_strip_name_encoding): Add prototype.
9524
9525 * config/arm/arm.c (arm_init_cumulative_args): replace
9526 initialisation og 'long_calls' field with initialisation of
9527 'call_cookie' field.
9528 (enum arm_pragma_enum): New enum.
9529 (arm_pragma_long_calls): New static variable.
9530 (arm_process_pragma): Also process "#pragma long_calls_off".
9531 (arm_valid_type_attribute_p): Accept short_call attribute.
9532 (arm_comp_type_attributes): Check long/short call attributes.
9533 (arm_encode_call_attribute): New function: Encode long_call
9534 or short_call attribute in function name.
9535 (arm_set_default_type_attributes): New function: Assign
9536 default attributes to newly defined type.
9537 (current_file_function_operand): New function: Return true if
9538 the symbol is a function which has already been compiled.
9539 (arm_is_longcall_p): New function: Return true if the
9540 indicated function should be called via a long call.
9541 (arm_get_strip_length): New function. Returns number of
9542 prefix characters to be stripped from a function's name.
9543 (arm_strip_name_encoding): New function. Strip prefix characters
9544 from a function's name.
9545
9546 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
9547 with 'call_cookie'.
9548 (SHORT_CALL_FAG_CHAR): Define.
9549 (LONG_CALL_FAG_CHAR): Define.
9550 (ENCODED_SHORT_CALL_ATTR_P): Define.
9551 (ENCODED_LONG_CALL_ATTR_P): Define.
9552 (ARM_NAME_ENCODING_LENGTHS): Define.
9553 (STRIP_NAME_ENCODING): Define.
9554 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
9555 (ARM_ENCODE_CALL_TYPE): Define.
9556 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
9557 (ARM_DECLARE_FUNCTION_SIZE): Define.
9558 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
9559
9560 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
9561 if a long call is needed.
9562 (call_value): Ditto.
9563 (call_symbol): Ditto.
9564
9565 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
9566 ARM_DECLARE_FUNCTION_SIZE.
9567
9568 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
9569 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
9570 (ARM_STRIP_NAME_ENCODING): Undefine.
9571 (STRIP_NAME_ENCODING): Undefine.
9572 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
9573 (ASM_DECLARE_FUNCTION_NAME): Ditto.
9574 (ASM_OUTPUT_COMMON): Ditto.
9575 (ASM_DECLARE_OBJECT_NAME): Ditto.
9576
9577 * config/arm/pe.c (arm_dllexport_name_p): Check for
9578 ARM_PE_FLAG_CHAR.
9579 (arm_dllimport_name_p): Ditto.
9580 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
9581 (arm_mark_dllimport): Ditto.
9582
9583 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9584
9585 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
9586
9587 2000-02-28 Mark Mitchell <mark@codesourcery.com>
9588
9589 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
9590
9591 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
9592
9593 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
9594 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
9595 NO_BUILTIN_WCHAR_TYPE is not defined.
9596 (CPP_WCHAR_TYPE): Delete.
9597 * cccp.c (main): Don't change wchar_type if cplusplus.
9598 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
9599
9600 2000-02-28 Nick Clifton <nickc@cygnus.com>
9601
9602 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
9603
9604 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
9605
9606 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
9607 (ASM_WEAKEN_LABEL): Define.
9608
9609 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
9610
9611 * expr.c (store_constructor): Do not emit USE.
9612 * rtl.h (stupid_life_analysis): Remove.
9613
9614 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9615
9616 * function.c (number_blocks): Reset next_block_index based on
9617 what debugging format is used, not what is defined.
9618
9619 * lcm.c: Minor reformatting throughout.
9620 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
9621
9622 * toplev.c (rest_of_compilation): Account for time in
9623 optimize_mode_switching.
9624
9625 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
9626 if only marking labels.
9627
9628 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
9629
9630 * calls.c (expand_call): Attempt to combine stack adjustments with
9631 pending stack adjustments.
9632
9633 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9634
9635 * loop.c (reg_in_basic_block_p): Don't abort when falling through
9636 to the end of the function.
9637
9638 2000-02-27 Mark Mitchell <mark@codesourcery.com>
9639
9640 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
9641 blocks.
9642 * final.c (next_block_index): Remove.
9643 (max_block_depth): Likewise.
9644 (pending_blocks): Likewise.
9645 (init_final): Don't initialize them.
9646 (final_start_function): Don't set next_block_index. Set up
9647 BLOCK_NUMBER.
9648 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
9649 * function.h (number_blocks): New function.
9650 * function.c (get_block_vector): New function.
9651 (identify_blocks): Use it.
9652 (reorder_blocks): Set NOTE_BLOCK.
9653 (number_blocks): New function.
9654 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
9655 * tree.h (BLOCK_NUMBER): New macro.
9656 (tree_block): Add block_num field.
9657 * dbxout.c (next_block_number): Remove.
9658 (dbxout_init): Don't set it.
9659 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
9660 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
9661 block numbers.
9662 * toplev.c (rest_of_compilation): Always call
9663 find_loop_tree_blocks. Fix indentation.
9664 * dwarf2out.c (next_block_number): Remove.
9665 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
9666 to determine block numbers.
9667 (gen_inlined_subroutine_die): Likewise.
9668 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
9669 (decls_for_scope): Don't increment next_block_number.
9670 * dwarfout.c (next_block_number): Remove.
9671 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
9672 to determine block numbers.
9673 (output_inlined_subroutine_die): Likewise.
9674 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
9675 (output_decls_for_scope): Don't increment next_block_number.
9676 * sdbout.c (next_block_number): Remove.
9677 (sdbout_block): Use BLOCK_NUMBER.
9678 (sdbout_begin_block): Simplify.
9679 * xcoffout.c (next_block_number): Remove.
9680 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
9681 (xcoffout_begin_block): Don't set next_block_number.
9682 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
9683 next_block_number.
9684
9685 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9686
9687 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
9688 (expand_builtin_strcpy): Pass correct type to size_binop.
9689 (expand_builtin_strcmp): Likewise.
9690 Clean up conditional structure.
9691 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
9692 (complete_array_type): Don't use size_binop for MAXINDEX.
9693 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
9694 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
9695 (c_alignof): Use size_one_node.
9696 (build_unary_op): Pass arg of proper type to size_binop.
9697 (really_start_incremental_init, push_init_level): Use sizetype for
9698 constructor{,_bit,_unfilled}_index.
9699 (pop_init_label, output_init_element): Likewise.
9700 (output_pending_init_elements, process_init_element): Likewise.
9701 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
9702 * expr.c (store_expr): Use size_int.
9703 (store_constructor): Use proper types for size_binop args.
9704 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
9705 (expand_expr_unaligned): Likewise.
9706 (string_contant): Return object of sizetype.
9707 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
9708 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
9709 (ARGS_SIZE_TREE): Pass proper types to size_binop.
9710 * fold-const.c (int_const_binop): Refine when size_int is called.
9711 (fold_convert): Likewise.
9712 (size_int_wide): Rework to take KIND as arg, only take low order
9713 bits, handle new sizetype_tab datatype, and chain entries in
9714 size_table.
9715 (size_int_type_wide): New function.
9716 (size_binop): Validate types of arguments.
9717 (ssize_binop): Deleted.
9718 (size_diffop): New function.
9719 (extract_muldiv): Only fold division into multiplication for sizetypes.
9720 * function.c (assign_parms): Use size_diffop and make sure
9721 VAR field is of ssizetype; also pass proper type to size_binop.
9722 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
9723 (round_down): Deleted from here.
9724 * store-layout.c (sizetype_tab): Now an array.
9725 (sizetype_set, early_root_list): New variables.
9726 (variable_size): Use size_one_node.
9727 (round_up): Pass proper type to size_binop.
9728 (round_down): Moved to here and corrected as above.
9729 (layout_record): Pass proper arg types to size_binop.
9730 (layout_type): Likewise.
9731 If sizetype_set is zero, record the type just laid out.
9732 (make_unsigned_type): Don't call set_sizetype;
9733 (make_signed_type): Likewise; also, call fixup_signed_type.
9734 (initialize_sizetypes): New function.
9735 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
9736 set name of bitsizetype to "bit_size_type".
9737 Fix up type of sizes of all types made before call.
9738 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
9739 * tree.c (fix_sizetype): Deleted.
9740 (build_common_tree_nodes): Call initialize_sizetypes.
9741 (build_common_tree_nodes_2): Don't call fix_sizetype.
9742 * tree.h (TYPE_IS_SIZETYPE): New macro.
9743 (initialize_sizetype): New declaration.
9744 (enum size_type_kind): New type.
9745 (struct sizetype_tab): Deleted.
9746 (sizetype_tab): Now array; adjust sizetype macros.
9747 (size_diffop, size_int_type_wide): New functions.
9748 (size_int_wide): Change number of args and type; access macros changed.
9749 (ssize_int, sbitsize_int): New macros.
9750 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
9751 (ROUND_TYPE_SIZE_UNIT): New macro.
9752
9753 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
9754
9755 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
9756
9757 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9758
9759 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
9760 Mark as possibly unused.
9761
9762 * cse.c (cse_insn): Delete dead code involving tablejump.
9763 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
9764
9765 * Makefile.in (libcpp.a): Start by deleting it.
9766
9767 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9768
9769 * cpplib.h (enum file_change_code): Added rename_file.
9770 * cpplib.c (do_line): If a filename is given, set file_change to
9771 rename_file.
9772 (output_line_command): If file_change is rename_file, always
9773 output a # directive with the file name.
9774
9775 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
9776
9777 2000-02-26 Mark Mitchell <mark@codesourcery.com>
9778
9779 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
9780 when copying a PARM_DECL or RESULT_DECL.
9781
9782 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9783
9784 * fix-header.c (recognized_function): Also fix prototypes for
9785 functions taking "void".
9786
9787 2000-02-26 Geoff Keating <geoffk@cygnus.com>
9788
9789 * reload1.c (do_output_reload): Check reg_reloaded_valid before
9790 looking at reg_reloaded_contents.
9791
9792 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
9793
9794 * Makefile.in (STMP_FIXINC): New toggle.
9795 (LIBGCC2_DEPS): Delete all references.
9796 (stmp-headers): Delete target. All references either deleted
9797 or changed to stmp-int-headers.
9798 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
9799 (LIBCPP_OBJS): Take out cppalloc.o.
9800 (cppalloc.o): Delete target.
9801 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
9802 (gen-protos, fix-header): Link with libiberty.a.
9803 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
9804 to empty.
9805
9806 * configure.in: Remove refs to strerror.
9807 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
9808 * system.h: Take out strerror stanza.
9809
9810 * cpperror.c (my_strerror): Delete function.
9811 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
9812 * cppmain.c (main): Call xmalloc_set_program_name first thing.
9813 * cppalloc.c: Delete file.
9814 * gen-protos.c: Don't provide xrealloc.
9815
9816 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
9817 xstrerror throughout.
9818
9819 2000-02-26 Bruce Korb <bkorb@gnu.org>
9820
9821 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
9822 match for DOS headers, too.
9823 * fixinc/inclhack.sh,fixincl.x: Regenerate.
9824
9825 2000-02-26 Geoff Keating <geoffk@cygnus.com>
9826
9827 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
9828 is right for most ELF targets.
9829 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
9830 Let the default file use %U properly.
9831 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
9832 default.
9833
9834 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
9835 numbers.
9836
9837 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9838
9839 * toplev.c (documented_lang_options): Correct spelling error.
9840 (decode_d_option, decode_f_option, main): Likewise.
9841
9842 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
9843
9844 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
9845 to tell assembler it is permitted to expand large constants.
9846
9847 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
9848
9849 * protoize.c: (AUX_INFO_SUFFIX): New macro.
9850 (aux_info_suffix): Use.
9851 (SAVE_SUFFIX): New macro.
9852 (save_suffix): Use.
9853 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
9854 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
9855 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
9856
9857 * invoke.texi (Running Protoize): Update documentation.
9858
9859 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
9860
9861 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
9862
9863 2000-02-25 John Wehle (john@feith.com)
9864
9865 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
9866
9867 2000-02-25 Anthony Green <green@cygnus.com>
9868
9869 * toplev.c (rest_of_compilation): Rebuild jump labels if
9870 combine_instructions has created a new direct jump.
9871 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
9872 when appropriate.
9873 (combine_instructions): Call try_combine with new argument.
9874 Return non-null value when new direct jump instruction is created.
9875 * rtl.h: combine_instructions returns an int.
9876
9877 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
9878
9879 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
9880 jump when changing a computed jump into a jump to a known
9881 target.
9882
9883 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
9884
9885 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
9886 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
9887
9888 * i386.md (define_expand "clrstrsi"): Fix typo.
9889
9890 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
9891
9892 * rtl.texi: Fix typo.
9893
9894 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9895
9896 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
9897 UNITS_PER_WORD. Change caller initial_elimination_offset.
9898 (rounded_frame_size): Take into account that argument pushed has
9899 changed. Fix TARGET_ALIGN_DOUBLE problem.
9900
9901 2000-02-25 Geoff Keating <geoffk@cygnus.com>
9902
9903 * haifa-sched.c (schedule_block): Explain the real reason
9904 we delete REG_SAVE_NOTEs on the first insn of a block.
9905 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
9906
9907 2000-02-24 Mark Mitchell <mark@codesourcery.com>
9908
9909 * input.h (push_srcloc): New function.
9910 (pop_srcloc): Likewise.
9911 * toplev.c (push_srcloc): Define it.
9912 (pop_srcloc): Likewise.
9913
9914 2000-02-24 Richard Henderson <rth@cygnus.com>
9915
9916 * flow.c (life_analysis): When collecting reg info, clear
9917 regs_ever_live.
9918
9919 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9920
9921 Fix bug exposed by reload.c no longer rounding the frame
9922 size to BIGGEST_ALIGNMENT:
9923 * sh.c (rounded_frame_size): New function.
9924 (sh_expand_prologue, sh_expand_epilogue): Use it.
9925 (initial_elimination_offset): Likewise.
9926
9927 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9928
9929 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
9930 * sh-protos.h (sh_need_epilogue): Declare.
9931 * sh.c (sh_need_epilogue_known): New static variable.
9932 (sh_need_epilogue): New function.
9933 (function_epilogue): Clear need_epilogue_known.
9934 * sh.md (return): Split into expander / insn pattern.
9935 Make the expander conditional on ! sh_need_epilogue ().
9936
9937 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
9938
9939 * machmode.h (get_mode_alignment): Declare.
9940 (GET_MODE_ALIGNMENT): Call it.
9941 * stor-layout.c (get_mode_alignment): New function. Make
9942 sure alignment is always power of 2.
9943
9944 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
9945
9946 * i386.h: Remove useless definition of "I386" and misleading
9947 comment above it.
9948
9949 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
9950
9951 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
9952 under which TREE_PERMANENT will be set.
9953 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
9954 build1): Use TREE_SET_PERMANENT.
9955 * print-tree.c (print_node): Don't report value of
9956 TREE_PERMANENT if ggc_p is true.
9957
9958 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
9959 decide whether to give a type a new alias set.
9960 * objc/objc-act.c (build_objc_string_object): Never copy the string.
9961 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
9962 of value of 'obstack'.
9963
9964
9965 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9966
9967 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
9968
9969 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9970
9971 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
9972 * cpplib.c (cpp_get_token): Produce them.
9973 * cppexp.c (cpp_lex): Handle them.
9974
9975 2000-02-23 Nick Clifton <nickc@cygnus.com>
9976
9977 * config/arm/arm.c (arm_comp_type_attributes): Simply and
9978 comment tests on type attributes.
9979
9980 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9981
9982 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
9983 conform to documentation.
9984 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
9985 to check for special cases.
9986 * sh-protos.h (sh_loop_align): Declare.
9987 * sh.c (sh_loop_align): Define.
9988
9989 2000-02-22 Andrew Haley <aph@cygnus.com>
9990
9991 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
9992 (SIZE_TYPE): Is 32 bits when using -mgp32.
9993 (PTRDIFF_TYPE): Ditto.
9994
9995 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9996
9997 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
9998
9999 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
10000
10001 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
10002 BIGGEST_FIELD_ALIGNMENT a constant.
10003
10004 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
10005
10006 * dwarf2out.c (output_line_info): Put the marker for the end of
10007 the line number info at the actual end.
10008 (gen_struct_or_union_type_die): Use decl_function_context
10009 to check for local classes.
10010 * dwarfout.c (output_type): Likewise.
10011
10012 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
10013
10014 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
10015 for arguments with a mode, but no type.
10016 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
10017 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
10018 * pa/long_double.h: New file.
10019 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
10020 both have 128bit wide long doubles.
10021 * configure: Rebuilt.
10022
10023 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10024
10025 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
10026
10027 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
10028 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
10029 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
10030
10031 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
10032
10033 * integrate.c (compare_blocks, find_block): Likewise.
10034
10035 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
10036
10037 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
10038
10039 * stmt.c (stmt_status, set_file_and_line_for_stmt,
10040 expand_asm_operands): Likewise.
10041
10042 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
10043
10044 * predict.c (estimate_probability): Added the pointer heuristic to
10045 the collection of static branch predictors.
10046
10047 2000-02-21 Catherine Moore <clm@cygnus.com>
10048
10049 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
10050 * invoke.texi (-mfix7000): Document.
10051
10052 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
10053
10054 * diagnostic.c (init_output_buffer): Make it possible to output at
10055 least 32 characters if we're given a too long prefix.
10056
10057 2000-02-20 Mark Mitchell <mark@codesourcery.com>
10058
10059 * varasm.c (initializer_constant_valid_p): Call
10060 lang_expand_constant to simplify the constant.
10061
10062 2000-02-20 Bruce Korb <bkorb@gnu.org>
10063
10064 * fixinc/inclhack.def(stdio_va_list):
10065 typedef needs to be disabled.
10066 * fixinc/inclhack.sh: regen
10067 * fixinc/fixincl.x: regen
10068
10069 2000-02-20 Geoff Keating <geoffk@cygnus.com>
10070
10071 * print-rtl.c (print_rtx): Don't print addresses when
10072 flag_dump_unnumbered.
10073
10074 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10075
10076 * sparc.c (sparc_output_scratch_registers): Mark parameter with
10077 ATTRIBUTE_UNUSED.
10078 (sparc_va_arg, sparc_flat_output_function_prologue,
10079 sparc_flat_output_function_epilogue): Cast value to unsigned in
10080 comparison.
10081 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
10082
10083 * sparc.md: Add default case in switch.
10084
10085 2000-02-19 Richard Henderson <rth@cygnus.com>
10086
10087 * c-typeck.c (add_pending_init): Don't abort for multiple
10088 fields at the same offset.
10089 (pending_init_member): Test the correct member.
10090
10091 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10092
10093 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
10094 instead of SImode.
10095 (start_catch_handler) : Same.
10096
10097 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
10098
10099 * Makefile.in: Have flow.o depend on $(EXPR_H)
10100
10101 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10102
10103 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
10104 * c-decl.c (duplicate_decls, finish_enum): Likewise.
10105 (finish_decl): Remove -Wlarger-than code from here.
10106 * flags.h (id_clash_len): Now int.
10107 (larger_than_size): Now HOST_WIDE_INT.
10108 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
10109 Clean up checking to see if in table.
10110 (make_bit_field_ref): Remove extra parm to bitsize_int.
10111 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
10112 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
10113 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
10114 and for computing size of decl.
10115 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
10116 Move -Wlarger-than code to here.
10117 (layout_record): Remove extra arg to bitsize_int.
10118 Set TYPE_BINFO_SIZE_UNIT.
10119 (layout_union): Remove extra arg to bitsize_int.
10120 Use proper type for size of QUAL_UNION.
10121 (layout_type): Remove extra arg to bitsize_int.
10122 * toplev.c (id_clash_len): Now int.
10123 (larger_than_size): Now HOST_WIDE_INT.
10124 (decode_W_option): Clean up id-clash and larger-than- cases.
10125 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
10126 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
10127 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
10128 (struct tree_decl): New field size_unit.
10129 (size_int_wide): No HIGH operand; NUMBER is now signed.
10130 (size_int_2): Deleted.
10131 (size_int, bitsize_int): Don't use it and rework args.
10132 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
10133
10134 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
10135
10136 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
10137
10138 2000-02-18 Geoff Keating <geoffk@cygnus.com>
10139
10140 * invoke.texi (Warning Options): Add an explanation of why
10141 you might want the -Wfloat-equal flag.
10142
10143 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10144
10145 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
10146 * cppinit.c (new_pending_define): Add cast to avoid warning.
10147 * expmed.c (extract_bit_field): Likewise.
10148 * flow.c (enum reorder_skip_type): New type.
10149 (skip_insns_between_blcok): New it.
10150 Rework to avoid warning about possibly undefined variable.
10151 * function.c (assign_parms): Make thisparm_boundary unsigned.
10152 * genrecog.c (write_switch): Cast XWINT result to int.
10153 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
10154 * mips-tfile.c (init_file): Make two versions of FDR intializer:
10155 one for MIPS and one for Alpha.
10156 (get_tag, copy_object): Add casts to avoid warnings.
10157 * optabs.c (init_one_libfunc): Cast NAME to (char *).
10158 * reload.c (find_reloads): Make TYPE enum reload_type.
10159 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
10160 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
10161 * varasm.c (compare_constant_1): Add cast to avoid warning.
10162 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
10163 to (char *).
10164 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
10165 Cast switch operand of size to int.
10166 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
10167 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
10168 in unhandled case.
10169
10170 2000-02-18 Nick Clifton <nickc@cygnus.com>
10171
10172 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
10173 anything for an alignment of zero.
10174
10175 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
10176 anything for an alignment of zero.
10177
10178 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
10179
10180 * gcc.texi (Bug Reporting): Refer to bugs.html.
10181 (Bug Lists): Likewise.
10182 * system.h (GCCBUGURL): New preprocessor define.
10183 * rtl.c (fancy_abort): Use it.
10184 * gcc.c (main): Likewise.
10185
10186 2000-02-18 Richard Henderson <rth@cygnus.com>
10187
10188 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
10189 (life_analysis_1): Subsume into ...
10190 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
10191 Use update_life_info for the relaxation.
10192 (update_life_info): Update REG_BASIC_BLOCK for registers live on
10193 entry and regs_live_at_setjmp.
10194 (set_noop_p): Simplify.
10195 (notice_stack_pointer_modification_1): Renamed from s/_1//.
10196 (record_volatile_insns): Split into ...
10197 (delete_noop_moves): ... here,
10198 (notice_stack_pointer_modification): ... here,
10199 (insn_dead_p): ... and here.
10200 (propagate_block): Don't query INSN_VOLATILE.
10201 (mark_used_regs): Mind !PROP_REG_INFO.
10202 * toplev.c (rest_of_compilation): Call mark_constant_function here,
10203 not in life_analysis.
10204
10205 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
10206
10207 * loop.c (canonicalize_condition): New function,
10208 broken out of get_condition.
10209 (get_condition): Use it.
10210 * expr.h (canonicalize_condition): Prototype it.
10211
10212 * tree.h (tree_int_cst_msb): Declare.
10213 * tree.c (tree_int_cst_msb): New function.
10214
10215 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10216
10217 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
10218 isn't set.
10219
10220 * invoke.texi (-fmessage-length=n): Document.
10221
10222 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
10223
10224 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
10225
10226 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10227
10228 * function.c (thread_prologue_and_epilogue_insns): Put a line note
10229 after the prologue.
10230
10231 2000-02-17 Nick Clifton <nickc@cygnus.com>
10232
10233 * config/arm/thumb.c: Replace includes of system headers with
10234 #include "system.h".
10235
10236 2000-02-16 Richard Henderson <rth@cygnus.com>
10237
10238 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
10239 Add crtbeginS.o and crtendS.o.
10240 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
10241 (ENDFILE_SPEC): Use crtendS.o.
10242 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
10243
10244 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
10245 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
10246 shared and present.
10247 (__dso_handle): New variable.
10248 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
10249 bias to __CTOR_END__.
10250
10251 2000-02-16 Richard Henderson <rth@cygnus.com>
10252
10253 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
10254
10255 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
10256
10257 * longlong.h (__clz_tab): Declare as static to match definition.
10258
10259 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
10260
10261 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
10262 (XREF_FILE_NAME): Define.
10263
10264 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
10265 (EH_FRAME_SECTION_ASM_OP): Define.
10266 (IDENT_ASM_OP): Define.
10267 (TEXT_SECTION_ASM_OP): Define.
10268 (CPP_SPEC): Define.
10269 (CTORS_SECTION_ASM_OP): Define.
10270 (CTOR_SECTION_FUNCTION): Use it.
10271 (DTORS_SECTION_ASM_OP): Define.
10272 (DTOR_SECTION_FUNCTION): Use it.
10273
10274 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
10275
10276 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
10277 NOTE_BASIC_BLOCK.
10278
10279 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
10280 debug_bb_n): New functions.
10281 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
10282 * basic-block.h: Prototype new functions.
10283
10284 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
10285
10286 * configure.in: Add support for avr target.
10287 * configure: Rebuilt.
10288
10289 * invoke.texi: Add AVR invocation docs.
10290 * install.texi: Add information about AVR.
10291 * md.texi: Add AVR constraint letters description.
10292 * extend.texi: Add description for AVR specific attributes.
10293
10294 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
10295
10296 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
10297
10298 2000-02-16 Nick Clifton <nickc@cygnus.com>
10299
10300 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
10301 (make_insn_raw): Move RTL check here.
10302
10303 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10304
10305 * version.c: Include gansidecl.h and version.h.
10306
10307 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
10308
10309 * configure.in (gcc_version): When setting, narrow search to
10310 lines containing `version_string'.
10311
10312 * Makefile.in (mainversion): Likewise.
10313 (GCC_H): New variable.
10314 (gcc.h): Delete target.
10315 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
10316 (version.o): Depend on version.h.
10317 (dbxout.o): Don't depend on gcc.h.
10318
10319 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
10320 Michael Meissner <meissner@cygnus.com>
10321
10322 * md.texi (Simple Constraints): Add item about whitespace.
10323 * genoutput.c (strip_whitespace): New.
10324 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
10325 strip_whitespace for constraints.
10326 Test pointer using NULL, not 0.
10327
10328 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10329
10330 * cpplib.c (do_line): Pedwarn for #line > 32767.
10331
10332 * c-lex.c (readescape): Warn about '\x', but do not reject it.
10333
10334 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
10335
10336 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
10337 to default cpp spec.
10338 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
10339 * cpp.texi: Document __GNUC_PATCHLEVEL__.
10340 * cpp.1: Likewise.
10341
10342 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
10343 default spec.
10344
10345 2000-02-15 Denis Chertykov <denisc@overta.ru>
10346
10347 * configure.in: Add support for avr target.
10348
10349 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10350
10351 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
10352 (sh_addr_diff_vec_mode): Don't declare.
10353 * sh.c (sh_addr_diff_vec_mode): Delete.
10354
10355 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10356
10357 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
10358
10359 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10360
10361 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
10362 (smulsi3_highpart_i): Name.
10363 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
10364 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
10365 (smulsi3_highpart, umulsi3_highpart): Likewise.
10366
10367 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
10368 correctly independent of endianness.
10369 (mulsidi3, umulsidi3): Now define_insn. Hide details that
10370 confuse the optimizers.
10371 (mulsidi3+1, umulsidi3+1): New define_split.
10372
10373 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
10374
10375 * config/sh/sh.md: Guard insn splits against illegal registers.
10376 * config/sh/sh.h: Correct comment about macros.
10377
10378 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10379 Andrew MacLeod <amacleod@cygnus.com>
10380
10381 * Makefile.in (lcm.o): Depend on insn-attr.h.
10382 * basic-block.h (optimize_mode_switching): Declare.
10383 * lcm.c (tm_p.h, insn-attr.h): #include.
10384 (seginfo, bb_info): New structs.
10385 (antic, transp, comp, delete, insert) : New file-scope static variables.
10386 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
10387 (reg_becomes_live, optimize_mode_switching): Likewise.
10388 * tm.texi: Add description of mode switching macros.
10389 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
10390
10391 * sh-protos.h (remove_dead_before_cse): Remove prototype.
10392 (fldi_ok, fpscr_set_from_mem): New prototypes.
10393 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
10394 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
10395 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
10396 (sh_flag_remove_dead_before_cse): Remove declaration.
10397 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
10398 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
10399 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
10400 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
10401 (barrier_align): Allow for JUMP_INSNS containing a parallel.
10402 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
10403 (fldi_ok): New function.
10404 (get_fpscr_rtx): Add fpscr_rtx as GC root.
10405 (emit_sf_insn): Only generate fpu switches when optimize < 1.
10406 (emit_df_insn): Likewise.
10407 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
10408 (sh_flag_remove_dead_before_cse): Delete.
10409 (get_free_reg, fpscr_set_from_mem): New functions.
10410 * sh.md (movdf, movsf): Remove no_new_pseudos code.
10411 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
10412
10413 2000-02-15 Loren Rittle <ljrittle@acm.org>
10414
10415 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
10416
10417 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10418
10419 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
10420 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
10421
10422 * cccp.c: Include version.h and/or don't declare `version_string'.
10423 * collect2.c: Likewise.
10424 * alpha.c: Likewise.
10425 * arm/aof.h: Likewise.
10426 * arm/coff.h: Likewise.
10427 * arm/elf.h: Likewise.
10428 * arm/pe.h: Likewise.
10429 * arm/tcoff.h: Likewise.
10430 * arm/telf.h: Likewise.
10431 * arm/tpe.h: Likewise.
10432 * arm/vxarm.h: Likewise.
10433 * convex/convex.c: Likewise.
10434 * i386/dgux.c: Likewise.
10435 * i386/sun386.h: Likewise.
10436 * m88k/m88k.c: Likewise.
10437 * mcore/mcore-pe.h: Likewise.
10438 * mips/mips.h: Likewise.
10439 * romp/romp.h: Likewise.
10440 * sh/sh.c: Likewise.
10441 * cpphash.c: Likewise.
10442 * cppinit.c: Likewise.
10443 * dwarf2out.c: Likewise.
10444 * dwarfout.c: Likewise.
10445 * gcc.c: Likewise.
10446 * gcc.h: Likewise.
10447 * mips-tfile.c: Likewise.
10448 * protoize.c: Likewise.
10449 * toplev.c: Likewise.
10450 * tree.h: Likewise.
10451
10452 * version.c (version_string): Constify a char*.
10453
10454 * version.h: New file.
10455
10456 2000-02-14 Nick Clifton <nickc@cygnus.com>
10457
10458 * configure.in: Add mcore-elf and mcore-pe targets.
10459 * configure: Regenerate.
10460
10461 * NEWS: Add note that MCore port has been contributed.
10462
10463 * invoke.texi: Document command line switches for MCore port.
10464 * install.texi: Add MCore to list of supported targets.
10465
10466 2000-02-14 Geoff Keating <geoffk@cygnus.com>
10467
10468 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
10469 then we will need to import the frame handling functions.
10470 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
10471 to import the frames themselves.
10472
10473 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
10474 Jason Eckhardt <jle@cygnus.com>
10475
10476 * basic_block.h: Added prototype for reorder_basic_blocks.
10477 * toplev.c: Changes to add -freorder-blocks and graph dump after
10478 block reordering is done.
10479 * flow.c (reorder_block_def): New structure for use during block
10480 reordering.
10481 (REORDER_BLOCK_*): New macros to access members of above structure.
10482 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
10483 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
10484 functions for block reordering.
10485
10486 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
10487
10488 * gcc.texi (Passes): Fix typo.
10489 * md.texi (Standard Names): Ditto.
10490 * tm.texi (Storage Layout): Ditto.
10491
10492 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
10493
10494 * cpplib.c (do_define): Only free the old definition if it
10495 actually had one.
10496
10497 2000-02-13 Neil Booth <NeilB@earthling.net>
10498
10499 * cppfiles.c (read_and_prescan): When emitting deferred
10500 newlines, test speccase[] again instead of checking each
10501 possible whitespace character in turn. When we encounter \r,
10502 look behind for \n first, then ahead.
10503
10504 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
10505
10506 * cse.c (cse_altered): New internal flag.
10507 (cse_insn): Set it if we changed an insn.
10508 (cse_main): Clear cse_altered before each basic block.
10509 Only garbage collect if cse_altered is true afterward.
10510
10511 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10512
10513 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
10514
10515 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
10516
10517 * combine.c (simplify_comparison): Fix typo.
10518
10519 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
10520
10521 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
10522 consistently.
10523
10524 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10525
10526 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
10527 previously inserted node instead of root node. Caller changed.
10528
10529 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10530
10531 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
10532
10533 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10534
10535 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
10536 __dereg_frame_dtor): Add prototype argument.
10537
10538 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
10539
10540 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
10541
10542 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
10543
10544 * gthr-vxworks.h (__gthread_once): Likewise.
10545
10546 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
10547
10548 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
10549
10550 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
10551 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
10552 stack pointer in functions w/o saved registers, output LEAVE more often
10553 on TARGET_USE_LEAVE machines.
10554
10555 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
10556
10557 * config/arm/arm.c (arm_init_cumulative_args); New function:
10558 Initlaise the CUMULATIE_ARGS strcuture for a function
10559 defintion.
10560 (arm_function_arg): New function: Determine where to place a
10561 function's argument. Also handles deciding the function's
10562 call cookie.
10563 (current_file_function_operand): New function: Return true if
10564 the symbol is a function which has already been compiled.
10565 (arm_is_long_call_p): New function: Return true if the
10566 indicated function should be called via a long call.
10567 (arm_valid_type_attribute_p): New function: Return true if the
10568 attribute is a valid, arm specific, attribute.
10569 (arm_comp_type_attribute): New function: Return true if the
10570 two types have compatable, arm specific, attributes.
10571
10572 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
10573 structure.
10574 (FUNCTION_ARG): Redefine to call arm_function_arg.
10575 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
10576 structure field.
10577 (INIT_CUMULATIVE_ARGS): Redefine to call
10578 arm_init_cumulative_args.
10579 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
10580 field.
10581 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
10582 field.
10583 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
10584 functions.
10585 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
10586 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
10587 (COMP_TYPE_ATTRIBUTES): Define.
10588
10589 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
10590 if a long call is needed.
10591 (call_value): Call arm_is_long_call_p to decide if a long call
10592 is needed.
10593 (call_symbol): Call arm_is_long_call_p to decide if a long call
10594 is needed.
10595
10596 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
10597
10598 2000-02-11 Denis Chertykov <denisc@overta.ru>
10599
10600 * README.AVR: New file with information about the avr ports.
10601 * config/avr: New directory with avr port files.
10602
10603 2000-02-11 Andreas Jaeger <aj@suse.de>
10604
10605 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
10606
10607 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
10608
10609 * cpphash.c: Fix formatting, update commentary.
10610 (dump_definition): Take three separate arguments instead of a
10611 MACRODEF structure argument.
10612 * cpphash.h: Update prototype of dump_definition.
10613 * cppinit.c (cpp_finish): Update call of dump_definition.
10614
10615 * cpplib.c (do_define): Always create new hash entry with
10616 T_MACRO type. Remove redundant check for redefinition of
10617 poisoned identifier. Update call of dump_definition.
10618 (do_undef): Don't call check_macro_name. Rename sym_length to
10619 len.
10620 (do_error, do_warning): Don't use copy_rest_of_line or
10621 SKIP_WHITE_SPACE.
10622 (do_warning): Don't use pedwarn for the actual warning,
10623 only the notice about its not being in the standard. (Fixes
10624 bug with #warning in system headers.)
10625 (do_ident): Stricter argument checking - accept only a single
10626 string after #ident. Also, macro-expand the line.
10627 (do_xifdef): Use cpp_defined. De-obfuscate.
10628
10629 (do_pragma): Split out specific pragma handling to separate
10630 functions. Use get_directive_token. Update commentary. Do
10631 not pass on #pragma once or #pragma poison to the front end.
10632 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
10633 do_pragma_default): New.
10634
10635 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
10636
10637 * jump.c (jump_optimize_1): The first operand in a relational
10638 can be a CONST_INT.
10639 * optabs.c (emit_conditional_move): Handle relationals which
10640 have a known true/false result.
10641
10642 2000-02-11 Geoff Keating <geoffk@cygnus.com>
10643
10644 * function.c (thread_prologue_and_epilogue_insns): Don't insert
10645 a RETURN insn into a block which already ends with a jump.
10646
10647 2000-02-11 Geoff Keating <geoffk@cygnus.com>
10648
10649 * haifa-sched.c (BUF_LEN): Increase a lot.
10650
10651 2000-02-11 Nick Clifton <nickc@cygnus.com>
10652
10653 * configure.in: Add tm_p_file specification for thumb targets.
10654 * configure: Regenerate.
10655
10656 * config/arm/thumb-protos.h: New file: Prototypes for exported
10657 functions defined in thumb.c.
10658
10659 2000-02-11 Robert Lipe <robertl@sco.com>
10660
10661 * Makefile.in (bootstrap-lean): Remove additional files.
10662 (bootstrap2-lean): Likewise.
10663 (VOL_FILES): List of files for above.
10664
10665 2000-02-11 Nathan Sidwell <nathan@acm.org>
10666
10667 * cpphash.c (special_symbol): Remove spurious argument to
10668 cpp_lookup.
10669
10670 2000-02-11 Joel Sherrill (joel@OARcorp.com>
10671
10672 * configure.in: (i*86-*-rtems*): Swapped elf and coff
10673 stanzas.
10674 * configure: Rebuilt.
10675
10676 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
10677
10678 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
10679
10680 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
10681
10682 * pa.c, pa.h: Remove trigraph sequences within comments.
10683
10684 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
10685
10686 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
10687
10688 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
10689
10690 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
10691
10692 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10693
10694 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
10695
10696 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10697
10698 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
10699 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
10700 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
10701 (ASM_FILE_END): Use c4x_file_end.
10702 * config/c4x/c4x.c (c4x_global_label): New function.
10703 (c4x_external_ref, c4x_file_end): Likewise.
10704
10705 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
10706 (c4x_external_ref, c4x_end_file): Likewise.
10707
10708 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
10709
10710 * cppexp.c: Don't include cpphash.h.
10711 (parse_charconst, cpp_lex): Use cpp_defined.
10712 (cpp_lex): Use get_directive_token throughout. Remove
10713 unnecessary cases from switch. Move assertion-handling code
10714 down to OTHER case.
10715 (cpp_parse_expr): If we see '+' or '-', check the context to
10716 determine if they are unary or binary operators. Streamline
10717 the jumps a bit. Do not call skip_rest_of_line.
10718
10719 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
10720 static. Export get_directive_token. Update commentary.
10721 (cpp_defined): New function.
10722 (do_define): Remove reference to T_PCSTRING. Call
10723 free_definition to release memory for old definition, when
10724 redefining a macro.
10725 (eval_if_expression): Set only_seen_white to 0 before calling
10726 cpp_parse_expr. Call skip_rest_of_line after it returns.
10727 (cpp_read_check_assertion): Don't preserve a pointer into the
10728 token buffer across a call to cpp_get_token.
10729
10730 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
10731 * cppfiles.c (redundant_include_p): Use cpp_defined.
10732 * cpphash.c (free_definition): New function.
10733 (delete_macro): Use it. Update commentary.
10734 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
10735 free_definition.
10736 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
10737 from enum node_type. Prototype cpp_defined and get_directive_token.
10738 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
10739
10740 * fix-header.c (check_macro_names): Use cpp_defined.
10741 (read_scan_file): Set inhibit_warnings and inhibit_errors in
10742 the options structure.
10743
10744 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10745
10746 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
10747
10748 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
10749
10750 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
10751 rather than die->die_tag.
10752
10753 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10754
10755 * combine.c (make_extraction, force_to_mode): Avoid warning on
10756 mixed-signedness conditionals.
10757 (make_field_assignment, nonzero_bits): Likewise.
10758 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
10759 (store_split_bit_field, extract_split_bit_field): Likewise.
10760 (extract_fixed_bit_field, store_bit_field,
10761 * expr.c: Change alignment to be unsigned everywhere.
10762 (move_by_pieces, store_constructor_field, store_constructor):
10763 Alignment parm is unsigned.
10764 (emit_block_move, emit_group_load, emit_group_store): Likewise.
10765 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
10766 (do_compare_rtx_and_jump): Likewise.
10767 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
10768 Compare align with GET_MODE_ALIGNMENT.
10769 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
10770 (get_inner_reference): Likewise.
10771 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
10772 (expand_assignment): Local vars for alignment now unsigned.
10773 (store_constructor, store_field, expand_expr, do_jump): Likewise.
10774 (do_compare_and_jump): Likewise.
10775 (store_field): Call new function expr_align.
10776 * expr.h (emit_block_move, emit_group_load, emit_group_store):
10777 Alignment arg now unsigned.
10778 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
10779 (do_compare_rtx_and_jump, store_bit_field): Likewise.
10780 (extract_bit_field): Likewise.
10781 * fold-const.c (add_double): Add cast to eliminate signedness warning.
10782 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
10783 (get_best_mode): Alignment arg is unsigned.
10784 * rtl.h (move_by_pieces): Likewise.
10785 * store-layout.c (maximum_field_alignment, set_alignment):
10786 Now unsigned.
10787 (layout_decl): Alignment arg is now unsigned.
10788 Remove unneeded casts.
10789 (layout_record, layout_union, layout_type): Remove unneeded casts.
10790 Local alignment variables now unsigned.
10791 (get_best_mode): Alignment arg now unsigned.
10792 * tree.c (expr_align): New function.
10793 * tree.h (expr_align): Likewise.
10794 (maximum_field_alignment, set_alignment): Now unsigned.
10795 (get_inner_reference): Alignment argument is now pointer to unsigned.
10796 * varasm.c (assemble_variable): Add cast to eliminate warning.
10797
10798 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
10799
10800 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
10801 then store directly into op0.
10802
10803 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
10804 the CALL_INSN, and emit the note immediately after it.
10805
10806 2000-02-10 Nick Clifton <nickc@cygnus.com>
10807
10808 * config/arm/thumb.md (epilogue): Include a (return) in the
10809 generated insn, and emit it using emit_jump_insn not
10810 emit_insn.
10811
10812 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
10813
10814 * function.c (assign_temp): Change zero-sized arrays to size 1.
10815 * integrate.c (expand_inline_function): Do not update
10816 stack_alignment_needed
10817 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
10818 add some sanity checking, remove optimization for function with
10819 zero frame size.
10820
10821 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10822
10823 * flow.c (mark_regs_live_at_end): Delete unused variables.
10824
10825 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
10826
10827 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
10828 in macro FRAME_GROWS_DOWNWARD.
10829
10830 * stmt.c (expand_end_bindings): Delete unused variable.
10831
10832 * unroll.c (iteration_info): Mark parameter `loop' with
10833 ATTRIBUTE_UNUSED.
10834
10835 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10836
10837 * fixinc/server.c (load_data): Return NULL if the marker line is
10838 not found.
10839 (run_shell): If load_data returns NULL, retry the command once, in
10840 a new shell.
10841
10842 * configure: Rebuilt.
10843
10844 2000-02-09 Bruce Korb <bkorb@gnu.org>
10845
10846 * gcc/fixincludes: ** DELETED **
10847 * gcc/fixcpp: ** DELETED **
10848 * gcc/fixinc-nt.sed: ** DELETED **
10849 * gcc/just-fixinc: ** DELETED **
10850 * gcc/Makefile.in: Removed out-dated commentary
10851 * gcc/configure.in: Removed fast-fixincludes disablement.
10852 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
10853
10854 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
10855 * function.c (thread_prologue_and_epilogue_insns): Uncomment
10856 last change.
10857
10858 2000-02-09 Richard Henderson <rth@cygnus.com>
10859
10860 * jump.c (delete_insn): Don't delete user labels at -O0.
10861
10862 2000-02-09 Robert Lipe <robertl@sco.com>
10863
10864 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
10865 Don't link with HOST_LIBS.
10866
10867 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
10868
10869 * configure.in: Correct --help text for --with-dwarf2.
10870 Put tm-dwarf2.h after other tm files, if it's requested.
10871 * configure: Regenerate.
10872 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
10873 defining it.
10874
10875 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
10876
10877 * cpplib.h: Provide HASHNODE typedef and forward decl of
10878 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
10879 DEFINITION, struct hashnode, struct macrodef, struct
10880 definition, scan_decls prototype, default defn of
10881 INCLUDE_LEN_FUDGE moved elsewhere.
10882
10883 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
10884 definition, and struct hashnode moved here. Remove the unused
10885 'predefined' field from struct definition. Replace the 'args'
10886 union with its sole member. All users updated (cpphash.c).
10887 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
10888 multiple include guard.
10889
10890 * cpphash.c (hashf): Make static; use better algorithm; drop
10891 HASHSIZE parameter; return an unsigned int.
10892 (cpp_lookup): Drop HASH parameter. PFILE parameter is
10893 used. Calculate HASHSIZE modulus here.
10894 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
10895 here.
10896 (create_definition): Drop PREDEFINITION parameter.
10897 * cpplib.c (do_define): Don't calculate a hash value here.
10898 Don't pass (keyword == NULL) to create_definition.
10899
10900 * scan.h: Prototype scan_decls here.
10901 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
10902 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
10903 callers of cpp_lookup and cpp_install updated.
10904
10905 * cpphash.c (macarg): Hoist all the flag diddling out of the
10906 function...
10907 (macroexpand): ... and out of the loop that calls macarg.
10908 Skip over the initial paren before macro arguments with
10909 cpp_get_non_space_token; point may be some distance before
10910 that paren. Abort if it's not there.
10911
10912 * cpplib.c (parse_clear_mark): Delete function.
10913 (parse_set_mark, parse_goto_mark): Make static.
10914 (ACTIVE_MARK_P): New macro.
10915 (skip_block_comment, skip_line_comment): Do not bump the line
10916 if ACTIVE_MARK_P is true.
10917 (cpp_pop_buffer): The buffer to be popped may not have an
10918 active mark.
10919 (cpp_get_token): When looking for the initial paren before
10920 macro arguments, only set a mark in a file buffer, Always
10921 return to that mark before proceeding to call macroexpand or
10922 return a NAME token.
10923
10924 * cpplib.h: Remove prototypes of parse_set_mark,
10925 parse_clear_mark, parse_goto_mark.
10926 (struct cpp_options): Rename 'put_out_comments' to
10927 'discard_comments' and invert its sense.
10928 * cppinit.c, cpphash.c, cpplib.c: All users of
10929 put_out_comments changed to use discard_comments, with
10930 opposite sense.
10931
10932 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
10933
10934 * function.c (thread_prologue_and_epilogue_insns): Don't delete
10935 the edge from a block that both jumps and falls through to the
10936 fallthru block.
10937
10938 2000-02-09 Scott Bambrough <scottb@netwinder.org>
10939
10940 * config/arm/arm.md (movsi): In PIC mode, make sure that a
10941 constant source address is legitimate.
10942
10943 2000-02-09 Philip Blundell <pb@futuretv.com>
10944
10945 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
10946 correctly.
10947
10948 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
10949 generating PIC.
10950 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
10951
10952 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
10953
10954 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
10955 ends with a newline and a NUL. Don't be so clever manipulating
10956 strings.
10957
10958 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
10959
10960 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
10961 not to BIGGEST_ALIGNMENT.
10962
10963 2000-02-08 Geoff Keating <geoffk@cygnus.com>
10964
10965 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
10966 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
10967 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
10968 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
10969 * frame.c (execute_cfa_insn): Handle
10970 DW_CFA_GNU_negative_offset_extended.
10971
10972 2000-02-08 Richard Henderson <rth@cygnus.com>
10973
10974 * flow.c (tidy_fallthru_edges): Split out from ...
10975 (delete_unreachable_blocks): ... here.
10976 (find_basic_blocks): Use it.
10977
10978 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10979
10980 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
10981
10982 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
10983
10984 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
10985 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
10986 (fix-header.o): Don't depend on cpphash.h.
10987
10988 * scan.c (hashstr): New function.
10989 * scan.h: Prototype it.
10990 * fix-header.c: Don't include cpphash.h. Use hashstr.
10991 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
10992 hashstr. Report hash table statistics. Add private
10993 definition of xrealloc.
10994
10995 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10996
10997 * i386.h (TARGET_SWITCHES): Fix typo in option name.
10998
10999 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
11000
11001 * function.c (thread_prologue_and_epilogue_insns): Don't replace
11002 jumps with returns unless they are jumps to the fallthru block.
11003
11004 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
11005
11006 * i386.md (addqi3_cc): Fix contraints.
11007
11008 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
11009
11010 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
11011
11012 2000-02-07 Mark Mitchell <mark@codesourcery.com>
11013
11014 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
11015 carriage return after a macro name.
11016
11017 2000-02-07 Fred Fish <fnf@be.com>
11018
11019 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
11020 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
11021
11022 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
11023
11024 * cppfiles.c (deps_output): Count spacers in deps_column.
11025
11026 2000-02-07 Neil Booth <NeilB@earthling.net>
11027
11028 * cppinit.c (initialize_dependency_output): If there is no
11029 suffix, don't try to look for known suffixes. Use strrchr.
11030 (cpp_start_read): Remove duplicate initialization.
11031
11032 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
11033
11034 * calls.c (compute_argument_block_size): New argument
11035 preferred_stack_boundary.
11036 (expand_call): update cfun->preferred_stack_boundary, update call of
11037 compute_argument_block_size
11038 (emit_library_call): Increate cfun->preferred_stack_boundary
11039 to PREFERRED_STACK_BOUNDARY
11040 (emit_library_call_value): Likewise.
11041 * explow.c (allocate_dynamic_stack_spave): Likewise.
11042 * function.c (prepare_function_start): Set
11043 cfun->preferred_stack_boundary
11044 * function.h (struct function): Add preferred_stack_boundary field.
11045 * integrate.c (expand_inline_function): Update
11046 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
11047 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
11048 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
11049
11050 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
11051
11052 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
11053 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
11054 cpp_pedwarn, cpp_pedwarn_with_line,
11055 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
11056 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
11057 v_cpp_error_with_line, v_cpp_warning_with_line,
11058 cpp_message_from_errno, cpp_perror_with_name): Delete.
11059
11060 * cpperror.c (cpp_print_containing_files): Take starting
11061 buffer as argument.
11062 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
11063 (v_cpp_message): Now called directly by all entry points.
11064 Remove -1 case.
11065 (cpp_pfatal_with_name, cpp_message): Delete.
11066 (cpp_notice_from_errno, cpp_ice): New functions.
11067 (cpp_notice): Is now for reporting error conditions, just
11068 without an associated file.
11069 (cpp_error, cpp_error_with_line): Don't do anything if
11070 opts->inhibit_errors is on.
11071 (cpp_pedwarn_with_file_and_line): Take column argument also.
11072
11073 * cpplib.h: Update prototypes of exported functions.
11074 (struct cpp_options): Add inhibit_errors.
11075
11076 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
11077 non-error messages. Include intl.h.
11078
11079 * cppinit.c, cppmain.c: Likewise. Also, use
11080 cpp_notice_from_errno instead of cpp_perror_with_name or
11081 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
11082
11083 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
11084 report internal errors.
11085
11086 * cpplib.c (do_define): Switch bcopy to memcpy.
11087 Give cpp_pedwarn_with_file_and_line a dummy column argument.
11088
11089 * cpplib.c (copy_rest_of_line): Revert previous change: don't
11090 bail out early if we hit a line comment.
11091
11092 2000-02-06 Richard Henderson <rth@cygnus.com>
11093
11094 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
11095 * basic-block.h: Declare them.
11096 * emit-rtl.h (active_insn_p): New.
11097 (next_active_insn, prev_active_insn): Use it.
11098 * rtl.h: Declare it.
11099 * function.c (emit_return_into_block): New.
11100 (thread_prologue_and_epilogue_insns): Insert return insns instead
11101 of epilogues when possible.
11102 * jump.c (jump_optimize_1): Remove code to insert a return insn
11103 on the fallthru to the exit block.
11104
11105 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
11106 and for non-empty stack frames.
11107 * i386.md (return): Expand to return-pop as needed.
11108
11109 2000-02-06 Richard Henderson <rth@cygnus.com>
11110
11111 * simplify-rtx.c (simplify_relational_operation): Canonicalize
11112 constant to op1 for testing.
11113
11114 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11115
11116 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
11117 (fixuns_truncqfqi2): Use it.
11118
11119 2000-02-06 Richard Henderson <rth@cygnus.com>
11120
11121 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
11122 as a TYPE_LEA insn.
11123
11124 * i386.md (widening and peepholes): Mask the constant instead of
11125 using gen_lowpart.
11126
11127 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
11128
11129 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
11130 input pointer before possibly branching off to the backslash
11131 code.
11132 * cpphash.c (macroexpand): Correctly delete \r escapes when
11133 stringifying parameters.
11134 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
11135 if we can; bail out early if we hit a line comment.
11136 (handle_directive): Treat '# 123' in an .S file just like
11137 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
11138 Return 1 for '# not_a_directive'.
11139 (get_directive_token): Pop macro buffers here, so that
11140 cpp_get_token can't sneakily move past a newline.
11141 Add sanity checks.
11142 (cpp_get_token): goto randomchar if handle_directive returns 0.
11143
11144 * cppalloc.c: Update copyright.
11145 * cpplib.c: Merge all the static function prototypes into one
11146 block.
11147 * cpplib.h: Remove #if 0 block.
11148
11149 * cpperror.c: Remove #ifdef EMACS block.
11150 * cppmain.c: Likewise.
11151 * cpphash.c: Remove #if 0 blocks.
11152 * cppinit.c: Remove #if 0 blocks, and the -lint option.
11153 * cpplib.c: Remove #if 0 blocks and code referencing
11154 pcp_inside_if or for_lint. Remove duplicate error message.
11155 Fix error messages for #else after #else or #elif. Reformat.
11156 Remove archaic TODO list.
11157 * cpplib.h: Remove pcp_inside_if and for_lint flags.
11158
11159 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
11160
11161 * i386/osf1elf.h: Add missing backslash to multiline string.
11162
11163 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11164
11165 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
11166
11167 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11168
11169 * Makefile.in (c-common.o): Depend on $(EXPR_H).
11170
11171 * c-common.c: Include expr.h.
11172
11173 * c-pragma.c (mark_align_stack): Add prototype.
11174
11175 * caller-save.c (add_stored_regs): Likewise.
11176
11177 * combine.c (record_promoted_value): Likewise.
11178
11179 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
11180 Likewise.
11181
11182 * cppinit.c (new_pending_define): Likewise.
11183
11184 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
11185
11186 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
11187 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
11188 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
11189 class_scope_p): Likewise.
11190
11191 * dwarf2out.h (dwarf2out_set_demangle_name_func,
11192 dwarf2out_add_library_unit_info): Likewise.
11193
11194 * ggc.h (ggc_page_print_statistics): Likewise.
11195
11196 * haifa-sched.c (propagate_deps): Likewise.
11197
11198 * reg-stack.c (next_flags_user, record_label_references): Likewise.
11199
11200 * rtl.h (set_stack_check_libfunc): Likewise.
11201
11202 * toplev.h (set_fatal_function): Likewise.
11203
11204 * toplev.c (set_fatal_function): Delete prototype.
11205
11206 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
11207
11208 2000-02-05 Geoff Keating <geoffk@cygnus.com>
11209
11210 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
11211 (FUNC_END): Likewise.
11212
11213 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11214
11215 * caller-save.c: Include tm_p.h.
11216
11217 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11218
11219 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
11220
11221 2000-02-04 Neil Booth <NeilB@earthling.net>
11222
11223 * cccp.c (main): Check 'dir' for a NULL pointer before passing
11224 it to strcmp.
11225
11226 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
11227
11228 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
11229 * genflags.c: Use the max_operand_1 logic from genemit.c to
11230 calculate how many arguments gen_insn prototypes have. Remove
11231 NO_MD_PROTOTYPES ifdefs from the generated file.
11232 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
11233 file. Cast gen_insn initializers to insn_gen_fn.
11234 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
11235 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
11236
11237 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11238
11239 * fixinc/Makefile.in (HDR): Add machname.h.
11240 (clean): Likewise.
11241
11242 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11243
11244 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
11245 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
11246 (c4x_cpu_version): Ditto.
11247 * config/c4x/c4x-protos.h: ... here.
11248
11249 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
11250
11251 * dwarf2out.c (add_abstract_origin_attribute): Don't call
11252 gen_abstract_function on our context if we're a nested function.
11253
11254 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11255
11256 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
11257 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
11258
11259 2000-02-04 Bruce Korb <bkorb@gnu.org>
11260
11261 * fixinc/genfixes(machname.h):
11262 Move the functionality from gen-machine.h into this file.
11263 UNdef MN_NAME_PAT if there are no names to change.
11264 Also, be a little kinder when AutoGen is not present.
11265
11266 * fixinc/Makefile.in(machname.h):
11267 Change the generation rule to use genfixes.
11268
11269 * fixinc/fixfixes.c(machine_name):
11270 machine_name_fix's functionality now dependent upon whether
11271 MN_NAME_PAT is defined.
11272
11273 * fixinc/fixtests.c(machine_name):
11274 ditto.
11275
11276 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
11277 of MN_NAME_PAT.
11278
11279 * fixinc/fixlib.h(mn_get_regexps):
11280 ditto
11281
11282 * fixinc/gen-machine.h: DELETED
11283
11284 2000-02-04 Jan Hubicka <jh@suse.cz>
11285 Richard Henderson <rth@cygnus.com>
11286
11287 * i386.c (SAVE_REGS_FIRST): Remove.
11288 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
11289 (ix86_compute_frame_size): Likewise.
11290 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
11291 (ix86_emit_restore_regs): Remove.
11292 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
11293 when a frame pointer is in use.
11294 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
11295 instead of pop to restore a register when profitable; emit leave
11296 when profitable.
11297 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
11298 as a TYPE_LEA insn.
11299 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
11300 * i386.md (prologue_allocate_stack): Remove.
11301 (epilogue_deallocate_stack): Remove.
11302 (pro_epilogue_adjust_stack): New.
11303
11304 2000-02-04 Richard Henderson <rth@cygnus.com>
11305
11306 * function.c (diddle_return_value): Rework to use a callback function.
11307 Use current_function_return_rtx if it's been set up.
11308 (do_clobber_return_reg, clobber_return_register): New.
11309 (do_use_return_reg, use_return_register): New.
11310 (expand_function_end): Use them.
11311 * stmt.c (expand_null_return): Likewise.
11312 * function.h: Declare them.
11313 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
11314 (mark_reg): Change arguments as appropriate for callback.
11315 * integrate.c (expand_inline_function): Revert 19 Jan change.
11316
11317 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
11318
11319 * tm.texi (Values in Registers): Fix typo: "fo" "for".
11320 (Misc): Say the scheduler, not the Haifa scheduler.
11321
11322 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
11323
11324 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
11325 when in_mem is set. Update all callers.
11326
11327 2000-02-04 Richard Henderson <rth@cygnus.com>
11328
11329 * i386/openbsd.h (INT_ASM_OP): Define.
11330
11331 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
11332
11333 * tm.texi: Fix various typos.
11334
11335 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
11336
11337 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
11338 (MD_STARTFILE_PREFIX_1): New macro.
11339
11340 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
11341
11342 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
11343 destination when needed.
11344 (strmovsi, strsetsi): New expander.
11345 (strmovsi_1, strsetsi_1): New pattern.
11346 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
11347 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
11348 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
11349 * invoke.texi (align-stringops, inline-all-stringops): Document.
11350
11351 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
11352
11353 * i386/netbsd.h (INT_ASM_OP): Define.
11354
11355 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
11356
11357 * cpplib.h (cpp_reader): Add new flag, no_directives.
11358 * cpphash.c (macarg): Set it.
11359 * cpplib.c (handle_directive): If no_directives is on and we
11360 find a directive, issue an error and discard the line.
11361
11362 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
11363
11364 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
11365 FP constants. Add ! TARGET_FPU check for FP constants.
11366
11367 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
11368
11369 * flow.c (find_basic_blocks): Don't kill label_value_list
11370 here.
11371 (cleanup_cfg): Kill it here.
11372
11373 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11374
11375 * expr.c (store_field): Ensure ALIGN is no stricter than the
11376 alignment of EXP.
11377
11378 2000-02-02 Richard Henderson <rth@cygnus.com>
11379
11380 * jump.c (delete_insn): Partially revert 19 Jan change;
11381 don't convert unused code labels to notes at -O0.
11382
11383 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11384
11385 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
11386 split_all_insns to recreate REG_LABEL notes for flow2 pass.
11387
11388 2000-02-01 Richard Henderson <rth@cygnus.com>
11389
11390 * i386.c (general_no_elim_operand): New.
11391 (nonmemory_no_elim_operand): New.
11392 (ix86_expand_move): Copy eliminable operands before a push.
11393 * i386-protos.h: Declare new functions.
11394 * i386.h (CAN_ELIMINATE): Simplify.
11395 (PREDICATE_CODES): Update.
11396 * i386.md (push insns): Don't allow eliminable register operands.
11397
11398 2000-02-01 Richard Henderson <rth@cygnus.com>
11399
11400 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
11401 replace BLKmode with DECL_RTL's mode.
11402
11403 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
11404
11405 * frame.c (find_fde): Convert for loop to do-while so compiler
11406 sees it's always executed at least once.
11407 * libgcc2.c (BBINBUFSIZE): Kill.
11408 (__bb_init_prg): Use fgets.
11409 (__bb_exit_trace_func): Don't paste strings.
11410 * unroll.c (unroll_loop): Initialize unroll_type, not
11411 unroll_number, and tweak logic to match.
11412
11413 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
11414 all failure paths.
11415 (ix86_flags_dependant): Likewise. Disentangle control flow.
11416 (ix86_sched_reorder): Break guts out to
11417 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
11418 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
11419 any possible use.
11420
11421 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
11422 use string concatenation. Don't save and restore esi.
11423
11424 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
11425 (machname.h): Remove script to separate file. Use two-step
11426 sequence so target is not created if script fails.
11427 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
11428 identifiers are defined.
11429 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
11430 an empty string, machine_name doesn't need to do anything at
11431 all.
11432 (is_cxx_header): Add more cases to regexp.
11433 * fixinc/fixlib.h: Update prototype.
11434 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
11435 mn_get_regexps.
11436 * fixinc/fixincl.c: Define NO_BOGOSITY.
11437
11438 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
11439 (hp_sysfile): Add missing comma.
11440 (math_exception): Put the wrapper ifdefs at the beginning and
11441 the end of the file.
11442 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
11443
11444 2000-02-01 Richard Henderson <rth@cygnus.com>
11445
11446 * sparc.c (fp_zero_operand): Turn into a normal predicate.
11447 Use CONST0_RTX. Update all callers.
11448 * sparc.h, sparc-protos.h: Update accordingly.
11449 * sparc.md (fp mov insns): Use fp_zero_operand directly
11450 where applicable.
11451
11452 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
11453
11454 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
11455 example.
11456
11457 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11458
11459 * Makefile.in (specs.ready): New target.
11460 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
11461
11462 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11463
11464 * fixinc.irix: Use unique filenames for writing into /tmp,
11465 * fixinc.ptx: Likewise.
11466 * fixinc.sco: Likewise.
11467 * fixinc.svr4: Likewise.
11468 * fixinc.winnt: Likewise.
11469
11470 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11471
11472 * tsystem.h: New file.
11473
11474 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
11475 s-crtS): Depend on tsystem.h.
11476
11477 * crtstuff.c: Include tsystem.h.
11478 * frame.c: Likewise.
11479 * libgcc2.c: Likewise.
11480
11481 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
11482
11483 * builtins.c (expand_builtin_memset): Expand for variable sized
11484 lengths too.
11485
11486 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
11487
11488 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
11489 on ABI.
11490
11491 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
11492
11493 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
11494
11495 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
11496
11497 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
11498
11499 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
11500 case 3->2 combining (combining with splitting) in which 2 is CC0
11501 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
11502 checked at the begining of the function with the aid of calling
11503 function 'can_combine_p'.
11504
11505 2000-01-31 Dave Brolley <brolley@redhat.com>
11506
11507 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
11508
11509 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
11510
11511 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
11512 new label.
11513
11514 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11515
11516 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
11517
11518 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
11519 PROTO -> PARAMS.
11520
11521 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
11522
11523 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
11524 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
11525 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
11526 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
11527 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
11528 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
11529 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
11530 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
11531 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
11532 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
11533
11534 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
11535 Add %(cpp_cpu) to CPP_SPEC.
11536
11537 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
11538 Add %(cc1_cpu) to CC1_SPEC.
11539
11540 2000-01-28 Ulrich Drepper <drepper@redhat.com>
11541
11542 * c-decl.c (c_decode_option): Accept optional numeric argument to
11543 -Wformat and set warn_format.
11544 * c-common.c: Don't emit warning about non-constant printf format
11545 string unless warn_format > 1.
11546
11547 2000-01-30 Richard Henderson <rth@cygnus.com>
11548
11549 * alpha.md (return_internal): Allow after reload only.
11550
11551 2000-01-30 Richard Henderson <rth@cygnus.com>
11552
11553 * i386.c (ix86_compute_frame_size): Omit padding1 if the
11554 local frame size is zero.
11555
11556 2000-01-30 Richard Henderson <rth@cygnus.com>
11557
11558 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
11559 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
11560 * alpha.md (return): Turn into an expander.
11561 (return_internal): Don't use $26.
11562 (epilogue): Emit the return insn.
11563
11564 2000-01-30 Richard Henderson <rth@cygnus.com>
11565
11566 * alpha.md (negtf2, abstf2): Fix word order thinko.
11567 (extendsftf2): New.
11568 (trunctfsf2): Avoid intermediate rounding errors.
11569
11570 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
11571
11572 * cppfiles.c (find_position): Drop 'colp' argument, return the
11573 new line base.
11574 (read_and_prescan): Adjust to match. Don't ever manipulate
11575 line or line_base except via find_position.
11576
11577 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
11578
11579 * c-parse.in: Apply Ulrich's changes from c-parse.y.
11580 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
11581 Regenerate.
11582
11583 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
11584
11585 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
11586 just print "<command line>". If 'filename' is null or an
11587 empty string, print "<stdin>" for the filename.
11588 * cpplib.c (do_define): Don't print the 'location of the
11589 previous definition' message if we're still parsing the
11590 command line.
11591 (cpp_pedwarn_with_file_and_line): Always call
11592 cpp_file_line_for_message.
11593
11594 2000-01-29 Mark Mitchell <mark@codesourcery.com>
11595
11596 * flow.c (mark_regs_live_at_end): Fix typo.
11597
11598 2000-01-28 Ulrich Drepper <drepper@redhat.com>
11599
11600 * c-common.c: Adjust variable names, comments, help strings to c99.
11601 * c-lex.c: Likewise.
11602 * c-parse.y: Likewise.
11603 * c-tree.h: Likewise.
11604 * cccp.c: Likewise.
11605 * cpplib.h: Likewise.
11606 * c-decl.c: Likewise. Recognize options with names "*99" as well.
11607 * cppinit.c: Likewise.
11608
11609 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11610
11611 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
11612 * c4x.c: Define the optab rtx values.
11613 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
11614 (c4x_emit_libcall): Use new optab rtx values.
11615 (c4x_emit_libcall3): Likewise.
11616 (c4x_emit_libcall_mulhi): Likewise.
11617 * c4x-protos.h: Add prototypes for optab rtx values and change
11618 prototypes for above c4x_emit_libcall functions.
11619
11620 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11621
11622 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
11623 syntax is used.
11624 (c4x_function_prologue): Use regnames intead of float_reg_names when
11625 TI syntax is used.
11626 (c4x_function_epilogue): Likewise.
11627 (c4x_print_operand): Likewise.
11628 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
11629 * c4x.md (set_high): Disable for TARGET_TI.
11630
11631 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11632
11633 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
11634 of framepointer + constant to ADDR_REGS class.
11635 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
11636 * c4x.c (std_or_reg_operand): New function.
11637 * c4x-protos.h (std_or_reg_operand): Prototype it.
11638
11639 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11640
11641 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
11642 object names as libgcc2.c.
11643 * libgcc.S: Use newly defined names.
11644
11645 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
11646 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
11647 function.
11648 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
11649 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
11650 (FLOW_LOOP_LAST_BLOCK): Likewise.
11651
11652 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11653
11654 * basic-block.h (struct loop): New fields 'first' and 'last'.
11655 * flow.c (flow_loops_find): Compute loop->first and loop->last.
11656 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
11657 and loop->last to check for NOTE_INSN_LOOP_END.
11658
11659 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
11660
11661 * predict.c (estimate_probability): Use the new FIRST and LAST fields
11662 of the loop descriptor rather than HEADER and LATCH. Also added
11663 missing break statements as well making some coding style modifications
11664 as suggested by Michael Hayes.
11665
11666 2000-01-28 Richard Henderson <rth@cygnus.com>
11667
11668 * flow.c (find_basic_blocks): Remove do_cleanup argument.
11669 Break out that code ...
11670 (cleanup_cfg): ... here.
11671 (commit_one_edge_insertion): Detect a return instruction being
11672 emitted to an edge. Emit a barrier following; clear fallthru.
11673 (commit_edge_insertions): Verify CFG consistency.
11674 * function.c (expand_function_start): Kill unused variable.
11675 (expand_function_end): Likewise.
11676 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
11677 to insert the epilogue.
11678
11679 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
11680 (delete_null_pointer_checks): Likewise.
11681 * output.h: Likewise.
11682 * reg-stack.c (reg_to_stack): Likewise.
11683 * toplev.c (rest_of_compilation): Likewise. Run
11684 thread_prologue_and_epilogue_insns after rebuilding the CFG.
11685
11686 2000-01-28 Richard Henderson <rth@cygnus.com>
11687
11688 * Makefile.in (flow.o): Revert 24 Jan change.
11689 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
11690 FUNCTION_VALUE result to DECL_RESULT's mode.
11691
11692 * haifa-sched.c (schedule_insns): Don't recompute reg info
11693 after reload.
11694
11695 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
11696
11697 * configure.in: Make --enable-cpplib the default.
11698 * configure: Regenerate.
11699 * gcc.dg/990119-1.c: No longer expected to fail.
11700
11701 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
11702
11703 * jump.c (jump_optimize_1): Delete an optimization that is also done
11704 by merge_blocks in flow.
11705
11706 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11707
11708 * diagnostic.c (build_message_string, output_printf,
11709 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
11710 (build_location_prefix): Fix non-literal format string.
11711
11712 2000-01-27 Richard Henderson <rth@cygnus.com>
11713
11714 * alpha.md (trunctfsf2): New.
11715
11716 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
11717
11718 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
11719
11720 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
11721
11722 * cppinit.c (cpp_handle_option): Recognize C++ comments under
11723 -std=gnu89.
11724 * cpplib.c (skip_block_comment, skip_line_comment): Split code
11725 out of...
11726 (skip_comment) ... here. Permit C++ comments in system
11727 headers always. Warn about C++ comments in user code under
11728 -std=gnu89 -pedantic.
11729 (copy_comment): Use skip_comment.
11730 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
11731 return EOF.
11732 (consider_directive_while_skipping, do_else, do_endif): Call
11733 validate_else unconditionally.
11734 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
11735 text after the conditional in a system header.
11736 * cpplib.h (struct cpp_buffer): Add flag
11737 warned_cplusplus_comments.
11738
11739 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
11740
11741 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
11742 Use unshare_all_rtl_1.
11743 (unshare_all_rtl_again): New function.
11744 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
11745
11746 * function.c (purge_addressof_1): Use unshare_all_rtl_again
11747 rather than resetting the 'used' flags ourself.
11748
11749 * toplev.c (rest_of_compilation): Add current_function_decl
11750 to the unshare_all_rtl call.
11751 * tree.h: Prototype unshare_all_rtl.
11752 * rtl.h: Prototype unshare_all_rtl_again here.
11753
11754 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
11755
11756 * genoutput.c (output_prologue): Include ggc.h in generated
11757 files.
11758 * Makefile.in (insn-output.o): Depends on ggc.h.
11759
11760 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
11761 Hans-Peter Nilsson <hp@bitrange.com>
11762
11763 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
11764 Remove redundant include of xm-ns32k.h.
11765 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
11766 Remove redundant include of xm-ns32k.h.
11767 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
11768 Remove redundant include of xm-ns32k.h.
11769 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
11770
11771 * ns32k/ns32k.h: Update comment on multiply-add instructions.
11772 (TARGET_SWITCHES): Add documentation strings.
11773 (DWARF_FRAME_REGNUM): Override default definition.
11774 (REG_CLASS_CONTENTS): Add comments.
11775 (SUBSET_P): Format to reduce line length.
11776 (SMALL_REGISTER_CLASSES): Make a run time option.
11777 (GO_IF_NONINDEXED_ADDRESS): Reformat.
11778 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
11779 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
11780 (regclass_map): fix typo in comment.
11781 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
11782 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
11783 (trace, reg_or_mem_operand): Delete, unused function.
11784 (calc_address_cost): Small offsets are cheaper than large ones.
11785 (expand_block_move): Generate more efficient code when bytes is a
11786 known at compile time.
11787 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
11788 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
11789 instead of reg_or_mem_operand.
11790
11791 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
11792 not general_operand. Similarly use "=rm" or stricter, not "=g".
11793 For input operands, use stricter constraints than "g" if not
11794 general_operand. Similarly use stricter predicate than
11795 "general_operand" when stricter constraints than "g" are present,
11796 except for matching constraints.
11797 (movstrsi): Use "memory_operand" for operands 0 and 1.
11798 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
11799 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
11800 not reg_or_mem_operand.
11801 (udivmoddisi4): Ditto.
11802 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
11803 Use nonimmediate_operand for operand 3, not register_operand.
11804 (udivmoddiqi4_internal): Use register_operand for operand 1, not
11805 reg_or_mem_operand.
11806
11807 2000-01-27 Fred Fish <fnf@be.com>
11808
11809 * gthr-posix.h: Fix typo; compatibily -> compatibility.
11810 * gthr-single.h: Likewise.
11811 * gthr-solaris.h: Likewise.
11812 * gthr-vxworks.h: Likewise.
11813 * gthr-win32.h: Likewise.
11814 * gthr.h: Likewise.
11815
11816 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
11817
11818 * cppinit.c: Add " (cpplib)" to end of string printed by
11819 -v / --version.
11820
11821 2000-01-27 Richard Henderson <rth@cygnus.com>
11822
11823 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
11824 testing for a signed comparison.
11825 (alpha_emit_floatuns): New.
11826 * alpha-protos.h: Declare it.
11827 * alpha.md (floatunsdisf2, floatunsdidf2): New.
11828 (extendsfdf2): Tidy.
11829
11830 2000-01-27 Jakub Jelinek <jakub@redhat.com>
11831
11832 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
11833 no -g option specifying debugging format, default to -gstabs+.
11834
11835 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11836
11837 * calls.c (special_function_p): New argument fork_or_exec.
11838 (expand_call): When profile_arc_flag is set and the function
11839 is in the fork_or_exec group, call __bb_fork_func first.
11840 * libgcc2.c, _bb module (__bb_fork_func): New function.
11841 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
11842 output file.
11843 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
11844 * tree.h (special_function_p): Update prototype.
11845
11846 2000-01-26 Richard Henderson <rth@cygnus.com>
11847
11848 * alpha.c (alpha_split_tfmode_pair): New.
11849 * alpha-protos.h: Declare it.
11850 * alpha.md (abstf2, negtf2): New.
11851 (movtf insn): Add input G constraint.
11852 (movtf splitter): Use alpha_split_tfmode_pair.
11853
11854 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11855
11856 * i386/cygwin.h: PROTO -> PARAMS.
11857
11858 2000-01-26 Jakub Jelinek <jakub@redhat.com>
11859
11860 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
11861 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
11862 using _Qp_cmp/_Q_cmp and testing the return value.
11863 (print_operand): Call reverse_condition_maybe_unordered if
11864 we are handling CCFPmode or CCFPEmode.
11865 Handle ORDERED, UN* and LTGT comparisons.
11866 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
11867 if not TARGET_HARD_QUAD.
11868 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
11869 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
11870 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
11871 Adjust gen_b* calls so that they reflect return comparison of
11872 sparc_emit_float_lib_cmp.
11873
11874 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11875
11876 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
11877 incoming operands array is large enough for one more operand.
11878 (alpha_emit_xfloating_arith): Likewise.
11879
11880 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
11881
11882 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
11883 file with one line and no trailing newline.
11884 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
11885 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
11886 checking if the match is on the line.
11887 * fixinc/gnu-regex.c: Provide regerror not __regerror.
11888
11889 2000-01-25 Richard Henderson <rth@cygnus.com>
11890
11891 * sparc.c (output_cbranch): Fix accidental squashing of the
11892 fp branch pre-delay nop.
11893
11894 2000-01-25 Richard Henderson <rth@cygnus.com>
11895
11896 * tree.def (UNNE_EXPR): Remove.
11897 * c-typeck.c (build_binary_op): Don't handle it.
11898 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
11899
11900 * rtl.def (UNNE): Remove.
11901 (LTGT): Add.
11902 * jump.c (reverse_condition): Update accordingly.
11903 (swap_condition): Likewise.
11904 (comparison_dominates_p): Handle unordered comparisons.
11905 (reverse_condition_maybe_unordered): New.
11906 * rtl.h (reverse_condition_maybe_unordered): Declare.
11907
11908 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
11909 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
11910 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
11911 * sparc.md (bltgt): New.
11912
11913 2000-01-25 Nick Clifton <nickc@redhat.com>
11914
11915 * emit-rtl.c (emit_insn): Only check machine class insns for
11916 improper emission of a RETURN.
11917
11918 2000-01-25 Richard Henderson <rth@cygnus.com>
11919
11920 * Makefile.in (flow.o): Depend on $(EXPR_H).
11921 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
11922 duplicate the structure of diddle_return_value for keeping regs live.
11923
11924 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11925
11926 * loop.c (current_loop_info): Delete.
11927 (consec_sets_invariant_p): Add loop argument, update callers.
11928 (get_condition_for_loop): Likewise.
11929 (count_nonfixed_reads, update_giv_derive): Likewise.
11930 (simplify_giv_expr, general_induction_var): Likewise.
11931 (consec_sets_giv, recombine_givs): Likewise.
11932 (move_movables): Delete loop_start and loop_end arguments,
11933 add loop argument, and update callers.
11934 (find_mem_givs, check_final_value): Likewise.
11935 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
11936 (loop_invariant_p): Rename from invariant_p, add loop argument, and
11937 update callers.
11938 (basic_induction_var): Add loop argument, delete loop_level argument,
11939 and update callers.
11940 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
11941 add loop argument, and update callers.
11942 (find_splittable_regs, find_splittable_givs): Likewise.
11943 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
11944 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
11945 (biv_total_increment): Delete loop_start and loop_end arguments;
11946 update callers.
11947 (precondition_loop_p): Delete loop_start and loop_info arguments;
11948 update callers.
11949 * loop.h (get_condition_for_loop): Add loop argument.
11950 (biv_total_increment): Delete loop_start and loop_end arguments.
11951 (precondition_loop_p): Delete loop_start and loop_info arguments;
11952 add loop argument.
11953 (final_biv_value): Delete loop_start and loop_end arguments;
11954 add loop argument.
11955 (final_giv_value, back_branch_in_range_p): Likewise.
11956
11957 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
11958
11959 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
11960
11961 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
11962
11963 * Makefile.in (c-gperf.h) : Change the "See" pointer to
11964 point to the new "generated_files" doc.
11965
11966 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
11967
11968 * config/fp-bit.c (_unord_f2): Fix typo.
11969
11970 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
11971
11972 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
11973 c-typeck.c, objc/objc-act.c: Remove all references to obstack
11974 functions obsoleted by GC, such as push_obstacks_nochange,
11975 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
11976 and code which existed only to decide whether or not to call
11977 them. Remove now-unused NESTED argument from start_function;
11978 all callers changed. Do not change behavior based on ggc_p.
11979 The use of the ixp_obstack in c-iterate.c and the util_obstack
11980 in objc/objc-act.c remain; these are not obsoleted by garbage
11981 collection.
11982 * c-tree.h: Update prototype for start_function.
11983
11984 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
11985
11986 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
11987
11988 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
11989 mips16.
11990
11991 2000-01-25 Richard Henderson <rth@cygnus.com>
11992
11993 * sparc-protos.h (select_cc_mode): Declare.
11994 * sparc.c (select_cc_mode): New. Handle unordered compares.
11995 (output_cbranch): Always reverse via code change. Handle
11996 unordered compares. Factor tests and string updates.
11997 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
11998 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
11999 * sparc.md (bunordered, bordered): New.
12000 (bungt, bunlt, buneq, bunge, bunle): New.
12001
12002 2000-01-25 Richard Henderson <rth@cygnus.com>
12003
12004 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
12005 * ggc-common.c (ggc_add_rtx_varray_root): New.
12006 (ggc_mark_rtx_varray): New.
12007 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
12008 functions down below ggc_mark_foo.
12009 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
12010
12011 2000-01-25 Richard Henderson <rth@cygnus.com>
12012
12013 * alpha.c (secondary_reload_class): Don't allocate a secondary
12014 for integral mode memories into FLOAT_REGS. Rearrange the more
12015 complicated memory expression inward.
12016
12017 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
12018
12019 * inclhack.def: Fixes to play nicer with FreeBSD, and
12020 corrections to comments.
12021 (cxx_unready): Add select expression.
12022 (irix_sockaddr): Add bypass expression.
12023 (machine_ansi_h_va_list): New fix.
12024 (stdio_va_list): No need to edit _BSD_VA_LIST_.
12025 Split out addition of "#include <stdarg.h>" to...
12026 (stdio_stdarg_h): ... here.
12027 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
12028 to stdlib.h also. Do not munge _BSD_SIZE_T_.
12029 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
12030 size_t.
12031 (ultrix_ifdef): Tighten up select expression.
12032
12033 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
12034 re_ct and max_mach to avoid use of shell. Make printed names
12035 match names in inclhack.def. Use static copyright date.
12036 Don't count c_test and test expressions as requiring regex_t
12037 slots. Add some commentary.
12038 * inclhack.tpl: Do not include the 'This script contains N
12039 fixup scripts' line if PROGRAM is defined. Use static
12040 copyright date.
12041
12042 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
12043
12044 * dwarf2out.c: include "varray.h", not dyn-string.h.
12045 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
12046 (addr_const_to_string, addr_to_string): Lose.
12047 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
12048 (struct dw_val_struct): val_addr is now an rtx.
12049 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
12050 (used_rtx_varray): New varray.
12051 (dwarf2out_init): Initialize it.
12052 (save_rtx): New fn.
12053 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
12054 addr_to_string.
12055 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
12056 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
12057 * Makefile.in (dwarf2out.o): Update dependencies.
12058
12059 2000-01-24 Richard Henderson <rth@cygnus.com>
12060
12061 * i386.c (i386_dwarf_output_addr_const): New.
12062 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
12063
12064 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
12065 if defined.
12066 * dwarfout.c (output_mem_loc_descriptor): Likewise.
12067 * i386.c (i386_simplify_dwarf_addr): New.
12068 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
12069
12070 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
12071
12072 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
12073 TYPE_STUB_DECL is NULL.
12074
12075 2000-01-24 Richard Henderson <rth@cygnus.com>
12076
12077 * builtins.c (expand_tree_builtin): Move ...
12078 * c-common.c (expand_tree_builtin): ... here.
12079
12080 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12081
12082 * loop.h (LOOP_INFO): New accessor macro.
12083 * basic-block.h (struct loop): Rename field `info' to `aux'.
12084 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
12085 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
12086 * unroll.c (loop_iterations, unroll_loop): Likewise.
12087
12088 2000-01-24 Christopher Faylor <cgf@cygnus.com>
12089
12090 * config/i386/t-cygwin: Accomodate new winsup directory layout
12091 when searching for include files.
12092
12093 2000-01-24 Richard Henderson <rth@cygnus.com>
12094
12095 * rtl.def: Add unordered fp comparisions.
12096 * tree.def: Likewise.
12097 * tree.h: Add ISO C 9x unordered fp comparision builtins.
12098
12099 * builtins.c (expand_tree_builtin): New function.
12100 * c-typeck.c (build_function_call): Use it.
12101 (build_binary_op): Support unordered compares.
12102 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
12103
12104 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
12105 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
12106 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
12107 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
12108 * jump.c (reverse_condition): Don't abort for UNLE etc, but
12109 return UNKNOWN.
12110 (swap_condition): Handle unordered compares.
12111 (thread_jumps): Check can_reverse before reversing.
12112 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
12113 reversed for FP.
12114
12115 * optabs.c (can_compare_p): New argument CODE. Verify branch or
12116 setcc is present before acking for cmp_optab. Update all callers.
12117 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
12118 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
12119 * expr.c (expand_expr): Likewise. Support unordered compares.
12120 (do_jump, do_store_flag): Likewise.
12121 * expr.h (enum libfunc_index): Add unordered compares.
12122
12123 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
12124 (DPBIT_FUNCS): Add _unord_df.
12125 * config/fp-bit.c (_unord_f2): New.
12126 * fp-test.c (main): Try unordered compare builtins.
12127
12128 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
12129 * alpha.c (alpha_comparison_operator): Check mode properly.
12130 (alpha_swapped_comparison_operator): Likewise.
12131 (signed_comparison_operator): Likewise.
12132 (alpha_fp_comparison_operator): New.
12133 (alpha_emit_conditional_branch): Handle unordered compares.
12134 * alpha.h (PREDICATE_CODES): Update.
12135 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
12136 (bunordered, bordered): New.
12137
12138 2000-01-24 Richard Henderson <rth@cygnus.com>
12139
12140 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
12141 * alpha.md (movtf): New expander, insn, and splitter.
12142
12143 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
12144
12145 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
12146 dead registers.
12147
12148 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
12149
12150 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
12151 (FIXED_REGISTERS, CALL_USED_REGISTERS,
12152 REG_ALLOC_ORDER): Add frame pointer
12153 (FRAME_POINTER_REGNUM): Set to 20
12154 (HARD_FRAME_POINTER_REGNUM): New macro.
12155 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
12156 to HARD_FRAME_POINTER.
12157 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
12158 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
12159 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
12160 (HI_REGISTER_NAMES): Add "frame".
12161 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
12162 (debug_reg): Handle FRAME_POINTER_REGNUM.
12163 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
12164 GENERAL_REGS and INDEX_REGS.
12165 * i386.c (SAVED_REGS_FIRST): new macro.
12166 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
12167 (ix86_decompose_address, memory_address_length): Likewise.
12168 (regclass_map): Add frame pointer.
12169 (call_insn_operand): Handle frame_pointer_rtx.
12170 (reg_no_sp_operand): Likewise.
12171 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
12172 (print_operand, legitimize_pic_address): Fix formating.
12173 (ix86_compute_frame_size): Make static, update prototype, new
12174 parameters padding1, padding2, use ix86_nsaved_regs, use
12175 stack_alignment_needed.
12176 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
12177 to HARD_FRAME_POINTER_REGNUM conversions.
12178 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
12179 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
12180 (print_reg): Abort on FRAME_POINTER_REGNUM
12181
12182 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
12183
12184 * i386.h (PREDICATE_CODES): Add aligned_operand.
12185 * i386.c (aligned_operand): New function.
12186 (ix86_aligned_p): Kill.
12187 * i386.md (movhi_1): Emit mov for aligned operands.
12188 (promoting peep2s): Use aligned_operand.
12189
12190 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
12191
12192 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
12193 expression to allow underscores in macro names.
12194 (fix_char_macro_defines): Increment scanning pointer.
12195
12196 2000-01-23 Richard Henderson <rth@cygnus.com>
12197
12198 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
12199 * alpha/osf5.h: New file.
12200 * configure.in (alpha-*-osf5): Add it to tm_file.
12201
12202 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
12203
12204 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
12205 (alpha_emit_xfloating_cvt, function_arg): Declare.
12206 * alpha.c (alpha_emit_conditional_branch): Call
12207 alpha_emit_xfloating_compare for TFmode compares.
12208 (alpha_lookup_xfloating_lib_func): New.
12209 (alpha_compute_xfloating_mode_arg): New.
12210 (alpha_emit_xfloating_libcall): New.
12211 (alpha_emit_xfloating_arith): New.
12212 (alpha_emit_xfloating_compare): New.
12213 (alpha_emit_xfloating_cvt): New.
12214 (print_operand): Add default abort case.
12215 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
12216 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
12217 (BIGGEST_ALIGNMENT): Increase to 128 bits.
12218 (RETURN_IN_MEMORY): True for TF/TCmode.
12219 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
12220 (FUNCTION_ARG): Move to function_arg.
12221 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
12222 (ASM_OUTPUT_LONG_DOUBLE): New.
12223 (ASM_OUTPUT_DOUBLE): Always output bits.
12224 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
12225 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
12226 (extenddftf2, trunctfdf2): New.
12227
12228 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12229
12230 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
12231 * config/sparc/sol2.h: ... here.
12232
12233 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12234
12235 * basic-block.h (struct loops): New field `levels'.
12236 * flow.c (flow_loops_level_compute): Traverse all outer loops.
12237 (flow_loop_level_compute): Initialise level to 1.
12238 (flow_loops_find): Set loops->levels.
12239 (flow_loops_dump): Print loops->levels.
12240
12241 2000-01-23 Richard Henderson <rth@cygnus.com>
12242
12243 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
12244 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
12245
12246 2000-01-23 Richard Henderson <rth@cygnus.com>
12247
12248 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
12249 * i386.h (DBX_REGISTER_NUMBER): Use them.
12250 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
12251 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
12252 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
12253 * i386/sequent.h: Kill incorrect comment.
12254
12255 2000-01-23 Mark Mitchell <mark@codesourcery.com>
12256
12257 * ggc-page.c (struct page_entry): Make `context_depth' an
12258 `unsigned short'.
12259 (struct globals): Likewise.
12260
12261 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
12262
12263 * loop.c (check_dbra_loop): When checking a loop for
12264 reversability, check the source of any stores to ensure
12265 they don't depend on an initial value.
12266
12267 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12268
12269 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
12270
12271 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
12272
12273 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
12274 'pz_scan' into scope of entire function. Only affects
12275 compiles with -DDEBUG.
12276
12277 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
12278
12279 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
12280 section naming to that prior to 2000-01-07 patch.
12281 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
12282 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
12283 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
12284 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
12285 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
12286
12287 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
12288
12289 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
12290 constant.
12291
12292 2000-01-21 Jim Wilson <wilson@cygnus.com>
12293
12294 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
12295 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
12296
12297 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
12298
12299 * cpphash.c (change_newlines): Delete function.
12300 (struct argdata): Delete 'newlines' and 'use_count' fields.
12301 (macroexpand): Remove code referencing those fields.
12302
12303 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12304
12305 * loop.c (loops_info): New variable.
12306 (loop_optimize): Allocate loops->array and free it on exit.
12307 Allocate memory for loops_info and assign to each loop,
12308 replacing alloca.
12309 (find_and_verify_loops): Do not allocate loops->array.
12310
12311 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
12312
12313 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
12314
12315 2000-01-21 Jakub Jelinek <jakub@redhat.com>
12316
12317 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
12318 pseudos if expanded after first flow.
12319 (movdi_pic_label_ref): Likewise.
12320
12321 2000-01-20 Richard Henderson <rth@cygnus.com>
12322
12323 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
12324
12325 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
12326
12327 * Makefile.in (fixinc.sh): Depend on specs.
12328 * fixinc/Makefile.in: Add rule to create machname.h.
12329 (fixlib.o): Depend on machname.h.
12330 * fixinc/fixtests.c (machine_name): New test.
12331 * fixinc/fixfixes.c (machine_name): New fix.
12332 * fixinc/fixlib.c (mn_get_regexps): New helper function for
12333 the machine_name test and fix.
12334 * fixinc/fixlib.h: Prototype it.
12335 * fixinc/inclhack.def (machine_name): Use the C test and fix.
12336 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
12337
12338 * gcc.c (do_spec_1) [case P]: Take care not to create
12339 identifiers with three leading or trailing underscores.
12340
12341 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
12342 (fixincl): Don't specify libraries twice on link line.
12343 (gnu-regex.o): Remove special rule.
12344 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
12345 defined by config.h. Do not define _REGEX_RE_COMP.
12346 (regcomp): Allocate and initialize a fastmap.
12347 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
12348
12349 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
12350
12351 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
12352
12353 2000-01-19 Richard Henderson <rth@cygnus.com>
12354
12355 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
12356 arguments with BB. Update all callers. Tidy line wrapping.
12357
12358 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
12359
12360 * emit-rtl.c (try_split): Return last_insn if we split the
12361 last_insn.
12362
12363 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
12364
12365 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
12366 (ix86_initial_elimination_offset): Declare.
12367 * i386.c (ix86_nsaved_regs): Break out from ...
12368 (ix86_can_use_return_insn_p): ... here.
12369 (ix86_emit_save_regs): Break out from ...
12370 (ix86_expand_prologue): ... here.
12371 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
12372 out from ...
12373 (ix86_expand_epilogue): ... here.
12374 (ix86_compute_frame_size): Make static, add prototype.
12375 (ix86_initial_elimination_offset): Break out from ...
12376 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
12377
12378 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12379
12380 * recog.h (OUT_FCN): Delete.
12381
12382 * vax.md: Call `get_insn_template' instead of OUT_FCN.
12383
12384 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12385
12386 * cppalloc.c: PROTO -> PARAMS.
12387 * cpperror.c: Likewise.
12388 * cppfiles.c: Likewise.
12389 * cpplib.c: Likewise.
12390 * cpplib.h: Likewise.
12391
12392 * config/arm/arm-protos.h: PROTO -> PARAMS.
12393 * config/arm/arm.c: Likewise.
12394 * config/c4x/c4x.c: Likewise.
12395 * config/fr30/fr30-protos.h: Likewise.
12396 * config/nextstep.c: Likewise.
12397 * config/pa/pa.c: Likewise.
12398 * config/pj/pj.c: Likewise.
12399 * config/rs6000/rs6000.c: Likewise.
12400 * config/v850/v850-protos.h: Likewise.
12401 * config/v850/v850.c: Likewise.
12402
12403 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12404
12405 * i370-protos.h: New file.
12406
12407 * i370.c: Include tm_p.h. Fix compile time warnings.
12408
12409 * i370.h: Move prototypes to i370-protos.h. Fix compile time
12410 warnings.
12411
12412 * i370.md: Likewise.
12413
12414 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12415
12416 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
12417 (target_isinf, target_isnan, eisnan): Mark parameter with
12418 ATTRIBUTE_UNUSED.
12419 (eiisinf): Wrap in INFINITY.
12420 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
12421 (ibmtoe): Remove unused variable `rndsav'.
12422
12423 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12424
12425 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
12426 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
12427
12428 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
12429
12430 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
12431 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
12432 (fix_char_macro_defines, fix_char_macro_uses): New functions.
12433
12434 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
12435 Recognize Emacs mode markers also.
12436 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
12437 C++ comments in C++ headers. Call is_cxx_header only if
12438 necessary.
12439
12440 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
12441 bypass for ncurses.
12442 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
12443 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
12444 ... these, which use the new C fixes.
12445 (math_exception): Escape literal '+' in bypass expression.
12446
12447 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
12448 Regenerate.
12449
12450 2000-01-19 Geoff Keating <geoffk@cygnus.com>
12451
12452 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
12453 inside the MEM.
12454
12455 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12456
12457 * loop.c (loop_optimize): Allocate loop_info structure for each loop
12458 prior to calling scan_loop.
12459
12460 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12461
12462 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
12463 (split_branches, calc_live_regs): Likewise.
12464
12465 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12466
12467 * sh.md (fpu_single, fp_mode): New attributes.
12468
12469 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12470
12471 * loop.c (current_loop_info): Renamed from loop_info_data
12472 and changed to a pointer.
12473 (loop_optimize): Allocate loop_info structure for each loop
12474 and initialise to zero.
12475 (scan_loop): Set current_loop_info.
12476
12477 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
12478 on iteration_var.
12479
12480 2000-01-19 Richard Henderson <rth@cygnus.com>
12481
12482 * stupid.c: Die die die.
12483 * Makefile.in (OBJS): Remove stupid.o.
12484 (stupid.o): Likewise.
12485
12486 * except.c (emit_eh_context): Don't emit USEs for stupid.
12487 * explow.c (probe_stack_range): Likewise.
12488 * flags.h (obey_regdecls): Remove.
12489 * flow.c (find_basic_blocks): Don't run try_merge_blocks
12490 when not optimizing.
12491 (life_analysis): Limit data collection when not optimizing.
12492 (mark_regs_live_at_end): Always mark the return value registers.
12493 (mark_used_regs): Remove dummy RETURN case.
12494 (print_rtl_with_bb): Don't consult obey_regdecls.
12495 * function.c (use_variable, use_variable_after): Remove.
12496 (assign_parms): Consult optimize not obey_regdecls.
12497 (expand_function_start): Don't emit USEs for stupid.
12498 (expand_function_end): Likewise.
12499 * global.c (build_insn_chain): Export.
12500 * integrate.c (expand_inline_function): Kill return-value USE
12501 handling code.
12502 * jump.c (jump_optimize_1): Do simple jump optimizations and
12503 dead code elimination.
12504 (calculate_can_reach_end): Remove check_deleted argument.
12505 (delete_insn): Patch out insns even when not optimizing.
12506 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
12507 * rtl.h (use_variable, use_variable_after): Remove declarations.
12508 (build_insn_chain): Declare.
12509 * stmt.c (expand_value_return): Don't emit USEs for stupid.
12510 (expand_end_bindings): Likewise.
12511 (expand_decl): Likewise. Consult optimize not obey_regdecls.
12512 * toplev.c (obey_regdecls): Remove.
12513 (rest_of_compilation): Don't set it. Kill stupid in favour of
12514 flow1, local-alloc, and reload.
12515 (main): Don't set obey_regdecls.
12516
12517 * config/nextstep.c (handle_pragma): Likewise.
12518
12519 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
12520
12521 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
12522
12523 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12524
12525 * alpha-protos.h: PROTO -> PARAMS.
12526 * alpha.c: Likewise.
12527 * elf.h: Likewise.
12528 * h8300.c: Likewise.
12529 * i386-protos.h: Likewise.
12530 * i386.c: Likewise.
12531 * m32r-protos.h: Likewise.
12532 * m32r.c: Likewise.
12533 * mips.c: Likewise.
12534 * mips.md: Likewise.
12535 * gmon-sol2.c: Likewise.
12536 * sparc.c: Likewise.
12537
12538 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12539
12540 * ns32k-protos.h: New file.
12541
12542 * ns32k.c: Fix compile time warnings.
12543
12544 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
12545 warnings.
12546
12547 * ns32k.md: Likewise.
12548
12549 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12550
12551 * vax-protos.h: New file.
12552
12553 * vax.c: Fix compile time warnings.
12554
12555 * vax.h: Move prototypes to vax-protos.h. Fix compile time
12556 warnings.
12557
12558 * vax.md: Likewise.
12559
12560 * vaxv.md: Likewise.
12561
12562 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12563
12564 * romp-protos.h: New file.
12565
12566 * romp.c: Fix compile time warnings.
12567
12568 * romp.h: Move prototypes to romp-protos.h. Fix compile time
12569 warnings.
12570
12571 * romp.md: Likewise.
12572
12573 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12574
12575 * we32k-protos.h: New file.
12576
12577 * we32k.c: Fix compile time warnings.
12578
12579 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
12580 warnings.
12581
12582 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12583
12584 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
12585
12586 * except.c (eh_regs): Likewise.
12587
12588 * final.c (output_operand): Likewise.
12589
12590 * fold-const.c (target_isinf, target_isnan): Likewise.
12591
12592 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
12593
12594 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
12595 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
12596
12597 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
12598 when optimize_size.
12599 (clrstrsi): Rewrite.
12600 (strsethi, strsetqi): New expanders.
12601 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
12602 (cmpstrsi): Emit compare insn before cmpstrsi_1
12603 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
12604 (strlensi_1): Likewise.
12605 (cmpstrsi_1): Likewise; do not output compare.
12606 (strlen expander): Do not unroll when optimizing for size.
12607 (*subsi3_carry): Rename to subsi3_carry
12608 (addqi3_cc): New pattern.
12609 * i386.h (processor_costs): Add move_ratio field.
12610 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
12611 * i386.c (*_cost): Set move_ratio.
12612 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
12613 (x86_expand_strlensi_1): Rewrite the main loop.
12614
12615 2000-01-17 Richard Henderson <rth@cygnus.com>
12616
12617 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
12618 * cse.c (find_comparison_args, fold_rtx): Likewise.
12619 * integrate.c (subst_constants): Likewise.
12620 * loop.c (get_condition): Likewise.
12621
12622 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
12623
12624 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
12625
12626 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
12627
12628 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
12629 (RESTORE_WARN_FLAGS): Unpack it.
12630 Change semantic type of extension to ttype.
12631 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
12632 * c-parse.y, c-parse.c, objc/objc-parse.y,
12633 objc/objc-parse.c: Regenerate.
12634
12635 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
12636
12637 * fixinc/fixlib.c: Add copyright notice.
12638 (compile_re): New function.
12639 * fixinc/fixlib.h: Prototype compile_re.
12640
12641 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
12642 Use compile_re to compile regular expressions.
12643
12644 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
12645 where the pattern matched.
12646
12647 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
12648 use 'replace'.
12649 (ultrix_ansi_compat): Likewise.
12650 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
12651 add egrep test.
12652 (interactv_add2, interactv_add3): Delete.
12653 (x11_sprintf): Don't use filename glob.
12654 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
12655 Regenerate.
12656
12657 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12658
12659 * print-rtl.c: PROTO -> PARAMS.
12660 * real.c: Likewise.
12661 * reg-stack.c: Likewise.
12662 * resource.c: Likewise.
12663 * sdbout.h: Likewise.
12664 * simplify-rtx.c: Likewise.
12665 * stor-layout.c: Likewise.
12666 * stupid.c: Likewise.
12667 * xcoffout.c: Likewise.
12668 * xcoffout.h: Likewise.
12669
12670 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12671
12672 * toplev.c: PROTO -> PARAMS.
12673 * toplev.h: Likewise.
12674 * tree.c: Likewise.
12675 * tree.h: Likewise.
12676 * unroll.c: Likewise.
12677 * varasm.c: Likewise.
12678 * varray.c: Likewise.
12679 * varray.h: Likewise.
12680
12681 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12682
12683 * reload.c: PROTO -> PARAMS.
12684 * reload.h: Likewise.
12685 * reload1.c: Likewise.
12686 * reorg.c: Likewise.
12687 * resource.h: Likewise.
12688 * rtl.c: Likewise.
12689 * rtl.h: Likewise.
12690 * rtlanal.c: Likewise.
12691 * sbitmap.h: Likewise.
12692 * sdbout.c: Likewise.
12693 * stack.h: Likewise.
12694 * stmt.c: Likewise.
12695 * system.h: Likewise.
12696
12697 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12698
12699 * machmode.h: PROTO -> PARAMS.
12700 * mbchar.h: Likewise.
12701 * mips-tdump.c: Likewise.
12702 * mips-tfile.c: Likewise.
12703 * optabs.c: Likewise.
12704 * output.h: Likewise.
12705 * prefix.c: Likewise.
12706 * profile.c: Likewise.
12707 * protoize.c: Likewise.
12708 * real.h: Likewise.
12709 * recog.c: Likewise.
12710 * recog.h: Likewise.
12711 * regclass.c: Likewise.
12712 * regmove.c: Likewise.
12713 * regs.h: Likewise.
12714
12715 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12716
12717 * ggc-common.c: PROTO -> PARAMS.
12718 * ggc-page.c: Likewise.
12719 * ggc-simple.c: Likewise.
12720 * ggc.h: Likewise.
12721 * global.c: Likewise.
12722 * graph.c: Likewise.
12723 * gthr-win32.h: Likewise.
12724 * haifa-sched.c: Likewise.
12725 * halfpic.h: Likewise.
12726 * integrate.c: Likewise.
12727 * integrate.h: Likewise.
12728 * jump.c: Likewise.
12729 * lcm.c: Likewise.
12730 * local-alloc.c: Likewise.
12731 * loop.c: Likewise.
12732 * loop.h: Likewise.
12733
12734 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12735
12736 * genattr.c: PROTO -> PARAMS.
12737 * genattrtab.c: Likewise.
12738 * gencheck.c: Likewise.
12739 * gencodes.c: Likewise.
12740 * genconfig.c: Likewise.
12741 * genemit.c: Likewise.
12742 * genextract.c: Likewise.
12743 * genflags.c: Likewise.
12744 * gengenrtl.c: Likewise.
12745 * genopinit.c: Likewise.
12746 * genoutput.c: Likewise.
12747 * genpeep.c: Likewise.
12748 * genrecog.c: Likewise.
12749
12750 2000-01-16 Mark Mitchell <mark@codesourcery.com>
12751
12752 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
12753
12754 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12755
12756 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
12757 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
12758 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
12759 * configure, config.in: Rebuilt.
12760
12761 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
12762
12763 * config/i386/i386.md: Add peephole to merge successive stack
12764 adjusts.
12765
12766 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
12767
12768 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
12769 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
12770 when walking backwards to find all the parameter loads when
12771 the basic block ends in a call.
12772
12773 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12774
12775 * loop.c (this_loop_info): Delete.
12776 (uid_loop): Add in place of uid_loop_num. All uses updated.
12777 (loop_number_exit_count): Delete and replace with entry in loop
12778 structure. All uses updated.
12779 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
12780 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
12781 (loop_outer_loop): Likewise.
12782 (loop_invalid, loop_number_exit_labels): Likewise.
12783 (loop_used_count_register): Delete and replace with entry in
12784 loop_info structure.
12785 (find_and_verify_loops): Add loops argument.
12786 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
12787 loop_end, etc. arguments with loop structure pointer. All callers
12788 changed.
12789 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
12790 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
12791 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
12792 (insert_bct): Likewise.
12793 (basic_induction_var): New argument level.
12794 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
12795 vtop, and cont. Add used_count_register.
12796 (uid_loop): Delete declaration.
12797 (loop_number_exit_count): Likewise.
12798 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
12799 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
12800 (loop_outer_loop, loop_used_count_register): Likewise.
12801 (loop_invalid, loop_number_exit_labels): Likewise.
12802 (unroll_loop): Replace loop_start and loop_end arguments
12803 with loop structure pointer.
12804 (loop_precondition_p, loop_iterations): Likewise.
12805 Include basic-block.h.
12806 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
12807 with loop structure pointer.
12808 (loop_precondition_p, loop_iterations): Likewise.
12809 * basic-block.h (struct loop): New entries vtop, cont,
12810 cont_dominator, start, end, top, scan_start, exit_labels,
12811 exit_count.
12812 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
12813
12814 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12815
12816 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
12817
12818 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
12819
12820 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
12821
12822 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12823
12824 * pdp11-protos.h: New file.
12825
12826 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
12827 time warnings.
12828
12829 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
12830 warnings.
12831
12832 * pdp11.md: Likewise.
12833
12834 * 2bsd.h: Likewise.
12835
12836 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12837
12838 * mn10300-protos.h: New file.
12839
12840 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
12841 time warnings.
12842
12843 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
12844 warnings.
12845
12846 * mn10300.md: Likewise.
12847
12848 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12849
12850 * mn10200-protos.h: New file.
12851
12852 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
12853 time warnings.
12854
12855 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
12856 warnings.
12857
12858 * mn10200.md: Likewise.
12859
12860 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12861
12862 * h8300-protos.h: New file.
12863
12864 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
12865 time warnings.
12866
12867 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
12868 warnings.
12869
12870 * h8300.md: Likewise.
12871
12872 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12873
12874 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
12875 (asm_emit_uninitialised): Likewise.
12876
12877 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
12878
12879 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
12880 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
12881
12882 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
12883
12884 * config/mips/mips.c (override_options): Don't turn on extra
12885 alignment for mips16.
12886
12887 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
12888
12889 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
12890 eabi, and make sure queued POSTINCREMENT rtl is emitted at
12891 the right point.
12892
12893 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
12894
12895 * builtins.c (PAD_VARARGS_DOWN): Define.
12896 (std_expand_builtin_va_arg): Use the above macro.
12897 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
12898 * tm.texi (Register Arguments): Document the above macro.
12899
12900 2000-01-14 Nick Clifton <nickc@cygnus.com>
12901
12902 * emit-rtl.c (emit_insn): If checking is enabled, make sure
12903 that this function has not been used to emit a jump
12904 instruction.
12905
12906 * jump.c (return_jump_1): Cope with being passed a null rtx.
12907
12908 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12909
12910 * eh-common.h: PROTO -> PARAMS.
12911 * emit-rtl.c: Likewise.
12912 * errors.c: Likewise.
12913 * errors.h: Likewise.
12914 * except.c: Likewise.
12915 * except.h: Likewise.
12916 * explow.c: Likewise.
12917 * expmed.c: Likewise.
12918 * expr.c: Likewise.
12919 * expr.h: Likewise.
12920 * final.c: Likewise.
12921 * fix-header.c: Likewise.
12922 * flow.c: Likewise.
12923 * fold-const.c: Likewise.
12924 * function.c: Likewise.
12925 * function.h: Likewise.
12926 * gcc.c: Likewise.
12927 * gcov-io.h: Likewise.
12928 * gcov.c: Likewise.
12929 * gcse.c: Likewise.
12930
12931 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12932
12933 * sh-protos.h: New file.
12934
12935 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
12936 Add static prototypes. Fix compile time warnings.
12937
12938 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
12939 * sh.md: Likewise.
12940 * elf.h: Likewise.
12941
12942 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12943
12944 * arc-protos.h: New file.
12945
12946 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
12947 time warnings.
12948
12949 * arc.h: Move prototypes to arc-protos.h. Fix compile time
12950 warnings.
12951
12952 * arc.md: Likewise.
12953
12954 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12955
12956 * dsp16xx-protos.h: New file.
12957
12958 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
12959 time warnings.
12960
12961 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
12962 warnings.
12963
12964 * dsp16xx.md: Likewise.
12965
12966 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12967
12968 * convex-protos.h: New file.
12969
12970 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
12971 time warnings.
12972
12973 * convex.h: Move prototypes to convex-protos.h. Fix compile time
12974 warnings.
12975
12976 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12977
12978 * elxsi-protos.h: New file.
12979
12980 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
12981 time warnings.
12982
12983 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
12984 warnings.
12985
12986 * elxsi.md: Likewise.
12987
12988 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
12989
12990 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
12991 case for moving from HI/LO/HI_LO_REG. This makes the behavior
12992 match the comment for MIPS16.
12993
12994 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
12995
12996 * flow.c (split_edge): Do not call set_block_for_insn if we
12997 do not have a basic_block_for_insn structure.
12998
12999 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
13000 and destination functions are 32bit aligned within the trampoline.
13001 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
13002 (TRAMPOLINE_ALIGNMENT): Define.
13003
13004 * cse.c (cse_insn): When changing (set (pc) (reg)) to
13005 (set (pc) (label_ref)), verify the change creates a valid insn.
13006
13007 * fr30.c (call_operand): Tighten and rework to match rules for
13008 call RTL expressions.
13009 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
13010 * fr30.md (call patterns): Improve constraints.
13011
13012 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
13013
13014 * fr30.c (fr30_expand_epilogue): Revert last change.
13015 Use emit_jump_insn for the return insn.
13016
13017 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
13018 Stan Cox <scox@cygnus.com>
13019
13020 * predict.c: New file. Preliminary infrastructure work for static
13021 branch prediction and basic block reordering.
13022 * basic-block.h: Add prototype for estimate_probability.
13023 * Makefile.in: Add rules for predict.o.
13024
13025 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
13026
13027 * fixincludes (va_list): Use __not_va_list__ for the dummy.
13028 * fixinc/*: Likewise.
13029
13030 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13031
13032 * cccp.c: PROTO -> PARAMS.
13033 * cexp.y: Likewise.
13034 * collect2.c: Likewise.
13035 * combine.c: Likewise.
13036 * convert.h: Likewise.
13037 * cse.c: Likewise.
13038 * dbxout.c: Likewise.
13039 * dbxout.h: Likewise.
13040 * diagnostic.c: Likewise.
13041 * doprint.c: Likewise.
13042 * dwarf2out.c: Likewise.
13043 * dwarf2out.h: Likewise.
13044 * dwarfout.c: Likewise.
13045 * dwarfout.h: Likewise.
13046 * dyn-string.h: Likewise.
13047
13048 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13049
13050 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
13051 macro conditionals guarding use.
13052
13053 * dwarf2out.c: Include "tm_p.h".
13054
13055 * function.c (locate_and_pad_parm): Mark parameter with
13056 ATTRIBUTE_UNUSED.
13057 (expand_function_end): Likewise for variable `context'.
13058
13059 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
13060
13061 2000-01-13 Nick Clifton <nickc@cygnus.com>
13062
13063 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
13064 register to prevent compile time warnings.
13065
13066 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
13067
13068 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
13069 to avoid -Wtraditional warning.
13070
13071 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13072
13073 * 1750a-protos.h: New file.
13074
13075 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
13076 time warnings.
13077
13078 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
13079 warnings.
13080
13081 * 1750a.md: Likewise.
13082
13083 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13084
13085 * a29k-protos.h: New file.
13086
13087 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
13088 time warnings.
13089
13090 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
13091 warnings.
13092
13093 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13094
13095 * clipper-protos.h: New file.
13096
13097 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
13098 time warnings.
13099
13100 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
13101 warnings.
13102
13103 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
13104
13105 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
13106
13107 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
13108
13109 * configure.in (--enable-new-gxx-abi): New option.
13110 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
13111 * Makefile.in (GXX_ABI_FLAG): New variable.
13112 * configure: Regenerate.
13113
13114 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13115
13116 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
13117 * tm.texi (FORCE_STRUCT_BLK): Document.
13118 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
13119
13120 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
13121
13122 * config/ns32k/ns32k.md: Revert Jan 9 change.
13123
13124 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
13125 to a mode-test, if the predicate is address_operand.
13126
13127 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
13128
13129 * combine.c (if_then_else_cond): Be careful about what kinds
13130 of RTL expressions are passed to operand_subword.
13131
13132 * flow.c (split_edge): If we have to insert a new jump, make
13133 sure to associate it with a basic block.
13134
13135 * flow.c (commit_one_edge_insertion): A block with one successor
13136 can end in a JUMP_INSN that is not a simplejump.
13137
13138 2000-01-12 Robert Lipe <robertl@sco.com>
13139
13140 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
13141 (BUILD_VA_LIST_TYPE): Define.
13142 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
13143 with crtstuff.c.
13144
13145 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
13146
13147 * cccp.c (do_pragma): Add cast to (char *).
13148
13149 2000-01-12 Richard Henderson <rth@cygnus.com>
13150 Fred Fish <fnf@be.com>
13151 Jason Merrill <jason@cygnus.com>
13152
13153 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
13154 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
13155 * i386/beos-elf.h, i386/beos-pe.h: New files.
13156
13157 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
13158 * cross-make (SYSTEM_HEADER_DIR): Define using
13159 CROSS_SYSTEM_HEADER_DIR.
13160
13161 * gcc.c (LIBRARY_PATH_ENV): Provide default.
13162 (process_command): Use it.
13163 (main): Likewise. Kill trailing = from env vars.
13164 (build_search_list): Put it back.
13165 * collect2.c (main): Use LIBRARY_PATH_ENV.
13166
13167 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
13168 * toplev.c: Use NEED_DECLARATION_ENVIRON.
13169
13170 * tm.texi (Frame Layout): Document SMALL_STACK.
13171 * c-common.c (c_common_nodes_and_builtins): Check it.
13172
13173 * system.h: Undef alloca after including glibc's <stdlib.h>,
13174 if USE_C_ALLOCA is defined.
13175
13176 * gcc.c (set_input): New fn.
13177 (main): After all input files are compiled, reset the input file
13178 info to the first.
13179
13180 * aclocal.m4 (rindex, index): If already defined, don't attempt
13181 to redefine.
13182
13183 * ginclude/varargs.h: (__va_list__): Define ifndef.
13184 * ginclude/stdarg.h: Likewise.
13185
13186 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
13187 instead of unsigned char.
13188
13189 * hash.h (true, false, boolean): Undef before enum.
13190
13191 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
13192 proper type of "HOST_WIDE_INT *", rather than their natural type of
13193 "unsigned HOST_WIDE_INT *".
13194
13195 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13196
13197 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
13198
13199 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
13200
13201 * regclass.c (choose_hard_reg_mode): Likewise.
13202
13203 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
13204
13205 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
13206
13207 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13208
13209 * c-common.c: PROTO -> PARAMS.
13210 * c-common.h: Likewise.
13211 * c-decl.c: Likewise.
13212 * c-iterate.c: Likewise.
13213 * c-lang.c: Likewise.
13214 * c-lex.c: Likewise.
13215 * c-lex.h: Likewise.
13216 * c-parse.in: Likewise.
13217 * c-pragma.c: Likewise.
13218 * c-pragma.h: Likewise.
13219 * c-tree.h: Likewise.
13220 * c-typeck.c: Likewise.
13221 * objc/objc-act.c: Likewise.
13222 * objc/objc-act.h: Likewise.
13223
13224 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13225
13226 * m88k-protos.h: New file.
13227
13228 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
13229 time warnings.
13230
13231 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
13232
13233 * m88k.md: Likewise.
13234
13235 * tekXD88.h: Likewise.
13236
13237 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13238
13239 * m68k-protos.h: New file.
13240
13241 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
13242 time warnings.
13243
13244 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
13245
13246 * mot3300.h: Likewise.
13247
13248 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
13249
13250 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
13251 extract_bitlst.
13252 (extract_bitlist): Declare bitlen.
13253
13254 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
13255
13256 * cccp.c: Accept and ignore -lang-fortran.
13257
13258 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
13259 qualifiers don't match at any level of pointerness.
13260
13261 2000-01-12 Robert Lipe <robertl@sco.com>
13262
13263 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
13264
13265 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
13266
13267 * reload1.c (reload_reg_unavailable): New static variable.
13268 (reload_reg_free_p): Test it.
13269 (reload_reg_free_for_value_p): Test it instead of
13270 reload_reg_used.
13271 (choose_reload_regs_init): Compute it.
13272
13273 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
13274
13275 * reorg.c (fill_slots_from_thread): Check modified_in_p
13276 before replacing.
13277
13278 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
13279
13280 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
13281 these nodes even if INTERNALS is not set.
13282
13283 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
13284
13285 * gcse.c (delete_null_pointer_checks_1): Cope when
13286 get_condition cannot determine the condition.
13287
13288 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
13289
13290 * toplev.h (set_message_length): Declare.
13291
13292 * diagnostic.c (obstack_chunk_alloc): Define macro.
13293 (obstack_chunk_free): Likewise.
13294 (struct output_buffer): New data structure.
13295 (vmessage): Remove.
13296 (output_maximum_width): New variable.
13297 (doing_line_wrapping, set_message_length, init_output_buffer,
13298 get_output_prefix, output_space_left, emit_output_prefix,
13299 output_newline, output_append, output_puts, dump_output,
13300 vbuild_message_string, build_message_string, build_location_prefix,
13301 voutput_notice, output_printf, line_wrapper_printf,
13302 vline_wrapper_message_with_location): New functions. Implement
13303 automatic line wrapping.
13304 (v_message_with_decl): Make it handle automatic line wrapping.
13305 (v_error_with_file_and_line): Likewise.
13306 (v_warning_with_file_and_line): Likewise.
13307 (announce_function): Likewise.
13308 (default_print_error_function): Likewise.
13309
13310 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
13311
13312 * cpplib.h (struct cpp_options): Change lang_asm to char.
13313 Add lang_fortran.
13314 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
13315 done in cpp_handle_option now.
13316 (initialize_builtins): Take out special case code used only by
13317 __STDC_VERSION__.
13318 (cpp_handle_option): Turn off trigraphs and trigraph warnings
13319 if -traditional. Recognize -lang-fortran and set
13320 lang_fortran, also turn off cplusplus_comments.
13321 (print_help): Document -lang-fortran.
13322 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
13323 lang_asm. Ignore all directives other than `# 123 "file"' if
13324 CPP_PREPROCESSED.
13325 (cpp_get_token): If -traditional, don't recognize directives
13326 unless the # is in column 1.
13327 (parse_string): If lang_fortran or lang_asm, silently
13328 terminate strings ('' or "") at end of line.
13329 Remove unnecessary braces.
13330
13331 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13332 Richard Henderson <rth@cygnus.com>
13333
13334 * resource.c (mark_referenced_resources): Mark a set strict_low_part
13335 as used.
13336 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
13337 strict_low_part when possible.
13338
13339 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13340
13341 * alias.c: PROTO -> PARAMS.
13342 * basic-block.h: Likewise.
13343 * bitmap.c: Likewise.
13344 * bitmap.h: Likewise.
13345 * builtins.c: Likewise.
13346 * c-aux-info.c: Likewise.
13347 * caller-save.c: Likewise.
13348 * calls.c: Likewise.
13349
13350 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13351
13352 * Makefile.in (toplev.o): Depend on regs.h.
13353
13354 * output.h (tdesc_section): Prototype.
13355
13356 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
13357
13358 * sdbout.c: Include "tm_p.h".
13359
13360 * toplev.c: Include "regs.h".
13361
13362 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
13363
13364 * unroll.c (unroll_loop): Add EH support.
13365
13366 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13367
13368 * pa-protos.h: New file.
13369
13370 * pa.c: Include recog.h and tm_p.h.
13371 (compute_zdepwi_operands, compute_movstrsi_length,
13372 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
13373 find_addr_reg, import_milli): Add static prototypes.
13374 (pa_cpu_string, pa_arch_string): Constify a char*.
13375 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
13376 (read_only_operand): Add argument `mode'.
13377 (singlemove_string, output_move_double, output_fp_move_double,
13378 output_block_move, output_and, output_ior, output_ascii,
13379 remove_useless_addtr_insns, milli_names, output_mul_insn,
13380 output_div_insn, output_mod_insn, output_arg_descriptor,
13381 output_cbranch, output_bb, output_bvb, output_dbra, ,
13382 output_millicode_call, output_call, hppa_encode_label,
13383 output_parallel_movb, output_parallel_addb): Constify a char*.
13384 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
13385 (output_parallel_addb): Remove extra arg to `constrain_operands'
13386
13387 * pa.h: Move all prototypes to pa-protos.h.
13388 (pa_cpu_string, pa_arch_string): Constify a char*.
13389 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
13390
13391 * pa.md: Call `function_label_operand' with mode argument.
13392 Likewise for `read_only_operand'.
13393 Fix nesting of parens in call to `symbolic_operand'.
13394
13395 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13396
13397 * i860-protos.h: New file.
13398
13399 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
13400 time warnings.
13401
13402 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
13403
13404 * i860.md: Likewise.
13405
13406 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
13407
13408 * i386.md (movstrsi expander): Rewrite.
13409 (movstrsi_1 insn): Deleted.
13410 (strmovhi, strmovqi expander): New expanders.
13411 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
13412 * i386.c (x86_single_stringop): New global variable.
13413 * i386.h (x86_single_stringop): Declare.
13414 (TARGET_SINGLE_STRINGOP): New macro.
13415
13416 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
13417
13418 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
13419 integer vararg POSTINCREMENT before the destination of the jump
13420 for the hard fp case.
13421 (function_arg_pass_by_reference): Pass a copy of CUM to
13422 FUNCTION_ARG.
13423
13424 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
13425 for CONSTANT_ADDRESS_P above while loop for subreg.
13426
13427 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
13428
13429 * flow.c (propagate_block): When a prologue/epilogue insn
13430 is marked dead, unconditionally clear libcall_is_dead and
13431 insn_is_dead, and only dump rtl if warnings aren't being
13432 suppressed.
13433
13434 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
13435
13436 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
13437 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
13438 (FIXED_REGISTERS): Set dirflag as fixed.
13439 (CALL_USED_REGISTERS): Set dirflag as used.
13440 (REG_ALLOC_ORDER): Set dirflag as last one.
13441 (DIRFLAG_REG): New macro.
13442 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
13443 (HI_REGISTER_NAMES): Add dirflag.
13444 (DEBUF_PRINT_REG): Handle dirflag.
13445 * i386.md (type attribute): New cld and str types.
13446 (length_opcode attribute): Set cld and str to 1.
13447 (memory attribute): Set str to unknown - it is not clear from the
13448 patterns.
13449 (pent_np function unit): Prefixed string operations takes 12 cycles
13450 minimally; cld takes 2 cycles.
13451 (ppro_uops attribute): Str is "many" and cld is "few".
13452 (ppro_p0 unit): Handle cld here.
13453 (k6_alux unit): Handle cld and str types.
13454 (k6_load unit): It is ocupied by str opcodes.
13455 (k6_store unit): It is ocupied by str opcodes.
13456 (athlon_decode): Str is vector decoded.
13457 (athlon_ieu): Handle str and cld.
13458 (cld pattern): New.
13459 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
13460 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
13461 cmpstrsi_nz_1 insn): Do not output cld instruction
13462
13463 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
13464
13465 * gcc.texi (G++ and GCC): Add Java and Chill.
13466 (Bug Critera): Don't list languages.
13467
13468 * gcc.texi (Incompatibilities): No longer claim most C compilers
13469 are K&R.
13470
13471 * gcc.texi (G++ and GCC): Update other front-ends list.
13472
13473 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
13474
13475 * i386.c (ix86_expand_setcc): Fix typo.
13476 (ix86_expand_movcc): Similarly.
13477
13478 * Band-aid until haifa's bitset implementation is nuked.
13479 * haifa-sched.c (extract_bitlst): New parameter for size of the
13480 bitset in bits. All callers changed. Avoid looking at undefined
13481 bits in the bitset.
13482 (edgeset_bitsize): New variable.
13483 (schedule_region): Initialize edgeset_bitsize.
13484
13485 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13486
13487 * Makefile.in (optabs.o): Depend on real.h
13488 (resource.o): Depend on insn-attr.h
13489
13490 * builtins.c (result_vector): Wrap prototype in macro conditions
13491 governing definition and use.
13492
13493 * c-common.c: Include tm_p.h.
13494
13495 * c-lex.c: Likewise.
13496
13497 * elfos.h: Constify a char*.
13498
13499 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
13500 (get_attr_length, shorten_branches, profile_after_prologue): Mark
13501 parameter with ATTRIBUTE_UNUSED.
13502
13503 * fold-const.c (exact_real_inverse): Wrap variable `i' in
13504 CHECK_FLOAT_VALUE.
13505
13506 * haifa-sched.c (schedule_insns): Mark parameter with
13507 ATTRIBUTE_UNUSED.
13508
13509 * optabs.c: Include real.h.
13510
13511 * real.h (ereal_atof): Add prototype arguments.
13512
13513 * resource.c: Include insn-attr.h.
13514
13515 * sdbout.c (sdbout_queue_anonymous_type,
13516 sdbout_dequeue_anonymous_types): Wrap in macro
13517 SDB_ALLOW_FORWARD_REFERENCES.
13518 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
13519 ATTRIBUTE_UNUSED.
13520
13521 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
13522
13523 * stupid.c: Include tm_p.h.
13524
13525 * tree.c (real_value_from_int_cst): Mark parameter with
13526 ATTRIBUTE_UNUSED.
13527
13528 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13529
13530 * i960-protos.h: New file.
13531
13532 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
13533 time warnings.
13534
13535 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
13536
13537 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13538
13539 * combine.c (expand_field_assignment): Do not discard SUBREGs
13540 while computing nonzero_bits.
13541
13542 2000-01-09 Nick Clifton <nickc@cygnus.com>
13543
13544 * config/arm/arm.c: Fix compile time warnings about signed vs
13545 unsigned constants.
13546 * config/arm/arm.h: Fix compile time warnings about signed vs
13547 unsigned constants.
13548
13549 2000-01-09 Philip Blundell <philb@gnu.org>
13550
13551 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
13552 than `ldm' with only one register.
13553 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
13554 only one register.
13555
13556 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
13557 clobbered.
13558
13559 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
13560
13561 * config/ns32k/ns32k.md (load or push effective address): Operand 1
13562 must have SImode.
13563
13564 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13565
13566 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
13567 assignment used as truth value.
13568
13569 * function.c (assign_temp): Mark parameter `dont_promote' with
13570 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
13571 PROMOTE_FOR_CALL_ONLY.
13572
13573 * genrecog.c (write_subroutine): Mark variable `operands' with
13574 ATTRIBUTE_UNUSED.
13575
13576 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
13577 ATTRIBUTE_UNUSED.
13578
13579 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
13580 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
13581
13582 * toplev.c (note_deferral_of_defined_inline_function): Likewise
13583 for `decl'.
13584
13585 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13586
13587 * config/c4x.h: Tidy up comments.
13588 * config/c4x.c: Likewise.
13589
13590 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
13591
13592 * fold-const.c (lshift_double, rshift_double): Handle
13593 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
13594
13595 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13596
13597 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
13598 in prepare_function_start().
13599
13600 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
13601
13602 * config/v850/v850.c (expand_epilogue): Interrupt functions no
13603 longer allocate extra stack for function calls.
13604
13605 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13606
13607 * config/c4x/c4x.md (*subqf3_set): Fix typo.
13608
13609 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13610
13611 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
13612
13613 2000-01-07 David Edelsohn <edelsohn@gnu.org>
13614
13615 * rs6000.c (processor_target_table): Add power3 as alias for 630.
13616 * aix43.h: Revert Aug 2 change.
13617 (HAS_INIT_SECTION): Define, not visible yet.
13618 (LD_INIT_SWITCH): Define, not visible yet.
13619 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
13620
13621 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
13622
13623 * collect2.c (main): Expand ld2 size further.
13624 (export_object_lst): Cast assignment to avoid warning.
13625 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
13626 (scan_prog_file, COFF): Do not collect initialization or
13627 finalization functions generated for entire shared object if
13628 init/fini support present.
13629
13630 2000-01-07 Nick Clifton <nickc@cygnus.com>
13631
13632 * config/elfos.h: Tidy up formatting of marcos. Make sure
13633 that .section directives are always prefixed by a tab.
13634
13635 * config/svr4.h: Add #include "elfos.h" and remove duplicate
13636 definitions.
13637
13638 2000-01-07 Matt Austern <austern@sgi.com>
13639
13640 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
13641 expon.
13642
13643 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
13644
13645 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
13646 crtstuff.c.
13647 (crtbegin.o, s-crtS): Likewise.
13648
13649 2000-01-06 Richard Henderson <rth@cygnus.com>
13650
13651 * alpha.md (adddi_2+1): Limit offset such that it will be
13652 loadable with a single ldah+lda pair.
13653 (adddi_2+2): Explicitly fail split if we can't make it work.
13654
13655 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
13656
13657 * protoize.c: Conditionally include unistd.h.
13658 (IS_SAME_PATH_CHAR): New macro.
13659 (IS_SAME_PATH): New macro.
13660 (CPLUS_FILE_SUFFIX): New macro.
13661 (cplus_suffix): New static variable.
13662 (is_abspath): New static function.
13663 (in_system_include_dir): Handle DOS style pathnames.
13664 (file_could_be_converted): Likewise.
13665 (file_normally_convertible): Likewise.
13666 (directory_specified_p): Likewise.
13667 (file_excluded_p): Likewise.
13668 (abspath): Likewise.
13669 (shortpath): Likewise.
13670 (referenced_file_is_newer): Likewise.
13671 (save_def_or_dec): Likewise.
13672 (do_processing): Likewise.
13673 (main): Likewise.
13674 (edit_file): Likewise. Use rename instead of link.
13675 (rename_c_file): Likewise. Don't rename syscalls file.
13676 (munge_compile_params): Define null device for DOS based systems.
13677 (process_aux_info_file): Use binary mode if appliable.
13678 (edit_file): Likewise.
13679 * invoke.texi (Running Protoize): Document C++ suffixes used.
13680
13681 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
13682 IS_DIR_SEPARATOR macros.
13683 * collect2.c: Likewise.
13684 * cppinit.c: Likewise.
13685 * dwarf2out.c: Likewise.
13686 * gcc.c: Likewise.
13687 * gcov.c: Likewise.
13688 * prefix.c: Likewise.
13689 * rtl.c: Likewise.
13690 * toplev.c: Likewise.
13691 * system.h: And move to here.
13692
13693 * prefix.c (update_path): Fix typo in variable name.
13694
13695 2000-01-06 Richard Henderson <rth@cygnus.com>
13696
13697 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
13698 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
13699 (count_reg_sets_1, count_reg_references): Likewise.
13700 (flow_loops_level_compute): Start counting actual loop depth at 1.
13701 (flow_loops_find): Likewise.
13702 * local-alloc.c (update_equiv_regs): Likewise.
13703 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
13704
13705 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
13706
13707 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
13708 FIRST_PSEUDO_REGISTER
13709 * dwarf2out.c: Don't include frame.h
13710 * dwarfout.c: Likewise
13711 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
13712 frame.h
13713
13714 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
13715
13716 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13717 dead registers.
13718
13719 * i386.c (movsf splitter): Fix typo in my last checkin.
13720
13721 2000-01-05 Nick Clifton <nickc@cygnus.com>
13722
13723 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
13724 own definition of this macro.
13725 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
13726 flag_data_sections or UNIQUE_SECTION_P are true.
13727
13728 * tm.texi (UNIQUE_SECTION): Document that it can be called for
13729 unitialised data decls.
13730
13731 * config/i386/winnt.c (i386_pe_unique_section): Cope with
13732 being called for uninitialised data.
13733
13734 * config/i386/interix.c (i386_pe_unique_section): Cope with
13735 being called for uninitialised data.
13736
13737 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
13738 for uninitialised data.
13739
13740 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
13741 for uninitialised data.
13742
13743 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
13744 for uninitialised data.
13745
13746 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
13747 (UNIQUE_SECTION_P): Always generate a unique section if
13748 flag_data_sections is true.
13749 (UNIQUE_SECTION): Also generate unique sections for
13750 uninitialised data.
13751 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
13752 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
13753 named_section().
13754
13755 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13756
13757 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
13758 SI, or DI.
13759
13760 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13761
13762 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
13763 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
13764 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
13765 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
13766 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
13767
13768 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
13769
13770 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
13771
13772 * c-decl.c (finish_enum): Simplify code to determine minimum and
13773 maximum values of the enum, and calculate the type. Remove check
13774 for FUNCTION_DECLs in the values list, which cannot happen. Replace
13775 the DECL_INITIAL of each enumeration constant with a copy converted
13776 to the enumeration type. When updating variant types, don't bother
13777 updating the type itself.
13778
13779 * c-typeck.c (build_binary_op): Simplify conditional expressions
13780 when weeding out spurious signed-unsigned warnings. Add new
13781 spurious warning category: if the unsigned quantity is an enum
13782 and its maximum value fits in signed_type(result_type). Update
13783 commentary.
13784 (build_conditional_expr): Warn here if one alternative is signed
13785 and the other is unsigned.
13786
13787 2000-01-05 Nick Clifton <nickc@cygnus.com>
13788
13789 * config/fr30/fr30.h: Remove extraneous comments.
13790
13791 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
13792
13793 * reload1.c (choose_reload_regs): When disabling a reload, also
13794 set reload_spill_index to -1.
13795
13796 2000-01-04 Joel Sherrill (joel@OARcorp.com>
13797
13798 * configure.in (m68*-*-rtemscoff*): New target, formal name for
13799 old m68*-*-rtems*.
13800 (m68*-*-rtemself*): New target.
13801 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
13802 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
13803 (sparc*-*-rtemself*): New target.
13804 (sparc*-*-rtems*): Now elf not a.out.
13805 * config/i386/rtems.h: Include config/rtems.h.
13806 * config/i386/rtemself.h: Include config/rtems.h.
13807 * config/i960/rtems.h: Include config/rtems.h.
13808 * config/m68k/rtems.h: Include config/rtems.h.
13809 * config/m68k/rtemself.h: Include config/rtems.h.
13810 * config/mips/rtems64.h: Include config/rtems.h.
13811 * config/pa/rtems.h: Include config/rtems.h.
13812 * config/rs6000/rtems.h: Include config/rtems.h.
13813 * config/sh/rtems.h: Include config/rtems.h.
13814 * config/sh/rtemself.h: Include config/rtems.h.
13815 * config/sparc/rtems.h: Include config/rtems.h.
13816 * config/sparc/rtemself.h: Include config/rtems.h
13817
13818 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
13819
13820 * final.c (shorten_branches): Correctly compute length of
13821 asms without operands.
13822
13823 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
13824
13825 * configure.in: Add pj target.
13826 * configure: Regenerate.
13827 * config/pj: New directory.
13828 * config/pj/lib1funcs.S: New file.
13829 * config/pj/linux.h: New file.
13830 * config/pj/pj.c: New file.
13831 * config/pj/pj.md: New file.
13832 * config/pj/pjl.h: New file.
13833 * config/pj/t-pj: New file.
13834 * config/pj/xm-pj.h: New file
13835
13836 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
13837
13838 * toplev.c (rest_of_compilation): Run shorten-branches before
13839 reg-stack for now.
13840
13841 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13842
13843 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
13844 macros so that they're consistent with their names.
13845 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
13846 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
13847
13848 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13849
13850 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
13851 modified inadvertently.
13852
13853 2000-01-04 Joel Sherrill <joel@OARcorp.com>
13854
13855 * configure.in (v850*-*-rtems*): New target.
13856 * configure: Regenerate.
13857 * config/v850/rtems.h: New file.
13858
13859 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
13860
13861 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
13862 (__gthread_key_create): Likewise.
13863 (__gthread_key_dtor): Likewise.
13864 (__gthread_once): Fix logic.
13865 (__gthread_key_delete): Cast away constness.
13866
13867 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
13868 * invoke.texi: Document.
13869 * i386/mingw32.h (CPP_SPEC): Use.
13870 (LIBGCC_SPEC): Likewise.
13871 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
13872
13873 2000-01-04 David Edelsohn <edelsohn@gnu.org>
13874
13875 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
13876 (HANDLE_PRAGMA_PACK): Undefine.
13877 (SLOW_UNALIGNED_ACCESS): Define.
13878
13879 2000-01-04 David Edelsohn <edelsohn@gnu.org>
13880
13881 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
13882 to default definition.
13883 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
13884 (store_fixed_bit_field): Call macro with word_mode and alignment.
13885 (extract_bit_field): Call macro with relevant mode and alignment.
13886 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
13887 to default definition.
13888 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
13889 and alignment.
13890 (move_by_pieces_ninsns): Likewise.
13891 (clear_by_pieces): Likewise.
13892 (emit_push_insn): Likewise.
13893 (store_field): Call macro with relevant mode and alignment.
13894 (expand_expr): Likewise.
13895 (expand_expr_unaligned): Likewise.
13896
13897 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
13898 (SLOW_UNALIGNED_ACCESS): Define.
13899 (CASE_VECTOR_MODE): Always use 32-bit offsets.
13900 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
13901 (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
13902 (toc_section): Likewise and .toc pseudo-op.
13903 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
13904 64-bit mode.
13905 (TEXT_SECTION_ASM_OP): Likewise.
13906 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
13907 32-bit offsets.
13908
13909 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
13910 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
13911 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
13912 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
13913 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
13914
13915 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
13916
13917 * regclass.c: Revert my Jan 4 change to loop cost computation.
13918
13919 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
13920
13921 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
13922 compilation.
13923
13924 2000-01-04 Stan Cox <scox@cygnus.com>
13925
13926 * haifa-sched.c (build_control_flow): Change unreachable simple
13927 loop test to check if current block has only one predecessor.
13928 (find_rgns): Initialize degree. Use dest as degree index, not src.
13929
13930 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13931
13932 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
13933
13934 * calls.c (expand_call): Likewise for
13935 `old_stack_arg_under_construction'.
13936
13937 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
13938
13939 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
13940 `save_constant'.
13941
13942 * gcc.c (execute): Likewise for `ut' and `st'.
13943
13944 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
13945
13946 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
13947
13948 * jump.c (jump_optimize_1): Likewise for `temp2'.
13949
13950 * local-alloc.c (block_alloc): Likewise for `r1'.
13951
13952 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
13953
13954 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
13955 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
13956
13957 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
13958 and `set2'.
13959
13960 * reload.c (find_reloads): Likewise for `goal_alternative_number'
13961 and `goal_earlyclobber'.
13962
13963 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
13964
13965 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
13966
13967 * stupid.c (stupid_life_analysis): Likewise for `chain'.
13968
13969 * unroll.c (copy_loop_body): Likewise for `copy'.
13970
13971 * varasm.c (output_constructor): Likewise for `byte'.
13972
13973 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
13974
13975 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
13976 all FP constants for constant->reg moves.
13977 (ix86_split_to_parts): Try to convert memory address into immediate
13978 when available in the constant pool.
13979 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
13980 moves.
13981 (LEGITIMATE_CONSTANT_P): Return 1.
13982 * i386.md (pushsf): New splitter to convert constant pool memory
13983 reference to immediate.
13984 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
13985 reload.
13986
13987 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
13988
13989 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
13990 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
13991 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
13992 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
13993 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
13994
13995 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
13996
13997 * ginclude/stdbool.h: Support compilation as C++.
13998
13999 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
14000
14001 * fold-const.c (make_range): Don't try to reverse an unbounded range.
14002
14003 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
14004
14005 * regclass.c (regclass): Properly compute loop_cost. Adjust
14006 comments.
14007
14008 * regclass.c: Fix minor whitespace problems.
14009
14010 2000-01-03 Anthony Green <green@cygnus.com>
14011
14012 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
14013 Restore the pic register if required.
14014
14015 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
14016
14017 * c-common.c (format_char_info): Update comment.
14018 (check_format_info): Recognize 'z' modifier in the same way 'Z'
14019 was recognized. Emit warning for formats new in ISO C99 only
14020 if flag_isoc9x is not set.
14021
14022 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
14023
14024 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
14025
14026 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
14027
14028 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
14029 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
14030 (make_compound_operation): Choose cheaper alternative between
14031 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
14032
14033 * regclass.c (op_costs): Remove global variable.
14034 (record_reg_classes): New parameter "op_costs" and "reg_pref".
14035 (record_operand_costs): Break out from ...
14036 (scan_one_insn): ... here.
14037 (dump_regclass): Make dumps nicer.
14038 (regclass): Dump preferrences choosed and changes done during passes.
14039
14040 2000-01-03 Jakub Jelinek <jakub@redhat.com>
14041
14042 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
14043
14044 2000-01-03 Jakub Jelinek <jakub@redhat.com>
14045
14046 * config/sparc/sparc.c (gen_df_reg): New function.
14047 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
14048 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
14049 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
14050 movtf_cc_reg_sp64+1): Use it.
14051
14052 2000-01-02 Mark Mitchell <mark@codesourcery.com>
14053
14054 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
14055 copied LABEL_DECLs.
14056
14057 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
14058
14059 * config/i386/i386.c (ix86_expand_unary_operator): Function
14060 definition made void.
14061 (ix86_expand_binary_operator): Update outdated preceding comment.
14062 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
14063 prototype.
14064
14065 * config/i386/i386.c (override_options): Fix option-name typo.
14066
14067 2000-01-02 Mark Mitchell <mark@codesourcery.com>
14068
14069 * system.h (CEIL): Define.
14070 * builtins.c (CEIL): Remove.
14071 * expmed.c (CEIL): Likewise.
14072 * expr.c (CEIL): Likewise.
14073 * stor-layout.c (CEIL): Likewise.
14074
14075 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14076
14077 * expr.c (store_constructor_field): Fix typo introduced with last
14078 gcc2 merge.
14079
14080 2000-01-01 Mark Mitchell <mark@codesourcery.com>
14081
14082 * tree.h (BINFO_N_BASETYPES): New macro.
14083
14084 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
14085
14086 * expmed.c (emit_store_flag): Prevent losing a pending stack
14087 adjust the same way we prevent losing queued increments.
14088
14089 Fri Dec 31 19:10:31 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14090
14091 * function.c (update_temp_slot_address): Handle case where sum of
14092 temporary address plus offset in register is a valid address.
14093
14094 1999-12-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14095
14096 * genrecog.c (change_state) Corrected typo.
14097
14098 1999-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14099
14100 * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
14101 getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
14102 strerror, getrlimit, setrlimit, abort): Add prototype arguments.
14103
14104 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
14105
14106 * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
14107 case, expand GT comparisons correctly. Fix a comment before this
14108 part of the code.
14109
14110 1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
14111
14112 * dwarfout.c: Include "frame.h"
14113 * dwarf2out.c: Likewise.
14114 * Makefile.in (dwarfout.o): Depend on frame.h
14115 (dwarf2out.o): Likewise.
14116
14117 1999-12-29 "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
14118
14119 Restore i386 binary compatibility in Dwarf EH info.
14120 * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
14121 value of FIRST_PSEUDO_REGISTER.
14122 * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
14123 (struct frame_state): Use DWARF_FRAME_REGISTERS.
14124 * dwarfout.c (output_reg_number): Ditto.
14125 * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
14126 (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
14127
14128 1999-12-29 Bruce Korb <autogen@linuxbox.com>
14129
14130 * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
14131 * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
14132 (<hack>_RE_CT): not needed
14133 * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
14134 rewritten to scan the file text once only
14135 "template<..." test added
14136 * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
14137 (is_cxx_header): declaration added
14138 * fixinc/fixtests.c(is_cxx_header): removed
14139 (apply_fix_p_t): removed
14140 (double_slash_test): is_cxx_header is only called once now
14141 * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
14142 * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
14143 within the templates.
14144 The borken spelling of "broken" was fixed.
14145 * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
14146 The default level depends on FIXINC_DEBUG.
14147
14148 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14149
14150 * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
14151 Otherwise provide a declaration for atexit.
14152 (init_dummy): Make sure dummy call to atexit is nevertheless
14153 called with correct number of args.
14154
14155 * frame.c: Update comments referring to other files.
14156
14157 * libgcc2.c: Likewise.
14158
14159 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14160
14161 * cse.c (free_element, get_element): Remove unused prototypes.
14162
14163 * fold-const.c (extract_muldiv): Initialize variables `op0' and
14164 `op1'.
14165
14166 * jump.c (invert_exp): Add explicit braces to avoid ambiguous
14167 `else' clauses.
14168
14169 Wed Dec 29 12:44:54 1999 Donald Lindsay <dlindsay@cygnus.com>
14170
14171 * configure.in,configure: case arm for mn10200-*-* now sets
14172 float_format=i32 so that float.h will correctly claim "double"
14173 to be 32 bits. Ran autoconf to generate configure from .in file.
14174
14175 Wed Dec 29 10:53:21 1999 Jeffrey A Law (law@cygnus.com)
14176
14177 * pa.md (conditional zero): If op1 is a register, force it into
14178 the same register as op0.
14179
14180 1999-12-28 Mark Mitchell <mark@codesourcery.com>
14181
14182 * tree.h (BINFO_BASETYPES): Improve documentation.
14183
14184 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14185
14186 * configure.in (--enable-checking): Use a more portable `for'
14187 loop syntax.
14188
14189 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14190
14191 * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
14192 arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
14193
14194 * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
14195 Delete files.
14196
14197 * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
14198 Delete descriptions.
14199
14200 * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
14201 m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
14202 m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
14203 pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
14204 xm-svr4.h: Remove all instances of sys_siglist handling.
14205
14206 1999-12-27 Jakub Jelinek <jakub@redhat.com>
14207
14208 * config/sparc/sparc.md (cmp_zero_qi,
14209 cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
14210 cmp_zero_extendqidi2_andcc_set): New patterns.
14211
14212 1999-12-28 Manfred Hollstein <mhollstein@cygnus.com>
14213
14214 * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
14215 (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
14216 (fpgnulib.c, xfgnulib.c): Add rules.
14217 * m68k/t-mot3300-gas: Likewise.
14218
14219 1999-12-27 Ian Lance Taylor <ian@zembu.com>
14220
14221 * configure.in: Avoid [[ by using test and changequote. Add
14222 changequote required by 1999-12-14 change.
14223 * configure: Rebuild.
14224
14225 1999-12-27 Clinton Popetz <cpopetz@cygnus.com>
14226
14227 * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
14228
14229 1999-12-27 Christophe Jaillet <jaillet.christophe@caramail.com>
14230
14231 * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
14232 * flow.c (find_use_as_address): Likewise.
14233 * function.c (fixup_var_refs_1): Likewise.
14234 (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
14235 * jump.c (invert_exp, redirect_exp): Likewise.
14236 * loop.c (replace_call_address): Likewise.
14237 (count_nonfixed_reads): Likewise.
14238 * rtlanal.c (modified_between_p): Likewise.
14239 (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
14240 (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
14241 * unroll.c (remap_split_bivs): Likewise.
14242
14243 1999-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14244
14245 * diagnostic.c (v_message_with_decl): Use .* format specifier
14246 instead of building the format specifier width manually.
14247
14248 * system.h (strsignal): Don't check HAVE_STRSIGNAL when
14249 determining whether to provide a prototype. Remove the
14250 sys_siglist clause in the conditional.
14251
14252 1999-12-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
14253
14254 * fold-const.c (operand_equal_p): Use memcmp to compare string
14255 constants.
14256 Suggested by D. J. Bernstein
14257
14258 1999-12-17 Jakub Jelinek <jakub@redhat.com>
14259
14260 * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
14261 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
14262 compiling libgcc2.
14263 * config/mips/mips.h (TARGET_64BIT): Likewise.
14264 * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
14265 * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
14266 of {SI,DI}type and DIunion. Define these types to QI/HI modes on
14267 dsps. Give routines proper names if SI/DI modes are not used.
14268 * longlong.h: Use DWunion instead of DIunion.
14269
14270 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>
14271
14272 * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
14273 GC_CHECKING, GC_ALWAYS_COLLECT.
14274 * configure.in: Allow --enable-checking with an argument
14275 listing check modes to enable.
14276 * config.in, configure: Rebuilt.
14277 * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
14278 GGC_ALWAYS_VERIFY for ggc-simple.c) only if
14279 ENABLE_GC_CHECKING. Define GGC_ALWAYS_COLLECT only if
14280 ENABLE_GC_ALWAYS_COLLECT.
14281 * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
14282 throughout.
14283 * tree.h, tree.c: Change ENABLE_CHECKING to
14284 ENABLE_TREE_CHECKING throughout.
14285
14286 Sun Dec 26 07:48:20 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14287
14288 * fold-const.c (fold_truthop): Properly check for FP RHS.
14289
14290 1999-12-24 Mark Mitchell <mark@codesourcery.com>
14291
14292 * toplev.h (note_deferall_of_defined_inline_function): Declare.
14293 * toplev.c (note_deferral_of_defined_inline_function): New
14294 function, split out from ...
14295 (rest_of_compilation): ... here. Use it.
14296
14297 Fri Dec 24 12:34:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14298
14299 * expr.c (store_constructor): Don't call clear_storage if size is
14300 variable.
14301
14302 1999-12-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14303
14304 * Makefile.in (toplev.o): Depend on loop.h.
14305
14306 * dwarfout.c: Include tm_p.h.
14307
14308 * emit-rtl.c (restore_emit_status): Mark parameter with
14309 ATTRIBUTE_UNUSED.
14310
14311 * final.c (final_scan_insn): Likewise.
14312
14313 * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
14314 flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
14315 flow_depth_first_order_compute, flow_loop_pre_header_find,
14316 flow_loop_tree_node_add, flow_loops_tree_build,
14317 flow_loop_level_compute, flow_loops_level_compute,
14318 flow_loop_outside_edge_p): Add prototypes.
14319 (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
14320
14321 * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
14322 Mark with ATTRIBUTE_NORETURN.
14323
14324 * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
14325
14326 * local-alloc.c (no_conflict_p): Likewise.
14327
14328 * loop.c (insert_bct): Hide definitions of variables with hidden
14329 usage.
14330 (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
14331
14332 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
14333 with ATTRIBUTE_UNUSED.
14334 (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
14335 (reg_scan): Likewise.
14336
14337 * reload.c (find_reloads): Remove unused variables `changed'.
14338
14339 * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
14340 away const-ness.
14341 (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
14342 Remove unused variable `insn'.
14343
14344 * toplev.c: Include loop.h.
14345 (report_file_and_line): Remove unnecessary prototype.
14346
14347 * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
14348
14349 * unroll.c (biv_total_increment): Likewise.
14350
14351 Thu Dec 23 23:15:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14352
14353 * reload1.c (emit_input_reload_insns): Restore old behaviour
14354 wrt. 'special' reloads.
14355
14356 1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
14357
14358 * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
14359 hash.h. (cse.c): Don't depend on hashtab.h.
14360
14361 * cse.c: Don't include hashtab.h.
14362 (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
14363 of dead functions.
14364 * ggc-simple.c: Don't include hash.h.
14365
14366 1999-12-22 Jason Merrill <jason@casey.cygnus.com>
14367
14368 * dwarf2out.c (add_abstract_origin_attribute): Call
14369 gen_abstract_function on our function context.
14370
14371 Thu Dec 23 03:57:10 1999 Hans-Peter Nilsson <hp@bitrange.com>
14372
14373 * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
14374
14375 1999-12-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14376
14377 * config/c4x/c4x.c (c4x_address_cost): Add statement to default
14378 case in switch.
14379
14380 1999-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14381
14382 * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
14383 constraints to "a!r".
14384
14385 1999-12-21 Mark Mitchell <mark@codesourcery.com>
14386
14387 * Makefile.in (calls.o): Depend on function.h.
14388 (alias.o): Likewise.
14389
14390 1999-12-21 Bernd Schmidt <bernds@cygnus.co.uk>
14391
14392 * reload1.c (emit_reload_insns): Break out code and variables into...
14393 (input_reload_insns, other_input_address_reload_insns,
14394 other_input_reload_insns, input_address_reload_insns,
14395 inpaddr_address_reload_insns, output_reload_insns,
14396 output_address_reload_insns, outaddr_address_reload_insns,
14397 operand_reload_insns, other_operand_reload_insns,
14398 other_output_reload_insns): ... new static variables, and...
14399 (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
14400 do_output_reload): ... new functions.
14401
14402 Tue Dec 21 07:06:36 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14403
14404 * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
14405
14406 1999-12-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14407
14408 * md.texi: Add c4x constraints documentation.
14409
14410 1999-12-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
14411
14412 * config/i386/dgux.c (struct option): Rename to
14413 lang_independent_option.
14414 (struct m_options): Add description field.
14415 (output_options): Rename option type, add sep declaration, output
14416 ix86_cpu_string and ix86_arch_string only if set.
14417 (output_file_start): Rename option type.
14418
14419 Mon Dec 20 23:15:36 1999 Mike Stump <mrs@wrs.com>
14420
14421 * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
14422 stmp-int-hdrs.
14423 (libgcc2.a): Similarly.
14424
14425 Mon Dec 20 23:06:47 1999 David Edelsohn <edelsohn@gnu.org>
14426
14427 * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
14428 with W_TYPE_SIZE == 32. Do not fall through to POWER architecture
14429 for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
14430
14431 Mon Dec 20 23:02:03 1999 Jeffrey A Law (law@cygnus.com)
14432
14433 * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
14434 Remove redundant initialization of "frexpon" and "expon".
14435
14436 Mon Dec 20 15:00:04 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14437
14438 * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
14439
14440 * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
14441 (store_constructor_field, expand_expr): Pass new arg.
14442
14443 1999-12-20 Mark Mitchell <mark@codesourcery.com>
14444
14445 * Makefile.in (explow.o): Depend on function.h.
14446
14447 * stor-layout.c (set_sizetype): Fix typo.
14448
14449 1999-12-20 Bernd Schmidt <bernds@cygnus.co.uk>
14450
14451 * function.c (cfun): Renamed from current_function. All users
14452 changed.
14453 * function.h (cfun): Rename declaration as well.
14454
14455 * reload.h (struct insn_chain): Change live_throughout and dead_or_set
14456 to be of type regset_head, not regset. All users changed by adding
14457 address operator.
14458 * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
14459
14460 1999-12-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14461
14462 * config/c4x/rtems.h: New file.
14463
14464 1999-12-19 Bernd Schmidt <bernds@cygnus.co.uk>
14465
14466 * reload1.c (spill_failure): Take class of failed reload as argument
14467 and print it. Caller changed.
14468
14469 Sun Dec 19 07:50:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14470
14471 * rs6000.h (SUBTARGET_DEFAULT): New macro.
14472 (TARGET_SWITCHES): Allow subtargets to default switches.
14473 * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
14474
14475 1999-12-18 Mark Mitchell <mark@codesourcery.com>
14476
14477 * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
14478 in a main program.
14479
14480 Sat Dec 18 20:42:43 1999 Richard Henderson <rth@cygnus.com>
14481
14482 * cccp.c (main): Define __STDC_VERSION__ as necessary.
14483 * cppinit.c (cpp_handle_option): Likewise.
14484
14485 * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
14486 determine when to define.
14487
14488 Sat Dec 18 20:34:00 1999 Richard Henderson <rth@cygnus.com>
14489
14490 * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
14491 cmove with mismatched test and data modes.
14492
14493 Sat Dec 18 20:30:15 1999 Richard Henderson <rth@cygnus.com>
14494
14495 * c-typeck.c (c_expand_start_case): Don't warn for long switch
14496 in system headers.
14497
14498 Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14499
14500 * alias.c: Minor reformatting.
14501 * flow.c: Likewise.
14502 * regs.h: Likewise.
14503 * stor-layout.c: Likewise.
14504 * fold-const.c: Likewise.
14505 (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
14506 (struct cb_args, const_binop_1, const_binop): Pass type of arg,
14507 not arg itself.
14508 (size_int_wide): Cache nodes even if garbage collecting.
14509 (twoval_comparison_p): Reenable SAVE_EXPR case if operand
14510 of SAVE_EXPR has no side effects.
14511 * cse.c: Move a comment.
14512 * tree.c: Minor reformatting.
14513 (int_size_in_bytes): Return -1 if constant overflows.
14514
14515 Sat Dec 18 18:30:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14516
14517 * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
14518
14519 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org>
14520
14521 * objc/objc-parse.c: Regenerate. This file must be rebuilt
14522 after any change to c-parse.in, even if objc-parse.y didn't
14523 change. Oops.
14524
14525 1999-12-18 David S. Miller <davem@redhat.com>
14526
14527 * toplev.c (rest_of_compilation): Restore BLOCK tree
14528 reconstruction and branch shortening changes lost in
14529 December 18th change.
14530
14531 Sat Dec 18 05:29:29 1999 Scott Bambrough <scottb@netwinder.org>
14532
14533 * config/arm/linux-elf.h: Change all instances of
14534 ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
14535 * config/arm/uclinux-elf.h: Likewise.
14536
14537 1999-12-18 Gabriel Dos Reis <gdr@codesourcery.com>
14538
14539 * toplev.c (notice, vmessage, v_message_with_file_and_line,
14540 v_message_with_decl, file_and_line_for_asm,
14541 v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
14542 verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
14543 v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
14544 v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
14545 pfatal_with_name, fatal_io_error, need_error_newline,
14546 last_error_function, last_error_tick, announce_function,
14547 default_print_error_function, print_error_function,
14548 report_error_function, fnotice, error_with_file_and_line,
14549 error_with_decl, error_for_asm, error, set_fatal_function, fatal,
14550 _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
14551 warning_with_decl, warning_for_asm, warning, pedwarn,
14552 pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
14553 diagnostic.c
14554 (compile_file): Use fnotice instead of notice. Adjust call.
14555
14556 * diagnostic.c: New file.
14557
14558 * Makefile.in (OBJS): Include diagnostic.o
14559 (diagnostic.o): Define dependence.
14560
14561 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14562
14563 * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
14564 Tweak formatting.
14565
14566 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14567
14568 * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
14569
14570 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>
14571
14572 * fixtests.c (is_cxx_header): New fn, split out of
14573 double_slash_test.
14574 (else_endif_label): Allow "#endif // comment" in C++ headers,
14575 as determined by is_cxx_header.
14576 * fixfixes.c (else_endif_label_fix): Update comment.
14577 * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
14578 a tty.
14579 * genfixes: Correct double thinko in commandline parsing.
14580 * hackshell.tpl: Generate correct sh syntax for bypass
14581 entries.
14582
14583 * inclhack.def (all): Whenever an inserted preprocessor
14584 conditional is split over multiple lines, use double
14585 backslashes in this file so the fixed header will be readable.
14586
14587 (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
14588 and add bypass entry for correct version of this header.
14589 (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
14590 (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
14591
14592 (hpux8_bogus_inlines): New fix, split from...
14593 (ultrix_atof_param) ... here.
14594 (math_expression): Add bypass entry keyed to glibc comment
14595 indicating the problem has been dealt with; disable
14596 unnecessary sed operations; update commentary.
14597 (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
14598 add select and bypass entries, simplify shell operation.
14599 (math_huge_val_ifndef): Split from math_gcc_ifndefs.
14600
14601 (ip_missing_semi, rs6000_param, tinfo_cplusplus,
14602 ultrix_atof_param): Add select entry.
14603 (stdio_va_list, sunos_mather_decl): Add bypass entry.
14604 (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
14605 comments with the fixes they describe.
14606
14607 * c-parse.in (string action): Do not warn about ANSI string
14608 concatenation in system headers. Affects C parser only.
14609 * c-parse.y, c-parse.c, c-parse.h: Rebuild.
14610
14611 1999-12-16 Jakub Jelinek <jakub@redhat.com>
14612
14613 * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
14614 compiling libgcc2 the macro depends always on arch cpp defines.
14615
14616 Fri Dec 17 10:34:16 1999 Richard Earnshaw <rearnsha@arm.com>
14617
14618 * loop.c (insert_loop_mem): Don't record MEMs from inside
14619 EXPR_LISTs.
14620
14621 Fri Dec 17 12:08:11 MET 1999 Jan Hubicka <hubicka@freesoftr.cz>
14622
14623 * regclass.c (regclass): Do not use flowgraph when not optimizing.
14624
14625 * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
14626 notes too, create one when replacement failed, attempt to simplify
14627 resulting notes.
14628 (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
14629 or REG_EQUIV notes.
14630
14631 1999-12-16 Mark Mitchell <mark@codesourcery.com>
14632
14633 * crtstuff.c (__dso_handle): Declare.
14634 (__cxa_finalize): Likewise.
14635 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
14636 non-NULL.
14637
14638 * invoke.texi: Document -fuse-cxa-atexit.
14639
14640 * tree.h (ptr_type_node): Document.
14641 (const_ptr_type_node): Likewise.
14642
14643 Fri Dec 17 01:32:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14644
14645 * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
14646 (optimize_reg_copy_2): Likewise.
14647 (optimize_reg_copy_3): Likewise.
14648 (fixup_match_2): Likewise.
14649 (regmove_optimize): Likewise.
14650 (fixup_match_1): Liekwise.
14651
14652 * i386.md (HI to SImode promoting splitters): Rewrite.
14653 (pushsf mem peep2): New.
14654 (testhi to andhi peep2): Remove.
14655 * i386.h (x86_promote_QImode): New.
14656 (TARGET_PROMOTE_QImode): New.
14657 (PREDICATE_CODES): Add promotable_binary_operator.
14658 * i386.c (x86_promote_QImode0: New.
14659 (promotable_binary_operator): New.
14660 * i386-protos.h (promotable_binary_operator): New.
14661
14662 * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
14663 condition.
14664 (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
14665
14666 1999-12-16 Mark Mitchell <mark@codesourcery.com>
14667
14668 * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
14669 * function.c (insert_block_after_note): Remove.
14670 (retrofit_block): Likewise.
14671 (identify_blocks): Fix indentation.
14672 (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
14673 NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
14674 * function.h (insert_block_after_note): Remove prototype.
14675 (retrofit_block): Likewise.
14676 * integrate.c (expand_inline_function): Don't call
14677 find_loop_tree_blocks. Use expand_start_bindings_and_block, not
14678 just expand_start_bindings. Use the block_map to remap old
14679 NOTE_BLOCKs to new ones.
14680 (integrate_decl_tree): Keep track of remapped blocks.
14681 * integrate.h (struct inline_remap): Add block_map.
14682 * stmt.c (expand_fixup): Don't try to retrofit_blocks. Just set
14683 NOTE_BLOCK on the notes.
14684 (expand_start_bindings): Rename to ...
14685 (expand_start_bindings_and_block): Add parameter. Set NOTE_BLOCK.
14686 (expand_end_bindings): Set NOTE_BLOCK.
14687 * toplev.c (rest_of_compilation): In function-at-a-time-mode,
14688 reconstruct the BLOCK tree.
14689 * tree.h (expand_start_bindings): Macroize. Call ...
14690 (expand_start_bindings_and_block): New function.
14691
14692 1999-12-16 Jakub Jelinek <jakub@redhat.com>
14693
14694 * config/sparc/sparc.c (print_operand): Cast fprintf arguments
14695 to match the format.
14696
14697 1999-12-16 David S. Miller <davem@redhat.com>
14698
14699 * expr.c (emit_move_insn_1): Only emit clobbers if one of
14700 the outputs is a SUBREG.
14701 * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
14702 change.
14703
14704 * config/sparc/sparc.c (epilogue_renumber): Add default case
14705 to switch stmt.
14706
14707 Thu Dec 16 11:33:57 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14708
14709 * toplev.c (rest_of_compilation): Run branch shortening after
14710 reg-stack.
14711
14712 * regclass.c (loop_depth): Remove
14713 (scan_one_insn): Do not handle LOOP_NOTE insns.
14714 (regclass): Go through basic blocks and set loop_cost
14715
14716 Thu Dec 16 02:56:25 1999 Zack Weinberg <zack@bitmover.com>
14717
14718 * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
14719
14720 Thu Dec 16 10:43:35 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14721
14722 * i386.md (movqi): Use "nonimmediate_operand" for output operand.
14723 (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
14724 (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
14725
14726 Thu Dec 16 02:41:26 1999 Richard Henderson (rth@cygnus.com)
14727
14728 * loop.c (insert_loop_mem): Ignore memory clobbers.
14729
14730 * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
14731 to (OP A B).
14732
14733 Thu Dec 16 02:26:11 1999 Jeffrey A Law (law@cygnus.com)
14734
14735 * profile.c: Remove redundant #include "output.h".
14736
14737 * h8300.md (HImode preinc peephole): Fix typo.
14738
14739 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
14740
14741 * function.c (retrofit_block): Abort if we don't find a suitable insn.
14742 (insert_block_after_note): Abort if we don't have a previous block.
14743 Remove FN parameter.
14744 * function.h: Adjust.
14745
14746 1999-12-15 Mark Mitchell <mark@codesourcery.com>
14747
14748 * builtins.c (expand_builtin_mathfn): Make sure not to expand the
14749 argument more than once.
14750
14751 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
14752
14753 * stmt.c (expand_decl): Expand upper bound of a dynamic array.
14754
14755 1999-12-15 Jakub Jelinek <jakub@redhat.com>
14756
14757 * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
14758
14759 Wed Dec 15 16:11:55 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14760
14761 * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
14762 (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
14763 update stack_alignment_needed.
14764 (prepare_function_start): Initialize stack_alignment_needed
14765 * function.h (struct function): Add field stack_alignment_needed.
14766
14767 Wed Dec 15 14:55:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14768
14769 * caller-save.c (insert_one_insn): Returns struct insn_chain *.
14770 Handle live_throughout / dead_or_set instead of live_before /
14771 live_after.
14772 (save_call_clobbered_regs): Get register livenessinformation from
14773 chain->live_throughout.
14774 (add_stored_regs): New function.
14775 (insert_restore, insert_save): Add restored / saved registers to
14776 dead_or_set.
14777 * global.c (reg_dies): New parameter chain.
14778 (reg_becomes_live): Third parameter is regs_set now.
14779 Changed all callers.
14780 (reg_dies): New parameter chain. Changed all callers.
14781 (build_insn_chain): Set live_throughout instead of
14782 live_before / live_after.
14783 * reload.h (struct insn_chain): Replace members live_before /
14784 live_after with live_throughout / dead_or_set.
14785 * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
14786 instead of live_before / live_after.
14787 (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
14788 (order_regs_for_reload, find_reg, finish_spills): Likewise.
14789 (choose_reload_regs_init): Likewise.
14790 * stupid.c (current_chain, find_clobbered_regs): Delete.
14791 (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
14792 instead of chain->live_before / chain->live_after.
14793 (mark_hard_ref): New function.
14794 (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
14795
14796 1999-12-15 David S. Miller <davem@redhat.com>
14797
14798 * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
14799
14800 Wed Dec 15 15:05:30 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14801
14802 * flow.c (calculate_loop_depth): Make global, remove prototype,
14803 rewrite to use new loop infrastructure.
14804 (find_basic_block): Remove calculate_loop_depth call.
14805 * toplev.c (rest_of_compilation): Call find_basic_block.
14806 * output.h (calculate_loop_depth): Declare.
14807
14808 * flow.c (dump_flow_info): Dump loop_depth.
14809 (flow_loops_nodes_find): Increase loop_depth for basic block in the
14810 body.
14811 (flow_loops_find): Initialize the loop_depth for each basic block.
14812
14813 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
14814
14815 * tree.c (decl_function_context): Handle virtual functions.
14816
14817 * tlink.c (scan_linker_output): Don't look in demangled name when
14818 looking for linker output keywords.
14819
14820 * dwarfout.c (output_type): We can defer namespace-scope classes.
14821
14822 Wed Dec 15 01:23:29 1999 Jeffrey A Law (law@cygnus.com)
14823
14824 * regclass.c (record_reg_classes): Update comment for merging
14825 register class preferences in reg->reg copies. Tighten conditions
14826 for merging register class preferences in reg->reg copies.
14827
14828 Wed Dec 15 02:19:32 1999 David Edelsohn <edelsohn@gnu.org>
14829
14830 * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
14831
14832 1999-12-14 Geoff Keating <geoffk@cygnus.com>
14833
14834 * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
14835 (INIT_SECTION_ASM_OP): Delete.
14836 (FINI_SECTION_ASM_OP): Delete.
14837 (STARTFILE_SPEC): Define to hold just crtbegin.o.
14838
14839 1999-12-14 Jason Merrill <jason@casey.cygnus.com>
14840
14841 * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
14842 the abstract origin wasn't emitted.
14843
14844 * dwarf2out.c (class_scope_p): New fn.
14845 (gen_subprogram_die): Use it.
14846 (gen_variable_die): Use it. Tweak logic.
14847 (gen_struct_or_union_type_die): Check context_die to determine
14848 if we're function-local.
14849 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
14850
14851 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
14852
14853 * loop.c (check_dbra_loop): Can't reverse a biv that has
14854 maybe_multiple set.
14855
14856 1999-12-14 Nick Clifton <nickc@cygnus.com>
14857
14858 * config/arm/arm.c: Add support for -mcpu=arm720 command line
14859 switch.
14860
14861 Tue Dec 14 18:13:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14862
14863 * loop.c (strength_reduce): Fix sign of giv lifetime calculation
14864 for givs made from biv increments.
14865
14866 Tue Dec 14 08:11:27 1999 Richard Henderson <rth@cygnus.com>
14867
14868 * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
14869 * alpha.c (override_options): Recognize -mcpu=ev67.
14870 * alpha.h (CPP_CPU_EV67_SPEC): New.
14871 (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
14872 (EXTRA_SPECS): Update.
14873
14874 Tue Dec 14 08:04:28 1999 Richard Henderson <rth@cygnus.com>
14875
14876 * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
14877 appropriate for -lang-c89 and -std=*.
14878 * cppinit.c (cpp_handle_option): Likewise.
14879 (new_pending_define): New, split out from cpp_handle_option.
14880 * gcc.c (default_compilers): Don't define __STRICT_ANSI__
14881 or enable trigraphs for -ansi/-std=*.
14882
14883 * ginclude/stdarg.h (__va_copy): New.
14884 (va_copy): Don't define for C89.
14885
14886 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz <cpopetz@cygnus.com>
14887
14888 * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
14889 for long long multiply-accumulate.
14890
14891 Tue Dec 14 13:51:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14892
14893 * regclass.c (scan_one_insn): Set loop_cost to 1 when
14894 optimizing for size.
14895
14896 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
14897
14898 * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
14899 if something changed. Back out that part of yesterday's changes.
14900
14901 * loop.c (loop_max_reg): New static variable.
14902 (loop_optimize): Initialize it. Eliminate one unnecessary call to
14903 max_reg_num.
14904 (scan_loop): Call reg_scan_update whenever we may have added new
14905 registers, and update loop_max_reg.
14906
14907 Tue Dec 14 12:07:29 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
14908
14909 * regclass.c (record_reg_classes): Do not do the copying preferrencing
14910 when source does not die.
14911
14912 * regclass.c (record_reg_classes): Handle INOUT operands propertly.
14913
14914 1999-12-14 Jakub Jelinek <jakub@redhat.com>
14915
14916 * config/sparc/linux64.h (TARGET_LIVE_G0,
14917 TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
14918 variants on Linux.
14919 * config/sparc/linux.h (TARGET_LIVE_G0,
14920 TARGET_BROKEN_SAVERESTORE): Likewise.
14921 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
14922 TARGET_BROKEN_SAVERESTORE): Likewise.
14923
14924 * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
14925 (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
14926 not %g2.
14927 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
14928 as sparc64 block profiling register.
14929 * config/sparc/sparc.c (sparc_override_options): Allow block
14930 profiling with -m32.
14931 (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
14932 profiling register.
14933 * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
14934 macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
14935 * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
14936
14937 * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
14938 for sparc64.
14939 * config/sparc/sparc.h: Likewise.
14940 * config/sparc/xm-sysv4-64.h: Likewise.
14941 * config/float-sparc.h: Likewise.
14942 * glimits.h: Likewise.
14943 * longlong.h: Likewise.
14944
14945 * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
14946 (ASM_IDENTIFY_GCC): Remove.
14947
14948 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
14949
14950 * combine.c (combine_simplify_rtx): Don't make shared rtl.
14951 (simplify_logical): Likewise.
14952
14953 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
14954
14955 * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
14956 * cppfiles.c (INO_T_EQ): Likewise.
14957
14958 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
14959
14960 * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
14961 * i386/mingw32.h (LIB_SPEC): Likewise.
14962 (STARTFILE_SPEC): Likewise.
14963 * i386/uwin.h (LIB_SPEC): Likewise.
14964 (STARTFILE_SPEC): Likewise.
14965
14966 * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
14967 * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
14968
14969 Mon Dec 13 20:25:29 1999 Jeffrey A Law (law@cygnus.com)
14970
14971 * combine.c (combine_simplify_rtx): Fix order of checks for
14972 (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
14973
14974 1999-12-13 Clinton Popetz <cpopetz@cygnus.com>
14975
14976 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi) Backed out
14977 12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
14978
14979 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
14980
14981 * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
14982 defined.
14983 * regclass.c (inv_reg_alloc_order): New array.
14984 (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
14985
14986 * reload.h (struct insn_chain): Delete fields group_size, group_mode,
14987 counted_for_groups, counted_for_nongroups. Add fields rld and
14988 n_reloads.
14989 * reload.c (push_secondary_reload): Don't set nongroup field of
14990 new reloads.
14991 (push_reload): Likewise.
14992 (find_reloads): Delete code to compute nongroup fields.
14993 * reload1.c (reload_insn_firstobj): New static variable.
14994 (pseudos_counted, spilled_pseudos): Now of type regset_head. All
14995 users changed.
14996 (calculate_needs, find_tworeg_group, find_group, possible_group_p,
14997 count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
14998 dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
14999 functions.
15000 (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
15001 functions.
15002 (struct hard_reg_n_uses): Deleted.
15003 (potential_reload_regs): Deleted.
15004 (init_reload): Initialize spilled_pseudos and pseudos_counted.
15005 (reload): Don't try to allocate reload registers if we already know
15006 we have to make another pass. Call select_reload_regs. Free memory
15007 starting with reload_firstobj when starting another pass.
15008 Don't allocate spilled_pseudos.
15009 (calculate_needs_all_insns): Call copy_reloads for an insn that
15010 needs reloads; don't call calculate_needs.
15011 (spill_cost): New static array.
15012 (used_spill_regs_local): New static variable.
15013 (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
15014 to compute potential_reload_regs.
15015 (find_reload_regs): Completely rewritten to use find_reg.
15016 (allocate_reload_reg): Don't test counted_for_groups or
15017 counted_for_nongroups. Lose NOERROR arg and code to give an error;
15018 all cllers changed.
15019 (choose_reload_regs): Add fallback code that uses the existing
15020 register allocation from find_reload_regs.
15021
15022 Mon Dec 13 00:54:14 1999 Philippe De Muyter <phdm@macqel.be>
15023
15024 * flow.c (create_edge_list): Cast xmalloc return value.
15025
15026 Mon Dec 13 00:47:58 1999 Jeffrey A Law (law@cygnus.com)
15027
15028 * doprnt.c: Remove incorrect comment closure.
15029
15030 * cse.c: Fix a few minor whitespace goofs.
15031
15032 1999-12-13 Don Bowman <don@pixstream.com>
15033
15034 * mips/vxworks.h: Fix problem with comment termination.
15035 (EXTRA_SECTIONS): Add in_sbss.
15036 (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
15037
15038 1999-12-12 David S. Miller <davem@redhat.com>
15039
15040 * cse.c (struct cse_reg_info): Add hash_next member,
15041 reorder rest of struct for better packing on 64-bit
15042 hosts.
15043 (cse_reg_info_tree): Kill.
15044 (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
15045 REGHASH_FN): New custom pow2 hash mechanism.
15046 (NBUCKETS): Kill.
15047 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
15048 use a pow2 hash table.
15049 (get_cse_reg_info): Rework to use new REGHASH.
15050 (new_basic_block): Likewise, use HASH_SIZE, and inline
15051 free_element call.
15052 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
15053 and inline free_element call.
15054 (lookup_as_function, insert, flush_hash_table, invalidate,
15055 remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
15056 invalidate_for_call, use_related_value, find_comparison_args,
15057 fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
15058 (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
15059 get_element): Kill.
15060
15061 Sun Dec 12 21:31:44 1999 Jeffrey A Law (law@cygnus.com)
15062
15063 * cse.c (cse_basic_block): Free qty_table consistently.
15064
15065 1999-12-12 David S. Miller <davem@redhat.com>
15066 Jakub Jelinek <jakub@redhat.com>
15067
15068 * config/sparc/sparc.md (movtf reg/reg split): Don't generate
15069 SUBREGs by hand, gen the appropriate hard reg directly.
15070 (movtf reg/mem split): Likewise and alter_subreg on destination
15071 if necessary.
15072 (movtf mem/reg split): Similarly.
15073 (movdf_cc_sp64): Rename from hidden pattern.
15074 (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
15075 (movtf_cc_sp64, following split): New pattern and splitter.
15076 (movdf_cc_reg_sp64): Rename from hidden pattern.
15077 (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
15078 TARGET_HARD_QUAD.
15079 (movtf_cc_reg_sp64, following split): New pattern and splitter.
15080
15081 1999-12-12 Stephen L Moshier <moshier@mediaone.net>
15082
15083 * loop.c (load_mems): Don't hoist written floating point mem
15084 if -ffloat-store.
15085
15086 1999-12-12 Mark Mitchell <mark@codesourcery.com>
15087
15088 * except.h (struct eh_queue): Add `next' pointer.
15089 (struct eh_status): Make x_ehqueue a pointer.
15090 (push_ehqueue): Declare.
15091 (pop_ehqueue): Likewise.
15092 * except.c (expand_eh_region_end): Adjust now that ehqueue is a
15093 pointer.
15094 (expand_fixup_region_end): Likewise.
15095 (expand_leftover_cleanups): Likewise.
15096 (push_ehqueue): Define.
15097 (pop_ehqueue): Likewise.
15098 (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
15099 than doing it inline.
15100 (expand_start_all_catch): Adjust now that ehqueue is a
15101 pointer.
15102 (mark_eh_queue): Mark all level of the queue.
15103 (mark_eh_status): Adjust now that ehqueue is a
15104 pointer.
15105 (init_eh_for_function): Allocate ehqueue.
15106 (free_eh_status): Free it.
15107 * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
15108 expansion for a fixup.
15109
15110 1999-12-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15111
15112 * gthr-single.h (__gthread_active_p): Add prototype arguments.
15113
15114 * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
15115 (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
15116 __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
15117 function_ptr, getpagesize, __enable_execute_stack,
15118 __enable_execute_stack, __clear_insn_cache,
15119 __enable_execute_stack, __do_global_dtors, __do_global_ctors,
15120 _cleanup, _exit, __default_terminate, __terminate_func,
15121 __terminate, __empty, __throw, new_eh_context,
15122 eh_context_initialize, eh_context_static, eh_context_specific,
15123 get_eh_context, __get_eh_context, __get_eh_info,
15124 init_reg_size_table, eh_threads_initialize,
15125 __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
15126 __unwinding_cleanup, throw_helper, __throw, __rethrow,
15127 __pure_virtual): Add prototype arguments.
15128 (__bb_exit_func): Cast a sizeof to long when comparing against one.
15129 Cast a signed value to unsigned long when comparing against one.
15130 (new_eh_context): Wrap in _GTHREADS macro.
15131 (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
15132 declaration.
15133 (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
15134 (throw_helper): Initialize variables `handler_p' and `pc_p'.
15135
15136 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15137
15138 * combine.c (record_promoted_value): Remove unused variable
15139 `links2'.
15140
15141 * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
15142
15143 * global.c (record_conflicts): Likewise for `j'.
15144
15145 * genoutput.c (output_insn_data): Don't unnecessarily cast away
15146 const-ness.
15147
15148 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15149
15150 * i386-protos.h (output_387_binary_op, output_fix_trunc,
15151 output_fp_compare): Constify a char*.
15152
15153 * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
15154 static prototypes.
15155 (override_options, ix86_comp_type_attributes, print_operand,
15156 output_387_binary_op, output_fix_trunc, output_fp_compare):
15157 Constify a char*.
15158 (ix86_sched_reorder): Mark parameter `clock_var' with
15159 ATTRIBUTE_UNUSED.
15160
15161 * i386.h (DEBUG_PRINT_REG): Constify a char*.
15162
15163 Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15164
15165 * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
15166 operand, for use in the Java front-end.
15167
15168 1999-12-10 Ben Collins <bcollins@debian.org>
15169
15170 * configure.in: Fix typo for "-64" in 64bit as check.
15171 * configure: Rebuilt.
15172
15173 1999-12-10 Jakub Jelinek <jakub@redhat.com>
15174
15175 * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
15176 appropriate.
15177
15178 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15179
15180 * c-parse.in (string): With -Wtraditional, warn if ANSI string
15181 concatenation is utilized.
15182
15183 * invoke.texi (-Wtraditional): Document it.
15184
15185 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15186
15187 * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
15188 Cast a ptrdiff_t to long and pass it to printf with %ld.
15189
15190 1999-12-10 Geoff Keating <geoffk@cygnus.com>
15191
15192 * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
15193 68881, we have no 68881 registers at all.
15194 (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
15195 value in a 68881 register if it is available.
15196
15197 1999-12-10 Clinton Popetz <cpopetz@cygnus.com>
15198
15199 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
15200 for long long multiply-accumulate.
15201
15202 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
15203
15204 * loop.c (insert_loop_mem): Undo last change.
15205
15206 1999-12-10 David S. Miller <davem@redhat.com>
15207
15208 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
15209 New functions.
15210 * config/sparc/sparc-protos.h: Add them.
15211 * config/sparc/sparc.h: Add them to PREDICATE_CODES.
15212 (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
15213 constraints which use those helpers.
15214 (EXTRA_CONSTRAINT): Use this new macro.
15215 * md.texi: Update sparc target constraints documentation.
15216 * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
15217 movsf_const_high, movsf_const_lo, movsf_insn): Delete.
15218 (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
15219 movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
15220 (movsf high/lo_sum split): Rework for new patterns.
15221 (movsf expander): Allow storing fp_zero to memory if ! live_g0.
15222
15223 1999-12-09 Gavin Romig-Koch <gavin@cetus.cygnus.com>
15224
15225 * c-common.c (c_common_nodes_and_builtins):
15226 Create __builtin_ptrdiff_t and __builtin_size_t.
15227
15228 Thu Dec 9 18:05:48 1999 Jeffrey A Law (law@cygnus.com)
15229
15230 * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
15231
15232 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
15233
15234 * regclass.c (globalize_reg): Re-instate test that allows
15235 fixed registers to be declared as a variable even after functions
15236 are defined.
15237
15238 Fri Dec 10 00:52:13 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
15239
15240 * i386.md (cpu attribute): Add "athlon".
15241 (athlon_decode): New attribute.
15242 (Athlon scheduling units definitions): New.
15243 (fcmp and shld patterns): Set athlon_decode to "vector".
15244 * i386.c (athlon_cost): New.
15245 (m_ATHLON): New.
15246 (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
15247 x86_use_sahf): Set for Athlon.
15248 (x86_use_fiop): Unset for Athlon.
15249 (override_options): Define Athlon alignments and "athlon" name.
15250 (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
15251 * i386.h (TARGET_ATHLON): New.
15252 (enum processor_type): Add PROCESSOR_ATHLON.
15253 (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
15254 for CPU_DEFAULT==5
15255 (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
15256
15257 1999-12-09 Andreas Jaeger <aj@suse.de>
15258
15259 * loop.c (record_biv): Declare parameter as int.
15260
15261 * config/i386/i386-protos.h: Declare long_memory_operand.
15262
15263 1999-12-09 Mark Mitchell <mark@codesourcery.com>
15264
15265 * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
15266 EXPR_WITH_FILE_LOCATION.
15267
15268 Thu Dec 9 11:36:24 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
15269
15270 * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
15271 in expander.
15272
15273 * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
15274
15275 * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
15276 updating code.
15277
15278 1999-12-09 Jakub Jelinek <jakub@redhat.com>
15279
15280 * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
15281 default on linux64 again.
15282 * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
15283 models for multilibing.
15284 * genmultilib: Accept | as alternative separator within a set in
15285 MULTILIB_OPTIONS.
15286
15287 * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
15288
15289 * calls.c (precompute_arguments): Make sure initial_value contains
15290 value pseudo which CSE expects.
15291 * cse.c (struct set): New entry orig_src.
15292 (cse_insn): Set it early on entry, use it for libcall EQUIV note
15293 replacement.
15294
15295 Wed Dec 8 22:24:15 1999 Richard Henderson <rth@cygnus.com>
15296
15297 * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
15298
15299 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
15300
15301 * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
15302
15303 1999-12-08 Jakub Jelinek <jakub@redhat.com>
15304
15305 * config/sparc/sparc.c (ultra_cmove_results_ready_p,
15306 ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
15307
15308 * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
15309 if TARGET_ARCH32.
15310
15311 * longlong.h: Merge in changes from glibc.
15312 Also don't clobber %g2 register in 32bit SPARC assembly, so that
15313 -mno-app-regs libgcc can be compiled.
15314 * libgcc2.c: Add defines so that the updated longlong.h
15315 can be used in libgcc2.a. Also, make sure on most architectures
15316 (at least on all which have optimized code in longlong.h defined
15317 for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
15318
15319 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15320
15321 * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
15322 `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
15323 * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
15324 is GNU ld.
15325 * configure: Rebuilt.
15326
15327 Wed Dec 8 03:45:40 1999 Richard Henderson <rth@cygnus.com>
15328
15329 * alpha.c (secondary_reload_class): For !BWX, sub-simode
15330 outputs require a register.
15331
15332 1999-12-08 Brendan Kehoe <brendan@cygnus.com>
15333
15334 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
15335 _df_to_usi. Required by some targets, so US_SOFTWARE_GOFAST calls to
15336 functions like dptoul will be resolved.
15337 (libgcc2.a): Make sure that the object files from DPBIT are named
15338 differently (prefix `_dp') from those that would be coming from
15339 FPBIT.
15340
15341 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>, Jakub Jelinek <jakub@redhat.com>
15342
15343 * configure.in: When target is sparc* and tm_file contains 64,
15344 test for 64bit support in assembler. If not supported, remove
15345 sparc/t-sol2-64 from target-dependent Makefile fragments.
15346 (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
15347 (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
15348 (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
15349 * acconfig.h (AS_SPARC64_FLAG): Added.
15350 * configure, config.in: Rebuilt.
15351 * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
15352 support. Use AS_SPARC64_FLAG.
15353
15354 1999-12-07 Jakub Jelinek <jakub@redhat.com>
15355
15356 * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
15357 suitable for holding OFmode values so that gcc works with complex
15358 quad long doubles.
15359 (hard_64bit_mode_classes): Likewise.
15360
15361 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
15362 so that it is actually matched.
15363 (sethi_di_medlow): Likewise.
15364
15365 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
15366 as legitimate constant if -mvis.
15367 * config/sparc/sparc.md (movtf): Likewise.
15368 (clear_sf): Use const_double_operand.
15369 (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
15370
15371 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
15372 * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
15373 * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
15374 routines, _Qp_* cannot be handled like that now.
15375 (INIT_TARGET_OPTABS): Likewise.
15376 * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
15377 (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
15378 sparc_emit_float_lib_cmp if ARCH64 and soft float.
15379 (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
15380 floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
15381 divtf3, sqrttf3): New expanders.
15382 (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
15383 floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
15384 addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
15385 non-_hq patterns.
15386
15387 * configure.in (sparc64-*-linux*): Use posix threads if enabled.
15388 * configure: Rebuilt.
15389 * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
15390 -mcpu is given and we're doing 64bit compiles.
15391
15392 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
15393
15394 * loop.h (struct induction): Add multi_insn_incr.
15395 * loop.c (basic_induction_var): New multi_insn_incr argument.
15396 Set it if we search back through previous insns for the biv.
15397 (record_biv): New multi_insn_incr argument; fill in struct induction.
15398 (strength_reduce): Discard an iv with multiple bivs, any of
15399 which require multiple insns to increment.
15400
15401 1999-12-07 Martin v. Löwis <loewis@informatik.hu-berlin.de>
15402
15403 * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
15404 documentation.
15405
15406 1999-12-06 David S. Miller <davem@redhat.com>
15407
15408 * combine.c (check_promoted_subreg): Do not conditionalize this upon
15409 PROMOTE_FUNCTION_RETURN.
15410
15411 Mon Dec 6 15:12:14 1999 Jim Wilson <wilson@cygnus.com>
15412
15413 * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
15414 and handle REG_UNUSED note on insn.
15415
15416 * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask. Set
15417 inner_mask instead of mask.
15418
15419 1999-12-06 Brendan Kehoe <brendan@cygnus.com>
15420
15421 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
15422 zero if there was an error.
15423
15424 1999-12-06 Jakub Jelinek <jakub@redhat.com>
15425
15426 * config/sparc/sparc.md (return_losum_di): Fix typo in asm
15427 output string.
15428
15429 * longlong.h: Fix clobbers in SPARC asm statements.
15430
15431 * config/sparc/sparc.c (input_operand): Allow HImode and QImode
15432 valid sethi operations when TARGET_ARCH64.
15433
15434 * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
15435 always use move_by_pieces to avoid infinite recursion.
15436 (restore_fixed_argument_area): Likewise.
15437
15438 * combine.c (check_promoted_subreg, record_promoted_value): New
15439 functions.
15440 (combine_instructions): Use them to retain nonzero and sign bit
15441 information after SUBREGs are eliminated by optimizations in
15442 this pass if PROMOTE_FUNCTION_RETURN.
15443
15444 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
15445 .register declaration. Don't use variables with __ prefixes.
15446
15447 Mon Dec 6 12:24:52 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15448
15449 * fold-const.c (optimize_bit_field_compare): Only use one mode
15450 for both RHS and LHS in non-constant case.
15451
15452 1999-12-06 Nathan Sidwell <nathan@acm.org>
15453
15454 * frame.c (start_fde_sort): Only allocate erratic array, if
15455 linear one was allocated. Return allocated flag.
15456 (fde_insert): Only insert, if there's a valid array.
15457 (fde_end_sort): Split, sort and merge if linear and erratic
15458 arrays exist, else just sort linear one.
15459 (search_fdes): New function. Linear search through original fde
15460 structure.
15461 (frame_init): Permit multiple initializations. Cope with
15462 memory shortages.
15463 (find_fde): Fallback on linear search, if failed to sort array.
15464 (__deregister_frame_info): Only free sorted array, if we
15465 allocated it.
15466
15467 1999-12-06 Jakub Jelinek <jakub@redhat.com>
15468
15469 * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
15470
15471 1999-12-05 Jakub Jelinek <jakub@redhat.com>
15472
15473 * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
15474
15475 1999-12-05 Mark Mitchell <mark@codesourcery.com>
15476
15477 * tree.h (special_function_p): Declare.
15478 * calls.c (special_function_p): Make it global. Don't take `name'
15479 as a parameter. Fix typo in 1999-11-28 change.
15480 (expand_cal): Adjust.
15481
15482 1999-12-04 Mark Mitchell <mark@codesourcery.com>
15483
15484 * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
15485 * tree.h (EXPR_WFL_FILENAME): Define in terms of
15486 EXPR_WFL_FILENAME_NODE.
15487 (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
15488 the TREE_CHAIN.
15489 * print-tree.c (print_note): Print TREE_PRIVATE and
15490 TREE_PROTECTED.
15491
15492 * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
15493 the original die cannot be found.
15494
15495 * varray.h (varray_head_tag): Add elements_used.
15496 (VARRAY_PUSH): New macro.
15497 (VARRAY_POP): Likewise.
15498 (VARRAY_TOP): Likewise.
15499 Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
15500 types.
15501 * varray.c (varray_init): Initialize elements_used.
15502 * Makefile.in (BASIC_BLOCK_H): Add varray.h.
15503 (INTEGRATE_H): New variable.
15504 (integrate.o): Depend on INTEGRATE_H.
15505 (unroll.o): Likewise.
15506
15507 * function.h (insert_block_after_note): Declare.
15508 * function.c (insert_block_after_note): Split out from ...
15509 (retrofit_block): ... here.
15510
15511 * stmt.c (expand_fixup): Fix typo in comment.
15512
15513 Sat Dec 4 14:13:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
15514
15515 * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
15516 (optimize_reg_copy_1): Remove REG_N_REFS updating code.
15517 (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
15518 (regmove_optimize, fixup_match_1): Likewise.
15519
15520 1999-12-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15521
15522 * flow.c (flow_loops_dump): Add missing argument when calling
15523 flow_loop_nested_p.
15524
15525 1999-12-04 Geoffrey Keating <geoffk@cygnus.com>
15526 Greg McGary <gkm@gnu.org>
15527
15528 * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
15529 (init_attributes): Add A_NO_LIMIT_STACK.
15530 (decl_attributes): Handle A_NO_LIMIT_STACK.
15531 * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
15532 * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
15533 Handle stack bounds checking.
15534 * flags.h (flag_stack_check): Use the word 'probe' rather than
15535 'check', because the flag doesn't actually cause any checking to
15536 be done.
15537 * function.c (expand_function_start): Set
15538 current_function_limit_stack.
15539 * function.h (struct function): Add limit_stack.
15540 (current_function_limit_stack): Define.
15541 * invoke.texi (Code Gen Options): Document new options.
15542 * rtl.h: Declare stack_limit_rtx.
15543 * toplev.c (stack_limit_rtx): New variable.
15544 (decode_f_option): Handle new options -fstack-limit-register=REG,
15545 -fstack-limit-symbol=IDENT, -fno-stack-limit.
15546 (main): Add stack_limit_rtx as GC root.
15547 * tree.h (DECL_NO_LIMIT_STACK): New macro.
15548 (struct tree_decl): New member no_limit_stack.
15549
15550 * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
15551 stack_limit_rtx.
15552 * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
15553 (conditional_trap+1): Get new mnemonic correct.
15554 (conditional_trap+2): New pattern for DImode traps.
15555
15556 * config/m68k/m68k.c (output_function_prologue): Handle
15557 stack_limit_rtx.
15558 * config/m68k/m68k.md (trap): New insn.
15559 (conditional_trap): New insn.
15560 * md.texi (Standard Names): Document `trap' and
15561 `conditional_trap'.
15562 * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
15563 so a cc0 setter doesn't get emitted at some random place in the
15564 function.
15565
15566 * config/i960/i960.md (trap): New insn.
15567 (conditional_trap): New expander.
15568 (conditional_trap+1, conditional_trap+2): New insns for signed
15569 and unsigned cases.
15570 * config/i960/i960.c (i960_function_prologue): Use
15571 STARTING_FRAME_OFFSET. Handle stack_limit_rtx.
15572
15573 Thu Dec 2 21:22:45 1999 Greg McGary <gkm@gnu.org>
15574 Geoffrey Keating <geoffk@cygnus.com>
15575
15576 * flags.h (warn_padded, warn_packed): Add global var decls.
15577 * toplev.c (warn_padded, warn_packed): Add global var defns.
15578 (W_options): Add warnings `-Wpacked' and `-Wpadded'.
15579 * stor-layout.c (layout_record): Add local variable `type'
15580 to hold often-used TREE_TYPE (field). Add local variable
15581 `unpacked_align' to hold alignment that would be in force
15582 if no `packed' attribute were present. Warn if `packed' attribute
15583 is unnecessary, or even harmful. Warn when gcc inserts padding
15584 to satisfy alignment requirements of members. Use NULL_TREE
15585 when checking whether var_size is set.
15586 * invoke.texi: Document new flags.
15587
15588 1999-12-03 Nathan Sidwell <nathan@acm.org>
15589
15590 * frame.c (fde_split): Reimplement to avoid variable sized array.
15591
15592 Thu Dec 2 18:59:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
15593
15594 * combine.c (try_combine): Before fixing up LOG_LINKS for the
15595 i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
15596
15597 1999-12-02 Gavin Romig-Koch <gavin@cygnus.com>
15598
15599 * invoke.texi: Document the mips option -mno-crt0
15600
15601 1999-12-02 Mike Karr <mkarr@mathworks.com>
15602
15603 * cccp.c (argdata): Added free_ptr member.
15604 (macroexpand): Initialize free_ptr of each argument. When an
15605 argument's buffers are freed, if the argument's free_ptr corresponds
15606 to a buffer on the input stack, then return the free_ptr to that stack
15607 frame, otherwise, free it.
15608 (macarg): If an argument begins and ends on the same input stack level,
15609 then transfer the free_ptr of that buffer to the argument in case
15610 the stack is popped during the processing of a subsequent argument.
15611
15612 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
15613
15614 * loop.c (note_reg_stored): New function.
15615 (struct note_reg_stored_arg): New structure.
15616 (try_copy_prop): Change to be more conservative; only replace within
15617 one extended basic block and stop replacing if a store to the
15618 replacement reg is seen.
15619
15620 1999-12-02 Nick Clifton <nickc@cygnus.com>
15621
15622 * config/fp-bit.c: Initialise all fields of the NAN
15623 constants.
15624
15625 * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
15626 to HANDLE_PRAGMA.
15627
15628 Wed Dec 1 18:16:38 1999 Jan Hubicka <hubicka@freesoft.cz>
15629
15630 * i386.md (extend?f?f2): Force the input into a register, not
15631 the output.
15632
15633 1999-12-01 Jakub Jelinek <jakub@redhat.com>
15634
15635 * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
15636 regclass' sake.
15637 (movdf_const_intreg_sp32): Likewise. Prefer the memory load
15638 alternative because setting up 64bit constant is usually costly,
15639 especially when reload is in progress or completed.
15640 (movdf_const_intreg_sp64): Likewise.
15641 (movdf_const_intreg split): Fix building up constants when
15642 HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
15643
15644 Wed Dec 1 16:51:22 1999 Jeffrey A Law (law@cygnus.com)
15645
15646 * combine.c (if_then_else_cond): Use const_true_rtx instead of
15647 const1_rtx for return values in EQ/NE comparison against (const_int 0)
15648 case.
15649
15650 * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
15651 (asm_file_start): Emit .am33 into assembly file when compiling for
15652 the AM33.
15653 (print_operand_address): Handle POST_INC addresses.
15654 (can_use_return_insn, initial_offset): Check AM33 registers too.
15655 (expand_prologue): Check & save AM33 registers too.
15656 (expand_epilogue): Similarly.
15657 (secondary_reload_class): Handle AM33 specific secondary reloads.
15658 (output_tst): Emit efficient code for the AM33 too.
15659 * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
15660 (TARGET_SWITCHES): Add -mam33 switch.
15661 (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
15662 (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
15663 (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
15664 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
15665 (enum reg_class, REG_CLASS_NAMES): Likewise.
15666 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
15667 (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
15668 (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
15669 (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
15670 (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
15671 (HAVE_POST_INCREMENT): Define.
15672 (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
15673 (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
15674 * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
15675 (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
15676 (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
15677 (zero_extend to SI from QI/HI): Likewise.
15678 (sign_extend to SI from QI/HI): Likewise.
15679 (mulsidi3, umulsidi3): New patterns for the AM33.
15680 (tstsi with zero extension from QI/HI): Add AM33 variants.
15681 (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
15682 (return_internal_regs, store_movm): Handle new AM33 registers.
15683 * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
15684 (LIBGCC, INSTALL_LIBGCC): Likewise.
15685 * invoke.texi: Document new flags.
15686
15687 Fri Nov 26 10:59:12 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
15688
15689 * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
15690 (addsi3_carry): Likewise.
15691 (sbbsi3_cc): Add "binary_operator_ok" to the condition.
15692 (sbbsi3_carry): Likewise.
15693 (mulsi3): Rewrite to expander, ensure that only one operand is memory.
15694 (mulhi3): Likewise.
15695 (test?i_1): Ensure that only one operand is memory.
15696 (conditional move patterns): likewise.
15697 (shift and rotate patterns): Rewrite to expander, add
15698 "binary_operator_ok" to the condition.
15699
15700 * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
15701 * i386.h (procesor_costs): Add movzbl_load field.
15702 (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
15703 non-Q registers, accept DImode registers anywhere.
15704 (Q_CLASS_P): New.
15705 (MEMORY_MOVE_COST): Calculate QImode moves correctly.
15706 * i386.c (*_cost): Set value for movxbl_load field.
15707
15708 * (addsi): New add to lea splitter.
15709 (ashlsi): Likewise.
15710 (lea to add/shift peep2): New.
15711
15712 1999-12-01 Mark Salter <msalter@cygnus.com>
15713
15714 * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
15715 * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
15716 * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
15717
15718 Tue Nov 30 15:20:52 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
15719
15720 * i386.c (ix86_expand_move): Never add clobbers to move patterns.
15721 * i386.md (movsi_xor): New.
15722 (movsi_or): New.
15723 (movsi_1, movhi_1, movqi_1): Remove.
15724 (movsi_2): Rename to movsi_1.
15725 (movhi_2): Rename to movhi_1.
15726 (movqi_2): Rename to movqi_1.
15727 (movdi_1): Remove; remove splitter.
15728 (movdi_2): Rename to movdi_1.
15729 (divmodsi4 splitter): Do not emit clobbers for move patterns.
15730 (long move peep2): Do not create QI or HI mode mov0s
15731 (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
15732
15733 * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
15734 rewrite splitters.
15735
15736 * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
15737 (abs?f2_if): Likewise.
15738
15739 1999-11-30 Alex Samuel <samuel@codesourcery.com>
15740
15741 * ggc.h (ggc_test_and_set_mark): New macro.
15742 (ggc_mark_rtx): Use ggc_test_and_set_mark.
15743 (ggc_mark_tree): Likewise.
15744 (ggc_mark_rtvec): Likewise.
15745 * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
15746
15747 1999-11-30 Jason Merrill <jason@casey.cygnus.com>
15748
15749 * dwarf2out.c (scope_die_for): Only handle types. Only search for
15750 containing types.
15751 (decl_scope_table): Just an array of trees now.
15752 (push_decl_scope): Simplify.
15753 (dwarf2out_init): Adjust.
15754 (local_scope_p): New fn.
15755 (gen_inlined_enumeration_type_die): Don't call scope_die_for.
15756 (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
15757 (gen_typedef_die): Likewise.
15758 (gen_lexical_block_die): Don't call push/pop_decl_scope.
15759 (gen_inlined_subroutine_die): Likewise.
15760 (gen_abstract_function): Set current_function_decl temporarily.
15761 (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
15762 Handle block extern declarations. Don't call push/pop_decl_scope.
15763 (gen_decl_die): Fix logic for block externs.
15764
15765 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15766
15767 * calls.c (special_function_p): Remove `realloc' and add `strdup'
15768 to the list of functions which have attribute malloc by default.
15769
15770 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15771
15772 * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
15773 integer constant does not match the traditional type, limit the
15774 warnings to cases where the base of the type is ten.
15775
15776 * invoke.texi (-Wtraditional): Document it.
15777
15778 Tue Nov 30 15:18:35 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15779
15780 * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
15781 * rs6000.md: Only access a CONST_INT with INTVAL
15782
15783 Tue Nov 30 14:21:00 1999 Richard Henderson <rth@cygnus.com>
15784
15785 * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
15786 (compute_nearerout): Likewise.
15787 * ggc-page.c (ggc_page_print_statistics): Explicitly cast
15788 size_t to unsigned long for formatting.
15789
15790 1999-11-30 Jakub Jelinek <jakub@redhat.com>
15791
15792 * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
15793 Allow the user to override call-used/fixed state of %g2-5
15794 registers from the command line (with the exception of %g4 for
15795 embedded model).
15796 (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
15797 there is a higher chance of having a leaf function.
15798 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
15799 for ARCH64 which has %ccr register.
15800 * config/sparc/sparc.md (return_losum_si, return_losum_di): New
15801 patterns.
15802 * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
15803 insn accept into delay slot any insn which does not use %[ol]
15804 registers. Accept some LO_SUM and shift left by 1 for the normal
15805 restore case.
15806 (output_function_epilogue): Likewise.
15807 (epilogue_renumber): Added argument which inhibits any renumbering
15808 and just tests if the rtx does not use any %[ol] registers.
15809 (output_return): Reflect above change.
15810
15811 1999-11-30 Jakub Jelinek <jakub@redhat.com>
15812
15813 * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
15814 aggregate passing for sizes <= 16 bytes.
15815
15816 1999-11-30 Bernd Schmidt <bernds@cygnus.co.uk>
15817
15818 * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
15819 * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
15820 * reload.c (find_dummy_reload): Likewise.
15821 (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
15822 * reload1.c (reload_as_needed): Likewise.
15823 * stupid.c (stupid_find_reg): Likewise.
15824 * tm.texi (Obsolete Register Macros): Delete section.
15825 * gmicro.h: Remove all traces of the two macros.
15826 * i386.h: Likewise.
15827 * m88k.h: Likewise.
15828 * mips.h: Likewise.
15829
15830 1999-11-30 Brendan Kehoe <brendan@cygnus.com>
15831
15832 * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
15833 (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
15834 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
15835 * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
15836 units for the sparclite86x chip.
15837 (flush): Revert October 14th change; add SImode specifically.
15838 (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
15839 * invoke.texi: Document it.
15840
15841 Tue Nov 30 14:58:14 1999 Nick Clifton <nickc@cygnus.com>
15842
15843 * config/mn10200/mn10200.h (PREDICATE_CODES): Add
15844 psimode_truncation_operand.
15845
15846 * config/mn10200/mn10200.c (psimode_truncation_operand): New
15847 function. Return true if the operand is either a MEM valid
15848 for a PSImode address or not a MEM at all.
15849
15850 * config/mn10200/mn10200.md (truncsipsi2): Use
15851 psimode_truncation_operand.
15852
15853 1999-11-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15854
15855 * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
15856 (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
15857 (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
15858 (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
15859 (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
15860 (flow_loop_level_compute, low_loops_level_compute): Likewise.
15861 (flow_loops_find, flow_loop_outside_edge_p): Likewise.
15862 * basic-block.h: Protect from multiple inclusion.
15863 (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
15864 (struct loops, struct loop): Define structures.
15865 * sbitmap.c (sbitmap_a_subset_b_p): New function.
15866 * sbitmap.h: Protect from multiple inclusion.
15867 (sbitmap_a_subset_b_p): Add prototype.
15868 * Makefile.in (LOOP_H): New macro.
15869 (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
15870
15871 Tue Nov 30 01:34:47 1999 Philippe De Muyter <phdm@macqel.be>
15872
15873 * cppinit.c (CAT): The argument list of this macro may not contain
15874 spaces !
15875
15876 1999-11-29 David S. Miller <davem@redhat.com>
15877
15878 Move quantity tables and register equivalence chains into
15879 per-qty and per-register structure arrays respectively.
15880 * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
15881 qty_const_insn, qty_comparison_code, qty_comparison_const,
15882 qty_comparison_qty): Delete, replace with...
15883 (qty_table): this structure table.
15884 (reg_next_eqv, reg_prev_eqv): Delete, replace with...
15885 (reg_eqv_table): this structure table.
15886 (make_new_qty): Add argument MODE. Caller updated.
15887 Update to use qty_table and reg_eqv_table.
15888 (make_regs_eqv, delete_reg_equiv, insert_regs,
15889 insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
15890 fold_rtx, equiv_constant, record_jump_cond, cse_insn,
15891 cse_process_notes, cse_main, cse_basic_block): Likewise.
15892
15893 Mon Nov 29 16:56:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15894
15895 * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
15896 operation if C is negative.
15897 (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
15898 (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
15899 law for some divisions if constant is negative and change other
15900 divisions to the opposite rounding.
15901
15902 * expr.c (store_constructor_field): If bit position is not multiple
15903 of alignment of TARGET's mode, use BLKmode.
15904
15905 * expr.c (expand_expr_unaligned): Add more code from full case
15906 that is needed when OP0 is in a register.
15907
15908 Mon Nov 29 18:09:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
15909
15910 * dwarfout.c (field_byte_offset): Size can be zero if there was
15911 an error.
15912
15913 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
15914
15915 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
15916 (associate_trees): Delete unused var TEM.
15917 (extract_muldiv): Delete unused var CANCEL_P.
15918
15919 * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
15920 (target_isinf, target_isnan, target_negative): Add return types to
15921 function definitions.
15922
15923 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15924
15925 * fixinc/fixincl.c(process): don't skip GLIBC files any more.
15926 * fixinc/hackshell.tpl: ditto
15927 * fixinc/fixtests.c(double_slash_test): more C++ header testing
15928 * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
15929
15930 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
15931
15932 * reload.c (push_reload): When looking for a register to put into
15933 reg_rtx, make sure all hard regs in a multi-reg register are in the
15934 right class and nonfixed.
15935
15936 * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
15937 pending_read_insns, pending_write_insns, pending_read_mems,
15938 pending_write_mems, pending_list_length, last_pending_memory_flush,
15939 last_function_call, sched_before_next_call): Move static variables
15940 into a structure.
15941 (bb_ prefixed versions): Replace with single array bb_deps.
15942 (struct deps): New structure.
15943 (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
15944 sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
15945 argument of type "struct deps *"; use that instead of global
15946 variables. All callers changed.
15947 (init_rgn_data_dependencies): Delete function.
15948 (init_rtx_vector): Delete function.
15949 (init_deps): New function.
15950
15951 (free_pending_lists): Simplify, we always use the bb_deps array even
15952 if only one basic block.
15953 (compute_block_backward_dependences): Likewise.
15954 (schedule_region): Likewise.
15955
15956 (propagate_deps): New function, broken out of
15957 compute_block_backward_dependences.
15958 (compute_block_backward_dependences): Use it.
15959
15960 * alpha.md: Delete useless patterns that tried to work around
15961 register elimination problems.
15962
15963 * unroll.c (loop_iterations): Don't abort if iteration variable
15964 was made by loop.
15965
15966 From Joern Rennecke:
15967 * reload1.c (reloads_conflict): Reverse test comparing operand
15968 numbers when testing for conflict between output/outaddr reloads.
15969
15970 1999-11-29 David S. Miller <davem@redhat.com>
15971
15972 * config/sparc/sparc.c (init_cumulative_args): Fix type of third
15973 arg.
15974 * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
15975
15976 1999-11-28 Robert Lipe <robertl@cygnus.com>
15977
15978 * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
15979 table from .fini into .dtor.
15980
15981 1999-11-28 Anthony Green <green@cygnus.com>
15982
15983 * tree.h (struct tree_decl): Add malloc_flag.
15984 (DECL_IS_MALLOC): Define.
15985 * c-common.c (attrs): Add A_MALLOC attribute.
15986 (init_attributes): Add this attribute to the table.
15987 (decl_attributes): Handle malloc attribute.
15988 * calls.c (special_function_p): Check for the malloc attribute.
15989 * extend.texi (Function Attributes): Document malloc attribute.
15990
15991 Sun Nov 28 13:21:00 1999 Jeffrey A Law (law@cygnus.com)
15992
15993 * pa.md (reload shift-add patterns): Remove.
15994
15995 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15996
15997 * reorg.c (dbr_schedule) Print more statistics. Corrected
15998 problem when printing info when 3 delay slots are filled.
15999
16000 1999-11-28 Jakub Jelinek <jakub@redhat.com>
16001
16002 * combine.c (setup_incoming_promotions): Pass an outgoing
16003 regno to FUNCTION_ARG_REGNO_P which it expects.
16004
16005 1999-11-28 Andreas Jaeger <aj@suse.de>
16006
16007 * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
16008
16009 Sun Nov 28 00:48:15 1999 Philippe De Muyter <phdm@macqel.be>
16010
16011 * cccp.c (do_include): Avoid initialization of automatic variable.
16012
16013 * integrate.c (mark_stores): Function definition made void, to match
16014 previous declaration.
16015 * regclass.c (dump_regclass): Ditto.
16016 * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
16017
16018 Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16019
16020 * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
16021 known to be multiple of divisor.
16022
16023 * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
16024
16025 * combine.c (try_combine): Add code to try to merge a set of a
16026 two-word pseudo to a constant with a setting of one of those words
16027 to a constant.
16028
16029 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
16030 (split_tree): Completely rework to make more general.
16031 (make_range, fold): Call negate_expr.
16032 (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
16033 (fold, associate): Call new split_tree and associate_trees.
16034 (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
16035
16036 1999-11-26 Bernd Schmidt <bernds@cygnus.co.uk>
16037
16038 * loop.c (try_copy_prop): Avoid GNU C extension.
16039
16040 1999-11-25 Mark Mitchell <mark@codesourcery.com>
16041
16042 * except.c (init_eh_for_function): Still zero eh_return_context,
16043 eh_return_stack_adjust, and eh_return_handler.
16044
16045 * except.h (eh_status): Adjust documentation for x_protect_list.
16046 (begin_protect_partials): New function.
16047 * except.c (enqueue_eh_entry): Fix formatting.
16048 (get_first_handler): Add consistency check.
16049 (add_partial_entry): Adjust usage of protect_list.
16050 (emit_cleanup_handler): Save and restore ehqueue.
16051 (expand_start_all_catch): Add comment.
16052 (begin_protect_partials): New function.
16053 (end_protect_partials): Adjust usage of protect_list.
16054 (init_eh_for_function): Use xcalloc.
16055
16056 1999-11-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16057
16058 * c-common.c (check_format_info): Don't call a variadic function
16059 with a non-literal format string.
16060
16061 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
16062
16063 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
16064 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
16065 Likewise.
16066
16067 * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
16068 Likewise.
16069
16070 * collect2.c (collect_wait): Likewise.
16071
16072 * dbxout.c (dbxout_type): Likewise.
16073
16074 * gcc.c (do_spec_1): Likewise.
16075
16076 * genemit.c (gen_insn, gen_expand): Likewise.
16077
16078 * genrecog.c (write_switch, write_subroutine): Likewise.
16079
16080 * mips-tfile.c (catch_signal, botch): Likewise.
16081
16082 * print-rtl.c (print_rtx): Likewise.
16083
16084 * toplev.c (default_print_error_function, report_error_function,
16085 _fatal_insn): Likewise.
16086
16087 1999-11-25 Mark Mitchell <mark@codesourcery.com>
16088
16089 * tree.c (unsave_expr_now): Handle NULL_TREE as input.
16090
16091 Wed Nov 24 17:08:09 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
16092
16093 * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
16094 operations when needed.
16095 * i386.md (fop_?f_comm): New.
16096 (fop_?f_1): Do not accept commutative operands.
16097
16098 1999-11-25 Andreas Jaeger <aj@suse.de>
16099
16100 * config/mips/mips.md (casesi_internal): Add missing brace.
16101
16102 1999-11-25 Jason Merrill <jason@casey.cygnus.com>
16103
16104 * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
16105 (splice_child_die): Handle moving a child DIE from the declaration
16106 DIE of a class to its specification.
16107 (gen_struct_or_union_type_die): Use 'complete' consistently.
16108 (gen_decl_die): Generate the virtual context DIE first.
16109 Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
16110
16111 1999-11-24 Gavin Romig-Koch <gavin@cygnus.com>
16112
16113 * config/mips/mips.md (call_value_multiple_interanal1): New.
16114
16115 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
16116
16117 * dwarf2out.c (free_AT, free_die): New fns.
16118 (remove_children): Call them.
16119 (output_line_info): Disable removal of duplicate notes.
16120
16121 Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
16122 * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
16123 means pretend the type isn't defined.
16124 Don't defer emitting types.
16125 (gen_type_die_for_member): New fn.
16126 (gen_decl_die): Call it.
16127 (splice_child_die): New fn.
16128 (gen_member_die): Call it rather than generate duplicate dies.
16129
16130 Defer emitting information for the abstract instance of an inline
16131 until we either inline it or emit an out-of-line copy.
16132 * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
16133 from output_inline_function if DECL_ABSTRACT is also set.
16134 (block_ultimate_origin): Likewise.
16135 (gen_abstract_function): New fn.
16136 (gen_decl_die, gen_inlined_subroutine_die): Call it.
16137 (gen_subprogram_die): An abstract instance is not a declaration
16138 just because it doesn't match current_function_decl. Don't abort
16139 because DECL_DEFER_OUTPUT isn't set. Do abort if a declaration
16140 has an abstract origin.
16141 * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
16142 abstract instance here.
16143
16144 Wed Nov 24 18:39:18 1999 Andrew Haley <aph@cygnus.com>
16145
16146 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
16147 where we need to reload fpul from a system register.
16148
16149 1999-11-24 Andreas Jaeger <aj@suse.de>
16150
16151 * config/mips/linux.h (CPP_PREDEFINES): Added.
16152 (LINK_SPEC): Remove -Y since this is only needed on sparc.
16153
16154 1999-11-24 Andreas Jaeger <aj@suse.de>
16155
16156 * config/mips/linux.h (TARGET_VERSION): Added.
16157 (HANDLE_SYSV_PRAGMA): Added.
16158 (DEFAULT_VTABLE_THUNKS): Added.
16159
16160 Wed Nov 24 14:12:15 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
16161
16162 * local-alloc.c (qty): New structure and static variable.
16163 (qty_phys_reg): Remove, all references changed to qty.
16164 (qty_n_refs): Likewise.
16165 (qty_min_class): Likewise.
16166 (qty_birth): Likewise.
16167 (qty_death): Likewise.
16168 (qty_size): Likewise.
16169 (qty_mode): Likewise.
16170 (qty_n_calls_crossed): Likewise.
16171 (qty_alternate_class): Likewise.
16172 (qty_changes_size): Likewise.
16173 (qty_first_reg): Likewise.
16174 (alloc_qty): Rename variable QTY to QTYNO.
16175 (finf_free_reg): Likewise.
16176 (local_alloc): Allocate qty, do not allocate the removed variables.
16177
16178 Wed Nov 24 17:26:05 1999 Geoffrey Keating <geoffk@cygnus.com>
16179
16180 * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
16181 when -membedded-pic is passed.
16182
16183 * config/mips/mips.md (casesi): Handle 64-bit case too.
16184 (casesi_internal_di): New insn.
16185
16186 * config/mips/mips.c (embedded_pic_offset): Always make the
16187 embedded-pic subtractions relative to the name of the current
16188 function by use of the magic string "..CURRENT_FUNCTION".
16189 * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
16190
16191 1999-11-24 Geoffrey Keating <geoffk@cygnus.com>
16192
16193 * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
16194 of (const_int 0), when what we really care about is
16195 whether it's a zero constant anyway.
16196 (div_trap_mips16): Likewise.
16197
16198 1999-11-23 Mark Mitchell <mark@codesourcery.com>
16199
16200 * loop.c (loop_optimize): Always find_loop_tree_blocks and
16201 unroll_block_trees when generating debuggable code.
16202
16203 * tree.h (unsave_expr_1): New function.
16204 (lang_unsave): New variable.
16205 (get_callee_fndecl): New function.
16206 * tree.c (unsave_expr_now_r): New function.
16207 (lang_unsave): Define.
16208 (unsave_expr_1): Likewise.
16209 (unsave_expr_now_r): Split out from unsave_expr_now.
16210 (unsave_expr_now): Call lang_unsave if it is non-NULL. Otherwise,
16211 call unsave_expr_now_r.
16212 (get_callee_fndecl): Define.
16213
16214 * Makefile.in (gencheck): Don't depend on lang_tree_files.
16215 (gencheck.o): Do depend on lang_tree_files.
16216
16217 * integrate.h (copy_decl_for_inlining): New declaration.
16218 * integrate.c (copy_and_set_decl_abstract_origin): Remove.
16219 (copy_decl_for_inlining): New function.
16220 (integrate_parm_decls): Use it.
16221 (integrate_decl_tree): Likewise.
16222
16223 1999-11-23 Gavin Romig-Koch <gavin@cygnus.com>
16224
16225 * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
16226 the second two from the first.
16227 (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
16228 * config/mips/mips.md (movcc,reload_incc,reload_outcc,
16229 conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
16230 ISA_HAS_FP4.
16231 * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
16232 override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
16233 ISA_HAS_FP4.
16234
16235 Tue Nov 23 11:15:04 1999 Jeffrey A Law (law@cygnus.com)
16236
16237 * pa.md (call_internal_symref, call_value_internal_symref): No mode
16238 needed on the address operand.
16239 * pa.c (call_operand_address): Check for the correct mode.
16240
16241 1999-11-23 Bernd Schmidt <bernds@cygnus.co.uk>
16242
16243 * loop.c: Include "basic-block.h".
16244 (try_copy_prop, replace_loop_reg): New functions.
16245 (load_mems): Detect registers that just hold copies of the hoisted
16246 mem, and call try_copy_prop to eliminate them.
16247 * Makefile.in (loop.o): Update dependencies.
16248
16249 Tue Nov 23 01:03:29 1999 Hans-Peter Nilsson <hp@axis.com>
16250
16251 * Makefile.in (gencheck.o): Depend on gencheck.h.
16252 (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
16253 (insn-peep.o): Depend on except.h and function.h.
16254 (insn-attrtab.o): Depend on RECOG_H.
16255 (insn-output.o): Depend on toplev.h and flags.h.
16256 (gengenrtl.o): Depend on real.h.
16257 (gen-protos.o): Depend on cpplib.h and cpphash.h.
16258 Unify all dependencies to be on RECOG_H rather than recog.h.
16259
16260 Tue Nov 23 00:57:10 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16261
16262 From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
16263 * configure.in: Try building a bi-arch 32/64-bit compiler on
16264 sparc-*-solaris2.7 and higher.
16265 * configure: Rebuild.
16266
16267 Mon Nov 22 23:09:44 1999 David O'Brien <obrien@FreeBSD.org>
16268
16269 * config/freebsd.h: New, FreeBSD architecture independent file.
16270 * config/i386/freebsd-elf.h: removed FreeBSD architecturally
16271 independent pieces.
16272 * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
16273 directly by i386/freebsd.h.
16274 * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
16275 independent configuration file.
16276 (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
16277 directly by i386/freebsd.h.
16278 * configure: Rebuilt.
16279
16280 * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
16281 which is in the user's namespace.
16282 * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
16283 `i386' which is not in our namespace.
16284
16285 Mon Nov 22 22:58:01 1999 "R. Kelley Cook" <KelleyCook@attglobal.net>
16286
16287 * invoke.texi (ARM Options): Add in -mno-alignment-traps
16288
16289 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
16290
16291 * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
16292 (add_dwarf_attr, add_child_die): Just push onto the front.
16293 (reverse_die_lists): New fn.
16294 (add_sibling_attributes): Use it.
16295 (push_decl_scope): Reorganize.
16296 (add_name_and_src_coords_attributes): Don't set file and line for
16297 an artificial decl.
16298 (gen_subprogram_die): An artificial function doesn't need to match
16299 file and line.
16300 (gen_compile_unit_die): Return the generated die. Only add
16301 AT_comp_dir if the filename is relative.
16302 (remove_AT): Simplify loop. Also free string values.
16303 (output_die): A DIE ref can't be null.
16304 (output_value_format, value_format): Take a dw_attr_ref.
16305 (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
16306 (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
16307 AT_addr, AT_lbl): New fns.
16308 (various): Use them.
16309 (various): Constify.
16310
16311 Mon Nov 22 23:53:50 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16312
16313 * combine.c (combine_simplify_rtx): When handling a SUBREG,
16314 take SUBREG_WORD into account.
16315 (if_then_else_cond): Likewise.
16316
16317 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
16318
16319 * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
16320 clause from BSD license, pursuant with
16321
16322 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
16323
16324 1999-11-22 Bernd Schmidt <bernds@cygnus.co.uk>
16325
16326 * loop.c (load_mems): Reformat slightly.
16327 * basic-block.h (regset_head): New typedef.
16328 (INIT_REG_SET): New macro.
16329
16330 1999-11-22 Bruce Korb <autogen@linuxbox.com
16331
16332 * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
16333 (mips-dec-bsd*): non-functional code
16334 (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
16335
16336 * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
16337 added three replacement fixes
16338 (no_double_slash): removed comments that are not (any longer) pertinent
16339 (bad_lval): this fix currently runs against many files.
16340 The comment seems to indicate that we should select for files
16341 containing 'pragma extern_prefix'.
16342
16343 * fixinc/fixinc.x86-linux-gnu: deleted
16344 * fixinc/inclhack.sh: regen
16345 * fixinc/fixincl.x: regen
16346 * fixinc/fixincl.sh: regen
16347
16348 Fri Nov 12 14:08:40 1999 Andrew Haley <aph@cygnus.com>
16349
16350 * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
16351 its code is INSN and it has no notes.
16352
16353 1999-11-22 Andrew Haley <aph@cygnus.com>
16354
16355 * varasm.c (function_defined): Remove.
16356 (make_function_rtl): Don't set function_defined.
16357 (make_decl_rtl): Remove global register warning.
16358 * regclass.c (no_global_reg_vars): New variable.
16359 (globalize_reg): Warn if function has already been defined.
16360 (regclass_init): Set no_global_reg_vars.
16361
16362 Mon Nov 22 14:42:22 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
16363
16364 * regclass.c (reg_pref): New structure and static variable
16365 (prefclass): Delete.
16366 (altclass): Delete.
16367 (all uses of prefclass and altclass): Use reg_pref instead.
16368
16369 1999-11-21 Nick Clifton <nickc@cygnus.com>
16370
16371 * invoke.texi (ARM Options): Replace -mshort-load-bytes with
16372 -malignment-traps.
16373 (arm.h): Replace -mshort-load-bytes with -malignment-traps.
16374 (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
16375 (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
16376
16377 Sun Nov 21 17:11:13 1999 Geoffrey Keating <geoffk@cygnus.com>
16378
16379 * varasm.c (output_constructor): Solve problem with long long
16380 bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
16381
16382 Fri Nov 19 05:48:45 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
16383
16384 * global.c (allocno): New structure and static variable.
16385 (allocno_reg): Remove, all references replaced by allocno.
16386 (allocno_size): Likewise.
16387 (hard_reg_conflicts): Likewise.
16388 (hard_reg_preferences): Likewise.
16389 (hard_reg_copy_preferences): Likewise.
16390 (hard_reg_full_preferences): Likewise.
16391 (regs_someone_prefers): Likewise.
16392 (allocno_calls_crossed): Likewise.
16393 (allocno_n_refs): Likewise.
16394 (allocno_live_length): Likewise.
16395 (find_reg): Rename ALLOCNO to NUM.
16396
16397 * regclass.c (may_move_in_cost): Rename from may_move_cost, all
16398 references updated.
16399 (may_move_out_cost): New variable.
16400 (init_reg_sets_1): Initialize may_move_out_cost.
16401 (record_reg_classes): Use may_move_out_cost.
16402
16403 * regclass.c (dump_regclass): New function.
16404 (regclass): New parameter DUMP, call DUMP_REGCLASS.
16405 * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
16406 pass rtl_dump_file to regclass.
16407 * rtl.h (regclass): Update prototype.
16408
16409 Fri Nov 19 06:32:19 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
16410
16411 * i386.md (neg, not and abs patterns): Revmap to use
16412 ix86_expand_unary_operator and ix86_unary_operator_ok.
16413 (add?f and sub?f expanders): Force operand 1 to register.
16414 * i386.c (ix86_expand_unary_operator): Rewrite.
16415 (ix86_unary_operator_ok): Ensure that memory operands
16416 match real opcode.
16417 (ix86_binary_operator_ok): Do not allow operand 1 to
16418 come into memory and operand 0 not.
16419 (ix86_expand_binary_operator): Ensure that
16420 src1 is not non-matching memory.
16421
16422 * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
16423 to support integer registers and memory.
16424 (abss?2_integer): Likewise.
16425
16426 * i386.h (enum reg_class): Add FLOAT_INT_REGS.
16427 (REG_CLASS_NAMES): Likewise.
16428 (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
16429 and GENERAL_REGS.
16430 * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
16431 (movsf): Likewise; unify 4th and 5th alternative.
16432 (pushdf): Likewise.
16433 (movdf_1): Likewise; rename to movdf_integer.
16434 (pushxf): Likewise; rename to pushxf_integer; fix output template;
16435 remove redundant splitter.
16436 (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
16437 (movdf_nointeger): New.
16438 (movxf_nointeger): New.
16439 (pushxf_nointeger): New.
16440
16441 * i386.md (extend?f?f): Split to expander and pattern, refuse two
16442 memory operands in patterns.
16443 (fop*): Refuse two memory operands.
16444
16445 * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
16446 on !TARGET_USE_CLTD CPUs.
16447
16448 Fri Nov 19 10:41:15 GMT 1999 Nathan Sidwell <nathan@acm.org>
16449
16450 * extend.texi: Document C++ restricted pointers and references.
16451
16452 1999-11-19 Bernd Schmidt <bernds@cygnus.co.uk>
16453
16454 * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
16455 (invalidate_skipped_set): Call it unconditionally.
16456 (cse_set_around_loop): Likewise.
16457
16458 Thu Nov 18 17:29:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
16459
16460 * rtl.texi (mem): Add documentation for alias-set argument
16461 to RTX `mem'.
16462
16463 Fri Nov 18 13:39:22 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
16464
16465 * i386.h (struct_processor_costs): New fields int_load, int_store,
16466 fp_move, fp_load and fp_store
16467 (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
16468 fp->int moves
16469 (MEMORY_MOVE_COST): New macro.
16470 * i386.c (386_cost): Define new fields.
16471 (i486_cost): Likewise.
16472 (pentium_cost): Likewise.
16473 (pentiumpro_cost): Likewise.
16474 (k6_cost): Likewise.
16475
16476 Fri Nov 19 11:11:55 1999 Greg McGary <gkm@gnu.org>
16477 Geoffrey Keating <geoffk@cygnus.com>
16478
16479 * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
16480
16481 * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
16482 MASK_ALIGN_INT.
16483
16484 * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
16485 (TARGET_STRICT_ALIGNMENT): New macro.
16486 (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
16487 (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
16488 * invoke.texi (M680x0 Options): Document -mstrict-align.
16489
16490 Thu Nov 18 11:10:03 1999 Jan Hubicka <hubicka@freesoft.cz>
16491 Richard Henderson <rth@cygnus.com>
16492
16493 * i386-protos.h (split_xf, ix86_split_movdi): Remove.
16494 (ix86_split_long_move): Declare.
16495 * i386.c (split_xf, ix86_split_movdi): Remove.
16496 (ix86_split_to_parts, ix86_split_long_move): New.
16497 * i386.md (dimode move splitters): Use ix86_split_long_move.
16498 (dfmode move splitters): Likewise.
16499 (xfmode move splitters): Likewise.
16500 (movsf_1): Allow F->r.
16501 (movdf_1, movxf_1): Allow F->ro.
16502
16503 1999-11-17 Mark Mitchell <mark@codesourcery.com>
16504
16505 * except.h (struct eh_entry): Add goto_entry_p.
16506 (eh_region_from_symbol): Remove prototype.
16507 * except.c (find_func_region_from_symbol): New function.
16508 (emit_cleanup_handler): Likewise.
16509 (eh_region_from_symbol): Make it static.
16510 (add_new_handler): Verify the argument.
16511 (find_func_region): Update comment.
16512 (expand_eh_region_end): Expand handlers here, rater than waiting
16513 until expand_leftover_cleanups or start_all_catch.
16514 (expand_leftover_cleanups): Don't expand here.
16515 (expand_start_all_catch): Or here.
16516 (expand_rethrow): Check the return value from find_func_region.
16517 * function.c (expand_function_end): Emit the catch_clauses.
16518
16519 1999-11-18 Gavin Romig-Koch <gavin@cygnus.com>
16520
16521 * integrate.c (expand_inline_function): Add necessary check for NULL.
16522
16523 1999-11-18 Nick Clifton <nickc@cygnus.com>
16524
16525 * toplev.c (main): Correctly detect an unrecognised option.
16526
16527 * cppinit.c (cpp_handle_option): Do not claim to have consumed
16528 a -f option if it has not been recognised.
16529
16530 Thu Nov 18 00:59:11 1999 Michael Gschwind <mikeg@alagoas.watson.ibm.com>
16531
16532 * basic-block.h (update_life_extent): Remove trailing comma on
16533 enumeration type list.
16534
16535 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16536
16537 * varasm.c (output_constructor) Solved problem with long long
16538 bitfields. Corrected calculating this_time and shift. Also
16539 corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
16540
16541 Wed Nov 17 23:46:14 1999 Jeffrey A Law (law@cygnus.com)
16542
16543 * flow.c (split_edge): Take looping structure into account when
16544 determining where to put the new block note.
16545
16546 Wed Nov 17 20:42:43 1999 Jeff Holcomb <jeffh@cygnus.com>
16547
16548 * Makefile.in (ggc-none.o): Provide host specific version if
16549 needed.
16550
16551 Wed Nov 17 16:51:23 1999 Richard Henderson <rth@cygnus.com>
16552
16553 * cse.c (delete_trivially_dead_insns): Identify no-op insns
16554 containing subregs too.
16555
16556 Wed Nov 17 17:39:48 MST 1999 Diego Novillo <dnovillo@cygnus.com>
16557
16558 * invoke.texi: Add documentation for -muninit-const-in-rodata.
16559 * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
16560 (TARGET_UNINIT_CONST_IN_RODATA): Define.
16561 (text_section): Add switches -munint-const-in-rodata and
16562 -mno-uninit-const-in-rodata.
16563 (ASM_OUTPUT_COMMON): Remove.
16564 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
16565 const objects should be placed in read-only data. Otherwise declare
16566 them in common.
16567
16568 Wed Nov 17 16:38:32 1999 Richard Henderson <rth@cygnus.com>
16569
16570 * jump.c (jump_optimize_1): Revert last change.
16571
16572 Wed Nov 17 15:18:30 1999 Richard Henderson <rth@cygnus.com>
16573
16574 * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
16575 test if optimizing for size.
16576
16577 1999-11-17 Mark Mitchell <mark@codesourcery.com>
16578
16579 * Makefile.in (toplev.o): Depend on except.h.
16580 (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
16581
16582 Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
16583
16584 * i386.md (divmodsi4): Rewrite to expander.
16585 (*divmodsi4_nocltd): New.
16586 (*divmodsi4_cltd): New.
16587 (divmodsi4 splitter): Handle the case when input comes in edx.
16588 (udivmodhi4): Do not use constraints in exander.
16589 (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
16590
16591 1999-11-17 Jason Merrill <jason@yorick.cygnus.com>
16592
16593 * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
16594 for the common case.
16595
16596 1999-11-16 Jakub Jelinek <jakub@redhat.com>
16597
16598 * explow.c (hard_function_value): Add outgoing argument.
16599 * expr.h (hard_function_value): Declare it.
16600 * calls.c (expand_call, emit_library_call_value): Update callers.
16601 * function.c (aggregate_value_p): Ditto.
16602 (diddle_return_value): Must look at the outgoing registers
16603 on archs with register windows.
16604
16605 Mon Nov 15 20:46:45 1999 Richard Henderson <rth@cygnus.com>
16606
16607 * alpha.c (alpha_build_va_list): Use make_lang_type and
16608 initialize TYPE_NAME for the va_list record.
16609
16610 * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
16611
16612 * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
16613 for printing.
16614 * ggc.h (struct ggc_statistics): Rearrange elements for better
16615 packing on 64-bit hosts.
16616 * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
16617 (compute_nearerout): Likewise.
16618
16619 Tue Nov 16 14:37:52 1999 Geoffrey Keating <geoffk@cygnus.com>
16620
16621 * config/rs6000/rs6000.c (first_reg_to_save): Save
16622 PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
16623
16624 1999-11-15 Jason Merrill <jason@casey.cygnus.com>
16625
16626 * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
16627 notion of nesting to find the DIE for a type or function.
16628 DIEs can go in limbo even if we got a context_die.
16629 (push_decl_scope): Our context doesn't need to be in decl_scope_table.
16630 (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
16631 for local type.
16632 (gen_decl_die): Ignore NAMESPACE_DECLs for now.
16633 (gen_type_die): Writing out the context doesn't cause member class
16634 template instantiations to be written out as well.
16635
16636 Mon Nov 15 15:33:18 1999 Richard Henderson <rth@cygnus.com>
16637
16638 * rs6000.h (ASM_OUTPUT_DEF): New.
16639 Based on proposed addition from David Edelsohn.
16640
16641 1999-11-15 Robert Lipe <RobertLipe@usa.net>
16642 Bruce Korb <autogen@linuxbox.com>
16643
16644 * fixinc/inclhack.def
16645 (AAB_svr4_replace_byteorder): added. Takes advantage of GCC features
16646 (unixware7_byteorder_fix): added. Removes conflicts for new defs
16647 in net/inet.h.
16648 (svr5_mach_defines): added. Like svr4_mach_defines, with new syntax
16649 (svr4_endian): enabled with SVR5
16650 (svr4_mkdev): simplified syntax and enabled with SVR5
16651
16652 Sun Nov 14 18:49:37 1999 David O'Brien <obrien@FreeBSD.org>
16653
16654 * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
16655 * configure: Rebuilt.
16656 * config/t-freebsd-thread: New file.
16657
16658 Sun Nov 14 23:11:05 1999 Jeffrey A Law (law@cygnus.com)
16659
16660 * i386.c (ix86_decompose_address): Verify the base is a REG
16661 before trying to examine its register number.
16662
16663 * basic-block.h: Remove all #defines and prototypes related to
16664 integer lists.
16665 (free_bb_mem, compute_preds_succs): Remove prototype.
16666 * rtl.h (free_bb_mem): Remove prototype.
16667 * flow.c (alloc_int_list_node); Remove function.
16668 (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
16669 (compute_preds_succs, free_bb_mem): Likewise.
16670 * gcse.c (gcse_main): Do not call free_bb_mem anymore.
16671 * toplev.c (rest_of_compilation): Likewise.
16672 * haifa-sched.c (build_control_flow): Use flow generated edge
16673 list to build the haifa specific edge list.
16674 (find_rgns): Use new CFG data structures instead of pred/succ lists.
16675 (schedule_insns): Do not build pred/succ lists anymore. Instead
16676 build the edge table.
16677
16678 * basic-block.h (dump_bb_data): Remove declaration.
16679 * flow.c (dump_bb_data): Remove function.
16680 * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
16681 (sbitmap_union_of_predsucc): Likewise.
16682
16683 * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
16684 argument. All callers changed.
16685 (delete_null_pointer_checks_1): No longer need to compute the
16686 pred/succ lists.
16687
16688 * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
16689 All callers changed.
16690 (pre_expr_reaches_here_p_work): Likewise.
16691 (pre_edge_insert): No longer call pre_expr_reaches_here_p.
16692 * lcm.c (compute_laterin): Fix initialization of LATER.
16693 (compute_nearerout): Similarly for NEARER.
16694
16695 Sun Nov 14 12:41:57 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16696
16697 * cse.c (set_nonvarying_address_components): Delete unused function.
16698 (refers_to_p): Likewise.
16699
16700 Fri Nov 12 20:53:22 1999 Jeffrey A Law (law@cygnus.com)
16701
16702 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
16703 needed.
16704
16705 Sat Nov 13 16:20:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16706
16707 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
16708 definition in do while (0).
16709
16710 Fri Nov 12 16:26:25 1999 Jim Wilson <wilson@cygnus.com>
16711
16712 * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
16713
16714 Fri Nov 12 12:43:49 1999 Richard Henderson <rth@cygnus.com>
16715
16716 * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
16717
16718 Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
16719
16720 * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
16721 (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
16722 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
16723 (INITIAL_FRAME_POINTER_OFFSET): Remove it.
16724
16725 * i960.c (i960_function_prologue): Don't allocate space for g8-g11
16726 saved on the stack. Output more accurate stack frame statistics
16727 into assembler file.
16728
16729 1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com>
16730
16731 * genextract.c (record_insn_name): New function.
16732 (get_insn_name): No longer a stub.
16733 (main): Call record_insn_name for each insn. After each label
16734 written, print the insn name in a comment.
16735
16736 Fri Nov 12 13:45:02 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16737
16738 * output.h (const_section, init_section, fini_section): Add
16739 prototypes.
16740
16741 * alpha/elf.h (const_section): Delete declaration.
16742
16743 * svr4.h (const_section): Likewise.
16744
16745 Fri Nov 12 08:54:22 1999 Mark Mitchell <mark@codesourcery.com>
16746
16747 * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
16748 * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
16749 (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
16750 expressions.
16751 * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
16752 variable-sized array bounds.
16753
16754 Fri Nov 12 08:04:45 1999 Catherine Moore <clm@cygnus.com>
16755
16756 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use
16757 ASM_OUTPUT_LABEL.
16758
16759 Fri Nov 12 13:31:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16760
16761 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
16762 addresses the same way GO_IF_LEGITIMATE_INDEX does.
16763
16764 Fri Nov 12 12:36:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16765
16766 * cse.c (hash_arg_in_struct): Delete.
16767 (struct table_elt): Delete elt in_struct.
16768 (struct set): Delete elt src_in_struct.
16769 (merge_equiv_classes): Don't set either hash_arg_in_struct or
16770 the corresponding in_struct elts.
16771 (canon_hash): Likewise.
16772 (safe_hash): Likewise.
16773 (find_best_addr): Likewise.
16774 (record_jump_cond): Likewise.
16775 (cse_insn): Likewise.
16776
16777 Thu Nov 11 19:45:24 1999 Jim Wilson <wilson@cygnus.com>
16778
16779 * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
16780
16781 * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
16782 unsigned types.
16783
16784 Thu Nov 11 18:54:24 1999 Jeffrey A Law (law@cygnus.com)
16785
16786 * function.c (diddle_return_value): Put back check that the DECL_RTL
16787 for the function is a register.
16788
16789 * function.c (diddle_return_value): Use hard_function_value to
16790 get an rtx suitable for use in the USE/CLOBBER insn.
16791
16792 * global.c (global_conflicts): Update comments.
16793 (record_conflicts): No need to record conflicts between pseudos here.
16794
16795 1999-11-11 Bruce Korb <autogen@linuxbox.com>
16796
16797 * fixinc/fixincl.c: Added verbose levels for status messages
16798
16799 Thu Nov 11 13:23:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16800
16801 * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
16802 operand as argument to expand_and or expand_binop.
16803
16804 Thu Nov 11 02:21:16 1999 Rodney Brown <RodneyBrown@pmsc.com>
16805
16806 * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
16807 gcc_add_string_root.
16808
16809 Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
16810
16811 * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
16812
16813 Wed Nov 10 15:56:16 1999 Jeffrey A Law (law@cygnus.com)
16814
16815 * flow.c (compute_flow_dominators): Initially put all blocks on
16816 the worklist.
16817 * lcm.c (compute_antinout_edge, compute_available): Similarly.
16818 * gcse.c (compute_cprop_avinout): Remove.
16819 (compute_cprop_data): Use compute_available.
16820 (delete_null_pointer_checks_1): Use compute_available.
16821
16822 * basic-block.h (compute_available): Returns a void now.
16823 * gcse.c (one_classic_gcse_pass): Do not expect compute_available
16824 to return a value anymore.
16825 * lcm.c (compute_available, compute_antinout_edge): Revamp to use
16826 worklists. Fix boundary cases. Compute maximal solutions.
16827 (compute_laterin, compute_nearerout): Similarly.
16828
16829 * dwarf2out.c (add_AT_location_description): Allow
16830 (mem (plus (pseudo) (...)) too.
16831
16832 Wed Nov 10 10:52:42 1999 Tom Tromey <tromey@cygnus.com>
16833
16834 * gcc.c (do_spec_1): Support text between `%u' and `%O'.
16835
16836 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
16837 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16838
16839 * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
16840
16841 * gansidecl.h: Likewise.
16842
16843 * rtl.c: Likewise.
16844
16845 * rtl.h: Likewise.
16846
16847 * toplev.h: Likewise.
16848
16849 * tree.c: Likewise.
16850
16851 * tree.h: Likewise.
16852
16853 * varray.c: Likewise.
16854
16855 * varray.h: Likewise.
16856
16857 Wed Nov 10 10:57:22 1999 Clinton Popetz <cpopetz@cygnus.com>
16858
16859 * gcov.c (struct arcdata): Add hits and total, remove prob.
16860 (output_branch_counts): New.
16861 (process_args): Set output_branch_counts if -c.
16862 (calculate_branch_probs): Store hits and total instead of
16863 percentage.
16864 (output_data): Emit counts if output_branch_counts is true.
16865 * gcov.texi (Invoking Gcov): Document -c switch..
16866
16867 Wed Nov 10 01:10:41 1999 Philippe De Muyter <phdm@macqel.be>
16868
16869 * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
16870 `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
16871
16872 Wed Nov 10 00:51:41 1999 Hans-Peter Nilsson <hp@axis.se>
16873
16874 * invoke.texi (C Dialect Options): Add missing builtins from
16875 c-common.c to list.
16876 * extend.texi (Other Builtins): Copy to this list.
16877
16878 Wed Nov 10 04:58:09 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16879
16880 * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
16881 (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise. Remove
16882 redundant bitmap.h.
16883
16884 Wed Nov 10 00:02:53 1999 Jeffrey A Law (law@cygnus.com)
16885
16886 * flow.c (compute_flow_dominators): No longer treat basic block 0
16887 or (n_basic_blocks - 1) specially. Clear the AUX field before
16888 starting computation of doms/pdoms. Fix initial state for pdoms.
16889
16890 Wed Nov 10 03:58:08 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16891
16892 * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
16893 match rtl.o's: added ggc.h and toplev.h
16894 ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
16895 ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
16896 ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
16897
16898 Tue Nov 9 10:30:08 1999 Tom Tromey <tromey@cygnus.com>
16899
16900 * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
16901 from HAVE_DOS_BASED_FILESYSTEM.
16902 * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
16903 HAVE_DOS_BASED_FILESYSTEM.
16904 (main): Likewise.
16905 (split_directories): Only special-case DOS file names if
16906 HAVE_DOS_BASED_FILE_SYSTEM is defined. Use IS_DIR_SEPARATOR
16907 instead of explicit tests. Conditionalize on !VMS.
16908 (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
16909 tests. Conditionalize on !VMS.
16910 (process_command): Only use make_relative_prefix if !VMS.
16911 (free_split_directories): Conditionalize on !VMS.
16912 (DIR_UP): Conditionalize on !VMS.
16913
16914 Wed Jun 9 16:57:11 1999 Mumit Khan <khan@xraylith.wisc.edu>
16915
16916 * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
16917
16918 Fri Feb 5 14:22:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
16919
16920 * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
16921 case.
16922
16923 Mon Nov 8 14:16:57 1999 Michael Meissner <meissner@cygnus.com>
16924
16925 * invoke.texi (Environment Variables): Document relative path
16926 lookup.
16927 * gcc.c (DIR_UP): If not defined, define as "..".
16928 (standard_bindir_prefix): New static, holds target location to
16929 install binaries.
16930 (split_directories): New function to split a filename into
16931 component directories.
16932 (free_split_directories): New function, release memory allocated
16933 by split_directories.
16934 (make_relative_prefix): New function, make a relative pathname if
16935 the compiler is not in the expected location.
16936 (process_command): If GCC_EXEC_PREFIX was not specified, see if we
16937 can figure out an appropriate prefix from argv[0].
16938 * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
16939 STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX. Define
16940 STANDARD_BINDIR_PREFIX.
16941
16942 Wed Nov 10 11:47:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16943
16944 * config/c4x/c4x-protos.h: New file. Prototypes for functions defined
16945 in c4x.c.
16946 * config/c4x/c4x.h: Moved prototypes to c4x.h.
16947 * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
16948 c4x_secondary_memory_needed) Delete.
16949 (fp_zero_operand): Add mode argument.
16950
16951 Thu Nov 4 15:52:35 1999 Andrew Haley <aph@cygnus.com>
16952
16953 * reload1.c (reload_reg_free_for_value_p): Don't use a register
16954 that is in reload_reg_used.
16955
16956 Tue Nov 9 16:43:00 1999 Nick Clifton <nickc@cygnus.com>
16957
16958 * config/arm/arm-protos.h: New file: Prototypes for functions
16959 defined in arm.c and pe.c.
16960 * config/arm/arm.h: Fix compile time warnings.
16961 * config/arm/arm.c: Fix compile time warnings.
16962 * config/arm/pe.h: Fix compile time warnings.
16963 * config/arm/aout.h: Fix compile time warnings.
16964
16965 Tue Nov 9 14:55:44 1999 Nick Clifton <nickc@cygnus.com>
16966
16967 * config/m32r/m32r-protos.h: New file: Prototypes for functions
16968 defined in m32r.c
16969
16970 * config/m32r/m32r.h: Move prototypes to m32r-protos.h
16971 Add support for subtargets.
16972 Add prototypes for new predicates.
16973 Add scheduling macros.
16974
16975 * config/m32r/m32r.c: Fix compile time warnings.
16976 (int8_operand): New predicate function.
16977 (reg_or_cmp_int16_operand): New predicate function.
16978 (extend_operand): New predicate function.
16979 (m32r_adjust_code): New scheduling function.
16980 (m32r_adjust_priorty): New scheduling function.
16981 (m32r_sched_init): New scheduling function.
16982 (m32r_sched_reorder): New scheduling function.
16983 (m32r_sched_variable_issue): New scheduling function.
16984 (direct_return): New codegen function.
16985 (m32r_not_same_reg): New rtl testsing function.
16986
16987 * config/m32r/m32r.md: Fix compile time warnings.
16988 Add support for pre decrement and post increment memory
16989 references.
16990 Add S<cc> patterns.
16991 Add fabs patterns.
16992
16993 Mon Nov 8 22:20:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16994
16995 * global.c (EXECUTE_IF_CONFLICT): Don't define.
16996 (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
16997 (find_reg): Likewise.
16998
16999 Mon Nov 8 13:16:46 1999 Jason Eckhardt <jle@cygnus.com>
17000
17001 * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
17002 to avoid assembler errors.
17003
17004 Mon Nov 8 15:38:41 1999 Nick Clifton <nickc@cygnus.com>
17005
17006 * config/v850/v850-protos.h: New file: Prototypes for functions
17007 defined in v850.c
17008 * config/v850/v850.h: Move prototypes to v850-protos.h
17009 * config/v850/v850.c: Move prototypes to v850-protos.h
17010 * config/v850/v850.md: Fix compile time warnings.
17011
17012 * config/fr30/fr30-protos.h: New file: Prototypes for functions
17013 defined in fr30.c
17014 * config/fr30/fr30.h: Move prototypes to fr30-protos.h
17015 * config/fr30/fr30.c: Fix compile time warnings.
17016 * config/fr30/fr30.md: Fix compile time warnings.
17017
17018 Mon Nov 8 07:25:37 1999 Mark Mitchell <mark@codesourcery.com>
17019
17020 * tree.h (get_containing_scope): Declare it.
17021 * tree.c (get_containing_scope): New fucntion.
17022 (decl_function_context): Use it.
17023 * toplev.c (rest_of_compilation): Use get_containing_scope.
17024
17025 aMon Nov 8 03:03:07 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17026
17027 * Makefile.in (rtl.o): Depend on toplev.h.
17028
17029 Sun Nov 7 20:55:14 1999 Mark Mitchell <mark@codesourcery.com>
17030
17031 * cse.c (delete_trivially_dead_insns): Replace alloca with
17032 xmalloc/xcalloc.
17033 * except.c (update_rethrow_references): Likewise.
17034 (init_eh_nesting_info): Likewise.
17035 * function.c (identify_blocks): Likewise.
17036 * gcse.c (dump_hash_table): Likewise.
17037 * graph.c (print_rtl_graph_with_bb): Likewise.
17038 * loop.c (combine_movables): Likewise.
17039 (move_movables): Likewise.
17040 (count_loop_regs_set): Likewise.
17041 (strength_reduce): Likewise.
17042 * profile.c (compute_branch_probabilities): New function, split
17043 out from ...
17044 (branch_prob): Here. Replace alloca with xmalloc/xcalloc.
17045 * regclass.c (regclass): Likewise.
17046 * regmove.c (regmove_optimize): Likewise.
17047 * toplev.c (compile_file): Likewise.
17048 (main): Don't mess with the stack rlimit.
17049
17050 Sun Nov 7 19:41:17 1999 Catherine Moore <clm@cygnus.com>
17051
17052 * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
17053 (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
17054
17055 Sun Nov 7 10:23:28 1999 Mark P. Mitchell <mark@codesourcery.com>
17056
17057 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
17058
17059 Sun Nov 7 02:58:48 1999 Jeffrey A Law (law@cygnus.com)
17060
17061 * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
17062 (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
17063 macro expansion.
17064
17065 Sat Nov 6 23:48:30 1999 Robert Lipe (robertlipe@usa.net)
17066
17067 * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
17068
17069 Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com)
17070
17071 * gcse.c (post_dominators): Kill.
17072 (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
17073 (compute_code_hoist_data): Use compute_flow_dominators. Do not
17074 pass in a pdom array since we do not need pdoms.
17075 * haifa-sched.c (schedule_insns): Similarly.
17076 * flow.c (compute_dominators): Remove dead function.
17077 (compute_flow_dominators): Do not compute doms or pdoms if the
17078 caller does not request them. Split up loop to build doms and
17079 pdoms. Use a worklist to compute doms and pdoms.
17080 * basic-block.h (compute_dominators): Remove prototype.
17081
17082 Sat Nov 6 11:38:39 1999 Richard Henderson <rth@cygnus.com>
17083
17084 * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
17085 (insn_luid, insn_priority, insn_costs, insn_units): Remove.
17086 (insn_reg_weight, insn_depend, insn_dep_count): Remove.
17087 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
17088 (cant_move, fed_by_spec_load, is_load_insn): Remove.
17089 (schedule_region): Remove unused variable.
17090 (schedule_insns): Allocate h_i_d, and not all the separate arrays.
17091
17092 Sat Nov 6 10:00:34 1999 Mark Mitchell <mark@codesourcery.com>
17093
17094 * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
17095 (update_equiv_regs): Likewise.
17096 (block_alloc): Likewise.
17097 * reg-stack.c (reg_to_stack): Likewise.
17098 (convert_regs_2): Likewise.
17099 * reload1.c (reload_as_needed): Likewise.
17100
17101 Sat Nov 6 09:57:59 1999 Mark Mitchell <mark@codesourcery.com>
17102
17103 * Makefile.in (dbxout.o): Depend on ggc.h.
17104 (dwarf2out.o): Likewise.
17105 (xcoffout.o): Likewise.
17106 * dbxout.c: Include ggc.h.
17107 (dbxout_init): Register lastfile as a root.
17108 * dwarf2out.c: Include ggc.h.
17109 (dwarf2out_line): Register lastfile as a root.
17110 * xcoffout.c: Include ggc.h.
17111 (xcoffout_source_line): Register xcoff_lastfile as a root.
17112
17113 Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com>
17114
17115 * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
17116
17117 Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com>
17118
17119 * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
17120 defined.
17121 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
17122
17123 Fri Nov 5 18:33:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17124
17125 * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
17126 (EXECUTE_IF_CONFLICT): Likewise.
17127 (ALLOCNO_LIVE_P): Avoid signed division.
17128 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
17129 (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
17130 (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
17131
17132 Fri Nov 5 12:04:02 1999 Richard Henderson <rth@cygnus.com>
17133
17134 * haifa-sched.c (schedule_block): Don't crash if there's no
17135 next insn for an interblock movement.
17136 (add_branch_dependences): Don't allow clobber insns to move either.
17137
17138 Fri Nov 5 10:18:11 1999 Richard Henderson <rth@cygnus.com>
17139
17140 * i386.c (split_xf): New.
17141 * i386-protos.h: Declare it.
17142 * i386.md (movxf_1): Add general regs alternatives.
17143 (movxf_1+1): New splitter for same.
17144
17145 Fri Nov 5 12:05:52 1999 Nick Clifton <nickc@cygnus.com>
17146
17147 * function.c (purge_addressof_1): Add missing return values.
17148
17149 Fri Nov 5 10:07:25 1999 Nick Clifton <nickc@cygnus.com>
17150
17151 * function.c (is_addressof): New function. Returns true if
17152 the given piece of RTL is an ADDRESSOF.
17153 (purge_addressof_1): Make boolean. Return false if the
17154 ADDRESSOFs could not be purged.
17155 (purge_addressof): If ADDRESSOFs could not be purged from the
17156 notes attached to an insn, remove the offending note(s),
17157 unless they are attached to a libcall.
17158
17159 1999-11-05 Andreas Jaeger <aj@suse.de>
17160
17161 * genoutput.c (null_operand =): Initialize all fields.
17162
17163 * errors.h: Add extern to prototypes.
17164
17165 Fri Nov 5 01:44:09 1999 Jeffrey A Law (law@cygnus.com)
17166
17167 * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
17168 * configure: Rebuilt.
17169
17170 Fri Nov 5 01:24:37 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
17171
17172 * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
17173 (mirror_conflicts): New function.
17174 (global_alloc): Call it.
17175 (expand_preferences): Remove redundant CONFLICTP test.
17176 (find_reg, dump_conflicts): Likewise.
17177 (prune_preferences): Process conflicts one word at a time.
17178
17179 Fri Nov 5 01:05:21 1999 Richard Henderson <rth@cygnus.com>
17180
17181 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
17182 instead of an explicit loop.
17183
17184 Thu Nov 4 23:07:14 1999 Jim Wilson <wilson@cygnus.com>
17185
17186 * cse.c (cse_insn): Revert Oct 31 change. When computing src_elt,
17187 if REG_RETVAL check succeeds, then put classp in src_elt.
17188
17189 Thu Nov 4 23:48:14 1999 Jeffrey A Law (law@cygnus.com)
17190
17191 * function.c (pad_to_arg_alignment): Only update argument_pad
17192 if the argument's alignment is greater than STACK_BOUNDARY.
17193
17194 Thu Nov 4 16:44:53 1999 Richard Henderson <rth@cygnus.com>
17195
17196 * bitmap.h (BITMAP_XFREE): New.
17197 * flow.c (life_analysis): Use it.
17198 (life_analysis_1): Free blocks.
17199
17200 * combine.c (undo_commit): New.
17201 (try_combine): Use it. Don't zap undobuf.undos.
17202 (combine_instructions): Don't zap undobuf.undos; free the
17203 undobuf.frees list.
17204
17205 * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
17206
17207 * stmt.c (cost_table_): New.
17208 (estimate_case_costs): Use it instead of xmalloc.
17209
17210 * toplev.c (compile_file): Reuse dumpname memory instead
17211 of strdup'ing it.
17212
17213 Thu Nov 4 16:36:44 1999 Richard Henderson <rth@cygnus.com>
17214
17215 * reg-stack.c (convert_regs_1): Initialize target_stack->top
17216 after verifying an EH edge.
17217
17218 * haifa-sched.c (init_rgn_data_dependences): Correctly
17219 size bb_pending_lists_length when zeroing.
17220
17221 Thu Nov 4 16:36:36 1999 Richard Henderson <rth@cygnus.com>
17222
17223 * function.c (diddle_return_value): New.
17224 (expand_function_end): Use it.
17225 * stmt.c (expand_null_return): Likewise.
17226 (expand_value_return): Likewise.
17227
17228 * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
17229
17230 * reload1.c (reload): Don't remove return value clobbers.
17231
17232 Thu Nov 4 13:33:46 1999 Richard Henderson <rth@cygnus.com>
17233
17234 * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
17235
17236 Thu Nov 4 12:49:52 1999 Richard Henderson <rth@cygnus.com>
17237
17238 * cse.c (cse_main): Use xmalloc, not alloca.
17239 (cse_basic_block): Likewise.
17240 * local-alloc.c (local_alloc): Likewise.
17241
17242 Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>
17243 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17244
17245 * rtl.c: Include toplev.h.
17246 (fatal): Remove declaration.
17247
17248 Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
17249
17250 * haifa-sched.c (schedule_block): Fix thinko.
17251
17252 1999-11-03 James McKelvey <mckelvey@fafnir.com>
17253
17254 * fixinc/fixincl.c(create_file): Allow for systems that do not have
17255 S_IR* defined values
17256
17257 1999-11-03 Philippe De Muyter <phdm@macqel.be>
17258
17259 * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
17260 call `malloc' instead.
17261
17262 Wed Nov 3 23:05:14 1999 Mark Mitchell <mark@codesourcery.com>
17263
17264 * flags.h (flag_renumber_insns): Declare.
17265 * emit-rtl.c (renumber_insns): Check flag_renumber_insns. Print
17266 renumbering table.
17267 * rtl.h (renumber_insns): Change prototype.
17268 * toplev.c (flag_renumber_insns): Define.
17269 (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
17270
17271 Wed Nov 3 15:11:27 1999 David S. Miller <davem@redhat.com>
17272
17273 * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
17274 and fpsqrtd. Use them and create fdiv function unit to more
17275 accurately represent fpu sqrt pipeline semantics on UltraSparc.
17276 * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
17277
17278 Wed Nov 3 15:11:27 1999 Matteo Frigo <athena@fftw.org>
17279
17280 * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
17281 3 on UltraSparc.
17282 * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
17283 insn into ready list, do not use just a raw swap.
17284
17285 Wed Nov 3 14:51:59 1999 Mark P. Mitchell <mark@codesourcery.com>
17286
17287 * rtl.h (renumber_insns): New function.
17288 (remove_unnecessary_notes): Likewise.
17289 * emit-rtl.c (renumber_insns): Define.
17290 (remove_unncessary_notes): Likewise.
17291 * toplev.c (rest_of_compilation): Remove dead code.
17292 Use renumber_insns and remove_unncessary_notes.
17293
17294 * gcse.c (struct null_pointer_info): New type.
17295 (get_bitmap_width): New function.
17296 (current_block): Remove.
17297 (nonnull_local): Likewise.
17298 (nonnull_killed): Likewise.
17299 (invalidate_nonnull_info): Take a null_pointer_info as input.
17300 (delete_null_pointer_checks_1): New function.
17301 (delete_null_pointer_checks): Use it.
17302
17303 * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
17304 (split_edges): Likewise.
17305 (schedule_block): Likewise.
17306 (compute_block_backward_dependencies): Likewise.
17307 (schedule_region): Likewise.
17308 (schedule_insns): Likewise.
17309
17310 Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com>
17311
17312 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
17313 * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
17314 * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
17315 * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
17316 * jump.c (delete_unreferenced_labels): Don't delete if
17317 LABEL_ALTERNATE_NAME is set.
17318 * print-rtl.c (print_rtx): Dump alternate name.
17319 * rtl.def (CODE_LABEL): Change format to "iuuis00s".
17320 * rtl.h (LABEL_ALTERNATE_NAME): Define.
17321 * rtl.texi (LABEL_ALTERNATE_NAME): Document.
17322 * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
17323
17324 Wed Nov 3 15:39:19 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17325
17326 * fix-header.c (recognized_extern, recognized_function): Constify
17327 a char*.
17328
17329 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
17330 (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
17331 (compute_available): Remove unused variable `last'.
17332 (compute_nearerout): Remove unused variable `temp_bitmap'.
17333 (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
17334 Remove unused variable `x'.
17335
17336 * scan.h (recognized_function, recognized_extern): Constify a
17337 char*.
17338
17339 * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
17340
17341 Wed Nov 3 10:40:53 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17342
17343 * varasm.c (decode_rtx_const): Use XSTR to access the string
17344 of a SYMBOL_REF.
17345
17346 Wed Nov 3 10:10:58 1999 Richard Henderson <rth@cygnus.com>
17347
17348 * c-decl.c (duplicate_decls): Copy DECL_MODE too.
17349
17350 Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17351
17352 * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
17353
17354 Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
17355
17356 * pa.c (ireg_operand): New function.
17357 * pa.h (PREDICATE_CODES): Handle ireg_operand.
17358 * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
17359 Fix out of date comment.
17360
17361 * pa.md (negdi2): Turn into expander + anonymous pattern.
17362
17363 * reload.c (find_reloads): Fix typos in recent change.
17364
17365 * dwarf2out.c: Do not include ctype.h.
17366
17367 Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17368
17369 * regclass.c (record_reg_classes): Always use may_move_cost when
17370 seeing how operand fits with various register classes.
17371
17372 Tue Nov 2 15:38:17 1999 Richard Henderson <rth@cygnus.com>
17373
17374 * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
17375 * toplev.c: Revert Nov 1 13:22 change.
17376
17377 Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com>
17378
17379 * config/pa/pa.md (height reduction patterns): Add checks for
17380 overlapping operands to avoid semantic-destroying splits for
17381 height reduction patterns.
17382
17383 Tue Nov 2 15:27:31 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17384
17385 * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
17386 have been an hyphen, fixed.
17387 * configure: Rebuilt.
17388
17389 Tue Nov 2 17:04:36 1999 Nick Clifton <nickc@cygnus.com>
17390
17391 * config/arm/tpe.h: Add prototypes for exported functions.
17392 * config/arm/pe.c: Fix compile time warnings.
17393 * config/arm/semi.h: Fix compile time warnings.
17394 * config/arm/arm.c: Fix compile time warnings.
17395 * config/arm/arm.h: Fix compile time warnings.
17396 * config/arm/arm.md: Fix compile time warnings.
17397 * config/arm/thumb.c: Fix compile time warnings.
17398 * config/arm/thumb.h: Fix compile time warnings.
17399 * config/arm/thumb.md: Fix compile time warnings.
17400
17401 Tue Nov 2 04:10:24 1999 Jan Hubicka <hubicka@freesoft.cz>
17402
17403 * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
17404 detection code
17405
17406 * unroll.c (unroll_loop): Remove LOOP notes when loop is
17407 completely unrolled.
17408
17409 Tue Nov 2 16:57:22 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17410
17411 * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
17412
17413 Tue Nov 2 09:43:00 1999 Catherine Moore <clm@cygnus.com>
17414
17415 * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
17416 * rtl.h (rtx_equal_p): Move prototype.
17417 * rtl.c (rtx_equal_function_value_matters): Move from
17418 rtlanal.c
17419 (rtx_equal_p): Likewise.
17420 * rtlanal.c (rtx_equal_function_value_matters): Delete.
17421 (rtx_equal_p): Likewise.
17422
17423 Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
17424
17425 * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
17426 ! HAS_INIT_SECTION.
17427
17428 Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
17429
17430 * gcc.1 (PA options): Remove obsolete -mshared-libs options.
17431
17432 * pa.h (ADDR_VEC_ALIGN): Define.
17433
17434 * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
17435 notes when presented with "if (foo) break; end_of_loop" and
17436 the break sequence gets moved out of the loop.
17437
17438 * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
17439 Remove explicit zero initializations of entries within MAP.
17440
17441 Mon Nov 1 18:09:14 1999 Richard Henderson <rth@cygnus.com>
17442
17443 * reg-stack.c (convert_regs_1): Handle EH edges specially.
17444
17445 Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com>
17446
17447 * bitmap.h (BITMAP_XMALLOC): New macro.
17448 * flow.c (CLEAN_ALLOCA): Remove.
17449 (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
17450 (life_analysis): Likewise.
17451 (update_life_info): Don't use CLEAN_ALLOCA.
17452 (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
17453 (calculate_global_regs_live): Likewise.
17454 (print_rtl_with_bb): Likewise.
17455 (verify_flow_info): Likewise.
17456 * global.c (global_alloc): Likewise.
17457 (global_conflicts): Likewise.
17458 * integrate.c (save_for_inline_nocopy): Likewise.
17459 (expand_inline_function): Likewise.
17460 * jump.c (jump_optimize_1): Likewise.
17461 (duplicate_loop_exit_test): Likewise.
17462 (thread_jumps): Likewise.
17463 * loop.c (loop_optimize): Likewise.
17464 (combine_givs): Likewise.
17465 (recombine_givs): Likewise.
17466 * reorg.c (dbr_schedule): Likewise.
17467 * unroll.c (unroll_loop): Likewise.
17468
17469 * combine.c (combine_instructions): Use xmalloc instead of alloca.
17470
17471 Mon Nov 1 13:22:30 1999 Richard Henderson <rth@cygnus.com>
17472
17473 * toplev.c (rest_of_compilation): Don't optimize the CFG
17474 when rebuilding, just before dbr.
17475
17476 Mon Nov 1 14:35:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17477
17478 * output.h (assemble_end_function, assemble_destructor,
17479 assemble_constructor, assemble_gc_entry, assemble_global,
17480 assemble_label, output_constant_pool) Constify a char*.
17481
17482 * varasm.c (assemble_destructor, assemble_constructor,
17483 assemble_gc_entry, assemble_end_function, assemble_global,
17484 assemble_label, output_constant_pool): Likewise.
17485
17486 Mon Nov 1 14:22:51 1999 Nick Clifton <nickc@cygnus.com>
17487
17488 * config/arm/thumb.c (thumb_expand_prologue): Add comments
17489 explaining what is goin on in this function.
17490
17491 Mon Nov 1 08:03:15 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17492
17493 * regclass.c (record_reg_classes): In matching case, recompute
17494 costs since the direction of movement is different.
17495
17496 Sun Oct 31 21:59:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
17497
17498 * resource.c (mark_target_live_regs): For unconditional branches,
17499 the resources found at the branch target should be added to the
17500 resources found so far, not intersected.
17501
17502 Sun Oct 31 15:48:49 1999 Philippe De Muyter <phdm@macqel.be>
17503
17504 * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
17505 old cpp's.
17506 * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
17507 (sys/mman.h): Include this file only if #HAVE_MMAP.
17508 (run_compiles): Initialize `esac_fmt' with one old KR string, not
17509 with automatically concatenated ANSI strings.
17510
17511 Sun Oct 31 23:57:07 1999 Mark Mitchell <mark@codesourcery.com>
17512
17513 * ggc-page.c (struct page_entry): Remove save_num_free_objects.
17514 (DIV_ROUND_UP): Robustify.
17515 (ggc_recalculate_in_use_p): New function.
17516 (release_pages): Don't inline it.
17517 (ggc_alloc_obj): Don't refuse to allocate objects on pages for
17518 outer contexts.
17519 (ggc_pop_context): Use ggc_recalculate_in_use_p.
17520 (clear_marks): Always save in_use_p.
17521 (sweep_pages): Use ggc_recalculate_in_use_p.
17522 (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
17523 Release pages before counting statistics.
17524
17525 Sun Oct 31 23:42:37 1999 Mark Mitchell <mark@codesourcery.com>
17526
17527 * toplev.c (rest_of_compilation): Fix thinko in this change:
17528
17529 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
17530
17531 (rest_of_compilation): If inside an inlined external function,
17532 pretend we are just being declared.
17533
17534 Sun Oct 31 23:03:25 1999 Jeffrey A Law (law@cygnus.com)
17535
17536 * flow.c (calculate_global_regs_live): Fix thinko.
17537
17538 * integrate.c (expand_inline_function): Fix bugs in previous
17539 change from Oct 28, 1999.
17540
17541 Sun Oct 31 20:27:45 1999 Mark Mitchell <mark@codesourcery.com>
17542
17543 * stmt.c (expand_value_return): Fix typo in this change:
17544
17545 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17546 (expand_value_return): Correctly convert VAL when promoting function
17547 return; support RETURN_REG being a PARALLEL.
17548
17549 Sun Oct 31 20:25:42 1999 Mark P. Mitchell <mark@codesourcery.com>
17550
17551 * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
17552
17553 Sun Oct 31 20:42:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17554
17555 * hard-reg-set.h (reg_names): Constify a char*.
17556
17557 * regclass.c (reg_names): Likewise.
17558
17559 * regs.h (reg_names): Likewise
17560
17561 * a29k/a29k.c (reg_names): Delete declaration.
17562
17563 * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
17564
17565 * arc/arc.c (arc_save_restore, arc_output_function_prologue,
17566 arc_output_function_epilogue): Likewise.
17567
17568 * elxsi/elxsi.c (reg_names): Likewise.
17569
17570 * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
17571
17572 * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
17573 Likewise.
17574
17575 * m88k/m88k.c (output_function_profiler): Likewise.
17576
17577 * sparc/sparc.c (sparc_flat_output_function_prologue,
17578 sparc_flat_output_function_epilogue): Likewise.
17579
17580 Sun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof.com>
17581
17582 * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
17583 warning from -Wuninitialized and put it under -W.
17584 * function.c (uninitialized_vars_warning): Warn only when the
17585 corresponding flag is set.
17586
17587 Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com)
17588
17589 * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
17590 is nonzero and the single set does not have an elt, then assign
17591 it an elt.
17592
17593 * simplify-rtx.c: New file.
17594 * Makefile.in (OBJS): Add simplify-rtx.o
17595 (simplify-rtx.o): Add dependencies.
17596 * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
17597 * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
17598 (cse_gen_binary, simplify_unary_operation): Delete.
17599 (simplify_binary_operation, simplify_plus_minus): Likewise.
17600 (check_fold_consts, simplify_relation_operation): Likewise.
17601 (simplify_ternary_operation): Likewise.
17602 (delete_trivially_dead_insns): Simplify the contents of the
17603 REG_EQUAL note before trying to substitute it into the source
17604 of the reg-reg copy at the end of a libcall sequence.
17605
17606 * combine.c (combine_simplify_rtx): Renamed from simplify_rtx. All
17607 references/callers changed.
17608
17609 * mn10200.c (mn10200_va_arg): Force the return value into a
17610 register.
17611
17612 * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
17613
17614 * cccp.c (macroexpand): Avoid out of range accesses for omitted
17615 arguments.
17616
17617 Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
17618
17619 * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
17620
17621 Sat Oct 30 22:19:26 1999 Jeffrey A Law (law@cygnus.com)
17622
17623 * fold-const.c (fold): Fix thinko when optimizing comparisons
17624 against -0.0.
17625
17626 Sat Oct 30 21:32:17 1999 David Starner <dstarner98@aasaa.ofe.org>
17627
17628 * gcc.texi (Passes): Update front-end files to their current
17629 location.
17630
17631 Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com>
17632
17633 * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
17634 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
17635 (PREDICATE_CODES): Add addition_operation.
17636 * alpha-protos.h (addition_operation): Declare.
17637 (secondary_reload_class): Likewise.
17638 * alpha.c (addition_operation): New.
17639 (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
17640 * alpha.md (adddi3): Turn into expander.
17641 (*lda, *adddi_2): New.
17642 (movsf, movdf patterns): Don't preference integer regs.
17643 (movsi, movdi patterns): Don't preference fp regs.
17644
17645 Sat Oct 30 14:38:22 1999 Richard Henderson <rth@cygnus.com>
17646
17647 * genrecog.c (write_switch): Check for duplicate CODE cases.
17648
17649 Sat Oct 30 14:31:48 1999 Richard Henderson <rth@cygnus.com>
17650
17651 * ggc-common.c: Update pre-function commentary.
17652 * ggc-page.c: Likewise.
17653 (poison): Remove.
17654 (poison_pages): Use memset directly.
17655 (ggc_alloc_obj): Likewise. Use a different pattern than poison_pages.
17656 (ggc_collect): Poison before sweeping.
17657 * ggc-simple.c: Update pre-function commentary.
17658 (ggc_alloc_obj): Poison non-zeroed memory.
17659
17660 Sat Oct 30 14:28:52 1999 Mark Mitchell <mark@codesourcery.com>
17661
17662 * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
17663 match format string, even on 64-bit hosts.
17664 * gcc-page.c (ggc_page_print_statistics): Likewise.
17665
17666 Sat Oct 30 14:38:04 1999 Catherine Moore <clm@cygnus.com>
17667
17668 * config/i386/i386.c (ix86_cpu): Revert last patch.
17669 * config/i386/i386.h (ix86_cpu): Ditto.
17670
17671 Fri Oct 29 17:00:42 1999 Jim Wilson <wilson@cygnus.com>
17672
17673 * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
17674 TYPE_SIZE, convert type of result to sizetype.
17675
17676 Fri Oct 29 14:34:17 1999 Richard Henderson <rth@cygnus.com>
17677
17678 * flow.c (count_or_remove_death_notes): Equate NULL with the
17679 universal set.
17680
17681 * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
17682 * toplev.c (rest_of_compilation): Rebuild CFG immediately before
17683 dbr_schedule.
17684
17685 * i386.c (pic_label_no): Delete.
17686 (ix86_attr_length_default): Don't use single_set to peek
17687 inside a parallel.
17688
17689 * recog.c (peephole2_optimize): Allow recog_next_insn to index
17690 the first insn after bb->end.
17691 * i386.md (push mem peeps): Scratch is live after evaluation
17692 of the memory.
17693 (cmp mem peep): Similarly.
17694
17695 Fri Oct 29 11:50:11 1999 Catherine Moore <clm@cygnus.com>
17696
17697 * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
17698 * function.c (pad_to_arg_alignment): Add missing braces.
17699
17700 Fri Oct 29 13:53:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17701
17702 * alpha/alpha-protos.h (literal_section): Add prototype.
17703 (alpha_need_linkage, alpha_start_function,alpha_end_function):
17704 Constify a char*.
17705
17706 * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
17707 prototype.
17708 (alpha_start_function, alpha_end_function, float_strings,
17709 alpha_need_linkage): Constify a char*
17710
17711 * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
17712
17713 * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
17714
17715 * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
17716
17717 * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
17718
17719 Fri Oct 29 13:49:39 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17720
17721 * flow.c (debug_flow_info): Add prototype.
17722
17723 * gcc.c (main): Likewise.
17724
17725 * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
17726 Likewise.
17727
17728 * reload1.c (failed_reload, set_reload_reg): Likewise.
17729
17730 * mips-tfile.c (main): Likewise.
17731 (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
17732 with ATTRIBUTE_NORETURN.
17733
17734 Fri Oct 29 18:16:03 1999 Andrew Haley <aph@cygnus.com>
17735
17736 * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
17737 DECL is not a memory ref.
17738
17739 Fri Oct 29 09:05:34 1999 Catherine Moore <clm@cygnus.com>
17740
17741 * config/i386/i386.h (ix86_cpu): Remove extern attribute.
17742 * config/i386/i386.c (ix86_cpu): Add extern attribute.
17743
17744 Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com>
17745
17746 * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
17747 * config/mips/elf64.h: ditto.
17748
17749 Fri Oct 29 08:03:57 1999 Catherine Moore <clm@cygnus.com>
17750
17751 * expr.c (emit_push_insn): New argument alignment_pad.
17752 Update all callers. Adjust stack pointer based on alignment pad.
17753 * function.c (pad_to_arg_alignment): New argument alignment_pad.
17754 Update all callers. Track alignment_pad if boundary > PARM_BOUNDARY.
17755 (locate_and_pad_parm): New argument alignment_pad. Update all
17756 callers.
17757 * expr.h (emit_push_insn): Update prototype.
17758 (locate_and_pad_parm): Update prototype.
17759 * calls.c (arg_data): Add new field alignment_pad.
17760 (initialize_argument_information): Initialize alignment_pad.
17761
17762 Fri Oct 29 02:51:35 1999 Mark Mitchell <mark@codesourcery.com>
17763
17764 * except.c (free_eh_nesting_info): Free the info itself.
17765 * function.c (free_after_compilation): Don't free NULL.
17766 * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
17767 (pre_edge_insert): Free inserted.
17768 * stmt.c (free_stmt_status): Don't free NULL.
17769
17770 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
17771
17772 * gcov.c (DIR_SEPARATOR): Provide default.
17773 (output_data): Add test for MS-DOS format absolute filename.
17774 (fancy_abort): Correct program name.
17775 (open_files): Open all files in binary mode.
17776 * libgcc2.c (__bb_exit_func): Likewise.
17777
17778 * profile.c (init_branch_prob): Specify binary when opening files.
17779
17780 * flags.h (flag_unwind_tables): New decl.
17781 * toplev.c (flag_unwind_table): New definition.
17782 (f_options): Add -funwind-tables.
17783 (decode_g_option): Clarify warning when unknown -g option is given.
17784 (rest_of_compilation): If inside an inlined external function,
17785 pretend we are just being declared.
17786
17787 * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
17788 (dwarf2out_frame_finish): Likewise.
17789
17790 Fri Oct 29 07:44:26 1999 Vasco Pedro <vp@di.fct.unl.pt>
17791
17792 * fold-const.c (merge_ranges): If not in0, but in1, handle
17793 upper bounds equal like subset case.
17794
17795 Thu Oct 28 19:22:24 1999 Douglas Rupp <rupp@gnat.com>
17796
17797 * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
17798 passed in a register but moved to the stack.
17799
17800 Thu Oct 28 19:12:57 1999 Sam Tardieu <tardieu@act-europe.fr>
17801
17802 * gcc.c (pass_exit_codes, greatest_status): New variables.
17803 (struct option_map): Add entry for "--pass-exit-codes".
17804 (execute): Update greatest_status if error.
17805 (display_help): Add documentation for -pass-exit-codes.
17806 (process_command): Handle -pass-exit-codes.
17807 (main): Look at pass_exit_codes and greatest_status on call to exit.
17808
17809 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17810
17811 * reload.c (find_reloads): Refine test for no input reload
17812 case to not includes reloads emitted after insn.
17813
17814 * function.c (find_temp_slots_from_address): Handle sum involving
17815 a register that points to a temp slot.
17816 (update_temp_slot_address): Make recursive call if both old and
17817 new are PLUS with a common operand.
17818 * calls.c (expand_call): Mark temp slot for result as having
17819 address taken.
17820
17821 * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
17822
17823 * gcc.c (process_command): Add standard_exec_prefix with "GCC"
17824 component as well as "BINUTILS".
17825
17826 * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
17827 * integrate.c (copy_rtx_and_substitute): Likewise.
17828 (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
17829 All callers changed.
17830 * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
17831
17832 * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
17833 gdb extensions, write size of type; also be more consistent
17834 in using references when this is a subtype.
17835
17836 * pa.md (extv, extzv, insv): Use define_expand to reject constant
17837 that is out of range.
17838
17839 * loop.c (unknown_constant_address_altered): New variable.
17840 (prescan_loop): Initialize it.
17841 (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
17842 (invariant_p, case MEM): Remove handling for volatile and readonly;
17843 check new variable if readonly.
17844 (check_dbra_loop): Chdeck unknown_constant_address_altered.
17845
17846 * cse.c (canon_hash, case MEM): Do not record if BLKmode.
17847 (addr_affects_sp_p): Removed from note_mem_written and only
17848 define #ifdef AUTO_INC_DEC.
17849
17850 * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
17851
17852 * regclass.c (record_reg_classes): Properly handle register move
17853 directions.
17854
17855 * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
17856 Don't think valid if both operands are invalid.
17857 (struct constant_descriptor): New field RTL.
17858 (mark_const_hash_entry): Mark it.
17859 (record_constant{,_rtx}): Initialize it.
17860 (output_constant_def): Allocate RTL in permanent obstack and
17861 save in table.
17862 ({record,compare}_constant_1): Modes must match for
17863 CONSTRUCTOR of ARRAY_TYPE.
17864
17865 * c-common.h (initializer_constant_valid_p): Delete decl from here.
17866 * output.h (initializer_constant_valid_p): Move decl to here.
17867 * c-common.c (initializer_constant_valid_p): Delete function from here.
17868 * varasm.c (initializer_constant_valid_p): Move function to here.
17869
17870 * tree.h (STRIP_SIGN_NOPS): New macro.
17871 * fold-const.c (optimize_minmax_comparison): New function.
17872 (invert_truthvalue, case WITH_RECORD_EXPR): New case.
17873 (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
17874 (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
17875 cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
17876 widening conversions.
17877 (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
17878 to look at size of mode, not precision of type; also add missing cases.
17879 (optimize_bit_field_compare, decode_field_reference): Don't try to
17880 optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
17881
17882 * dwarf2out.c (ctype.h): Include.
17883 (dwarf2out_set_demangle_name_func): New function.
17884 (size_of_line_info): Deleted.
17885 (output_line_info): Compute size of line info table from difference
17886 of labels.
17887 (base_type_die, add_name_attribute): Call demangle function, if any.
17888 (field_byte_offset): Use bits per word for variable length fields.
17889 (gen_array_type_die): Add array name.
17890 (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
17891 (dwarf2out_add_library_unit_info): New function.
17892
17893 * explow.c (set_stack_check_libfunc): New function.
17894 (stack_check_libfunc): New static variable.
17895 (probe_stack_range): Allow front-end to set up a libfunc to call.
17896
17897 * combine.c (simplify_comparison): When making comparison in wider
17898 mode, check for having commuted an AND and a SUBREG.
17899 (contains_muldiv): New function.
17900 (try_combine): Call it when dividing a PARALLEL.
17901 (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
17902 (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
17903 a PLUS.
17904 (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
17905 use one of the CLOBBERs instead.
17906 (if_then_else_cond): If comparing against zero, just return thing
17907 being compared.
17908
17909 * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
17910 Don't generate shifts and subtract if have conditional arithmetic.
17911
17912 * rtl.h (delete_barrier): New declaration.
17913 * jump.c (jump_optimize): Set up to handle conditional call.
17914 In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
17915 (delete_barrier): New function.
17916
17917 * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
17918
17919 * recog.c (nonmemory_operand): Accept ADDRESSOF.
17920
17921 * tree.c (build_type_attribute_variant): Push to obstack of
17922 ttype around type_hash_canon call.
17923
17924 * expr.c (placeholder_list): Move decl to file scope.
17925 (expand_expr): Don't force access to volatile just because its
17926 address is taken.
17927 If ignoring reference operations, just expand the operands.
17928 (expand_expr, case COMPONENT_REF): Propagate
17929 EXPAND_CONST_ADDRESS to recursive call when expanding inner.
17930 Refine test for using bitfield operations vs pointer punning.
17931 (expand_expr, case CONVERT_EXPR): If converting to
17932 BLKmode UNION_TYPE from BLKmode, just return inner object.
17933 Use proper mode in store_field call.
17934 Properly set sizes of object to store and total size in store_field
17935 call for convert to union.
17936 (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
17937 memory (like for ADDR_EXPR). Also, don't put constant in register if
17938 we'll want it in memory.
17939 (readonly_fields_p): New function.
17940 (expand_expr, case INDIRECT_REF): Call it if LHS.
17941 (expand_assignment): Handle a RESULT_DECL where
17942 DECL_RTL is a PARALLEL.
17943 (do_jump, case WITH_RECORD_EXPR): New case.
17944 (get_inner_reference): Always go inside a CONVERT_EXPR
17945 and NOP_EXPR if both modes are the same.
17946 (store_field): Use bitfield operations if size of bitsize is not same
17947 as size of RHS's type.
17948 Check for bitpos not a multiple of alignment in BLKmode case.
17949 Do block move in largest possible alignment.
17950 (store_constructor): Set BITSIZE to -1 for variable size and properly
17951 in case of array of BLKmode.
17952 (expand_expr_unaligned): New function.
17953 (do_compare_and_jump): Call it.
17954
17955 * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
17956 * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
17957 does not include 'o'.
17958
17959 * function.c (instantiate_virtual_regs_1, case SET): Handle case where
17960 both SET_DEST and SET_SRC reference a virtual register.
17961 (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
17962
17963 * integrate.c (expand_inline_function): Handle case of setting
17964 virtual stack vars register (from built in setjmp); when parameter
17965 lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
17966 (subst_constant): Add new parm, MEMONLY.
17967 (expand_inline_function, integrate_parm_decls): Pass new parm.
17968 (integrate_decl_tree): Likewise.
17969 (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
17970 (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
17971 (copy_rtx_and_substitute, case SET): Add explicit calls to
17972 copy_rtx_and_substitute for both sides.
17973
17974 * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
17975 constraints.
17976 (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
17977 within INDEX_TYPE, instead of before.
17978 (fixup_gotos): Use f->target_rtl, not the next insn,
17979 since latter may be from a later fixup.
17980 (expand_value_return): Correctly convert VAL when promoting function
17981 return; support RETURN_REG being a PARALLEL.
17982 (expand_return): When checking for result in regs and having
17983 cleanup, consider PARALLEL in DECL_RTL as being in regs.
17984
17985 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com>
17986
17987 * cpplib.h (struct cpp_buffer: fname, nominal_fname,
17988 last_nominal_fname): Mark const.
17989 (struct include_hash: name, nshort, control_macro): Mark
17990 const.
17991 (struct macrodef: symnam): Mark const.
17992 (struct if_stack: fname): Mark const.
17993 (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
17994 (IStable): New character-syntax array which encompasses all
17995 the old is_foo arrays.
17996 (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
17997 is_space): New macros for interrogating IStable.
17998 (check_macro_name): Kill last argument. All callers changed.
17999
18000 * cppinit.c (initialize_char_syntax): Delete.
18001 (is_idchar, is_idstart, is_hor_space, is_space,
18002 trigraph_table): Delete.
18003 (IStable): New. Initialize with clever macros to avoid
18004 information duplication.
18005 (builtin_array): Table of builtins to get rid of explicit list
18006 in initialize_builtins.
18007 (initialize_builtins): Use builtins_array.
18008 (cpp_start_read): Call init_IStable, and set IStable['$'] if
18009 opts->dollars_in_ident.
18010
18011 * cppexp.c: Change all refs to is_xyz[] arrays to use new
18012 is_xyz() macros.
18013 (cpp_parse_expr): Avoid 'format string is not constant'
18014 warning. Use ISGRAPH to identify printable chars.
18015 * cppfiles.c: Change all refs to is_xyz[] arrays to use new
18016 is_xyz() macros.
18017 (read_and_prescan): Map trigraphs to chars with open-coded
18018 if-else-if-... sequence, not a lookup table.
18019 * cpphash.c: Change all refs to is_xyz[] arrays to use new
18020 is_xyz() macros.
18021 * cpplib.c: Change all refs to is_xyz[] arrays to use new
18022 is_xyz() macros. Kill SKIP_ALL_WHITE_SPACE (unused).
18023 (check_macro_name): Remove ability to report an invalid
18024 assertion name, which is never used.
18025 (do_line): Constify a couple of char *'s.
18026 * cppmain.c (main): Call cpp_cleanup before returning.
18027
18028 Thu Oct 28 21:16:35 1999 Mark Mitchell <mark@codesourcery.com>
18029
18030 * ggc.h (struct ggc_statistics): New type.
18031 (ggc_get_size): New function.
18032 (ggc_print_statistics): Likewise.
18033 * ggc-common.c (ggc_stats): New variable.
18034 (ggc_mark_rtx_children): Keep statistics.
18035 (ggc_mark_tree_children): Likewise.
18036 (ggc_print_statistics): New function.
18037 * ggc-page.c (struct globals): Add bytes_mapped field.
18038 (alloc_anon): Update it.
18039 (release_pages): Likewise.
18040 (ggc_get_size): New function.
18041 (ggc_page_print_statistics): New function.
18042 * ggc-simple.c (ggc_get_size): New function.
18043
18044 Fri Oct 29 06:32:44 1999 Geoffrey Keating <geoffk@cygnus.com>
18045
18046 * flow.c (propagate_block): When the last reference to a label
18047 before an ADDR_VEC is deleted because the reference is a dead
18048 store, delete the ADDR_VEC.
18049
18050 Thu Oct 28 12:28:50 1999 Richard Henderson <rth@cygnus.com>
18051
18052 * resource.c (find_free_register): Don't use the frame pointer
18053 if frame_pointer_needed.
18054
18055 Thu Oct 28 10:02:00 1999 Jim Wilson <wilson@cygnus.com>
18056
18057 * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
18058 (function_arg_pass_by_reference): Check for a NULL pointer in cum.
18059
18060 * config/i960/i960.c (i960_va_start): New locals base, num.
18061 Use INDIRECT_REF instead of ARRAY_REF on valist.
18062 (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
18063
18064 Thu Oct 28 09:45:48 1999 Mark Mitchell <mark@codesourcery.com>
18065
18066 * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
18067
18068 Thu Oct 28 03:37:50 1999 Peter Gerwinski <peter@gerwinski.de>
18069
18070 * tree.def (PLACEHOLDER_EXPR): Update comments.
18071
18072 Thu Oct 28 06:47:32 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18073
18074 * c-common.c (check_format_info): Avoid non-literal format string
18075 warnings when `first_arg_num' is zero.
18076
18077 Thu Oct 28 12:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18078
18079 * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
18080
18081 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
18082
18083 * arm.md (casesi_insn): Add a clobber of the condition code
18084 register.
18085
18086 Mon Oct 18 21:16:06 1999 Fred Fish <fnf@be.com>
18087
18088 * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
18089 used by both cc1 and cc1plus.
18090
18091 Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com>
18092
18093 * config/arm/arm.c: Initialise arm_structure_size_boundary to
18094 DEFAULT_STRUCTURE_SIZE_BOUNDARY.
18095 * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
18096 to the value 32 if it has not already been defined.
18097 * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
18098 Override definition in arm.h with a value of 8.
18099
18100 Thu Oct 28 03:12:02 1999 David Starner <dstarner98@aasaa.ofe.org>
18101
18102 * c-pragma.c (push_alignment): Don't check the return value
18103 of xmalloc.
18104
18105 Thu Oct 28 03:08:38 1999 Matteo Frigo <athena@fftw.org>
18106
18107 * sparc.h (ADJUST_COST): Fix thinko.
18108
18109 Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
18110
18111 * cccp.c (rescan): Fixed obp pointer handling around call to
18112 check_expand subroutine.
18113
18114 Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
18115
18116 * gcse.c (delete_null_pointer_checks): Only record non-null info
18117 for pseudos when examining stores.
18118
18119 * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
18120 splitters for these patterns. Use "#" for output templates.
18121 (addsi3_carryin_shift): New pattern.
18122
18123 Thu Oct 28 10:20:02 1999 Geoffrey Keating <geoffk@cygnus.com>
18124
18125 * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
18126 of the function return register into a plain REG until
18127 after function inlining is done.
18128
18129 Wed Oct 27 15:21:46 1999 Richard Henderson <rth@cygnus.com>
18130
18131 * jump.c (jump_optimize_1): If we did cross-jumping, and
18132 the data will matter, rebuild the CFG.
18133 * reg-stack.c (reg_to_stack): Only (re)build the CFG if
18134 not optimizing. Don't run shorten_branches.
18135 * toplev.c (rest_of_compilation): Run shorten_branches after
18136 reg_to_stack.
18137
18138 Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com>
18139
18140 * rtl.h (note_stores): Add additional paramter.
18141 * rtlanal.c (reg_set_p_1): Take additional paramter.
18142 (reg_set_last_1): Likewise.
18143 (reg_set_p): Adjust call to note_stores.
18144 (reg_set_last): Likewise.
18145 (note_stores): Pass data parameter to worker function.
18146 * alias.c (record_set): Take additional parameter.
18147 (init_alias_analysis): Pass it.
18148 * caller-save.c (mark_set_regs): Take additional parameter.
18149 (save_call_clobbered_regs): Pass NULL to note_stores.
18150 * combine.c (set_nonzero_bits_and_sign_copies): Take additional
18151 parameter.
18152 (record_dead_and_set_regs_1): Likewise.
18153 (reg_dead_at_p_1): Likewise.
18154 (combine_instructions): Adjust calls to note_stores.
18155 (try_combine): Likewise.
18156 (record_dead_insn): Remove.
18157 (record_dead_and_set_regs): Adjust calls to note_stores.
18158 (reg_dead_at_p): Likewise.
18159 * cse.c (invalidate_skipped_set): Take additional parameter.
18160 (cse_check_loop_start): Likewise.
18161 (cse_check_loop_start_value): Remove.
18162 (cse_set_around_loop): Adjust calls to note_stores.
18163 * flow.c (notice_stack_pointer_modification): Take additional
18164 parameter. Remove duplicate declaration.
18165 (record_volatile_insns): Adjust calls to note_stores.
18166 * gcse.c (record_set_info): Take additional parameter.
18167 (record_last_set_info): Likewise.
18168 (invalidate_nonnull_info): Likewise.
18169 (record_set_insn): Remove.
18170 (compute_sets): Adjust calls to note_stores.
18171 (last_set_insn): Remove.
18172 (compute_hash_table): Adjust calls to note_stores.
18173 (insert_insn_end_bb): Likewise.
18174 (delete_null_pointer_checks): Likewise.
18175 * global.c (mark_reg_store): Take additional parameter.
18176 (mark_reg_clobber): Likewise.
18177 (reg_becomes_live): Likewise.
18178 (global_conflicts): Adjust calls to note_stores.
18179 (build_insn_chain): Likewise.
18180 * integrate.c (note_modified_parmregs): Take additional parameter.
18181 (mark_stores): Likewise. Make it static.
18182 (save_for_inline_nocopy): Adjust calls to note_stores.
18183 (try_constants): Likewise.
18184 * integrate.h (mark_stores): Remove declaration.
18185 * jump.c (mark_modified_reg): Take additional parameter.
18186 (thread_jumps): Adjust calls to note_stores.
18187 * local-alloc.c (validate_equiv_mem_from_store): Take additional
18188 parameter.
18189 (no_equiv): Likewise.
18190 (reg_is_set): Likewise.
18191 (validate_equiv_mem): Adjust calls to note_stores.
18192 (update_equiv_regs): Likewise.
18193 (block_alloc): Likewise.
18194 * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
18195 (note_addr_stored): Take additional parameter.
18196 (note_set_pseudo_multiple_uses): Likewise.
18197 (record_initial): Likewise.
18198 (prescan_loop): Adjust calls to note_stores.
18199 (strength_reduce): Likewise.
18200 (check_dbra_loop): Likewise.
18201 * regmove.c (flags_set_1): Take additional paramter.
18202 (mark_flags_life_zones): Adjust calls to note_stores.
18203 * reload1.c (mark_not_eliminable): Take additional parameter.
18204 (forget_old_reloads_1): Likewise.
18205 (reload_cse_invalidate_rtx): Likewise.
18206 (reload_cse_check_clobber): Likewise.
18207 (reload_combine_note_store): Likewise.
18208 (move2add_note_store): Likewise.
18209 (reload): Adjust calls to note_stores.
18210 (reload_as_needed): Likewise.
18211 (emit_reload_insns): Likewise.
18212 (reload_cse_regs_1): Likewise.
18213 (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
18214 (reload_combine): Adjust calls to note_stores.
18215 * resource.c (update_live_status): Take additional paramter.
18216 (mark_target_live_regs): Adjust calls to note_stores.
18217 * stupid.c (find_clobbered_regs): Take additional parameter.
18218 (stupid_life_analysis): Adjust calls to note_stores.
18219
18220 Wed Oct 27 19:26:12 1999 Nick Clifton <nickc@cygnus.com>
18221
18222 * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
18223 definition.
18224
18225 * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
18226 definition.
18227
18228 * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
18229 of the variable arm_structure_size_boundary.
18230
18231 Wed Oct 27 02:05:58 1999 Mark P. Mitchell <mark@codesourcery.com>
18232
18233 * alias.c (init_alias_analysis): Allocate reg_known_value and
18234 reg_known_equiv_p on the heap. Likewise for new_reg_base_value
18235 and reg_seen.
18236 (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
18237 * cse.c (cse_main): Call end_alias_analysis.
18238 * haifa-sched.c (schedule_insns): Likewise.
18239 * local-alloc. (update_equiv_regs): Likewise.
18240 * reload1.c (reload_cse_regs): Likewise.
18241
18242 Wed Oct 27 01:49:17 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18243
18244 * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
18245 * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
18246 mapping from MASK_FPU.
18247
18248 Wed Oct 27 01:42:26 1999 Scott Christley <scottc@net-community.com>
18249
18250 * sparc.md (call): Don't bound structure return size to 0xfff.
18251
18252 Wed Oct 27 00:56:59 1999 Richard Henderson <rth@cygnus.com>
18253
18254 * resource.c (mark_target_live_regs): Check that the target
18255 insn wasn't created after compute_bb_for_insn.
18256
18257 Tue Oct 26 23:15:03 1999 Mark Mitchell <mark@codesourcery.com>
18258
18259 * ggc-page.c (poison_pages): Don't be overzealous.
18260
18261 Tue Oct 26 23:29:18 1999 Jeffrey A Law (law@cygnus.com)
18262
18263 * alias.c: Update comments for ADDRESS.
18264 (nonlocal_reference_p): Look inside the ADDRESS to determine if
18265 it is a local memory reference.
18266
18267 * c-typeck.c (build_function_call): Check that the built-in
18268 function is of class BUILT_IN_NORMAL before trying to recongize
18269 it as BUILT_IN_ABS.
18270 * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
18271 * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
18272
18273 Wed Oct 27 00:14:13 1999 Robert Lipe <robertlipe@usa.net>
18274
18275 * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
18276 of alloca.
18277 (pre_gcse): Likewise.
18278 (hoist_expr_reaches_here_p): Likewise.
18279 (hoist_code): Likewise.
18280 (pre_expr_reaches_here_p): Replace alloca with xcalloc. Move core
18281 code to ...
18282 (pre_expr_reaches_here_p_work): ... here.
18283 (expr_reaches_here_p): Replace alloca with xcalloc. Move core
18284 code to ...
18285 (expr_reaches_here_p_work): ... here.
18286
18287 Tue Oct 26 20:42:45 1999 Richard Henderson <rth@cygnus.com>
18288
18289 * resource.c (find_basic_block): Delete.
18290 (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
18291 (init_resource_info): Call compute_bb_for_insn.
18292
18293 Tue Oct 26 20:21:02 1999 Richard Henderson <rth@cygnus.com>
18294
18295 * flow.c (merge_blocks_move_predecessor_nojumps): Cope
18296 with already adjacent blocks, but no fallthru.
18297 (merge_blocks_move_successor_nojumps): Simplify.
18298 (debug_flow_info): New.
18299
18300 * toplev.c (rest_of_compilation): Open jump1 dump file before
18301 jump and close after, as opposed to just using dump_rtl.
18302
18303 Wed Oct 27 03:09:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18304
18305 * reload.h (earlyclobber_operand_p): Declare.
18306 * reload.c (earlyclobber_operand_p): Don't declare. No longer static.
18307 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
18308 an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
18309 case where the RELOAD_OTHER reload is new. Use earlyclobber_operand_p.
18310
18311 Tue Oct 26 18:23:38 1999 Jan Hubicka <hubicka@freesoft.cz>
18312 Richard Henderson <rth@cygnus.com>
18313
18314 * emit-rtl.c (emit_block_insn_before): New.
18315 (emit_block_insn_after): New.
18316 * basic-block.h: Declare them.
18317
18318 * bitmap.h: Protect from multiple inclusion.
18319
18320 * recog.c (scratch_operand): Handle VOIDmode correctly.
18321
18322 * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
18323
18324 * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
18325 * function.c (assign_parms): Likewise.
18326 * global.c (global_conflicts): Clarify STACK_REGS commentary.
18327
18328 * reg-stack.c (max_uid): Remove.
18329 (blocks, block_begin, block_end, block_drops_in): Remove.
18330 (block_stack_in, block_out_reg_set, block_number): Remove.
18331 (struct block_info_def, BLOCK_INFO): New.
18332 (enum emit_where): New.
18333 (current_block): New.
18334 (BLOCK_NUM): Remove.
18335 (mark_regs_pat, record_label_references): Remove.
18336 (record_reg_life_pat, record_reg_life, find_blocks): Remove.
18337 (nan): New.
18338 (goto_block_pat, print_blocks, dump_stack_info): Remove.
18339 (reg_to_stack): Simplified test for existance of fp code. Use
18340 flow.c code. Call shorten_branches after cross-jump opt.
18341 (check_asm_stack_operands): Renamed from record_asm_reg_life.
18342 Return false if the asm doesn't use stack regs. Don't do life
18343 analysis on the asm.
18344 (emit_pop_insn): Replace function pointer arg `when' with
18345 enum `where'. Update all callers.
18346 (change_stack): Likewise. Update basic block end.
18347 (emit_swap_insn): Use current_block->head to limit reverse search
18348 for start of block. Use emit_block_insn_after.
18349 (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
18350 (subst_asm_stack_regs): Use check_asm_stack_operands. Use direct
18351 structure assignment instead of bcopy.
18352 (print_stack): New.
18353 (convert_regs_entry, convert_regs_exit): New.
18354 (convert_regs_1, convert_regs_2): Split out from convert_regs.
18355 Work on basic blocks and the CFG.
18356 (convert_regs): Use them.
18357
18358 * i386.c (output_fix_trunc): Remove code for DImode input operand
18359 not at top-of-stack.
18360 * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
18361 appropriate mode.
18362 (fix_truncdi_1): Allow any mode scratch.
18363
18364 Tue Oct 26 13:30:35 1999 Richard Henderson <rth@cygnus.com>
18365
18366 * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
18367 * linux.h, netbsd.h, vms.h: Not here.
18368
18369 1999-10-26 Gavin Romig-Koch <gavin@cygnus.com>
18370
18371 * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
18372 ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
18373 (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
18374 CONDITIONAL_REGISTER_USEAGE): Use them.
18375 * config/mips/mips.c (mips_move_1word,mips_move_2words,
18376 gen_conditional_branch,override_options) : Use them.
18377 * config/mips/mips.md : Use them.
18378
18379 Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
18380
18381 * i386.md (zero_extendqihi2): Use SImode register name with andl.
18382
18383 Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
18384
18385 * integrate.c (function_cannot_inline_p): Don't allow inlining
18386 if setjmp is used.
18387
18388 Tue Oct 26 14:10:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18389
18390 * c-parse.in (cast_expr): Constify.
18391
18392 * cccp.c (special_symbol): Likewise.
18393
18394 * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
18395
18396 * dwarf2out.c (base_type_die): Likewise.
18397
18398 * global.c (allocno_compare): Likewise.
18399
18400 * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
18401
18402 * regclass.c (fix_register): Likewise.
18403
18404 * rtl.h (fix_register): Likewise.
18405
18406 * stupid.c (stupid_reg_compare): Likewise.
18407
18408 * toplev.c (decode_f_option): Likewise.
18409
18410 * tree.c (build_complex_type): Likewise.
18411
18412 Tue Oct 26 18:35:25 1999 Richard Earnshaw <rearnsha@arm.com>
18413
18414 * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
18415
18416 Tue Oct 26 15:42:56 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18417
18418 * reload.c (find_reloads): Compute mode and nregs fields of all
18419 reloads.
18420 * reload1.c (calculate_needs_all_insns): Simplify a bit.
18421 (calculate_needs): Use precomputed mode/nregs values.
18422 (allocate_reload_reg): Likewise.
18423 Break out two...
18424 (failed_reload, set_reload_reg): ... new functions.
18425 (choose_reload_regs_init): New function, mostly broken out from...
18426 (choose_reload_regs): ... here. Lose all the save_xxx nonsense.
18427 Also lose one #if 0 block.
18428
18429 Tue Oct 26 02:48:32 1999 Marc Espie <espie@cvs.openbsd.org>
18430
18431 * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET): Fix target name
18432 substitution.
18433
18434 Tue Oct 26 01:27:32 1999 Mark Mitchell <mark@codesourcery.com>
18435
18436 * tree.h (BLOCK_TYPE_TAGS): Remove.
18437 (BLOCK_END_NOTE): Likewise.
18438 (BLOCK_LIVE_RANGE_FLAG): Likewise.
18439 (BLOCK_LIVE_RANGE_START): Likewise.
18440 (BLOCK_LIVE_RANGE_END): Likewise.
18441 (tree_block): Remove live_range_flag, live_range_var_flag, and
18442 type_tags. Remove end_note, live_range_start, and live_range_end.
18443 (remember_end_note): Remove prototype.
18444 * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
18445 * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
18446 remember_end_note.
18447 * ggc-common.c (ggc_mark_tree_children): Don't mark
18448 BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
18449 * integrate.c (adjust_copied_decl_tree): Remove.
18450 * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
18451 * stmt.c (last_block_end_note): Remove.
18452 (init_stmt): Don't add a GC root for it.
18453 (expand_fixup): Don't set it.
18454 (remember_end_note): Remove.
18455 (expand_end_bindings): Don't set last_block_end_note.
18456
18457 Tue Oct 26 00:41:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18458
18459 * reload1.c (reload_reg_free_for_value_p): Show
18460 RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
18461 reloads.
18462
18463 Mon Oct 25 23:54:45 1999 Geoff Keating <geoffk@cygnus.com>
18464
18465 * expmed.c (extract_bit_field): Allow for the case of non-integer
18466 objects that are smaller than a word (like SFmode on a 64-bit
18467 machine).
18468
18469 * loop.c (basic_induction_var): A non-integer variable which is
18470 being set by a paradoxical subreg is probably not a biv.
18471
18472 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
18473
18474 * prefix.c (translate_name) Check for empty prefix string.
18475
18476 Mon Oct 25 23:10:45 1999 Andreas Schwab <schwab@suse.de>
18477
18478 * Makefile.in (CPP_CROSS_NAME): New variable.
18479 (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
18480 xcpp.
18481 (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
18482 names of the files to be uninstalled.
18483
18484 Mon Oct 25 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
18485
18486 * collect2.c (IS_DIR_SEPARATOR): Define.
18487 (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
18488
18489 * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
18490 functions too.
18491
18492 * haifa-sched.c (add_dependence): Update the true dependency
18493 cache the first time we add a true dependence to the LOG_LINKS chain.
18494
18495 Mon Oct 25 22:27:40 1999 Jim Kingdon <http://developer.redhat.com/>
18496
18497 * fold-const.c (fold): Fix comment.
18498
18499 Mon Oct 25 22:49:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18500
18501 * dbxout.c (lastfile, cwd, dbxout_type_method_1,
18502 dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
18503 dbxout_start_new_source_file, dbxout_source_file,
18504 dbxout_source_line, dbxout_finish, dbxout_type_fields,
18505 dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
18506 Constify a char*.
18507 (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
18508 (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
18509 (dbxout_block): Initialize variable `blocknum'.
18510
18511 * dbxout.h (dbxout_init, dbxout_finish,
18512 dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
18513 dbxout_args, dbxout_source_line): Constify a char*.
18514
18515 * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
18516 dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
18517 dwarf_fund_type_name, name_attribute, stmt_list_attribute,
18518 low_pc_attribute, high_pc_attribute, body_begin_attribute,
18519 body_end_attribute, comp_dir_attribute, sf_names_attribute,
18520 src_info_attribute, mac_info_attribute, producer_attribute,
18521 lookup_filename, generate_macinfo_entry, fundamental_type_code,
18522 dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
18523 dwarfout_undef): Constify a char*.
18524 (add_incomplete_type, retry_incomplete_types): Add prototypes.
18525
18526 * dwarfout.h (dwarfout_define, dwarfout_undef,
18527 dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
18528
18529 1999-10-25 Gavin Romig-Koch <gavin@cygnus.com>
18530
18531 * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
18532 (MULTILIB_ISA_DEFAULT): New.
18533 (MULTILIB_DEFAULTS): Use it.
18534 * config/mips/mips.c (): Remove the now unnecessary definition
18535 of MIPS_ISA_DEFAULT.
18536 * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
18537 unnecessary definition.
18538
18539 Mon Oct 25 22:08:35 1999 Richard Earnshaw (rearnsha@arm.com)
18540
18541 * arm.md (pic_load_addr): Add constraints to operand 1.
18542
18543 1999-10-25 Bruce Korb <autogen@linuxbox.com>
18544
18545 * fixinc/genfixes: Provide a means for specifying -D options to
18546 AutoGen
18547
18548 Mon Oct 25 00:42:35 1999 Jeffrey A Law (law@cygnus.com)
18549
18550 * arm.c (arm_override_options): Correct initialization of
18551 arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
18552 arm_is_strong, and arm_is_6_or_7.
18553
18554 * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
18555 (note_set_pseudo_multiple_uses): New function.
18556 (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
18557 if a pseudo set in the loop exit is used elsewhere.
18558
18559 Sun Oct 24 20:52:40 1999 Mark Mitchell <mark@codesourcery.com>
18560
18561 * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
18562
18563 Sun Oct 24 21:02:46 1999 Richard Henderson <rth@cygnus.com>
18564
18565 * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
18566 a single load-address pattern.
18567
18568 Sun Oct 24 19:33:24 1999 Mark P. Mitchell <mark@codesourcery.com>
18569
18570 * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
18571 depending on whether or not line-number notes are present.
18572
18573 Sun Oct 24 20:29:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18574
18575 * cccp.c (progname, file_buf, default_include, include_file,
18576 macrodef, definition, hashval, wchar_type, user_label_prefix,
18577 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
18578 expand_to_temp_buffer, is_system_include, base_name,
18579 absolute_filename, read_name_map, open_include_file,
18580 record_control_macro, check_precompiled, check_preconditions,
18581 pcfinclude, pass_thru_directive, create_definition,
18582 check_macro_name, comp_def_part, collect_expansion,
18583 check_assertion, read_token_list, assertion_install,
18584 assertion_lookup, eval_if_expression, conditional_skip,
18585 validate_else, skip_quoted_string, quote_string, macarg1,
18586 error_from_errno, install, lookup, hashf, dump_defn_1,
18587 perror_with_name, pfatal_with_name, main, trigraph_pcp,
18588 check_white_space, rescan, handle_directive, monthnames,
18589 special_symbol, do_include, remap_include_file, write_output,
18590 arglist, do_assert, do_unassert, do_line, do_error, do_once,
18591 do_ident, do_sccs, do_xifdef, skip_if_group,
18592 output_line_directive, macroexpand, macarg, change_newlines,
18593 initialize_builtins, make_definition): Constify a char*.
18594
18595 * pcp.h (stringdef): Likewise.
18596
18597 Sun Oct 24 13:29:28 1999 Richard Henderson <rth@cygnus.com>
18598
18599 * unroll.c (copy_loop_body): Examine SET_DEST of single_set
18600 not of pattern.
18601
18602 Sun Oct 24 13:14:20 1999 Graham <grahams@rcp.co.uk>
18603 Richard Henderson <rth@cygnus.com>
18604
18605 * alias.c: Include ggc.h.
18606 (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
18607 (record_set): Verify enough room in reg_base_value.
18608 (init_alias_analysis): Allocate reg_base_value with xcalloc.
18609 Register it as a GC root.
18610 (end_alias_analysis): Free reg_base_value. Remove it as a GC root.
18611 * Makefile.in (alias.o): Depend on ggc.h.
18612
18613 * unroll.c (unroll_loop): Verify the insn before a barrier
18614 is a JUMP_INSN before checking JUMP_LABEL.
18615
18616 Sun Oct 24 15:46:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18617
18618 * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
18619 * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
18620 * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
18621 * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
18622 * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
18623 * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
18624
18625 Sun Oct 24 15:35:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18626
18627 * output.h (ctors_section, dtors_section, bss_section): Prototype.
18628
18629 * alpha/alpha-interix.h (text_section): Delete prototype.
18630 * alpha/elf.h (text_section): Likewise.
18631 * arm/linux-elf.h (text_section): Likewise.
18632 * arm/linux-telf.h (text_section): Likewise.
18633 * c4x/c4x.h (text_section): Likewise.
18634 * dsp16xx/dsp16xx.h (bss_section): Likewise.
18635 * elfos.h (text_section): Likewise.
18636 * i386/aix386ng.h (text_section): Likewise.
18637 * i386/i386-interix.h (text_section): Likewise.
18638 * i386/sco5.h (text_section): Likewise.
18639 * i386/svr3gas.h (text_section): Likewise.
18640 * nextstep.h (text_section): Likewise.
18641 * psos.h (text_section): Likewise.
18642 * ptx4.h (text_section): Likewise.
18643 * svr3.h (text_section): Likewise.
18644 * svr4.h (text_section, ctors_section, dtors_section): Likewise.
18645
18646 Sun Oct 24 15:20:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18647
18648 * final.c (peephole): Delete prototype.
18649
18650 * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
18651 (pre_insert_copies): Remove unused variable `bb'.
18652
18653 * genrecog.c (debug_decision_0, debug_decision_list, main): Add
18654 prototypes.
18655
18656 * output.h (peephole): Add prototype.
18657
18658 Sun Oct 24 11:35:30 1999 Mark P. Mitchell <mark@codesourcery.com>
18659
18660 * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
18661 -O0.
18662
18663 Sat Oct 23 21:13:00 1999 Mark Mitchell <mark@codesourcery.com>
18664
18665 * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
18666 for inlined declarations.
18667
18668 Fri Oct 22 18:05:43 1999 Jeffrey A Law (law@cygnus.com)
18669
18670 * arm.c (logical_binary_operator): New fucntion.
18671 * arm.h (logical_binary_operator): Declare it.
18672 (PREDICATE_CODES): Handle logical_binary_operator.
18673 * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
18674 output constraints. Add appropriate splitters.
18675 (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
18676 (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
18677 (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
18678
18679 Fri Oct 22 23:46:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18680
18681 * genoutput.c (struct operand_data): New elt eliminable.
18682 (output_operand_data): Write it.
18683 (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
18684 (compare_operands): Take it into account.
18685 * recog.h (struct insn_operand_data): New elt eliminable.
18686 * reload1.c (check_eliminable_occurrences, elimination_effects): New
18687 functions.
18688 (old_asm_operands_vec, new_asm_operands_vec): Delete.
18689 (eliminate_regs): Move code that detects changes to elimination
18690 target regs into new function elimination_effects.
18691 Delete one #if 0 block.
18692 Abort for USE, CLOBBER, ASM_OPERANDS and SET.
18693 (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
18694 ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
18695 Only call eliminate_regs for real operands of the insn, not for parts
18696 of its structure or parts matched by things like match_operator.
18697 Use elimination_effects and check_eliminable_occurrences. Use
18698 copy_insn to duplicate the pattern when not in the final pass.
18699
18700 Fri Oct 22 09:03:44 1999 Mark Mitchell <mark@codesourcery.com>
18701
18702 * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
18703 and fld.
18704
18705 1999-10-22 Bruce Korb <autogen@linuxbox.com>
18706
18707 * fixinc/README: document the "mach" machine matching test
18708 * fixinc/fixfixes.c: Implement the #else/#endif label fix
18709 * fixinc/fixtests.c: Implement the #else/#endif label test
18710 * fixinc/inclhack.def: utilize these tests and fixes
18711 * fixinc/inclhack.sh: regen
18712 * fixinc/fixincl.x: regen
18713 * fixinc/fixincl.sh: regen
18714
18715 Thu Oct 21 20:37:19 1999 Jeffrey A Law (law@cygnus.com)
18716
18717 * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h. Also
18718 depend on ggc.h.
18719
18720 Thu Oct 21 20:30:19 1999 Matthias Klose <doko@debian.org>
18721
18722 * gcc.1: Document exit codes.
18723
18724 Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18725
18726 * calls.c: Include tm_p.h later, so everything we need is defined.
18727 * expr.c: Likewise.
18728 * function.c: Likewise.
18729
18730 * except.c: Include tm_p.h.
18731
18732 * sparc.c: Likewise.
18733 (dwarf2out_cfi_label): Don't prototype.
18734 (check_return_regs, epilogue_renumber,
18735 ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
18736 ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
18737 ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
18738 ultra_schedule_insn): Add static prototype.
18739 (data_segment_operand, text_segment_operand): Call itself with the
18740 proper number of arguments.
18741 (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
18742
18743 * sparc.h: Move all declarations to sparc-protos.h.
18744 (SELECT_RTX_SECTION): Pass a missing MODE argument to
18745 symbolic_operand.
18746
18747 * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
18748
18749 * config/svr4.h (text_section, ctors_section, dtors_section): Add
18750 Prototypes.
18751 (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
18752 ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
18753 ASM_OUTPUT_ASCII): Constify a char*.
18754
18755 * sparc-protos.h: New file for sparc prototypes.
18756
18757 Thu Oct 21 12:23:40 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18758
18759 * function.c (record_insns, contains): Always declare and define.
18760 (record_insns): Mark with ATTRIBUTE_UNUSED.
18761
18762 Thu Oct 21 13:03:49 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
18763
18764 * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
18765 to .section when outputting a .bss section to deal with multiple
18766 .bss input sections (as happens with -fdata-sections)
18767 Also output %progbits, not @progbits so the assembler doesn't treat as
18768 a comment.
18769 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
18770
18771 * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
18772 thumb parts even when building with non-thumb CPUs, by forcing
18773 thumb mode.
18774
18775 Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com)
18776
18777 * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
18778 (movdf_const_intreg_sp64): Similarly.
18779
18780 * local-alloc.c (update_equiv_regs): Check the correct insn
18781 for pre-existing REG_EQUIV notes.
18782
18783 Wed Oct 20 20:41:46 1999 Mark Mitchell <mark@codesourcery.com>
18784
18785 * cse.c (cse_end_of_basic_block): Don't return the end of a basic
18786 block reached by a branch if we're not going to actually process
18787 this block.
18788
18789 Wed Oct 20 15:18:42 1999 Jim Wilson <wilson@cygnus.com>
18790
18791 * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
18792 a local extern function declaration.
18793
18794 Wed Oct 20 13:56:01 1999 Richard Henderson <rth@cygnus.com>
18795
18796 * i386.c (ix86_expand_prologue): Properly wrap USE around
18797 reg for CALL_INSN_FUNCTION_USAGE.
18798
18799 Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com>
18800
18801 * config/mips/mips.md (movdf_internal1a): Allow floating-point
18802 move between GP_REGs.
18803
18804 Wed Oct 20 15:36:11 1999 Andrew Haley <aph@cygnus.com>
18805
18806 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
18807 the mode size when finding out if an offset is legal.
18808
18809 Wed Oct 20 06:26:58 1999 Richard Henderson <rth@cygnus.com>
18810
18811 * basic-block.h (PROP_*): Move constants from ...
18812 * flow.c: ... here.
18813 (compute_bb_for_insn): Free the array before reallocating.
18814 (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
18815 (allocate_reg_life_data): Reset all reg variables collected by
18816 propagate_block.
18817 (get_block_head_tail): Don't convert from bb to block.
18818 (get_bb_head_tail): New. Update all callers of get_block_head_tail.
18819 (find_insn_reg_weight): Take block not bb.
18820 (schedule_block): Don't set block num for moved insns.
18821 (schedule_region): Don't update_life_info or find_insn_reg_weight.
18822 (schedule_insns): Do it here instead.
18823 * combine.c (combine_instructions): Invoke compute_bb_for_insn
18824 before update_life_info.
18825 * recog.c (split_all_insns, peephole2_optimize): Update for
18826 new arg to update_life_info.
18827 * rtlanal.c (remove_note): Cope with NULL note.
18828 * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
18829 if we did sched1.
18830
18831 Wed Oct 20 10:46:41 1999 Richard Earnshaw (rearnsha@arm.com)
18832
18833 * jump.c (jump_optimize_1): More accurately detect casesi insns.
18834
18835 * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
18836 block records so that merge_blocks_nomove will clean up correctly.
18837 (split_edge): Handle casesi insns.
18838
18839 * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
18840
18841 Tue Oct 19 23:43:50 1999 Jeffrey A Law (law@cygnus.com)
18842
18843 * pa.md (call, call_value): Do not emit a blockage after restoring
18844 the PIC register.
18845
18846 Tue Oct 19 17:22:39 1999 Mark Mitchell <mark@codesourcery.com>
18847
18848 * c-typeck.c (c_expand_asm_operands): Fix typo.
18849
18850 Tue Oct 19 18:42:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18851
18852 * arm.c (fpu_rhs_operand): Verify modes.
18853 (fpu_add_operand): Likewise.
18854 (di_operand): Likewise.
18855 (soft_df_operand): Likewise.
18856
18857 Tue Oct 19 15:26:11 1999 Richard Earnshaw (rearnsha@arm.com)
18858
18859 * arm.c (arm_return_in_memory): APCS rules state that the elements
18860 of a structure returned in a register must be 'integer-like'.
18861
18862 1999-10-19 Bruce Korb <autogen@linuxbox.com>
18863
18864 * fixinc/Makefile.in: Change the generation rules to run `genfixes'
18865 in the source tree when the generated targets are out of date
18866 * fixinc/genfixes: Alter it to run individual fixes for make.
18867 * fixinc/README: rewrite
18868 * fixinc/inclhack.def: moved initial comments to README
18869
18870 Tue Oct 19 14:01:34 1999 Nick Clifton <nickc@cygnus.com>
18871
18872 * toplev.c (main): Do not generate an error message if an
18873 unrecognised command line switch is recognisable by another
18874 language. If extra_warnings are enabled, then generate a
18875 warning message instead.
18876
18877 Tue Oct 19 11:41:12 1999 Mumit Khan <khan@xraylith.wisc.edu>
18878
18879 * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
18880 (insert_pack_attributes): Delete prototype.
18881
18882 * c-pragma.c (default_alignment): New static variable.
18883 (push_alignment): Initialize to current effective alignment.
18884 (pop_alignment): Use to set new alignment.
18885 (insert_pack_attributes): Delete function.
18886 (handle_pragma_token): Set default_alignment as well each time
18887 a #pragma pack(<n>) is encountered.
18888
18889 Tue Oct 19 02:03:00 1999 Jeffrey A Law (law@cygnus.com)
18890
18891 * reg-stack.c (stack_result): Aggregates are not returned in
18892 stack registers.
18893
18894 Tue Oct 19 01:26:48 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
18895
18896 * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
18897
18898 Mon Oct 18 15:19:41 1999 Richard Henderson <rth@cygnus.com>
18899
18900 * basic-block.h (set_block_num): Declare.
18901 * flow.c (update_life_info): Don't call compute_bb_for_insn
18902 or free_basic_block_vars.
18903 * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
18904 (insn_orig_block): Remove.
18905 (INSN_BLOCK): Remove. Update all callers to use BLOCK_NUM.
18906 (schedule_block): Keep BLOCK_NUM up-to-date.
18907 (schedule_insns): Use compute_bb_for_insn.
18908 * recog.c (split_all_insns): Likewise.
18909 (peephole2_optimize): Likewise.
18910
18911 Mon Oct 18 18:50:51 1999 Andreas Schwab <schwab@suse.de>
18912
18913 * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
18914 if the pic register is used.
18915
18916 Mon Oct 18 02:38:46 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18917
18918 * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
18919 (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
18920 if that tests TREE_PERMANENT.
18921
18922 Mon Oct 18 01:41:35 1999 Jeffrey A Law (law@cygnus.com)
18923
18924 * cse.c (invalidate_for_call): Do not remove memory references from
18925 the table here. It's handled elsewhere.
18926
18927 * haifa-sched.c (add_dependence): Protect references to the
18928 true dependency cache with #ifdef INSN_SCHEDULING.
18929 (remove_dependence): Similarly.
18930
18931 * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
18932 to the cfg code that this is a return instruction.
18933 * mn10300.md (return_internal): Similarly.
18934
18935 * combine.c (get_last_value): If the last set of a register
18936 is after subst_low_cuid, then we can not use it to determine
18937 the register's last value.
18938
18939 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
18940
18941 * Makefile.in: Back out previous change.
18942
18943 Sun Oct 17 15:22:50 1999 Jeffrey A Law (law@cygnus.com)
18944
18945 * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
18946
18947 * haifa-sched.c (add_dependence): Only check/update the cache
18948 if it exists.
18949 (remove_dependence): Likewise.
18950 (schedule_insns): Only create the true_dependency_cache if the
18951 average number of instructions in a basic block is very large.
18952
18953 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
18954
18955 * Makefile.in (ggc-common.o): Depend on genrtl.h.
18956 (ggc-simple.o): Likewise.
18957 (ggc-page.o): Likewise.
18958
18959 Sun Oct 17 02:09:50 1999 Andrew MacLeod <amacleod@cygnus.com>
18960
18961 * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
18962 Prototype for exported functions.
18963 (pre_lcm, pre_rev_lcm): Remove prototypes.
18964 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
18965 (compute_available): Move to lcm.c, and change parameter order.
18966 (one_classic_gcse_pass): Call compute_ae_kill with parameters.
18967 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
18968 (gcse_main): No longer call compute_preds_succs. Rebuild the
18969 set table after reach pre pass.
18970 (pre_insert_map, pre_delete_map, edge_list): New.
18971 (alloc_pre_mem): Allocate edge vectors.
18972 (free_pre_mem): Delete edge vectors.
18973 (compute_pre_data): Call new edge based lcm routines.
18974 (process_insert_insn): New function.
18975 (insert_insn_end_bb): Use it.
18976 (pre_edge_insert): New function.
18977 (pre_insert_copy_insn): Formatting fixes. Update BLOCK_END as
18978 needed.
18979 (pre_insert_copies): Revamp using new edge based lcm outputs.
18980 (pre_delete): Likewise.
18981 (one_pre_gcse_pass): Insert & remove fake edges to the exit
18982 block.
18983 (compute_code_hoist_vbeinout): New new edge based routines.
18984 * lcm.c: Remove all the old LCM functions. Replace with new ones
18985 that work with the new cfg datastructures and work with edges
18986 instead of blocks.
18987
18988 Sun Oct 17 00:44:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18989
18990 * reload.h (struct reload): Add new fields "mode" and "nregs".
18991 * reload1.c: Change all occurrences of reload_mode and reload_nregs
18992 to reference the "mode" and "nregs" field within struct reload.
18993
18994 Sat Oct 16 21:50:28 1999 Jeffrey A Law (law@cygnus.com)
18995
18996 * haifa-sched.c (true_dependency_cache): New.
18997 (add_dependence): Use the true dependency cache to avoid expensive
18998 walks down the LOG_LINKS dependency list. Add entries to the
18999 cache as necessary.
19000 (remove_dependence): Remove entries from the true dependency cache
19001 as needed.
19002 (schedule_insns): Allocate and initialize and free the true
19003 dependency cache.
19004
19005 * haifa-sched.c (schedule_insns): Do not remove inter-block
19006 dependencies anymore.
19007
19008 Sat Oct 16 11:19:52 1999 Richard Henderson <rth@cygnus.com>
19009
19010 * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
19011 * i386/t-winnt: Likewise.
19012
19013 Sat Oct 16 11:11:54 1999 Richard Henderson <rth@cygnus.com>
19014
19015 * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
19016
19017 1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
19018
19019 * Makefile.in (LANGUAGES): Omit "proto".
19020 (clean): Remove stale comment about removing unprotoize.c.
19021
19022 Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19023
19024 * protoize.c (safe_read, safe_write): Avoid the gcc extension of
19025 using arithmetic on void pointers.
19026
19027 Sat Oct 16 02:48:22 1999 Jeffrey A Law (law@cygnus.com)
19028
19029 * haifa-sched.c (compute_block_forward_dependencies): Only check
19030 for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
19031
19032 Sat Oct 16 00:07:01 1999 Richard Henderson <rth@cygnus.com>
19033
19034 * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
19035 (expr_equiv_p): Reject memories with different alias sets.
19036
19037 Fri Oct 15 15:17:29 1999 Greg McGary <gkm@gnu.org>
19038
19039 * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
19040 * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
19041 (f_options): Add "bounded-pointers" and "bounds-check" entries.
19042 * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
19043 (lang_init): Set default for flag_bounds_check if still "unspecified".
19044
19045 Sat Oct 16 13:42:29 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19046
19047 * config/c4x/c4x.md (HF mode patterns): Add missing modes.
19048
19049 Sat Oct 16 13:37:46 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19050
19051 * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
19052 instructions.
19053
19054 Sat Oct 16 13:26:47 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19055
19056 * config/c4x/c4x.md (*db_noclobber,
19057 *decrement_and_branch_until_zero_noclobber): New patterns and
19058 associated splitters.
19059
19060 Sat Oct 16 13:13:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19061
19062 * config/c4x/c4x.md (parallel instruction patterns): Rework
19063 constraints to keep reload happy.
19064
19065 Sat Oct 16 13:03:16 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19066
19067 * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
19068 *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
19069 *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
19070 Add new patterns and associated post-reload splitters.
19071
19072 Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19073
19074 * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
19075
19076 Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19077
19078 * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
19079 if appropriate.
19080 * config/c4x/c4x.md (rpts_top): New pattern and splitter.
19081
19082 Sat Oct 16 12:26:30 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19083
19084 * config/c4x/c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF
19085 memory mode.
19086
19087 Fri Oct 15 17:02:09 1999 Jeffrey A Law (law@cygnus.com)
19088
19089 * pa.c (move_operand): Rely on memory_address_p to determine the
19090 validity of non-indexed memory addresses.
19091 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
19092 operand in DFmode and SFmode when generating PA2.0 code.
19093
19094 Fri Oct 15 14:25:19 1999 Richard Henderson <rth@cygnus.com>
19095
19096 * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
19097
19098 Fri Oct 15 13:48:45 1999 Richard Henderson <rth@cygnus.com>
19099
19100 * mips.c (function_prologue): Fix argument types.
19101 * mips.md (casesi): Use emit_jump_insn for casesi_internal.
19102 (casesi_internal): Write to the scratch register.
19103
19104 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com>
19105
19106 * cppexp.c (cpp_parse_escape): Make static. Change second arg
19107 to U_CHAR **.
19108 (parse_charconst): Delete unnecessary cast when calling
19109 cpp_parse_escape.
19110 (cpplib.h): Kill prototype of cpp_parse_escape.
19111
19112 Fri Oct 15 11:02:46 1999 Richard Henderson <rth@cygnus.com>
19113
19114 Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
19115 * unroll.c (unroll_loop): Cast return value of alloca.
19116 * i370/i370.c: Include function.h and toplev.h.
19117 (i370_label_scan): Remove c++ commented abort.
19118 * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
19119 (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
19120 * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
19121 * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
19122
19123 Fri Oct 15 03:01:01 1999 Loren Rittle <ljrittle@acm.org>
19124
19125 * config/t-freebsd: Do not override USER_H.
19126 * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
19127
19128 Fri Oct 15 02:37:28 1999 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
19129 Mumit Khan <khan@xraylith.wisc.edu>
19130
19131 * c-parse.in (component_decl): Support anonymous struct/union.
19132 (%expect): Update.
19133 * c-parse.y: Regenerate.
19134 * c-parse.c: Likewise.
19135 * objc/objc-parse.y: Likewise.
19136 * objc/objc-parse.c: Likewise.
19137 * c-decl.c (finish_struct): Don't sort the fields.
19138 (field_decl_cmp): Delete unused function.
19139
19140 Fri Oct 15 01:20:52 1999 Richard Henderson <rth@cygnus.com>
19141
19142 * sparc.md (movsf_const_intreg): Revert last constraint change.
19143 (movdf_const_intreg_sp32): Likewise.
19144
19145 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
19146
19147 * cse.c: Include hashtab.h instead of splay-tree.h
19148 (struct cse_reg_info): No longer use variant union. Add new
19149 field "regno". All references changed to avoid union.
19150 (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
19151 (free_cse_reg_info): Remove.
19152 (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
19153 (get_cse_reg_info): Revamp to use expandable hash tables instead
19154 of splay trees. Initialize new fields in cse_reg_info structure.
19155 (new_basic_block): Similarly.
19156
19157 Thu Oct 14 23:51:56 1999 Richard Henderson <rth@cygnus.com>
19158
19159 * genrecog.c (message_with_line): Prototype.
19160 (validate_pattern): Pass along the set for the dest, not a flag.
19161 Fix non-lvalue message. Don't warn for VOIDmode SET_DEST of CALL.
19162 Check for PC/CC0 as sources.
19163 (nodes_identical): Check for children position match before
19164 allowing the combination.
19165
19166 * rtl.c (read_rtx): Track line number across \\\n.
19167
19168 Thu Oct 14 23:50:25 1999 Richard Henderson <rth@cygnus.com>
19169
19170 * mips.h (SPECIAL_MODE_PREDICATES): New.
19171 * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
19172 (movdi+1, movsi+1): Add output reload constraint.
19173 (casesi_internal): Likewise. Fix commentary.
19174 (return_internal): Use pmode_register_operand.
19175
19176 Thu Oct 14 23:19:34 1999 Richard Henderson <rth@cygnus.com>
19177
19178 * 1750a.md (movstrqi): Add missing output reload constraint.
19179 (call_value): Likewise.
19180 * a29k.md (cpxxx patterns): Add missing match_operator mode.
19181 (jmpfdec): Add missing inout reload constraint.
19182 * elxsi.md (addsi patterns): Add missing output reload constraint.
19183 (move from sp): Use @ alternates.
19184 (call_value): No constraint on output.
19185 * fr30.md (movsi_pop): Add missing output reload constraint.
19186 (movsf_constant_store): Likewise.
19187 (splits): Remove constraints.
19188 (subsi3): Add missing mode.
19189 * i370.md (cmpstrsi+1): Add missing output reload constraint.
19190 (call_value): Likewise.
19191 * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
19192 * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
19193 * m32r.md (movsicc_internal): Add output reload constraint.
19194 (movstrsi_internal): Add inout reload constraints.
19195 * m88k.h (reg_names): Don't declare.
19196 (SPECIAL_MODE_PREDICATES): New.
19197 * m88k.md (*): Use register_operand not reg_or_0_operand
19198 on destinations.
19199 * mn10200.h (PREDICATE_CODES): New.
19200 * ns32k.md (ffs pattern): Add output reload constraint.
19201 * pdp11.md (sob pattern): Add inout reload constraint.
19202 * sh.md (splits): Remove constraints.
19203 (indirect_jump_scratch, fpu_switch): Add output reload constraint.
19204 * v850.md (pattern_is_ok_for_epilogue): Likewise.
19205 * vax.md (jgequ pattern): Add inout reload constraint.
19206
19207 Fri Oct 15 00:05:00 1999 Jeffrey A Law (law@cygnus.com)
19208
19209 * configure.in (djgpp): Revert previous patch.
19210 * configure: Rebuit.
19211 * config/i386/djgpp.h: Revert previous patch.
19212
19213 Fri Oct 15 00:00:24 1999 Loren J. Rittle <ljrittle@acm.org>
19214
19215 * fixinc/inclhack.def: Restore patch lost during last merge of
19216 "no_bogosity" branch.
19217 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
19218
19219 Thu Oct 14 23:57:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
19220
19221 * fixincludes: Add a HPUX 11 fix for inttypes.h.
19222 * fixinc/inclhack.def: Same.
19223 * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
19224
19225 Thu Oct 14 22:51:55 1999 Richard Henderson <rth@cygnus.com>
19226
19227 * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
19228 as the base of a PLUS.
19229
19230 Fri Oct 15 18:36:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19231
19232 * config/c4x/c4x.md: Define mode for remaining unspec operators.
19233 * config/c4x/c4x.c (dst_operand): Use nonimmediate_operand.
19234
19235 Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com>
19236
19237 * pa.md (post_stw+1): Use pmode_register_operand.
19238 (dcacheflush, icacheflush): Likewise.
19239
19240 * i386.md (movstricthi_1): Allow r/r.
19241
19242 Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz>
19243
19244 * fold-const.c (fold): Convert (or (not arg0) (not arg1))
19245 to (not (and (arg0) (arg1))). Similary for and.
19246
19247 * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
19248 fallthrough to associate code.
19249 Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
19250 bits in common.
19251
19252 * combine.c (simplify_logical): Convert XOR to IOR if operands have
19253 no bits in common; remove XOR to ROTATE conversion.
19254
19255 Fri Oct 15 17:40:11 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19256
19257 * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
19258
19259 Fri Oct 15 17:27:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19260
19261 * config/c4x/c4x.c (dst_operand): New.
19262 (PREDICATE_CODES): Update.
19263 * config/c4x/c4x.h (dst_operand): Declare it.
19264 * config/c4x/c4x.md: Define mode for each unspec usage.
19265 (move patterns): Use dst_operand predicate instead of src_operand.
19266 (movqi_update, movqf_update): Delete.
19267
19268 Thu Oct 14 18:48:54 1999 Richard Henderson <rth@cygnus.com>
19269
19270 * recog.c (pmode_register_operand): New.
19271 * recog.h: Declare it.
19272 * genrecog.c (pred_codes): Likewise.
19273 (special_mode_pred_table): Likewise.
19274 (validate_pattern): Don't warn no mode for address_operand.
19275
19276 * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
19277 if the operand is not insn-like.
19278
19279 Thu Oct 14 19:38:42 1999 Jeffrey A Law (law@cygnus.com)
19280 Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
19281
19282 * fold-const.c (fold): Handle more simplifications allowed by IEEE.
19283
19284 Thu Oct 14 17:30:14 1999 Richard Henderson <rth@cygnus.com>
19285
19286 * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
19287 instead of general_operand in a SET_DEST. Use const_double_operand
19288 instead of an explicit test against CONST_DOUBLE.
19289 (movsf_const_lo): Add missing register mode.
19290 (goto_handler_and_restore): Add auxiliary test for Pmode.
19291 (flush): Adjust to use address_operand.
19292 (return_sf_no_fpu): Add missing output constraint.
19293
19294 Thu Oct 14 17:21:26 1999 Richard Henderson <rth@cygnus.com>
19295
19296 * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
19297 for call return value.
19298 (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
19299
19300 Thu Oct 14 13:54:25 1999 Jason Merrill <jason@yorick.cygnus.com>
19301
19302 * toplev.c (main): Only warn about options for other languages.
19303 * collect2.c (main): Pass -w to sub-gcc.
19304
19305 Thu Oct 14 16:27:50 1999 Richard Henderson <rth@cygnus.com>
19306
19307 * flow.c (propagate_block): Add call-clobbered registers to
19308 significant too.
19309
19310 * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
19311 zapping mem_set_list.
19312 (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
19313 (mark_set_1, mark_used_regs): Likewise.
19314
19315 Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com>
19316
19317 * m68k.md (zero_extendsidi2): Add missing output reload constraint.
19318
19319 Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19320
19321 * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
19322 -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
19323 options. Also add a new item "C-only Warning Options" to the
19324 option summary.
19325
19326 1999-10-14 Gavin Romig-Koch <gavin@cygnus.com>
19327
19328 * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
19329 from multiple calls.
19330
19331 Thu Oct 14 04:54:54 1999 Richard Henderson <rth@cygnus.com>
19332
19333 * i386.md (call value patterns): Move to the end of the file.
19334 (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
19335
19336 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
19337
19338 * configure.in (djgpp configuration): Define extra_objects..
19339 * configure: Rebuilt.
19340 * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
19341 (DTORS_SECTION_ASM_OP): Define.
19342 (INIT_SECTION_ASM_OP): Define.
19343 (FINI_SECTION_ASM_OP): Define.
19344 (DATA_SECTION_ASM_OP): Define.
19345 (TEXT_SECTION_ASM_OP): Define.
19346 (EH_FRAME_SECTION_ASM_OP): Define.
19347 (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
19348 (STARTFILE_SPEC): Add crtbegin.o.
19349 (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
19350 to here from LINK_COMMAND_SPEC.
19351 (DO_GLOBAL_CTORS_BODY): Define.
19352 (CRTSTUFF_USE_FINI_SECTION): Define
19353 (HAS_INIT_SECTION): Delete.
19354
19355 Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
19356
19357 * Makefile.in (all.cross): Depend on xcpp$(exeext).
19358
19359 Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
19360
19361 * pa.h (PREDICATE_CODES): New.
19362
19363 * genrecog.c (validate_pattern): Condense the destination
19364 non-lvalue message.
19365
19366 Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com>
19367
19368 * alpha.md (call-1): Supply missing mode for operator.
19369 (*): Add missing output reload constraints. Remove constraints
19370 from define_splits.
19371
19372 * i386.h (SPECIAL_MODE_PREDICATES): New.
19373 * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
19374 (movqi_1, movdi_1, movdi_2, some splits): Likewise.
19375 (addsi_lea_3): Add missing mode for op 3.
19376 (prologue_set_got, prologue_get_pc): Add missing modes.
19377 (*) Add missing output reload constraints.
19378
19379 Thu Oct 14 03:59:57 1999 Stephane Carrez <stcarrez@worldnet.fr>
19380
19381 * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
19382 check for member bit-size overflow and use var_size if it occurs.
19383 (layout_record): Use bitsize_int() to define the type size in bits.
19384 Likewise for computation and assignment to DECL_FIELD_BITPOS.
19385 (layout_decl): Likewise when assigning to DECL_SIZE.
19386
19387 Thu Oct 14 02:57:05 1999 Richard Henderson <rth@cygnus.com>
19388
19389 * genrecog.c (validate_pattern): Typo last change. Verify
19390 that output operands have output reloads.
19391
19392 Thu Oct 14 01:49:54 1999 Richard Henderson <rth@cygnus.com>
19393
19394 * genrecog.c (special_mode_pred_table): New.
19395 (NUM_SPECIAL_MODE_PREDS): New.
19396 (find_operand): New.
19397 (validate_pattern): New argument `insn'. Warn for assignment to
19398 any predicate accepting non-lvalues. Conditionaly warn for
19399 match_operand without a mode. Try much harder to match source
19400 and destination modes on a set.
19401 * tm.texi (SPECIAL_MODE_PREDICATES): Document.
19402
19403 Thu Oct 14 02:54:13 1999 Jeffrey A Law (law@cygnus.com)
19404
19405 * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
19406
19407 Thu Oct 14 02:18:19 1999 Marc Espie <espie@cvs.openbsd.org>
19408
19409 * combine.c (simplify_logical): Recognize xor pattern that encodes
19410 rotation.
19411
19412 Wed Oct 13 23:23:45 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19413
19414 * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
19415 alignment.
19416
19417 Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
19418
19419 * ggc-page.c (MAP_FAILED): Provide default.
19420
19421 Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
19422
19423 * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
19424 * sparc.h (PREDICATE_CODES): Update.
19425
19426 Wed Oct 13 21:18:17 1999 Richard Henderson <rth@cygnus.com>
19427
19428 * alpha.c (some_ni_operand): New.
19429 * alpha-protos.h: Declare it.
19430 * alpha.h (PREDICATE_CODES): Update.
19431 * alpha.md (sXaddq reload insns): Use some_ni_operand
19432 for SET_DEST instead of some_operand.
19433
19434 Wed Oct 13 21:04:45 1999 Richard Henderson <rth@cygnus.com>
19435 Jim Wilson <wilson@cygnus.com>
19436
19437 * genrecog.c (maybe_both_true_2): Don't compare modes of
19438 two DT_pred tests.
19439 (process_tree): Elide peephole2_insns. Invoke simplify_tests
19440 after find_afterward.
19441 (debug_decision_1): Dump next and afterward codes.
19442
19443 Wed Oct 13 20:35:16 1999 Richard Henderson <rth@cygnus.com>
19444
19445 * rtl.c (dump_and_abort): Remove.
19446 (fatal_with_file_and_line): New.
19447 (fatal_expected_char): New.
19448 (read_rtx_lineno, read_rtx_filename): New.
19449 (read_skip_spaces): Track line number.
19450 (read_name): Use fatal_with_file_and_line.
19451 (read_rtx): Use fatal_expected_char. Track line number.
19452 * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
19453
19454 * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
19455 if it isn't a CODE_LABEL.
19456
19457 * genattr.c (main): Set read_rtx_filename.
19458 * genattrtab.c (main): Likewise.
19459 * gencodes.c (main): Likewise.
19460 * genconfig.c (main): Likewise.
19461 * genemit.c (main): Likewise.
19462 * genextract.c (main): Likewise.
19463 * genflags.c (main): Likewise.
19464 * genopinit.c (main): Likewise.
19465 * genoutput.c (main): Likewise.
19466 * genpeep.c (main): Likewise.
19467
19468 * genrecog.c (decision_test.u.insn): Add `lineno'.
19469 (pattern_lineno, error_count): New variables.
19470 (message_with_line): New.
19471 (add_to_sequence): Break out checking code to ...
19472 (validate_pattern): ... here. Detect SET_DEST matching CONST_INT.
19473 (merge_insn): Use message_with_line.
19474 (make_insn_sequence): Use validate_pattern. Record insn lineno.
19475 (main): Set read_rtx_filename, pattern_lineno. Exit early on error.
19476
19477 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19478
19479 * expr.c (store_constructor): Clear union if constructor is empty.
19480
19481 Wed Oct 13 15:19:04 1999 Jim Wilson <wilson@cygnus.com>
19482
19483 * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
19484 Add !endian checks. Change %{...} to %(...).
19485
19486 Wed Oct 13 13:30:34 1999 Richard Henderson <rth@cygnus.com>
19487
19488 * i386.md (*addsi3_cc): Renamed from addcsi3.
19489 (*addsi3_carry): Renamed from addxsi3.
19490 (*subsi3_cc): Renamed from subcsi3.
19491 (*subsi3_carry): Renamed from subxsi3.
19492 (*xorqi_cc_1): Renamed from xorcqi_1.
19493 (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
19494 * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
19495
19496 Wed Oct 13 13:10:46 1999 Richard Henderson <rth@cygnus.com>
19497
19498 * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
19499 (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
19500
19501 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
19502
19503 * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
19504 climb up the chain of insns.
19505
19506 Wed Oct 13 10:20:58 1999 Richard Henderson <rth@cygnus.com>
19507
19508 * genrecog.c (write_subroutine): Careful for null trees.
19509 (process_tree): Don't elide empty functions.
19510
19511 Wed Oct 13 10:07:54 1999 Richard Henderson <rth@cygnus.com>
19512
19513 * Makefile.in (genrtl.o): Depend on ggc.h.
19514 * configure.in (valloc): Probe for it.
19515 (with-gc): Use ggc-page if valloc present.
19516 * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
19517 (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
19518 (ggc_alloc_string): Moved from ggc-page.c.
19519 * ggc-none.c (ggc_alloc_obj): New.
19520 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
19521 * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
19522 (struct globals): Likewise for dev_zero_fd.
19523 (init_ggc): Likewise for it's initialization.
19524 (ggc_allocated_p): Move careful dereference from ...
19525 (ggc_lookup_page_table): ... here. Delete.
19526 (lookup_page_table_entry): Don't use ggc_lookup_page_table.
19527 (alloc_anon): Use valloc if no mmap.
19528 (release_pages): Use free if using valloc.
19529 (ggc_alloc_obj): Renamed from alloc_obj.
19530 (ggc_set_mark): Renamed from mark_obj.
19531 (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
19532 (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
19533 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
19534 (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
19535 (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
19536 (ggc_collect): Use fp printing instead of our own rounding.
19537 * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
19538 (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
19539 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
19540 (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
19541 (struct ggc_string, struct ggc_any): Delete.
19542 (offsetof): Provide default definition.
19543 (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
19544 (PTR_KEY): New.
19545 (struct ggc_mem): New, from corpse of ggc_any.
19546 (struct ggc_status): Delete.
19547 (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
19548 (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
19549 (n_strings_collected, n_anys_collected): Delete.
19550 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
19551 (ggc_alloc_string, ggc_alloc): Delete.
19552 (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
19553 (ggc_free_string, ggc_free_any): Delete.
19554 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
19555 (ggc_compare_addresses, ggc_mark_string): Delete.
19556 (ggc_mark_string_if_gcable, ggc_mark): Delete.
19557 (search_data): Delete.
19558 (struct globals): New.
19559 (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
19560 (tree_insert, tree_lookup): New.
19561 (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
19562 (clear_marks, sweep_objs): New.
19563 (ggc_collect): Gut. Use clear_marks, sweep_objs.
19564 (init_ggc): Set allocated_last_gc.
19565 (ggc_push_context): Gut. Use G.context.
19566 (ggc_pop_context): Likewise.
19567 (ggc_pop_context_1): New.
19568 (debug_ggc_tree): New.
19569 (debug_ggc_balance, tally_leaves): New.
19570 * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
19571 (ggc_mark_string_if_gcable): Remove decl.
19572 (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
19573 (ggc_mark_rtvec_children): New.
19574 (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
19575 (ggc_mark_if_gcable): New decl.
19576 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
19577 (ggc_alloc_tree, ggc_alloc): Likewise.
19578 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
19579 (ggc_alloc_obj): New decl.
19580 (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
19581 (ggc_alloc_tree, ggc_alloc): Likewise.
19582 (ggc_set_mark): New decl.
19583 * rtl.h (struct rtx_def): Remove gc_mark.
19584 (struct rtvec_def): Likewise.
19585 * tree.h (struct tree_common): Likewise.
19586
19587 Wed Oct 13 01:44:29 1999 Carol LePage <carolo@hal.com>
19588
19589 * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
19590 float_format and thread_file definitions.
19591 * configure: Rebuilt.
19592
19593 Wed Oct 13 09:25:03 1999 Niels Möller <nisse@lysator.liu.se>
19594
19595 * extend.texi (Function Names): Document types of function names.
19596
19597 Wed Oct 13 00:45:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19598
19599 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
19600 an earlyclobbered output conflict with RELOAD_INPUT reloads.
19601
19602 Tue Oct 12 23:28:28 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19603
19604 * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
19605
19606 Tue Oct 12 23:19:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19607
19608 * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
19609
19610 Tue Oct 12 17:09:38 1999 David Edelsohn <edelsohn@gnu.org>
19611
19612 * collect2.c (main): Do prelimnary link on AIX if rflag.
19613
19614 Tue Oct 12 09:45:19 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
19615
19616 * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
19617 __CTOR_LIST__ in opposite order, which is the correct order for sorted
19618 constructors.
19619 (__do_global_dtors): similarly for __DTOR_LIST__.
19620
19621 Fri Oct 8 19:46:03 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19622 Diego Novillo <dnovillo@cygnus.com>
19623
19624 * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
19625 FPUL_REGS.
19626
19627 Tue Oct 12 07:38:41 1999 Bruce Korb <autogen@linuxbox.com>
19628
19629 * fixincl/*: Merged "no_bogosity" branch
19630 * fixincl/fixlib.h: protect against doubly defining t_bool
19631 * fixincl/server.h: protect against doubly defining t_bool
19632
19633 Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
19634
19635 * genoutput.c: Include toplev.h.
19636
19637 Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
19638
19639 * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
19640 Undef.
19641 * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
19642 * configure: Regenerate.
19643
19644 Mon Oct 11 16:07:49 1999 Richard Henderson <rth@cygnus.com>
19645
19646 * gcse.c (delete_null_pointer_checks): Returns void.
19647
19648 Mon Oct 11 20:31:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19649
19650 * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
19651 * emit-rtl.c (copy_insn_1): Likewise.
19652
19653 Mon Oct 11 13:29:06 1999 Geoffrey Keating <geoffk@cygnus.com>
19654
19655 * config/mips/mips.c (mips_build_va_list): Correct
19656 TREE_CHAIN setting when hard-float.
19657 (mips_va_start): Use corrected setting.
19658 (mips_va_arg): Likewise. Also pass a tree to build of
19659 POSTINCREMENT_EXPR rather than a naked 'int'.
19660
19661 Sun Oct 10 18:27:27 1999 Mark Mitchell <mark@codesourcery.com>
19662
19663 * ggc.h (ggc_push_context): Fix comment.
19664 (ggc_pop_context): Likewise.
19665 (mark_string_if_gcable): Likewise.
19666 * ggc-common.c (ggc_mark_rtx_children): Use
19667 ggc_mark_string_if_gcable.
19668 * ggc-page.c (ggc_lookup_page_table): New function.
19669 (ggc_allocated_p): Likewise.
19670 (mark_obj): Fix formatting.
19671 (ggc_mark_string_if_gcable): New function.
19672 * ggc-simple.c (ggc_allocated_strings): New variable.
19673 (ggc_strings_used): Likewise.
19674 (ggc_compare_addresses): New function.
19675 (ggc_pop_context): Pop the `any' memory too.
19676 (ggc_mark_string_if_gcable): New function.
19677 (ggc_collect): Initialize and tear down ggc_allocated_strings.
19678
19679 Sun Oct 10 20:05:21 1999 David Edelsohn <edelsohn@gnu.org>
19680
19681 * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
19682 (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
19683 * rs6000.c (expand_block_move): Match movstrsi_?reg register
19684 changes.
19685
19686 Sun Oct 10 16:37:01 1999 Richard Henderson <rth@cygnus.com>
19687
19688 * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
19689 (sched_reg_live_length, sched_reg_basic_block): Delete.
19690 (current_block_num, bb_live_regs, old_live_regs): Delete.
19691 (dead_notes, struct sometimes): Delete.
19692 (sched_note_set, birthing_insn_p): Delete.
19693 (adjust_priority): Gut useless reg lifetime code.
19694 (create_reg_dead_note, attach_deaths): Delete.
19695 (attach_deaths_insn, new_sometimes_live): Delete.
19696 (finish_sometimes_live): Delete.
19697 (find_pre_sched_live, find_post_sched_live): Delete.
19698 (update_reg_usage): Delete.
19699 (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
19700 (schedule_insns): Delete reg lifetime code.
19701 (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
19702 (unlink_other_notes): Adjust REG_NOTE commentary.
19703 (reemit_notes): Use REG_SAVE_NOTE.
19704 (schedule_block): Likewise.
19705 (schedule_region): Allocate bitmap of blocks in region. Use
19706 count_or_remove_death_notes. Use update_life_info.
19707
19708 * rtl.h (REG_SAVE_NOTE): New.
19709 * rtl.c (reg_note_name): Update.
19710
19711 Sun Oct 10 16:14:16 1999 Richard Henderson <rth@cygnus.com>
19712
19713 * combine.c (refresh_blocks, need_refresh): New.
19714 (combine_instructions): Allocate refresh_blocks. Invoke
19715 update_life_info if needed.
19716 (distribute_notes): Mark refresh_blocks instead of installing
19717 USE insns.
19718 * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
19719 * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
19720
19721 * Makefile.in (recog.o): Depend on basic-block.h.
19722
19723 Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
19724
19725 * genrecog.c (add_to_sequence): Thinko last change: delete
19726 shadowing allow_const_int variable.
19727
19728 Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19729
19730 * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
19731 __GNUC__ and __GNUC_MINOR__.
19732
19733 * gansidecl.h: Likewise.
19734
19735 * rtl.c: Likewise.
19736
19737 * rtl.h: Likewise.
19738
19739 * toplev.h: Likewise.
19740
19741 * tree.c: Likewise.
19742
19743 * tree.h: Likewise.
19744
19745 * varray.c: Likewise.
19746
19747 * varray.h: Likewise.
19748
19749 Sun Oct 10 13:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19750
19751 * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
19752 use one before a jump table.
19753
19754 * rtl.def (ADDRESS): Change documentation to match reality.
19755 * md.texi: Don't document it.
19756 * gmicro.md (load address pattern): Use 'p' constraint, delete use
19757 of ADDRESS rtx.
19758
19759 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
19760
19761 Sun Oct 10 02:41:41 1999 Richard Henderson <rth@cygnus.com>
19762
19763 * genrecog.c (add_to_sequence): Move allow_const_int test outside
19764 known predicate block; default allow_const_int true.
19765 (debug_decision_list): New.
19766
19767 Sun Oct 10 00:43:08 1999 Richard Henderson <rth@cygnus.com>
19768
19769 * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
19770
19771 Sat Oct 9 23:26:55 1999 Jeffrey A Law (law@cygnus.com)
19772
19773 * gcse.c (gcse_main): Avoid global optimizations if we have a
19774 large number of basic blocks and the ratio of edges to blocks
19775 is high.
19776 (delete_null_pointer_checks): Likewise.
19777
19778 Sat Oct 9 23:16:01 1999 Ken Raeburn <raeburn@mit.edu>
19779
19780 * c-common.c (check_format_info): Warn if format string isn't a
19781 string literal.
19782
19783 Sat Oct 9 23:04:02 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
19784
19785 * configure.in (arm*-*-*): Don't let autoconf remove brackets
19786 * configure: regenerate
19787
19788 Sat Oct 9 13:15:53 1999 Richard Henderson <rth@cygnus.com>
19789
19790 * alpha.md (extendsidi2): Turn into a splitter. Allow f/f.
19791 If TARGET_FIX, allow r/f. Remove cvtlq unspec pattern.
19792 (peepholes): Re-enable.
19793
19794 Sat Oct 9 12:18:16 1999 Richard Henderson <rth@cygnus.com>
19795
19796 * Makefile.in (flow.o): Depend on TREE_H.
19797 * basic-block.h (REG_SET_EQUAL_P): New.
19798 (XOR_REG_SET): New.
19799 (n_edges): Declare.
19800 (free_regset_vector): Remove declaration.
19801 (flow_delete_insn_chain): Declare.
19802 (enum update_life_extent): New.
19803 (update_life_info, count_or_remove_death_notes): Declare.
19804 * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
19805 Verify register live at bb->global_live_at_start before adding USE.
19806 * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
19807 (CLEAN_ALLOCA): New.
19808 (n_edges): New.
19809 (PROP_*): New flags.
19810 (find_basic_blocks_1): Use alloc_EXPR_LIST.
19811 (clear_edges): Zero n_edges.
19812 (make_edge): Increment n_edges.
19813 (split_edge): Don't allocate bb->local_set. Increment n_edges.
19814 (flow_delete_insn_chain): Export.
19815 (delete_block): Decrement n_edges.
19816 (merge_blocks_nomove): Likewise.
19817 (life_analysis): Give life_analysis_1 PROP flags.
19818 (verify_wide_reg_1, verify_wide_reg): New.
19819 (verify_local_live_at_start): New.
19820 (update_life_info): Rewrite to call into propogate_block.
19821 (mark_reg): New.
19822 (mark_regs_live_at_end): After reload, if epilogue as rtl,
19823 always mark stack pointer. Conditionally mark PIC register.
19824 After reload, mark call-saved registers, return regsiters.
19825 (life_analysis_1): Accept PROP flags not remove_dead_code.
19826 Call mark_regs_live_at_end before zeroing regs_ever_live.
19827 Use calculate_global_regs_live. Copy global_live_at_end before
19828 calling final propagate_block. Zero reg_next_use on exit.
19829 (calculate_global_regs_live): New.
19830 (allocate_bb_life_data): Don't allocate bb->local_set.
19831 (init_regset_vector, free_regset_vector): Remove.
19832 (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
19833 Test flags before every operation. Warn if prologue/epilogue insn
19834 would have been deleted.
19835 (mark_set_regs, mark_set_1): Accept and use FLAGS.
19836 Use alloc_EXPR_LIST.
19837 (mark_used_regs): Accept and use FLAGS, not FINAL.
19838 Remove special handling for RETURN.
19839 (try_pre_increment): Use alloc_EXPR_LIST.
19840 (dump_flow_info): Dump n_edges.
19841 (unlink_insn_chain, split_hard_reg_notes): Remove.
19842 (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
19843 (find_insn_with_note, new_insn_dead_notes): Remove.
19844 (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
19845 (maybe_remove_dead_notes, prepend_reg_notes): Remove.
19846 (replace_insns): Remove.
19847 (count_or_remove_death_notes): New.
19848 (verify_flow_info): Abort on error after all checks.
19849 (remove_edge): Decrement n_edges.
19850 (remove_fake_edges): Tweak format.
19851 * haifa-sched.c (schedule_insns): Use split_all_insns.
19852 * output.h (update_life_info): Remove declaration.
19853 * recog.c (split_all_insns): From the corpse of split_block_insns,
19854 do the whole function block by block. Use update_life_info.
19855 (recog_last_allowed_insn): New.
19856 (recog_next_insn): Mind it.
19857 (peephole2_optimize): Set it. Walk backwards through blocks.
19858 Use update_life_info.
19859 * rtl.h (update_flow_info, replace_insns): Remove declarations.
19860 (split_all_insns): Declare.
19861 * toplev.c (rest_of_compilation): Thread prologue before flow2.
19862 Use split_all_insns.
19863
19864 * i386.md (or -1 peep2s): Disable.
19865
19866 Fri Oct 8 17:49:08 1999 Richard Henderson <rth@cygnus.com>
19867
19868 * config/mips/mips.md (movstrsi+[123]) : Combine these into
19869 a single pattern. Scrap the 'd' versions as unnecessary.
19870
19871 * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
19872 tablejump_mips162,tablejump_internal4): The operands to a
19873 label_ref must be VOIDmode.
19874
19875 Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19876
19877 * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
19878
19879 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
19880
19881 * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
19882
19883 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
19884
19885 * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
19886 cache every function if ggc_p.
19887
19888 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19889
19890 * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
19891 instead of copy_rtx. Accept sequences that contain asm statements.
19892 * emit-rtl.c (copy_insn_1, copy_insn): New functions.
19893 (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
19894 orig_asm_operands_vector, copy_asm_operands_vector,
19895 orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
19896 variables.
19897 * rtl.h (copy_insn, copy_insn_1): Declare.
19898
19899 Fri Oct 8 13:08:12 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19900
19901 * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
19902
19903 * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
19904 arguments to `current_file_function_operand'.
19905
19906 * genrecog.c: Include hard-reg-set.h and resource.h in the
19907 generated output file.
19908
19909 * real.c: Include tm_p.h.
19910
19911 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19912
19913 * i386.md (prologue_allocate_stack): Add '=' constraint letter on
19914 output operand.
19915
19916 Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
19917
19918 * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
19919 before the fctiwz insn.
19920
19921 Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19922 Mark Mitchell <mark@codesourcery.com>
19923
19924 * tree.c (make_lang_type_fn): New funtion pointer.
19925 (make_lang_type): Call it.
19926 * tree.h (make_lang_type): Declare.
19927 (make_lang_type_fn): Likewise.
19928 * rs6000.c (rs6000_build_va_list): Use make_lang_type.
19929
19930 Thu Oct 7 00:36:17 1999 Diego Novillo <dnovillo@cygnus.com>
19931
19932 * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
19933 make sure that HIGH instructions are copied into BASE_REGS.
19934
19935 Thu Oct 7 17:02:34 1999 Jason Merrill <jason@yorick.cygnus.com>
19936
19937 * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
19938
19939 Thu Oct 7 17:01:58 1999 Greg McGary <gkm@gnu.org>
19940
19941 * c-decl.c (finish_struct): Use simpler method of
19942 removing elements of a singly-linked list.
19943
19944 Thu Oct 7 15:23:28 1999 Michael Meissner <meissner@cygnus.com>
19945
19946 * alpha.md (peephole2's): Comment out peephole2's that generate
19947 buggy code.
19948
19949 Thu Oct 7 12:00:53 1999 Richard Henderson <rth@cygnus.com>
19950
19951 * genrecog.c (add_to_sequence): Disable mode check for
19952 wildcard matches.
19953
19954 Thu Oct 7 20:14:16 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19955
19956 * ggc-simple.c (init_ggc): Set empty_string.
19957
19958 Thu Oct 7 01:13:15 1999 Richard Henderson <rth@cygnus.com>
19959
19960 * configure.in: Detect mmap. Add --with-gc=foo to select
19961 garbage collector; default to page if mmap available.
19962 * Makefile.in (GGC): Substitute.
19963
19964 Wed Oct 6 23:56:30 1999 Richard Henderson <rth@cygnus.com>
19965
19966 * c-decl.c (ggc_p): Enable.
19967
19968 Wed Oct 6 17:17:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19969
19970 * flow.c (verify_flow_info): Make it extern & unconditionally define.
19971
19972 1999-10-06 Brendan Kehoe <brendan@cygnus.com>
19973
19974 * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
19975 string for little-endian-data.
19976
19977 Wed Oct 6 16:10:35 1999 Michael Meissner <meissner@cygnus.com>
19978
19979 * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
19980 case somebody tries to compile --enable-checking code with gcc
19981 1.34 or such.
19982
19983 Wed Oct 6 12:22:50 1999 Richard Henderson <rth@cygnus.com>
19984
19985 * genrecog.c (add_to_sequence): Verify operand to label_ref is
19986 VOIDmode.
19987
19988 Wed Oct 6 10:21:15 1999 Richard Henderson <rth@cygnus.com>
19989
19990 * genconfig.c (main): Disable HAVE_conditional_arithmetic.
19991 * jump.c (jump_optimize_1): Document why.
19992
19993 Wed Oct 6 10:41:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19994
19995 * collect2.c (scan_prog_file, scan_libraries): Prototype function
19996 pointers and casts for `int_handler' and `quit_handler'.
19997
19998 * flow.c (verify_flow_info, split_hard_reg_notes,
19999 find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
20000 remove_edge, remove_fake_successors): Add static prototypes.
20001 (verify_flow_info): Wrap with macro ENABLE_CHECKING.
20002 (mark_set_1): Initialize variable `regno'.
20003 (unlink_insn_chain): Likewise for variable `curr'.
20004 (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
20005
20006 * loop.c (strength_reduce): Initialize variable
20007 `unrolled_insn_copies'.
20008 (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
20009 prototypes. Change these functions to take const PTR parameters
20010 to avoid prototype conflict when used as the comparson argument
20011 for qsort.
20012 (check_dbra_loop): Initialize variable `comparison_val'.
20013
20014 * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
20015 (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
20016 (find_valid_class): Initialize variable `best_class'.
20017 (find_reloads): Call memcpy, not bcopy.
20018
20019 * reload1.c (gen_mode_int, dump_needs): Add prototypes.
20020 (hard_reg_use_compare): Don't needlessly cast away const.
20021 (reload_reg_class_lower): Likewise.
20022 (choose_reload_regs): Initialize variable `regno'.
20023
20024 Tue Oct 5 16:34:12 1999 Paul Burchard <burchard@pobox.com>
20025
20026 * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
20027
20028 Tue Oct 5 16:14:40 1999 Michael Meissner <meissner@cygnus.com>
20029
20030 * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
20031 ({,d}discard): Add forward declarations. Declare parameter as
20032 unused.
20033 (main_without_main): Explicitly declare return type to be int.
20034 (memcpy): Properly declare.
20035
20036 * libgcc2.c (toplevel): If inhibit_libc is defined and not
20037 building the trampoline support, declare malloc, free, and
20038 atexit.
20039 (__clear_cache): Mark arguments as potentially unused.
20040
20041 * frame.c (toplevel): If inhibit_libc is defined, declare
20042 malloc and free.
20043
20044 Tue Oct 5 12:00:32 1999 Richard Henderson <rth@cygnus.com>
20045
20046 * flow.c (make_edge): Accept an optional 2D bitmap in which
20047 to cache edge existence. Update all callers.
20048 (make_label_edge, make_eh_edge): Pass through the edge cache.
20049 (make_edges): Provide the cache.
20050
20051 Tue Oct 5 12:16:49 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20052
20053 * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
20054 a char*.
20055 (local_mbtowc): Change the type of variable `i' from int to size_t.
20056
20057 * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
20058 (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
20059
20060 Tue Oct 5 11:34:52 1999 Michael Meissner <meissner@cygnus.com>
20061
20062 * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
20063 after other includes that define the appropriate types. Include
20064 tm_p.h for getting user prototypes.
20065 * ggc-callbacks.c (toplevel): Ditto.
20066 * ggc-none.c (toplevel): Ditto.
20067 * gcc-page.c (toplevel): Ditto.
20068 * ggc-simple.c (toplevel): Ditto.
20069
20070 Mon Oct 4 16:48:16 1999 Diego Novillo <dnovillo@cygnus.com>
20071 Jonathan Larmour <jlarmour@cygnus.co.uk>
20072
20073 * config/mips/mips.c (mips_move_2words): Split doubles if
20074 ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
20075
20076 Mon Oct 4 21:47:31 1999 Richard Henderson <rth@cygnus.com>
20077
20078 * genrecog.c (struct decision_test): New.
20079 (struct decision): Remove test-related members, sort the rest by size.
20080 (IS_SPLIT): Simplify.
20081 (new_decision, new_decision_test): New.
20082 (add_to_sequence): Use them. No special handling for args of
20083 non-MATCH codes.
20084 (maybe_both_true): Renamed from not_both_true; return sense changed.
20085 (maybe_both_true_1, maybe_both_true_2): New. Broken out
20086 of maybe_both_true and adjusted for decision_test.
20087 (position_merit): Remove.
20088 (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
20089 (merge_accept_insn): New, broken out of merge_trees.
20090 (merge_trees): Use them. No special case for c_test; no node
20091 splitting; use test type instead of position_merit.
20092 (factor_tests): New.
20093 (simplify_tests): New.
20094 (break_out_subroutines): Don't write code now.
20095 (find_afterward): New.
20096 (write_afterward, write_switch, write_cond): New.
20097 (write_action, is_unconditional): New.
20098 (write_node): New. Use them.
20099 (write_tree_1): Rewrite. Use the new functions above.
20100 (write_tree): Remove afterward processing.
20101 (write_subroutine): Simplify function variant emission.
20102 (write_subroutines): New.
20103 (same_codes, clear_codes): Remove.
20104 (same_modes, clear_modes): Remove.
20105 (write_header): New, broken out of main.
20106 (make_insn_sequence): Use new_decision and new_decision_test.
20107 (process_tree): New, broken out of main.
20108 (main): Adjust for merge_trees interface change.
20109 Don't #define operands in the output file.
20110 (record_insn_name): New, broken out of make_insn_sequence.
20111 (debug_decision_2, debug_decision_1, debug_decision_0): New.
20112 (debug_decision): New.
20113
20114 1999-10-04 21:58 -0700 Zack Weinberg <zack@bitmover.com>
20115
20116 * resource.c (find_free_register): Mark class_str argument const.
20117 * resource.h: Update prototype to match.
20118
20119 * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
20120 * i386.md: Give all anonymous insns names.
20121
20122 Mon Oct 4 21:12:02 1999 Jeffrey A Law (law@cygnus.com)
20123
20124 * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
20125 blocks.
20126
20127 Mon Oct 4 21:01:39 1999 Richard Henderson <rth@cygnus.com>
20128
20129 * toplev.c (dbr_sched_time): Unconditional.
20130 (peephole2_time): New.
20131 (compile_file): Add pass numbers to all of the dump file suffixes.
20132 Dump peephole2_time. Don't dump times for non-applicable passes.
20133 (rest_of_compilation): Add pass numbers to dump file suffixes.
20134 Conditionalize calls to the scheduler.
20135 * invoke.texi: Update.
20136
20137 Mon Oct 4 20:25:13 1999 Anthony Green <green@cygnus.com>
20138
20139 * flow.c (make_edges): Fix insn iteration.
20140 (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
20141 (find_basic_blocks_1): Fix spelling mistake.
20142
20143 Mon Oct 4 16:56:11 1999 Richard Henderson <rth@cygnus.com>
20144
20145 * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
20146 always have side-effects. Use memset not bzero.
20147 (make_node): Likewise.
20148
20149 Mon Oct 4 16:22:20 1999 Mark Mitchell <mark@codesourcery.com>
20150
20151 * stmt.c (expand_anon_union_decl): When any of the elements of the
20152 union is addressable, so is the entire union.
20153
20154 Mon Oct 4 11:38:33 1999 Richard Henderson <rth@cygnus.com>
20155
20156 * sbitmap.c (sbitmap_ones): Don't set too many bits.
20157
20158 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
20159 * bitmap.c (bitmap_operation): Return true iff TO changed.
20160 (bitmap_equal_p): New.
20161 (bitmap_bit_p): Tidy arithmetic.
20162 (debug_bitmap_file): Likewise.
20163
20164 Mon Oct 4 11:28:37 1999 Richard Henderson <rth@cygnus.com>
20165
20166 * toplev.c (rest_of_compilation): Turn on cse_not_expected
20167 before cse2 instead of after.
20168
20169 Mon Oct 4 09:55:17 1999 Stan Cox <scox@cygnus.com>
20170
20171 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
20172 register offsets.
20173
20174 Mon Oct 4 08:54:12 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
20175
20176 * cppinit.c (is_idchar initializer): Loosen tests to accept
20177 gcc 2.>6 and >2.
20178
20179 Mon Oct 4 02:31:20 1999 Mark Mitchell <mark@codesourcery.com>
20180
20181 * mips.md: Define conditional move patterns for floating point
20182 operands and DI mode conditions.
20183
20184 Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
20185
20186 * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
20187 always have side-effects.
20188
20189 Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
20190
20191 * mn10200.c (asm_file_start): Fix typo.
20192
20193 * cppinit.c (is_idchar initializer): Tighten tests for when
20194 to put the table into initialized memory.
20195
20196 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
20197 not an array of rtunion.
20198 * gcc-page.c (ggc_alloc_rtvec): Similarly.
20199 * gcc-simple (ggc_free_rtvec): Similarly.
20200
20201 * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
20202 of rtunions.
20203
20204 * mbchar.h: Add missing #endif.
20205
20206 * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
20207 (FPBIT, DPBIT): Define.
20208
20209 Sun Oct 3 12:44:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20210
20211 * print-tree.c (print_node, indent_to): Remove redundant prototypes.
20212
20213 * profile.c (instrument_arcs, output_gcov_string,
20214 tablejump_entry_p): Add static prototypes.
20215 (output_gcov_string): Constify a char*.
20216
20217 * regmove.c (replacement_quality, fixup_match_2): Add static
20218 prototypes.
20219
20220 * resource.h (reg_dead_p): Add extern prototype.
20221
20222 * rtl.c (trim_filename): Add static prototype.
20223
20224 * scan-decls.c (skip_to_closing_brace): Likewise.
20225
20226 * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
20227 (expand_end_case): Initialize variable `range'.
20228 (emit_case_nodes): Remove unused prototype `rtx_fn'.
20229
20230 * varasm.c (asm_emit_uninitialised): Add static prototype.
20231 (asm_emit_uninitialised, assemble_variable): Mark parameter with
20232 ATTRIBUTE_UNUSED.
20233
20234 Sun Oct 3 12:24:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20235
20236 * cpplib.c (if_directive_nameo): Add static prototype.
20237
20238 * cse.c (cse_insn): Remove unused variable `p'.
20239
20240 * except.c (create_rethrow_ref, push_entry,
20241 receive_exception_label, new_eh_region_entry, find_func_region,
20242 clear_function_eh_region, process_nestinfo): Add static prototypes.
20243 (get_reg_for_handler): Hide definition.
20244 (process_nestinfo): Initialize variable `extra_handlers'.
20245
20246 * expr.h (expand_builtin_longjmp): Add extern prototype.
20247
20248 * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
20249
20250 * function.c (prepare_function_start): Likewise.
20251 (pop_function_context_from): Mark parameter `context' with
20252 ATTRIBUTE_UNUSED.
20253 (push_temp_slots_for_block, flush_addressof): Hide definition.
20254
20255 * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
20256 solve_program_flow_graph, calculate_branch_probs,
20257 function_summary, main, fancy_abort): Add prototypes.
20258
20259 * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
20260 (add_hash): Constify a char*.
20261
20262 * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
20263 ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
20264 ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
20265
20266 * integrate.c (expand_inline_function_eh_labelmap): Likewise.
20267
20268 * lists.c (free_list, zap_lists): Likewise.
20269
20270 Sun Oct 3 12:05:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20271
20272 * alias.c (nonlocal_reference_p): Add static prototype.
20273
20274 * bitmap.c (bitmap_element_allocate): Prototype args in function
20275 pointer cast.
20276
20277 * builtins.c (stabilize_va_list): Add static prototype.
20278 (expand_builtin_va_arg): Constify a char*.
20279
20280 * c-lex.c (getch, put_back, extend_token_buffer_to,
20281 read_line_number, token_getch, token_put_back): Add static
20282 prototypes.
20283
20284 * c-parse.gperf (hash, is_reserved_word): Likewise.
20285
20286 * cccp.c (is_dir_separator): Likewise.
20287
20288 Sat Oct 2 16:07:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20289
20290 * graph.h: New file to prototype functions exported by graph.c.
20291
20292 * Makefile.in (graph.o, toplev.o): Depend on graph.h.
20293
20294 * graph.c: Include graph.h.
20295
20296 * toplev.c: Likewise. Remove redundant prototypes.
20297
20298 Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se>
20299
20300 * invoke.texi: Removed duplicated description for -Q.
20301
20302 Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com>
20303
20304 * extend.texi: Grammar fix in __extension__ text.
20305
20306 Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com>
20307
20308 * md.texi (define_peephole2): New section.
20309
20310 Sat Oct 2 10:57:56 1999 Jan Hubicka <hubicka@freesoft.cz>
20311
20312 * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
20313 (mov $-1 to or peepholer): Enable for pentium when optimizing for
20314 speed.
20315
20316 Sat Oct 2 10:55:25 1999 Jan Hubicka <hubicka@freesoft.cz>
20317
20318 * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
20319
20320 Sat Oct 2 10:53:22 1999 Jan Hubicka <hubicka@freesoft.cz>
20321
20322 * i386.md (ffs expander): Emit Pentium friendly code for
20323 TARGET_PENTIUM.
20324
20325 Sat Oct 2 02:48:21 1999 Mark P. Mitchell <mark@codesourcery.com>
20326
20327 * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
20328 for non-trees.
20329 (build1): Likewise.
20330
20331 Fri Oct 1 18:01:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20332
20333 * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
20334
20335 Fri Oct 1 12:42:53 1999 Andreas Schwab <schwab@suse.de>
20336
20337 * config/m68k/m68k.c (use_return_insn): Return false if the pic
20338 register is in use.
20339
20340 Fri Oct 1 10:56:06 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20341
20342 * md.texi (No Constraints): Delete section.
20343 * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
20344 * final.c (final_scan_insn): We always have register constraints.
20345 * genattrtab.c: Don't include "insn-config.h".
20346 (write_attr_case): We always have register constraints.
20347 * genconfig.c (register_constraint_flag): Delete.
20348 (walk_insn_part): Don't check whether we have register constraints.
20349 (main): Don't write out "#define REGISTER_CONSTRAINTS".
20350 * genoutput.c (have_constraints): Delete.
20351 (main): Don't set it.
20352 (output_operand_data): We always have constraints.
20353 (scan_operands): Likewise.
20354 (compare_operands): Likewise.
20355 * local-alloc.c (block_alloc): We always have constraints.
20356 (requires_inout): Always compile this function.
20357 * recog.c (extract_insn): We always have constraints.
20358 (constrain_operands, reg_fits_class_p): Always compile these
20359 functions.
20360 * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
20361 fields.
20362 (struct insn_operand_data): Likewise.
20363 * regclass.c (regclass): We always have constraints.
20364 (record_reg_classes, copy_cost, record_address_regs,
20365 auto_inc_dec_reg_p): Always compile these functions.
20366 * regmove.c (regmove_optimize): We always have constraints.
20367 * reload.c (find_reloads): Likewise.
20368 * reload1.c (reload): Likewise.
20369 (reload_cse_simplify_operands): Likewise.
20370 * i860.c (output_delay_insn): Likewise.
20371
20372 Thu Sep 30 23:04:41 1999 Mark P. Mitchell <mark@codesourcery.com>
20373
20374 * iris6.h (BUILD_VA_LIST_TYPE): Define.
20375
20376 Thu Sep 30 18:44:50 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20377
20378 * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
20379 for the va_list record.
20380
20381 Thu Sep 30 18:34:54 1999 Jan Hubicka <hubicka@freesoft.cz>
20382
20383 * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
20384 prologues.
20385
20386 Thu Sep 30 18:31:36 1999 Jan Hubicka <hubicka@freesoft.cz>
20387
20388 * alias.c: Include insn-flags.h.
20389 * Makefile.in (alias.o): Update.
20390
20391 Thu Sep 30 18:21:30 1999 Jan Hubicka <hubicka@freesoft.cz>
20392
20393 * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
20394 to LTU and GEU. Handle more cases using sbb.
20395
20396 Thu Sep 30 18:18:39 1999 Jan Hubicka <hubicka@freesoft.cz>
20397
20398 * i386.md (truncatexfdf splitters): Do not use subreg.
20399 (fop XFmode patterns): Fix mode in operand testing.
20400
20401 Thu Sep 30 18:04:13 1999 Richard Henderson <rth@cygnus.com>
20402
20403 * jump.c (jump_optimize_1): Amend last change to test only the
20404 form of the operand, not the insn.
20405
20406 * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
20407 not register_operand to determine when B may need preloading.
20408
20409 Thu Sep 30 17:39:16 1999 Richard Henderson <rth@cygnus.com>
20410
20411 * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
20412 (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
20413 (call-value patterns): Move to end of file.
20414 (*): Remove mode from label_ref in (pc) context.
20415 (movstrqi): Use memory not general_operand for BLKmode operands.
20416 (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
20417 to register_operand operands.
20418 (peep2 patterns): Convert from commented-out peephole patterns.
20419
20420 Thu Sep 30 14:39:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20421
20422 * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
20423 to BUILT_IN_INIT_DWARF_REG_SIZES.
20424 * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
20425 Renamed from BUILT_IN_DWARF_REG_SIZE; call
20426 expand_builtin_init_dwarf_reg_sizes.
20427 * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
20428 with __builtin_init_dwarf_reg_size_table.
20429 * dwarf2out.c (struct reg_size_range): Delete.
20430 (expand_builtin_init_dwarf_reg_sizes): New function.
20431 (expand_builtin_dwarf_reg_size): Delete.
20432 * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
20433 (expand_builtin_dwarf_reg_size): Don't declare.
20434 * libgcc2.c (dwarf_reg_size_table_initialized): New.
20435 (dwarf_reg_size_table): New.
20436 (init_reg_size_table): New function.
20437 (copy_reg): Use dwarf_reg_size_table.
20438 (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
20439 before use.
20440
20441 Thu Sep 30 05:40:34 1999 Richard Earnshaw <rearnsha@arm.com>
20442
20443 * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
20444 Correctly build argument list to constructor and destructor functions.
20445
20446 Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
20447
20448 * c-tree.h (warn_float_equal): Declare.
20449 * c-decl.c (warn_float_equal): Define.
20450 (c_decode_option): Recognize -W[no-]float-equal.
20451 * c-typeck.c (build_binary_op): Conditionally warn
20452 about equality tests of floating point types.
20453 * toplev.c (documented_lan_options): Add -W[no-]float-equal.
20454 * invoke.texi: Add docs for -Wfloat-equal warning.
20455
20456 Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com)
20457
20458 * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
20459 generating RTL directly.
20460 * mips.h (INIT_TARGET_OPTABS): Likewise.
20461 * mn10200.h (INIT_TARGET_OPTABS): Likewise.
20462
20463 * expr.h (init_mov_optab): Delete declaration
20464
20465 * h8300.c (WORD_REG_USED): Update to avoid useless register
20466 saves in interrupt functions and functions which never return.
20467
20468 * cse.c (struct set): Delete inner_dest_loc field.
20469 (cse_insn): Remove assignments to inner_dest_loc field.
20470
20471 Wed Sep 29 16:06:20 1999 Richard Henderson <rth@cygnus.com>
20472
20473 * ggc-page.c: Don't include <unistd.h> etc taken care of
20474 by "system.h". Include <sys/mman.h> afterward.
20475
20476 Wed Sep 29 16:05:18 1999 Richard Henderson <rth@cygnus.com>
20477
20478 * rs6000.c (rs6000_encode_section_info): If ggc_p, use
20479 ggc_alloc_string.
20480
20481 Tue Sep 28 16:45:40 1999 David Edelsohn <edelsohn@gnu.org>
20482
20483 * xcoffout.c (xcoffout_declare_function): Add documentation.
20484 * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
20485 TARGET_64BIT. Compare constant to -1, not bit pattern.
20486 (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
20487 (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix
20488 gen_movsi typos.
20489
20490 Tue Sep 28 16:43:14 1999 Nick Clifton <nickc@cygnus.com>
20491
20492 * dwarf2out.c (add_abstract_origin_attribute): Abort if
20493 origin_die is NULL.
20494 (gen_inlined_enumeration_type_die): Do not abort if the type has
20495 not been writeen out.
20496 (gen_inlined_structure_type_die): Do not abort if the type has
20497 not been writeen out.
20498 (gen_inlined_union_type_die): Do not abort if the type has
20499 not been writeen out.
20500 (gen_tagged_type_instantiation_die): Do not abort if the type
20501 has not been written out.
20502
20503 Tue Sep 28 14:33:47 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20504
20505 * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
20506 call it.
20507 * reg-stack.c (straighten_stack): Copy hard reg set with
20508 COPY_HARD_REG_SET.
20509
20510 Tue Sep 28 01:11:05 1999 Richard Henderson <rth@cygnus.com>
20511
20512 * builtins.c (stabilize_va_list): Stabilize array type va_list
20513 to a pointer type, not the base record type.
20514 (expand_builtin_va_copy): Dereference the pointers explicitly;
20515 use the correct size for the copy.
20516
20517 * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
20518 (rs6000_va_arg): Likewise.
20519
20520 Mon Sep 27 23:27:21 1999 Richard Henderson <rth@cygnus.com>
20521
20522 * rtl.h (struct rtx_def): Move gc_mark to align mode field.
20523
20524 Mon Sep 27 23:20:29 1999 Mark Mitchell <mark@codesourcery.com>
20525
20526 * tree.h (struct tree_decl): Use `bclass', not `class', in name of
20527 field.
20528 (DECL_BUILT_IN_CLASS): Adjust accordingly.
20529
20530 Mon Sep 27 23:03:16 1999 Richard Henderson <rth@cygnus.com>
20531
20532 * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
20533 (init_ggc): Use it instead of a constant.
20534 (ggc_collect): Bound allocated_last_gc by it.
20535
20536 Mon Sep 27 19:06:04 1999 Jeffrey A Law (law@cygnus.com)
20537
20538 * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
20539 with va_list.
20540
20541 Mon Sep 27 19:40:17 CEST 1999 Marc Espie <espie@cvs.openbsd.org>
20542
20543 * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.
20544 (mips*-*-openbsd*): Let big endian configuration be a fragment.
20545 * configure: Regen.
20546 * config/mips/openbsd.h: New, OpenBSD little endian target.
20547 * config/mips/openbsd-be.h: New, OpenBSD big endian target fragment.
20548 * config/mips/xm-openbsd.h: New, OpenBSD host.
20549
20550 Mon Sep 27 10:28:48 1999 Andreas Schwab <schwab@suse.de>
20551
20552 * config/m68k/m68k.c (output_function_prologue,
20553 output_function_epilogue): Use
20554 current_function_uses_pic_offset_table instead of regs_ever_live
20555 to decide whether to save/restore pic register.
20556 (legitimize_pic_address): Don't modify regs_ever_live any more.
20557
20558 Sun Sep 26 10:55:36 1999 Mark Mitchell <mark@codesourcery.com>
20559
20560 * function.h (struct function): Add x_dont_save_pending_sizes_p.
20561 * stor-layout.c (variable_size): Don't add sizes to the pending
20562 sizes list if x_dont_save_pending_sizes_p is set.
20563
20564 Sun Sep 26 16:36:52 1999 Robert Lipe (robertlipe@usa.net)
20565
20566 * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
20567 for symbolic_operand().
20568 * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
20569
20570 Sun Sep 26 07:37:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20571
20572 * combine.c (gen_rtx_combine): Add missing call to va_end().
20573
20574 * final.c (asm_fprintf): Likewise.
20575
20576 * genattrtab.c (attr_rtx): Likewise.
20577
20578 Sat Sep 25 13:11:07 1999 Jeffrey A Law (law@cygnus.com)
20579
20580 * cse.c: Update comments.
20581 (cse_insn): When converting a conditional/computed jump into
20582 an unconditional jump, always make sure a BARRIER immediately
20583 follows the converted jump. Do not delete unreachable code.
20584 (cse_basic_block): Do not delete unreachable code.
20585 * toplev.c (rest_of_compilation): Move call to
20586 delete_trivially_dead_insns after the conditional call to
20587 jump_optimize.
20588
20589 Sat Sep 25 09:03:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20590
20591 * collect2.c (make_temp_file): Don't prototype.
20592
20593 * gcc.c (make_temp_file): Likewise.
20594
20595 * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
20596
20597 Sat Sep 25 13:42:15 1999 Nick Clifton <nickc@cygnus.com>
20598
20599 * varasm.c (asm_emit_uninitialised): New function: Generate
20600 the assembler statements necessary to declare an uninitialised
20601 variable.
20602 (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
20603 variable.
20604 (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
20605 (ASM_EMIT_COMMON): New macro: Emit an entry in the common
20606 section.
20607 (assemble_variable): Use asm_emit_uninitialised to emit an
20608 uninitialised variable.
20609
20610 Fri Sep 24 17:10:56 1999 Nick Clifton <nickc@cygnus.com>
20611
20612 * combine.c (simplify_comparison): Cope with downshifting a 32 bit
20613 constant on a 64 bit host. Patch supplied by Geoffrey Keating
20614 <geoffk@cygnus.com>.
20615
20616 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20617
20618 * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
20619 * c-common.h (builtin_function): Don't declare.
20620
20621 * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
20622 DECL_BUILT_IN.
20623 (pushdecl): Likewise.
20624 (finish_decl): Likewise.
20625 (builtin_function): New arg CLASS. Arg FUNCTION_CODE now of type
20626 int. All callers changed.
20627 Set the builtin's DECL_BUILT_IN_CLASS.
20628 * tree.h (enum built_in_class): New.
20629 (enum built_in_function): Delete NOT_BUILT_IN.
20630 (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
20631 in a union.
20632 (DECL_SET_FUNCTION_CODE): Likewise.
20633 (DECL_BUILT_IN_CLASS): New macro.
20634 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
20635 (struct tree_decl): Split builtin function code field into a
20636 struct.
20637 (builtin_function): Declare.
20638
20639 Fri Sep 24 01:45:05 1999 Mark Mitchell <mark@codesourcery.com>
20640
20641 * optabs.c (init_traps): Fix typo in last change.
20642
20643 Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
20644
20645 * toplev.c (rest_of_decl_compilation): Update comment.
20646
20647 Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com>
20648
20649 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
20650 in .sbss if appropriate.
20651 (EXTRA_SECTION_FUNCTIONS): Add sbss.
20652 (SBSS_SECTION_ASM_OP): New macro.
20653 * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
20654 (EXTRA_SECTIONS): Add in_sbss.
20655 * config/mips/mips.h: Prototype sbss_section.
20656
20657 Thu Sep 23 18:18:55 1999 Mark Mitchell <mark@codesourcery.com>
20658
20659 * stmt.c (expand_start_bindings): Don't allow cleanup instructions
20660 to disappear.
20661
20662 Thu Sep 23 18:07:01 1999 Mark Mitchell <mark@codesourcery.com>
20663
20664 * optabs.c (init_traps): Register trap_rtx as a GC root.
20665
20666 Thu Sep 23 17:41:47 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
20667
20668 * config/mips/mips.c (function_arg_pass_by_reference): Define
20669 unconditionally, since it's called unconditionally.
20670
20671 Thu Sep 23 13:40:02 1999 Jason Merrill <jason@yorick.cygnus.com>
20672
20673 * toplev.c (documented_lang_options): Add -fshort-wchar.
20674 * c-decl.c (c_decode_option): Likewise.
20675 (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
20676 for wchar_t.
20677 * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
20678 * gcc.c (default_compilers): If -fshort-wchar,
20679 override __WCHAR_TYPE__.
20680 * tm.texi (C Dialect Options): Add -fshort-wchar.
20681
20682 * dwarf2out.c (output_aranges): Use DW_AT_location to find the
20683 symbol for a variable.
20684
20685 * cpplib.h (CPP_PREPROCESSED): New macro.
20686 * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
20687 we're seeing this input for a second time.
20688
20689 Thu Sep 23 12:54:49 1999 Alex Samuel <samuel@codesourcery.com>
20690
20691 * emit-rtl.c (init_emit_once): Initialize modes first.
20692
20693 Sun Sep 19 01:23:23 1999 Alex Samuel <samuel@codesourcery.com>
20694
20695 * config/i386/i386.c (pic_label_name): Change to char pointer.
20696 (global_offset_table): New variable.
20697 (load_pic_register): Fill global_offset_table if it hasn't
20698 already been done. Allocate pic_label_name dynamically.
20699 * ggc.h (empty_string): New variable.
20700 * ggc-simple.c (empty_string): Likewise.
20701 (init_ggc): Allocate empty_string and add as root.
20702 * stmt.c (digit_strings): New variable.
20703 (init_stmt): Add last_block_end_note as root. Allocate and
20704 initialize digit_strings.
20705 (expand_asm_operands): Use empty_string instead of string
20706 constant. Use digit_strings instead of string constants.
20707 * profile.c (init_arc_profiler): Allocate string with
20708 ggc_alloc_string instead of xmalloc.
20709 (output_func_start_profiler): Likewise.
20710 * c-typeck.c (digest_init): Check if init is error_mark_node.
20711
20712 Thu Sep 23 12:59:14 1999 Alex Samuel <samuel@codesourcery.com>
20713 Richard Henderson <rth@cygnus.com>
20714
20715 * ggc-page.c: New file.
20716 * Makefile.in (ggc-page.o): New.
20717
20718 Thu Sep 23 13:55:21 1999 Jeffrey A Law (law@cygnus.com)
20719
20720 * invoke.texi: Document -fdelete-null-pointer-checks
20721 * toplev.c (flag_delete_null_pointer_checks): New.
20722 (f_options): Add entry for -fdelete-null-pointer-checks.
20723 (rest_of_compilation): Conditionalize null pointer check
20724 elimination on flag_delete_null_pointer_checks.
20725 (main): If -O2 or greater, enable -fdelete-null-pointer-checks
20726
20727 1999-09-23 10:56 -0700 Zack Weinberg <zack@bitmover.com>
20728
20729 * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
20730 copyright notice and special exception to GPL.
20731
20732 Thu Sep 23 13:40:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20733
20734 * abi64.h (mips_function_value): Add prototype arguments.
20735
20736 * mips-protos.h: New file with mips prototypes.
20737
20738 * mips.c: Include "tm_p.h".
20739 (mktemp, lookup_name): Add prototype arguments.
20740 (extern_list, string_constant, mips_fill_delay_slot,
20741 mips_output_external, mips_output_external_libcall,
20742 mips_output_filename, mips_declare_object, function_prologue,
20743 mips_expand_prologue, function_epilogue, mips16_constant,
20744 build_mips16_function_stub, mips_output_conditional_branch):
20745 Constify a char*.
20746 (mips_va_start): Remove unused variable `u'.
20747 (mips_va_arg): Cast value to unsigned when comparing against one.
20748 (trace): Delete.
20749 (save_restore_insns, mips_expand_prologue): Add missing arg in
20750 call to `large_int'.
20751
20752 * mips.h: Move prototypes to mips-protos.h.
20753 (data_section, memory_address_p, rdata_section,
20754 readonly_data_section, simple_epilogue_p, text_section): Delete
20755 prototypes delcared elsewhere.
20756 (mips_epilogue_delay_slots, print_options): Delete unused decls.
20757 (trace): Delete.
20758 (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
20759
20760 * mips.md: Delete extra args in call to `mips_move_2words'.
20761
20762 * xm-iris6.h (alloca): Add prototype argument.
20763
20764 * genpeep.c: Include "tm_p.h" in generated output file.
20765
20766 Thu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
20767
20768 * basic-block.h (find_edge_index): Change parameters.
20769 * flow.c (verify_edge_list): Pass basic_block parameters to
20770 find_edge_index instead of integers.
20771
20772 Thu Sep 23 15:54:12 1999 Nick Clifton <nickc@cygnus.com>
20773
20774 * combine.c (simplify_comparison): Use an unsigned shift to adjust
20775 the constant.
20776
20777 Thu Sep 23 08:46:21 1999 Guy Harris <guy@netapp.com>
20778
20779 * gcc.1: Fix a formatting error.
20780
20781 Wed Sep 22 16:10:21 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
20782
20783 * install.texi (Configurations): Remove pyramid. Add fr30, i686,
20784 i786, mn10200, mn10300, pdp11, v850.
20785
20786 Thu Sep 23 07:37:13 1999 Dan Nicolaescu <dann@ics.uci.edu>
20787
20788 * libgcc2.c (num_digits): Add prototype with
20789 __attribute__((const)).
20790 (__terminate): Add prototype.
20791
20792 Thu Sep 23 05:32:06 1999 Richard Henderson <rth@cygnus.com>
20793
20794 * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
20795
20796 * alpha/alpha.c (print_operand): Fix type of `code'.
20797 (alpha_output_filename): Constify.
20798 * alpha/alpha.h: Move all function declarations ...
20799 * alpha/alpha-protos.h: ... here. New file.
20800 * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
20801 (SECTION_FUNCTION_TEMPLATE): Likewise.
20802
20803 Thu Sep 23 11:15:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20804
20805 * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
20806 * expr.c (expand_expr): Likewise.
20807 (do_jump): Likewise.
20808 (do_store_flag): Pass ccp_store_flag to can_compare_p.
20809 * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
20810 accessor macros.
20811 (enum can_compare_purpose): New.
20812 (can_compare_p): Adjust prototype.
20813 (prepare_cmp_insn, prepare_operand): Declare.
20814 * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
20815 * optabs.c (cmp_available_p): Deleted.
20816 (expand_abs): Pass ccp_jump to can_compare_p.
20817 (can_compare_p): New arg PURPOSE. Check for combined optabs.
20818 (prepare_cmp_insn): No longer static. Add arg PURPOSE.
20819 Call can_compare_p rather than cmp_available_p.
20820 (prepare_operand): No longer static.
20821 (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
20822 (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
20823 (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
20824 sequence to use emit_cmp_and_jump_insns.
20825 (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
20826
20827 Wed Sep 22 17:58:01 1999 Stan Cox <scox@cygnus.com>
20828
20829 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
20830 register offsets; let LEGITIMIZE_ADDRESS load it into a register.
20831 (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
20832 (plus (reg) (const_int 0))
20833 * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
20834
20835 Wed Sep 22 17:55:31 1999 David Edelsohn <edelsohn@gnu.org>
20836
20837 * rs6000.c (expand_block_move): DImode loads and stores require
20838 word-aligned displacements. Increment address registers with
20839 adddi3 on 64-bit platform. Use TARGET_POWERPC64 not TARGET_64BIT.
20840
20841 Wed Sep 22 17:35:55 1999 Michael Meissner <meissner@cygnus.com>
20842
20843 * dwarf2out.c (base_type_die): Use the name __unknown__ if there
20844 is no name for the base type, rather than segfault. If we are
20845 writing out a complex integer type, use DW_ATE_lo_user.
20846
20847 * expr.c (emit_move_insn_1): If we are copying a complex that fits
20848 in one word or less (complex char, complex short, or on 64 bit
20849 systems complex float) to/from a hard register, copy it through
20850 memory instead of dying in gen_{real,imag}part. If we have a
20851 short complex type, prevent inlining since it allocates stack
20852 memory.
20853
20854 * tree.c (build_complex_type): If we are writing dwarf2 output,
20855 generate a name for complex integer types.
20856
20857 Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
20858
20859 * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
20860 * flow.c (remove_edge): Remove extra whitespace.
20861 (remove_fake_edges): Fix comment.
20862 (add_noreturn_fake_exit_edges): Use the correct name.
20863
20864 Wed Sep 22 16:12:40 BST 1999 Nathan Sidwell <nathan@acm.org>
20865
20866 * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
20867 (mostlyclean): Depend on INTL_MOSTLYCLEAN.
20868 (clean): Depend on INTL_CLEAN.
20869 (maintainer-clean): Adjust.
20870
20871 Wed Sep 22 10:18:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20872
20873 * configure.in (AC_PREREQ): Bump to 2.13.
20874 (AC_C_STRINGIZE): Call this instead of using a custom macro.
20875
20876 * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
20877
20878 * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
20879
20880 * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
20881
20882 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
20883 (HAVE_STRINGIZE): Define.
20884
20885 Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
20886
20887 * c-parse.in: save and restore warn_pointer_arith on __extension__
20888 along with pedantic.
20889 (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
20890 Set the type of extension to itype rather than $<itype>1 kludge.
20891 * extend.texi (Alternate Keywords): Adjust documentation.
20892 * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
20893
20894 Wed Sep 22 06:06:57 1999 Jeffrey A Law (law@cygnus.com)
20895
20896 * pa.c, pa.h, pa.md: Support multiple assembler dialects in
20897 most assembler templates.
20898
20899 * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
20900 FP loads and stores.
20901 (following_call): Always return zero for the PA8000.
20902 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
20903 FP loads and stores.
20904 (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
20905
20906 * pa.h (BRANCH_COST): Define.
20907
20908 * pa.md (return, return_internal): Use bve for PA2.0.
20909
20910 * pa.md (fused multiply): Add variants which reduce height for the
20911 fused multiply, but which still generate 2 insns.
20912 (fnegabs): Similarly.
20913
20914 * pa.md (subsi3): Turn into an expander. Create two anonymous
20915 patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0.
20916 * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
20917
20918 * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
20919 for TARGET_PA_20.
20920 (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
20921 code generation.
20922 (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
20923 (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
20924
20925 * regclass.c (init_regs): Add "top_of_stack" as a garbage
20926 collection root.
20927
20928 * flow.c (record_active_eh_regions): Terminate loop after finding
20929 the last insn in the last basic block.
20930
20931 Wed Sep 22 20:25:00 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20932
20933 * config/c4x/c4x.md: Delete parallel instruction peepholes.
20934
20935 Wed Sep 22 19:59:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20936
20937 * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
20938
20939 Wed Sep 22 19:56:25 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20940
20941 * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
20942 splitting to not use output template.
20943
20944 Wed Sep 22 19:50:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20945
20946 * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
20947 * config/c4x/c4x.c (c4x_va_start): New function.
20948
20949 Tue Sep 21 18:40:01 1999 Jan Hubicka <hubicka@freesoft.cz>
20950
20951 * genrecog.c (not_both_true): Handle correctly cases when called for
20952 tests with different positions in the insn.
20953
20954 Tue Sep 21 18:29:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20955
20956 * machmode.h (HOST_PTR_PRINTF): Move from here ...
20957
20958 * system.h (HOST_PTR_PRINTF): ... to here.
20959
20960 * mips-tfile.c: Don't include machmode.h.
20961
20962 * Makefile.in (MACHMODE_H): New variable. Update to use it.
20963 (mips-tfile.o): Don't depend on machmode.h.
20964
20965 Tue Sep 21 18:27:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20966
20967 * haifa-sched.c (sched_analyze): Rename local variable `region' to
20968 avoid conflicts with typedef struct `region' at the top level scope.
20969
20970 Tue Sep 21 14:14:50 1999 Richard Henderson <rth@cygnus.com>
20971
20972 * basic-block.h (basic_block): Add eh_beg, eh_end.
20973 * flow.c (entry_exit_blocks): Update.
20974 (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
20975 Call new functions.
20976 (find_basic_blocks_1): Don't record eh_list at each bb. Use
20977 lists.c functions to allocate insn lists.
20978 (make_edges): Use eh_beg+eh_end, not the lists. Split out EH
20979 edge creation ...
20980 (make_eh_edge): ... here. New.
20981 (move_stray_eh_region_notes): New.
20982 (record_active_eh_regions): New.
20983 (delete_unreachable_blocks): Split out block merging ...
20984 (try_merge_blocks): ... here. New.
20985 (merge_blocks_move_predecessor_nojumps): Remove edge arg.
20986 Dump debugging data.
20987 (merge_blocks_move_successor_nojumps): Likewise.
20988 (merge_blocks): Use eh_beg+eh_end to validate block movement.
20989
20990 Tue Sep 21 11:15:03 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
20991
20992 * extend.texi (Bound member functions): Document unbound pmf
20993 conversion.
20994
20995 Tue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
20996
20997 * flow.c (split_edge): Handle insertion on a fallthrough edge which
20998 has the EXIT_BLOCK as a dest.
20999
21000 Tue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21001
21002 * flow.c (remove_edge): New function to remove an edge from the
21003 flow graph.
21004 (remove_fake_successors): New function to remove fake successor edges.
21005 (remove_fake_edges): New function to remove all fake edges from the
21006 flow graph.
21007 (add_fake_exit_edges): New function to add fake edges from all blocks
21008 with no successors to the exit block.
21009 * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
21010 prototypes for new functions.
21011
21012 Tue Sep 21 14:49:53 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21013
21014 * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
21015 Use Pmode to determine whether to output .dword or .word.
21016
21017 Tue Sep 21 11:04:34 1999 Alex Samuel <samuel@codesourcery.com>
21018
21019 * tree.c (built_in_filename): New variable.
21020 (BUILT_IN_FILENAME): New macro.
21021 (init_tree_codes): Allocate built_in_filename.
21022 (make_node): Use built_in_filename instead of string constant.
21023
21024 Tue Sep 21 14:13:27 1999 Nick Clifton <nickc@cygnus.com>
21025
21026 * configure.in: Add fr30 target.
21027 * configure: Regenerate.
21028 * config/fr30: New directory.
21029 * config/fr30/crti.asm: New file.
21030 * config/fr30/fr30.c: New file.
21031 * config/fr30/crtn.asm: New file.
21032 * config/fr30/fr30.h: New file.
21033 * config/fr30/fr30.md: New file.
21034 * config/fr30/lib1funcs.asm: New file.
21035 * config/fr30/t-fr30: New file.
21036 * config/fr30/xm-fr30.h: New file.
21037
21038 Tue Sep 21 06:45:31 1999 Jeffrey A Law (law@cygnus.com)
21039
21040 * flow.c (merge_blocks_move_successor_nojumps): Delete the
21041 BARRIER at the end of the successor, not the BARRIER before
21042 the successor.
21043
21044 * pa.c (pa_add_gc_roots): Fix thinko in last change.
21045
21046 Tue Sep 21 05:29:17 1999 Richard Earnshaw (rearnsha@arm.com)
21047
21048 * stmt.c (any_pending_cleanups): Don't crash when
21049 current_function->stmt is unset.
21050
21051 Tue Sep 21 00:59:49 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21052
21053 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
21054 other initializations that may use it for relative offsets.
21055
21056 Mon Sep 20 21:43:25 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21057
21058 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
21059 (ASM_SPEC): Moved from sol2dbg.h. Added work-around for gas.
21060 * config/i386/sol2dbg.h: Removed.
21061 * config/i386/sol2gas.h: New file, to enable gas work-around.
21062 * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
21063 Don't use sol2dbg.h.
21064 * configure: Rebuilt.
21065
21066 Mon Sep 20 13:29:41 1999 Mark Mitchell <mark@codesourcery.com>
21067
21068 * invoke.texi (-fthis-is-variable): Remove documentation.
21069
21070 Mon Sep 20 12:59:16 1999 Richard Henderson <rth@cygnus.com>
21071
21072 * basic-block.h (compute_bb_for_insn): Declare.
21073 * flow.c (compute_bb_for_insn): Export. Don't accept the varray
21074 to use; set size of basic_block_for_insn directly.
21075 (find_basic_blocks): Update.
21076
21077 Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21078
21079 * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
21080
21081 Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21082
21083 * crtstuff.c (ON_EXIT): Delete empty macro definition.
21084 (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
21085
21086 Mon Sep 20 15:25:35 1999 Nick Clifton <nickc@cygnus.com>
21087
21088 * c-decl.c (c_decode_option): Extend comment.
21089
21090 Mon Sep 20 14:43:37 1999 Nick Clifton <nickc@cygnus.com>
21091
21092 * toplev.c (progname): Make 'const char *'
21093 (flag_print_mem): Move out of main.
21094 (version_flag): Move out of main.
21095 (filename): Move out of main.
21096 (debug_args): Remove g prefix from options.
21097 (documented_lang_options): Remove cpplib specific options.
21098 (display_help): Add g prefix to debug options.
21099 (check_lang_option): Delete this function.
21100 (decode_d_option): New function: Decode -d... option.
21101 (decode_f_option): New function: Decode -f... option.
21102 (decode_W_option): New function: Decode -W... option.
21103 (decode_g_option): New function: Decode -g... option.
21104 (independent_decode_option): New function: Decode a language
21105 independent command line option.
21106 (main): Invoke lang_decode_option and then
21107 independent_decode_option on each command line option in
21108 turn.
21109
21110 Mon Sep 20 05:41:36 1999 Jeffrey A Law (law@cygnus.com)
21111
21112 Revert this change. Gavin's patch to operand_equal_p is a better fix.
21113 * fold-const.c (fold_range_test): Do not try to fold the range
21114 test if the rhs or lhs has side effects.
21115
21116 * basic-block.h (compute_flow_dominators): Declare.
21117
21118 * gcse.c (alloc_code_hoist_mem): New function.
21119 (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
21120 (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
21121 (hoist_code, one_code_hoisting_pass): Likewise.
21122 (gcse_main): If optimizing for size, then hoist expressions
21123 computed in multiple dominated basic blocks.
21124
21125 * gcse.c (invalid_nonnull_info): New function.
21126 (delete_null_pointer_checks): Likewise.
21127 * rtl.h (delete_null_pointer_checks): Declare.
21128 * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
21129
21130 * flow.c (merge_blocks_move_predecessor_nojumps): New function.
21131 (merge-blocks_move_successor_nojumps): Likewise.
21132 (merge_blocks): Allow merging of some blocks, even if it requires
21133 physical movement of the blocks, but not if it requires new jumps.
21134
21135 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
21136 Callers and prototype changed.
21137 * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
21138
21139 Mon Sep 20 06:56:32 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21140
21141 * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
21142 -YP when both -p and -pg are present. From i386/sol2.h.
21143
21144 Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21145
21146 * Makefile.in (distclean): Delete tm_p.h.
21147 * configure.in: Create a new file, "tm_p.h", from a list in
21148 "tm_p_file". For ix86 systems, set up "tm_p_file" to include
21149 "i386/i386-protos.h".
21150
21151 * alias.c: Include "tm_p.h".
21152 * c-typeck.c: Likewise.
21153 * calls.c: Likewise.
21154 * cse.c: Likewise.
21155 * emit-rtl.c: Likewise.
21156 * explow.c: Likewise.
21157 * expmed.c: Likewise.
21158 * expr.c: Likewise.
21159 * final.c: Likewise.
21160 * flow.c: Likewise.
21161 * fold-const.c: Likewise.
21162 * function.c: Likewise.
21163 * gcse.c: Likewise.
21164 * global.c: Likewise.
21165 * haifa-sched.c: Likewise.
21166 * integrate.c: Likewise.
21167 * jump.c: Likewise.
21168 * local-alloc.c: Likewise.
21169 * loop.c: Likewise.
21170 * optabs.c: Likewise.
21171 * recog.c: Likewise.
21172 * reg-stack.c: Likewise.
21173 * regclass.c: Likewise.
21174 * regmove.c: Likewise.
21175 * reload.c: Likewise.
21176 * reload1.c: Likewise.
21177 * reorg.c: Likewise.
21178 * resource.c: Likewise.
21179 * stmt.c: Likewise.
21180 * stor-layout.c: Likewise.
21181 * toplev.c: Likewise.
21182 * tree.c: Likewise.
21183 * unroll.c: Likewise.
21184 * genattrtab.c (main): Make generated file include "tm_p.h".
21185 * genemit.c (main): Likewise.
21186 * genoutput.c (main): Likewise.
21187 * genrecog.c (main): Likewise.
21188
21189 * i386.h: Delete all prototypes.
21190 * i386.c: Include "tm_p.h".
21191 (ix86_attr_length_default): Call constant_call_address_operand
21192 with correct number of arguments.
21193 * i386-protos.h: New file.
21194 * i386.md (unnamed patterns): Call constant_call_address_operand
21195 with correct number of arguments.
21196 (exception_receiver): Call load_pic_register with correct number
21197 of arguments.
21198
21199 Sun Sep 19 14:18:39 1999 Richard Henderson <rth@cygnus.com>
21200
21201 * c-pragma.c (mark_align_stack): Dereference the void* properly.
21202
21203 Sun Sep 19 09:03:40 1999 Mark Mitchell <mark@codesourcery.com>
21204
21205 * rtl.h (insns_safe_to_move_p): New function.
21206 * loop.c (find_and_verify_loops): Use it.
21207 * rtlanal.c (insns_safe_to_move_p): Define it.
21208
21209 Sun Sep 19 02:54:33 1999 Richard Henderson <rth@cygnus.com>
21210
21211 * c-pragma.c: Include ggc.h.
21212 * Makefile.in (c-pragma.o): Update.
21213
21214 Sat Sep 18 16:01:18 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21215
21216 * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
21217 (LIB_SPEC): Likewise.
21218 (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
21219 Reindent -YP/-p/-pg.
21220 Copied from config/sparc/sol2.h.
21221
21222 Sat Sep 18 11:52:43 1999 Richard Henderson <rth@cygnus.com>
21223
21224 * c-pragma.c (mark_align_stack): New.
21225 (init_pragma): New.
21226 * c-pragma.h (init_pragma): Declare it.
21227 * c-lex.c (init_parse): Call it.
21228
21229 Sat Sep 18 15:20:38 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21230
21231 * configure.in: Pick up thread library on Solaris/x86 just
21232 like on Solaris/sparc.
21233 * configure: Rebuilt.
21234
21235 Sat Sep 18 11:15:58 1999 Alex Samuel <samuel@codesourcery.com>
21236
21237 * rtl.h (global_rtx_index): New enum.
21238 (global_rtl): Change to array of rtx.
21239 (pc_rtx, cc0_rtx): Redefine accordingly.
21240 (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
21241 (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
21242 (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
21243 (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
21244 (const_int_rtx): Change to array of rtx.
21245 (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
21246 accordingly.
21247 * emit-rtl.c (global_rtl): Change to array of rtx.
21248 (const_int_rtx): Change to aray of rtx.
21249 (gen_rtx_CONST_INT): Redefine accordingly.
21250 (init_emit_once): Allocate and initialize global_rtl. Likewise
21251 for const_int_rtx. Add both as GC roots.
21252 * genattrtab.c (global_rtl): Update declaration.
21253
21254 1999-09-17 Ulrich Drepper <drepper@cygnus.com>
21255
21256 * Makefile (USER_H): Add iso646.h back.
21257
21258 Sat Sep 18 01:07:21 1999 Jeffrey A Law (law@cygnus.com)
21259
21260 * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
21261 zapping the LOG_LINKS of sched_before_next_call.
21262
21263 * pa.h (INSN_SETS_ARE_DELAYED): Delete.
21264 * pa.c (insn_refs_are_delayed): Renamed from
21265 insn_sets_and_refs_are_delayed.
21266
21267 Fri Sep 17 15:19:01 1999 Mark Mitchell <mark@codesourcery.com>
21268
21269 * functiion.h (struct function): Add x_whole_function_mode_p.
21270 (retrofit_block): Declare.
21271 * function.c (retrofit_block): New function.
21272 (identify_blocks): Add assertions. Allow an incomplete set of
21273 block notes if we're still generating code for the function.
21274 * integrate.c: Include loop.h.
21275 (expand_inline_function): Call find_loop_tree_blocks to map block
21276 notes to blocks when in whole-function mode. Use retrofit_block
21277 to insert new BLOCKs for the inlined function, rather than
21278 insert_block.
21279 * stmt.c (expand_fixup): Likewise. Don't use pushlevel/polevel.
21280 * Makefile.in (integrate.o): Depend on loop.h.
21281
21282 Fri Sep 17 15:11:20 1999 Mark Mitchell <mark@codesourcery.com>
21283
21284 * tree.h (warn_about_unused_variables): Declare.
21285 * stmt.c (warn_about_unused_variables): New function, split out
21286 from ...
21287 (expand_end_bindings): Here.
21288
21289 Fri Sep 17 15:07:37 1999 Mark Mitchell <mark@codesourcery.com>
21290
21291 * stmt.c (preserve_subexpressions_p): Don't crash when
21292 current_function->stmt is unset.
21293
21294 Fri Sep 17 15:03:16 1999 Mark Mitchell <mark@codesourcery.com>
21295
21296 * stmt.c (expand_start_bindings): Allow callers to pass a flag
21297 indicating that no NOTE_INSN_BLOCK_BEG note is required.
21298 (expand_start_target_temps): Use it.
21299 * except.c (expand_eh_region_start_for_decl): Likewise.
21300 * expr.c (expand_expr): Likewise.
21301
21302 Fri Sep 17 15:05:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
21303
21304 * fold-const.c (operand_equal_p): Pay attention to side effects.
21305
21306 Fri Sep 17 11:14:17 1999 Jason Merrill <jason@yorick.cygnus.com>
21307
21308 * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
21309 * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
21310
21311 * tlink.c (scan_linker_output): Look for keywords before accepting
21312 a mangled name in quotes.
21313
21314 Thu Sep 16 16:47:08 1999 Richard Henderson <rth@cygnus.com>
21315
21316 * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
21317 * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
21318
21319 Thu Sep 16 16:35:41 1999 Richard Henderson <rth@cygnus.com>
21320
21321 * alpha.md: Revert Thu Nov 26 change that came in through the
21322 last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
21323 Avoid earlyclobber when possible.
21324
21325 Thu Sep 16 18:44:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21326
21327 * libgcc2.c (__do_global_ctors): Call atexit with one arg.
21328
21329 * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
21330 Define HAVE_ON_EXIT.
21331
21332 Thu Sep 16 18:06:35 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21333
21334 * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use
21335 CTYPE_CONV in all ctype macros.
21336
21337 * cccp.c (initialize_char_syntax): Use uppercase ctype macro
21338 from system.h.
21339
21340 * cexp.y (initialize_random_junk): Likewise.
21341
21342 * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
21343
21344 * i370.c (handle_pragma): Likewise.
21345
21346 * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
21347
21348 * v850.c (override_options): Likewise.
21349
21350 * doprint.c (_doprnt): Likewise.
21351
21352 * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
21353 Likewise.
21354
21355 * fixinc/server.c (load_data): Likewise.
21356
21357 * fold-const.c (real_hex_to_f): Likewise.
21358
21359 * genattr.c (write_upcase, gen_attr): Likewise.
21360
21361 * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
21362 write_upcase): Likewise.
21363
21364 * genemit.c (print_code): Likewise.
21365
21366 * genopinit.c (gen_insn): Likewise.
21367
21368 * genpeep.c (print_code): Likewise.
21369
21370 * genrecog.c (print_code): Likewise.
21371
21372 * optabs.c (init_libfuncs): Likewise.
21373
21374 Thu Sep 16 14:03:32 1999 Mark Mitchell <mark@codesourcery.com>
21375
21376 * haifa-sched.c (sched_analyze): Keep the list of notes organized
21377 in pairs.
21378 (reemit_notes): Likewise.
21379
21380 Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>
21381
21382 * ggc.h (ggc_root): Move to ggc-common.c.
21383 (roots): Remove.
21384 (ggc_mark_rtx, ggc_mark_tree): Change to macro.
21385 (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
21386 (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
21387 (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
21388 * ggc-common.c (ggc_root): Move from ggc.h.
21389 (roots): Declare, static.
21390 (ggc_mark_rtx, ggc_mark_tree): Renamed to...
21391 (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
21392 null or check/set mark bit.
21393 (ggc_mark_roots): New.
21394 * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
21395
21396 Thu Sep 16 11:37:32 1999 Richard Henderson <rth@cygnus.com>
21397
21398 * m32r.c: Include toplev.h.
21399 (*): Add ATTRIBUTE_UNUSED as needed to arguments.
21400 (gen_compare): Rename swap_p to must_swap to match uses.
21401 Add default abort case.
21402 (m32r_output_function_epilogue): Remove unused variables.
21403 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
21404 * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
21405 define to empty parameter list. Update all uses.
21406 (predicate decls): Use enum machine_mode not int.
21407 * m32r.md (movsi): Call abort, not fatal_insn.
21408 (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
21409
21410 1999-09-14 Andrew Haley <aph@cygnus.com>
21411
21412 * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
21413 use $0 instead of 0.
21414
21415 Thu Sep 16 10:53:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21416
21417 * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
21418 computation out of loop over hard regs.
21419
21420 Wed Sep 15 21:37:06 1999 Mark Mitchell <mark@codesourcery.com>
21421
21422 * function.c (identify_blocks): Don't shadow a variable in an
21423 outer scope.
21424 * integrate.c (integrate_decl_tree): Don't use pushlevel,
21425 pushdecl, or poplevel to build up the new BLOCK tree.
21426 (expand_inline_function): Likewise.
21427 (integrate_parm_decls): Likewise.
21428
21429 Wed Sep 15 21:20:38 1999 Mark Mitchell <mark@codesourcery.com>
21430
21431 * c-typeck.c (qualify_type): Merge qualifiers from both types.
21432
21433 1999-09-15 Brad Lucier <lucier@math.purdue.edu>
21434
21435 * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
21436 * invoke.texi: Document this change.
21437
21438 Wed Sep 15 17:56:00 1999 Richard Henderson <rth@cygnus.com>
21439
21440 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
21441 Free the struct.
21442 (mark_emit_status): Renamed from mark_emit_state.
21443 * except.c (mark_eh_status): Renamed from mark_eh_state.
21444 Check not null before marking.
21445 (free_eh_status): New.
21446 * expr.c (mark_expr_status, free_expr_status): New.
21447 * function.c (free_machine_status): New.
21448 (free_after_parsing): New.
21449 (free_after_compilation): Move bits to free_after_parsing; call
21450 free_eh_status, free_expr_status; zero the marked members of the
21451 function state.
21452 (prepare_function_start): No can_garbage_collect.
21453 Call init_eh_for_function.
21454 (expand_dummy_function_end): Free up current_function state.
21455 (mark_function_status): Renamed from mark_function_state.
21456 (mark_function_chain): No can_garbage_collect. Call mark_expr_status.
21457 * function.h (struct function): No can_garbage_collect.
21458 (free_machine_status, free_after_parsing): Declare.
21459 (free_eh_status, free_expr_status): Declare.
21460 * ggc.h (mark_expr_status): Declare.
21461 * stmt.c (free_stmt_status): Free the struct.
21462 (mark_stmt_status): Renamed from mark_stmt_state.
21463 (init_stmt): Don't call init_eh.
21464 (init_stmt_for_function): Don't call init_eh_for_function.
21465 * toplev.c (compile_file): Call init_eh.
21466 (rest_of_compilation): Free basic block info before ggc_collect.
21467 Call free_after_parsing; conditionally call free_after_compilation.
21468 * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
21469 Check not null before marking.
21470 (free_varasm_status): Don't check DECL_DEFER_OUTPUT. Free the struct.
21471
21472 Wed Sep 15 17:53:16 1999 Richard Henderson <rth@cygnus.com>
21473
21474 * c-lex.c (yylex): Initialize warn.
21475
21476 Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
21477
21478 * pa.c (emit_move_sequence): Properly set the mode of the scratch
21479 register when performing secondary reloads for the SAR register.
21480
21481 Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
21482
21483 * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
21484 (NOTE_BLOCK): New macro.
21485 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
21486 * function.h (identify_blocks): Change prototype.
21487 * function.c (identify_blocks): Simplify.
21488 (reorder_blocks): Likewise.
21489 * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
21490 NOTE_INSN_BLOCK_{BEG,END}.
21491 * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
21492 the list of saved notes if the note isn't a
21493 NOTE_INSN_BLOCK_{BEG,END}.
21494 (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
21495 NOTE_BLOCK_NUMBER.
21496 (reemit_notes): Adjust recreation of notes to reflect new saved
21497 note structure.
21498 * print-rtl.c (print_rtx): Print the address of the BLOCK when
21499 printing a block note.
21500 * stmt.c (block_vector): Remove.
21501 (find_loop_tree_blocks): Simplify.
21502 (unroll_block_trees): Likewise.
21503 * tree.h (reorder_block): Change prototype.
21504
21505 Wed Sep 15 14:39:35 1999 Jason Merrill <jason@yorick.cygnus.com>
21506
21507 * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.
21508 * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
21509 (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
21510 (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl.
21511 (atexit, exit): Simplify.
21512 * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT.
21513 * config/lots: Remove defns of HAVE_ATEXIT.
21514
21515 Wed Sep 15 10:25:12 1999 Mark Mitchell <mark@codesourcery.com>
21516
21517 * calls.c (precompute_arguments): Fix typo in comment.
21518 * expr.c (preexpand_calls): Don't preexpand the cleanup in a
21519 TARGET_EXPR.
21520
21521 Wed Sep 15 09:59:59 1999 Mark Mitchell <mark@codesourcery.com>
21522
21523 * dsp16xx.c (override_options): Fix typos in GC root registration.
21524
21525 Wed Sep 15 15:23:28 1999 Philip Blundell <pb@nexus.co.uk>
21526
21527 * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
21528 from config/svr4.h.
21529 (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
21530 (FUNCTION_PROFILER): Redefine appropriately for Linux.
21531 (CC1_SPEC): Likewise.
21532
21533 Wed Sep 15 10:09:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21534
21535 * genattr.c (main): Add extern prototype. Call return, not exit.
21536 * genattrtab.c (main): Likewise.
21537 * gencheck.c (main): Likewise.
21538 * gencodes.c (main): Likewise.
21539 * genconfig.c (main): Likewise.
21540 * genemit.c (main): Likewise.
21541 * genextract.c (main): Likewise.
21542 * genflags.c (main): Likewise.
21543 * gengenrtl.c (main): Likewise.
21544 * genopinit.c (main): Likewise.
21545 * genoutput.c (main): Likewise.
21546 * genpeep.c (main): Likewise.
21547 * genrecog.c (main): Likewise.
21548
21549 * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
21550 * genattrtab.c (get_insn_name): Likewise.
21551 * gencodes.c (get_insn_name): Likewise.
21552 * genconfig.c (get_insn_name): Likewise.
21553 * genemit.c (get_insn_name): Likewise.
21554 * genextract.c (get_insn_name): Likewise.
21555 * genflags.c (get_insn_name): Likewise.
21556 * genopinit.c (get_insn_name): Likewise.
21557 * genpeep.c (get_insn_name): Likewise.
21558
21559 * gencheck.c (usage): Add static prototype.
21560 * genextract.c (print_path): Constify a char*.
21561 * genopinit.c (optabs): Likewise.
21562 * genoutput.c (operand_data, data, output_predicate_decls,
21563 compare_operands): Likewise.
21564 * genrecog.c (write_tree): Add default case in switch.
21565
21566 Wed Sep 15 09:59:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21567
21568 * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
21569
21570 * print-rtl.c (get_insn_name): Remove prototype.
21571
21572 * toplev.h (progname): Declare const.
21573
21574 * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
21575 init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
21576 dump_sched_info, dump_local_alloc, regset_release_memory,
21577 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
21578 error_with_file_and_line, error_with_decl, error_for_asm, error,
21579 fatal, warning_with_file_and_line, warning_with_decl, warning,
21580 pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
21581 Remove redundant prototypes.
21582
21583 (notice, check_lang_option, report_file_and_line, vnotice,
21584 mark_file_stack): Add static prototype.
21585 (set_fatal_function): Add prototype.
21586 (vnotice, report_file_and_line, set_fatal_function,
21587 check_lang_option): Constify a char*.
21588 (main): Prototype. Call return, not exit.
21589
21590 Wed Sep 15 09:50:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21591
21592 * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
21593
21594 * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
21595
21596 * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
21597
21598 * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
21599
21600 Wed Sep 15 11:04:43 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21601
21602 * function.c (assign_parms): Delete arg SECOND_TIME. Don't test it,
21603 behave as if it's zero in all cases.
21604 (expand_function_start): Adjust call to assign_parms.
21605 * tree.h (assign_parms): Adjust prototype.
21606 * objc/objc-act.c (hack_method_prototype): Adjust call to
21607 assign_parms.
21608
21609 Tue Sep 14 21:47:06 1999 Jeffrey A Law (law@cygnus.com)
21610
21611 * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
21612 arg_pointer_rtx fixed if the argument pointer register is
21613 not fixed.
21614 (NONZERO_BASE_PLUS_P): Likewise.
21615
21616 Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
21617
21618 * rtl.def (match_insn, match_insn2): Remove match_insn; rename
21619 match_insn2 to match_insn.
21620 * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
21621
21622 Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
21623
21624 * Makefile.in (USER_H): Remove va-foo.h.
21625
21626 * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
21627 va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
21628 va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
21629 va-spur.h,va-v850.h}: Remove.
21630
21631 Tue Sep 14 19:43:16 1999 Richard Henderson <rth@cygnus.com>
21632
21633 * sparc/sparc.md (eligible_for_return_delay): New attribute.
21634 (in_return_delay): Use it instead of match_insn.
21635
21636 Tue Sep 14 23:05:37 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21637
21638 * config/alpha/va_list.h (va-alpha.h): Do not include.
21639 (__gnuc_va_list): Typedef as in varargs.h.
21640
21641 Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
21642
21643 * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
21644 DECL_LIVE_RANGE_RTL.
21645
21646 Tue Sep 14 16:47:08 1999 Mark Mitchell <mark@codesourcery.com>
21647
21648 * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
21649 not NOTE_BLOCK_NUMBER.
21650 (expand_eh_region_end): Likewise.
21651 (find_exception_handler_labels): Likewise.
21652 (scan_region): Likewise.
21653 (exception_optimize): Likewise.
21654 (update_rethrow_references): Likewise.
21655 (set_insn_eh_region): Likewise.
21656 * final.c (final_scan_insn): Likewise.
21657 * flow.c (make_edges): Likewise.
21658 * integrate.c (expand_inline_function): Likewise.
21659 * print-rtl.c (print_rtx): Likewise.
21660
21661 Tue Sep 14 16:30:16 1999 Richard Henderson <rth@cygnus.com>
21662
21663 * ginclude/stdarg.h, ginclude/varargs.h: Implement in
21664 terms of builtin functions and types.
21665
21666 * mips.c (mips_build_va_list): New.
21667 (mips_va_start, mips_va_arg): New.
21668 * mips.h (BUILD_VA_LIST_TYPE): New.
21669 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
21670
21671 * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
21672 (sh_build_va_list, sh_va_start, sh_va_arg): New.
21673 * sh.h (BUILD_VA_LIST_TYPE): New.
21674 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
21675
21676 Tue Sep 14 16:20:24 1999 Richard Henderson <rth@cygnus.com>
21677
21678 * recog.h (struct recog_data): Make dup_num, operand_address_p,
21679 n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
21680 (struct insn_data): Likewise with n_operands, n_dups,
21681 n_alternatives, output_format.
21682 * regclass.c (scan_one_insn): Cast n_operands to int before
21683 arithmetic inside comparison.
21684
21685 Tue Sep 14 15:13:36 1999 Richard Henderson <rth@cygnus.com>
21686
21687 * toplev.c (compile_function): Unconditionally emit nop.
21688
21689 Tue Sep 14 14:41:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21690
21691 * haifa-sched.c (actual_hazard): Move declaration of variable
21692 `this_cost' into the scope where it is used.
21693
21694 Tue Sep 14 14:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21695
21696 * c-pragma.c (handle_pragma_token): Wrap variables `name' and
21697 `value' in HANDLE_PRAGMA_WEAK. Wrap variable `align' in
21698 HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
21699
21700 * genrecog.c (make_insn_sequence): Call memset, not bzero.
21701
21702 * jump.c (find_insert_position): Don't declare or define unless
21703 !HAVE_conditional_arithmetic.
21704 (returnjump_p_1, delete_prior_computation): Add static prototypes.
21705
21706 * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
21707
21708 * recog.c (offsettable_address_p): Prototype function pointer.
21709 (preprocess_constraints): Call memset, not bzero.
21710
21711 * tree.c (tree_node_kind_names): Constify a char*. Make static.
21712 (gcc_obstack_init): Don't declare.
21713 (fix_sizetype): Add static prototype.
21714 (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
21715 (tree_cons): Call memset, not bzero.
21716
21717 * varasm.c (remove_from_pending_weak_list): Wrap declaration and
21718 definition in macro ASM_WEAKEN_LABEL.
21719 (mark_const_hash_entry): Add static prototype.
21720
21721 Tue Sep 14 12:22:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21722
21723 * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
21724
21725 * unroll.c (find_common_reg_term, subtract_reg_term,
21726 loop_find_equiv_value): Add static prototypes.
21727 (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
21728 (copy_loop_body): Remove unreachable break statement.
21729
21730 * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
21731
21732 * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
21733
21734 Tue Sep 14 15:28:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21735
21736 Undo some changes from the gcc2 merge:
21737 * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
21738 * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
21739 pointers.
21740
21741 Undo this change:
21742 Sat Oct 3 07:20:28 1998 Stephen L Moshier <moshier@world.std.com>
21743 * emit-rtl.c (gen_lowpart_common): Disable optimization of
21744 initialized float-int union if the value is a NaN.
21745
21746 Tue Sep 14 04:03:44 1999 Mumit Khan <khan@xraylith.wisc.edu>
21747
21748 * gthr-win32.h: New file.
21749
21750 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
21751 shared as a valid attribute.
21752 * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
21753 * extend.texi: Document `shared' variable attribute.
21754
21755 Tue Sep 14 04:01:46 1999 Loren Rittle <ljrittle@acm.org>
21756
21757 * configure.in: Handle --enable-threads on FreeBSD.
21758 * configure: Rebuit.
21759
21760 Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
21761
21762 * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
21763 thread support.
21764 * configure: Rebuilt.
21765
21766 Tue Sep 14 03:47:23 1999 Joel Sherrill <joel@OARcorp.com>
21767 Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
21768 Rosimildo DaSilva <rdasilva@connecttel.com>
21769
21770 * configure.in (m68k-*-rtemscoff*): Added.
21771 * configure.in (mips64orion-*-rtems*): Converted to ELF.
21772 * configure.in (sparc-*-rtemsaout*): Added as alias for old
21773 sparc-rtems configuration.
21774 * configure.in (sparc-*-rtemself*): Added.
21775 * configure.in (sparc-*-rtems*): Now ELF not a.out.
21776 * config/i386/rtems.h: Added comment.
21777 * config/sparc/rtemself.h: New file.
21778
21779 * configure.in (m68k-rtemself): Added.
21780 * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
21781 and DWARF_DEBUGGING_INFO.
21782 * config/m68k/crti.s: New file.
21783 * config/m68k/crtn.s: New file.
21784 * config/m68k/t-crtstuff: New file.
21785 * config/m68k/rtemself.h: New file.
21786
21787 * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
21788 global ctor/dtor and C++ exception handling.
21789 * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
21790 for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
21791 ENDFILE_SPEC.
21792 * config/i386/t-rtems-i386: New File.
21793
21794 Tue Sep 14 09:47:41 1999 Andreas Schwab <schwab@suse.de>
21795
21796 * stmt.c (expand_end_case): Return right away if the case stack is
21797 empty.
21798
21799 Tue Sep 14 01:47:19 1999 Jeffrey A Law (law@cygnus.com)
21800
21801 * Makefile.in (version.c): Remove rule incorrectly brought in from
21802 the gcc2 merge.
21803
21804 Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
21805
21806 * Makefile.in: Prepend $(SHELL) to move-if-change calls.
21807 * msdos/top.sed: Take into account a prepended $(SHELL) to
21808 move-if-change.
21809 * winnt/config-nt.sed: Likewise. Kill bogus substitution.
21810
21811 * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
21812
21813 Tue Sep 14 01:38:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
21814
21815 * regmove.c (fixup_match_1): Don't change an unchanging register.
21816 (stable_but_for_p): Renamed to:
21817 (stable_and_no_regs_but_for_p). Reject unchanging registers too.
21818 Changed all callers.
21819
21820 Tue Sep 14 01:33:15 1999 Andreas Schwab <schwab@suse.de>
21821
21822 * loop.c (strength_reduce): Don't call reg_used_between_p if the
21823 insn from BL2 is after the insn from BL.
21824
21825 Mon Sep 13 21:06:01 1999 Richard Henderson <rth@cygnus.com>
21826
21827 * recog.h (INSN_OUTPUT_FORMAT_*): New.
21828 (struct insn_data): Merge `template' and `outfun' into `output'.
21829 Add `output_format'.
21830 * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
21831 (struct data): Remove `outfun'; add `output_format'.
21832 (name_for_index): Remove declaration.
21833 (output_insn_data): Handle output formats.
21834 (process_template): Emit the bare array for @.
21835 (gen_expand, gen_split): Set output_format to NONE.
21836 * output.h (get_insn_template): Declare.
21837 * final.c (get_insn_template): New.
21838 (final_scan_insn): Use it.
21839 * toplev.c (compile_file): Likewise.
21840
21841 * c4x/c4x.c (c4x_process_after_reload): Likewise.
21842 * i860/i860.c (output_delayed_branch): Likewise.
21843 (output_delay_insn): Likewise.
21844
21845 1999-09-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
21846
21847 * rtl.c (obstack_alloc_rtx): Removed.
21848
21849 1999-09-13 17:03 -0700 Zack Weinberg <zack@bitmover.com>
21850
21851 * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
21852
21853 Mon Sep 13 15:21:46 1999 Richard Henderson <rth@cygnus.com>
21854
21855 * i386.c (call_insn_operand): Reject const_int.
21856 (expander_call_insn_operand): Use call_insn_operand.
21857
21858 Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21859
21860 * gcc.c (getrusage): Wrap prototype arguments in PROTO().
21861
21862 1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
21863
21864 * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
21865 Use DImode operation.
21866
21867 1999-09-13 12:13 -0700 Zack Weinberg <zack@bitmover.com>
21868
21869 * gcc.c: Include sys/resource.h.
21870 (report_times): New flag.
21871 (execute): If report_times is set, calculate and report the
21872 CPU time consumed by each subprocess.
21873
21874 (rus, prus): New globals.
21875 (option_map): Add --time.
21876 (display_help): Document -time.
21877 (process_command): Set report_times if -time is given.
21878 Turn off -pipe if -time is given.
21879
21880 * invoke.texi: Document new option -time.
21881
21882 * configure.in: Check for getrusage. Check if we have to
21883 prototype getrusage.
21884 * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
21885 * configure: Regenerate.
21886 * config.in: Regenerate.
21887
21888 Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
21889
21890 * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
21891 fields.
21892
21893 Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
21894
21895 * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
21896 appropriate) if FINE_GRAINED_LIBRARIES is not defined.
21897 (nan): Return _thenan_sf or _thenan_df as appropriate.
21898 (L_thenan_sf): Define _thenan_sf.
21899 (L_thenan_df): Define _thenan_df.
21900
21901 * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
21902 (DPBIT_FUNCS): Add _thenan_df.
21903
21904 Mon Sep 13 09:38:53 1999 Andreas Schwab <schwab@suse.de>
21905
21906 * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and
21907 TYPE_SIZE_UNIT.
21908
21909 Sun Sep 12 23:28:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21910
21911 * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
21912
21913 * gcc.h: New file.
21914 (lang_specific_driver): Don't take a function pointer parameter.
21915 All callers changed.
21916
21917 * gcc.c: Include gcc.h.
21918 (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
21919 lang_specific_extra_outfiles, fatal): Don't declare.
21920 (multilib_defaults_raw): Constify.
21921 (read_specs): Call memset, rather than bzero.
21922 (main): Call return, not exit.
21923 (lookup_compiler): Call memcpy, not bcopy.
21924 (fatal): Make extern.
21925
21926 * cppspec.c: Include gcc.h.
21927 (lang_specific_driver): Initialize variable `quote'. Constify a
21928 char*. All calls to the function pointer parameter now
21929 explicitly call `fatal'.
21930
21931 * gccspec.c (lang_specific_driver): Include gcc.h.
21932
21933 Sun Sep 12 19:52:10 1999 Richard Earnshaw <rearnsha@arm.com>
21934
21935 * arm.c (note_invalid_constants): Use recog_data.operand_type
21936 for recog_op_type.
21937
21938 Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21939
21940 * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
21941 Declare.
21942
21943 * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
21944 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
21945 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
21946 reload_secondary_in_reload, reload_secondary_out_reload,
21947 reload_secondary_in_icode, reload_secondary_out_icode,
21948 reload_reg_rtx, reload_when_needed): Delete declarations.
21949 (struct reload): New structure.
21950 (rld): Declare new array.
21951 * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
21952 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
21953 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
21954 reload_secondary_in_reload, reload_secondary_out_reload,
21955 reload_secondary_in_icode, reload_secondary_out_icode,
21956 reload_reg_rtx, reload_when_needed): Delete definitions.
21957 (rld): New array.
21958 (whole file): Replace uses of the deleted arrays with uses of rld.
21959 * reload1.c (whole file): Replace uses of the deleted arrays with
21960 uses of rld.
21961 (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
21962 explicit loops, not with bcopy.
21963
21964 Sun Sep 12 05:00:24 1999 Richard Henderson <rth@cygnus.com>
21965
21966 * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
21967 insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
21968 insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
21969 insn_name): Delete and consolidate into new structures.
21970 (insn_operand_predicate_fn): New.
21971 (insn_output_fn): New.
21972 (insn_gen_fn): New.
21973 (struct insn_operand_data): New.
21974 (struct insn_data): New.
21975 (insn_data): New.
21976 (OUT_FCN): Update for insn_data change.
21977 * builtins.c (expand_builtin_strlen): Likewise.
21978 (expand_builtin_memcmp): Likewise.
21979 * combine.c (make_extraction, simplify_comparison): Likewise.
21980 * cse.c (canon_reg, cse_insn): Likewise.
21981 * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
21982 * expmed.c (store_bit_field, extract_bit_field): Likewise.
21983 (emit_store_flag): Likewise.
21984 * expr.c (convert_move, emit_block_move): Likewise.
21985 (clear_storage, emit_push_insn, expand_increment): Likewise.
21986 (do_store_flag): Likewise.
21987 * expr.h (GEN_FCN): Likewise.
21988 (insn_gen_function): Die.
21989 * final.c (final_scan_insn): Update for insn_data change.
21990 (output_asm_name): Likewise.
21991 * function.c (fixup_var_refs_1): Likewise.
21992 * loop.c (check_dbra_loop): Likewise.
21993 * optabs.c (expand_binop, expand_twoval_binop): Likewise.
21994 (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
21995 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
21996 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
21997 * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
21998 * regmove.c (gen_add3_insn): Likewise.
21999 * reload.c (push_secondary_reload, combine_reloads): Likewise.
22000 (find_reloads, find_reloads_address_1): Likewise.
22001 (debug_reload_to_stream): Likewise.
22002 * reload1.c (emit_reload_insns, gen_reload): Likewise.
22003 * stmt.c (expand_end_case): Likewise.
22004 * toplev.c (compile_file): Likewise.
22005
22006 * c4x/c4x.c (c4x_process_after_reload): Likewise.
22007 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
22008
22009 * print-rtl.c (insn_name_ptr): Remove declaration.
22010 (get_insn_name): Declare.
22011 (print_rtx): Use it.
22012 * genoutput.c (insn_name_ptr): Remove.
22013 (next_operand_number): New.
22014 (struct operand_data): New.
22015 (null_operand, odata, odata_end): New.
22016 (struct data): Use struct operand_data.
22017 (idata, idata_end): Renamed from insn_data and end_of_insn_data.
22018 (get_insn_name): Renamed from name_for_index.
22019 (output_prologue): Define NO_MD_PROTOTYPES.
22020 (output_predicate_decls): Break out from output_epilogue.
22021 Iterate over the operands list.
22022 (output_operand_data): Break out from output_epilogue. Emit
22023 just the operands list.
22024 (output_insn_data): Break out from output_epilogue. Emit just
22025 the insn data.
22026 (output_epilogue): Remove.
22027 (output_get_insn_name): New.
22028 (constraints, op_n_alternatives, predicates, address_p): Die.
22029 (modes, strict_low, seen): Die.
22030 (scan_operands): Take new param `d' instead of writing to
22031 seven global variables.
22032 (compare_operands): New.
22033 (place_operands): New.
22034 (validate_insn_alternatives): Update for struct data change.
22035 (gen_insn): Don't zero or copy 7 global arrays. Update for
22036 scan_operands; call place_operands.
22037 (gen_peephole, gen_expand, gen_split): Likewise.
22038 (main): Update for new output routines.
22039
22040 * genattr.c (insn_name_ptr): Remove.
22041 (get_insn_name): New function.
22042 * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
22043 * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
22044 * genrecog.c: Likewise.
22045
22046 * alpha.md (adddi3): Make `pattern' array static.
22047
22048 Sun Sep 12 22:05:21 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22049
22050 * config/c4x/c4x.h (c4x_rpts_cycles_string,
22051 c4x_cpu_version_string): Constify char *.
22052 * config/c4x/c4x.c (c4x_rpts_cycles_string,
22053 c4x_cpu_version_string): Likewise.
22054
22055 Sat Sep 11 23:28:33 1999 Richard Henderson <rth@cygnus.com>
22056
22057 * tree.c (save_tree_status): Revert 10 Sep change.
22058 (restore_tree_status): Likewise. Call obstack_free with NULL
22059 before freeing the obstack proper.
22060
22061 Sat Sep 11 23:23:46 1999 Richard Henderson <rth@cygnus.com>
22062
22063 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
22064
22065 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
22066 surrounding context.
22067
22068 Sat Sep 11 19:52:43 1999 Mark Mitchell <mark@codesourcery.com>
22069
22070 * tree.c (type_hash_canon): Put all types in the hash-table, when
22071 GC'ing.
22072
22073 Sat Sep 11 18:37:04 1999 Richard Henderson <rth@cygnus.com>
22074
22075 * recog.h (struct recog_data, recog_data): New.
22076 (recog_foo variables): Kill.
22077 * recog.c (recog_operand, recog_operand_loc): Kill.
22078 (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
22079 (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
22080 (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
22081 (recog_data): Define.
22082 (extract_insn): Update all recog_foo references to use recog_data.
22083 (preprocess_constraints, constrain_operands): Likewise.
22084 * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
22085 * genattrtab.c (main): Likewise.
22086 * genextract.c (main): Likewise.
22087 * genoutput.c: Likewise.
22088 * genrecog.c (write_subroutine, main): Likewise.
22089 * local-alloc.c (block_alloc): Likewise.
22090 * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
22091 * regclass.c (scan_one_insn, record_reg_classes): Likewise.
22092 * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
22093 * reload.c (find_reloads, find_reloads_toplev): Likewise.
22094 * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
22095 (reload_cse_simplify_operands): Likewise.
22096
22097 * arc/arc.c (arc_final_prescan_insn): Likewise.
22098 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
22099 * h8300/h8300.c (notice_update_cc): Likewise.
22100 * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
22101 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
22102 * mn10200/mn10200.c (notice_update_cc): Likewise.
22103 * mn10300/mn10300.c (notice_update_cc): Likewise.
22104 * romp/romp.c (update_cc): Likewise.
22105 * sparc/sparc.c (check_pic): Likewise.
22106 * v850/v850.c (notice_update_cc): Likewise.
22107
22108 * genemit.c (main): Don't declare recog_operand.
22109
22110 Sat Sep 11 12:41:55 1999 Alex Samuel <samuel@codesourcery.com>
22111
22112 * ggc.h (rtvec_def): Forward declare.
22113 (tree_node): Likewise.
22114 (ggc_root): Define.
22115 (roots): Declare.
22116 (ggc_set_mark_rtx): Add prototype.
22117 (ggc_set_mark_rtvec): Likewise.
22118 (ggc_set_mark_tree): Likewise.
22119 * ggc-simple.c (ggc_root): Don't define.
22120 (roots): Don't declare.
22121 (ggc_mark_rtx): Remove.
22122 (ggc_mark_rtvec): Likewise.
22123 (ggc_mark_tree): Likewise.
22124 (ggc_mark_varray): Likewise.
22125 (ggc_mark_tree_hash_table_entry): Likewise.
22126 (ggc_mark_tree_hash_table): Likewise.
22127 (ggc_set_mart_rtx): New function.
22128 (ggc_set_mark_rtvec): Likewise.
22129 (ggc_set_mark_tree): Likewise.
22130 (ggc_add_root): Remove.
22131 (ggc_add_rtx_root): Likewise.
22132 (ggc_remove_tree_root): Likewise.
22133 (ggc_add_string_root): Likewise.
22134 (ggc_add_tree_varray_root): Likewise.
22135 (ggc_add_tree_hash_table_root): Likewise.
22136 (ggc_del_root): Likewise.
22137 (ggc_mark_rtx_ptr): Likewise.
22138 (ggc_mark_tree_ptr): Likewise.
22139 (ggc_mark_string_ptr): Likewise.
22140 (ggc_mark_tree_varray_ptr): Likewise.
22141 (ggc_mark_tree_hash_table_ptr): Likewise.
22142 * ggc-common.c: New file.
22143 * Makefile.in (OBJS): Add ggc-common.o.
22144 (ggc-common.o): List dependencies.
22145
22146 1999-09-10 22:37 -0700 Zack Weinberg <zack@bitmover.com>
22147
22148 * cppalloc.c (xstrdup): Use memcpy.
22149 * cpperror.c (cpp_print_containing_files): Don't use
22150 cpp_notice.
22151 * cpplib.c (conditional_skip): Set temp->lineno.
22152 (do_endif): Make error message less obscure.
22153 (if_directive_name): New function.
22154 (cpp_get_token [case EOF]): Unwind the if stack and generate
22155 error messages for each unterminated conditional in this file.
22156 (parse_string): Do not behave differently if -traditional.
22157
22158 Fri Sep 10 14:04:07 1999 Richard Henderson <rth@cygnus.com>
22159
22160 * builtins.c (expand_builtin_va_arg): Cope with an array-type
22161 va_list decomposing to pointer-type.
22162 * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
22163 (rs6000_va_arg): Likewise.
22164
22165 Fri Sep 10 13:21:21 1999 Jim Wilson <wilson@cygnus.com>
22166
22167 * except.c (start_dynamic_handler): Compute size using
22168 STACK_SAVEAREA_MODE.
22169
22170 Fri Sep 10 16:01:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22171
22172 * protoize.c: Remove various __STDC__ and POSIX hacks. Don't
22173 include directory headers. Don't define strrchr. Don't provide
22174 my_* replacement functions. Prefer PTR over `pointer_type'.
22175 Don't prototype system functions. Don't redefine getopt.
22176
22177 (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
22178 safe_read, safe_write, save_pointers, restore_pointers,
22179 is_id_char, in_system_include_dir, directory_specified_p,
22180 file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
22181 find_corresponding_lparen, referenced_file_is_newer,
22182 save_def_or_dec, munge_compile_params, gen_aux_info_file,
22183 process_aux_info_file, identify_lineno, check_source,
22184 seek_to_line, forward_to_next_token_char, output_bytes,
22185 output_string, output_up_to, other_variable_style_function,
22186 find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
22187 do_processing, is_syscalls_file, rename_c_file, find_extern_def,
22188 find_static_definition, connect_defs_and_decs, add_local_decl,
22189 add_global_decls, needs_to_be_converted, visit_each_hash_node,
22190 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
22191 edit_fn_declaration, edit_formals_lists, edit_fn_definition,
22192 scan_for_missed_items, edit_file, string_list_cons): Add static
22193 prototypes.
22194 (standard_exec_prefix, target_machine, target_version,
22195 default_syscalls_dir, string_list, string_list_cons, find_file,
22196 do_cleaning): Constify a char*.
22197 (safe_read, safe_write): Use PTR, not a char*.
22198 (is_id_char): Take an int, not a char.
22199 (main): Add prototype. Call return, not exit.
22200
22201 Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>
22202
22203 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
22204 when comparing types.
22205
22206 Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com>
22207
22208 * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
22209 (strength_reduce): Release the varrays from the no-bivs early exit.
22210
22211 * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
22212 the loop over the registers.
22213
22214 * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
22215 for a new obstack.
22216 (restore_tree_status): Check that instead when freeing the obstack.
22217
22218 Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>
22219
22220 * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
22221 as pointers.
22222
22223 Fri Sep 10 11:58:55 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22224
22225 * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall. Fix some
22226 operand size modifiers.
22227
22228 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22229
22230 * c-common.c (c_common_nodes_and_builtins): Don't build
22231 va_list_type_node.
22232 * c-common.h (enum c_tree_index and related accesor macros): Remove
22233 everything now declared in tree.h.
22234 * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
22235 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
22236 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
22237 (error_mark_node, void_type_node, char_type_node, integer_type_node,
22238 unsigned_type_node, ptr_type_node, va_list_type_node,
22239 integer_zero_node, null_pointer_node, integer_one_node): Delete.
22240 (init_decl_processing): Call build_common_tree_nodes and
22241 build_common_tree_nodes_2 instead of building their nodes here.
22242 Don't add roots for these nodes.
22243 * stor-layout.c (size_zero_node, size_one_node): Delete.
22244 (set_sizetype): Make a new node for bitsizetype each time.
22245 * tree.c (global_trees): New variable.
22246 (init_obstacks): Add a gc root for it.
22247 (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
22248 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
22249 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
22250 (build_common_tree_nodes): New function.
22251 (fix_sizetype): New function.
22252 (build_common_tree_nodes_2): New function.
22253 * tree.h (enum tree_index): New.
22254 (global_trees): Declare.
22255 Add accessor macros for all nodes now moved to global_trees.
22256 Delete their declarations.
22257
22258 Thu Sep 9 20:15:46 1999 Richard Henderson <rth@cygnus.com>
22259
22260 * c-decl.c (finish_function): When processing a nested function,
22261 push and pop GC context around rest_of_compilation.
22262
22263 Thu Sep 9 16:42:06 1999 Richard Henderson <rth@cygnus.com>
22264
22265 * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
22266 Default ix86_arch to PROCESSOR_I386.
22267 * i386.h (CC1_CPU_SPEC): Don't add -march=foo. Remove -mno-foo.
22268 (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
22269 (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
22270 (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
22271 __tune_foo__ if no -mcpu. Make -mcpu=bar define __tune_bar__.
22272 (EXTRA_SPECS): Remove deleted specs.
22273
22274 Thu Sep 9 16:03:06 1999 Richard Henderson <rth@cygnus.com>
22275
22276 * function.c (assign_stack_local_1): Allocate from
22277 function->x_frame_offset, not frame_offset.
22278
22279 Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
22280
22281 * ggc.h (lang_cleanup_tree): Remove.
22282 * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
22283 * ggc-callbacks.c (lang_cleanup_tree): Remove.
22284
22285 * c-decl.c (finish_struct): Use ggc_alloc to allocate
22286 TYPE_LANG_SPECIFIC when garbage collecting.
22287 (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
22288 (lang_cleanup_tree): Remove.
22289
22290 Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>
22291
22292 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
22293 * crtstuff.c: Not here.
22294 * dwarf2out.c: Or here.
22295 * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
22296 info.
22297
22298 Thu Sep 9 09:40:58 1999 Mark Mitchell <mark@codesourcery.com>
22299
22300 * function.h (free_after_compilation): Remove decl parameter.
22301 (free_varasm_status0: Likewise.
22302 (free_emit_status): Likewise.
22303 (free_stmt_status): Likewise.
22304 (free_after_compilation): Likewise.
22305 (init_lang_status): New variable.
22306 (free_lang_status): Likewise.
22307 * emit-rtl.c (free_emit_status): Make decl parameter implicit.
22308 * function.c (init_lang_status): New variable.
22309 (free_lang_status): Likewise.
22310 (push_function_context_to): Don't set function::decl here.
22311 (free_after_copmilation): Make decl parameter implicit. Call
22312 free_lang_status if defined.
22313 (prepare_function_start): Call init_lang_status if defined.
22314 (init_function_start): Set function::decl here.
22315 * profile.c (output_func_start_profiler): Don't call pushdecl
22316 until we've actually started the function.
22317 * stmt.c (free_stmt_status): Make decl parameter implicit.
22318 * toplev.c (rest_of_compilation): Don't pass decl to
22319 free_after_compilation.
22320 * varasm.c (free_varasm_status): Likewise.
22321
22322 Thu Sep 9 17:23:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22323
22324 * except.c (call_get_eh_context): Add root when allocating static
22325 tree variable.
22326
22327 Thu Sep 9 15:24:59 BST 1999 Richard Earnshaw <rearnsha@arm.com>
22328
22329 * arm.c: Include "ggc.h".
22330 (arm_add_gc_roots): New function.
22331 (arm_override_options): Call it.
22332 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
22333
22334 * arm.md (define_asm_attributes): Add a pool_range attribute.
22335
22336 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
22337
22338 * extend.texi (Volatiles): New node.
22339
22340 Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com>
22341
22342 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
22343 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
22344 (struct ggc_any): Replace `mark' with `magic_mark'.
22345 (ggc_alloc_string): Use memcpy, not bcopy.
22346 (ggc_alloc_any): Set magic_mark. Update bytes_alloced_since_gc.
22347 (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
22348 (ggc_free_any): New.
22349 (ggc_mark_string): Use IGNORE_MARK. Calc back to struct gcc_string.
22350 (ggc_mark): Use IGNORE_MARK. Abort if magic doesn't match.
22351 (ggc_collect): Re-enable collection avoidance. Use GGC_ANY_MARK.
22352 Use IS_MARKED. Use ggc_free_any.
22353
22354 1999-09-09 Scott Bambrough <scottb@netwinder.org>
22355
22356 * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
22357
22358 Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
22359
22360 * toplev.c (main): Always init_ggc.
22361
22362 Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
22363
22364 * except.c (find_all_handler_type_matches): Free the list if
22365 we found no matches.
22366
22367 * combine.c (SUBST): Break out to a real function do_SUBST.
22368 (SUBST_INT): Likewise.
22369 * gcse.c (free_pre_mem): Free `temp_bitmap'.
22370 (pre_insert): Free `inserted'.
22371 * loop.c (basic_induction_var): Always set `location'.
22372
22373 * function.c (expand_function_end): Add initial_trampoline as a root.
22374 * rtl.h (init_varasm_once): Declare.
22375 * toplev.c (compile_file): Call it.
22376 * ggc-simple.c (ggc_mark_string_ptr): New.
22377 (ggc_add_string_root): New.
22378 (ggc_collect): Disable collection avoidance temporarily.
22379 * ggc.h (ggc_add_string_root): Declare.
22380 * except.c (create_rethrow_ref): Use ggc_alloc_string.
22381 * optabs.c (init_libfuncs): Likewise.
22382 * varasm.c (named_section): Use ggc_alloc_string.
22383 (make_function_rtl): Likewise.
22384 (make_decl_rtl): Likewise.
22385 (assemble_static_space): Likewise.
22386 (assemble_trampoline_template): Likewise.
22387 (output_constant_def): Likewise.
22388 (force_const_mem): Likewise.
22389 (mark_const_hash_entry): New.
22390 (mark_pool_sym_hash_table): New.
22391 (mark_varasm_state): Use it.
22392 (init_varasm_once): New.
22393
22394 * expr.h (init_one_libfunc): Declare.
22395 * optabs.c (init_one_libfunc): New.
22396 (init_optabs): Use it.
22397 * config/gofast.h: Likewise.
22398 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
22399 * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
22400
22401 Thu Sep 9 13:46:06 1999 Geoffrey Keating <geoffk@cygnus.com>
22402
22403 * Makefile.in (cppexp.o): Depend on cpphash.h.
22404 * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
22405 Include cpphash.h.
22406 * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
22407 * cpplib.c (do_define): Generalise to handle poisoned definitions,
22408 redefining poisoned identifiers, etc.
22409 (do_undef): Don't allow poisoned identifiers to be undefined.
22410 (do_pragma): Add #pragma poison.
22411 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
22412
22413 * cccp.c: Add T_POISON node type.
22414 (special_symbol): Handle `defined(xxx)' and plain `xxx' for
22415 poisoned xxx.
22416 (do_define): Generalise to handle poisoned definitions,
22417 redefining poisoned identifiers, etc.
22418 (do_undef): Don't allow poisoned identifiers to be undefined.
22419 (do_pragma): Add #pragma poison.
22420 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
22421
22422 * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
22423 * c-pragma.h: Add ps_poison state. We now always have generic
22424 pragmas.
22425
22426 Wed Sep 8 20:30:42 1999 Mark Mitchell <mark@codesourcery.com>
22427
22428 * ggc.h (ggc_alloc): New function.
22429 (ggc_mark): Likewise.
22430 * ggc-simple.c (ggc_any): New structure.
22431 (ggc_status): Add anys.
22432 (n_anys_collected): New variable.
22433 (ggc_alloc): Define.
22434 (ggc_mark): Likewise.
22435 (ggc_collect): Collect the anys.
22436
22437 Wed Sep 8 20:15:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22438
22439 * c-decl.c (mark_binding_level): Make static to match prototype.
22440
22441 Wed Sep 8 16:41:27 1999 Richard Henderson <rth@cygnus.com>
22442
22443 * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
22444
22445 Wed Sep 8 16:07:52 1999 Richard Henderson <rth@cygnus.com>
22446
22447 * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
22448 will use into account. Expand the max width to 5.
22449 * rtl.c: Likewise.
22450
22451 Wed Sep 8 16:01:14 1999 Richard Henderson <rth@cygnus.com>
22452
22453 * ggc-simple.c (ggc_free_rtx): Poison the correct amount
22454 for the rtx length.
22455
22456 Wed Sep 8 15:23:54 1999 Richard Henderson <rth@cygnus.com>
22457
22458 * alpha.md (call value patterns): Remove the result predicates.
22459
22460 Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
22461
22462 * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
22463 last change.
22464
22465 Wed Sep 8 15:32:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22466
22467 * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
22468 changed from extern char *, to extern PTR. Also fix typo in
22469 NEED_DECLARATION_REALLOC test.
22470
22471 * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
22472
22473 Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22474
22475 * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
22476 ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
22477 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
22478 ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
22479
22480 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
22481
22482 * cccp.c (pcfinclude): Likewise.
22483
22484 * global.c (allocno_compare): Likewise.
22485
22486 * haifa-sched.c (rank_for_schedule): Likewise.
22487
22488 * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
22489
22490 * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
22491
22492 * stupid.c (stupid_reg_compare): Likewise.
22493
22494 * tree.c (_obstack_allocated_p): Likewise.
22495
22496 * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
22497
22498 1999-09-08 Bruce Korb autogen@linuxbox.com
22499
22500 * Makefile.in: Give the hapless gperf user a hint about
22501 why "gperf -F" fails.
22502
22503 Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
22504
22505 * lists.c: Include ggc.h.
22506 (zap_lists): New.
22507 (init_EXPR_INSN_LIST_cache): Install it.
22508
22509 * ggc-simple.c (init_ggc): Absorb the old init.
22510 (ggc_push_context): Use xcalloc.
22511 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
22512 (ggc_collect): Add [rvts] tags to the collection stats.
22513
22514 Wed Sep 8 11:14:25 1999 Andreas Schwab <schwab@suse.de>
22515
22516 * cccp.c (main): Fix handling of -include and -imacros options.
22517
22518 Wed Sep 8 02:23:08 1999 Jeffrey A Law (law@cygnus.com)
22519
22520 * cpplib.c (cpp_push_buffer): Fix order of arguments.
22521
22522 Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
22523
22524 * rtl.h (obstack_alloc_rtx): Removed, it's now static in
22525 genrtl.c.
22526
22527 Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
22528
22529 * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
22530 * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
22531 and SET_DEST. Update comment.
22532
22533 Wed Sep 8 18:55:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22534
22535 * config/c4x/c4x.c: Include ggc.h.
22536 (c4x_add_gc_roots): New function.
22537 (c4x_override_options): Call c4x_add_gc_roots.
22538
22539 Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
22540
22541 * defaults.h (TARGET_ESC): Move ...
22542 * system.h: ... here, where Linas had it in the first place. Silly me.
22543
22544 Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
22545
22546 * c-common.c: Use ISGRAPH, ISLOWER, toupper.
22547 * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
22548 genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
22549 * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
22550 * defaults.h (TARGET_ESC): Add default.
22551
22552 Tue Sep 7 23:36:59 1999 Linas Vepstas <linas@linas.org>
22553
22554 * configure.in: add i370-*-openedition, i370-*-mvs and
22555 i370-*-linux targets
22556
22557 Tue Sep 7 23:31:53 1999 Mark Mitchell <mark@codesourcery.com>
22558
22559 * dsp16xxx.c: Include ggc.h
22560 (override_options): Mark GC roots.
22561 * mn10200.c: Include ggc.h.
22562 (asm_file_start): Mark GC roots.
22563 * tahoe.c: Include ggc.h.
22564 (extensible_operand): Mark GC roots.
22565
22566 Tue Sep 7 23:23:15 1999 Linas Vepstas <linas@linas.org>
22567
22568 * README: Add section discussing status of ELF ABI.
22569 * i370.c: Fix misc spelling mistakes.
22570 (i370_label_scan): Updated notes, exception handling.
22571 (i370_function_prolog): Simplify ELF stack handling.
22572 * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
22573 (STACK_GROWS_DOWNWARD): ELF stack grows down.
22574 (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
22575 * i370.md: (movdi): Add notes.
22576 (floatsidf2): Use stack not rtca for scratch float area.
22577 (iorsi3): Correct operand constraints.
22578 * x-oe: Restore TAROUTOPTS which are used by pax.
22579
22580 Tue Sep 7 22:39:18 1999 Mark Mitchell <mark@codesourcery.com>
22581
22582 * rs6000.c: Include ggc.h.
22583 (rs6000_add_gc_roots): New function.
22584 (override_options): Call it.
22585
22586 Tue Sep 7 22:09:03 1999 Richard Henderson <rth@cygnus.com>
22587
22588 * alpha.h (alpha_compare): New.
22589 (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
22590 * alpha.c: Likewise for the definitions.
22591 (alpha_emit_conditional_branch): Update for alpha_compare.
22592 (alpha_emit_conditional_move): Likewise.
22593 * alpha.md (cmpdf, cmpdi): Likewise.
22594 (setcc patterns): Likewise. Zero alpha_compare after use.
22595 (sne): Optimize (x != 0) into (0U < x).
22596
22597 Tue Sep 7 21:55:02 1999 Richard Henderson <rth@cygnus.com>
22598
22599 * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
22600 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
22601 (INIT_EXPANDERS): Remove.
22602 * alpha.c: Include ggc.h.
22603 (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
22604 (alpha_init_machine_status, alpha_mark_machine_status): New.
22605 (override_options): Install them.
22606 (struct machine_function): Moved to alpha.h.
22607 (alpha_save_machine_status, alpha_restore_machine_status): Remove.
22608 (alpha_init_expanders): Remove.
22609 (alpha_return_addr): Adjust to use current_function->machine.
22610 (alpha_ra_ever_killed): Likewise.
22611 (alpha_expand_epilogue): Likewise.
22612 * alpha.md (eh_epilogue): Likewise.
22613
22614 Wed Sep 8 14:34:42 1999 Ian Piumarta <piumarta@prof.inria.fr>
22615 Melissa O'Neill <oneill@cs.sfu.ca>
22616 Geoffrey Keating <geoffk@cygnus.com>
22617
22618 * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
22619 call-used registers (call-saved registers must still be contiguous
22620 and end with r31, of course).
22621
22622 Tue Sep 7 21:41:38 1999 Richard Henderson <rth@cygnus.com>
22623
22624 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
22625 (self_promoting_type_p): Delete.
22626 (self_promoting_args_p): Move ...
22627 * c-common.c: ... here.
22628 (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
22629 (simple_type_promotes_to): New.
22630 * builtins.c (lang_type_promotes_to): New.
22631 (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
22632 * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
22633 * c-common.h: ... here.
22634 (self_promoting_args_p, simple_type_promotes_to): Declare.
22635 * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
22636 (grokdeclarator): Likewise.
22637 * tree.h (lang_type_promotes_to): Declare.
22638
22639 Tue Sep 7 17:15:21 1999 Mark Mitchell <mark@codesourcery.com>
22640
22641 Add some machine-dependent GC roots.
22642 * sparc.c: Include ggc.h.
22643 (sparc_add_gc_roots): New function.
22644 (mark_ultrasparc_pipeline_state): Likewise.
22645 (override_options): Call sparc_add_gc_roots.
22646 * pa.c: Include ggc.h.
22647 (pa_add_gc_roots): New function.
22648 (mark_deferred_plabels): Likewise.
22649 (override_options): Call pa_add_gc_roots.
22650 * mips.c: Include ggc.h.
22651 (mips_add_gc_roots): New function.
22652 (override_options): Use it.
22653
22654 Tue Sep 7 11:39:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22655
22656 * cpperror.c (cpp_file_line_for_message): Constify a char*.
22657
22658 * cppexp.c (parse_number, parse_charconst, cpp_lex,
22659 cpp_parse_expr): Add static prototypes.
22660 (parse_charconst): Don't cast away const-ness.
22661 (token): Constify a char*.
22662
22663 * cppfiles.c (file_name_list, include_hash, find_include_file,
22664 finclude, initialize_input_buffer): Constify a char*.
22665 (file_cleanup, find_position): Add static prototypes.
22666
22667 * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
22668 collect_expansion): Add static prototypes.
22669 (cpp_install, create_definition, monthnames): Constify a char*.
22670
22671 * cpphash.h (cpp_install): Likewise.
22672
22673 * cppinit.c (known_suffixes, default_include,
22674 dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
22675 (base_name, dump_special_to_buffer, initialize_dependency_output):
22676 Add static prototypes.
22677
22678 * cpplib.c (my_strerror): Constify a char*.
22679 (null_underflow, null_cleanup, skip_comment, copy_comment,
22680 copy_rest_of_line, handle_directive, pass_thru_directive,
22681 get_directive_token, read_line_number, cpp_print_file_and_line,
22682 v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
22683 v_cpp_warning_with_line, detect_if_not_defined,
22684 consider_directive_while_skipping): Add static prototypes.
22685 (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
22686 cpp_pedwarn_with_file_and_line): Constify a char*.
22687
22688 * cpplib.h (cpp_options, include_hash, progname, definition,
22689 cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
22690 check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
22691 find_include_file, deps_output, include_hash): Constify a char*.
22692
22693 * cppmain.c (progname): Constify.
22694 (main): Add prototype. Use return, not exit.
22695
22696 * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
22697 recognized_macro, check_macro_names, read_scan_file, write_rbrac,
22698 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
22699 check_protection): Add static prototype.
22700 (xfree): Remove.
22701 (progname, recognized_macrom, recognized_extern): Constify a char*.
22702 (main): Add prototype.
22703
22704 * gen-protos.c (progname): Constify a char*.
22705
22706 Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com>
22707
22708 * emit-rtl.c (free_emit_status): Take decl as a parameter.
22709 (init_emit_once): Add more GC roots.
22710 * except.c (mark_func_eh_entry): New function.
22711 (mark_eh_node): Mark false_label and rethrow_label.
22712 (init_eh): Add more GC roots.
22713 * function.c (free_after_compilation): Take decl as a paramter.
22714 Call free_stmt_status.
22715 (mark_function_state): Don't assume x_parm_reg_stack_loc is
22716 non-NULL.
22717 * function.h (free_after_compilation): Change prototype.
22718 (free_varasm_status): Likewise.
22719 (free_emit_status): Likewise.
22720 (free_stmt_status): New function.
22721 * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
22722 Remove, replacing with ...
22723 (ggc_status): New structure.
22724 (ggc_chain): New variable.
22725 (init_gcc): Define.
22726 (ggc_push_context): New function.
22727 (ggc_pop_context): Likewise.
22728 (ggc_alloc_rtx): Adjust for use of ggc_chain.
22729 (ggc_alloc_rtvec): Likewise.
22730 (ggc_alloc_tree): Likewise.
22731 (ggc_alloc_string): Likewise.
22732 (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
22733 (ggc_mark_tree): Give language-dependent code a chance to mark
22734 `x' nodes.
22735 (ggc_mark_tree_varray): Handle empty arrays.
22736 (ggc_collect): Adjust for use of ggc_chain. Clear
22737 bytes_alloced_since_last_gc.
22738 * ggc.h (ggc_pop_context): New function.
22739 (ggc_push_context): Likewise.
22740 * print-tree.c (print_node): Don't print obstacks when GC'ing.
22741 * stmt.c (free_stmt_status): New function.
22742 (init_stmt_for_function): Clear last_expr_value.
22743 * toplev.c (rest_of_compilation): Always call free_after_compilation.
22744 Conditionalize call to ggc_collect.
22745 (main): Call init_ggc.
22746 * tree.c (push_obstacks): Do the push, even when GC'ing.
22747 (push_obstacks_nochange): Likewise.
22748 (pop_obstacks): Liekwise.
22749 * varasm.c (free_varasm_status): Take decl as a parameter.
22750
22751 Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com>
22752
22753 * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
22754 (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
22755 * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
22756 * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
22757
22758 Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
22759
22760 * pa/x-pa-mpeix: New file for the MPE port.
22761
22762 * pa/quadlib.asm: New file for long double support.
22763
22764 * configure.in: Add hppa1.0-*-mpeix for MPE port.
22765 * configure: Rebuilt.
22766
22767 Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
22768
22769 * final.c (shorten_branches): Fix last change.
22770
22771 Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
22772
22773 * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
22774
22775 Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
22776
22777 * Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
22778 details.
22779
22780 Mon Sep 6 22:31:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22781
22782 * c-aux-info.c (concat): Don't define.
22783
22784 * cccp.c (my_strerror): Likewise. All callers changed to use
22785 xstrerror instead.
22786 (do_include): Call xstrdup, not xmalloc/strcpy.
22787 (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
22788 (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
22789
22790 * collect2.c (my_strsignal): Likewise. All callers changed to use
22791 strsignal instead.
22792 (locatelib): Call xstrdup, not xmalloc/strcpy.
22793
22794 * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
22795
22796 * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
22797
22798 * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
22799
22800 * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
22801
22802 * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
22803
22804 * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
22805
22806 * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
22807 malloc/realloc.
22808 (find_all_handler_type_matches): Likewise. Don't check return
22809 value.
22810 (get_new_handler, init_insn_eh_region, process_nestinfo): Call
22811 xmalloc, not malloc.
22812 (init_eh_nesting_info): Likewise. Call xcalloc, not xmalloc/bzero.
22813
22814 * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
22815 (init_spec): Call xcalloc, not xmalloc/bzero.
22816 (set_spec): Call xstrdup, not save_string.
22817 (record_temp_file): Call xstrdup, not xmalloc/strcpy.
22818 (find_a_file): Call xstrdup, not xmalloc/strcpy.
22819 (process_command): Call xstrdup, not save_string.
22820 (main): Call xcalloc, not xmalloc/bzero.
22821
22822 * gcov.c (xmalloc): Don't define.
22823 (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
22824 (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
22825 (output_data): Call xcalloc, not xmalloc/bzero.
22826
22827 * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
22828
22829 * mips-tdump.c (xmalloc): Don't define.
22830 (print_symbol): Call xmalloc, not malloc.
22831 (read_tfile): Call xcalloc, not calloc.
22832
22833 * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
22834 Don't define. All callers of xfree/my_strsignal changed to use
22835 free/strsignal instead.
22836 (allocate_cluster): Call xcalloc, not calloc.
22837
22838 * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
22839 Fix memory leak, free allocated memory.
22840
22841 * prefix.c (translate_name): Call xstrdup, not save_string.
22842 (update_path): Likewise.
22843
22844 * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
22845
22846 * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
22847 Don't define. Callers of xfree/savestring2 changed to use
22848 free/concat instead.
22849
22850 * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
22851 (init_elim_table): Likewise.
22852
22853 * resource.c (init_resource_info): Likewise.
22854
22855 * stupid.c (stupid_life_analysis): Likewise.
22856
22857 * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
22858 (open_dump_file): Call concat, not xmalloc/strcpy/...
22859 (clean_dump_file): Likewise.
22860 (compile_file): Call xstrdup, not xmalloc/strcpy.
22861
22862 Mon Sep 6 15:04:55 1999 Richard Henderson <rth@cygnus.com>
22863
22864 * v850.h (EXPAND_BUILTIN_VA_ARG): New.
22865 * v850.c (v850_va_arg): New.
22866
22867 Tue Sep 7 09:36:01 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22868
22869 * haifa-sched.c: Tidy comments.
22870
22871 Mon Sep 6 14:30:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22872
22873 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
22874 (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
22875 $(out_object_file)): Depend on ggc.h.
22876 * c-common.c: Include "ggc.h".
22877 (combine_strings): If doing GC, use ggc_alloc_string.
22878 * c-decl.c: Include "ggc.h".
22879 (ggc_p): Define with value 0.
22880 (mark_binding_level): New function.
22881 (init_decl_processing): Add GC roots.
22882 (mark_c_function_context): New function.
22883 (lang_mark_false_label_stack): New function.
22884 (lang_mark_tree): New function.
22885 (lang_cleanup_tree): New function.
22886 * c-lang.c: Include "ggc.h".
22887 (lang_init): Call c_parse_init.
22888 * c-lex.c: Include "ggc.h".
22889 (check_linenum): If doing GC, don't copy filenames to permanent
22890 obstack.
22891 * c-parse.in: Include "ggc.h".
22892 (c_parse_init): New function.
22893 * c-tree.h (c_parse_init, mark_c_function_context): Declare.
22894 * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
22895
22896 * except.c (mark_eh_state): Mark more state.
22897 * function.c (mark_function_state): Likewise.
22898 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
22899 (ggc_alloc_string) [GGC_DUMP]: Fix typo.
22900 * toplev.c (mark_file_stack): New function.
22901 (compile_file): If doing GC, use ggc_alloc_string on input filename.
22902 (main): Add root for input_file_stack.
22903
22904 * i386.c: Include "ggc.h".
22905 (ix86_mark_machine_status): New function.
22906 (override_options): Set mark_machine_status.
22907
22908 Mon Sep 6 15:26:23 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22909
22910 * tree.c (copy_node): Copy node contents also if doing GC.
22911
22912 Mon Sep 6 08:42:06 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
22913
22914 * collect2.c (scan_libraries): Fix double-thinko :-).
22915
22916 Mon Sep 6 02:42:36 1999 Jeffrey A Law (law@cygnus.com)
22917
22918 * collect2.c (scan_libraries): Fix thinko.
22919
22920 * cse.c (delete_trivially_dead_insns): Do not skip the last
22921 insn if it is a real insn.
22922
22923 Sun Sep 5 18:57:42 1999 Mark Mitchell <mark@codesourcery.com>
22924
22925 * Makefile.in (ggc-simple.o): Depend on hash.h.
22926 * ggc.h (ggc_add_tree_hash_table_root): Declare.
22927 (ggc_mark_tree_varray): Likewise.
22928 (ggc_mark_tree_hash_table): Likewise.
22929 * ggc-simple.c: Include hash.h.
22930 (ggc_mark_tree_hash_table_ptr): New function.
22931 (ggc_mark_tree_hash_table_entry): Likewise.
22932 (ggc_mark_tree_hash_table): Likewise.
22933 (ggc_add_tree_hash_table_root): Likewise.
22934 * varray.h (const_equiv_data): Use struct rtx_def *, rather than
22935 rtx, when defining fields.
22936
22937 Sun Sep 5 18:57:42 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
22938
22939 * profile.c (output_func_start_profiler): Remove apparently
22940 nonsensical call to start_sequence.
22941
22942 Sun Sep 5 17:34:33 1999 Richard Henderson <rth@cygnus.com>
22943
22944 * clipper/clipper.c (clipper_va_start): Fix typos.
22945
22946 * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
22947 * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
22948 (spur_va_arg): New stub.
22949
22950 * configure.in: Comment out pyramid.
22951
22952 Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
22953
22954 * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
22955 don't conflict with the bits that win32, cygwin, and dgux
22956 defines.
22957
22958 Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
22959 Bernd Schmidt <bernds@cygnus.co.uk>
22960
22961 * integrate.c (function_cannot_inline_p): Do not inline
22962 functions with forced labels.
22963
22964 Sun Sep 5 00:35:17 1999 Richard Henderson <rth@cygnus.com>
22965 Bernd Schmidt <bernds@cygnus.co.uk>
22966 Mark Mitchell <mark@codesourcery.com>
22967
22968 * Makefile.in (ggc-simple.o): Depend on varray.h.
22969 (rtl.o): Depend on ggc.h.
22970 (genattrtab.o): Depend on ggc.h.
22971 (print-tree.o): Likewise.
22972 (fold-const.o): Likewise.
22973 * emit-rtl.c (sequence_element_free_list): Remove, and all references.
22974 (make_insn_raw): Don't cache insns when GC'ing.
22975 (emit_insn_before): Likewise.
22976 (emit_insn_after): Likewise.
22977 (emit_insn): Likewise.
22978 (start_sequence): Use xmalloc to allocate the sequence_stack.
22979 (end_sequence): Add free to free it.
22980 (gen_sequence): Don't cache insns when GC'ing.
22981 (clear_emit_caches): Don't use sequence_element_free_list.
22982 (init_emit): Use xcalloc, not xmalloc+bzero.
22983 * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
22984 * function.c (pop_function_context_from): Use free to free the
22985 fixup_var_refs_queue.
22986 (put_reg_into_stack): Allocate it with xmalloc.
22987 * genattrtab.c: Include ggc.h.
22988 (operate_exp): Don't use obstack_free when GC'ing.
22989 (simplify_cond): Likewise.
22990 (simplify_text_exp): Likewise.
22991 (optimize_attrs): Likewise.
22992 * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
22993 GC'ing.
22994 (gencode): Generate a #include for ggc.h.
22995 * ggc-callbacks.c (ggc_p): Define it to zero.
22996 * ggc-none.c (ggc_p): Likewise.
22997 * ggc-simple.c: Include varray.h.
22998 (ggc_mark_tree_varray): New function.
22999 (ggc_add_tree_varray_root): Likewise.
23000 (ggc_mark_tree_varray_ptr): Likewise.
23001 * ggc.h (ggc_p): Declare.
23002 (varray_head_tag): Likewise.
23003 (ggc_add_tree_varray_root): Declare.
23004 * print-tree.c (print_node): Don't check for TREE_PERMANENT
23005 inconsistencies when GC'ing.
23006 * rtl.c: Include ggc.h.
23007 (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
23008 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
23009 (rtx_free): Don't call obstack_free when GC'ing.
23010 * toplev.c (rest_of_compilation): Call ggc_collect after every
23011 pass, if GC'ing.
23012 * tree.c (push_obstacks): Do nothing, if GC'ing.
23013 (pop_obstacks_nochange): Likewise.
23014 (pop_obstacks): Likewise.
23015 (make_node): Use ggc_alloc_tree when GC'ing.
23016 (copy_node): Likewise.
23017 (get_identifier): Use ggc_alloc_string when GC'ing.
23018 (build_string): Likewise.
23019 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
23020 (tree_cons): Likewise.
23021 (build1): Likewise.
23022 (type_hash_canon): Don't call obstack_free when GC'ing.
23023
23024 Sat Sep 4 21:52:32 1999 Richard Henderson <rth@cygnus.com>
23025
23026 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
23027 of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
23028
23029 Sat Sep 4 20:40:19 1999 Richard Henderson <rth@cygnus.com>
23030 Bernd Schmidt <bernds@cygnus.co.uk>
23031 Mark Mitchell <mark@codesourcery.com>
23032
23033 * Makefile.in (stor-layout.o): Depend on ggc.h.
23034 (expr.o): Depend on ggc.h.
23035 (profile.o): Depend on ggc.h.
23036 (stor-layout.o): Depend on ggc.h.
23037 * emit-rtl.c (init_emit_once): Add gc roots.
23038 * expr.c: Include ggc.h.
23039 (emit_block_move): Add gc roots.
23040 (clear_storage): Likewise.
23041 * expr.h (init_stor_layout_once): New function.
23042 * profile.c: Include ggc.h.
23043 (init_arc_profiler): profiler_label is a root.
23044 * scan.c (make_sstring_space): Trust xrealloc to function
23045 correctly with first parameter NULL.
23046 * stor-layout.c: Include ggc.h.
23047 (set_sizetype): Add gc root.
23048 (init_stor_layout_once): New function.
23049 * toplev.c (compile_file): Call it.
23050
23051 Sat Sep 4 19:26:25 1999 Richard Henderson <rth@cygnus.com>
23052 Bernd Schmidt <bernds@cygnus.co.uk>
23053 Mark Mitchell <mark@codesourcery.com>
23054
23055 * Makefile.in (tree.o): Depend on ggc.h.
23056 (varasm.o): Likewise.
23057 (function.o): Likewise.
23058 (stmt.o): Likewise.
23059 (except.o): Likewise.
23060 (optabs.o): Likewise.
23061 (emit-rtl.o): Likewise.
23062 * emit-rtl.c: Include ggc.h.
23063 (sequence_element_free_list): Remove, and all references.
23064 (mark_sequence): New functions.
23065 (mark_emit_state): New function.
23066 * except.c: Include ggc.h.
23067 (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
23068 (mark_tree_label_node): New functions.
23069 (mark_eh_state): New function.
23070 * function.c: Include ggc.h.
23071 (mark_temp_slot, mark_function_chain): New functions.
23072 (mark_function_state): New function.
23073 (init_function_once): New function.
23074 * function.h (init_function_once): New function.
23075 * ggc-callbacks.c (lang_mark_false_label_stack): New function.
23076 * ggc.h (label_node): Declare.
23077 (eh_status, emit_status, stmt_status, varasm_status): Likewise.
23078 (lang_mark_false_label_stack): New function.
23079 (mark_temp_slot): Remove declaration.
23080 (mark_function_chain): Likewise.
23081 (mark_eh_state): Adjust prototype.
23082 (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
23083 Likewise.
23084 * optabs.c: Include ggc.h.
23085 (mark_optab): New function.
23086 (init_optabs): Add gc roots.
23087 * stmt.c: Include ggc.h.
23088 (mark_cond_nesting, mark_loop_nesting): New functions.
23089 (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
23090 (mark_stmt_state): New function.
23091 * toplev.c (compile_file): Call init_function_once.
23092 * tree.c: Include ggc.h.
23093 (type_hash): Move declaration earlier in file.
23094 (TYPE_HASH_SIZE, type_hash_table): Likewise.
23095 (init_obstacks): Add gc roots.
23096 (mark_type_hash): New function.
23097 * varasm.c: Include ggc.h.
23098 (mark_pool_constant): New function.
23099 (mark_varasm_state): New function.
23100
23101 Sat Sep 4 22:28:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23102
23103 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
23104
23105 Sat Sep 4 18:01:45 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23106
23107 * c-decl.c (struct language_function): Renamed from struct c_function.
23108 Delete elt NEXT.
23109 (c_function_chain): Delete.
23110 (push_c_function_context): New arg F. Don't warn about nested
23111 functions here. Fill LANGUAGE elt of F. Delete code to update
23112 c_function_chain. Don't call push_function_context.
23113 (pop_c_function_context): New arg F. Restore from there instead of
23114 from c_function_chain. Don't call pop_function_context. Clear out
23115 LANGUAGE field of F when done.
23116 * c-lang.c: Include "function.h"
23117 (lang_init): Initialize save_lang_status and restore_lang_status.
23118 * c-parse.in (nested_function, nested_function_notype): Warn about
23119 nested functions. Call push_function_context/pop_function_context
23120 instead of the _c_ variants.
23121 * c-tree.h (push_c_function_context, pop_c_function_context): Update
23122 prototype.
23123 * Makefile.in (c-lang.o): Update dependencies.
23124
23125 * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
23126 regno_pointer_flag, regno_pointer_align.
23127 (gen_reg_rtx): Use xrealloc to enlarge them.
23128 (free_emit_status): New function.
23129 * function.c (mark_machine_status, mark_lang_status): New variables.
23130 (assign_stack_local_1): Renamed from assign_outer_stack_local. Merge
23131 in some bits from assign_stack_local. All callers changed to use new
23132 name.
23133 (assign_stack_local): Just call assign_stack_local_1.
23134 (free_after_compilation): New function.
23135 (put_reg_into_stack): Simplify to always call assign_stack_local_1.
23136 (trampoline_address): Likewise.
23137 (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
23138 (prepare_function_start): Explicitly clear some more variables.
23139 * function.h (struct function): New elt can_garbage_collect.
23140 (mark_machine_status, mark_lang_status): Declare variables.
23141 (free_after_compilation, free_emit_status, free_varasm_status,
23142 init_varasm_status): Declare functions.
23143 * toplev.c (rest_of_compilation): Call free_after_compilation when
23144 done with the current function.
23145 * varasm.c (free_varasm_status): New function.
23146
23147 Sat Sep 4 17:15:13 1999 Richard Henderson <rth@cygnus.com>
23148
23149 * sparc.h (EXPAND_BUILTIN_VA_START): Define.
23150 (EXPAND_BUILTIN_VA_ARG): Define.
23151 * sparc.c (sparc_va_start): New.
23152 (sparc_va_arg): New.
23153
23154 Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23155
23156 * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
23157
23158 Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23159
23160 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
23161
23162 Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com>
23163
23164 * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
23165 (OBJS): Add $(GGC).
23166 (ggc-callbacks.o): New target.
23167 * ggc-callbacks.c: New file.
23168
23169 Sat Sep 4 22:53:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23170
23171 * expr.h: Collapse individual optab and libfunc vars to arrays.
23172 (optab_index, libfunc_index): New enumerations.
23173 (optab_table, libfunc_table): New arrays.
23174 Add accessor macros for both.
23175
23176 * optabs.c (optab_table, libfunc_table): New.
23177 Delete declarations for individual optab and libfunc vars.
23178
23179 Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
23180
23181 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
23182
23183 Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
23184
23185 * Makefile.in (GGC, GGC_LIB): New.
23186 (HOST_RTL): Include ggc-none.o.
23187 (ggc-simple.o): New target.
23188 (ggc-none.o): Likewise.
23189 * tree.h (tree_common): Add gc_mark.
23190 * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
23191 (struct rtvec_def): Add gc_mark.
23192 * emit-rtl.c (global_rtl): Update static initializers to contain
23193 enough initializers.
23194 * ggc.h, ggc-none.c, ggc-simple.c: New files.
23195 * toplev.c (gc_time): New variable.
23196 (all_time): New variable.
23197 (compile_file): Print gc time.
23198 (print_time): Calculate percentage of the whole.
23199
23200 Sat Sep 4 13:11:01 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23201
23202 Change obstack memory management and varasm constant pool handling so
23203 that nested functions are treated like any other functions.
23204 * function.c (init_machine_status): New variable.
23205 (push_function_context_to): Set contains_functions for the outer
23206 function. Don't call save_varasm_status.
23207 (pop_function_context_from): Don't call restore_varasm_status. Don't
23208 set current_function_contains_functions.
23209 (prepare_function_start): Call init_varasm_status rather than
23210 init_const_rtx_hash_table. Call (*init_machine_status) if the pointer
23211 is non-null.
23212 * function.h (struct function) Add field varasm. Delete fields
23213 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
23214 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
23215 (init_machine_status): Declare.
23216 (save_varasm_status, restore_varasm_status): Delete declarations.
23217 (save_tree_status, restore_tree_status): Delete last argument.
23218 * integrate.c (initialize_for_inline): Lose arg COPY. Delete copying
23219 code. All callers changed.
23220 (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
23221 save_constants_in_decl_trees, restore_constants, save_constants,
23222 save_for_inline_eh_labelmap, save_for_inline_copying): Delete
23223 functions.
23224 (inlining): New variable.
23225 (reg_map, label_map, insn_map, orig_asm_operands_vector,
23226 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
23227 variables.
23228 (save_for_inline_nocopy): Don't save constants.
23229 Don't set inl_emit field in current_function.
23230 (expand_inline_function): Use emit field, not inl_emit, of the inlined
23231 function. Set new variable inlining before
23232 calling copy_rtx_and_substitute.
23233 (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
23234 constant pool references if inlining is nonzero.
23235 Delete ADDRESS and (most of the) CONST cases.
23236 (output_inline_function): Save and restore current_function/
23237 current_function_decl. Delete restore_constants code. Don't call
23238 init_const_rtx_hash_table.
23239 * output.h (init_const_rtx_hash_table): Don't declare.
23240 * rtl.h (struct function): Declare.
23241 (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
23242 * toplev.c (rest_of_compilation): Don't treat nested functions or
23243 functions containing them specially. Delete all code to deal with
23244 save_for_inline_copying.
23245 * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
23246 inline_obstacks): Delete variables.
23247 (save_tree_status): Lose arg CONTEXT. All callers changed.
23248 Simply allocate a new function_maybepermanent_obstack for the new
23249 function, delete all the special cases.
23250 Don't save inline_obstacks.
23251 (restore_tree_status): Lose arg CONTEXT. All callers changed.
23252 Delete special handling for function_maybepermanent_obstack; simply
23253 free it if empty.
23254 Don't restore inline_obstacks.
23255 (permanent_allocation): Delete code that frees inline_obstacks.
23256 (print_inline_obstack_statistics): Delete function.
23257 (dump_tree_statistics): Don't call it.
23258 * varasm.c (struct varasm_status): New.
23259 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
23260 last_pool, pool_offset, const_double_chain): Delete global
23261 variables, replace with accessor macros.
23262 (immed_double_const): Don't walk const_double_chain outside a
23263 function, but don't treat nested functions specially anymore.
23264 (immed_real_const_1): Likewise.
23265 (clear_const_double_mem): Don't treat nested functions specially.
23266 (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
23267 (save_varasm_status, restore_varasm_status): Delete functions.
23268 (init_varasm_status): New function.
23269 (force_const_mem): Don't treat nested functions specially.
23270 (find_pool_constant): Accept new arg F, search for constants in
23271 that function's pool rather than the current one. All callers
23272 changed.
23273 (get_pool_constant_for_function, get_pool_mode_for_function): New
23274 functions.
23275
23276 * i386.c (init_386_machine_status): New function, mostly from
23277 clear_386_stack_locals.
23278 (struct machine_functions): Rename element names to avoid name
23279 clashes.
23280 (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
23281 macros, replacing global variables.
23282 (clear_386_stack_locals, save_386_machine_status,
23283 restore_386_machine_status): Delete functions.
23284 (override_options): Initialize init_machine_status.
23285 * i386.h (INIT_EXPANDERS): Delete macro.
23286 (save_386_machine_status, restore_386_machine_status,
23287 clear_386_stack_locals): Delete declarations.
23288
23289 Sat Sep 4 16:56:28 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23290
23291 * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
23292 (doloop_begin): Simplify pattern and use emit_jump_insn.
23293 (doloop_end): Simplify pattern, switch operand order,
23294 and use emit_jump_insn.
23295
23296 Fri Sep 3 19:02:38 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
23297
23298 * function.h (struct function): Add new element LANGUAGE.
23299 (save_lang_status): Declare new variable.
23300 (restore_lang_status): Likewise.
23301 * function.c (save_lang_status): Define.
23302 (restore_lang_status): Likewise.
23303 (push_function_context_to): Call language-specific save function.
23304 (pop_function_context_from): Call language-specific restore function.
23305
23306 Fri Sep 3 01:16:18 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
23307
23308 * i386.md (movsf_1): Check REG_P before use of REGNO.
23309 (movdf_1): Likewise.
23310 (movxf_1): Likewise.
23311 (extendsfdf2): Likewise.
23312 (extendsfxf2): Likewise.
23313 (extenddfxf2): Likewise.
23314
23315 Sat Sep 4 11:37:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23316
23317 * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
23318 constants into memory.
23319 (c4x_shiftable_constant): New function.
23320 * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
23321 (c4x_shiftable_constant): Declare.
23322 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
23323 ashlqi3_noclobber): Add new patterns and associated splitters.
23324
23325 Fri Sep 3 16:22:17 1999 Richard Henderson <rth@cygnus.com>
23326
23327 * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
23328 * dwarf2out.c (dwarf2out_frame_init): Likewise.
23329 * final.c (shorten_branches): Likewise.
23330 * global.c (global_alloc): Likewise.
23331 * haifa-sched.c (build_control_flow): Likewise.
23332 * stmt.c (check_for_full_enumeration_handling): Likewise.
23333 (estimate_case_costs): Likewise.
23334
23335 Fri Sep 3 15:49:56 1999 Mark Mitchell <mark@codesourcery.com>
23336
23337 * rtl.h (RTL_CHECKC2): Fix typo in last change.
23338
23339 Fri Sep 3 15:13:34 1999 Richard Henderson <rth@cygnus.com>
23340
23341 * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
23342 (recompute_reg_usage): Likewise.
23343 * rtlanal.c (find_regno_fusage): Likewise.
23344
23345 * rtl.c (rtl_check_failed_code1): New function.
23346 (rtl_check_failed_code2): New.
23347 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
23348 (RTL_CHECKC1, RTL_CHECKC2): New.
23349 (XC*): New accessor macros.
23350 (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
23351 (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
23352 (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
23353 (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
23354 (TRAP_*, RANGE_INFO_*): Likewise.
23355
23356 Fri Sep 3 15:10:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23357
23358 * Makefile.in (tlink.o): Don't depend on toplev.h.
23359
23360 * collect2.c (c_file, o_file, export_file, import_file, ldout,
23361 output_file, nm_file_name, ldd_file_name, strip_file_name,
23362 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
23363 add_prefix, prefix_from_env, prefix_from_string, do_wait,
23364 fork_execute, maybe_unlink, add_to_list,
23365 extract_init_priority, write_list, dump_list,
23366 dump_prefix_list, write_list_with_asm, write_c_file,
23367 write_c_file_stat, write_c_file_glob, scan_prog_file,
23368 scan_libraries, is_in_list, resolve_lib_name, use_import_list,
23369 ignore_library, extract_string, notice, dump_file, target_machine,
23370 collect_wait, collect_execute, libname, locatelib, aix_std_libs,
23371 read_file, print_load_command): Constify a char*.
23372 (fdopen, error, fatal, fatal_perror): Don't prototype.
23373 (my_strerror): Remove. All callers use xstrerror instead.
23374 (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
23375 (main): Add prototype. Constify lots of char* ptrs. Change calls
23376 to xcalloc/strcpy/strcat/... to one call to concat.
23377 (main, scan_prog_file, scan_libraries): Use an intermediate
23378 `const char **' to build an argv array.
23379 (mapfile, libselect, libcompare, locatelib): Add prototypes.
23380
23381 * collect2.h (collect_execute, collect_wait, dump_file,
23382 file_exists): Constify a char*.
23383 (ldout, c_file_name, temporary_obstack, permanent_obstack,
23384 temporary_firstobj, vflag, debug): Add extern declarations.
23385 (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
23386
23387 * tlink.c: Don't include toplev.h.
23388 (vflag, debug, ldout, c_file_name, temporary_obstack,
23389 permanent_obstack, temporary_firstobj): Don't declare.
23390 (tlink_execute, frob_extension, symbol_hash_lookup,
23391 file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
23392 recompile_files, read_repo_files, demangle_new_symbols,
23393 scan_linker_output): Constify a char*.
23394 (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
23395 do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
23396
23397 Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
23398
23399 * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
23400 (relative) rather than jsr (absolute) subroutine call insns.
23401 * config/m68k/m68k-coff.h: Ditto.
23402
23403 Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
23404
23405 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
23406 now rework these too.
23407 (arm_reorg): If an insn can't reach the end of the current pool,
23408 ensure that we emit that pool before the insn.
23409
23410 Fri Sep 3 09:14:32 1999 Marc Espie <espie@tetto.liafa.jussieu.fr>
23411
23412 * tlink.c (scan_linker_output): Skip the initial underscore in
23413 a mangled name if appropriate.
23414
23415 Fri Sep 3 01:28:33 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23416
23417 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
23418 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
23419 error_with_ivar, gen_declarator, create_builtin_decl,
23420 my_build_string, generate_descriptor_table, generate_ivars_list,
23421 generate_dispatch_table, check_protocols, TAG_GETCLASS,
23422 TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
23423 dump_base_name, lang_decode_option, build_encode_expr,
23424 start_class, finish_class, encode_pointer, really_start_method,
23425 gen_declaration, dump_interface, handle_class_ref, handle_impent):
23426 Constify.
23427 (objc_demangle, objc_printable_name, generate_struct_by_value_array):
23428 Add static prototypes.
23429 (build_objc_string_decl, build_selector_reference_decl,
23430 encode_bitfield, build_class_reference_decl): Remove unused
23431 parameter, all callers changed.
23432 (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
23433 (objc_printable_name): Likewise. Change second parameter to type int.
23434 (init_objc): Use memcpy, not bcopy, to avoid casts.
23435
23436 Thu Sep 2 21:49:52 1999 Richard Henderson <rth@cygnus.com>
23437
23438 * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
23439 reg notes on a deleted insn.
23440 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
23441
23442 Thu Sep 2 20:18:12 1999 Jeffrey A Law (law@cygnus.com)
23443
23444 * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
23445
23446 Thu Sep 2 22:00:08 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23447
23448 * stmt.c (expand_asm_operands): Fix index into inout_mode when
23449 reading it.
23450
23451 Thu Sep 2 13:00:48 1999 Richard Henderson <rth@cygnus.com>
23452
23453 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
23454 * tm.texi (MD_ASM_CLOBBERS): Document it.
23455
23456 Thu Sep 2 10:22:40 1999 Richard Henderson <rth@cygnus.com>
23457
23458 * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
23459 * except.c (expand_rethrow): Remove unused variable.
23460 * expr.c (do_jump_by_parts_greater_rtx): Likewise.
23461 * flow.c (replace_insns): Likewise.
23462 (create_edge_list, verify_edge_list): Likewise.
23463 * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
23464
23465 * genemit.c (gen_expand): Only emit `operands[N]' decl if there
23466 is special code to run.
23467 (main): Don't define operands to emit_operand.
23468 * genrecog.c (main): Don't emit an empty peephole2_insn function.
23469
23470 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
23471
23472 * alpha/alpha.h (normal_memory_operand): Declare.
23473 (reg_no_subreg_operand): Declare.
23474 * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
23475
23476 Thu Sep 2 10:19:20 1999 Richard Henderson <rth@cygnus.com>
23477
23478 * c-parse.in (compstmt_primary_start): New, broken out of first
23479 part of compstmt handling in primary.
23480 (primary): Use it. Add an error clause.
23481 (compstmt_nostart): Renamed from compstmt; remove all
23482 initial invocations of compstmt_start.
23483 (compstmt): New.
23484
23485 Thu Sep 2 01:35:50 1999 Marc Espie <espie@cvs.openbsd.org>
23486
23487 * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
23488 needed.
23489
23490 Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
23491
23492 * combine.c (simplify_shift_const): Remove extra semicolon.
23493 * dwarf2out.c (remove_AT): Likewise.
23494 * expmed.c (expand_mult): Likewise.
23495 * gcov.c (create_program_flow_graph): Likewise.
23496 * reorg.c (mostly_true_jump): Likewise.
23497
23498 Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
23499
23500 * fold-const.c (fold_range_test): Do not try to fold the range
23501 test if the rhs or lhs has side effects.
23502
23503 * combine.c (simplify_rtx): Recognize another case of a synthesized
23504 sign extension.
23505
23506 * varasm.c (mark_constant_pool): When marking indirect references,
23507 only look at SYMBOL_REFs.
23508
23509 * except.c (expand_fixup_region_end): Do not peek at
23510 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
23511
23512 Thu Sep 2 13:52:53 1999 Geoffrey Keating <geoffk@cygnus.com>
23513
23514 * flags.h: New variables align_loops, align_loops_log,
23515 align_jumps, align_jumps_log, align_labels, align_labels_log,
23516 align_functions, align_functions_log.
23517 * toplev.c: Define them.
23518 (f_options): Handle -falign-* when they have no argument.
23519 (main): Add logic to set variables for -falign-functions,
23520 -falign-jumps, -falign-labels, -falign-loops.
23521 Make it -fsched-verbose=<n> and -finline-limit=<n>.
23522 (display_help): Change help to match options.
23523 * final.c (LABEL_ALIGN): Default to align_labels_log.
23524 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
23525 (LOOP_ALIGN): Default to align_loops_log.
23526 (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
23527 (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
23528 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
23529 * varasm.c (assemble_start_function): Handle align_functions.
23530
23531 * config/sparc/sparc.h: Don't declare sparc_align_*.
23532 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
23533 (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
23534 sparc.c.
23535 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
23536 it's a promise.
23537 * config/sparc/sparc.c: Delete sparc_align_loops,
23538 sparc_align_jumps, sparc_align_funcs and the corresponding string
23539 variables.
23540 (sparc_override_options): Default align_functions on ultrasparc.
23541 Delete -malign-* handling.
23542
23543 * config/mips/mips.c (override_options): On 64-bit targets,
23544 try to align code to 64-bit boundaries.
23545 (print_operand): New substitution, %~,
23546 which aligns labels to align_labels_log.
23547 * config/mips/mips.md (div_trap_normal): Use %~.
23548 (div_trap_mips16): Likewise.
23549 (abssi): Likewise.
23550 (absdi2): Likewise.
23551 (ffssi2): Likewise.
23552 (ffsdi2): Likewise.
23553 (ashldi3_internal): Likewise.
23554 (ashrdi3_internal): Likewise.
23555 (lshrdi3_internal): Likewise.
23556 (casesi_internal): Likewise.
23557
23558 Wed Sep 1 21:13:48 1999 Richard Henderson <rth@cygnus.com>
23559
23560 Merge new ia32 backend from the branch!
23561
23562 * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
23563 See ChangeLog.P2 on new_ia32_branch for details.
23564
23565 * rtl.h (stack_regs_mentioned_p): Delete prototype.
23566 * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
23567 * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
23568 * i386/gas.h (ASM_FILE_START): Define.
23569 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
23570 for name change of ix86_valid_decl_attribute_p.
23571 (i386_pe_valid_type_attribute_p): Similarly.
23572
23573 Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
23574
23575 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
23576 to step through CC modes.
23577
23578 Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23579
23580 * regmove.c (fixup_match_1): Don't move INSN in front of P if
23581 it would end up in the shadow of a live flags regsiter.
23582
23583 Wed Sep 1 11:32:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23584
23585 * reload1.c: Fix many indentation problems.
23586 * reload.c: Likewise.
23587
23588 Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
23589
23590 * alias.c (non_local_reference_p): Constify fmt.
23591
23592 Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
23593
23594 * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
23595
23596 Tue Aug 31 16:44:52 1999 Jeffrey A Law (law@cygnus.com)
23597
23598 * cse.c (delete_trivially_dead_insns): Do not delete stores to
23599 the internal_arg_pointer.
23600
23601 Tue Aug 31 13:35:42 1999 Richard Henderson <rth@cygnus.com>
23602
23603 Merge peephole2 from new_ia32_branch:
23604 * Makefile.in (STAGESTUFF): Add *.peephole2.
23605 (mostlyclean): Likewise.
23606 (recog.o): Depend on resource.h.
23607
23608 * final.c (peephole): Conditionalize decl on HAVE_peephole.
23609 (final_scan_insn): Likewise for the invocation of peephole.
23610 * genconfig.c (main): Look for peephole and peephole2 patterns.
23611 Emit HAVE_peephole* accordingly.
23612 * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
23613 * flags.h (flag_peephole2): Declare.
23614 * toplev.c: New pass peephole2. New flag -fpeephole2.
23615
23616 * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
23617 * gencodes.c (main): Likewise.
23618 * genextract.c (main): Likewise.
23619 * genoutput.c (main): Likewise.
23620 * genemit.c (max_operand_1): Look for the max scratch operand.
23621 (gen_rtx_scratch): New.
23622 (gen_exp): Use it, and pass on new arg subroutine_type.
23623 (gen_expand): Take max scratch into account.
23624 (gen_split): Emit peephole2 functions.
23625 (output_peephole2_scratch): New.
23626 (main): Include hard-reg-set.h and resource.h. Handle peephole2.
23627 * genrecog.c (routine_type): Add PEEPHOLE2.
23628 (IS_SPLIT): New.
23629 (make_insn_sequence): Match outer parallel for peep2. Discard
23630 top level scratches and dups.
23631 (add_to_sequence): New args insn_type and top. Update all callers.
23632 Handle toplevel peep2 matching insns.
23633 (write_subroutine): Handle peep2.
23634 (write_tree_1): Likewise.
23635 (write_tree): Likewise.
23636 (main): Likewise.
23637 (change_state): New arg afterward. Update all callers.
23638 Handle matching separate insns.
23639 * recog.c (recog_next_insn): New.
23640 (peephole2_optimize): New.
23641 * rtl.def (DEFINE_PEEPHOLE2): New.
23642 * resource.c (find_free_register): New argument last_insn. Use it
23643 to find a register available through the entire span.
23644 * resource.h (find_free_register): Update prototype.
23645
23646 Tue Aug 31 11:51:06 1999 Jim Kingdon <http://developer.redhat.com>
23647
23648 * i386.c (output_strlen_unroll): Don't write xops[7]
23649 label if it wasn't set.
23650
23651 1999-08-31 12:44 -0700 Zack Weinberg <zack@bitmover.com>
23652
23653 * cpplib.c (struct directive): Const-ify name pointer and
23654 function pointer prototype.
23655 (validate_else, do_define, do_line, do_include, do_undef,
23656 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
23657 do_elif, do_endif, do_sccs, do_assert, do_unassert,
23658 do_warning): Const-ify second arg.
23659 (directive_table): Mark const. Reorder entries by frequency
23660 of usage, record statistics.
23661
23662 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
23663
23664 * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
23665 bounds- check RTL accesses if --enable-checking.
23666 (RTVEC_ELT): Bounds check if --enable-checking.
23667 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
23668 XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
23669 (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
23670 GET_NUM_ELEM.
23671 (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
23672 X0BBDEF, X0ADVFLAGS): New macros for accessing '0' slots of RTXes.
23673
23674 (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
23675 (NOTE_SOURCE_FILE): Use X0STR.
23676 (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
23677 MEM_ALIAS_SET): Use X0INT.
23678 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
23679 JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
23680 Use X0EXP.
23681 * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
23682 * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
23683 (rtl_check_failed_bounds, rtl_check_failed_type1,
23684 rtl_check_failed_type2, rtvec_check_failed_bounds): New
23685 functions.
23686 (fancy_abort): Fix comment.
23687
23688 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
23689 (cse_insn): Decrement LABEL_NUSES for jump target before
23690 deleting jump insn.
23691 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
23692 * final.c (alter_subreg): Compute regno before changing x to
23693 REG; set REGNO(x) after changing it.
23694 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
23695 notes containing CONST_INTs.
23696 (delete_eh_regions): Use NOTE_EH_HANDLER.
23697 * function.c (put_reg_into_stack): Make reg a MEM before
23698 initializing it.
23699 (fixup_var_refs_insns): Save REG_NOTES (insn) in case we
23700 delete insn.
23701 (gen_mem_addressof): Make reg a MEM before initializing it.
23702 * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
23703 X0WINT.
23704 * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
23705 deleting an insn, not after.
23706 (block_alloc): Only look at PATTERN(insn) if we have to, and
23707 only if it's format class 'i'.
23708 * loop.c (check_dbra_loop): Check bl->biv->add_val is a
23709 CONST_INT before using its INTVAL.
23710 * print-rtl.c (print_rtx): Use X0STR.
23711 * regmove.c (fixup_match_1): Don't look at PATTERN of
23712 non-class-'i' insn chain elements.
23713 * reload.c (loc_mentioned_in_p): Take address of
23714 in->fld[1].rtx directly.
23715 * reload1.c (reload): Change reg to a MEM before initializing
23716 it.
23717 * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
23718 have no names.
23719 * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
23720
23721 Fri Aug 20 13:43:41 1999 Andrew Haley <aph@cygnus.com>
23722
23723 * config/mips/mips.c (machine_dependent_reorg): Force a
23724 barrier to output the local constant pool if a barrier hasn't
23725 been found at a natural point in the instruction stream.
23726
23727 Mon Aug 30 22:04:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23728
23729 * c-parse.in (language_string): Constify.
23730
23731 * dwarf2out.c (language_string): Remove declaration.
23732
23733 * dwarfout.c (language_string): Likewise.
23734
23735 * toplev.c (language_string, init_parse, finish_parse): Likewise.
23736
23737 * tree.h (language_string, init_parse, finish_parse): Declare.
23738
23739 * i386/sun386.h (language_string): Remove declaration.
23740
23741 * mips.h (language_string): Likewise.
23742
23743 * nextstep.h (language_string): Likewise.
23744
23745 * nextstep21.h (language_string): Likewise.
23746
23747 * rs6000.c (language_string): Likewise.
23748
23749 Mon Aug 30 20:56:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23750
23751 * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
23752 (getpwd.o): Remove target.
23753
23754 * getpwd.c: Delete file. Its in libiberty now.
23755
23756 * dbxout.c (getpwd): Don't prototype.
23757 * dwarf2out.c (getpwd): Likewise
23758 * dwarfout.c (getpwd): Likewise
23759 * final.c (getpwd): Likewise.
23760 * protoize.c (getpwd): Likewise.
23761
23762 Mon Aug 30 20:21:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23763
23764 * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
23765
23766 Mon Aug 30 16:07:49 1999 Richard Henderson <rth@cygnus.com>
23767
23768 * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
23769 mark_set_resources.
23770
23771 Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
23772
23773 * fixinc/Makefile.in (subdir): New.
23774 (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
23775 (Makefile): New.
23776
23777 Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
23778
23779 * emit-rtl.c (copy_rtx_if_shared): A MEM which references
23780 virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
23781 be shared.
23782
23783 * invoke.texi: Fix typo.
23784
23785 * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
23786 changed. Handle autoincrement addressing modes.
23787
23788 * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
23789 just like we would the virtual incoming args register when
23790 integrating.
23791
23792 Sun Aug 29 23:17:54 1999 David Edelsohn <edelsohn@gnu.org>
23793
23794 * rs6000.h (ASM_FILE_START): Specify complete filename, including
23795 path, in .file directive.
23796
23797 Sun Aug 29 05:06:43 1999 Russ Allbery <rra@stanford.edu>
23798
23799 * gcc.texi (External Bugs): Remove obsolete note about Perl on
23800 SunOS.
23801
23802 1999-08-29 08:38 -0700 Zack Weinberg <zack@bitmover.com>
23803
23804 * stdbool.h: Make the typedef name _Bool, with bool a #defined
23805 alias.
23806
23807 Sun Aug 29 09:36:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23808
23809 * tree.c (tree_code_name): Constify a char*.
23810
23811 * tree.h (tree_code_name, decl_printable_name): Likewise.
23812
23813 * function.h (struct function): Likewise.
23814
23815 * toplev.c (decl_name, decl_printable_name): Likewise.
23816
23817 * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
23818
23819 * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
23820 (init_objc): Remove function pointer cast.
23821
23822 Sun Aug 29 05:01:17 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
23823
23824 * pa.md (interspace_jump): New pattern.
23825 (builtin_longjmp): New expander.
23826
23827 1999-08-29 Bernd Schmidt <bernds@cygnus.co.uk>
23828
23829 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
23830 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
23831 sf_to_df, df_to_sf): Fix potential problem with alias analysis.
23832
23833 Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com)
23834
23835 * jump.c (delete_prior_computation): Also check calls
23836 to constant functions. Don't bother checking for a
23837 REG_UNUSED note before adding it.
23838 (delete_computation): Handle multi-word hard registers
23839 when synthesizing missing REG_DEAD notes for a register
23840 which is both set and used by an insn.
23841
23842 1999-08-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23843
23844 * loop.c (this_loop_info): New variable.
23845 (loop_has_call, loop_has_volatile, loop_has_tablejump,
23846 loop_continue, loops_enclosed): Replace with fields in this_loop_info.
23847 All uses updated.
23848 (prescan_loop, strength_reduce): New argument loop_info. All callers
23849 updated.
23850 (scan_loop): New variable loop_info, initialise to address of
23851 this_loop_info.
23852 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
23853 Delete variable loop_has_multiple_exit targets and replace with
23854 field in this_loop_info.
23855 (find_and_verify_loops): Rename this_loop to this_loop_num.
23856 (strength_reduce): Delete loop_iteration_info. Replace variable
23857 loop_info with function argument of same name.
23858 (insert_bct): Rework test for loop being completely unrolled.
23859
23860 * loop.h (struct loop_info): New fields num, loops_enclosed,
23861 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
23862 has_indirect_jump, and cont. Redefine use of unroll_number.
23863 (loop_unroll_number): Delete.
23864
23865 * unroll.c (unroll_loop): Store loop unroll count in unroll_number
23866 field of loop_info.
23867 (loop_iterations): Delete variable vtop and instead use
23868 loop_info->vtop computed in prescan_loop.
23869
23870 Sun Aug 29 03:27:23 1999 Scott Weikart <scott@igc.apc.org>
23871
23872 * fix-header.c (main): Do not pass a null pointer to strcmp.
23873
23874 Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
23875
23876 * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
23877 filenames.
23878 * configure: Rebuilt.
23879
23880 Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
23881
23882 * jump.c (jump_optimize_1): Do not delete assignments to
23883 internal_arg_pointer.
23884 * cse.c (delete_trivially_dead_insns): Always consider a set of
23885 the internal_arg_pointer live.
23886
23887 Sat Aug 28 16:24:31 1999 Richard Henderson <rth@cygnus.com>
23888
23889 * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
23890 (update_life_info) [REG_WAS_0]: Search the original insns rather
23891 than the new insns for the note. Fix typos finding note_dest.
23892 If no dest found, discard the note rather than abort.
23893 [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
23894 (replace_insns): Remove the old insn list after update_life_info
23895 not before.
23896
23897 Sat Aug 28 16:20:12 1999 Richard Henderson <rth@cygnus.com>
23898
23899 * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
23900 sched_analyze_insn.
23901 (sched_analyze_1): Let add_dependence care for not adding dups.
23902 (sched_analyze_2): Likewise.
23903 (add_branch_dependences): Likewise.
23904
23905 Sat Aug 28 15:58:16 1999 Mumit Khan <khan@xraylith.wisc.edu>
23906
23907 * i386/winnt.c (export_list): New type.
23908 (exports_head): Rename to
23909 (export_head): this.
23910 (i386_pe_record_exported_symbol): Add is_data flag.
23911 (i386_pe_asm_file_end): Emit directive for exported variables.
23912 * i386/cygwin.h (i386_pe_record_exported_symbol): Update
23913 prototype.
23914 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
23915 (ASM_DECLARE_OBJECT_NAME): Likewise.
23916 (ASM_DECLARE_FUNCTION_NAME): Likewise.
23917 * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
23918
23919 Fri Aug 27 15:35:24 1999 Jeffrey A Law (law@cygnus.com)
23920
23921 * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
23922
23923 * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
23924 operand.
23925
23926 Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
23927
23928 * config/openbsd.h: Define SET_ASM_OP.
23929 * tm.texi: cross-reference SET_ASM_OP in the index.
23930
23931 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
23932
23933 * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
23934 for a CONST_DOUBLE, at compile time. Initialize rtx_length
23935 and class_narrowest_mode at compile time. Kill init_rtl.
23936 Mark rtx_length, mode_class, mode_size, mode_unit_size,
23937 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
23938 rtx_format as const. Kill all references to EXTRA_CC_MODES or
23939 EXTRA_CC_NAMES.
23940 * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
23941 format.
23942 * rtl.h: Declare rtx_length and rtx_format as const.
23943 * machmode.def: Define CC(). Use CC() to define CCmode. If
23944 EXTRA_CC_MODES is defined, expand it here.
23945 * machmode.h: Declare mode_class, mode_size, mode_unit_size,
23946 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
23947 const. Kill all references to EXTRA_CC_MODES.
23948
23949 * toplev.c: Don't prototype or call init_rtl.
23950 * optabs.c: Don't call init_mov_optab.
23951 * genemit.c: Don't generate init_mov_optab. Don't call
23952 init_rtl.
23953 * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
23954 here.
23955 * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
23956 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
23957 genrecog.c: Don't call init_rtl.
23958
23959 * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
23960 rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES. Use CC() in
23961 definition of EXTRA_CC_MODES.
23962
23963 * md.texi: Kill ref to EXTRA_CC_NAMES.
23964 * tm.texi: Document new way to define EXTRA_CC_MODES.
23965
23966 * genrecog.c: Do not look up the name of a define_split.
23967 (Unrelated bugfix.)
23968
23969 Fri Aug 27 17:03:42 1999 Nick Clifton <nickc@cygnus.com>
23970
23971 * config/v850/v850.md: Fix typo introduced by previous delta.
23972
23973 Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23974
23975 * gcc.c (fatal): Make definition static to match prototype.
23976
23977 Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23978
23979 * combine.c (get_last_value): Don't look for earlier sets if the last
23980 known set is somewhere in between the insns being combined.
23981
23982 Fri Aug 27 10:03:12 BST 1999 Nathan Sidwell <nathan@acm.org>
23983
23984 * configure.in: Don't use shell ! to negate exit codes
23985 * configure: Regenerate
23986
23987 Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
23988
23989 * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
23990 the fact that ALIGN is measured in bits, not bytes.
23991
23992 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>
23993
23994 * errors.c: New file; defines functions error, warning, and
23995 fatal, variables have_error and progname.
23996 * errors.h: New file; prototypes and decls for stuff in errors.c.
23997
23998 * Makefile: Add rules to build errors.o and
23999 $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit,
24000 genopinit, genrecog, genextract, genpeep, genattr, and
24001 genoutput with errors.o. Add errors.h to deps of genconfig.o,
24002 gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
24003 genpeep.o, genattr.o, and genoutput.o.
24004
24005 * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
24006 genextract.c, genpeep.c, genattr.c: Include errors.h. Don't
24007 define or prototype fatal. Set progname at beginning of main.
24008 * genoutput.c: Likewise, and don't define or prototype error
24009 either.
24010
24011 * c-typeck.c (c_expand_start_case): Return immediately if exp
24012 is an ERROR_MARK.
24013 * fold-const.c (operand_equal_p): Return immediately if arg1
24014 or arg0 are ERROR_MARKs.
24015 * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
24016 fields of type ERROR_MARK when calculating if the record can
24017 go in a register.
24018
24019 Fri Aug 27 01:03:48 1999 Jim Kingdon <http://developer.redhat.com>
24020 with much help from Jeffrey A Law and Richard Henderson
24021
24022 * i386.md: In the 6 insns which call output_fix_trunc,
24023 earlyclobber operands[0].
24024
24025 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk>
24026
24027 * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
24028 creating new registers.
24029
24030 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>
24031
24032 * i386.h: Declare ix86_cpu_string, ix86_arch_string,
24033 i386_reg_alloc_order, i386_regparm_string,
24034 i386_align_loops_string, i386_align_jumps_string,
24035 i386_align_funcs_string, i386_preferred_stack_boundary_string,
24036 and i386_branch_cost_string as type "const char *".
24037 * i386.c: Define all above strings as type "const char *".
24038
24039 Thu Aug 26 20:36:30 1999 Jim Wilson <wilson@cygnus.com>
24040
24041 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
24042 when emitting alignment padding. Emit padding byte of 0 instead of 4.
24043
24044 Thu Aug 26 18:11:20 1999 Mark Mitchell <mark@codesourcery.com>
24045
24046 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
24047 SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
24048
24049 Thu Aug 26 19:33:23 1999 Jim Wilson <wilson@cygnus.com>
24050
24051 * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
24052 (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
24053 (dwarf2out_line, dwarf2out_finish): Likewise.
24054 * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
24055
24056 Thu Aug 26 16:10:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
24057
24058 * tree.c (lang_unsave_expr_now) : Correct return type.
24059 * tree.h (lang_unsave_expr_now) : Same.
24060
24061 Thu Aug 26 13:12:29 1999 Jeffrey A Law (law@cygnus.com)
24062
24063 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
24064 instead of duplicating code.
24065
24066 Thu Aug 26 18:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24067
24068 * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
24069
24070 1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
24071
24072 * tree.h: fancy_abort always takes three args.
24073 * resource.c: Move include of system.h before toplev.h.
24074
24075 Thu Aug 26 09:46:16 1999 Nick Clifton <nickc@cygnus.com>
24076
24077 * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
24078 as SYMBOL_REFs.
24079
24080 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
24081
24082 * system.h: Don't redefine abort or trim_filename.
24083 * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
24084 or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
24085 whether or not __FUNCTION__ is available.
24086 * tree.h: Duplicate rtl.h's definition of abort, for files
24087 that don't include rtl.h. Delete all code to perform type
24088 checking with a compiler other than GCC.
24089 * varray.h: Delete all code to perform type checking with a
24090 compiler other than GCC. Make VARRAY_CHECK() always evaluate
24091 its arguments exactly once, using a statement expression.
24092 Adjust the VARRAY_<type> accessor macros to match.
24093 * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
24094 (_fatal_insn, _fatal_insn_not_found): New fns, take info on
24095 caller's location. Define fatal_insn and fatal_insn_not_found
24096 as macros that use _fatal_insn and _fatal_insn_not_found.
24097 (fancy_abort, trim_filename): Kill prototypes.
24098
24099 * rtl.c (trim_filename): Move here from toplev.c.
24100 (fancy_abort): New function.
24101 (DIR_SEPARATOR): Provide default definition.
24102 * tree.c (tree_check_failed, tree_class_check_failed): Go
24103 through fancy_abort.
24104 (tree_check, tree_class_check, cst_or_constructor_check,
24105 expr_check): Delete.
24106 * varray.c (varray_check_failed): New function.
24107 * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
24108 _fatal_insn and _fatal_insn_not_found. Go through
24109 fancy_abort.
24110 (trim_filename, fancy_abort): Delete.
24111
24112 * builtins.c (expand_builtin_args_info): Report ICE with abort.
24113 * except.c (start_catch_handler): Report ICE with error/abort
24114 combo.
24115 * final.c (output_operand_lossage): Likewise.
24116 * flow.c (verify_flow_info): Likewise.
24117
24118 * gcc.c: Prototype fatal.
24119 * gengenrtl.c: Undef abort after including rtl.h not system.h.
24120 * genattr.c, genattrtab.c, genemit.c, genextract.c,
24121 genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
24122 Don't define fancy_abort.
24123
24124 Wed Aug 25 17:56:59 1999 Richard Henderson <rth@cygnus.com>
24125
24126 * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
24127 canonization.
24128
24129 Wed Aug 25 15:35:55 1999 Richard Henderson <rth@cygnus.com>
24130
24131 * m88k.h (VERSION_INFO2): Kill.
24132 (VERSION_STRING): Kill.
24133 (TM_RCS_ID): Kill.
24134 (VERSION_INFO1): Tidy.
24135 (TARGET_VERSION): Update.
24136 * m88k/dgux.h (VERSION_INFO2): Kill.
24137 (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
24138 * m88k/luna.h (VERSION_INFO1): Tidy.
24139 * m88k/sysv4.h (VERSION_INFO1): Likewise.
24140 * m88k.c (out_rcs_id, tm_rcs_id): Kill.
24141 (output_file_start): Adjust for death of VERSION_STRING.
24142
24143 1999-08-25 13:51 -0700 Jim Meyering <meyering@ascend.com>
24144
24145 * cpplib.c (detect_if_not_defined): New function.
24146 (do_if): Use it to detect potential once-only headers.
24147
24148 Wed Aug 25 14:00:18 1999 Jason Merrill <jason@yorick.cygnus.com>
24149
24150 * c-common.c (combine_strings): Always set TREE_CONSTANT.
24151
24152 Wed Aug 25 15:27:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
24153
24154 * combine.c (nonzero_bits) : Allow single-ly set registers to be
24155 anywere in the function only if they are pseudos and set before
24156 being used (not live at the start of the function).
24157 (num_sign_bit_copies) : Same.
24158 (get_last_value_validate) : Same.
24159 (get_last_value) : Same.
24160
24161 Wed Aug 25 11:13:29 1999 Richard Henderson <rth@cygnus.com>
24162
24163 * loop.c (express_from): Try harder to unify (* c N) and (* c M)
24164 where N and M are constant and N is an integer multiple of M.
24165
24166 Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
24167
24168 * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
24169 (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
24170 sbitmap_union_of_preds): Add prototypes.
24171 * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
24172 the intersection of successors with the new flow graph structures.
24173 (sbitmap_intersection_of_preds): New function to compute the
24174 intersection of predecessors with the new flow graph structures.
24175 (sbitmap_union_of_succs): New function to compute the union of
24176 successors with the new flow graph structures.
24177 (sbitmap_union_of_preds): New function to compute the union of
24178 predecessors with the new flow graph structures.
24179 * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
24180 (expr_reaches_here_p): Use edge and basic_block structures instead
24181 of s_preds and s_succs.
24182 (compute_cprop_avinout): Use new sbitmap routines.
24183 (pre_expr_reaches_here_p): Use edge and basic_block structures instead
24184 of s_preds and s_succs.
24185 * flow.c (compute_flow_dominators): Compute dominators using
24186 edges and basic blocks instead of s_preds and s_succs.
24187
24188 Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
24189
24190 * lists.c (unused_insn_list, unused_expr_list): New file for
24191 maintaining various types of lists. New statics for maintaining a
24192 cache of available INSN_LIST and EXPR_LIST nodes.
24193 (free_list): Static function for freeing a list of INSN/EXPR nodes.
24194 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
24195 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
24196 (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
24197 (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
24198 (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
24199 (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
24200 (free_INSN_LIST_node): Free an individual INSN_LIST node.
24201 * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
24202 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
24203 (remove_dependence, free_pending_lists): Use new global routines.
24204 (flush_pending_lists, sched_analyze_insn): Use new global routines.
24205 (sched_analyze, compute_block_backward_dependences): Use new routines.
24206 (sched_analyze_1, sched_analyze_2): Use new routines.
24207 (schedule_insns): Use new global routines.
24208 * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
24209 prototypes.
24210 (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
24211 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
24212 prototypes.
24213 * toplev.c (rest_of_compilation): Initialize node cache.
24214 * Makefile.in (OBJS): Add lists.o to list of object files.
24215 (lists.o): Add dependancies.
24216
24217 Wed Aug 25 17:31:56 1999 Nick Clifton <nickc@cygnus.com>
24218
24219 * config/v850/v850.md: Fix compile time warning messages.
24220 * config/v850/v850.c: Fix compile time warning messages.
24221 * config/v850/v850.h: Fix compile time warning messages.
24222
24223 Wed Aug 25 09:44:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24224
24225 * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
24226 Remove unused prototype for `init_lengths'.
24227
24228 Wed Aug 25 09:32:31 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24229
24230 * calls.c (emit_call_1): Mark parameter `stack_size' with
24231 ATTRIBUTE_UNUSED.
24232 (expand_call): Initialize variable `insn'.
24233 (emit_library_call): Likewise for variable `high_to_save'.
24234 (emit_library_call_value): Likewise.
24235 (store_one_arg): Likewise for variables `lower_bound' and
24236 `upper_bound'.
24237
24238 * combine.c (try_combine): Likewise for variables `i2_code_number'
24239 and `other_code_number'.
24240 (find_split_point): Likewise for variables `pos', `unsignedp' and
24241 `inner'.
24242 (simplify_if_then_else): Likewise for variables `op' and `c1'.
24243 (simplify_and_const_int): Remove unused variable `width'.
24244 (merge_outer_ops): Likewise.
24245
24246 * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
24247 HOST_WIDE_INT' when comparing against one.
24248 (simplify_relational_operation): Likewise.
24249 (cse_insn): Initialize variables `src_eqv_volatile',
24250 `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
24251
24252 * final.c (init_final): Constify parameter `filename'.
24253 (final_start_function): Mark parameter `optimize' with
24254 ATTRIBUTE_UNUSED.
24255 (profile_function): Likewise for parameters `first' and `optimize'.
24256 (output_source_line): Likewise for parameter `file'.
24257
24258 * integrate.c (subst_constants): Cast a value to `size_t' when
24259 comparing against one.
24260 (mark_stores): Initialize variable `mode'. Cast a value to
24261 `size_t' when comparing against one.
24262
24263 * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
24264
24265 * loop.c (move_movables): Initialize variable `first'.
24266 (strength_reduce): Likewise for variable `increment'.
24267 (check_dbra_loop): Likewise for variable `comparison_val'. Cast a
24268 value to `size_t' when comparing against one.
24269 (load_mems): Initialize variable `end_label'.
24270
24271 * output.h (init_final): Constify parameter.
24272
24273 * reload.c (decompose): Initialize variable `base'.
24274
24275 * reload1.c (reload): Likewise for variable `is_scalar'.
24276 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
24277 (choose_reload_regs): Initialize variable `mode'.
24278 (emit_reload_insns): Likewise for variable `store_insn'.
24279 (reload_cse_noop_set_p): Mark parameter `insn' with
24280 ATTRIBUTE_UNUSED.
24281 (reload_combine): Initialize variable `set'.
24282
24283 * unroll.c (unroll_loop): Likewise for variable `local_label'.
24284 (copy_loop_body): Cast a value to `size_t' when comparing against
24285 one.
24286
24287 * varasm.c (assemble_variable): Initialize variable `size_tree'.
24288 (const_hash): Add an `else abort()' in an if-else-if-else sequence.
24289 (remove_from_pending_weak_list): Mark parameter `name' with
24290 ATTRIBUTE_UNUSED.
24291
24292 Wed Aug 25 11:18:39 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24293
24294 * toplev.c (rest_of_compilation): Use decl_printable_name when opening
24295 gcse dump file.
24296
24297 Wed Aug 25 10:57:12 1999 Nick Clifton <nickc@cygnus.com>
24298
24299 * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
24300 (ASM_DECLARE_FUNCTION_NAME): Define.
24301 (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
24302 ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
24303 ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
24304 not already defined.
24305
24306 Wed Aug 25 01:36:11 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
24307
24308 * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
24309 of n_popped when call/call_value are not defined.
24310
24311 Wed Aug 25 01:25:14 1999 Jeffrey A Law (law@cygnus.com)
24312
24313 * tm.texi: GNU CC -> GCC conversion.
24314 (CC1_SPEC): Indicate it is used for all language front ends.
24315
24316 Tue Aug 24 23:43:03 1999 Mark Mitchell <mark@codesourcery.com>
24317
24318 * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
24319 NOTE_INSN_EH_REGION_END correctly.
24320
24321 Tue Aug 24 23:26:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
24322 Jeff Law <law@cygnus.com>
24323
24324 * loop.c (strength_reduce): Automatically unroll loops if the
24325 unrolled loop size is smaller than the rolled loop size.
24326
24327 * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
24328 and delete comment that code should be rewritten.
24329
24330 Tue Aug 24 22:56:35 1999 Jeffrey A Law (law@cygnus.com)
24331
24332 * haifa-sched.c (find_rgns): Mark a block found during the DFS search
24333 as reachable.
24334
24335 * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
24336
24337 Tue Aug 24 22:41:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
24338
24339 * fixinc/mkfixinc.sh: Don't fix uwin headers.
24340 * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
24341 (LINK_SPEC): Add -u _main when building executables.
24342 (ASM_DECLARE_FUNCTION): Update from Cygwin.
24343 (ASM_FILE_END): Use the default for ix86-pe.
24344 * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
24345
24346 Tue Aug 24 20:49:47 1999 Art Haas <ahaas@neosoft.com>
24347
24348 * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
24349 and ASM_CLOSE_PAREN are empty strings.
24350
24351 Wed Aug 25 12:46:22 1999 Fred Fish <fnf@cygnus.com>
24352 Geoffrey Keating <geoffk@cygnus.com>
24353
24354 * Makefile.in (PREPROCESSOR_DEFINES): New macro.
24355 (protoize.o): Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
24356 (unprotoize.o): Ditto.
24357 (test-protoize-simple): Don't define STD_PROTO_DIR.
24358 * protoize.c: Use PARAMS rather than PROTO. Minor whitespace
24359 changes to make 'test-protoize-simple' pass.
24360 (STD_PROTO_DIR): Remove define.
24361 (STANDARD_EXEC_PREFIX): Supply default define.
24362 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
24363 (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
24364 (target_version): New variable, init to DEFAULT_TARGET_VERSION.
24365 (GET_ENV_PATH_LIST): New macro.
24366 (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
24367 (do_processing): Initialize default_syscalls_dir using new
24368 macros. Use it to initialize syscalls_absolute_filename.
24369
24370 Tue Aug 24 16:58:15 1999 Richard Henderson <rth@cygnus.com>
24371
24372 * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
24373 B into a register before emit_conditional_move.
24374
24375 Tue Aug 24 15:37:03 1999 Richard Henderson <rth@cygnus.com>
24376
24377 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
24378 as (+ (+ (* a b) (* d e)) c). Factor a common power-of-two
24379 multiplicand out of (+ (* a b) (* c d)).
24380
24381 Tue Aug 24 11:46:10 1999 Bob Manson <manson@cygnus.com>
24382 Richard Henderson <rth@cygnus.com>
24383
24384 * haifa-sched.c (split_hard_reg_notes): Move to flow.c
24385 (new_insn_dead_notes): Likewise.
24386 (update_n_sets): Likewise.
24387 (update_flow_info): Move to flow.c, renamed to update_life_info;
24388 extend to handle multiple source insns.
24389 * flow.c: Include resource.h
24390 (unlink_insn_chain): New.
24391 (split_hard_reg_notes): New.
24392 (maybe_add_dead_note): New.
24393 (maybe_add_dead_note_use): New.
24394 (find_insn_with_note): New.
24395 (new_insn_dead_notes): New.
24396 (update_n_sets): New.
24397 (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
24398 (maybe_remove_dead_notes): New.
24399 (update_life_info): New.
24400 (prepend_reg_notes): New.
24401 (replace_insns): New.
24402 * output.h (update_life_info): Declare.
24403 * recog.c (split_block_insns): Use update_life_info.
24404 * resource.c (find_free_register): Use reg_alloc_order, don't use
24405 fixed regs, make sure the mode is supported, don't use new regs.
24406 (reg_dead_p): New.
24407 * rtl.h (replace_insns): Declare.
24408
24409 Tue Aug 24 13:48:39 1999 Nathan Sidwell <nathan@acm.org>
24410
24411 * expr.c (expand_expr): Cope with COND_EXPRs with one
24412 non-returning branch.
24413
24414 Mon Aug 23 22:28:16 1999 Mark Mitchell <mark@codesourcery.com>
24415
24416 * expr.c (store_expr): Always pass down the target, even when not
24417 doing CSE.
24418
24419 1999-08-24 Nick Clifton <nickc@cygnus.com>
24420
24421 * configure.in: Define target_cpu_default for v850 targets.
24422 * configure: Regenerate
24423
24424 * config/v850/v850.h (TARGET_CPU_generic): Define.
24425 (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
24426 addresses are 4 byte aligned.
24427
24428 * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
24429 addresses.
24430
24431 Tue Aug 24 09:32:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24432
24433 * genattr.c (function_unit_desc): Constify a char*. Add prototype.
24434 (main): Add prototypes.
24435
24436 * genattrtab.c (substitute_address, write_const_num_delay_slots,
24437 attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
24438 (write_attr_get): Emit prototypes along with function definition.
24439 (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
24440 (write_complex_function): Emit static prototype along with
24441 function definition.
24442
24443 * genemit.c (gen_split): Emit prototypes along with function
24444 definition.
24445
24446 * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
24447 Likewise for predicates and `insn_operand_predicate'.
24448 (process_template): Emit static prototype along with function
24449 definition.
24450
24451 * genrecog.c (make_insn_sequence): Constify a char*. Add
24452 prototypes for get_split_*().
24453 (write_subroutine): Emit prototypes along with function
24454 definition.
24455
24456 Tue Aug 24 12:35:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24457
24458 * gcse.c (find_avail_set): Follow chains of register-register copies.
24459 Use oprs_not_set_p to guarantee that the returned value can be
24460 substituted.
24461 (cprop_insn): Don't verify the return value of find_avail_set with
24462 oprs_not_set_p.
24463
24464 * gcse.c (cprop_jump): New function, broken out of cprop_insn.
24465 (cprop_cc0_jump): New function.
24466 (cprop_insn): Break out new function cprop_jump and use it.
24467 Also use cprop_cc0_jump for machines with CC0.
24468 (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
24469
24470 * tree.h (current_function_calls_setjmp,
24471 current_function_calls_longjmp): Delete declarations.
24472 * dsp16xx.c: Include "function.h".
24473 * elxsi.c: Likewise.
24474 * gmicro.c: Likewise.
24475 * h8300.c: Likewise.
24476 * i370.c: Likewise.
24477 * m32r.c: Likewise.
24478 * mn10200.c: Likewise.
24479 * mn10300.c: Likewise.
24480 * ns32k.c: Likewise.
24481 * spur.c: Likewise.
24482 * v850.c: Likewise.
24483
24484 * rtl.h (rtx_equal_function_value_matters): Declare.
24485 * toplev.c (rtx_equal_function_value_matters): Don't declare.
24486 * cse.c: Likewise.
24487 * function.c: Likewise.
24488 * emit-rtl.c: Likewise.
24489
24490 Tue Aug 24 02:47:44 1999 Jeffrey A Law (law@cygnus.com)
24491
24492 * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
24493 call.
24494
24495 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
24496
24497 * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
24498 exactly.
24499
24500 Mon Aug 23 23:35:52 1999 Matthias Klose <doko@cs.tu-berlin.de>
24501
24502 * cpp.texi: Add a node documenting macro varargs (copied
24503 from extend.texi).
24504
24505 1999-08-23 22:23 -0700 Zack Weinberg <zack@bitmover.com>
24506
24507 * cppspec.c: Put a null pointer at the end of the new argv.
24508
24509 Mon Aug 23 21:23:24 1999 Jeffrey A Law (law@cygnus.com)
24510
24511 * configure.in: Remove code to select/de-select the haifa
24512 scheduler. Every scheduled port gets haifa now.
24513 * configure: Rebuilt.
24514 * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
24515 * sched.c Deleted.
24516 * Makefile.in: Corresponding changes.
24517
24518 Mon Aug 23 16:04:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24519
24520 * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
24521 All callers changed.
24522 (prepare_float_lib_cmp): Likewise.
24523 Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
24524 * expr.h (emit_float_lib_cmp): Delete declaration.
24525 * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
24526 * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
24527 * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
24528 specially.
24529 (cmptf): Now conditional on TARGET_HARD_QUAD.
24530
24531 Fri Aug 20 17:52:27 1999 Jim Wilson <wilson@cygnus.com>
24532
24533 * resource.c (mark_target_live_regs): Use
24534 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
24535
24536 Fri Aug 20 19:07:55 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24537
24538 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
24539
24540 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
24541
24542 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
24543
24544 Fri Aug 20 18:53:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24545
24546 * rtl.h (rtx_format): Constify a char*.
24547
24548 * rtl.c (rtx_format): Likewise.
24549 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
24550 (init_rtl): Use accessor macro, not `rtx_format'.
24551
24552 * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
24553 char*.
24554
24555 * caller-save.c (mark_referenced_regs): Likewise.
24556
24557 * combine.c (subst, make_compound_operation, known_cond,
24558 gen_rtx_combine, update_table_tick, get_last_value_validate,
24559 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
24560
24561 * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
24562 refers_to_p, canon_reg, fold_rtx, cse_process_notes,
24563 count_reg_usage): Likewise.
24564
24565 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
24566 Likewise.
24567
24568 * final.c (leaf_renumber_regs_insn): Likewise.
24569
24570 * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
24571 dump_edge_info, count_reg_references): Likewise.
24572
24573 * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
24574 fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
24575 Likewise.
24576
24577 * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
24578 oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
24579 add_label_notes): Likewise.
24580
24581 * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
24582 clear_struct_flag, count_sub_rtxs, count_alternatives,
24583 compares_alternatives_p, contained_in_p, walk_attr_value,
24584 write_expr_attr_cache): Likewise.
24585
24586 * genconfig.c (walk_insn_part): Likewise.
24587
24588 * genemit.c (max_operand_1, gen_exp): Likewise.
24589
24590 * genextract.c (walk_rtx): Likewise.
24591
24592 * genflags.c (num_operands): Likewise.
24593
24594 * genoutput.c (scan_operands): Likewise.
24595
24596 * genpeep.c (match_rtx): Likewise.
24597
24598 * genrecog.c (add_to_sequence): Likewise.
24599
24600 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
24601 Likewise.
24602
24603 * integrate.c (save_constants, copy_for_inline,
24604 copy_rtx_and_substitute, subst_constants, restore_constants):
24605 Likewise.
24606
24607 * jump.c (mark_jump_label, invert_exp, redirect_exp,
24608 rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
24609
24610 * local-alloc.c (contains_replace_regs, memref_referenced_p):
24611 Likewise.
24612
24613 * loop.c (record_excess_regs, rtx_equal_for_loop_p,
24614 add_label_notes, replace_call_address, count_nonfixed_reads,
24615 invariant_p, find_single_use_in_loop, find_mem_givs,
24616 find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
24617 Likewise.
24618
24619 * print-rtl.c (reg_names, print_rtx): Likewise.
24620
24621 * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
24622
24623 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
24624 record_reg_life_pat, swap_rtx_condition, goto_block_pat,
24625 print_blocks): Likewise.
24626
24627 * regclass.c (fix_register, record_address_regs,
24628 reg_scan_mark_refs): Likewise.
24629
24630 * regmove.c (stable_but_for_p): Likewise.
24631
24632 * reload.c (loc_mentioned_in_p, operands_match_p,
24633 find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
24634 copy_replacements, refers_to_regno_for_reload_p,
24635 refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
24636 reload_when_needed_name, reg_class_names, debug_reload_to_stream):
24637 Likewise.
24638
24639 * reload1.c (eliminate_regs, scan_paradoxical_subregs,
24640 delete_address_reloads_1, count_occurrences,
24641 reload_cse_mem_conflict_p, reload_combine_note_use,
24642 add_auto_inc_notes): Likewise.
24643
24644 * resource.c (mark_referenced_resources, mark_set_resources):
24645 Likewise.
24646
24647 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
24648 reg_mentioned_p, regs_set_between_p, modified_between_p,
24649 modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
24650 rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
24651 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
24652 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
24653
24654 * sched.c (sched_analyze_2, attach_deaths): Likewise.
24655
24656 * stupid.c (stupid_mark_refs): Likewise.
24657
24658 * unroll.c (remap_split_bivs): Likewise.
24659
24660 * varasm.c (mark_constants): Likewise.
24661
24662 * a29k/a29k.c (uses_local_reg_p): Likewise.
24663
24664 * alpha/alpha.c (summarize_insn): Likewise.
24665
24666 * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
24667 eliminate_lr2ip): Likewise.
24668
24669 * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
24670
24671 * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
24672 reg_mentioned_in_mem): Likewise.
24673
24674 * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
24675 symbolic_reference_mentioned_p): Likewise.
24676
24677 * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
24678
24679 * sh/sh.c (regs_used, mark_use): Likewise.
24680
24681 * vax/vax.c (vax_rtx_cost): Likewise.
24682
24683 Fri Aug 20 18:38:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24684
24685 * machmode.h (mode_name): Constify a char*.
24686
24687 * rtl.c (mode_name): Likewise.
24688
24689 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
24690
24691 * optabs.c (init_libfuncs): Constify a char*.
24692
24693 * print-tree.c (mode_name): Remove redundant declaration.
24694 (print_node): Use accessor macro, not `mode_name'.
24695
24696 * reload1.c (dump_needs): Constify a char*. Use accessor macro,
24697 not `mode_name'.
24698 (new_spill_reg): Constify a char*.
24699
24700 * tree.c (mode_name): Remove redundant declaration.
24701
24702 Fri Aug 20 18:31:26 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24703
24704 * rtl.c (rtx_name): Constify a char*.
24705
24706 * rtl.h (rtx_name, fix_sched_param): Likewise.
24707
24708 * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
24709 (mypr): Use accessor macro, not `rtx_name'.
24710
24711 * genemit.c (print_code): Constify a char*.
24712
24713 * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
24714
24715 * genpeep.c (print_code): Constify a char*.
24716
24717 * genrecog.c (print_code): Likewise.
24718
24719 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
24720 end_bb): Add static prototype.
24721 (draw_edge): Constify a char*.
24722 (end_bb): Remove unused parameter.
24723
24724 * haifa-sched.c (fix_sched_param, safe_concat, print_exp
24725 print_block_visualization): Constify a char*.
24726
24727 Fri Aug 20 15:02:10 1999 Mark Mitchell <mark@codesourcery.com>
24728
24729 * c-common.c (c_get_alias_set): Update comment.
24730
24731 1999-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
24732
24733 * linux.h (LIB_SPEC): Added.
24734
24735 Fri Aug 20 22:32:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
24736
24737 * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
24738
24739 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
24740
24741 * tree.c (expr_check): Fix typo in last change.
24742
24743 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
24744
24745 * rtl.def (NOTE): Change format to "iuu0n".
24746 (ADDR_DIFF_VEC): Change format to "eEee0".
24747 (ADDRESSOF): Change format to "eit".
24748
24749 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
24750 (RTVEC_ELT): Change to match.
24751 (XVECEXP): Use XVEC and RTVEC_ELT.
24752 (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
24753 ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
24754 (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
24755 CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
24756 TRAP_CONDITION, TRAP_CODE): Use XEXP.
24757 (INTVAL): Use XWINT.
24758 (ADDRESSOF_DECL): Use XTREE.
24759 (SET_ADDRESSOF_DECL): Delete.
24760 (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
24761 NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill. These have been
24762 ifdefed out since 2.6 at least.
24763 (gen_rtvec_vv): Delete prototype.
24764
24765 * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
24766 not rtunion.
24767 (copy_most_rtx): Handle 't' format letter.
24768 * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
24769 (gen_rtvec_vv): Delete function. All callers changed to use
24770 gen_rtvec_v instead.
24771 * print-rtl.c (print_rtx): Move special casing of NOTEs to
24772 the '0' format letter.
24773
24774 * function.c (gen_mem_addressof): Don't use
24775 SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
24776 instead.
24777 * integrate.c (copy_rtx_and_substitute): Likewise.
24778 Copy 't' slots with XTREE.
24779 (subst_constants): Treat 't' slots like '[swi]' slots.
24780 * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
24781 * jump.c (rtx_equal_for_thread_p): Likewise.
24782 * rtlanal.c (rtx_equal_p): Likewise.
24783 * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
24784 only four arguments.
24785 * gengenrtl.c (type_from_format): Provide correct types for
24786 'b' and 't' slots.
24787
24788
24789 * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
24790 If a recent gcc is in use (always in stage2 and beyond), use
24791 statement expressions, so we don't make a function call unless
24792 the check fails. Evaluate arguments exactly once.
24793 (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
24794 TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
24795 Delete.
24796 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
24797 they evaluate their arguments exactly once, irrespective of
24798 the compiler in use.
24799
24800 * tree.c [ENABLE_CHECKING]: Define whichever set of functions
24801 is used by the currently-enabled check macros. This is:
24802 (tree_check_failed, tree_class_check_failed): For gcc.
24803 (tree_check, tree_class_check, cst_or_constructor_check,
24804 expr_check): For other compilers.
24805
24806 * gencheck.c: Do not define any *_CHECK1 macros.
24807
24808 Thu Aug 19 14:42:38 1999 Mike Stump <mrs@wrs.com>
24809 Mark Mitchell <mark@codesourcery.com>
24810
24811 * c-common.c (c_get_alias_set): Fix support for poitners and
24812 references.
24813
24814 Thu Aug 19 11:51:22 EDT 1999 John Wehle (john@feith.com)
24815
24816 * alias.c: Include tree.h.
24817 (nonlocal_reference_p, mark_constant_function): New functions.
24818 * flow.c (life_analysis): Call mark_constant_function.
24819 * rtl.h (mark_constant_function): Declare it.
24820
24821 Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
24822
24823 * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
24824 unrecognisable switches.
24825
24826 Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24827
24828 * loop.c (recombine_givs): Set ix field after sorting.
24829 (recombine_givs): Remove bogus index / giv lockstep looping.
24830
24831 Wed Aug 18 18:20:40 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24832
24833 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
24834 on CODE.
24835 (emit_store_flag_force): Use do_compare_rtx_and_jump.
24836 (do_cmp_and_jump): Formatting fixes.
24837 * expr.c (do_compare_and_jump): Renamed from compare; changed to call
24838 do_compare_rtx_and_jump instead of compare_from_rtx.
24839 (do_compare_rtx_and_jump): New function; mostly copied from
24840 compare_from_rtx.
24841 (do_jump_for_compare): Delete.
24842 (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
24843 MIN_EXPR.
24844 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
24845 of compare/do_jump_for_compare pairs.
24846 (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
24847 (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
24848 compare_from_rtx/do_jump_for_compare pairs.
24849 (do_jump_by_parts_equality): Likewise.
24850 (do_jump_by_parts_equality_rtx): Likewise.
24851 * expr.h (do_compare_rtx_and_jump): Declare.
24852 * optabs.c (prepare_cmp_insn): New function, contains most of the code
24853 that used to be in emit_cmp_insn.
24854 (cmp_available_p): New function.
24855 (prepare_operand): New function.
24856 (emit_cmp_and_jump_insn_1): New function, contains some code that used
24857 to be in emit_cmp_insn.
24858 (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
24859 parameters to be pointers; don't emit final compare but modify some of
24860 the values pointed to by the args so the caller can perform the
24861 correct comparison.
24862 (expand_binop): Call emit_store_flag_force with signed forms of
24863 comparison code.
24864 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
24865 emit_jump_insn pair.
24866 (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
24867 emit_cmp_and_jump_insn_1. Call emit_queue.
24868 (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
24869 arg.
24870 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
24871 jump sets cc0 before deleting it.
24872 * integrate.c (expand_inline_function): Likewise.
24873 * unroll.c (unroll_loop): Similar changes in several places.
24874 (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
24875 before deleting it.
24876
24877 Wed Aug 18 06:37:44 1999 Bernd Schmidt <bernds@cygnus.co.uk>
24878
24879 * Makefile.in (insn-recog.o): Update dependencies.
24880 * genrecog.c (main): Make generated file include "function.h".
24881
24882 Sat Aug 14 00:54:57 1999 Geoffrey Keating <geoffk@cygnus.com>
24883
24884 * cse.c (cse_insn): Call never_reached_warning when a jump is
24885 changed to be unconditional.
24886 * flags.h: Declare warn_notreached.
24887 * flow.c (delete_block): Call never_reached_warning when
24888 a block is deleted.
24889 * jump.c (delete_barrier_successors): Call never_reached_warning
24890 when we delete everything after a BARRIER.
24891 (never_reached_warning): New function.
24892 * rtl.h: Declare never_reached_warning.
24893 * toplev.c (warn_notreached): New variable.
24894 (lang_independent_options): Set warn_notreached
24895 when -Wunreachable-code.
24896 (compile_file): We need line numbers for -Wunreachable-code.
24897
24898 Tue Aug 17 22:06:11 1999 Jan Hubicka <hubicka@freesoft.cz>
24899
24900 * haifa-sched.c (insn_unit): Fix typo on out of range test.
24901 * sched.c (insn_unit): Likewise.
24902
24903 Tue Aug 17 21:57:23 1999 Andreas Schwab <schwab@suse.de>
24904
24905 * combine.c (distribute_notes): Handle REG_EH_RETHROW.
24906
24907 Tue Aug 17 17:39:43 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
24908
24909 * flow.c (create_edge_list): Use xmalloc, not malloc.
24910
24911 Tue Aug 17 01:40:54 1999 Loren Rittle <ljrittle@acm.org>
24912
24913 * fixinc/inclhack.def (no_double_slash): Do not trash single-line
24914 C-style comments. Do not lose the character before double slash.
24915
24916 Mon Aug 16 18:08:22 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
24917
24918 * basic-block.h (struct edge_list): Stucture to maintain a vector
24919 of edges.
24920 (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
24921 INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
24922 (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
24923 New function prototypes.
24924 * flow.c (create_edge_list): Function to create an edge list.
24925 (free_edge_list): Discards memory used by an edge list.
24926 (print_edge_list): Debug output showing an edge list.
24927 (verify_edge_list): Internal consistency check for an edge list.
24928 (find_edge_index): Function to find an edge index for a pred and succ.
24929
24930 Mon Aug 16 11:56:36 1999 Mark Mitchell <mark@codesourcery.com>
24931
24932 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
24933 hashtable.
24934
24935 Mon Aug 16 17:04:15 1999 Jorn Rennecke <amylaar@cygnus.co.uk>
24936
24937 * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
24938
24939 Fri Aug 13 15:20:43 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
24940
24941 * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
24942
24943 Fri Aug 13 10:21:28 1999 Nick Clifton <nickc@cygnus.com>
24944
24945 * toplev.c (rest_of_compilation): Allow machine dependent
24946 reorganisation pass to place information into the RTL dump
24947 file if it so wishes.
24948
24949 Sun Aug 15 12:41:21 1999 Jim Wilson <wilson@cygnus.com>
24950
24951 * explow.c (hard_function_value): Use VOIDmode instead of
24952 MAX_MACHINE_MODE.
24953 * stmt.c (expand_return): Likewise.
24954 * stor-layout.c (get_best_mode): Likewise.
24955
24956 * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
24957 emit call instead of emit_insn call.
24958
24959 Sat Aug 14 15:04:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
24960
24961 * configure.in: Handle --disable/enable-win32-registry.
24962 * install.texi: Document --disable/enable-win32-registry.
24963 * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
24964 (WIN32_REGISTRY_KEY): New macro.
24965 * prefix.c: Use to enable/disable win32-specific code.
24966 (lookup_key): Use versioned key.
24967 * configure: Regenerate.
24968 * config.in: Likewise.
24969
24970 Fri Aug 13 17:41:55 1999 Jason Merrill <jason@yorick.cygnus.com>
24971
24972 * cpplib.c (read_line_number): New fn, split out of...
24973 (do_line): Here.
24974
24975 Fri Aug 13 14:18:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
24976
24977 tree.c (lang_unsave_expr_now) : New.
24978 (unsave_expr_now): Call lang_unsave_expr_now.
24979 tree.h (lang_unsave_expr_now) : New.
24980
24981 Fri Aug 13 00:49:46 1999 Jason Merrill <jason@yorick.cygnus.com>
24982
24983 * toplev.c (flag_new_exceptions): On by default.
24984
24985 1999-08-13 Michael Meissner <meissner@cygnus.com>
24986
24987 * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
24988
24989 Fri Aug 13 01:29:57 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
24990
24991 * dwarfout.c (fundamental_type_code): Return FT_boolean for
24992 INTEGER_TYPE with precision==1, it's __java_boolean.
24993
24994 Thu Aug 12 23:51:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24995
24996 * global.c (prune_preferences): Move some invariants out of the
24997 inner loop.
24998
24999 Thu Aug 12 15:30:29 1999 Jesse Perry (jap@unx.dec.com)
25000
25001 * configure.in (alpha*-dec-osf*): Add osf5.
25002
25003 Sun Aug 1 22:24:03 1999 Philip Blundell <philb@gnu.org>
25004
25005 * configure.in: Rework handling of ARM GNU/Linux slightly.
25006 (arm*-*-linux-gnuoldld): New target.
25007 * configure: Regenerate.
25008 * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
25009 arm-*-elf. Mention that arm-*-linux-gnuaout is obsolete.
25010 * config/arm/linux-oldld.h: New file.
25011 * config/arm/linux-elf26.h: Don't include linux-elf.h.
25012 (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
25013 Don't define.
25014 * config/arm/linux-elf.h (ASM_SPEC): Define.
25015 (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
25016 SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
25017 for 26-bit APCS and old linker.
25018 (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
25019 `arm_elf'.
25020 (FP_DEFAULT): Define to FP_SOFT3 for all machines.
25021 * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
25022 don't define `arm' or `arm_elf'.
25023 * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
25024 MULTILIB_DIRNAMES): Define. Fix typo in comment.
25025
25026 Thu Aug 12 10:14:47 1999 Andreas Schwab <schwab@suse.de>
25027
25028 * rtl.texi: Fix typo.
25029
25030 Wed Aug 11 23:50:57 1999 Jason Merrill <jason@yorick.cygnus.com>
25031
25032 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
25033
25034 Wed Aug 11 12:59:37 1999 Mark Mitchell <mark@codesourcery.com>
25035
25036 * extend.texi (C++ Signatures): Remove node.
25037 * invoke.texi: Remove discussion of -fhandle-signatures,
25038 signature, sigof, __signature__, and __sigof__.
25039
25040 Wed Aug 11 03:38:25 1999 Jeffrey A Law (law@cygnus.com)
25041
25042 * Makefile.in (JAVAGC): Removed.
25043
25044 Wed Aug 11 02:13:26 1999 Mumit Khan <khan@xraylith.wisc.edu>
25045
25046 * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
25047
25048 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
25049
25050 * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
25051
25052 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
25053
25054 * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
25055 a register that is already known to be a pointer.
25056
25057 1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
25058
25059 * fixinc/inclhack.tpl: Only install assert.h conditionally.
25060 * fixinc/inclhack.sh: Regenerated.
25061 * fixinc/fixincl.sh: Regenerated.
25062
25063 Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
25064
25065 * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
25066 Fix documentation of -ansi flag to describe its C++ behavior.
25067 Remove bogus reference to GCC 2.9.
25068
25069 Tue Aug 10 17:19:02 1999 Jim Wilson <wilson@cygnus.com>
25070
25071 * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
25072 note if it is non-NULL.
25073
25074 Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
25075
25076 * except.h (eh_nesting_info): Add new structure defintion.
25077 (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
25078 (reachable_handlers, update_rethrow_references): Add function
25079 prototypes.
25080 * rtl.h (struct rtvec_def): Update comments. REG_EH_RETHROW takes
25081 a rethrow symbol instead of an integer exception region number.
25082 * flow.c (Make_edges): Use new exception nesting routines to determine
25083 which handlers are reachable from a CALL or asynchronous insn.
25084 Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
25085 goto receivers.
25086 (delete_eh_regions): Update rethrow labels, and don't delete
25087 regions which are the target of a rethrow.
25088 * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
25089 avoid overloading the SYMBOL_REF_USED flag.
25090 (rethrow_symbol_map): Use new rethrow_ref field.
25091 (rethrow_used): Use new rethrow_ref field.
25092 (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
25093 of an integer. Fix formatting.
25094 (output_exception_table_entry): Use new rethrow_ref field.
25095 (can_throw): Check for EH_REGION_NOTE before deciding
25096 whether a CALL can throw or not.
25097 (scan_region): Call rethrow_used() instead of accessing data structure.
25098 (update_rethrow_references): New function to make sure only regions
25099 which are still targets of a rethrow are flagged as such.
25100 (process_nestinfo): New static function to initialize a handler
25101 list for a specific region.
25102 (init_eh_nesting_info): New function to allocate and initialize
25103 the list of all EH handlers reachable from all regions.
25104 (reachable_handlers): New function to retrieve the list of handlers
25105 reachable from a specific region and insn.
25106 (free_eh_nesting_info): New function to dispose of a list of
25107 reachable handlers.
25108
25109 Tue Aug 10 10:39:31 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
25110
25111 * flow.c (split_edge): Set JUMP_LABEL field.
25112 (commit_one_edge_insertion): Set head correctly for insert_before.
25113 When inserting insns, update insn block numbers if allocated.
25114
25115 Tue Aug 10 09:26:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25116
25117 * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
25118 retry_incomplete_types): Add static prototype.
25119 (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
25120 dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
25121 dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
25122 dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
25123 dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
25124 Constify a char*.
25125
25126 * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
25127 dwarf2out_start_source_file, dwarf2out_line): Likewise.
25128
25129 Tue Aug 10 09:21:46 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25130
25131 * output.h (assemble_name): Constify a char*.
25132
25133 * varasm.c (UNIQUE_SECTION, assemble_start_function,
25134 assemble_variable, assemble_name): Likewise.
25135
25136 * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
25137
25138 * arm/pe.c (arm_pe_unique_section): Likewise.
25139
25140 * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
25141
25142 * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
25143
25144 * i386/interix.c (i386_pe_unique_section): Likewise.
25145
25146 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
25147
25148 * i386/winnt.c (i386_pe_unique_section): Likewise.
25149
25150 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
25151
25152 * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
25153
25154 * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
25155
25156 * pa/pa.c (output_call): Likewise.
25157
25158 * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
25159
25160 * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
25161
25162 * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
25163 Likewise.
25164
25165 * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
25166 Likewise.
25167
25168 * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
25169
25170 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
25171 STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
25172
25173 * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
25174
25175 Mon Aug 9 19:54:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25176
25177 * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
25178
25179 Mon Aug 9 19:36:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25180
25181 * tree.h (lang_identify): Constify a char*.
25182 (print_error_function): Add extern prototype. Constify a char*.
25183
25184 * c-lang.c (lang_identify): Constify a char*.
25185
25186 * objc/objc-act.c (lang_identify): Constify a char*.
25187
25188 Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
25189
25190 * genpeep.c (main): Make generated file include "function.h".
25191 * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
25192
25193 Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
25194
25195 * Makefile.in: Update dependencies.
25196 * alias.c: Include "function.h"
25197 * c-decl.c: Likewise.
25198 * caller-save.c: Likewise.
25199 * calls.c: Likewise.
25200 * combine.c: Likewise.
25201 * cse.c: Likewise.
25202 * explow.c: Likewise.
25203 * final.c: Likewise.
25204 * global.c: Likewise.
25205 * graph.c: Likewise.
25206 * local-alloc.c: Likewise.
25207 * loop.c: Likewise.
25208 * optabs.c: Likewise.
25209 * profile.c: Likewise.
25210 * recog.c: Likewise.
25211 * regclass.c: Likewise.
25212 * regmove.c: Likewise.
25213 * reload.c: Likewise.
25214 * reorg.c: Likewise.
25215 * resource.c: Likewise.
25216 * sched.c: Likewise.
25217 * stupid.c: Likewise.
25218 * config/1750a/1750a.c: Likewise.
25219 * config/a29k/a29k.c: Likewise.
25220 * config/arc/arc.c: Likewise.
25221 * config/arm/arm.c: Likewise.
25222 * config/arm/thumb.c: Likewise.
25223 * config/c4x/c4x.c: Likewise.
25224 * config/clipper/clipper.c: Likewise.
25225 * config/convex/convex.c: Likewise.
25226 * config/fx80/fx80.c: Likewise.
25227 * config/i860/i860.c: Likewise.
25228 * config/m68k/m68k.c: Likewise.
25229 * config/m88k/m88k.c: Likewise.
25230 * config/mips/mips.c: Likewise.
25231 * config/pdp11/pdp11.c: Likewise.
25232 * config/pyr/pyr.c: Likewise.
25233 * config/romp/romp.c: Likewise.
25234 * config/sh/sh.c: Likewise.
25235 * config/tahoe/tahoe.c: Likewise.
25236 * config/vax/vax.c: Likewise.
25237 * config/we32k/we32k.c: Likewise.
25238 * config/sparc/sparc.c: Include "function.h".
25239 (mem_min_alignment): Test current_function rather than
25240 regno_pointer_align.
25241 * config/pa/pa.c: Likewise.
25242 (compute_frame_size): Delete declaration of
25243 current_function_outgoing_args_size.
25244 * config/arc/arc.h (current_function_varargs): Delete declaration.
25245 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
25246 declaration.
25247 * config/i370/i370.h (current_function_outgoing_args_size): Delete
25248 declaration.
25249 * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
25250 current_function_uses_pic_offset_table.
25251 * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
25252 of current_function_returns_pointer.
25253 * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25254 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25255 * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25256 * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25257 * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25258 * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
25259 * config/m88k/m88k.c: Include "function.h"
25260 (call_used_regs, current_function_pretend_args_size,
25261 current_function_outgoing_args_size, frame_pointer_needed): Delete
25262 declarations.
25263 * config/m88k/m88k.h (current_function_pretend_args_size): Delete
25264 declaration.
25265 * config/mips/mips.h (current_function_calls_alloca): Delete
25266 declaration.
25267 * config/mn10200/mn10200.h (current_function_needs_context,
25268 rtx_equal_function_value_matters): Delete declarations.
25269 * config/ns32k/ns32k (current_function_uses_pic_offset_table,
25270 flag_pic): Delete declarations.
25271 * config/pa/pa.h (current_function_pretend_args_size,
25272 current_function_decl): Delete declarations.
25273 * config/pa/som.h (current_function_varargs): Delete declaration.
25274 * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
25275 declaration.
25276 * config/pyr/pyr.h (current_function_pretend_args_size,
25277 current_function_args_size, current_function_calls_alloca): Delete
25278 declarations.
25279 * config/sh/sh.h (current_function_varargs): Delete declaration.
25280 * config/sparc/sparc.h (current_function_outgoing_args_size,
25281 current_function_calls_alloca, current_function_decl): Delete
25282 declarations.
25283 * config/spur/spur.h (current_function_pretend_args_size,
25284 current_function_calls_alloca): Delete declarations.
25285 * config/v850/v850.c (current_function_outgoing_args_size): Delete
25286 declaration.
25287 * config/vax/vms.h (current_function_name): Delete declaration.
25288 * gcse.c: Include "function.h".
25289 (current_function_name, current_function_calls_setjmp): Delete
25290 declarations.
25291 * haifa-sched.c: Include "function.h".
25292 (forced_labels): Delete declaration.
25293 * jump.c: Likewise.
25294 * reg-stack.c: Likewise.
25295 * reload1.c: Likewise.
25296 * genemit.c (main): Make generated file include function.h.
25297 * genoutput.c (output_prologue): Likewise.
25298
25299 * builtins.c (saveregs_value, apply_args_value): Delete variables.
25300 * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
25301 sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
25302 regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
25303 regno_reg_rtx, sequence_stack): Delete variables. Add accessor
25304 macros for some of them.
25305 (emit_filename, emit_lineno): Delete declarations.
25306 (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy. Access
25307 regno_pointer_* variables through current_function.
25308 (gen_inline_header_rtx): Delete function.
25309 (save_emit_status): Delete function.
25310 (set_new_last_label_num): New function.
25311 (clear_emit_caches): New function.
25312 (restore_emit_status): Just clear last_labelnum and call
25313 clear_emit_caches.
25314 (get_last_insn_anywhere): Variable sequence_stack is now accessed
25315 through macro seq_stack.
25316 (add_insn_after): Likewise.
25317 (add_insn_before): Likewise.
25318 (remove_insn): Likewise.
25319 (pop_topmost_sequence): Likewise.
25320 (in_sequence_p): Likewise.
25321 (start_sequence_for_rtl_expr): Likewise.
25322 (start_sequence): Likewise, and likewise for
25323 sequence_rtl_expr/seq_rtl_expr.
25324 (push_topmost_sequence): Likewise.
25325 (end_sequence): Likewise.
25326 (init_virtual_regs): Now takes a "struct emit_status *" argument.
25327 All callers changed. Store into that pointer instead of globals.
25328 (init_emit): Allocate emit elt of current_function.
25329 Changes for sequence_rtl_expr/sequence_stack renaming.
25330 Call clear_emit_caches instead of doing it in-line.
25331 Access regno_pointer_* variables through current_function.
25332 (init_emit_once) Don't clear sequence_stack.
25333
25334 * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
25335 Delete variables.
25336 (arg_pointer_save_area): Delete declaration.
25337 (finish_expr_for_function): Renamed from init_queue; no longer static.
25338 (init_expr): Don't call init_queue.
25339 (save_expr_status, restore_expr_status): Delete functions.
25340 (expand_expr): Changes to reflect new layout of struct function.
25341 Don't access current_function_check_memory_usage when current_function
25342 is 0.
25343 * expr.h (forced_labels, save_expr_regs, saveregs_value,
25344 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
25345 current_function_outgoing_args_size, current_function_arg_offset_rtx,
25346 current_function_uses_const_pool, function_call_count,
25347 current_function_uses_pic_offset_table, nonlocal_labels,
25348 current_function_internal_arg_pointer, nonlocal_goto_stack_level,
25349 current_function_check_memory_usage, nonlocal_goto_handler_slots,
25350 pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
25351 declarations.
25352 (finish_expr_for_function): Declare.
25353 * flags.h (current_function_has_nonlocal_label,
25354 current_function_has_nonlocal_goto, current_function_is_thunk,
25355 current_function_has_computed_jump): Delete declarations.
25356 * flow.c (forced_labels): Delete declaration.
25357 * function.c (current_function_pops_args,
25358 current_function_returns_struct, current_function_returns_pcc_struct,
25359 current_function_needs_context, current_function_calls_setjmp,
25360 current_function_calls_longjmp, current_function_has_nonlocal_label,
25361 current_function_has_nonlocal_goto, current_function_is_thunk,
25362 current_function_has_computed_jump, current_function_calls_alloca,
25363 current_function_contains_functions, current_function_returns_pointer,
25364 current_function_epilogue_delay_list, current_function_args_size,
25365 current_function_pretend_args_size, current_function_arg_offset_rtx,
25366 current_function_outgoing_args_size, current_function_varargs,
25367 current_function_stdarg, current_function_args_info, cleanup_label,
25368 current_function_name, current_function_uses_const_pool,
25369 current_function_instrument_entry_exit, current_function_return_rtx,
25370 current_function_uses_pic_offset_table, nonlocal_labels,
25371 current_function_internal_arg_pointer, current_function_cannot_inline,
25372 current_function_check_memory_usage, function_call_count,
25373 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
25374 nonlocal_goto_stack_level, return_label, save_expr_regs,
25375 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
25376 tail_recursion_reentry, arg_pointer_save_area, frame_offset,
25377 context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
25378 last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
25379 temp_slot_level, var_temp_slot_level, target_temp_slot_level):
25380 Delete variables.
25381 (push_function_context_to): Don't save them. Don't call
25382 save_storage_status, save_emit_status or save_expr_status.
25383 (pop_function_context_from): Don't restore them. Don't call
25384 restore_storage_status or restore_expr_status.
25385 (get_func_frame_size): New function.
25386 (get_frame_size): Use it.
25387 (assign_outer_stack_local): Reflect some member name changes in struct
25388 function.
25389 (put_reg_into_stack): Likewise.
25390 (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
25391 seq_rtl_expr.
25392 (fixup_var_refs): Likewise.
25393 (fix_lexical_addr): Likewise.
25394 (trampoline_address): Likewise.
25395 (prepare_function_start): Clear field inlinable of current_function.
25396 (init_function_for_compilation): New function.
25397 (expand_dummy_function_end): New function.
25398 (expand_function_end): Call finish_expr_for_function.
25399 * function.h (struct emit_status): New; fields moved here from struct
25400 function and from global variables. Add accessor macros for some of
25401 the fields.
25402 (struct expr_status): Likewise.
25403 (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
25404 (struct function): Add fields expr and emit, inlinable, inl_emit,
25405 original_arg_vector, original_decl_initial, inl_last_parm_insn,
25406 inl_max_label_num. Add many comments.
25407 Add accessor macros for all elts of struct function that no longer
25408 have a global variable.
25409 (cleanup_label, return_label, frame_offset, tail_recursion_label,
25410 tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
25411 stack_slot_list): Delete declarations.
25412 (get_func_frame_size): Declare.
25413 (save_expr_status, restore_expr_status, save_emit_status,
25414 save_storage_status, restore_storage_status): Delete declarations.
25415 (init_virtual_regs): Declare.
25416 * output.h (current_function_pops_args,
25417 current_function_returns_struct, current_function_returns_pcc_struct,
25418 current_function_needs_context, current_function_calls_setjmp,
25419 current_function_calls_longjmp, current_function_calls_alloca,
25420 current_function_has_nonlocal_label, current_function_varargs,
25421 current_function_has_computed_jump, current_function_returns_pointer,
25422 current_function_contains_functions, current_function_args_size,
25423 current_function_pretend_args_size, current_function_stdarg,
25424 current_function_outgoing_args_size, current_function_args_info,
25425 current_function_name, current_function_return_rtx,
25426 current_function_epilogue_delay_list,
25427 current_function_uses_const_pool, current_function_cannot_inline):
25428 Delete declarations.
25429 * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
25430 regno_reg_rtx): Delete declaration.
25431 (REGNO_POINTER_FLAG): Delete macro.
25432 * stmt.c (expand_goto): Changes to reflect that some fields in struct
25433 function were renamed.
25434 * stor-layout.c (save_storage_status, restore_storage_status): Delete
25435 functions.
25436 * toplev.c: Include "function.h".
25437 (current_function_decl): Delete declaration.
25438 (compile_file): Call init_dummy_function_start and
25439 expand_dummy_function_end around some initializations that need to
25440 emit rtl.
25441 (rest_of_compilation): Use DECL_SAVED_INSNS properly.
25442 Call init_function_for_compilation.
25443 * unroll.c: Include "function.h"
25444 (unroll_loop): Access regno_pointer_* variables through
25445 current_function.
25446
25447 * tree.h (struct tree_decl): Add elt f to saved_insns member.
25448 (DECL_SAVED_INSNS): use it.
25449 (expand_dummy_function_end): Declare.
25450 (init_function_for_compilation): Declare.
25451 * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
25452 that it's no longer an INLINE_HEADER.
25453 (expand_call): Likewise.
25454 * integrate.c (finish_inline): Delete function.
25455 (max_parm_reg, parm_reg_stack_loc): Delete declarations.
25456 (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
25457 args. Don't generate an INLINE_HEADER rtx, just return the arg
25458 vector. All callers changed.
25459 (save_for_inline_copying): Create a duplicate struct emit_status to
25460 hold the emit state for compiling the current function. Use this and
25461 the other new fields in struct function that are for integration
25462 instead of an INLINE_HEADER.
25463 Use memcpy instead of bcopy.
25464 Store the current struct function in DECL_SAVED_INSNS of fndecl.
25465 (save_for_inline_nocopy): Similar changes, except no new emit_status
25466 is needed here.
25467 (expand_inline_function): Get information from function structure,
25468 not from an inline header rtx.
25469 (output_inline_function): Lose code to extract the necessary
25470 information from an inline header; simply put back the function
25471 structure into current_function. Clear its inlinable elt.
25472 * rtl.def (INLINE_HEADER): Delete.
25473 * rtl.h: Delete all accessors for an INLINE_HEADER.
25474 (gen_inline_header_rtx): Delete declaration.
25475 (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
25476 Delete declarations.
25477 (REGNO_POINTER_ALIGN): Delete.
25478 (clear_emit_caches): Declare.
25479 (set_new_last_label_num): Declare.
25480
25481 Mon Aug 9 01:52:24 1999 Jason Merrill <jason@yorick.cygnus.com>
25482
25483 * print-tree.c (print_node): Print base for OFFSET_TYPEs.
25484
25485 * except.c (expand_eh_region_start_for_decl): Always start a new block.
25486 * stmt.c (is_eh_region): Make sure current_function is present, too.
25487
25488 Mon Aug 9 01:15:24 1999 Jeffrey A Law (law@cygnus.com)
25489
25490 * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
25491 for 64bit PA targets.
25492
25493 * pa.h (SELECT_SECTION): Define.
25494 * som.h (SELECT_SECTION): Delete.
25495
25496 Sun Aug 8 15:13:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25497
25498 * alias.c (init_alias_analysis): Wrap call to
25499 `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
25500
25501 1999-08-07 Bruce Korb <autogen@linuxbox.com>
25502
25503 * fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
25504 <sys/asm.h> contains an asm comment with an apostrophe
25505 * fixinc/inclhack.sh: regen
25506 * fixinc/fixincl.x: regen
25507
25508 Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
25509
25510 * function.c (init_function_start): Clear prologue & epilogue.
25511 (prologue_epilogue_contains): New function.
25512 * alias.c (init_alias_analysis): Use it.
25513 * rtl.h (prologue_epilogue_contains): Declare it.
25514
25515 Sat Aug 7 19:32:16 1999 Richard Henderson <rth@cygnus.com>
25516
25517 * jump.c (onlyjump_p): New function.
25518 * rtl.h: Declare it.
25519 * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
25520 of condjump_p in calling tidy_fallthru_edge and merge_blocks.
25521
25522 Sat Aug 7 17:09:36 1999 Richard Henderson <rth@cygnus.com>
25523
25524 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
25525 to invert loops. Simplify block scanning.
25526
25527 Sat Aug 7 02:11:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
25528
25529 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
25530 (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
25531
25532 1999-08-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
25533
25534 * config/sparc/liteelf.h: New file to support sparclite-elf target
25535 * config/sparc/t-sp86x: New file to support sparc86x targets
25536 * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
25537 * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
25538 * configure.in: Support above target triplets
25539 * configure: Regenerated
25540
25541 Sat Aug 7 01:39:27 1999 Philippe De Muyter <phdm@macqel.be>
25542
25543 * fixinc/server.c (server_setup): Do not prefix function used as
25544 parameter with `&'.
25545
25546 Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
25547
25548 * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
25549 Remove fp reg alternatives.
25550
25551 Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
25552
25553 * Makefiin (TAROUTOPTS): Kill.
25554 (install-headers-tar): Use "xpf" for tar headerfile extraction
25555 * i370/x-oe (TAROUTOPTS): Delete.
25556 * m68k/x-apollo68 (TAROUTOPTS): Delete.
25557 * m68k/x-hp320 (TAROUTOPTS): Delete.
25558 * m68k/x-hp320g (TAROUTOPTS): Delete.
25559 * gcc.texi: Update bug reporting text.
25560
25561 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
25562
25563 * reg-stack.c (change_stack) Fixed problem with negative array index.
25564
25565 Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
25566
25567 * extend.texi, install.texi: Fix spelling mistakes.
25568
25569 * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
25570 (s-attrtab); No longer try to use pre-made insn-attrtab file.
25571 * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
25572 PREMADE_ATTRTAB_MD.
25573 * mips/t-ecoff: Likewise.
25574 * mips/t-elf: Likewise.
25575 * mips/t-mips: Likewise.
25576 * mips/t-osfrose: Likewise.
25577 * mips/t-r3900: Likewise.
25578 * mips/t-svr3: Likewise.
25579 * mips/t-svr4: Likewise.
25580 * mips/t-ultrix: Likewise.
25581
25582 * gcc.texi: Document recommend means to provide software floating
25583 point libraries in libgcc.a
25584
25585 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
25586
25587 * c-lex.c (yylex): We can have a number with no digits.
25588
25589 Fri Aug 6 16:53:55 EDT 1999 John Wehle (john@feith.com)
25590
25591 * jump.c (delete_prior_computation): New function, broken
25592 out of delete_computation. Check for side effects with
25593 side_effects_p instead of FIND_REG_INC_NOTE. Handle
25594 multi-word hard registers.
25595 (delete_computation): Use it. Check for side effects with
25596 side_effects_p instead of FIND_REG_INC_NOTE. Synthesize a
25597 missing REG_DEAD note for a register which is both set and
25598 used by an insn.
25599
25600 Fri Aug 6 11:05:29 1999 Jeffrey A Law (law@cygnus.com)
25601
25602 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
25603 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
25604 (ASM_FILE_START): Import _mcount with the right type.
25605 (ASM_DECLARE_FUNCTION_NAME): Define.
25606 (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
25607 * pa.c (output_function_prologue): Always emit the function's label
25608 here.
25609 * pa.h (TEXT_SPACE_P): Define.
25610 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
25611 (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
25612 * som.h (TEXT_SPACE_P): Delete.
25613 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
25614 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
25615
25616 Thu Aug 5 19:29:39 1999 Jim Wilson <wilson@cygnus.com>
25617
25618 * expr.c (emit_group_load): Allow src to be a CONCAT.
25619
25620 Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25621
25622 * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
25623 (___mulsi3): Use '!' comment character.
25624
25625 Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
25626
25627 * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
25628
25629 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
25630
25631 * gcc.c: Update URLs and mail addresses.
25632 * gcc.texi: Likewise.
25633
25634 Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
25635
25636 * rs6000.c (current_file_function_operand): Return zero for
25637 weak functions.
25638 (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
25639 weak symbols.
25640 * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
25641 for weak symbols.
25642
25643 Thu Aug 5 00:56:30 1999 Geoffrey Keating <geoffk@cygnus.com>
25644
25645 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
25646 allocate space in the stack frame for the PIC register.
25647
25648 Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
25649
25650 * m68k.md (xordi3, anddi3): These patterns are not available on
25651 the coldfire.
25652
25653 Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
25654
25655 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
25656 (PUT_REAL): Likewise.
25657
25658 Wed Aug 4 20:45:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25659
25660 * final.c (shorten_branches): Don't add an alignment for loops
25661 that have no label inside.
25662
25663 Wed Aug 4 16:39:24 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25664
25665 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
25666 prototypes in macro HAVE_cmpstrsi.
25667
25668 * cpplib.c (cpp_get_token): Remove unused label `op3'.
25669
25670 * emit-rtl.c (operand_subword): Remove unused variable
25671 `bits_per_word'.
25672
25673 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
25674
25675 * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
25676
25677 Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com>
25678
25679 * cpphash.c (macroexpand): Delete leading whitespace when arg
25680 is concatenated before.
25681 (unsafe_chars): Correct test for whether + and - can extend a
25682 token.
25683
25684 * cppinit.c (cpp_start_read): Do dependencies for
25685 -include/-imacros files also.
25686
25687 * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
25688 tokenizing non-directive lines.
25689 (cpp_expand_to_buffer): Temporarily disable no-output mode.
25690 * cppmain.c: In no-output mode, just call cpp_scan_buffer for
25691 the input file.
25692
25693 Wed Aug 4 12:53:44 1999 Jason Merrill <jason@yorick.cygnus.com>
25694
25695 * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
25696
25697 * c-lex.c: Sync with C++ frontend.
25698 (linemode): New variable.
25699 (parse_float): imag, conversion_errno, and type are output only.
25700 (yylex): Adjust. Move initial '.' case into main switch.
25701 Use linemode.
25702 (handle_generic_pragma): Just deal with tokens.
25703 (readescape): Use ISXDIGIT and ISGRAPH.
25704 * c-parse.in: Add END_OF_LINE token.
25705
25706 * c-lex.c (lang_init): Generalize.
25707 (nextchar): Remove. Replace uses with UNGETC.
25708 (skip_white_space): Handle linemode here. Optimize for cpplib.
25709 (skip_white_space_on_line): Remove.
25710 (extend_token_buffer_to): New fn.
25711 (extend_token_buffer): Use it.
25712 (read_line_number, check_newline): Just deal with tokens.
25713 (token_getch, token_put_back): New fns.
25714 (yylex): Use them. More cpplib optimizations. Simplify.
25715
25716 Wed Aug 4 12:53:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
25717 Jason Merrill <jason@yorick.cygnus.com>
25718
25719 * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
25720 (consume_string): Make this smart about USE_CPPLIB.
25721 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
25722 (yylex): Rewrite to be intelligent about USE_CPPLIB.
25723 Also, clean up cases where we redundantly set token_buffer[0].
25724 (read_line_number): New fn.
25725 (ignore_escape_flag): New variable.
25726
25727 Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
25728
25729 * a29k/t-a29kbare: Fix some comments.
25730 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
25731 (FPBIT, DPBIT): Define.
25732 * a29k/t-vx29k: Likewise.
25733 * arc/t-arc: Likewise.
25734 * arm/t-arm-elf: Likewise.
25735 * arm/t-bare: Likewise.
25736 * arm/t-pe: Likewise.
25737 * arm/t-pe-thumb: Likewise.
25738 * arm/t-semi: Likewise.
25739 * arm/t-thumb: Likewise.
25740 * arm/t-thumb-elf: Likewise.
25741 * arm/t-thumb-linux: Likewise.
25742 * h8300/t-h8300: Likewise.
25743 * i960/t-i960: Likewise.
25744 * i960/t-vxworks960: Likewise.
25745 * m32r/t-m32r: Likewise.
25746 * mips/t-ecoff: Likewise.
25747 * mips/t-elf: Likewise.
25748 * mips/t-r3900: Likewise.
25749 * pa/t-pro: Likewise.
25750 * rs6000/t-aix43: Likewise.
25751 * rs6000/t-beos: Likewise.
25752 * rs6000/t-newas: Likewise.
25753 * rs6000/t-ppccomm: Likewise.
25754 * rs6000/t-rs6000: Likewise.
25755 * rs6000/t-winnt: Likewise.
25756 * rs6000/t-xnewas: Likewise.
25757 * rs6000/t-xrs6000: Likewise.
25758 * sh/t-sh: Likewise.
25759 * sparc/t-elf: Likewise.
25760 * sparc/t-sparcbare: Likewise.
25761 * sparc/t-sparclite: Likewise.
25762 * sparc/t-splet: Likewise.
25763 * v850/t-v850: Likewise.
25764 * mn10200/t-mn10200: Fix comments.
25765 * mn10300/t-mn10300: Likewise.
25766
25767 * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
25768 dummy operand. Allocate a new pseudo for the dummy operand.
25769 (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
25770
25771 * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
25772
25773 Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
25774
25775 * configure: Rebuilt.
25776 * configure.in: Removed --enable-java-gc option and JAVAGC subst.
25777
25778 Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
25779
25780 * recog.c (preproces_constraints): Zero recog_op_alt before
25781 processing the constraints.
25782
25783 * arm.c (typedef minipool_node): Renamed from pool_node.
25784 (minipool_vector, minipool_size, minipool_vector_label): Similarly.
25785 (add_minipool_constant): New function.
25786 (dump_minipool): New function.
25787 (find_barrier): Remove special case for getting the insn size of
25788 an insn that references the constant pool.
25789 (minipool_fixup): New structure.
25790 (push_minipool_barrier): New function.
25791 (push_minipool_fix): New function.
25792 (note_invalid_constants): New function.
25793 (add_pool_constant, dump_table, fixit, broken_move): Delete.
25794 (arm_reorg): Rewrite code to fix up the constant pool into a
25795 series of mini-pools embedded in the insn stream.
25796 (arm_output_epilogue): New function, made mainly from the body
25797 of output_func_epilogue.
25798 (output_func_epilogue): Move insn generation part of epilogue code
25799 to arm_output_epilogue.
25800 * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
25801 * arm.md (pool_range): New attribute.
25802 (zero_extendqidi2): Add attribute pool_range.
25803 (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
25804 extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
25805 pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
25806 movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
25807 movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
25808 (epilogue): New expand.
25809 (epilogue_insn): New insn. Call arm_output_epilogue.
25810
25811 * arm.c (arm_poke_function_name): Undo change of July 17. Tidy up.
25812 * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
25813
25814 Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
25815
25816 * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
25817
25818 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
25819
25820 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
25821
25822 Wed Aug 4 02:15:32 1999 Richard Henderson <rth@cygnus.com>
25823
25824 * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
25825
25826 Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com>
25827
25828 * global.c: Fix comment.
25829
25830 Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com>
25831
25832 * gcc.c (access_check): New static function.
25833 (find_a_file): Use it when searching a directory list.
25834 * collect2.c (find_a_file): Don't accept directories found when
25835 searching a directory list.
25836
25837 Wed Aug 4 01:40:43 1999 Philippe De Muyter <phdm@macqel.be>
25838
25839 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
25840 function parameters with `&'.
25841 (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
25842
25843 Wed Aug 4 01:08:44 1999 Jeffrey A Law (law@cygnus.com)
25844
25845 * flow.c (delete_unreachable_blocks): Do not call merge_blocks
25846 or tidy_fallthru_edge if the last insn in the block is not
25847 an unconditional jump or a simple conditional jump.
25848
25849 Tue Aug 3 20:21:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25850
25851 * Makefile.in (c-decl.o): Depends on defaults.h.
25852
25853 Tue Aug 3 14:14:52 1999 Jeffrey A Law (law@cygnus.com)
25854
25855 * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
25856 PA1.1 and above.
25857 (CLASS_MAX_NREGS): Likewise.
25858
25859 Tue Aug 3 03:51:20 1999 Jeffrey A Law (law@cygnus.com)
25860
25861 * cse.c (cse_insn): Fix dumb thinko in last change.
25862
25863 Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
25864
25865 * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
25866 "const char *".
25867
25868 Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
25869
25870 * dwarf2out.c (add_location_or_const_value_attribute): Correct
25871 test for sizes of passed and declared parameter types.
25872
25873 Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25874
25875 * fixincludes: Fix the return type of bsearch, char* -> void*.
25876
25877 * fixinc/inclhack.def: Likewise.
25878
25879 Mon Aug 2 18:29:32 1999 Mark Mitchell <mark@codesourcery.com>
25880
25881 * invoke.texi (-fdump-translation-unit): New option.
25882
25883 Mon Aug 2 17:54:19 1999 Richard Henderson <rth@cygnus.com>
25884
25885 * expr.h (PROMOTE_PROTOTYPES): Move ...
25886 * defaults.h: ... to here.
25887 * c-decl.c: Include defaults.h instead of expr.h.
25888 * c-typeck.c: Include defaults.h.
25889
25890 Mon Aug 2 17:10:24 1999 Mark Mitchell <mark@codesourcery.com>
25891
25892 * toplev.h (errorcount): Declare.
25893 (warningcount): Likewise.
25894 (sorrycount): Likewise.
25895 * c-lex.c (errorcount): Don't declare.
25896 * dwarf2out.c (errorcount): Don't declare.
25897
25898 Mon Aug 2 17:02:08 1999 Jason Merrill <jason@yorick.cygnus.com>
25899
25900 * config/libgloss.h: Add a note discouraging use with ELF.
25901 * configure.in: Don't use libgloss.h for ELF targets.
25902 Always use_collect2 on a.out targets.
25903
25904 Mon Aug 2 16:27:42 1999 Jim Wilson <wilson@cygnus.com>
25905
25906 * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
25907 (force_to_mode, case ASHIFTRT): Add shiftrt label.
25908
25909 Tue Aug 3 00:45:02 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25910
25911 * loop.c (strength_reduce): When doing biv->giv conversion, update
25912 reg note of NEXT->insn.
25913
25914 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
25915
25916 * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
25917
25918 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
25919
25920 * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
25921 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
25922 Ensure expr.h is included.
25923 * c-typecheck.c (convert_arguments): Ditto.
25924
25925 * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
25926
25927 * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
25928 * config/convex/convex.h: Ditto.
25929 * config/dsp16xx/dsp16xx.h: Ditto.
25930 * config/fx80/fx80.h: Ditto.
25931 * config/gmicro/gmicro.h: Ditto.
25932 * config/i370/i370.h: Ditto.
25933 * config/i386/i386.h: Ditto.
25934 * config/m32r/m32r.h: Ditto.
25935 * config/m68k/m68k.h: Ditto.
25936 * config/m88k/m88k.h: Ditto.
25937 * config/mips/mips.h: Ditto.
25938 * config/pa/pa.h: Ditto.
25939 * config/pyr/pyr.h: Ditto.
25940 * config/tahoe/tahoe.h: Ditto.
25941 * config/we32k/we32k.h: Ditto.
25942
25943 * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
25944 based on arch size.
25945
25946 * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
25947
25948 * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
25949 from comment.
25950
25951 * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
25952
25953 1999-08-02 Richard Henderson <rth@cygnus.com>
25954
25955 * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
25956 for the register spill block.
25957 (m32r_va_arg): New.
25958 * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
25959 (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
25960
25961 * m32r.h (INT8_P): Don't short-cut test with (unsigned).
25962 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
25963 (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
25964
25965 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
25966
25967 * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
25968 MAX_WCHAR_TYPE defined in sparc.h.
25969 * config/sparc/linuxaout.h: Likewise.
25970 * config/sparc/linux64.h: Likewise.
25971 Also default to -mvis if CPU is UltraSPARC.
25972
25973 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
25974
25975 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
25976 (RTX_OK_FOR_OLO10): Likewise.
25977 (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
25978 %lo(), allow it in addresses...
25979 (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
25980 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
25981 does not make sense.
25982 * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
25983 (sparc_output_scratch_registers): New function.
25984 (output_function_prologue, sparc_flat_output_function_prologue): Use
25985 it.
25986 * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
25987 defined.
25988 * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
25989 * configure.in: Add check for .register pseudo-op support in as and
25990 check for offsetable %lo().
25991 * acconfig.h: Add templates for the above checks.
25992 * configure: Regenerate.
25993
25994 1999-08-02 Richard Henderson <rth@cygnus.com>
25995
25996 * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
25997 * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
25998 * sparc/sol2.h (TARGET_DEFAULT): Likewise.
25999
26000 Mon Aug 2 23:46:45 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
26001
26002 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
26003 reg_biv_class.
26004
26005 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
26006
26007 * config/float-sparc.h: New file.
26008 * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
26009 sparc-*-linux-gnu and sparc64-*-linux*.
26010
26011 1999-08-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26012
26013 * rs6000.c (rs6000_va_list): Type is an array.
26014 (rs6000_va_start): Don't doubly adjust for varargs.
26015 (rs6000_va_arg): Evaluate long long GPR adjustment.
26016
26017 Mon Aug 2 16:15:57 1999 David Edelsohn <edelsohn@gnu.org>
26018
26019 * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
26020 -maix64 and -maix32.
26021 (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
26022 LINK_SPEC): Change appropriately.
26023 * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
26024 (u_short_cint_operand): Likewise.
26025 * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
26026 for 64-bit hosts.
26027 * rs6000/t-aix43 (MULTILIB): Change to -m64.
26028
26029 * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
26030
26031 Mon Aug 2 16:15:57 1999 Geoff Keating <geoffk@cygnus.com>
26032
26033 * rs6000/rs6000.c (num_insns_constant_wide): Correct
26034 for type promotion.
26035 (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
26036 (non_add_cint_operand): Likewise.
26037 (logical_operand): Likewise.
26038 (non_logical_cint_operand): Likewise.
26039 (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
26040 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
26041 (rs6000_select_rtx_section): Suppress warning.
26042 (small_data_operand): Suppress warning.
26043 (rs6000_got_register): Suppress warning.
26044 * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
26045 type, so `J' is generally the wrong constraint for a SImode value;
26046 use `L' instead.
26047 (andsi3_internal2): Likewise.
26048 (andsi3_internal3): Likewise.
26049 (iorsi3_internal1): Likewise.
26050 (xorsi3_internal1): Likewise.
26051 (movsi): Likewise.
26052 (movsf_softfloat): Likewise.
26053 (scc insns): Likewise.
26054 (movsi+2): Preserve sign bits of SImode constant.
26055 (floatsidf2_internal+1): Sign-extend SImode constant correctly.
26056 (movdf+1): Sign-extend properly.
26057 (movdi_32+1): Sign-extend properly.
26058 (scc insns): Sign-extend properly.
26059
26060 * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
26061 K, L, and T.
26062
26063 1999-08-02 Richard Henderson <rth@cygnus.com>
26064
26065 * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
26066 -mcpu parsing code.
26067 (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
26068 * alpha.md (all fp insns): Likewise.
26069
26070 1999-08-02 Nick Clifton <nickc@cygnus.com>
26071
26072 * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
26073 already defined.
26074
26075 Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
26076
26077 * pa.c (legitimize_pic_address): Clarify comments. Do not call the
26078 pic_load_label generator directly.
26079 * pa.md (pic_load_label): Clarify comments. Remove modes on operands.
26080 No longer a named pattern.
26081
26082 Mon Aug 2 09:38:10 1999 Nick Clifton <nickc@cygnus.com>
26083
26084 * explow.c (force_reg): Call force_operand if X does not
26085 satisfy general_operand.
26086
26087 Mon Aug 2 01:34:22 1999 Jeffrey A Law (law@cygnus.com)
26088
26089 * fix-header.c (main): When testing for CONTINUED, use string
26090 equality, not pointer equality.
26091
26092 Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
26093
26094 * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
26095
26096 Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
26097
26098 * cse.c (cse_insn): Fix loop which deletes insns after a jump
26099 that has become an unconditional jump.
26100
26101 * m68k.c (output_function_prologue): Fix typo in CPU32 case.
26102 (output_function_epilogue): Similarly.
26103
26104 Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26105
26106 * tree.h (init_dummy_function_start): Declare.
26107
26108 Sun Aug 1 12:55:31 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26109
26110 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
26111 last_expr_type, last_expr_value, block_start_count, block_stack,
26112 stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
26113 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
26114 dynamically in stmt elt of struct function for each function.
26115 (struct nesting): Rename function_call_count elt to n_function_calls,
26116 target_temp_slot_level to block_target_temp_slot_level. All users
26117 changed.
26118 (struct stmt_status): New structure definition.
26119 Add many accessor macros for stmt_status elements which previously
26120 were global variables.
26121 (init_stmt_for_function): Allocate stmt elt for current_function.
26122 Reflect that block_start_count was renamed to
26123 current_block_start_count.
26124 (save_stmt_status, restore_stmt_status): Delete functions.
26125 (preserve_subexpressions_p): Don't access loop_stack when outside
26126 a function.
26127 (expand_start_bindings): Reflect that block_start_count was renamed to
26128 current_block_start_count.
26129 (expand_fixup): Likewise.
26130 (expand_decl): Don't access block_stack when outside a function.
26131 (expand_decl_cleanup): Likewise.
26132 (expand_dcc_cleanup): Likewise.
26133 (expand_dhc_cleanup): Likewise.
26134 (expand_anon_union_decl): Likewise.
26135 (set_file_and_line_for_stmt): New function.
26136 (in_control_zone_p): New function.
26137
26138 * function.h (struct function): Add new elt stmt.
26139 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
26140 case_stack, nesting_stack, nesting_depth, block_start_count,
26141 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
26142 emit_lineno, goto_fixup_chain.
26143 (save_eh_status, restore_eh_status, save_stmt_status,
26144 restore_stmt_status): Delete declarations.
26145 * function.c (push_function_context_to): Don't call save_stmt_status.
26146 (pop_function_context_to): Don't call restore_stmt_status.
26147 * tree.h (in_control_zone_p): Declare.
26148 * rtl.h (set_file_and_line_for_stmt): Declare.
26149
26150 * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
26151 call set_file_and_line_for_stmt.
26152
26153 Thu Jul 31 12:34:45 1999 Joe Buck <jbuck@synopsys.com>
26154
26155 * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
26156 Also update copyright.
26157
26158 Sat Jul 31 11:10:07 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26159
26160 * c-pragma.c: Don't include "except.h".
26161 * emit-rtl.c: Likewise.
26162 * stor-layout.c: Likewise.
26163 * tree.c: Likewise.
26164 * varasm.c: Likewise.
26165
26166 * flow.c: Include "function.h".
26167 * tree.h (init_dummy_function_start): Declare new function.
26168
26169 * except.h (struct eh_status): New structure.
26170 (struct label_node, struct eh_entry): Declare even if tree.h hasn't
26171 been included.
26172 (eh_return_stub_label, ehstack, catchstack, ehqueue,
26173 catch_clauses, false_label_stack, caught_return_label_stack,
26174 protect_list, current_function_ehc): Add accessor macros for the
26175 corresponding fields in current_function->eh; delete declarations
26176 for all items that used to be declared here.
26177 * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
26178 catch_clauses, false_label_stack, caught_return_label_stack,
26179 protect_list, current_function_ehc): Delete variables.
26180 (init_eh_for_function): Allocate current_function->eh.
26181 (save_eh_status, restore_eh_status): Delete functions.
26182
26183 * function.h (struct function): Add fields next_global and eh.
26184 Delete all exception handling related fields.
26185 * function.c (current_function): New variable.
26186 (all_functions): New variable.
26187 (push_function_context_to): Don't allocate a struct function,
26188 use current_function instead. Call init_dummy_function_start when
26189 outside a function. Clear current_function before returning.
26190 (pop_function_context_from): Restore current_function.
26191 Don't free the restored struct function.
26192 (prepare_function_start): New function.
26193 (init_dummy_function_start): New function.
26194 (init_function_start): Break out some code into prepare_function_start
26195 and call it here.
26196
26197 * stmt.c (save_stmt_status): Don't call save_eh_status.
26198 (restore_stmt_status): Don't call restore_eh_status.
26199
26200 * Makefile.in: Update dependencies.
26201
26202 Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
26203
26204 * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
26205 of depending on a magic constant value. Update comments.
26206 (hppa_expand_prologue): Similarly.
26207
26208 * pa.md (reload_indi, reload_outdi): Allow any register for the
26209 original reload register.
26210
26211 Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
26212
26213 * cccp.c (print_help): Change marcos to macros.
26214
26215 1999-07-30 Richard Henderson <rth@cygnus.com>
26216
26217 * c-typeck.c (initializer_constant_valid_p): Move ...
26218 * c-common.c (initializer_constant_valid_p): ... here. Use
26219 FOO_TYPE_P instead of tests against TREE_CODE. Allow subtraction
26220 of label addresses.
26221 * c-common.h (initializer_constant_valid_p): Declare.
26222 * c-tree.h (initializer_constant_valid_p): Remove.
26223
26224 Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
26225
26226 * config/i386/sol2-c1.asm: Align the stack.
26227 * config/i386/sol2-gc1.asm: Likewise.
26228
26229 1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
26230
26231 * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
26232 -Asparclite for sparc86x.
26233 (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
26234 sparc86x.
26235 (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
26236
26237 Fri Jul 30 14:53:56 1999 Jakub Jelinek <jj@ultra.linux.cz>
26238
26239 * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
26240 the user if using the non-default arch size in BI_ARCH configuration.
26241 * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
26242
26243 * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
26244 Fix patterns so that they actually match.
26245 (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
26246 (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
26247 (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
26248 TARGET_HARD_MUL32.
26249 (mulsidi3): Reflect this in the expand.
26250 (smulsi3_highpart): Only on TARGET_ARCH32.
26251 (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
26252 (const_umulsidi3_sp32): Renamed from const_umulsidi3.
26253 (umulsidi3): Reflect this in the expand.
26254 (umulsi3_highpart): Only on TARGET_ARCH32.
26255 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
26256 don't require g0 to be zero.
26257 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
26258 ({,u}divsi3): New expands.
26259 ({,u}divsi3_sp64): New patterns.
26260 (after lshrdi3_v8plus): Four new patterns to help combiner
26261 optimizing nested mixed mode shifts.
26262
26263 * config/sparc/sparc.c (sparc_override_options): Use deprecated
26264 v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
26265 speed things up. Don't use them by default on plain v9 in 64bit
26266 mode, according to what SPAMv9 sais.
26267
26268 * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
26269 top 32 bits of %[og][0-7] in signal handlers.
26270 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
26271
26272 Fri Jul 30 03:00:41 1999 Jeffrey A Law (law@cygnus.com)
26273
26274 * pa.md (zvdep_imm32): Renamed from zvdep_imm.
26275 (ashlsi3): Corresponding changes.
26276
26277 * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
26278
26279 Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
26280
26281 * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
26282
26283 Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26284
26285 * arm.h (Hint): Delete macro.
26286 Substitute HOST_WIDE_INT for Hint in some prototypes.
26287 * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
26288
26289 Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com>
26290
26291 * builtins.c (expand_builtin_setjmp): Use force_operand to
26292 make sure that the buffer address is in a suitable form to be
26293 passed to force_reg.
26294
26295 Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
26296
26297 * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
26298 them here.
26299
26300 Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
26301
26302 * pa.md (indirect_jump): Remove mode from match_operand. Verify
26303 proper mode in the condition string.
26304 (icacheflush, dcacheflush): Remove modes from match_operands.
26305
26306 * pa.c (emit_move_sequence): Always convert scratch_reg to the
26307 proper mode before using it.
26308
26309 * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
26310 pair.
26311
26312 * pa.c (store_reg): Do not call add_high_const generator directly.
26313 (load_reg, set_reg_plus_d): Likewise.
26314 * pa.md (add_high_const): No longer a named pattern.
26315
26316 * pa.c (legitimize_address): Consistently use Pmode rather than
26317 SImode. Do not call gen_pic2_highpart directly anymore.
26318 * pa.md (pic2_highpart): No longer a named pattern.
26319 (pic2_lo_sum): Similarly. Reformat to make more readable.
26320
26321 * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
26322 needed.
26323
26324 * README: Update.
26325
26326 Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26327
26328 * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
26329
26330 Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
26331
26332 * pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
26333 and tag the spill mems.
26334 (hppa_va_start): New.
26335 (hppa_va_arg): New.
26336 * pa.h (EXPAND_BUILTIN_VA_START): New.
26337 (EXPAND_BUILTIN_VA_ARG): New.
26338
26339 Wed Jul 28 11:22:21 1999 Richard Henderson <rth@cygnus.com>
26340
26341 * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
26342 and tag the spill mems.
26343 (mn10300_va_start): New.
26344 (mn10300_va_arg): New.
26345 * mn10300.h (EXPAND_BUILTIN_VA_START): New.
26346 (EXPAND_BUILTIN_VA_ARG): New.
26347
26348 Wed Jul 28 11:20:19 1999 Richard Henderson <rth@cygnus.com>
26349
26350 * mn10200.c (mn10200_va_arg): New.
26351 * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
26352
26353 Wed Jul 28 11:19:06 1999 Richard Henderson <rth@cygnus.com>
26354
26355 * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
26356 rather than play with TREE_INT_CST_LOW.
26357
26358 1999-07-27 Philip Blundell <pb@nexus.co.uk>
26359
26360 * config/arm/telf.h: Include dbxelf.h.
26361 (CPP_PREDEFINES): Only define if not already defined.
26362 (ASM_IDENTIFY_GCC): Likewise.
26363 (SUBTARGET_EXTRA_SECTIONS): Likewise.
26364 (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
26365 * config/arm/thumb.h (LINK_SPEC): Only define if not already
26366 defined.
26367 (DBX_DEBUGGING_INFO): Don't define.
26368 * config/arm/linux-telf.h: New file.
26369 * config/arm/linux-tgas.h: New file.
26370 * config/arm/t-thumb-linux: New file.
26371 * config/arm/uclinux-elf.h: New file.
26372 * config/arm/uclinux-telf.h: New file.
26373 * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
26374 thumb-*-uclinux): New targets.
26375 * configure: Regenerate.
26376
26377 Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com)
26378
26379 * pa.md (post_store, pre_load): New expanders.
26380 (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
26381 (post_ldwm, pre_stwm): Make these unnamed patterns since we never
26382 need to directly generate RTL for them.
26383 * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
26384 changes.
26385
26386 Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org>
26387
26388 * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
26389 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
26390 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
26391 (secndary_reload_class): Make TARGET_ELF conditional compile.
26392 (print_operand_address): Similar.
26393 (output_toc): Print all values as hex.
26394 (get_issue_rate): Rearrange and add RS64A and PPC630.
26395 * rs6000.h (processor_type): Add RS64A and PPC630.
26396 (PROCESSOR_POWERPC64): New.
26397 (PROMOTE_MODE): Use word_mode.
26398 (RTX_COSTS): Add RS64A and PPC630.
26399 * rs6000.md (scheduling information): Add lmul and ldiv
26400 representing 64-bit integer multiply and divide. Add rs64a and
26401 PPC630 information.
26402 (ashldi3): Add support for "rldic" instruction.
26403 * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
26404
26405 Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com>
26406
26407 * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
26408 instead of V8 for sparclite86x in cpu_table.
26409
26410 Tue Jul 27 17:49:42 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26411
26412 * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
26413 output_file_directive.
26414
26415 Tue Jul 27 03:15:33 1999 Jason Merrill <jason@yorick.cygnus.com>
26416
26417 * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
26418 tree for op1, not the rtl.
26419
26420 Tue Jul 27 00:18:34 1999 Richard Henderson <rth@cygnus.com>
26421
26422 * m88k.c (m88k_builtin_saveregs): Break out the constructor code
26423 to m88k_va_start, leaving only the register spill.
26424 (m88k_build_va_list): New.
26425 (m88k_va_start): New.
26426 (m88k_va_arg): New.
26427 * m88k.h (BUILD_VA_LIST_TYPE): New.
26428 (EXPAND_BUILTIN_VA_START): New.
26429 (EXPAND_BUILTIN_VA_ARG): New.
26430
26431 Mon Jul 26 19:07:11 1999 Geoff Keating <geoffk@cygnus.com>
26432
26433 * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
26434 Rename from expand_builtin_saveregs.
26435 * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
26436
26437 Mon Jul 26 22:52:47 1999 Richard Henderson <rth@cygnus.com>
26438
26439 * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
26440 for the register spill block.
26441 (i960_build_va_list): New.
26442 (i960_va_start): New.
26443 (i960_va_arg): New.
26444 * i960.h (BUILD_VA_LIST_TYPE): New.
26445 (EXPAND_BUILTIN_VA_START): New.
26446 (EXPAND_BUILTIN_VA_ARG): New.
26447 * i960.md (store_multiple): Use change_address on individul mems.
26448
26449 Mon Jul 26 22:43:12 1999 Richard Henderson <rth@cygnus.com>
26450
26451 * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
26452 an ARRAY_TYPE.
26453 (std_expand_builtin_va_start): Back out one word if !stdarg_p.
26454 (expand_builtin_va_end): Evaluate arg for side effects.
26455 * c-common.c (c_common_nodes_and_builtins): Construct a
26456 va_list_arg_type_node to handle array decomposition to pointer.
26457
26458 Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
26459
26460 * except.c (st_dynamic_cleanup): Use force_operand on the
26461 buffer's address.
26462
26463 Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
26464
26465 * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
26466 * c4x.c (c4x_va_arg): New.
26467
26468 Mon Jul 26 12:30:09 1999 Jason Merrill <jason@yorick.cygnus.com>
26469
26470 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
26471 has manual_pop set.
26472
26473 1999-07-26 Nathan Sidwell <nathan@acm.org>
26474
26475 * eh-common.h (__eh_matcher): Prototype correctly.
26476
26477 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk>
26478
26479 * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
26480 (TARGET_SINGLE_PIC_BASE): Likewise.
26481 (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
26482 definitions.
26483 (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
26484 (TARGET_SWITCHES): Add -m{no-}single-pic-base.
26485 (TARGET_OPTIONS): Add -mpic-register=N.
26486 (OUTPUT_INT_ADDR_CONST): New macro.
26487 (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
26488 LEGITIMATE_PIC_OPERAND_P): Likewise.
26489 (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
26490 (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
26491 output_addr_const directly.
26492 (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
26493 ARM port.
26494 (thumb_pic_register, thumb_pic_register_string): Declare.
26495
26496 * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
26497 from arm.c.
26498 (label_mentioned_p): New function: Imported from arm.c.
26499 (legitimize_pic_address): New function: Imported from arm.c.
26500 (is_pic):New function: Imported from arm.c.
26501 (thumb_finalize_pic):New function: Imported from arm.c.
26502 (add_constant): Cope with PIC constants.
26503 (fixit): Cope with PIC constants.
26504 (output_return): Do not treat the PIC register as live if
26505 TARGET_SINGLE_PIC_BASE is true.
26506 (thumb_function_prologue): Do not treat the PIC register as live if
26507 TARGET_SINGLE_PIC_BASE is true.
26508 (thumb_expand_prologue): Do not treat the PIC register as live if
26509 TARGET_SINGLE_PIC_BASE is true.
26510 (thumb_unexpand_epilogue): Do not treat the PIC register as live if
26511 TARGET_SINGLE_PIC_BASE is true.
26512 (thumb_print_operand): Accept '|'.
26513 (thumb_override_options): Process PIC options.
26514
26515 * config/arm/thumb.md (movsi): Support PIC.
26516 (call_insn): Change "i" constraint to "X".
26517 (call_value_insn): Likewise.
26518 (consttable_4, consttable_8, consttable_end): Set and clear
26519 "making_const_table" as appropriate.
26520 (pic_load_addr, pic_add_dot_plus_four): New insns.
26521
26522 * invoke.texi (Thumb Options): Fix spelling. Document new
26523 options -msingle-pic-base and -mpic-register=.
26524
26525 1999-07-26 Andrew Haley <aph@cygnus.com>
26526
26527 * config/m32r/initfini.c (__init): Use a full word immediate for
26528 __fini: this allows it to be placed in any memory region.
26529
26530 * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
26531 -mmodel=medium. This is OK for all memory models.
26532
26533 Mon Jul 26 11:58:46 1999 Nick Clifton <nickc@cygnus.com>
26534
26535 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
26536 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
26537
26538 Mon Jul 26 10:23:36 1999 Nick Clifton <nickc@cygnus.com>
26539
26540 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
26541 defined.
26542
26543 * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
26544
26545 Sun Jul 25 23:51:59 1999 Richard Henderson <rth@cygnus.com>
26546
26547 * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
26548 (BUILD_VA_LIST_TYPE): New.
26549 (EXPAND_BUILTIN_VA_START): New.
26550 (EXPAND_BUILTIN_VA_ARG): New.
26551 * i860.c (output_delayed_branch): Disable.
26552 (output_delay_insn): Likewise.
26553 (i860_saveregs): New.
26554 (i860_build_va_list): New.
26555 (i860_va_start): New.
26556 (i860_va_arg): New.
26557 * i860.md: Disable all peepholes using output_delayed_branch.
26558 * i860/sysv4.h (I860_SVR4_VA_LIST): New.
26559
26560 Sun Jul 25 23:44:13 1999 Richard Henderson <rth@cygnus.com>
26561
26562 * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
26563 (BUILD_VA_LIST_TYPE): New.
26564 (EXPAND_BUILTIN_VA_START): New.
26565 (EXPAND_BUILTIN_VA_ARG): New.
26566 * clipper.c (clipper_builtin_saveregs): Only dump registers.
26567 Return the address of the save area.
26568 (clipper_build_va_list): New.
26569 (clipper_va_start): New.
26570 (clipper_va_arg): New.
26571
26572 Sun Jul 25 22:56:47 1999 Richard Henderson <rth@cygnus.com>
26573
26574 * arc.h (EXPAND_BUILTIN_VA_START): New.
26575 (EXPAND_BUILTIN_VA_ARG): New.
26576 * arc.c (arc_setup_incoming_varargs): Set alias set of
26577 varargs save area.
26578 (arc_va_start): New.
26579 (arc_va_arg): New.
26580
26581 Sun Jul 25 22:45:55 1999 Richard Henderson <rth@cygnus.com>
26582
26583 * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
26584 (BUILD_VA_LIST_TYPE): New.
26585 (EXPAND_BUILTIN_VA_START): New.
26586 (EXPAND_BUILTIN_VA_ARG): New.
26587 * alpha.c (alpha_builtin_saveregs): Delete.
26588 (alpha_build_va_list): New.
26589 (alpha_va_start): New.
26590 (alpha_va_arg): New.
26591
26592 Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com)
26593
26594 * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
26595 column zero.
26596 (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
26597 (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
26598
26599 * gcc.texi: More changes related to list conversion.
26600 * invoke.texi: Likewise.
26601
26602 Sun Jul 25 18:15:39 1999 Richard Henderson <rth@cygnus.com>
26603
26604 * builtins.c (expand_builtin_saveregs): Remove static, remove exp
26605 and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
26606 (expand_builtin_next_arg): Accept ARGLIST not EXP.
26607 (stabilize_va_list): New function.
26608 (std_expand_builtin_va_start): New function.
26609 (expand_builtin_va_start): New function.
26610 (get_varargs_alias_set): New function.
26611 (std_expand_builtin_va_arg): New function.
26612 (expand_builtin_va_arg): New function.
26613 (expand_builtin_va_end): New function.
26614 (expand_builtin_va_copy): New function.
26615 (expand_builtin): Call them.
26616 * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
26617 __builtin_{varargs_start,stdarg_start,end,copy}.
26618 (build_va_arg): New function.
26619 * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
26620 (build_va_arg): Declare.
26621 * c-decl.c (ptr_type_node, va_list_type_node): New.
26622 * c-parse.gperf (__builtin_va_arg): New.
26623 * c-parse.in (VA_ARG): New token.
26624 (unary_expr): Recognize it.
26625 * expr.c (expand_expr): Expand VA_ARG_EXPR.
26626 * expr.h (std_expand_builtin_va_start): Declare.
26627 (std_expand_builtin_va_arg): Declare.
26628 (expand_builtin_va_arg): Declare.
26629 (get_varargs_alias_set): Declare.
26630 * tree.def (VA_ARG_EXPR): New.
26631 * tree.h (BUILT_IN_VARARGS_START): New.
26632 (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
26633 (ptr_type_node, va_list_type_node): Declare.
26634 * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
26635 * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
26636 * m88k.h, m88k.c: Likewise.
26637 * mn10300.h, mn10300.c: Likewise.
26638 * pa.h, pa.c: Likewise.
26639 * rs6000.h, rs6000.c: Likewise.
26640 * sh.h, sh.c: Likewise.
26641 * sparc.h, sparc.c: Likewise.
26642
26643 * emit-rtl.c (operand_subword): Copy alias set.
26644 (change_address): Likewise.
26645
26646 Sun Jul 25 15:04:37 1999 Jeffrey A Law (law@cygnus.com)
26647
26648 * pa.c (compute_frame_size): Scan all the used callee saved registers,
26649 not just the first one.
26650
26651 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk>
26652
26653 * config/arm/arm.h (TARGET_SWITCHES): Add
26654 -m{no-}single-pic-base. Correct help string for -mshort-load-words.
26655 (TARGET_OPTIONS): Add -mpic-register=.
26656 (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
26657 (arm_pic_register_string): Declare.
26658 (NEED_PLT_GOT): Delete, replace with ...
26659 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. New macros.
26660 (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
26661 (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
26662 * config/arm/arm.c (arm_override_options): Add new option
26663 -mpic-register=N.
26664 (arm_pic_register_string): New variable.
26665 (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
26666 (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
26667 register as never live. Use NEED_PLT_RELOC not NEED_PLT_GOT.
26668 (output_return_instruction): Likewise.
26669 * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
26670 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. Define to flag_pic.
26671 * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
26672
26673 * invoke.texi (ARM Options): Fix spelling. Remove duplicate
26674 mention of -msched-prolog. Document new options -msingle-pic-base
26675 and -mpic-register=.
26676
26677 Thu Jul 22 18:23:56 1999 Richard Henderson <rth@cygnus.com>
26678
26679 * haifa-sched.c (reemit_notes): Tidy.
26680 * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
26681 haifa's routine.
26682
26683 Thu Jul 22 18:21:04 1999 Richard Henderson <rth@cygnus.com>
26684
26685 * explow.c (trunc_int_for_mode): New function.
26686 (plus_constant_wide): Use it.
26687 * combine.c (simplify_and_const_int): Likewise.
26688 (merge_outer_ops): Likewise.
26689 (simplify_shift_const): Likewise.
26690 * cse.c (simplify_unary_operation): Likewise.
26691 (simplify_binary_operation): Likewise.
26692 * emit-rtl.c (operand_subword): Likewise.
26693 * rtl.h: Declare it.
26694
26695 Thu Jul 22 14:34:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26696
26697 * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
26698 (use NUM_REGS instead of NUM_INTS).
26699
26700 Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26701
26702 * builtins.c: New file.
26703 * expr.c (saveregs_value, apply_args_value): Delete definition,
26704 moved into builtins.c.
26705 (string_constant): No longer static.
26706 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
26707 apply_args_size, apply_result_size, result_vector,
26708 expand_builtin_apply_args, expand_builtin_apply,
26709 expand_builtin_return): Delete functions, moved into builtins.c.
26710 (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
26711 * expr.h (saveregs_value, apply_args_value): Declare variables.
26712 (expand_builtin, string_constant): Declare functions.
26713 * Makefile.in: Update to build builtin.o.
26714
26715 Wed Jul 21 00:46:58 1999 Mark P. Mitchell <mark@codesourcery.com>
26716
26717 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
26718 * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
26719 * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
26720 start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
26721 false.
26722 * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
26723 Define to zero.
26724
26725 1999-07-21 Michael Meissner <meissner@cygnus.com>
26726
26727 * print-rtl.c (print_rtx): Print the names of the virtual
26728 registers.
26729
26730 Wed Jul 21 16:00:32 1999 Nick Clifton <nickc@cygnus.com>
26731
26732 * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
26733 introduced in previous delta.
26734
26735 Wed Jul 21 14:30:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26736
26737 * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
26738 to avoid name clash.
26739
26740 Wed Jul 21 08:39:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
26741
26742 * c-lex.c (yylex) : Correct the test for overflow when lexing
26743 integer literals.
26744
26745 Tue Jul 20 18:02:42 1999 Richard Henderson <rth@cygnus.com>
26746
26747 * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
26748 (adjust_priority): Always call ADJUST_PRIORITY.
26749 (schedule_insn): Only put insns into the ready at cost 0.
26750 (schedule_block): Remove redundant initial sort. Give clock_var
26751 and can_issue_more to MD_SCHED_REORDER. Requeue if hazard cost
26752 is not 0.
26753 * tm.texi (MD_SCHED_REORDER): Update docs.
26754
26755 * sparc.h (MD_SCHED_REORDER): Update. Set CAN_ISSUE_MORE.
26756 * sparc.c (ultra_reorder_called_this_block): Delete.
26757 (ultrasparc_sched_init): Don't set it.
26758 (ultrasparc_sched_reorder): Don't check it.
26759
26760 Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com>
26761
26762 * rs6000.h (struct rs6000_args): Add sysv_gregno.
26763 * rs6000.c (init_cumulative_args): Init sysv_gregno.
26764 (function_arg_boundary): Align DFmode.
26765 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
26766 to get fp reg and stack overflow correct.
26767 (function_arg): Likewise.
26768 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
26769 (setup_incoming_varargs): Restructure for ABI_V4; use
26770 function_arg_advance to skip final named argument.
26771 (expand_builtin_saveregs): Properly unskip the last integer arg
26772 when doing varargs. Adjust overflow location calculation.
26773
26774 * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
26775 explicitly unsigned.
26776 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
26777 (__VA_GP_REGSAVE): Similarly.
26778 (__va_longlong_p): Delete.
26779 (__va_arg_type_violation): New declaration.
26780 (va_arg): Restructure. Flag promotion errors. Align double.
26781 TFmode passed by reference.
26782
26783 * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
26784 in the HOST_BITS_PER_WIDE_INT > 32 case.
26785
26786 Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
26787
26788 * dwarf2out.c (output_abbrev_section): Terminate with a zero.
26789
26790 Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
26791
26792 * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
26793 * toplev.c (documented_lang_options): Add -fpreprocessed.
26794 * cpplib.h (struct cpp_buffer): Add preprocessed.
26795 * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
26796 (cpp_start_read): Don't expand macros or emit an initial #line
26797 directive if -fpreprocessed.
26798
26799 Tue Jul 20 12:12:09 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
26800
26801 * cpplib.h (struct cpp_buffer): Added manual_pop for
26802 better C++ tokenization.
26803 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
26804 Also, support C++ tokenization for ->*, .*, <?, and >? operators.
26805 * c-common.c (cpp_token): Make non-static.
26806
26807 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26808
26809 * c-common.h: New file.
26810 * c-common.c (permanent_obstack): Delete unused declaration.
26811 (c_global_trees): New array.
26812 (c_common_nodes_and_builtins): New function; split off common code
26813 from init_decl_processing in both c-decl.c and cp/decl.c.
26814 * c-tree.h: Delete lots of declarations of tree nodes; replaced by
26815 c_global_trees and accessor macros defined in c-common.h.
26816 Include c-common.h.
26817 * c-decl.c: Delete definitions for tree nodes that were replaced by
26818 c_global_trees.
26819 (init_decl_processing): Build void_list_node.
26820 Call c_common_nodes_and_builtins; delete code to generate the common
26821 builtins here.
26822 * objc/objc-act.c (build_module_descriptor): Rename variable
26823 void_list_node to avoid clash with c-common.h.
26824
26825 * Makefile.in: Update dependencies.
26826 * objc/Make-lang.in: Likewise.
26827
26828 Mon Jul 19 14:22:18 1999 Mark P. Mitchell <mark@codesourcery.com>
26829
26830 * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
26831 (UNIQUE_SECTION_P): Likewise.
26832 (UNIQUE_SECTION): Likewise.
26833
26834 1999-07-19 Linas Vepstas <linas@linas.org>
26835
26836 * config/i370/README: New file.
26837 * config/i370/linux.h: New file.
26838 * config/i370/mvs.h: New file.
26839 * config/i370/oe.h: New file.
26840 * config/i370/t-linux: New file.
26841 * config/i370/t-mvs: New file.
26842 * config/i370/t-oe: New file.
26843 * config/i370/x-oe: New file.
26844 * config/i370/xm-linux.h: New file.
26845 * config/i370/xm-mvs.h: New file.
26846 * config/i370/xm-oe.h: New file.
26847
26848 * i370.c (label_node_t): Add first_ref_page, label_addr,
26849 label_first_ref, label_last_ref members.
26850 (mvs_need_base_reload): Renamed from mvs_label_emitted.
26851 (MAX_MVS_LABEL_SIZE): Define.
26852 (MAX_LONG_LABEL_SIZE): Define.
26853 (alias_node_t, alias_anchor, alias_number): New.
26854 (mvs_function_table): Reorder for EBCDIC.
26855 (ascebc, ebcasc): Unconditionally define.
26856 (i370_branch_dest, i370_branch_length): New functions.
26857 (i370_short_branch, i370_label_scan): New functions.
26858 (mvs_get_label): Renamed from mvs_add_label. Search for
26859 an existing label before creating a new one.
26860 (mvs_add_label): New function.
26861 (mvs_get_label_page): New function.
26862 (mvs_free_label_list): Renamed from mvs_free_label. Iterate
26863 over the entire list.
26864 (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
26865 (mvs_check_page) [TARGET_ELF_ABI]: New function.
26866 (mvs_add_alias, mvs_need_alias): New functions.
26867 (mvs_get_alias, mvs_check_alias): New functions.
26868 (handle_pragma): New function.
26869 (mvs_function_check): New function.
26870 (unsigned_jump_follows_p): Search harder.
26871 (i370_function_prolog) [TARGET_HLASM]: Handle LE370. Scan labels.
26872 (i370_function_prolog) [TARGET_ELF_ABI]: New function.
26873 * i370.h (TARGET_VERSION): Delete.
26874 (CPP_SPEC, CPP_PREDEFINES): Delete.
26875 (mvs_label_emitted): Delete.
26876 (TARGET_EBCDIC): Delete.
26877 (MAP_CHARACTER): Define only if TARGET_EBCDIC.
26878 (HANDLE_PRAGMA): Define.
26879 (HARD_REGNO_NREGS): Handle complex modes.
26880 (HARD_REGNO_MODE_OK): Likewise.
26881 (CLASS_MAX_NREGS): Likewise.
26882 (RET_REG): Likewise.
26883 (EXTRA_CONSTRAINT): Define.
26884 (RETURN_IN_MEMORY): True for DImode.
26885 (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
26886 (FUNCTION_PROFILER): Delete.
26887 (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
26888 (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
26889 (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
26890 (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
26891 (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
26892 (ASM_FILE_START): Add "RMODE ANY".
26893 (ASM_OUTPUT_EXTERNAL): Check for aliases.
26894 (ASM_GLOBALIZE_LABEL): Likewise.
26895 (ASM_OUTPUT_LABELREF): Likewise.
26896 (ASM_OUTPUT_COMMON): Likewise.
26897 (PRINT_OPERAND): Handle 'K', 'W', default.
26898 (PRINT_OPERAND_ADDRESS): New.
26899 (Lots of defines): Add support for TARGET_ELF_ABI.
26900 * i370.md (attr length): New. Define for all patterns.
26901 (*): Lots of tweeks to assembly output and constraints.
26902
26903 Mon Jul 19 15:09:29 1999 David Edelsohn <edelsohn@gnu.org>
26904
26905 * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
26906 Disable patterns performing SImode comparisons with SImode values
26907 if TARGET_POWERPC64 and instruction does not sign-extend or does
26908 not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
26909 differ for signed quantities.
26910 (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
26911 (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
26912 (decrement_and_branch_on_count): Add 64-bit variant.
26913
26914 Mon Jul 19 09:36:27 1999 Bernd Schmidt <bernds@cygnus.co.uk>
26915
26916 * final.c (output_asm_insn): When searching for the matching string
26917 for a given dialect, don't run past the end of the list of
26918 alternatives if there are fewer alternatives in the template than
26919 dialects.
26920
26921 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
26922
26923 * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
26924 Removed paragraph about compression of files and size limitation,
26925 duplicated in the FAQ. Use gcc-patches for posting patches.
26926 * gcc.c (main): Updated URL with bug reporting instructions to
26927 gcc.gnu.org. Removed e-mail address.
26928 * system.h (abort): Likewise.
26929
26930 1999-07-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26931
26932 * Makefile.in (stmp-multilib-sub): Make the files extracted
26933 from $(LIBGCC1) writable.
26934
26935 Sat Jul 17 14:25:46 1999 Nick Clifton <nickc@cygnus.com>
26936
26937 * config/arm/aout.h: Reformat for improved readability.
26938
26939 * config/arm/arm.h: Reformat for improved readability.
26940 Replace uses of fprintf with asm_fprintf where appropriate.
26941 (ARM_DECLARE_FUNCTION_NAME): New macro: Perform any generic ARM
26942 function declaration assembler actions.
26943 (NUM_INTS): New macro: Convert from bytes to words.
26944 (NUM_REGS): New macro: Compute number of registers required to
26945 hold a quanitity of tyep MODE.
26946 (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
26947 types.
26948 (NUM_ARG_REGS): New macro: The number of argument registers
26949 available.
26950 (ARG_REGISTER): New macro: Compute the register number of the Nth
26951 argument register.
26952 (LAST_ARG_REGNUM): New macro: The number of the last argument
26953 register.
26954 (SP_REGNUM): New macro: Register number of the stack pointer.
26955 (FP_REGNUM): New macro: Register number of the frame pointer.
26956 (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
26957 FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
26958 CUMULATIVE_ARGS so that it counts registers not bytes.
26959
26960 * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
26961 TARGET_INTERWORK.
26962 Replace uses of fprintf with asm_fprintf where appropriate.
26963 (output_ascii_pseudo_op): Replace with version from thumb.c
26964
26965 * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
26966
26967 * config/arm/elf.h (CPP_PREDEFINES): Replace with
26968 SUBTARGET_CPP_SPEC.
26969 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
26970 (ASM_FILE_START): Emit ASM_APP_OFF.
26971
26972 Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
26973
26974 * pa.c (compute_frame_size): Round frame according to
26975 STACK_BOUNDARY rather than a hardwired value.
26976
26977 * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
26978
26979 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
26980 of "1".
26981 * configure: Rebuilt.
26982
26983 * configure.in (hppa*-*-linux*): New configuration.
26984 * configure: Rebuilt.
26985 * pa.h (MAX_OFILE_ALIGNMENT): Delete.
26986 * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
26987 * pa/pa-linux.h: New file.
26988 * pa/t-linux: New file.
26989 * pa/xm-linux.h: New file.
26990
26991 * pa.c (hppa_legitimize_address): Change references from SImode to
26992 either Pmode or word_mode as appropriate.
26993 (emit_move_sequence, store_reg, load_reg): Likewise.
26994 (set_reg_plus_d, hppa_expand_prologue): Likewise.
26995 (output_mul_insn): Likewise.
26996 * pa.h (PROMOTE_MODE): Likewise.
26997 (INITIALZE_TRAMPOLINE): Likewise.
26998 (Pmode): Define to word_mode.
26999
27000 * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
27001 value of 4. Allocate 8 bytes for each FP register save.
27002 (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
27003 value of 4.
27004 (hppa_expand_prologue): Likewise.
27005 * pa.h (PROMOTE_MODE): Likewise.
27006 (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
27007 (FUNCTION_ARG_BOUNDARY): Likewise.
27008
27009 * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
27010
27011 * pa.c (out_of_line_prologue_epilogue): Delete.
27012 (override_options): Remove -mspace related code.
27013 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
27014 (compute_frame_size): Only allocate space for register that
27015 actually need to be saved.
27016 * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
27017 (TARGET_SWITCHES): Remove -mspace, -mno-space
27018 * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
27019 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise. Remove -mspace multilib.
27020 * pa/ee.asm, pa/ee_fp.asm: Delete.
27021
27022 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
27023
27024 * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
27025 directive in column zero.
27026
27027 Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
27028
27029 * m68k.c (output_function_prologue): Fix computation of save mask
27030 when generating PIC code.
27031
27032 Thu Jul 15 15:40:09 1999 Jim Wilson <wilson@cygnus.com>
27033
27034 * tree.c (build_type_attribute_variant): Move current_obstack restore
27035 after build_qualified_type call.
27036
27037 1999-07-15 Mark Mitchell <mark@codesourcery.com>
27038
27039 * configure.in: Use t-iris6, even with GNU LD.
27040 * config/mips/iris6gld.h: Fix typo in linker spec.
27041 * config/mips/t-iris6gld: Remove.
27042
27043 Thu Jul 15 15:15:43 1999 David Edelsohn <edelsohn@gnu.org>
27044
27045 * rs6000.md (insv, extzv): Remove SImode dependence in named
27046 patterns. Explicitly generate DImode RTL if PowerPC64 and
27047 operand is DImode.
27048 (insvdi): Reverse start and size in instruction template.
27049
27050 1999-07-12 Joseph S. Myers <jsm28@cam.ac.uk>
27051
27052 * invoke.texi: Typo fixes.
27053
27054 Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com)
27055
27056 * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
27057 handle at this time instead of silently generating incorrect code.
27058 (gen_imagpart): Likewise.
27059
27060 * reload.c (find_reloads): Emit a USE for a pseudo register without
27061 a hard register if we could not create an optional reload for the
27062 pseudo.
27063
27064 Wed Jul 14 23:45:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27065
27066 * c-typeck.c (output_init_element, process_init_element):
27067 When advancing constructor_unfilled_fields for a RECORD_TYPE,
27068 check for nameless bit fields.
27069
27070 Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com>
27071
27072 * regclass.c (scan_one_insn): Notice subregs that change the
27073 size of their operand.
27074 (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
27075
27076 Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com)
27077
27078 * configure.in (alpha*-*-*): Include alpha/t-ieee.
27079 * configure: Rebuilt.
27080 * alpha/t-ieee: New file.
27081
27082 Tue Jul 13 10:45:58 1999 Jeffrey A Law (law@cygnus.com)
27083
27084 * rs6000.c (find_addr_reg): Do not select r0 as an address
27085 register.
27086
27087 Tue Jul 13 00:46:18 1999 Philippe De Muyter <phdm@macqel.be>
27088
27089 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
27090
27091 Mon Jul 12 14:29:15 1999 Jeffrey A Law (law@cygnus.com)
27092
27093 * rs6000.md (movsf): Do not force easy FP constants into memory.
27094
27095 * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
27096 immed_double_const to ensure they are properly truncated then
27097 sign extended.
27098
27099 Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
27100
27101 * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
27102 always unless NO_DEBUG is used. Compile this code
27103 unconditionally.
27104 (replace_symbols_in_block): Compile it unconditionally.
27105
27106 Sun Jul 11 12:32:32 1999 Jeffrey A Law (law@cygnus.com)
27107
27108 * configure.in (i?86-*-elf*): New target.
27109 * configure: Rebuilt.
27110 * i386/i386elf.h, i386/t-i386elf: New files.
27111
27112 Fri Jul 9 22:39:44 1999 Jason Merrill <jason@yorick.cygnus.com>
27113
27114 * toplev.c (main): Don't complain about saying -gdwarf.
27115 (rest_of_compilation): Remove redundant code.
27116
27117 Fri Jul 9 19:08:55 1999 Jim Wilson <wilson@cygnus.com>
27118
27119 * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
27120
27121 Fri Jul 9 18:54:18 1999 Felix Lee <flee@cygnus.com>
27122
27123 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
27124 "Li960R:", to avoid name clash.
27125
27126 Fri Jul 9 10:48:28 1999 Bernd Schmidt <bernds@cygnus.co.uk>
27127
27128 * loop.c (check_dbra_loop): When reversing a loop, delete all
27129 REG_EQUAL notes referencing the reversed biv except those which are
27130 for a giv based on it.
27131
27132 Fri Jul 9 03:51:52 1999 Jeffrey A Law (law@cygnus.com)
27133
27134 * version.c: Drop "gcc-" prefix from version #.
27135
27136 Thu Jul 8 18:06:30 1999 Jason Merrill <jason@yorick.cygnus.com>
27137
27138 * dwarf2out.c (dwarf2out_line): Emit a line number comment after
27139 the label if we're being verbose.
27140
27141 Thu Jul 8 14:18:46 1999 Richard Henderson <rth@cygnus.com>
27142
27143 * m68k.c (output_function_prologue): Add pic register to mask
27144 if live and flag_pic.
27145 (output_function_epilogue): Likewise.
27146
27147 Thu Jul 8 12:55:12 1999 Jeffrey A Law (law@cygnus.com)
27148
27149 * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
27150 directives in column zero.
27151
27152 * pa/elf.h (ASM_FILE_START): Define.
27153 * pa/som.h (ASM_FILE_START): Include .level directives.
27154 * pa/hpux10.h (ASM_FILE_START): Delete.
27155 * pa/hpux11.h (ASM_FILE_START): Delete.
27156
27157 * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
27158
27159 Thu Jul 8 18:03:19 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27160
27161 * reload1.c (choose_reload_regs): Never call remove_adress_replacements
27162 when reload_out equals reload_in.
27163
27164 Thu Jul 8 16:50:14 1999 Nick Clifton <nickc@cygnus.com>
27165
27166 * invoke.texi (Spec Files): New node: Describe the contents of
27167 spec files.
27168
27169 Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com>
27170
27171 * invoke.texi (DEC Alpha Options): Put @end table at
27172 beginning of line, to avoid confusing texi2html.
27173
27174 Thu Jul 8 09:22:06 1999 Nick Clifton <nickc@cygnus.com>
27175
27176 * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
27177 introduced in previous delta.
27178
27179 Wed Jul 7 02:00:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27180
27181 * reload1.c (gen_reload): When synthesizing a 3 operand add
27182 sequence, improve test for when to reload OP1 into the reload
27183 register instead of OP0.
27184
27185 Wed Jul 7 01:38:03 1999 Jim Wilson <wilson@cygnus.com>
27186
27187 * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
27188
27189 1999-07-07 Manfred Hollstein <mhollstein@cygnus.com>
27190
27191 * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
27192 string literal.
27193
27194 Wed Jul 7 01:16:43 1999 Richard Henderson <rth@cygnus.com>
27195
27196 * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
27197 (va_dcl): Use __builtin_va_alist_t.
27198
27199 Wed Jul 7 01:14:42 1999 Jason Merrill <jason@yorick.cygnus.com>
27200
27201 * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
27202 on the permanent_obstack.
27203 * dwarfout.c (output_type): Likewise.
27204
27205 Tue Jul 6 15:25:32 1999 Gavin Romig-Koch <gavin@cygnus.com>
27206
27207 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
27208 Merged from c-typeck.c and cp/typeck.c.
27209 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
27210 Merged into c-common.
27211
27212 Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>
27213
27214 * c-lex.c (errorcount): Declare it.
27215 (finish_parse): Update errorcount when using CPPLIB.
27216
27217 1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
27218
27219 * fixinc/inclhack.def(end_else_label): Double the backslash so
27220 sed gets a chance to see it.
27221 * fixinc/inclhack.sh: regen
27222 * fixinc/fixincl.x: regen
27223
27224 Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
27225
27226 Add framework to support armv5 architecture when it becomes
27227 available:
27228
27229 * config/arm/arm.c (FL_ARCH5): New processor capability flag.
27230 (arm_arch5): New variable.
27231 (all_architectures): Add armv5 line.
27232 * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
27233 -march=armv5 is specified on the command line.
27234 (arm_arch5): Export this variable.
27235 * invoke.texi: Document new string accepted by -march= switch for
27236 ARM ports.
27237
27238 * config/arm/arm.h: Replace use of constant 12 as a register
27239 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
27240 * config/arm/arm.c: Replace use of constant 12 as a register
27241 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
27242
27243 * config/arm/elf.h: Tidy up.
27244 * config/arm/coff.h: Tidy up.
27245
27246 Thu Jul 1 19:08:13 1999 Mark P. Mitchell <mark@codesourcery.com>
27247
27248 * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
27249 * gcc/config/mips/t-iris6gld: New file.
27250 * gcc/config/mips/iris6gld.h: Likewise.
27251
27252 Fri Jul 2 13:23:39 1999 Gavin Romig-Koch <gavin@cygnus.com>
27253
27254 * c-decl.c (widest_integer_literal_type_node,
27255 widest_unsigned_literal_type) : New.
27256 (init_decl_processing): Handle/use the two new types.
27257 * c-common.c (type_for_size,type_for_mode) : Same.
27258 * c-lex.c (yylex) : Same.
27259 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
27260 Same.
27261 * c-tree.h (widest_integer_literal_type_node,
27262 widest_unsigned_literal_type) : New.
27263
27264 Fri Jul 2 03:05:44 1999 Jeffrey A Law (law@cygnus.com)
27265
27266 * dwarfout.c (field_byte_offset): Correctly compute the object's
27267 byte offset for the first bit of a field which crosses an alignment
27268 boundary on a !BYTES_BIG_ENDIAN target.
27269
27270 Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
27271
27272 * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
27273 ntohs.
27274
27275 Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
27276 Jeff Law <law@cygnus.com>
27277
27278 * ginclude/varargs.h (va_dcl): Use word_mode for type of
27279 __builtin_va_list.
27280
27281 * except.c: Include intl.h.
27282 (expand_eh_return): Set current_function_cannot_inline.
27283 (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
27284 * function.h (struct function): Add eh_return_stub_label.
27285 * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
27286 * Makefile.in (except.o): Depend on intl.h.
27287
27288 Fri Jul 2 00:04:23 1999 David Edelsohn <edelsohn@gnu.org>
27289
27290 * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
27291 same as offsettable in cases 1 and 2.
27292
27293 Thu Jul 1 20:54:10 1999 Richard Henderson <rth@cygnus.com>
27294
27295 * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
27296 (extlh, extwh): Likewise.
27297
27298 Thu Jul 1 11:05:25 1999 Gavin Romig-Koch <gavin@cygnus.com>
27299
27300 * c-lex.c (yylex): Improve 'integer constant out of range' messages.
27301
27302 Wed Jun 30 16:51:41 1999 Nick Clifton <nickc@cygnus.com>
27303
27304 * configure.in: Add arm-pe and thumb-pe targets.
27305 * configure: Regenerate.
27306
27307 * thumb.c (arm_naked_function_p): New function: Determines if
27308 a function is naked (has no gcc generated prologue/epilogue).
27309 (is_called_in_ARM_mode): Return true if the func has the
27310 interfacearm attribute.
27311 (output_return): Do not generate a return for naked functions.
27312 (thumb_function_prologue): Do not generate a prologue for
27313 naked functions.
27314 (thumb_expand_prologue): Do not generate a prologue for naked
27315 functions.
27316 (thumb_expand_epilogue): Do not generate an epilogue for naked
27317 functions.
27318 (arm_valid_machine_decl_attribute): New function, copied from
27319 arm.c: Permit naked and interfacearm attributes.
27320
27321 * config/arm/pe.c: New file: Support code for arm-pe target.
27322 * config/arm/pe.h: New file: Header file for arm-pe target.
27323 * config/arm/tpe.h: New file: Header file for thumb-pe target.
27324 * config/arm/t-thumb-pe: New file: Makefile fragment for
27325 thumb-pe target.
27326
27327 1999-07-01 Mark Kettenis <kettenis@gnu.org>
27328
27329 * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
27330 -fPIC or -fpic is specified.
27331
27332 Wed Jun 30 03:31:54 1999 Jeffrey A Law (law@cygnus.com)
27333
27334 * expr.c (emit_block_move): Use copy_to_mode_reg for
27335 !TARGET_MEM_FUNCTIONS case too.
27336
27337 * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
27338 appropriate.
27339 * configure: Rebuilt.
27340 (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
27341 * pa.h: Include dbxelf.h. Delete various dbx/stabs related
27342 definitions made redundant by dbxelf.h inclusion. Delete
27343 lots of definitions related to assembly output that are
27344 specific to the SOM object format.
27345 * pa.c (output_function_prologue): Do not emit the function's
27346 name for OBJ_ELF.
27347 * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
27348 * pa-pro.h: Deleted.
27349 * som.h: New file with SOM specific definitions.
27350 * elf.h: New file with ELF specific definitions.
27351
27352 * elfos.h (const_section): Output a tab before assembler directives.
27353 (ctors_section, dtors_section): Likewise.
27354 (ASM_OUTPUT_SECTION_NAME): Likewise.
27355
27356 * pa/pa1.h: Delete unused file.
27357
27358 Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
27359
27360 * configure.in (hppa*-hp-hpux11*): New configuration.
27361 * configure: Rebuilt.
27362 * pa/pa-hpux11.h: New file.
27363 * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
27364 command line.
27365
27366 * mips.md (leasi, leadi): New patterns.
27367
27368 * expr.c (emit_block_move): Properly handle case where one of the
27369 block move arguments has a queued increment or decrement.
27370 (clear_storage): Similarly. Fix formatting goof.
27371
27372 1999-06-28 "David O'Brien" <obrien@NUXI.com>
27373
27374 * fixinc/inclhack.def(stdio_va_list): This patch Removes a
27375 semicolon from the BSD VA_LIST replacement expression.
27376
27377 * fixinc/inclhack.sh: regen
27378 * fixinc/fixincl.x: regen
27379
27380 * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
27381 now use the fixincl program.
27382
27383 Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
27384
27385 * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
27386 case. Also make the PIC register call_used.
27387
27388 * m68k.h (FINALIZE_PIC): Delete.
27389 * m68k.c (finalize_pic): Delete.
27390
27391 Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com>
27392
27393 * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
27394 to memory.
27395
27396 Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org>
27397
27398 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
27399
27400 Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com>
27401
27402 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
27403
27404 Sat Jun 26 17:18:18 1999 David Edelsohn <edelsohn@gnu.org>
27405
27406 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
27407
27408 Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
27409
27410 * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
27411
27412 Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
27413
27414 * rs6000.c (output_toc): Always use hex values for floating-point
27415 constants. Store single-precision values in upper-half of TOC
27416 entry in 64-bit mode.
27417 * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
27418 to final constraints.
27419 (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
27420 (fctiwz): Improve accuracy of RTL for pattern.
27421
27422 Fri Jun 25 11:26:38 1999 Gavin Romig-Koch <gavin@cygnus.com>
27423
27424 * expr.c (expand_expr): Allow RTL_EXPR's through the
27425 MAX_INTEGER_COMPUTATION_MODE checks.
27426
27427 Fri Jun 25 06:06:37 1999 Richard Henderson <rth@cygnus.com>
27428
27429 * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
27430 such that MASK_SUPPORT_ARCH is not negative.
27431
27432 Fri Jun 25 05:35:44 1999 Jeffrey A Law (law@cygnus.com)
27433
27434 * loop.c (verify_dominator): Properly handle ADDR_VEC and
27435 ADDR_DIFF_VEC insns that appear inside loops.
27436
27437 Thu Jun 24 22:54:05 1999 David Edelsohn <edelsohn@gnu.org>
27438 Jeff Law <law@cygnus.com>
27439
27440 * rs6000.md (movdf_hardfloat32): Revert previous patch.
27441 Handle LO_SUM the same as offsettable in cases 1 and 2.
27442 * rs6000.c (find_addr_reg): Revert previous patch.
27443
27444 Thu Jun 24 22:43:12 1999 Philippe De Muyter <phdm@macqel.be>
27445
27446 * system.h (strstr): New external function declaration.
27447 * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
27448 * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
27449 * config.in, configure: Rebuilt.
27450
27451 1999-06-24 Tom Tromey <tromey@cygnus.com>
27452
27453 * gcc.c (main): Read user-specified specs files after computing
27454 additional startfile_prefixes.
27455
27456 Thu Jun 24 15:00:47 1999 Mark Mitchell <mark@codesourcery.com>
27457
27458 Revert these two patches:
27459
27460 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27461 * loop.c (strength_reduce): When doing biv->giv conversion, update
27462 reg note of NEXT->insn.
27463
27464 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27465 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
27466 reg_biv_class.
27467 (recombine_givs): Set ix field after sorting.
27468
27469 Wed Jun 23 21:26:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27470
27471 * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
27472 for the parts of an UNSPEC / UNSPEC_VOLATILE.
27473
27474 1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
27475
27476 *fixinc/inclhack.def: Add fix development commentary
27477 (read_ret_type): reactivate and add selection clause
27478 (zzz_*): tweak output file name to match what is used in hackshell.tpl
27479 *fixinc/{fixincl.x|inclhack.sh}: regen
27480
27481 Wed Jun 23 00:48:21 1999 Jason Merrill <jason@yorick.cygnus.com>
27482
27483 * expr.c (expand_expr): STRIP_NOPS before checking against
27484 MAX_INTEGER_COMPUTATION_MODE
27485 (check_max_integer_computation_mode): Likewise.
27486
27487 Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
27488
27489 * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
27490
27491 1999-06-22 Jim Wilson <wilson@cygnus.com>
27492
27493 * expr.c (store_expr): When target is a promoted subreg, return a
27494 promoted subreg as a result.
27495
27496 Tue Jun 22 17:14:58 1999 Michael Meissner <meissner@cygnus.com>
27497
27498 * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
27499 coding standards.
27500 (dwarf2out_define): Mark unused parameters appropriately.
27501 (gen_unspecified_parameters_die): Ditto.
27502 (gen_subprogram_die): Fix signed/unsigned warnings.
27503 (gen_variable_die): Ditto.
27504
27505 1999-06-22 Bruce Korb <ddsinc09@ix.netcom.com>
27506
27507 * fixinc/inclhack.def(end_else_label): combined else_label
27508 and endif_label and fixed the sed expression.
27509 *fixinc/{fixincl.x|inclhack.sh}: regen
27510
27511 Tue Jun 22 01:58:18 1999 Jeffrey A Law (law@cygnus.com)
27512
27513 * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
27514 'x' when handling non-offsettable addresses
27515
27516 Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com)
27517
27518 * final.c (shorten_branches): Don't try to split an insn that has
27519 been deleted.
27520
27521 Mon Jun 21 12:47:39 1999 Mark Mitchell <mark@codesourcery.com>
27522
27523 * config/mips/mips.c (symbolic_expression_p): New function.
27524 (mips_select_rtx_section): Put symbolic expressions in the
27525 data section, not the read-only data section.
27526
27527 Mon Jun 21 22:13:06 1999 Jeffrey A Law (law@cygnus.com)
27528
27529 * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
27530
27531 Mon Jun 21 20:10:42 1999 Richard Henderson <rth@cygnus.com>
27532
27533 * collect2.c (main): Log frame table count.
27534 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
27535 (scan_prog_file) [COFF]: Handle frame tables.
27536
27537 * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
27538 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
27539 * alpha/elf.h: Undef them again.
27540 * alpha/vms.h: Remove their definitions.
27541
27542 Tue Jun 22 03:17:53 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27543
27544 * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
27545 remove the clobber of r0 and change the REG_UNUSED note to
27546 REG_INC.
27547
27548 1999-06-21 Jakub Jelinek <jj@ultra.linux.cz>
27549
27550 * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
27551 * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
27552 fits in HOST_WIDE_INT and one uses union to access a long constant
27553 as double.
27554
27555 Mon Jun 21 17:18:25 1999 Richard Henderson <rth@cygnus.com>
27556
27557 * sparc.c (sparc_override_options): Don't allow profiling for
27558 code models other than medlow.
27559 (sparc_function_profiler): New function from old FUNCTION_PROFILER
27560 macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
27561 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
27562 (sparc_block_profiler): Likewise.
27563 (sparc_function_block_profiler_exit): Likewise.
27564 * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
27565 (FUNCTION_BLOCK_PROFILER): Likewise.
27566 (BLOCK_PROFILER): Likewise.
27567 (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
27568 (MCOUNT_FUNCTION): New.
27569 * sparc/pbd.h (FUNCTION_PROFILER): Delete.
27570 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
27571 * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
27572 (MCOUNT_FUNCTION): New.
27573 * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
27574 (BLOCK_PROFILER): Delete.
27575 (MCOUNT_FUNCTION): New.
27576
27577 Mon Jun 21 14:11:29 1999 David Edelsohn <edelsohn@gnu.org>
27578
27579 * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
27580
27581 Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
27582
27583 * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
27584 Add the macros.
27585
27586 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
27587 Ditto.
27588
27589 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
27590 Ditto.
27591
27592 * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
27593 Ditto.
27594
27595 Mon Jun 21 14:58:42 1999 Nick Clifton <nickc@cygnus.com>
27596
27597 * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
27598 types.
27599
27600 Mon Jun 21 06:22:21 1999 Mark Elbrecht <snowball3@bigfoot.com>
27601
27602 * i386/djgpp.h (LIB_SPEC): New.
27603 (STARTFILE_SPEC): New.
27604
27605 * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
27606
27607 Mon Jun 21 06:19:33 1999 Philippe De Muyter <phdm@macqel.be>
27608
27609 * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
27610 compiler flags.
27611
27612 * system.h (WSTOPSIG): New macro.
27613
27614 Mon Jun 21 05:33:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
27615
27616 * c-pragma.c (push_alignment): Don't ignore alignments greater than
27617 4 bytes.
27618 (insert_pack_attributes): Take into account member natural
27619 alignment.
27620
27621 * i386/winnt.c (exports_head): New static variable.
27622 (i386_pe_record_exported_symbol): New function.
27623 (i386_pe_asm_file_end): Use.
27624 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
27625 symbols to be emitted at end of assembly.
27626 (ASM_DECLARE_OBJECT_NAME): Likewise.
27627 (ASM_DECLARE_FUNCTION_NAME): Likewise.
27628
27629 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
27630 -iwithprefix.
27631
27632 Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
27633
27634 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
27635 in last change.
27636
27637 Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
27638
27639 * haifa-sched.c (sched_analyze_1): Use free_list instead of
27640 zapping reg_last_uses directly.
27641 (sched_analyze_2, sched_analyze_insn): Likewise.
27642 (sched_analyze): Likewise. Don't clear reg_last_uses on calls.
27643
27644 Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
27645
27646 * rs6000.md (movdf_hardfloat32): Use worst case insn length
27647 attributes for cases 1 and 2.
27648
27649 Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
27650
27651 * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
27652 instead of set.
27653
27654 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk>
27655
27656 * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
27657
27658 Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com)
27659
27660 * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
27661 PIC_OFFSET_TABLE_REGNUM for general alloaction.
27662 (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
27663 must be stacked if it is used for PIC accesses.
27664 * arm.c (use_return_insn): Handle PIC register specially.
27665 (output_return_instruction): Likewise.
27666 (output_func_{prologue,epilogue}): Likewise.
27667 (output_expand_prologue): Likewise.
27668
27669 * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
27670 (*strsi_predec): Renamed from *strqi_predec.
27671 (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
27672 (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
27673
27674 * arm.c (arm_override_options): Remove warning about PIC code
27675 not being supported.
27676
27677 Fri Jun 18 23:47:06 1999 David Edelsohn <edelsohn@gnu.org>
27678
27679 * rs6000.c (find_addr_reg): New function.
27680 * rs6000.h (find_addr_reg): Declare.
27681 (offsettable_addr_operand): Delete.
27682 * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
27683 from and stores to GPRs.
27684
27685 Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
27686
27687 * alpha.c (alpha_expand_block_move): Use get_insns rather than
27688 gen_sequence as argument to emit_no_conflict_block.
27689
27690 Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
27691
27692 * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
27693 * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
27694 *fixinc/fixincl.x: regen
27695 *fixinc/inclhack.sh: regen
27696
27697 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
27698
27699 * added support for -mpcrel (PC relative addressing for m68k)
27700 based on code done by Michael Tiemann <tiemann@axon.cygnus.com>.
27701 * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
27702 * m68k.c (print_operand_address): Handle 32-bit PIC case.
27703 (comments for general_src_operand): Add some explanation
27704 about EXTRA_CONSTRAINTS.
27705 (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
27706 * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
27707 (LEGITIMATE_PIC_OPERAND_P): Fix typo.
27708 (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
27709 * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
27710 (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
27711 (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
27712 if not already set.
27713 (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
27714 * m68k.h (TARGET_PCREL): New target flag.
27715 (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
27716 (OVERRIDE_OPTIONS): Add checks for -mpcrel.
27717 (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
27718 contains a SYMBOL_REF. Relax this constraint during reload, since
27719 we want to use the predicates, not reload's built-in concept of a
27720 valid memory address, to control what insns need reloading.
27721 (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
27722 operands (essentially 'g', 'm', and 's' under normal circumstances).
27723 * m68k.c (print_operand): Cause printing of pc-relative addresses
27724 to include pc register.
27725 (print_operand_address): Ditto.
27726 (general_src_operand): Accept operands that are not only
27727 general_operands, but are also valid when used as a pc-relative
27728 source.
27729 (nonimmediate_src_operand): Similar, for nonimmediate_operands.
27730 (memory_src_operand): Similar, for memory_operands.
27731 (pcrel_address): New predicate to accept the special case of a
27732 pc-relative address.
27733 * m68k.md (many patterns): Rewrite common SImode, HImode, and
27734 QImode insns to accept *_src_operand instead of *_operand where
27735 pc-relative operands can fit. For example, a pc-relative operand
27736 can be used as a memory source operand for addsi3, but not as a
27737 memory destination.
27738 * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
27739
27740 Fri Jun 18 09:11:07 1999 Nick Clifton <nickc@cygnus.com>
27741
27742 * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
27743 .thumb_set pseudo op to mark aliases of thumb functions.
27744
27745 Wed Jun 16 18:19:13 1999 Nick Clifton <nickc@cygnus.com>
27746
27747 * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
27748 preference to ASM_OUTPUT_DEF, if it is defined.
27749
27750 * tm.texi: Document new, optional target macro
27751 ASM_OUTPUT_DEF_FROM_DECLS.
27752
27753 Thu Jun 17 15:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
27754
27755 * fixincludes: ISCNTL patch
27756 * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
27757 (dgux_int_varargs): new for DG/UX
27758 * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
27759
27760 Thu Jun 17 21:34:24 1999 Jeff Law <law@cygnus.com>
27761
27762 * invoke.texi (ia32 options): Fix typo.
27763
27764 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27765
27766 * loop.c (strength_reduce): When doing biv->giv conversion, update
27767 reg note of NEXT->insn.
27768
27769 Thu Jun 17 14:25:08 1999 Jeffrey A Law (law@cygnus.com)
27770
27771 * loop.c (move_movables): Note issues with replacing REGs with
27772 SUBREGs.
27773 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
27774
27775 Thu Jun 17 13:28:30 1999 David O'Brien <obrien@FreeBSD.org>
27776
27777 * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
27778
27779 * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
27780 the reference to `mcount' was not correct for the ELF on FreeBSD.
27781
27782 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27783
27784 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
27785 reg_biv_class.
27786
27787 (recombine_givs): Set ix field after sorting.
27788
27789 Thu Jun 17 02:54:30 1999 Jeffrey A Law (law@cygnus.com)
27790
27791 * emit-rtl.c (operand_subword): Tighten checks for when it is safe
27792 to safe to extract a subword out of a REG.
27793
27794 Thu Jun 17 01:45:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27795
27796 * sh.md (mulsi3): Don't add a no-op move at the end.
27797
27798 Wed Jun 16 20:29:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27799
27800 * cse.c (cse_insn): Don't put hard register source into tables for
27801 the last insn of a libcall.
27802
27803 Wed Jun 16 19:44:33 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27804
27805 * loop.c (strength_reduce): Insert sets of derived givs at every
27806 biv increment, even if it's the only one.
27807
27808 Wed Jun 16 10:33:02 1999 Jason Merrill <jason@yorick.cygnus.com>
27809
27810 * dwarfout.c (add_incomplete_type): New fn.
27811 (output_type): Call it.
27812 (retry_incomplete_types): New fn.
27813 (dwarfout_finish): Call it.
27814
27815 From Eric Raskin <ehr@listworks.com>:
27816 (output_type): Output types for bases.
27817
27818 Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
27819
27820 * mips.c (mips_output_conditional_branch): Add `break'
27821 between `default' label and `close braces'.
27822
27823 Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
27824
27825 * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
27826 specifications and make it realistic.
27827 (LIB_SPEC): Likewise.
27828
27829 Mon Jun 14 15:38:43 1999 Jim Wilson <wilson@cygnus.com>
27830
27831 * config/mips/mips.c (mips_secondary_reload_class): Check for
27832 (PLUS (SP) (REG)) and return appropriate register class.
27833 * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
27834 Handle (PLUS (SP) (REG)).
27835 (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
27836 (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
27837 of emit_insn for tablejump.
27838
27839 Mon Jun 14 17:26:40 1999 David Edelsohn <edelsohn@gnu.org>
27840
27841 * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
27842 asm_fprintf format string by itself.
27843 (output_function_profiler): Likewise.
27844
27845 Mon Jun 14 12:57:38 1999 David Mosberger <davidm@hpl.hp.com>
27846
27847 * combine.c (simplify_logical, case AND): Only call
27848 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
27849 or the constant is positive.
27850
27851 Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
27852
27853 * configure.in: Fix typo in rs6000-ibm-aix4 case.
27854 * configure: Regenerate.
27855
27856 Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
27857
27858 * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
27859 require a sub-version #.
27860 * configure: Rebuilt.
27861
27862 1999-06-14 Robert Lipe (robertlipe@usa.net)
27863
27864 * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
27865
27866 Mon Jun 14 10:30:52 BST 1999 Nathan Sidwell <nathan@acm.org>
27867
27868 * c-typeck.c (process_init_element): Detect excess elements in
27869 char array initializer.
27870
27871 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
27872
27873 * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
27874
27875 Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com>
27876
27877 * invoke.texi (Option Summary): Add -fpermissive flag.
27878
27879 Sat Jun 12 03:40:42 1999 Jeffrey A Law (law@cygnus.com)
27880
27881 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
27882 that require PIC code sequences.
27883
27884 Wed Jun 9 16:29:01 1999 Nick Clifton <nickc@cygnus.com>
27885
27886 * configure.in: Add new target: thumb-elf.
27887 * configure: Regenerate.
27888 * config/arm/t-thumb-elf: New file: Makefile fragment for
27889 thumb-elf build.
27890 * config/arm/telf.h: New file: Header file for thumb-elf
27891 build.
27892
27893 Fri Jun 11 03:17:51 1999 Jeffrey A Law (law@cygnus.com)
27894
27895 * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
27896 * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
27897 initializers is some circumstances.
27898
27899 * fixinc/inclhack.def (endif_label): Add additional selector for
27900 more bogus stuff after #endif statements.
27901 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
27902
27903 Thu Jun 10 20:44:36 1999 Mumit Khan <khan@xraylith.wisc.edu>
27904
27905 * i386/cygwin.h (SET_ASM_OP): Define.
27906
27907 Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
27908
27909 * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
27910
27911 Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27912
27913 * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
27914 latter.
27915
27916 * sh.md (ic_invalidate_line_i): Remove second alternative.
27917
27918 Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
27919
27920 *fixinc/inclhack.def(sun_auth_proto): We do not know how to
27921 test for the presence of valid prototypes. Delete bypass expr.
27922 (ioctl_fix_ctrl): Correct the selection expression.
27923 (no_double_slash): Correct quoting rules
27924 *fixinc/fixincl.x: regen
27925 *fixinc/inclhack.sh: regen
27926
27927 Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
27928
27929 * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
27930
27931 Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27932
27933 * rs6000.md (movsi_got_internal_mem): Delete.
27934 * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
27935 (GOT_TOC_REGNUM): Delete.
27936 (PIC_OFFSET_TABLE_REGNUM): Define.
27937 (FINALIZE_PIC): Disable.
27938 * rs6000.c (rs6000_got_register): New code for fixed pic register.
27939 (rs6000_replace_regno): Delete.
27940 (rs6000_finalize_pic): Likewise.
27941 (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
27942
27943 Wed Jun 9 19:44:26 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
27944
27945 * loop.c (loop_insn_first_p): Don't compare LUIDs when P
27946 is a note; use <= for the compare; advance P while it is
27947 a NOTE.
27948
27949 Wed Jun 9 13:12:24 1999 Jeffrey A Law (law@cygnus.com)
27950
27951 * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
27952 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
27953
27954 * varasm.c (remove_from_pending_weak_list): Verify t->name
27955 is non-NULL before passing it to strcmp.
27956
27957 Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
27958
27959 *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
27960 the typed arguments are not part of a comment
27961 (ioctl_fix_ctrl): Added a purpose comment
27962 *fixinc/fixincl.x: regenerate
27963 *fixinc/inclhack.sh: regenerate
27964
27965 Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
27966
27967 * invoke.texi: Add C4x invocation docs.
27968
27969 Wed Jun 9 22:34:38 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
27970
27971 * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
27972 Define new macros.
27973 * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
27974 TARGET_EXPOSE_LDP.
27975 (c4x_legitimize_reload_address): New function.
27976 * config/c4x/c4x.md: Update docs.
27977
27978 Wed Jun 9 04:14:48 1999 Jeffrey A Law (law@cygnus.com)
27979
27980 * fixincludes: Avoid removing '.'.
27981 * fixinc/fixinc.svr4: Likewise.
27982 * fixinc/fixinc.winnt: Likewise.
27983 * fixinc/inclhack.tpl: Likewise.
27984 * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
27985
27986 1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27987
27988 * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
27989 pattern.
27990 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
27991
27992 Wed Jun 9 03:10:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
27993
27994 * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
27995 correctly.
27996
27997 Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
27998
27999 * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
28000 * configure: Regenerate.
28001
28002 Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
28003
28004 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
28005 values.
28006
28007 Mon Jun 7 22:30:37 1999 Jeffrey A Law (law@cygnus.com)
28008
28009 * fixinc/inclhack.def (avoid_bool): Also catch
28010 "typedef [unsigned] int bool".
28011 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
28012
28013 * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
28014 * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
28015 * configure: Rebuilt.
28016
28017 Mon Jun 7 22:05:03 1999 Mark Kettenis <kettenis@gnu.org>
28018
28019 * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
28020 such that we can override its definitions if necessary.
28021 (CPP_SPEC): New define. Support processor specific predefines via
28022 %(cpp_cpu).
28023 (CC1_SPEC): New define. Support processor specific compiler
28024 options via %(cc1_cpu).
28025 (STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
28026 -static.
28027
28028 1999-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28029
28030 * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
28031 between sed's -e flag, and the open-quote following it.
28032 * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
28033
28034 Mon Jun 7 20:34:20 1999 Robert Lipe <robertlipe@usa.net>
28035 Jeffrey A Law (law@cygnus.com)
28036
28037 * varasm.c (assemble_start_function): Remove the function
28038 from the pending weak decls list when we define a function.
28039 (assemble_variable): Similarly for variables.
28040 (weak_finish): Ignore items on the list with a NULL name.
28041 (remove_from_ending_weak_list); New function to "remove" an item
28042 from the pending weak declarations list.
28043
28044 Mon Jun 7 19:27:07 1999 Jerry Quinn <jquinn@nortelnetworks.com>
28045
28046 * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
28047
28048 Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>
28049
28050 * c-lex.c (GETC): Redefine to call getch.
28051 (UNGETC): Redefine to call put_back.
28052 (putback_buffer): New structure type.
28053 (putback): New static structure.
28054 (getch): New function.
28055 (put_back): New function.
28056 (yylex): Replace unused bytes from bad multibyte character.
28057
28058 Mon Jun 7 13:33:39 1999 Dave Brolley <brolley@cygnus.com>
28059
28060 * cpplib.c (do_define): Cast `alloca' return value.
28061 (do_include, do_undef, do_pragma): Likewise.
28062 * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
28063 values.
28064 * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
28065 * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
28066
28067 Sun Jun 6 11:58:34 1999 Jakub Jelinek <jj@ultra.linux.cz>
28068
28069 * sparc.md (abstf2): This should be an expand.
28070 (split after abstf2_notv9): Fix mode.
28071 (abstf2_hq_v9): New pattern.
28072 (abstf2_v9): Only use when no hard quad.
28073 (absdf2_v9): Fix if target is not the same as source.
28074 (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
28075 Add correct output constraints.
28076
28077 Sat Jun 5 17:04:16 1999 Craig Burley <craig@jcb-sc.com>
28078
28079 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
28080 * invoke.texi: Clarify text vis-a-vis Intel CPUs.
28081
28082 Sat Jun 5 12:11:24 1999 Mark Mitchell <mark@codesourcery.com>
28083
28084 * mips.h (mips_output_conditional_branch): New function.
28085 (mips_adjust_insn_length): Likewise.
28086 (ASSEMBLER_SCRATCH_REGNUM): New macro.
28087 (ADJUST_INSN_LENGTH): Likewise.
28088 * mips.c (print_operand): Add `F' and `W' for floating-point
28089 comparison opcodes.
28090 (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
28091 are now in bytes.
28092 (mips_adjust_insn_length): New function.
28093 (mips_output_conditional_branch): New function.
28094 * mips.md (length): Adjust attribute definition to handle
28095 conditional branches. Change lengths to bytes, rather than
28096 instructions throughout. Remove length attribute from
28097 instructions whose length is four bytes, and rely on the default
28098 instead.
28099 (dslot): Fix typo in comment.
28100 Reword conditional branch patterns to use
28101 mips_output_conditional_branch.
28102
28103 Fri Jun 4 13:30:27 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
28104
28105 * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
28106 (LIB_SPEC): Likewise.
28107 Link with -lprof1_r for -g/-pg.
28108
28109 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
28110
28111 * loop.c (check_dbra_loop): Fix change of Jan 19.
28112
28113 Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
28114
28115 * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
28116 (STARTFILE_SPEC): Define, override the svr4.h version.
28117 (ENDFILE_SPEC): Likewise.
28118
28119 Thu Jun 3 23:58:55 1999 Jeffrey A Law (law@cygnus.com)
28120
28121 * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
28122 * fixinc/fixincl.x: Regenerated.
28123 * fixinc/inclhack.sh: Regenerated.
28124
28125 Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
28126
28127 * sh.c (barrier_align): Don't return early for normal branch/barrier
28128 when optimizing for SH2.
28129
28130 Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
28131
28132 * i386/udk.h (LINK_SPEC): Correct linker search path for
28133 system libraries.
28134
28135 Fri Jun 4 03:20:40 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
28136
28137 * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
28138 (braf_label_ref_operand): Delete.
28139 * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
28140 * sh.md (casesi_jump_2): Operand1 is now the inside of a
28141 label_ref, and has no predicate.
28142 The patten has a predicate to guard against invalid substitutions.
28143 (dummy_jump): Delete.
28144 (casesi): Update use of casesi_jump_2.
28145
28146 Thu Jun 3 07:48 1999 Bruce Korb <ddsinc09@ix.netcom.com>
28147
28148 *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
28149 *fixinc/fixincl.x: regenerate
28150 *fixinc/inclhack.sh: regenerate
28151
28152 Thu Jun 3 02:15:07 1999 Jason Merrill <jason@yorick.cygnus.com>
28153
28154 * dwarf2out.c (add_incomplete_type): New fn.
28155 (gen_struct_or_union_type_die): Call it.
28156 (retry_incomplete_types): New fn.
28157 (dwarf2out_finish): Call it.
28158
28159 Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com)
28160
28161 * gcse.c (insert_insn_end_bb): Correct placement of insns when the
28162 current block starts with a CODE_LABEL and ends with a CALL and
28163 we can not find all the argument setup instructions for the CALL.
28164
28165 Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com>
28166
28167 Revert this change:
28168 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
28169 something is a candidate for optimize_bit_field_compare.
28170
28171 Wed Jun 2 21:53:05 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
28172
28173 * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
28174
28175 Wed Jun 2 12:25:55 1999 Richard Henderson <rth@cygnus.com>
28176
28177 * alpha.c (override_options): Thinko in last patch.
28178
28179 * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
28180 (LIB_SPEC): Recognize -pthread.
28181
28182 Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
28183
28184 * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
28185 definition in config/arm/coff.h
28186 * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
28187
28188 Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
28189
28190 * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
28191 fixes that need "file=xxx\n" prepended before invocation
28192 (start_fixer - new): starting the fixer process is complex enough
28193 to warrent its own routine. It prepends the "file=xxx\n" stuff.
28194 (process): uses the new routine; omit usage of putenv()
28195 * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
28196 * fixinc/fixincl.x: regenerate
28197
28198 Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
28199
28200 * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
28201 and version #s (1.1 -> 2.96) as needed.
28202 * README.g77: Kill way out of date file in the toplevel directory.
28203
28204 Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
28205
28206 * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
28207 i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
28208 * configure: Rebuilt.
28209 * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
28210 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
28211 (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
28212 (SWITCH_TAKES_ARG): Likewise.
28213 * i386/freebsd.h: Remove FREEBSD_NATIVE support.
28214 * config/t-freebsd: Moved from config/i386/ so it can used for all
28215 FreeBSD targets.
28216
28217 Mon May 31 02:22:55 1999 Philippe De Muyter <phdm@macqel.be>
28218
28219 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
28220
28221 Wed Jun 2 00:08:34 1999 Robert Lipe <robertlipe@usa.net>
28222
28223 * configure.in (i[34567]86-*-udk*): Install headers with cpio.
28224 * configure: Rebuilt.
28225
28226 Tue Jun 1 19:06:22 1999 David Edelsohn <edelsohn@gnu.org>
28227
28228 * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
28229 * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
28230 * rs6000/rs6000.c (rs6000_file_start): Use putc.
28231 (rs6000_output_load_toc_table): Same.
28232 (output_prolog, output_mi_thunk): Same.
28233 * rs6000/rs6000.h (SELECT_SECTION): Formatting.
28234 (ASM_GLOBALIZE_LABEL): Use putc.
28235
28236 Mon May 31 15:23:23 1999 Richard Henderson <rth@cygnus.com>
28237
28238 * alpha.md (reload_*_help): New patterns and splitters.
28239 (reload_*): Use them.
28240 (mov[qh]i): Likewise.
28241
28242 Mon May 31 11:48:07 1999 Mark Mitchell <mark@codesourcery.com>
28243
28244 * cccp.c (handle_directive): Handle backslash-newlines in quoted
28245 strings correctly.
28246
28247 Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu>
28248
28249 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
28250
28251 Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com)
28252
28253 * flow.c (mark_regs_live_at_end, insn_dead_p,
28254 mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
28255 and HARD_FRAME_POINTER_REGNUM special treatment if reload
28256 hasn't run or the frame pointer is needed.
28257 * haifa-sched.c (attach_deaths): Likewise.
28258 * sched.c (attach_deaths): Likewise.
28259
28260 Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
28261
28262 * jump.c (jump_optimize_1): Only set CAN_REACH_END if
28263 calculate_can_reach_end returns nonzero.
28264
28265 * configure.in (native gas tests): Search for an assembler in the
28266 same manner that the installed compiler will.
28267 * configure: Rebuilt.
28268 * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
28269
28270 * alias.c (find_base_term): Improve handling of addresses
28271 constructed from binary operations.
28272
28273 Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)
28274
28275 * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
28276
28277 Sun May 30 14:19:13 1999 Jeffrey A Law (law@cygnus.com)
28278
28279 * function.h (cleanup_label, frame_offset): Declare.
28280 (tail_recursion_label, tail_recursion_reentry): Likewise.
28281 (arg_pointer_save_area, rtl_expr_chain): Likewise.
28282 * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
28283 (tail_recursion_label, tail_recursion_reentry): Likewise.
28284 (arg_pointer_save_area, rtl_expr_chain): Likewise.
28285
28286 Sat May 29 19:08:10 1999 Philip Blundell <philb@gnu.org>
28287
28288 * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
28289 defined.
28290 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
28291 (MAX_OFILE_ALIGNMENT): Define.
28292
28293 Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
28294
28295 * fixincl.c: Replace local include scheme with #includes of
28296 gansidecl.h and system.h.
28297 * procopen.c: Likewise.
28298 * server.c: Likewise.
28299
28300 Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
28301
28302 * i386/t-dgux (EXTRA_PARTS): Add crti.o
28303 (crti.o): Add build rule and dependencies.
28304 * fixinc/fixinc.dgux: Use modified _int_varargs.h
28305
28306 Fri May 28 03:41:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
28307
28308 * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
28309 (LIB_LINUX_SPEC): Likewise.
28310 (LIB_LINUX_SPEC): Add support for -pthread
28311 (CPP_OS_LINUX_SPEC): Likewise.
28312 (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
28313 specified.
28314
28315 Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org)
28316
28317 * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
28318 conditional move.
28319 (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
28320 (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
28321 for IEEE math and CC_FCOMI.
28322 (put_jump_code): No IEEE if CC_FCOMI is set.
28323
28324 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
28325
28326 * fold-const.c (fold_truthop): Make the field reference unsigned
28327 when converting a single bit compare.
28328
28329 Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
28330
28331 * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
28332
28333 Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
28334
28335 * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
28336 * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
28337 version did.
28338
28339 * reload.c (push_reload): Do not call remove_address_replacements
28340 when presented with identical optional reloads.
28341
28342 Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com>
28343
28344 * alpha.h (MASK_FIX, TARGET_FIX): New.
28345 (MASK_*): Reorganize constants.
28346 (CPP_AM_FIX_SPEC): New.
28347 (TARGET_SWITCHES): Add FIX.
28348 (EXTRA_SPECS): Likewise.
28349 (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
28350 (SECONDARY_MEMORY_NEEDED): Likewise.
28351 (REGISTER_MOVE_COST): Likewise.
28352 * alpha.c (override_options): Add FIX support. Always use
28353 ALPHA_TP_PROG for ev6.
28354 * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
28355 * alpha/elf.h (ASM_FILE_START): Look at FIX too.
28356 * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
28357
28358 Wed May 26 09:53:05 1999 Mark Mitchell <mark@codesourcery.com>
28359
28360 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
28361 something is a candidate for optimize_bit_field_compare.
28362
28363 Wed May 26 09:40:02 1999 Mark Mitchell <mark@codesourcery.com>
28364
28365 * gcc.texi (Passes): Document branch-shortening.
28366 * invoke.texi (Debugging Options): Document the fact that `-dp'
28367 outputs length information for instructions.
28368
28369 Wed May 26 08:49:31 1999 Nick Clifton <nickc@cygnus.com>
28370
28371 * flow.c: Revert previous delta.
28372
28373 Wed May 26 06:05:10 1999 Nick Clifton <nickc@cygnus.com>
28374
28375 * flow.c (insn_dead_p): Check against frame_pointer_rtx not
28376 FRAME_POINTER_REGNUM.
28377 (mark_set_1): Ditto.
28378 (mark_used_regs): Ditto.
28379
28380 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk>
28381
28382 * arm.h (NEED_PLT_GOT): Fix mistake in last change.
28383 (GOT_PCREL): New macro. Define to 1 if not already defined.
28384 * arm/elf.h (GOT_PCREL): Define to 0.
28385 * arm.c (arm_finalize_pic): Take into account the setting of
28386 GOT_PCREL.
28387
28388 Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
28389
28390 * output.h (STRIP_NAME_ENCODING): Provide default definition.
28391 * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
28392
28393 * flow.c (mark_set_1): Do not record BLKmode stores as dead
28394 store elimination candidates.
28395
28396 Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
28397
28398 * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
28399 TARGET_GAS.
28400
28401 Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
28402
28403 * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
28404 Add use of x-aix41-gld.
28405
28406 Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
28407
28408 * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
28409 (ASM_OUTPUT_DESTRUCTOR): Define.
28410
28411 Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
28412
28413 * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
28414 last CODE_LABEL in a loop if we have previously passed a jump
28415 to the top of the loop.
28416
28417 Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
28418
28419 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
28420 applying Philip's patch.
28421
28422 Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
28423
28424 * stmt.c (expand_end_bindings): Ignore any elements of VARS that
28425 are not VAR_DECLs.
28426
28427 Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
28428
28429 * loop.c (strength_reduce): Grow reg_single_usage as needed.
28430
28431 Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
28432
28433 * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
28434 Also remove a useless comment.
28435
28436 Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
28437
28438 * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
28439
28440 Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
28441
28442 * collect2.c (main): Only generate import or export file and add
28443 to link arguments if non-empty. Use xmalloc not alloca.
28444 (write_{export,import}_file): Delete.
28445 (write_aix_file): New function.
28446 (locatelib): Use xmalloc not malloc.
28447 (GCC_OK_SYMBOL): Do not check type if aix64.
28448
28449 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
28450
28451 Based on patch by Scott Bambrough and Pat Beirne:
28452 * config/arm/arm.c (making_const_table): New variable.
28453 * config/arm/arm.h (making_const_table): Declare.
28454 (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
28455 appropriate.
28456 * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
28457 Keep track of when we are building the constant table.
28458
28459 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
28460
28461 * config/arm/arm.c (arm_override_options): Fix erroneous warning
28462 message.
28463
28464 Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
28465
28466 * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
28467 defined.
28468
28469 Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
28470
28471 * tm.texi (FUNCTION_ARG): Correct description of a stack element
28472 in a PARALLEL.
28473
28474 Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
28475
28476 * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
28477
28478 Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
28479
28480 * rs6000.c (output_mi_thunk): Enable full support again.
28481
28482 Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
28483
28484 * sh.h (BRANCH_COST): Define.
28485
28486 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
28487
28488 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
28489
28490 Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
28491
28492 * function.c (assign_stack_local): Align stack slot propertly.
28493 (assign_outer_stack_local): Likewise.
28494
28495 Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
28496
28497 * expr.h (lang_expand_constant): Declare.
28498 * toplev.c (lang_expand_constant): Define it.
28499 * varasm.c (output_constant): Use it.
28500
28501 Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28502
28503 * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
28504 Change function definitions to K&R style.
28505
28506 Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
28507
28508 * fixinc/fixincl.c: We must not ignore SIGCLD now.
28509
28510 Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
28511
28512 * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
28513 * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
28514 (several places): omit static initialization
28515 (process): use single fd, since only the read fd is used
28516 * fixinc/gnu-regex.c: define 'const' away, if not supported
28517 * fixinc/procopen.c(several places): omit static initialization
28518 * fixinc/server.c: define 'volitile' away, if not supported
28519
28520 1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
28521
28522 * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
28523 asm_fprintf and %L to generate the label name.
28524 * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
28525 (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
28526
28527 Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
28528
28529 * jump.c (can_reverse_comparison_p): Do not abort if the comparison
28530 insn for a conditional jump can not be found.
28531
28532 Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
28533
28534 * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
28535 on variables in specific sections other than .sbss and .sdata.
28536
28537 Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
28538
28539 * stmt.c (expand_return): Call start_cleanup_deferral and
28540 end_cleanup_deferral around conditional code.
28541
28542 Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
28543
28544 * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
28545 filename lists. Utilizes new "krstr" AutoGen function.
28546 * fixinc/fixincl.x: Rebuilt.
28547
28548 Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
28549
28550 * i386.c (output_float_compare): Avoid GNU-C extensions.
28551
28552 Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
28553
28554 * version.c: Bump to distinguish mainline tree from the
28555 gcc-2.95 branch.
28556
28557 See ChangeLog.1 for earlier changes.
This page took 1.274156 seconds and 6 git commands to generate.