1 2000-04-22 Zack Weinberg <zack@wolery.cumb.org>
3 * cpphash.c (trad_stringify, add_pat): New functions.
4 (collect_expansion): Restore support for -traditional syntax.
5 Use trad_stringify and add_pat.
6 (_cpp_macroexpand): Restore support for -traditional semantics.
7 * cpplex.c (_cpp_scan_line): Don't change space_before if we
9 (_cpp_lex_token): Provide COMMENT tokens to caller if
10 traditional and parsing_define_directive.
11 (skip_comment): Warn about // comments if -Wtraditional.
12 * cpplib.c (do_define): Fix typo. Create EMPTY nodes with
14 (do_undef): Don't warn about undefining EMPTY nodes.
16 Sat Apr 22 22:35:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
18 * loop.c (strength_reduce): Fix biv removal code.
20 2000-04-22 Richard Henderson <rth@cygnus.com>
22 * predict.c (estimate_probability): Examine both sides of
23 a branch for no exits. Use 90% not 50% for predict taken.
24 Reorg for one copy of note generation code.
26 2000-04-22 Richard Henderson <rth@cygnus.com>
28 * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
30 2000-04-22 Richard Henderson <rth@cygnus.com>
32 * diagnostic.c (init_output_buffer): Don't initialize format_args.
33 (output_clear): Likewise.
34 (output_printf): Use va_copy.
35 (vline_wrapper_message_with_location): Likewise.
36 (v_message_with_decl): Likewise.
37 (line_wrapper_printf): VA_START infor buffer.format_args directly.
38 * system.h (va_copy): Provide default implementation.
40 2000-04-22 Richard Henderson <rth@cygnus.com>
42 * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
43 the collected condition is not a constant.
45 2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
47 * diagnostic.h: New file.
49 * Makefile.in (diagnostic.o): Depends on diagnostic.h
51 * diagnostic.c: Tweak. Rationalize the output logic. Adjust
52 various function prototypes.
53 (diagnostic.h): #include.
54 (struct output_buffer): Move into diagnostic.h.
55 (get_output_prefix): Rename to output_get_prefix. Export.
56 (init_output_buffer): Export. Break out. Ajust intialization.
57 (output_space_left, output_append): Export.
58 (output_newline): Rename to output_add_newline. Export.
59 (output_clear): Nullify additional output_buffer fields.
60 (output_puts): Rename to output_add_string. Export.
61 (dump_output): Rename to output_flush_on. Export.
62 (build_location_prefix): Constify return-type.
63 (emit_output_prefix): Rename to output_emit_prefix. Export.
64 (set_real_maximum_length): New function.
65 (output_set_maximum_length): Ditto
66 (output_clear): Ditto.
67 (output_add_character): Ditto.
68 (output_add_integer): Ditto.
69 (output_add_space): Ditto.
70 (output_format): Ditto.
71 (output_printf): Adjust buffer initialization.
72 (vline_wrapper_message_with_location): Ditto.
73 (v_message_with_decl): Ditto. Adjust call to output_puts
74 and get_output_prefix.
75 (default_print_error_function): Adjust buffer intialization.
77 Sat Apr 22 06:45:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
79 * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
82 Fri Apr 21 18:33:09 2000 Alexandre Oliva <aoliva@cygnus.com>
84 * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
87 Fri Apr 21 18:30:00 2000 Alexandre Oliva <aoliva@cygnus.com>
89 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
90 accurate data about SP moves.
92 Fri Apr 21 18:28:28 2000 Alexandre Oliva <aoliva@cygnus.com>
94 * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
95 aliases to AM33 registers.
97 Fri Apr 21 18:26:17 2000 Alexandre Oliva <aoliva@cygnus.com>
99 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
100 to all EXTENDED bitmaps.
102 Fri Apr 21 18:17:12 2000 Alexandre Oliva <aoliva@cygnus.com>
104 * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
105 * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
106 * config/mn10300/mn10300.c (mn10300_address_cost): New function.
108 Fri Apr 21 18:11:56 2000 Alexandre Oliva <aoliva@cygnus.com>
110 * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
111 the operand is not constant.
113 Fri Apr 21 14:58:29 2000 Denis Chertykov <denisc@overta.ru>
115 * reload.c (find_equiv_reg): Checks all valueno and regno regs
116 as a call-clobbered regs.
118 Fri Apr 21 13:30:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
120 * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
122 * rtl.def: Update comment.
123 * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
124 * integrate.c (expand_inline_function): Likewise.
125 * profile.c (branch_prob): Likewise.
126 * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
127 * print-rtl.c (print_rtx): Likewise.
128 * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
129 (reemit_notes): Likewise; also use enum insn_note.
131 * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
132 (place_field): Properly compute know and actual alignment.
134 * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
137 * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
140 2000-04-21 Zack Weinberg <zack@wolery.cumb.org>
142 * cpphash.c (struct arg, struct arglist): Const-ify strings.
143 (warn_trad_stringify, duplicate_arg_p): New helper functions.
144 (collect_expansion): Rewrite to scan over a token list.
145 Remove -traditional support.
146 (collect_formal_parameters): Rename to collect_params; rewrite
147 to scan over a token list.
148 (_cpp_create_definition): Adjust to scan a token list.
149 (_cpp_macroexpand): Remove -traditional support.
150 (_cpp_compare_defs): Whitespace is now canonicalized.
151 (comp_def_part): Delete function.
153 * cpphash.h: Update prototypes.
154 * cpplex.c (init_token_list): Don't set lineno if there is no
156 (pedantic_whitespace): New function.
157 (_cpp_scan_line): Mark tokens that had hspace before. Don't
158 consume a newline. Use pedantic_whitespace.
159 (_cpp_lex_token): Remove support for -traditional macros.
160 (_cpp_get_define_token): Delete.
161 (_cpp_get_directive_token): Do the real work here. Use
163 (_cpp_init_input_buffer): Initialize pfile->directbuf.
165 * cpplib.c (get_macro_name): Delete.
166 (do_define): Read the entire line into pfile->directbuf, then
167 feed the token list to _cpp_create_definition.
168 * cpplib.h (HSPACE_BEFORE): new define.
169 (struct cpp_reader): Add a toklist member, "directbuf".
171 * predict.c (estimate_probability): New heuristic: if a jump
172 branches around a block with no successors, predict it taken.
173 Disentangle control flow.
175 2000-04-20 Richard Henderson <rth@cygnus.com>
177 * loop.c (emit_iv_add_mult): Revert last change.
179 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
181 * cpplib.h (enum cpp_ttype): Add token types for all
182 punctuators. Distinguish pp-numbers from valid C numbers.
183 Give some tokens better names. Initialize from macro.
184 (struct cpp_name, cpp_token, cpp_toklist): New data
187 * cpplex.c (bump_column, expand_name_space,
188 expand_token_space, init_token_list, cpp_output_list,
189 _cpp_scan_line): New functions.
190 (output_line_command): Add third argument, new line number.
191 * cpphash.h: Update prototypes.
192 * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
195 2000-04-20 Richard Henderson <rth@cygnus.com>
197 * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
199 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
201 * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
204 Thu Apr 20 14:19:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
206 * loop.c (emit_iv_add_mult): Simplify it's input and emit
207 REG_EQUAL note explaining the calculated value.
209 * calls.c (expand_call): Avoid unnecesary precalculation
210 and outgoing parameters space guarding for sibling calls.
211 (store_one_arg): Likewise.
213 Thu Apr 20 08:01:07 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
215 * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
216 (rest_of_compilation): Write sibling dump file and account
217 for time as jump time.
218 * invoke.texi: Update documentation on dump flags.
220 2000-04-19 Marek Michalkiewicz <marekm@linux.org.pl>
222 * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
224 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
226 * cpphash.c (special_symbol): Represent an empty macro with
227 "\r \r " not just "\r ".
228 (_cpp_macroexpand): Correct condition for the foo ( ) special
230 (unsafe_chars): Handle EOF as second argument.
231 (push_macro_expansion): Simplify test for removing escape at
232 end. Do not trim both escapes if there is no text in between.
234 2000-04-19 Jim Blandy <jimb@redhat.com>
236 * dwarf2out.c (DWARF2_ADDR_SIZE): New macro. Use it instead
237 of PTR_SIZE, when appropriate.
239 2000-04-19 Mark Mitchell <mark@codesourcery.com>
241 * system.h (ONLY_INT_FIELDS): Make sure it is defined.
242 (USE_ENUM_BITFIELDS): Fix typo.
244 Wed Apr 19 12:14:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
246 * stor-layout.c (place_field): Set rli->offset_align properly.
248 2000-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
250 * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
251 INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
252 PARM_BOUNDARY): Remove unnecessary casts.
254 Wed Apr 19 12:02:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
256 * calls.c (precompute_arguments): Remove must_preallocate and
258 (expand_call): Update call of precompute_arguments.
260 * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
261 check_insn_for_givs): Break out from ...
262 (strength_reduce) ... here; use for_every_insn_in_loop to call
264 * loop.h (for_every_insn_in_loop): Declare.
265 (loop_insn_callback): New type.
267 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
269 * cpplib.c (do_pragma_poison): Strings in the token buffer are
272 Tue Apr 18 16:04:12 2000 Jim Wilson <wilson@cygnus.com>
274 * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
277 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
279 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
281 * configure.in: Delete --disable-cpplib option and all
282 references to cpp_main.
283 * configure: Regenerate.
284 * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
285 @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
286 cccp.o, cccp, or cppmain. Link cppmain.o straight to
287 cpp$(exeext). Add --no-headers to makeinfo command line when
288 generating INSTALL. Install and uninstall cpp.1 manpage, not
290 * install.texi: Delete all references to cexp.y/cexp.c.
291 Delete ancient instructions for compiling GCC on 3b1.
292 * INSTALL: Regenerate.
294 * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
295 mips/t-elf, mips/t-r3900: Remove references to cccp.c.
296 * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
298 * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
299 which is no longer tested anywhere.
301 * cppinit.c (handle_option): Don't run error message through
304 Tue Apr 18 14:16:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
306 * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
307 * cpperror.c (hashtab.h): Now include.
308 * cppexp.c (hashtab.h): Likewise.
309 * cpplex.c (hashtab.h): Likewise.
310 * cppfiles.c (hashtab.h): Likewise.
311 (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
312 to htab_find_slot_with_hash.
313 * cpphash.c (hashtab.h): Now include.
314 (_cpp_lookup_slot): INSERT is now enum insert_option.
315 * cpphash.h (_cpp_lookup_slot): Likewise.
316 * cppinit.c (hashtab.h): Include earlier.
317 (initialize_builtins): Pass enum to htab_find_slot.
318 * cpplib.c (hashtab.h): Now include.
319 (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
320 (do_pragma_poison, do_assert): Likewise.
321 * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
322 htab_find_slot_with_hash.
323 * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
324 * tree.c (type_hash_add): Likewise.
325 (build1): Minor cleanup.
327 * ggc-common.c: Add missing blanks.
328 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
329 * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
331 * stmt.c (mark_case_node): New function.
332 (mark_case_nesting): Call it.
334 * expmed.c (emit_store_flag): If comparing two-word integer
335 with zero, can optimize NE, EQ, GE, and LT.
337 * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
338 * conflict.c: Minor cleanups.
339 * optabs.c: Add blank line
340 * simplify-rtx.c: Minor cleanups.
342 2000-04-18 Stan Cox <scox@cygnus.com>
344 * gengenrtl.c (genlegend): Fix misspelling.
346 2000-04-18 Robert Lipe <robertlipe@usa.net>
348 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that
349 bitfields of the host compiler are not signed quantities.
350 * config.in: Regenerate.
351 * configure: Regenerate.
352 * system.h (USE_ENUM_BITFIELDS): Added.
353 (ENUM_BITFIELDS): Added.
354 * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
355 (SHORT_ENUM_BUG): Deleted.
356 * tree.h (tree_common): Members `code', `mode', `built_in_class',
358 * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
359 (CODE_FIELD_BUG): Likewise.
360 * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
362 * config/m68k/x-ccur (X_CFLAGS): Likewise.
364 2000-04-18 Mark Mitchell <mark@codesourcery.com>
366 * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
369 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
371 * cppexp.c (lex): Don't assume tokens are NUL terminated.
372 * cpplib.c (do_include, do_import, do_include_next,
373 read_line_number, detect_if_not_defined): Likewise.
374 * cpphash.c (collect_expansion): Likewise.
375 (special_symbol, _cpp_macroexpand): Check return from
377 * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
378 macros. Delete all uses.
380 * gcc.dg/cpp-mi.c: Add two more test cases.
381 * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
383 2000-04-17 Richard Henderson <rth@cygnus.com>
385 * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
386 (reorder_basic_blocks): If no epilogue in rtl, force last block last.
388 2000-04-17 Mark Mitchell <mark@codesourcery.com>
390 * function.c (expand_function_start): Use hard_function_value to
391 compute the RTL to use for DECL_RESULT.
393 Mon Apr 17 23:35:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
395 * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
396 (x86_integer_DFmode_moves, x86_partial_reg_dependency,
397 x86_memory_mismatch_stall): New global variables.
398 (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
399 alloved; fix load penalties for Athlon.
400 * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
401 x86_memory_mismatch_stall): Declare.
402 (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
403 TARGET_MEMORY_MISMATCH_STALL): New.
404 * i386.md (athlon scheduling parameters): Fix latencies according to
405 Athlon Optimization Manual.
406 (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
408 (fsqrt instruction patterns): Set athlon_decode to direct.
409 (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
410 PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
411 (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
412 and TARGET_PARTIAL_REGISTER_STALL machines.
413 (pushdf_nointeger): New pattern.
414 (pushdf_integer): Rename from pushdf.
415 (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
416 (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
418 2000-04-17 Richard Henderson <rth@cygnus.com>
420 * loop.c (canonicalize_condition): Add WANT_REG argument.
421 Stop the search if we match it.
422 * expr.h (canonicalize_condition): Update decl.
423 * predict.c (expected_value_to_br_prob): Use it. Track last
425 (find_expected_value): Remove.
427 * reorg.c (mostly_true_jump): Always use BR_PROB if present.
429 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
431 * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
432 (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
434 * configure.in: Call AC_FUNC_MMAP_FILE.
435 * configure: Regenerate.
436 * config.in: Regenerate.
438 * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
439 * fixinc/fixincl.c: Likewise.
441 2000-04-17 Richard Henderson <rth@cygnus.com>
443 * builtins.c (expand_builtin_expect): New.
444 (expand_builtin): Call it.
445 * builtins.def (BUILT_IN_EXPECT): New.
446 * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
447 * extend.texi: Document it.
449 * predict.c (expected_value_to_br_prob): New.
450 (find_expected_value): New.
451 * basic-block.h (expected_value_to_br_prob): Declare.
452 * toplev.c (rest_of_compilation): Invoke it.
454 * rtl.h (NOTE_EXPECTED_VALUE): New.
455 (NOTE_INSN_EXPECTED_VALUE): New.
456 * rtl.c (note_insn_name): Update.
457 * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
458 cases; handle NOTE_INSN_EXPECTED_VALUE.
460 2000-04-17 Jakub Jelinek <jakub@redhat.com>
462 * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
463 leaf sibcall delay slot if flag_pic.
464 (output_sibcall): Always emit call for leaf sibcall if flag_pic.
466 2000-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
468 * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
470 * fixproto: If fix-header fails, exit with an error.
472 Mon Apr 17 14:59:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
474 * cse.c (struct check_depdendence_data): New.
475 (check_dependence): New function.
476 (invalidate): Use check_depdenence.
478 2000-04-16 Mark Mitchell <mark@codesourcery.com>
480 * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
481 UNITS_PER_WORD is unsigned.
483 * tree.h (struct tree_common): Remove misleading comment.
485 2000-04-16 Dave Pitts <dpitts@cozx.com>
487 * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
488 message in quotes. Otherwise, IBM's make program treats the '#' as the
489 start of a comment and ignores the remainder of the line.
491 * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
493 * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
494 * cexp.y (initialize_random_junk): Likewise.
495 * cppfiles.c (find_include_file): Cast alloca return value.
496 * cppinit.c (initialize_standard_includes): Likewise.
497 * cpplib.c (cpp_define, cpp_undef): Likewise.
498 * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
499 * final.c (output_asm_insn): Allow for holes in EBCDIC.
500 * fold-const.c (CHARMASK): New.
501 (real_hex_to_f): Use it.
502 * real.c (CHARMASK): New.
503 (etoasc, asctoeg): Use it.
504 (asctoeg): EBCDIC lower case characters preceed upper case.
506 * i370.c (mvs_add_label): Change spacing for coding conventions.
507 * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
508 outputing case vectors.
509 (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
510 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
511 since vector in in the data CSECT.
512 (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
513 * i370.md (Many patterns): Put the length in the XL directives.
514 (movdi): Put back STM and MVC in definition.
515 (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
516 pattern using the TCA.
517 * oe.h (CPP_SPEC): Added to allow trigraphs.
518 * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
519 not support the "long long" type.
521 2000-04-16 Mark Mitchell <mark@codesourcery.com>
523 * config/mips/mips-protos.h (mips_legitimate_address_p): New
525 (mips_reg_mode_ok_for_base_p): Likewise.
526 * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
527 (REG_OK_FOR_INDEX_P): Define unconditionally.
528 (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
529 (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
530 * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
531 that GET_MODE_SIZE is unsigned.
532 (mips_reg_mode_ok_for_base_p): Define.
533 (mips_legitimate_address_p): Likewise. Adjust now
534 that GET_MODE_SIZE is unsigned.
535 (block_move_loop): Make the number of bytes unsigned.
536 (expand_block_move): Likewise.
537 (function_arg): Make the loop counter unsigned to match the
540 2000-04-16 Richard Henderson <rth@cygnus.com>
542 * rtl.h (enum insn_note): New enumeration. Subsume
543 NOTE_INSN_DELETED and friends.
544 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
545 * rtl.c (note_insn_name): Tweak string order.
547 2000-04-15 Zack Weinberg <zack@wolery.cumb.org>
549 * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
552 * cpplex.c (output_line_command): Remove debugging prints.
553 (cpp_output_tokens): Don't write out a zero-length buffer or
554 try to see if it has a newline in it.
555 (_cpp_expand_to_buffer): Copy the source buffer before pushing.
556 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
557 the end of the loop. Use memmove. Don't read past the end of
558 the buffer. Remove trailing newlines from error messages.
560 2004-04-16 Neil Booth <NeilB@earthling.net>
562 * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
563 * cpplib.c: Add new syntax flags to directive table, and
566 2000-04-15 Ulrich Drepper <drepper@redhat.com>
568 * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
571 2000-04-15 David Edelsohn <edelsohn@gnu.org>
573 * toplev.c (display_help): Prefix "f" to "sched-verbose=".
574 * haifa-sched.c: Update -fsched-verbose comments to use "=".
576 Sat Apr 15 10:59:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
578 * Makefile.in (ggc-page.o): Now includes toplev.h.
579 * ggc-page.c (toplev.h): Now included.
580 (gc_time): Remove declaration.
581 (ggc_collect): TIME now long.
582 * toplev.c (parse_time, varasm_time, gc_time): Still global; all
584 * toplev.h (gc_time, parse_time, gc_time): New declarations.
586 * toplev.c: Make *_time variable long to reduce chance of overflow.
587 (TIMEVAR): Likewise for `otime'.
588 (print_time): Arg is now long; compute percentage in FP and round.
589 * toplev.h (print_time): Arg is long.
591 * tree.c: Minor whitespace changes.
593 * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
594 * configure: Rebuilt.
595 * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
596 (__fixunsxfDI): Renamed from __fixunsxfdi.
597 (__fixunsdfDI): Renamed from __fixunsdfdi.
598 (__fixunssfDI): Renamed from __fixunssfdi.
599 (__floatdisf): Use proper type in REP_BIT macro.
600 (__fixunsxfSI): Renamed from __fixunsxfsi.
601 (__fixunsdfSI): Renamed from __fixunsdfsi.
602 (__fixunssfSI): Renamed from __fixunssfsi.
603 * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
604 Change location of macros and upper-case some names as above.
605 * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
606 * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
608 * varasm.c (assemble_variable): Add cast to remove warning.
609 (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
611 * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
612 * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
615 2000-04-15 Richard Earnshaw (rearnsah@arm.com)
617 * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
618 call unshare_all_rtl.
620 * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
622 Fri Apr 14 16:58:45 2000 Jim Wilson <wilson@cygnus.com>
624 * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
625 Use .s1 not .s0 for all FP instructions.
627 2000-04-14 Zack Weinberg <zack@wolery.cumb.org>
629 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
631 (safe_fwrite, output_line_command): New static functions.
632 (cpp_expand_to_buffer): Now private to cpplib.
633 (cpp_scan_buffer): Take a printer.
635 * cpphash.h: Update prototypes.
636 * cpplib.h: Update prototypes.
638 (cpp_buffer): Remove last_nominal_fname.
639 (cpp_reader): Remove lineno.
641 * cppmain.c: Use a cpp_printer.
642 * fix-header.c: No need to inhibit line commands. Call
643 cpp_start_read with no printer.
645 * cpperror.c (cpp_notice_from_errno): Provide default name.
646 * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
647 (find_include_file, cpp_read_file): Use make_IHASH.
648 (file_cleanup): Set control_macro and clear
649 input_stack_listing_current here.
650 (_cpp_execute_include): Don't output entering-file marker.
651 * cpphash.c (special_symbol): Look for the line number in the
652 buffer, not the reader.
653 (_cpp_macroexpand): No need to disable line commands.
654 (_cpp_dump_definition): No need to generate line commands.
655 (dump_hash_helper): Remove excess newline from output.
656 * cppinit.c (dump_special_to_buffer): No need to generate line
658 (cpp_printer_init): New.
659 (cpp_start_read): Take a printer, and start it up if it's not
660 NULL. No need to generate line commands.
661 (cpp_finish): Expect no buffers stacked at all. Take a
662 printer argument, and flush the output buffer if it's not
664 * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
665 Don't put two hashes at the beginning of an assertion.
666 (cpp_get_token): Don't increment pfile->lineno or emit line
667 commands here. Return EOF if there's no buffer when we get
669 * cpplib.c (do_define, skip_if_group):
670 No need to disable line commands.
671 (_cpp_output_line_command): Delete function.
672 (do_line): Don't emit line commands here, but set things up so
673 they will be emitted if necessary. Use _cpp_fake_ihash to
674 make unique nominal_fnames if necessary.
675 (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
676 with 0 for column, not -1.
677 (_cpp_handle_eof): Don't set the control macro here. Don't
678 clear input_stack_listing_current here. Don't emit line
681 2000-04-14 Geoff Keating <geoffk@cygnus.com>
683 * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
684 always, use the default SVR4 start address.
686 * config/rs6000/linux.h (LINK_SPEC): Don't define.
687 (LINK_SHLIB_SPEC): Define.
688 (LINK_START_DEFAULT_SPEC): Define.
689 (LINK_OS_DEFAULT_SPEC): Define.
691 * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
693 * config/rs6000/eabi.asm (__eabi): Call __init rather than
694 __do_global_ctors to handle constructors.
695 * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
696 (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
697 (STARTFILE_MVME_SPEC): Likewise.
698 (STARTFILE_SIM_SPEC): Likewise.
699 (ENDFILE_ADS_SPEC): Use crtend.
700 (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
701 (ENDFILE_MVME_SPEC): Likewise.
702 (ENDFILE_SIM_SPEC): Likewise.
703 (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
704 (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
705 (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
706 (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
707 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
708 (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
709 (CRTSTUFF_T_CFLAGS_S): Define.
710 * config/rs6000/eabi-ctors.c: Delete.
712 * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
715 * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
719 Fri Apr 14 16:09:02 2000 Jim Wilson <wilson@cygnus.com>
721 * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
722 plus mask size is smaller or equal to the mode size.
724 Fri Apr 14 18:07:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
726 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
729 * expr.c (reload.h): Now included.
730 (emit_block_move): Set volatile_ok when checking for movstr.
731 (emit_move_1): Check for replacements in addresses in multi-word case.
732 * Makefile.in (expr.o): Now includes reload.h.
734 * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
735 Never have a LIBCALL end a basic block.
736 (find_basic_blocks_1): Likewise.
737 Reorganize CALL_INSN cases.
739 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
741 Fri Apr 14 10:54:22 2000 Jim Wilson <wilson@cygnus.com>
743 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
744 completers from mov.ret instruction.
746 2000-04-14 Richard Henderson <rth@cygnus.com>
748 * fold-const.c (extract_muldiv): Don't distribute and widen
749 multiply across plus for non-sizetype unsigned types.
751 2000-04-14 Richard Henderson <rth@cygnus.com>
753 * flow.c (find_auto_inc): Don't autoinc eliminable registers.
754 If the original source is dead in the incr insn, it's dead now.
756 Fri Apr 14 07:40:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
758 * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
759 see if DECL_BIT_FIELD needs to still be set.
761 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
763 * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
764 print_int_cst_octal with something that's not an INTEGER_CST.
766 * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
767 and not a SUBREG to a FLOAT rtl.
769 Thu Apr 13 19:39:56 2000 Clinton Popetz <cpopetz@cygnus.com>
771 * emit-rtl.c (try_split): Avoid infinite loop if the split
772 results in a sequence that contains the original insn.
774 2000-04-13 Andreas Jaeger <aj@suse.de>
776 * config/mips/mips.c (expand_block_move): Pass alignment
777 argument to move_by_pieces in bits, not bytes.
779 * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
780 __pic__ for little endian.
782 2000-04-13 Andreas Jaeger <aj@suse.de>
784 * config/i386/i386-protos.h: Add prototype for
785 uno_comparison_operator.
787 Thu Apr 13 15:55:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
789 * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
790 * calls.c (ECF_PURE): New flag.
791 (emit_call_1): Handle ECF_PURE calls.
792 (initialize_argument_information): Unset ECF_PURE flag too.
793 (precompute_arguments): Precompute for ECF_PURE too.
794 (expand_call): Handle ECF_PURE calls too.
795 (emit_library_call_value_1): Rename no_queue argument to fn_type,
796 accept value of 2 as pure function.
797 (emit_library_call_value, emit_library_call): Rename no_queue argument
799 * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
801 * tree.h (DECL_IS_PURE): New macro.
802 (struct tree_decl): Add pure_flag.
803 * c-common.c (enum attrs): Add attribute "pure".
804 (init_attributes): Initialize attribute "pure"
805 (decl_attributes): Handle attribute "pure".
806 * extend.texi (Attribute "pure"): Document.
807 * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
809 (flags_from_decl_or_type): Support attribute "pure".
811 2000-04-13 Jason Merrill <jason@casey.cygnus.com>
813 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
814 the token except for numbers and identifiers.
816 Thu Apr 13 00:09:16 EDT 2000 John Wehle (john@feith.com)
818 * i386.c (ix86_expand_binary_operator,
819 ix86_expand_unary_operator): Check no_new_pseudos
820 instead of reload_in_progress and reload_completed.
821 (ix86_split_ashldi, ix86_split_ashrdi,
822 ix86_split_lshrdi): Check no_new_pseudos instead
825 2000-04-12 Jeffrey A Law (law@cygnus.com)
827 * function.c (purge_addressof): Unshare any shared rtl created by
828 purge_addressof and its children.
830 2000-04-12 Mark Mitchell <mark@codesourcery.com>
832 * function.c (aggregate_value_p): VOID_TYPE nodes are never
835 2000-04-05 Andreas Jaeger <aj@suse.de>
837 * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
838 not compiling PIC code, add flags for mabi=64.
839 (SUBTARGET_CPP_SIZE_SPEC): New.
840 (SUBTARGET_CPP_SPEC): New.
841 (CPP_PREDEFINES): Define __PIC__ and __pic__. PIC code is default
842 for MIPS/Linux and lots of code needs these defines.
844 Wed Apr 12 22:44:11 2000 Hans-Peter Nilsson <hp@axis.com>
846 * reorg.c (fill_slots_from_thread): Check side_effects_p when
847 trying the "opposite arithmetic" approach.
849 Wed Apr 12 20:51:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
851 * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
852 (struct sh_args): Add new field force_mem.
853 (INIT_CUMULATIVE_ARGS): Initialize it.
854 (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
856 Wed Apr 12 17:20:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
858 * calls.c (expand_call): Do not reverse args in "equal from" field.
859 (emit_library_call_value_1): Emit_libcall_block for const and pure
862 Wed Apr 12 16:00:25 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
864 * reload1.c (reload_combine): Don't enable optimization for fixed
865 registers when encountering a BARRIER.
867 Wed Apr 12 15:54:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
869 * builtins.c (expand_builtin_memcmp): Do expansion even with
870 !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
872 * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
873 stack is propertly aligned; add sanity checking for aligned
875 (expand_library_call_value_1): Add sanity checking for aligned
878 Wed Apr 12 07:51:54 2000 Catherine Moore <clm@cygnus.com>
880 * calls.c (emit_library_call_value_1): Change 3rd arg to
881 locate_and_pad_parm to disregard the setting of partial.
883 Wed Apr 12 08:47:38 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
885 * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
887 * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
888 CALL_INSN from the normal case.
890 Fri Apr 7 12:23:04 MET DST 2000 Jan Hubicka <jh@suse.cz>
892 * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
893 New global variables.
894 (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
896 * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
898 (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
899 TARGET_ADD_ESP_8): New macros.
900 * i386.md: Add peep2s to convert esp adjustments to push and pop
902 (pushsi_prologue, popsi_epilogue): New patterns.
904 2000-04-12 Jakub Jelinek <jakub@redhat.com>
906 * real.c (toe64): Remove stale #endif from the last change.
908 2000-04-12 Stephen L Moshier <moshier@mediaone.net>
910 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
911 * real.c (toe64): Revert previous change.
913 2000-04-12 Jakub Jelinek <jakub@redhat.com>
915 * objc/objc-act.c: Include ggc.h.
916 (objc_tree_index, objc_global_trees): Convert most of the
917 static tree variables into a static array with previous names
919 (objc_ellipsis_node): New variable.
920 (lang_init): Call objc_act_parse_init and c_parse_init.
921 Create objc_ellipsis_node.
922 (build_selector_translation_table): Use objc_ellipsis_node instead
924 (hack_method_prototype): Likewise.
925 (get_arg_type_list): Likewise.
926 (start_method_def): Likewise.
927 (continue_method_def): Likewise.
928 (gen_method_decl): Likewise.
929 (ggc_mark_imp_list): New function.
930 (ggc_mark_hash_table): New function.
931 (objc_act_parse_init): New function.
932 * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
933 * c-parse.in (c_parse_init): For objc add roots of objc specific
934 local tree variables.
935 * objc/objc-parse.y: Rebuilt.
936 * objc/objc-parse.c: Rebuilt.
937 (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
939 Wed Apr 12 01:00:44 EDT 2000 John Wehle (john@feith.com)
941 * cse.c (delete_trivially_dead_insns): Also delete insns
942 that copy a register to itself where the destination is
945 2000-04-11 Richard Henderson <rth@cygnus.com>
947 * flow.c (struct propagate_block_info): Add new_dead, new_live.
948 (propagate_block): Initialize them. Use them in parallel instead
949 of one tmp variable, ie revert much of the 0408 and 0407 functional
950 changes, but keep the structural changes.
951 (mark_set_regs): Take new_dead from propagate_block_info instead.
952 (mark_set_1, mark_set_reg): Likewise.
953 (mark_used_regs): Likewise with new_live.
954 (mark_used_reg): Likewise. Revert 0408 change.
956 2000-04-11 Nick Clifton <nickc@cygnus.com>
958 * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
960 (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
962 2000-04-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
964 * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
965 const section to output a CONSTRUCTOR based on the same conditions
968 Tue Apr 11 09:55:59 2000 Jeffrey A Law (law@cygnus.com)
970 * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
971 * pa/pa-protos.h (output_call): Add additional argument indicating
972 if the call is a sibling/tail call.
973 (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
974 (compute_64bit_ior, cmpib_comparison_operator): Likewise.
975 (function_arg, function_arg_partial_nregs): Likewise
976 * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
977 (emit_move_sequence): Zero extend certain constants as needed
979 (compute_zdepdi_operands, output_64bit_and): New functions.
980 (output_64bit_ior, function_arg): Likewise.
981 (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
982 (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
983 (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
984 (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
985 (output_bvb): Likewise.
986 (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
987 (output_call): New argument 'sibcall'. Generate sibcall sequences
989 (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT. For
990 (ouput_arg_descriptor): Do not emit argument descriptors for
992 * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
994 (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
995 (FUNCTION_OK_FOR_SIBALL): Define.
996 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
997 (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
998 (CPP_SPEC): Use new spec infrastructure.
999 (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1000 (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1001 (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1002 (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1003 (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1004 (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1005 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1006 (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1007 (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1008 (FUNCTION_ARG); Call out to C code.
1009 (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1010 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1011 (MIN_UNITS_PER_WORD): Likewise.
1012 * pa/pa.md (cmpdi): New expander.
1013 (scc patterns, movstrsi): Not available for TARGET_64BIT.
1014 (64bit conditional arithmetic): New patterns.
1015 (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1016 (movsicc): Not available if modes on all the operands to not match.
1017 (movdicc): New expander and associated patterns.
1018 (64bit branches): New patterns.
1019 (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1020 (pre_ldd, post_std): New patterns.
1021 (64bit addil, load low part): New patterns.
1022 (special movsf constant): Not available for TARGET_64BIT.
1023 (movsf, movdf expanders): Force constants into memory.
1024 (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1025 (64bit movdf/movdi patterns): New patterns.
1026 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1028 (extendqidi2, extendhidi2, extendsidi2): Similarly.
1029 (adddi3 expander): Allow "arith_operand" for second input.
1030 (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1031 (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1032 (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1033 (muldi3): New expander for TARGET_64BIT.
1034 (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1036 (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1037 patterns for TARGET_64BIT.
1038 (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1039 patterns for TARGET_64BIT.
1040 (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1041 (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1042 (sibcall_epilogue): New expander.
1043 (casesi): Tweak for TARGET_64BIT.
1044 (call expanders): Set & use the outgoing argument pointer. Use the
1045 64bit call patterns as needed. Add additional arg to output_call.
1046 (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1047 (sibcall, sibcall_internal_symref): New expanders.
1048 (sibcall_value, sibcall_value_internal_symref
1049 (interspace_jump): Turn into an expander + matching patterns.
1050 (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1051 * pa/pa64-regs.h: Eliminate trigraph sequences.
1052 * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1054 2000-04-11 Zack Weinberg <zack@wolery.cumb.org>
1056 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1057 cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1058 cpp_token with cpp_ttype everywhere.
1059 * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1060 Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1061 CPP_BUF_COL. Line and column numbers are unsigned int, not
1063 * cpplex.c (cpp_buf_line_and_col): Delete.
1064 * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1065 'long lineno' to 'unsigned int lineno'.
1066 (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1068 2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1070 * extend.texi: ISO C99 is not a draft anymore.
1071 * invoke.texi: ISO C++ is not a draft anymore.
1072 * cpp.texi: __cplusplus is required by the ISO standard.
1074 * extend.texi (-fthis-is-variable): Undocument.
1075 * flags.h (warn_template_debugging): Remove declaration.
1076 * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1077 -Wenum-clash, -Wtemplate-debugging): Undocument.
1079 2000-04-10 Nick Clifton <nickc@cygnus.com>
1081 * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
1083 (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
1085 (ARM_SIGN_EXTEND): Use HOST_UINT.
1086 (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
1087 (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
1088 (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
1089 (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
1091 * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
1092 (arm_gen_constant): Use HOST_UINT.
1093 (arm_canonicalize_constant): Use HOST_UINT.
1094 (arm_reload_in_hi): Use HOST_UINT.
1095 (arm_reload_out_hi): Use HOST_UINT.
1096 (output_multi_immediate): Use HOST_UINT.
1097 (int_log2): Use HOST_UINT.
1098 (arm_poke_function_name): Use HOST_UINT.
1099 (arm_output_epilogue): Use arm_volatile_func().
1100 (output_thumb_prologue): Use arm_strip_name_encoding().
1102 Mon Apr 10 15:40:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1104 * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
1105 of sequence point problems.
1107 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
1109 * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
1111 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
1113 Mon Apr 10 07:21:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1115 * sbitmap.h: Whitespace changes and use upper-case macro args.
1116 (struct simple_bitmap_def): All sizes now unsigned.
1117 (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
1118 * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
1119 (sbitmap_vector_alloc): Parms and local vars now unsigned.
1120 (sbitmap_zero): Cast bzero arg to PTR.
1121 (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
1122 (sbitmap_union_of_diffs): Change loop index to unsigned and rework
1123 loop to make structure clearer.
1124 (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
1125 (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
1126 (sbitmap_a_and_b_or_c): Likewise.
1127 (sbitmap_intersection_of_succs): Minor cleanups.
1128 (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
1129 (sbitmap_union_of_preds): Likewise.
1130 (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
1131 (debug_sbitmap): New function.
1133 * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
1134 * c-typeck.c (convert_for_assignment): Likewise.
1136 * expmed.c (init_expmed): Don't free objects we make.
1137 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
1139 * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
1140 (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
1142 * gcse.c (expr_hash_table_size): Now unsigned.
1143 (compute_ae_gen): Local variable `i' now unsigned.
1144 (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
1145 (compute_transout, hoist_code): Likewise.
1146 (compute_local_properties): Likewise, also hash_table_size.
1147 (alloc_expr_hash_table): N_INSNS now unsigned.
1148 (delete_null_pointer_checks): Mark arg F as unused.
1150 * regrename.c: Minor cleanups, including chang some variables
1153 2000-04-10 Neil Booth <NeilB@earthling.net>
1155 * cpplex.c (skip_block_comment): Use pointer arithmetic rather
1157 * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
1159 2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1161 * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
1162 __classof__, and __headof__ from the list of gnu keywords.
1163 (-ansi): Remove -foperator-names from list of implied options.
1164 Do not call it ANSI C++.
1165 (-foperator-names): Document as -fno-operator-names.
1167 2000-04-09 Zack Weinberg <zack@wolery.cumb.org>
1169 * cpphash.c (timestamp): Delete.
1170 (del_HASHNODE): If type is T_MCONST, free value.cpval.
1171 (special_symbol): Remove unnecessary braces. Remove
1172 T_VERSION. Treat T_STDC like T_CONST unless
1173 STDC_0_IN_SYSTEM_HEADERS. Render both __DATE__ and __TIME__
1174 when one is encountered, then convert them into T_MCONST
1176 * cppinit.c (builtin_array): version_string is T_MCONST.
1177 __STDC__ has a "1" in its cpval. Don't have a terminator
1178 entry. Clean up which entries are dumped.
1179 (initialize_builtins): Only __STDC__ gets the special
1180 -traditional treatment. Count the length of builtin_array.
1181 Render version_string here.
1182 * cpphash.h: Remove T_VERSION. Add T_MCONST.
1183 * cpplib.h (struct cpp_reader): Remove timebuf.
1185 2000-04-09 Richard Henderson <rth@cygnus.com>
1187 * genrecog.c (pred): Update comparison_operator for the unordered
1190 * config/i386/i386.c (no_comparison_operator): Disallow unordered
1192 (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
1193 (uno_comparison_operator): New.
1194 (put_condition_code): Handle UNORDERED/ORDERED.
1195 (unsigned_comparison): Likewise.
1196 (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
1197 (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
1198 (ix86_expand_fp_compare): Use them. Take scratch as argument,
1199 update all callers. Handle all 8 unordered operators.
1200 (ix86_expand_setcc): Lose the unordered argument, update all callers.
1201 (ix86_expand_branch): Likewise. Don't fully expand fp branches.
1202 * config/i386/i386.h (PREDICATE_CODES): Update.
1203 * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
1204 (ix86_expand_branch, ix86_expand_setcc): Update.
1205 * config/i386/i386.md (sunordered, sordered): New.
1206 (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
1207 (bunordered, bordered): New.
1208 (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
1209 (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
1210 (*fp_jcc_5, *fp_jcc_6, and splitters): New.
1212 2000-04-09 Philip Blundell <philb@gnu.org>
1214 * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
1216 Sun Apr 9 15:16:14 EDT 2000 John Wehle (john@feith.com)
1218 * i386.md (fix_truncsfhi2, fix_truncdfhi2,
1219 fix_truncxfhi2): New patterns.
1220 * i386.c (output_fix_trunc): Handle converting to HImode.
1222 2000-04-08 Alex Samuel <samuel@codesourcery.com>
1224 * ssa.c (convert_to_ssa): Eliminate dead code when calling
1226 (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
1227 (for_each_successor_phi): Change parameter to basic_block.
1228 (coalesce_regs_in_successor_phi_nodes): Likewise.
1229 (coalesce_regs_in_copies): Likewise.
1230 (compute_coalesced_reg_partition): Use basic_block instead of index.
1231 * rtl.h (convert_to_ssa): Delete.
1232 (convert_from_ssa): Likewise.
1233 (successor_phi_fn): Likewise.
1234 (for_each_successor_phi): Likewise.
1235 (in_ssa_form): Likewise.
1236 * basic-block.h (convert_to_ssa): Moved from rtl.h.
1237 (convert_from_ssa): Likewise.
1238 (successor_phi_fn): Likewise.
1239 (in_ssa_form): Likewise.
1240 (for_each_successor_phi): Likewise. Change parameter to basic_block.
1241 * flow.c (calculate_global_regs_live): Pass a basic_block to
1242 for_each_successor_phi.
1244 2000-04-08 Richard Henderson <rth@cygnus.com>
1246 * flow.c (mark_used_reg): Use reg_set_p to determine if a register
1247 was modified in the current insn.
1249 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
1251 * arm/thumb.md: Delete.
1252 * arm/thumb-protos.h: Delete.
1254 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
1256 Merge changes from merged-arm-thumb-backend-branch onto trunk.
1258 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
1260 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
1263 * arm.md (nop): Use the standard RTL expression. Don't code as a
1265 (*arm_nop, *thumb_nop): Delete.
1267 * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
1268 constants. Use casts instead.
1269 (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
1270 output_multi_immediate, arm_poke_function_name): Likewise.
1271 * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
1272 MASK_RETURN_ADDDR): Likewise.
1274 2000-03-31 Richard Earnshaw (rearnsha@arm.com)
1276 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
1279 * arm.md (eh_epilogue): New function.
1280 * arm.h (struct machine_function): Move to here ...
1281 * arm.c: ... from here.
1282 (arm_output_epilogue): Support epilogues for __builtin_eh_return.
1283 (thumb_exit): Extra parameter eh_ofs. All callers changed.
1284 Handle epilogues for __builtin_eh_return. Make bit-fields unsigned.
1286 2000-03-30 Nick Clifton <nickc@cygnus.com>
1288 * config/arm/semi.h (ASM_SPEC): Restore definition.
1289 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1291 * config/arm/elf.h (ASM_SPEC): Restore definition.
1292 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
1294 * config/arm/arm.h (ASM_SPEC): Remove definition.
1295 (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
1297 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
1299 * config/arm/arm.c: Disable -fschedule-insns for Thumb.
1301 2000-03-24 Nick Clifton <nickc@cygnus.com>
1303 Various formating tidyups, elimination of compile time
1304 warnings and synchronisation with internal sources:
1306 * config/arm/arm-protos.h (assemble_align): Add prototype.
1307 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1308 (gen_comapre_reg): Rename to arm_gen_compare_reg.
1309 (arm_return_addr_rtx): Rename to arm_return_addr.
1311 * config/arm/arm.c: Include except.h.
1312 Define shorter typenames for strict minipool_node and struct
1314 (arm_return_in_memory): For WinCE return all structures <= 32 bits
1316 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
1317 (gen_comapre_reg): Rename to arm_gen_compare_reg.
1319 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
1321 (ASM_SPEC): Define if not already defined.
1322 (ASM_OUTPUT_DEF_FROM_DECLS): Define.
1324 * config/arm/arm.md: Rename references to gen_rotated_half_load to
1325 arm_gen_rotated_half_load, and references to gen_comapre_reg to
1326 arm_gen_compare_reg.
1327 (indirect_jump): Only accept register operands.
1328 (load_indirect_jump): Keep this pattern since combine can generate
1331 * config/arm/coff.h: Include aout.h.
1332 (MULTILIB_DEFAULTS): Only define if not already defined.
1334 * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
1335 into arm.h (so that COFF ports can support thumb based aliases).
1336 (ASM_SPEC): Move definition into arm.h
1338 * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
1339 redundant apcs spec.
1340 (ASM_SPEC): Move definition to arm.h
1342 * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
1344 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
1345 for entries in the .bss section
1347 2000-03-23 Nick Clifton <nickc@cygnus.com>
1349 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
1350 to thumb_far_jump_used_p.
1352 * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
1353 single integer parameter.
1355 * config/arm/arm.c (struct machine_function): Add two new
1356 fields, 'far_jump_used' and 'arg_pointer_live'.
1357 (thumb_far_jump_used_p): Once the decision has been made that
1358 far jumps might be used, always return true.
1359 If being called from the initial elimination offset macro then
1360 do not bother to perform the test if the arg pointer is not
1362 (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
1363 (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
1365 2000-03-23 Richard Earnshaw (rearnsha@arm.com)
1367 * arm.c (output_return_instruction): Handle more cases where we can
1368 return from a function with an ldr instruction.
1369 (arm_output_epilogue): Likewise.
1371 * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
1372 if we need to push a large stack frame and there are no callee-saved
1375 * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
1376 in ARM code if the frame pointer has been eliminated.
1378 * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
1379 unspec_volatile arguments to avoid duplicates.
1380 (consttable_1, consttable_2): Fixes for big-endian mode.
1382 * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
1385 Re-write constant pool code.
1386 * arm.c (minipool_node, minipool_fix): New types.
1387 (minifix): Delete type.
1388 (arm_add_minipool_constant): Delete.
1389 (arm_compute_minipool_offsets, arm_find_barrier,
1390 arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
1391 (get_jump_table_size): Now returns HOST_WIDE_INT.
1392 (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
1394 (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
1395 (assign_minipool_offsets, arm_print_value): Likewise.
1396 (dump_minipool): Rewrite.
1397 (arm_barrier_cost): New function.
1398 (create_fix_barrier): New function.
1399 (push_minipool_barrier): New function.
1400 (push_minipool_fix): Record additional information about the fixup
1402 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
1403 check the mode of what needs fixing.
1404 (arm_reorg): Rewrite.
1406 2000-03-08 Nick Clifton <nickc@cygnus.com>
1408 * config/arm/arm.md (indirect_jump): Force constant addresses into
1411 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
1413 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
1415 2000-02-24 Nick Clifton <nickc@cygnus.com>
1417 * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
1418 adjust is word aligned.
1419 (thumb_expand_epilogue): Make sure that stack adjust is word
1422 * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
1424 2000-02-24 Bernd Schmidt <bernds@cygnus.com>
1426 * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
1427 pointer relative addresses.
1429 2000-02-10 Richard Earnshaw <rearnsha@arm.com>
1431 * arm.c (find_barrier): Find the last barrier within the allowed
1434 2000-02-09 Nick Clifton <nickc@cygnus.com>
1436 * config/arm/arm-protos.h: Replace PROTO with PARAMS.
1438 2000-02-09 Nick Clifton <nickc@cygnus.com>
1440 * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
1441 ARM_FUNCTION_PROFILER.
1443 * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
1444 ARM_FUNCTION_PROFILER.
1446 * config/arm/linux-oldld.h: Imported from mainline sources.
1448 2000-02-07 Nick Clifton <nickc@cygnus.com>
1450 * config/arm/lib1funcs.asm: Merge in thumb functions from
1453 * config/arm/lib1thumb.asm: Delete.
1455 2000-02-04 Nick Clifton <nickc@cygnus.com>
1457 * config/arm/arm.c: Sychronised with current Red hat local
1459 * config/arm/arm.h: Ditto.
1460 * config/arm/arm-protos.h: Ditto.
1462 2000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
1464 * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
1466 * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
1469 2000-02-02 Nick Clifton <nickc@cygnus.com>
1471 * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
1473 * config/arm/arm.md (epilogue): Fix rtl checking abort because
1474 (return) was emited using an emit_insn() call.
1476 2000-01-31 Nick Clifton <nickc@cygnus.com>
1478 * config/arm/arm.c (output_thumb_prologue): Fix bug generating
1480 (thumb_exit): Move frame pointer back into hard frame pointer
1481 register if backtracing is being used.
1483 2000-01-13 Richard Earnshaw (rearnsha@arm.com)
1485 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
1488 1999-12-15 Bernd Schmidt <bernds@cygnus.co.uk>
1490 * config/arm/arm.md (neg_pool_offset): Provide default for new
1492 (arm_movsi_insn): Add neg_pool_offset attribute.
1493 * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
1494 rtx for the insn that starts the scan and an unsigned long for its
1495 address. Add MIN_OFFSET and PINSERTED args. All callers changed.
1496 Change scan to ignore insns before MIN_OFFSET. Store size of inserted
1497 instructions in *PINSERTED.
1498 (struct minipool_fixup): Add MIN_ADDRESS elt.
1499 (sort_fixups): Compute it.
1500 (arm_reorg): Changes to support inserting pools before the insn to be
1503 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
1505 * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
1506 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
1507 * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
1509 Wed Nov 3 10:04:07 1999 Nick Clifton <nickc@cygnus.com>
1511 * config/arm/semi.h (TARGET_VERSION): Do not define if already
1513 (TARGET_DEFAULT): Do not define if already defined.
1515 Tue Nov 2 10:37:25 1999 Nick Clifton <nickc@cygnus.com>
1517 * config/arm/arm.md (anddi3): Allow disjoint source operands.
1518 (iordi3): Allow disjoint source operands.
1519 (xordi3): Allow disjoint source operands.
1520 (negdi2): Permit construction for ARM and Thumb.
1521 (arm_negdi2): Renamed version of old negdi2 pattern.
1522 (thumb_negdi2): New pattern: Only permit non-overlapping
1523 source and destination.
1525 Fri Oct 29 18:52:38 1999 Nick Clifton <nickc@cygnus.com>
1527 * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
1528 scratch low register so that it will not be deleted.
1530 Fri Oct 29 15:23:48 1999 Nick Clifton <nickc@cygnus.com>
1532 * config/arm/pe.h (ARM_PE): Define.
1534 * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
1535 interfacearm attribute if this is a PE toolchain.
1536 (output_return_instruction): Do not emit anything if the function
1537 has the naked attribute set.
1538 (is_called_in_ARM_mode): If the function has the interfacearm
1539 attribute then return true.
1540 (thumb_expand_prologue): Do not generate a prologue for naked
1542 (thumb_expand_epilogue): Do not generate an epilogie for a naked
1544 (output_thumb_prologue): Do not bother if the function is naked.
1545 Strip PE encoding from function name before emitting.
1547 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
1549 * arm.md (pic_load_addr): Fix constraints.
1551 * arm.md (casesi_insn): Fix mis-applied patch.
1553 * arm.md ("core" function unit): Add rules for single- and
1555 (All TARGET_THUMB patterns): Add "type" attribute information
1557 * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
1558 the following insn is a CALL.
1560 * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
1562 * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
1563 ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
1564 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
1566 Wed Oct 27 14:40:48 1999 Nick Clifton <nickc@cygnus.com>
1568 * config/arm/linux-gas.h: oops - this file was missed out when the
1569 branch was created...
1571 Tue Oct 26 17:07:38 1999 Richard Earnshaw <rearnsha@arm.com>
1573 * thumb.c: Deleted. Move contents to ...
1575 * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
1577 * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
1580 * arm-protos.h: Use RTX_CODE and tidy up long lines. Don't
1581 declare a prototype for asm_output_align();
1583 * arm.c (thumb_condition_code): Delete.
1584 (arm_print_operand): Always use arm_condition_code array.
1586 * arm.c (thumb_return_addr_rtx): Delete.
1587 (arm_save_machine_status, arm_restore_machine_status): Delete.
1588 (arm_init_machine_status, arm_mark_machine_status): New functions.
1589 (arm_init_expanders): Update accordingly.
1590 (arm_return_addr): Renamed from arm_return_addr_rtx. Rewrite.
1591 (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
1592 * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
1594 Tue Oct 26 13:24:16 1999 Nick Clifton <nickc@cygnus.com>
1596 * configure.in : Fix arm-*-aout target to use new t-arm-aout
1598 * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
1601 Tue Oct 26 11:27:12 1999 Nick Clifton <nickc@cygnus.com>
1603 * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
1604 stack backtrace structure.
1606 * config/arm/arm-protos.h: Add prototypes for functions defined in
1609 * config/arm/arm.c (arm_override_options): Fix selection of
1610 attributes of default processor.
1612 * config/arm/coff.h: Delete needless #include.
1614 * config/arm/pe.c: Delete unused code.
1616 * config/arm/pe.h (CPP_DEFINES): Delete
1617 (SUBTARGET_CPP_SPEC): Define.
1618 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
1620 * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
1622 Mon Oct 25 15:42:09 1999 Richard Earnshaw (rearnsha@arm.com)
1624 * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
1626 (CAN_DEBUG_WITHOUT_FP): Define.
1627 (FIXED_REGISTERS): Make r11 call-saved.
1628 (CALL_USED_REGISTERS): Likewise.
1629 (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
1630 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
1631 frame-pointer is required.
1632 (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
1633 * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
1634 if the target normally needs a stack frame in non-leaf functions.
1635 (use_return_insn): Correct logic for determining when a return
1636 instruction can be used.
1637 (output_return_instruction): Handle the frame-pointer register as
1638 a normal register when not TARGET_APCS_FRAME.
1639 (arm_output_prologue): Likewise.
1640 (arm_output_epilogue): Likewise.
1641 (output_func_epilogue): Likewise.
1642 (arm_expand_prologue): Likewise.
1643 * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
1645 * arm.c (use_return_insn): No need to check floating point regs if
1647 (arm_find_minipool_constant): Correct typo; use GET_CODE to get
1648 the code of value stored in the minipool array.
1649 (arm_add_minipool_constant): Likewise.
1651 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1653 * basic-block.h (conflict_graph_enum_fn): K&R fix.
1655 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1657 * tree.c (tree_expr_nonnegative_p): New function.
1659 * tree.h (tree_expr_nonnegative_p): Declare.
1661 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
1662 elide some sign_compare warnings.
1663 (build_conditional_expr): Likewise.
1665 Sat Apr 8 00:21:51 EDT 2000 John Wehle (john@feith.com)
1667 * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
1669 * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
1670 * i386.c (print_operand): Use the proper suffix for a 387 HImode
1671 operand. Abort if a 387 operand has an unsupported size.
1673 2000-04-08 Neil Booth <NeilB@earthling.net>
1675 * cppexp.c (parse_charconst): Null does not end character
1677 * cppinit.c (ISTABLE): Null character handled as whitespace.
1678 * cpplex.c (null_warning): new function.
1679 (skip_string): Emit warning if nulls encountered.
1680 (_cpp_skip_hspace): Emit warning if nulls encountered.
1681 (_cpp_lex_token): Emit warning if nulls encountered. Drop
1685 2000-04-07 Richard Henderson <rth@cygnus.com>
1687 * flow.c (loop_depth): Remove.
1688 (reg_next_use, cc0_live, mem_set_list): Replace with ...
1689 (struct propagate_block_info): New.
1690 (life_analysis): Don't allocate reg_next_use.
1691 (propagate_block_delete_insn): Break out of propagate_block.
1692 Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
1693 (propagate_block_delete_libcall): Likewise.
1694 (propagate_block): Create a propagate_block_info struct to pass
1695 to subroutines. Allocate one not two temporary regsets. Don't
1696 clobber memory for const calls. Look for clobbers in
1697 CALL_INSN_FUNCTION_USAGE.
1698 (mark_set_regs): Recognize COND_EXEC.
1699 (mark_set_reg): Break out of mark_set_1.
1700 (mark_used_reg): Break out of mark_used_regs.
1701 (mark_used_regs): Recognize COND_EXEC.
1702 (insn_dead_p): Use propagate_block_info struct.
1703 (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
1704 (find_auto_inc, try_pre_increment_1): Likewise.
1705 (print_rtl_with_bb): Dump regs live at end too.
1706 (count_reg_sets_1): Pass in loop_depth.
1707 (count_reg_sets, count_reg_references): Likewise.
1708 (recompute_reg_usage): Provide it.
1710 2000-04-07 Richard Henderson <rth@cygnus.com>
1712 * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
1715 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
1717 * cpplib.c (do_elif): Skip the rest of the line if we're
1718 not going to bother evaluating it.
1719 (skip_if_group): Clear pfile->only_seen_white. Reorder loop
1720 to avoid pointless calls to the lexer.
1722 Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
1724 * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
1726 2000-04-07 Jason Merrill <jason@casey.cygnus.com>
1728 * calls.c (expand_call): emit_queue if we're trying a sibcall.
1730 2000-04-07 Jakub Jelinek <jakub@redhat.com>
1732 * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
1734 2000-04-06 Geoff Keating <geoffk@cygnus.com>
1736 * Makefile.in: Build crtbeginS and crtendS like crtbegin and
1737 crtend so they can be multilibbed.
1738 (STAGESTUFF): Remove s-crt and s-crtS.
1740 2000-04-07 Richard Henderson <rth@cygnus.com>
1742 * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
1743 if we discover we need a pseudo and no_new_pseudos is true.
1744 * config/alpha/alpha.md (ne:DI insn): New.
1745 (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
1747 2000-04-07 Richard Henderson <rth@cygnus.com>
1749 * rtl.def (COND_EXEC): New.
1750 * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
1751 * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
1753 * genconfig.c (have_cond_arith_flag): Remove.
1754 (have_cond_exec_flag): New.
1755 (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
1756 (main): Print HAVE_conditional_execution.
1758 * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
1759 (sched_analyze_insn, print_pattern): Likewise.
1760 * reload.c (find_equiv_reg): Likewise.
1761 * rtlanal.c (reg_referenced_p): Likewise.
1762 (note_stores, dead_or_set_regno_p): Likewise.
1763 (reg_overlap_mentioned_p): Rewrite to use a switch.
1765 * ggc.h (struct rtx_def): Forward declare.
1767 * print-rtl.c (debug_rtx_range): New.
1768 * rtl.h (debug_rtx_range): Declare.
1770 * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
1772 * gcse.c (gcse_main): Don't rebuild the CFG here.
1773 (delete_null_pointer_checks): Likewise.
1774 * ssa.c (convert_to_ssa): Likewise.
1775 * toplev.c (rest_of_compilation): Do it here instead. Combine
1776 sequential calls to TIMEVAR. Consistently use `insns' instead of
1777 `get_insns()'. Always split insns after reload when optimizing.
1779 * basic-block.h (merge_blocks_nomove): Declare.
1780 (tidy_fallthru_edge): Declare.
1781 * flow.c (merge_blocks_nomove): Document as merging into previous
1782 blocks. Remove cruft from between blocks; remove all edges out of A.
1783 (tidy_fallthru_edge): Export.
1785 2000-04-06 Alex Samuel <samuel@codesourcery.com>
1787 * ssa.c (compute_conservative_reg_partition): Declare with
1789 * toplev.c (clean_dump_file): Remove previously-deleted function
1790 inadvertantly merged back in.
1791 * conflict.c (conflict_graph_add): Use a single call to
1792 htab_find_slot to look up and insert.
1794 2000-04-06 Richard Henderson <rth@cygnus.com>
1796 * genrecog.c (*): Rename _last_insn to last_insn.
1797 (make_insn_sequence): Set the position of the peephole2 C test
1798 to be at the last insn.
1800 2000-04-06 Richard Henderson <rth@cygnus.com>
1802 * flow.c (compute_flow_dominators): Free worklist.
1804 2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
1806 * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
1808 2000-04-06 Alex Samuel <samuel@codesourcery.com>
1810 * rtl.h (INSN_P): New macro.
1811 (successor_phi_fn): New typedef.
1812 (for_each_successor_phi): New prototype.
1813 (in_ssa_form): New variable.
1814 (PHI_NODE_P): Likewise.
1815 * flow.c (calculate_global_regs_live): Add to new_live_at_end from
1816 phi nodes in successors.
1817 (mark_used_regs): Add PHI case.
1818 (set_phi_alternative_reg): New function.
1819 (life_analysis): Assert that dead code elimination is not selected
1821 * toplev.c (to_ssa_time): New variable.
1822 (from_ssa_time): Likewise.
1823 (compile_file): Zero to_ssa_time and from_ssa_time.
1824 Print time to convert to and from SSA.
1825 (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
1826 (print_time): Compute percent fraction as integer.
1827 * ssa.c (PHI_NODE_P): Moved to rtl.h.
1828 (convert_to_ssa): Check if we're already in SSA.
1829 Don't eliminate dead code in life_analysis.
1830 Rerun flow and life analysis at bottom.
1831 (eliminate_phi): Use canonical regnos when adding nodes.
1832 (mark_reg_in_phi): New function.
1833 (mark_phi_and_copy_regs): Likewise.
1834 (convert_from_ssa): Rerun life analysis at top.
1835 Use coalesced partition.
1836 Check for removing a phi node at the end of the block.
1837 (compute_coalesced_reg_partition): New function.
1838 (coalesce_regs_in_copies): Likewise.
1839 (coalesce_reg_in_phi): Likewise.
1840 (coalesce_regs_in_sucessor_phi_nodes): Likewise.
1841 (for_each_successor_phi): Likewise.
1842 (rename_context): New struct.
1843 (rename_block): Use a rename_context with rename_insn_1. When
1844 renaming sets of a subreg, emit a copy of the entire reg first.
1845 (rename_insn_1): Treat data as a rename_context *. Save current
1847 (rename_set_data): Add field set_insn.
1848 * Makefile.in (HASHTAB_H): Move up in file.
1849 (OBSTACK_H): New macro.
1850 (collect2.o): Use OBSTACK_H in dependencies.
1851 (sdbout.o): Likewise.
1852 (emit-rtl.o): Likewise.
1853 (simplify-rtx.o): Likewise.
1854 (fix-header.o): Likewise.
1855 (OBJS): Add conflict.o.
1856 (conflict.o): New rule.
1857 * basic-block.h: Include partition.h.
1858 (conflict_graph): New typedef.
1859 (conflict_graph_enum_fn): Likewise.
1860 (conflict_graph_new): New prototype.
1861 (conflict_graph_delete): Likewise.
1862 (conflict_graph_add): Likewise.
1863 (conflict_graph_conflict_p): Likewise.
1864 (conflict_graph_enum): Likewise.
1865 (conflict_graph_merge_regs): Likewise.
1866 (conflict_graph_print): Likewise.
1867 (conflict_graph_compute): Likewise.
1868 * conflict.c: New file.
1870 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1872 * tlink.c (read_repo_files): Don't look for .rpo info for
1875 Thu Apr 6 20:39:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1877 * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
1879 Thu Apr 6 19:34:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1881 * config/sh/lib1funcs.asm (___udivsi3_i4):
1882 ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
1883 only depends on FMOVD_WORKS.
1885 Thu Apr 6 19:11:47 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1887 * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
1888 make double constant 8-byte aligned.
1890 2000-04-06 Jakub Jelinek <jakub@redhat.com>
1892 * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
1893 movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
1894 movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
1895 (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
1896 Accept storing GENERAL_REGS into offsetable memory.
1897 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
1898 building a TFmode constant other than 0.0L into GENERAL_REGS.
1900 2000-04-06 Clinton Popetz <cpopetz@cygnus.com>
1902 * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
1904 2000-04-06 Zack Weinberg <zack@wolery.cumb.org>
1906 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
1907 (macro_cleanup): No need to cast pbuf->macro.
1908 (collect_expansion): Use _cpp_get_define_token. Goto done if
1909 it returns VSPACE. Remove check for trailing space after
1911 (_cpp_create_definition): Don't diddle flags here. Return
1913 (unsafe_chars): Handle c1 being EOF.
1914 (push_macro_expansion): Use unsafe_chars for both accidental-paste
1915 checks. Don't push the buffer till after we're done with
1917 * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
1918 (PEEKN, FORWARD, GETC, PEEKC): Use them.
1919 (cpp_push_buffer): Don't set new->alimit. Set new->mark
1921 (_cpp_parse_assertion): Don't NUL terminate.
1922 (_cpp_lex_token): Fix -traditional macro handling. Don't skip
1923 hspace before calling _cpp_parse_assertion. Remove all sets
1924 of only_seen_white. Treat '\f' as hspace. Don't do anything
1925 special with '\n' here.
1926 (maybe_macroexpand): Handle T_EMPTY hash entries without
1927 pushing a buffer at all.
1928 (cpp_get_token): Handle clearing only_seen_white here. Handle
1929 incrementing the line number here. Clear
1930 potential_control_macro as well as only_seen_white, if
1932 (cpp_get_non_space_token): Don't eat CPP_POP tokens.
1933 (_cpp_get_define_token): New function, basically like
1934 _cpp_get_directive_token was but doesn't eat horizontal space.
1935 Don't do anything with only_seen_white here.
1936 (_cpp_get_directive_token): Just call _cpp_get_define_token
1937 repeatedly till it returns non-hspace.
1939 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
1940 (conditional_skip, skip_if_group): Return int.
1941 (DIRECTIVE_TABLE): Change origin of all conditional directives
1943 (TRAD_DIRECT_P): New macro.
1944 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue
1945 an error for a bogus directive, unless -lang-asm. Use
1946 TRAD_DIRECT_P. Loop calling handler functions till one returns
1948 (get_macro_name): Don't diddle flags here.
1949 (do_define): Diddle flags here. Use _cpp_get_directive_token.
1950 Create T_EMPTY nodes for #define macro /* nothing */.
1951 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
1952 Use hp->name when calling pass_thru_directive.
1953 (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
1954 Return the result of conditional_skip and/or skip_if_group.
1955 Don't call _cpp_output_line_command.
1956 (consider_directive_while_skipping): Use _cpp_get_directive_token.
1957 Issue -Wtraditional warnings as appropriate. Don't complain
1958 about unrecognized directives. If we are to stop skipping,
1959 return the number of the directive that ended the skip.
1960 (skip_if_group): Use _cpp_get_directive_token. Turn off macro
1961 expansion and line commands while skipping. Return the result
1962 of consider_directive_while_skipping, if nonzero.
1963 (do_endif): Just set potential_control_macro here.
1964 (validate_else): Use _cpp_get_directive_token.
1965 (do_assert, do_unassert): Don't save pointers into the
1966 token_buffer across calls to the lexer. Use
1967 _cpp_get_directive_token.
1969 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
1970 pointer, not an offset. Replace 'data', which was a generic
1971 pointer, with 'macro', which points to a struct hashnode.
1972 (cpp_reader): Add 'potential_control_macro' pointer.
1973 * cpphash.h (T_UNUSED): Replace with T_EMPTY.
1974 (CPP_BUF_GET, CPP_FORWARD): Delete.
1975 (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
1976 (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
1977 ACTIVE_MARK_P): Update.
1978 (_cpp_get_define_token): New internal function.
1979 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
1981 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
1983 * configure.in: And here.
1984 * configure: Regenerate.
1985 * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
1986 --enable-libstdcxx-v3 is passed at configure time.
1987 * config.h.in: Regenerate.
1989 2000-04-05 Mark Mitchell <mark@codesourcery.com>
1991 * final.c (final): Use xcalloc to allocate line_note_exists.
1992 * function.c (free_after_compilation): Free the temp_slots.
1993 (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
1994 (combine_temp_slot): Free temp_slots when they get combined.
1995 (purge_addressof): Fix typo in comment.
1996 * stmt.c (mark_goto_fixup): Mark the fixup itself.
1997 (expand_fixup): Allocate the fixup with ggc_alloc_obj.
1999 * ggc.h: Include varray.h.
2000 (ggc_pending_trees): Declare.
2001 (ggc_mark_tree_children): Remove declaration.
2002 (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2003 * ggc-common.c (ggc_pending_trees): New variable.
2004 (ggc_mark_roots): Call ggc_mark_trees.
2005 (ggc_mark_tree_children): Rename to ggc_mark_trees. Process all
2006 the ggc_pending_trees.
2007 * Makefile.in (GGC_H): New variable. Use it throughout in place
2010 Thu Apr 6 00:30:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2012 * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2015 Wed Apr 5 23:17:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2017 * sh.c (sh_insn_length_adjustment): New function.
2018 * sh-protos.h (sh_insn_length_adjustment): Declare.
2019 * sh.h (ADJUST_INSN_LENGTH): Use it.
2021 Wed Apr 5 12:35:18 2000 Hans-Peter Nilsson <hp@axis.com>
2023 * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2024 from the insn where REG_RETVAL is added.
2025 (emit_no_conflict_block): Ditto.
2027 * md.texi (Standard Names): Clarify when movX is needed.
2029 * combine.c (simplify_comparison) [MINUS]: Do not replace
2030 all (op (minus A B) 0) with (op A B).
2032 Wed Apr 5 18:03:31 2000 Toshiyasu Morita (toshi.morita@sega.com)
2033 J"orn Rennecke <amylaar@cygnus.co.uk>
2035 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2036 (block_lump_real): Likewise.
2038 2000-04-05 Chris Demetriou <cgd@netbsd.org>
2040 * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2041 remaining non-zero debugging masks.
2043 Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
2045 * basic-block.h (verify_flow_info): Declare.
2046 (flow_loop_outside_edge_p): Declare.
2047 * flow.c (verify_flow_info): Remove declaration.
2048 (clear_log_links, flow_loop_outside_edge_p): Likewise.
2050 Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
2052 * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2055 2000-04-05 Jakub Jelinek <jakub@redhat.com>
2057 * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2058 snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2059 seqdi_zero_trunc+1): Allow splits only if registers are
2062 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
2064 * acconfig.h: Add HAVE_GAS_HIDDEN.
2065 * config.in: Regenerated.
2066 * configure.in: Add test for .hidden pseudo-op in gas.
2067 * configure: Regenerated.
2068 * crtstuff.c: Include auto-host.h.
2069 Emit additional .hidden pseudo-op for __dso_handle if the
2070 assembler knows about it.
2072 2000-04-04 Philippe De Muyter <phdm@macqel.be>
2074 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2075 before freeing argnames.
2076 * cpplib.c (do_ifndef): Cast return value of xstrdup.
2078 2000-04-05 Michael Meissner <meissner@redhat.com>
2080 * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2081 Walton <jonboy@gordian.com> to make memory references with update
2082 work wtih -mregnames.
2084 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2086 * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
2087 (regrename_optimize): Rename variables `def_uses' and
2088 `ext_basic_blocks' to avoid conflicts with similarly named
2089 typedefs in traditional C.
2091 * calls.c (initialize_argument_information): Fix typo in previous
2094 2000-04-04 Richard Henderson <rth@cygnus.com>
2096 * regrename.c (consider_available): Test fixed_regs not
2097 PIC_OFFSET_TABLE_REGNUM.
2099 2000-04-04 Geoff Keating <geoffk@cygnus.com>
2101 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
2103 (CRTSTUFF_T_CFLAGS_S): Delete definition.
2104 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
2105 (ENDFILE_LINUX_SPEC): Always use crtend.
2106 * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
2107 (powerpc-*-linux-gnu): Likewise.
2108 * configure: Regenerate.
2110 * config/rs6000/eabi.h: Don't include sysv4.h.
2111 (MULTILIB_DEFAULTS): Don't define.
2112 * config/rs6000/eabiaix.h: Don't include eabi.h.
2113 * config/rs6000/eabile.h: Delete.
2114 * config/rs6000/eabilesim.h: Delete.
2115 * config/rs6000/eabisim.h: Don't include eabi.h.
2116 * config/rs6000/linux.h: Don't include sysv4.h.
2117 (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
2118 (MULTILIB_DEFAULTS): Don't redefine.
2119 * config/rs6000/rtems.h: Don't include eabi.h.
2120 * config/rs6000/sol2.h: Don't include sysv4le.h.
2121 * config/rs6000/sysv4le.h: Don't include sysv4.h.
2122 * config/rs6000/t-ppc: Delete.
2123 * config/rs6000/t-ppcgas: Correct comment.
2124 * config/rs6000/t-ppcos: Correct comment. Don't build
2125 multilibs for -fPIC, rather use -fPIC -mstrict-align
2127 * config/rs6000/t-ppc: Delete.
2128 * config/rs6000/vxppc.h: Don't include sysv4.h.
2129 * config/rs6000/vxppcle.h: Delete.
2130 * configure.in: Use multiple header files for p2pc ELF targets
2131 powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
2132 powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
2133 powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
2134 powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is
2135 always available for these platforms.
2137 2000-04-04 Richard Henderson <rth@cygnus.com>
2139 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
2141 2000-04-04 Stan Cox <scox@cygnus.com>
2143 * Makefile.in: Add rules for regrename.o
2144 * regrename.c: New file.
2145 * rtl.h (regrename_optimize): Add prototype.
2146 * toplev.c (rename_registers_dump, flag_rename_registers): New variables
2147 (compile_file, decode_d_option): Add support for -frename-registers.
2148 (rest_of_compilation): Call regrename_optimize.
2149 * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
2152 2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2154 * Makefile (gccbug): New target.
2155 (doc): Depend on it.
2156 * gcc.texi (Bugs): Link subnodes.
2158 * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
2159 Document severities, priorities, and classes in bug form.
2161 2000-04-04 Zack Weinberg <zack@wolery.cumb.org>
2163 * cpplex.c (trigraph_map, speccase): Combine into single
2165 (NORMAL, NONTRI): New macros.
2166 (_cpp_read_and_prescan): Change to use unified table. Use
2167 is_hspace to test for whitespace.
2169 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
2170 definition that doesn't provoke the "empty body in an
2171 if-statement" warning.
2173 2000-04-04 Clinton Popetz <cpopetz@cygnus.com>
2175 * builtins.c (expand_builtin_strlen): Force the source to
2176 be a memory address.
2178 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2180 * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
2182 Tue Apr 4 19:17:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
2184 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
2185 ECF_LONGJMP, ECF_FORK_OR_EXEC): New constants.
2186 (ECF_IS_CONST): Rename to ECF_CONST.
2187 (special_function_p): Make static, change interface.
2188 (flags_from_decl_or_type, try_to_integrate): Break out from ...
2189 (expand_call) ... here; convert number of variables to flags.
2190 (emit_library_call_vlue_1): Likewise.
2191 (setjmp_call_p): New function.
2192 (initialize_argument_information): Accepts flags as argument;
2194 (precompute_arguments): Likewise.
2195 * tree.h (special_function_p): Remove.
2196 (setjmp_call_p): Add prototype.
2198 2000-04-04 Jakub Jelinek <jakub@redhat.com>
2200 * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
2201 so that addresses are offsetable by up to 16 bytes.
2202 (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
2203 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
2206 * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
2207 (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
2208 (movsf): Don't force any constant to memory if target is integer
2210 Move fp_zero_operand check below the const0_rtx check.
2211 (movtf): Likewise. Also allow fp_zero_operand for stores into
2213 (movdf): Likewise. Also allow fp_zero_operand for stores into
2214 memory and into integer hard registers.
2215 (clear_df, clear_dfp, movdf_const_intreg_sp32,
2216 movdf_const_intreg_sp64): Remove.
2217 (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
2219 (movdf_no_e_insn_v9_sp32): New pattern.
2220 (movdf_insn_v9only): Remove.
2221 (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
2222 (movdf_insn_sp64): Remove.
2223 (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
2224 (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
2225 (following splits): Rewrite conditions. Add two new splits
2226 for storing 0.0 into memory and registers.
2227 (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
2228 (movtf_insn_sp32): Redo constraints and conditions.
2229 (movtf_insn_vis_sp32): New pattern.
2230 (movtf_no_e_insn_sp32): Redo constraints and conditions.
2231 (movtf_insn_hq_sp64): Likewise.
2232 (movtf_insn_hq_vis_sp64): New pattern.
2233 (movtf_insn_sp64): Redo constraints and conditions.
2234 (movtf_insn_vis_sp64): New pattern.
2235 (movtf_no_e_insn_sp64): Redo constraints and conditions.
2236 (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
2238 * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
2239 -mvis or -m64 to take down the number of various reload patterns.
2241 Tue Apr 4 00:41:53 2000 Jeffrey A Law (law@cygnus.com)
2243 * pa/pa-64.h: New file.
2244 * pa/pa64-regs.h: New file.
2245 * pa/pa64-start.h: New file.
2246 * pa/t-pa64: New file.
2247 * pa/xm-pa64hpux.h: New file.
2249 2000-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2251 * sparc.c (output_restore_regs): Prototype.
2252 (sparc_emit_float_lib_cmp): Constification.
2254 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
2256 * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
2259 * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
2260 (get_value_hash, hash_rtx): Likewise.
2262 * ssa.c (compute_conservative_reg_partition): Prototype.
2264 * tree.c (mark_hash_entry): Prototype.
2266 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
2268 * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
2269 * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
2270 * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
2272 * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
2273 * objc/lang-specs.h: Likewise.
2275 2000-04-03 Neil Booth <NeilB@earthling.net>
2277 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
2278 and SYNTAX_ERROR2. Replace `' in messages with ''.
2279 (op_to_str): Make re-entrant.
2280 (_cpp_parse_expr): Implement new error macros. Use | rather
2281 than || to logically or 2 boolean integers. Simply expression
2282 checking we have a left operand iff needed.
2284 2000-04-03 Nick Clifton <nickc@cygnus.com>
2286 * Makefile.in (diagnostic.o): Depend upon diagnostic.c
2288 2000-04-03 Philip Blundell <philb@gnu.org>
2290 * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
2292 2000-04-03 Felix Lee <flee@cygnus.com>
2294 * fixinc/server.c (find_shell): New function. Avoid $SHELL.
2295 (run_shell): Use it.
2297 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk>
2299 * Makefile.in (stmp-int-hdrs): Make include subdir here...
2300 (stmp-fixproto): ...rather than here.
2302 Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com>
2304 * pa.c (print_operand): Compute 'base' only inside the code paths
2307 2000-04-03 Geoffrey Keating <geoffk@cygnus.com>
2309 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
2312 2000-04-03 Philipp Thomas <pthomas@suse.de>
2314 * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
2316 Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
2318 * Makefile.in (alias.o): Depend on $(TREE_H).
2320 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
2322 * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2324 * cpplib.c (_cpp_handle_directive): Improve warnings for
2325 traditional C and indented directives.
2327 * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
2328 fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
2329 fixinc/inclhack.def: Indent the # of #include_next one space.
2330 * cp/rtti.c: Un-indent #if and #endif.
2332 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
2333 syntax error, but an error has already been printed.
2334 * cpplex.c (_cpp_parse_assertion): Give a more specific error
2335 message when called with nothing remaining on the line.
2336 (_cpp_lex_token): If _cpp_parse_assertion fails, return an
2337 OTHER token, not an ASSERTION.
2338 * cpplib.c (do_assert): When we create a 'base' node, clear
2339 its aschain pointer.
2341 2000-04-02 Neil Booth <NeilB@earthling.net>
2343 * cppexp.c: New typedef op_t. struct operation and struct
2344 token updated to use it.
2345 (op_to_str): New function.
2346 (_cpp_parse_expr): Error messages modified to use op_to_str.
2348 2000-04-02 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2350 * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
2351 before checking MUST_PASS_IN_STACK.
2353 2000-04-02 Neil Booth <NeilB@earthling.net>
2355 * cppexp.c: New FINISHED dummy token. Combine operator initial
2356 flags and initial priority into a single constant. New
2357 EQUALITY macro. New operator flag SHORT_CIRCUIT.
2358 (_parse_cpp_expr): Implement new constants. Take left operand
2359 checks out of reduction loop. Handle SHORT_CIRCUIT. End of
2360 parse indicated by reducing FINISHED token. Remove new lines
2361 from cpp_error messages.
2363 2000-04-01 Mark Mitchell <mark@codesourcery.com>
2365 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
2368 2000-04-01 Zack Weinberg <zack@wolery.cumb.org>
2370 * cpplib.c: Include symcat.h. Add 'origin' field to struct
2371 directive. Add origin values to DIRECTIVE_TABLE. Generate
2372 the strings and function names on the fly. Take the #sccs
2373 entry out of the table if SCCS_DIRECTIVE is not defined.
2374 (_cpp_handle_directive): Decide if the # was at the beginning
2375 of the line here. Issue -pedantic warnings for extended
2376 directives here. Warn about K+R directives with the #
2377 indented, and C89/extended directives with the # not indented,
2379 (do_import, do_include_next, do_warning, do_ident, do_sccs,
2380 do_assert, do_unassert): Don't issue pedantic warning here.
2382 * cpphash.h: Add CPP_WTRADITIONAL macro.
2383 * cpplib.h (struct cpp_options): Rename warn_stringify to
2384 warn_traditional; update comments.
2385 * cppinit.c (handle_option): Set warn_traditional not
2387 * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
2388 CPP_WTRADITIONAL (pfile).
2389 * cpplex.c (_cpp_lex_token): Don't decide if directives should
2390 be ignored in -traditional mode here.
2392 * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
2393 to initialize speccase[] and trigraph_map[]. Delete all
2394 references to pfile->input_speccase. Always treat '?' as a
2395 special character. Remove table-initialization code from
2396 _cpp_init_input_buffer.
2398 * cpplib.h (struct cpp_reader): Remove input_speccase field.
2399 * cppinit.c (cpp_cleanup): Don't free input_speccase.
2401 2000-04-01 Richard Henderson <rth@cygnus.com>
2403 * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
2404 (mostlyclean): Likewise.
2406 * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
2407 (struct dump_file_info, enum dump_file_index, dump_file): New.
2408 (open_dump_file): Take a dump_file_index not a suffix, and a decl
2409 not a string. Clean out file if we havn't yet done so. Do nothing
2410 if the dump isn't enabled.
2411 (close_dump_file): Do nothing if the dump isn't open. Dump
2412 graph data if requested.
2413 (dump_rtl, clean_dump_file): Remove.
2414 (compile_file): Don't clean the dump files. Only finalize .bp dump
2415 if flag_test_coverage or flag_branch_probabilities. Only finalize
2416 .combine dump if optimizing. Iterate over dump_file to finalize the
2418 (rest_of_compilation): Update for open_dump_file/close_dump_file.
2419 Convert all uses of dump_rtl.
2420 (decode_d_option): Iterate over dump_file to implement 'a' and to
2421 locate pass-specific dumps.
2423 2000-04-01 Neil Booth <NeilB@earthling.net>
2425 * cppexp.c: Redefine priority constants.
2426 (_cpp_parse_expr): Replace left and right priority scheme with
2427 single priority logic. Move LOGICAL to same place as COMPARE.
2428 Remove bogus check for multiple unary +/- operators.
2430 2000-04-01 Neil Booth <NeilB@earthling.net>
2432 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
2433 within the switch statement. Binary operations break out of
2434 the switch naturally. '(' tokens handled by forcing
2435 immediate shift. ')' handled by forcing immediate reduce to
2436 the previous '('. New error messages.
2438 2000-03-31 Geoff Keating <geoffk@cygnus.com>
2440 * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
2441 part', it's already in use. Use %K instead. Add a return at the
2442 end of what is now %K.
2443 * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
2445 Sat Apr 1 02:05:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
2447 * builtins.c (expand_builtin_apply): Pass proper parameters to
2448 allocate_dynamic_stack_space.
2449 * calls.c (emit_call_1): Do not adjust stack pointer for SIB,
2450 update stack_pointer_delta; do not update arg_size_so_far.
2451 (compute_argument_block_size): Use stack_delta instead of
2452 stack_pointer_pending and arg_size_so_far.
2453 (expand_call): Add sanity checking for stack_pointer_delta;
2454 save and restore stack_pointer_delta for SIB, use
2455 stack_pointer_delta for alignment; do not update arg_space_so_far.
2456 (emit_library_call_value): Use stack_pointer_delta for alignment.
2457 (store_one_arg): Do not update arg_space_so_far.
2458 * explow.c (adjust_stack, anti_adjust_stack): Update
2459 stack_pointer_delta.
2460 (allocate_dynamic_stack_space): Add sanity checking for
2461 stack_pointer_delta.
2462 * expr.c (init_expr, clear_pending_stack_adjust): Clear
2463 stack_pointer_delta.
2464 (emit_push_insn): Update stack_pointer_delta.
2465 * function.h (struct expr_status): Add x_stack_pointer_delta;
2466 remove x_arg_space_so_far.
2467 (arg_space_so_far): Remove.
2468 (stack_pointer_delta): New macro.
2470 2000-03-31 Zack Weinberg <zack@wolery.cumb.org>
2472 * cpplib.h: Merge struct cpp_options into struct cpp_reader.
2473 Reorder struct cpp_options and struct cpp_reader for better
2474 packing. Replace CPP_OPTIONS macro with CPP_OPTION which
2475 takes two args. Change all 'char' flags to 'unsigned char'.
2476 Move show_column flag into struct cpp_options. Don't
2477 prototype cpp_options_init.
2478 * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
2479 cppinit.c, cpplex.c, cpplib.c:
2480 Replace CPP_OPTIONS (pfile)->whatever with
2481 CPP_OPTION (pfile, whatever), and likewise for
2482 opts = CPP_OPTIONS (pfile); ... opts->whatever;
2484 * cppinit.c (merge_include_chains): Take a cpp_reader *.
2485 Extract CPP_OPTION (pfile, pending) and work with that
2487 (cpp_options_init): Delete.
2488 (cpp_reader_init): Turn on on-by-default options here.
2489 Allocate the pending structure here.
2490 (cl_options, enum opt_code): Define these from the same table,
2491 kept in a large macro. Add -fshow-column and -fno-show-column
2494 * cpperror.c (v_message): If show_column is off, don't print
2497 * cppmain.c: Update for new interface.
2498 * fix-header.c: Likewise.
2500 2000-03-30 Geoff Keating <geoffk@cygnus.com>
2502 * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
2504 * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
2505 are passed to any invocation of AR_FOR_TARGET.
2506 (AR_CREATE_FOR_TARGET): New macro.
2507 (AR_EXTRACT_FOR_TARGET): New macro.
2508 (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
2509 AR_EXTRACT_FOR_TARGET.
2510 (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
2511 in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
2512 `$(AR_FOR_TARGET) x'. Pass AR_CREATE_FOR_TARGET and
2513 AR_EXTRACT_FOR_TARGET to sub-makes.
2515 2000-03-31 Neil Booth <NeilB@earthling.net>
2517 * cppexp.c: Delete SKIP_OPERAND. Correct priority
2519 (_cpp_parse_expr): Check for multiple unary +/- operators.
2520 Correct priorities of ':' and '?'. Treat ')' as having a
2521 value. Ensure conditional expression is not void.
2523 2000-03-31 Mark Mitchell <mark@codesourcery.com>
2525 * alias.c (canon_rtx): Make it global.
2526 (rtx_equal_for_memref_p): CONST_INT equality is now pointer
2528 * cse.c (struct table_elt): Add canon_exp.
2530 (invalidate): Canonicalize expressions only once.
2531 * rtl.h (canon_rtx): Declare.
2533 2000-03-30 Mark Mitchell <mark@codesourcery.com>
2535 * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
2536 * alias.c (reg_known_value): Add comments.
2537 (init_alias_analysis): Likewise.
2538 * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
2540 (cse_basic_block): Fix typo in comment.
2541 * emit-rtl.c: Include hashtab.h.
2542 (const_int_htab): New variable.
2543 (const_int_htab_hash): New function.
2544 (const_int_htab_eq): Likewise.
2545 (rtx_htab_mark_1): Likewise.
2546 (rtx_htab_mark): Likewise.
2547 (gen_rtx_CONST_INT): Cache all CONST_INTs.
2548 (unshare_all_rtx): Fix formatting.
2549 (init_emit_once): Initialize const_int_htab.
2550 * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
2552 * rtl.texi: Document the fact that all CONST_INTs with the same
2555 2000-03-30 Richard Henderson <rth@cygnus.com>
2557 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
2559 2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
2561 * configure.in: Comment out --enable-c-cpplib stanza.
2562 * configure: Regenerate.
2564 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2566 * expr.c (store_constructor): Properly compute displacement and
2567 alignment when offset is variable.
2569 * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
2570 cases of alignment in bytes.
2572 Thu Mar 30 13:30:40 2000 Jeffrey A Law (law@cygnus.com)
2574 * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
2575 since it is used to generate c-parse.y.
2576 * objc-parse.c, objc-parse.y: Regenerated.
2578 * function.c (expand_function_end): Pass alignment argument to
2579 emit_block_move in bits, not bytes.
2581 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2583 * expr.c (move_by_pieces_ninsns): Fix one more missing align
2586 * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
2588 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
2589 * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
2590 * function.c (assign_parms): Likewise.
2591 * integrate.c (expand_inline_function): Likewise.
2592 * stmt.c (expand_decl): Likewise.
2593 (copy_rtx_and_substitute): Likewise.
2594 * expr.c (expand_expr, expand_expr_unaligned): Likewise.
2595 (clear_by_pieces): Fix error in last change.
2596 * emit-rtl.c (init_emit): Set known registers alignment in bits.
2597 * function.h (regno_pointer_align): Now unsigned.
2598 * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
2600 * config/i386/i386.c (aligned_operand): Likewise.
2601 * config/sparc/sparc.c (mem_min_alignment): Likewise.
2602 * config/alpha/alpha.c (aligned_memory_operand): Likewise.
2603 (unaligned_memory_operand): Likewise.
2604 (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
2605 Also make alignments and sizes unsigned and some whitespace cleanup.
2606 (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
2608 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
2609 (expand_builtin_apply): Pass alignment to emit_block_move in bits.
2610 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
2611 (expand_builtin_memset): Likewise, but to clear_storage.
2612 * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
2613 (restore_fixed_argument_area): Likewise.
2614 (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
2615 (load_register_parameters): Likewise, to emit_group_load.
2616 (expand_call): Likewise, to emit_group_store and emit_block_move.
2617 (emit_library_call_value_1): Likewise, to emit_block_move.
2618 (store_one_arg): Likewise, and to emit_push_insn.
2619 * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
2620 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
2621 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
2622 (emit_block_move, emit_group_load, emit_group_store): Likewise.
2623 (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
2624 (expand_assigment, store_expr, store_constructor_field): Likewise.
2625 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
2626 (store_constructor, store_field, get_inner_reference): Likewise.
2627 Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
2628 (expand_expr, case COMPONENT_REF): Likewise.
2629 (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
2630 and positions; reindent code.
2631 * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
2632 * function.c (purge_addressof_1): Pass bit align to store_bit_field.
2633 (assign_parms): Likewise to emit_group_store.
2634 * optabs.c (prepare_cmp_insn): Alignment is in bits.
2635 (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
2636 * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
2637 (expand_return): Likewise to {extract,store}_bit_field.
2638 * stor-layout.c (get_mode_alignment): Minor cleanup.
2639 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
2640 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
2642 2000-03-29 Nick Clifton <nickc@cygnus.com>
2644 * config/arm/arm.h: Undo effects of previous delta:
2645 (ASM_SPEC): Do not define.
2646 (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
2648 * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
2651 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
2653 * cppinit.c (cpp_start_read): Call initialize_dependency_output
2654 only after reading in the primary source file.
2656 2000-03-29 Geoff Keating <geoffk@cygnus.com>
2658 * c-common.c (c_common_nodes_and_builtins): The first parameter to
2659 __builtin_va_start and __builtin_va_copy is now either a 'va_list'
2660 or a reference to a va_list.
2661 * builtins.c (stabilize_va_list): Simplify now we don't have to
2662 work around C array address decay.
2663 * c-typeck.c (convert_for_assignment): Handle assignment to
2664 a reference parameter by taking the address of the RHS.
2665 * ginclude/stdarg.h (va_start): Don't take address of first parameter.
2666 (va_copy): Likewise.
2667 (__va_copy): Likewise.
2668 * ginclude/varargs.h (va_start): Likewise.
2669 (__va_copy): Likewise.
2671 Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
2673 * i386/djgpp.h: Remove extraneous "+".
2675 * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
2677 * calls.c (expand_call): Fix typo in last change.
2679 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
2681 * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
2684 Wed Mar 29 15:39:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2686 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
2687 (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
2688 (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
2689 * tree.c (bit_position, byte_position): Likewise.
2690 * tree.h: Declare new functions.
2692 2000-03-29 Nick Clifton <nickc@cygnus.com>
2694 * config/arm/arm.c: Minor formatting changes/
2695 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2697 (ASM_SPEC): Define if not already defined.
2699 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
2701 * cppfiles.c (cpp_read_file): Don't pass zero-length string to
2704 2000-03-29 Jakub Jelinek <jakub@redhat.com>
2706 * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
2707 value, don't output it as unsigned.
2709 Wed Mar 29 10:53:49 2000 Jeffrey A Law (law@cygnus.com)
2711 * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
2713 2000-03-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2715 * c-common.c (c_common_nodes_and_builtins): Don't special case
2716 cplus_mode when declaring builtin bzero/bcmp, always avoid
2717 prototype arguments.
2719 2000-03-29 Bruce Korb <bkorb@gnu.org>
2721 * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
2724 Wed Mar 29 15:08:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
2726 Convert ACCUMULATE_OUTGOING_ARGS to an expression.
2727 * calls.c (PUSH_ARGS_REVERSED) Change to expression.
2728 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
2729 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
2730 (save_fixed_argument_area, restore_fixed_argument_area):
2731 conditionize by #ifdef REG_PARM_STACK_SPACE only.
2732 (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
2733 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
2734 (precompute_register_parameters): Avoid #ifdefs on
2735 ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
2736 (stire_one_args): Likewise.
2737 (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
2738 (emit_library_call_value_1): Likewise.
2739 (compute_argument_block_size): Align to STACK_BOUNDARY only for
2740 ACCUMULATE_OUTGOING_ARGS.
2741 * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
2743 (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
2744 (use_crosses_set_p): Likewise.
2745 * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
2746 #define ACCUMULATE_OUTGOING_ARGS 1.
2747 * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
2749 * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
2751 (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
2752 (TARGET_SWITCHES): Add push-args, no-push-args,
2753 accumulate-outgoing-args and no-accumulate-outgoing-args.
2754 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
2755 * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
2756 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
2758 (emit_push_insn): Likewise.
2759 * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
2760 (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
2761 * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
2762 (STACK_DYNAMIC_OFFSET): Define correctly for both
2763 ACCUMULATE_OUTGOING_ARGS and normal mode.
2764 * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
2765 * tm.texi (PUSH_ARGS): Document.
2766 (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
2768 Wed Mar 29 11:51:13 MET DST 2000 Jan Hubicka <jh@suse.cz>
2770 * flags.h (flag_optimize_sibling_calls): Declare.
2771 * calls.c (expand_call): Fail sibcall when
2772 !flag_optimize_sibling_calls
2773 * invoke.texi (flag_optimize_sibling_calls): Document.
2774 * toplev.c (flag_optimize_sibling_calls): New global variable.
2775 (f_options): Add flag_optimize_sibling_calls.
2776 (rest_of_compilation): Conditionize
2777 optimize_sibling_and_tail_recursive_calls by
2778 flag_optimize_sibling_calls.
2779 (main): Set flag_optimize_sibling_calls for -O2.
2780 * stmt.c (expand_return): Conditionize tail recursion by
2781 flag_optimize_sibling_calls.
2783 2000-03-29 Richard Henderson <rth@cygnus.com>
2785 * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
2786 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
2788 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
2790 * except.c (add_eh_table_entry): Mark type_info's as referenced.
2792 2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2794 * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
2796 * config/rs6000/aix43.h (CPP_SPEC): Likewise.
2797 * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
2798 * config/rs6000/aix.h: then modified likewise.
2800 2000-03-28 Richard Henderson <rth@cygnus.com>
2802 * rtl.h: Redistribute enum reg_note documentation.
2803 Kill trailing whitespace.
2804 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
2805 Kill trailing whitespace.
2807 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
2809 * cppfiles.c (hash_IHASH): Just return i->hash.
2810 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
2811 htab_find_with_hash.
2812 (cpp_read_file): Likewise.
2813 (find_include_file): Likewise. Properly initialize
2814 ih->nshort. Share ih->name and ih->nshort if possible.
2815 * cpphash.c (_cpp_calc_hash): New function.
2816 (hash_HASHNODE): Just return h->hash.
2817 (_cpp_lookup): Set dummy.hash using _cpp_calc_hash. Use
2818 htab_find_with_hash.
2819 * cpphash.h: Prototype _cpp_calc_hash.
2820 * cppinit.c (initialize_builtins): Provide a valid hash
2821 to _cpp_make_hashnode, using _cpp_calc_hash.
2823 * cpphash.c (collect_expansion): # is not a special character
2824 in object-like macros. In -traditional mode, /**/ is not
2825 token paste at the beginning or end of the line.
2826 * cpplib.c (do_include, do_import, do_include_next): If
2827 parse_include fails, return immediately.
2829 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
2831 * config/arm/arm.md (return peepholes): Update to reflect the new
2833 * config/arm/arm.c (arm_volatile_func): Also check
2834 current_function_nothrow.
2835 (output_return_instruction, output_func_prologue): Use it.
2836 (arm_output_epilogue, arm_expand_prologue): Likewise.
2838 2000-03-27 Tom Tromey <tromey@cygnus.com>
2840 * gcc.c (handle_braces): In {x*...} case, break out of loop if
2843 Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2845 * expr.c (store_constructor): SIZE now signed.
2846 For EXPR_SIZE, don't evaluate size; just needed if constant.
2847 * fold-const.c (fold): Fix a number of cases when folded tree is
2849 * function.c (flush_addressof): Reenable.
2850 * tree.h (flush_addressof): Likewise.
2851 * toplev.c (independent_decode_option): Look at strings_processed.
2852 * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
2854 Tue Mar 28 08:29:46 2000 Jan Hubicka <jh@suse.cz>
2856 * sibcall.c (indentify_call_return_value): Find last call in the chain;
2857 Allow stack adjustment after function call.
2859 * regmove.c (struct csa_memlist): Make mem field rtx *.
2860 (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
2861 (try_apply_stack_adjustment): Replace whole MEM rtx.
2862 (combine_stack_adjustments_for_block): Update calls
2863 to record_one_stack_ref.
2865 2000-03-28 Neil Booth <NeilB@earthling.net>
2867 * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
2868 '\\' rather than a null character, so nulls are not special. Fix
2869 "\\\n" handling in end-of-buffer conditions. Use trigraph map to
2870 speed trigraph conversion.
2871 (_cpp_init_input_buffer): Initialize trigraph map.
2873 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2875 * config/i386/i386.c (output_387_binary_op): Correct intel
2876 mode assembly output, and add spaces after commas in AT&T
2877 output. Correct Unixware assembler comment. Document input
2878 constraints. Comment fp operations. Reduce profligate buffer
2879 size. Remove extraneous abort. Localize temp var.
2880 (SYSV386_COMPAT): Define. Add !SYSV386_COMPAT code.
2881 (output_fix_trunc): Add spaces after commas in assembly output.
2883 2000-03-27 Richard Henderson <rth@cygnus.com>
2885 * i386-protos.h (ix86_match_ccmode): Declare.
2886 * i386.c (ix86_match_ccmode): New.
2887 (ix86_expand_fp_compare): Update for pattern renames.
2888 (ix86_expand_strlensi_unroll_1): Likewise.
2889 * i386.h (EXTRA_CC_MODES): Add CCZ.
2890 (SELECT_CC_MODE): Use it for EQ/NE zero.
2891 * i386.md (cmpsi_ccz_1): New.
2893 (*testsi_ccz_1): New.
2894 (testqi_ccz_1): New.
2895 (cmpsi_ccno_1): Rename from cmpsi_0.
2896 (testsi_ccno_1): Rename from testsi_1.
2897 (testqi_ccno_1): Rename from testqi_1.
2898 (*testqi_ext_ccz_0): Rename from testqi_ext_0.
2899 (testqi_ext_ccno_0): Rename from *testqi_ext_1.
2900 (*cmphi_0): Use ix86_match_ccmode.
2901 (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
2902 (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
2903 (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
2904 (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
2905 (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
2906 (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
2907 (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
2908 (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
2909 (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
2910 (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
2911 (appropriate peepholes): Likewise.
2912 (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
2913 (*subsi_3, *subhi_3, *subqi_3): Remove.
2914 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
2915 (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
2916 (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
2917 (*neghi2_cmpz, *negqi2_cmpz): Similarly.
2918 (x86_shift_adj_1): Use CCZ.
2919 (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
2921 2000-03-27 Stan Cox <scox@cygnus.com>
2923 * resource.h (mark_resource_type): New.
2924 * resource.c (find_dead_or_set_registers, mark_target_live_regs,
2925 find_free_register): Use mark_resource_type.
2926 (mark_set_resources): Change include_delayed_effects
2927 to mark_resource_type.
2928 * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
2929 redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
2930 Use mark_resource_type.
2932 2000-03-27 Richard Henderson <rth@cygnus.com>
2934 * i386.md (call_pop_0, call_value_pop_0): New.
2935 (call_pop_1): Remove constraint from unused arg. Support sibcalls.
2936 (call_value_pop_1): Likewise.
2937 (call_0, call_value_0): New.
2938 (call_1, call_value_1): Remove constraint from unused arg.
2940 2000-03-27 Nick Clifton <nickc@cygnus.com>
2942 * invoke.texi (Spec Files): Document new spec % command created by
2943 Tom Tromey's recent patch.
2945 2000-03-27 Jakub Jelinek <jakub@redhat.com>
2947 * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
2950 Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2952 * expr.c (expand_assignment): Fix typo in last change.
2954 * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
2956 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2958 * c-convert.c (convert): Return if output or input type is ERROR_MARK.
2959 * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
2960 and DECL_INLINE if FUNCTION_DECL.
2961 (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
2962 (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
2963 Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
2964 (combine_parm_decls): Likewise.
2965 * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
2966 * print-tree.c (print_node): Likewise.
2967 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
2968 DECL_TRANSPARENT_UNION on proper decl types.
2969 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
2970 * stor-layout.c (layout_decl): Only check DECL_PACKED and
2971 DECL_BIT_FIELD of FIELD_DECL.
2972 * tree.h (DECL_RESULT_FLD): New macro.
2974 * expr.c (expand_assignment): Add code to handle variable-sized
2977 2000-03-26 Richard Henderson <rth@cygnus.com>
2979 * calls.c (expand_call): Pass parms not original exp to
2980 optimize_tail_recursion. Mind return value instead of looking
2982 * stmt.c (optimize_tail_recursion): Take parameter list, not entire
2983 call_expr. Move checks for call_expr and current_function_decl ...
2984 (expand_return): ... here.
2986 2000-03-26 Tom Tromey <tromey@cygnus.com>
2988 * gcc.c (handle_braces): Recognize `%{<S}' construct.
2989 (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
2991 (process_command): Use them.
2992 (check_live_switch): Likewise.
2993 (give_switch): Skip ignored switches.
2995 2000-03-26 Jan Hubicka <jh@suse.cz>
2997 * jump.c (jump_optimize_1): Fix typo in elide optimizations
2998 for minimal jump pass test.
3000 2000-03-26 Mark Mitchell <mark@codesourcery.com>
3002 * integrate.c (function_cannot_inline_p): Do inline functions that
3005 Sun Mar 26 11:37:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3007 * stor-layout.c (layout_type, set_sizetype): early_type_list is
3008 now a list of TREE_LIST entries, not types.
3009 * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3011 * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3012 * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3014 * config/mips/mips.c (function_arg): Likewise; also remove cast
3015 and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3016 (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3017 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3018 * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3019 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3020 (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3021 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3022 (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3023 num_adjusts now unsigned.
3024 (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3025 * config/sparc/sparc.c (struct function_arg_record_value_parms):
3027 (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3028 as is BITPOS variable; use host_integerp and int_bit_position.
3029 (function_arg_record_value_2): Likewise.
3030 (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3031 Variable REGNO now unsigned.
3032 (function_arg_record_value): NREGS now unsigned.
3034 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
3036 * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3038 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3040 * Rework fields used to describe positions of bitfields and
3041 modify sizes to be unsigned and use HOST_WIDE_INT.
3042 * alias.c (reg_known_value_size): Now unsigned.
3043 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3044 (really_start_incremental_init): Use bitsize_zero_node.
3045 (push_init_level, pop_init_level, output_init_element): Likewise.
3046 Use bitsize_unit_node and bitsize_one_node.
3047 (output_pending_init_elements, process_init_element): Likewise.
3048 * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3049 (make_extraction): Position and length HOST_WIDE_INT and unsigned
3050 HOST_WIDE_INT, respectively.
3051 (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3052 (num_sign_bit_copies): Returns unsigned.
3053 BITWIDTH now unsigned; rework arithmetic.
3054 Remove recursive call from arg to MAX.
3055 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3056 (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3058 (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3059 (find_split_point, expand_compound_operation, make_extraction): LEN
3060 now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3061 (make_field_assignment): Likewise.
3062 (combine_simplify_rtx): Add cast.
3063 (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3064 (force_to_mode): WIDTH now unsigned; add cast.
3065 (if_then_else_cond): SIZE now unsigned.
3066 (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3067 (extended_count): Now returns unsigned.
3068 (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3069 Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3070 (simplify_comparison): MODE_WIDTH now unsigned.
3071 (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3072 (mark_used_regs_combine): Likewise; rework arithmetic.
3073 (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3074 (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3075 (record_promoted_value): REGNO now unsigned.
3076 (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3077 (get_last_value): REGNO now unsigned.
3078 (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3079 (reg_dead_regno, reg_dead_endregno): Now unsigned.
3080 (remove_death): Arg REGNO now unsigned.
3081 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
3082 (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
3084 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
3085 * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
3086 (struct cse_reg_info): REGNO now unsigned.
3087 (cached_regno): Now unsigned.
3088 (REGNO_QTY_VALID_P): Add cast.
3089 (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
3090 (remove_invalid_regs): Likewise.
3091 (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
3092 as are variables END and I.
3093 (get_cse_reg_info, insert): Likewise.
3094 (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
3095 (canon_hash): Likewise.
3096 (insert_regs, lookup_for_remove): REGNO now unsigned.
3097 (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
3099 * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
3100 * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
3101 * emit-rtl.c (subreg_realpart_p): Add cast.
3102 (operand_subword): Arg I is now unsigned as is var PARTWORDS.
3103 (operand_subword_force): Arg I is now unsigned.
3104 * except.c (eh_regs): Variable I is now unsigned.
3105 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
3106 * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
3107 length is unsigned HOST_WIDE_INT; likewise for internal variables.
3108 (store_split_bit_field, extract_fixed_bit_field): Likewise.
3109 (extract_split_bit_field, store_bit_field, extract_bit_field):
3111 * expr.c (store_constructor_fields, store_constructor, store_field):
3112 Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
3113 (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
3114 (do_jump): Likewise.
3115 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
3116 MAX_SIZE is now unsigned.
3117 (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
3118 (emit_group_store): Likewise.
3119 (emit_move_insn): I now unsigned.
3120 (store_constructor): Use host_integerp, tree_low_cst, and
3122 (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
3123 Rework all calculations to use trees and new fields.
3124 * expr.h (promoted_input_arg): Regno now unsigned.
3125 (store_bit_field, extract_bit_field): Adjust types of pos and size.
3126 (mark_seen_cases): Arg is HOST_WIDE_INT.
3127 * flow.c (verify_wide_reg_1): REGNO now unsigned.
3128 * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
3129 precisions and alignments are unsigned.
3130 (optimize_bit_field_compare, fold_truthop): Likewise.
3131 (int_const_binop): Adjust threshold for size_int_type_wide call.
3132 (fold_convert): Likewise.
3133 (size_int_type_wide): Make table larger and fix thinko that only
3134 had half of table used.
3135 (all_ones_mask_p, fold): Precisions are unsigned.
3136 * function.c (put_reg_info_stack): REGNO is unsigned.
3137 (instantiate_decl): Size is HOST_WIDE_INT.
3138 (instantiate_virtual_regs): I is unsigned.
3139 (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
3140 (promoted_input_arg): REGNO is unsigned.
3141 * function.h (struct function): x_max_parm_reg is now unsigned.
3142 * gcse.c (max_gcse_regno): Now unsigned.
3143 (struct null_pointer_info): min_reg and max_reg now unsigned.
3144 (lookup_set, next_set): REGNO arg now unsigned.
3145 (compute_hash_table): REGNO and I now unsigned.
3146 (handle_avail_expr): regnum_for_replacing now unsigned.
3147 (cprop_insn): REGNO now unsigned.
3148 (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
3149 * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
3150 * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
3151 * hard-reg-set.h (reg_class_size): Now unsigned.
3152 * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
3153 * jump.c (mark_modified_reg): I now unsigned; add cast.
3154 (rtx_equal_for_thread_p): Add cast.
3155 * loop.c (max_reg_before_loop): Now unsigned.
3156 (struct_movable): REGNO now unsigned.
3157 (try_copy_prop): REGNO arg unsigned.
3158 (regs_match_p): XN and YN now unsigned.
3159 (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
3160 (strength_reduce): Likewise; NREGS also unsigned.
3161 (first_increment_giv, last_increment_giv unsigned): Now unsigned.
3162 * loop.h (struct iv_class): REGNO now unsigned.
3163 (max_reg_before_loop, first_increment_giv, last_increment_giv):
3165 * machmode.h (mode_size, mode_unit_size): Now unsigned.
3166 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
3167 * optabs.c (expand_binop): I and NWORDS now unsigned.
3168 (expand_unop): I now unsigned.
3169 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
3170 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
3171 * real.c (significand_size): Now returns unsigned.
3172 * real.h (significand_size): Likewise.
3173 * regclass.c (reg_class_size): Now unsigned.
3174 (choose_hard_reg_mode): Both operands now unsigned.
3175 (record_reg_classes): REGNO and NR now unsigned.
3176 (reg_scan): NREGS now unsigned.
3177 (reg_scan_update): old_max_regno now unsigned.
3178 (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
3179 * reload.c (find_valid_class): BEST_SIZE now unsigned.
3180 (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
3181 (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
3182 Likewise for variable R.
3183 (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
3184 as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
3185 (find_equiv_reg): Add casts.
3186 (regno_clobbered_p): Arg REGNO now unsigned.
3187 * reload.h (struct reload): NREGS now unsigned.
3188 (refers_to_regno_for_reload_p): Regno args are unsigned.
3189 (regno_clobbered_p): Likewise.
3190 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
3191 (compute_use_by_pseudos): REGNO now unsigned.
3192 (find_reg): I and J now unsigned, new variable K, and change loop
3193 variables accordingly; THIS_NREGS now unsigned.
3194 (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
3195 (spill_hard_reg): REGNO arg now unsigned; add casts.
3196 (forget_old_reloads_1): REGNO, NR, and I now unsigned.
3197 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
3198 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
3199 END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
3200 (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
3201 (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
3202 (emit_reload_insns): REGNO now unsigned.
3203 (reload_cse_move2add): Add cast.
3204 (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
3206 * resource.c (mark_referenced_resources, mark_set_resources): New
3207 variable R; REGNO and LAST_REGNO now unsigned.
3208 (mark_target_live_regs): J and REGNO now unsigned.
3209 * rtl.c (mode_size, mode_unit_size): Now unsigned.
3210 * rtl.h (union rtunion_def): New field rtuint.
3211 (XCUINT): New macro.
3212 (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
3213 (operand_subword, operand_subword_force): Word number is unsigned.
3214 (choose_hard_reg_mode): Operands are unsigned.
3215 (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
3216 (find_regno_note, find_regno_fusage, replace_regs): Likewise.
3217 (regno_use_in, combine_instructions, remove_death): Likewise.
3218 (reg_scan, reg_scan_update): Likewise.
3219 (extended_count): Return is unsigned.
3220 * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
3221 INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
3222 (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
3223 (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
3224 (reg_reg_last_1): FIRS and LAST now unsigned.
3225 (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
3226 (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
3228 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
3229 (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
3230 (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
3231 (replace_regs): Arg NREGS now unsigned.
3232 * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
3233 * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
3234 (simplify_binary_operation): Likewise.
3235 (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
3236 THIS_LAST now unsigned.
3237 (cselib_record_set): Add cast.
3238 * ssa.c (ssa_max_reg_num): Now unsigned.
3239 (rename_block): REGNO now unsigned.
3240 * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
3242 (all_cases_count): Just return -1 not -2.
3243 COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
3244 Rework tests to use trees whenever possible.
3245 Use host_integerp and tree_low_cst.
3246 (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
3247 Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
3248 (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
3249 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
3250 (smallest_mode_for_size): Likewise.
3251 (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
3252 KNOWN_ALIGN is now an alignment, so simplify code.
3253 Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
3254 (start_record_layout): Renamed from new_record_layout_info.
3255 Update to new fields.
3256 (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
3258 (place_union_field): Renamed from layout_union_field.
3259 Update to use new fields in rli.
3260 (place_field): Renamed from layout_field.
3261 Major rewrite to use new fields in rli; pass alignment to layout_decl.
3262 (finalize_record_size): Rework to use new fields in rli and handle
3264 (compute_record_mode): Rework to simplify and to use new DECL fields.
3265 (finalize_type_size): Make rounding more consistent.
3266 (finish_union_layout): Deleted.
3267 (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
3268 (layout_type, case RECORD_TYPE): Call new function names.
3269 (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
3270 (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
3271 (get_best_mode): UNIT is now unsigned; remove casts.
3272 * tree.c (bit_position): Compute from new fields.
3273 (byte_position, int_byte_position): New functions.
3274 (print_type_hash_statistics): Cast to remove warning.
3275 (build_range_type): Use host_integerp and tree_low_cst to try to hash.
3276 (build_index_type): Likewise; make subtype of sizetype.
3277 (build_index_2_type): Pass sizetype to build_range_type.
3278 (build_common_tree_nodes): Use size_int and bitsize_int to
3279 initialize nodes; add bitsize_{zero,one,unit}_node.
3280 * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
3281 (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
3282 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
3283 (DECL_FIELD_BITPOS): Deleted.
3284 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
3285 (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
3286 (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
3287 (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
3288 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
3289 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
3290 (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
3291 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
3292 (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
3293 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
3294 (DECL_ALIGN): Adjust to new field in union.
3295 (DECL_OFFSET_ALIGN): New field.
3296 (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
3297 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
3298 (union tree_decl): Add struct for both aligns.
3299 (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
3300 (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
3301 (struct record_layout_info): Rework fields to have offset
3302 alignment and byte and bit position.
3303 (start_record_layout, place_field): Renamed from old names.
3304 (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
3305 (byte_position, int_byte_position): Likewise.
3306 (get_inner_reference): Change types of position and length.
3307 * unroll.c (unroll_loop): New variable R; use for some loops.
3308 MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
3309 (calculate_giv_inc): Arg REGNO now unsigned.
3310 (copy_loop_body): REGNO and SRC_REGNO now unsigned.
3311 * varasm.c (assemble_variable): Clean up handling of size using
3312 host_integerp and tree_low_cst.
3313 (decode_addr_const): Use byte, not bit, position.
3314 (output_constructor): bitpos and offsets are HOST_WIDE_INT;
3315 use tree_low_cst and int_bit_position.
3316 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
3318 Fri Mar 24 20:13:49 2000 Jason Eckhardt <jle@cygnus.com>
3320 * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
3321 (reorder_block_def): New members eff_head and eff_end.
3322 (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
3323 (verify_insn_chain): New function.
3324 (skip_insns_between_block): Add code to skip deleted insns.
3325 Check for note before using.
3326 (chain_reorder_blocks): Replace calls to skip_insns_between_block
3327 with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
3328 Check for note before using.
3329 (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
3330 (fixup_reorder_chain): Restructure, clean up, defect removal.
3331 (reorder_basic_blocks): Remove last_insn and references to it.
3332 Moved insn chain verification code into a new function (see above).
3333 Delete defective code that sets last insn.
3334 Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
3337 2000-03-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3339 * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
3341 2000-03-24 Richard Henderson <rth@cygnus.com>
3343 * tree.c (lang_safe_for_unsave): Remove.
3344 (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
3345 allowing for two levels of unsafeness. Remove lang hook.
3346 * tree.h: Update declarations.
3347 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
3348 Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
3349 Always fail sibcalls when there are pending cleanups.
3351 2000-03-24 Geoff Keating <geoffk@cygnus.com>
3353 * flow.c (propagate_block): When we delete an ADDR_VEC,
3354 also delete the BARRIER following it if there is one.
3356 2000-03-24 Richard Henderson <rth@cygnus.com>
3358 * builtins.c (expand_builtin_bzero): Convert `length' argument
3361 2000-03-24 Jakub Jelinek <jakub@redhat.com>
3363 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
3364 comparison if regno's are equal.
3365 * calls.c (initialize_argument_informat): Add ecf_flags argument.
3366 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3367 (expand_call): Update caller.
3368 Avoid making a sibling call if argument size of the callee is larger
3369 than argument size of the caller.
3370 Call hard_function_value with outgoing set if in sibcall pass.
3371 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
3373 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
3374 Change LEAF_REGISTERS from an array initializer to actual array
3375 identifier. Move static global variable into the function.
3376 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
3377 sequences for leaf functions.
3378 * global.c (global_alloc): Likewise.
3379 * tm.texi (LEAF_REGISTERS): Update documentation.
3381 * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
3382 TARGET_FLAT leaf disabling hack.
3383 (LEAF_REGISTERS): Changed from an array initializer to actual array
3384 identifier to avoid duplication and remove the above hack.
3385 (FUNCTION_OK_FOR_SIBCALL): Define.
3386 * config/sparc/sparc.md (sibcall): New attr type. Use it almost
3387 always like call attribute.
3388 (eligible_for_sibcall_delay): New attribute.
3389 (sibcall): New delay type.
3390 (sibcall, sibcall_value, sibcall_epilogue): New expands.
3391 (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
3392 sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
3393 * config/sparc/sparc.c (sparc_leaf_regs): New array.
3394 (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
3396 (output_function_epilogue): Move part of the code into
3397 output_restore_regs.
3398 (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
3400 * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
3403 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
3404 until infrastructure is finished.
3406 Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
3408 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
3409 (save_parm_insns): Not here.
3411 2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3413 * builtins.c (expand_builtin_bzero): New function.
3414 (expand_builtin): Handle bzero.
3416 * builtins.def: Add BUILT_IN_BZERO.
3418 * c-common.c (c_common_nodes_and_builtins): Provide builtin
3419 prototype & function for bzero.
3421 2000-03-23 Michael Meissner <meissner@redhat.com>
3423 * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
3424 change adding TARGET_FP to the TF floating point insns, except for
3425 trunctfsf2, which generates direct calls to truncdfsf2.
3427 2000-03-23 Geoff Keating <geoffk@cygnus.com>
3429 * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
3430 try to protect against middle-end changes that break binary
3432 (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
3434 2000-03-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3436 * config/c4x/c4x.md (load_immed_address): Add DP reg clobber.
3438 Thu Mar 23 17:10:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3440 * calls.c (expand_call): If TARGET is passed by reference and
3441 is readonly, write a CLOBBER.
3443 2000-03-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3445 * builtins.c (expand_builtin): Handle bcmp.
3447 * builtins.def: Add BUILT_IN_BCMP.
3449 * c-common.c (c_common_nodes_and_builtins): Provide builtin
3450 prototype & function for bcmp.
3452 Thu Mar 23 11:34:39 2000 Jim Wilson <wilson@cygnus.com>
3454 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
3455 (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
3456 * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
3458 Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
3460 * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
3461 alternative when using -fp64 -gp32.
3463 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
3465 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
3466 * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
3467 * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
3469 * frame.h (frame_state): Revert last change.
3470 * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
3471 * libgcc2.c (throw_helper): Revert last change.
3473 2000-03-22 Richard Henderson <rth@cygnus.com>
3475 * stmt.c (expand_asm_operands): Don't promote the temporary.
3477 2000-03-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3479 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
3480 * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
3481 c_get_alias_set): Likewise.
3482 * c-decl.c (duplicate_decls): Likewise.
3483 * c-typeck.c (default_conversion,build_unary_op): Likewise.
3484 * calls.c (initialize_argument_information): Likewise.
3485 * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
3487 * dwarfout.c (decl_class_context,output_type): Likewise.
3488 * expr.c (get_inner_reference): Likewise.
3489 * fold-const.c (simple_operand_p,fold): Likewise.
3490 * function.c (aggregate_value_p): Likewise.
3491 * stmt.c (expand_asm_operands): Likewise.
3492 * varasm.c (named_section): Likewise.
3494 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
3496 Implement dwarf2 exception handling for the ARM.
3497 * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
3498 (DWARF_FRAME_RETURN_COLUMN): Define.
3499 * config/arm/arm.c (emit_multi_reg_push): Return rtx. Attach
3500 REG_FRAME_RELATED_EXPR note.
3501 (emit_sfm): Likewise.
3502 (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
3503 * dwarf2out.c (reg_save): Handle saving a register to itself.
3504 (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
3505 * except.c (eh_regs): Don't use the static chain reg if it's
3507 * frame.h (frame_state): Add cfa_saved field.
3508 * frame.c (execute_cfa_insn): Set it.
3509 * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
3511 * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
3513 (instantiate_virtual_regs): Adjust.
3515 * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
3516 * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
3517 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
3519 * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
3520 (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
3522 2000-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3524 * builtins.def: New file.
3526 * Makefile.in (TREE_H): Depend on builtins.def.
3528 * builtins.c (built_in_names): Use builtins.def.
3530 * tree.h (built_in_function): Likewise.
3532 2000-03-22 Mark Mitchell <mark@codesourcery.com>
3534 * tree.c (size_in_bytes): Return size_zero_node, not
3537 2000-03-22 Geoff Keating <geoffk@cygnus.com>
3539 * config/fp-bit.c (pack_d): Correct the case when a denormal
3540 is rounded up and stops being denormal.
3542 2000-03-21 Richard Henderson <rth@cygnus.com>
3544 * config/alpha/alpha.c (function_arg): Check for void_type_node
3545 before using MUST_PASS_IN_STACK.
3547 2000-03-21 Stephane Carrez <stcarrez@worldnet.fr>
3549 * regmove.c (combine_stack_adjustments_for_block): Check that
3550 the stack pointer is a valid memory address.
3552 Wed Mar 22 11:44:50 MET 2000 Jan Hubicka <jh@suse.cz>
3554 * calls.c: re-install Mar 16 emit_library_call merge.
3556 2000-03-21 Jakub Jelinek <jakub@redhat.com>
3558 * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
3559 we cannot be sure that if reload_completed base register will
3560 be properly aligned.
3562 2000-03-21 Richard Henderson <rth@cygnus.com>
3564 * flow.c (delete_block): Fix typo last change.
3566 2000-03-21 Mark Mitchell <mark@codesourcery.com>
3568 * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
3569 not COMPLETE_TYPE_P, to check the type of the expression.
3571 2000-03-21 Michael Meissner <meissner@redhat.com>
3573 * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
3574 all floating point insns that just tested the macro
3575 TARGET_HAS_XFLOATING_LIBS.
3576 (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
3577 used to only use the gprs.
3579 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
3581 * tree.h (COMPLETE_TYPE_P): New macro.
3582 (COMPLETE_OR_VOID_TYPE_P): New macro.
3583 (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
3584 * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
3585 * c-aux-info.c (gen_type): Use them.
3586 * c-common.c (c_expand_expr_stmt): Likewise.
3587 * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
3588 grokdeclarator, grokparms, finish_struct, start_function,
3589 store_parm_decls, combine_parm_decls): Likewise.
3590 * c-parse.y (cast_expr): Likewise.
3591 * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
3592 c_size_in_bytes, c_alignof, build_component_ref,
3593 build_indirect_ref, build_array_ref, convert_arguments,
3594 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
3595 * calls.c (initialize_argument_information): Likewise.
3596 * convert.c (convert_to_integer): Likewise.
3597 * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
3598 * dwarfout.c (location_or_const_value_attribute,
3599 output_enumeration_type_die, output_structure_type_die,
3600 output_union_type_die, output_type): Likewise.
3601 * expr.c (safe_from_p, expand_expr): Likewise.
3602 * function.c (assign_parms): Likewise.
3603 * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
3604 * tree.c (build_array_type, build_function_type,
3605 build_method_type, build_offset_type, build_complex_type): Likewise.
3606 * c-parse.c, c-parse.h: Regenerated.
3608 2000-03-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3610 * config/c4x/rtems.h: Include config/rtems.h.
3612 Tue Mar 21 09:24:00 2000 Denis Chertykov <denisc@overta.ru>
3614 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
3615 decl is a FUNCTION_DECL
3617 Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
3619 * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
3620 function uses output registers. Don't save RP for leaf functions.
3621 Do save RP even if no epilogue.
3622 * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
3623 (CALL_USED_REGISTERS): Unmark in registers.
3624 (REG_ALLOC_ORDER): Move out regs up, to near the top. Move in regs up,
3627 2000-03-20 Geoff Keating <geoffk@cygnus.com>
3629 * config/rs6000/rs6000.md (bunordered): New expander.
3630 (bordered): New expander.
3631 (buneq): New expander.
3632 (bunge): New expander.
3633 (bungt): New expander.
3634 (bunle): New expander.
3635 (bunlt): New expander.
3636 (bltgt): New expander.
3638 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
3639 (ccr_bit_negated_p): New function.
3640 (print_operand): For %C, generate appropriate cror for UNEQ,
3641 UNLT, UNGT, and LTGT. For %T and %t, use ccr_bit_negated_p.
3643 2000-03-20 Andreas Jaeger <aj@suse.de>
3645 * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
3648 * tree.h (safe_for_unsave): Prototype.
3650 2000-03-20 Richard Henderson <rth@cygnus.com>
3652 * regmove.c (stack_memref_p): Fix typo, reorg for readability.
3653 (combine_stack_adjustments_for_block): Don't allow sp references
3654 in the side of a set we're not fixing up.
3655 * toplev.c (rest_of_compilation): Run combine_stack_adjustments
3656 after life_analysis.
3658 2000-03-20 Richard Henderson <rth@cygnus.com>
3660 * calls.c (expand_call): Don't bother generating tail call
3661 sequences if there are pending cleanups. Use
3662 expand_start_target_temps/expand_end_target_temps to elide
3663 cleanups created during sibcall expansion.
3665 2000-03-20 Geoff Keating <geoffk@cygnus.com>
3667 * configure.in: Set $IFS to a value if it doesn't already have one
3668 in the --enable-checking handling.
3669 * configure: Regenerate.
3671 2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3673 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
3674 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
3677 Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
3679 * jump.c (delete_noop_moves): Remove code attempting to
3680 combine stack adjustments.
3682 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3684 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
3685 * except.c (emit_cleanup_handler): Use them.
3686 (expand_end_all_catch): Likewise.
3687 * function.c (fixup_var_refs): Likewise.
3688 (expand_function_end): Clear catch_clauses_last.
3689 * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
3690 * except.h (struct eh_status): New field x_catch_clauses_last.
3691 (catch_clauses_last): New define.
3693 * Makefile.in (tree.o): Depend on HASHTAB_H.
3694 * tree.c: Include hashtab.h.
3695 (struct type_hash): Remove next field.
3696 (TYPE_HASH_SIZE): Remove.
3697 (TYPE_HASH_INITIAL_SIZE): New define.
3698 (type_hash_table): Change type to htab_t.
3699 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
3700 mark_hash_entry): New functions.
3701 (init_obstacks): Allocate type hash.
3702 (type_hash_lookup): Use htab functions.
3703 (type_hash_add, mark_type_hash): Likewise.
3704 (dump_tree_statistics): Call print_type_hash_statistics.
3706 2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3708 * rs6000/t-aix41: New file.
3710 * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
3712 Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com>
3714 * tm.texi (Driver): Fix typos and tweak entry for
3716 Move misplaced STRUCT_FORCE_BLK entry ...
3717 (Storage Layout): ... to here.
3718 (Run-time Target): Recommend having TARGET_MASK_... helper macros.
3720 2000-03-19 Richard Henderson <rth@cygnus.com>
3722 * flow.c (delete_block): Delete the addr_vec along with the block.
3723 (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
3726 * fold-const.c (extract_muldiv): Apply type check for defined
3727 overflow to multiply as well as divide.
3729 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
3731 2000-03-18 Mark Mitchell <mark@codesourcery.com>
3733 * emit-rtl.c (remove_unncessary_notes): Check that all
3734 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
3735 associated NOTE_BLOCK.
3736 * function.h (identify_blocks): Update comments.
3737 (reorder_blocks): Declare.
3738 * function.c (identify_blocks): Don't take paramters.
3739 (reorder_blocks): Don't take parameters.
3740 * loop.h (find_loop_tree_blocks): Remove.
3741 (unroll_block_trees): Likewise.
3742 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
3743 reorder_blocks instead of unroll_block_trees.h
3744 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
3745 * stmt.c (find_loop_tree_blocks): Remove.
3746 (unroll_block_trees): Likewise.
3747 * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
3748 in whole-function mode.
3749 * tree.h (reorder_blocks): Remove declaration.
3751 * expr.c: Include intl.h.
3752 * Makefile.in (expr.o): Depend on intl.h.
3754 2000-03-18 Richard Henderson <rth@cygnus.com>
3756 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
3758 2000-03-18 Mark Mitchell <mark@codesourcery.com>
3760 * tree.h (tree_index): Remove enumerals for integer types.
3761 (integer_type_kind): New type.
3762 (integer_types): New variable.
3763 (char_type_node): Adjust.
3764 (signed_char_type_node): Likewise.
3765 (unsigned_char_type_node): Likewise.
3766 (short_integer_type_node): Likewise.
3767 (short_unsigned_type_node): Likewise.
3768 (integer_type_node): Likewise.
3769 (unsigned_type_node): Likewise.
3770 (long_integer_type_node): Likewise.
3771 (long_unsigned_type_node): Likewise.
3772 (long_long_integer_type_node): Likewise.
3773 (long_long_unsigned_type_node): Likewise.
3774 * tree.c (integer_types): New variable.
3775 (init_obstacks): Register it as a root.
3777 Sat Mar 18 14:38:00 2000 Jason Eckhardt <jle@cygnus.com>
3779 * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
3780 NEXT_INSN. Update last insn in chain.
3782 2000-03-17 Jason Merrill <jason@casey.cygnus.com>
3784 * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
3785 with TYPE_DECL_SUPPRESS_DEBUG set.
3787 2000-03-18 Richard Henderson <rth@cygnus.com>
3789 * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
3791 2000-03-18 Richard Henderson <rth@cygnus.com>
3793 * i386.c (call_insn_operand): Always allow SYMBOL_REF,
3794 care for HALF_PIC_P.
3795 (expander_call_insn_operand): Remove.
3796 (ix86_expand_epilogue): New arg `emit_return' to control return insn.
3797 * i386.h (PREDICATE_CODES): Update.
3798 * i386.md (all call expanders): Remove predicates, remove special
3799 handling for half-pic.
3800 (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
3801 (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
3802 (sibcall_epilogue): New.
3804 2000-03-17 Richard Henderson <rth@cygnus.com>
3806 * rtlanal.c (single_set): Reject if the parallel has anything
3807 except SET or USE or CLOBBER.
3809 2000-03-17 Jeff Law <law@cygnus.com>
3810 Richard Henderson <rth@cygnus.com>
3812 * Makefile.in (OBJS): Add sibcall.o.
3814 * sibcall.c: New file.
3815 * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
3816 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
3817 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
3818 Emit sibcall patterns when requested. Update all callers.
3819 (expand_call): Generate CALL_PLACEHOLDER insns when tail call
3820 elimination seems feasable.
3821 * final.c (leaf_function_p): Sibling calls don't discount being
3823 * flow.c (HAVE_sibcall_epilogue): Provide default.
3824 (find_basic_blocks_1): Sibling calls don't throw.
3825 (make_edges): Make edge from sibling call to EXIT.
3826 (propagate_block): Don't remove sibcall_epilogue insns.
3827 * function.c (prologue, epilogue): Turn into varrays. Update all uses.
3828 (sibcall_epilogue): New.
3829 (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
3830 (identify_blocks_1): Likewise. Break out from ...
3831 (identify_blocks): ... here.
3832 (reorder_blocks_1): Scan CALL_PLACEHOLDER. Break out from ...
3833 (reorder_blocks): ... here.
3834 (init_function_for_compilation): Zap prologue/epilogue as varrays.
3835 (record_insns): Extend a varray instead of mallocing new memory.
3836 (contains): Read a varray not array of ints.
3837 (sibcall_epilogue_contains): New.
3838 (thread_prologue_and_epilogue_insns): Emit and record
3839 sibcall_epilogue patterns.
3840 (init_function_once): Allocate prologue/epilogue varrays.
3841 * genflags.c (gen_insn): Treat sibcall patterns as calls.
3842 * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
3844 (save_for_inline_nocopy): ... here.
3845 (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
3847 (expand_inline_function): ... here.
3848 (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
3849 (subst_constants): Handle 'n' formats.
3850 * jump.c (jump_optimize_minimal): New.
3851 (jump_optimize_1): New arg `minimal'; update callers. Elide most
3852 optimizations if it's set.
3853 * rtl.c (copy_rtx): Do copy jump & call for insns.
3854 * rtl.h (struct rtx_def): Document use of jump and call for insns.
3855 (SIBLING_CALL_P): New.
3856 (sibcall_use_t): New.
3857 * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
3858 Invoke optimize_sibling_and_tail_recursive_calls.
3859 * tree.c (lang_safe_for_unsave): New.
3860 (safe_for_unsave): New.
3861 * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
3863 * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
3864 * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
3865 (*sibcall_osf_1, *sibcall_value_osf_1): New.
3867 2000-03-17 Mark Mitchell <mark@codesourcery.com>
3869 * objc/objc-act.c (encode_method_prototype): Pass types, not
3870 PARM_DECLs, to int_size_in_bytes.
3872 Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
3874 * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
3876 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
3877 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
3879 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3881 * Clean up usages of TREE_INT_CST_LOW.
3882 * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
3883 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
3885 * c-tree.h (min_precision): Move declaration to here.
3886 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
3887 (build_unary_op, add_pending_init): Use bit_position.
3888 (pending_init_member, process_init_element): Likewise.
3889 (really_start_incremental_init, push_init_level, pop_init_level):
3890 Don't make copies of nodes or modify them in place, use consistent
3891 types when tracking positions, and use tree routines computations.
3892 (set_init_index, output_init_element): Likewise.
3893 (output_pending_init_elements, process_init_element): Likewise.
3894 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
3895 tree_low_cst and int_bit_position; also minor cleanup.
3896 (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
3897 (print_cst_octal): Precision is unsigned.
3898 (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
3899 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
3900 (simple_type_align_in_bits): Result is unsigned int.
3901 Use tree_int_low_cst and host_integerp.
3902 (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
3903 (field_byte_offset): Result is HOST_WIDE_INT.
3904 Change types of internal variables so alignments are unsigned int,
3905 offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
3906 Use host_integerp, tree_low_cst, and int_bit_position.
3907 (add_bit_offset_attribute): Likewise.
3908 (add_data_member_location_attribute): Use tree_cst_low.
3909 (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
3910 (add_bit_size_attribute): Use tree_low_cst.
3911 (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
3912 * dwarfout.c: Similar changes to dwarf2out.c.
3913 * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
3914 * genoutput.c (n_occurences): Return -1 for null string.
3915 (strip_whitespace): Accept null string and make into function.
3916 (scan_operands): Reflect above changes.
3917 * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
3918 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
3919 * ssa.c (rename_registers): Add missing cast of arg to bzero.
3920 * tree.c (int_size_in_bytes): Check for too big to represent.
3921 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
3922 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
3924 (min_precision): Delete from here.
3925 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
3926 and int_bit_position.
3927 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
3928 (encode_method_def): Likewise.
3929 (build_ivar_list_initializer): Use int_bit_position.
3930 (generate_shared_structures): Convert size.
3931 (encode_type, encode_complete_bitfield): Use integer_zerop.
3932 (encode_bitfield): Use tree_low_cst and int_bit_position.
3934 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3936 * config/c4x/c4x.h (CPP_SPEC): Fix typo.
3938 2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3940 * call.c (special_function_p): It is only malloc if it returns
3943 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3945 * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
3946 (C33_FLAG, TARGET_C3X): Add macros.
3947 (TARGET_SWITCHES): Add -m33 option.
3948 * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
3950 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3952 * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
3953 (PARALLEL_PACK_FLAG): Delete.
3954 (TARGET_SWITCHES): Update.
3955 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
3957 Thu Mar 16 18:52:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3959 * fold-const.c (fold): Fix a few cases when the returned result
3960 is not of the same type as the input.
3962 2000-03-16 Nick Clifton <nickc@cygnus.com>
3964 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
3967 2000-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3969 * libgcc2.h: Move prototypes above macros with the same name.
3970 Wrap some function prototypes in the conditional which indicates
3971 whether they are supported, i.e. "BITS_PER_UNIT == 8".
3973 2000-03-16 Richard Henderson <rth@cygnus.com>
3975 * calls.c: Revert last two changes.
3977 2000-03-16 Bernd Schmidt <bernds@cygnus.co.uk>
3979 * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
3980 has exponent 0 is a zero.
3982 * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
3983 HASH may already be nonzero. Add code/mode into hash value
3984 immediately after repeat label.
3985 (cselib_lookup): Don't leave the hash table in an inconsistent
3986 state before a hash lookup operation.
3988 Thu Mar 16 17:03:10 MET 2000 Jan Hubicka <jh@suse.cz>
3990 * i386.md (all HI and QI mode non-move patterns): Conditionize
3991 by TARGET_[HQ]IMODE_MATH.
3992 * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
3993 x86_promote_qi_regs): Declare.
3994 (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
3995 TARGET_PROMOTE_QI_REGS): New macros.
3996 (PROMOTE_MODE): New macro.
3997 * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
3998 x86_promote_qi_regs): New global variables.
4000 Thu Mar 16 16:50:44 MET 2000 Jan Hubicka <jh@suse.cz>
4002 * calls.c (emit_library_call_value_1): Break out from ...; handle
4003 VOIDmode function calls too.
4004 (emit_library_call_value): ... here.
4005 (emit_library_call): Implement by calling emit_library_call_value_1.
4007 Thu Mar 16 16:01:30 MET 2000 Jan Hubicka <jh@suse.cz>
4009 * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4010 Update arg_space_so_far on stack adjustments.
4011 (emit_library_call, emit_library_call_value): Likewise; take into
4012 account arg_space_so_far and pending_stack_adjust when calculcating
4015 Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
4017 * flow.c: Move all basic block reordering code into its own file.
4018 (create_basic_block): Externalize.
4019 * bb-reorder.c: New file. Copy all basic block reordering code from
4020 flow.c to this file.
4021 (reorder_basic_blocks): Fix fencepost error in for-loop.
4022 (reorder_basic_blocks): Remove braces from single statement for-loops.
4023 * basic-block.h: Add declaration for create_basic_block.
4024 * Makefile.in: Add rules for bb-reorder.o.
4026 2000-03-16 Neil Booth <NeilB@earthling.net>
4028 * cppinit.c (handle_option): Implement #unassert directive
4029 as -A- command line option.
4030 (print_help): Update.
4031 * cpptexi.c: Update.
4033 Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
4035 * md.texi (Standard Names): Document `jump'.
4037 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
4039 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4042 2000-03-15 Geoff Keating <geoffk@cygnus.com>
4044 Merge changes from newppc-branch onto trunk.
4046 2000-03-15 Geoff Keating <geoffk@cygnus.com>
4048 * rs6000.c (toc_hash_table): Update for new hash table functions.
4049 (toc_hash_function): Likewise.
4050 (toc_hash_eq): Likewise.
4051 (toc_hash_mark_entry): Likewise.
4052 (toc_hash_mark_table): Likewise.
4053 (output_toc): Likewise.
4054 (rs6000_add_gc_roots): Likewise.
4056 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4058 * t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
4059 (AR_FLAGS_FOR_TARGET): here. New macro.
4061 2000-03-05 Clinton Popetz <cpopetz@cygnus.com>
4063 * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4064 fpmem_operand) Delete.
4066 (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4067 (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4068 (rs6000_save_machine_status, rs6000_restore_machine_status,
4069 rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
4070 references to above variables.
4071 (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4072 * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4073 DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4074 (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4075 (XER_REGNO_P, XER_REGNO): New.
4076 (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4077 (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4078 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
4080 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4081 REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS, and remove FLOAT_OR_FPMEM_REGS.
4082 (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
4084 2000-02-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4086 * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
4087 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
4088 * rs6000.h: from here.
4090 * rs6000-protos.h (rs6000_select_section): Provide prototype.
4091 (rs6000_select_rtx_section): Likewise.
4092 (rs6000_encode_section_info): Likewise.
4093 (sdata_section): Likewise.
4094 (sdata2_section): Likewise.
4095 (sbss_section): Likewise.
4096 * sysv4.h (rs6000_select_section): Delete prototype.
4097 (rs6000_select_rtx_section): Likewise.
4098 (rs6000_encode_section_info): Likewise.
4099 (sdata_section): Likewise.
4100 (sdata2_section): Likewise.
4101 (sbss_section): Likewise.
4102 (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
4104 * sysv4.h: Delete various unnecessary #undef's and put a comment
4105 on the remaining ones.
4106 Change various comments according to coding standard.
4108 2000-02-29 Clinton Popetz <cpopetz@cygnus.com>
4110 * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
4111 CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
4112 (CR0_REGNO_P) Remove.
4113 * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
4114 setup_incoming_varargs, mtcrf_operation, print_operand,
4115 rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
4116 Use the above macros.
4118 2000-02-24 Clinton Popetz <cpopetz@cygnus.com>
4120 * config/rs6000/rs6000.md: Added a new alternative for each
4121 pattern that had a 'x' alternative but no 'y' alternative.
4122 Added a new split for each of the above patterns.
4124 2000-02-18 Geoff Keating <geoffk@cygnus.com>
4126 * aix41.h (ASM_CPU_SPEC): Delete.
4127 (CPP_CPU_SPEC): Delete.
4129 * aix.h (RS6000_OUTPUT_BASENAME): Define.
4130 (ASM_OUTPUT_LABEL): Define.
4131 (ASM_GLOBALIZE_LABEL): Define.
4132 (STRIP_NAME_ENCODING): Define.
4133 * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
4134 (STRIP_NAME_ENCODING): Don't define.
4135 (ASM_OUTPUT_LABEL): Don't define.
4136 (ASM_GLOBALIZE_LABEL): Don't define.
4137 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
4138 names, and ASM_OUTPUT_LABEL to output labels, rather than
4140 (ASM_OUTPUT_LABEL): Define.
4141 (ASM_OUTPUT_INT): Use assemble_name.
4142 (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
4143 (STRIP_NAME_ENCODING): Don't undefine first.
4144 (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
4146 (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
4147 specified with 'asm' even with -fleading-underscore.
4148 * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
4149 (output_epilog): Likewise.
4150 (output_toc): Likewise.
4151 * tramp.asm: Handle -fleading-underscore correctly.
4153 * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
4155 (nonlocal_goto_receiver): Delete.
4156 * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
4158 * rs6000.h (ASM_OUTPUT_DEF): Don't define.
4159 (SET_ASM_OP): Define.
4160 * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
4162 * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
4165 * rs6000.c (rs6000_dll_import_ref): Delete, not used.
4166 * rs6000-protos.h (rs6000_dll_import_ref): Delete.
4168 * rs6000.h: Add 'u' to more constants.
4170 2000-02-18 David Edelsohn <edelsohn@gnu.org>
4172 * rs6000.md (mfcr+shift): Delete PowerPC64 version.
4174 2000-02-15 David Edelsohn <edelsohn@gnu.org>
4176 * rs6000.c (reg_or_u_cint_operand): New function.
4177 (logical_operand): Handle 64-bit hosts.
4178 (logical_u_operand): New function.
4179 (non_logical_cint_operand): Handle 64-bit hosts.
4180 (non_logical_u_cint_operand): New function.
4181 * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
4182 (PREDICATE_CODES): Define new functions.
4183 * rs6000-protos.h: Declare new functions.
4184 * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
4185 (movdi_64): Bracket code intended for 64-bit hosts. Create
4186 CONST_DOUBLE for 32-bit values.
4187 (scc insns): Generate DImode compares.
4188 (mfcr insns): Create DImode versions.
4189 (sge matchers): New patterns.
4191 2000-02-15 Gabriel Paubert <paubert@iram.es>
4193 * rs6000.md: Correct instructions length attributes and
4194 constraints on unsigned compare instructions.
4195 (*ne0): Disable for PowerPC64.
4197 2000-02-11 Geoff Keating <geoffk@cygnus.com>
4199 * rs6000.c (output_function_profiler): Use .long for a 32-bit
4200 quantity, fix profile1.C test failure under -fPIC.
4202 * rs6000.c: Add 'u' to many constants to suppress warnings.
4203 (constant_pool_expr_1): Make static.
4204 (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
4205 * rs6000.h: Add 'u' to many constants to suppress warnings.
4207 * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
4208 for the start of the TOC, instead of LCTOC..0.
4209 * aix.h (toc_section): Use LCTOC..1 under AIX for the start
4211 * rs6000.md (load_toc_aix_si): Use LCTOC..1.
4212 (load_toc_aix_di): Use LCTOC..1.
4214 * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
4215 * rs6000.c (rs6000_legitimize_address): New function from
4216 LEGITIMIZE_ADDRESS. Only use create_TOC_reference on
4217 symbols in the constant pool that really are TOC references.
4218 (print_operand_address): For ELF, write TOC offsets under
4219 -fPIC as subtractions in the insn.
4220 (output_toc): For ELF, define symbols in TOC as normal labels,
4222 (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
4223 * rs6000-protos.h (rs6000_legitimize_address): Prototype.
4224 (create_TOC_reference): Prototype only when RTX_CODE is defined.
4225 * rs6000.md (movsi): Only use create_TOC_reference on
4226 symbols in the constant pool that really are TOC references.
4228 * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
4229 * rs6000.c (rs6000_reorg): Delete.
4230 * rs6000-protos.h (rs6000_reorg): Delete.
4232 2000-02-09 Geoff Keating <geoffk@cygnus.com>
4234 * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
4236 * aix.h (SETUP_FRAME_ADDRESSES): Define.
4237 * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
4238 [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
4239 [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
4240 * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
4241 rs6000_aix_emit_builtin_unwind_init.
4242 * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
4243 rs6000_emit_eh_toc_restore on AIX.
4244 (return_eh_si): Use r2.
4245 (return_eh_di): Use r2.
4247 * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
4248 since we're breaking binary compatibility anyway.
4250 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
4252 * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
4253 constant_pool_expr_p): Declare them.
4254 (constant_pool_expr_p): Declare it.
4255 * config/rs6000/rs6000.c (toc_label_name): Define.
4256 (rs6000_override_options): Set toc_label_name.
4257 (input_operand): Allow any TOC_RELATIVE_EXPR_P.
4258 (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
4259 uses_TOC): New functions.
4260 (print_operand): Delete old '*' case.
4261 (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4262 and strip off rtl for TOC before calling output_addr_const.
4263 (rs6000_emit_load_toc_table): Use toc_label_name.
4264 * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
4266 (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
4267 (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
4268 (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
4269 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
4270 into explicit TOC_REGISTER offsets.
4271 (TOC_REGISTER): New macro.
4272 * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
4273 TARGET_TOC to reference TOC_REGISTER.
4274 (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
4275 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
4276 uses_TOC before emitting label references.
4278 2000-02-05 Geoff Keating <geoffk@cygnus.com>
4280 * rs6000.md (stack_tie): Fix warning.
4282 * eabi-ctors.c: Use 'asm' names for the start/end variables,
4283 to handle -fleading-underscore.
4284 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
4285 (USER_LABEL_PREFIX): New macro.
4286 (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
4287 (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
4288 * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
4289 call-linux can use the same multilibs.
4290 * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
4291 and call-linux multilibs. Do multilib with -fleading-underscore.
4292 (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
4293 (MULTILIB_EXCEPTIONS): Remove call-linux exceptions. Add restrictions
4296 * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
4297 have MASK_SOFT_FLOAT set.
4298 (CPP_FLOAT_DEFAULT_SPEC): New macro.
4299 (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
4300 CPP_FLOAT_DEFAULT_SPEC.
4302 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
4303 * rs6000.md: Whitespace change.
4304 * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
4305 * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
4307 2000-02-05 Geoff Keating <geoffk@cygnus.com>
4309 * rs6000.md (eh_epilogue): New expander.
4310 (eh_reg_restore): New expand/split/insn combination.
4311 (return_eh_si): New insn.
4312 (return_eh_di): New insn.
4314 * eabi-ci.asm: Put a label at the start of the .eh_frame section.
4315 * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
4316 * eabi-ctors.c (__do_global_ctors): Register this object's
4317 frame. Clean up. Call atexit() after the constructors.
4318 (__do_global_dtors): Deregister this object's frame. Clean up.
4319 Allow for recursive calls to exit().
4320 * rs6000.c (fixuplabelno): New variable.
4321 * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
4322 TARGET_RELOCATABLE, it slows down exec() under linux.
4323 (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
4325 * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
4326 (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
4327 (ASM_OUTPUT_DWARF_DELTA2): New macro.
4328 (ASM_OUTPUT_DWARF_DELTA4): New macro.
4329 (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
4330 (ASM_OUTPUT_DWARF_ADDR): New macro.
4331 (ASM_OUTPUT_DWARF_DATA4): New macro.
4332 (ASM_OUTPUT_DWARF_DATA2): New macro.
4333 (ASM_OUTPUT_DWARF_OFFSET4): New macro.
4334 (ASM_OUTPUT_DWARF_OFFSET): New macro.
4335 (UNALIGNED_INT_ASM_OP): New macro, fake definition.
4337 2000-02-03 Geoff Keating <geoffk@cygnus.com>
4339 * rs6000.c (rs6000_sr_alias_set): New variable.
4340 (rs6000_override_options): Initialise rs6000_sr_alias_set.
4341 (rs6000_emit_stack_tie): New function.
4342 (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
4343 in a way that dwarf2out can understand.
4344 (rs6000_frame_related): New function.
4345 (rs6000_emit_prologue): Use rs6000_sr_alias_set. Specify
4346 RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
4347 Use rs6000_emit_stack_tie when needed.
4348 (rs6000_emit_epilogue): Use rs6000_sr_alias_set. Don't set
4349 RTX_FRAME_RELATED_P. Use rs6000_emit_stack_tie when needed.
4350 * rs6000.md (stack_tie): New insn.
4351 (return_internal_si): Allow return value to be in the count
4353 (return_internal_di): Likewise.
4355 * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
4357 2000-02-03 Geoff Keating <geoffk@cygnus.com>
4359 * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
4361 2000-01-31 Geoff Keating <geoffk@cygnus.com>
4363 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
4365 * rs6000.md (stmw): Use the right POWER opcode.
4368 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4370 * rs6000-protos.h: New file.
4372 * rs6000.c: Include tm_p.h. Fix compile time warnings.
4374 * rs6000.h: Move prototypes to rs6000-protos.h. Fix compile time
4377 * sysv4.h: Likewise.
4379 2000-01-28 Geoff Keating <geoffk@cygnus.com>
4381 * ../../configure.in: Delete powerpcle-*-winnt*
4382 and powerpcle-*-pe|powerpcle-*-cygwin*.
4383 * ../../configure: Regenerated.
4385 * rs6000.h (OBJECT_WINDOWS_NT): Delete.
4386 (TARGET_WINDOWS_NT): Delete.
4388 (CALL_NT_DLLIMPORT): Delete.
4389 Delete NT-specific code.
4390 * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
4393 * nt-ci.asm: Delete.
4394 * nt-cn.asm: Delete.
4395 * ntstack.asm: Delete.
4397 2000-01-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4399 * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
4400 (ASM_FILE_START): Likewise.
4401 (ASM_DECLARE_FUNCTION_NAME): Likewise.
4402 (ASM_OUTPUT_LABELREF): Likewise.
4403 (ASM_OUTPUT_SKIP): Likewise.
4404 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4405 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4406 (ASM_OUTPUT_CASE_LABEL): Likewise.
4407 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
4408 (ASM_OUTPUT_ASCII): Likewise.
4410 2000-01-27 Clinton Popetz <cpopetz@cygnus.com>
4412 * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
4413 reload_toc_labelno for non-prologue TOC reloads. Also, don't
4414 increment rs6000_pic_labelno here.
4415 (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
4416 and increment rs6000_pic_labelno here.
4418 2000-01-24 Geoffrey Keating <geoffk@cygnus.com>
4420 * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
4421 rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
4422 allocation knows (reg) is dead before the insn.
4424 2000-01-21 Geoff Keating <geoffk@cygnus.com>
4426 * rs6000.md (movsi_to_cr): Correct typo in output template.
4428 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
4430 * rs6000.c (rs6000_pic_labelno): Always define.
4431 (rs6000_pic_func_labelno): Delete.
4432 (lmw_operation): Check for a zero base register,
4433 which doesn't mean what we want.
4434 (stmw_operation): New function.
4435 (print_operand): Define new 'l' modifier.
4436 (rs6000_stack_info): We must save all 64 bits of the registers
4437 if TARGET_POWERPC64.
4438 (rs6000_output_load_toc_table): Delete.
4439 (rs6000_emit_load_toc_table): New function.
4440 (rs6000_allocate_stack_space): Delete.
4441 (rs6000_emit_allocate_stack): New function.
4442 (rs6000_emit_prologue): New function.
4443 (output_prolog): Use rs6000_emit_prologue.
4444 (rs6000_emit_epilogue): Change a few variable names to be
4445 more accurate. Restore all 64 bits of the registers if
4446 TARGET_POWERPC64. Only restore the FP registers which were used
4447 if they are being saved/restored one-at-a-time.
4448 (output_mi_thunk): Delete inefficient code generation.
4449 (output_function_profiler): Don't use rs6000_output_load_toc_table.
4450 * rs6000.h: Declare rs6000_emit_load_toc_table,
4451 rs6000_allocate_stack_space, stmw_operation. Don't declare
4452 rs6000_output_load_toc_table.
4453 * rs6000.md (elf_high): Allow register 0, but discourage it
4455 (elf_low): Support loading into register 0.
4456 (load_toc_aix_si): New pattern.
4457 (load_toc_aix_di): New pattern.
4458 (load_toc_v4_pic_si): New pattern.
4459 (load_toc_v4_pic_di): New pattern.
4460 (load_toc_v4_PIC_1): New pattern.
4461 (load_toc_v4_PIC_1b): New pattern.
4462 (load_toc_v4_PIC_2): New pattern.
4463 (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
4464 (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
4465 (prologue): New expander.
4466 (movesi_from_cr): New pattern.
4467 (stmw): New pattern.
4468 (save_fpregs_si): New pattern.
4469 (save_fpregs_di): New pattern.
4471 2000-01-19 Geoff Keating <geoffk@cygnus.com>
4473 * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
4478 2000-01-19 Geoff Keating <geoffk@cygnus.com>
4480 * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
4482 (movsi_got_internal): Likewise.
4483 (movsi_got_internal+1): Likewise.
4484 (set_sp): 'unspec 7' does a SImode clobber.
4486 2000-01-19 Geoff Keating <geoffk@cygnus.com>
4488 * rs6000.md (floatsidf2): Don't use the fpmem "register", just
4489 allocate a stack temporary.
4490 (floatsidf2_internal): Likewise.
4491 (floatsidf2_internal+1): Likewise. Don't do bizzare hacks
4493 (floatunssidf2): Don't use the fpmem "register", just
4494 allocate a stack temporary.
4495 (floatunssidf2_internal): Likewise.
4496 (floatunssidf2_internal+1): Likewise. Don't do bizzare hacks
4498 (floatsidf2_loadaddr): Delete.
4499 (floatsidf2_store1): Delete.
4500 (floatsidf2_store2): Delete.
4501 (floatsidf2_load): Delete.
4502 (fix_truncdfsi2): Don't use the fpmem "register", just
4503 allocate a stack temporary.
4504 (fix_truncdfsi2_internal_si): Delete.
4505 (fix_truncdfsi2_internal_di): Delete.
4506 (fix_truncdfsi2_internal): New insn.
4507 (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
4508 (fix_truncdfsi2_store): Delete.
4509 (fix_truncdfsi2_load): Delete.
4510 (fctiwz): Produce gen_fctiwz.
4512 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
4514 * eabi.h (INVOKE__main): Define.
4515 * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
4517 (rs6000_emit_prologue): Likewise.
4518 * rs6000.h (struct rs6000_stack): Don't keep track of whether
4519 this is the main program.
4521 2000-01-19 Geoff Keating <geoffk@cygnus.com>
4523 * rs6000.c (rs6000_va_arg): Delete some unused variables.
4525 2000-01-19 Geoff Keating <geoffk@cygnus.com>
4527 * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
4528 goes after the argument.
4530 2000-01-12 Geoff Keating <geoffk@cygnus.com>
4532 * rs6000.md: Document 'unspec' values used.
4533 (epilogue): New expander.
4534 (movesi_to_cr_one): New expander.
4535 (movesi_to_cr and following): New pattern.
4537 (return_internal_si): New pattern.
4538 (return_internal_di): New pattern.
4539 (return_and_restore_fpregs_si): New pattern.
4540 (return_and_restore_fpregs_di): New pattern.
4541 * rs6000.h: Declare new functions.
4542 * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
4543 rather than rs6000_calls_p.
4544 (rs6000_makes_calls): Delete.
4545 (lmw_operation): New function.
4546 (mtcrf_operation): New function.
4547 (rs6000_emit_epilogue): New function.
4548 (output_epilog): Call rs6000_emit_epilogue and final if
4549 !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
4551 2000-01-12 Geoff Keating <geoffk@cygnus.com>
4553 * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
4554 * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
4555 * aix.h (SUBTARGET_SWITCHES): Document switches.
4556 * rs6000.h: (TARGET_SWITCHES): Don't print options twice. Make
4557 sched-prolog and sched-epilog the same. Document all the
4559 (TARGET_OPTIONS): No longer allow -mdebug-.
4561 2000-01-12 Geoff Keating <geoffk@cygnus.com>
4563 * rs6000.h (ASM_FILE_END): Move to aix.h.
4564 (EXTRA_SECTIONS): Move to aix.h.
4565 (READONLY_DATA_SECTION): Move to aix.h.
4566 (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
4567 (SELECT_SECTION): Move to aix.h.
4568 (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
4569 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
4570 (LINK_REGISTER_REGNUM): New definition.
4571 (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
4572 (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
4574 * sysv4.h: Delete the code between the inclusion of rs6000.h
4576 (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
4577 (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
4578 (RS6000_REG_SAVE): Move generic definition to rs6000.h.
4579 (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
4580 * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
4581 (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
4582 (fix_truncdfsi2_internal_di): New pattern.
4583 (fix_truncdfsi2_store): The second arg here is Pmode too.
4584 (fix_truncdfsi2_load): The second arg here is Pmode too.
4585 (tablejumpdi): Now that switch tables hold only SImode values,
4586 gcc needs to know how to add them to the pc which is DImode.
4587 * rs6000.c (rs6000_stack_info): Use symbolic name for
4588 LINK_REGISTER_REGNUM.
4589 (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
4590 (output_toc): Delete unused variables s1 and s2.
4591 (output_ascii): Use fputs not fprintf on a variable string.
4593 2000-01-07 David Edelsohn <edelsohn@gnu.org>
4595 * rs6000.c (processor_target_table): Add power3 as alias for 630.
4596 * aix43.h: Revert Aug 2 change.
4597 (HAS_INIT_SECTION): Define, not visible yet.
4598 (LD_INIT_SWITCH): Define, not visible yet.
4599 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
4601 2000-01-04 Joel Sherrill (joel@OARcorp.com>
4603 * config/rs6000/rtems.h: Include config/rtems.h.
4605 2000-01-04 David Edelsohn <edelsohn@gnu.org>
4607 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
4608 (SLOW_UNALIGNED_ACCESS): Define.
4609 (CASE_VECTOR_MODE): Always use 32-bit offsets.
4610 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
4611 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
4612 (toc_section): Likewise and .toc pseudo-op.
4613 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
4615 (TEXT_SECTION_ASM_OP): Likewise.
4616 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
4619 1999-12-17 Jakub Jelinek <jakub@redhat.com>
4621 * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
4622 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
4625 2000-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4627 * rs6000.h: Move more stuff from here...
4629 * sysv4.h: Cleanup accordingly.
4630 * netware.h: Likewise
4632 2000-01-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4634 * rs6000.h: Continue cleanup.
4637 * netware.h: Likewise.
4639 * sysv4.h: Likewise.
4640 * win-nt.h: Likewise.
4642 * rs6000.h (TARGET_SWITCHES): Add descriptions.
4643 (TARGET_OPTIONS): Likewise.
4645 * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
4646 (SUBTARGET_OPTIONS): Likewise.
4648 * rs6000.md: Fix compile time warnings.
4650 2000-01-04 Geoff Keating <geoffk@cygnus.com>
4652 vxworks patches from the Cygnus tree originally by
4653 Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
4654 <vmakarov@cygnus.com>.
4655 * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
4656 (ENDFILE_SPEC): Likewise.
4657 (LIB_VXWORKS_SPEC): New macro.
4658 (STARTFILE_VXWORKS_SPEC): New macro.
4659 (ENDFILE_VXWORKS_SPEC): New macro.
4660 (LINK_START_VXWORKS_SPEC): New macro.
4661 (LINK_OS_VXWORKS_SPEC): New macro.
4662 (CPP_OS_VXWORKS_SPEC): New macro.
4663 (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
4664 * vxppc.h: Rewrite to use proper configuration method.
4665 * vxppcle.h: New file.
4666 * ../../configure.in: Add powerpcle-wrs-vxworks*.
4667 * ../../configure: Rebuilt.
4669 2000-01-04 Geoff Keating <geoffk@cygnus.com>
4671 Lots of changes to rs6000.h, sysv4.h, aix.h,
4672 aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
4673 with the aim that rs6000.h is the first header
4674 included and the others override it.
4677 * x-aix41-gld: Remove.
4679 * x-aix41: Remove target-specific switches, and don't specify
4680 -Wl,-bbigtoc as we don't need it any more.
4681 * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
4682 Use t-aix43 for AIX 4.3 and above.
4683 * ../../configure: Regenerated.
4685 * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
4686 options, that don't do anything yet.
4687 (MASK_SCHED_PROLOG): New macro.
4688 (MASK_SCHED_EPILOG): New macro.
4689 (TARGET_SCHED_PROLOG): New macro.
4690 (TARGET_SCHED_EPILOG): New macro.
4692 2000-01-04 Geoff Keating <geoffk@cygnus.com>
4694 * rs6000.c: Correct comment, the `minimal' TOCs are actually
4695 one per translation unit, not one per function.
4696 (output_toc): Also do duplicate constant elimination
4697 for per-translation-unit TOCs.
4699 * rs6000.md (nonlocal_goto_receiver): Put it back as before. Add
4700 a comment explaining _exactly_ when this pattern gets used.
4701 (builtin_setjmp_receiver): New pattern for better clarity.
4702 (init_v4_pic): Move it into a section dealing with TOC registers.
4704 1999-12-30 Geoff Keating <geoffk@cygnus.com>
4706 * rs6000.c (toc_hash_table): New variable.
4707 (rs6000_hash_constant): New function.
4708 (toc_hash_function): New function.
4709 (toc_hash_eq): New function.
4710 (toc_hash_mark_entry): New function.
4711 (toc_hash_mark_table): New function.
4712 (output_toc): Don't output duplicate TOC entries in
4714 (rs6000_add_gc_roots): Add the hash table as a GC root.
4715 * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
4716 where they clearly shouldn't be. This may need to be fixed
4717 later when there is a GNU ar for AIX.
4718 * x-aix43: Don't define CLIB or AR_FOR_TARGET.
4719 Don't define BOOT_LDFLAGS as it is now not necessary.
4721 1999-12-29 Geoff Keating <geoffk@cygnus.com>
4723 * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
4724 for va_list on AIX. Use unsigned_char_type_node rather than
4725 constructing our own version on svr4.
4727 1999-12-17 Geoff Keating <geoffk@cygnus.com>
4729 * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
4730 since patently it's not.
4732 1999-12-08 Geoff Keating <geoffk@cygnus.com>
4734 * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
4735 define_expand/define_insn pair, and handle restore of the
4736 SVR4 -fpic register.
4738 Wed Mar 15 15:43:38 2000 Jeffrey A Law (law@cygnus.com)
4740 * acconfig.h (HAVE_GAS_WEAK): New define.
4741 * configure.in (assembler weak support): Check for .weak support.
4742 * config.in, configure: Rebuilt.
4743 * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
4744 HAVE_GAS_WEAK is defined.
4746 2000-03-15 Nick Clifton <nickc@cygnus.com>
4748 * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
4751 2000-03-15 Zack Weinberg <zack@wolery.cumb.org>
4753 * cppfiles.c (open_include_file): New function.
4754 (find_include_file, cpp_read_file): Use it.
4756 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
4758 * cpphash.c (dump_hash_helper): Take the slot, not the element.
4760 Wed Mar 15 14:28:54 2000 Jason Eckhardt <jle@cygnus.com>
4762 * flow.c (verify_flow_info): Check for unconditional return.
4764 Wed Mar 15 11:34:27 2000 Jim Wilson <wilson@cygnus.com>
4766 * config/ia64/ia64.md (restore_stack_nonlocal): New.
4767 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
4768 (__ia64_restore_stack_nonlocal): New.
4769 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
4771 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4773 * cpphash.c (collect_formal_parameters): Do not complain about
4774 parameter names that just start with `__VA_ARGS__'.
4776 Wed Mar 15 13:26:58 MET 2000 Jan Hubicka <jh@suse.cz>
4778 * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
4779 movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
4780 * i386.c (pentiumpro_cost): Set mul cost to 4.
4781 (x86_use_movx): Set for PPro.
4783 Wed Mar 15 13:07:05 MET 2000 Jan Hubicka <jh@suse.cz>
4785 * i386.md (ix86_compute_frame_size): stack_alignment_needed is
4786 STACK_BOUNDARY for empty frames now.
4788 2000-03-14 Mark Mitchell <mark@codesourcery.com>
4790 * stor-layout.c (layout_union): Remove.
4791 (layout_union_field): New function, split out from layout_union.
4792 (finish_union_layout): Likewise.
4793 (layout_field): Handle unions by calling layout_union_field.
4794 (finish_record_layout): Handle unions.
4795 (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
4796 QUAL_UNION_TYPE handling.
4798 Wed Feb 23 13:00:06 CET 2000 Jan Hubicka <jh@suse.cz>
4800 * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
4801 end of basic block is jump_insn, not barrier; use create_basic_block
4802 instead of creating basic block by hand.
4804 2000-03-14 Jason Eckhardt <jle@cygnus.com>
4806 * flow.c (reorder_basic_blocks): Account for barriers when writing
4807 over NEXT_INSN (last_bb->end).
4808 (verify_flow_info): Add check for missing barriers.
4810 2000-03-14 Greg McGary <gkm@gnu.org>
4812 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
4813 * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
4814 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
4815 __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
4816 __unbounded, __unbounded__): New keywords.
4817 * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
4818 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
4819 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
4821 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
4823 * cselib.h: New file.
4824 * alias.c: Include "cselib.h".
4825 (fixed_scalar_and_varying_struct_p): Accept the addresses of the
4826 MEMs as two new arguments.
4827 (get_addr): New static function.
4828 (find_base_term): Handle VALUEs.
4829 (memrefs_conflict_p): Likewise.
4830 (true_dependence): Call get_addr on the addresses.
4831 Call fixed_scalar_and_varying_struct_p with addresses that have been
4832 passed through get_addr and canon_rtx.
4833 (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
4834 with true_dependence.
4835 Call get_addr on the addresses; don't call canon_rtx on the MEMs.
4836 * loop.c: Include "cselib.h".
4837 (load_mems): Process extended basic block that enters the loop with
4838 cselib. Use that information to change initialization of the shadow
4839 register so that a constant equivalence is seen by later passes.
4840 * reload1.c: Include "cselib.h".
4841 (reload_cse_invalidate_regno): Delete function.
4842 (reload_cse_mem_conflict_p): Likewise.
4843 (reload_cse_invalidate_mem): Likewise.
4844 (reload_cse_invalidate_rtx): Likewise.
4845 (reload_cse_regno_equal_p): Likewise.
4846 (reload_cse_check_clobber): Likewise.
4847 (reload_cse_record_set): Likewise.
4848 (reg_values): Delete static variable.
4849 (invalidate_regno_rtx): Likewise.
4850 (reload_cse_delete_noop_set): New static function.
4851 (reload_cse_simplify): New static function, broken out of
4853 (reload_cse_noop_set_p): Delete unused argument INSN.
4854 Just call rtx_equal_for_cselib_p on set source and destination.
4855 (reload_cse_regs_1): Break out some code into reload_cse_simplify and
4856 reload_cse_delete_noop_set. Delete code to keep track of values; use
4857 cselib functions instead. Delete code to push/pop obstacks.
4858 (reload_cse_simplify_set): Use cselib to find equivalent values.
4859 Delete code to push/pop obstacks.
4860 (reload_cse_simplify_operands): Likewise.
4861 * rtl.def (VALUE): New rtx code.
4862 * rtl.h (union rtunion_def): New elt rt_cselib.
4863 (X0CSELIB, CSELIB_VAL_PTR): New macros.
4864 * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
4865 (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
4866 unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
4867 discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
4868 hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
4869 cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
4870 cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
4871 cselib_record_set, cselib_record_sets): New static functions.
4872 (cselib_lookup, cselib_update_varray_sizes, cselib_init,
4873 cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
4874 references_value_p): New functions.
4875 (MAX_USELESS_VALUES, REG_VALUES): New macros.
4876 (table, cselib_current_insn, next_unknown_value, cselib_nregs,
4877 n_useless_values, reg_values, callmem, cselib_obstack,
4878 cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
4879 New static variables.
4880 * varray.h (union varray_data_tag): New elt te.
4881 (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
4882 * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
4885 2000-03-14 Nick Clifton <nickc@cygnus.com>
4887 * gcc.c (do_spec_1): Catch the case where %* is used in a
4888 substitution pattern, but it has not been initialised.
4889 Issue a meaningful error message if an unrecognised operator
4890 is encountered in a spec string.
4892 2000-03-14 Richard Earnshaw <rearnsha@arm.com>
4894 * function.c (prepare_function_start): Correctly initialize
4895 cfun->stack_alignment_needed.
4897 2000-03-14 Zack Weinberg <zack@wolery.cumb.org>
4899 * cppfiles.c (find_include_file): Don't assume nshort is a
4902 Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
4904 * configure.in (hppa configurations): Add pa32-regs.h to the
4905 list of tm files as appropriate.
4906 * configure: Rebuilt.
4907 * pa.c (compute_frame_size): Remove explicit knowledge about FP
4909 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
4910 (fmpyaddoperands, fmpysuboperands): Likewise.
4911 * pa.h: Remove various definitions which depend on knowing
4912 how registers are numbered.
4913 * pa32-regs.h: New file with PA32 register numbering specific
4916 2000-03-14 Richard Henderson <rth@cygnus.com>
4918 * regmove.c (combine_stack_adjustments): New.
4919 (stack_memref_p, single_set_for_csa): New.
4920 (free_csa_memlist, record_one_stack_memref): New.
4921 (try_apply_stack_adjustment): New.
4922 (combine_stack_adjustments_for_block): New.
4923 * rtl.h (combine_stack_adjustments): Declare.
4924 * toplev.c (rest_of_compilation): Call it.
4926 * i386.md: Revert 2000-01-16 change.
4928 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4930 * gccbug.in: Add web category, gcc specific classes.
4932 2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
4934 * stor-layout.c (finalize_record_size): Fix typo.
4936 2000-03-14 Stan Shebs <shebs@apple.com>
4938 * c-typeck.c (c_alignof): Error on incomplete types.
4939 * extend.texi (Alignment): Document this.
4941 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
4943 * cppfiles.c: Include mkdeps.h.
4944 (find_include_file, read_include_file): Remove _cpp_ prefix
4945 from name, make static.
4946 (_cpp_execute_include): New function, broken out of
4949 * cpplib.c: Don't include mkdeps.h.
4950 (struct directive): Remove type field. Reorder entries. The
4951 function takes only one argument.
4952 (struct if_stack): Make type field an int.
4953 (directive_table): Rename to dtable. Generate it, the
4954 prototypes of the directive handlers, and the enum for the
4955 directive numbers, from a template macro.
4956 (do_ifndef, do_include_next, do_import): New functions.
4957 (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
4958 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
4959 do_ident, do_assert, do_unassert, do_sccs): Take only one
4961 (do_sccs): Define always, but alter behavior based on
4963 (_cpp_handle_directive, consider_directive_while_skipping):
4964 Restructure for new directive table layout.
4966 (pass_thru_directive): Take a directive number, not a pointer
4967 to a struct directive.
4968 (parse_include): New function, broken out of do_include.
4969 (do_include, do_import, do_include_next): Use parse_include
4970 and _cpp_execute_include.
4971 (do_elif, do_else): Test for T_ELSE specifically when checking
4972 for #elif/#else after #else.
4973 (parse_ifdef): New function, broken out of do_ifdef.
4974 (validate_else): Expect a name arg without a leading #.
4975 (if_directive_name): Delete.
4976 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
4977 directive handlers with only one argument.
4979 * cpphash.h: Update prototypes.
4980 (enum node_type): Remove entries for directives.
4981 * Makefile.in: Update dependencies.
4983 * cpphash.c (dump_hash_helper): Only dump nodes of type
4984 T_MACRO. Emit a newline after each definition.
4986 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4988 * gccbug.in: New file.
4989 * configure.in (all_outputs): Add gccbug.
4990 * Makefile.in (install-common): Install gccbug.
4991 (GCCBUG_INSTALL_NAME): New variable.
4992 * configure: Rebuilt.
4994 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
4996 * function.c (put_var_into_stack): Use type_for_mode to calculate
4997 part_type. Use MEM_SET_IN_STRUCT_P.
4998 * expr.c (store_field): Handle CONCAT.
4999 (store_constructor): Use fields_length.
5000 * tree.c (fields_length): New fn.
5001 * tree.h: Declare it.
5003 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
5005 * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5006 (cpplex.o): New target.
5007 * po/POTFILES.in: Add cpplex.c.
5009 * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5010 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5011 cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5012 skip_block_comment, skip_line_comment, skip_comment,
5013 copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5014 _cpp_parse_name, skip_string, parse_string,
5015 _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5016 _cpp_get_directive_token, find_position,
5017 _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5018 (maybe_macroexpand, _cpp_lex_token): New functions.
5020 * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5021 parse_goto_mark): Delete.
5022 (_cpp_handle_eof): New function.
5023 (_cpp_handle_directive): Rename from handle_directive.
5024 (_cpp_output_line_command): Rename from output_line_command.
5025 (do_if, do_elif): Call _cpp_parse_expr directly.
5026 * cppfiles.c (_cpp_read_include_file): Don't call
5027 init_input_buffer here.
5028 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5029 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5030 here; pop the token_buffer and skip the rest of the line here.
5031 * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5034 * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5036 (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5037 CPP_GOTO_MARK): New macros.
5038 (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5039 _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5040 _cpp_read_and_prescan, _cpp_init_input_buffer,
5041 _cpp_grow_token_buffer, _cpp_get_directive_token,
5042 _cpp_handle_directive, _cpp_handle_eof,
5043 _cpp_output_line_command): Prototype them here.
5044 * cpplib.h (enum cpp_token): Add CPP_MACRO.
5045 (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5046 quote_string, output_line_command): Remove.
5048 2000-03-13 Bernd Schmidt <bernds@cygnus.co.uk>
5050 * stmt.c (expand_end_case): RANGE may be signed, and when checking
5051 whether it is too large we must also verify that it isn't negative.
5053 2000-03-13 Jakub Jelinek <jakub@redhat.com>
5055 * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5056 (movsi_zero_liveg0): Remove.
5057 (movsf_insn_novis_liveg0): Remove.
5059 (negsi2_not_liveg0): Rename to negsi2.
5060 (one_cmplsi2): Remove.
5061 (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5062 (one_cmplsi2_liveg0): Remove.
5063 * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5064 MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5065 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5066 (PREDICATE_CODES): Remove zero_operand.
5067 * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5068 TARGET_BROKEN_SAVERESTORE.
5069 (zero_operand): Remove.
5070 * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5071 -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5073 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5074 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5075 TARGET_BROKEN_SAVERESTORE): Remove.
5076 * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5078 * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5080 * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5083 * config/sparc/sparc.md (return_df_no_fpu): New pattern.
5085 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
5087 * cpplib.c (do_pragma_implementation): Fix off-by-one error
5088 truncating a string. Don't assume tokens are nul terminated.
5089 Problem noted by Andreas Jaeger <aj@suse.de>
5091 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
5093 * dwarf2out.c (add_name_and_src_coords_attributes): Only add
5094 DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
5095 (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
5097 2000-03-13 Richard Earnshaw <rearnsha@arm.com>
5099 * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
5100 STRUCTURE_SIZE_BOUNDARY.
5102 2000-03-13 Mark Mitchell <mark@codesourcery.com>
5104 * tree.h (record_layout_info_s): New structure.
5105 (record_layout_info): New type.
5106 (new_record_layout_info): New function.
5107 (layout_field): Likewise.
5108 (finish_record_layout): Likewise.
5109 * stor-layout.c (layout_record): Remove.
5110 (new_record_layout_info): New function.
5111 (layout_field): New function, broken out from layout_record.
5112 (finalize_record_size): Likewise.
5113 (compute_record_mode): Likewise.
5114 (finalize_type_size): New function, broken out from layout_type.
5115 (finish_record_layout): Likewise.
5116 (layout_type): Use them.
5118 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
5120 * cpphash.c: Don't include version.h.
5121 (special_symbol) [case T_VERSION]: Look for the string in
5122 hp->value.cpval; don't use version_string.
5123 * cppinit.c (initialize_builtins): Set hp->value.cpval for
5124 __VERSION__ to version_string.
5125 * Makefile.in (cpphash.o): Update deps.
5127 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
5129 Convert cpplib to use libiberty/hashtab.c.
5131 * cpplib.h (struct cpp_reader): Make hashtab and
5132 all_include_files of type 'struct htab *'. Delete HASHSIZE
5133 and ALL_INCLUDE_HASHSIZE macros.
5135 * cpphash.h: Update prototypes.
5136 (struct hashnode): Remove next, prev, and bucket_hdr members.
5137 Make length a size_t. Add hash member.
5138 (struct ihash): Remove next member. Add hash member. Make
5139 name a flexible array member.
5141 * cppfiles.c: Include hashtab.h.
5142 (include_hash): Delete.
5143 (IHASHSIZE): New macro.
5144 (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
5145 (cpp_included): Do the hash lookup here.
5146 (_cpp_find_include_file): Rewrite.
5147 (cpp_read_file): Put the "fake" hash entry into the hash
5148 table. Honor the control_macro, if it turns out we've seen
5149 the file before. Don't push the buffer here.
5150 (_cpp_read_include_file): Push the buffer here.
5151 (OMODES): New macro. Use it whenever we call open(2).
5153 * cpphash.c: Include hashtab.h.
5154 (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
5155 _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
5156 _cpp_lookup_slot): New functions.
5157 (HASHSIZE): new macro.
5158 (hashf, _cpp_install, _cpp_delete_macro): Delete.
5159 (_cpp_lookup): Use hashtab.h routines.
5161 * cppinit.c: Include hashtab.h.
5162 (cpp_reader_init): Call _cpp_init_macro_hash and
5163 _cpp_init_include_hash. Don't allocate hashtab directly.
5164 (cpp_cleanup): Just call htab_delete on pfile->hashtab and
5165 pfile->all_include_files.
5166 (initialize_builtins): Use _cpp_make_hashnode and
5167 htab_find_slot to add hash entries.
5168 (cpp_finish): Just call _cpp_dump_macro_hash.
5169 * cpplib.c: Include hashtab.h.
5170 (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
5171 create hash entries.
5172 (do_pragma_poison, do_assert): Likewise.
5173 (do_include): Don't push the buffer here. Don't increment
5174 system_include_depth unless _cpp_read_include_file succeeds.
5175 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
5177 (do_pragma_implementation): Use alloca to create copy.
5179 * Makefile.in: Update dependencies.
5181 2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5183 * cppinit.c (cl_directive_handler): More K&R fixing.
5185 Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
5187 * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
5189 * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
5191 2000-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5193 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
5194 Change from char[] to macros.
5196 2000-03-12 Neil Booth <NeilB@earthling.net>
5198 * cppinit.c (cpp_start_read): Update indirect function
5201 Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
5203 * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
5206 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
5207 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
5209 2000-03-11 Neil Booth <NeilB@earthling.net>
5211 * cppinit.c (struct pending option): Replace undef with a
5212 pointer to a directive handling routine.
5213 (struct cpp_pending): Replace separate assert_ and define_
5214 lists with one directive_ list.
5215 (new_pending_define): Rename new_pending_directive. Extra
5216 argument is the directive's handling routine.
5217 (handle_option): Update to use new_pending_directive.
5219 2000-03-11 Neil Booth <NeilB@earthling.net>
5221 * cppfiles.c (file_cleanup, _cpp_find_include_file,
5222 remap_filename, _cpp_read_include_file, actual_directory,
5223 hack_vms_include_specification): Replace bcopy(), index() etc
5224 calls. Add casts to some allocations. Make some variables
5225 pointers to const [unsigned] char.
5226 * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
5227 collect_formal_parameters): Similarly.
5228 * cppinit.c (struct pending_option, append_include_chain,
5229 cpp_options_init, cpp_reader_init, initialize_standard_includes,
5230 cpp_start_read, new_pending_define, handle_option): Similarly.
5231 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
5232 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
5233 do_pragma_implementation, detect_if_not_defined,
5234 do_ifdef, skip_if_group, cpp_get_token, parse_string,
5235 do_assert, do_unassert): Similarly.
5236 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
5237 function prototypes.
5238 * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
5240 2000-03-10 Richard Henderson <rth@cygnus.com>
5242 * builtins.c (expand_builtin_strlen): Revert last change.
5243 Use emit_insn_before if we're at the beginning of a sequence.
5245 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
5247 * builtins.c (expand_builtin_strlen): Make sure that we have something
5248 at the beginning of the sequence.
5250 * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
5253 * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
5255 2000-03-10 Richard Henderson <rth@cygnus.com>
5257 * except.c (can_throw): Use INTVAL on a CONST_INT.
5258 (reachable_handlers): Likewise.
5259 * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
5261 2000-03-10 Andreas Jaeger <aj@suse.de>
5263 * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
5264 MD_STARTFILE_PREFIX since those are not needed on linux.
5265 (ASM_FILE_START): New, from mips/gnu.h.
5267 2000-03-09 Richard Henderson <rth@cygnus.com>
5268 Alex Samuel <samuel@codesourcery.com> and others
5270 * Makefile.in (ssa.o): New rule.
5272 (STAGESTUFF): Add *.ssa and *.ussa.
5273 (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
5274 * rtl.def (PHI): New RTL expression.
5275 * rtl.h (clear_log_links): New declaration.
5276 (convert_to_ssa): Likewise.
5277 (convert_from_ssa): Likewise.
5278 * flow.c (split_edge): If the entry node falls through to the
5279 split edge's source block, split the entry edge.
5280 (clear_log_links): New function.
5281 * toplev.c (ssa_dump): New variable.
5282 (flag_ssa): Likewise.
5283 (f_options): Add "ssa".
5284 (compile_file): Create SSA dump files.
5285 (rest_of_compilation): Go to and from SSA if enabled.
5286 (decide_d_option): Handle -de for SSA dump files.
5289 Thu Mar 9 20:01:38 2000 Jim Wilson <wilson@cygnus.com>
5291 * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
5294 2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
5296 * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
5298 Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
5300 * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
5301 (MD_STARTFILE_PREFIX_1): New macro.
5303 2000-03-09 Robert Lipe <robertl@sco.com>
5305 * config/ia64/ia64.c: Include system.h.
5307 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
5309 * except.c (nothrow_function_p): If -fno-exceptions, just return.
5310 (init_eh_nesting_info): Likewise.
5312 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
5313 (TREE_NOTHROW): Rename from TREE_RAISES.
5314 * toplev.c (rest_of_compilation): Set it.
5315 * print-tree.c (print_node): Adjust.
5316 * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
5317 (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
5318 * calls.c (emit_call_1): Add 'nothrow' parm. Add
5319 REG_EH_REGION note as appropriate.
5320 (libfunc_nothrow): New fn.
5321 (emit_library_call, emit_library_call_value): Use it.
5322 (expand_call): Check TREE_NOTHROW.
5324 * varasm.c (make_decl_rtl): Skip initial '*' when setting
5325 DECL_ASSEMBLER_NAME.
5327 2000-03-09 Andreas Jaeger <aj@suse.de>
5329 * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
5330 (TARGET_MEM_FUNCTIONS): Define.
5332 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
5334 * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
5336 * except.c (can_throw): See through a SEQUENCE.
5337 (nothrow_function_p): New fn.
5338 * except.h: Declare it.
5339 * function.c (current_function_nothrow): New var.
5340 (prepare_function_start): Initialize it.
5341 * output.h: Declare it.
5342 * toplev.c (rest_of_compilation): Set it.
5343 * dwarf2out.c (dwarf2out_begin_prologue): Use it.
5345 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
5347 * cpphash.c (collect_formal_parameters): strncmp returns 0 for
5348 match. (cpp_compare_defs): Count the nul separator when
5349 advancing over argument names.
5351 2000-03-09 Bernd Schmidt <bernds@cygnus.co.uk>
5353 * recog.c (preprocess_constraints): Matching constraints affect
5354 same alternative/different operand, not same operand/different
5357 * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
5358 register and a constant specially.
5360 2000-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5362 * libgcc2.h: New file.
5363 * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
5365 Wed Mar 8 16:19:42 2000 Jim Wilson <wilson@cygnus.com>
5367 * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
5368 * configure: Regenerate.
5371 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
5373 * Makefile.in (LIBCPP_DEPS): New macro.
5374 (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
5376 * cpperror.c: Include cpphash.h.
5377 * cppexp.c: Include cpphash.h. Remove MULTIBYTE_CHARS
5379 (lex): Don't use CPP_WARN_UNDEF.
5380 (_cpp_parse_expr): Return an int, the truth value.
5381 * cppfiles.c: Include cpphash.h.
5382 (_cpp_merge_include_chains): Move to cppinit.c and make static.
5383 * cppinit.c (include_defaults_array): Disentangle.
5384 (cpp_cleanup): Don't free the if stack here.
5385 (cpp_finish): Pop off all buffers, not just one.
5386 * cpplib.c (eval_if_expr): Return int.
5387 (do_xifdef): Rename do_ifdef.
5388 (handle_directive): Don't use CPP_PREPROCESSED.
5389 (cpp_get_token): Don't use CPP_C89.
5390 * fix-header.c: Don't use CPP_OPTIONS.
5392 * cpplib.h: Move U_CHAR, enum node_type, struct
5393 file_name_list, struct ihash, is_idchar, is_idstart,
5394 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
5395 CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
5396 CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
5397 CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
5398 CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
5399 of _cpp_simplify_pathname, _cpp_find_include_file,
5400 _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
5401 Move struct if_stack to cpplib.c. Move struct cpp_pending to
5403 Change all uses of U_CHAR to be unsigned char instead.
5404 Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
5406 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
5408 * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
5409 (dwarf2out_begin_prologue): Set it.
5410 (output_call_frame_info): Don't emit EH unwind info for leaves.
5412 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
5413 can occur outside of an EH region.
5414 * except.c: Correct comments about rethrow behavior.
5415 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
5417 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
5419 * flow.c (make_edges): Always call make_eh_edge for calls.
5421 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
5423 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
5424 (struct cpp_buffer): Remove fname and underflow fields.
5425 (struct cpp_reader): Remove get_token field.
5426 (struct include_hash): Rename to struct ihash. Add typedef to
5428 (struct if_stack): Remove fname field.
5429 (IF_STACK_FRAME): Rename to IF_STACK.
5431 * cpperror.c (print_containing_files): Trust that there are no
5432 macro buffers below the top file buffer.
5433 * cppfiles.c: Replace all references to 'struct include_hash'
5434 with 'IHASH'. Rename initialize_input_buffer to
5435 init_input_buffer. Don't set or reference cpp_buffer->fname,
5436 use buffer->ihash->name instead.
5437 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
5438 not CPP_NULL_BUFFER.
5439 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
5440 IF_STACK_FRAME, IHASH not struct include_hash.
5441 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
5442 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
5443 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
5444 references to cpp_buffer->fname (delete entirely, or use
5445 ->ihash->name instead) and IF_STACK->fname.
5446 (cpp_push_buffer): Don't set new->underflow.
5447 (do_include): Use cpp_file_buffer.
5449 * cpphash.c (collect_formal_parameters): Remove duplicate
5450 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
5451 used as a macro argument name. Don't append "..." to namebuf
5452 for varargs macros. After we're done scanning, go through
5453 namebuf and make it NUL separated, not comma separated.
5454 (_cpp_compare_defs): Remove register tag from variables.
5455 Expect defn->argnames to be NUL separated.
5456 (_cpp_dump_definition): Expect defn->argnames to be NUL
5457 separated and in forward order.
5458 * cpphash.h: Update documentation of argnames field.
5460 2000-03-08 Richard Henderson <rth@cygnus.com>
5462 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
5463 to fail. Don't pre-expand the source operand.
5465 * i386.md (strlensi): Initialize eoschar and align before use.
5467 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
5469 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
5470 CONSTRUCTOR element.
5472 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
5474 * mips.c (mips_expand_prologue): If the last
5475 named argument is the vararg marker "va_list", treat it as
5476 an unnamed argument.
5478 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
5480 * dbxout.c (dbxout_parms): When correcting for promoted
5481 big-endian parameters, use the mode of the DECL_RTL rather
5482 than UNITS_PER_WORD.
5484 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
5486 * c-common.h (make_fname_decl): Declare.
5487 * c-common.c (make_fname_decl): Define.
5488 (declare_hidden_char_array): Remove.
5489 (declare_function_name): Use make_fname_decl.
5490 * c-decl.c (c_make_fname_decl): New function.
5491 (init_decl_processing): Set make_fname_decl.
5493 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
5495 * cccp.c (handle_directive): Initialize backslash_newlines_p.
5497 2000-03-07 Philipp Thomas <pthomas@suse.de>
5499 * po/POTFILES.in: Remove cppalloc.c from file list.
5501 2000-03-07 Steve Chamberlain <sac@pobox.com>
5503 * pj.c (pj_expand_prologue): current_function->args_info is
5504 now current_function_args_info.
5506 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
5507 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
5508 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
5510 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5512 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
5513 output as hexadecimal rather than the default octal.
5515 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
5517 * cpphash.c (special_symbol): Fix thinko in previous commit.
5519 2000-03-07 Neil Booth <NeilB@earthling.net>
5521 * cppexp.c (struct operation, left_shift, right_shift,
5522 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
5523 "int"s to "unsigned int"s.
5524 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
5526 * cpplib.h: Update for above.
5527 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
5528 returned from allocations.
5530 * cppinit.c (opt_comp, parse_options): New functions.
5531 (handle_option): Use parse_option to parse a single command
5532 line option, that possibly takes an argument.
5533 (cpp_handle_options): Sort the array of command line options on
5534 first invocation (non-ASCII hosts only).
5535 (print_help): Update.
5537 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
5539 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
5540 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
5542 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
5544 * cppinit.c (cpp_cleanup): Free imp->nshort also.
5546 * cpperror.c (cpp_print_containing_files,
5547 cpp_print_file_and_line, v_cpp_message): Rename to
5548 print_containing_files, print_file_and_line, and v_message.
5549 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
5550 to _cpp_parse_expr, parse_escape, and lex.
5551 (parse_charconst): Remove broken multibyte support.
5552 * cppfiles.c (include_hash): Make static.
5553 (cpp_included): New function.
5554 (merge_include_chains, find_include_file, finclude,
5555 simplify_pathname): Rename to _cpp_merge_include_chains,
5556 _cpp_find_include_file, _cpp_read_include_file, and
5557 _cpp_simplify_pathname.
5558 * cpphash.c (cpp_lookup, free_definition, delete_macro,
5559 cpp_install, create_definition, macroexpand, compare_defs,
5560 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
5561 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
5562 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
5563 * cppinit.c (cpp_handle_option): Rename to handle_option, make
5565 * cpplib.c: Remove extern prototype of cpp_parse_expr.
5567 * cpphash.h: Update prototypes.
5568 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
5570 2000-03-07 Andrew Haley <aph@cygnus.com>
5572 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
5573 PTRDIFF_TYPE should be based solely on Pmode.
5576 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5578 * rtl.h (rtunion_def): Constify member `rtstr'.
5579 (emit_line_note_after, emit_line_note, emit_line_note_force,
5580 emit_note, decode_asm_operands): Constify.
5582 * cse.c (canon_hash): Likewise.
5584 * dbxout.c (dbxout_block): Likewise.
5586 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
5587 v_warning_for_asm): Likewise.
5589 * dwarfout.c (function_start_label): Likewise.
5591 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
5592 emit_line_note_force): Likewise.
5594 * final.c (last_filename, asm_insn_count, final_scan_insn,
5595 output_source_line): Likewise.
5597 * function.h (struct emit_status): Likewise.
5599 * gcse.c (hash_expr_1): Likewise.
5601 * genattr.c (gen_attr, main): Likewise.
5603 * genattrtab.c (struct function_unit, current_alternative_string,
5604 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
5605 attr_numeral, check_attr_test, check_attr_value,
5606 convert_set_attr_alternative, convert_set_attr,
5607 compute_alternative_mask, simplify_by_exploding, gen_attr,
5608 gen_unit): Likewise.
5610 * genflags.c (gen_insn): Likewise.
5612 * gengenrtl.c (type_from_format): Likewise.
5614 * genopinit.c (gen_insn): Likewise.
5616 * genoutput.c (n_occurrences, process_template, process_template):
5619 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
5622 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
5625 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
5626 ggc_set_mark, ggc_get_size): Likewise.
5628 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
5630 * optabs.c (init_one_libfunc): Likewise.
5632 * output.h (assemble_start_function): Likewise.
5634 * recog.c (decode_asm_operands): Likewise.
5636 * toplev.c (rest_of_compilation): Likewise.
5638 * tree.h (emit_line_note_after, emit_line_note,
5639 emit_line_note_force): Likewise.
5641 * varasm.c (asm_output_bss, asm_output_aligned_bss,
5642 asm_emit_uninitialised, assemble_start_function,
5643 assemble_variable, const_hash, compare_constant_1,
5644 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
5646 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
5648 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
5650 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
5652 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
5654 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
5655 arm_dllimport_name_p): Likewise.
5657 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
5660 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
5662 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5664 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
5665 arm_mark_dllexport, arm_mark_dllimport,
5666 arm_pe_encode_section_info): Likewise.
5668 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
5669 ASM_FINISH_DECLARE_OBJECT): Likewise.
5671 * arm/thumb.c (thumb_function_prologue): Likewise.
5673 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
5675 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5677 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
5679 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
5681 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
5683 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5685 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
5686 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
5688 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
5690 * i386/i386.c (asm_output_function_prefix): Likewise.
5692 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
5694 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5696 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
5698 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
5699 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
5700 ASM_OUTPUT_SECTION_NAME): Likewise.
5702 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
5704 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
5706 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
5708 * m32r/m32r.c (m32r_encode_section_info): Likewise.
5710 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5712 * mcore/mcore.c (mcore_encode_section_info): Likewise.
5714 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5716 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5718 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5720 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
5722 * mips/mips.md (movdi, movsi): Likewise.
5724 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5726 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5728 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
5730 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
5731 ASM_OUTPUT_ASCII): Likewise.
5733 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
5734 output_mi_thunk, output_toc): Likewise.
5736 * rs6000/rs6000.md (movsi): Likewise.
5738 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
5740 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
5742 * v850/v850.c (print_operand, print_operand_address,
5743 v850_encode_data_area): Likewise.
5745 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
5747 * config/mips/mips.md (zero_extendsidi2): Always force operand
5748 one to memory for mips16.
5750 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5752 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
5753 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
5754 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
5755 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
5756 (min_precision): Result is unsigned.
5757 (add_double, neg_double, mul_double): Low word is unsigned.
5758 (lshift_double, rshift_double, lrotate_double): Likewise.
5759 (rrotate_double, div_and_round_double): Likewise.
5760 (tree_floor_log2, compare_tree_int): New functions.
5761 (preserve_rtl_expr_temps): New declaration.
5762 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
5763 (decl_attributes): Use tree_log2 to find alignment.
5764 Check for TREE_INT_CST_HIGH for format args.
5765 (min_precision): Now unsigned.
5766 Use tree_floor_log2.
5767 (truthvalue_conversion): Delete long-disabled code.
5768 * c-decl.c (finish_struct): Clean up tests on field width.
5769 (finish_function): Use compare_tree_int.
5770 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
5771 * c-typeck.c (comptypes): Use tree_int_cst_equal.
5772 (default_conversion, digest_init): Use compare_tree_int.
5773 (build_binary_op): Use integer_all_onesp and compare_tree_int.
5774 Fix type errors in forming masks.
5775 * calls.c (initialize_argument_information): Use compare_tree_int.
5776 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
5777 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
5778 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
5779 (store_field): Use compare_tree_int.
5780 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
5781 (expand_expr, case ARRAY_REF): Use compare_tree_int.
5782 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
5783 (do_store_flag): Use compare_tree_int.
5784 * fold-const.c (encode, decode): Low part is always unsigned.
5785 (force_fit_type, add_double, neg_double, mul_double): Likewise.
5786 (lshift_double, rshift_double, lrotate_double): Likewise.
5787 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
5788 (fold_convert): Use compare_tree_int.
5789 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
5790 (invert_truthvalue, case INTEGER_CST): Likewise.
5791 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
5792 * mkdeps.c (deps_dummy_targets): Make I unsigned.
5793 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
5794 (lshift_double, rshift_double, lrotate_double, rrotate_double):
5796 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
5797 (expand_end_case): Use compare_tree_int.
5798 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
5799 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
5800 (layout_decl): Likewise.
5801 (layout_record, layout_union): Make sizes unsigned.
5802 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
5803 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
5804 * tree.c (struct type_hash): hashcode is unsigned.
5805 (build_type_attribute_variant, type_hash_list): Likewise.
5806 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
5807 (attribute_hash_list, build_array_type, build_method_type): Likewise.
5808 (build_complex_type): Likewise.
5809 (real_value_from_int_cst): Remove unneeded casts.
5810 (integer_all_onesp): Add casts.
5811 (tree_floor_log2, compare_tree_int): New functions.
5812 (build_index_type): Use tree_int_cst_sgn.
5813 * varasm.c (assemble_variable): Use compare_tree_int.
5815 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
5817 * cpphash.c (collect_expansion): Also catch ## at start of macro.
5819 * varasm.c (make_decl_rtl): Don't add a number to members of
5821 (make_function_rtl): Likewise.
5823 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5825 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
5826 patch from 2000-01-28.
5828 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
5830 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
5831 filled with an insn from the jump target.
5833 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5835 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
5836 (c4x_external_ref): Likewise.
5837 * config/c4x/c4x.c (struct name_list): Likewise.
5839 1999-12-16 Ben Collins <bcollins@debian.org>
5841 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
5842 argument to genmultilib.
5843 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
5844 the contents into the multilib.h header.
5845 * gcc.c: Declare multilib_exclusions for the specs file.
5846 (set_multilib_dir): Use it.
5847 (print_multilib_info): Likewise.
5848 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
5849 to pass to genmultilib.
5851 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5853 * builtins.c (built_in_class_names, built_in_names): Constify a
5856 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
5858 (_mcleanup): Ensure value matches format specifier in sprintf.
5860 * cpphash.c (special_symbol): Don't needlessly cast away
5863 * cppinit.c (base_name): Delete unused prototype.
5865 * mkdeps.c (deps_init): Make definition K&R safe.
5867 * tree.h (built_in_class_names, built_in_names): Constify a
5870 2000-03-06 Jakub Jelinek <jakub@redhat.com>
5872 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
5873 floating point instructions for epilogue delay.
5875 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
5876 to gas if it supports .register pseudo.
5878 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
5879 LONG_DOUBLE_TYPE_SIZE if not defined.
5880 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
5881 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
5883 * gengenrtl.c: Likewise.
5884 * print-rtl.c: Likewise.
5886 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
5887 MASK_LONG_DOUBLE_128.
5888 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
5889 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
5890 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
5891 (SUBTARGET_SWITCHES): Define.
5892 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
5893 with -mlong-double-128.
5894 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
5895 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
5896 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
5897 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
5898 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
5899 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
5900 with -mlong-double-128.
5901 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
5902 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
5903 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
5904 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
5905 TARGET_LONG_DOUBLE_128): Define.
5906 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
5907 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
5908 long double on TARGET_ARCH64.
5910 2000-03-06 Mark Mitchell <mark@codesourcery.com>
5912 * function.c (free_temps_for_rtl_expr): Don't free slots
5913 that have been pushed into a higher level.
5916 2000-03-05 Mark Mitchell <mark@codesourcery.com>
5918 2000-03-05 Mark Mitchell <mark@codesourcery.com>
5920 * basic-block.h (ALLOCA_REG_SET): Remove.
5921 (INITIALIZE_REG_SET): New macro.
5922 * flow.c (update_life_info): Use it.
5923 (calculate_global_regs_live): Likewise.
5924 (propagate_block): Likewise.
5925 * global.c (build_insn_chain): Likewise.
5926 * haifa-sched.c (schedule_region): Likewise.
5928 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
5930 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
5931 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
5932 (DWARF_ARANGES_PAD_SIZE): New define.
5933 (output_aranges): Use it to pad the address range header.
5934 (DWARF_ROUND): Fix for non power of 2 rounding.
5936 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
5938 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
5940 2000-03-05 Mark Mitchell <mark@codesourcery.com>
5942 * tree.def (RTL_EXPR): Update documentation.
5943 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
5944 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
5945 * function.c (preserve_rtl_expr_temp): New function.
5946 (preserve_rtl_expr_temps): Likewise.
5947 (preserve_rtl_expr_result): Use it.
5950 2000-03-04 Mark Mitchell <mark@codesourcery.com>
5952 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
5954 * regmove.c (copy_src_to_dest) Do not create src->dest move
5955 for unchanging destination.
5957 2000-03-04 Mark Mitchell <mark@codesourcery.com>
5959 * function.h (struct sequence_stack): Remove rtl_expr.
5960 (struct emit_staus): Likewise.
5961 (seq_rtl_expr): Remove.
5962 * tree.h (free_temps_for_rtl_expr): Don't declare.
5963 (start_sequence_for_rtl_expr): Likewise.
5964 * rtl.h (preserve_rtl_expr_result): Likewise.
5965 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
5966 (start_sequence_for_rtl_expr): Remove.
5967 (push_topmost_sequence): Don't save sequence_rtl_expr.
5968 (pop_topmost_sequence): Remove comment about not restoring it.
5969 (end_sequence): Don't set seq_rtl_expr.
5970 (init_emit): Don't initialize it.
5971 (mark_sequence_stack): Don't mark it.
5972 (mark_emit_status): Likewise.
5973 * except.c (protect_with_terminate): Use
5974 start_sequence_for_rtl_expr, not start_sequence.
5975 * expr.c (expand_expr, case RTL_EXPR): Don't call
5976 preserve_rtl_expr_result or free_temps_for_rtl_expr.
5977 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
5978 (preserve_rtl_expr_result): Remove.
5979 (free_temps_for_rtl_expr): Likewise.
5980 (pop_temp_slots): Likewise.
5981 (mark_temp_slot): Don't mark the rtl_expr.
5982 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
5983 start_sequence_for_rtl_expr.
5985 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
5987 * mkdeps.c, mkdeps.h: New files.
5988 * po/POTFILES.in: Add them.
5989 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
5990 (cpplib.o, cppinit.o): Depend on mkdeps.h.
5991 (mkdeps.o): New target.
5993 * cppfiles.c: Delete deps_output.
5994 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
5995 OBJECT_SUFFIX, and base_name.
5996 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
5998 (initialize_dependency_output): Use deps_init,
5999 deps_add_target, deps_calc_target, and deps_add_dep. Remove
6000 all the unnecessary string bashing.
6001 (cpp_finish): Use deps_write. Remove an unnecessary nesting
6003 * cpplib.c (do_include): Use deps_add_dep.
6004 * cpplib.h (struct cpp_reader): Replace deps_buffer,
6005 deps_allocated_size, deps_size, deps_column members with
6006 single pointer to a struct deps. Delete prototype of
6009 * cppinit.c: Fix thinko in previous patch.
6011 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6013 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6014 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6015 (mode_for_size_tree): New function.
6016 (layout_decl, layout_type): Call it and clean up BLKmode checks.
6017 * tree.h (mode_for_size_tree): New declaration.
6019 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6021 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
6023 * stmt.c (is_body_block): Move...
6024 * dwarfout.c, dwarf2out.c: ...from here.
6025 * tree.h: Declare it.
6026 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6027 * final.c (final_start_function): Do call remove_unnecessary_notes
6030 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
6032 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6034 * cpplib.h (_dollar_ok): New macro.
6035 (is_idchar, is_idstart): Use it.
6036 (IStable): Rename to _cpp_IStable. Declare it const if
6037 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
6038 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6039 is_space): Update for renamed IStable.
6041 * cppinit.c: Delete all references to FAKE_CONST and CAT
6042 macros. Define init_IStable as empty macro if gcc >=2.7 or
6043 C99. Change TABLE() to ISTABLE and hardcode name of table.
6044 (cpp_start_read): Don't change the IStable based on
6047 * cpphash.c (unsafe_chars): Add pfile argument. All callers
6048 changed. Handle '$' for char1 correctly.
6049 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6051 * cppexp.c (tokentab2): Make const.
6052 (cpp_lex): Make toktab const.
6053 * cppinit.c (include_defaults_array): Make const.
6054 (initialize_standard_includes): Make default_include const.
6056 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
6058 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6059 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6060 (gen_decl_die): Likewise.
6061 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6062 (output_decl): Likewise.
6064 * varasm.c (make_function_rtl): If we change the name used in the
6065 rtl, update DECL_ASSEMBLER_NAME accordingly.
6066 (make_decl_rtl): Likewise.
6068 * toplev.c (rest_of_compilation): Tweak formatting.
6070 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6071 remove_unnecessary_notes.
6072 (debug_ignore_block): New fn.
6073 * toplev.h: Declare it.
6074 * emit-rtl.c (remove_unncessary_notes): Call it.
6075 * dwarf2out.c (dwarf2out_ignore_block): New fn.
6076 * dwarf2out.h: Declare it.
6077 * final.c (final_start_function): Don't call remove_unnecessary_notes
6078 if we did insn scheduling.
6080 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
6082 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
6083 * cpplib.h: Delete SET_CPP_PEDANTIC.
6085 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6087 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
6088 result is a RECORD_TYPE.
6090 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
6092 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
6094 2000-03-03 Richard Henderson <rth@cygnus.com>
6096 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
6097 addition over compliments over shifts.
6099 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6101 * reload1.c (reload_combine_note_use): Handle return register USEs.
6102 REG case: Handle multi-hard-register hard regs.
6104 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6106 * md.texi: Document use of '*' in insn pattern name.
6108 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
6110 * calls.c (special_function_p): operator new may not be malloc-like.
6112 * gcse.c (dump_hash_table): Really fix error in last change.
6114 2000-03-02 Denis Chertykov <denisc@overta.ru>
6116 * avr.c (print_operand): Use print_operand_address instead of
6118 * avr/libgcc.S: Cleanup code.
6120 2000-03-02 Richard Henderson <rth@cygnus.com>
6122 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
6124 2000-03-02 Mark Mitchell <mark@codesourcery.com>
6126 * tree.h (TYPE_ALIGN_UNIT): New macro.
6128 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
6130 * i386.c: (constant_call_address_operand): Reject CONST_INT.
6132 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
6134 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
6136 (SET_CPP_PEDANTIC): New macro.
6137 * cpplib.c (do_include): Don't bother checking system_header_p.
6138 (do_warning, do_ident, do_assert, do_unassert): Likewise.
6139 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
6141 * function.h (struct expr_status): Add x_arg_space_so_far.
6142 (arg_space_so_far): New macro.
6143 * expr.c (init_expr): Initialize it.
6144 * calls.c (emit_call_1): Reset it.
6145 (compute_argument_block_size, expand_call): Use it.
6146 (expand_call, store_one_arg): Increment it.
6148 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6150 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
6153 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
6155 * cppfiles.c (cpp_read_file): New function.
6157 * cpphash.c (collect_expansion): Make sure to reset last_token
6158 to NORM when we hit a string. Handle trailing whitespace
6159 properly when the expansion is empty.
6160 (create_definition): Disable line commands while parsing the
6162 (dump_definition): If pfile->lineno == 0, output a line
6163 command ahead of the dump, and add a trailing newline.
6165 * cppinit.c (append_include_chain): Add fifth argument, which
6166 indicates whether or not system headers are C++ aware.
6167 (initialize_standard_includes): New function,
6168 broken out of read_and_prescan. Pass 'cxx_aware' value from
6169 the include_defaults_array on to append_include_chain.
6170 (dump_special_to_buffer): Const-ify char array.
6171 (builtin_array): Don't dump __BASE_FILE__.
6172 (cpp_start_read): Use cpp_read_file. Reorder code for
6173 clarity. Don't output line commands here for -D/-A/-U
6174 switches. Don't call deps_output for files included with
6175 -include or -imacros.
6177 * cpplib.c (do_define): Don't pay any attention to the second
6179 (cpp_expand_to_buffer): Disable line commands while scanning.
6180 (output_line_command): Work in the file buffer.
6181 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
6182 Fix formatting of comments. Prototype cpp_read_file.
6184 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6186 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
6187 reference the language-equivalent of sizetype.
6188 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
6189 * fold-const.c (size_binop, size_diffop): Put back checks.
6190 * gcse.c (dump_hash_table): Fix minor error in last change.
6191 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
6192 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
6195 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
6197 * calls.c (expand_call) Do not attempt to combine stack adjustments
6198 with inhibit_defer_pop set.
6200 2000-03-01 Mark Mitchell <mark@codesourcery.com>
6202 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
6203 the DECL_SIZE for a FIELD_DECL.
6205 2000-03-01 Bruce Korb <bkorb@gnu.org>
6207 * fixinc/inclhack.tpl: remove unused symlinks
6208 * fixinc/README: GCC Maintainer info
6209 * fixinc/inclhack.sh: regen
6210 * fixinc/fixincl.sh: regen
6212 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
6214 * cpphash.c (collect_expansion): Trim trailing white space
6215 from macro definitions, but don't go past the last insertion
6218 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
6220 * i386.md (mulqi3): New pattern.
6222 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
6224 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
6226 (struct cpp_reader): Add parsing_if_directive and
6227 parsing_define_directive flags.
6228 (struct cpp_options): Remove output_conditionals flag.
6229 (check_macro_name): Delete prototype.
6231 * cpphash.h (struct macrodef): Delete.
6232 (struct reflist): Separate from struct definition.
6233 (struct definition): Remove unused fields. Add column number.
6234 (create_definition): Returns a DEFINITION *. Takes a
6235 cpp_reader * and an int.
6237 * cpphash.c (SKIP_WHITE_SPACE): Delete.
6238 (PEEKC): Copy defn from cpplib.c.
6239 (rest_extension, REST_EXTENSION_LENGTH): Delete.
6241 (struct arglist): Simplify.
6242 (collect_expansion): Rewrite. Get tokens by calling
6243 cpp_get_token. Add more error checking.
6244 (collect_formal_parameters): New function, broken out of
6245 create_definition and reworked to use get_directive_token.
6246 (create_definition): All real work is now in collect_expansion
6247 and collect_formal_parameters. do_define handles finding the
6248 macro name. Return a DEFINITION, not a MACRODEF.
6249 (macroexpand): Replace bcopy with memcpy throughout. Replace
6250 character-at-a-time copy loop with memcpy and pointer increments.
6251 (compare-defs): d1->argnames / d2->argnames might be null.
6253 * cpplib.c (copy_rest_of_line): Delete function.
6254 (skip_rest_of_line): Do all the work ourselves.
6255 (skip_string): New function.
6256 (parse_string): Use skip_string.
6257 (get_macro_name): New function.
6258 (check_macro_name): Delete.
6259 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
6260 (cpp_skip_hspace): Use CPP_BUMP_LINE.
6261 (handle_directive): ICE if we're called on a macro buffer.
6262 (do_define): Determine macro name and type (funlike/objlike)
6263 here. Expunge all uses of MACRODEF.
6264 (cpp_push_buffer): Set line_base to NULL.
6265 (do_undef, read_line_number): Don't worry about getting a POP token.
6266 (eval_if_expression): Set/reset parsing_if_directive around
6267 cpp_parse_expr. Don't clear only_seen_white.
6268 (skip_if_group): Remove output_conditionals logic. Use
6270 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
6271 tokens under appropriate conditions.
6272 (cpp_unassert): Call do_unassert not do_assert. Oops.
6274 * cppexp.c (parse_defined): New function, break out of
6276 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
6277 ourselves, with cpp_defined.
6278 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
6280 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
6281 * gcc.dg/strpaste-2.c: New.
6283 2000-02-29 Mark Mitchell <mark@codesourcery.com>
6285 * fold-const.c (size_binop): Don't asert inputs are the same and
6286 have TYPE_IS_SIZETYPE set.
6287 (size_diffop): Likewise.
6289 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
6291 * dwarfout.c (output_block): Output abstract blocks even if they
6292 don't have TREE_ASM_WRITTEN set.
6294 * calls.c (emit_library_call): Check for null REG.
6296 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
6298 * c-decl.c (current_function_decl): Move to toplev.c.
6299 (init_decl_processing): Don't add current_function_decl as a ggc
6301 * dbxout.c (dbxout_symbol): Change return type to int.
6302 (dbxout_symbol_location, dbxout_syms): Likewise.
6303 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
6304 any locals. Use current_function_func_begin_label if set.
6305 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
6306 * dwarf2out.c (dwarf2out_begin_prologue): Set
6307 current_function_func_begin_label.
6308 * final.c (final_start_function): Reset it.
6309 * toplev.c (current_function_decl): Define it here.
6310 (current_function_func_begin_label): New variable.
6311 (main): Add both as ggc roots.
6312 * tree.h (current_function_func_begin_label): Declare.
6314 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6316 * gcse.c: Cleanups throughout: mostly white-space, but also
6317 some minor rearrangement of code.
6319 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
6321 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
6322 returns a PARALLEL. Use emit_group_load and use_group_regs
6324 (emit_library_call_value): Similarly.
6326 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
6327 * pa/quadlib.asm: Remove.
6328 * pa/quadlib.c: New file.
6330 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
6331 * configure: Rebuilt.
6333 2000-02-29 Philip Blundell <pb@futuretv.com>
6335 * config/arm/conix-elf.h: New file.
6336 * configure.in (arm*-*-conix*): New configuration.
6337 * configure: Regenerate.
6339 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
6341 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
6342 don't have TREE_ASM_WRITTEN set.
6344 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6346 * Eliminate DECL_FIELD_SIZE.
6347 * builtins.c (built_in_class_names, built_in_names): New variables.
6348 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
6349 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
6350 DECL_SIZE, not DECL_FIELD_SIZE.
6351 * print-tree.c (print_node): Remove code that prints extra blank
6352 lines in some cases.
6353 Properly handle inline and builtin function cases.
6354 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
6355 * tree.h (built_in_class_named, built_in_names): New declarations.
6356 (union tree_decl): Rename internal unions to u1 and u2 and change
6357 some of their components.
6358 Add new field built_in_class.
6359 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
6360 Reflect above changes.
6361 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
6362 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
6363 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
6364 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
6366 2000-02-28 Dmitri Makarov <dim@windriver.com>
6368 * extend.texi: Document ARM's support for long/short calls.
6370 * invoke.texi: Document ARM's -mlong-calls command line switch.
6372 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
6373 (arm_encode_call_attribute): Add prototype.
6374 (arm_set_default_type_attribute): Add prototype.
6375 (arm_strip_name_encoding): Add prototype.
6377 * config/arm/arm.c (arm_init_cumulative_args): replace
6378 initialisation og 'long_calls' field with initialisation of
6379 'call_cookie' field.
6380 (enum arm_pragma_enum): New enum.
6381 (arm_pragma_long_calls): New static variable.
6382 (arm_process_pragma): Also process "#pragma long_calls_off".
6383 (arm_valid_type_attribute_p): Accept short_call attribute.
6384 (arm_comp_type_attributes): Check long/short call attributes.
6385 (arm_encode_call_attribute): New function: Encode long_call
6386 or short_call attribute in function name.
6387 (arm_set_default_type_attributes): New function: Assign
6388 default attributes to newly defined type.
6389 (current_file_function_operand): New function: Return true if
6390 the symbol is a function which has already been compiled.
6391 (arm_is_longcall_p): New function: Return true if the
6392 indicated function should be called via a long call.
6393 (arm_get_strip_length): New function. Returns number of
6394 prefix characters to be stripped from a function's name.
6395 (arm_strip_name_encoding): New function. Strip prefix characters
6396 from a function's name.
6398 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
6400 (SHORT_CALL_FAG_CHAR): Define.
6401 (LONG_CALL_FAG_CHAR): Define.
6402 (ENCODED_SHORT_CALL_ATTR_P): Define.
6403 (ENCODED_LONG_CALL_ATTR_P): Define.
6404 (ARM_NAME_ENCODING_LENGTHS): Define.
6405 (STRIP_NAME_ENCODING): Define.
6406 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
6407 (ARM_ENCODE_CALL_TYPE): Define.
6408 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
6409 (ARM_DECLARE_FUNCTION_SIZE): Define.
6410 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
6412 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
6413 if a long call is needed.
6414 (call_value): Ditto.
6415 (call_symbol): Ditto.
6417 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
6418 ARM_DECLARE_FUNCTION_SIZE.
6420 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
6421 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
6422 (ARM_STRIP_NAME_ENCODING): Undefine.
6423 (STRIP_NAME_ENCODING): Undefine.
6424 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
6425 (ASM_DECLARE_FUNCTION_NAME): Ditto.
6426 (ASM_OUTPUT_COMMON): Ditto.
6427 (ASM_DECLARE_OBJECT_NAME): Ditto.
6429 * config/arm/pe.c (arm_dllexport_name_p): Check for
6431 (arm_dllimport_name_p): Ditto.
6432 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
6433 (arm_mark_dllimport): Ditto.
6435 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6437 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
6439 2000-02-28 Mark Mitchell <mark@codesourcery.com>
6441 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
6443 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
6445 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
6446 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
6447 NO_BUILTIN_WCHAR_TYPE is not defined.
6448 (CPP_WCHAR_TYPE): Delete.
6449 * cccp.c (main): Don't change wchar_type if cplusplus.
6450 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
6452 2000-02-28 Nick Clifton <nickc@cygnus.com>
6454 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
6456 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
6458 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
6459 (ASM_WEAKEN_LABEL): Define.
6461 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
6463 * expr.c (store_constructor): Do not emit USE.
6464 * rtl.h (stupid_life_analysis): Remove.
6466 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6468 * function.c (number_blocks): Reset next_block_index based on
6469 what debugging format is used, not what is defined.
6471 * lcm.c: Minor reformatting throughout.
6472 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
6474 * toplev.c (rest_of_compilation): Account for time in
6475 optimize_mode_switching.
6477 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
6478 if only marking labels.
6480 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
6482 * calls.c (expand_call): Attempt to combine stack adjustments with
6483 pending stack adjustments.
6485 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6487 * loop.c (reg_in_basic_block_p): Don't abort when falling through
6488 to the end of the function.
6490 2000-02-27 Mark Mitchell <mark@codesourcery.com>
6492 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
6494 * final.c (next_block_index): Remove.
6495 (max_block_depth): Likewise.
6496 (pending_blocks): Likewise.
6497 (init_final): Don't initialize them.
6498 (final_start_function): Don't set next_block_index. Set up
6500 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
6501 * function.h (number_blocks): New function.
6502 * function.c (get_block_vector): New function.
6503 (identify_blocks): Use it.
6504 (reorder_blocks): Set NOTE_BLOCK.
6505 (number_blocks): New function.
6506 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
6507 * tree.h (BLOCK_NUMBER): New macro.
6508 (tree_block): Add block_num field.
6509 * dbxout.c (next_block_number): Remove.
6510 (dbxout_init): Don't set it.
6511 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
6512 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
6514 * toplev.c (rest_of_compilation): Always call
6515 find_loop_tree_blocks. Fix indentation.
6516 * dwarf2out.c (next_block_number): Remove.
6517 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
6518 to determine block numbers.
6519 (gen_inlined_subroutine_die): Likewise.
6520 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
6521 (decls_for_scope): Don't increment next_block_number.
6522 * dwarfout.c (next_block_number): Remove.
6523 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
6524 to determine block numbers.
6525 (output_inlined_subroutine_die): Likewise.
6526 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
6527 (output_decls_for_scope): Don't increment next_block_number.
6528 * sdbout.c (next_block_number): Remove.
6529 (sdbout_block): Use BLOCK_NUMBER.
6530 (sdbout_begin_block): Simplify.
6531 * xcoffout.c (next_block_number): Remove.
6532 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
6533 (xcoffout_begin_block): Don't set next_block_number.
6534 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
6537 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6539 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
6540 (expand_builtin_strcpy): Pass correct type to size_binop.
6541 (expand_builtin_strcmp): Likewise.
6542 Clean up conditional structure.
6543 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
6544 (complete_array_type): Don't use size_binop for MAXINDEX.
6545 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
6546 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
6547 (c_alignof): Use size_one_node.
6548 (build_unary_op): Pass arg of proper type to size_binop.
6549 (really_start_incremental_init, push_init_level): Use sizetype for
6550 constructor{,_bit,_unfilled}_index.
6551 (pop_init_label, output_init_element): Likewise.
6552 (output_pending_init_elements, process_init_element): Likewise.
6553 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
6554 * expr.c (store_expr): Use size_int.
6555 (store_constructor): Use proper types for size_binop args.
6556 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
6557 (expand_expr_unaligned): Likewise.
6558 (string_contant): Return object of sizetype.
6559 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
6560 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
6561 (ARGS_SIZE_TREE): Pass proper types to size_binop.
6562 * fold-const.c (int_const_binop): Refine when size_int is called.
6563 (fold_convert): Likewise.
6564 (size_int_wide): Rework to take KIND as arg, only take low order
6565 bits, handle new sizetype_tab datatype, and chain entries in
6567 (size_int_type_wide): New function.
6568 (size_binop): Validate types of arguments.
6569 (ssize_binop): Deleted.
6570 (size_diffop): New function.
6571 (extract_muldiv): Only fold division into multiplication for sizetypes.
6572 * function.c (assign_parms): Use size_diffop and make sure
6573 VAR field is of ssizetype; also pass proper type to size_binop.
6574 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
6575 (round_down): Deleted from here.
6576 * store-layout.c (sizetype_tab): Now an array.
6577 (sizetype_set, early_root_list): New variables.
6578 (variable_size): Use size_one_node.
6579 (round_up): Pass proper type to size_binop.
6580 (round_down): Moved to here and corrected as above.
6581 (layout_record): Pass proper arg types to size_binop.
6582 (layout_type): Likewise.
6583 If sizetype_set is zero, record the type just laid out.
6584 (make_unsigned_type): Don't call set_sizetype;
6585 (make_signed_type): Likewise; also, call fixup_signed_type.
6586 (initialize_sizetypes): New function.
6587 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
6588 set name of bitsizetype to "bit_size_type".
6589 Fix up type of sizes of all types made before call.
6590 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
6591 * tree.c (fix_sizetype): Deleted.
6592 (build_common_tree_nodes): Call initialize_sizetypes.
6593 (build_common_tree_nodes_2): Don't call fix_sizetype.
6594 * tree.h (TYPE_IS_SIZETYPE): New macro.
6595 (initialize_sizetype): New declaration.
6596 (enum size_type_kind): New type.
6597 (struct sizetype_tab): Deleted.
6598 (sizetype_tab): Now array; adjust sizetype macros.
6599 (size_diffop, size_int_type_wide): New functions.
6600 (size_int_wide): Change number of args and type; access macros changed.
6601 (ssize_int, sbitsize_int): New macros.
6602 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
6603 (ROUND_TYPE_SIZE_UNIT): New macro.
6605 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
6607 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
6609 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6611 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
6612 Mark as possibly unused.
6614 * cse.c (cse_insn): Delete dead code involving tablejump.
6615 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
6617 * Makefile.in (libcpp.a): Start by deleting it.
6619 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6621 * cpplib.h (enum file_change_code): Added rename_file.
6622 * cpplib.c (do_line): If a filename is given, set file_change to
6624 (output_line_command): If file_change is rename_file, always
6625 output a # directive with the file name.
6627 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
6629 2000-02-26 Mark Mitchell <mark@codesourcery.com>
6631 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
6632 when copying a PARM_DECL or RESULT_DECL.
6634 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6636 * fix-header.c (recognized_function): Also fix prototypes for
6637 functions taking "void".
6639 2000-02-26 Geoff Keating <geoffk@cygnus.com>
6641 * reload1.c (do_output_reload): Check reg_reloaded_valid before
6642 looking at reg_reloaded_contents.
6644 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
6646 * Makefile.in (STMP_FIXINC): New toggle.
6647 (LIBGCC2_DEPS): Delete all references.
6648 (stmp-headers): Delete target. All references either deleted
6649 or changed to stmp-int-headers.
6650 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
6651 (LIBCPP_OBJS): Take out cppalloc.o.
6652 (cppalloc.o): Delete target.
6653 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
6654 (gen-protos, fix-header): Link with libiberty.a.
6655 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
6658 * configure.in: Remove refs to strerror.
6659 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
6660 * system.h: Take out strerror stanza.
6662 * cpperror.c (my_strerror): Delete function.
6663 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
6664 * cppmain.c (main): Call xmalloc_set_program_name first thing.
6665 * cppalloc.c: Delete file.
6666 * gen-protos.c: Don't provide xrealloc.
6668 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
6669 xstrerror throughout.
6671 2000-02-26 Bruce Korb <bkorb@gnu.org>
6673 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
6674 match for DOS headers, too.
6675 * fixinc/inclhack.sh,fixincl.x: Regenerate.
6677 2000-02-26 Geoff Keating <geoffk@cygnus.com>
6679 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
6680 is right for most ELF targets.
6681 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
6682 Let the default file use %U properly.
6683 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
6686 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
6689 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6691 * toplev.c (documented_lang_options): Correct spelling error.
6692 (decode_d_option, decode_f_option, main): Likewise.
6694 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
6696 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
6697 to tell assembler it is permitted to expand large constants.
6699 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
6701 * protoize.c: (AUX_INFO_SUFFIX): New macro.
6702 (aux_info_suffix): Use.
6703 (SAVE_SUFFIX): New macro.
6705 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
6706 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
6707 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
6709 * invoke.texi (Running Protoize): Update documentation.
6711 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
6713 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
6715 2000-02-25 John Wehle (john@feith.com)
6717 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
6719 2000-02-25 Anthony Green <green@cygnus.com>
6721 * toplev.c (rest_of_compilation): Rebuild jump labels if
6722 combine_instructions has created a new direct jump.
6723 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
6725 (combine_instructions): Call try_combine with new argument.
6726 Return non-null value when new direct jump instruction is created.
6727 * rtl.h: combine_instructions returns an int.
6729 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
6731 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
6732 jump when changing a computed jump into a jump to a known
6735 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
6737 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
6738 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
6740 * i386.md (define_expand "clrstrsi"): Fix typo.
6742 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
6744 * rtl.texi: Fix typo.
6746 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6748 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
6749 UNITS_PER_WORD. Change caller initial_elimination_offset.
6750 (rounded_frame_size): Take into account that argument pushed has
6751 changed. Fix TARGET_ALIGN_DOUBLE problem.
6753 2000-02-25 Geoff Keating <geoffk@cygnus.com>
6755 * haifa-sched.c (schedule_block): Explain the real reason
6756 we delete REG_SAVE_NOTEs on the first insn of a block.
6757 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
6759 2000-02-24 Mark Mitchell <mark@codesourcery.com>
6761 * input.h (push_srcloc): New function.
6762 (pop_srcloc): Likewise.
6763 * toplev.c (push_srcloc): Define it.
6764 (pop_srcloc): Likewise.
6766 2000-02-24 Richard Henderson <rth@cygnus.com>
6768 * flow.c (life_analysis): When collecting reg info, clear
6771 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6773 Fix bug exposed by reload.c no longer rounding the frame
6774 size to BIGGEST_ALIGNMENT:
6775 * sh.c (rounded_frame_size): New function.
6776 (sh_expand_prologue, sh_expand_epilogue): Use it.
6777 (initial_elimination_offset): Likewise.
6779 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6781 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
6782 * sh-protos.h (sh_need_epilogue): Declare.
6783 * sh.c (sh_need_epilogue_known): New static variable.
6784 (sh_need_epilogue): New function.
6785 (function_epilogue): Clear need_epilogue_known.
6786 * sh.md (return): Split into expander / insn pattern.
6787 Make the expander conditional on ! sh_need_epilogue ().
6789 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
6791 * machmode.h (get_mode_alignment): Declare.
6792 (GET_MODE_ALIGNMENT): Call it.
6793 * stor-layout.c (get_mode_alignment): New function. Make
6794 sure alignment is always power of 2.
6796 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
6798 * i386.h: Remove useless definition of "I386" and misleading
6801 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
6803 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
6804 under which TREE_PERMANENT will be set.
6805 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
6806 build1): Use TREE_SET_PERMANENT.
6807 * print-tree.c (print_node): Don't report value of
6808 TREE_PERMANENT if ggc_p is true.
6810 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
6811 decide whether to give a type a new alias set.
6812 * objc/objc-act.c (build_objc_string_object): Never copy the string.
6813 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
6814 of value of 'obstack'.
6817 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6819 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
6821 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6823 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
6824 * cpplib.c (cpp_get_token): Produce them.
6825 * cppexp.c (cpp_lex): Handle them.
6827 2000-02-23 Nick Clifton <nickc@cygnus.com>
6829 * config/arm/arm.c (arm_comp_type_attributes): Simply and
6830 comment tests on type attributes.
6832 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6834 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
6835 conform to documentation.
6836 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
6837 to check for special cases.
6838 * sh-protos.h (sh_loop_align): Declare.
6839 * sh.c (sh_loop_align): Define.
6841 2000-02-22 Andrew Haley <aph@cygnus.com>
6843 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
6844 (SIZE_TYPE): Is 32 bits when using -mgp32.
6845 (PTRDIFF_TYPE): Ditto.
6847 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6849 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
6851 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
6853 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
6854 BIGGEST_FIELD_ALIGNMENT a constant.
6856 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
6858 * dwarf2out.c (output_line_info): Put the marker for the end of
6859 the line number info at the actual end.
6860 (gen_struct_or_union_type_die): Use decl_function_context
6861 to check for local classes.
6862 * dwarfout.c (output_type): Likewise.
6864 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
6866 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
6867 for arguments with a mode, but no type.
6868 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
6869 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
6870 * pa/long_double.h: New file.
6871 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
6872 both have 128bit wide long doubles.
6873 * configure: Rebuilt.
6875 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6877 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
6879 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
6880 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
6881 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
6883 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
6885 * integrate.c (compare_blocks, find_block): Likewise.
6887 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
6889 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
6891 * stmt.c (stmt_status, set_file_and_line_for_stmt,
6892 expand_asm_operands): Likewise.
6894 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
6896 * predict.c (estimate_probability): Added the pointer heuristic to
6897 the collection of static branch predictors.
6899 2000-02-21 Catherine Moore <clm@cygnus.com>
6901 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
6902 * invoke.texi (-mfix7000): Document.
6904 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
6906 * diagnostic.c (init_output_buffer): Make it possible to output at
6907 least 32 characters if we're given a too long prefix.
6909 2000-02-20 Mark Mitchell <mark@codesourcery.com>
6911 * varasm.c (initializer_constant_valid_p): Call
6912 lang_expand_constant to simplify the constant.
6914 2000-02-20 Bruce Korb <bkorb@gnu.org>
6916 * fixinc/inclhack.def(stdio_va_list):
6917 typedef needs to be disabled.
6918 * fixinc/inclhack.sh: regen
6919 * fixinc/fixincl.x: regen
6921 2000-02-20 Geoff Keating <geoffk@cygnus.com>
6923 * print-rtl.c (print_rtx): Don't print addresses when
6924 flag_dump_unnumbered.
6926 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6928 * sparc.c (sparc_output_scratch_registers): Mark parameter with
6930 (sparc_va_arg, sparc_flat_output_function_prologue,
6931 sparc_flat_output_function_epilogue): Cast value to unsigned in
6933 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
6935 * sparc.md: Add default case in switch.
6937 2000-02-19 Richard Henderson <rth@cygnus.com>
6939 * c-typeck.c (add_pending_init): Don't abort for multiple
6940 fields at the same offset.
6941 (pending_init_member): Test the correct member.
6943 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6945 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
6947 (start_catch_handler) : Same.
6949 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
6951 * Makefile.in: Have flow.o depend on $(EXPR_H)
6953 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6955 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
6956 * c-decl.c (duplicate_decls, finish_enum): Likewise.
6957 (finish_decl): Remove -Wlarger-than code from here.
6958 * flags.h (id_clash_len): Now int.
6959 (larger_than_size): Now HOST_WIDE_INT.
6960 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
6961 Clean up checking to see if in table.
6962 (make_bit_field_ref): Remove extra parm to bitsize_int.
6963 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
6964 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
6965 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
6966 and for computing size of decl.
6967 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
6968 Move -Wlarger-than code to here.
6969 (layout_record): Remove extra arg to bitsize_int.
6970 Set TYPE_BINFO_SIZE_UNIT.
6971 (layout_union): Remove extra arg to bitsize_int.
6972 Use proper type for size of QUAL_UNION.
6973 (layout_type): Remove extra arg to bitsize_int.
6974 * toplev.c (id_clash_len): Now int.
6975 (larger_than_size): Now HOST_WIDE_INT.
6976 (decode_W_option): Clean up id-clash and larger-than- cases.
6977 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
6978 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
6979 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
6980 (struct tree_decl): New field size_unit.
6981 (size_int_wide): No HIGH operand; NUMBER is now signed.
6982 (size_int_2): Deleted.
6983 (size_int, bitsize_int): Don't use it and rework args.
6984 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
6986 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
6988 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
6990 2000-02-18 Geoff Keating <geoffk@cygnus.com>
6992 * invoke.texi (Warning Options): Add an explanation of why
6993 you might want the -Wfloat-equal flag.
6995 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6997 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
6998 * cppinit.c (new_pending_define): Add cast to avoid warning.
6999 * expmed.c (extract_bit_field): Likewise.
7000 * flow.c (enum reorder_skip_type): New type.
7001 (skip_insns_between_blcok): New it.
7002 Rework to avoid warning about possibly undefined variable.
7003 * function.c (assign_parms): Make thisparm_boundary unsigned.
7004 * genrecog.c (write_switch): Cast XWINT result to int.
7005 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7006 * mips-tfile.c (init_file): Make two versions of FDR intializer:
7007 one for MIPS and one for Alpha.
7008 (get_tag, copy_object): Add casts to avoid warnings.
7009 * optabs.c (init_one_libfunc): Cast NAME to (char *).
7010 * reload.c (find_reloads): Make TYPE enum reload_type.
7011 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7012 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7013 * varasm.c (compare_constant_1): Add cast to avoid warning.
7014 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7016 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7017 Cast switch operand of size to int.
7018 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7019 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7022 2000-02-18 Nick Clifton <nickc@cygnus.com>
7024 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7025 anything for an alignment of zero.
7027 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7028 anything for an alignment of zero.
7030 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
7032 * gcc.texi (Bug Reporting): Refer to bugs.html.
7033 (Bug Lists): Likewise.
7034 * system.h (GCCBUGURL): New preprocessor define.
7035 * rtl.c (fancy_abort): Use it.
7036 * gcc.c (main): Likewise.
7038 2000-02-18 Richard Henderson <rth@cygnus.com>
7040 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7041 (life_analysis_1): Subsume into ...
7042 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
7043 Use update_life_info for the relaxation.
7044 (update_life_info): Update REG_BASIC_BLOCK for registers live on
7045 entry and regs_live_at_setjmp.
7046 (set_noop_p): Simplify.
7047 (notice_stack_pointer_modification_1): Renamed from s/_1//.
7048 (record_volatile_insns): Split into ...
7049 (delete_noop_moves): ... here,
7050 (notice_stack_pointer_modification): ... here,
7051 (insn_dead_p): ... and here.
7052 (propagate_block): Don't query INSN_VOLATILE.
7053 (mark_used_regs): Mind !PROP_REG_INFO.
7054 * toplev.c (rest_of_compilation): Call mark_constant_function here,
7055 not in life_analysis.
7057 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
7059 * loop.c (canonicalize_condition): New function,
7060 broken out of get_condition.
7061 (get_condition): Use it.
7062 * expr.h (canonicalize_condition): Prototype it.
7064 * tree.h (tree_int_cst_msb): Declare.
7065 * tree.c (tree_int_cst_msb): New function.
7067 2000-02-17 Mark Mitchell <mark@codesourcery.com>
7069 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7072 * invoke.texi (-fmessage-length=n): Document.
7074 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
7076 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7078 2000-02-17 Mark Mitchell <mark@codesourcery.com>
7080 * function.c (thread_prologue_and_epilogue_insns): Put a line note
7083 2000-02-17 Nick Clifton <nickc@cygnus.com>
7085 * config/arm/thumb.c: Replace includes of system headers with
7086 #include "system.h".
7088 2000-02-16 Richard Henderson <rth@cygnus.com>
7090 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
7091 Add crtbeginS.o and crtendS.o.
7092 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
7093 (ENDFILE_SPEC): Use crtendS.o.
7094 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
7096 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
7097 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
7099 (__dso_handle): New variable.
7100 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
7101 bias to __CTOR_END__.
7103 2000-02-16 Richard Henderson <rth@cygnus.com>
7105 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
7107 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
7109 * longlong.h (__clz_tab): Declare as static to match definition.
7111 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
7112 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
7113 (XREF_FILE_NAME): Define.
7115 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
7116 (EH_FRAME_SECTION_ASM_OP): Define.
7117 (IDENT_ASM_OP): Define.
7118 (TEXT_SECTION_ASM_OP): Define.
7120 (CTORS_SECTION_ASM_OP): Define.
7121 (CTOR_SECTION_FUNCTION): Use it.
7122 (DTORS_SECTION_ASM_OP): Define.
7123 (DTOR_SECTION_FUNCTION): Use it.
7125 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
7127 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
7130 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
7131 debug_bb_n): New functions.
7132 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
7133 * basic-block.h: Prototype new functions.
7135 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
7137 * configure.in: Add support for avr target.
7138 * configure: Rebuilt.
7140 * invoke.texi: Add AVR invocation docs.
7141 * install.texi: Add information about AVR.
7142 * md.texi: Add AVR constraint letters description.
7143 * extend.texi: Add description for AVR specific attributes.
7145 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
7147 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
7149 2000-02-16 Nick Clifton <nickc@cygnus.com>
7151 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
7152 (make_insn_raw): Move RTL check here.
7154 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7156 * version.c: Include gansidecl.h and version.h.
7158 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
7160 * configure.in (gcc_version): When setting, narrow search to
7161 lines containing `version_string'.
7163 * Makefile.in (mainversion): Likewise.
7164 (GCC_H): New variable.
7165 (gcc.h): Delete target.
7166 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
7167 (version.o): Depend on version.h.
7168 (dbxout.o): Don't depend on gcc.h.
7170 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
7171 Michael Meissner <meissner@cygnus.com>
7173 * md.texi (Simple Constraints): Add item about whitespace.
7174 * genoutput.c (strip_whitespace): New.
7175 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
7176 strip_whitespace for constraints.
7177 Test pointer using NULL, not 0.
7179 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7181 * cpplib.c (do_line): Pedwarn for #line > 32767.
7183 * c-lex.c (readescape): Warn about '\x', but do not reject it.
7185 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
7187 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
7188 to default cpp spec.
7189 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
7190 * cpp.texi: Document __GNUC_PATCHLEVEL__.
7193 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
7196 2000-02-15 Denis Chertykov <denisc@overta.ru>
7198 * configure.in: Add support for avr target.
7200 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7202 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
7203 (sh_addr_diff_vec_mode): Don't declare.
7204 * sh.c (sh_addr_diff_vec_mode): Delete.
7206 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7208 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
7210 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7212 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
7213 (smulsi3_highpart_i): Name.
7214 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
7215 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
7216 (smulsi3_highpart, umulsi3_highpart): Likewise.
7218 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
7219 correctly independent of endianness.
7220 (mulsidi3, umulsidi3): Now define_insn. Hide details that
7221 confuse the optimizers.
7222 (mulsidi3+1, umulsidi3+1): New define_split.
7224 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
7226 * config/sh/sh.md: Guard insn splits against illegal registers.
7227 * config/sh/sh.h: Correct comment about macros.
7229 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7230 Andrew MacLeod <amacleod@cygnus.com>
7232 * Makefile.in (lcm.o): Depend on insn-attr.h.
7233 * basic-block.h (optimize_mode_switching): Declare.
7234 * lcm.c (tm_p.h, insn-attr.h): #include.
7235 (seginfo, bb_info): New structs.
7236 (antic, transp, comp, delete, insert) : New file-scope static variables.
7237 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
7238 (reg_becomes_live, optimize_mode_switching): Likewise.
7239 * tm.texi: Add description of mode switching macros.
7240 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
7242 * sh-protos.h (remove_dead_before_cse): Remove prototype.
7243 (fldi_ok, fpscr_set_from_mem): New prototypes.
7244 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
7245 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
7246 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7247 (sh_flag_remove_dead_before_cse): Remove declaration.
7248 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
7249 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
7250 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
7251 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
7252 (barrier_align): Allow for JUMP_INSNS containing a parallel.
7253 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
7254 (fldi_ok): New function.
7255 (get_fpscr_rtx): Add fpscr_rtx as GC root.
7256 (emit_sf_insn): Only generate fpu switches when optimize < 1.
7257 (emit_df_insn): Likewise.
7258 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
7259 (sh_flag_remove_dead_before_cse): Delete.
7260 (get_free_reg, fpscr_set_from_mem): New functions.
7261 * sh.md (movdf, movsf): Remove no_new_pseudos code.
7262 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
7264 2000-02-15 Loren Rittle <ljrittle@acm.org>
7266 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
7268 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7270 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
7271 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
7273 * cccp.c: Include version.h and/or don't declare `version_string'.
7274 * collect2.c: Likewise.
7275 * alpha.c: Likewise.
7276 * arm/aof.h: Likewise.
7277 * arm/coff.h: Likewise.
7278 * arm/elf.h: Likewise.
7279 * arm/pe.h: Likewise.
7280 * arm/tcoff.h: Likewise.
7281 * arm/telf.h: Likewise.
7282 * arm/tpe.h: Likewise.
7283 * arm/vxarm.h: Likewise.
7284 * convex/convex.c: Likewise.
7285 * i386/dgux.c: Likewise.
7286 * i386/sun386.h: Likewise.
7287 * m88k/m88k.c: Likewise.
7288 * mcore/mcore-pe.h: Likewise.
7289 * mips/mips.h: Likewise.
7290 * romp/romp.h: Likewise.
7291 * sh/sh.c: Likewise.
7292 * cpphash.c: Likewise.
7293 * cppinit.c: Likewise.
7294 * dwarf2out.c: Likewise.
7295 * dwarfout.c: Likewise.
7298 * mips-tfile.c: Likewise.
7299 * protoize.c: Likewise.
7300 * toplev.c: Likewise.
7303 * version.c (version_string): Constify a char*.
7305 * version.h: New file.
7307 2000-02-14 Nick Clifton <nickc@cygnus.com>
7309 * configure.in: Add mcore-elf and mcore-pe targets.
7310 * configure: Regenerate.
7312 * NEWS: Add note that MCore port has been contributed.
7314 * invoke.texi: Document command line switches for MCore port.
7315 * install.texi: Add MCore to list of supported targets.
7317 2000-02-14 Geoff Keating <geoffk@cygnus.com>
7319 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
7320 then we will need to import the frame handling functions.
7321 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
7322 to import the frames themselves.
7324 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
7325 Jason Eckhardt <jle@cygnus.com>
7327 * basic_block.h: Added prototype for reorder_basic_blocks.
7328 * toplev.c: Changes to add -freorder-blocks and graph dump after
7329 block reordering is done.
7330 * flow.c (reorder_block_def): New structure for use during block
7332 (REORDER_BLOCK_*): New macros to access members of above structure.
7333 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
7334 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
7335 functions for block reordering.
7337 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
7339 * gcc.texi (Passes): Fix typo.
7340 * md.texi (Standard Names): Ditto.
7341 * tm.texi (Storage Layout): Ditto.
7343 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
7345 * cpplib.c (do_define): Only free the old definition if it
7348 2000-02-13 Neil Booth <NeilB@earthling.net>
7350 * cppfiles.c (read_and_prescan): When emitting deferred
7351 newlines, test speccase[] again instead of checking each
7352 possible whitespace character in turn. When we encounter \r,
7353 look behind for \n first, then ahead.
7355 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
7357 * cse.c (cse_altered): New internal flag.
7358 (cse_insn): Set it if we changed an insn.
7359 (cse_main): Clear cse_altered before each basic block.
7360 Only garbage collect if cse_altered is true afterward.
7362 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7364 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
7366 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
7368 * combine.c (simplify_comparison): Fix typo.
7370 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
7372 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
7375 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7377 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
7378 previously inserted node instead of root node. Caller changed.
7380 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7382 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
7384 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7386 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
7387 __dereg_frame_dtor): Add prototype argument.
7389 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
7391 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
7393 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
7395 * gthr-vxworks.h (__gthread_once): Likewise.
7397 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
7399 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
7401 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
7402 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
7403 stack pointer in functions w/o saved registers, output LEAVE more often
7404 on TARGET_USE_LEAVE machines.
7406 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
7408 * config/arm/arm.c (arm_init_cumulative_args); New function:
7409 Initlaise the CUMULATIE_ARGS strcuture for a function
7411 (arm_function_arg): New function: Determine where to place a
7412 function's argument. Also handles deciding the function's
7414 (current_file_function_operand): New function: Return true if
7415 the symbol is a function which has already been compiled.
7416 (arm_is_long_call_p): New function: Return true if the
7417 indicated function should be called via a long call.
7418 (arm_valid_type_attribute_p): New function: Return true if the
7419 attribute is a valid, arm specific, attribute.
7420 (arm_comp_type_attribute): New function: Return true if the
7421 two types have compatable, arm specific, attributes.
7423 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
7425 (FUNCTION_ARG): Redefine to call arm_function_arg.
7426 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
7428 (INIT_CUMULATIVE_ARGS): Redefine to call
7429 arm_init_cumulative_args.
7430 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
7432 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
7434 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
7436 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
7437 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
7438 (COMP_TYPE_ATTRIBUTES): Define.
7440 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
7441 if a long call is needed.
7442 (call_value): Call arm_is_long_call_p to decide if a long call
7444 (call_symbol): Call arm_is_long_call_p to decide if a long call
7447 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
7449 2000-02-11 Denis Chertykov <denisc@overta.ru>
7451 * README.AVR: New file with information about the avr ports.
7452 * config/avr: New directory with avr port files.
7454 2000-02-11 Andreas Jaeger <aj@suse.de>
7456 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
7458 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
7460 * cpphash.c: Fix formatting, update commentary.
7461 (dump_definition): Take three separate arguments instead of a
7462 MACRODEF structure argument.
7463 * cpphash.h: Update prototype of dump_definition.
7464 * cppinit.c (cpp_finish): Update call of dump_definition.
7466 * cpplib.c (do_define): Always create new hash entry with
7467 T_MACRO type. Remove redundant check for redefinition of
7468 poisoned identifier. Update call of dump_definition.
7469 (do_undef): Don't call check_macro_name. Rename sym_length to
7471 (do_error, do_warning): Don't use copy_rest_of_line or
7473 (do_warning): Don't use pedwarn for the actual warning,
7474 only the notice about its not being in the standard. (Fixes
7475 bug with #warning in system headers.)
7476 (do_ident): Stricter argument checking - accept only a single
7477 string after #ident. Also, macro-expand the line.
7478 (do_xifdef): Use cpp_defined. De-obfuscate.
7480 (do_pragma): Split out specific pragma handling to separate
7481 functions. Use get_directive_token. Update commentary. Do
7482 not pass on #pragma once or #pragma poison to the front end.
7483 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
7484 do_pragma_default): New.
7486 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
7488 * jump.c (jump_optimize_1): The first operand in a relational
7490 * optabs.c (emit_conditional_move): Handle relationals which
7491 have a known true/false result.
7493 2000-02-11 Geoff Keating <geoffk@cygnus.com>
7495 * function.c (thread_prologue_and_epilogue_insns): Don't insert
7496 a RETURN insn into a block which already ends with a jump.
7498 2000-02-11 Geoff Keating <geoffk@cygnus.com>
7500 * haifa-sched.c (BUF_LEN): Increase a lot.
7502 2000-02-11 Nick Clifton <nickc@cygnus.com>
7504 * configure.in: Add tm_p_file specification for thumb targets.
7505 * configure: Regenerate.
7507 * config/arm/thumb-protos.h: New file: Prototypes for exported
7508 functions defined in thumb.c.
7510 2000-02-11 Robert Lipe <robertl@sco.com>
7512 * Makefile.in (bootstrap-lean): Remove additional files.
7513 (bootstrap2-lean): Likewise.
7514 (VOL_FILES): List of files for above.
7516 2000-02-11 Nathan Sidwell <nathan@acm.org>
7518 * cpphash.c (special_symbol): Remove spurious argument to
7521 2000-02-11 Joel Sherrill (joel@OARcorp.com>
7523 * configure.in: (i*86-*-rtems*): Swapped elf and coff
7525 * configure: Rebuilt.
7527 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
7529 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
7531 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
7533 * pa.c, pa.h: Remove trigraph sequences within comments.
7535 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
7537 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
7539 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
7541 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
7543 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7545 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
7547 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7549 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
7550 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
7551 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7552 (ASM_FILE_END): Use c4x_file_end.
7553 * config/c4x/c4x.c (c4x_global_label): New function.
7554 (c4x_external_ref, c4x_file_end): Likewise.
7556 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
7557 (c4x_external_ref, c4x_end_file): Likewise.
7559 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
7561 * cppexp.c: Don't include cpphash.h.
7562 (parse_charconst, cpp_lex): Use cpp_defined.
7563 (cpp_lex): Use get_directive_token throughout. Remove
7564 unnecessary cases from switch. Move assertion-handling code
7566 (cpp_parse_expr): If we see '+' or '-', check the context to
7567 determine if they are unary or binary operators. Streamline
7568 the jumps a bit. Do not call skip_rest_of_line.
7570 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
7571 static. Export get_directive_token. Update commentary.
7572 (cpp_defined): New function.
7573 (do_define): Remove reference to T_PCSTRING. Call
7574 free_definition to release memory for old definition, when
7576 (eval_if_expression): Set only_seen_white to 0 before calling
7577 cpp_parse_expr. Call skip_rest_of_line after it returns.
7578 (cpp_read_check_assertion): Don't preserve a pointer into the
7579 token buffer across a call to cpp_get_token.
7581 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
7582 * cppfiles.c (redundant_include_p): Use cpp_defined.
7583 * cpphash.c (free_definition): New function.
7584 (delete_macro): Use it. Update commentary.
7585 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
7587 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
7588 from enum node_type. Prototype cpp_defined and get_directive_token.
7589 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
7591 * fix-header.c (check_macro_names): Use cpp_defined.
7592 (read_scan_file): Set inhibit_warnings and inhibit_errors in
7593 the options structure.
7595 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7597 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
7599 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
7601 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
7602 rather than die->die_tag.
7604 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7606 * combine.c (make_extraction, force_to_mode): Avoid warning on
7607 mixed-signedness conditionals.
7608 (make_field_assignment, nonzero_bits): Likewise.
7609 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
7610 (store_split_bit_field, extract_split_bit_field): Likewise.
7611 (extract_fixed_bit_field, store_bit_field,
7612 * expr.c: Change alignment to be unsigned everywhere.
7613 (move_by_pieces, store_constructor_field, store_constructor):
7614 Alignment parm is unsigned.
7615 (emit_block_move, emit_group_load, emit_group_store): Likewise.
7616 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
7617 (do_compare_rtx_and_jump): Likewise.
7618 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
7619 Compare align with GET_MODE_ALIGNMENT.
7620 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
7621 (get_inner_reference): Likewise.
7622 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
7623 (expand_assignment): Local vars for alignment now unsigned.
7624 (store_constructor, store_field, expand_expr, do_jump): Likewise.
7625 (do_compare_and_jump): Likewise.
7626 (store_field): Call new function expr_align.
7627 * expr.h (emit_block_move, emit_group_load, emit_group_store):
7628 Alignment arg now unsigned.
7629 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
7630 (do_compare_rtx_and_jump, store_bit_field): Likewise.
7631 (extract_bit_field): Likewise.
7632 * fold-const.c (add_double): Add cast to eliminate signedness warning.
7633 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
7634 (get_best_mode): Alignment arg is unsigned.
7635 * rtl.h (move_by_pieces): Likewise.
7636 * store-layout.c (maximum_field_alignment, set_alignment):
7638 (layout_decl): Alignment arg is now unsigned.
7639 Remove unneeded casts.
7640 (layout_record, layout_union, layout_type): Remove unneeded casts.
7641 Local alignment variables now unsigned.
7642 (get_best_mode): Alignment arg now unsigned.
7643 * tree.c (expr_align): New function.
7644 * tree.h (expr_align): Likewise.
7645 (maximum_field_alignment, set_alignment): Now unsigned.
7646 (get_inner_reference): Alignment argument is now pointer to unsigned.
7647 * varasm.c (assemble_variable): Add cast to eliminate warning.
7649 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
7651 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
7652 then store directly into op0.
7654 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
7655 the CALL_INSN, and emit the note immediately after it.
7657 2000-02-10 Nick Clifton <nickc@cygnus.com>
7659 * config/arm/thumb.md (epilogue): Include a (return) in the
7660 generated insn, and emit it using emit_jump_insn not
7663 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
7665 * function.c (assign_temp): Change zero-sized arrays to size 1.
7666 * integrate.c (expand_inline_function): Do not update
7667 stack_alignment_needed
7668 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
7669 add some sanity checking, remove optimization for function with
7672 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7674 * flow.c (mark_regs_live_at_end): Delete unused variables.
7676 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
7678 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
7679 in macro FRAME_GROWS_DOWNWARD.
7681 * stmt.c (expand_end_bindings): Delete unused variable.
7683 * unroll.c (iteration_info): Mark parameter `loop' with
7686 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7688 * fixinc/server.c (load_data): Return NULL if the marker line is
7690 (run_shell): If load_data returns NULL, retry the command once, in
7693 * configure: Rebuilt.
7695 2000-02-09 Bruce Korb <bkorb@gnu.org>
7697 * gcc/fixincludes: ** DELETED **
7698 * gcc/fixcpp: ** DELETED **
7699 * gcc/fixinc-nt.sed: ** DELETED **
7700 * gcc/just-fixinc: ** DELETED **
7701 * gcc/Makefile.in: Removed out-dated commentary
7702 * gcc/configure.in: Removed fast-fixincludes disablement.
7703 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
7705 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
7706 * function.c (thread_prologue_and_epilogue_insns): Uncomment
7709 2000-02-09 Richard Henderson <rth@cygnus.com>
7711 * jump.c (delete_insn): Don't delete user labels at -O0.
7713 2000-02-09 Robert Lipe <robertl@sco.com>
7715 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
7716 Don't link with HOST_LIBS.
7718 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
7720 * configure.in: Correct --help text for --with-dwarf2.
7721 Put tm-dwarf2.h after other tm files, if it's requested.
7722 * configure: Regenerate.
7723 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
7726 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
7728 * cpplib.h: Provide HASHNODE typedef and forward decl of
7729 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
7730 DEFINITION, struct hashnode, struct macrodef, struct
7731 definition, scan_decls prototype, default defn of
7732 INCLUDE_LEN_FUDGE moved elsewhere.
7734 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
7735 definition, and struct hashnode moved here. Remove the unused
7736 'predefined' field from struct definition. Replace the 'args'
7737 union with its sole member. All users updated (cpphash.c).
7738 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
7739 multiple include guard.
7741 * cpphash.c (hashf): Make static; use better algorithm; drop
7742 HASHSIZE parameter; return an unsigned int.
7743 (cpp_lookup): Drop HASH parameter. PFILE parameter is
7744 used. Calculate HASHSIZE modulus here.
7745 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
7747 (create_definition): Drop PREDEFINITION parameter.
7748 * cpplib.c (do_define): Don't calculate a hash value here.
7749 Don't pass (keyword == NULL) to create_definition.
7751 * scan.h: Prototype scan_decls here.
7752 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
7753 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
7754 callers of cpp_lookup and cpp_install updated.
7756 * cpphash.c (macarg): Hoist all the flag diddling out of the
7758 (macroexpand): ... and out of the loop that calls macarg.
7759 Skip over the initial paren before macro arguments with
7760 cpp_get_non_space_token; point may be some distance before
7761 that paren. Abort if it's not there.
7763 * cpplib.c (parse_clear_mark): Delete function.
7764 (parse_set_mark, parse_goto_mark): Make static.
7765 (ACTIVE_MARK_P): New macro.
7766 (skip_block_comment, skip_line_comment): Do not bump the line
7767 if ACTIVE_MARK_P is true.
7768 (cpp_pop_buffer): The buffer to be popped may not have an
7770 (cpp_get_token): When looking for the initial paren before
7771 macro arguments, only set a mark in a file buffer, Always
7772 return to that mark before proceeding to call macroexpand or
7773 return a NAME token.
7775 * cpplib.h: Remove prototypes of parse_set_mark,
7776 parse_clear_mark, parse_goto_mark.
7777 (struct cpp_options): Rename 'put_out_comments' to
7778 'discard_comments' and invert its sense.
7779 * cppinit.c, cpphash.c, cpplib.c: All users of
7780 put_out_comments changed to use discard_comments, with
7783 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
7785 * function.c (thread_prologue_and_epilogue_insns): Don't delete
7786 the edge from a block that both jumps and falls through to the
7789 2000-02-09 Scott Bambrough <scottb@netwinder.org>
7791 * config/arm/arm.md (movsi): In PIC mode, make sure that a
7792 constant source address is legitimate.
7794 2000-02-09 Philip Blundell <pb@futuretv.com>
7796 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
7799 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
7801 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
7803 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
7805 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
7806 ends with a newline and a NUL. Don't be so clever manipulating
7809 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
7811 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
7812 not to BIGGEST_ALIGNMENT.
7814 2000-02-08 Geoff Keating <geoffk@cygnus.com>
7816 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
7817 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
7818 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
7819 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
7820 * frame.c (execute_cfa_insn): Handle
7821 DW_CFA_GNU_negative_offset_extended.
7823 2000-02-08 Richard Henderson <rth@cygnus.com>
7825 * flow.c (tidy_fallthru_edges): Split out from ...
7826 (delete_unreachable_blocks): ... here.
7827 (find_basic_blocks): Use it.
7829 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7831 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
7833 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
7835 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
7836 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
7837 (fix-header.o): Don't depend on cpphash.h.
7839 * scan.c (hashstr): New function.
7840 * scan.h: Prototype it.
7841 * fix-header.c: Don't include cpphash.h. Use hashstr.
7842 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
7843 hashstr. Report hash table statistics. Add private
7844 definition of xrealloc.
7846 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7848 * i386.h (TARGET_SWITCHES): Fix typo in option name.
7850 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
7852 * function.c (thread_prologue_and_epilogue_insns): Don't replace
7853 jumps with returns unless they are jumps to the fallthru block.
7855 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
7857 * i386.md (addqi3_cc): Fix contraints.
7859 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
7861 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
7863 2000-02-07 Mark Mitchell <mark@codesourcery.com>
7865 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
7866 carriage return after a macro name.
7868 2000-02-07 Fred Fish <fnf@be.com>
7870 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
7871 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
7873 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
7875 * cppfiles.c (deps_output): Count spacers in deps_column.
7877 2000-02-07 Neil Booth <NeilB@earthling.net>
7879 * cppinit.c (initialize_dependency_output): If there is no
7880 suffix, don't try to look for known suffixes. Use strrchr.
7881 (cpp_start_read): Remove duplicate initialization.
7883 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
7885 * calls.c (compute_argument_block_size): New argument
7886 preferred_stack_boundary.
7887 (expand_call): update cfun->preferred_stack_boundary, update call of
7888 compute_argument_block_size
7889 (emit_library_call): Increate cfun->preferred_stack_boundary
7890 to PREFERRED_STACK_BOUNDARY
7891 (emit_library_call_value): Likewise.
7892 * explow.c (allocate_dynamic_stack_spave): Likewise.
7893 * function.c (prepare_function_start): Set
7894 cfun->preferred_stack_boundary
7895 * function.h (struct function): Add preferred_stack_boundary field.
7896 * integrate.c (expand_inline_function): Update
7897 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
7898 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
7899 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
7901 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
7903 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
7904 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
7905 cpp_pedwarn, cpp_pedwarn_with_line,
7906 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
7907 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
7908 v_cpp_error_with_line, v_cpp_warning_with_line,
7909 cpp_message_from_errno, cpp_perror_with_name): Delete.
7911 * cpperror.c (cpp_print_containing_files): Take starting
7913 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
7914 (v_cpp_message): Now called directly by all entry points.
7916 (cpp_pfatal_with_name, cpp_message): Delete.
7917 (cpp_notice_from_errno, cpp_ice): New functions.
7918 (cpp_notice): Is now for reporting error conditions, just
7919 without an associated file.
7920 (cpp_error, cpp_error_with_line): Don't do anything if
7921 opts->inhibit_errors is on.
7922 (cpp_pedwarn_with_file_and_line): Take column argument also.
7924 * cpplib.h: Update prototypes of exported functions.
7925 (struct cpp_options): Add inhibit_errors.
7927 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
7928 non-error messages. Include intl.h.
7930 * cppinit.c, cppmain.c: Likewise. Also, use
7931 cpp_notice_from_errno instead of cpp_perror_with_name or
7932 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
7934 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
7935 report internal errors.
7937 * cpplib.c (do_define): Switch bcopy to memcpy.
7938 Give cpp_pedwarn_with_file_and_line a dummy column argument.
7940 * cpplib.c (copy_rest_of_line): Revert previous change: don't
7941 bail out early if we hit a line comment.
7943 2000-02-06 Richard Henderson <rth@cygnus.com>
7945 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
7946 * basic-block.h: Declare them.
7947 * emit-rtl.h (active_insn_p): New.
7948 (next_active_insn, prev_active_insn): Use it.
7949 * rtl.h: Declare it.
7950 * function.c (emit_return_into_block): New.
7951 (thread_prologue_and_epilogue_insns): Insert return insns instead
7952 of epilogues when possible.
7953 * jump.c (jump_optimize_1): Remove code to insert a return insn
7954 on the fallthru to the exit block.
7956 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
7957 and for non-empty stack frames.
7958 * i386.md (return): Expand to return-pop as needed.
7960 2000-02-06 Richard Henderson <rth@cygnus.com>
7962 * simplify-rtx.c (simplify_relational_operation): Canonicalize
7963 constant to op1 for testing.
7965 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7967 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
7968 (fixuns_truncqfqi2): Use it.
7970 2000-02-06 Richard Henderson <rth@cygnus.com>
7972 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
7975 * i386.md (widening and peepholes): Mask the constant instead of
7978 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
7980 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
7981 input pointer before possibly branching off to the backslash
7983 * cpphash.c (macroexpand): Correctly delete \r escapes when
7984 stringifying parameters.
7985 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
7986 if we can; bail out early if we hit a line comment.
7987 (handle_directive): Treat '# 123' in an .S file just like
7988 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
7989 Return 1 for '# not_a_directive'.
7990 (get_directive_token): Pop macro buffers here, so that
7991 cpp_get_token can't sneakily move past a newline.
7993 (cpp_get_token): goto randomchar if handle_directive returns 0.
7995 * cppalloc.c: Update copyright.
7996 * cpplib.c: Merge all the static function prototypes into one
7998 * cpplib.h: Remove #if 0 block.
8000 * cpperror.c: Remove #ifdef EMACS block.
8001 * cppmain.c: Likewise.
8002 * cpphash.c: Remove #if 0 blocks.
8003 * cppinit.c: Remove #if 0 blocks, and the -lint option.
8004 * cpplib.c: Remove #if 0 blocks and code referencing
8005 pcp_inside_if or for_lint. Remove duplicate error message.
8006 Fix error messages for #else after #else or #elif. Reformat.
8007 Remove archaic TODO list.
8008 * cpplib.h: Remove pcp_inside_if and for_lint flags.
8010 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
8012 * i386/osf1elf.h: Add missing backslash to multiline string.
8014 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8016 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8018 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8020 * Makefile.in (c-common.o): Depend on $(EXPR_H).
8022 * c-common.c: Include expr.h.
8024 * c-pragma.c (mark_align_stack): Add prototype.
8026 * caller-save.c (add_stored_regs): Likewise.
8028 * combine.c (record_promoted_value): Likewise.
8030 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8033 * cppinit.c (new_pending_define): Likewise.
8035 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8037 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8038 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8039 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8040 class_scope_p): Likewise.
8042 * dwarf2out.h (dwarf2out_set_demangle_name_func,
8043 dwarf2out_add_library_unit_info): Likewise.
8045 * ggc.h (ggc_page_print_statistics): Likewise.
8047 * haifa-sched.c (propagate_deps): Likewise.
8049 * reg-stack.c (next_flags_user, record_label_references): Likewise.
8051 * rtl.h (set_stack_check_libfunc): Likewise.
8053 * toplev.h (set_fatal_function): Likewise.
8055 * toplev.c (set_fatal_function): Delete prototype.
8057 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8059 2000-02-05 Geoff Keating <geoffk@cygnus.com>
8061 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8062 (FUNC_END): Likewise.
8064 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8066 * caller-save.c: Include tm_p.h.
8068 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8070 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8072 2000-02-04 Neil Booth <NeilB@earthling.net>
8074 * cccp.c (main): Check 'dir' for a NULL pointer before passing
8077 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
8079 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8080 * genflags.c: Use the max_operand_1 logic from genemit.c to
8081 calculate how many arguments gen_insn prototypes have. Remove
8082 NO_MD_PROTOTYPES ifdefs from the generated file.
8083 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
8084 file. Cast gen_insn initializers to insn_gen_fn.
8085 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
8086 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
8088 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8090 * fixinc/Makefile.in (HDR): Add machname.h.
8093 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8095 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
8096 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
8097 (c4x_cpu_version): Ditto.
8098 * config/c4x/c4x-protos.h: ... here.
8100 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
8102 * dwarf2out.c (add_abstract_origin_attribute): Don't call
8103 gen_abstract_function on our context if we're a nested function.
8105 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8107 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
8108 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
8110 2000-02-04 Bruce Korb <bkorb@gnu.org>
8112 * fixinc/genfixes(machname.h):
8113 Move the functionality from gen-machine.h into this file.
8114 UNdef MN_NAME_PAT if there are no names to change.
8115 Also, be a little kinder when AutoGen is not present.
8117 * fixinc/Makefile.in(machname.h):
8118 Change the generation rule to use genfixes.
8120 * fixinc/fixfixes.c(machine_name):
8121 machine_name_fix's functionality now dependent upon whether
8122 MN_NAME_PAT is defined.
8124 * fixinc/fixtests.c(machine_name):
8127 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
8130 * fixinc/fixlib.h(mn_get_regexps):
8133 * fixinc/gen-machine.h: DELETED
8135 2000-02-04 Jan Hubicka <jh@suse.cz>
8136 Richard Henderson <rth@cygnus.com>
8138 * i386.c (SAVE_REGS_FIRST): Remove.
8139 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
8140 (ix86_compute_frame_size): Likewise.
8141 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
8142 (ix86_emit_restore_regs): Remove.
8143 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
8144 when a frame pointer is in use.
8145 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
8146 instead of pop to restore a register when profitable; emit leave
8148 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
8150 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
8151 * i386.md (prologue_allocate_stack): Remove.
8152 (epilogue_deallocate_stack): Remove.
8153 (pro_epilogue_adjust_stack): New.
8155 2000-02-04 Richard Henderson <rth@cygnus.com>
8157 * function.c (diddle_return_value): Rework to use a callback function.
8158 Use current_function_return_rtx if it's been set up.
8159 (do_clobber_return_reg, clobber_return_register): New.
8160 (do_use_return_reg, use_return_register): New.
8161 (expand_function_end): Use them.
8162 * stmt.c (expand_null_return): Likewise.
8163 * function.h: Declare them.
8164 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
8165 (mark_reg): Change arguments as appropriate for callback.
8166 * integrate.c (expand_inline_function): Revert 19 Jan change.
8168 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
8170 * tm.texi (Values in Registers): Fix typo: "fo" "for".
8171 (Misc): Say the scheduler, not the Haifa scheduler.
8173 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
8175 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
8176 when in_mem is set. Update all callers.
8178 2000-02-04 Richard Henderson <rth@cygnus.com>
8180 * i386/openbsd.h (INT_ASM_OP): Define.
8182 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
8184 * tm.texi: Fix various typos.
8186 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
8188 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
8189 (MD_STARTFILE_PREFIX_1): New macro.
8191 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
8193 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
8194 destination when needed.
8195 (strmovsi, strsetsi): New expander.
8196 (strmovsi_1, strsetsi_1): New pattern.
8197 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
8198 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
8199 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
8200 * invoke.texi (align-stringops, inline-all-stringops): Document.
8202 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
8204 * i386/netbsd.h (INT_ASM_OP): Define.
8206 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
8208 * cpplib.h (cpp_reader): Add new flag, no_directives.
8209 * cpphash.c (macarg): Set it.
8210 * cpplib.c (handle_directive): If no_directives is on and we
8211 find a directive, issue an error and discard the line.
8213 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
8215 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
8216 FP constants. Add ! TARGET_FPU check for FP constants.
8218 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
8220 * flow.c (find_basic_blocks): Don't kill label_value_list
8222 (cleanup_cfg): Kill it here.
8224 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8226 * expr.c (store_field): Ensure ALIGN is no stricter than the
8229 2000-02-02 Richard Henderson <rth@cygnus.com>
8231 * jump.c (delete_insn): Partially revert 19 Jan change;
8232 don't convert unused code labels to notes at -O0.
8234 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8236 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
8237 split_all_insns to recreate REG_LABEL notes for flow2 pass.
8239 2000-02-01 Richard Henderson <rth@cygnus.com>
8241 * i386.c (general_no_elim_operand): New.
8242 (nonmemory_no_elim_operand): New.
8243 (ix86_expand_move): Copy eliminable operands before a push.
8244 * i386-protos.h: Declare new functions.
8245 * i386.h (CAN_ELIMINATE): Simplify.
8246 (PREDICATE_CODES): Update.
8247 * i386.md (push insns): Don't allow eliminable register operands.
8249 2000-02-01 Richard Henderson <rth@cygnus.com>
8251 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
8252 replace BLKmode with DECL_RTL's mode.
8254 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
8256 * frame.c (find_fde): Convert for loop to do-while so compiler
8257 sees it's always executed at least once.
8258 * libgcc2.c (BBINBUFSIZE): Kill.
8259 (__bb_init_prg): Use fgets.
8260 (__bb_exit_trace_func): Don't paste strings.
8261 * unroll.c (unroll_loop): Initialize unroll_type, not
8262 unroll_number, and tweak logic to match.
8264 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
8266 (ix86_flags_dependant): Likewise. Disentangle control flow.
8267 (ix86_sched_reorder): Break guts out to
8268 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
8269 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
8272 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
8273 use string concatenation. Don't save and restore esi.
8275 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
8276 (machname.h): Remove script to separate file. Use two-step
8277 sequence so target is not created if script fails.
8278 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
8279 identifiers are defined.
8280 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
8281 an empty string, machine_name doesn't need to do anything at
8283 (is_cxx_header): Add more cases to regexp.
8284 * fixinc/fixlib.h: Update prototype.
8285 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
8287 * fixinc/fixincl.c: Define NO_BOGOSITY.
8289 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
8290 (hp_sysfile): Add missing comma.
8291 (math_exception): Put the wrapper ifdefs at the beginning and
8292 the end of the file.
8293 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
8295 2000-02-01 Richard Henderson <rth@cygnus.com>
8297 * sparc.c (fp_zero_operand): Turn into a normal predicate.
8298 Use CONST0_RTX. Update all callers.
8299 * sparc.h, sparc-protos.h: Update accordingly.
8300 * sparc.md (fp mov insns): Use fp_zero_operand directly
8303 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
8305 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
8308 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8310 * Makefile.in (specs.ready): New target.
8311 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
8313 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8315 * fixinc.irix: Use unique filenames for writing into /tmp,
8316 * fixinc.ptx: Likewise.
8317 * fixinc.sco: Likewise.
8318 * fixinc.svr4: Likewise.
8319 * fixinc.winnt: Likewise.
8321 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8323 * tsystem.h: New file.
8325 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
8326 s-crtS): Depend on tsystem.h.
8328 * crtstuff.c: Include tsystem.h.
8329 * frame.c: Likewise.
8330 * libgcc2.c: Likewise.
8332 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
8334 * builtins.c (expand_builtin_memset): Expand for variable sized
8337 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
8339 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
8342 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
8344 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
8346 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
8348 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
8350 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
8351 case 3->2 combining (combining with splitting) in which 2 is CC0
8352 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
8353 checked at the begining of the function with the aid of calling
8354 function 'can_combine_p'.
8356 2000-01-31 Dave Brolley <brolley@redhat.com>
8358 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
8360 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
8362 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
8365 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8367 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
8369 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
8372 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
8374 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
8375 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
8376 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
8377 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
8378 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
8379 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
8380 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
8381 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
8382 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
8383 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
8385 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
8386 Add %(cpp_cpu) to CPP_SPEC.
8388 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
8389 Add %(cc1_cpu) to CC1_SPEC.
8391 2000-01-28 Ulrich Drepper <drepper@redhat.com>
8393 * c-decl.c (c_decode_option): Accept optional numeric argument to
8394 -Wformat and set warn_format.
8395 * c-common.c: Don't emit warning about non-constant printf format
8396 string unless warn_format > 1.
8398 2000-01-30 Richard Henderson <rth@cygnus.com>
8400 * alpha.md (return_internal): Allow after reload only.
8402 2000-01-30 Richard Henderson <rth@cygnus.com>
8404 * i386.c (ix86_compute_frame_size): Omit padding1 if the
8405 local frame size is zero.
8407 2000-01-30 Richard Henderson <rth@cygnus.com>
8409 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
8410 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
8411 * alpha.md (return): Turn into an expander.
8412 (return_internal): Don't use $26.
8413 (epilogue): Emit the return insn.
8415 2000-01-30 Richard Henderson <rth@cygnus.com>
8417 * alpha.md (negtf2, abstf2): Fix word order thinko.
8419 (trunctfsf2): Avoid intermediate rounding errors.
8421 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
8423 * cppfiles.c (find_position): Drop 'colp' argument, return the
8425 (read_and_prescan): Adjust to match. Don't ever manipulate
8426 line or line_base except via find_position.
8428 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
8430 * c-parse.in: Apply Ulrich's changes from c-parse.y.
8431 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
8434 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
8436 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
8437 just print "<command line>". If 'filename' is null or an
8438 empty string, print "<stdin>" for the filename.
8439 * cpplib.c (do_define): Don't print the 'location of the
8440 previous definition' message if we're still parsing the
8442 (cpp_pedwarn_with_file_and_line): Always call
8443 cpp_file_line_for_message.
8445 2000-01-29 Mark Mitchell <mark@codesourcery.com>
8447 * flow.c (mark_regs_live_at_end): Fix typo.
8449 2000-01-28 Ulrich Drepper <drepper@redhat.com>
8451 * c-common.c: Adjust variable names, comments, help strings to c99.
8452 * c-lex.c: Likewise.
8453 * c-parse.y: Likewise.
8454 * c-tree.h: Likewise.
8456 * cpplib.h: Likewise.
8457 * c-decl.c: Likewise. Recognize options with names "*99" as well.
8458 * cppinit.c: Likewise.
8460 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8462 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
8463 * c4x.c: Define the optab rtx values.
8464 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
8465 (c4x_emit_libcall): Use new optab rtx values.
8466 (c4x_emit_libcall3): Likewise.
8467 (c4x_emit_libcall_mulhi): Likewise.
8468 * c4x-protos.h: Add prototypes for optab rtx values and change
8469 prototypes for above c4x_emit_libcall functions.
8471 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8473 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
8475 (c4x_function_prologue): Use regnames intead of float_reg_names when
8477 (c4x_function_epilogue): Likewise.
8478 (c4x_print_operand): Likewise.
8479 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
8480 * c4x.md (set_high): Disable for TARGET_TI.
8482 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8484 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
8485 of framepointer + constant to ADDR_REGS class.
8486 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
8487 * c4x.c (std_or_reg_operand): New function.
8488 * c4x-protos.h (std_or_reg_operand): Prototype it.
8490 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8492 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
8493 object names as libgcc2.c.
8494 * libgcc.S: Use newly defined names.
8496 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
8497 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
8499 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
8500 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
8501 (FLOW_LOOP_LAST_BLOCK): Likewise.
8503 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8505 * basic-block.h (struct loop): New fields 'first' and 'last'.
8506 * flow.c (flow_loops_find): Compute loop->first and loop->last.
8507 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
8508 and loop->last to check for NOTE_INSN_LOOP_END.
8510 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
8512 * predict.c (estimate_probability): Use the new FIRST and LAST fields
8513 of the loop descriptor rather than HEADER and LATCH. Also added
8514 missing break statements as well making some coding style modifications
8515 as suggested by Michael Hayes.
8517 2000-01-28 Richard Henderson <rth@cygnus.com>
8519 * flow.c (find_basic_blocks): Remove do_cleanup argument.
8520 Break out that code ...
8521 (cleanup_cfg): ... here.
8522 (commit_one_edge_insertion): Detect a return instruction being
8523 emitted to an edge. Emit a barrier following; clear fallthru.
8524 (commit_edge_insertions): Verify CFG consistency.
8525 * function.c (expand_function_start): Kill unused variable.
8526 (expand_function_end): Likewise.
8527 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
8528 to insert the epilogue.
8530 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
8531 (delete_null_pointer_checks): Likewise.
8532 * output.h: Likewise.
8533 * reg-stack.c (reg_to_stack): Likewise.
8534 * toplev.c (rest_of_compilation): Likewise. Run
8535 thread_prologue_and_epilogue_insns after rebuilding the CFG.
8537 2000-01-28 Richard Henderson <rth@cygnus.com>
8539 * Makefile.in (flow.o): Revert 24 Jan change.
8540 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
8541 FUNCTION_VALUE result to DECL_RESULT's mode.
8543 * haifa-sched.c (schedule_insns): Don't recompute reg info
8546 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
8548 * configure.in: Make --enable-cpplib the default.
8549 * configure: Regenerate.
8550 * gcc.dg/990119-1.c: No longer expected to fail.
8552 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
8554 * jump.c (jump_optimize_1): Delete an optimization that is also done
8555 by merge_blocks in flow.
8557 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8559 * diagnostic.c (build_message_string, output_printf,
8560 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
8561 (build_location_prefix): Fix non-literal format string.
8563 2000-01-27 Richard Henderson <rth@cygnus.com>
8565 * alpha.md (trunctfsf2): New.
8567 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
8569 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
8571 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
8573 * cppinit.c (cpp_handle_option): Recognize C++ comments under
8575 * cpplib.c (skip_block_comment, skip_line_comment): Split code
8577 (skip_comment) ... here. Permit C++ comments in system
8578 headers always. Warn about C++ comments in user code under
8579 -std=gnu89 -pedantic.
8580 (copy_comment): Use skip_comment.
8581 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
8583 (consider_directive_while_skipping, do_else, do_endif): Call
8584 validate_else unconditionally.
8585 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
8586 text after the conditional in a system header.
8587 * cpplib.h (struct cpp_buffer): Add flag
8588 warned_cplusplus_comments.
8590 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
8592 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
8593 Use unshare_all_rtl_1.
8594 (unshare_all_rtl_again): New function.
8595 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
8597 * function.c (purge_addressof_1): Use unshare_all_rtl_again
8598 rather than resetting the 'used' flags ourself.
8600 * toplev.c (rest_of_compilation): Add current_function_decl
8601 to the unshare_all_rtl call.
8602 * tree.h: Prototype unshare_all_rtl.
8603 * rtl.h: Prototype unshare_all_rtl_again here.
8605 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
8607 * genoutput.c (output_prologue): Include ggc.h in generated
8609 * Makefile.in (insn-output.o): Depends on ggc.h.
8611 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
8612 Hans-Peter Nilsson <hp@bitrange.com>
8614 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
8615 Remove redundant include of xm-ns32k.h.
8616 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
8617 Remove redundant include of xm-ns32k.h.
8618 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
8619 Remove redundant include of xm-ns32k.h.
8620 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
8622 * ns32k/ns32k.h: Update comment on multiply-add instructions.
8623 (TARGET_SWITCHES): Add documentation strings.
8624 (DWARF_FRAME_REGNUM): Override default definition.
8625 (REG_CLASS_CONTENTS): Add comments.
8626 (SUBSET_P): Format to reduce line length.
8627 (SMALL_REGISTER_CLASSES): Make a run time option.
8628 (GO_IF_NONINDEXED_ADDRESS): Reformat.
8629 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
8630 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
8631 (regclass_map): fix typo in comment.
8632 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
8633 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
8634 (trace, reg_or_mem_operand): Delete, unused function.
8635 (calc_address_cost): Small offsets are cheaper than large ones.
8636 (expand_block_move): Generate more efficient code when bytes is a
8637 known at compile time.
8638 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
8639 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
8640 instead of reg_or_mem_operand.
8642 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
8643 not general_operand. Similarly use "=rm" or stricter, not "=g".
8644 For input operands, use stricter constraints than "g" if not
8645 general_operand. Similarly use stricter predicate than
8646 "general_operand" when stricter constraints than "g" are present,
8647 except for matching constraints.
8648 (movstrsi): Use "memory_operand" for operands 0 and 1.
8649 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
8650 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
8651 not reg_or_mem_operand.
8652 (udivmoddisi4): Ditto.
8653 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
8654 Use nonimmediate_operand for operand 3, not register_operand.
8655 (udivmoddiqi4_internal): Use register_operand for operand 1, not
8658 2000-01-27 Fred Fish <fnf@be.com>
8660 * gthr-posix.h: Fix typo; compatibily -> compatibility.
8661 * gthr-single.h: Likewise.
8662 * gthr-solaris.h: Likewise.
8663 * gthr-vxworks.h: Likewise.
8664 * gthr-win32.h: Likewise.
8667 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
8669 * cppinit.c: Add " (cpplib)" to end of string printed by
8672 2000-01-27 Richard Henderson <rth@cygnus.com>
8674 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
8675 testing for a signed comparison.
8676 (alpha_emit_floatuns): New.
8677 * alpha-protos.h: Declare it.
8678 * alpha.md (floatunsdisf2, floatunsdidf2): New.
8679 (extendsfdf2): Tidy.
8681 2000-01-27 Jakub Jelinek <jakub@redhat.com>
8683 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
8684 no -g option specifying debugging format, default to -gstabs+.
8686 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
8688 * calls.c (special_function_p): New argument fork_or_exec.
8689 (expand_call): When profile_arc_flag is set and the function
8690 is in the fork_or_exec group, call __bb_fork_func first.
8691 * libgcc2.c, _bb module (__bb_fork_func): New function.
8692 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
8694 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
8695 * tree.h (special_function_p): Update prototype.
8697 2000-01-26 Richard Henderson <rth@cygnus.com>
8699 * alpha.c (alpha_split_tfmode_pair): New.
8700 * alpha-protos.h: Declare it.
8701 * alpha.md (abstf2, negtf2): New.
8702 (movtf insn): Add input G constraint.
8703 (movtf splitter): Use alpha_split_tfmode_pair.
8705 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8707 * i386/cygwin.h: PROTO -> PARAMS.
8709 2000-01-26 Jakub Jelinek <jakub@redhat.com>
8711 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
8712 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
8713 using _Qp_cmp/_Q_cmp and testing the return value.
8714 (print_operand): Call reverse_condition_maybe_unordered if
8715 we are handling CCFPmode or CCFPEmode.
8716 Handle ORDERED, UN* and LTGT comparisons.
8717 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
8718 if not TARGET_HARD_QUAD.
8719 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
8720 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
8721 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
8722 Adjust gen_b* calls so that they reflect return comparison of
8723 sparc_emit_float_lib_cmp.
8725 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8727 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
8728 incoming operands array is large enough for one more operand.
8729 (alpha_emit_xfloating_arith): Likewise.
8731 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
8733 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
8734 file with one line and no trailing newline.
8735 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
8736 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
8737 checking if the match is on the line.
8738 * fixinc/gnu-regex.c: Provide regerror not __regerror.
8740 2000-01-25 Richard Henderson <rth@cygnus.com>
8742 * sparc.c (output_cbranch): Fix accidental squashing of the
8743 fp branch pre-delay nop.
8745 2000-01-25 Richard Henderson <rth@cygnus.com>
8747 * tree.def (UNNE_EXPR): Remove.
8748 * c-typeck.c (build_binary_op): Don't handle it.
8749 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
8751 * rtl.def (UNNE): Remove.
8753 * jump.c (reverse_condition): Update accordingly.
8754 (swap_condition): Likewise.
8755 (comparison_dominates_p): Handle unordered comparisons.
8756 (reverse_condition_maybe_unordered): New.
8757 * rtl.h (reverse_condition_maybe_unordered): Declare.
8759 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
8760 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
8761 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
8762 * sparc.md (bltgt): New.
8764 2000-01-25 Nick Clifton <nickc@redhat.com>
8766 * emit-rtl.c (emit_insn): Only check machine class insns for
8767 improper emission of a RETURN.
8769 2000-01-25 Richard Henderson <rth@cygnus.com>
8771 * Makefile.in (flow.o): Depend on $(EXPR_H).
8772 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
8773 duplicate the structure of diddle_return_value for keeping regs live.
8775 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8777 * loop.c (current_loop_info): Delete.
8778 (consec_sets_invariant_p): Add loop argument, update callers.
8779 (get_condition_for_loop): Likewise.
8780 (count_nonfixed_reads, update_giv_derive): Likewise.
8781 (simplify_giv_expr, general_induction_var): Likewise.
8782 (consec_sets_giv, recombine_givs): Likewise.
8783 (move_movables): Delete loop_start and loop_end arguments,
8784 add loop argument, and update callers.
8785 (find_mem_givs, check_final_value): Likewise.
8786 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
8787 (loop_invariant_p): Rename from invariant_p, add loop argument, and
8789 (basic_induction_var): Add loop argument, delete loop_level argument,
8791 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
8792 add loop argument, and update callers.
8793 (find_splittable_regs, find_splittable_givs): Likewise.
8794 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
8795 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
8796 (biv_total_increment): Delete loop_start and loop_end arguments;
8798 (precondition_loop_p): Delete loop_start and loop_info arguments;
8800 * loop.h (get_condition_for_loop): Add loop argument.
8801 (biv_total_increment): Delete loop_start and loop_end arguments.
8802 (precondition_loop_p): Delete loop_start and loop_info arguments;
8804 (final_biv_value): Delete loop_start and loop_end arguments;
8806 (final_giv_value, back_branch_in_range_p): Likewise.
8808 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
8810 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
8812 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
8814 * Makefile.in (c-gperf.h) : Change the "See" pointer to
8815 point to the new "generated_files" doc.
8817 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
8819 * config/fp-bit.c (_unord_f2): Fix typo.
8821 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
8823 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
8824 c-typeck.c, objc/objc-act.c: Remove all references to obstack
8825 functions obsoleted by GC, such as push_obstacks_nochange,
8826 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
8827 and code which existed only to decide whether or not to call
8828 them. Remove now-unused NESTED argument from start_function;
8829 all callers changed. Do not change behavior based on ggc_p.
8830 The use of the ixp_obstack in c-iterate.c and the util_obstack
8831 in objc/objc-act.c remain; these are not obsoleted by garbage
8833 * c-tree.h: Update prototype for start_function.
8835 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
8837 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
8839 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
8842 2000-01-25 Richard Henderson <rth@cygnus.com>
8844 * sparc-protos.h (select_cc_mode): Declare.
8845 * sparc.c (select_cc_mode): New. Handle unordered compares.
8846 (output_cbranch): Always reverse via code change. Handle
8847 unordered compares. Factor tests and string updates.
8848 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
8849 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
8850 * sparc.md (bunordered, bordered): New.
8851 (bungt, bunlt, buneq, bunge, bunle): New.
8853 2000-01-25 Richard Henderson <rth@cygnus.com>
8855 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
8856 * ggc-common.c (ggc_add_rtx_varray_root): New.
8857 (ggc_mark_rtx_varray): New.
8858 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
8859 functions down below ggc_mark_foo.
8860 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
8862 2000-01-25 Richard Henderson <rth@cygnus.com>
8864 * alpha.c (secondary_reload_class): Don't allocate a secondary
8865 for integral mode memories into FLOAT_REGS. Rearrange the more
8866 complicated memory expression inward.
8868 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
8870 * inclhack.def: Fixes to play nicer with FreeBSD, and
8871 corrections to comments.
8872 (cxx_unready): Add select expression.
8873 (irix_sockaddr): Add bypass expression.
8874 (machine_ansi_h_va_list): New fix.
8875 (stdio_va_list): No need to edit _BSD_VA_LIST_.
8876 Split out addition of "#include <stdarg.h>" to...
8877 (stdio_stdarg_h): ... here.
8878 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
8879 to stdlib.h also. Do not munge _BSD_SIZE_T_.
8880 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
8882 (ultrix_ifdef): Tighten up select expression.
8884 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
8885 re_ct and max_mach to avoid use of shell. Make printed names
8886 match names in inclhack.def. Use static copyright date.
8887 Don't count c_test and test expressions as requiring regex_t
8888 slots. Add some commentary.
8889 * inclhack.tpl: Do not include the 'This script contains N
8890 fixup scripts' line if PROGRAM is defined. Use static
8893 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
8895 * dwarf2out.c: include "varray.h", not dyn-string.h.
8896 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
8897 (addr_const_to_string, addr_to_string): Lose.
8898 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
8899 (struct dw_val_struct): val_addr is now an rtx.
8900 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
8901 (used_rtx_varray): New varray.
8902 (dwarf2out_init): Initialize it.
8904 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
8906 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
8907 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
8908 * Makefile.in (dwarf2out.o): Update dependencies.
8910 2000-01-24 Richard Henderson <rth@cygnus.com>
8912 * i386.c (i386_dwarf_output_addr_const): New.
8913 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
8915 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
8917 * dwarfout.c (output_mem_loc_descriptor): Likewise.
8918 * i386.c (i386_simplify_dwarf_addr): New.
8919 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
8921 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
8923 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
8924 TYPE_STUB_DECL is NULL.
8926 2000-01-24 Richard Henderson <rth@cygnus.com>
8928 * builtins.c (expand_tree_builtin): Move ...
8929 * c-common.c (expand_tree_builtin): ... here.
8931 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8933 * loop.h (LOOP_INFO): New accessor macro.
8934 * basic-block.h (struct loop): Rename field `info' to `aux'.
8935 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
8936 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
8937 * unroll.c (loop_iterations, unroll_loop): Likewise.
8939 2000-01-24 Christopher Faylor <cgf@cygnus.com>
8941 * config/i386/t-cygwin: Accomodate new winsup directory layout
8942 when searching for include files.
8944 2000-01-24 Richard Henderson <rth@cygnus.com>
8946 * rtl.def: Add unordered fp comparisions.
8947 * tree.def: Likewise.
8948 * tree.h: Add ISO C 9x unordered fp comparision builtins.
8950 * builtins.c (expand_tree_builtin): New function.
8951 * c-typeck.c (build_function_call): Use it.
8952 (build_binary_op): Support unordered compares.
8953 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
8955 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
8956 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
8957 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
8958 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
8959 * jump.c (reverse_condition): Don't abort for UNLE etc, but
8961 (swap_condition): Handle unordered compares.
8962 (thread_jumps): Check can_reverse before reversing.
8963 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
8966 * optabs.c (can_compare_p): New argument CODE. Verify branch or
8967 setcc is present before acking for cmp_optab. Update all callers.
8968 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
8969 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
8970 * expr.c (expand_expr): Likewise. Support unordered compares.
8971 (do_jump, do_store_flag): Likewise.
8972 * expr.h (enum libfunc_index): Add unordered compares.
8974 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
8975 (DPBIT_FUNCS): Add _unord_df.
8976 * config/fp-bit.c (_unord_f2): New.
8977 * fp-test.c (main): Try unordered compare builtins.
8979 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
8980 * alpha.c (alpha_comparison_operator): Check mode properly.
8981 (alpha_swapped_comparison_operator): Likewise.
8982 (signed_comparison_operator): Likewise.
8983 (alpha_fp_comparison_operator): New.
8984 (alpha_emit_conditional_branch): Handle unordered compares.
8985 * alpha.h (PREDICATE_CODES): Update.
8986 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
8987 (bunordered, bordered): New.
8989 2000-01-24 Richard Henderson <rth@cygnus.com>
8991 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
8992 * alpha.md (movtf): New expander, insn, and splitter.
8994 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
8996 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
8999 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
9001 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9002 (FIXED_REGISTERS, CALL_USED_REGISTERS,
9003 REG_ALLOC_ORDER): Add frame pointer
9004 (FRAME_POINTER_REGNUM): Set to 20
9005 (HARD_FRAME_POINTER_REGNUM): New macro.
9006 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9007 to HARD_FRAME_POINTER.
9008 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9009 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9010 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9011 (HI_REGISTER_NAMES): Add "frame".
9012 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9013 (debug_reg): Handle FRAME_POINTER_REGNUM.
9014 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9015 GENERAL_REGS and INDEX_REGS.
9016 * i386.c (SAVED_REGS_FIRST): new macro.
9017 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9018 (ix86_decompose_address, memory_address_length): Likewise.
9019 (regclass_map): Add frame pointer.
9020 (call_insn_operand): Handle frame_pointer_rtx.
9021 (reg_no_sp_operand): Likewise.
9022 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9023 (print_operand, legitimize_pic_address): Fix formating.
9024 (ix86_compute_frame_size): Make static, update prototype, new
9025 parameters padding1, padding2, use ix86_nsaved_regs, use
9026 stack_alignment_needed.
9027 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9028 to HARD_FRAME_POINTER_REGNUM conversions.
9029 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9030 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9031 (print_reg): Abort on FRAME_POINTER_REGNUM
9033 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
9035 * i386.h (PREDICATE_CODES): Add aligned_operand.
9036 * i386.c (aligned_operand): New function.
9037 (ix86_aligned_p): Kill.
9038 * i386.md (movhi_1): Emit mov for aligned operands.
9039 (promoting peep2s): Use aligned_operand.
9041 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
9043 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9044 expression to allow underscores in macro names.
9045 (fix_char_macro_defines): Increment scanning pointer.
9047 2000-01-23 Richard Henderson <rth@cygnus.com>
9049 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9050 * alpha/osf5.h: New file.
9051 * configure.in (alpha-*-osf5): Add it to tm_file.
9053 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9055 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9056 (alpha_emit_xfloating_cvt, function_arg): Declare.
9057 * alpha.c (alpha_emit_conditional_branch): Call
9058 alpha_emit_xfloating_compare for TFmode compares.
9059 (alpha_lookup_xfloating_lib_func): New.
9060 (alpha_compute_xfloating_mode_arg): New.
9061 (alpha_emit_xfloating_libcall): New.
9062 (alpha_emit_xfloating_arith): New.
9063 (alpha_emit_xfloating_compare): New.
9064 (alpha_emit_xfloating_cvt): New.
9065 (print_operand): Add default abort case.
9066 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9067 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9068 (BIGGEST_ALIGNMENT): Increase to 128 bits.
9069 (RETURN_IN_MEMORY): True for TF/TCmode.
9070 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9071 (FUNCTION_ARG): Move to function_arg.
9072 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9073 (ASM_OUTPUT_LONG_DOUBLE): New.
9074 (ASM_OUTPUT_DOUBLE): Always output bits.
9075 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9076 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9077 (extenddftf2, trunctfdf2): New.
9079 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9081 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
9082 * config/sparc/sol2.h: ... here.
9084 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9086 * basic-block.h (struct loops): New field `levels'.
9087 * flow.c (flow_loops_level_compute): Traverse all outer loops.
9088 (flow_loop_level_compute): Initialise level to 1.
9089 (flow_loops_find): Set loops->levels.
9090 (flow_loops_dump): Print loops->levels.
9092 2000-01-23 Richard Henderson <rth@cygnus.com>
9094 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
9095 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
9097 2000-01-23 Richard Henderson <rth@cygnus.com>
9099 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
9100 * i386.h (DBX_REGISTER_NUMBER): Use them.
9101 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
9102 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
9103 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
9104 * i386/sequent.h: Kill incorrect comment.
9106 2000-01-23 Mark Mitchell <mark@codesourcery.com>
9108 * ggc-page.c (struct page_entry): Make `context_depth' an
9110 (struct globals): Likewise.
9112 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
9114 * loop.c (check_dbra_loop): When checking a loop for
9115 reversability, check the source of any stores to ensure
9116 they don't depend on an initial value.
9118 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9120 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
9122 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
9124 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
9125 'pz_scan' into scope of entire function. Only affects
9126 compiles with -DDEBUG.
9128 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
9130 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
9131 section naming to that prior to 2000-01-07 patch.
9132 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
9133 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
9134 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
9135 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
9136 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
9138 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
9140 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
9143 2000-01-21 Jim Wilson <wilson@cygnus.com>
9145 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
9146 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
9148 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
9150 * cpphash.c (change_newlines): Delete function.
9151 (struct argdata): Delete 'newlines' and 'use_count' fields.
9152 (macroexpand): Remove code referencing those fields.
9154 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9156 * loop.c (loops_info): New variable.
9157 (loop_optimize): Allocate loops->array and free it on exit.
9158 Allocate memory for loops_info and assign to each loop,
9160 (find_and_verify_loops): Do not allocate loops->array.
9162 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
9164 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
9166 2000-01-21 Jakub Jelinek <jakub@redhat.com>
9168 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
9169 pseudos if expanded after first flow.
9170 (movdi_pic_label_ref): Likewise.
9172 2000-01-20 Richard Henderson <rth@cygnus.com>
9174 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
9176 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
9178 * Makefile.in (fixinc.sh): Depend on specs.
9179 * fixinc/Makefile.in: Add rule to create machname.h.
9180 (fixlib.o): Depend on machname.h.
9181 * fixinc/fixtests.c (machine_name): New test.
9182 * fixinc/fixfixes.c (machine_name): New fix.
9183 * fixinc/fixlib.c (mn_get_regexps): New helper function for
9184 the machine_name test and fix.
9185 * fixinc/fixlib.h: Prototype it.
9186 * fixinc/inclhack.def (machine_name): Use the C test and fix.
9187 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
9189 * gcc.c (do_spec_1) [case P]: Take care not to create
9190 identifiers with three leading or trailing underscores.
9192 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
9193 (fixincl): Don't specify libraries twice on link line.
9194 (gnu-regex.o): Remove special rule.
9195 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
9196 defined by config.h. Do not define _REGEX_RE_COMP.
9197 (regcomp): Allocate and initialize a fastmap.
9198 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
9200 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
9202 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
9204 2000-01-19 Richard Henderson <rth@cygnus.com>
9206 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
9207 arguments with BB. Update all callers. Tidy line wrapping.
9209 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
9211 * emit-rtl.c (try_split): Return last_insn if we split the
9214 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
9216 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
9217 (ix86_initial_elimination_offset): Declare.
9218 * i386.c (ix86_nsaved_regs): Break out from ...
9219 (ix86_can_use_return_insn_p): ... here.
9220 (ix86_emit_save_regs): Break out from ...
9221 (ix86_expand_prologue): ... here.
9222 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
9224 (ix86_expand_epilogue): ... here.
9225 (ix86_compute_frame_size): Make static, add prototype.
9226 (ix86_initial_elimination_offset): Break out from ...
9227 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
9229 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9231 * recog.h (OUT_FCN): Delete.
9233 * vax.md: Call `get_insn_template' instead of OUT_FCN.
9235 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9237 * cppalloc.c: PROTO -> PARAMS.
9238 * cpperror.c: Likewise.
9239 * cppfiles.c: Likewise.
9240 * cpplib.c: Likewise.
9241 * cpplib.h: Likewise.
9243 * config/arm/arm-protos.h: PROTO -> PARAMS.
9244 * config/arm/arm.c: Likewise.
9245 * config/c4x/c4x.c: Likewise.
9246 * config/fr30/fr30-protos.h: Likewise.
9247 * config/nextstep.c: Likewise.
9248 * config/pa/pa.c: Likewise.
9249 * config/pj/pj.c: Likewise.
9250 * config/rs6000/rs6000.c: Likewise.
9251 * config/v850/v850-protos.h: Likewise.
9252 * config/v850/v850.c: Likewise.
9254 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9256 * i370-protos.h: New file.
9258 * i370.c: Include tm_p.h. Fix compile time warnings.
9260 * i370.h: Move prototypes to i370-protos.h. Fix compile time
9263 * i370.md: Likewise.
9265 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9267 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
9268 (target_isinf, target_isnan, eisnan): Mark parameter with
9270 (eiisinf): Wrap in INFINITY.
9271 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
9272 (ibmtoe): Remove unused variable `rndsav'.
9274 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9276 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
9277 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
9279 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
9281 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
9282 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
9283 (fix_char_macro_defines, fix_char_macro_uses): New functions.
9285 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
9286 Recognize Emacs mode markers also.
9287 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
9288 C++ comments in C++ headers. Call is_cxx_header only if
9291 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
9293 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
9294 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
9295 ... these, which use the new C fixes.
9296 (math_exception): Escape literal '+' in bypass expression.
9298 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
9301 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9303 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
9306 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9308 * loop.c (loop_optimize): Allocate loop_info structure for each loop
9309 prior to calling scan_loop.
9311 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9313 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
9314 (split_branches, calc_live_regs): Likewise.
9316 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9318 * sh.md (fpu_single, fp_mode): New attributes.
9320 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9322 * loop.c (current_loop_info): Renamed from loop_info_data
9323 and changed to a pointer.
9324 (loop_optimize): Allocate loop_info structure for each loop
9325 and initialise to zero.
9326 (scan_loop): Set current_loop_info.
9328 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
9331 2000-01-19 Richard Henderson <rth@cygnus.com>
9333 * stupid.c: Die die die.
9334 * Makefile.in (OBJS): Remove stupid.o.
9335 (stupid.o): Likewise.
9337 * except.c (emit_eh_context): Don't emit USEs for stupid.
9338 * explow.c (probe_stack_range): Likewise.
9339 * flags.h (obey_regdecls): Remove.
9340 * flow.c (find_basic_blocks): Don't run try_merge_blocks
9341 when not optimizing.
9342 (life_analysis): Limit data collection when not optimizing.
9343 (mark_regs_live_at_end): Always mark the return value registers.
9344 (mark_used_regs): Remove dummy RETURN case.
9345 (print_rtl_with_bb): Don't consult obey_regdecls.
9346 * function.c (use_variable, use_variable_after): Remove.
9347 (assign_parms): Consult optimize not obey_regdecls.
9348 (expand_function_start): Don't emit USEs for stupid.
9349 (expand_function_end): Likewise.
9350 * global.c (build_insn_chain): Export.
9351 * integrate.c (expand_inline_function): Kill return-value USE
9353 * jump.c (jump_optimize_1): Do simple jump optimizations and
9354 dead code elimination.
9355 (calculate_can_reach_end): Remove check_deleted argument.
9356 (delete_insn): Patch out insns even when not optimizing.
9357 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
9358 * rtl.h (use_variable, use_variable_after): Remove declarations.
9359 (build_insn_chain): Declare.
9360 * stmt.c (expand_value_return): Don't emit USEs for stupid.
9361 (expand_end_bindings): Likewise.
9362 (expand_decl): Likewise. Consult optimize not obey_regdecls.
9363 * toplev.c (obey_regdecls): Remove.
9364 (rest_of_compilation): Don't set it. Kill stupid in favour of
9365 flow1, local-alloc, and reload.
9366 (main): Don't set obey_regdecls.
9368 * config/nextstep.c (handle_pragma): Likewise.
9370 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
9372 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
9374 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9376 * alpha-protos.h: PROTO -> PARAMS.
9377 * alpha.c: Likewise.
9379 * h8300.c: Likewise.
9380 * i386-protos.h: Likewise.
9382 * m32r-protos.h: Likewise.
9385 * mips.md: Likewise.
9386 * gmon-sol2.c: Likewise.
9387 * sparc.c: Likewise.
9389 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9391 * ns32k-protos.h: New file.
9393 * ns32k.c: Fix compile time warnings.
9395 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
9398 * ns32k.md: Likewise.
9400 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9402 * vax-protos.h: New file.
9404 * vax.c: Fix compile time warnings.
9406 * vax.h: Move prototypes to vax-protos.h. Fix compile time
9411 * vaxv.md: Likewise.
9413 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9415 * romp-protos.h: New file.
9417 * romp.c: Fix compile time warnings.
9419 * romp.h: Move prototypes to romp-protos.h. Fix compile time
9422 * romp.md: Likewise.
9424 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9426 * we32k-protos.h: New file.
9428 * we32k.c: Fix compile time warnings.
9430 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
9433 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9435 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
9437 * except.c (eh_regs): Likewise.
9439 * final.c (output_operand): Likewise.
9441 * fold-const.c (target_isinf, target_isnan): Likewise.
9443 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
9445 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
9446 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
9448 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
9450 (clrstrsi): Rewrite.
9451 (strsethi, strsetqi): New expanders.
9452 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
9453 (cmpstrsi): Emit compare insn before cmpstrsi_1
9454 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
9455 (strlensi_1): Likewise.
9456 (cmpstrsi_1): Likewise; do not output compare.
9457 (strlen expander): Do not unroll when optimizing for size.
9458 (*subsi3_carry): Rename to subsi3_carry
9459 (addqi3_cc): New pattern.
9460 * i386.h (processor_costs): Add move_ratio field.
9461 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
9462 * i386.c (*_cost): Set move_ratio.
9463 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
9464 (x86_expand_strlensi_1): Rewrite the main loop.
9466 2000-01-17 Richard Henderson <rth@cygnus.com>
9468 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
9469 * cse.c (find_comparison_args, fold_rtx): Likewise.
9470 * integrate.c (subst_constants): Likewise.
9471 * loop.c (get_condition): Likewise.
9473 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
9475 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
9477 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9479 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
9480 (RESTORE_WARN_FLAGS): Unpack it.
9481 Change semantic type of extension to ttype.
9482 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
9483 * c-parse.y, c-parse.c, objc/objc-parse.y,
9484 objc/objc-parse.c: Regenerate.
9486 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
9488 * fixinc/fixlib.c: Add copyright notice.
9489 (compile_re): New function.
9490 * fixinc/fixlib.h: Prototype compile_re.
9492 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
9493 Use compile_re to compile regular expressions.
9495 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
9496 where the pattern matched.
9498 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
9500 (ultrix_ansi_compat): Likewise.
9501 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
9503 (interactv_add2, interactv_add3): Delete.
9504 (x11_sprintf): Don't use filename glob.
9505 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
9508 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9510 * print-rtl.c: PROTO -> PARAMS.
9512 * reg-stack.c: Likewise.
9513 * resource.c: Likewise.
9514 * sdbout.h: Likewise.
9515 * simplify-rtx.c: Likewise.
9516 * stor-layout.c: Likewise.
9517 * stupid.c: Likewise.
9518 * xcoffout.c: Likewise.
9519 * xcoffout.h: Likewise.
9521 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9523 * toplev.c: PROTO -> PARAMS.
9524 * toplev.h: Likewise.
9527 * unroll.c: Likewise.
9528 * varasm.c: Likewise.
9529 * varray.c: Likewise.
9530 * varray.h: Likewise.
9532 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9534 * reload.c: PROTO -> PARAMS.
9535 * reload.h: Likewise.
9536 * reload1.c: Likewise.
9537 * reorg.c: Likewise.
9538 * resource.h: Likewise.
9541 * rtlanal.c: Likewise.
9542 * sbitmap.h: Likewise.
9543 * sdbout.c: Likewise.
9544 * stack.h: Likewise.
9546 * system.h: Likewise.
9548 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9550 * machmode.h: PROTO -> PARAMS.
9551 * mbchar.h: Likewise.
9552 * mips-tdump.c: Likewise.
9553 * mips-tfile.c: Likewise.
9554 * optabs.c: Likewise.
9555 * output.h: Likewise.
9556 * prefix.c: Likewise.
9557 * profile.c: Likewise.
9558 * protoize.c: Likewise.
9560 * recog.c: Likewise.
9561 * recog.h: Likewise.
9562 * regclass.c: Likewise.
9563 * regmove.c: Likewise.
9566 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9568 * ggc-common.c: PROTO -> PARAMS.
9569 * ggc-page.c: Likewise.
9570 * ggc-simple.c: Likewise.
9572 * global.c: Likewise.
9573 * graph.c: Likewise.
9574 * gthr-win32.h: Likewise.
9575 * haifa-sched.c: Likewise.
9576 * halfpic.h: Likewise.
9577 * integrate.c: Likewise.
9578 * integrate.h: Likewise.
9581 * local-alloc.c: Likewise.
9585 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9587 * genattr.c: PROTO -> PARAMS.
9588 * genattrtab.c: Likewise.
9589 * gencheck.c: Likewise.
9590 * gencodes.c: Likewise.
9591 * genconfig.c: Likewise.
9592 * genemit.c: Likewise.
9593 * genextract.c: Likewise.
9594 * genflags.c: Likewise.
9595 * gengenrtl.c: Likewise.
9596 * genopinit.c: Likewise.
9597 * genoutput.c: Likewise.
9598 * genpeep.c: Likewise.
9599 * genrecog.c: Likewise.
9601 2000-01-16 Mark Mitchell <mark@codesourcery.com>
9603 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
9605 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9607 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
9608 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
9609 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
9610 * configure, config.in: Rebuilt.
9612 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
9614 * config/i386/i386.md: Add peephole to merge successive stack
9617 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
9619 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
9620 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
9621 when walking backwards to find all the parameter loads when
9622 the basic block ends in a call.
9624 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9626 * loop.c (this_loop_info): Delete.
9627 (uid_loop): Add in place of uid_loop_num. All uses updated.
9628 (loop_number_exit_count): Delete and replace with entry in loop
9629 structure. All uses updated.
9630 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
9631 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
9632 (loop_outer_loop): Likewise.
9633 (loop_invalid, loop_number_exit_labels): Likewise.
9634 (loop_used_count_register): Delete and replace with entry in
9635 loop_info structure.
9636 (find_and_verify_loops): Add loops argument.
9637 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
9638 loop_end, etc. arguments with loop structure pointer. All callers
9640 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
9641 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
9642 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
9643 (insert_bct): Likewise.
9644 (basic_induction_var): New argument level.
9645 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
9646 vtop, and cont. Add used_count_register.
9647 (uid_loop): Delete declaration.
9648 (loop_number_exit_count): Likewise.
9649 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
9650 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
9651 (loop_outer_loop, loop_used_count_register): Likewise.
9652 (loop_invalid, loop_number_exit_labels): Likewise.
9653 (unroll_loop): Replace loop_start and loop_end arguments
9654 with loop structure pointer.
9655 (loop_precondition_p, loop_iterations): Likewise.
9656 Include basic-block.h.
9657 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
9658 with loop structure pointer.
9659 (loop_precondition_p, loop_iterations): Likewise.
9660 * basic-block.h (struct loop): New entries vtop, cont,
9661 cont_dominator, start, end, top, scan_start, exit_labels,
9663 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
9665 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9667 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
9669 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
9671 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
9673 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9675 * pdp11-protos.h: New file.
9677 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
9680 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
9683 * pdp11.md: Likewise.
9687 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9689 * mn10300-protos.h: New file.
9691 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
9694 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
9697 * mn10300.md: Likewise.
9699 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9701 * mn10200-protos.h: New file.
9703 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
9706 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
9709 * mn10200.md: Likewise.
9711 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9713 * h8300-protos.h: New file.
9715 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
9718 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
9721 * h8300.md: Likewise.
9723 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9725 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
9726 (asm_emit_uninitialised): Likewise.
9728 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
9730 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
9731 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
9733 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
9735 * config/mips/mips.c (override_options): Don't turn on extra
9736 alignment for mips16.
9738 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
9740 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
9741 eabi, and make sure queued POSTINCREMENT rtl is emitted at
9744 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
9746 * builtins.c (PAD_VARARGS_DOWN): Define.
9747 (std_expand_builtin_va_arg): Use the above macro.
9748 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
9749 * tm.texi (Register Arguments): Document the above macro.
9751 2000-01-14 Nick Clifton <nickc@cygnus.com>
9753 * emit-rtl.c (emit_insn): If checking is enabled, make sure
9754 that this function has not been used to emit a jump
9757 * jump.c (return_jump_1): Cope with being passed a null rtx.
9759 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9761 * eh-common.h: PROTO -> PARAMS.
9762 * emit-rtl.c: Likewise.
9763 * errors.c: Likewise.
9764 * errors.h: Likewise.
9765 * except.c: Likewise.
9766 * except.h: Likewise.
9767 * explow.c: Likewise.
9768 * expmed.c: Likewise.
9771 * final.c: Likewise.
9772 * fix-header.c: Likewise.
9774 * fold-const.c: Likewise.
9775 * function.c: Likewise.
9776 * function.h: Likewise.
9778 * gcov-io.h: Likewise.
9782 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9784 * sh-protos.h: New file.
9786 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
9787 Add static prototypes. Fix compile time warnings.
9789 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
9793 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9795 * arc-protos.h: New file.
9797 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
9800 * arc.h: Move prototypes to arc-protos.h. Fix compile time
9805 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9807 * dsp16xx-protos.h: New file.
9809 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
9812 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
9815 * dsp16xx.md: Likewise.
9817 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9819 * convex-protos.h: New file.
9821 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
9824 * convex.h: Move prototypes to convex-protos.h. Fix compile time
9827 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9829 * elxsi-protos.h: New file.
9831 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
9834 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
9837 * elxsi.md: Likewise.
9839 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
9841 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
9842 case for moving from HI/LO/HI_LO_REG. This makes the behavior
9843 match the comment for MIPS16.
9845 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
9847 * flow.c (split_edge): Do not call set_block_for_insn if we
9848 do not have a basic_block_for_insn structure.
9850 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
9851 and destination functions are 32bit aligned within the trampoline.
9852 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
9853 (TRAMPOLINE_ALIGNMENT): Define.
9855 * cse.c (cse_insn): When changing (set (pc) (reg)) to
9856 (set (pc) (label_ref)), verify the change creates a valid insn.
9858 * fr30.c (call_operand): Tighten and rework to match rules for
9859 call RTL expressions.
9860 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
9861 * fr30.md (call patterns): Improve constraints.
9863 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
9865 * fr30.c (fr30_expand_epilogue): Revert last change.
9866 Use emit_jump_insn for the return insn.
9868 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
9869 Stan Cox <scox@cygnus.com>
9871 * predict.c: New file. Preliminary infrastructure work for static
9872 branch prediction and basic block reordering.
9873 * basic-block.h: Add prototype for estimate_probability.
9874 * Makefile.in: Add rules for predict.o.
9876 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
9878 * fixincludes (va_list): Use __not_va_list__ for the dummy.
9879 * fixinc/*: Likewise.
9881 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9883 * cccp.c: PROTO -> PARAMS.
9885 * collect2.c: Likewise.
9886 * combine.c: Likewise.
9887 * convert.h: Likewise.
9889 * dbxout.c: Likewise.
9890 * dbxout.h: Likewise.
9891 * diagnostic.c: Likewise.
9892 * doprint.c: Likewise.
9893 * dwarf2out.c: Likewise.
9894 * dwarf2out.h: Likewise.
9895 * dwarfout.c: Likewise.
9896 * dwarfout.h: Likewise.
9897 * dyn-string.h: Likewise.
9899 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9901 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
9902 macro conditionals guarding use.
9904 * dwarf2out.c: Include "tm_p.h".
9906 * function.c (locate_and_pad_parm): Mark parameter with
9908 (expand_function_end): Likewise for variable `context'.
9910 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
9912 2000-01-13 Nick Clifton <nickc@cygnus.com>
9914 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
9915 register to prevent compile time warnings.
9917 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
9919 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
9920 to avoid -Wtraditional warning.
9922 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9924 * 1750a-protos.h: New file.
9926 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
9929 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
9932 * 1750a.md: Likewise.
9934 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9936 * a29k-protos.h: New file.
9938 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
9941 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
9944 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9946 * clipper-protos.h: New file.
9948 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
9951 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
9954 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9956 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
9958 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
9960 * configure.in (--enable-new-gxx-abi): New option.
9961 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
9962 * Makefile.in (GXX_ABI_FLAG): New variable.
9963 * configure: Regenerate.
9965 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9967 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
9968 * tm.texi (FORCE_STRUCT_BLK): Document.
9969 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
9971 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
9973 * config/ns32k/ns32k.md: Revert Jan 9 change.
9975 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
9976 to a mode-test, if the predicate is address_operand.
9978 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
9980 * combine.c (if_then_else_cond): Be careful about what kinds
9981 of RTL expressions are passed to operand_subword.
9983 * flow.c (split_edge): If we have to insert a new jump, make
9984 sure to associate it with a basic block.
9986 * flow.c (commit_one_edge_insertion): A block with one successor
9987 can end in a JUMP_INSN that is not a simplejump.
9989 2000-01-12 Robert Lipe <robertl@sco.com>
9991 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
9992 (BUILD_VA_LIST_TYPE): Define.
9993 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
9996 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
9998 * cccp.c (do_pragma): Add cast to (char *).
10000 2000-01-12 Richard Henderson <rth@cygnus.com>
10001 Fred Fish <fnf@be.com>
10002 Jason Merrill <jason@cygnus.com>
10004 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10005 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10006 * i386/beos-elf.h, i386/beos-pe.h: New files.
10008 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10009 * cross-make (SYSTEM_HEADER_DIR): Define using
10010 CROSS_SYSTEM_HEADER_DIR.
10012 * gcc.c (LIBRARY_PATH_ENV): Provide default.
10013 (process_command): Use it.
10014 (main): Likewise. Kill trailing = from env vars.
10015 (build_search_list): Put it back.
10016 * collect2.c (main): Use LIBRARY_PATH_ENV.
10018 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10019 * toplev.c: Use NEED_DECLARATION_ENVIRON.
10021 * tm.texi (Frame Layout): Document SMALL_STACK.
10022 * c-common.c (c_common_nodes_and_builtins): Check it.
10024 * system.h: Undef alloca after including glibc's <stdlib.h>,
10025 if USE_C_ALLOCA is defined.
10027 * gcc.c (set_input): New fn.
10028 (main): After all input files are compiled, reset the input file
10031 * aclocal.m4 (rindex, index): If already defined, don't attempt
10034 * ginclude/varargs.h: (__va_list__): Define ifndef.
10035 * ginclude/stdarg.h: Likewise.
10037 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10038 instead of unsigned char.
10040 * hash.h (true, false, boolean): Undef before enum.
10042 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10043 proper type of "HOST_WIDE_INT *", rather than their natural type of
10044 "unsigned HOST_WIDE_INT *".
10046 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10048 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10050 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10052 * regclass.c (choose_hard_reg_mode): Likewise.
10054 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10056 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10058 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10060 * c-common.c: PROTO -> PARAMS.
10061 * c-common.h: Likewise.
10062 * c-decl.c: Likewise.
10063 * c-iterate.c: Likewise.
10064 * c-lang.c: Likewise.
10065 * c-lex.c: Likewise.
10066 * c-lex.h: Likewise.
10067 * c-parse.in: Likewise.
10068 * c-pragma.c: Likewise.
10069 * c-pragma.h: Likewise.
10070 * c-tree.h: Likewise.
10071 * c-typeck.c: Likewise.
10072 * objc/objc-act.c: Likewise.
10073 * objc/objc-act.h: Likewise.
10075 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10077 * m88k-protos.h: New file.
10079 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
10082 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
10084 * m88k.md: Likewise.
10086 * tekXD88.h: Likewise.
10088 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10090 * m68k-protos.h: New file.
10092 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
10095 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
10097 * mot3300.h: Likewise.
10099 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
10101 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
10103 (extract_bitlist): Declare bitlen.
10105 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
10107 * cccp.c: Accept and ignore -lang-fortran.
10109 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
10110 qualifiers don't match at any level of pointerness.
10112 2000-01-12 Robert Lipe <robertl@sco.com>
10114 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
10116 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
10118 * reload1.c (reload_reg_unavailable): New static variable.
10119 (reload_reg_free_p): Test it.
10120 (reload_reg_free_for_value_p): Test it instead of
10122 (choose_reload_regs_init): Compute it.
10124 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
10126 * reorg.c (fill_slots_from_thread): Check modified_in_p
10129 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
10131 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
10132 these nodes even if INTERNALS is not set.
10134 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
10136 * gcse.c (delete_null_pointer_checks_1): Cope when
10137 get_condition cannot determine the condition.
10139 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
10141 * toplev.h (set_message_length): Declare.
10143 * diagnostic.c (obstack_chunk_alloc): Define macro.
10144 (obstack_chunk_free): Likewise.
10145 (struct output_buffer): New data structure.
10146 (vmessage): Remove.
10147 (output_maximum_width): New variable.
10148 (doing_line_wrapping, set_message_length, init_output_buffer,
10149 get_output_prefix, output_space_left, emit_output_prefix,
10150 output_newline, output_append, output_puts, dump_output,
10151 vbuild_message_string, build_message_string, build_location_prefix,
10152 voutput_notice, output_printf, line_wrapper_printf,
10153 vline_wrapper_message_with_location): New functions. Implement
10154 automatic line wrapping.
10155 (v_message_with_decl): Make it handle automatic line wrapping.
10156 (v_error_with_file_and_line): Likewise.
10157 (v_warning_with_file_and_line): Likewise.
10158 (announce_function): Likewise.
10159 (default_print_error_function): Likewise.
10161 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
10163 * cpplib.h (struct cpp_options): Change lang_asm to char.
10165 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
10166 done in cpp_handle_option now.
10167 (initialize_builtins): Take out special case code used only by
10169 (cpp_handle_option): Turn off trigraphs and trigraph warnings
10170 if -traditional. Recognize -lang-fortran and set
10171 lang_fortran, also turn off cplusplus_comments.
10172 (print_help): Document -lang-fortran.
10173 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
10174 lang_asm. Ignore all directives other than `# 123 "file"' if
10176 (cpp_get_token): If -traditional, don't recognize directives
10177 unless the # is in column 1.
10178 (parse_string): If lang_fortran or lang_asm, silently
10179 terminate strings ('' or "") at end of line.
10180 Remove unnecessary braces.
10182 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10183 Richard Henderson <rth@cygnus.com>
10185 * resource.c (mark_referenced_resources): Mark a set strict_low_part
10187 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
10188 strict_low_part when possible.
10190 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10192 * alias.c: PROTO -> PARAMS.
10193 * basic-block.h: Likewise.
10194 * bitmap.c: Likewise.
10195 * bitmap.h: Likewise.
10196 * builtins.c: Likewise.
10197 * c-aux-info.c: Likewise.
10198 * caller-save.c: Likewise.
10199 * calls.c: Likewise.
10201 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10203 * Makefile.in (toplev.o): Depend on regs.h.
10205 * output.h (tdesc_section): Prototype.
10207 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
10209 * sdbout.c: Include "tm_p.h".
10211 * toplev.c: Include "regs.h".
10213 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
10215 * unroll.c (unroll_loop): Add EH support.
10217 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10219 * pa-protos.h: New file.
10221 * pa.c: Include recog.h and tm_p.h.
10222 (compute_zdepwi_operands, compute_movstrsi_length,
10223 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
10224 find_addr_reg, import_milli): Add static prototypes.
10225 (pa_cpu_string, pa_arch_string): Constify a char*.
10226 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
10227 (read_only_operand): Add argument `mode'.
10228 (singlemove_string, output_move_double, output_fp_move_double,
10229 output_block_move, output_and, output_ior, output_ascii,
10230 remove_useless_addtr_insns, milli_names, output_mul_insn,
10231 output_div_insn, output_mod_insn, output_arg_descriptor,
10232 output_cbranch, output_bb, output_bvb, output_dbra, ,
10233 output_millicode_call, output_call, hppa_encode_label,
10234 output_parallel_movb, output_parallel_addb): Constify a char*.
10235 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
10236 (output_parallel_addb): Remove extra arg to `constrain_operands'
10238 * pa.h: Move all prototypes to pa-protos.h.
10239 (pa_cpu_string, pa_arch_string): Constify a char*.
10240 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
10242 * pa.md: Call `function_label_operand' with mode argument.
10243 Likewise for `read_only_operand'.
10244 Fix nesting of parens in call to `symbolic_operand'.
10246 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10248 * i860-protos.h: New file.
10250 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
10253 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
10255 * i860.md: Likewise.
10257 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
10259 * i386.md (movstrsi expander): Rewrite.
10260 (movstrsi_1 insn): Deleted.
10261 (strmovhi, strmovqi expander): New expanders.
10262 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
10263 * i386.c (x86_single_stringop): New global variable.
10264 * i386.h (x86_single_stringop): Declare.
10265 (TARGET_SINGLE_STRINGOP): New macro.
10267 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
10269 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
10270 integer vararg POSTINCREMENT before the destination of the jump
10271 for the hard fp case.
10272 (function_arg_pass_by_reference): Pass a copy of CUM to
10275 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
10276 for CONSTANT_ADDRESS_P above while loop for subreg.
10278 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
10280 * flow.c (propagate_block): When a prologue/epilogue insn
10281 is marked dead, unconditionally clear libcall_is_dead and
10282 insn_is_dead, and only dump rtl if warnings aren't being
10285 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
10287 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
10288 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
10289 (FIXED_REGISTERS): Set dirflag as fixed.
10290 (CALL_USED_REGISTERS): Set dirflag as used.
10291 (REG_ALLOC_ORDER): Set dirflag as last one.
10292 (DIRFLAG_REG): New macro.
10293 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
10294 (HI_REGISTER_NAMES): Add dirflag.
10295 (DEBUF_PRINT_REG): Handle dirflag.
10296 * i386.md (type attribute): New cld and str types.
10297 (length_opcode attribute): Set cld and str to 1.
10298 (memory attribute): Set str to unknown - it is not clear from the
10300 (pent_np function unit): Prefixed string operations takes 12 cycles
10301 minimally; cld takes 2 cycles.
10302 (ppro_uops attribute): Str is "many" and cld is "few".
10303 (ppro_p0 unit): Handle cld here.
10304 (k6_alux unit): Handle cld and str types.
10305 (k6_load unit): It is ocupied by str opcodes.
10306 (k6_store unit): It is ocupied by str opcodes.
10307 (athlon_decode): Str is vector decoded.
10308 (athlon_ieu): Handle str and cld.
10309 (cld pattern): New.
10310 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
10311 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
10312 cmpstrsi_nz_1 insn): Do not output cld instruction
10314 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
10316 * gcc.texi (G++ and GCC): Add Java and Chill.
10317 (Bug Critera): Don't list languages.
10319 * gcc.texi (Incompatibilities): No longer claim most C compilers
10322 * gcc.texi (G++ and GCC): Update other front-ends list.
10324 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
10326 * i386.c (ix86_expand_setcc): Fix typo.
10327 (ix86_expand_movcc): Similarly.
10329 * Band-aid until haifa's bitset implementation is nuked.
10330 * haifa-sched.c (extract_bitlst): New parameter for size of the
10331 bitset in bits. All callers changed. Avoid looking at undefined
10332 bits in the bitset.
10333 (edgeset_bitsize): New variable.
10334 (schedule_region): Initialize edgeset_bitsize.
10336 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10338 * Makefile.in (optabs.o): Depend on real.h
10339 (resource.o): Depend on insn-attr.h
10341 * builtins.c (result_vector): Wrap prototype in macro conditions
10342 governing definition and use.
10344 * c-common.c: Include tm_p.h.
10346 * c-lex.c: Likewise.
10348 * elfos.h: Constify a char*.
10350 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
10351 (get_attr_length, shorten_branches, profile_after_prologue): Mark
10352 parameter with ATTRIBUTE_UNUSED.
10354 * fold-const.c (exact_real_inverse): Wrap variable `i' in
10357 * haifa-sched.c (schedule_insns): Mark parameter with
10360 * optabs.c: Include real.h.
10362 * real.h (ereal_atof): Add prototype arguments.
10364 * resource.c: Include insn-attr.h.
10366 * sdbout.c (sdbout_queue_anonymous_type,
10367 sdbout_dequeue_anonymous_types): Wrap in macro
10368 SDB_ALLOW_FORWARD_REFERENCES.
10369 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
10372 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
10374 * stupid.c: Include tm_p.h.
10376 * tree.c (real_value_from_int_cst): Mark parameter with
10379 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10381 * i960-protos.h: New file.
10383 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
10386 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
10388 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10390 * combine.c (expand_field_assignment): Do not discard SUBREGs
10391 while computing nonzero_bits.
10393 2000-01-09 Nick Clifton <nickc@cygnus.com>
10395 * config/arm/arm.c: Fix compile time warnings about signed vs
10396 unsigned constants.
10397 * config/arm/arm.h: Fix compile time warnings about signed vs
10398 unsigned constants.
10400 2000-01-09 Philip Blundell <philb@gnu.org>
10402 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
10403 than `ldm' with only one register.
10404 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
10407 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
10410 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
10412 * config/ns32k/ns32k.md (load or push effective address): Operand 1
10415 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10417 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
10418 assignment used as truth value.
10420 * function.c (assign_temp): Mark parameter `dont_promote' with
10421 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
10422 PROMOTE_FOR_CALL_ONLY.
10424 * genrecog.c (write_subroutine): Mark variable `operands' with
10427 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
10430 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
10431 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
10433 * toplev.c (note_deferral_of_defined_inline_function): Likewise
10436 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10438 * config/c4x.h: Tidy up comments.
10439 * config/c4x.c: Likewise.
10441 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
10443 * fold-const.c (lshift_double, rshift_double): Handle
10444 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
10446 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10448 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
10449 in prepare_function_start().
10451 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
10453 * config/v850/v850.c (expand_epilogue): Interrupt functions no
10454 longer allocate extra stack for function calls.
10456 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10458 * config/c4x/c4x.md (*subqf3_set): Fix typo.
10460 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10462 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
10464 2000-01-07 David Edelsohn <edelsohn@gnu.org>
10466 * rs6000.c (processor_target_table): Add power3 as alias for 630.
10467 * aix43.h: Revert Aug 2 change.
10468 (HAS_INIT_SECTION): Define, not visible yet.
10469 (LD_INIT_SWITCH): Define, not visible yet.
10470 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
10472 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
10474 * collect2.c (main): Expand ld2 size further.
10475 (export_object_lst): Cast assignment to avoid warning.
10476 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
10477 (scan_prog_file, COFF): Do not collect initialization or
10478 finalization functions generated for entire shared object if
10479 init/fini support present.
10481 2000-01-07 Nick Clifton <nickc@cygnus.com>
10483 * config/elfos.h: Tidy up formatting of marcos. Make sure
10484 that .section directives are always prefixed by a tab.
10486 * config/svr4.h: Add #include "elfos.h" and remove duplicate
10489 2000-01-07 Matt Austern <austern@sgi.com>
10491 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
10494 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
10496 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
10498 (crtbegin.o, s-crtS): Likewise.
10500 2000-01-06 Richard Henderson <rth@cygnus.com>
10502 * alpha.md (adddi_2+1): Limit offset such that it will be
10503 loadable with a single ldah+lda pair.
10504 (adddi_2+2): Explicitly fail split if we can't make it work.
10506 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
10508 * protoize.c: Conditionally include unistd.h.
10509 (IS_SAME_PATH_CHAR): New macro.
10510 (IS_SAME_PATH): New macro.
10511 (CPLUS_FILE_SUFFIX): New macro.
10512 (cplus_suffix): New static variable.
10513 (is_abspath): New static function.
10514 (in_system_include_dir): Handle DOS style pathnames.
10515 (file_could_be_converted): Likewise.
10516 (file_normally_convertible): Likewise.
10517 (directory_specified_p): Likewise.
10518 (file_excluded_p): Likewise.
10519 (abspath): Likewise.
10520 (shortpath): Likewise.
10521 (referenced_file_is_newer): Likewise.
10522 (save_def_or_dec): Likewise.
10523 (do_processing): Likewise.
10525 (edit_file): Likewise. Use rename instead of link.
10526 (rename_c_file): Likewise. Don't rename syscalls file.
10527 (munge_compile_params): Define null device for DOS based systems.
10528 (process_aux_info_file): Use binary mode if appliable.
10529 (edit_file): Likewise.
10530 * invoke.texi (Running Protoize): Document C++ suffixes used.
10532 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
10533 IS_DIR_SEPARATOR macros.
10534 * collect2.c: Likewise.
10535 * cppinit.c: Likewise.
10536 * dwarf2out.c: Likewise.
10538 * gcov.c: Likewise.
10539 * prefix.c: Likewise.
10541 * toplev.c: Likewise.
10542 * system.h: And move to here.
10544 * prefix.c (update_path): Fix typo in variable name.
10546 2000-01-06 Richard Henderson <rth@cygnus.com>
10548 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
10549 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
10550 (count_reg_sets_1, count_reg_references): Likewise.
10551 (flow_loops_level_compute): Start counting actual loop depth at 1.
10552 (flow_loops_find): Likewise.
10553 * local-alloc.c (update_equiv_regs): Likewise.
10554 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
10556 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
10558 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
10559 FIRST_PSEUDO_REGISTER
10560 * dwarf2out.c: Don't include frame.h
10561 * dwarfout.c: Likewise
10562 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
10565 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
10567 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
10570 * i386.c (movsf splitter): Fix typo in my last checkin.
10572 2000-01-05 Nick Clifton <nickc@cygnus.com>
10574 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
10575 own definition of this macro.
10576 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
10577 flag_data_sections or UNIQUE_SECTION_P are true.
10579 * tm.texi (UNIQUE_SECTION): Document that it can be called for
10580 unitialised data decls.
10582 * config/i386/winnt.c (i386_pe_unique_section): Cope with
10583 being called for uninitialised data.
10585 * config/i386/interix.c (i386_pe_unique_section): Cope with
10586 being called for uninitialised data.
10588 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
10589 for uninitialised data.
10591 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
10592 for uninitialised data.
10594 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
10595 for uninitialised data.
10597 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
10598 (UNIQUE_SECTION_P): Always generate a unique section if
10599 flag_data_sections is true.
10600 (UNIQUE_SECTION): Also generate unique sections for
10601 uninitialised data.
10602 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
10603 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
10606 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10608 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
10611 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10613 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
10614 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
10615 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
10616 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
10617 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
10619 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
10621 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
10623 * c-decl.c (finish_enum): Simplify code to determine minimum and
10624 maximum values of the enum, and calculate the type. Remove check
10625 for FUNCTION_DECLs in the values list, which cannot happen. Replace
10626 the DECL_INITIAL of each enumeration constant with a copy converted
10627 to the enumeration type. When updating variant types, don't bother
10628 updating the type itself.
10630 * c-typeck.c (build_binary_op): Simplify conditional expressions
10631 when weeding out spurious signed-unsigned warnings. Add new
10632 spurious warning category: if the unsigned quantity is an enum
10633 and its maximum value fits in signed_type(result_type). Update
10635 (build_conditional_expr): Warn here if one alternative is signed
10636 and the other is unsigned.
10638 2000-01-05 Nick Clifton <nickc@cygnus.com>
10640 * config/fr30/fr30.h: Remove extraneous comments.
10642 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
10644 * reload1.c (choose_reload_regs): When disabling a reload, also
10645 set reload_spill_index to -1.
10647 2000-01-04 Joel Sherrill (joel@OARcorp.com>
10649 * configure.in (m68*-*-rtemscoff*): New target, formal name for
10651 (m68*-*-rtemself*): New target.
10652 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
10653 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
10654 (sparc*-*-rtemself*): New target.
10655 (sparc*-*-rtems*): Now elf not a.out.
10656 * config/i386/rtems.h: Include config/rtems.h.
10657 * config/i386/rtemself.h: Include config/rtems.h.
10658 * config/i960/rtems.h: Include config/rtems.h.
10659 * config/m68k/rtems.h: Include config/rtems.h.
10660 * config/m68k/rtemself.h: Include config/rtems.h.
10661 * config/mips/rtems64.h: Include config/rtems.h.
10662 * config/pa/rtems.h: Include config/rtems.h.
10663 * config/rs6000/rtems.h: Include config/rtems.h.
10664 * config/sh/rtems.h: Include config/rtems.h.
10665 * config/sh/rtemself.h: Include config/rtems.h.
10666 * config/sparc/rtems.h: Include config/rtems.h.
10667 * config/sparc/rtemself.h: Include config/rtems.h
10669 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
10671 * final.c (shorten_branches): Correctly compute length of
10672 asms without operands.
10674 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
10676 * configure.in: Add pj target.
10677 * configure: Regenerate.
10678 * config/pj: New directory.
10679 * config/pj/lib1funcs.S: New file.
10680 * config/pj/linux.h: New file.
10681 * config/pj/pj.c: New file.
10682 * config/pj/pj.md: New file.
10683 * config/pj/pjl.h: New file.
10684 * config/pj/t-pj: New file.
10685 * config/pj/xm-pj.h: New file
10687 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
10689 * toplev.c (rest_of_compilation): Run shorten-branches before
10692 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10694 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
10695 macros so that they're consistent with their names.
10696 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
10697 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
10699 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10701 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
10702 modified inadvertently.
10704 2000-01-04 Joel Sherrill <joel@OARcorp.com>
10706 * configure.in (v850*-*-rtems*): New target.
10707 * configure: Regenerate.
10708 * config/v850/rtems.h: New file.
10710 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
10712 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
10713 (__gthread_key_create): Likewise.
10714 (__gthread_key_dtor): Likewise.
10715 (__gthread_once): Fix logic.
10716 (__gthread_key_delete): Cast away constness.
10718 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
10719 * invoke.texi: Document.
10720 * i386/mingw32.h (CPP_SPEC): Use.
10721 (LIBGCC_SPEC): Likewise.
10722 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
10724 2000-01-04 David Edelsohn <edelsohn@gnu.org>
10726 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
10727 (HANDLE_PRAGMA_PACK): Undefine.
10728 (SLOW_UNALIGNED_ACCESS): Define.
10730 2000-01-04 David Edelsohn <edelsohn@gnu.org>
10732 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
10733 to default definition.
10734 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
10735 (store_fixed_bit_field): Call macro with word_mode and alignment.
10736 (extract_bit_field): Call macro with relevant mode and alignment.
10737 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
10738 to default definition.
10739 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
10741 (move_by_pieces_ninsns): Likewise.
10742 (clear_by_pieces): Likewise.
10743 (emit_push_insn): Likewise.
10744 (store_field): Call macro with relevant mode and alignment.
10745 (expand_expr): Likewise.
10746 (expand_expr_unaligned): Likewise.
10748 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
10749 (SLOW_UNALIGNED_ACCESS): Define.
10750 (CASE_VECTOR_MODE): Always use 32-bit offsets.
10751 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
10752 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
10753 (toc_section): Likewise and .toc pseudo-op.
10754 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
10756 (TEXT_SECTION_ASM_OP): Likewise.
10757 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
10760 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
10761 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
10762 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
10763 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
10764 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
10766 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
10768 * regclass.c: Revert my Jan 4 change to loop cost computation.
10770 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
10772 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
10775 2000-01-04 Stan Cox <scox@cygnus.com>
10777 * haifa-sched.c (build_control_flow): Change unreachable simple
10778 loop test to check if current block has only one predecessor.
10779 (find_rgns): Initialize degree. Use dest as degree index, not src.
10781 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10783 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
10785 * calls.c (expand_call): Likewise for
10786 `old_stack_arg_under_construction'.
10788 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
10790 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
10793 * gcc.c (execute): Likewise for `ut' and `st'.
10795 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
10797 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
10799 * jump.c (jump_optimize_1): Likewise for `temp2'.
10801 * local-alloc.c (block_alloc): Likewise for `r1'.
10803 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
10805 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
10806 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
10808 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
10811 * reload.c (find_reloads): Likewise for `goal_alternative_number'
10812 and `goal_earlyclobber'.
10814 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
10816 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
10818 * stupid.c (stupid_life_analysis): Likewise for `chain'.
10820 * unroll.c (copy_loop_body): Likewise for `copy'.
10822 * varasm.c (output_constructor): Likewise for `byte'.
10824 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
10826 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
10827 all FP constants for constant->reg moves.
10828 (ix86_split_to_parts): Try to convert memory address into immediate
10829 when available in the constant pool.
10830 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
10832 (LEGITIMATE_CONSTANT_P): Return 1.
10833 * i386.md (pushsf): New splitter to convert constant pool memory
10834 reference to immediate.
10835 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
10838 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
10840 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
10841 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
10842 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
10843 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
10844 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
10846 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
10848 * ginclude/stdbool.h: Support compilation as C++.
10850 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10852 * fold-const.c (make_range): Don't try to reverse an unbounded range.
10854 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
10856 * regclass.c (regclass): Properly compute loop_cost. Adjust
10859 * regclass.c: Fix minor whitespace problems.
10861 2000-01-03 Anthony Green <green@cygnus.com>
10863 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
10864 Restore the pic register if required.
10866 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
10868 * c-common.c (format_char_info): Update comment.
10869 (check_format_info): Recognize 'z' modifier in the same way 'Z'
10870 was recognized. Emit warning for formats new in ISO C99 only
10871 if flag_isoc9x is not set.
10873 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
10875 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
10877 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
10879 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
10880 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
10881 (make_compound_operation): Choose cheaper alternative between
10882 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
10884 * regclass.c (op_costs): Remove global variable.
10885 (record_reg_classes): New parameter "op_costs" and "reg_pref".
10886 (record_operand_costs): Break out from ...
10887 (scan_one_insn): ... here.
10888 (dump_regclass): Make dumps nicer.
10889 (regclass): Dump preferrences choosed and changes done during passes.
10891 2000-01-03 Jakub Jelinek <jakub@redhat.com>
10893 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
10895 2000-01-03 Jakub Jelinek <jakub@redhat.com>
10897 * config/sparc/sparc.c (gen_df_reg): New function.
10898 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
10899 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
10900 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
10901 movtf_cc_reg_sp64+1): Use it.
10903 2000-01-02 Mark Mitchell <mark@codesourcery.com>
10905 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
10906 copied LABEL_DECLs.
10908 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
10910 * config/i386/i386.c (ix86_expand_unary_operator): Function
10911 definition made void.
10912 (ix86_expand_binary_operator): Update outdated preceding comment.
10913 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
10916 * config/i386/i386.c (override_options): Fix option-name typo.
10918 2000-01-02 Mark Mitchell <mark@codesourcery.com>
10920 * system.h (CEIL): Define.
10921 * builtins.c (CEIL): Remove.
10922 * expmed.c (CEIL): Likewise.
10923 * expr.c (CEIL): Likewise.
10924 * stor-layout.c (CEIL): Likewise.
10926 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10928 * expr.c (store_constructor_field): Fix typo introduced with last
10931 2000-01-01 Mark Mitchell <mark@codesourcery.com>
10933 * tree.h (BINFO_N_BASETYPES): New macro.
10935 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
10937 * expmed.c (emit_store_flag): Prevent losing a pending stack
10938 adjust the same way we prevent losing queued increments.
10940 Fri Dec 31 19:10:31 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10942 * function.c (update_temp_slot_address): Handle case where sum of
10943 temporary address plus offset in register is a valid address.
10945 1999-12-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10947 * genrecog.c (change_state) Corrected typo.
10949 1999-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10951 * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
10952 getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
10953 strerror, getrlimit, setrlimit, abort): Add prototype arguments.
10955 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
10957 * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
10958 case, expand GT comparisons correctly. Fix a comment before this
10961 1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
10963 * dwarfout.c: Include "frame.h"
10964 * dwarf2out.c: Likewise.
10965 * Makefile.in (dwarfout.o): Depend on frame.h
10966 (dwarf2out.o): Likewise.
10968 1999-12-29 "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
10970 Restore i386 binary compatibility in Dwarf EH info.
10971 * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
10972 value of FIRST_PSEUDO_REGISTER.
10973 * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
10974 (struct frame_state): Use DWARF_FRAME_REGISTERS.
10975 * dwarfout.c (output_reg_number): Ditto.
10976 * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
10977 (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
10979 1999-12-29 Bruce Korb <autogen@linuxbox.com>
10981 * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
10982 * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
10983 (<hack>_RE_CT): not needed
10984 * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
10985 rewritten to scan the file text once only
10986 "template<..." test added
10987 * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
10988 (is_cxx_header): declaration added
10989 * fixinc/fixtests.c(is_cxx_header): removed
10990 (apply_fix_p_t): removed
10991 (double_slash_test): is_cxx_header is only called once now
10992 * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
10993 * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
10994 within the templates.
10995 The borken spelling of "broken" was fixed.
10996 * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
10997 The default level depends on FIXINC_DEBUG.
10999 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11001 * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11002 Otherwise provide a declaration for atexit.
11003 (init_dummy): Make sure dummy call to atexit is nevertheless
11004 called with correct number of args.
11006 * frame.c: Update comments referring to other files.
11008 * libgcc2.c: Likewise.
11010 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11012 * cse.c (free_element, get_element): Remove unused prototypes.
11014 * fold-const.c (extract_muldiv): Initialize variables `op0' and
11017 * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11020 Wed Dec 29 12:44:54 1999 Donald Lindsay <dlindsay@cygnus.com>
11022 * configure.in,configure: case arm for mn10200-*-* now sets
11023 float_format=i32 so that float.h will correctly claim "double"
11024 to be 32 bits. Ran autoconf to generate configure from .in file.
11026 Wed Dec 29 10:53:21 1999 Jeffrey A Law (law@cygnus.com)
11028 * pa.md (conditional zero): If op1 is a register, force it into
11029 the same register as op0.
11031 1999-12-28 Mark Mitchell <mark@codesourcery.com>
11033 * tree.h (BINFO_BASETYPES): Improve documentation.
11035 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11037 * configure.in (--enable-checking): Use a more portable `for'
11040 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11042 * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11043 arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11045 * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11048 * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11049 Delete descriptions.
11051 * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11052 m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11053 m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11054 pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11055 xm-svr4.h: Remove all instances of sys_siglist handling.
11057 1999-12-27 Jakub Jelinek <jakub@redhat.com>
11059 * config/sparc/sparc.md (cmp_zero_qi,
11060 cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11061 cmp_zero_extendqidi2_andcc_set): New patterns.
11063 1999-12-28 Manfred Hollstein <mhollstein@cygnus.com>
11065 * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11066 (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11067 (fpgnulib.c, xfgnulib.c): Add rules.
11068 * m68k/t-mot3300-gas: Likewise.
11070 1999-12-27 Ian Lance Taylor <ian@zembu.com>
11072 * configure.in: Avoid [[ by using test and changequote. Add
11073 changequote required by 1999-12-14 change.
11074 * configure: Rebuild.
11076 1999-12-27 Clinton Popetz <cpopetz@cygnus.com>
11078 * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11080 1999-12-27 Christophe Jaillet <jaillet.christophe@caramail.com>
11082 * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
11083 * flow.c (find_use_as_address): Likewise.
11084 * function.c (fixup_var_refs_1): Likewise.
11085 (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
11086 * jump.c (invert_exp, redirect_exp): Likewise.
11087 * loop.c (replace_call_address): Likewise.
11088 (count_nonfixed_reads): Likewise.
11089 * rtlanal.c (modified_between_p): Likewise.
11090 (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
11091 (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
11092 * unroll.c (remap_split_bivs): Likewise.
11094 1999-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11096 * diagnostic.c (v_message_with_decl): Use .* format specifier
11097 instead of building the format specifier width manually.
11099 * system.h (strsignal): Don't check HAVE_STRSIGNAL when
11100 determining whether to provide a prototype. Remove the
11101 sys_siglist clause in the conditional.
11103 1999-12-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
11105 * fold-const.c (operand_equal_p): Use memcmp to compare string
11107 Suggested by D. J. Bernstein
11109 1999-12-17 Jakub Jelinek <jakub@redhat.com>
11111 * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
11112 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11114 * config/mips/mips.h (TARGET_64BIT): Likewise.
11115 * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
11116 * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
11117 of {SI,DI}type and DIunion. Define these types to QI/HI modes on
11118 dsps. Give routines proper names if SI/DI modes are not used.
11119 * longlong.h: Use DWunion instead of DIunion.
11121 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>
11123 * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
11124 GC_CHECKING, GC_ALWAYS_COLLECT.
11125 * configure.in: Allow --enable-checking with an argument
11126 listing check modes to enable.
11127 * config.in, configure: Rebuilt.
11128 * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
11129 GGC_ALWAYS_VERIFY for ggc-simple.c) only if
11130 ENABLE_GC_CHECKING. Define GGC_ALWAYS_COLLECT only if
11131 ENABLE_GC_ALWAYS_COLLECT.
11132 * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
11134 * tree.h, tree.c: Change ENABLE_CHECKING to
11135 ENABLE_TREE_CHECKING throughout.
11137 Sun Dec 26 07:48:20 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11139 * fold-const.c (fold_truthop): Properly check for FP RHS.
11141 1999-12-24 Mark Mitchell <mark@codesourcery.com>
11143 * toplev.h (note_deferall_of_defined_inline_function): Declare.
11144 * toplev.c (note_deferral_of_defined_inline_function): New
11145 function, split out from ...
11146 (rest_of_compilation): ... here. Use it.
11148 Fri Dec 24 12:34:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11150 * expr.c (store_constructor): Don't call clear_storage if size is
11153 1999-12-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11155 * Makefile.in (toplev.o): Depend on loop.h.
11157 * dwarfout.c: Include tm_p.h.
11159 * emit-rtl.c (restore_emit_status): Mark parameter with
11162 * final.c (final_scan_insn): Likewise.
11164 * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
11165 flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
11166 flow_depth_first_order_compute, flow_loop_pre_header_find,
11167 flow_loop_tree_node_add, flow_loops_tree_build,
11168 flow_loop_level_compute, flow_loops_level_compute,
11169 flow_loop_outside_edge_p): Add prototypes.
11170 (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
11172 * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
11173 Mark with ATTRIBUTE_NORETURN.
11175 * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
11177 * local-alloc.c (no_conflict_p): Likewise.
11179 * loop.c (insert_bct): Hide definitions of variables with hidden
11181 (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
11183 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
11184 with ATTRIBUTE_UNUSED.
11185 (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
11186 (reg_scan): Likewise.
11188 * reload.c (find_reloads): Remove unused variables `changed'.
11190 * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
11192 (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
11193 Remove unused variable `insn'.
11195 * toplev.c: Include loop.h.
11196 (report_file_and_line): Remove unnecessary prototype.
11198 * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
11200 * unroll.c (biv_total_increment): Likewise.
11202 Thu Dec 23 23:15:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11204 * reload1.c (emit_input_reload_insns): Restore old behaviour
11205 wrt. 'special' reloads.
11207 1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
11209 * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
11210 hash.h. (cse.c): Don't depend on hashtab.h.
11212 * cse.c: Don't include hashtab.h.
11213 (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
11215 * ggc-simple.c: Don't include hash.h.
11217 1999-12-22 Jason Merrill <jason@casey.cygnus.com>
11219 * dwarf2out.c (add_abstract_origin_attribute): Call
11220 gen_abstract_function on our function context.
11222 Thu Dec 23 03:57:10 1999 Hans-Peter Nilsson <hp@bitrange.com>
11224 * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
11226 1999-12-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11228 * config/c4x/c4x.c (c4x_address_cost): Add statement to default
11231 1999-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11233 * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
11234 constraints to "a!r".
11236 1999-12-21 Mark Mitchell <mark@codesourcery.com>
11238 * Makefile.in (calls.o): Depend on function.h.
11239 (alias.o): Likewise.
11241 1999-12-21 Bernd Schmidt <bernds@cygnus.co.uk>
11243 * reload1.c (emit_reload_insns): Break out code and variables into...
11244 (input_reload_insns, other_input_address_reload_insns,
11245 other_input_reload_insns, input_address_reload_insns,
11246 inpaddr_address_reload_insns, output_reload_insns,
11247 output_address_reload_insns, outaddr_address_reload_insns,
11248 operand_reload_insns, other_operand_reload_insns,
11249 other_output_reload_insns): ... new static variables, and...
11250 (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
11251 do_output_reload): ... new functions.
11253 Tue Dec 21 07:06:36 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11255 * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
11257 1999-12-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11259 * md.texi: Add c4x constraints documentation.
11261 1999-12-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
11263 * config/i386/dgux.c (struct option): Rename to
11264 lang_independent_option.
11265 (struct m_options): Add description field.
11266 (output_options): Rename option type, add sep declaration, output
11267 ix86_cpu_string and ix86_arch_string only if set.
11268 (output_file_start): Rename option type.
11270 Mon Dec 20 23:15:36 1999 Mike Stump <mrs@wrs.com>
11272 * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
11274 (libgcc2.a): Similarly.
11276 Mon Dec 20 23:06:47 1999 David Edelsohn <edelsohn@gnu.org>
11278 * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
11279 with W_TYPE_SIZE == 32. Do not fall through to POWER architecture
11280 for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
11282 Mon Dec 20 23:02:03 1999 Jeffrey A Law (law@cygnus.com)
11284 * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
11285 Remove redundant initialization of "frexpon" and "expon".
11287 Mon Dec 20 15:00:04 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11289 * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
11291 * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
11292 (store_constructor_field, expand_expr): Pass new arg.
11294 1999-12-20 Mark Mitchell <mark@codesourcery.com>
11296 * Makefile.in (explow.o): Depend on function.h.
11298 * stor-layout.c (set_sizetype): Fix typo.
11300 1999-12-20 Bernd Schmidt <bernds@cygnus.co.uk>
11302 * function.c (cfun): Renamed from current_function. All users
11304 * function.h (cfun): Rename declaration as well.
11306 * reload.h (struct insn_chain): Change live_throughout and dead_or_set
11307 to be of type regset_head, not regset. All users changed by adding
11309 * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
11311 1999-12-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11313 * config/c4x/rtems.h: New file.
11315 1999-12-19 Bernd Schmidt <bernds@cygnus.co.uk>
11317 * reload1.c (spill_failure): Take class of failed reload as argument
11318 and print it. Caller changed.
11320 Sun Dec 19 07:50:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11322 * rs6000.h (SUBTARGET_DEFAULT): New macro.
11323 (TARGET_SWITCHES): Allow subtargets to default switches.
11324 * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
11326 1999-12-18 Mark Mitchell <mark@codesourcery.com>
11328 * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
11331 Sat Dec 18 20:42:43 1999 Richard Henderson <rth@cygnus.com>
11333 * cccp.c (main): Define __STDC_VERSION__ as necessary.
11334 * cppinit.c (cpp_handle_option): Likewise.
11336 * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
11337 determine when to define.
11339 Sat Dec 18 20:34:00 1999 Richard Henderson <rth@cygnus.com>
11341 * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
11342 cmove with mismatched test and data modes.
11344 Sat Dec 18 20:30:15 1999 Richard Henderson <rth@cygnus.com>
11346 * c-typeck.c (c_expand_start_case): Don't warn for long switch
11349 Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11351 * alias.c: Minor reformatting.
11352 * flow.c: Likewise.
11353 * regs.h: Likewise.
11354 * stor-layout.c: Likewise.
11355 * fold-const.c: Likewise.
11356 (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
11357 (struct cb_args, const_binop_1, const_binop): Pass type of arg,
11359 (size_int_wide): Cache nodes even if garbage collecting.
11360 (twoval_comparison_p): Reenable SAVE_EXPR case if operand
11361 of SAVE_EXPR has no side effects.
11362 * cse.c: Move a comment.
11363 * tree.c: Minor reformatting.
11364 (int_size_in_bytes): Return -1 if constant overflows.
11366 Sat Dec 18 18:30:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11368 * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
11370 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org>
11372 * objc/objc-parse.c: Regenerate. This file must be rebuilt
11373 after any change to c-parse.in, even if objc-parse.y didn't
11376 1999-12-18 David S. Miller <davem@redhat.com>
11378 * toplev.c (rest_of_compilation): Restore BLOCK tree
11379 reconstruction and branch shortening changes lost in
11380 December 18th change.
11382 Sat Dec 18 05:29:29 1999 Scott Bambrough <scottb@netwinder.org>
11384 * config/arm/linux-elf.h: Change all instances of
11385 ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
11386 * config/arm/uclinux-elf.h: Likewise.
11388 1999-12-18 Gabriel Dos Reis <gdr@codesourcery.com>
11390 * toplev.c (notice, vmessage, v_message_with_file_and_line,
11391 v_message_with_decl, file_and_line_for_asm,
11392 v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
11393 verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
11394 v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
11395 v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
11396 pfatal_with_name, fatal_io_error, need_error_newline,
11397 last_error_function, last_error_tick, announce_function,
11398 default_print_error_function, print_error_function,
11399 report_error_function, fnotice, error_with_file_and_line,
11400 error_with_decl, error_for_asm, error, set_fatal_function, fatal,
11401 _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
11402 warning_with_decl, warning_for_asm, warning, pedwarn,
11403 pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
11405 (compile_file): Use fnotice instead of notice. Adjust call.
11407 * diagnostic.c: New file.
11409 * Makefile.in (OBJS): Include diagnostic.o
11410 (diagnostic.o): Define dependence.
11412 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11414 * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
11417 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11419 * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
11421 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>
11423 * fixtests.c (is_cxx_header): New fn, split out of
11425 (else_endif_label): Allow "#endif // comment" in C++ headers,
11426 as determined by is_cxx_header.
11427 * fixfixes.c (else_endif_label_fix): Update comment.
11428 * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
11430 * genfixes: Correct double thinko in commandline parsing.
11431 * hackshell.tpl: Generate correct sh syntax for bypass
11434 * inclhack.def (all): Whenever an inserted preprocessor
11435 conditional is split over multiple lines, use double
11436 backslashes in this file so the fixed header will be readable.
11438 (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
11439 and add bypass entry for correct version of this header.
11440 (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
11441 (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
11443 (hpux8_bogus_inlines): New fix, split from...
11444 (ultrix_atof_param) ... here.
11445 (math_expression): Add bypass entry keyed to glibc comment
11446 indicating the problem has been dealt with; disable
11447 unnecessary sed operations; update commentary.
11448 (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
11449 add select and bypass entries, simplify shell operation.
11450 (math_huge_val_ifndef): Split from math_gcc_ifndefs.
11452 (ip_missing_semi, rs6000_param, tinfo_cplusplus,
11453 ultrix_atof_param): Add select entry.
11454 (stdio_va_list, sunos_mather_decl): Add bypass entry.
11455 (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
11456 comments with the fixes they describe.
11458 * c-parse.in (string action): Do not warn about ANSI string
11459 concatenation in system headers. Affects C parser only.
11460 * c-parse.y, c-parse.c, c-parse.h: Rebuild.
11462 1999-12-16 Jakub Jelinek <jakub@redhat.com>
11464 * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
11465 compiling libgcc2 the macro depends always on arch cpp defines.
11467 Fri Dec 17 10:34:16 1999 Richard Earnshaw <rearnsha@arm.com>
11469 * loop.c (insert_loop_mem): Don't record MEMs from inside
11472 Fri Dec 17 12:08:11 MET 1999 Jan Hubicka <hubicka@freesoftr.cz>
11474 * regclass.c (regclass): Do not use flowgraph when not optimizing.
11476 * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
11477 notes too, create one when replacement failed, attempt to simplify
11479 (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
11480 or REG_EQUIV notes.
11482 1999-12-16 Mark Mitchell <mark@codesourcery.com>
11484 * crtstuff.c (__dso_handle): Declare.
11485 (__cxa_finalize): Likewise.
11486 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
11489 * invoke.texi: Document -fuse-cxa-atexit.
11491 * tree.h (ptr_type_node): Document.
11492 (const_ptr_type_node): Likewise.
11494 Fri Dec 17 01:32:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11496 * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
11497 (optimize_reg_copy_2): Likewise.
11498 (optimize_reg_copy_3): Likewise.
11499 (fixup_match_2): Likewise.
11500 (regmove_optimize): Likewise.
11501 (fixup_match_1): Liekwise.
11503 * i386.md (HI to SImode promoting splitters): Rewrite.
11504 (pushsf mem peep2): New.
11505 (testhi to andhi peep2): Remove.
11506 * i386.h (x86_promote_QImode): New.
11507 (TARGET_PROMOTE_QImode): New.
11508 (PREDICATE_CODES): Add promotable_binary_operator.
11509 * i386.c (x86_promote_QImode0: New.
11510 (promotable_binary_operator): New.
11511 * i386-protos.h (promotable_binary_operator): New.
11513 * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
11515 (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
11517 1999-12-16 Mark Mitchell <mark@codesourcery.com>
11519 * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
11520 * function.c (insert_block_after_note): Remove.
11521 (retrofit_block): Likewise.
11522 (identify_blocks): Fix indentation.
11523 (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
11524 NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
11525 * function.h (insert_block_after_note): Remove prototype.
11526 (retrofit_block): Likewise.
11527 * integrate.c (expand_inline_function): Don't call
11528 find_loop_tree_blocks. Use expand_start_bindings_and_block, not
11529 just expand_start_bindings. Use the block_map to remap old
11530 NOTE_BLOCKs to new ones.
11531 (integrate_decl_tree): Keep track of remapped blocks.
11532 * integrate.h (struct inline_remap): Add block_map.
11533 * stmt.c (expand_fixup): Don't try to retrofit_blocks. Just set
11534 NOTE_BLOCK on the notes.
11535 (expand_start_bindings): Rename to ...
11536 (expand_start_bindings_and_block): Add parameter. Set NOTE_BLOCK.
11537 (expand_end_bindings): Set NOTE_BLOCK.
11538 * toplev.c (rest_of_compilation): In function-at-a-time-mode,
11539 reconstruct the BLOCK tree.
11540 * tree.h (expand_start_bindings): Macroize. Call ...
11541 (expand_start_bindings_and_block): New function.
11543 1999-12-16 Jakub Jelinek <jakub@redhat.com>
11545 * config/sparc/sparc.c (print_operand): Cast fprintf arguments
11546 to match the format.
11548 1999-12-16 David S. Miller <davem@redhat.com>
11550 * expr.c (emit_move_insn_1): Only emit clobbers if one of
11551 the outputs is a SUBREG.
11552 * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
11555 * config/sparc/sparc.c (epilogue_renumber): Add default case
11558 Thu Dec 16 11:33:57 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11560 * toplev.c (rest_of_compilation): Run branch shortening after
11563 * regclass.c (loop_depth): Remove
11564 (scan_one_insn): Do not handle LOOP_NOTE insns.
11565 (regclass): Go through basic blocks and set loop_cost
11567 Thu Dec 16 02:56:25 1999 Zack Weinberg <zack@bitmover.com>
11569 * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
11571 Thu Dec 16 10:43:35 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11573 * i386.md (movqi): Use "nonimmediate_operand" for output operand.
11574 (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
11575 (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
11577 Thu Dec 16 02:41:26 1999 Richard Henderson (rth@cygnus.com)
11579 * loop.c (insert_loop_mem): Ignore memory clobbers.
11581 * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
11584 Thu Dec 16 02:26:11 1999 Jeffrey A Law (law@cygnus.com)
11586 * profile.c: Remove redundant #include "output.h".
11588 * h8300.md (HImode preinc peephole): Fix typo.
11590 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
11592 * function.c (retrofit_block): Abort if we don't find a suitable insn.
11593 (insert_block_after_note): Abort if we don't have a previous block.
11594 Remove FN parameter.
11595 * function.h: Adjust.
11597 1999-12-15 Mark Mitchell <mark@codesourcery.com>
11599 * builtins.c (expand_builtin_mathfn): Make sure not to expand the
11600 argument more than once.
11602 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
11604 * stmt.c (expand_decl): Expand upper bound of a dynamic array.
11606 1999-12-15 Jakub Jelinek <jakub@redhat.com>
11608 * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
11610 Wed Dec 15 16:11:55 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11612 * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
11613 (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
11614 update stack_alignment_needed.
11615 (prepare_function_start): Initialize stack_alignment_needed
11616 * function.h (struct function): Add field stack_alignment_needed.
11618 Wed Dec 15 14:55:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11620 * caller-save.c (insert_one_insn): Returns struct insn_chain *.
11621 Handle live_throughout / dead_or_set instead of live_before /
11623 (save_call_clobbered_regs): Get register livenessinformation from
11624 chain->live_throughout.
11625 (add_stored_regs): New function.
11626 (insert_restore, insert_save): Add restored / saved registers to
11628 * global.c (reg_dies): New parameter chain.
11629 (reg_becomes_live): Third parameter is regs_set now.
11630 Changed all callers.
11631 (reg_dies): New parameter chain. Changed all callers.
11632 (build_insn_chain): Set live_throughout instead of
11633 live_before / live_after.
11634 * reload.h (struct insn_chain): Replace members live_before /
11635 live_after with live_throughout / dead_or_set.
11636 * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
11637 instead of live_before / live_after.
11638 (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
11639 (order_regs_for_reload, find_reg, finish_spills): Likewise.
11640 (choose_reload_regs_init): Likewise.
11641 * stupid.c (current_chain, find_clobbered_regs): Delete.
11642 (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
11643 instead of chain->live_before / chain->live_after.
11644 (mark_hard_ref): New function.
11645 (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
11647 1999-12-15 David S. Miller <davem@redhat.com>
11649 * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
11651 Wed Dec 15 15:05:30 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11653 * flow.c (calculate_loop_depth): Make global, remove prototype,
11654 rewrite to use new loop infrastructure.
11655 (find_basic_block): Remove calculate_loop_depth call.
11656 * toplev.c (rest_of_compilation): Call find_basic_block.
11657 * output.h (calculate_loop_depth): Declare.
11659 * flow.c (dump_flow_info): Dump loop_depth.
11660 (flow_loops_nodes_find): Increase loop_depth for basic block in the
11662 (flow_loops_find): Initialize the loop_depth for each basic block.
11664 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
11666 * tree.c (decl_function_context): Handle virtual functions.
11668 * tlink.c (scan_linker_output): Don't look in demangled name when
11669 looking for linker output keywords.
11671 * dwarfout.c (output_type): We can defer namespace-scope classes.
11673 Wed Dec 15 01:23:29 1999 Jeffrey A Law (law@cygnus.com)
11675 * regclass.c (record_reg_classes): Update comment for merging
11676 register class preferences in reg->reg copies. Tighten conditions
11677 for merging register class preferences in reg->reg copies.
11679 Wed Dec 15 02:19:32 1999 David Edelsohn <edelsohn@gnu.org>
11681 * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
11683 1999-12-14 Geoff Keating <geoffk@cygnus.com>
11685 * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
11686 (INIT_SECTION_ASM_OP): Delete.
11687 (FINI_SECTION_ASM_OP): Delete.
11688 (STARTFILE_SPEC): Define to hold just crtbegin.o.
11690 1999-12-14 Jason Merrill <jason@casey.cygnus.com>
11692 * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
11693 the abstract origin wasn't emitted.
11695 * dwarf2out.c (class_scope_p): New fn.
11696 (gen_subprogram_die): Use it.
11697 (gen_variable_die): Use it. Tweak logic.
11698 (gen_struct_or_union_type_die): Check context_die to determine
11699 if we're function-local.
11700 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
11702 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11704 * loop.c (check_dbra_loop): Can't reverse a biv that has
11705 maybe_multiple set.
11707 1999-12-14 Nick Clifton <nickc@cygnus.com>
11709 * config/arm/arm.c: Add support for -mcpu=arm720 command line
11712 Tue Dec 14 18:13:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11714 * loop.c (strength_reduce): Fix sign of giv lifetime calculation
11715 for givs made from biv increments.
11717 Tue Dec 14 08:11:27 1999 Richard Henderson <rth@cygnus.com>
11719 * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
11720 * alpha.c (override_options): Recognize -mcpu=ev67.
11721 * alpha.h (CPP_CPU_EV67_SPEC): New.
11722 (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
11723 (EXTRA_SPECS): Update.
11725 Tue Dec 14 08:04:28 1999 Richard Henderson <rth@cygnus.com>
11727 * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
11728 appropriate for -lang-c89 and -std=*.
11729 * cppinit.c (cpp_handle_option): Likewise.
11730 (new_pending_define): New, split out from cpp_handle_option.
11731 * gcc.c (default_compilers): Don't define __STRICT_ANSI__
11732 or enable trigraphs for -ansi/-std=*.
11734 * ginclude/stdarg.h (__va_copy): New.
11735 (va_copy): Don't define for C89.
11737 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz <cpopetz@cygnus.com>
11739 * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
11740 for long long multiply-accumulate.
11742 Tue Dec 14 13:51:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11744 * regclass.c (scan_one_insn): Set loop_cost to 1 when
11745 optimizing for size.
11747 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11749 * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
11750 if something changed. Back out that part of yesterday's changes.
11752 * loop.c (loop_max_reg): New static variable.
11753 (loop_optimize): Initialize it. Eliminate one unnecessary call to
11755 (scan_loop): Call reg_scan_update whenever we may have added new
11756 registers, and update loop_max_reg.
11758 Tue Dec 14 12:07:29 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11760 * regclass.c (record_reg_classes): Do not do the copying preferrencing
11761 when source does not die.
11763 * regclass.c (record_reg_classes): Handle INOUT operands propertly.
11765 1999-12-14 Jakub Jelinek <jakub@redhat.com>
11767 * config/sparc/linux64.h (TARGET_LIVE_G0,
11768 TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
11770 * config/sparc/linux.h (TARGET_LIVE_G0,
11771 TARGET_BROKEN_SAVERESTORE): Likewise.
11772 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
11773 TARGET_BROKEN_SAVERESTORE): Likewise.
11775 * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
11776 (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
11778 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
11779 as sparc64 block profiling register.
11780 * config/sparc/sparc.c (sparc_override_options): Allow block
11781 profiling with -m32.
11782 (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
11783 profiling register.
11784 * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
11785 macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
11786 * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
11788 * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
11790 * config/sparc/sparc.h: Likewise.
11791 * config/sparc/xm-sysv4-64.h: Likewise.
11792 * config/float-sparc.h: Likewise.
11793 * glimits.h: Likewise.
11794 * longlong.h: Likewise.
11796 * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
11797 (ASM_IDENTIFY_GCC): Remove.
11799 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11801 * combine.c (combine_simplify_rtx): Don't make shared rtl.
11802 (simplify_logical): Likewise.
11804 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
11806 * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
11807 * cppfiles.c (INO_T_EQ): Likewise.
11809 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
11811 * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
11812 * i386/mingw32.h (LIB_SPEC): Likewise.
11813 (STARTFILE_SPEC): Likewise.
11814 * i386/uwin.h (LIB_SPEC): Likewise.
11815 (STARTFILE_SPEC): Likewise.
11817 * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
11818 * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
11820 Mon Dec 13 20:25:29 1999 Jeffrey A Law (law@cygnus.com)
11822 * combine.c (combine_simplify_rtx): Fix order of checks for
11823 (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
11825 1999-12-13 Clinton Popetz <cpopetz@cygnus.com>
11827 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi) Backed out
11828 12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
11830 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
11832 * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
11834 * regclass.c (inv_reg_alloc_order): New array.
11835 (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
11837 * reload.h (struct insn_chain): Delete fields group_size, group_mode,
11838 counted_for_groups, counted_for_nongroups. Add fields rld and
11840 * reload.c (push_secondary_reload): Don't set nongroup field of
11842 (push_reload): Likewise.
11843 (find_reloads): Delete code to compute nongroup fields.
11844 * reload1.c (reload_insn_firstobj): New static variable.
11845 (pseudos_counted, spilled_pseudos): Now of type regset_head. All
11847 (calculate_needs, find_tworeg_group, find_group, possible_group_p,
11848 count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
11849 dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
11851 (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
11853 (struct hard_reg_n_uses): Deleted.
11854 (potential_reload_regs): Deleted.
11855 (init_reload): Initialize spilled_pseudos and pseudos_counted.
11856 (reload): Don't try to allocate reload registers if we already know
11857 we have to make another pass. Call select_reload_regs. Free memory
11858 starting with reload_firstobj when starting another pass.
11859 Don't allocate spilled_pseudos.
11860 (calculate_needs_all_insns): Call copy_reloads for an insn that
11861 needs reloads; don't call calculate_needs.
11862 (spill_cost): New static array.
11863 (used_spill_regs_local): New static variable.
11864 (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
11865 to compute potential_reload_regs.
11866 (find_reload_regs): Completely rewritten to use find_reg.
11867 (allocate_reload_reg): Don't test counted_for_groups or
11868 counted_for_nongroups. Lose NOERROR arg and code to give an error;
11869 all cllers changed.
11870 (choose_reload_regs): Add fallback code that uses the existing
11871 register allocation from find_reload_regs.
11873 Mon Dec 13 00:54:14 1999 Philippe De Muyter <phdm@macqel.be>
11875 * flow.c (create_edge_list): Cast xmalloc return value.
11877 Mon Dec 13 00:47:58 1999 Jeffrey A Law (law@cygnus.com)
11879 * doprnt.c: Remove incorrect comment closure.
11881 * cse.c: Fix a few minor whitespace goofs.
11883 1999-12-13 Don Bowman <don@pixstream.com>
11885 * mips/vxworks.h: Fix problem with comment termination.
11886 (EXTRA_SECTIONS): Add in_sbss.
11887 (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
11889 1999-12-12 David S. Miller <davem@redhat.com>
11891 * cse.c (struct cse_reg_info): Add hash_next member,
11892 reorder rest of struct for better packing on 64-bit
11894 (cse_reg_info_tree): Kill.
11895 (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
11896 REGHASH_FN): New custom pow2 hash mechanism.
11898 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
11899 use a pow2 hash table.
11900 (get_cse_reg_info): Rework to use new REGHASH.
11901 (new_basic_block): Likewise, use HASH_SIZE, and inline
11903 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
11904 and inline free_element call.
11905 (lookup_as_function, insert, flush_hash_table, invalidate,
11906 remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
11907 invalidate_for_call, use_related_value, find_comparison_args,
11908 fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
11909 (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
11910 get_element): Kill.
11912 Sun Dec 12 21:31:44 1999 Jeffrey A Law (law@cygnus.com)
11914 * cse.c (cse_basic_block): Free qty_table consistently.
11916 1999-12-12 David S. Miller <davem@redhat.com>
11917 Jakub Jelinek <jakub@redhat.com>
11919 * config/sparc/sparc.md (movtf reg/reg split): Don't generate
11920 SUBREGs by hand, gen the appropriate hard reg directly.
11921 (movtf reg/mem split): Likewise and alter_subreg on destination
11923 (movtf mem/reg split): Similarly.
11924 (movdf_cc_sp64): Rename from hidden pattern.
11925 (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
11926 (movtf_cc_sp64, following split): New pattern and splitter.
11927 (movdf_cc_reg_sp64): Rename from hidden pattern.
11928 (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
11930 (movtf_cc_reg_sp64, following split): New pattern and splitter.
11932 1999-12-12 Stephen L Moshier <moshier@mediaone.net>
11934 * loop.c (load_mems): Don't hoist written floating point mem
11937 1999-12-12 Mark Mitchell <mark@codesourcery.com>
11939 * except.h (struct eh_queue): Add `next' pointer.
11940 (struct eh_status): Make x_ehqueue a pointer.
11941 (push_ehqueue): Declare.
11942 (pop_ehqueue): Likewise.
11943 * except.c (expand_eh_region_end): Adjust now that ehqueue is a
11945 (expand_fixup_region_end): Likewise.
11946 (expand_leftover_cleanups): Likewise.
11947 (push_ehqueue): Define.
11948 (pop_ehqueue): Likewise.
11949 (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
11950 than doing it inline.
11951 (expand_start_all_catch): Adjust now that ehqueue is a
11953 (mark_eh_queue): Mark all level of the queue.
11954 (mark_eh_status): Adjust now that ehqueue is a
11956 (init_eh_for_function): Allocate ehqueue.
11957 (free_eh_status): Free it.
11958 * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
11959 expansion for a fixup.
11961 1999-12-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11963 * gthr-single.h (__gthread_active_p): Add prototype arguments.
11965 * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
11966 (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
11967 __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
11968 function_ptr, getpagesize, __enable_execute_stack,
11969 __enable_execute_stack, __clear_insn_cache,
11970 __enable_execute_stack, __do_global_dtors, __do_global_ctors,
11971 _cleanup, _exit, __default_terminate, __terminate_func,
11972 __terminate, __empty, __throw, new_eh_context,
11973 eh_context_initialize, eh_context_static, eh_context_specific,
11974 get_eh_context, __get_eh_context, __get_eh_info,
11975 init_reg_size_table, eh_threads_initialize,
11976 __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
11977 __unwinding_cleanup, throw_helper, __throw, __rethrow,
11978 __pure_virtual): Add prototype arguments.
11979 (__bb_exit_func): Cast a sizeof to long when comparing against one.
11980 Cast a signed value to unsigned long when comparing against one.
11981 (new_eh_context): Wrap in _GTHREADS macro.
11982 (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
11984 (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
11985 (throw_helper): Initialize variables `handler_p' and `pc_p'.
11987 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11989 * combine.c (record_promoted_value): Remove unused variable
11992 * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
11994 * global.c (record_conflicts): Likewise for `j'.
11996 * genoutput.c (output_insn_data): Don't unnecessarily cast away
11999 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12001 * i386-protos.h (output_387_binary_op, output_fix_trunc,
12002 output_fp_compare): Constify a char*.
12004 * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12006 (override_options, ix86_comp_type_attributes, print_operand,
12007 output_387_binary_op, output_fix_trunc, output_fp_compare):
12009 (ix86_sched_reorder): Mark parameter `clock_var' with
12012 * i386.h (DEBUG_PRINT_REG): Constify a char*.
12014 Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12016 * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12017 operand, for use in the Java front-end.
12019 1999-12-10 Ben Collins <bcollins@debian.org>
12021 * configure.in: Fix typo for "-64" in 64bit as check.
12022 * configure: Rebuilt.
12024 1999-12-10 Jakub Jelinek <jakub@redhat.com>
12026 * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12029 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12031 * c-parse.in (string): With -Wtraditional, warn if ANSI string
12032 concatenation is utilized.
12034 * invoke.texi (-Wtraditional): Document it.
12036 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12038 * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12039 Cast a ptrdiff_t to long and pass it to printf with %ld.
12041 1999-12-10 Geoff Keating <geoffk@cygnus.com>
12043 * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12044 68881, we have no 68881 registers at all.
12045 (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12046 value in a 68881 register if it is available.
12048 1999-12-10 Clinton Popetz <cpopetz@cygnus.com>
12050 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12051 for long long multiply-accumulate.
12053 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
12055 * loop.c (insert_loop_mem): Undo last change.
12057 1999-12-10 David S. Miller <davem@redhat.com>
12059 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12061 * config/sparc/sparc-protos.h: Add them.
12062 * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12063 (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12064 constraints which use those helpers.
12065 (EXTRA_CONSTRAINT): Use this new macro.
12066 * md.texi: Update sparc target constraints documentation.
12067 * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12068 movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12069 (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12070 movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12071 (movsf high/lo_sum split): Rework for new patterns.
12072 (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12074 1999-12-09 Gavin Romig-Koch <gavin@cetus.cygnus.com>
12076 * c-common.c (c_common_nodes_and_builtins):
12077 Create __builtin_ptrdiff_t and __builtin_size_t.
12079 Thu Dec 9 18:05:48 1999 Jeffrey A Law (law@cygnus.com)
12081 * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
12083 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
12085 * regclass.c (globalize_reg): Re-instate test that allows
12086 fixed registers to be declared as a variable even after functions
12089 Fri Dec 10 00:52:13 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
12091 * i386.md (cpu attribute): Add "athlon".
12092 (athlon_decode): New attribute.
12093 (Athlon scheduling units definitions): New.
12094 (fcmp and shld patterns): Set athlon_decode to "vector".
12095 * i386.c (athlon_cost): New.
12097 (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
12098 x86_use_sahf): Set for Athlon.
12099 (x86_use_fiop): Unset for Athlon.
12100 (override_options): Define Athlon alignments and "athlon" name.
12101 (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
12102 * i386.h (TARGET_ATHLON): New.
12103 (enum processor_type): Add PROCESSOR_ATHLON.
12104 (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
12106 (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
12108 1999-12-09 Andreas Jaeger <aj@suse.de>
12110 * loop.c (record_biv): Declare parameter as int.
12112 * config/i386/i386-protos.h: Declare long_memory_operand.
12114 1999-12-09 Mark Mitchell <mark@codesourcery.com>
12116 * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
12117 EXPR_WITH_FILE_LOCATION.
12119 Thu Dec 9 11:36:24 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
12121 * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
12124 * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
12126 * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
12129 1999-12-09 Jakub Jelinek <jakub@redhat.com>
12131 * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
12132 default on linux64 again.
12133 * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
12134 models for multilibing.
12135 * genmultilib: Accept | as alternative separator within a set in
12138 * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
12140 * calls.c (precompute_arguments): Make sure initial_value contains
12141 value pseudo which CSE expects.
12142 * cse.c (struct set): New entry orig_src.
12143 (cse_insn): Set it early on entry, use it for libcall EQUIV note
12146 Wed Dec 8 22:24:15 1999 Richard Henderson <rth@cygnus.com>
12148 * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
12150 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
12152 * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
12154 1999-12-08 Jakub Jelinek <jakub@redhat.com>
12156 * config/sparc/sparc.c (ultra_cmove_results_ready_p,
12157 ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
12159 * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
12162 * longlong.h: Merge in changes from glibc.
12163 Also don't clobber %g2 register in 32bit SPARC assembly, so that
12164 -mno-app-regs libgcc can be compiled.
12165 * libgcc2.c: Add defines so that the updated longlong.h
12166 can be used in libgcc2.a. Also, make sure on most architectures
12167 (at least on all which have optimized code in longlong.h defined
12168 for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
12170 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12172 * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
12173 `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
12174 * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
12176 * configure: Rebuilt.
12178 Wed Dec 8 03:45:40 1999 Richard Henderson <rth@cygnus.com>
12180 * alpha.c (secondary_reload_class): For !BWX, sub-simode
12181 outputs require a register.
12183 1999-12-08 Brendan Kehoe <brendan@cygnus.com>
12185 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
12186 _df_to_usi. Required by some targets, so US_SOFTWARE_GOFAST calls to
12187 functions like dptoul will be resolved.
12188 (libgcc2.a): Make sure that the object files from DPBIT are named
12189 differently (prefix `_dp') from those that would be coming from
12192 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>, Jakub Jelinek <jakub@redhat.com>
12194 * configure.in: When target is sparc* and tm_file contains 64,
12195 test for 64bit support in assembler. If not supported, remove
12196 sparc/t-sol2-64 from target-dependent Makefile fragments.
12197 (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
12198 (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
12199 (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
12200 * acconfig.h (AS_SPARC64_FLAG): Added.
12201 * configure, config.in: Rebuilt.
12202 * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
12203 support. Use AS_SPARC64_FLAG.
12205 1999-12-07 Jakub Jelinek <jakub@redhat.com>
12207 * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
12208 suitable for holding OFmode values so that gcc works with complex
12210 (hard_64bit_mode_classes): Likewise.
12212 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
12213 so that it is actually matched.
12214 (sethi_di_medlow): Likewise.
12216 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
12217 as legitimate constant if -mvis.
12218 * config/sparc/sparc.md (movtf): Likewise.
12219 (clear_sf): Use const_double_operand.
12220 (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
12222 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
12223 * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
12224 * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
12225 routines, _Qp_* cannot be handled like that now.
12226 (INIT_TARGET_OPTABS): Likewise.
12227 * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
12228 (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
12229 sparc_emit_float_lib_cmp if ARCH64 and soft float.
12230 (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
12231 floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
12232 divtf3, sqrttf3): New expanders.
12233 (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
12234 floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
12235 addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
12238 * configure.in (sparc64-*-linux*): Use posix threads if enabled.
12239 * configure: Rebuilt.
12240 * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
12241 -mcpu is given and we're doing 64bit compiles.
12243 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
12245 * loop.h (struct induction): Add multi_insn_incr.
12246 * loop.c (basic_induction_var): New multi_insn_incr argument.
12247 Set it if we search back through previous insns for the biv.
12248 (record_biv): New multi_insn_incr argument; fill in struct induction.
12249 (strength_reduce): Discard an iv with multiple bivs, any of
12250 which require multiple insns to increment.
12252 1999-12-07 Martin v. Löwis <loewis@informatik.hu-berlin.de>
12254 * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
12257 1999-12-06 David S. Miller <davem@redhat.com>
12259 * combine.c (check_promoted_subreg): Do not conditionalize this upon
12260 PROMOTE_FUNCTION_RETURN.
12262 Mon Dec 6 15:12:14 1999 Jim Wilson <wilson@cygnus.com>
12264 * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
12265 and handle REG_UNUSED note on insn.
12267 * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask. Set
12268 inner_mask instead of mask.
12270 1999-12-06 Brendan Kehoe <brendan@cygnus.com>
12272 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
12273 zero if there was an error.
12275 1999-12-06 Jakub Jelinek <jakub@redhat.com>
12277 * config/sparc/sparc.md (return_losum_di): Fix typo in asm
12280 * longlong.h: Fix clobbers in SPARC asm statements.
12282 * config/sparc/sparc.c (input_operand): Allow HImode and QImode
12283 valid sethi operations when TARGET_ARCH64.
12285 * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
12286 always use move_by_pieces to avoid infinite recursion.
12287 (restore_fixed_argument_area): Likewise.
12289 * combine.c (check_promoted_subreg, record_promoted_value): New
12291 (combine_instructions): Use them to retain nonzero and sign bit
12292 information after SUBREGs are eliminated by optimizations in
12293 this pass if PROMOTE_FUNCTION_RETURN.
12295 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
12296 .register declaration. Don't use variables with __ prefixes.
12298 Mon Dec 6 12:24:52 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12300 * fold-const.c (optimize_bit_field_compare): Only use one mode
12301 for both RHS and LHS in non-constant case.
12303 1999-12-06 Nathan Sidwell <nathan@acm.org>
12305 * frame.c (start_fde_sort): Only allocate erratic array, if
12306 linear one was allocated. Return allocated flag.
12307 (fde_insert): Only insert, if there's a valid array.
12308 (fde_end_sort): Split, sort and merge if linear and erratic
12309 arrays exist, else just sort linear one.
12310 (search_fdes): New function. Linear search through original fde
12312 (frame_init): Permit multiple initializations. Cope with
12314 (find_fde): Fallback on linear search, if failed to sort array.
12315 (__deregister_frame_info): Only free sorted array, if we
12318 1999-12-06 Jakub Jelinek <jakub@redhat.com>
12320 * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
12322 1999-12-05 Jakub Jelinek <jakub@redhat.com>
12324 * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
12326 1999-12-05 Mark Mitchell <mark@codesourcery.com>
12328 * tree.h (special_function_p): Declare.
12329 * calls.c (special_function_p): Make it global. Don't take `name'
12330 as a parameter. Fix typo in 1999-11-28 change.
12331 (expand_cal): Adjust.
12333 1999-12-04 Mark Mitchell <mark@codesourcery.com>
12335 * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
12336 * tree.h (EXPR_WFL_FILENAME): Define in terms of
12337 EXPR_WFL_FILENAME_NODE.
12338 (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
12340 * print-tree.c (print_note): Print TREE_PRIVATE and
12343 * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
12344 the original die cannot be found.
12346 * varray.h (varray_head_tag): Add elements_used.
12347 (VARRAY_PUSH): New macro.
12348 (VARRAY_POP): Likewise.
12349 (VARRAY_TOP): Likewise.
12350 Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
12352 * varray.c (varray_init): Initialize elements_used.
12353 * Makefile.in (BASIC_BLOCK_H): Add varray.h.
12354 (INTEGRATE_H): New variable.
12355 (integrate.o): Depend on INTEGRATE_H.
12356 (unroll.o): Likewise.
12358 * function.h (insert_block_after_note): Declare.
12359 * function.c (insert_block_after_note): Split out from ...
12360 (retrofit_block): ... here.
12362 * stmt.c (expand_fixup): Fix typo in comment.
12364 Sat Dec 4 14:13:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
12366 * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
12367 (optimize_reg_copy_1): Remove REG_N_REFS updating code.
12368 (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
12369 (regmove_optimize, fixup_match_1): Likewise.
12371 1999-12-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12373 * flow.c (flow_loops_dump): Add missing argument when calling
12374 flow_loop_nested_p.
12376 1999-12-04 Geoffrey Keating <geoffk@cygnus.com>
12377 Greg McGary <gkm@gnu.org>
12379 * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
12380 (init_attributes): Add A_NO_LIMIT_STACK.
12381 (decl_attributes): Handle A_NO_LIMIT_STACK.
12382 * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
12383 * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
12384 Handle stack bounds checking.
12385 * flags.h (flag_stack_check): Use the word 'probe' rather than
12386 'check', because the flag doesn't actually cause any checking to
12388 * function.c (expand_function_start): Set
12389 current_function_limit_stack.
12390 * function.h (struct function): Add limit_stack.
12391 (current_function_limit_stack): Define.
12392 * invoke.texi (Code Gen Options): Document new options.
12393 * rtl.h: Declare stack_limit_rtx.
12394 * toplev.c (stack_limit_rtx): New variable.
12395 (decode_f_option): Handle new options -fstack-limit-register=REG,
12396 -fstack-limit-symbol=IDENT, -fno-stack-limit.
12397 (main): Add stack_limit_rtx as GC root.
12398 * tree.h (DECL_NO_LIMIT_STACK): New macro.
12399 (struct tree_decl): New member no_limit_stack.
12401 * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
12403 * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
12404 (conditional_trap+1): Get new mnemonic correct.
12405 (conditional_trap+2): New pattern for DImode traps.
12407 * config/m68k/m68k.c (output_function_prologue): Handle
12409 * config/m68k/m68k.md (trap): New insn.
12410 (conditional_trap): New insn.
12411 * md.texi (Standard Names): Document `trap' and
12412 `conditional_trap'.
12413 * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
12414 so a cc0 setter doesn't get emitted at some random place in the
12417 * config/i960/i960.md (trap): New insn.
12418 (conditional_trap): New expander.
12419 (conditional_trap+1, conditional_trap+2): New insns for signed
12420 and unsigned cases.
12421 * config/i960/i960.c (i960_function_prologue): Use
12422 STARTING_FRAME_OFFSET. Handle stack_limit_rtx.
12424 Thu Dec 2 21:22:45 1999 Greg McGary <gkm@gnu.org>
12425 Geoffrey Keating <geoffk@cygnus.com>
12427 * flags.h (warn_padded, warn_packed): Add global var decls.
12428 * toplev.c (warn_padded, warn_packed): Add global var defns.
12429 (W_options): Add warnings `-Wpacked' and `-Wpadded'.
12430 * stor-layout.c (layout_record): Add local variable `type'
12431 to hold often-used TREE_TYPE (field). Add local variable
12432 `unpacked_align' to hold alignment that would be in force
12433 if no `packed' attribute were present. Warn if `packed' attribute
12434 is unnecessary, or even harmful. Warn when gcc inserts padding
12435 to satisfy alignment requirements of members. Use NULL_TREE
12436 when checking whether var_size is set.
12437 * invoke.texi: Document new flags.
12439 1999-12-03 Nathan Sidwell <nathan@acm.org>
12441 * frame.c (fde_split): Reimplement to avoid variable sized array.
12443 Thu Dec 2 18:59:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
12445 * combine.c (try_combine): Before fixing up LOG_LINKS for the
12446 i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
12448 1999-12-02 Gavin Romig-Koch <gavin@cygnus.com>
12450 * invoke.texi: Document the mips option -mno-crt0
12452 1999-12-02 Mike Karr <mkarr@mathworks.com>
12454 * cccp.c (argdata): Added free_ptr member.
12455 (macroexpand): Initialize free_ptr of each argument. When an
12456 argument's buffers are freed, if the argument's free_ptr corresponds
12457 to a buffer on the input stack, then return the free_ptr to that stack
12458 frame, otherwise, free it.
12459 (macarg): If an argument begins and ends on the same input stack level,
12460 then transfer the free_ptr of that buffer to the argument in case
12461 the stack is popped during the processing of a subsequent argument.
12463 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
12465 * loop.c (note_reg_stored): New function.
12466 (struct note_reg_stored_arg): New structure.
12467 (try_copy_prop): Change to be more conservative; only replace within
12468 one extended basic block and stop replacing if a store to the
12469 replacement reg is seen.
12471 1999-12-02 Nick Clifton <nickc@cygnus.com>
12473 * config/fp-bit.c: Initialise all fields of the NAN
12476 * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
12479 Wed Dec 1 18:16:38 1999 Jan Hubicka <hubicka@freesoft.cz>
12481 * i386.md (extend?f?f2): Force the input into a register, not
12484 1999-12-01 Jakub Jelinek <jakub@redhat.com>
12486 * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
12488 (movdf_const_intreg_sp32): Likewise. Prefer the memory load
12489 alternative because setting up 64bit constant is usually costly,
12490 especially when reload is in progress or completed.
12491 (movdf_const_intreg_sp64): Likewise.
12492 (movdf_const_intreg split): Fix building up constants when
12493 HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
12495 Wed Dec 1 16:51:22 1999 Jeffrey A Law (law@cygnus.com)
12497 * combine.c (if_then_else_cond): Use const_true_rtx instead of
12498 const1_rtx for return values in EQ/NE comparison against (const_int 0)
12501 * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
12502 (asm_file_start): Emit .am33 into assembly file when compiling for
12504 (print_operand_address): Handle POST_INC addresses.
12505 (can_use_return_insn, initial_offset): Check AM33 registers too.
12506 (expand_prologue): Check & save AM33 registers too.
12507 (expand_epilogue): Similarly.
12508 (secondary_reload_class): Handle AM33 specific secondary reloads.
12509 (output_tst): Emit efficient code for the AM33 too.
12510 * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
12511 (TARGET_SWITCHES): Add -mam33 switch.
12512 (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
12513 (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
12514 (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
12515 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
12516 (enum reg_class, REG_CLASS_NAMES): Likewise.
12517 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
12518 (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
12519 (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
12520 (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
12521 (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
12522 (HAVE_POST_INCREMENT): Define.
12523 (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
12524 (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
12525 * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
12526 (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
12527 (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
12528 (zero_extend to SI from QI/HI): Likewise.
12529 (sign_extend to SI from QI/HI): Likewise.
12530 (mulsidi3, umulsidi3): New patterns for the AM33.
12531 (tstsi with zero extension from QI/HI): Add AM33 variants.
12532 (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
12533 (return_internal_regs, store_movm): Handle new AM33 registers.
12534 * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
12535 (LIBGCC, INSTALL_LIBGCC): Likewise.
12536 * invoke.texi: Document new flags.
12538 Fri Nov 26 10:59:12 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
12540 * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
12541 (addsi3_carry): Likewise.
12542 (sbbsi3_cc): Add "binary_operator_ok" to the condition.
12543 (sbbsi3_carry): Likewise.
12544 (mulsi3): Rewrite to expander, ensure that only one operand is memory.
12545 (mulhi3): Likewise.
12546 (test?i_1): Ensure that only one operand is memory.
12547 (conditional move patterns): likewise.
12548 (shift and rotate patterns): Rewrite to expander, add
12549 "binary_operator_ok" to the condition.
12551 * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
12552 * i386.h (procesor_costs): Add movzbl_load field.
12553 (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
12554 non-Q registers, accept DImode registers anywhere.
12556 (MEMORY_MOVE_COST): Calculate QImode moves correctly.
12557 * i386.c (*_cost): Set value for movxbl_load field.
12559 * (addsi): New add to lea splitter.
12560 (ashlsi): Likewise.
12561 (lea to add/shift peep2): New.
12563 1999-12-01 Mark Salter <msalter@cygnus.com>
12565 * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
12566 * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
12567 * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
12569 Tue Nov 30 15:20:52 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
12571 * i386.c (ix86_expand_move): Never add clobbers to move patterns.
12572 * i386.md (movsi_xor): New.
12574 (movsi_1, movhi_1, movqi_1): Remove.
12575 (movsi_2): Rename to movsi_1.
12576 (movhi_2): Rename to movhi_1.
12577 (movqi_2): Rename to movqi_1.
12578 (movdi_1): Remove; remove splitter.
12579 (movdi_2): Rename to movdi_1.
12580 (divmodsi4 splitter): Do not emit clobbers for move patterns.
12581 (long move peep2): Do not create QI or HI mode mov0s
12582 (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
12584 * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
12587 * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
12588 (abs?f2_if): Likewise.
12590 1999-11-30 Alex Samuel <samuel@codesourcery.com>
12592 * ggc.h (ggc_test_and_set_mark): New macro.
12593 (ggc_mark_rtx): Use ggc_test_and_set_mark.
12594 (ggc_mark_tree): Likewise.
12595 (ggc_mark_rtvec): Likewise.
12596 * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
12598 1999-11-30 Jason Merrill <jason@casey.cygnus.com>
12600 * dwarf2out.c (scope_die_for): Only handle types. Only search for
12602 (decl_scope_table): Just an array of trees now.
12603 (push_decl_scope): Simplify.
12604 (dwarf2out_init): Adjust.
12605 (local_scope_p): New fn.
12606 (gen_inlined_enumeration_type_die): Don't call scope_die_for.
12607 (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
12608 (gen_typedef_die): Likewise.
12609 (gen_lexical_block_die): Don't call push/pop_decl_scope.
12610 (gen_inlined_subroutine_die): Likewise.
12611 (gen_abstract_function): Set current_function_decl temporarily.
12612 (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
12613 Handle block extern declarations. Don't call push/pop_decl_scope.
12614 (gen_decl_die): Fix logic for block externs.
12616 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12618 * calls.c (special_function_p): Remove `realloc' and add `strdup'
12619 to the list of functions which have attribute malloc by default.
12621 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12623 * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
12624 integer constant does not match the traditional type, limit the
12625 warnings to cases where the base of the type is ten.
12627 * invoke.texi (-Wtraditional): Document it.
12629 Tue Nov 30 15:18:35 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12631 * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
12632 * rs6000.md: Only access a CONST_INT with INTVAL
12634 Tue Nov 30 14:21:00 1999 Richard Henderson <rth@cygnus.com>
12636 * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
12637 (compute_nearerout): Likewise.
12638 * ggc-page.c (ggc_page_print_statistics): Explicitly cast
12639 size_t to unsigned long for formatting.
12641 1999-11-30 Jakub Jelinek <jakub@redhat.com>
12643 * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
12644 Allow the user to override call-used/fixed state of %g2-5
12645 registers from the command line (with the exception of %g4 for
12647 (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
12648 there is a higher chance of having a leaf function.
12649 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
12650 for ARCH64 which has %ccr register.
12651 * config/sparc/sparc.md (return_losum_si, return_losum_di): New
12653 * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
12654 insn accept into delay slot any insn which does not use %[ol]
12655 registers. Accept some LO_SUM and shift left by 1 for the normal
12657 (output_function_epilogue): Likewise.
12658 (epilogue_renumber): Added argument which inhibits any renumbering
12659 and just tests if the rtx does not use any %[ol] registers.
12660 (output_return): Reflect above change.
12662 1999-11-30 Jakub Jelinek <jakub@redhat.com>
12664 * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
12665 aggregate passing for sizes <= 16 bytes.
12667 1999-11-30 Bernd Schmidt <bernds@cygnus.co.uk>
12669 * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
12670 * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
12671 * reload.c (find_dummy_reload): Likewise.
12672 (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
12673 * reload1.c (reload_as_needed): Likewise.
12674 * stupid.c (stupid_find_reg): Likewise.
12675 * tm.texi (Obsolete Register Macros): Delete section.
12676 * gmicro.h: Remove all traces of the two macros.
12677 * i386.h: Likewise.
12678 * m88k.h: Likewise.
12679 * mips.h: Likewise.
12681 1999-11-30 Brendan Kehoe <brendan@cygnus.com>
12683 * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
12684 (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
12685 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
12686 * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
12687 units for the sparclite86x chip.
12688 (flush): Revert October 14th change; add SImode specifically.
12689 (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
12690 * invoke.texi: Document it.
12692 Tue Nov 30 14:58:14 1999 Nick Clifton <nickc@cygnus.com>
12694 * config/mn10200/mn10200.h (PREDICATE_CODES): Add
12695 psimode_truncation_operand.
12697 * config/mn10200/mn10200.c (psimode_truncation_operand): New
12698 function. Return true if the operand is either a MEM valid
12699 for a PSImode address or not a MEM at all.
12701 * config/mn10200/mn10200.md (truncsipsi2): Use
12702 psimode_truncation_operand.
12704 1999-11-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12706 * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
12707 (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
12708 (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
12709 (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
12710 (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
12711 (flow_loop_level_compute, low_loops_level_compute): Likewise.
12712 (flow_loops_find, flow_loop_outside_edge_p): Likewise.
12713 * basic-block.h: Protect from multiple inclusion.
12714 (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
12715 (struct loops, struct loop): Define structures.
12716 * sbitmap.c (sbitmap_a_subset_b_p): New function.
12717 * sbitmap.h: Protect from multiple inclusion.
12718 (sbitmap_a_subset_b_p): Add prototype.
12719 * Makefile.in (LOOP_H): New macro.
12720 (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
12722 Tue Nov 30 01:34:47 1999 Philippe De Muyter <phdm@macqel.be>
12724 * cppinit.c (CAT): The argument list of this macro may not contain
12727 1999-11-29 David S. Miller <davem@redhat.com>
12729 Move quantity tables and register equivalence chains into
12730 per-qty and per-register structure arrays respectively.
12731 * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
12732 qty_const_insn, qty_comparison_code, qty_comparison_const,
12733 qty_comparison_qty): Delete, replace with...
12734 (qty_table): this structure table.
12735 (reg_next_eqv, reg_prev_eqv): Delete, replace with...
12736 (reg_eqv_table): this structure table.
12737 (make_new_qty): Add argument MODE. Caller updated.
12738 Update to use qty_table and reg_eqv_table.
12739 (make_regs_eqv, delete_reg_equiv, insert_regs,
12740 insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
12741 fold_rtx, equiv_constant, record_jump_cond, cse_insn,
12742 cse_process_notes, cse_main, cse_basic_block): Likewise.
12744 Mon Nov 29 16:56:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12746 * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
12747 operation if C is negative.
12748 (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
12749 (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
12750 law for some divisions if constant is negative and change other
12751 divisions to the opposite rounding.
12753 * expr.c (store_constructor_field): If bit position is not multiple
12754 of alignment of TARGET's mode, use BLKmode.
12756 * expr.c (expand_expr_unaligned): Add more code from full case
12757 that is needed when OP0 is in a register.
12759 Mon Nov 29 18:09:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
12761 * dwarfout.c (field_byte_offset): Size can be zero if there was
12764 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
12766 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
12767 (associate_trees): Delete unused var TEM.
12768 (extract_muldiv): Delete unused var CANCEL_P.
12770 * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
12771 (target_isinf, target_isnan, target_negative): Add return types to
12772 function definitions.
12774 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12776 * fixinc/fixincl.c(process): don't skip GLIBC files any more.
12777 * fixinc/hackshell.tpl: ditto
12778 * fixinc/fixtests.c(double_slash_test): more C++ header testing
12779 * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
12781 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
12783 * reload.c (push_reload): When looking for a register to put into
12784 reg_rtx, make sure all hard regs in a multi-reg register are in the
12785 right class and nonfixed.
12787 * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
12788 pending_read_insns, pending_write_insns, pending_read_mems,
12789 pending_write_mems, pending_list_length, last_pending_memory_flush,
12790 last_function_call, sched_before_next_call): Move static variables
12792 (bb_ prefixed versions): Replace with single array bb_deps.
12793 (struct deps): New structure.
12794 (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
12795 sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
12796 argument of type "struct deps *"; use that instead of global
12797 variables. All callers changed.
12798 (init_rgn_data_dependencies): Delete function.
12799 (init_rtx_vector): Delete function.
12800 (init_deps): New function.
12802 (free_pending_lists): Simplify, we always use the bb_deps array even
12803 if only one basic block.
12804 (compute_block_backward_dependences): Likewise.
12805 (schedule_region): Likewise.
12807 (propagate_deps): New function, broken out of
12808 compute_block_backward_dependences.
12809 (compute_block_backward_dependences): Use it.
12811 * alpha.md: Delete useless patterns that tried to work around
12812 register elimination problems.
12814 * unroll.c (loop_iterations): Don't abort if iteration variable
12817 From Joern Rennecke:
12818 * reload1.c (reloads_conflict): Reverse test comparing operand
12819 numbers when testing for conflict between output/outaddr reloads.
12821 1999-11-29 David S. Miller <davem@redhat.com>
12823 * config/sparc/sparc.c (init_cumulative_args): Fix type of third
12825 * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
12827 1999-11-28 Robert Lipe <robertl@cygnus.com>
12829 * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
12830 table from .fini into .dtor.
12832 1999-11-28 Anthony Green <green@cygnus.com>
12834 * tree.h (struct tree_decl): Add malloc_flag.
12835 (DECL_IS_MALLOC): Define.
12836 * c-common.c (attrs): Add A_MALLOC attribute.
12837 (init_attributes): Add this attribute to the table.
12838 (decl_attributes): Handle malloc attribute.
12839 * calls.c (special_function_p): Check for the malloc attribute.
12840 * extend.texi (Function Attributes): Document malloc attribute.
12842 Sun Nov 28 13:21:00 1999 Jeffrey A Law (law@cygnus.com)
12844 * pa.md (reload shift-add patterns): Remove.
12846 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12848 * reorg.c (dbr_schedule) Print more statistics. Corrected
12849 problem when printing info when 3 delay slots are filled.
12851 1999-11-28 Jakub Jelinek <jakub@redhat.com>
12853 * combine.c (setup_incoming_promotions): Pass an outgoing
12854 regno to FUNCTION_ARG_REGNO_P which it expects.
12856 1999-11-28 Andreas Jaeger <aj@suse.de>
12858 * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
12860 Sun Nov 28 00:48:15 1999 Philippe De Muyter <phdm@macqel.be>
12862 * cccp.c (do_include): Avoid initialization of automatic variable.
12864 * integrate.c (mark_stores): Function definition made void, to match
12865 previous declaration.
12866 * regclass.c (dump_regclass): Ditto.
12867 * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
12869 Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12871 * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
12872 known to be multiple of divisor.
12874 * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
12876 * combine.c (try_combine): Add code to try to merge a set of a
12877 two-word pseudo to a constant with a setting of one of those words
12880 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
12881 (split_tree): Completely rework to make more general.
12882 (make_range, fold): Call negate_expr.
12883 (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
12884 (fold, associate): Call new split_tree and associate_trees.
12885 (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
12887 1999-11-26 Bernd Schmidt <bernds@cygnus.co.uk>
12889 * loop.c (try_copy_prop): Avoid GNU C extension.
12891 1999-11-25 Mark Mitchell <mark@codesourcery.com>
12893 * except.c (init_eh_for_function): Still zero eh_return_context,
12894 eh_return_stack_adjust, and eh_return_handler.
12896 * except.h (eh_status): Adjust documentation for x_protect_list.
12897 (begin_protect_partials): New function.
12898 * except.c (enqueue_eh_entry): Fix formatting.
12899 (get_first_handler): Add consistency check.
12900 (add_partial_entry): Adjust usage of protect_list.
12901 (emit_cleanup_handler): Save and restore ehqueue.
12902 (expand_start_all_catch): Add comment.
12903 (begin_protect_partials): New function.
12904 (end_protect_partials): Adjust usage of protect_list.
12905 (init_eh_for_function): Use xcalloc.
12907 1999-11-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12909 * c-common.c (check_format_info): Don't call a variadic function
12910 with a non-literal format string.
12912 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
12914 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
12915 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
12918 * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
12921 * collect2.c (collect_wait): Likewise.
12923 * dbxout.c (dbxout_type): Likewise.
12925 * gcc.c (do_spec_1): Likewise.
12927 * genemit.c (gen_insn, gen_expand): Likewise.
12929 * genrecog.c (write_switch, write_subroutine): Likewise.
12931 * mips-tfile.c (catch_signal, botch): Likewise.
12933 * print-rtl.c (print_rtx): Likewise.
12935 * toplev.c (default_print_error_function, report_error_function,
12936 _fatal_insn): Likewise.
12938 1999-11-25 Mark Mitchell <mark@codesourcery.com>
12940 * tree.c (unsave_expr_now): Handle NULL_TREE as input.
12942 Wed Nov 24 17:08:09 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
12944 * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
12945 operations when needed.
12946 * i386.md (fop_?f_comm): New.
12947 (fop_?f_1): Do not accept commutative operands.
12949 1999-11-25 Andreas Jaeger <aj@suse.de>
12951 * config/mips/mips.md (casesi_internal): Add missing brace.
12953 1999-11-25 Jason Merrill <jason@casey.cygnus.com>
12955 * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
12956 (splice_child_die): Handle moving a child DIE from the declaration
12957 DIE of a class to its specification.
12958 (gen_struct_or_union_type_die): Use 'complete' consistently.
12959 (gen_decl_die): Generate the virtual context DIE first.
12960 Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
12962 1999-11-24 Gavin Romig-Koch <gavin@cygnus.com>
12964 * config/mips/mips.md (call_value_multiple_interanal1): New.
12966 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
12968 * dwarf2out.c (free_AT, free_die): New fns.
12969 (remove_children): Call them.
12970 (output_line_info): Disable removal of duplicate notes.
12972 Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
12973 * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
12974 means pretend the type isn't defined.
12975 Don't defer emitting types.
12976 (gen_type_die_for_member): New fn.
12977 (gen_decl_die): Call it.
12978 (splice_child_die): New fn.
12979 (gen_member_die): Call it rather than generate duplicate dies.
12981 Defer emitting information for the abstract instance of an inline
12982 until we either inline it or emit an out-of-line copy.
12983 * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
12984 from output_inline_function if DECL_ABSTRACT is also set.
12985 (block_ultimate_origin): Likewise.
12986 (gen_abstract_function): New fn.
12987 (gen_decl_die, gen_inlined_subroutine_die): Call it.
12988 (gen_subprogram_die): An abstract instance is not a declaration
12989 just because it doesn't match current_function_decl. Don't abort
12990 because DECL_DEFER_OUTPUT isn't set. Do abort if a declaration
12991 has an abstract origin.
12992 * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
12993 abstract instance here.
12995 Wed Nov 24 18:39:18 1999 Andrew Haley <aph@cygnus.com>
12997 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
12998 where we need to reload fpul from a system register.
13000 1999-11-24 Andreas Jaeger <aj@suse.de>
13002 * config/mips/linux.h (CPP_PREDEFINES): Added.
13003 (LINK_SPEC): Remove -Y since this is only needed on sparc.
13005 1999-11-24 Andreas Jaeger <aj@suse.de>
13007 * config/mips/linux.h (TARGET_VERSION): Added.
13008 (HANDLE_SYSV_PRAGMA): Added.
13009 (DEFAULT_VTABLE_THUNKS): Added.
13011 Wed Nov 24 14:12:15 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
13013 * local-alloc.c (qty): New structure and static variable.
13014 (qty_phys_reg): Remove, all references changed to qty.
13015 (qty_n_refs): Likewise.
13016 (qty_min_class): Likewise.
13017 (qty_birth): Likewise.
13018 (qty_death): Likewise.
13019 (qty_size): Likewise.
13020 (qty_mode): Likewise.
13021 (qty_n_calls_crossed): Likewise.
13022 (qty_alternate_class): Likewise.
13023 (qty_changes_size): Likewise.
13024 (qty_first_reg): Likewise.
13025 (alloc_qty): Rename variable QTY to QTYNO.
13026 (finf_free_reg): Likewise.
13027 (local_alloc): Allocate qty, do not allocate the removed variables.
13029 Wed Nov 24 17:26:05 1999 Geoffrey Keating <geoffk@cygnus.com>
13031 * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13032 when -membedded-pic is passed.
13034 * config/mips/mips.md (casesi): Handle 64-bit case too.
13035 (casesi_internal_di): New insn.
13037 * config/mips/mips.c (embedded_pic_offset): Always make the
13038 embedded-pic subtractions relative to the name of the current
13039 function by use of the magic string "..CURRENT_FUNCTION".
13040 * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13042 1999-11-24 Geoffrey Keating <geoffk@cygnus.com>
13044 * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13045 of (const_int 0), when what we really care about is
13046 whether it's a zero constant anyway.
13047 (div_trap_mips16): Likewise.
13049 1999-11-23 Mark Mitchell <mark@codesourcery.com>
13051 * loop.c (loop_optimize): Always find_loop_tree_blocks and
13052 unroll_block_trees when generating debuggable code.
13054 * tree.h (unsave_expr_1): New function.
13055 (lang_unsave): New variable.
13056 (get_callee_fndecl): New function.
13057 * tree.c (unsave_expr_now_r): New function.
13058 (lang_unsave): Define.
13059 (unsave_expr_1): Likewise.
13060 (unsave_expr_now_r): Split out from unsave_expr_now.
13061 (unsave_expr_now): Call lang_unsave if it is non-NULL. Otherwise,
13062 call unsave_expr_now_r.
13063 (get_callee_fndecl): Define.
13065 * Makefile.in (gencheck): Don't depend on lang_tree_files.
13066 (gencheck.o): Do depend on lang_tree_files.
13068 * integrate.h (copy_decl_for_inlining): New declaration.
13069 * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13070 (copy_decl_for_inlining): New function.
13071 (integrate_parm_decls): Use it.
13072 (integrate_decl_tree): Likewise.
13074 1999-11-23 Gavin Romig-Koch <gavin@cygnus.com>
13076 * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13077 the second two from the first.
13078 (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13079 * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13080 conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13082 * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
13083 override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13086 Tue Nov 23 11:15:04 1999 Jeffrey A Law (law@cygnus.com)
13088 * pa.md (call_internal_symref, call_value_internal_symref): No mode
13089 needed on the address operand.
13090 * pa.c (call_operand_address): Check for the correct mode.
13092 1999-11-23 Bernd Schmidt <bernds@cygnus.co.uk>
13094 * loop.c: Include "basic-block.h".
13095 (try_copy_prop, replace_loop_reg): New functions.
13096 (load_mems): Detect registers that just hold copies of the hoisted
13097 mem, and call try_copy_prop to eliminate them.
13098 * Makefile.in (loop.o): Update dependencies.
13100 Tue Nov 23 01:03:29 1999 Hans-Peter Nilsson <hp@axis.com>
13102 * Makefile.in (gencheck.o): Depend on gencheck.h.
13103 (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
13104 (insn-peep.o): Depend on except.h and function.h.
13105 (insn-attrtab.o): Depend on RECOG_H.
13106 (insn-output.o): Depend on toplev.h and flags.h.
13107 (gengenrtl.o): Depend on real.h.
13108 (gen-protos.o): Depend on cpplib.h and cpphash.h.
13109 Unify all dependencies to be on RECOG_H rather than recog.h.
13111 Tue Nov 23 00:57:10 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13113 From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
13114 * configure.in: Try building a bi-arch 32/64-bit compiler on
13115 sparc-*-solaris2.7 and higher.
13116 * configure: Rebuild.
13118 Mon Nov 22 23:09:44 1999 David O'Brien <obrien@FreeBSD.org>
13120 * config/freebsd.h: New, FreeBSD architecture independent file.
13121 * config/i386/freebsd-elf.h: removed FreeBSD architecturally
13122 independent pieces.
13123 * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
13124 directly by i386/freebsd.h.
13125 * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
13126 independent configuration file.
13127 (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
13128 directly by i386/freebsd.h.
13129 * configure: Rebuilt.
13131 * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
13132 which is in the user's namespace.
13133 * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
13134 `i386' which is not in our namespace.
13136 Mon Nov 22 22:58:01 1999 "R. Kelley Cook" <KelleyCook@attglobal.net>
13138 * invoke.texi (ARM Options): Add in -mno-alignment-traps
13140 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
13142 * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
13143 (add_dwarf_attr, add_child_die): Just push onto the front.
13144 (reverse_die_lists): New fn.
13145 (add_sibling_attributes): Use it.
13146 (push_decl_scope): Reorganize.
13147 (add_name_and_src_coords_attributes): Don't set file and line for
13148 an artificial decl.
13149 (gen_subprogram_die): An artificial function doesn't need to match
13151 (gen_compile_unit_die): Return the generated die. Only add
13152 AT_comp_dir if the filename is relative.
13153 (remove_AT): Simplify loop. Also free string values.
13154 (output_die): A DIE ref can't be null.
13155 (output_value_format, value_format): Take a dw_attr_ref.
13156 (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
13157 (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13158 AT_addr, AT_lbl): New fns.
13159 (various): Use them.
13160 (various): Constify.
13162 Mon Nov 22 23:53:50 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13164 * combine.c (combine_simplify_rtx): When handling a SUBREG,
13165 take SUBREG_WORD into account.
13166 (if_then_else_cond): Likewise.
13168 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
13170 * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
13171 clause from BSD license, pursuant with
13173 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
13175 1999-11-22 Bernd Schmidt <bernds@cygnus.co.uk>
13177 * loop.c (load_mems): Reformat slightly.
13178 * basic-block.h (regset_head): New typedef.
13179 (INIT_REG_SET): New macro.
13181 1999-11-22 Bruce Korb <autogen@linuxbox.com
13183 * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
13184 (mips-dec-bsd*): non-functional code
13185 (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
13187 * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
13188 added three replacement fixes
13189 (no_double_slash): removed comments that are not (any longer) pertinent
13190 (bad_lval): this fix currently runs against many files.
13191 The comment seems to indicate that we should select for files
13192 containing 'pragma extern_prefix'.
13194 * fixinc/fixinc.x86-linux-gnu: deleted
13195 * fixinc/inclhack.sh: regen
13196 * fixinc/fixincl.x: regen
13197 * fixinc/fixincl.sh: regen
13199 Fri Nov 12 14:08:40 1999 Andrew Haley <aph@cygnus.com>
13201 * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
13202 its code is INSN and it has no notes.
13204 1999-11-22 Andrew Haley <aph@cygnus.com>
13206 * varasm.c (function_defined): Remove.
13207 (make_function_rtl): Don't set function_defined.
13208 (make_decl_rtl): Remove global register warning.
13209 * regclass.c (no_global_reg_vars): New variable.
13210 (globalize_reg): Warn if function has already been defined.
13211 (regclass_init): Set no_global_reg_vars.
13213 Mon Nov 22 14:42:22 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
13215 * regclass.c (reg_pref): New structure and static variable
13216 (prefclass): Delete.
13217 (altclass): Delete.
13218 (all uses of prefclass and altclass): Use reg_pref instead.
13220 1999-11-21 Nick Clifton <nickc@cygnus.com>
13222 * invoke.texi (ARM Options): Replace -mshort-load-bytes with
13224 (arm.h): Replace -mshort-load-bytes with -malignment-traps.
13225 (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13226 (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
13228 Sun Nov 21 17:11:13 1999 Geoffrey Keating <geoffk@cygnus.com>
13230 * varasm.c (output_constructor): Solve problem with long long
13231 bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
13233 Fri Nov 19 05:48:45 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
13235 * global.c (allocno): New structure and static variable.
13236 (allocno_reg): Remove, all references replaced by allocno.
13237 (allocno_size): Likewise.
13238 (hard_reg_conflicts): Likewise.
13239 (hard_reg_preferences): Likewise.
13240 (hard_reg_copy_preferences): Likewise.
13241 (hard_reg_full_preferences): Likewise.
13242 (regs_someone_prefers): Likewise.
13243 (allocno_calls_crossed): Likewise.
13244 (allocno_n_refs): Likewise.
13245 (allocno_live_length): Likewise.
13246 (find_reg): Rename ALLOCNO to NUM.
13248 * regclass.c (may_move_in_cost): Rename from may_move_cost, all
13249 references updated.
13250 (may_move_out_cost): New variable.
13251 (init_reg_sets_1): Initialize may_move_out_cost.
13252 (record_reg_classes): Use may_move_out_cost.
13254 * regclass.c (dump_regclass): New function.
13255 (regclass): New parameter DUMP, call DUMP_REGCLASS.
13256 * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
13257 pass rtl_dump_file to regclass.
13258 * rtl.h (regclass): Update prototype.
13260 Fri Nov 19 06:32:19 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
13262 * i386.md (neg, not and abs patterns): Revmap to use
13263 ix86_expand_unary_operator and ix86_unary_operator_ok.
13264 (add?f and sub?f expanders): Force operand 1 to register.
13265 * i386.c (ix86_expand_unary_operator): Rewrite.
13266 (ix86_unary_operator_ok): Ensure that memory operands
13268 (ix86_binary_operator_ok): Do not allow operand 1 to
13269 come into memory and operand 0 not.
13270 (ix86_expand_binary_operator): Ensure that
13271 src1 is not non-matching memory.
13273 * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
13274 to support integer registers and memory.
13275 (abss?2_integer): Likewise.
13277 * i386.h (enum reg_class): Add FLOAT_INT_REGS.
13278 (REG_CLASS_NAMES): Likewise.
13279 (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
13281 * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
13282 (movsf): Likewise; unify 4th and 5th alternative.
13283 (pushdf): Likewise.
13284 (movdf_1): Likewise; rename to movdf_integer.
13285 (pushxf): Likewise; rename to pushxf_integer; fix output template;
13286 remove redundant splitter.
13287 (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
13288 (movdf_nointeger): New.
13289 (movxf_nointeger): New.
13290 (pushxf_nointeger): New.
13292 * i386.md (extend?f?f): Split to expander and pattern, refuse two
13293 memory operands in patterns.
13294 (fop*): Refuse two memory operands.
13296 * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
13297 on !TARGET_USE_CLTD CPUs.
13299 Fri Nov 19 10:41:15 GMT 1999 Nathan Sidwell <nathan@acm.org>
13301 * extend.texi: Document C++ restricted pointers and references.
13303 1999-11-19 Bernd Schmidt <bernds@cygnus.co.uk>
13305 * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
13306 (invalidate_skipped_set): Call it unconditionally.
13307 (cse_set_around_loop): Likewise.
13309 Thu Nov 18 17:29:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13311 * rtl.texi (mem): Add documentation for alias-set argument
13314 Fri Nov 18 13:39:22 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
13316 * i386.h (struct_processor_costs): New fields int_load, int_store,
13317 fp_move, fp_load and fp_store
13318 (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
13320 (MEMORY_MOVE_COST): New macro.
13321 * i386.c (386_cost): Define new fields.
13322 (i486_cost): Likewise.
13323 (pentium_cost): Likewise.
13324 (pentiumpro_cost): Likewise.
13325 (k6_cost): Likewise.
13327 Fri Nov 19 11:11:55 1999 Greg McGary <gkm@gnu.org>
13328 Geoffrey Keating <geoffk@cygnus.com>
13330 * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
13332 * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
13335 * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
13336 (TARGET_STRICT_ALIGNMENT): New macro.
13337 (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
13338 (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
13339 * invoke.texi (M680x0 Options): Document -mstrict-align.
13341 Thu Nov 18 11:10:03 1999 Jan Hubicka <hubicka@freesoft.cz>
13342 Richard Henderson <rth@cygnus.com>
13344 * i386-protos.h (split_xf, ix86_split_movdi): Remove.
13345 (ix86_split_long_move): Declare.
13346 * i386.c (split_xf, ix86_split_movdi): Remove.
13347 (ix86_split_to_parts, ix86_split_long_move): New.
13348 * i386.md (dimode move splitters): Use ix86_split_long_move.
13349 (dfmode move splitters): Likewise.
13350 (xfmode move splitters): Likewise.
13351 (movsf_1): Allow F->r.
13352 (movdf_1, movxf_1): Allow F->ro.
13354 1999-11-17 Mark Mitchell <mark@codesourcery.com>
13356 * except.h (struct eh_entry): Add goto_entry_p.
13357 (eh_region_from_symbol): Remove prototype.
13358 * except.c (find_func_region_from_symbol): New function.
13359 (emit_cleanup_handler): Likewise.
13360 (eh_region_from_symbol): Make it static.
13361 (add_new_handler): Verify the argument.
13362 (find_func_region): Update comment.
13363 (expand_eh_region_end): Expand handlers here, rater than waiting
13364 until expand_leftover_cleanups or start_all_catch.
13365 (expand_leftover_cleanups): Don't expand here.
13366 (expand_start_all_catch): Or here.
13367 (expand_rethrow): Check the return value from find_func_region.
13368 * function.c (expand_function_end): Emit the catch_clauses.
13370 1999-11-18 Gavin Romig-Koch <gavin@cygnus.com>
13372 * integrate.c (expand_inline_function): Add necessary check for NULL.
13374 1999-11-18 Nick Clifton <nickc@cygnus.com>
13376 * toplev.c (main): Correctly detect an unrecognised option.
13378 * cppinit.c (cpp_handle_option): Do not claim to have consumed
13379 a -f option if it has not been recognised.
13381 Thu Nov 18 00:59:11 1999 Michael Gschwind <mikeg@alagoas.watson.ibm.com>
13383 * basic-block.h (update_life_extent): Remove trailing comma on
13384 enumeration type list.
13386 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13388 * varasm.c (output_constructor) Solved problem with long long
13389 bitfields. Corrected calculating this_time and shift. Also
13390 corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
13392 Wed Nov 17 23:46:14 1999 Jeffrey A Law (law@cygnus.com)
13394 * flow.c (split_edge): Take looping structure into account when
13395 determining where to put the new block note.
13397 Wed Nov 17 20:42:43 1999 Jeff Holcomb <jeffh@cygnus.com>
13399 * Makefile.in (ggc-none.o): Provide host specific version if
13402 Wed Nov 17 16:51:23 1999 Richard Henderson <rth@cygnus.com>
13404 * cse.c (delete_trivially_dead_insns): Identify no-op insns
13405 containing subregs too.
13407 Wed Nov 17 17:39:48 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13409 * invoke.texi: Add documentation for -muninit-const-in-rodata.
13410 * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
13411 (TARGET_UNINIT_CONST_IN_RODATA): Define.
13412 (text_section): Add switches -munint-const-in-rodata and
13413 -mno-uninit-const-in-rodata.
13414 (ASM_OUTPUT_COMMON): Remove.
13415 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
13416 const objects should be placed in read-only data. Otherwise declare
13419 Wed Nov 17 16:38:32 1999 Richard Henderson <rth@cygnus.com>
13421 * jump.c (jump_optimize_1): Revert last change.
13423 Wed Nov 17 15:18:30 1999 Richard Henderson <rth@cygnus.com>
13425 * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
13426 test if optimizing for size.
13428 1999-11-17 Mark Mitchell <mark@codesourcery.com>
13430 * Makefile.in (toplev.o): Depend on except.h.
13431 (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
13433 Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
13435 * i386.md (divmodsi4): Rewrite to expander.
13436 (*divmodsi4_nocltd): New.
13437 (*divmodsi4_cltd): New.
13438 (divmodsi4 splitter): Handle the case when input comes in edx.
13439 (udivmodhi4): Do not use constraints in exander.
13440 (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
13442 1999-11-17 Jason Merrill <jason@yorick.cygnus.com>
13444 * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
13445 for the common case.
13447 1999-11-16 Jakub Jelinek <jakub@redhat.com>
13449 * explow.c (hard_function_value): Add outgoing argument.
13450 * expr.h (hard_function_value): Declare it.
13451 * calls.c (expand_call, emit_library_call_value): Update callers.
13452 * function.c (aggregate_value_p): Ditto.
13453 (diddle_return_value): Must look at the outgoing registers
13454 on archs with register windows.
13456 Mon Nov 15 20:46:45 1999 Richard Henderson <rth@cygnus.com>
13458 * alpha.c (alpha_build_va_list): Use make_lang_type and
13459 initialize TYPE_NAME for the va_list record.
13461 * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
13463 * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
13465 * ggc.h (struct ggc_statistics): Rearrange elements for better
13466 packing on 64-bit hosts.
13467 * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
13468 (compute_nearerout): Likewise.
13470 Tue Nov 16 14:37:52 1999 Geoffrey Keating <geoffk@cygnus.com>
13472 * config/rs6000/rs6000.c (first_reg_to_save): Save
13473 PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
13475 1999-11-15 Jason Merrill <jason@casey.cygnus.com>
13477 * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
13478 notion of nesting to find the DIE for a type or function.
13479 DIEs can go in limbo even if we got a context_die.
13480 (push_decl_scope): Our context doesn't need to be in decl_scope_table.
13481 (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
13483 (gen_decl_die): Ignore NAMESPACE_DECLs for now.
13484 (gen_type_die): Writing out the context doesn't cause member class
13485 template instantiations to be written out as well.
13487 Mon Nov 15 15:33:18 1999 Richard Henderson <rth@cygnus.com>
13489 * rs6000.h (ASM_OUTPUT_DEF): New.
13490 Based on proposed addition from David Edelsohn.
13492 1999-11-15 Robert Lipe <RobertLipe@usa.net>
13493 Bruce Korb <autogen@linuxbox.com>
13495 * fixinc/inclhack.def
13496 (AAB_svr4_replace_byteorder): added. Takes advantage of GCC features
13497 (unixware7_byteorder_fix): added. Removes conflicts for new defs
13499 (svr5_mach_defines): added. Like svr4_mach_defines, with new syntax
13500 (svr4_endian): enabled with SVR5
13501 (svr4_mkdev): simplified syntax and enabled with SVR5
13503 Sun Nov 14 18:49:37 1999 David O'Brien <obrien@FreeBSD.org>
13505 * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
13506 * configure: Rebuilt.
13507 * config/t-freebsd-thread: New file.
13509 Sun Nov 14 23:11:05 1999 Jeffrey A Law (law@cygnus.com)
13511 * i386.c (ix86_decompose_address): Verify the base is a REG
13512 before trying to examine its register number.
13514 * basic-block.h: Remove all #defines and prototypes related to
13516 (free_bb_mem, compute_preds_succs): Remove prototype.
13517 * rtl.h (free_bb_mem): Remove prototype.
13518 * flow.c (alloc_int_list_node); Remove function.
13519 (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
13520 (compute_preds_succs, free_bb_mem): Likewise.
13521 * gcse.c (gcse_main): Do not call free_bb_mem anymore.
13522 * toplev.c (rest_of_compilation): Likewise.
13523 * haifa-sched.c (build_control_flow): Use flow generated edge
13524 list to build the haifa specific edge list.
13525 (find_rgns): Use new CFG data structures instead of pred/succ lists.
13526 (schedule_insns): Do not build pred/succ lists anymore. Instead
13527 build the edge table.
13529 * basic-block.h (dump_bb_data): Remove declaration.
13530 * flow.c (dump_bb_data): Remove function.
13531 * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
13532 (sbitmap_union_of_predsucc): Likewise.
13534 * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
13535 argument. All callers changed.
13536 (delete_null_pointer_checks_1): No longer need to compute the
13539 * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
13540 All callers changed.
13541 (pre_expr_reaches_here_p_work): Likewise.
13542 (pre_edge_insert): No longer call pre_expr_reaches_here_p.
13543 * lcm.c (compute_laterin): Fix initialization of LATER.
13544 (compute_nearerout): Similarly for NEARER.
13546 Sun Nov 14 12:41:57 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13548 * cse.c (set_nonvarying_address_components): Delete unused function.
13549 (refers_to_p): Likewise.
13551 Fri Nov 12 20:53:22 1999 Jeffrey A Law (law@cygnus.com)
13553 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
13556 Sat Nov 13 16:20:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13558 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
13559 definition in do while (0).
13561 Fri Nov 12 16:26:25 1999 Jim Wilson <wilson@cygnus.com>
13563 * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
13565 Fri Nov 12 12:43:49 1999 Richard Henderson <rth@cygnus.com>
13567 * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
13569 Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
13571 * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
13572 (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
13573 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
13574 (INITIAL_FRAME_POINTER_OFFSET): Remove it.
13576 * i960.c (i960_function_prologue): Don't allocate space for g8-g11
13577 saved on the stack. Output more accurate stack frame statistics
13578 into assembler file.
13580 1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com>
13582 * genextract.c (record_insn_name): New function.
13583 (get_insn_name): No longer a stub.
13584 (main): Call record_insn_name for each insn. After each label
13585 written, print the insn name in a comment.
13587 Fri Nov 12 13:45:02 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13589 * output.h (const_section, init_section, fini_section): Add
13592 * alpha/elf.h (const_section): Delete declaration.
13594 * svr4.h (const_section): Likewise.
13596 Fri Nov 12 08:54:22 1999 Mark Mitchell <mark@codesourcery.com>
13598 * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
13599 * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
13600 (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
13602 * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
13603 variable-sized array bounds.
13605 Fri Nov 12 08:04:45 1999 Catherine Moore <clm@cygnus.com>
13607 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use
13610 Fri Nov 12 13:31:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13612 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
13613 addresses the same way GO_IF_LEGITIMATE_INDEX does.
13615 Fri Nov 12 12:36:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13617 * cse.c (hash_arg_in_struct): Delete.
13618 (struct table_elt): Delete elt in_struct.
13619 (struct set): Delete elt src_in_struct.
13620 (merge_equiv_classes): Don't set either hash_arg_in_struct or
13621 the corresponding in_struct elts.
13622 (canon_hash): Likewise.
13623 (safe_hash): Likewise.
13624 (find_best_addr): Likewise.
13625 (record_jump_cond): Likewise.
13626 (cse_insn): Likewise.
13628 Thu Nov 11 19:45:24 1999 Jim Wilson <wilson@cygnus.com>
13630 * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
13632 * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
13635 Thu Nov 11 18:54:24 1999 Jeffrey A Law (law@cygnus.com)
13637 * function.c (diddle_return_value): Put back check that the DECL_RTL
13638 for the function is a register.
13640 * function.c (diddle_return_value): Use hard_function_value to
13641 get an rtx suitable for use in the USE/CLOBBER insn.
13643 * global.c (global_conflicts): Update comments.
13644 (record_conflicts): No need to record conflicts between pseudos here.
13646 1999-11-11 Bruce Korb <autogen@linuxbox.com>
13648 * fixinc/fixincl.c: Added verbose levels for status messages
13650 Thu Nov 11 13:23:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13652 * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
13653 operand as argument to expand_and or expand_binop.
13655 Thu Nov 11 02:21:16 1999 Rodney Brown <RodneyBrown@pmsc.com>
13657 * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
13658 gcc_add_string_root.
13660 Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
13662 * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
13664 Wed Nov 10 15:56:16 1999 Jeffrey A Law (law@cygnus.com)
13666 * flow.c (compute_flow_dominators): Initially put all blocks on
13668 * lcm.c (compute_antinout_edge, compute_available): Similarly.
13669 * gcse.c (compute_cprop_avinout): Remove.
13670 (compute_cprop_data): Use compute_available.
13671 (delete_null_pointer_checks_1): Use compute_available.
13673 * basic-block.h (compute_available): Returns a void now.
13674 * gcse.c (one_classic_gcse_pass): Do not expect compute_available
13675 to return a value anymore.
13676 * lcm.c (compute_available, compute_antinout_edge): Revamp to use
13677 worklists. Fix boundary cases. Compute maximal solutions.
13678 (compute_laterin, compute_nearerout): Similarly.
13680 * dwarf2out.c (add_AT_location_description): Allow
13681 (mem (plus (pseudo) (...)) too.
13683 Wed Nov 10 10:52:42 1999 Tom Tromey <tromey@cygnus.com>
13685 * gcc.c (do_spec_1): Support text between `%u' and `%O'.
13687 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
13688 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13690 * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
13692 * gansidecl.h: Likewise.
13698 * toplev.h: Likewise.
13700 * tree.c: Likewise.
13702 * tree.h: Likewise.
13704 * varray.c: Likewise.
13706 * varray.h: Likewise.
13708 Wed Nov 10 10:57:22 1999 Clinton Popetz <cpopetz@cygnus.com>
13710 * gcov.c (struct arcdata): Add hits and total, remove prob.
13711 (output_branch_counts): New.
13712 (process_args): Set output_branch_counts if -c.
13713 (calculate_branch_probs): Store hits and total instead of
13715 (output_data): Emit counts if output_branch_counts is true.
13716 * gcov.texi (Invoking Gcov): Document -c switch..
13718 Wed Nov 10 01:10:41 1999 Philippe De Muyter <phdm@macqel.be>
13720 * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
13721 `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
13723 Wed Nov 10 00:51:41 1999 Hans-Peter Nilsson <hp@axis.se>
13725 * invoke.texi (C Dialect Options): Add missing builtins from
13726 c-common.c to list.
13727 * extend.texi (Other Builtins): Copy to this list.
13729 Wed Nov 10 04:58:09 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13731 * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
13732 (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise. Remove
13733 redundant bitmap.h.
13735 Wed Nov 10 00:02:53 1999 Jeffrey A Law (law@cygnus.com)
13737 * flow.c (compute_flow_dominators): No longer treat basic block 0
13738 or (n_basic_blocks - 1) specially. Clear the AUX field before
13739 starting computation of doms/pdoms. Fix initial state for pdoms.
13741 Wed Nov 10 03:58:08 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13743 * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
13744 match rtl.o's: added ggc.h and toplev.h
13745 ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
13746 ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
13747 ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
13749 Tue Nov 9 10:30:08 1999 Tom Tromey <tromey@cygnus.com>
13751 * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
13752 from HAVE_DOS_BASED_FILESYSTEM.
13753 * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
13754 HAVE_DOS_BASED_FILESYSTEM.
13756 (split_directories): Only special-case DOS file names if
13757 HAVE_DOS_BASED_FILE_SYSTEM is defined. Use IS_DIR_SEPARATOR
13758 instead of explicit tests. Conditionalize on !VMS.
13759 (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
13760 tests. Conditionalize on !VMS.
13761 (process_command): Only use make_relative_prefix if !VMS.
13762 (free_split_directories): Conditionalize on !VMS.
13763 (DIR_UP): Conditionalize on !VMS.
13765 Wed Jun 9 16:57:11 1999 Mumit Khan <khan@xraylith.wisc.edu>
13767 * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
13769 Fri Feb 5 14:22:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
13771 * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
13774 Mon Nov 8 14:16:57 1999 Michael Meissner <meissner@cygnus.com>
13776 * invoke.texi (Environment Variables): Document relative path
13778 * gcc.c (DIR_UP): If not defined, define as "..".
13779 (standard_bindir_prefix): New static, holds target location to
13781 (split_directories): New function to split a filename into
13782 component directories.
13783 (free_split_directories): New function, release memory allocated
13784 by split_directories.
13785 (make_relative_prefix): New function, make a relative pathname if
13786 the compiler is not in the expected location.
13787 (process_command): If GCC_EXEC_PREFIX was not specified, see if we
13788 can figure out an appropriate prefix from argv[0].
13789 * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
13790 STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX. Define
13791 STANDARD_BINDIR_PREFIX.
13793 Wed Nov 10 11:47:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13795 * config/c4x/c4x-protos.h: New file. Prototypes for functions defined
13797 * config/c4x/c4x.h: Moved prototypes to c4x.h.
13798 * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
13799 c4x_secondary_memory_needed) Delete.
13800 (fp_zero_operand): Add mode argument.
13802 Thu Nov 4 15:52:35 1999 Andrew Haley <aph@cygnus.com>
13804 * reload1.c (reload_reg_free_for_value_p): Don't use a register
13805 that is in reload_reg_used.
13807 Tue Nov 9 16:43:00 1999 Nick Clifton <nickc@cygnus.com>
13809 * config/arm/arm-protos.h: New file: Prototypes for functions
13810 defined in arm.c and pe.c.
13811 * config/arm/arm.h: Fix compile time warnings.
13812 * config/arm/arm.c: Fix compile time warnings.
13813 * config/arm/pe.h: Fix compile time warnings.
13814 * config/arm/aout.h: Fix compile time warnings.
13816 Tue Nov 9 14:55:44 1999 Nick Clifton <nickc@cygnus.com>
13818 * config/m32r/m32r-protos.h: New file: Prototypes for functions
13821 * config/m32r/m32r.h: Move prototypes to m32r-protos.h
13822 Add support for subtargets.
13823 Add prototypes for new predicates.
13824 Add scheduling macros.
13826 * config/m32r/m32r.c: Fix compile time warnings.
13827 (int8_operand): New predicate function.
13828 (reg_or_cmp_int16_operand): New predicate function.
13829 (extend_operand): New predicate function.
13830 (m32r_adjust_code): New scheduling function.
13831 (m32r_adjust_priorty): New scheduling function.
13832 (m32r_sched_init): New scheduling function.
13833 (m32r_sched_reorder): New scheduling function.
13834 (m32r_sched_variable_issue): New scheduling function.
13835 (direct_return): New codegen function.
13836 (m32r_not_same_reg): New rtl testsing function.
13838 * config/m32r/m32r.md: Fix compile time warnings.
13839 Add support for pre decrement and post increment memory
13841 Add S<cc> patterns.
13844 Mon Nov 8 22:20:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13846 * global.c (EXECUTE_IF_CONFLICT): Don't define.
13847 (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
13848 (find_reg): Likewise.
13850 Mon Nov 8 13:16:46 1999 Jason Eckhardt <jle@cygnus.com>
13852 * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
13853 to avoid assembler errors.
13855 Mon Nov 8 15:38:41 1999 Nick Clifton <nickc@cygnus.com>
13857 * config/v850/v850-protos.h: New file: Prototypes for functions
13859 * config/v850/v850.h: Move prototypes to v850-protos.h
13860 * config/v850/v850.c: Move prototypes to v850-protos.h
13861 * config/v850/v850.md: Fix compile time warnings.
13863 * config/fr30/fr30-protos.h: New file: Prototypes for functions
13865 * config/fr30/fr30.h: Move prototypes to fr30-protos.h
13866 * config/fr30/fr30.c: Fix compile time warnings.
13867 * config/fr30/fr30.md: Fix compile time warnings.
13869 Mon Nov 8 07:25:37 1999 Mark Mitchell <mark@codesourcery.com>
13871 * tree.h (get_containing_scope): Declare it.
13872 * tree.c (get_containing_scope): New fucntion.
13873 (decl_function_context): Use it.
13874 * toplev.c (rest_of_compilation): Use get_containing_scope.
13876 aMon Nov 8 03:03:07 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13878 * Makefile.in (rtl.o): Depend on toplev.h.
13880 Sun Nov 7 20:55:14 1999 Mark Mitchell <mark@codesourcery.com>
13882 * cse.c (delete_trivially_dead_insns): Replace alloca with
13884 * except.c (update_rethrow_references): Likewise.
13885 (init_eh_nesting_info): Likewise.
13886 * function.c (identify_blocks): Likewise.
13887 * gcse.c (dump_hash_table): Likewise.
13888 * graph.c (print_rtl_graph_with_bb): Likewise.
13889 * loop.c (combine_movables): Likewise.
13890 (move_movables): Likewise.
13891 (count_loop_regs_set): Likewise.
13892 (strength_reduce): Likewise.
13893 * profile.c (compute_branch_probabilities): New function, split
13895 (branch_prob): Here. Replace alloca with xmalloc/xcalloc.
13896 * regclass.c (regclass): Likewise.
13897 * regmove.c (regmove_optimize): Likewise.
13898 * toplev.c (compile_file): Likewise.
13899 (main): Don't mess with the stack rlimit.
13901 Sun Nov 7 19:41:17 1999 Catherine Moore <clm@cygnus.com>
13903 * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
13904 (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
13906 Sun Nov 7 10:23:28 1999 Mark P. Mitchell <mark@codesourcery.com>
13908 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
13910 Sun Nov 7 02:58:48 1999 Jeffrey A Law (law@cygnus.com)
13912 * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
13913 (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
13916 Sat Nov 6 23:48:30 1999 Robert Lipe (robertlipe@usa.net)
13918 * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
13920 Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com)
13922 * gcse.c (post_dominators): Kill.
13923 (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
13924 (compute_code_hoist_data): Use compute_flow_dominators. Do not
13925 pass in a pdom array since we do not need pdoms.
13926 * haifa-sched.c (schedule_insns): Similarly.
13927 * flow.c (compute_dominators): Remove dead function.
13928 (compute_flow_dominators): Do not compute doms or pdoms if the
13929 caller does not request them. Split up loop to build doms and
13930 pdoms. Use a worklist to compute doms and pdoms.
13931 * basic-block.h (compute_dominators): Remove prototype.
13933 Sat Nov 6 11:38:39 1999 Richard Henderson <rth@cygnus.com>
13935 * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
13936 (insn_luid, insn_priority, insn_costs, insn_units): Remove.
13937 (insn_reg_weight, insn_depend, insn_dep_count): Remove.
13938 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
13939 (cant_move, fed_by_spec_load, is_load_insn): Remove.
13940 (schedule_region): Remove unused variable.
13941 (schedule_insns): Allocate h_i_d, and not all the separate arrays.
13943 Sat Nov 6 10:00:34 1999 Mark Mitchell <mark@codesourcery.com>
13945 * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
13946 (update_equiv_regs): Likewise.
13947 (block_alloc): Likewise.
13948 * reg-stack.c (reg_to_stack): Likewise.
13949 (convert_regs_2): Likewise.
13950 * reload1.c (reload_as_needed): Likewise.
13952 Sat Nov 6 09:57:59 1999 Mark Mitchell <mark@codesourcery.com>
13954 * Makefile.in (dbxout.o): Depend on ggc.h.
13955 (dwarf2out.o): Likewise.
13956 (xcoffout.o): Likewise.
13957 * dbxout.c: Include ggc.h.
13958 (dbxout_init): Register lastfile as a root.
13959 * dwarf2out.c: Include ggc.h.
13960 (dwarf2out_line): Register lastfile as a root.
13961 * xcoffout.c: Include ggc.h.
13962 (xcoffout_source_line): Register xcoff_lastfile as a root.
13964 Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com>
13966 * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
13968 Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com>
13970 * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
13972 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
13974 Fri Nov 5 18:33:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13976 * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
13977 (EXECUTE_IF_CONFLICT): Likewise.
13978 (ALLOCNO_LIVE_P): Avoid signed division.
13979 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
13980 (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
13981 (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
13983 Fri Nov 5 12:04:02 1999 Richard Henderson <rth@cygnus.com>
13985 * haifa-sched.c (schedule_block): Don't crash if there's no
13986 next insn for an interblock movement.
13987 (add_branch_dependences): Don't allow clobber insns to move either.
13989 Fri Nov 5 10:18:11 1999 Richard Henderson <rth@cygnus.com>
13991 * i386.c (split_xf): New.
13992 * i386-protos.h: Declare it.
13993 * i386.md (movxf_1): Add general regs alternatives.
13994 (movxf_1+1): New splitter for same.
13996 Fri Nov 5 12:05:52 1999 Nick Clifton <nickc@cygnus.com>
13998 * function.c (purge_addressof_1): Add missing return values.
14000 Fri Nov 5 10:07:25 1999 Nick Clifton <nickc@cygnus.com>
14002 * function.c (is_addressof): New function. Returns true if
14003 the given piece of RTL is an ADDRESSOF.
14004 (purge_addressof_1): Make boolean. Return false if the
14005 ADDRESSOFs could not be purged.
14006 (purge_addressof): If ADDRESSOFs could not be purged from the
14007 notes attached to an insn, remove the offending note(s),
14008 unless they are attached to a libcall.
14010 1999-11-05 Andreas Jaeger <aj@suse.de>
14012 * genoutput.c (null_operand =): Initialize all fields.
14014 * errors.h: Add extern to prototypes.
14016 Fri Nov 5 01:44:09 1999 Jeffrey A Law (law@cygnus.com)
14018 * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14019 * configure: Rebuilt.
14021 Fri Nov 5 01:24:37 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14023 * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14024 (mirror_conflicts): New function.
14025 (global_alloc): Call it.
14026 (expand_preferences): Remove redundant CONFLICTP test.
14027 (find_reg, dump_conflicts): Likewise.
14028 (prune_preferences): Process conflicts one word at a time.
14030 Fri Nov 5 01:05:21 1999 Richard Henderson <rth@cygnus.com>
14032 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14033 instead of an explicit loop.
14035 Thu Nov 4 23:07:14 1999 Jim Wilson <wilson@cygnus.com>
14037 * cse.c (cse_insn): Revert Oct 31 change. When computing src_elt,
14038 if REG_RETVAL check succeeds, then put classp in src_elt.
14040 Thu Nov 4 23:48:14 1999 Jeffrey A Law (law@cygnus.com)
14042 * function.c (pad_to_arg_alignment): Only update argument_pad
14043 if the argument's alignment is greater than STACK_BOUNDARY.
14045 Thu Nov 4 16:44:53 1999 Richard Henderson <rth@cygnus.com>
14047 * bitmap.h (BITMAP_XFREE): New.
14048 * flow.c (life_analysis): Use it.
14049 (life_analysis_1): Free blocks.
14051 * combine.c (undo_commit): New.
14052 (try_combine): Use it. Don't zap undobuf.undos.
14053 (combine_instructions): Don't zap undobuf.undos; free the
14054 undobuf.frees list.
14056 * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14058 * stmt.c (cost_table_): New.
14059 (estimate_case_costs): Use it instead of xmalloc.
14061 * toplev.c (compile_file): Reuse dumpname memory instead
14064 Thu Nov 4 16:36:44 1999 Richard Henderson <rth@cygnus.com>
14066 * reg-stack.c (convert_regs_1): Initialize target_stack->top
14067 after verifying an EH edge.
14069 * haifa-sched.c (init_rgn_data_dependences): Correctly
14070 size bb_pending_lists_length when zeroing.
14072 Thu Nov 4 16:36:36 1999 Richard Henderson <rth@cygnus.com>
14074 * function.c (diddle_return_value): New.
14075 (expand_function_end): Use it.
14076 * stmt.c (expand_null_return): Likewise.
14077 (expand_value_return): Likewise.
14079 * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14081 * reload1.c (reload): Don't remove return value clobbers.
14083 Thu Nov 4 13:33:46 1999 Richard Henderson <rth@cygnus.com>
14085 * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
14087 Thu Nov 4 12:49:52 1999 Richard Henderson <rth@cygnus.com>
14089 * cse.c (cse_main): Use xmalloc, not alloca.
14090 (cse_basic_block): Likewise.
14091 * local-alloc.c (local_alloc): Likewise.
14093 Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>
14094 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14096 * rtl.c: Include toplev.h.
14097 (fatal): Remove declaration.
14099 Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
14101 * haifa-sched.c (schedule_block): Fix thinko.
14103 1999-11-03 James McKelvey <mckelvey@fafnir.com>
14105 * fixinc/fixincl.c(create_file): Allow for systems that do not have
14106 S_IR* defined values
14108 1999-11-03 Philippe De Muyter <phdm@macqel.be>
14110 * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
14111 call `malloc' instead.
14113 Wed Nov 3 23:05:14 1999 Mark Mitchell <mark@codesourcery.com>
14115 * flags.h (flag_renumber_insns): Declare.
14116 * emit-rtl.c (renumber_insns): Check flag_renumber_insns. Print
14118 * rtl.h (renumber_insns): Change prototype.
14119 * toplev.c (flag_renumber_insns): Define.
14120 (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
14122 Wed Nov 3 15:11:27 1999 David S. Miller <davem@redhat.com>
14124 * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
14125 and fpsqrtd. Use them and create fdiv function unit to more
14126 accurately represent fpu sqrt pipeline semantics on UltraSparc.
14127 * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
14129 Wed Nov 3 15:11:27 1999 Matteo Frigo <athena@fftw.org>
14131 * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
14133 * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
14134 insn into ready list, do not use just a raw swap.
14136 Wed Nov 3 14:51:59 1999 Mark P. Mitchell <mark@codesourcery.com>
14138 * rtl.h (renumber_insns): New function.
14139 (remove_unnecessary_notes): Likewise.
14140 * emit-rtl.c (renumber_insns): Define.
14141 (remove_unncessary_notes): Likewise.
14142 * toplev.c (rest_of_compilation): Remove dead code.
14143 Use renumber_insns and remove_unncessary_notes.
14145 * gcse.c (struct null_pointer_info): New type.
14146 (get_bitmap_width): New function.
14147 (current_block): Remove.
14148 (nonnull_local): Likewise.
14149 (nonnull_killed): Likewise.
14150 (invalidate_nonnull_info): Take a null_pointer_info as input.
14151 (delete_null_pointer_checks_1): New function.
14152 (delete_null_pointer_checks): Use it.
14154 * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
14155 (split_edges): Likewise.
14156 (schedule_block): Likewise.
14157 (compute_block_backward_dependencies): Likewise.
14158 (schedule_region): Likewise.
14159 (schedule_insns): Likewise.
14161 Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com>
14163 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
14164 * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
14165 * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
14166 * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
14167 * jump.c (delete_unreferenced_labels): Don't delete if
14168 LABEL_ALTERNATE_NAME is set.
14169 * print-rtl.c (print_rtx): Dump alternate name.
14170 * rtl.def (CODE_LABEL): Change format to "iuuis00s".
14171 * rtl.h (LABEL_ALTERNATE_NAME): Define.
14172 * rtl.texi (LABEL_ALTERNATE_NAME): Document.
14173 * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
14175 Wed Nov 3 15:39:19 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14177 * fix-header.c (recognized_extern, recognized_function): Constify
14180 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
14181 (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14182 (compute_available): Remove unused variable `last'.
14183 (compute_nearerout): Remove unused variable `temp_bitmap'.
14184 (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
14185 Remove unused variable `x'.
14187 * scan.h (recognized_function, recognized_extern): Constify a
14190 * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
14192 Wed Nov 3 10:40:53 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14194 * varasm.c (decode_rtx_const): Use XSTR to access the string
14197 Wed Nov 3 10:10:58 1999 Richard Henderson <rth@cygnus.com>
14199 * c-decl.c (duplicate_decls): Copy DECL_MODE too.
14201 Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14203 * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
14205 Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
14207 * pa.c (ireg_operand): New function.
14208 * pa.h (PREDICATE_CODES): Handle ireg_operand.
14209 * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
14210 Fix out of date comment.
14212 * pa.md (negdi2): Turn into expander + anonymous pattern.
14214 * reload.c (find_reloads): Fix typos in recent change.
14216 * dwarf2out.c: Do not include ctype.h.
14218 Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14220 * regclass.c (record_reg_classes): Always use may_move_cost when
14221 seeing how operand fits with various register classes.
14223 Tue Nov 2 15:38:17 1999 Richard Henderson <rth@cygnus.com>
14225 * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
14226 * toplev.c: Revert Nov 1 13:22 change.
14228 Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com>
14230 * config/pa/pa.md (height reduction patterns): Add checks for
14231 overlapping operands to avoid semantic-destroying splits for
14232 height reduction patterns.
14234 Tue Nov 2 15:27:31 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14236 * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
14237 have been an hyphen, fixed.
14238 * configure: Rebuilt.
14240 Tue Nov 2 17:04:36 1999 Nick Clifton <nickc@cygnus.com>
14242 * config/arm/tpe.h: Add prototypes for exported functions.
14243 * config/arm/pe.c: Fix compile time warnings.
14244 * config/arm/semi.h: Fix compile time warnings.
14245 * config/arm/arm.c: Fix compile time warnings.
14246 * config/arm/arm.h: Fix compile time warnings.
14247 * config/arm/arm.md: Fix compile time warnings.
14248 * config/arm/thumb.c: Fix compile time warnings.
14249 * config/arm/thumb.h: Fix compile time warnings.
14250 * config/arm/thumb.md: Fix compile time warnings.
14252 Tue Nov 2 04:10:24 1999 Jan Hubicka <hubicka@freesoft.cz>
14254 * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
14257 * unroll.c (unroll_loop): Remove LOOP notes when loop is
14258 completely unrolled.
14260 Tue Nov 2 16:57:22 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14262 * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
14264 Tue Nov 2 09:43:00 1999 Catherine Moore <clm@cygnus.com>
14266 * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
14267 * rtl.h (rtx_equal_p): Move prototype.
14268 * rtl.c (rtx_equal_function_value_matters): Move from
14270 (rtx_equal_p): Likewise.
14271 * rtlanal.c (rtx_equal_function_value_matters): Delete.
14272 (rtx_equal_p): Likewise.
14274 Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
14276 * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
14277 ! HAS_INIT_SECTION.
14279 Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
14281 * gcc.1 (PA options): Remove obsolete -mshared-libs options.
14283 * pa.h (ADDR_VEC_ALIGN): Define.
14285 * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
14286 notes when presented with "if (foo) break; end_of_loop" and
14287 the break sequence gets moved out of the loop.
14289 * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
14290 Remove explicit zero initializations of entries within MAP.
14292 Mon Nov 1 18:09:14 1999 Richard Henderson <rth@cygnus.com>
14294 * reg-stack.c (convert_regs_1): Handle EH edges specially.
14296 Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com>
14298 * bitmap.h (BITMAP_XMALLOC): New macro.
14299 * flow.c (CLEAN_ALLOCA): Remove.
14300 (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
14301 (life_analysis): Likewise.
14302 (update_life_info): Don't use CLEAN_ALLOCA.
14303 (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
14304 (calculate_global_regs_live): Likewise.
14305 (print_rtl_with_bb): Likewise.
14306 (verify_flow_info): Likewise.
14307 * global.c (global_alloc): Likewise.
14308 (global_conflicts): Likewise.
14309 * integrate.c (save_for_inline_nocopy): Likewise.
14310 (expand_inline_function): Likewise.
14311 * jump.c (jump_optimize_1): Likewise.
14312 (duplicate_loop_exit_test): Likewise.
14313 (thread_jumps): Likewise.
14314 * loop.c (loop_optimize): Likewise.
14315 (combine_givs): Likewise.
14316 (recombine_givs): Likewise.
14317 * reorg.c (dbr_schedule): Likewise.
14318 * unroll.c (unroll_loop): Likewise.
14320 * combine.c (combine_instructions): Use xmalloc instead of alloca.
14322 Mon Nov 1 13:22:30 1999 Richard Henderson <rth@cygnus.com>
14324 * toplev.c (rest_of_compilation): Don't optimize the CFG
14325 when rebuilding, just before dbr.
14327 Mon Nov 1 14:35:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14329 * output.h (assemble_end_function, assemble_destructor,
14330 assemble_constructor, assemble_gc_entry, assemble_global,
14331 assemble_label, output_constant_pool) Constify a char*.
14333 * varasm.c (assemble_destructor, assemble_constructor,
14334 assemble_gc_entry, assemble_end_function, assemble_global,
14335 assemble_label, output_constant_pool): Likewise.
14337 Mon Nov 1 14:22:51 1999 Nick Clifton <nickc@cygnus.com>
14339 * config/arm/thumb.c (thumb_expand_prologue): Add comments
14340 explaining what is goin on in this function.
14342 Mon Nov 1 08:03:15 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14344 * regclass.c (record_reg_classes): In matching case, recompute
14345 costs since the direction of movement is different.
14347 Sun Oct 31 21:59:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
14349 * resource.c (mark_target_live_regs): For unconditional branches,
14350 the resources found at the branch target should be added to the
14351 resources found so far, not intersected.
14353 Sun Oct 31 15:48:49 1999 Philippe De Muyter <phdm@macqel.be>
14355 * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
14357 * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
14358 (sys/mman.h): Include this file only if #HAVE_MMAP.
14359 (run_compiles): Initialize `esac_fmt' with one old KR string, not
14360 with automatically concatenated ANSI strings.
14362 Sun Oct 31 23:57:07 1999 Mark Mitchell <mark@codesourcery.com>
14364 * ggc-page.c (struct page_entry): Remove save_num_free_objects.
14365 (DIV_ROUND_UP): Robustify.
14366 (ggc_recalculate_in_use_p): New function.
14367 (release_pages): Don't inline it.
14368 (ggc_alloc_obj): Don't refuse to allocate objects on pages for
14370 (ggc_pop_context): Use ggc_recalculate_in_use_p.
14371 (clear_marks): Always save in_use_p.
14372 (sweep_pages): Use ggc_recalculate_in_use_p.
14373 (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
14374 Release pages before counting statistics.
14376 Sun Oct 31 23:42:37 1999 Mark Mitchell <mark@codesourcery.com>
14378 * toplev.c (rest_of_compilation): Fix thinko in this change:
14380 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
14382 (rest_of_compilation): If inside an inlined external function,
14383 pretend we are just being declared.
14385 Sun Oct 31 23:03:25 1999 Jeffrey A Law (law@cygnus.com)
14387 * flow.c (calculate_global_regs_live): Fix thinko.
14389 * integrate.c (expand_inline_function): Fix bugs in previous
14390 change from Oct 28, 1999.
14392 Sun Oct 31 20:27:45 1999 Mark Mitchell <mark@codesourcery.com>
14394 * stmt.c (expand_value_return): Fix typo in this change:
14396 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14397 (expand_value_return): Correctly convert VAL when promoting function
14398 return; support RETURN_REG being a PARALLEL.
14400 Sun Oct 31 20:25:42 1999 Mark P. Mitchell <mark@codesourcery.com>
14402 * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
14404 Sun Oct 31 20:42:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14406 * hard-reg-set.h (reg_names): Constify a char*.
14408 * regclass.c (reg_names): Likewise.
14410 * regs.h (reg_names): Likewise
14412 * a29k/a29k.c (reg_names): Delete declaration.
14414 * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
14416 * arc/arc.c (arc_save_restore, arc_output_function_prologue,
14417 arc_output_function_epilogue): Likewise.
14419 * elxsi/elxsi.c (reg_names): Likewise.
14421 * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
14423 * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
14426 * m88k/m88k.c (output_function_profiler): Likewise.
14428 * sparc/sparc.c (sparc_flat_output_function_prologue,
14429 sparc_flat_output_function_epilogue): Likewise.
14431 Sun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof.com>
14433 * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
14434 warning from -Wuninitialized and put it under -W.
14435 * function.c (uninitialized_vars_warning): Warn only when the
14436 corresponding flag is set.
14438 Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com)
14440 * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
14441 is nonzero and the single set does not have an elt, then assign
14444 * simplify-rtx.c: New file.
14445 * Makefile.in (OBJS): Add simplify-rtx.o
14446 (simplify-rtx.o): Add dependencies.
14447 * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
14448 * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
14449 (cse_gen_binary, simplify_unary_operation): Delete.
14450 (simplify_binary_operation, simplify_plus_minus): Likewise.
14451 (check_fold_consts, simplify_relation_operation): Likewise.
14452 (simplify_ternary_operation): Likewise.
14453 (delete_trivially_dead_insns): Simplify the contents of the
14454 REG_EQUAL note before trying to substitute it into the source
14455 of the reg-reg copy at the end of a libcall sequence.
14457 * combine.c (combine_simplify_rtx): Renamed from simplify_rtx. All
14458 references/callers changed.
14460 * mn10200.c (mn10200_va_arg): Force the return value into a
14463 * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
14465 * cccp.c (macroexpand): Avoid out of range accesses for omitted
14468 Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
14470 * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
14472 Sat Oct 30 22:19:26 1999 Jeffrey A Law (law@cygnus.com)
14474 * fold-const.c (fold): Fix thinko when optimizing comparisons
14477 Sat Oct 30 21:32:17 1999 David Starner <dstarner98@aasaa.ofe.org>
14479 * gcc.texi (Passes): Update front-end files to their current
14482 Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com>
14484 * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
14485 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
14486 (PREDICATE_CODES): Add addition_operation.
14487 * alpha-protos.h (addition_operation): Declare.
14488 (secondary_reload_class): Likewise.
14489 * alpha.c (addition_operation): New.
14490 (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
14491 * alpha.md (adddi3): Turn into expander.
14492 (*lda, *adddi_2): New.
14493 (movsf, movdf patterns): Don't preference integer regs.
14494 (movsi, movdi patterns): Don't preference fp regs.
14496 Sat Oct 30 14:38:22 1999 Richard Henderson <rth@cygnus.com>
14498 * genrecog.c (write_switch): Check for duplicate CODE cases.
14500 Sat Oct 30 14:31:48 1999 Richard Henderson <rth@cygnus.com>
14502 * ggc-common.c: Update pre-function commentary.
14503 * ggc-page.c: Likewise.
14505 (poison_pages): Use memset directly.
14506 (ggc_alloc_obj): Likewise. Use a different pattern than poison_pages.
14507 (ggc_collect): Poison before sweeping.
14508 * ggc-simple.c: Update pre-function commentary.
14509 (ggc_alloc_obj): Poison non-zeroed memory.
14511 Sat Oct 30 14:28:52 1999 Mark Mitchell <mark@codesourcery.com>
14513 * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
14514 match format string, even on 64-bit hosts.
14515 * gcc-page.c (ggc_page_print_statistics): Likewise.
14517 Sat Oct 30 14:38:04 1999 Catherine Moore <clm@cygnus.com>
14519 * config/i386/i386.c (ix86_cpu): Revert last patch.
14520 * config/i386/i386.h (ix86_cpu): Ditto.
14522 Fri Oct 29 17:00:42 1999 Jim Wilson <wilson@cygnus.com>
14524 * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
14525 TYPE_SIZE, convert type of result to sizetype.
14527 Fri Oct 29 14:34:17 1999 Richard Henderson <rth@cygnus.com>
14529 * flow.c (count_or_remove_death_notes): Equate NULL with the
14532 * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
14533 * toplev.c (rest_of_compilation): Rebuild CFG immediately before
14536 * i386.c (pic_label_no): Delete.
14537 (ix86_attr_length_default): Don't use single_set to peek
14540 * recog.c (peephole2_optimize): Allow recog_next_insn to index
14541 the first insn after bb->end.
14542 * i386.md (push mem peeps): Scratch is live after evaluation
14544 (cmp mem peep): Similarly.
14546 Fri Oct 29 11:50:11 1999 Catherine Moore <clm@cygnus.com>
14548 * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
14549 * function.c (pad_to_arg_alignment): Add missing braces.
14551 Fri Oct 29 13:53:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14553 * alpha/alpha-protos.h (literal_section): Add prototype.
14554 (alpha_need_linkage, alpha_start_function,alpha_end_function):
14557 * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
14559 (alpha_start_function, alpha_end_function, float_strings,
14560 alpha_need_linkage): Constify a char*
14562 * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
14564 * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
14566 * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
14568 * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
14570 Fri Oct 29 13:49:39 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14572 * flow.c (debug_flow_info): Add prototype.
14574 * gcc.c (main): Likewise.
14576 * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
14579 * reload1.c (failed_reload, set_reload_reg): Likewise.
14581 * mips-tfile.c (main): Likewise.
14582 (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
14583 with ATTRIBUTE_NORETURN.
14585 Fri Oct 29 18:16:03 1999 Andrew Haley <aph@cygnus.com>
14587 * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
14588 DECL is not a memory ref.
14590 Fri Oct 29 09:05:34 1999 Catherine Moore <clm@cygnus.com>
14592 * config/i386/i386.h (ix86_cpu): Remove extern attribute.
14593 * config/i386/i386.c (ix86_cpu): Add extern attribute.
14595 Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com>
14597 * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
14598 * config/mips/elf64.h: ditto.
14600 Fri Oct 29 08:03:57 1999 Catherine Moore <clm@cygnus.com>
14602 * expr.c (emit_push_insn): New argument alignment_pad.
14603 Update all callers. Adjust stack pointer based on alignment pad.
14604 * function.c (pad_to_arg_alignment): New argument alignment_pad.
14605 Update all callers. Track alignment_pad if boundary > PARM_BOUNDARY.
14606 (locate_and_pad_parm): New argument alignment_pad. Update all
14608 * expr.h (emit_push_insn): Update prototype.
14609 (locate_and_pad_parm): Update prototype.
14610 * calls.c (arg_data): Add new field alignment_pad.
14611 (initialize_argument_information): Initialize alignment_pad.
14613 Fri Oct 29 02:51:35 1999 Mark Mitchell <mark@codesourcery.com>
14615 * except.c (free_eh_nesting_info): Free the info itself.
14616 * function.c (free_after_compilation): Don't free NULL.
14617 * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
14618 (pre_edge_insert): Free inserted.
14619 * stmt.c (free_stmt_status): Don't free NULL.
14621 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
14623 * gcov.c (DIR_SEPARATOR): Provide default.
14624 (output_data): Add test for MS-DOS format absolute filename.
14625 (fancy_abort): Correct program name.
14626 (open_files): Open all files in binary mode.
14627 * libgcc2.c (__bb_exit_func): Likewise.
14629 * profile.c (init_branch_prob): Specify binary when opening files.
14631 * flags.h (flag_unwind_tables): New decl.
14632 * toplev.c (flag_unwind_table): New definition.
14633 (f_options): Add -funwind-tables.
14634 (decode_g_option): Clarify warning when unknown -g option is given.
14635 (rest_of_compilation): If inside an inlined external function,
14636 pretend we are just being declared.
14638 * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
14639 (dwarf2out_frame_finish): Likewise.
14641 Fri Oct 29 07:44:26 1999 Vasco Pedro <vp@di.fct.unl.pt>
14643 * fold-const.c (merge_ranges): If not in0, but in1, handle
14644 upper bounds equal like subset case.
14646 Thu Oct 28 19:22:24 1999 Douglas Rupp <rupp@gnat.com>
14648 * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
14649 passed in a register but moved to the stack.
14651 Thu Oct 28 19:12:57 1999 Sam Tardieu <tardieu@act-europe.fr>
14653 * gcc.c (pass_exit_codes, greatest_status): New variables.
14654 (struct option_map): Add entry for "--pass-exit-codes".
14655 (execute): Update greatest_status if error.
14656 (display_help): Add documentation for -pass-exit-codes.
14657 (process_command): Handle -pass-exit-codes.
14658 (main): Look at pass_exit_codes and greatest_status on call to exit.
14660 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14662 * reload.c (find_reloads): Refine test for no input reload
14663 case to not includes reloads emitted after insn.
14665 * function.c (find_temp_slots_from_address): Handle sum involving
14666 a register that points to a temp slot.
14667 (update_temp_slot_address): Make recursive call if both old and
14668 new are PLUS with a common operand.
14669 * calls.c (expand_call): Mark temp slot for result as having
14672 * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
14674 * gcc.c (process_command): Add standard_exec_prefix with "GCC"
14675 component as well as "BINUTILS".
14677 * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
14678 * integrate.c (copy_rtx_and_substitute): Likewise.
14679 (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
14680 All callers changed.
14681 * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
14683 * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
14684 gdb extensions, write size of type; also be more consistent
14685 in using references when this is a subtype.
14687 * pa.md (extv, extzv, insv): Use define_expand to reject constant
14688 that is out of range.
14690 * loop.c (unknown_constant_address_altered): New variable.
14691 (prescan_loop): Initialize it.
14692 (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
14693 (invariant_p, case MEM): Remove handling for volatile and readonly;
14694 check new variable if readonly.
14695 (check_dbra_loop): Chdeck unknown_constant_address_altered.
14697 * cse.c (canon_hash, case MEM): Do not record if BLKmode.
14698 (addr_affects_sp_p): Removed from note_mem_written and only
14699 define #ifdef AUTO_INC_DEC.
14701 * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
14703 * regclass.c (record_reg_classes): Properly handle register move
14706 * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
14707 Don't think valid if both operands are invalid.
14708 (struct constant_descriptor): New field RTL.
14709 (mark_const_hash_entry): Mark it.
14710 (record_constant{,_rtx}): Initialize it.
14711 (output_constant_def): Allocate RTL in permanent obstack and
14713 ({record,compare}_constant_1): Modes must match for
14714 CONSTRUCTOR of ARRAY_TYPE.
14716 * c-common.h (initializer_constant_valid_p): Delete decl from here.
14717 * output.h (initializer_constant_valid_p): Move decl to here.
14718 * c-common.c (initializer_constant_valid_p): Delete function from here.
14719 * varasm.c (initializer_constant_valid_p): Move function to here.
14721 * tree.h (STRIP_SIGN_NOPS): New macro.
14722 * fold-const.c (optimize_minmax_comparison): New function.
14723 (invert_truthvalue, case WITH_RECORD_EXPR): New case.
14724 (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
14725 (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
14726 cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
14727 widening conversions.
14728 (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
14729 to look at size of mode, not precision of type; also add missing cases.
14730 (optimize_bit_field_compare, decode_field_reference): Don't try to
14731 optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
14733 * dwarf2out.c (ctype.h): Include.
14734 (dwarf2out_set_demangle_name_func): New function.
14735 (size_of_line_info): Deleted.
14736 (output_line_info): Compute size of line info table from difference
14738 (base_type_die, add_name_attribute): Call demangle function, if any.
14739 (field_byte_offset): Use bits per word for variable length fields.
14740 (gen_array_type_die): Add array name.
14741 (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
14742 (dwarf2out_add_library_unit_info): New function.
14744 * explow.c (set_stack_check_libfunc): New function.
14745 (stack_check_libfunc): New static variable.
14746 (probe_stack_range): Allow front-end to set up a libfunc to call.
14748 * combine.c (simplify_comparison): When making comparison in wider
14749 mode, check for having commuted an AND and a SUBREG.
14750 (contains_muldiv): New function.
14751 (try_combine): Call it when dividing a PARALLEL.
14752 (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
14753 (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
14755 (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
14756 use one of the CLOBBERs instead.
14757 (if_then_else_cond): If comparing against zero, just return thing
14760 * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
14761 Don't generate shifts and subtract if have conditional arithmetic.
14763 * rtl.h (delete_barrier): New declaration.
14764 * jump.c (jump_optimize): Set up to handle conditional call.
14765 In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
14766 (delete_barrier): New function.
14768 * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
14770 * recog.c (nonmemory_operand): Accept ADDRESSOF.
14772 * tree.c (build_type_attribute_variant): Push to obstack of
14773 ttype around type_hash_canon call.
14775 * expr.c (placeholder_list): Move decl to file scope.
14776 (expand_expr): Don't force access to volatile just because its
14778 If ignoring reference operations, just expand the operands.
14779 (expand_expr, case COMPONENT_REF): Propagate
14780 EXPAND_CONST_ADDRESS to recursive call when expanding inner.
14781 Refine test for using bitfield operations vs pointer punning.
14782 (expand_expr, case CONVERT_EXPR): If converting to
14783 BLKmode UNION_TYPE from BLKmode, just return inner object.
14784 Use proper mode in store_field call.
14785 Properly set sizes of object to store and total size in store_field
14786 call for convert to union.
14787 (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
14788 memory (like for ADDR_EXPR). Also, don't put constant in register if
14789 we'll want it in memory.
14790 (readonly_fields_p): New function.
14791 (expand_expr, case INDIRECT_REF): Call it if LHS.
14792 (expand_assignment): Handle a RESULT_DECL where
14793 DECL_RTL is a PARALLEL.
14794 (do_jump, case WITH_RECORD_EXPR): New case.
14795 (get_inner_reference): Always go inside a CONVERT_EXPR
14796 and NOP_EXPR if both modes are the same.
14797 (store_field): Use bitfield operations if size of bitsize is not same
14798 as size of RHS's type.
14799 Check for bitpos not a multiple of alignment in BLKmode case.
14800 Do block move in largest possible alignment.
14801 (store_constructor): Set BITSIZE to -1 for variable size and properly
14802 in case of array of BLKmode.
14803 (expand_expr_unaligned): New function.
14804 (do_compare_and_jump): Call it.
14806 * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
14807 * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
14808 does not include 'o'.
14810 * function.c (instantiate_virtual_regs_1, case SET): Handle case where
14811 both SET_DEST and SET_SRC reference a virtual register.
14812 (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
14814 * integrate.c (expand_inline_function): Handle case of setting
14815 virtual stack vars register (from built in setjmp); when parameter
14816 lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
14817 (subst_constant): Add new parm, MEMONLY.
14818 (expand_inline_function, integrate_parm_decls): Pass new parm.
14819 (integrate_decl_tree): Likewise.
14820 (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
14821 (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
14822 (copy_rtx_and_substitute, case SET): Add explicit calls to
14823 copy_rtx_and_substitute for both sides.
14825 * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
14827 (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
14828 within INDEX_TYPE, instead of before.
14829 (fixup_gotos): Use f->target_rtl, not the next insn,
14830 since latter may be from a later fixup.
14831 (expand_value_return): Correctly convert VAL when promoting function
14832 return; support RETURN_REG being a PARALLEL.
14833 (expand_return): When checking for result in regs and having
14834 cleanup, consider PARALLEL in DECL_RTL as being in regs.
14836 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com>
14838 * cpplib.h (struct cpp_buffer: fname, nominal_fname,
14839 last_nominal_fname): Mark const.
14840 (struct include_hash: name, nshort, control_macro): Mark
14842 (struct macrodef: symnam): Mark const.
14843 (struct if_stack: fname): Mark const.
14844 (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
14845 (IStable): New character-syntax array which encompasses all
14846 the old is_foo arrays.
14847 (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
14848 is_space): New macros for interrogating IStable.
14849 (check_macro_name): Kill last argument. All callers changed.
14851 * cppinit.c (initialize_char_syntax): Delete.
14852 (is_idchar, is_idstart, is_hor_space, is_space,
14853 trigraph_table): Delete.
14854 (IStable): New. Initialize with clever macros to avoid
14855 information duplication.
14856 (builtin_array): Table of builtins to get rid of explicit list
14857 in initialize_builtins.
14858 (initialize_builtins): Use builtins_array.
14859 (cpp_start_read): Call init_IStable, and set IStable['$'] if
14860 opts->dollars_in_ident.
14862 * cppexp.c: Change all refs to is_xyz[] arrays to use new
14864 (cpp_parse_expr): Avoid 'format string is not constant'
14865 warning. Use ISGRAPH to identify printable chars.
14866 * cppfiles.c: Change all refs to is_xyz[] arrays to use new
14868 (read_and_prescan): Map trigraphs to chars with open-coded
14869 if-else-if-... sequence, not a lookup table.
14870 * cpphash.c: Change all refs to is_xyz[] arrays to use new
14872 * cpplib.c: Change all refs to is_xyz[] arrays to use new
14873 is_xyz() macros. Kill SKIP_ALL_WHITE_SPACE (unused).
14874 (check_macro_name): Remove ability to report an invalid
14875 assertion name, which is never used.
14876 (do_line): Constify a couple of char *'s.
14877 * cppmain.c (main): Call cpp_cleanup before returning.
14879 Thu Oct 28 21:16:35 1999 Mark Mitchell <mark@codesourcery.com>
14881 * ggc.h (struct ggc_statistics): New type.
14882 (ggc_get_size): New function.
14883 (ggc_print_statistics): Likewise.
14884 * ggc-common.c (ggc_stats): New variable.
14885 (ggc_mark_rtx_children): Keep statistics.
14886 (ggc_mark_tree_children): Likewise.
14887 (ggc_print_statistics): New function.
14888 * ggc-page.c (struct globals): Add bytes_mapped field.
14889 (alloc_anon): Update it.
14890 (release_pages): Likewise.
14891 (ggc_get_size): New function.
14892 (ggc_page_print_statistics): New function.
14893 * ggc-simple.c (ggc_get_size): New function.
14895 Fri Oct 29 06:32:44 1999 Geoffrey Keating <geoffk@cygnus.com>
14897 * flow.c (propagate_block): When the last reference to a label
14898 before an ADDR_VEC is deleted because the reference is a dead
14899 store, delete the ADDR_VEC.
14901 Thu Oct 28 12:28:50 1999 Richard Henderson <rth@cygnus.com>
14903 * resource.c (find_free_register): Don't use the frame pointer
14904 if frame_pointer_needed.
14906 Thu Oct 28 10:02:00 1999 Jim Wilson <wilson@cygnus.com>
14908 * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
14909 (function_arg_pass_by_reference): Check for a NULL pointer in cum.
14911 * config/i960/i960.c (i960_va_start): New locals base, num.
14912 Use INDIRECT_REF instead of ARRAY_REF on valist.
14913 (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
14915 Thu Oct 28 09:45:48 1999 Mark Mitchell <mark@codesourcery.com>
14917 * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
14919 Thu Oct 28 03:37:50 1999 Peter Gerwinski <peter@gerwinski.de>
14921 * tree.def (PLACEHOLDER_EXPR): Update comments.
14923 Thu Oct 28 06:47:32 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14925 * c-common.c (check_format_info): Avoid non-literal format string
14926 warnings when `first_arg_num' is zero.
14928 Thu Oct 28 12:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14930 * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
14932 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
14934 * arm.md (casesi_insn): Add a clobber of the condition code
14937 Mon Oct 18 21:16:06 1999 Fred Fish <fnf@be.com>
14939 * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
14940 used by both cc1 and cc1plus.
14942 Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com>
14944 * config/arm/arm.c: Initialise arm_structure_size_boundary to
14945 DEFAULT_STRUCTURE_SIZE_BOUNDARY.
14946 * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
14947 to the value 32 if it has not already been defined.
14948 * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
14949 Override definition in arm.h with a value of 8.
14951 Thu Oct 28 03:12:02 1999 David Starner <dstarner98@aasaa.ofe.org>
14953 * c-pragma.c (push_alignment): Don't check the return value
14956 Thu Oct 28 03:08:38 1999 Matteo Frigo <athena@fftw.org>
14958 * sparc.h (ADJUST_COST): Fix thinko.
14960 Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
14962 * cccp.c (rescan): Fixed obp pointer handling around call to
14963 check_expand subroutine.
14965 Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
14967 * gcse.c (delete_null_pointer_checks): Only record non-null info
14968 for pseudos when examining stores.
14970 * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
14971 splitters for these patterns. Use "#" for output templates.
14972 (addsi3_carryin_shift): New pattern.
14974 Thu Oct 28 10:20:02 1999 Geoffrey Keating <geoffk@cygnus.com>
14976 * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
14977 of the function return register into a plain REG until
14978 after function inlining is done.
14980 Wed Oct 27 15:21:46 1999 Richard Henderson <rth@cygnus.com>
14982 * jump.c (jump_optimize_1): If we did cross-jumping, and
14983 the data will matter, rebuild the CFG.
14984 * reg-stack.c (reg_to_stack): Only (re)build the CFG if
14985 not optimizing. Don't run shorten_branches.
14986 * toplev.c (rest_of_compilation): Run shorten_branches after
14989 Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com>
14991 * rtl.h (note_stores): Add additional paramter.
14992 * rtlanal.c (reg_set_p_1): Take additional paramter.
14993 (reg_set_last_1): Likewise.
14994 (reg_set_p): Adjust call to note_stores.
14995 (reg_set_last): Likewise.
14996 (note_stores): Pass data parameter to worker function.
14997 * alias.c (record_set): Take additional parameter.
14998 (init_alias_analysis): Pass it.
14999 * caller-save.c (mark_set_regs): Take additional parameter.
15000 (save_call_clobbered_regs): Pass NULL to note_stores.
15001 * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15003 (record_dead_and_set_regs_1): Likewise.
15004 (reg_dead_at_p_1): Likewise.
15005 (combine_instructions): Adjust calls to note_stores.
15006 (try_combine): Likewise.
15007 (record_dead_insn): Remove.
15008 (record_dead_and_set_regs): Adjust calls to note_stores.
15009 (reg_dead_at_p): Likewise.
15010 * cse.c (invalidate_skipped_set): Take additional parameter.
15011 (cse_check_loop_start): Likewise.
15012 (cse_check_loop_start_value): Remove.
15013 (cse_set_around_loop): Adjust calls to note_stores.
15014 * flow.c (notice_stack_pointer_modification): Take additional
15015 parameter. Remove duplicate declaration.
15016 (record_volatile_insns): Adjust calls to note_stores.
15017 * gcse.c (record_set_info): Take additional parameter.
15018 (record_last_set_info): Likewise.
15019 (invalidate_nonnull_info): Likewise.
15020 (record_set_insn): Remove.
15021 (compute_sets): Adjust calls to note_stores.
15022 (last_set_insn): Remove.
15023 (compute_hash_table): Adjust calls to note_stores.
15024 (insert_insn_end_bb): Likewise.
15025 (delete_null_pointer_checks): Likewise.
15026 * global.c (mark_reg_store): Take additional parameter.
15027 (mark_reg_clobber): Likewise.
15028 (reg_becomes_live): Likewise.
15029 (global_conflicts): Adjust calls to note_stores.
15030 (build_insn_chain): Likewise.
15031 * integrate.c (note_modified_parmregs): Take additional parameter.
15032 (mark_stores): Likewise. Make it static.
15033 (save_for_inline_nocopy): Adjust calls to note_stores.
15034 (try_constants): Likewise.
15035 * integrate.h (mark_stores): Remove declaration.
15036 * jump.c (mark_modified_reg): Take additional parameter.
15037 (thread_jumps): Adjust calls to note_stores.
15038 * local-alloc.c (validate_equiv_mem_from_store): Take additional
15040 (no_equiv): Likewise.
15041 (reg_is_set): Likewise.
15042 (validate_equiv_mem): Adjust calls to note_stores.
15043 (update_equiv_regs): Likewise.
15044 (block_alloc): Likewise.
15045 * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15046 (note_addr_stored): Take additional parameter.
15047 (note_set_pseudo_multiple_uses): Likewise.
15048 (record_initial): Likewise.
15049 (prescan_loop): Adjust calls to note_stores.
15050 (strength_reduce): Likewise.
15051 (check_dbra_loop): Likewise.
15052 * regmove.c (flags_set_1): Take additional paramter.
15053 (mark_flags_life_zones): Adjust calls to note_stores.
15054 * reload1.c (mark_not_eliminable): Take additional parameter.
15055 (forget_old_reloads_1): Likewise.
15056 (reload_cse_invalidate_rtx): Likewise.
15057 (reload_cse_check_clobber): Likewise.
15058 (reload_combine_note_store): Likewise.
15059 (move2add_note_store): Likewise.
15060 (reload): Adjust calls to note_stores.
15061 (reload_as_needed): Likewise.
15062 (emit_reload_insns): Likewise.
15063 (reload_cse_regs_1): Likewise.
15064 (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15065 (reload_combine): Adjust calls to note_stores.
15066 * resource.c (update_live_status): Take additional paramter.
15067 (mark_target_live_regs): Adjust calls to note_stores.
15068 * stupid.c (find_clobbered_regs): Take additional parameter.
15069 (stupid_life_analysis): Adjust calls to note_stores.
15071 Wed Oct 27 19:26:12 1999 Nick Clifton <nickc@cygnus.com>
15073 * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15076 * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15079 * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15080 of the variable arm_structure_size_boundary.
15082 Wed Oct 27 02:05:58 1999 Mark P. Mitchell <mark@codesourcery.com>
15084 * alias.c (init_alias_analysis): Allocate reg_known_value and
15085 reg_known_equiv_p on the heap. Likewise for new_reg_base_value
15087 (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
15088 * cse.c (cse_main): Call end_alias_analysis.
15089 * haifa-sched.c (schedule_insns): Likewise.
15090 * local-alloc. (update_equiv_regs): Likewise.
15091 * reload1.c (reload_cse_regs): Likewise.
15093 Wed Oct 27 01:49:17 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15095 * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
15096 * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
15097 mapping from MASK_FPU.
15099 Wed Oct 27 01:42:26 1999 Scott Christley <scottc@net-community.com>
15101 * sparc.md (call): Don't bound structure return size to 0xfff.
15103 Wed Oct 27 00:56:59 1999 Richard Henderson <rth@cygnus.com>
15105 * resource.c (mark_target_live_regs): Check that the target
15106 insn wasn't created after compute_bb_for_insn.
15108 Tue Oct 26 23:15:03 1999 Mark Mitchell <mark@codesourcery.com>
15110 * ggc-page.c (poison_pages): Don't be overzealous.
15112 Tue Oct 26 23:29:18 1999 Jeffrey A Law (law@cygnus.com)
15114 * alias.c: Update comments for ADDRESS.
15115 (nonlocal_reference_p): Look inside the ADDRESS to determine if
15116 it is a local memory reference.
15118 * c-typeck.c (build_function_call): Check that the built-in
15119 function is of class BUILT_IN_NORMAL before trying to recongize
15120 it as BUILT_IN_ABS.
15121 * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
15122 * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
15124 Wed Oct 27 00:14:13 1999 Robert Lipe <robertlipe@usa.net>
15126 * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
15128 (pre_gcse): Likewise.
15129 (hoist_expr_reaches_here_p): Likewise.
15130 (hoist_code): Likewise.
15131 (pre_expr_reaches_here_p): Replace alloca with xcalloc. Move core
15133 (pre_expr_reaches_here_p_work): ... here.
15134 (expr_reaches_here_p): Replace alloca with xcalloc. Move core
15136 (expr_reaches_here_p_work): ... here.
15138 Tue Oct 26 20:42:45 1999 Richard Henderson <rth@cygnus.com>
15140 * resource.c (find_basic_block): Delete.
15141 (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
15142 (init_resource_info): Call compute_bb_for_insn.
15144 Tue Oct 26 20:21:02 1999 Richard Henderson <rth@cygnus.com>
15146 * flow.c (merge_blocks_move_predecessor_nojumps): Cope
15147 with already adjacent blocks, but no fallthru.
15148 (merge_blocks_move_successor_nojumps): Simplify.
15149 (debug_flow_info): New.
15151 * toplev.c (rest_of_compilation): Open jump1 dump file before
15152 jump and close after, as opposed to just using dump_rtl.
15154 Wed Oct 27 03:09:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
15156 * reload.h (earlyclobber_operand_p): Declare.
15157 * reload.c (earlyclobber_operand_p): Don't declare. No longer static.
15158 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
15159 an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
15160 case where the RELOAD_OTHER reload is new. Use earlyclobber_operand_p.
15162 Tue Oct 26 18:23:38 1999 Jan Hubicka <hubicka@freesoft.cz>
15163 Richard Henderson <rth@cygnus.com>
15165 * emit-rtl.c (emit_block_insn_before): New.
15166 (emit_block_insn_after): New.
15167 * basic-block.h: Declare them.
15169 * bitmap.h: Protect from multiple inclusion.
15171 * recog.c (scratch_operand): Handle VOIDmode correctly.
15173 * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
15175 * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
15176 * function.c (assign_parms): Likewise.
15177 * global.c (global_conflicts): Clarify STACK_REGS commentary.
15179 * reg-stack.c (max_uid): Remove.
15180 (blocks, block_begin, block_end, block_drops_in): Remove.
15181 (block_stack_in, block_out_reg_set, block_number): Remove.
15182 (struct block_info_def, BLOCK_INFO): New.
15183 (enum emit_where): New.
15184 (current_block): New.
15185 (BLOCK_NUM): Remove.
15186 (mark_regs_pat, record_label_references): Remove.
15187 (record_reg_life_pat, record_reg_life, find_blocks): Remove.
15189 (goto_block_pat, print_blocks, dump_stack_info): Remove.
15190 (reg_to_stack): Simplified test for existance of fp code. Use
15191 flow.c code. Call shorten_branches after cross-jump opt.
15192 (check_asm_stack_operands): Renamed from record_asm_reg_life.
15193 Return false if the asm doesn't use stack regs. Don't do life
15194 analysis on the asm.
15195 (emit_pop_insn): Replace function pointer arg `when' with
15196 enum `where'. Update all callers.
15197 (change_stack): Likewise. Update basic block end.
15198 (emit_swap_insn): Use current_block->head to limit reverse search
15199 for start of block. Use emit_block_insn_after.
15200 (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
15201 (subst_asm_stack_regs): Use check_asm_stack_operands. Use direct
15202 structure assignment instead of bcopy.
15203 (print_stack): New.
15204 (convert_regs_entry, convert_regs_exit): New.
15205 (convert_regs_1, convert_regs_2): Split out from convert_regs.
15206 Work on basic blocks and the CFG.
15207 (convert_regs): Use them.
15209 * i386.c (output_fix_trunc): Remove code for DImode input operand
15210 not at top-of-stack.
15211 * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
15213 (fix_truncdi_1): Allow any mode scratch.
15215 Tue Oct 26 13:30:35 1999 Richard Henderson <rth@cygnus.com>
15217 * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
15218 * linux.h, netbsd.h, vms.h: Not here.
15220 1999-10-26 Gavin Romig-Koch <gavin@cygnus.com>
15222 * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
15223 ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
15224 (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
15225 CONDITIONAL_REGISTER_USEAGE): Use them.
15226 * config/mips/mips.c (mips_move_1word,mips_move_2words,
15227 gen_conditional_branch,override_options) : Use them.
15228 * config/mips/mips.md : Use them.
15230 Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
15232 * i386.md (zero_extendqihi2): Use SImode register name with andl.
15234 Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
15236 * integrate.c (function_cannot_inline_p): Don't allow inlining
15239 Tue Oct 26 14:10:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15241 * c-parse.in (cast_expr): Constify.
15243 * cccp.c (special_symbol): Likewise.
15245 * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
15247 * dwarf2out.c (base_type_die): Likewise.
15249 * global.c (allocno_compare): Likewise.
15251 * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
15253 * regclass.c (fix_register): Likewise.
15255 * rtl.h (fix_register): Likewise.
15257 * stupid.c (stupid_reg_compare): Likewise.
15259 * toplev.c (decode_f_option): Likewise.
15261 * tree.c (build_complex_type): Likewise.
15263 Tue Oct 26 18:35:25 1999 Richard Earnshaw <rearnsha@arm.com>
15265 * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
15267 Tue Oct 26 15:42:56 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15269 * reload.c (find_reloads): Compute mode and nregs fields of all
15271 * reload1.c (calculate_needs_all_insns): Simplify a bit.
15272 (calculate_needs): Use precomputed mode/nregs values.
15273 (allocate_reload_reg): Likewise.
15275 (failed_reload, set_reload_reg): ... new functions.
15276 (choose_reload_regs_init): New function, mostly broken out from...
15277 (choose_reload_regs): ... here. Lose all the save_xxx nonsense.
15278 Also lose one #if 0 block.
15280 Tue Oct 26 02:48:32 1999 Marc Espie <espie@cvs.openbsd.org>
15282 * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET): Fix target name
15285 Tue Oct 26 01:27:32 1999 Mark Mitchell <mark@codesourcery.com>
15287 * tree.h (BLOCK_TYPE_TAGS): Remove.
15288 (BLOCK_END_NOTE): Likewise.
15289 (BLOCK_LIVE_RANGE_FLAG): Likewise.
15290 (BLOCK_LIVE_RANGE_START): Likewise.
15291 (BLOCK_LIVE_RANGE_END): Likewise.
15292 (tree_block): Remove live_range_flag, live_range_var_flag, and
15293 type_tags. Remove end_note, live_range_start, and live_range_end.
15294 (remember_end_note): Remove prototype.
15295 * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
15296 * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15298 * ggc-common.c (ggc_mark_tree_children): Don't mark
15299 BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
15300 * integrate.c (adjust_copied_decl_tree): Remove.
15301 * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
15302 * stmt.c (last_block_end_note): Remove.
15303 (init_stmt): Don't add a GC root for it.
15304 (expand_fixup): Don't set it.
15305 (remember_end_note): Remove.
15306 (expand_end_bindings): Don't set last_block_end_note.
15308 Tue Oct 26 00:41:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15310 * reload1.c (reload_reg_free_for_value_p): Show
15311 RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
15314 Mon Oct 25 23:54:45 1999 Geoff Keating <geoffk@cygnus.com>
15316 * expmed.c (extract_bit_field): Allow for the case of non-integer
15317 objects that are smaller than a word (like SFmode on a 64-bit
15320 * loop.c (basic_induction_var): A non-integer variable which is
15321 being set by a paradoxical subreg is probably not a biv.
15323 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15325 * prefix.c (translate_name) Check for empty prefix string.
15327 Mon Oct 25 23:10:45 1999 Andreas Schwab <schwab@suse.de>
15329 * Makefile.in (CPP_CROSS_NAME): New variable.
15330 (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
15332 (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
15333 names of the files to be uninstalled.
15335 Mon Oct 25 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
15337 * collect2.c (IS_DIR_SEPARATOR): Define.
15338 (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
15340 * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
15343 * haifa-sched.c (add_dependence): Update the true dependency
15344 cache the first time we add a true dependence to the LOG_LINKS chain.
15346 Mon Oct 25 22:27:40 1999 Jim Kingdon <http://developer.redhat.com/>
15348 * fold-const.c (fold): Fix comment.
15350 Mon Oct 25 22:49:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15352 * dbxout.c (lastfile, cwd, dbxout_type_method_1,
15353 dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
15354 dbxout_start_new_source_file, dbxout_source_file,
15355 dbxout_source_line, dbxout_finish, dbxout_type_fields,
15356 dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
15358 (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
15359 (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
15360 (dbxout_block): Initialize variable `blocknum'.
15362 * dbxout.h (dbxout_init, dbxout_finish,
15363 dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
15364 dbxout_args, dbxout_source_line): Constify a char*.
15366 * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
15367 dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
15368 dwarf_fund_type_name, name_attribute, stmt_list_attribute,
15369 low_pc_attribute, high_pc_attribute, body_begin_attribute,
15370 body_end_attribute, comp_dir_attribute, sf_names_attribute,
15371 src_info_attribute, mac_info_attribute, producer_attribute,
15372 lookup_filename, generate_macinfo_entry, fundamental_type_code,
15373 dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
15374 dwarfout_undef): Constify a char*.
15375 (add_incomplete_type, retry_incomplete_types): Add prototypes.
15377 * dwarfout.h (dwarfout_define, dwarfout_undef,
15378 dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
15380 1999-10-25 Gavin Romig-Koch <gavin@cygnus.com>
15382 * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
15383 (MULTILIB_ISA_DEFAULT): New.
15384 (MULTILIB_DEFAULTS): Use it.
15385 * config/mips/mips.c (): Remove the now unnecessary definition
15386 of MIPS_ISA_DEFAULT.
15387 * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
15388 unnecessary definition.
15390 Mon Oct 25 22:08:35 1999 Richard Earnshaw (rearnsha@arm.com)
15392 * arm.md (pic_load_addr): Add constraints to operand 1.
15394 1999-10-25 Bruce Korb <autogen@linuxbox.com>
15396 * fixinc/genfixes: Provide a means for specifying -D options to
15399 Mon Oct 25 00:42:35 1999 Jeffrey A Law (law@cygnus.com)
15401 * arm.c (arm_override_options): Correct initialization of
15402 arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
15403 arm_is_strong, and arm_is_6_or_7.
15405 * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
15406 (note_set_pseudo_multiple_uses): New function.
15407 (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
15408 if a pseudo set in the loop exit is used elsewhere.
15410 Sun Oct 24 20:52:40 1999 Mark Mitchell <mark@codesourcery.com>
15412 * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
15414 Sun Oct 24 21:02:46 1999 Richard Henderson <rth@cygnus.com>
15416 * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
15417 a single load-address pattern.
15419 Sun Oct 24 19:33:24 1999 Mark P. Mitchell <mark@codesourcery.com>
15421 * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
15422 depending on whether or not line-number notes are present.
15424 Sun Oct 24 20:29:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15426 * cccp.c (progname, file_buf, default_include, include_file,
15427 macrodef, definition, hashval, wchar_type, user_label_prefix,
15428 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
15429 expand_to_temp_buffer, is_system_include, base_name,
15430 absolute_filename, read_name_map, open_include_file,
15431 record_control_macro, check_precompiled, check_preconditions,
15432 pcfinclude, pass_thru_directive, create_definition,
15433 check_macro_name, comp_def_part, collect_expansion,
15434 check_assertion, read_token_list, assertion_install,
15435 assertion_lookup, eval_if_expression, conditional_skip,
15436 validate_else, skip_quoted_string, quote_string, macarg1,
15437 error_from_errno, install, lookup, hashf, dump_defn_1,
15438 perror_with_name, pfatal_with_name, main, trigraph_pcp,
15439 check_white_space, rescan, handle_directive, monthnames,
15440 special_symbol, do_include, remap_include_file, write_output,
15441 arglist, do_assert, do_unassert, do_line, do_error, do_once,
15442 do_ident, do_sccs, do_xifdef, skip_if_group,
15443 output_line_directive, macroexpand, macarg, change_newlines,
15444 initialize_builtins, make_definition): Constify a char*.
15446 * pcp.h (stringdef): Likewise.
15448 Sun Oct 24 13:29:28 1999 Richard Henderson <rth@cygnus.com>
15450 * unroll.c (copy_loop_body): Examine SET_DEST of single_set
15453 Sun Oct 24 13:14:20 1999 Graham <grahams@rcp.co.uk>
15454 Richard Henderson <rth@cygnus.com>
15456 * alias.c: Include ggc.h.
15457 (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
15458 (record_set): Verify enough room in reg_base_value.
15459 (init_alias_analysis): Allocate reg_base_value with xcalloc.
15460 Register it as a GC root.
15461 (end_alias_analysis): Free reg_base_value. Remove it as a GC root.
15462 * Makefile.in (alias.o): Depend on ggc.h.
15464 * unroll.c (unroll_loop): Verify the insn before a barrier
15465 is a JUMP_INSN before checking JUMP_LABEL.
15467 Sun Oct 24 15:46:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15469 * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
15470 * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
15471 * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
15472 * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
15473 * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
15474 * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
15476 Sun Oct 24 15:35:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15478 * output.h (ctors_section, dtors_section, bss_section): Prototype.
15480 * alpha/alpha-interix.h (text_section): Delete prototype.
15481 * alpha/elf.h (text_section): Likewise.
15482 * arm/linux-elf.h (text_section): Likewise.
15483 * arm/linux-telf.h (text_section): Likewise.
15484 * c4x/c4x.h (text_section): Likewise.
15485 * dsp16xx/dsp16xx.h (bss_section): Likewise.
15486 * elfos.h (text_section): Likewise.
15487 * i386/aix386ng.h (text_section): Likewise.
15488 * i386/i386-interix.h (text_section): Likewise.
15489 * i386/sco5.h (text_section): Likewise.
15490 * i386/svr3gas.h (text_section): Likewise.
15491 * nextstep.h (text_section): Likewise.
15492 * psos.h (text_section): Likewise.
15493 * ptx4.h (text_section): Likewise.
15494 * svr3.h (text_section): Likewise.
15495 * svr4.h (text_section, ctors_section, dtors_section): Likewise.
15497 Sun Oct 24 15:20:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15499 * final.c (peephole): Delete prototype.
15501 * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
15502 (pre_insert_copies): Remove unused variable `bb'.
15504 * genrecog.c (debug_decision_0, debug_decision_list, main): Add
15507 * output.h (peephole): Add prototype.
15509 Sun Oct 24 11:35:30 1999 Mark P. Mitchell <mark@codesourcery.com>
15511 * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
15514 Sat Oct 23 21:13:00 1999 Mark Mitchell <mark@codesourcery.com>
15516 * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
15517 for inlined declarations.
15519 Fri Oct 22 18:05:43 1999 Jeffrey A Law (law@cygnus.com)
15521 * arm.c (logical_binary_operator): New fucntion.
15522 * arm.h (logical_binary_operator): Declare it.
15523 (PREDICATE_CODES): Handle logical_binary_operator.
15524 * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
15525 output constraints. Add appropriate splitters.
15526 (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
15527 (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
15528 (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
15530 Fri Oct 22 23:46:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15532 * genoutput.c (struct operand_data): New elt eliminable.
15533 (output_operand_data): Write it.
15534 (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
15535 (compare_operands): Take it into account.
15536 * recog.h (struct insn_operand_data): New elt eliminable.
15537 * reload1.c (check_eliminable_occurrences, elimination_effects): New
15539 (old_asm_operands_vec, new_asm_operands_vec): Delete.
15540 (eliminate_regs): Move code that detects changes to elimination
15541 target regs into new function elimination_effects.
15542 Delete one #if 0 block.
15543 Abort for USE, CLOBBER, ASM_OPERANDS and SET.
15544 (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
15545 ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
15546 Only call eliminate_regs for real operands of the insn, not for parts
15547 of its structure or parts matched by things like match_operator.
15548 Use elimination_effects and check_eliminable_occurrences. Use
15549 copy_insn to duplicate the pattern when not in the final pass.
15551 Fri Oct 22 09:03:44 1999 Mark Mitchell <mark@codesourcery.com>
15553 * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
15556 1999-10-22 Bruce Korb <autogen@linuxbox.com>
15558 * fixinc/README: document the "mach" machine matching test
15559 * fixinc/fixfixes.c: Implement the #else/#endif label fix
15560 * fixinc/fixtests.c: Implement the #else/#endif label test
15561 * fixinc/inclhack.def: utilize these tests and fixes
15562 * fixinc/inclhack.sh: regen
15563 * fixinc/fixincl.x: regen
15564 * fixinc/fixincl.sh: regen
15566 Thu Oct 21 20:37:19 1999 Jeffrey A Law (law@cygnus.com)
15568 * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h. Also
15571 Thu Oct 21 20:30:19 1999 Matthias Klose <doko@debian.org>
15573 * gcc.1: Document exit codes.
15575 Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15577 * calls.c: Include tm_p.h later, so everything we need is defined.
15578 * expr.c: Likewise.
15579 * function.c: Likewise.
15581 * except.c: Include tm_p.h.
15583 * sparc.c: Likewise.
15584 (dwarf2out_cfi_label): Don't prototype.
15585 (check_return_regs, epilogue_renumber,
15586 ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
15587 ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
15588 ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
15589 ultra_schedule_insn): Add static prototype.
15590 (data_segment_operand, text_segment_operand): Call itself with the
15591 proper number of arguments.
15592 (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
15594 * sparc.h: Move all declarations to sparc-protos.h.
15595 (SELECT_RTX_SECTION): Pass a missing MODE argument to
15598 * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
15600 * config/svr4.h (text_section, ctors_section, dtors_section): Add
15602 (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
15603 ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
15604 ASM_OUTPUT_ASCII): Constify a char*.
15606 * sparc-protos.h: New file for sparc prototypes.
15608 Thu Oct 21 12:23:40 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15610 * function.c (record_insns, contains): Always declare and define.
15611 (record_insns): Mark with ATTRIBUTE_UNUSED.
15613 Thu Oct 21 13:03:49 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
15615 * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
15616 to .section when outputting a .bss section to deal with multiple
15617 .bss input sections (as happens with -fdata-sections)
15618 Also output %progbits, not @progbits so the assembler doesn't treat as
15620 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
15622 * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
15623 thumb parts even when building with non-thumb CPUs, by forcing
15626 Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com)
15628 * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
15629 (movdf_const_intreg_sp64): Similarly.
15631 * local-alloc.c (update_equiv_regs): Check the correct insn
15632 for pre-existing REG_EQUIV notes.
15634 Wed Oct 20 20:41:46 1999 Mark Mitchell <mark@codesourcery.com>
15636 * cse.c (cse_end_of_basic_block): Don't return the end of a basic
15637 block reached by a branch if we're not going to actually process
15640 Wed Oct 20 15:18:42 1999 Jim Wilson <wilson@cygnus.com>
15642 * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
15643 a local extern function declaration.
15645 Wed Oct 20 13:56:01 1999 Richard Henderson <rth@cygnus.com>
15647 * i386.c (ix86_expand_prologue): Properly wrap USE around
15648 reg for CALL_INSN_FUNCTION_USAGE.
15650 Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com>
15652 * config/mips/mips.md (movdf_internal1a): Allow floating-point
15653 move between GP_REGs.
15655 Wed Oct 20 15:36:11 1999 Andrew Haley <aph@cygnus.com>
15657 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
15658 the mode size when finding out if an offset is legal.
15660 Wed Oct 20 06:26:58 1999 Richard Henderson <rth@cygnus.com>
15662 * basic-block.h (PROP_*): Move constants from ...
15663 * flow.c: ... here.
15664 (compute_bb_for_insn): Free the array before reallocating.
15665 (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
15666 (allocate_reg_life_data): Reset all reg variables collected by
15668 (get_block_head_tail): Don't convert from bb to block.
15669 (get_bb_head_tail): New. Update all callers of get_block_head_tail.
15670 (find_insn_reg_weight): Take block not bb.
15671 (schedule_block): Don't set block num for moved insns.
15672 (schedule_region): Don't update_life_info or find_insn_reg_weight.
15673 (schedule_insns): Do it here instead.
15674 * combine.c (combine_instructions): Invoke compute_bb_for_insn
15675 before update_life_info.
15676 * recog.c (split_all_insns, peephole2_optimize): Update for
15677 new arg to update_life_info.
15678 * rtlanal.c (remove_note): Cope with NULL note.
15679 * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
15682 Wed Oct 20 10:46:41 1999 Richard Earnshaw (rearnsha@arm.com)
15684 * jump.c (jump_optimize_1): More accurately detect casesi insns.
15686 * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
15687 block records so that merge_blocks_nomove will clean up correctly.
15688 (split_edge): Handle casesi insns.
15690 * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
15692 Tue Oct 19 23:43:50 1999 Jeffrey A Law (law@cygnus.com)
15694 * pa.md (call, call_value): Do not emit a blockage after restoring
15697 Tue Oct 19 17:22:39 1999 Mark Mitchell <mark@codesourcery.com>
15699 * c-typeck.c (c_expand_asm_operands): Fix typo.
15701 Tue Oct 19 18:42:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15703 * arm.c (fpu_rhs_operand): Verify modes.
15704 (fpu_add_operand): Likewise.
15705 (di_operand): Likewise.
15706 (soft_df_operand): Likewise.
15708 Tue Oct 19 15:26:11 1999 Richard Earnshaw (rearnsha@arm.com)
15710 * arm.c (arm_return_in_memory): APCS rules state that the elements
15711 of a structure returned in a register must be 'integer-like'.
15713 1999-10-19 Bruce Korb <autogen@linuxbox.com>
15715 * fixinc/Makefile.in: Change the generation rules to run `genfixes'
15716 in the source tree when the generated targets are out of date
15717 * fixinc/genfixes: Alter it to run individual fixes for make.
15718 * fixinc/README: rewrite
15719 * fixinc/inclhack.def: moved initial comments to README
15721 Tue Oct 19 14:01:34 1999 Nick Clifton <nickc@cygnus.com>
15723 * toplev.c (main): Do not generate an error message if an
15724 unrecognised command line switch is recognisable by another
15725 language. If extra_warnings are enabled, then generate a
15726 warning message instead.
15728 Tue Oct 19 11:41:12 1999 Mumit Khan <khan@xraylith.wisc.edu>
15730 * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
15731 (insert_pack_attributes): Delete prototype.
15733 * c-pragma.c (default_alignment): New static variable.
15734 (push_alignment): Initialize to current effective alignment.
15735 (pop_alignment): Use to set new alignment.
15736 (insert_pack_attributes): Delete function.
15737 (handle_pragma_token): Set default_alignment as well each time
15738 a #pragma pack(<n>) is encountered.
15740 Tue Oct 19 02:03:00 1999 Jeffrey A Law (law@cygnus.com)
15742 * reg-stack.c (stack_result): Aggregates are not returned in
15745 Tue Oct 19 01:26:48 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
15747 * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
15749 Mon Oct 18 15:19:41 1999 Richard Henderson <rth@cygnus.com>
15751 * basic-block.h (set_block_num): Declare.
15752 * flow.c (update_life_info): Don't call compute_bb_for_insn
15753 or free_basic_block_vars.
15754 * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
15755 (insn_orig_block): Remove.
15756 (INSN_BLOCK): Remove. Update all callers to use BLOCK_NUM.
15757 (schedule_block): Keep BLOCK_NUM up-to-date.
15758 (schedule_insns): Use compute_bb_for_insn.
15759 * recog.c (split_all_insns): Likewise.
15760 (peephole2_optimize): Likewise.
15762 Mon Oct 18 18:50:51 1999 Andreas Schwab <schwab@suse.de>
15764 * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
15765 if the pic register is used.
15767 Mon Oct 18 02:38:46 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15769 * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
15770 (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
15771 if that tests TREE_PERMANENT.
15773 Mon Oct 18 01:41:35 1999 Jeffrey A Law (law@cygnus.com)
15775 * cse.c (invalidate_for_call): Do not remove memory references from
15776 the table here. It's handled elsewhere.
15778 * haifa-sched.c (add_dependence): Protect references to the
15779 true dependency cache with #ifdef INSN_SCHEDULING.
15780 (remove_dependence): Similarly.
15782 * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
15783 to the cfg code that this is a return instruction.
15784 * mn10300.md (return_internal): Similarly.
15786 * combine.c (get_last_value): If the last set of a register
15787 is after subst_low_cuid, then we can not use it to determine
15788 the register's last value.
15790 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
15792 * Makefile.in: Back out previous change.
15794 Sun Oct 17 15:22:50 1999 Jeffrey A Law (law@cygnus.com)
15796 * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
15798 * haifa-sched.c (add_dependence): Only check/update the cache
15800 (remove_dependence): Likewise.
15801 (schedule_insns): Only create the true_dependency_cache if the
15802 average number of instructions in a basic block is very large.
15804 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
15806 * Makefile.in (ggc-common.o): Depend on genrtl.h.
15807 (ggc-simple.o): Likewise.
15808 (ggc-page.o): Likewise.
15810 Sun Oct 17 02:09:50 1999 Andrew MacLeod <amacleod@cygnus.com>
15812 * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
15813 Prototype for exported functions.
15814 (pre_lcm, pre_rev_lcm): Remove prototypes.
15815 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
15816 (compute_available): Move to lcm.c, and change parameter order.
15817 (one_classic_gcse_pass): Call compute_ae_kill with parameters.
15818 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
15819 (gcse_main): No longer call compute_preds_succs. Rebuild the
15820 set table after reach pre pass.
15821 (pre_insert_map, pre_delete_map, edge_list): New.
15822 (alloc_pre_mem): Allocate edge vectors.
15823 (free_pre_mem): Delete edge vectors.
15824 (compute_pre_data): Call new edge based lcm routines.
15825 (process_insert_insn): New function.
15826 (insert_insn_end_bb): Use it.
15827 (pre_edge_insert): New function.
15828 (pre_insert_copy_insn): Formatting fixes. Update BLOCK_END as
15830 (pre_insert_copies): Revamp using new edge based lcm outputs.
15831 (pre_delete): Likewise.
15832 (one_pre_gcse_pass): Insert & remove fake edges to the exit
15834 (compute_code_hoist_vbeinout): New new edge based routines.
15835 * lcm.c: Remove all the old LCM functions. Replace with new ones
15836 that work with the new cfg datastructures and work with edges
15839 Sun Oct 17 00:44:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15841 * reload.h (struct reload): Add new fields "mode" and "nregs".
15842 * reload1.c: Change all occurrences of reload_mode and reload_nregs
15843 to reference the "mode" and "nregs" field within struct reload.
15845 Sat Oct 16 21:50:28 1999 Jeffrey A Law (law@cygnus.com)
15847 * haifa-sched.c (true_dependency_cache): New.
15848 (add_dependence): Use the true dependency cache to avoid expensive
15849 walks down the LOG_LINKS dependency list. Add entries to the
15850 cache as necessary.
15851 (remove_dependence): Remove entries from the true dependency cache
15853 (schedule_insns): Allocate and initialize and free the true
15856 * haifa-sched.c (schedule_insns): Do not remove inter-block
15857 dependencies anymore.
15859 Sat Oct 16 11:19:52 1999 Richard Henderson <rth@cygnus.com>
15861 * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
15862 * i386/t-winnt: Likewise.
15864 Sat Oct 16 11:11:54 1999 Richard Henderson <rth@cygnus.com>
15866 * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
15868 1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
15870 * Makefile.in (LANGUAGES): Omit "proto".
15871 (clean): Remove stale comment about removing unprotoize.c.
15873 Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15875 * protoize.c (safe_read, safe_write): Avoid the gcc extension of
15876 using arithmetic on void pointers.
15878 Sat Oct 16 02:48:22 1999 Jeffrey A Law (law@cygnus.com)
15880 * haifa-sched.c (compute_block_forward_dependencies): Only check
15881 for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
15883 Sat Oct 16 00:07:01 1999 Richard Henderson <rth@cygnus.com>
15885 * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
15886 (expr_equiv_p): Reject memories with different alias sets.
15888 Fri Oct 15 15:17:29 1999 Greg McGary <gkm@gnu.org>
15890 * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
15891 * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
15892 (f_options): Add "bounded-pointers" and "bounds-check" entries.
15893 * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
15894 (lang_init): Set default for flag_bounds_check if still "unspecified".
15896 Sat Oct 16 13:42:29 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15898 * config/c4x/c4x.md (HF mode patterns): Add missing modes.
15900 Sat Oct 16 13:37:46 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15902 * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
15905 Sat Oct 16 13:26:47 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15907 * config/c4x/c4x.md (*db_noclobber,
15908 *decrement_and_branch_until_zero_noclobber): New patterns and
15909 associated splitters.
15911 Sat Oct 16 13:13:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15913 * config/c4x/c4x.md (parallel instruction patterns): Rework
15914 constraints to keep reload happy.
15916 Sat Oct 16 13:03:16 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15918 * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
15919 *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
15920 *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
15921 Add new patterns and associated post-reload splitters.
15923 Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15925 * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
15927 Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15929 * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
15931 * config/c4x/c4x.md (rpts_top): New pattern and splitter.
15933 Sat Oct 16 12:26:30 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15935 * config/c4x/c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF
15938 Fri Oct 15 17:02:09 1999 Jeffrey A Law (law@cygnus.com)
15940 * pa.c (move_operand): Rely on memory_address_p to determine the
15941 validity of non-indexed memory addresses.
15942 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
15943 operand in DFmode and SFmode when generating PA2.0 code.
15945 Fri Oct 15 14:25:19 1999 Richard Henderson <rth@cygnus.com>
15947 * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
15949 Fri Oct 15 13:48:45 1999 Richard Henderson <rth@cygnus.com>
15951 * mips.c (function_prologue): Fix argument types.
15952 * mips.md (casesi): Use emit_jump_insn for casesi_internal.
15953 (casesi_internal): Write to the scratch register.
15955 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com>
15957 * cppexp.c (cpp_parse_escape): Make static. Change second arg
15959 (parse_charconst): Delete unnecessary cast when calling
15961 (cpplib.h): Kill prototype of cpp_parse_escape.
15963 Fri Oct 15 11:02:46 1999 Richard Henderson <rth@cygnus.com>
15965 Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
15966 * unroll.c (unroll_loop): Cast return value of alloca.
15967 * i370/i370.c: Include function.h and toplev.h.
15968 (i370_label_scan): Remove c++ commented abort.
15969 * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
15970 (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
15971 * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
15972 * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
15974 Fri Oct 15 03:01:01 1999 Loren Rittle <ljrittle@acm.org>
15976 * config/t-freebsd: Do not override USER_H.
15977 * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
15979 Fri Oct 15 02:37:28 1999 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
15980 Mumit Khan <khan@xraylith.wisc.edu>
15982 * c-parse.in (component_decl): Support anonymous struct/union.
15984 * c-parse.y: Regenerate.
15985 * c-parse.c: Likewise.
15986 * objc/objc-parse.y: Likewise.
15987 * objc/objc-parse.c: Likewise.
15988 * c-decl.c (finish_struct): Don't sort the fields.
15989 (field_decl_cmp): Delete unused function.
15991 Fri Oct 15 01:20:52 1999 Richard Henderson <rth@cygnus.com>
15993 * sparc.md (movsf_const_intreg): Revert last constraint change.
15994 (movdf_const_intreg_sp32): Likewise.
15996 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
15998 * cse.c: Include hashtab.h instead of splay-tree.h
15999 (struct cse_reg_info): No longer use variant union. Add new
16000 field "regno". All references changed to avoid union.
16001 (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16002 (free_cse_reg_info): Remove.
16003 (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16004 (get_cse_reg_info): Revamp to use expandable hash tables instead
16005 of splay trees. Initialize new fields in cse_reg_info structure.
16006 (new_basic_block): Similarly.
16008 Thu Oct 14 23:51:56 1999 Richard Henderson <rth@cygnus.com>
16010 * genrecog.c (message_with_line): Prototype.
16011 (validate_pattern): Pass along the set for the dest, not a flag.
16012 Fix non-lvalue message. Don't warn for VOIDmode SET_DEST of CALL.
16013 Check for PC/CC0 as sources.
16014 (nodes_identical): Check for children position match before
16015 allowing the combination.
16017 * rtl.c (read_rtx): Track line number across \\\n.
16019 Thu Oct 14 23:50:25 1999 Richard Henderson <rth@cygnus.com>
16021 * mips.h (SPECIAL_MODE_PREDICATES): New.
16022 * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16023 (movdi+1, movsi+1): Add output reload constraint.
16024 (casesi_internal): Likewise. Fix commentary.
16025 (return_internal): Use pmode_register_operand.
16027 Thu Oct 14 23:19:34 1999 Richard Henderson <rth@cygnus.com>
16029 * 1750a.md (movstrqi): Add missing output reload constraint.
16030 (call_value): Likewise.
16031 * a29k.md (cpxxx patterns): Add missing match_operator mode.
16032 (jmpfdec): Add missing inout reload constraint.
16033 * elxsi.md (addsi patterns): Add missing output reload constraint.
16034 (move from sp): Use @ alternates.
16035 (call_value): No constraint on output.
16036 * fr30.md (movsi_pop): Add missing output reload constraint.
16037 (movsf_constant_store): Likewise.
16038 (splits): Remove constraints.
16039 (subsi3): Add missing mode.
16040 * i370.md (cmpstrsi+1): Add missing output reload constraint.
16041 (call_value): Likewise.
16042 * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16043 * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16044 * m32r.md (movsicc_internal): Add output reload constraint.
16045 (movstrsi_internal): Add inout reload constraints.
16046 * m88k.h (reg_names): Don't declare.
16047 (SPECIAL_MODE_PREDICATES): New.
16048 * m88k.md (*): Use register_operand not reg_or_0_operand
16050 * mn10200.h (PREDICATE_CODES): New.
16051 * ns32k.md (ffs pattern): Add output reload constraint.
16052 * pdp11.md (sob pattern): Add inout reload constraint.
16053 * sh.md (splits): Remove constraints.
16054 (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16055 * v850.md (pattern_is_ok_for_epilogue): Likewise.
16056 * vax.md (jgequ pattern): Add inout reload constraint.
16058 Fri Oct 15 00:05:00 1999 Jeffrey A Law (law@cygnus.com)
16060 * configure.in (djgpp): Revert previous patch.
16061 * configure: Rebuit.
16062 * config/i386/djgpp.h: Revert previous patch.
16064 Fri Oct 15 00:00:24 1999 Loren J. Rittle <ljrittle@acm.org>
16066 * fixinc/inclhack.def: Restore patch lost during last merge of
16067 "no_bogosity" branch.
16068 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16070 Thu Oct 14 23:57:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
16072 * fixincludes: Add a HPUX 11 fix for inttypes.h.
16073 * fixinc/inclhack.def: Same.
16074 * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16076 Thu Oct 14 22:51:55 1999 Richard Henderson <rth@cygnus.com>
16078 * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16079 as the base of a PLUS.
16081 Fri Oct 15 18:36:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16083 * config/c4x/c4x.md: Define mode for remaining unspec operators.
16084 * config/c4x/c4x.c (dst_operand): Use nonimmediate_operand.
16086 Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com>
16088 * pa.md (post_stw+1): Use pmode_register_operand.
16089 (dcacheflush, icacheflush): Likewise.
16091 * i386.md (movstricthi_1): Allow r/r.
16093 Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz>
16095 * fold-const.c (fold): Convert (or (not arg0) (not arg1))
16096 to (not (and (arg0) (arg1))). Similary for and.
16098 * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
16099 fallthrough to associate code.
16100 Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
16103 * combine.c (simplify_logical): Convert XOR to IOR if operands have
16104 no bits in common; remove XOR to ROTATE conversion.
16106 Fri Oct 15 17:40:11 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16108 * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
16110 Fri Oct 15 17:27:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16112 * config/c4x/c4x.c (dst_operand): New.
16113 (PREDICATE_CODES): Update.
16114 * config/c4x/c4x.h (dst_operand): Declare it.
16115 * config/c4x/c4x.md: Define mode for each unspec usage.
16116 (move patterns): Use dst_operand predicate instead of src_operand.
16117 (movqi_update, movqf_update): Delete.
16119 Thu Oct 14 18:48:54 1999 Richard Henderson <rth@cygnus.com>
16121 * recog.c (pmode_register_operand): New.
16122 * recog.h: Declare it.
16123 * genrecog.c (pred_codes): Likewise.
16124 (special_mode_pred_table): Likewise.
16125 (validate_pattern): Don't warn no mode for address_operand.
16127 * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
16128 if the operand is not insn-like.
16130 Thu Oct 14 19:38:42 1999 Jeffrey A Law (law@cygnus.com)
16131 Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
16133 * fold-const.c (fold): Handle more simplifications allowed by IEEE.
16135 Thu Oct 14 17:30:14 1999 Richard Henderson <rth@cygnus.com>
16137 * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
16138 instead of general_operand in a SET_DEST. Use const_double_operand
16139 instead of an explicit test against CONST_DOUBLE.
16140 (movsf_const_lo): Add missing register mode.
16141 (goto_handler_and_restore): Add auxiliary test for Pmode.
16142 (flush): Adjust to use address_operand.
16143 (return_sf_no_fpu): Add missing output constraint.
16145 Thu Oct 14 17:21:26 1999 Richard Henderson <rth@cygnus.com>
16147 * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
16148 for call return value.
16149 (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
16151 Thu Oct 14 13:54:25 1999 Jason Merrill <jason@yorick.cygnus.com>
16153 * toplev.c (main): Only warn about options for other languages.
16154 * collect2.c (main): Pass -w to sub-gcc.
16156 Thu Oct 14 16:27:50 1999 Richard Henderson <rth@cygnus.com>
16158 * flow.c (propagate_block): Add call-clobbered registers to
16161 * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
16162 zapping mem_set_list.
16163 (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
16164 (mark_set_1, mark_used_regs): Likewise.
16166 Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com>
16168 * m68k.md (zero_extendsidi2): Add missing output reload constraint.
16170 Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16172 * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
16173 -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
16174 options. Also add a new item "C-only Warning Options" to the
16177 1999-10-14 Gavin Romig-Koch <gavin@cygnus.com>
16179 * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
16180 from multiple calls.
16182 Thu Oct 14 04:54:54 1999 Richard Henderson <rth@cygnus.com>
16184 * i386.md (call value patterns): Move to the end of the file.
16185 (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
16187 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
16189 * configure.in (djgpp configuration): Define extra_objects..
16190 * configure: Rebuilt.
16191 * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
16192 (DTORS_SECTION_ASM_OP): Define.
16193 (INIT_SECTION_ASM_OP): Define.
16194 (FINI_SECTION_ASM_OP): Define.
16195 (DATA_SECTION_ASM_OP): Define.
16196 (TEXT_SECTION_ASM_OP): Define.
16197 (EH_FRAME_SECTION_ASM_OP): Define.
16198 (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
16199 (STARTFILE_SPEC): Add crtbegin.o.
16200 (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
16201 to here from LINK_COMMAND_SPEC.
16202 (DO_GLOBAL_CTORS_BODY): Define.
16203 (CRTSTUFF_USE_FINI_SECTION): Define
16204 (HAS_INIT_SECTION): Delete.
16206 Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
16208 * Makefile.in (all.cross): Depend on xcpp$(exeext).
16210 Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
16212 * pa.h (PREDICATE_CODES): New.
16214 * genrecog.c (validate_pattern): Condense the destination
16215 non-lvalue message.
16217 Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com>
16219 * alpha.md (call-1): Supply missing mode for operator.
16220 (*): Add missing output reload constraints. Remove constraints
16221 from define_splits.
16223 * i386.h (SPECIAL_MODE_PREDICATES): New.
16224 * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
16225 (movqi_1, movdi_1, movdi_2, some splits): Likewise.
16226 (addsi_lea_3): Add missing mode for op 3.
16227 (prologue_set_got, prologue_get_pc): Add missing modes.
16228 (*) Add missing output reload constraints.
16230 Thu Oct 14 03:59:57 1999 Stephane Carrez <stcarrez@worldnet.fr>
16232 * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
16233 check for member bit-size overflow and use var_size if it occurs.
16234 (layout_record): Use bitsize_int() to define the type size in bits.
16235 Likewise for computation and assignment to DECL_FIELD_BITPOS.
16236 (layout_decl): Likewise when assigning to DECL_SIZE.
16238 Thu Oct 14 02:57:05 1999 Richard Henderson <rth@cygnus.com>
16240 * genrecog.c (validate_pattern): Typo last change. Verify
16241 that output operands have output reloads.
16243 Thu Oct 14 01:49:54 1999 Richard Henderson <rth@cygnus.com>
16245 * genrecog.c (special_mode_pred_table): New.
16246 (NUM_SPECIAL_MODE_PREDS): New.
16247 (find_operand): New.
16248 (validate_pattern): New argument `insn'. Warn for assignment to
16249 any predicate accepting non-lvalues. Conditionaly warn for
16250 match_operand without a mode. Try much harder to match source
16251 and destination modes on a set.
16252 * tm.texi (SPECIAL_MODE_PREDICATES): Document.
16254 Thu Oct 14 02:54:13 1999 Jeffrey A Law (law@cygnus.com)
16256 * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
16258 Thu Oct 14 02:18:19 1999 Marc Espie <espie@cvs.openbsd.org>
16260 * combine.c (simplify_logical): Recognize xor pattern that encodes
16263 Wed Oct 13 23:23:45 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16265 * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
16268 Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
16270 * ggc-page.c (MAP_FAILED): Provide default.
16272 Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
16274 * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
16275 * sparc.h (PREDICATE_CODES): Update.
16277 Wed Oct 13 21:18:17 1999 Richard Henderson <rth@cygnus.com>
16279 * alpha.c (some_ni_operand): New.
16280 * alpha-protos.h: Declare it.
16281 * alpha.h (PREDICATE_CODES): Update.
16282 * alpha.md (sXaddq reload insns): Use some_ni_operand
16283 for SET_DEST instead of some_operand.
16285 Wed Oct 13 21:04:45 1999 Richard Henderson <rth@cygnus.com>
16286 Jim Wilson <wilson@cygnus.com>
16288 * genrecog.c (maybe_both_true_2): Don't compare modes of
16290 (process_tree): Elide peephole2_insns. Invoke simplify_tests
16291 after find_afterward.
16292 (debug_decision_1): Dump next and afterward codes.
16294 Wed Oct 13 20:35:16 1999 Richard Henderson <rth@cygnus.com>
16296 * rtl.c (dump_and_abort): Remove.
16297 (fatal_with_file_and_line): New.
16298 (fatal_expected_char): New.
16299 (read_rtx_lineno, read_rtx_filename): New.
16300 (read_skip_spaces): Track line number.
16301 (read_name): Use fatal_with_file_and_line.
16302 (read_rtx): Use fatal_expected_char. Track line number.
16303 * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
16305 * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
16306 if it isn't a CODE_LABEL.
16308 * genattr.c (main): Set read_rtx_filename.
16309 * genattrtab.c (main): Likewise.
16310 * gencodes.c (main): Likewise.
16311 * genconfig.c (main): Likewise.
16312 * genemit.c (main): Likewise.
16313 * genextract.c (main): Likewise.
16314 * genflags.c (main): Likewise.
16315 * genopinit.c (main): Likewise.
16316 * genoutput.c (main): Likewise.
16317 * genpeep.c (main): Likewise.
16319 * genrecog.c (decision_test.u.insn): Add `lineno'.
16320 (pattern_lineno, error_count): New variables.
16321 (message_with_line): New.
16322 (add_to_sequence): Break out checking code to ...
16323 (validate_pattern): ... here. Detect SET_DEST matching CONST_INT.
16324 (merge_insn): Use message_with_line.
16325 (make_insn_sequence): Use validate_pattern. Record insn lineno.
16326 (main): Set read_rtx_filename, pattern_lineno. Exit early on error.
16328 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16330 * expr.c (store_constructor): Clear union if constructor is empty.
16332 Wed Oct 13 15:19:04 1999 Jim Wilson <wilson@cygnus.com>
16334 * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
16335 Add !endian checks. Change %{...} to %(...).
16337 Wed Oct 13 13:30:34 1999 Richard Henderson <rth@cygnus.com>
16339 * i386.md (*addsi3_cc): Renamed from addcsi3.
16340 (*addsi3_carry): Renamed from addxsi3.
16341 (*subsi3_cc): Renamed from subcsi3.
16342 (*subsi3_carry): Renamed from subxsi3.
16343 (*xorqi_cc_1): Renamed from xorcqi_1.
16344 (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
16345 * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
16347 Wed Oct 13 13:10:46 1999 Richard Henderson <rth@cygnus.com>
16349 * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
16350 (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
16352 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
16354 * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
16355 climb up the chain of insns.
16357 Wed Oct 13 10:20:58 1999 Richard Henderson <rth@cygnus.com>
16359 * genrecog.c (write_subroutine): Careful for null trees.
16360 (process_tree): Don't elide empty functions.
16362 Wed Oct 13 10:07:54 1999 Richard Henderson <rth@cygnus.com>
16364 * Makefile.in (genrtl.o): Depend on ggc.h.
16365 * configure.in (valloc): Probe for it.
16366 (with-gc): Use ggc-page if valloc present.
16367 * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
16368 (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
16369 (ggc_alloc_string): Moved from ggc-page.c.
16370 * ggc-none.c (ggc_alloc_obj): New.
16371 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
16372 * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
16373 (struct globals): Likewise for dev_zero_fd.
16374 (init_ggc): Likewise for it's initialization.
16375 (ggc_allocated_p): Move careful dereference from ...
16376 (ggc_lookup_page_table): ... here. Delete.
16377 (lookup_page_table_entry): Don't use ggc_lookup_page_table.
16378 (alloc_anon): Use valloc if no mmap.
16379 (release_pages): Use free if using valloc.
16380 (ggc_alloc_obj): Renamed from alloc_obj.
16381 (ggc_set_mark): Renamed from mark_obj.
16382 (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
16383 (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
16384 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
16385 (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
16386 (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
16387 (ggc_collect): Use fp printing instead of our own rounding.
16388 * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
16389 (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
16390 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
16391 (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
16392 (struct ggc_string, struct ggc_any): Delete.
16393 (offsetof): Provide default definition.
16394 (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
16396 (struct ggc_mem): New, from corpse of ggc_any.
16397 (struct ggc_status): Delete.
16398 (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
16399 (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
16400 (n_strings_collected, n_anys_collected): Delete.
16401 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
16402 (ggc_alloc_string, ggc_alloc): Delete.
16403 (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
16404 (ggc_free_string, ggc_free_any): Delete.
16405 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
16406 (ggc_compare_addresses, ggc_mark_string): Delete.
16407 (ggc_mark_string_if_gcable, ggc_mark): Delete.
16408 (search_data): Delete.
16409 (struct globals): New.
16410 (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
16411 (tree_insert, tree_lookup): New.
16412 (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
16413 (clear_marks, sweep_objs): New.
16414 (ggc_collect): Gut. Use clear_marks, sweep_objs.
16415 (init_ggc): Set allocated_last_gc.
16416 (ggc_push_context): Gut. Use G.context.
16417 (ggc_pop_context): Likewise.
16418 (ggc_pop_context_1): New.
16419 (debug_ggc_tree): New.
16420 (debug_ggc_balance, tally_leaves): New.
16421 * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
16422 (ggc_mark_string_if_gcable): Remove decl.
16423 (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
16424 (ggc_mark_rtvec_children): New.
16425 (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
16426 (ggc_mark_if_gcable): New decl.
16427 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
16428 (ggc_alloc_tree, ggc_alloc): Likewise.
16429 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
16430 (ggc_alloc_obj): New decl.
16431 (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
16432 (ggc_alloc_tree, ggc_alloc): Likewise.
16433 (ggc_set_mark): New decl.
16434 * rtl.h (struct rtx_def): Remove gc_mark.
16435 (struct rtvec_def): Likewise.
16436 * tree.h (struct tree_common): Likewise.
16438 Wed Oct 13 01:44:29 1999 Carol LePage <carolo@hal.com>
16440 * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
16441 float_format and thread_file definitions.
16442 * configure: Rebuilt.
16444 Wed Oct 13 09:25:03 1999 Niels Möller <nisse@lysator.liu.se>
16446 * extend.texi (Function Names): Document types of function names.
16448 Wed Oct 13 00:45:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16450 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
16451 an earlyclobbered output conflict with RELOAD_INPUT reloads.
16453 Tue Oct 12 23:28:28 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16455 * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
16457 Tue Oct 12 23:19:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16459 * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
16461 Tue Oct 12 17:09:38 1999 David Edelsohn <edelsohn@gnu.org>
16463 * collect2.c (main): Do prelimnary link on AIX if rflag.
16465 Tue Oct 12 09:45:19 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
16467 * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
16468 __CTOR_LIST__ in opposite order, which is the correct order for sorted
16470 (__do_global_dtors): similarly for __DTOR_LIST__.
16472 Fri Oct 8 19:46:03 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16473 Diego Novillo <dnovillo@cygnus.com>
16475 * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
16478 Tue Oct 12 07:38:41 1999 Bruce Korb <autogen@linuxbox.com>
16480 * fixincl/*: Merged "no_bogosity" branch
16481 * fixincl/fixlib.h: protect against doubly defining t_bool
16482 * fixincl/server.h: protect against doubly defining t_bool
16484 Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
16486 * genoutput.c: Include toplev.h.
16488 Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
16490 * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
16492 * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
16493 * configure: Regenerate.
16495 Mon Oct 11 16:07:49 1999 Richard Henderson <rth@cygnus.com>
16497 * gcse.c (delete_null_pointer_checks): Returns void.
16499 Mon Oct 11 20:31:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16501 * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
16502 * emit-rtl.c (copy_insn_1): Likewise.
16504 Mon Oct 11 13:29:06 1999 Geoffrey Keating <geoffk@cygnus.com>
16506 * config/mips/mips.c (mips_build_va_list): Correct
16507 TREE_CHAIN setting when hard-float.
16508 (mips_va_start): Use corrected setting.
16509 (mips_va_arg): Likewise. Also pass a tree to build of
16510 POSTINCREMENT_EXPR rather than a naked 'int'.
16512 Sun Oct 10 18:27:27 1999 Mark Mitchell <mark@codesourcery.com>
16514 * ggc.h (ggc_push_context): Fix comment.
16515 (ggc_pop_context): Likewise.
16516 (mark_string_if_gcable): Likewise.
16517 * ggc-common.c (ggc_mark_rtx_children): Use
16518 ggc_mark_string_if_gcable.
16519 * ggc-page.c (ggc_lookup_page_table): New function.
16520 (ggc_allocated_p): Likewise.
16521 (mark_obj): Fix formatting.
16522 (ggc_mark_string_if_gcable): New function.
16523 * ggc-simple.c (ggc_allocated_strings): New variable.
16524 (ggc_strings_used): Likewise.
16525 (ggc_compare_addresses): New function.
16526 (ggc_pop_context): Pop the `any' memory too.
16527 (ggc_mark_string_if_gcable): New function.
16528 (ggc_collect): Initialize and tear down ggc_allocated_strings.
16530 Sun Oct 10 20:05:21 1999 David Edelsohn <edelsohn@gnu.org>
16532 * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
16533 (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
16534 * rs6000.c (expand_block_move): Match movstrsi_?reg register
16537 Sun Oct 10 16:37:01 1999 Richard Henderson <rth@cygnus.com>
16539 * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
16540 (sched_reg_live_length, sched_reg_basic_block): Delete.
16541 (current_block_num, bb_live_regs, old_live_regs): Delete.
16542 (dead_notes, struct sometimes): Delete.
16543 (sched_note_set, birthing_insn_p): Delete.
16544 (adjust_priority): Gut useless reg lifetime code.
16545 (create_reg_dead_note, attach_deaths): Delete.
16546 (attach_deaths_insn, new_sometimes_live): Delete.
16547 (finish_sometimes_live): Delete.
16548 (find_pre_sched_live, find_post_sched_live): Delete.
16549 (update_reg_usage): Delete.
16550 (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
16551 (schedule_insns): Delete reg lifetime code.
16552 (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
16553 (unlink_other_notes): Adjust REG_NOTE commentary.
16554 (reemit_notes): Use REG_SAVE_NOTE.
16555 (schedule_block): Likewise.
16556 (schedule_region): Allocate bitmap of blocks in region. Use
16557 count_or_remove_death_notes. Use update_life_info.
16559 * rtl.h (REG_SAVE_NOTE): New.
16560 * rtl.c (reg_note_name): Update.
16562 Sun Oct 10 16:14:16 1999 Richard Henderson <rth@cygnus.com>
16564 * combine.c (refresh_blocks, need_refresh): New.
16565 (combine_instructions): Allocate refresh_blocks. Invoke
16566 update_life_info if needed.
16567 (distribute_notes): Mark refresh_blocks instead of installing
16569 * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
16570 * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
16572 * Makefile.in (recog.o): Depend on basic-block.h.
16574 Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
16576 * genrecog.c (add_to_sequence): Thinko last change: delete
16577 shadowing allow_const_int variable.
16579 Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16581 * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
16582 __GNUC__ and __GNUC_MINOR__.
16584 * gansidecl.h: Likewise.
16590 * toplev.h: Likewise.
16592 * tree.c: Likewise.
16594 * tree.h: Likewise.
16596 * varray.c: Likewise.
16598 * varray.h: Likewise.
16600 Sun Oct 10 13:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16602 * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
16603 use one before a jump table.
16605 * rtl.def (ADDRESS): Change documentation to match reality.
16606 * md.texi: Don't document it.
16607 * gmicro.md (load address pattern): Use 'p' constraint, delete use
16610 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
16612 Sun Oct 10 02:41:41 1999 Richard Henderson <rth@cygnus.com>
16614 * genrecog.c (add_to_sequence): Move allow_const_int test outside
16615 known predicate block; default allow_const_int true.
16616 (debug_decision_list): New.
16618 Sun Oct 10 00:43:08 1999 Richard Henderson <rth@cygnus.com>
16620 * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
16622 Sat Oct 9 23:26:55 1999 Jeffrey A Law (law@cygnus.com)
16624 * gcse.c (gcse_main): Avoid global optimizations if we have a
16625 large number of basic blocks and the ratio of edges to blocks
16627 (delete_null_pointer_checks): Likewise.
16629 Sat Oct 9 23:16:01 1999 Ken Raeburn <raeburn@mit.edu>
16631 * c-common.c (check_format_info): Warn if format string isn't a
16634 Sat Oct 9 23:04:02 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
16636 * configure.in (arm*-*-*): Don't let autoconf remove brackets
16637 * configure: regenerate
16639 Sat Oct 9 13:15:53 1999 Richard Henderson <rth@cygnus.com>
16641 * alpha.md (extendsidi2): Turn into a splitter. Allow f/f.
16642 If TARGET_FIX, allow r/f. Remove cvtlq unspec pattern.
16643 (peepholes): Re-enable.
16645 Sat Oct 9 12:18:16 1999 Richard Henderson <rth@cygnus.com>
16647 * Makefile.in (flow.o): Depend on TREE_H.
16648 * basic-block.h (REG_SET_EQUAL_P): New.
16649 (XOR_REG_SET): New.
16650 (n_edges): Declare.
16651 (free_regset_vector): Remove declaration.
16652 (flow_delete_insn_chain): Declare.
16653 (enum update_life_extent): New.
16654 (update_life_info, count_or_remove_death_notes): Declare.
16655 * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
16656 Verify register live at bb->global_live_at_start before adding USE.
16657 * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
16658 (CLEAN_ALLOCA): New.
16660 (PROP_*): New flags.
16661 (find_basic_blocks_1): Use alloc_EXPR_LIST.
16662 (clear_edges): Zero n_edges.
16663 (make_edge): Increment n_edges.
16664 (split_edge): Don't allocate bb->local_set. Increment n_edges.
16665 (flow_delete_insn_chain): Export.
16666 (delete_block): Decrement n_edges.
16667 (merge_blocks_nomove): Likewise.
16668 (life_analysis): Give life_analysis_1 PROP flags.
16669 (verify_wide_reg_1, verify_wide_reg): New.
16670 (verify_local_live_at_start): New.
16671 (update_life_info): Rewrite to call into propogate_block.
16673 (mark_regs_live_at_end): After reload, if epilogue as rtl,
16674 always mark stack pointer. Conditionally mark PIC register.
16675 After reload, mark call-saved registers, return regsiters.
16676 (life_analysis_1): Accept PROP flags not remove_dead_code.
16677 Call mark_regs_live_at_end before zeroing regs_ever_live.
16678 Use calculate_global_regs_live. Copy global_live_at_end before
16679 calling final propagate_block. Zero reg_next_use on exit.
16680 (calculate_global_regs_live): New.
16681 (allocate_bb_life_data): Don't allocate bb->local_set.
16682 (init_regset_vector, free_regset_vector): Remove.
16683 (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
16684 Test flags before every operation. Warn if prologue/epilogue insn
16685 would have been deleted.
16686 (mark_set_regs, mark_set_1): Accept and use FLAGS.
16687 Use alloc_EXPR_LIST.
16688 (mark_used_regs): Accept and use FLAGS, not FINAL.
16689 Remove special handling for RETURN.
16690 (try_pre_increment): Use alloc_EXPR_LIST.
16691 (dump_flow_info): Dump n_edges.
16692 (unlink_insn_chain, split_hard_reg_notes): Remove.
16693 (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
16694 (find_insn_with_note, new_insn_dead_notes): Remove.
16695 (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
16696 (maybe_remove_dead_notes, prepend_reg_notes): Remove.
16697 (replace_insns): Remove.
16698 (count_or_remove_death_notes): New.
16699 (verify_flow_info): Abort on error after all checks.
16700 (remove_edge): Decrement n_edges.
16701 (remove_fake_edges): Tweak format.
16702 * haifa-sched.c (schedule_insns): Use split_all_insns.
16703 * output.h (update_life_info): Remove declaration.
16704 * recog.c (split_all_insns): From the corpse of split_block_insns,
16705 do the whole function block by block. Use update_life_info.
16706 (recog_last_allowed_insn): New.
16707 (recog_next_insn): Mind it.
16708 (peephole2_optimize): Set it. Walk backwards through blocks.
16709 Use update_life_info.
16710 * rtl.h (update_flow_info, replace_insns): Remove declarations.
16711 (split_all_insns): Declare.
16712 * toplev.c (rest_of_compilation): Thread prologue before flow2.
16713 Use split_all_insns.
16715 * i386.md (or -1 peep2s): Disable.
16717 Fri Oct 8 17:49:08 1999 Richard Henderson <rth@cygnus.com>
16719 * config/mips/mips.md (movstrsi+[123]) : Combine these into
16720 a single pattern. Scrap the 'd' versions as unnecessary.
16722 * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
16723 tablejump_mips162,tablejump_internal4): The operands to a
16724 label_ref must be VOIDmode.
16726 Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16728 * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
16730 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
16732 * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
16734 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
16736 * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
16737 cache every function if ggc_p.
16739 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16741 * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
16742 instead of copy_rtx. Accept sequences that contain asm statements.
16743 * emit-rtl.c (copy_insn_1, copy_insn): New functions.
16744 (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
16745 orig_asm_operands_vector, copy_asm_operands_vector,
16746 orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
16748 * rtl.h (copy_insn, copy_insn_1): Declare.
16750 Fri Oct 8 13:08:12 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16752 * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
16754 * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
16755 arguments to `current_file_function_operand'.
16757 * genrecog.c: Include hard-reg-set.h and resource.h in the
16758 generated output file.
16760 * real.c: Include tm_p.h.
16762 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16764 * i386.md (prologue_allocate_stack): Add '=' constraint letter on
16767 Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
16769 * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
16770 before the fctiwz insn.
16772 Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16773 Mark Mitchell <mark@codesourcery.com>
16775 * tree.c (make_lang_type_fn): New funtion pointer.
16776 (make_lang_type): Call it.
16777 * tree.h (make_lang_type): Declare.
16778 (make_lang_type_fn): Likewise.
16779 * rs6000.c (rs6000_build_va_list): Use make_lang_type.
16781 Thu Oct 7 00:36:17 1999 Diego Novillo <dnovillo@cygnus.com>
16783 * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
16784 make sure that HIGH instructions are copied into BASE_REGS.
16786 Thu Oct 7 17:02:34 1999 Jason Merrill <jason@yorick.cygnus.com>
16788 * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
16790 Thu Oct 7 17:01:58 1999 Greg McGary <gkm@gnu.org>
16792 * c-decl.c (finish_struct): Use simpler method of
16793 removing elements of a singly-linked list.
16795 Thu Oct 7 15:23:28 1999 Michael Meissner <meissner@cygnus.com>
16797 * alpha.md (peephole2's): Comment out peephole2's that generate
16800 Thu Oct 7 12:00:53 1999 Richard Henderson <rth@cygnus.com>
16802 * genrecog.c (add_to_sequence): Disable mode check for
16805 Thu Oct 7 20:14:16 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16807 * ggc-simple.c (init_ggc): Set empty_string.
16809 Thu Oct 7 01:13:15 1999 Richard Henderson <rth@cygnus.com>
16811 * configure.in: Detect mmap. Add --with-gc=foo to select
16812 garbage collector; default to page if mmap available.
16813 * Makefile.in (GGC): Substitute.
16815 Wed Oct 6 23:56:30 1999 Richard Henderson <rth@cygnus.com>
16817 * c-decl.c (ggc_p): Enable.
16819 Wed Oct 6 17:17:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16821 * flow.c (verify_flow_info): Make it extern & unconditionally define.
16823 1999-10-06 Brendan Kehoe <brendan@cygnus.com>
16825 * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
16826 string for little-endian-data.
16828 Wed Oct 6 16:10:35 1999 Michael Meissner <meissner@cygnus.com>
16830 * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
16831 case somebody tries to compile --enable-checking code with gcc
16834 Wed Oct 6 12:22:50 1999 Richard Henderson <rth@cygnus.com>
16836 * genrecog.c (add_to_sequence): Verify operand to label_ref is
16839 Wed Oct 6 10:21:15 1999 Richard Henderson <rth@cygnus.com>
16841 * genconfig.c (main): Disable HAVE_conditional_arithmetic.
16842 * jump.c (jump_optimize_1): Document why.
16844 Wed Oct 6 10:41:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16846 * collect2.c (scan_prog_file, scan_libraries): Prototype function
16847 pointers and casts for `int_handler' and `quit_handler'.
16849 * flow.c (verify_flow_info, split_hard_reg_notes,
16850 find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
16851 remove_edge, remove_fake_successors): Add static prototypes.
16852 (verify_flow_info): Wrap with macro ENABLE_CHECKING.
16853 (mark_set_1): Initialize variable `regno'.
16854 (unlink_insn_chain): Likewise for variable `curr'.
16855 (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
16857 * loop.c (strength_reduce): Initialize variable
16858 `unrolled_insn_copies'.
16859 (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
16860 prototypes. Change these functions to take const PTR parameters
16861 to avoid prototype conflict when used as the comparson argument
16863 (check_dbra_loop): Initialize variable `comparison_val'.
16865 * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
16866 (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
16867 (find_valid_class): Initialize variable `best_class'.
16868 (find_reloads): Call memcpy, not bcopy.
16870 * reload1.c (gen_mode_int, dump_needs): Add prototypes.
16871 (hard_reg_use_compare): Don't needlessly cast away const.
16872 (reload_reg_class_lower): Likewise.
16873 (choose_reload_regs): Initialize variable `regno'.
16875 Tue Oct 5 16:34:12 1999 Paul Burchard <burchard@pobox.com>
16877 * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
16879 Tue Oct 5 16:14:40 1999 Michael Meissner <meissner@cygnus.com>
16881 * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
16882 ({,d}discard): Add forward declarations. Declare parameter as
16884 (main_without_main): Explicitly declare return type to be int.
16885 (memcpy): Properly declare.
16887 * libgcc2.c (toplevel): If inhibit_libc is defined and not
16888 building the trampoline support, declare malloc, free, and
16890 (__clear_cache): Mark arguments as potentially unused.
16892 * frame.c (toplevel): If inhibit_libc is defined, declare
16895 Tue Oct 5 12:00:32 1999 Richard Henderson <rth@cygnus.com>
16897 * flow.c (make_edge): Accept an optional 2D bitmap in which
16898 to cache edge existence. Update all callers.
16899 (make_label_edge, make_eh_edge): Pass through the edge cache.
16900 (make_edges): Provide the cache.
16902 Tue Oct 5 12:16:49 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16904 * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
16906 (local_mbtowc): Change the type of variable `i' from int to size_t.
16908 * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
16909 (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
16911 Tue Oct 5 11:34:52 1999 Michael Meissner <meissner@cygnus.com>
16913 * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
16914 after other includes that define the appropriate types. Include
16915 tm_p.h for getting user prototypes.
16916 * ggc-callbacks.c (toplevel): Ditto.
16917 * ggc-none.c (toplevel): Ditto.
16918 * gcc-page.c (toplevel): Ditto.
16919 * ggc-simple.c (toplevel): Ditto.
16921 Mon Oct 4 16:48:16 1999 Diego Novillo <dnovillo@cygnus.com>
16922 Jonathan Larmour <jlarmour@cygnus.co.uk>
16924 * config/mips/mips.c (mips_move_2words): Split doubles if
16925 ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
16927 Mon Oct 4 21:47:31 1999 Richard Henderson <rth@cygnus.com>
16929 * genrecog.c (struct decision_test): New.
16930 (struct decision): Remove test-related members, sort the rest by size.
16931 (IS_SPLIT): Simplify.
16932 (new_decision, new_decision_test): New.
16933 (add_to_sequence): Use them. No special handling for args of
16935 (maybe_both_true): Renamed from not_both_true; return sense changed.
16936 (maybe_both_true_1, maybe_both_true_2): New. Broken out
16937 of maybe_both_true and adjusted for decision_test.
16938 (position_merit): Remove.
16939 (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
16940 (merge_accept_insn): New, broken out of merge_trees.
16941 (merge_trees): Use them. No special case for c_test; no node
16942 splitting; use test type instead of position_merit.
16943 (factor_tests): New.
16944 (simplify_tests): New.
16945 (break_out_subroutines): Don't write code now.
16946 (find_afterward): New.
16947 (write_afterward, write_switch, write_cond): New.
16948 (write_action, is_unconditional): New.
16949 (write_node): New. Use them.
16950 (write_tree_1): Rewrite. Use the new functions above.
16951 (write_tree): Remove afterward processing.
16952 (write_subroutine): Simplify function variant emission.
16953 (write_subroutines): New.
16954 (same_codes, clear_codes): Remove.
16955 (same_modes, clear_modes): Remove.
16956 (write_header): New, broken out of main.
16957 (make_insn_sequence): Use new_decision and new_decision_test.
16958 (process_tree): New, broken out of main.
16959 (main): Adjust for merge_trees interface change.
16960 Don't #define operands in the output file.
16961 (record_insn_name): New, broken out of make_insn_sequence.
16962 (debug_decision_2, debug_decision_1, debug_decision_0): New.
16963 (debug_decision): New.
16965 1999-10-04 21:58 -0700 Zack Weinberg <zack@bitmover.com>
16967 * resource.c (find_free_register): Mark class_str argument const.
16968 * resource.h: Update prototype to match.
16970 * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
16971 * i386.md: Give all anonymous insns names.
16973 Mon Oct 4 21:12:02 1999 Jeffrey A Law (law@cygnus.com)
16975 * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
16978 Mon Oct 4 21:01:39 1999 Richard Henderson <rth@cygnus.com>
16980 * toplev.c (dbr_sched_time): Unconditional.
16981 (peephole2_time): New.
16982 (compile_file): Add pass numbers to all of the dump file suffixes.
16983 Dump peephole2_time. Don't dump times for non-applicable passes.
16984 (rest_of_compilation): Add pass numbers to dump file suffixes.
16985 Conditionalize calls to the scheduler.
16986 * invoke.texi: Update.
16988 Mon Oct 4 20:25:13 1999 Anthony Green <green@cygnus.com>
16990 * flow.c (make_edges): Fix insn iteration.
16991 (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
16992 (find_basic_blocks_1): Fix spelling mistake.
16994 Mon Oct 4 16:56:11 1999 Richard Henderson <rth@cygnus.com>
16996 * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
16997 always have side-effects. Use memset not bzero.
16998 (make_node): Likewise.
17000 Mon Oct 4 16:22:20 1999 Mark Mitchell <mark@codesourcery.com>
17002 * stmt.c (expand_anon_union_decl): When any of the elements of the
17003 union is addressable, so is the entire union.
17005 Mon Oct 4 11:38:33 1999 Richard Henderson <rth@cygnus.com>
17007 * sbitmap.c (sbitmap_ones): Don't set too many bits.
17009 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17010 * bitmap.c (bitmap_operation): Return true iff TO changed.
17011 (bitmap_equal_p): New.
17012 (bitmap_bit_p): Tidy arithmetic.
17013 (debug_bitmap_file): Likewise.
17015 Mon Oct 4 11:28:37 1999 Richard Henderson <rth@cygnus.com>
17017 * toplev.c (rest_of_compilation): Turn on cse_not_expected
17018 before cse2 instead of after.
17020 Mon Oct 4 09:55:17 1999 Stan Cox <scox@cygnus.com>
17022 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17025 Mon Oct 4 08:54:12 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17027 * cppinit.c (is_idchar initializer): Loosen tests to accept
17030 Mon Oct 4 02:31:20 1999 Mark Mitchell <mark@codesourcery.com>
17032 * mips.md: Define conditional move patterns for floating point
17033 operands and DI mode conditions.
17035 Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
17037 * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17038 always have side-effects.
17040 Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
17042 * mn10200.c (asm_file_start): Fix typo.
17044 * cppinit.c (is_idchar initializer): Tighten tests for when
17045 to put the table into initialized memory.
17047 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17048 not an array of rtunion.
17049 * gcc-page.c (ggc_alloc_rtvec): Similarly.
17050 * gcc-simple (ggc_free_rtvec): Similarly.
17052 * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17055 * mbchar.h: Add missing #endif.
17057 * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17058 (FPBIT, DPBIT): Define.
17060 Sun Oct 3 12:44:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17062 * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17064 * profile.c (instrument_arcs, output_gcov_string,
17065 tablejump_entry_p): Add static prototypes.
17066 (output_gcov_string): Constify a char*.
17068 * regmove.c (replacement_quality, fixup_match_2): Add static
17071 * resource.h (reg_dead_p): Add extern prototype.
17073 * rtl.c (trim_filename): Add static prototype.
17075 * scan-decls.c (skip_to_closing_brace): Likewise.
17077 * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17078 (expand_end_case): Initialize variable `range'.
17079 (emit_case_nodes): Remove unused prototype `rtx_fn'.
17081 * varasm.c (asm_emit_uninitialised): Add static prototype.
17082 (asm_emit_uninitialised, assemble_variable): Mark parameter with
17085 Sun Oct 3 12:24:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17087 * cpplib.c (if_directive_nameo): Add static prototype.
17089 * cse.c (cse_insn): Remove unused variable `p'.
17091 * except.c (create_rethrow_ref, push_entry,
17092 receive_exception_label, new_eh_region_entry, find_func_region,
17093 clear_function_eh_region, process_nestinfo): Add static prototypes.
17094 (get_reg_for_handler): Hide definition.
17095 (process_nestinfo): Initialize variable `extra_handlers'.
17097 * expr.h (expand_builtin_longjmp): Add extern prototype.
17099 * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
17101 * function.c (prepare_function_start): Likewise.
17102 (pop_function_context_from): Mark parameter `context' with
17104 (push_temp_slots_for_block, flush_addressof): Hide definition.
17106 * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
17107 solve_program_flow_graph, calculate_branch_probs,
17108 function_summary, main, fancy_abort): Add prototypes.
17110 * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
17111 (add_hash): Constify a char*.
17113 * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
17114 ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
17115 ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
17117 * integrate.c (expand_inline_function_eh_labelmap): Likewise.
17119 * lists.c (free_list, zap_lists): Likewise.
17121 Sun Oct 3 12:05:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17123 * alias.c (nonlocal_reference_p): Add static prototype.
17125 * bitmap.c (bitmap_element_allocate): Prototype args in function
17128 * builtins.c (stabilize_va_list): Add static prototype.
17129 (expand_builtin_va_arg): Constify a char*.
17131 * c-lex.c (getch, put_back, extend_token_buffer_to,
17132 read_line_number, token_getch, token_put_back): Add static
17135 * c-parse.gperf (hash, is_reserved_word): Likewise.
17137 * cccp.c (is_dir_separator): Likewise.
17139 Sat Oct 2 16:07:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17141 * graph.h: New file to prototype functions exported by graph.c.
17143 * Makefile.in (graph.o, toplev.o): Depend on graph.h.
17145 * graph.c: Include graph.h.
17147 * toplev.c: Likewise. Remove redundant prototypes.
17149 Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se>
17151 * invoke.texi: Removed duplicated description for -Q.
17153 Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com>
17155 * extend.texi: Grammar fix in __extension__ text.
17157 Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com>
17159 * md.texi (define_peephole2): New section.
17161 Sat Oct 2 10:57:56 1999 Jan Hubicka <hubicka@freesoft.cz>
17163 * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
17164 (mov $-1 to or peepholer): Enable for pentium when optimizing for
17167 Sat Oct 2 10:55:25 1999 Jan Hubicka <hubicka@freesoft.cz>
17169 * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
17171 Sat Oct 2 10:53:22 1999 Jan Hubicka <hubicka@freesoft.cz>
17173 * i386.md (ffs expander): Emit Pentium friendly code for
17176 Sat Oct 2 02:48:21 1999 Mark P. Mitchell <mark@codesourcery.com>
17178 * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
17180 (build1): Likewise.
17182 Fri Oct 1 18:01:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17184 * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
17186 Fri Oct 1 12:42:53 1999 Andreas Schwab <schwab@suse.de>
17188 * config/m68k/m68k.c (use_return_insn): Return false if the pic
17189 register is in use.
17191 Fri Oct 1 10:56:06 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17193 * md.texi (No Constraints): Delete section.
17194 * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
17195 * final.c (final_scan_insn): We always have register constraints.
17196 * genattrtab.c: Don't include "insn-config.h".
17197 (write_attr_case): We always have register constraints.
17198 * genconfig.c (register_constraint_flag): Delete.
17199 (walk_insn_part): Don't check whether we have register constraints.
17200 (main): Don't write out "#define REGISTER_CONSTRAINTS".
17201 * genoutput.c (have_constraints): Delete.
17202 (main): Don't set it.
17203 (output_operand_data): We always have constraints.
17204 (scan_operands): Likewise.
17205 (compare_operands): Likewise.
17206 * local-alloc.c (block_alloc): We always have constraints.
17207 (requires_inout): Always compile this function.
17208 * recog.c (extract_insn): We always have constraints.
17209 (constrain_operands, reg_fits_class_p): Always compile these
17211 * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
17213 (struct insn_operand_data): Likewise.
17214 * regclass.c (regclass): We always have constraints.
17215 (record_reg_classes, copy_cost, record_address_regs,
17216 auto_inc_dec_reg_p): Always compile these functions.
17217 * regmove.c (regmove_optimize): We always have constraints.
17218 * reload.c (find_reloads): Likewise.
17219 * reload1.c (reload): Likewise.
17220 (reload_cse_simplify_operands): Likewise.
17221 * i860.c (output_delay_insn): Likewise.
17223 Thu Sep 30 23:04:41 1999 Mark P. Mitchell <mark@codesourcery.com>
17225 * iris6.h (BUILD_VA_LIST_TYPE): Define.
17227 Thu Sep 30 18:44:50 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17229 * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
17230 for the va_list record.
17232 Thu Sep 30 18:34:54 1999 Jan Hubicka <hubicka@freesoft.cz>
17234 * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
17237 Thu Sep 30 18:31:36 1999 Jan Hubicka <hubicka@freesoft.cz>
17239 * alias.c: Include insn-flags.h.
17240 * Makefile.in (alias.o): Update.
17242 Thu Sep 30 18:21:30 1999 Jan Hubicka <hubicka@freesoft.cz>
17244 * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
17245 to LTU and GEU. Handle more cases using sbb.
17247 Thu Sep 30 18:18:39 1999 Jan Hubicka <hubicka@freesoft.cz>
17249 * i386.md (truncatexfdf splitters): Do not use subreg.
17250 (fop XFmode patterns): Fix mode in operand testing.
17252 Thu Sep 30 18:04:13 1999 Richard Henderson <rth@cygnus.com>
17254 * jump.c (jump_optimize_1): Amend last change to test only the
17255 form of the operand, not the insn.
17257 * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
17258 not register_operand to determine when B may need preloading.
17260 Thu Sep 30 17:39:16 1999 Richard Henderson <rth@cygnus.com>
17262 * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
17263 (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
17264 (call-value patterns): Move to end of file.
17265 (*): Remove mode from label_ref in (pc) context.
17266 (movstrqi): Use memory not general_operand for BLKmode operands.
17267 (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
17268 to register_operand operands.
17269 (peep2 patterns): Convert from commented-out peephole patterns.
17271 Thu Sep 30 14:39:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17273 * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
17274 to BUILT_IN_INIT_DWARF_REG_SIZES.
17275 * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
17276 Renamed from BUILT_IN_DWARF_REG_SIZE; call
17277 expand_builtin_init_dwarf_reg_sizes.
17278 * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
17279 with __builtin_init_dwarf_reg_size_table.
17280 * dwarf2out.c (struct reg_size_range): Delete.
17281 (expand_builtin_init_dwarf_reg_sizes): New function.
17282 (expand_builtin_dwarf_reg_size): Delete.
17283 * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
17284 (expand_builtin_dwarf_reg_size): Don't declare.
17285 * libgcc2.c (dwarf_reg_size_table_initialized): New.
17286 (dwarf_reg_size_table): New.
17287 (init_reg_size_table): New function.
17288 (copy_reg): Use dwarf_reg_size_table.
17289 (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
17292 Thu Sep 30 05:40:34 1999 Richard Earnshaw <rearnsha@arm.com>
17294 * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
17295 Correctly build argument list to constructor and destructor functions.
17297 Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
17299 * c-tree.h (warn_float_equal): Declare.
17300 * c-decl.c (warn_float_equal): Define.
17301 (c_decode_option): Recognize -W[no-]float-equal.
17302 * c-typeck.c (build_binary_op): Conditionally warn
17303 about equality tests of floating point types.
17304 * toplev.c (documented_lan_options): Add -W[no-]float-equal.
17305 * invoke.texi: Add docs for -Wfloat-equal warning.
17307 Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com)
17309 * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
17310 generating RTL directly.
17311 * mips.h (INIT_TARGET_OPTABS): Likewise.
17312 * mn10200.h (INIT_TARGET_OPTABS): Likewise.
17314 * expr.h (init_mov_optab): Delete declaration
17316 * h8300.c (WORD_REG_USED): Update to avoid useless register
17317 saves in interrupt functions and functions which never return.
17319 * cse.c (struct set): Delete inner_dest_loc field.
17320 (cse_insn): Remove assignments to inner_dest_loc field.
17322 Wed Sep 29 16:06:20 1999 Richard Henderson <rth@cygnus.com>
17324 * ggc-page.c: Don't include <unistd.h> etc taken care of
17325 by "system.h". Include <sys/mman.h> afterward.
17327 Wed Sep 29 16:05:18 1999 Richard Henderson <rth@cygnus.com>
17329 * rs6000.c (rs6000_encode_section_info): If ggc_p, use
17332 Tue Sep 28 16:45:40 1999 David Edelsohn <edelsohn@gnu.org>
17334 * xcoffout.c (xcoffout_declare_function): Add documentation.
17335 * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
17336 TARGET_64BIT. Compare constant to -1, not bit pattern.
17337 (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
17338 (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix
17341 Tue Sep 28 16:43:14 1999 Nick Clifton <nickc@cygnus.com>
17343 * dwarf2out.c (add_abstract_origin_attribute): Abort if
17344 origin_die is NULL.
17345 (gen_inlined_enumeration_type_die): Do not abort if the type has
17346 not been writeen out.
17347 (gen_inlined_structure_type_die): Do not abort if the type has
17348 not been writeen out.
17349 (gen_inlined_union_type_die): Do not abort if the type has
17350 not been writeen out.
17351 (gen_tagged_type_instantiation_die): Do not abort if the type
17352 has not been written out.
17354 Tue Sep 28 14:33:47 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17356 * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
17358 * reg-stack.c (straighten_stack): Copy hard reg set with
17361 Tue Sep 28 01:11:05 1999 Richard Henderson <rth@cygnus.com>
17363 * builtins.c (stabilize_va_list): Stabilize array type va_list
17364 to a pointer type, not the base record type.
17365 (expand_builtin_va_copy): Dereference the pointers explicitly;
17366 use the correct size for the copy.
17368 * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
17369 (rs6000_va_arg): Likewise.
17371 Mon Sep 27 23:27:21 1999 Richard Henderson <rth@cygnus.com>
17373 * rtl.h (struct rtx_def): Move gc_mark to align mode field.
17375 Mon Sep 27 23:20:29 1999 Mark Mitchell <mark@codesourcery.com>
17377 * tree.h (struct tree_decl): Use `bclass', not `class', in name of
17379 (DECL_BUILT_IN_CLASS): Adjust accordingly.
17381 Mon Sep 27 23:03:16 1999 Richard Henderson <rth@cygnus.com>
17383 * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
17384 (init_ggc): Use it instead of a constant.
17385 (ggc_collect): Bound allocated_last_gc by it.
17387 Mon Sep 27 19:06:04 1999 Jeffrey A Law (law@cygnus.com)
17389 * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
17392 Mon Sep 27 19:40:17 CEST 1999 Marc Espie <espie@cvs.openbsd.org>
17394 * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.
17395 (mips*-*-openbsd*): Let big endian configuration be a fragment.
17396 * configure: Regen.
17397 * config/mips/openbsd.h: New, OpenBSD little endian target.
17398 * config/mips/openbsd-be.h: New, OpenBSD big endian target fragment.
17399 * config/mips/xm-openbsd.h: New, OpenBSD host.
17401 Mon Sep 27 10:28:48 1999 Andreas Schwab <schwab@suse.de>
17403 * config/m68k/m68k.c (output_function_prologue,
17404 output_function_epilogue): Use
17405 current_function_uses_pic_offset_table instead of regs_ever_live
17406 to decide whether to save/restore pic register.
17407 (legitimize_pic_address): Don't modify regs_ever_live any more.
17409 Sun Sep 26 10:55:36 1999 Mark Mitchell <mark@codesourcery.com>
17411 * function.h (struct function): Add x_dont_save_pending_sizes_p.
17412 * stor-layout.c (variable_size): Don't add sizes to the pending
17413 sizes list if x_dont_save_pending_sizes_p is set.
17415 Sun Sep 26 16:36:52 1999 Robert Lipe (robertlipe@usa.net)
17417 * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
17418 for symbolic_operand().
17419 * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
17421 Sun Sep 26 07:37:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17423 * combine.c (gen_rtx_combine): Add missing call to va_end().
17425 * final.c (asm_fprintf): Likewise.
17427 * genattrtab.c (attr_rtx): Likewise.
17429 Sat Sep 25 13:11:07 1999 Jeffrey A Law (law@cygnus.com)
17431 * cse.c: Update comments.
17432 (cse_insn): When converting a conditional/computed jump into
17433 an unconditional jump, always make sure a BARRIER immediately
17434 follows the converted jump. Do not delete unreachable code.
17435 (cse_basic_block): Do not delete unreachable code.
17436 * toplev.c (rest_of_compilation): Move call to
17437 delete_trivially_dead_insns after the conditional call to
17440 Sat Sep 25 09:03:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17442 * collect2.c (make_temp_file): Don't prototype.
17444 * gcc.c (make_temp_file): Likewise.
17446 * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
17448 Sat Sep 25 13:42:15 1999 Nick Clifton <nickc@cygnus.com>
17450 * varasm.c (asm_emit_uninitialised): New function: Generate
17451 the assembler statements necessary to declare an uninitialised
17453 (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
17455 (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
17456 (ASM_EMIT_COMMON): New macro: Emit an entry in the common
17458 (assemble_variable): Use asm_emit_uninitialised to emit an
17459 uninitialised variable.
17461 Fri Sep 24 17:10:56 1999 Nick Clifton <nickc@cygnus.com>
17463 * combine.c (simplify_comparison): Cope with downshifting a 32 bit
17464 constant on a 64 bit host. Patch supplied by Geoffrey Keating
17465 <geoffk@cygnus.com>.
17467 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17469 * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
17470 * c-common.h (builtin_function): Don't declare.
17472 * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
17474 (pushdecl): Likewise.
17475 (finish_decl): Likewise.
17476 (builtin_function): New arg CLASS. Arg FUNCTION_CODE now of type
17477 int. All callers changed.
17478 Set the builtin's DECL_BUILT_IN_CLASS.
17479 * tree.h (enum built_in_class): New.
17480 (enum built_in_function): Delete NOT_BUILT_IN.
17481 (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
17483 (DECL_SET_FUNCTION_CODE): Likewise.
17484 (DECL_BUILT_IN_CLASS): New macro.
17485 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
17486 (struct tree_decl): Split builtin function code field into a
17488 (builtin_function): Declare.
17490 Fri Sep 24 01:45:05 1999 Mark Mitchell <mark@codesourcery.com>
17492 * optabs.c (init_traps): Fix typo in last change.
17494 Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
17496 * toplev.c (rest_of_decl_compilation): Update comment.
17498 Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com>
17500 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
17501 in .sbss if appropriate.
17502 (EXTRA_SECTION_FUNCTIONS): Add sbss.
17503 (SBSS_SECTION_ASM_OP): New macro.
17504 * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
17505 (EXTRA_SECTIONS): Add in_sbss.
17506 * config/mips/mips.h: Prototype sbss_section.
17508 Thu Sep 23 18:18:55 1999 Mark Mitchell <mark@codesourcery.com>
17510 * stmt.c (expand_start_bindings): Don't allow cleanup instructions
17513 Thu Sep 23 18:07:01 1999 Mark Mitchell <mark@codesourcery.com>
17515 * optabs.c (init_traps): Register trap_rtx as a GC root.
17517 Thu Sep 23 17:41:47 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17519 * config/mips/mips.c (function_arg_pass_by_reference): Define
17520 unconditionally, since it's called unconditionally.
17522 Thu Sep 23 13:40:02 1999 Jason Merrill <jason@yorick.cygnus.com>
17524 * toplev.c (documented_lang_options): Add -fshort-wchar.
17525 * c-decl.c (c_decode_option): Likewise.
17526 (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
17528 * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
17529 * gcc.c (default_compilers): If -fshort-wchar,
17530 override __WCHAR_TYPE__.
17531 * tm.texi (C Dialect Options): Add -fshort-wchar.
17533 * dwarf2out.c (output_aranges): Use DW_AT_location to find the
17534 symbol for a variable.
17536 * cpplib.h (CPP_PREPROCESSED): New macro.
17537 * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
17538 we're seeing this input for a second time.
17540 Thu Sep 23 12:54:49 1999 Alex Samuel <samuel@codesourcery.com>
17542 * emit-rtl.c (init_emit_once): Initialize modes first.
17544 Sun Sep 19 01:23:23 1999 Alex Samuel <samuel@codesourcery.com>
17546 * config/i386/i386.c (pic_label_name): Change to char pointer.
17547 (global_offset_table): New variable.
17548 (load_pic_register): Fill global_offset_table if it hasn't
17549 already been done. Allocate pic_label_name dynamically.
17550 * ggc.h (empty_string): New variable.
17551 * ggc-simple.c (empty_string): Likewise.
17552 (init_ggc): Allocate empty_string and add as root.
17553 * stmt.c (digit_strings): New variable.
17554 (init_stmt): Add last_block_end_note as root. Allocate and
17555 initialize digit_strings.
17556 (expand_asm_operands): Use empty_string instead of string
17557 constant. Use digit_strings instead of string constants.
17558 * profile.c (init_arc_profiler): Allocate string with
17559 ggc_alloc_string instead of xmalloc.
17560 (output_func_start_profiler): Likewise.
17561 * c-typeck.c (digest_init): Check if init is error_mark_node.
17563 Thu Sep 23 12:59:14 1999 Alex Samuel <samuel@codesourcery.com>
17564 Richard Henderson <rth@cygnus.com>
17566 * ggc-page.c: New file.
17567 * Makefile.in (ggc-page.o): New.
17569 Thu Sep 23 13:55:21 1999 Jeffrey A Law (law@cygnus.com)
17571 * invoke.texi: Document -fdelete-null-pointer-checks
17572 * toplev.c (flag_delete_null_pointer_checks): New.
17573 (f_options): Add entry for -fdelete-null-pointer-checks.
17574 (rest_of_compilation): Conditionalize null pointer check
17575 elimination on flag_delete_null_pointer_checks.
17576 (main): If -O2 or greater, enable -fdelete-null-pointer-checks
17578 1999-09-23 10:56 -0700 Zack Weinberg <zack@bitmover.com>
17580 * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
17581 copyright notice and special exception to GPL.
17583 Thu Sep 23 13:40:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17585 * abi64.h (mips_function_value): Add prototype arguments.
17587 * mips-protos.h: New file with mips prototypes.
17589 * mips.c: Include "tm_p.h".
17590 (mktemp, lookup_name): Add prototype arguments.
17591 (extern_list, string_constant, mips_fill_delay_slot,
17592 mips_output_external, mips_output_external_libcall,
17593 mips_output_filename, mips_declare_object, function_prologue,
17594 mips_expand_prologue, function_epilogue, mips16_constant,
17595 build_mips16_function_stub, mips_output_conditional_branch):
17597 (mips_va_start): Remove unused variable `u'.
17598 (mips_va_arg): Cast value to unsigned when comparing against one.
17600 (save_restore_insns, mips_expand_prologue): Add missing arg in
17601 call to `large_int'.
17603 * mips.h: Move prototypes to mips-protos.h.
17604 (data_section, memory_address_p, rdata_section,
17605 readonly_data_section, simple_epilogue_p, text_section): Delete
17606 prototypes delcared elsewhere.
17607 (mips_epilogue_delay_slots, print_options): Delete unused decls.
17609 (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
17611 * mips.md: Delete extra args in call to `mips_move_2words'.
17613 * xm-iris6.h (alloca): Add prototype argument.
17615 * genpeep.c: Include "tm_p.h" in generated output file.
17617 Thu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
17619 * basic-block.h (find_edge_index): Change parameters.
17620 * flow.c (verify_edge_list): Pass basic_block parameters to
17621 find_edge_index instead of integers.
17623 Thu Sep 23 15:54:12 1999 Nick Clifton <nickc@cygnus.com>
17625 * combine.c (simplify_comparison): Use an unsigned shift to adjust
17628 Thu Sep 23 08:46:21 1999 Guy Harris <guy@netapp.com>
17630 * gcc.1: Fix a formatting error.
17632 Wed Sep 22 16:10:21 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
17634 * install.texi (Configurations): Remove pyramid. Add fr30, i686,
17635 i786, mn10200, mn10300, pdp11, v850.
17637 Thu Sep 23 07:37:13 1999 Dan Nicolaescu <dann@ics.uci.edu>
17639 * libgcc2.c (num_digits): Add prototype with
17640 __attribute__((const)).
17641 (__terminate): Add prototype.
17643 Thu Sep 23 05:32:06 1999 Richard Henderson <rth@cygnus.com>
17645 * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
17647 * alpha/alpha.c (print_operand): Fix type of `code'.
17648 (alpha_output_filename): Constify.
17649 * alpha/alpha.h: Move all function declarations ...
17650 * alpha/alpha-protos.h: ... here. New file.
17651 * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
17652 (SECTION_FUNCTION_TEMPLATE): Likewise.
17654 Thu Sep 23 11:15:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17656 * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
17657 * expr.c (expand_expr): Likewise.
17658 (do_jump): Likewise.
17659 (do_store_flag): Pass ccp_store_flag to can_compare_p.
17660 * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
17662 (enum can_compare_purpose): New.
17663 (can_compare_p): Adjust prototype.
17664 (prepare_cmp_insn, prepare_operand): Declare.
17665 * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
17666 * optabs.c (cmp_available_p): Deleted.
17667 (expand_abs): Pass ccp_jump to can_compare_p.
17668 (can_compare_p): New arg PURPOSE. Check for combined optabs.
17669 (prepare_cmp_insn): No longer static. Add arg PURPOSE.
17670 Call can_compare_p rather than cmp_available_p.
17671 (prepare_operand): No longer static.
17672 (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
17673 (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
17674 (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
17675 sequence to use emit_cmp_and_jump_insns.
17676 (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
17678 Wed Sep 22 17:58:01 1999 Stan Cox <scox@cygnus.com>
17680 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
17681 register offsets; let LEGITIMIZE_ADDRESS load it into a register.
17682 (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
17683 (plus (reg) (const_int 0))
17684 * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
17686 Wed Sep 22 17:55:31 1999 David Edelsohn <edelsohn@gnu.org>
17688 * rs6000.c (expand_block_move): DImode loads and stores require
17689 word-aligned displacements. Increment address registers with
17690 adddi3 on 64-bit platform. Use TARGET_POWERPC64 not TARGET_64BIT.
17692 Wed Sep 22 17:35:55 1999 Michael Meissner <meissner@cygnus.com>
17694 * dwarf2out.c (base_type_die): Use the name __unknown__ if there
17695 is no name for the base type, rather than segfault. If we are
17696 writing out a complex integer type, use DW_ATE_lo_user.
17698 * expr.c (emit_move_insn_1): If we are copying a complex that fits
17699 in one word or less (complex char, complex short, or on 64 bit
17700 systems complex float) to/from a hard register, copy it through
17701 memory instead of dying in gen_{real,imag}part. If we have a
17702 short complex type, prevent inlining since it allocates stack
17705 * tree.c (build_complex_type): If we are writing dwarf2 output,
17706 generate a name for complex integer types.
17708 Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
17710 * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
17711 * flow.c (remove_edge): Remove extra whitespace.
17712 (remove_fake_edges): Fix comment.
17713 (add_noreturn_fake_exit_edges): Use the correct name.
17715 Wed Sep 22 16:12:40 BST 1999 Nathan Sidwell <nathan@acm.org>
17717 * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
17718 (mostlyclean): Depend on INTL_MOSTLYCLEAN.
17719 (clean): Depend on INTL_CLEAN.
17720 (maintainer-clean): Adjust.
17722 Wed Sep 22 10:18:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17724 * configure.in (AC_PREREQ): Bump to 2.13.
17725 (AC_C_STRINGIZE): Call this instead of using a custom macro.
17727 * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
17729 * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
17731 * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
17733 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
17734 (HAVE_STRINGIZE): Define.
17736 Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
17738 * c-parse.in: save and restore warn_pointer_arith on __extension__
17739 along with pedantic.
17740 (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
17741 Set the type of extension to itype rather than $<itype>1 kludge.
17742 * extend.texi (Alternate Keywords): Adjust documentation.
17743 * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
17745 Wed Sep 22 06:06:57 1999 Jeffrey A Law (law@cygnus.com)
17747 * pa.c, pa.h, pa.md: Support multiple assembler dialects in
17748 most assembler templates.
17750 * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
17751 FP loads and stores.
17752 (following_call): Always return zero for the PA8000.
17753 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
17754 FP loads and stores.
17755 (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
17757 * pa.h (BRANCH_COST): Define.
17759 * pa.md (return, return_internal): Use bve for PA2.0.
17761 * pa.md (fused multiply): Add variants which reduce height for the
17762 fused multiply, but which still generate 2 insns.
17763 (fnegabs): Similarly.
17765 * pa.md (subsi3): Turn into an expander. Create two anonymous
17766 patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0.
17767 * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
17769 * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
17771 (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
17773 (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
17774 (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
17776 * regclass.c (init_regs): Add "top_of_stack" as a garbage
17779 * flow.c (record_active_eh_regions): Terminate loop after finding
17780 the last insn in the last basic block.
17782 Wed Sep 22 20:25:00 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17784 * config/c4x/c4x.md: Delete parallel instruction peepholes.
17786 Wed Sep 22 19:59:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17788 * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
17790 Wed Sep 22 19:56:25 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17792 * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
17793 splitting to not use output template.
17795 Wed Sep 22 19:50:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17797 * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
17798 * config/c4x/c4x.c (c4x_va_start): New function.
17800 Tue Sep 21 18:40:01 1999 Jan Hubicka <hubicka@freesoft.cz>
17802 * genrecog.c (not_both_true): Handle correctly cases when called for
17803 tests with different positions in the insn.
17805 Tue Sep 21 18:29:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17807 * machmode.h (HOST_PTR_PRINTF): Move from here ...
17809 * system.h (HOST_PTR_PRINTF): ... to here.
17811 * mips-tfile.c: Don't include machmode.h.
17813 * Makefile.in (MACHMODE_H): New variable. Update to use it.
17814 (mips-tfile.o): Don't depend on machmode.h.
17816 Tue Sep 21 18:27:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17818 * haifa-sched.c (sched_analyze): Rename local variable `region' to
17819 avoid conflicts with typedef struct `region' at the top level scope.
17821 Tue Sep 21 14:14:50 1999 Richard Henderson <rth@cygnus.com>
17823 * basic-block.h (basic_block): Add eh_beg, eh_end.
17824 * flow.c (entry_exit_blocks): Update.
17825 (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
17826 Call new functions.
17827 (find_basic_blocks_1): Don't record eh_list at each bb. Use
17828 lists.c functions to allocate insn lists.
17829 (make_edges): Use eh_beg+eh_end, not the lists. Split out EH
17831 (make_eh_edge): ... here. New.
17832 (move_stray_eh_region_notes): New.
17833 (record_active_eh_regions): New.
17834 (delete_unreachable_blocks): Split out block merging ...
17835 (try_merge_blocks): ... here. New.
17836 (merge_blocks_move_predecessor_nojumps): Remove edge arg.
17837 Dump debugging data.
17838 (merge_blocks_move_successor_nojumps): Likewise.
17839 (merge_blocks): Use eh_beg+eh_end to validate block movement.
17841 Tue Sep 21 11:15:03 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
17843 * extend.texi (Bound member functions): Document unbound pmf
17846 Tue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
17848 * flow.c (split_edge): Handle insertion on a fallthrough edge which
17849 has the EXIT_BLOCK as a dest.
17851 Tue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
17853 * flow.c (remove_edge): New function to remove an edge from the
17855 (remove_fake_successors): New function to remove fake successor edges.
17856 (remove_fake_edges): New function to remove all fake edges from the
17858 (add_fake_exit_edges): New function to add fake edges from all blocks
17859 with no successors to the exit block.
17860 * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
17861 prototypes for new functions.
17863 Tue Sep 21 14:49:53 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
17865 * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
17866 Use Pmode to determine whether to output .dword or .word.
17868 Tue Sep 21 11:04:34 1999 Alex Samuel <samuel@codesourcery.com>
17870 * tree.c (built_in_filename): New variable.
17871 (BUILT_IN_FILENAME): New macro.
17872 (init_tree_codes): Allocate built_in_filename.
17873 (make_node): Use built_in_filename instead of string constant.
17875 Tue Sep 21 14:13:27 1999 Nick Clifton <nickc@cygnus.com>
17877 * configure.in: Add fr30 target.
17878 * configure: Regenerate.
17879 * config/fr30: New directory.
17880 * config/fr30/crti.asm: New file.
17881 * config/fr30/fr30.c: New file.
17882 * config/fr30/crtn.asm: New file.
17883 * config/fr30/fr30.h: New file.
17884 * config/fr30/fr30.md: New file.
17885 * config/fr30/lib1funcs.asm: New file.
17886 * config/fr30/t-fr30: New file.
17887 * config/fr30/xm-fr30.h: New file.
17889 Tue Sep 21 06:45:31 1999 Jeffrey A Law (law@cygnus.com)
17891 * flow.c (merge_blocks_move_successor_nojumps): Delete the
17892 BARRIER at the end of the successor, not the BARRIER before
17895 * pa.c (pa_add_gc_roots): Fix thinko in last change.
17897 Tue Sep 21 05:29:17 1999 Richard Earnshaw (rearnsha@arm.com)
17899 * stmt.c (any_pending_cleanups): Don't crash when
17900 current_function->stmt is unset.
17902 Tue Sep 21 00:59:49 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17904 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
17905 other initializations that may use it for relative offsets.
17907 Mon Sep 20 21:43:25 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17909 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
17910 (ASM_SPEC): Moved from sol2dbg.h. Added work-around for gas.
17911 * config/i386/sol2dbg.h: Removed.
17912 * config/i386/sol2gas.h: New file, to enable gas work-around.
17913 * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
17914 Don't use sol2dbg.h.
17915 * configure: Rebuilt.
17917 Mon Sep 20 13:29:41 1999 Mark Mitchell <mark@codesourcery.com>
17919 * invoke.texi (-fthis-is-variable): Remove documentation.
17921 Mon Sep 20 12:59:16 1999 Richard Henderson <rth@cygnus.com>
17923 * basic-block.h (compute_bb_for_insn): Declare.
17924 * flow.c (compute_bb_for_insn): Export. Don't accept the varray
17925 to use; set size of basic_block_for_insn directly.
17926 (find_basic_blocks): Update.
17928 Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17930 * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
17932 Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17934 * crtstuff.c (ON_EXIT): Delete empty macro definition.
17935 (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
17937 Mon Sep 20 15:25:35 1999 Nick Clifton <nickc@cygnus.com>
17939 * c-decl.c (c_decode_option): Extend comment.
17941 Mon Sep 20 14:43:37 1999 Nick Clifton <nickc@cygnus.com>
17943 * toplev.c (progname): Make 'const char *'
17944 (flag_print_mem): Move out of main.
17945 (version_flag): Move out of main.
17946 (filename): Move out of main.
17947 (debug_args): Remove g prefix from options.
17948 (documented_lang_options): Remove cpplib specific options.
17949 (display_help): Add g prefix to debug options.
17950 (check_lang_option): Delete this function.
17951 (decode_d_option): New function: Decode -d... option.
17952 (decode_f_option): New function: Decode -f... option.
17953 (decode_W_option): New function: Decode -W... option.
17954 (decode_g_option): New function: Decode -g... option.
17955 (independent_decode_option): New function: Decode a language
17956 independent command line option.
17957 (main): Invoke lang_decode_option and then
17958 independent_decode_option on each command line option in
17961 Mon Sep 20 05:41:36 1999 Jeffrey A Law (law@cygnus.com)
17963 Revert this change. Gavin's patch to operand_equal_p is a better fix.
17964 * fold-const.c (fold_range_test): Do not try to fold the range
17965 test if the rhs or lhs has side effects.
17967 * basic-block.h (compute_flow_dominators): Declare.
17969 * gcse.c (alloc_code_hoist_mem): New function.
17970 (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
17971 (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
17972 (hoist_code, one_code_hoisting_pass): Likewise.
17973 (gcse_main): If optimizing for size, then hoist expressions
17974 computed in multiple dominated basic blocks.
17976 * gcse.c (invalid_nonnull_info): New function.
17977 (delete_null_pointer_checks): Likewise.
17978 * rtl.h (delete_null_pointer_checks): Declare.
17979 * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
17981 * flow.c (merge_blocks_move_predecessor_nojumps): New function.
17982 (merge-blocks_move_successor_nojumps): Likewise.
17983 (merge_blocks): Allow merging of some blocks, even if it requires
17984 physical movement of the blocks, but not if it requires new jumps.
17986 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
17987 Callers and prototype changed.
17988 * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
17990 Mon Sep 20 06:56:32 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17992 * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
17993 -YP when both -p and -pg are present. From i386/sol2.h.
17995 Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17997 * Makefile.in (distclean): Delete tm_p.h.
17998 * configure.in: Create a new file, "tm_p.h", from a list in
17999 "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18000 "i386/i386-protos.h".
18002 * alias.c: Include "tm_p.h".
18003 * c-typeck.c: Likewise.
18004 * calls.c: Likewise.
18006 * emit-rtl.c: Likewise.
18007 * explow.c: Likewise.
18008 * expmed.c: Likewise.
18009 * expr.c: Likewise.
18010 * final.c: Likewise.
18011 * flow.c: Likewise.
18012 * fold-const.c: Likewise.
18013 * function.c: Likewise.
18014 * gcse.c: Likewise.
18015 * global.c: Likewise.
18016 * haifa-sched.c: Likewise.
18017 * integrate.c: Likewise.
18018 * jump.c: Likewise.
18019 * local-alloc.c: Likewise.
18020 * loop.c: Likewise.
18021 * optabs.c: Likewise.
18022 * recog.c: Likewise.
18023 * reg-stack.c: Likewise.
18024 * regclass.c: Likewise.
18025 * regmove.c: Likewise.
18026 * reload.c: Likewise.
18027 * reload1.c: Likewise.
18028 * reorg.c: Likewise.
18029 * resource.c: Likewise.
18030 * stmt.c: Likewise.
18031 * stor-layout.c: Likewise.
18032 * toplev.c: Likewise.
18033 * tree.c: Likewise.
18034 * unroll.c: Likewise.
18035 * genattrtab.c (main): Make generated file include "tm_p.h".
18036 * genemit.c (main): Likewise.
18037 * genoutput.c (main): Likewise.
18038 * genrecog.c (main): Likewise.
18040 * i386.h: Delete all prototypes.
18041 * i386.c: Include "tm_p.h".
18042 (ix86_attr_length_default): Call constant_call_address_operand
18043 with correct number of arguments.
18044 * i386-protos.h: New file.
18045 * i386.md (unnamed patterns): Call constant_call_address_operand
18046 with correct number of arguments.
18047 (exception_receiver): Call load_pic_register with correct number
18050 Sun Sep 19 14:18:39 1999 Richard Henderson <rth@cygnus.com>
18052 * c-pragma.c (mark_align_stack): Dereference the void* properly.
18054 Sun Sep 19 09:03:40 1999 Mark Mitchell <mark@codesourcery.com>
18056 * rtl.h (insns_safe_to_move_p): New function.
18057 * loop.c (find_and_verify_loops): Use it.
18058 * rtlanal.c (insns_safe_to_move_p): Define it.
18060 Sun Sep 19 02:54:33 1999 Richard Henderson <rth@cygnus.com>
18062 * c-pragma.c: Include ggc.h.
18063 * Makefile.in (c-pragma.o): Update.
18065 Sat Sep 18 16:01:18 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
18067 * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18068 (LIB_SPEC): Likewise.
18069 (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18070 Reindent -YP/-p/-pg.
18071 Copied from config/sparc/sol2.h.
18073 Sat Sep 18 11:52:43 1999 Richard Henderson <rth@cygnus.com>
18075 * c-pragma.c (mark_align_stack): New.
18076 (init_pragma): New.
18077 * c-pragma.h (init_pragma): Declare it.
18078 * c-lex.c (init_parse): Call it.
18080 Sat Sep 18 15:20:38 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
18082 * configure.in: Pick up thread library on Solaris/x86 just
18083 like on Solaris/sparc.
18084 * configure: Rebuilt.
18086 Sat Sep 18 11:15:58 1999 Alex Samuel <samuel@codesourcery.com>
18088 * rtl.h (global_rtx_index): New enum.
18089 (global_rtl): Change to array of rtx.
18090 (pc_rtx, cc0_rtx): Redefine accordingly.
18091 (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
18092 (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
18093 (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
18094 (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
18095 (const_int_rtx): Change to array of rtx.
18096 (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
18098 * emit-rtl.c (global_rtl): Change to array of rtx.
18099 (const_int_rtx): Change to aray of rtx.
18100 (gen_rtx_CONST_INT): Redefine accordingly.
18101 (init_emit_once): Allocate and initialize global_rtl. Likewise
18102 for const_int_rtx. Add both as GC roots.
18103 * genattrtab.c (global_rtl): Update declaration.
18105 1999-09-17 Ulrich Drepper <drepper@cygnus.com>
18107 * Makefile (USER_H): Add iso646.h back.
18109 Sat Sep 18 01:07:21 1999 Jeffrey A Law (law@cygnus.com)
18111 * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
18112 zapping the LOG_LINKS of sched_before_next_call.
18114 * pa.h (INSN_SETS_ARE_DELAYED): Delete.
18115 * pa.c (insn_refs_are_delayed): Renamed from
18116 insn_sets_and_refs_are_delayed.
18118 Fri Sep 17 15:19:01 1999 Mark Mitchell <mark@codesourcery.com>
18120 * functiion.h (struct function): Add x_whole_function_mode_p.
18121 (retrofit_block): Declare.
18122 * function.c (retrofit_block): New function.
18123 (identify_blocks): Add assertions. Allow an incomplete set of
18124 block notes if we're still generating code for the function.
18125 * integrate.c: Include loop.h.
18126 (expand_inline_function): Call find_loop_tree_blocks to map block
18127 notes to blocks when in whole-function mode. Use retrofit_block
18128 to insert new BLOCKs for the inlined function, rather than
18130 * stmt.c (expand_fixup): Likewise. Don't use pushlevel/polevel.
18131 * Makefile.in (integrate.o): Depend on loop.h.
18133 Fri Sep 17 15:11:20 1999 Mark Mitchell <mark@codesourcery.com>
18135 * tree.h (warn_about_unused_variables): Declare.
18136 * stmt.c (warn_about_unused_variables): New function, split out
18138 (expand_end_bindings): Here.
18140 Fri Sep 17 15:07:37 1999 Mark Mitchell <mark@codesourcery.com>
18142 * stmt.c (preserve_subexpressions_p): Don't crash when
18143 current_function->stmt is unset.
18145 Fri Sep 17 15:03:16 1999 Mark Mitchell <mark@codesourcery.com>
18147 * stmt.c (expand_start_bindings): Allow callers to pass a flag
18148 indicating that no NOTE_INSN_BLOCK_BEG note is required.
18149 (expand_start_target_temps): Use it.
18150 * except.c (expand_eh_region_start_for_decl): Likewise.
18151 * expr.c (expand_expr): Likewise.
18153 Fri Sep 17 15:05:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
18155 * fold-const.c (operand_equal_p): Pay attention to side effects.
18157 Fri Sep 17 11:14:17 1999 Jason Merrill <jason@yorick.cygnus.com>
18159 * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
18160 * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
18162 * tlink.c (scan_linker_output): Look for keywords before accepting
18163 a mangled name in quotes.
18165 Thu Sep 16 16:47:08 1999 Richard Henderson <rth@cygnus.com>
18167 * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
18168 * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
18170 Thu Sep 16 16:35:41 1999 Richard Henderson <rth@cygnus.com>
18172 * alpha.md: Revert Thu Nov 26 change that came in through the
18173 last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
18174 Avoid earlyclobber when possible.
18176 Thu Sep 16 18:44:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18178 * libgcc2.c (__do_global_ctors): Call atexit with one arg.
18180 * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
18181 Define HAVE_ON_EXIT.
18183 Thu Sep 16 18:06:35 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18185 * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use
18186 CTYPE_CONV in all ctype macros.
18188 * cccp.c (initialize_char_syntax): Use uppercase ctype macro
18191 * cexp.y (initialize_random_junk): Likewise.
18193 * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
18195 * i370.c (handle_pragma): Likewise.
18197 * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
18199 * v850.c (override_options): Likewise.
18201 * doprint.c (_doprnt): Likewise.
18203 * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
18206 * fixinc/server.c (load_data): Likewise.
18208 * fold-const.c (real_hex_to_f): Likewise.
18210 * genattr.c (write_upcase, gen_attr): Likewise.
18212 * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
18213 write_upcase): Likewise.
18215 * genemit.c (print_code): Likewise.
18217 * genopinit.c (gen_insn): Likewise.
18219 * genpeep.c (print_code): Likewise.
18221 * genrecog.c (print_code): Likewise.
18223 * optabs.c (init_libfuncs): Likewise.
18225 Thu Sep 16 14:03:32 1999 Mark Mitchell <mark@codesourcery.com>
18227 * haifa-sched.c (sched_analyze): Keep the list of notes organized
18229 (reemit_notes): Likewise.
18231 Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>
18233 * ggc.h (ggc_root): Move to ggc-common.c.
18235 (ggc_mark_rtx, ggc_mark_tree): Change to macro.
18236 (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
18237 (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
18238 (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
18239 * ggc-common.c (ggc_root): Move from ggc.h.
18240 (roots): Declare, static.
18241 (ggc_mark_rtx, ggc_mark_tree): Renamed to...
18242 (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
18243 null or check/set mark bit.
18244 (ggc_mark_roots): New.
18245 * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
18247 Thu Sep 16 11:37:32 1999 Richard Henderson <rth@cygnus.com>
18249 * m32r.c: Include toplev.h.
18250 (*): Add ATTRIBUTE_UNUSED as needed to arguments.
18251 (gen_compare): Rename swap_p to must_swap to match uses.
18252 Add default abort case.
18253 (m32r_output_function_epilogue): Remove unused variables.
18254 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
18255 * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
18256 define to empty parameter list. Update all uses.
18257 (predicate decls): Use enum machine_mode not int.
18258 * m32r.md (movsi): Call abort, not fatal_insn.
18259 (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
18261 1999-09-14 Andrew Haley <aph@cygnus.com>
18263 * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
18264 use $0 instead of 0.
18266 Thu Sep 16 10:53:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18268 * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
18269 computation out of loop over hard regs.
18271 Wed Sep 15 21:37:06 1999 Mark Mitchell <mark@codesourcery.com>
18273 * function.c (identify_blocks): Don't shadow a variable in an
18275 * integrate.c (integrate_decl_tree): Don't use pushlevel,
18276 pushdecl, or poplevel to build up the new BLOCK tree.
18277 (expand_inline_function): Likewise.
18278 (integrate_parm_decls): Likewise.
18280 Wed Sep 15 21:20:38 1999 Mark Mitchell <mark@codesourcery.com>
18282 * c-typeck.c (qualify_type): Merge qualifiers from both types.
18284 1999-09-15 Brad Lucier <lucier@math.purdue.edu>
18286 * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
18287 * invoke.texi: Document this change.
18289 Wed Sep 15 17:56:00 1999 Richard Henderson <rth@cygnus.com>
18291 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
18293 (mark_emit_status): Renamed from mark_emit_state.
18294 * except.c (mark_eh_status): Renamed from mark_eh_state.
18295 Check not null before marking.
18296 (free_eh_status): New.
18297 * expr.c (mark_expr_status, free_expr_status): New.
18298 * function.c (free_machine_status): New.
18299 (free_after_parsing): New.
18300 (free_after_compilation): Move bits to free_after_parsing; call
18301 free_eh_status, free_expr_status; zero the marked members of the
18303 (prepare_function_start): No can_garbage_collect.
18304 Call init_eh_for_function.
18305 (expand_dummy_function_end): Free up current_function state.
18306 (mark_function_status): Renamed from mark_function_state.
18307 (mark_function_chain): No can_garbage_collect. Call mark_expr_status.
18308 * function.h (struct function): No can_garbage_collect.
18309 (free_machine_status, free_after_parsing): Declare.
18310 (free_eh_status, free_expr_status): Declare.
18311 * ggc.h (mark_expr_status): Declare.
18312 * stmt.c (free_stmt_status): Free the struct.
18313 (mark_stmt_status): Renamed from mark_stmt_state.
18314 (init_stmt): Don't call init_eh.
18315 (init_stmt_for_function): Don't call init_eh_for_function.
18316 * toplev.c (compile_file): Call init_eh.
18317 (rest_of_compilation): Free basic block info before ggc_collect.
18318 Call free_after_parsing; conditionally call free_after_compilation.
18319 * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
18320 Check not null before marking.
18321 (free_varasm_status): Don't check DECL_DEFER_OUTPUT. Free the struct.
18323 Wed Sep 15 17:53:16 1999 Richard Henderson <rth@cygnus.com>
18325 * c-lex.c (yylex): Initialize warn.
18327 Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
18329 * pa.c (emit_move_sequence): Properly set the mode of the scratch
18330 register when performing secondary reloads for the SAR register.
18332 Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
18334 * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
18335 (NOTE_BLOCK): New macro.
18336 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
18337 * function.h (identify_blocks): Change prototype.
18338 * function.c (identify_blocks): Simplify.
18339 (reorder_blocks): Likewise.
18340 * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
18341 NOTE_INSN_BLOCK_{BEG,END}.
18342 * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
18343 the list of saved notes if the note isn't a
18344 NOTE_INSN_BLOCK_{BEG,END}.
18345 (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
18347 (reemit_notes): Adjust recreation of notes to reflect new saved
18349 * print-rtl.c (print_rtx): Print the address of the BLOCK when
18350 printing a block note.
18351 * stmt.c (block_vector): Remove.
18352 (find_loop_tree_blocks): Simplify.
18353 (unroll_block_trees): Likewise.
18354 * tree.h (reorder_block): Change prototype.
18356 Wed Sep 15 14:39:35 1999 Jason Merrill <jason@yorick.cygnus.com>
18358 * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.
18359 * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
18360 (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
18361 (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl.
18362 (atexit, exit): Simplify.
18363 * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT.
18364 * config/lots: Remove defns of HAVE_ATEXIT.
18366 Wed Sep 15 10:25:12 1999 Mark Mitchell <mark@codesourcery.com>
18368 * calls.c (precompute_arguments): Fix typo in comment.
18369 * expr.c (preexpand_calls): Don't preexpand the cleanup in a
18372 Wed Sep 15 09:59:59 1999 Mark Mitchell <mark@codesourcery.com>
18374 * dsp16xx.c (override_options): Fix typos in GC root registration.
18376 Wed Sep 15 15:23:28 1999 Philip Blundell <pb@nexus.co.uk>
18378 * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
18379 from config/svr4.h.
18380 (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
18381 (FUNCTION_PROFILER): Redefine appropriately for Linux.
18382 (CC1_SPEC): Likewise.
18384 Wed Sep 15 10:09:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18386 * genattr.c (main): Add extern prototype. Call return, not exit.
18387 * genattrtab.c (main): Likewise.
18388 * gencheck.c (main): Likewise.
18389 * gencodes.c (main): Likewise.
18390 * genconfig.c (main): Likewise.
18391 * genemit.c (main): Likewise.
18392 * genextract.c (main): Likewise.
18393 * genflags.c (main): Likewise.
18394 * gengenrtl.c (main): Likewise.
18395 * genopinit.c (main): Likewise.
18396 * genoutput.c (main): Likewise.
18397 * genpeep.c (main): Likewise.
18398 * genrecog.c (main): Likewise.
18400 * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
18401 * genattrtab.c (get_insn_name): Likewise.
18402 * gencodes.c (get_insn_name): Likewise.
18403 * genconfig.c (get_insn_name): Likewise.
18404 * genemit.c (get_insn_name): Likewise.
18405 * genextract.c (get_insn_name): Likewise.
18406 * genflags.c (get_insn_name): Likewise.
18407 * genopinit.c (get_insn_name): Likewise.
18408 * genpeep.c (get_insn_name): Likewise.
18410 * gencheck.c (usage): Add static prototype.
18411 * genextract.c (print_path): Constify a char*.
18412 * genopinit.c (optabs): Likewise.
18413 * genoutput.c (operand_data, data, output_predicate_decls,
18414 compare_operands): Likewise.
18415 * genrecog.c (write_tree): Add default case in switch.
18417 Wed Sep 15 09:59:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18419 * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
18421 * print-rtl.c (get_insn_name): Remove prototype.
18423 * toplev.h (progname): Declare const.
18425 * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
18426 init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
18427 dump_sched_info, dump_local_alloc, regset_release_memory,
18428 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
18429 error_with_file_and_line, error_with_decl, error_for_asm, error,
18430 fatal, warning_with_file_and_line, warning_with_decl, warning,
18431 pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
18432 Remove redundant prototypes.
18434 (notice, check_lang_option, report_file_and_line, vnotice,
18435 mark_file_stack): Add static prototype.
18436 (set_fatal_function): Add prototype.
18437 (vnotice, report_file_and_line, set_fatal_function,
18438 check_lang_option): Constify a char*.
18439 (main): Prototype. Call return, not exit.
18441 Wed Sep 15 09:50:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18443 * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
18445 * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
18447 * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
18449 * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
18451 Wed Sep 15 11:04:43 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18453 * function.c (assign_parms): Delete arg SECOND_TIME. Don't test it,
18454 behave as if it's zero in all cases.
18455 (expand_function_start): Adjust call to assign_parms.
18456 * tree.h (assign_parms): Adjust prototype.
18457 * objc/objc-act.c (hack_method_prototype): Adjust call to
18460 Tue Sep 14 21:47:06 1999 Jeffrey A Law (law@cygnus.com)
18462 * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
18463 arg_pointer_rtx fixed if the argument pointer register is
18465 (NONZERO_BASE_PLUS_P): Likewise.
18467 Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
18469 * rtl.def (match_insn, match_insn2): Remove match_insn; rename
18470 match_insn2 to match_insn.
18471 * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
18473 Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
18475 * Makefile.in (USER_H): Remove va-foo.h.
18477 * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
18478 va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
18479 va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
18480 va-spur.h,va-v850.h}: Remove.
18482 Tue Sep 14 19:43:16 1999 Richard Henderson <rth@cygnus.com>
18484 * sparc/sparc.md (eligible_for_return_delay): New attribute.
18485 (in_return_delay): Use it instead of match_insn.
18487 Tue Sep 14 23:05:37 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
18489 * config/alpha/va_list.h (va-alpha.h): Do not include.
18490 (__gnuc_va_list): Typedef as in varargs.h.
18492 Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
18494 * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
18495 DECL_LIVE_RANGE_RTL.
18497 Tue Sep 14 16:47:08 1999 Mark Mitchell <mark@codesourcery.com>
18499 * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
18500 not NOTE_BLOCK_NUMBER.
18501 (expand_eh_region_end): Likewise.
18502 (find_exception_handler_labels): Likewise.
18503 (scan_region): Likewise.
18504 (exception_optimize): Likewise.
18505 (update_rethrow_references): Likewise.
18506 (set_insn_eh_region): Likewise.
18507 * final.c (final_scan_insn): Likewise.
18508 * flow.c (make_edges): Likewise.
18509 * integrate.c (expand_inline_function): Likewise.
18510 * print-rtl.c (print_rtx): Likewise.
18512 Tue Sep 14 16:30:16 1999 Richard Henderson <rth@cygnus.com>
18514 * ginclude/stdarg.h, ginclude/varargs.h: Implement in
18515 terms of builtin functions and types.
18517 * mips.c (mips_build_va_list): New.
18518 (mips_va_start, mips_va_arg): New.
18519 * mips.h (BUILD_VA_LIST_TYPE): New.
18520 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
18522 * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
18523 (sh_build_va_list, sh_va_start, sh_va_arg): New.
18524 * sh.h (BUILD_VA_LIST_TYPE): New.
18525 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
18527 Tue Sep 14 16:20:24 1999 Richard Henderson <rth@cygnus.com>
18529 * recog.h (struct recog_data): Make dup_num, operand_address_p,
18530 n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
18531 (struct insn_data): Likewise with n_operands, n_dups,
18532 n_alternatives, output_format.
18533 * regclass.c (scan_one_insn): Cast n_operands to int before
18534 arithmetic inside comparison.
18536 Tue Sep 14 15:13:36 1999 Richard Henderson <rth@cygnus.com>
18538 * toplev.c (compile_function): Unconditionally emit nop.
18540 Tue Sep 14 14:41:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18542 * haifa-sched.c (actual_hazard): Move declaration of variable
18543 `this_cost' into the scope where it is used.
18545 Tue Sep 14 14:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18547 * c-pragma.c (handle_pragma_token): Wrap variables `name' and
18548 `value' in HANDLE_PRAGMA_WEAK. Wrap variable `align' in
18549 HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
18551 * genrecog.c (make_insn_sequence): Call memset, not bzero.
18553 * jump.c (find_insert_position): Don't declare or define unless
18554 !HAVE_conditional_arithmetic.
18555 (returnjump_p_1, delete_prior_computation): Add static prototypes.
18557 * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
18559 * recog.c (offsettable_address_p): Prototype function pointer.
18560 (preprocess_constraints): Call memset, not bzero.
18562 * tree.c (tree_node_kind_names): Constify a char*. Make static.
18563 (gcc_obstack_init): Don't declare.
18564 (fix_sizetype): Add static prototype.
18565 (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
18566 (tree_cons): Call memset, not bzero.
18568 * varasm.c (remove_from_pending_weak_list): Wrap declaration and
18569 definition in macro ASM_WEAKEN_LABEL.
18570 (mark_const_hash_entry): Add static prototype.
18572 Tue Sep 14 12:22:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18574 * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
18576 * unroll.c (find_common_reg_term, subtract_reg_term,
18577 loop_find_equiv_value): Add static prototypes.
18578 (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
18579 (copy_loop_body): Remove unreachable break statement.
18581 * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
18583 * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
18585 Tue Sep 14 15:28:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18587 Undo some changes from the gcc2 merge:
18588 * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
18589 * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
18593 Sat Oct 3 07:20:28 1998 Stephen L Moshier <moshier@world.std.com>
18594 * emit-rtl.c (gen_lowpart_common): Disable optimization of
18595 initialized float-int union if the value is a NaN.
18597 Tue Sep 14 04:03:44 1999 Mumit Khan <khan@xraylith.wisc.edu>
18599 * gthr-win32.h: New file.
18601 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
18602 shared as a valid attribute.
18603 * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
18604 * extend.texi: Document `shared' variable attribute.
18606 Tue Sep 14 04:01:46 1999 Loren Rittle <ljrittle@acm.org>
18608 * configure.in: Handle --enable-threads on FreeBSD.
18609 * configure: Rebuit.
18611 Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
18613 * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
18615 * configure: Rebuilt.
18617 Tue Sep 14 03:47:23 1999 Joel Sherrill <joel@OARcorp.com>
18618 Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
18619 Rosimildo DaSilva <rdasilva@connecttel.com>
18621 * configure.in (m68k-*-rtemscoff*): Added.
18622 * configure.in (mips64orion-*-rtems*): Converted to ELF.
18623 * configure.in (sparc-*-rtemsaout*): Added as alias for old
18624 sparc-rtems configuration.
18625 * configure.in (sparc-*-rtemself*): Added.
18626 * configure.in (sparc-*-rtems*): Now ELF not a.out.
18627 * config/i386/rtems.h: Added comment.
18628 * config/sparc/rtemself.h: New file.
18630 * configure.in (m68k-rtemself): Added.
18631 * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
18632 and DWARF_DEBUGGING_INFO.
18633 * config/m68k/crti.s: New file.
18634 * config/m68k/crtn.s: New file.
18635 * config/m68k/t-crtstuff: New file.
18636 * config/m68k/rtemself.h: New file.
18638 * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
18639 global ctor/dtor and C++ exception handling.
18640 * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
18641 for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
18643 * config/i386/t-rtems-i386: New File.
18645 Tue Sep 14 09:47:41 1999 Andreas Schwab <schwab@suse.de>
18647 * stmt.c (expand_end_case): Return right away if the case stack is
18650 Tue Sep 14 01:47:19 1999 Jeffrey A Law (law@cygnus.com)
18652 * Makefile.in (version.c): Remove rule incorrectly brought in from
18655 Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
18657 * Makefile.in: Prepend $(SHELL) to move-if-change calls.
18658 * msdos/top.sed: Take into account a prepended $(SHELL) to
18660 * winnt/config-nt.sed: Likewise. Kill bogus substitution.
18662 * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
18664 Tue Sep 14 01:38:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18666 * regmove.c (fixup_match_1): Don't change an unchanging register.
18667 (stable_but_for_p): Renamed to:
18668 (stable_and_no_regs_but_for_p). Reject unchanging registers too.
18669 Changed all callers.
18671 Tue Sep 14 01:33:15 1999 Andreas Schwab <schwab@suse.de>
18673 * loop.c (strength_reduce): Don't call reg_used_between_p if the
18674 insn from BL2 is after the insn from BL.
18676 Mon Sep 13 21:06:01 1999 Richard Henderson <rth@cygnus.com>
18678 * recog.h (INSN_OUTPUT_FORMAT_*): New.
18679 (struct insn_data): Merge `template' and `outfun' into `output'.
18680 Add `output_format'.
18681 * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
18682 (struct data): Remove `outfun'; add `output_format'.
18683 (name_for_index): Remove declaration.
18684 (output_insn_data): Handle output formats.
18685 (process_template): Emit the bare array for @.
18686 (gen_expand, gen_split): Set output_format to NONE.
18687 * output.h (get_insn_template): Declare.
18688 * final.c (get_insn_template): New.
18689 (final_scan_insn): Use it.
18690 * toplev.c (compile_file): Likewise.
18692 * c4x/c4x.c (c4x_process_after_reload): Likewise.
18693 * i860/i860.c (output_delayed_branch): Likewise.
18694 (output_delay_insn): Likewise.
18696 1999-09-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
18698 * rtl.c (obstack_alloc_rtx): Removed.
18700 1999-09-13 17:03 -0700 Zack Weinberg <zack@bitmover.com>
18702 * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
18704 Mon Sep 13 15:21:46 1999 Richard Henderson <rth@cygnus.com>
18706 * i386.c (call_insn_operand): Reject const_int.
18707 (expander_call_insn_operand): Use call_insn_operand.
18709 Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18711 * gcc.c (getrusage): Wrap prototype arguments in PROTO().
18713 1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
18715 * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
18716 Use DImode operation.
18718 1999-09-13 12:13 -0700 Zack Weinberg <zack@bitmover.com>
18720 * gcc.c: Include sys/resource.h.
18721 (report_times): New flag.
18722 (execute): If report_times is set, calculate and report the
18723 CPU time consumed by each subprocess.
18725 (rus, prus): New globals.
18726 (option_map): Add --time.
18727 (display_help): Document -time.
18728 (process_command): Set report_times if -time is given.
18729 Turn off -pipe if -time is given.
18731 * invoke.texi: Document new option -time.
18733 * configure.in: Check for getrusage. Check if we have to
18734 prototype getrusage.
18735 * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
18736 * configure: Regenerate.
18737 * config.in: Regenerate.
18739 Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
18741 * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
18744 Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
18746 * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
18747 appropriate) if FINE_GRAINED_LIBRARIES is not defined.
18748 (nan): Return _thenan_sf or _thenan_df as appropriate.
18749 (L_thenan_sf): Define _thenan_sf.
18750 (L_thenan_df): Define _thenan_df.
18752 * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
18753 (DPBIT_FUNCS): Add _thenan_df.
18755 Mon Sep 13 09:38:53 1999 Andreas Schwab <schwab@suse.de>
18757 * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and
18760 Sun Sep 12 23:28:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18762 * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
18765 (lang_specific_driver): Don't take a function pointer parameter.
18766 All callers changed.
18768 * gcc.c: Include gcc.h.
18769 (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
18770 lang_specific_extra_outfiles, fatal): Don't declare.
18771 (multilib_defaults_raw): Constify.
18772 (read_specs): Call memset, rather than bzero.
18773 (main): Call return, not exit.
18774 (lookup_compiler): Call memcpy, not bcopy.
18775 (fatal): Make extern.
18777 * cppspec.c: Include gcc.h.
18778 (lang_specific_driver): Initialize variable `quote'. Constify a
18779 char*. All calls to the function pointer parameter now
18780 explicitly call `fatal'.
18782 * gccspec.c (lang_specific_driver): Include gcc.h.
18784 Sun Sep 12 19:52:10 1999 Richard Earnshaw <rearnsha@arm.com>
18786 * arm.c (note_invalid_constants): Use recog_data.operand_type
18789 Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18791 * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
18794 * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
18795 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
18796 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
18797 reload_secondary_in_reload, reload_secondary_out_reload,
18798 reload_secondary_in_icode, reload_secondary_out_icode,
18799 reload_reg_rtx, reload_when_needed): Delete declarations.
18800 (struct reload): New structure.
18801 (rld): Declare new array.
18802 * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
18803 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
18804 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
18805 reload_secondary_in_reload, reload_secondary_out_reload,
18806 reload_secondary_in_icode, reload_secondary_out_icode,
18807 reload_reg_rtx, reload_when_needed): Delete definitions.
18809 (whole file): Replace uses of the deleted arrays with uses of rld.
18810 * reload1.c (whole file): Replace uses of the deleted arrays with
18812 (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
18813 explicit loops, not with bcopy.
18815 Sun Sep 12 05:00:24 1999 Richard Henderson <rth@cygnus.com>
18817 * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
18818 insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
18819 insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
18820 insn_name): Delete and consolidate into new structures.
18821 (insn_operand_predicate_fn): New.
18822 (insn_output_fn): New.
18823 (insn_gen_fn): New.
18824 (struct insn_operand_data): New.
18825 (struct insn_data): New.
18827 (OUT_FCN): Update for insn_data change.
18828 * builtins.c (expand_builtin_strlen): Likewise.
18829 (expand_builtin_memcmp): Likewise.
18830 * combine.c (make_extraction, simplify_comparison): Likewise.
18831 * cse.c (canon_reg, cse_insn): Likewise.
18832 * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
18833 * expmed.c (store_bit_field, extract_bit_field): Likewise.
18834 (emit_store_flag): Likewise.
18835 * expr.c (convert_move, emit_block_move): Likewise.
18836 (clear_storage, emit_push_insn, expand_increment): Likewise.
18837 (do_store_flag): Likewise.
18838 * expr.h (GEN_FCN): Likewise.
18839 (insn_gen_function): Die.
18840 * final.c (final_scan_insn): Update for insn_data change.
18841 (output_asm_name): Likewise.
18842 * function.c (fixup_var_refs_1): Likewise.
18843 * loop.c (check_dbra_loop): Likewise.
18844 * optabs.c (expand_binop, expand_twoval_binop): Likewise.
18845 (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
18846 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
18847 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
18848 * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
18849 * regmove.c (gen_add3_insn): Likewise.
18850 * reload.c (push_secondary_reload, combine_reloads): Likewise.
18851 (find_reloads, find_reloads_address_1): Likewise.
18852 (debug_reload_to_stream): Likewise.
18853 * reload1.c (emit_reload_insns, gen_reload): Likewise.
18854 * stmt.c (expand_end_case): Likewise.
18855 * toplev.c (compile_file): Likewise.
18857 * c4x/c4x.c (c4x_process_after_reload): Likewise.
18858 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
18860 * print-rtl.c (insn_name_ptr): Remove declaration.
18861 (get_insn_name): Declare.
18862 (print_rtx): Use it.
18863 * genoutput.c (insn_name_ptr): Remove.
18864 (next_operand_number): New.
18865 (struct operand_data): New.
18866 (null_operand, odata, odata_end): New.
18867 (struct data): Use struct operand_data.
18868 (idata, idata_end): Renamed from insn_data and end_of_insn_data.
18869 (get_insn_name): Renamed from name_for_index.
18870 (output_prologue): Define NO_MD_PROTOTYPES.
18871 (output_predicate_decls): Break out from output_epilogue.
18872 Iterate over the operands list.
18873 (output_operand_data): Break out from output_epilogue. Emit
18874 just the operands list.
18875 (output_insn_data): Break out from output_epilogue. Emit just
18877 (output_epilogue): Remove.
18878 (output_get_insn_name): New.
18879 (constraints, op_n_alternatives, predicates, address_p): Die.
18880 (modes, strict_low, seen): Die.
18881 (scan_operands): Take new param `d' instead of writing to
18882 seven global variables.
18883 (compare_operands): New.
18884 (place_operands): New.
18885 (validate_insn_alternatives): Update for struct data change.
18886 (gen_insn): Don't zero or copy 7 global arrays. Update for
18887 scan_operands; call place_operands.
18888 (gen_peephole, gen_expand, gen_split): Likewise.
18889 (main): Update for new output routines.
18891 * genattr.c (insn_name_ptr): Remove.
18892 (get_insn_name): New function.
18893 * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
18894 * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
18895 * genrecog.c: Likewise.
18897 * alpha.md (adddi3): Make `pattern' array static.
18899 Sun Sep 12 22:05:21 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18901 * config/c4x/c4x.h (c4x_rpts_cycles_string,
18902 c4x_cpu_version_string): Constify char *.
18903 * config/c4x/c4x.c (c4x_rpts_cycles_string,
18904 c4x_cpu_version_string): Likewise.
18906 Sat Sep 11 23:28:33 1999 Richard Henderson <rth@cygnus.com>
18908 * tree.c (save_tree_status): Revert 10 Sep change.
18909 (restore_tree_status): Likewise. Call obstack_free with NULL
18910 before freeing the obstack proper.
18912 Sat Sep 11 23:23:46 1999 Richard Henderson <rth@cygnus.com>
18914 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
18916 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
18917 surrounding context.
18919 Sat Sep 11 19:52:43 1999 Mark Mitchell <mark@codesourcery.com>
18921 * tree.c (type_hash_canon): Put all types in the hash-table, when
18924 Sat Sep 11 18:37:04 1999 Richard Henderson <rth@cygnus.com>
18926 * recog.h (struct recog_data, recog_data): New.
18927 (recog_foo variables): Kill.
18928 * recog.c (recog_operand, recog_operand_loc): Kill.
18929 (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
18930 (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
18931 (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
18932 (recog_data): Define.
18933 (extract_insn): Update all recog_foo references to use recog_data.
18934 (preprocess_constraints, constrain_operands): Likewise.
18935 * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
18936 * genattrtab.c (main): Likewise.
18937 * genextract.c (main): Likewise.
18938 * genoutput.c: Likewise.
18939 * genrecog.c (write_subroutine, main): Likewise.
18940 * local-alloc.c (block_alloc): Likewise.
18941 * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
18942 * regclass.c (scan_one_insn, record_reg_classes): Likewise.
18943 * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
18944 * reload.c (find_reloads, find_reloads_toplev): Likewise.
18945 * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
18946 (reload_cse_simplify_operands): Likewise.
18948 * arc/arc.c (arc_final_prescan_insn): Likewise.
18949 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
18950 * h8300/h8300.c (notice_update_cc): Likewise.
18951 * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
18952 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
18953 * mn10200/mn10200.c (notice_update_cc): Likewise.
18954 * mn10300/mn10300.c (notice_update_cc): Likewise.
18955 * romp/romp.c (update_cc): Likewise.
18956 * sparc/sparc.c (check_pic): Likewise.
18957 * v850/v850.c (notice_update_cc): Likewise.
18959 * genemit.c (main): Don't declare recog_operand.
18961 Sat Sep 11 12:41:55 1999 Alex Samuel <samuel@codesourcery.com>
18963 * ggc.h (rtvec_def): Forward declare.
18964 (tree_node): Likewise.
18965 (ggc_root): Define.
18967 (ggc_set_mark_rtx): Add prototype.
18968 (ggc_set_mark_rtvec): Likewise.
18969 (ggc_set_mark_tree): Likewise.
18970 * ggc-simple.c (ggc_root): Don't define.
18971 (roots): Don't declare.
18972 (ggc_mark_rtx): Remove.
18973 (ggc_mark_rtvec): Likewise.
18974 (ggc_mark_tree): Likewise.
18975 (ggc_mark_varray): Likewise.
18976 (ggc_mark_tree_hash_table_entry): Likewise.
18977 (ggc_mark_tree_hash_table): Likewise.
18978 (ggc_set_mart_rtx): New function.
18979 (ggc_set_mark_rtvec): Likewise.
18980 (ggc_set_mark_tree): Likewise.
18981 (ggc_add_root): Remove.
18982 (ggc_add_rtx_root): Likewise.
18983 (ggc_remove_tree_root): Likewise.
18984 (ggc_add_string_root): Likewise.
18985 (ggc_add_tree_varray_root): Likewise.
18986 (ggc_add_tree_hash_table_root): Likewise.
18987 (ggc_del_root): Likewise.
18988 (ggc_mark_rtx_ptr): Likewise.
18989 (ggc_mark_tree_ptr): Likewise.
18990 (ggc_mark_string_ptr): Likewise.
18991 (ggc_mark_tree_varray_ptr): Likewise.
18992 (ggc_mark_tree_hash_table_ptr): Likewise.
18993 * ggc-common.c: New file.
18994 * Makefile.in (OBJS): Add ggc-common.o.
18995 (ggc-common.o): List dependencies.
18997 1999-09-10 22:37 -0700 Zack Weinberg <zack@bitmover.com>
18999 * cppalloc.c (xstrdup): Use memcpy.
19000 * cpperror.c (cpp_print_containing_files): Don't use
19002 * cpplib.c (conditional_skip): Set temp->lineno.
19003 (do_endif): Make error message less obscure.
19004 (if_directive_name): New function.
19005 (cpp_get_token [case EOF]): Unwind the if stack and generate
19006 error messages for each unterminated conditional in this file.
19007 (parse_string): Do not behave differently if -traditional.
19009 Fri Sep 10 14:04:07 1999 Richard Henderson <rth@cygnus.com>
19011 * builtins.c (expand_builtin_va_arg): Cope with an array-type
19012 va_list decomposing to pointer-type.
19013 * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19014 (rs6000_va_arg): Likewise.
19016 Fri Sep 10 13:21:21 1999 Jim Wilson <wilson@cygnus.com>
19018 * except.c (start_dynamic_handler): Compute size using
19019 STACK_SAVEAREA_MODE.
19021 Fri Sep 10 16:01:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19023 * protoize.c: Remove various __STDC__ and POSIX hacks. Don't
19024 include directory headers. Don't define strrchr. Don't provide
19025 my_* replacement functions. Prefer PTR over `pointer_type'.
19026 Don't prototype system functions. Don't redefine getopt.
19028 (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19029 safe_read, safe_write, save_pointers, restore_pointers,
19030 is_id_char, in_system_include_dir, directory_specified_p,
19031 file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19032 find_corresponding_lparen, referenced_file_is_newer,
19033 save_def_or_dec, munge_compile_params, gen_aux_info_file,
19034 process_aux_info_file, identify_lineno, check_source,
19035 seek_to_line, forward_to_next_token_char, output_bytes,
19036 output_string, output_up_to, other_variable_style_function,
19037 find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19038 do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19039 find_static_definition, connect_defs_and_decs, add_local_decl,
19040 add_global_decls, needs_to_be_converted, visit_each_hash_node,
19041 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19042 edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19043 scan_for_missed_items, edit_file, string_list_cons): Add static
19045 (standard_exec_prefix, target_machine, target_version,
19046 default_syscalls_dir, string_list, string_list_cons, find_file,
19047 do_cleaning): Constify a char*.
19048 (safe_read, safe_write): Use PTR, not a char*.
19049 (is_id_char): Take an int, not a char.
19050 (main): Add prototype. Call return, not exit.
19052 Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>
19054 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19055 when comparing types.
19057 Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com>
19059 * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19060 (strength_reduce): Release the varrays from the no-bivs early exit.
19062 * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19063 the loop over the registers.
19065 * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19067 (restore_tree_status): Check that instead when freeing the obstack.
19069 Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>
19071 * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19074 Fri Sep 10 11:58:55 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19076 * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall. Fix some
19077 operand size modifiers.
19079 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19081 * c-common.c (c_common_nodes_and_builtins): Don't build
19083 * c-common.h (enum c_tree_index and related accesor macros): Remove
19084 everything now declared in tree.h.
19085 * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19086 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
19087 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
19088 (error_mark_node, void_type_node, char_type_node, integer_type_node,
19089 unsigned_type_node, ptr_type_node, va_list_type_node,
19090 integer_zero_node, null_pointer_node, integer_one_node): Delete.
19091 (init_decl_processing): Call build_common_tree_nodes and
19092 build_common_tree_nodes_2 instead of building their nodes here.
19093 Don't add roots for these nodes.
19094 * stor-layout.c (size_zero_node, size_one_node): Delete.
19095 (set_sizetype): Make a new node for bitsizetype each time.
19096 * tree.c (global_trees): New variable.
19097 (init_obstacks): Add a gc root for it.
19098 (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
19099 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
19100 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
19101 (build_common_tree_nodes): New function.
19102 (fix_sizetype): New function.
19103 (build_common_tree_nodes_2): New function.
19104 * tree.h (enum tree_index): New.
19105 (global_trees): Declare.
19106 Add accessor macros for all nodes now moved to global_trees.
19107 Delete their declarations.
19109 Thu Sep 9 20:15:46 1999 Richard Henderson <rth@cygnus.com>
19111 * c-decl.c (finish_function): When processing a nested function,
19112 push and pop GC context around rest_of_compilation.
19114 Thu Sep 9 16:42:06 1999 Richard Henderson <rth@cygnus.com>
19116 * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
19117 Default ix86_arch to PROCESSOR_I386.
19118 * i386.h (CC1_CPU_SPEC): Don't add -march=foo. Remove -mno-foo.
19119 (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
19120 (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
19121 (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
19122 __tune_foo__ if no -mcpu. Make -mcpu=bar define __tune_bar__.
19123 (EXTRA_SPECS): Remove deleted specs.
19125 Thu Sep 9 16:03:06 1999 Richard Henderson <rth@cygnus.com>
19127 * function.c (assign_stack_local_1): Allocate from
19128 function->x_frame_offset, not frame_offset.
19130 Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
19132 * ggc.h (lang_cleanup_tree): Remove.
19133 * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
19134 * ggc-callbacks.c (lang_cleanup_tree): Remove.
19136 * c-decl.c (finish_struct): Use ggc_alloc to allocate
19137 TYPE_LANG_SPECIFIC when garbage collecting.
19138 (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
19139 (lang_cleanup_tree): Remove.
19141 Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>
19143 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
19144 * crtstuff.c: Not here.
19145 * dwarf2out.c: Or here.
19146 * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
19149 Thu Sep 9 09:40:58 1999 Mark Mitchell <mark@codesourcery.com>
19151 * function.h (free_after_compilation): Remove decl parameter.
19152 (free_varasm_status0: Likewise.
19153 (free_emit_status): Likewise.
19154 (free_stmt_status): Likewise.
19155 (free_after_compilation): Likewise.
19156 (init_lang_status): New variable.
19157 (free_lang_status): Likewise.
19158 * emit-rtl.c (free_emit_status): Make decl parameter implicit.
19159 * function.c (init_lang_status): New variable.
19160 (free_lang_status): Likewise.
19161 (push_function_context_to): Don't set function::decl here.
19162 (free_after_copmilation): Make decl parameter implicit. Call
19163 free_lang_status if defined.
19164 (prepare_function_start): Call init_lang_status if defined.
19165 (init_function_start): Set function::decl here.
19166 * profile.c (output_func_start_profiler): Don't call pushdecl
19167 until we've actually started the function.
19168 * stmt.c (free_stmt_status): Make decl parameter implicit.
19169 * toplev.c (rest_of_compilation): Don't pass decl to
19170 free_after_compilation.
19171 * varasm.c (free_varasm_status): Likewise.
19173 Thu Sep 9 17:23:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19175 * except.c (call_get_eh_context): Add root when allocating static
19178 Thu Sep 9 15:24:59 BST 1999 Richard Earnshaw <rearnsha@arm.com>
19180 * arm.c: Include "ggc.h".
19181 (arm_add_gc_roots): New function.
19182 (arm_override_options): Call it.
19183 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
19185 * arm.md (define_asm_attributes): Add a pool_range attribute.
19187 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
19189 * extend.texi (Volatiles): New node.
19191 Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com>
19193 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
19194 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
19195 (struct ggc_any): Replace `mark' with `magic_mark'.
19196 (ggc_alloc_string): Use memcpy, not bcopy.
19197 (ggc_alloc_any): Set magic_mark. Update bytes_alloced_since_gc.
19198 (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
19199 (ggc_free_any): New.
19200 (ggc_mark_string): Use IGNORE_MARK. Calc back to struct gcc_string.
19201 (ggc_mark): Use IGNORE_MARK. Abort if magic doesn't match.
19202 (ggc_collect): Re-enable collection avoidance. Use GGC_ANY_MARK.
19203 Use IS_MARKED. Use ggc_free_any.
19205 1999-09-09 Scott Bambrough <scottb@netwinder.org>
19207 * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
19209 Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
19211 * toplev.c (main): Always init_ggc.
19213 Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
19215 * except.c (find_all_handler_type_matches): Free the list if
19216 we found no matches.
19218 * combine.c (SUBST): Break out to a real function do_SUBST.
19219 (SUBST_INT): Likewise.
19220 * gcse.c (free_pre_mem): Free `temp_bitmap'.
19221 (pre_insert): Free `inserted'.
19222 * loop.c (basic_induction_var): Always set `location'.
19224 * function.c (expand_function_end): Add initial_trampoline as a root.
19225 * rtl.h (init_varasm_once): Declare.
19226 * toplev.c (compile_file): Call it.
19227 * ggc-simple.c (ggc_mark_string_ptr): New.
19228 (ggc_add_string_root): New.
19229 (ggc_collect): Disable collection avoidance temporarily.
19230 * ggc.h (ggc_add_string_root): Declare.
19231 * except.c (create_rethrow_ref): Use ggc_alloc_string.
19232 * optabs.c (init_libfuncs): Likewise.
19233 * varasm.c (named_section): Use ggc_alloc_string.
19234 (make_function_rtl): Likewise.
19235 (make_decl_rtl): Likewise.
19236 (assemble_static_space): Likewise.
19237 (assemble_trampoline_template): Likewise.
19238 (output_constant_def): Likewise.
19239 (force_const_mem): Likewise.
19240 (mark_const_hash_entry): New.
19241 (mark_pool_sym_hash_table): New.
19242 (mark_varasm_state): Use it.
19243 (init_varasm_once): New.
19245 * expr.h (init_one_libfunc): Declare.
19246 * optabs.c (init_one_libfunc): New.
19247 (init_optabs): Use it.
19248 * config/gofast.h: Likewise.
19249 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
19250 * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
19252 Thu Sep 9 13:46:06 1999 Geoffrey Keating <geoffk@cygnus.com>
19254 * Makefile.in (cppexp.o): Depend on cpphash.h.
19255 * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
19257 * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
19258 * cpplib.c (do_define): Generalise to handle poisoned definitions,
19259 redefining poisoned identifiers, etc.
19260 (do_undef): Don't allow poisoned identifiers to be undefined.
19261 (do_pragma): Add #pragma poison.
19262 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19264 * cccp.c: Add T_POISON node type.
19265 (special_symbol): Handle `defined(xxx)' and plain `xxx' for
19267 (do_define): Generalise to handle poisoned definitions,
19268 redefining poisoned identifiers, etc.
19269 (do_undef): Don't allow poisoned identifiers to be undefined.
19270 (do_pragma): Add #pragma poison.
19271 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
19273 * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
19274 * c-pragma.h: Add ps_poison state. We now always have generic
19277 Wed Sep 8 20:30:42 1999 Mark Mitchell <mark@codesourcery.com>
19279 * ggc.h (ggc_alloc): New function.
19280 (ggc_mark): Likewise.
19281 * ggc-simple.c (ggc_any): New structure.
19282 (ggc_status): Add anys.
19283 (n_anys_collected): New variable.
19284 (ggc_alloc): Define.
19285 (ggc_mark): Likewise.
19286 (ggc_collect): Collect the anys.
19288 Wed Sep 8 20:15:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19290 * c-decl.c (mark_binding_level): Make static to match prototype.
19292 Wed Sep 8 16:41:27 1999 Richard Henderson <rth@cygnus.com>
19294 * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
19296 Wed Sep 8 16:07:52 1999 Richard Henderson <rth@cygnus.com>
19298 * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
19299 will use into account. Expand the max width to 5.
19302 Wed Sep 8 16:01:14 1999 Richard Henderson <rth@cygnus.com>
19304 * ggc-simple.c (ggc_free_rtx): Poison the correct amount
19305 for the rtx length.
19307 Wed Sep 8 15:23:54 1999 Richard Henderson <rth@cygnus.com>
19309 * alpha.md (call value patterns): Remove the result predicates.
19311 Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
19313 * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
19316 Wed Sep 8 15:32:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19318 * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
19319 changed from extern char *, to extern PTR. Also fix typo in
19320 NEED_DECLARATION_REALLOC test.
19322 * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
19324 Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19326 * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
19327 ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
19328 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
19329 ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
19331 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
19333 * cccp.c (pcfinclude): Likewise.
19335 * global.c (allocno_compare): Likewise.
19337 * haifa-sched.c (rank_for_schedule): Likewise.
19339 * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
19341 * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
19343 * stupid.c (stupid_reg_compare): Likewise.
19345 * tree.c (_obstack_allocated_p): Likewise.
19347 * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
19349 1999-09-08 Bruce Korb autogen@linuxbox.com
19351 * Makefile.in: Give the hapless gperf user a hint about
19352 why "gperf -F" fails.
19354 Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
19356 * lists.c: Include ggc.h.
19358 (init_EXPR_INSN_LIST_cache): Install it.
19360 * ggc-simple.c (init_ggc): Absorb the old init.
19361 (ggc_push_context): Use xcalloc.
19362 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
19363 (ggc_collect): Add [rvts] tags to the collection stats.
19365 Wed Sep 8 11:14:25 1999 Andreas Schwab <schwab@suse.de>
19367 * cccp.c (main): Fix handling of -include and -imacros options.
19369 Wed Sep 8 02:23:08 1999 Jeffrey A Law (law@cygnus.com)
19371 * cpplib.c (cpp_push_buffer): Fix order of arguments.
19373 Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
19375 * rtl.h (obstack_alloc_rtx): Removed, it's now static in
19378 Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
19380 * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
19381 * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
19382 and SET_DEST. Update comment.
19384 Wed Sep 8 18:55:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19386 * config/c4x/c4x.c: Include ggc.h.
19387 (c4x_add_gc_roots): New function.
19388 (c4x_override_options): Call c4x_add_gc_roots.
19390 Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
19392 * defaults.h (TARGET_ESC): Move ...
19393 * system.h: ... here, where Linas had it in the first place. Silly me.
19395 Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
19397 * c-common.c: Use ISGRAPH, ISLOWER, toupper.
19398 * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
19399 genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
19400 * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
19401 * defaults.h (TARGET_ESC): Add default.
19403 Tue Sep 7 23:36:59 1999 Linas Vepstas <linas@linas.org>
19405 * configure.in: add i370-*-openedition, i370-*-mvs and
19406 i370-*-linux targets
19408 Tue Sep 7 23:31:53 1999 Mark Mitchell <mark@codesourcery.com>
19410 * dsp16xxx.c: Include ggc.h
19411 (override_options): Mark GC roots.
19412 * mn10200.c: Include ggc.h.
19413 (asm_file_start): Mark GC roots.
19414 * tahoe.c: Include ggc.h.
19415 (extensible_operand): Mark GC roots.
19417 Tue Sep 7 23:23:15 1999 Linas Vepstas <linas@linas.org>
19419 * README: Add section discussing status of ELF ABI.
19420 * i370.c: Fix misc spelling mistakes.
19421 (i370_label_scan): Updated notes, exception handling.
19422 (i370_function_prolog): Simplify ELF stack handling.
19423 * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
19424 (STACK_GROWS_DOWNWARD): ELF stack grows down.
19425 (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
19426 * i370.md: (movdi): Add notes.
19427 (floatsidf2): Use stack not rtca for scratch float area.
19428 (iorsi3): Correct operand constraints.
19429 * x-oe: Restore TAROUTOPTS which are used by pax.
19431 Tue Sep 7 22:39:18 1999 Mark Mitchell <mark@codesourcery.com>
19433 * rs6000.c: Include ggc.h.
19434 (rs6000_add_gc_roots): New function.
19435 (override_options): Call it.
19437 Tue Sep 7 22:09:03 1999 Richard Henderson <rth@cygnus.com>
19439 * alpha.h (alpha_compare): New.
19440 (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
19441 * alpha.c: Likewise for the definitions.
19442 (alpha_emit_conditional_branch): Update for alpha_compare.
19443 (alpha_emit_conditional_move): Likewise.
19444 * alpha.md (cmpdf, cmpdi): Likewise.
19445 (setcc patterns): Likewise. Zero alpha_compare after use.
19446 (sne): Optimize (x != 0) into (0U < x).
19448 Tue Sep 7 21:55:02 1999 Richard Henderson <rth@cygnus.com>
19450 * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
19451 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
19452 (INIT_EXPANDERS): Remove.
19453 * alpha.c: Include ggc.h.
19454 (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
19455 (alpha_init_machine_status, alpha_mark_machine_status): New.
19456 (override_options): Install them.
19457 (struct machine_function): Moved to alpha.h.
19458 (alpha_save_machine_status, alpha_restore_machine_status): Remove.
19459 (alpha_init_expanders): Remove.
19460 (alpha_return_addr): Adjust to use current_function->machine.
19461 (alpha_ra_ever_killed): Likewise.
19462 (alpha_expand_epilogue): Likewise.
19463 * alpha.md (eh_epilogue): Likewise.
19465 Wed Sep 8 14:34:42 1999 Ian Piumarta <piumarta@prof.inria.fr>
19466 Melissa O'Neill <oneill@cs.sfu.ca>
19467 Geoffrey Keating <geoffk@cygnus.com>
19469 * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
19470 call-used registers (call-saved registers must still be contiguous
19471 and end with r31, of course).
19473 Tue Sep 7 21:41:38 1999 Richard Henderson <rth@cygnus.com>
19475 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
19476 (self_promoting_type_p): Delete.
19477 (self_promoting_args_p): Move ...
19478 * c-common.c: ... here.
19479 (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
19480 (simple_type_promotes_to): New.
19481 * builtins.c (lang_type_promotes_to): New.
19482 (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
19483 * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
19484 * c-common.h: ... here.
19485 (self_promoting_args_p, simple_type_promotes_to): Declare.
19486 * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
19487 (grokdeclarator): Likewise.
19488 * tree.h (lang_type_promotes_to): Declare.
19490 Tue Sep 7 17:15:21 1999 Mark Mitchell <mark@codesourcery.com>
19492 Add some machine-dependent GC roots.
19493 * sparc.c: Include ggc.h.
19494 (sparc_add_gc_roots): New function.
19495 (mark_ultrasparc_pipeline_state): Likewise.
19496 (override_options): Call sparc_add_gc_roots.
19497 * pa.c: Include ggc.h.
19498 (pa_add_gc_roots): New function.
19499 (mark_deferred_plabels): Likewise.
19500 (override_options): Call pa_add_gc_roots.
19501 * mips.c: Include ggc.h.
19502 (mips_add_gc_roots): New function.
19503 (override_options): Use it.
19505 Tue Sep 7 11:39:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19507 * cpperror.c (cpp_file_line_for_message): Constify a char*.
19509 * cppexp.c (parse_number, parse_charconst, cpp_lex,
19510 cpp_parse_expr): Add static prototypes.
19511 (parse_charconst): Don't cast away const-ness.
19512 (token): Constify a char*.
19514 * cppfiles.c (file_name_list, include_hash, find_include_file,
19515 finclude, initialize_input_buffer): Constify a char*.
19516 (file_cleanup, find_position): Add static prototypes.
19518 * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
19519 collect_expansion): Add static prototypes.
19520 (cpp_install, create_definition, monthnames): Constify a char*.
19522 * cpphash.h (cpp_install): Likewise.
19524 * cppinit.c (known_suffixes, default_include,
19525 dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
19526 (base_name, dump_special_to_buffer, initialize_dependency_output):
19527 Add static prototypes.
19529 * cpplib.c (my_strerror): Constify a char*.
19530 (null_underflow, null_cleanup, skip_comment, copy_comment,
19531 copy_rest_of_line, handle_directive, pass_thru_directive,
19532 get_directive_token, read_line_number, cpp_print_file_and_line,
19533 v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
19534 v_cpp_warning_with_line, detect_if_not_defined,
19535 consider_directive_while_skipping): Add static prototypes.
19536 (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
19537 cpp_pedwarn_with_file_and_line): Constify a char*.
19539 * cpplib.h (cpp_options, include_hash, progname, definition,
19540 cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
19541 check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
19542 find_include_file, deps_output, include_hash): Constify a char*.
19544 * cppmain.c (progname): Constify.
19545 (main): Add prototype. Use return, not exit.
19547 * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
19548 recognized_macro, check_macro_names, read_scan_file, write_rbrac,
19549 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
19550 check_protection): Add static prototype.
19552 (progname, recognized_macrom, recognized_extern): Constify a char*.
19553 (main): Add prototype.
19555 * gen-protos.c (progname): Constify a char*.
19557 Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com>
19559 * emit-rtl.c (free_emit_status): Take decl as a parameter.
19560 (init_emit_once): Add more GC roots.
19561 * except.c (mark_func_eh_entry): New function.
19562 (mark_eh_node): Mark false_label and rethrow_label.
19563 (init_eh): Add more GC roots.
19564 * function.c (free_after_compilation): Take decl as a paramter.
19565 Call free_stmt_status.
19566 (mark_function_state): Don't assume x_parm_reg_stack_loc is
19568 * function.h (free_after_compilation): Change prototype.
19569 (free_varasm_status): Likewise.
19570 (free_emit_status): Likewise.
19571 (free_stmt_status): New function.
19572 * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
19573 Remove, replacing with ...
19574 (ggc_status): New structure.
19575 (ggc_chain): New variable.
19576 (init_gcc): Define.
19577 (ggc_push_context): New function.
19578 (ggc_pop_context): Likewise.
19579 (ggc_alloc_rtx): Adjust for use of ggc_chain.
19580 (ggc_alloc_rtvec): Likewise.
19581 (ggc_alloc_tree): Likewise.
19582 (ggc_alloc_string): Likewise.
19583 (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
19584 (ggc_mark_tree): Give language-dependent code a chance to mark
19586 (ggc_mark_tree_varray): Handle empty arrays.
19587 (ggc_collect): Adjust for use of ggc_chain. Clear
19588 bytes_alloced_since_last_gc.
19589 * ggc.h (ggc_pop_context): New function.
19590 (ggc_push_context): Likewise.
19591 * print-tree.c (print_node): Don't print obstacks when GC'ing.
19592 * stmt.c (free_stmt_status): New function.
19593 (init_stmt_for_function): Clear last_expr_value.
19594 * toplev.c (rest_of_compilation): Always call free_after_compilation.
19595 Conditionalize call to ggc_collect.
19596 (main): Call init_ggc.
19597 * tree.c (push_obstacks): Do the push, even when GC'ing.
19598 (push_obstacks_nochange): Likewise.
19599 (pop_obstacks): Liekwise.
19600 * varasm.c (free_varasm_status): Take decl as a parameter.
19602 Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com>
19604 * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
19605 (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
19606 * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
19607 * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
19609 Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
19611 * pa/x-pa-mpeix: New file for the MPE port.
19613 * pa/quadlib.asm: New file for long double support.
19615 * configure.in: Add hppa1.0-*-mpeix for MPE port.
19616 * configure: Rebuilt.
19618 Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
19620 * final.c (shorten_branches): Fix last change.
19622 Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
19624 * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
19626 Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
19628 * Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
19631 Mon Sep 6 22:31:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19633 * c-aux-info.c (concat): Don't define.
19635 * cccp.c (my_strerror): Likewise. All callers changed to use
19637 (do_include): Call xstrdup, not xmalloc/strcpy.
19638 (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
19639 (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
19641 * collect2.c (my_strsignal): Likewise. All callers changed to use
19643 (locatelib): Call xstrdup, not xmalloc/strcpy.
19645 * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
19647 * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
19649 * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
19651 * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
19653 * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
19655 * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
19657 * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
19659 (find_all_handler_type_matches): Likewise. Don't check return
19661 (get_new_handler, init_insn_eh_region, process_nestinfo): Call
19662 xmalloc, not malloc.
19663 (init_eh_nesting_info): Likewise. Call xcalloc, not xmalloc/bzero.
19665 * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
19666 (init_spec): Call xcalloc, not xmalloc/bzero.
19667 (set_spec): Call xstrdup, not save_string.
19668 (record_temp_file): Call xstrdup, not xmalloc/strcpy.
19669 (find_a_file): Call xstrdup, not xmalloc/strcpy.
19670 (process_command): Call xstrdup, not save_string.
19671 (main): Call xcalloc, not xmalloc/bzero.
19673 * gcov.c (xmalloc): Don't define.
19674 (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
19675 (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
19676 (output_data): Call xcalloc, not xmalloc/bzero.
19678 * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
19680 * mips-tdump.c (xmalloc): Don't define.
19681 (print_symbol): Call xmalloc, not malloc.
19682 (read_tfile): Call xcalloc, not calloc.
19684 * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
19685 Don't define. All callers of xfree/my_strsignal changed to use
19686 free/strsignal instead.
19687 (allocate_cluster): Call xcalloc, not calloc.
19689 * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
19690 Fix memory leak, free allocated memory.
19692 * prefix.c (translate_name): Call xstrdup, not save_string.
19693 (update_path): Likewise.
19695 * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
19697 * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
19698 Don't define. Callers of xfree/savestring2 changed to use
19699 free/concat instead.
19701 * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
19702 (init_elim_table): Likewise.
19704 * resource.c (init_resource_info): Likewise.
19706 * stupid.c (stupid_life_analysis): Likewise.
19708 * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
19709 (open_dump_file): Call concat, not xmalloc/strcpy/...
19710 (clean_dump_file): Likewise.
19711 (compile_file): Call xstrdup, not xmalloc/strcpy.
19713 Mon Sep 6 15:04:55 1999 Richard Henderson <rth@cygnus.com>
19715 * v850.h (EXPAND_BUILTIN_VA_ARG): New.
19716 * v850.c (v850_va_arg): New.
19718 Tue Sep 7 09:36:01 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19720 * haifa-sched.c: Tidy comments.
19722 Mon Sep 6 14:30:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19724 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
19725 (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
19726 $(out_object_file)): Depend on ggc.h.
19727 * c-common.c: Include "ggc.h".
19728 (combine_strings): If doing GC, use ggc_alloc_string.
19729 * c-decl.c: Include "ggc.h".
19730 (ggc_p): Define with value 0.
19731 (mark_binding_level): New function.
19732 (init_decl_processing): Add GC roots.
19733 (mark_c_function_context): New function.
19734 (lang_mark_false_label_stack): New function.
19735 (lang_mark_tree): New function.
19736 (lang_cleanup_tree): New function.
19737 * c-lang.c: Include "ggc.h".
19738 (lang_init): Call c_parse_init.
19739 * c-lex.c: Include "ggc.h".
19740 (check_linenum): If doing GC, don't copy filenames to permanent
19742 * c-parse.in: Include "ggc.h".
19743 (c_parse_init): New function.
19744 * c-tree.h (c_parse_init, mark_c_function_context): Declare.
19745 * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
19747 * except.c (mark_eh_state): Mark more state.
19748 * function.c (mark_function_state): Likewise.
19749 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
19750 (ggc_alloc_string) [GGC_DUMP]: Fix typo.
19751 * toplev.c (mark_file_stack): New function.
19752 (compile_file): If doing GC, use ggc_alloc_string on input filename.
19753 (main): Add root for input_file_stack.
19755 * i386.c: Include "ggc.h".
19756 (ix86_mark_machine_status): New function.
19757 (override_options): Set mark_machine_status.
19759 Mon Sep 6 15:26:23 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19761 * tree.c (copy_node): Copy node contents also if doing GC.
19763 Mon Sep 6 08:42:06 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
19765 * collect2.c (scan_libraries): Fix double-thinko :-).
19767 Mon Sep 6 02:42:36 1999 Jeffrey A Law (law@cygnus.com)
19769 * collect2.c (scan_libraries): Fix thinko.
19771 * cse.c (delete_trivially_dead_insns): Do not skip the last
19772 insn if it is a real insn.
19774 Sun Sep 5 18:57:42 1999 Mark Mitchell <mark@codesourcery.com>
19776 * Makefile.in (ggc-simple.o): Depend on hash.h.
19777 * ggc.h (ggc_add_tree_hash_table_root): Declare.
19778 (ggc_mark_tree_varray): Likewise.
19779 (ggc_mark_tree_hash_table): Likewise.
19780 * ggc-simple.c: Include hash.h.
19781 (ggc_mark_tree_hash_table_ptr): New function.
19782 (ggc_mark_tree_hash_table_entry): Likewise.
19783 (ggc_mark_tree_hash_table): Likewise.
19784 (ggc_add_tree_hash_table_root): Likewise.
19785 * varray.h (const_equiv_data): Use struct rtx_def *, rather than
19786 rtx, when defining fields.
19788 Sun Sep 5 18:57:42 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
19790 * profile.c (output_func_start_profiler): Remove apparently
19791 nonsensical call to start_sequence.
19793 Sun Sep 5 17:34:33 1999 Richard Henderson <rth@cygnus.com>
19795 * clipper/clipper.c (clipper_va_start): Fix typos.
19797 * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
19798 * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
19799 (spur_va_arg): New stub.
19801 * configure.in: Comment out pyramid.
19803 Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
19805 * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
19806 don't conflict with the bits that win32, cygwin, and dgux
19809 Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
19810 Bernd Schmidt <bernds@cygnus.co.uk>
19812 * integrate.c (function_cannot_inline_p): Do not inline
19813 functions with forced labels.
19815 Sun Sep 5 00:35:17 1999 Richard Henderson <rth@cygnus.com>
19816 Bernd Schmidt <bernds@cygnus.co.uk>
19817 Mark Mitchell <mark@codesourcery.com>
19819 * Makefile.in (ggc-simple.o): Depend on varray.h.
19820 (rtl.o): Depend on ggc.h.
19821 (genattrtab.o): Depend on ggc.h.
19822 (print-tree.o): Likewise.
19823 (fold-const.o): Likewise.
19824 * emit-rtl.c (sequence_element_free_list): Remove, and all references.
19825 (make_insn_raw): Don't cache insns when GC'ing.
19826 (emit_insn_before): Likewise.
19827 (emit_insn_after): Likewise.
19828 (emit_insn): Likewise.
19829 (start_sequence): Use xmalloc to allocate the sequence_stack.
19830 (end_sequence): Add free to free it.
19831 (gen_sequence): Don't cache insns when GC'ing.
19832 (clear_emit_caches): Don't use sequence_element_free_list.
19833 (init_emit): Use xcalloc, not xmalloc+bzero.
19834 * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
19835 * function.c (pop_function_context_from): Use free to free the
19836 fixup_var_refs_queue.
19837 (put_reg_into_stack): Allocate it with xmalloc.
19838 * genattrtab.c: Include ggc.h.
19839 (operate_exp): Don't use obstack_free when GC'ing.
19840 (simplify_cond): Likewise.
19841 (simplify_text_exp): Likewise.
19842 (optimize_attrs): Likewise.
19843 * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
19845 (gencode): Generate a #include for ggc.h.
19846 * ggc-callbacks.c (ggc_p): Define it to zero.
19847 * ggc-none.c (ggc_p): Likewise.
19848 * ggc-simple.c: Include varray.h.
19849 (ggc_mark_tree_varray): New function.
19850 (ggc_add_tree_varray_root): Likewise.
19851 (ggc_mark_tree_varray_ptr): Likewise.
19852 * ggc.h (ggc_p): Declare.
19853 (varray_head_tag): Likewise.
19854 (ggc_add_tree_varray_root): Declare.
19855 * print-tree.c (print_node): Don't check for TREE_PERMANENT
19856 inconsistencies when GC'ing.
19857 * rtl.c: Include ggc.h.
19858 (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
19859 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
19860 (rtx_free): Don't call obstack_free when GC'ing.
19861 * toplev.c (rest_of_compilation): Call ggc_collect after every
19863 * tree.c (push_obstacks): Do nothing, if GC'ing.
19864 (pop_obstacks_nochange): Likewise.
19865 (pop_obstacks): Likewise.
19866 (make_node): Use ggc_alloc_tree when GC'ing.
19867 (copy_node): Likewise.
19868 (get_identifier): Use ggc_alloc_string when GC'ing.
19869 (build_string): Likewise.
19870 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
19871 (tree_cons): Likewise.
19872 (build1): Likewise.
19873 (type_hash_canon): Don't call obstack_free when GC'ing.
19875 Sat Sep 4 21:52:32 1999 Richard Henderson <rth@cygnus.com>
19877 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
19878 of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
19880 Sat Sep 4 20:40:19 1999 Richard Henderson <rth@cygnus.com>
19881 Bernd Schmidt <bernds@cygnus.co.uk>
19882 Mark Mitchell <mark@codesourcery.com>
19884 * Makefile.in (stor-layout.o): Depend on ggc.h.
19885 (expr.o): Depend on ggc.h.
19886 (profile.o): Depend on ggc.h.
19887 (stor-layout.o): Depend on ggc.h.
19888 * emit-rtl.c (init_emit_once): Add gc roots.
19889 * expr.c: Include ggc.h.
19890 (emit_block_move): Add gc roots.
19891 (clear_storage): Likewise.
19892 * expr.h (init_stor_layout_once): New function.
19893 * profile.c: Include ggc.h.
19894 (init_arc_profiler): profiler_label is a root.
19895 * scan.c (make_sstring_space): Trust xrealloc to function
19896 correctly with first parameter NULL.
19897 * stor-layout.c: Include ggc.h.
19898 (set_sizetype): Add gc root.
19899 (init_stor_layout_once): New function.
19900 * toplev.c (compile_file): Call it.
19902 Sat Sep 4 19:26:25 1999 Richard Henderson <rth@cygnus.com>
19903 Bernd Schmidt <bernds@cygnus.co.uk>
19904 Mark Mitchell <mark@codesourcery.com>
19906 * Makefile.in (tree.o): Depend on ggc.h.
19907 (varasm.o): Likewise.
19908 (function.o): Likewise.
19909 (stmt.o): Likewise.
19910 (except.o): Likewise.
19911 (optabs.o): Likewise.
19912 (emit-rtl.o): Likewise.
19913 * emit-rtl.c: Include ggc.h.
19914 (sequence_element_free_list): Remove, and all references.
19915 (mark_sequence): New functions.
19916 (mark_emit_state): New function.
19917 * except.c: Include ggc.h.
19918 (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
19919 (mark_tree_label_node): New functions.
19920 (mark_eh_state): New function.
19921 * function.c: Include ggc.h.
19922 (mark_temp_slot, mark_function_chain): New functions.
19923 (mark_function_state): New function.
19924 (init_function_once): New function.
19925 * function.h (init_function_once): New function.
19926 * ggc-callbacks.c (lang_mark_false_label_stack): New function.
19927 * ggc.h (label_node): Declare.
19928 (eh_status, emit_status, stmt_status, varasm_status): Likewise.
19929 (lang_mark_false_label_stack): New function.
19930 (mark_temp_slot): Remove declaration.
19931 (mark_function_chain): Likewise.
19932 (mark_eh_state): Adjust prototype.
19933 (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
19935 * optabs.c: Include ggc.h.
19936 (mark_optab): New function.
19937 (init_optabs): Add gc roots.
19938 * stmt.c: Include ggc.h.
19939 (mark_cond_nesting, mark_loop_nesting): New functions.
19940 (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
19941 (mark_stmt_state): New function.
19942 * toplev.c (compile_file): Call init_function_once.
19943 * tree.c: Include ggc.h.
19944 (type_hash): Move declaration earlier in file.
19945 (TYPE_HASH_SIZE, type_hash_table): Likewise.
19946 (init_obstacks): Add gc roots.
19947 (mark_type_hash): New function.
19948 * varasm.c: Include ggc.h.
19949 (mark_pool_constant): New function.
19950 (mark_varasm_state): New function.
19952 Sat Sep 4 22:28:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19954 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
19956 Sat Sep 4 18:01:45 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19958 * c-decl.c (struct language_function): Renamed from struct c_function.
19960 (c_function_chain): Delete.
19961 (push_c_function_context): New arg F. Don't warn about nested
19962 functions here. Fill LANGUAGE elt of F. Delete code to update
19963 c_function_chain. Don't call push_function_context.
19964 (pop_c_function_context): New arg F. Restore from there instead of
19965 from c_function_chain. Don't call pop_function_context. Clear out
19966 LANGUAGE field of F when done.
19967 * c-lang.c: Include "function.h"
19968 (lang_init): Initialize save_lang_status and restore_lang_status.
19969 * c-parse.in (nested_function, nested_function_notype): Warn about
19970 nested functions. Call push_function_context/pop_function_context
19971 instead of the _c_ variants.
19972 * c-tree.h (push_c_function_context, pop_c_function_context): Update
19974 * Makefile.in (c-lang.o): Update dependencies.
19976 * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
19977 regno_pointer_flag, regno_pointer_align.
19978 (gen_reg_rtx): Use xrealloc to enlarge them.
19979 (free_emit_status): New function.
19980 * function.c (mark_machine_status, mark_lang_status): New variables.
19981 (assign_stack_local_1): Renamed from assign_outer_stack_local. Merge
19982 in some bits from assign_stack_local. All callers changed to use new
19984 (assign_stack_local): Just call assign_stack_local_1.
19985 (free_after_compilation): New function.
19986 (put_reg_into_stack): Simplify to always call assign_stack_local_1.
19987 (trampoline_address): Likewise.
19988 (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
19989 (prepare_function_start): Explicitly clear some more variables.
19990 * function.h (struct function): New elt can_garbage_collect.
19991 (mark_machine_status, mark_lang_status): Declare variables.
19992 (free_after_compilation, free_emit_status, free_varasm_status,
19993 init_varasm_status): Declare functions.
19994 * toplev.c (rest_of_compilation): Call free_after_compilation when
19995 done with the current function.
19996 * varasm.c (free_varasm_status): New function.
19998 Sat Sep 4 17:15:13 1999 Richard Henderson <rth@cygnus.com>
20000 * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20001 (EXPAND_BUILTIN_VA_ARG): Define.
20002 * sparc.c (sparc_va_start): New.
20003 (sparc_va_arg): New.
20005 Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20007 * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20009 Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20011 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20013 Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com>
20015 * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20016 (OBJS): Add $(GGC).
20017 (ggc-callbacks.o): New target.
20018 * ggc-callbacks.c: New file.
20020 Sat Sep 4 22:53:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20022 * expr.h: Collapse individual optab and libfunc vars to arrays.
20023 (optab_index, libfunc_index): New enumerations.
20024 (optab_table, libfunc_table): New arrays.
20025 Add accessor macros for both.
20027 * optabs.c (optab_table, libfunc_table): New.
20028 Delete declarations for individual optab and libfunc vars.
20030 Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
20032 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20034 Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
20036 * Makefile.in (GGC, GGC_LIB): New.
20037 (HOST_RTL): Include ggc-none.o.
20038 (ggc-simple.o): New target.
20039 (ggc-none.o): Likewise.
20040 * tree.h (tree_common): Add gc_mark.
20041 * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20042 (struct rtvec_def): Add gc_mark.
20043 * emit-rtl.c (global_rtl): Update static initializers to contain
20044 enough initializers.
20045 * ggc.h, ggc-none.c, ggc-simple.c: New files.
20046 * toplev.c (gc_time): New variable.
20047 (all_time): New variable.
20048 (compile_file): Print gc time.
20049 (print_time): Calculate percentage of the whole.
20051 Sat Sep 4 13:11:01 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20053 Change obstack memory management and varasm constant pool handling so
20054 that nested functions are treated like any other functions.
20055 * function.c (init_machine_status): New variable.
20056 (push_function_context_to): Set contains_functions for the outer
20057 function. Don't call save_varasm_status.
20058 (pop_function_context_from): Don't call restore_varasm_status. Don't
20059 set current_function_contains_functions.
20060 (prepare_function_start): Call init_varasm_status rather than
20061 init_const_rtx_hash_table. Call (*init_machine_status) if the pointer
20063 * function.h (struct function) Add field varasm. Delete fields
20064 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20065 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20066 (init_machine_status): Declare.
20067 (save_varasm_status, restore_varasm_status): Delete declarations.
20068 (save_tree_status, restore_tree_status): Delete last argument.
20069 * integrate.c (initialize_for_inline): Lose arg COPY. Delete copying
20070 code. All callers changed.
20071 (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20072 save_constants_in_decl_trees, restore_constants, save_constants,
20073 save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20075 (inlining): New variable.
20076 (reg_map, label_map, insn_map, orig_asm_operands_vector,
20077 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20079 (save_for_inline_nocopy): Don't save constants.
20080 Don't set inl_emit field in current_function.
20081 (expand_inline_function): Use emit field, not inl_emit, of the inlined
20082 function. Set new variable inlining before
20083 calling copy_rtx_and_substitute.
20084 (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
20085 constant pool references if inlining is nonzero.
20086 Delete ADDRESS and (most of the) CONST cases.
20087 (output_inline_function): Save and restore current_function/
20088 current_function_decl. Delete restore_constants code. Don't call
20089 init_const_rtx_hash_table.
20090 * output.h (init_const_rtx_hash_table): Don't declare.
20091 * rtl.h (struct function): Declare.
20092 (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
20093 * toplev.c (rest_of_compilation): Don't treat nested functions or
20094 functions containing them specially. Delete all code to deal with
20095 save_for_inline_copying.
20096 * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
20097 inline_obstacks): Delete variables.
20098 (save_tree_status): Lose arg CONTEXT. All callers changed.
20099 Simply allocate a new function_maybepermanent_obstack for the new
20100 function, delete all the special cases.
20101 Don't save inline_obstacks.
20102 (restore_tree_status): Lose arg CONTEXT. All callers changed.
20103 Delete special handling for function_maybepermanent_obstack; simply
20105 Don't restore inline_obstacks.
20106 (permanent_allocation): Delete code that frees inline_obstacks.
20107 (print_inline_obstack_statistics): Delete function.
20108 (dump_tree_statistics): Don't call it.
20109 * varasm.c (struct varasm_status): New.
20110 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
20111 last_pool, pool_offset, const_double_chain): Delete global
20112 variables, replace with accessor macros.
20113 (immed_double_const): Don't walk const_double_chain outside a
20114 function, but don't treat nested functions specially anymore.
20115 (immed_real_const_1): Likewise.
20116 (clear_const_double_mem): Don't treat nested functions specially.
20117 (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
20118 (save_varasm_status, restore_varasm_status): Delete functions.
20119 (init_varasm_status): New function.
20120 (force_const_mem): Don't treat nested functions specially.
20121 (find_pool_constant): Accept new arg F, search for constants in
20122 that function's pool rather than the current one. All callers
20124 (get_pool_constant_for_function, get_pool_mode_for_function): New
20127 * i386.c (init_386_machine_status): New function, mostly from
20128 clear_386_stack_locals.
20129 (struct machine_functions): Rename element names to avoid name
20131 (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
20132 macros, replacing global variables.
20133 (clear_386_stack_locals, save_386_machine_status,
20134 restore_386_machine_status): Delete functions.
20135 (override_options): Initialize init_machine_status.
20136 * i386.h (INIT_EXPANDERS): Delete macro.
20137 (save_386_machine_status, restore_386_machine_status,
20138 clear_386_stack_locals): Delete declarations.
20140 Sat Sep 4 16:56:28 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20142 * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
20143 (doloop_begin): Simplify pattern and use emit_jump_insn.
20144 (doloop_end): Simplify pattern, switch operand order,
20145 and use emit_jump_insn.
20147 Fri Sep 3 19:02:38 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20149 * function.h (struct function): Add new element LANGUAGE.
20150 (save_lang_status): Declare new variable.
20151 (restore_lang_status): Likewise.
20152 * function.c (save_lang_status): Define.
20153 (restore_lang_status): Likewise.
20154 (push_function_context_to): Call language-specific save function.
20155 (pop_function_context_from): Call language-specific restore function.
20157 Fri Sep 3 01:16:18 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
20159 * i386.md (movsf_1): Check REG_P before use of REGNO.
20160 (movdf_1): Likewise.
20161 (movxf_1): Likewise.
20162 (extendsfdf2): Likewise.
20163 (extendsfxf2): Likewise.
20164 (extenddfxf2): Likewise.
20166 Sat Sep 4 11:37:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20168 * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
20169 constants into memory.
20170 (c4x_shiftable_constant): New function.
20171 * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
20172 (c4x_shiftable_constant): Declare.
20173 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
20174 ashlqi3_noclobber): Add new patterns and associated splitters.
20176 Fri Sep 3 16:22:17 1999 Richard Henderson <rth@cygnus.com>
20178 * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
20179 * dwarf2out.c (dwarf2out_frame_init): Likewise.
20180 * final.c (shorten_branches): Likewise.
20181 * global.c (global_alloc): Likewise.
20182 * haifa-sched.c (build_control_flow): Likewise.
20183 * stmt.c (check_for_full_enumeration_handling): Likewise.
20184 (estimate_case_costs): Likewise.
20186 Fri Sep 3 15:49:56 1999 Mark Mitchell <mark@codesourcery.com>
20188 * rtl.h (RTL_CHECKC2): Fix typo in last change.
20190 Fri Sep 3 15:13:34 1999 Richard Henderson <rth@cygnus.com>
20192 * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
20193 (recompute_reg_usage): Likewise.
20194 * rtlanal.c (find_regno_fusage): Likewise.
20196 * rtl.c (rtl_check_failed_code1): New function.
20197 (rtl_check_failed_code2): New.
20198 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
20199 (RTL_CHECKC1, RTL_CHECKC2): New.
20200 (XC*): New accessor macros.
20201 (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
20202 (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
20203 (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
20204 (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
20205 (TRAP_*, RANGE_INFO_*): Likewise.
20207 Fri Sep 3 15:10:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20209 * Makefile.in (tlink.o): Don't depend on toplev.h.
20211 * collect2.c (c_file, o_file, export_file, import_file, ldout,
20212 output_file, nm_file_name, ldd_file_name, strip_file_name,
20213 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
20214 add_prefix, prefix_from_env, prefix_from_string, do_wait,
20215 fork_execute, maybe_unlink, add_to_list,
20216 extract_init_priority, write_list, dump_list,
20217 dump_prefix_list, write_list_with_asm, write_c_file,
20218 write_c_file_stat, write_c_file_glob, scan_prog_file,
20219 scan_libraries, is_in_list, resolve_lib_name, use_import_list,
20220 ignore_library, extract_string, notice, dump_file, target_machine,
20221 collect_wait, collect_execute, libname, locatelib, aix_std_libs,
20222 read_file, print_load_command): Constify a char*.
20223 (fdopen, error, fatal, fatal_perror): Don't prototype.
20224 (my_strerror): Remove. All callers use xstrerror instead.
20225 (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
20226 (main): Add prototype. Constify lots of char* ptrs. Change calls
20227 to xcalloc/strcpy/strcat/... to one call to concat.
20228 (main, scan_prog_file, scan_libraries): Use an intermediate
20229 `const char **' to build an argv array.
20230 (mapfile, libselect, libcompare, locatelib): Add prototypes.
20232 * collect2.h (collect_execute, collect_wait, dump_file,
20233 file_exists): Constify a char*.
20234 (ldout, c_file_name, temporary_obstack, permanent_obstack,
20235 temporary_firstobj, vflag, debug): Add extern declarations.
20236 (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
20238 * tlink.c: Don't include toplev.h.
20239 (vflag, debug, ldout, c_file_name, temporary_obstack,
20240 permanent_obstack, temporary_firstobj): Don't declare.
20241 (tlink_execute, frob_extension, symbol_hash_lookup,
20242 file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
20243 recompile_files, read_repo_files, demangle_new_symbols,
20244 scan_linker_output): Constify a char*.
20245 (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
20246 do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
20248 Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
20250 * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
20251 (relative) rather than jsr (absolute) subroutine call insns.
20252 * config/m68k/m68k-coff.h: Ditto.
20254 Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
20256 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
20257 now rework these too.
20258 (arm_reorg): If an insn can't reach the end of the current pool,
20259 ensure that we emit that pool before the insn.
20261 Fri Sep 3 09:14:32 1999 Marc Espie <espie@tetto.liafa.jussieu.fr>
20263 * tlink.c (scan_linker_output): Skip the initial underscore in
20264 a mangled name if appropriate.
20266 Fri Sep 3 01:28:33 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20268 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
20269 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
20270 error_with_ivar, gen_declarator, create_builtin_decl,
20271 my_build_string, generate_descriptor_table, generate_ivars_list,
20272 generate_dispatch_table, check_protocols, TAG_GETCLASS,
20273 TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
20274 dump_base_name, lang_decode_option, build_encode_expr,
20275 start_class, finish_class, encode_pointer, really_start_method,
20276 gen_declaration, dump_interface, handle_class_ref, handle_impent):
20278 (objc_demangle, objc_printable_name, generate_struct_by_value_array):
20279 Add static prototypes.
20280 (build_objc_string_decl, build_selector_reference_decl,
20281 encode_bitfield, build_class_reference_decl): Remove unused
20282 parameter, all callers changed.
20283 (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
20284 (objc_printable_name): Likewise. Change second parameter to type int.
20285 (init_objc): Use memcpy, not bcopy, to avoid casts.
20287 Thu Sep 2 21:49:52 1999 Richard Henderson <rth@cygnus.com>
20289 * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
20290 reg notes on a deleted insn.
20291 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
20293 Thu Sep 2 20:18:12 1999 Jeffrey A Law (law@cygnus.com)
20295 * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
20297 Thu Sep 2 22:00:08 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20299 * stmt.c (expand_asm_operands): Fix index into inout_mode when
20302 Thu Sep 2 13:00:48 1999 Richard Henderson <rth@cygnus.com>
20304 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
20305 * tm.texi (MD_ASM_CLOBBERS): Document it.
20307 Thu Sep 2 10:22:40 1999 Richard Henderson <rth@cygnus.com>
20309 * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
20310 * except.c (expand_rethrow): Remove unused variable.
20311 * expr.c (do_jump_by_parts_greater_rtx): Likewise.
20312 * flow.c (replace_insns): Likewise.
20313 (create_edge_list, verify_edge_list): Likewise.
20314 * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
20316 * genemit.c (gen_expand): Only emit `operands[N]' decl if there
20317 is special code to run.
20318 (main): Don't define operands to emit_operand.
20319 * genrecog.c (main): Don't emit an empty peephole2_insn function.
20321 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
20323 * alpha/alpha.h (normal_memory_operand): Declare.
20324 (reg_no_subreg_operand): Declare.
20325 * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
20327 Thu Sep 2 10:19:20 1999 Richard Henderson <rth@cygnus.com>
20329 * c-parse.in (compstmt_primary_start): New, broken out of first
20330 part of compstmt handling in primary.
20331 (primary): Use it. Add an error clause.
20332 (compstmt_nostart): Renamed from compstmt; remove all
20333 initial invocations of compstmt_start.
20336 Thu Sep 2 01:35:50 1999 Marc Espie <espie@cvs.openbsd.org>
20338 * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
20341 Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
20343 * combine.c (simplify_shift_const): Remove extra semicolon.
20344 * dwarf2out.c (remove_AT): Likewise.
20345 * expmed.c (expand_mult): Likewise.
20346 * gcov.c (create_program_flow_graph): Likewise.
20347 * reorg.c (mostly_true_jump): Likewise.
20349 Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
20351 * fold-const.c (fold_range_test): Do not try to fold the range
20352 test if the rhs or lhs has side effects.
20354 * combine.c (simplify_rtx): Recognize another case of a synthesized
20357 * varasm.c (mark_constant_pool): When marking indirect references,
20358 only look at SYMBOL_REFs.
20360 * except.c (expand_fixup_region_end): Do not peek at
20361 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
20363 Thu Sep 2 13:52:53 1999 Geoffrey Keating <geoffk@cygnus.com>
20365 * flags.h: New variables align_loops, align_loops_log,
20366 align_jumps, align_jumps_log, align_labels, align_labels_log,
20367 align_functions, align_functions_log.
20368 * toplev.c: Define them.
20369 (f_options): Handle -falign-* when they have no argument.
20370 (main): Add logic to set variables for -falign-functions,
20371 -falign-jumps, -falign-labels, -falign-loops.
20372 Make it -fsched-verbose=<n> and -finline-limit=<n>.
20373 (display_help): Change help to match options.
20374 * final.c (LABEL_ALIGN): Default to align_labels_log.
20375 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
20376 (LOOP_ALIGN): Default to align_loops_log.
20377 (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
20378 (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
20379 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
20380 * varasm.c (assemble_start_function): Handle align_functions.
20382 * config/sparc/sparc.h: Don't declare sparc_align_*.
20383 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
20384 (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
20386 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
20388 * config/sparc/sparc.c: Delete sparc_align_loops,
20389 sparc_align_jumps, sparc_align_funcs and the corresponding string
20391 (sparc_override_options): Default align_functions on ultrasparc.
20392 Delete -malign-* handling.
20394 * config/mips/mips.c (override_options): On 64-bit targets,
20395 try to align code to 64-bit boundaries.
20396 (print_operand): New substitution, %~,
20397 which aligns labels to align_labels_log.
20398 * config/mips/mips.md (div_trap_normal): Use %~.
20399 (div_trap_mips16): Likewise.
20401 (absdi2): Likewise.
20402 (ffssi2): Likewise.
20403 (ffsdi2): Likewise.
20404 (ashldi3_internal): Likewise.
20405 (ashrdi3_internal): Likewise.
20406 (lshrdi3_internal): Likewise.
20407 (casesi_internal): Likewise.
20409 Wed Sep 1 21:13:48 1999 Richard Henderson <rth@cygnus.com>
20411 Merge new ia32 backend from the branch!
20413 * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
20414 See ChangeLog.P2 on new_ia32_branch for details.
20416 * rtl.h (stack_regs_mentioned_p): Delete prototype.
20417 * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
20418 * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
20419 * i386/gas.h (ASM_FILE_START): Define.
20420 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
20421 for name change of ix86_valid_decl_attribute_p.
20422 (i386_pe_valid_type_attribute_p): Similarly.
20424 Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
20426 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
20427 to step through CC modes.
20429 Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20431 * regmove.c (fixup_match_1): Don't move INSN in front of P if
20432 it would end up in the shadow of a live flags regsiter.
20434 Wed Sep 1 11:32:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20436 * reload1.c: Fix many indentation problems.
20437 * reload.c: Likewise.
20439 Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
20441 * alias.c (non_local_reference_p): Constify fmt.
20443 Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
20445 * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
20447 Tue Aug 31 16:44:52 1999 Jeffrey A Law (law@cygnus.com)
20449 * cse.c (delete_trivially_dead_insns): Do not delete stores to
20450 the internal_arg_pointer.
20452 Tue Aug 31 13:35:42 1999 Richard Henderson <rth@cygnus.com>
20454 Merge peephole2 from new_ia32_branch:
20455 * Makefile.in (STAGESTUFF): Add *.peephole2.
20456 (mostlyclean): Likewise.
20457 (recog.o): Depend on resource.h.
20459 * final.c (peephole): Conditionalize decl on HAVE_peephole.
20460 (final_scan_insn): Likewise for the invocation of peephole.
20461 * genconfig.c (main): Look for peephole and peephole2 patterns.
20462 Emit HAVE_peephole* accordingly.
20463 * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
20464 * flags.h (flag_peephole2): Declare.
20465 * toplev.c: New pass peephole2. New flag -fpeephole2.
20467 * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
20468 * gencodes.c (main): Likewise.
20469 * genextract.c (main): Likewise.
20470 * genoutput.c (main): Likewise.
20471 * genemit.c (max_operand_1): Look for the max scratch operand.
20472 (gen_rtx_scratch): New.
20473 (gen_exp): Use it, and pass on new arg subroutine_type.
20474 (gen_expand): Take max scratch into account.
20475 (gen_split): Emit peephole2 functions.
20476 (output_peephole2_scratch): New.
20477 (main): Include hard-reg-set.h and resource.h. Handle peephole2.
20478 * genrecog.c (routine_type): Add PEEPHOLE2.
20480 (make_insn_sequence): Match outer parallel for peep2. Discard
20481 top level scratches and dups.
20482 (add_to_sequence): New args insn_type and top. Update all callers.
20483 Handle toplevel peep2 matching insns.
20484 (write_subroutine): Handle peep2.
20485 (write_tree_1): Likewise.
20486 (write_tree): Likewise.
20488 (change_state): New arg afterward. Update all callers.
20489 Handle matching separate insns.
20490 * recog.c (recog_next_insn): New.
20491 (peephole2_optimize): New.
20492 * rtl.def (DEFINE_PEEPHOLE2): New.
20493 * resource.c (find_free_register): New argument last_insn. Use it
20494 to find a register available through the entire span.
20495 * resource.h (find_free_register): Update prototype.
20497 Tue Aug 31 11:51:06 1999 Jim Kingdon <http://developer.redhat.com>
20499 * i386.c (output_strlen_unroll): Don't write xops[7]
20500 label if it wasn't set.
20502 1999-08-31 12:44 -0700 Zack Weinberg <zack@bitmover.com>
20504 * cpplib.c (struct directive): Const-ify name pointer and
20505 function pointer prototype.
20506 (validate_else, do_define, do_line, do_include, do_undef,
20507 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
20508 do_elif, do_endif, do_sccs, do_assert, do_unassert,
20509 do_warning): Const-ify second arg.
20510 (directive_table): Mark const. Reorder entries by frequency
20511 of usage, record statistics.
20513 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
20515 * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
20516 bounds- check RTL accesses if --enable-checking.
20517 (RTVEC_ELT): Bounds check if --enable-checking.
20518 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
20519 XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
20520 (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
20522 (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
20523 X0BBDEF, X0ADVFLAGS): New macros for accessing '0' slots of RTXes.
20525 (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
20526 (NOTE_SOURCE_FILE): Use X0STR.
20527 (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
20528 MEM_ALIAS_SET): Use X0INT.
20529 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
20530 JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
20532 * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
20533 * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
20534 (rtl_check_failed_bounds, rtl_check_failed_type1,
20535 rtl_check_failed_type2, rtvec_check_failed_bounds): New
20537 (fancy_abort): Fix comment.
20539 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
20540 (cse_insn): Decrement LABEL_NUSES for jump target before
20541 deleting jump insn.
20542 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
20543 * final.c (alter_subreg): Compute regno before changing x to
20544 REG; set REGNO(x) after changing it.
20545 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
20546 notes containing CONST_INTs.
20547 (delete_eh_regions): Use NOTE_EH_HANDLER.
20548 * function.c (put_reg_into_stack): Make reg a MEM before
20550 (fixup_var_refs_insns): Save REG_NOTES (insn) in case we
20552 (gen_mem_addressof): Make reg a MEM before initializing it.
20553 * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
20555 * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
20556 deleting an insn, not after.
20557 (block_alloc): Only look at PATTERN(insn) if we have to, and
20558 only if it's format class 'i'.
20559 * loop.c (check_dbra_loop): Check bl->biv->add_val is a
20560 CONST_INT before using its INTVAL.
20561 * print-rtl.c (print_rtx): Use X0STR.
20562 * regmove.c (fixup_match_1): Don't look at PATTERN of
20563 non-class-'i' insn chain elements.
20564 * reload.c (loc_mentioned_in_p): Take address of
20565 in->fld[1].rtx directly.
20566 * reload1.c (reload): Change reg to a MEM before initializing
20568 * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
20570 * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
20572 Fri Aug 20 13:43:41 1999 Andrew Haley <aph@cygnus.com>
20574 * config/mips/mips.c (machine_dependent_reorg): Force a
20575 barrier to output the local constant pool if a barrier hasn't
20576 been found at a natural point in the instruction stream.
20578 Mon Aug 30 22:04:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20580 * c-parse.in (language_string): Constify.
20582 * dwarf2out.c (language_string): Remove declaration.
20584 * dwarfout.c (language_string): Likewise.
20586 * toplev.c (language_string, init_parse, finish_parse): Likewise.
20588 * tree.h (language_string, init_parse, finish_parse): Declare.
20590 * i386/sun386.h (language_string): Remove declaration.
20592 * mips.h (language_string): Likewise.
20594 * nextstep.h (language_string): Likewise.
20596 * nextstep21.h (language_string): Likewise.
20598 * rs6000.c (language_string): Likewise.
20600 Mon Aug 30 20:56:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20602 * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
20603 (getpwd.o): Remove target.
20605 * getpwd.c: Delete file. Its in libiberty now.
20607 * dbxout.c (getpwd): Don't prototype.
20608 * dwarf2out.c (getpwd): Likewise
20609 * dwarfout.c (getpwd): Likewise
20610 * final.c (getpwd): Likewise.
20611 * protoize.c (getpwd): Likewise.
20613 Mon Aug 30 20:21:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20615 * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
20617 Mon Aug 30 16:07:49 1999 Richard Henderson <rth@cygnus.com>
20619 * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
20620 mark_set_resources.
20622 Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
20624 * fixinc/Makefile.in (subdir): New.
20625 (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
20628 Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
20630 * emit-rtl.c (copy_rtx_if_shared): A MEM which references
20631 virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
20634 * invoke.texi: Fix typo.
20636 * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
20637 changed. Handle autoincrement addressing modes.
20639 * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
20640 just like we would the virtual incoming args register when
20643 Sun Aug 29 23:17:54 1999 David Edelsohn <edelsohn@gnu.org>
20645 * rs6000.h (ASM_FILE_START): Specify complete filename, including
20646 path, in .file directive.
20648 Sun Aug 29 05:06:43 1999 Russ Allbery <rra@stanford.edu>
20650 * gcc.texi (External Bugs): Remove obsolete note about Perl on
20653 1999-08-29 08:38 -0700 Zack Weinberg <zack@bitmover.com>
20655 * stdbool.h: Make the typedef name _Bool, with bool a #defined
20658 Sun Aug 29 09:36:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20660 * tree.c (tree_code_name): Constify a char*.
20662 * tree.h (tree_code_name, decl_printable_name): Likewise.
20664 * function.h (struct function): Likewise.
20666 * toplev.c (decl_name, decl_printable_name): Likewise.
20668 * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
20670 * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
20671 (init_objc): Remove function pointer cast.
20673 Sun Aug 29 05:01:17 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
20675 * pa.md (interspace_jump): New pattern.
20676 (builtin_longjmp): New expander.
20678 1999-08-29 Bernd Schmidt <bernds@cygnus.co.uk>
20680 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
20681 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
20682 sf_to_df, df_to_sf): Fix potential problem with alias analysis.
20684 Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com)
20686 * jump.c (delete_prior_computation): Also check calls
20687 to constant functions. Don't bother checking for a
20688 REG_UNUSED note before adding it.
20689 (delete_computation): Handle multi-word hard registers
20690 when synthesizing missing REG_DEAD notes for a register
20691 which is both set and used by an insn.
20693 1999-08-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20695 * loop.c (this_loop_info): New variable.
20696 (loop_has_call, loop_has_volatile, loop_has_tablejump,
20697 loop_continue, loops_enclosed): Replace with fields in this_loop_info.
20699 (prescan_loop, strength_reduce): New argument loop_info. All callers
20701 (scan_loop): New variable loop_info, initialise to address of
20703 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
20704 Delete variable loop_has_multiple_exit targets and replace with
20705 field in this_loop_info.
20706 (find_and_verify_loops): Rename this_loop to this_loop_num.
20707 (strength_reduce): Delete loop_iteration_info. Replace variable
20708 loop_info with function argument of same name.
20709 (insert_bct): Rework test for loop being completely unrolled.
20711 * loop.h (struct loop_info): New fields num, loops_enclosed,
20712 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
20713 has_indirect_jump, and cont. Redefine use of unroll_number.
20714 (loop_unroll_number): Delete.
20716 * unroll.c (unroll_loop): Store loop unroll count in unroll_number
20717 field of loop_info.
20718 (loop_iterations): Delete variable vtop and instead use
20719 loop_info->vtop computed in prescan_loop.
20721 Sun Aug 29 03:27:23 1999 Scott Weikart <scott@igc.apc.org>
20723 * fix-header.c (main): Do not pass a null pointer to strcmp.
20725 Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
20727 * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
20729 * configure: Rebuilt.
20731 Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
20733 * jump.c (jump_optimize_1): Do not delete assignments to
20734 internal_arg_pointer.
20735 * cse.c (delete_trivially_dead_insns): Always consider a set of
20736 the internal_arg_pointer live.
20738 Sat Aug 28 16:24:31 1999 Richard Henderson <rth@cygnus.com>
20740 * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
20741 (update_life_info) [REG_WAS_0]: Search the original insns rather
20742 than the new insns for the note. Fix typos finding note_dest.
20743 If no dest found, discard the note rather than abort.
20744 [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
20745 (replace_insns): Remove the old insn list after update_life_info
20748 Sat Aug 28 16:20:12 1999 Richard Henderson <rth@cygnus.com>
20750 * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
20751 sched_analyze_insn.
20752 (sched_analyze_1): Let add_dependence care for not adding dups.
20753 (sched_analyze_2): Likewise.
20754 (add_branch_dependences): Likewise.
20756 Sat Aug 28 15:58:16 1999 Mumit Khan <khan@xraylith.wisc.edu>
20758 * i386/winnt.c (export_list): New type.
20759 (exports_head): Rename to
20760 (export_head): this.
20761 (i386_pe_record_exported_symbol): Add is_data flag.
20762 (i386_pe_asm_file_end): Emit directive for exported variables.
20763 * i386/cygwin.h (i386_pe_record_exported_symbol): Update
20765 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
20766 (ASM_DECLARE_OBJECT_NAME): Likewise.
20767 (ASM_DECLARE_FUNCTION_NAME): Likewise.
20768 * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
20770 Fri Aug 27 15:35:24 1999 Jeffrey A Law (law@cygnus.com)
20772 * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
20774 * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
20777 Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
20779 * config/openbsd.h: Define SET_ASM_OP.
20780 * tm.texi: cross-reference SET_ASM_OP in the index.
20782 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
20784 * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
20785 for a CONST_DOUBLE, at compile time. Initialize rtx_length
20786 and class_narrowest_mode at compile time. Kill init_rtl.
20787 Mark rtx_length, mode_class, mode_size, mode_unit_size,
20788 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
20789 rtx_format as const. Kill all references to EXTRA_CC_MODES or
20791 * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
20793 * rtl.h: Declare rtx_length and rtx_format as const.
20794 * machmode.def: Define CC(). Use CC() to define CCmode. If
20795 EXTRA_CC_MODES is defined, expand it here.
20796 * machmode.h: Declare mode_class, mode_size, mode_unit_size,
20797 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
20798 const. Kill all references to EXTRA_CC_MODES.
20800 * toplev.c: Don't prototype or call init_rtl.
20801 * optabs.c: Don't call init_mov_optab.
20802 * genemit.c: Don't generate init_mov_optab. Don't call
20804 * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
20806 * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
20807 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
20808 genrecog.c: Don't call init_rtl.
20810 * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
20811 rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES. Use CC() in
20812 definition of EXTRA_CC_MODES.
20814 * md.texi: Kill ref to EXTRA_CC_NAMES.
20815 * tm.texi: Document new way to define EXTRA_CC_MODES.
20817 * genrecog.c: Do not look up the name of a define_split.
20818 (Unrelated bugfix.)
20820 Fri Aug 27 17:03:42 1999 Nick Clifton <nickc@cygnus.com>
20822 * config/v850/v850.md: Fix typo introduced by previous delta.
20824 Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20826 * gcc.c (fatal): Make definition static to match prototype.
20828 Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20830 * combine.c (get_last_value): Don't look for earlier sets if the last
20831 known set is somewhere in between the insns being combined.
20833 Fri Aug 27 10:03:12 BST 1999 Nathan Sidwell <nathan@acm.org>
20835 * configure.in: Don't use shell ! to negate exit codes
20836 * configure: Regenerate
20838 Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
20840 * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
20841 the fact that ALIGN is measured in bits, not bytes.
20843 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>
20845 * errors.c: New file; defines functions error, warning, and
20846 fatal, variables have_error and progname.
20847 * errors.h: New file; prototypes and decls for stuff in errors.c.
20849 * Makefile: Add rules to build errors.o and
20850 $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit,
20851 genopinit, genrecog, genextract, genpeep, genattr, and
20852 genoutput with errors.o. Add errors.h to deps of genconfig.o,
20853 gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
20854 genpeep.o, genattr.o, and genoutput.o.
20856 * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
20857 genextract.c, genpeep.c, genattr.c: Include errors.h. Don't
20858 define or prototype fatal. Set progname at beginning of main.
20859 * genoutput.c: Likewise, and don't define or prototype error
20862 * c-typeck.c (c_expand_start_case): Return immediately if exp
20864 * fold-const.c (operand_equal_p): Return immediately if arg1
20865 or arg0 are ERROR_MARKs.
20866 * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
20867 fields of type ERROR_MARK when calculating if the record can
20870 Fri Aug 27 01:03:48 1999 Jim Kingdon <http://developer.redhat.com>
20871 with much help from Jeffrey A Law and Richard Henderson
20873 * i386.md: In the 6 insns which call output_fix_trunc,
20874 earlyclobber operands[0].
20876 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk>
20878 * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
20879 creating new registers.
20881 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>
20883 * i386.h: Declare ix86_cpu_string, ix86_arch_string,
20884 i386_reg_alloc_order, i386_regparm_string,
20885 i386_align_loops_string, i386_align_jumps_string,
20886 i386_align_funcs_string, i386_preferred_stack_boundary_string,
20887 and i386_branch_cost_string as type "const char *".
20888 * i386.c: Define all above strings as type "const char *".
20890 Thu Aug 26 20:36:30 1999 Jim Wilson <wilson@cygnus.com>
20892 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
20893 when emitting alignment padding. Emit padding byte of 0 instead of 4.
20895 Thu Aug 26 18:11:20 1999 Mark Mitchell <mark@codesourcery.com>
20897 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
20898 SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
20900 Thu Aug 26 19:33:23 1999 Jim Wilson <wilson@cygnus.com>
20902 * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
20903 (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
20904 (dwarf2out_line, dwarf2out_finish): Likewise.
20905 * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
20907 Thu Aug 26 16:10:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
20909 * tree.c (lang_unsave_expr_now) : Correct return type.
20910 * tree.h (lang_unsave_expr_now) : Same.
20912 Thu Aug 26 13:12:29 1999 Jeffrey A Law (law@cygnus.com)
20914 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
20915 instead of duplicating code.
20917 Thu Aug 26 18:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20919 * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
20921 1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
20923 * tree.h: fancy_abort always takes three args.
20924 * resource.c: Move include of system.h before toplev.h.
20926 Thu Aug 26 09:46:16 1999 Nick Clifton <nickc@cygnus.com>
20928 * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
20931 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
20933 * system.h: Don't redefine abort or trim_filename.
20934 * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
20935 or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
20936 whether or not __FUNCTION__ is available.
20937 * tree.h: Duplicate rtl.h's definition of abort, for files
20938 that don't include rtl.h. Delete all code to perform type
20939 checking with a compiler other than GCC.
20940 * varray.h: Delete all code to perform type checking with a
20941 compiler other than GCC. Make VARRAY_CHECK() always evaluate
20942 its arguments exactly once, using a statement expression.
20943 Adjust the VARRAY_<type> accessor macros to match.
20944 * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
20945 (_fatal_insn, _fatal_insn_not_found): New fns, take info on
20946 caller's location. Define fatal_insn and fatal_insn_not_found
20947 as macros that use _fatal_insn and _fatal_insn_not_found.
20948 (fancy_abort, trim_filename): Kill prototypes.
20950 * rtl.c (trim_filename): Move here from toplev.c.
20951 (fancy_abort): New function.
20952 (DIR_SEPARATOR): Provide default definition.
20953 * tree.c (tree_check_failed, tree_class_check_failed): Go
20954 through fancy_abort.
20955 (tree_check, tree_class_check, cst_or_constructor_check,
20956 expr_check): Delete.
20957 * varray.c (varray_check_failed): New function.
20958 * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
20959 _fatal_insn and _fatal_insn_not_found. Go through
20961 (trim_filename, fancy_abort): Delete.
20963 * builtins.c (expand_builtin_args_info): Report ICE with abort.
20964 * except.c (start_catch_handler): Report ICE with error/abort
20966 * final.c (output_operand_lossage): Likewise.
20967 * flow.c (verify_flow_info): Likewise.
20969 * gcc.c: Prototype fatal.
20970 * gengenrtl.c: Undef abort after including rtl.h not system.h.
20971 * genattr.c, genattrtab.c, genemit.c, genextract.c,
20972 genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
20973 Don't define fancy_abort.
20975 Wed Aug 25 17:56:59 1999 Richard Henderson <rth@cygnus.com>
20977 * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
20980 Wed Aug 25 15:35:55 1999 Richard Henderson <rth@cygnus.com>
20982 * m88k.h (VERSION_INFO2): Kill.
20983 (VERSION_STRING): Kill.
20985 (VERSION_INFO1): Tidy.
20986 (TARGET_VERSION): Update.
20987 * m88k/dgux.h (VERSION_INFO2): Kill.
20988 (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
20989 * m88k/luna.h (VERSION_INFO1): Tidy.
20990 * m88k/sysv4.h (VERSION_INFO1): Likewise.
20991 * m88k.c (out_rcs_id, tm_rcs_id): Kill.
20992 (output_file_start): Adjust for death of VERSION_STRING.
20994 1999-08-25 13:51 -0700 Jim Meyering <meyering@ascend.com>
20996 * cpplib.c (detect_if_not_defined): New function.
20997 (do_if): Use it to detect potential once-only headers.
20999 Wed Aug 25 14:00:18 1999 Jason Merrill <jason@yorick.cygnus.com>
21001 * c-common.c (combine_strings): Always set TREE_CONSTANT.
21003 Wed Aug 25 15:27:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
21005 * combine.c (nonzero_bits) : Allow single-ly set registers to be
21006 anywere in the function only if they are pseudos and set before
21007 being used (not live at the start of the function).
21008 (num_sign_bit_copies) : Same.
21009 (get_last_value_validate) : Same.
21010 (get_last_value) : Same.
21012 Wed Aug 25 11:13:29 1999 Richard Henderson <rth@cygnus.com>
21014 * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21015 where N and M are constant and N is an integer multiple of M.
21017 Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21019 * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21020 (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21021 sbitmap_union_of_preds): Add prototypes.
21022 * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21023 the intersection of successors with the new flow graph structures.
21024 (sbitmap_intersection_of_preds): New function to compute the
21025 intersection of predecessors with the new flow graph structures.
21026 (sbitmap_union_of_succs): New function to compute the union of
21027 successors with the new flow graph structures.
21028 (sbitmap_union_of_preds): New function to compute the union of
21029 predecessors with the new flow graph structures.
21030 * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21031 (expr_reaches_here_p): Use edge and basic_block structures instead
21032 of s_preds and s_succs.
21033 (compute_cprop_avinout): Use new sbitmap routines.
21034 (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21035 of s_preds and s_succs.
21036 * flow.c (compute_flow_dominators): Compute dominators using
21037 edges and basic blocks instead of s_preds and s_succs.
21039 Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21041 * lists.c (unused_insn_list, unused_expr_list): New file for
21042 maintaining various types of lists. New statics for maintaining a
21043 cache of available INSN_LIST and EXPR_LIST nodes.
21044 (free_list): Static function for freeing a list of INSN/EXPR nodes.
21045 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21046 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21047 (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21048 (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21049 (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21050 (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21051 (free_INSN_LIST_node): Free an individual INSN_LIST node.
21052 * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21053 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21054 (remove_dependence, free_pending_lists): Use new global routines.
21055 (flush_pending_lists, sched_analyze_insn): Use new global routines.
21056 (sched_analyze, compute_block_backward_dependences): Use new routines.
21057 (sched_analyze_1, sched_analyze_2): Use new routines.
21058 (schedule_insns): Use new global routines.
21059 * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21061 (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21062 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21064 * toplev.c (rest_of_compilation): Initialize node cache.
21065 * Makefile.in (OBJS): Add lists.o to list of object files.
21066 (lists.o): Add dependancies.
21068 Wed Aug 25 17:31:56 1999 Nick Clifton <nickc@cygnus.com>
21070 * config/v850/v850.md: Fix compile time warning messages.
21071 * config/v850/v850.c: Fix compile time warning messages.
21072 * config/v850/v850.h: Fix compile time warning messages.
21074 Wed Aug 25 09:44:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21076 * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21077 Remove unused prototype for `init_lengths'.
21079 Wed Aug 25 09:32:31 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21081 * calls.c (emit_call_1): Mark parameter `stack_size' with
21083 (expand_call): Initialize variable `insn'.
21084 (emit_library_call): Likewise for variable `high_to_save'.
21085 (emit_library_call_value): Likewise.
21086 (store_one_arg): Likewise for variables `lower_bound' and
21089 * combine.c (try_combine): Likewise for variables `i2_code_number'
21090 and `other_code_number'.
21091 (find_split_point): Likewise for variables `pos', `unsignedp' and
21093 (simplify_if_then_else): Likewise for variables `op' and `c1'.
21094 (simplify_and_const_int): Remove unused variable `width'.
21095 (merge_outer_ops): Likewise.
21097 * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
21098 HOST_WIDE_INT' when comparing against one.
21099 (simplify_relational_operation): Likewise.
21100 (cse_insn): Initialize variables `src_eqv_volatile',
21101 `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
21103 * final.c (init_final): Constify parameter `filename'.
21104 (final_start_function): Mark parameter `optimize' with
21106 (profile_function): Likewise for parameters `first' and `optimize'.
21107 (output_source_line): Likewise for parameter `file'.
21109 * integrate.c (subst_constants): Cast a value to `size_t' when
21110 comparing against one.
21111 (mark_stores): Initialize variable `mode'. Cast a value to
21112 `size_t' when comparing against one.
21114 * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
21116 * loop.c (move_movables): Initialize variable `first'.
21117 (strength_reduce): Likewise for variable `increment'.
21118 (check_dbra_loop): Likewise for variable `comparison_val'. Cast a
21119 value to `size_t' when comparing against one.
21120 (load_mems): Initialize variable `end_label'.
21122 * output.h (init_final): Constify parameter.
21124 * reload.c (decompose): Initialize variable `base'.
21126 * reload1.c (reload): Likewise for variable `is_scalar'.
21127 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
21128 (choose_reload_regs): Initialize variable `mode'.
21129 (emit_reload_insns): Likewise for variable `store_insn'.
21130 (reload_cse_noop_set_p): Mark parameter `insn' with
21132 (reload_combine): Initialize variable `set'.
21134 * unroll.c (unroll_loop): Likewise for variable `local_label'.
21135 (copy_loop_body): Cast a value to `size_t' when comparing against
21138 * varasm.c (assemble_variable): Initialize variable `size_tree'.
21139 (const_hash): Add an `else abort()' in an if-else-if-else sequence.
21140 (remove_from_pending_weak_list): Mark parameter `name' with
21143 Wed Aug 25 11:18:39 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21145 * toplev.c (rest_of_compilation): Use decl_printable_name when opening
21148 Wed Aug 25 10:57:12 1999 Nick Clifton <nickc@cygnus.com>
21150 * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
21151 (ASM_DECLARE_FUNCTION_NAME): Define.
21152 (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
21153 ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
21154 ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
21155 not already defined.
21157 Wed Aug 25 01:36:11 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
21159 * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
21160 of n_popped when call/call_value are not defined.
21162 Wed Aug 25 01:25:14 1999 Jeffrey A Law (law@cygnus.com)
21164 * tm.texi: GNU CC -> GCC conversion.
21165 (CC1_SPEC): Indicate it is used for all language front ends.
21167 Tue Aug 24 23:43:03 1999 Mark Mitchell <mark@codesourcery.com>
21169 * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
21170 NOTE_INSN_EH_REGION_END correctly.
21172 Tue Aug 24 23:26:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
21173 Jeff Law <law@cygnus.com>
21175 * loop.c (strength_reduce): Automatically unroll loops if the
21176 unrolled loop size is smaller than the rolled loop size.
21178 * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
21179 and delete comment that code should be rewritten.
21181 Tue Aug 24 22:56:35 1999 Jeffrey A Law (law@cygnus.com)
21183 * haifa-sched.c (find_rgns): Mark a block found during the DFS search
21186 * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
21188 Tue Aug 24 22:41:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
21190 * fixinc/mkfixinc.sh: Don't fix uwin headers.
21191 * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
21192 (LINK_SPEC): Add -u _main when building executables.
21193 (ASM_DECLARE_FUNCTION): Update from Cygwin.
21194 (ASM_FILE_END): Use the default for ix86-pe.
21195 * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
21197 Tue Aug 24 20:49:47 1999 Art Haas <ahaas@neosoft.com>
21199 * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
21200 and ASM_CLOSE_PAREN are empty strings.
21202 Wed Aug 25 12:46:22 1999 Fred Fish <fnf@cygnus.com>
21203 Geoffrey Keating <geoffk@cygnus.com>
21205 * Makefile.in (PREPROCESSOR_DEFINES): New macro.
21206 (protoize.o): Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
21207 (unprotoize.o): Ditto.
21208 (test-protoize-simple): Don't define STD_PROTO_DIR.
21209 * protoize.c: Use PARAMS rather than PROTO. Minor whitespace
21210 changes to make 'test-protoize-simple' pass.
21211 (STD_PROTO_DIR): Remove define.
21212 (STANDARD_EXEC_PREFIX): Supply default define.
21213 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
21214 (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
21215 (target_version): New variable, init to DEFAULT_TARGET_VERSION.
21216 (GET_ENV_PATH_LIST): New macro.
21217 (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
21218 (do_processing): Initialize default_syscalls_dir using new
21219 macros. Use it to initialize syscalls_absolute_filename.
21221 Tue Aug 24 16:58:15 1999 Richard Henderson <rth@cygnus.com>
21223 * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
21224 B into a register before emit_conditional_move.
21226 Tue Aug 24 15:37:03 1999 Richard Henderson <rth@cygnus.com>
21228 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
21229 as (+ (+ (* a b) (* d e)) c). Factor a common power-of-two
21230 multiplicand out of (+ (* a b) (* c d)).
21232 Tue Aug 24 11:46:10 1999 Bob Manson <manson@cygnus.com>
21233 Richard Henderson <rth@cygnus.com>
21235 * haifa-sched.c (split_hard_reg_notes): Move to flow.c
21236 (new_insn_dead_notes): Likewise.
21237 (update_n_sets): Likewise.
21238 (update_flow_info): Move to flow.c, renamed to update_life_info;
21239 extend to handle multiple source insns.
21240 * flow.c: Include resource.h
21241 (unlink_insn_chain): New.
21242 (split_hard_reg_notes): New.
21243 (maybe_add_dead_note): New.
21244 (maybe_add_dead_note_use): New.
21245 (find_insn_with_note): New.
21246 (new_insn_dead_notes): New.
21247 (update_n_sets): New.
21248 (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
21249 (maybe_remove_dead_notes): New.
21250 (update_life_info): New.
21251 (prepend_reg_notes): New.
21252 (replace_insns): New.
21253 * output.h (update_life_info): Declare.
21254 * recog.c (split_block_insns): Use update_life_info.
21255 * resource.c (find_free_register): Use reg_alloc_order, don't use
21256 fixed regs, make sure the mode is supported, don't use new regs.
21258 * rtl.h (replace_insns): Declare.
21260 Tue Aug 24 13:48:39 1999 Nathan Sidwell <nathan@acm.org>
21262 * expr.c (expand_expr): Cope with COND_EXPRs with one
21263 non-returning branch.
21265 Mon Aug 23 22:28:16 1999 Mark Mitchell <mark@codesourcery.com>
21267 * expr.c (store_expr): Always pass down the target, even when not
21270 1999-08-24 Nick Clifton <nickc@cygnus.com>
21272 * configure.in: Define target_cpu_default for v850 targets.
21273 * configure: Regenerate
21275 * config/v850/v850.h (TARGET_CPU_generic): Define.
21276 (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
21277 addresses are 4 byte aligned.
21279 * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
21282 Tue Aug 24 09:32:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21284 * genattr.c (function_unit_desc): Constify a char*. Add prototype.
21285 (main): Add prototypes.
21287 * genattrtab.c (substitute_address, write_const_num_delay_slots,
21288 attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
21289 (write_attr_get): Emit prototypes along with function definition.
21290 (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
21291 (write_complex_function): Emit static prototype along with
21292 function definition.
21294 * genemit.c (gen_split): Emit prototypes along with function
21297 * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
21298 Likewise for predicates and `insn_operand_predicate'.
21299 (process_template): Emit static prototype along with function
21302 * genrecog.c (make_insn_sequence): Constify a char*. Add
21303 prototypes for get_split_*().
21304 (write_subroutine): Emit prototypes along with function
21307 Tue Aug 24 12:35:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21309 * gcse.c (find_avail_set): Follow chains of register-register copies.
21310 Use oprs_not_set_p to guarantee that the returned value can be
21312 (cprop_insn): Don't verify the return value of find_avail_set with
21315 * gcse.c (cprop_jump): New function, broken out of cprop_insn.
21316 (cprop_cc0_jump): New function.
21317 (cprop_insn): Break out new function cprop_jump and use it.
21318 Also use cprop_cc0_jump for machines with CC0.
21319 (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
21321 * tree.h (current_function_calls_setjmp,
21322 current_function_calls_longjmp): Delete declarations.
21323 * dsp16xx.c: Include "function.h".
21324 * elxsi.c: Likewise.
21325 * gmicro.c: Likewise.
21326 * h8300.c: Likewise.
21327 * i370.c: Likewise.
21328 * m32r.c: Likewise.
21329 * mn10200.c: Likewise.
21330 * mn10300.c: Likewise.
21331 * ns32k.c: Likewise.
21332 * spur.c: Likewise.
21333 * v850.c: Likewise.
21335 * rtl.h (rtx_equal_function_value_matters): Declare.
21336 * toplev.c (rtx_equal_function_value_matters): Don't declare.
21338 * function.c: Likewise.
21339 * emit-rtl.c: Likewise.
21341 Tue Aug 24 02:47:44 1999 Jeffrey A Law (law@cygnus.com)
21343 * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
21346 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
21348 * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
21351 Mon Aug 23 23:35:52 1999 Matthias Klose <doko@cs.tu-berlin.de>
21353 * cpp.texi: Add a node documenting macro varargs (copied
21356 1999-08-23 22:23 -0700 Zack Weinberg <zack@bitmover.com>
21358 * cppspec.c: Put a null pointer at the end of the new argv.
21360 Mon Aug 23 21:23:24 1999 Jeffrey A Law (law@cygnus.com)
21362 * configure.in: Remove code to select/de-select the haifa
21363 scheduler. Every scheduled port gets haifa now.
21364 * configure: Rebuilt.
21365 * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
21367 * Makefile.in: Corresponding changes.
21369 Mon Aug 23 16:04:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21371 * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
21372 All callers changed.
21373 (prepare_float_lib_cmp): Likewise.
21374 Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
21375 * expr.h (emit_float_lib_cmp): Delete declaration.
21376 * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
21377 * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
21378 * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
21380 (cmptf): Now conditional on TARGET_HARD_QUAD.
21382 Fri Aug 20 17:52:27 1999 Jim Wilson <wilson@cygnus.com>
21384 * resource.c (mark_target_live_regs): Use
21385 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
21387 Fri Aug 20 19:07:55 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21389 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
21391 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
21393 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
21395 Fri Aug 20 18:53:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21397 * rtl.h (rtx_format): Constify a char*.
21399 * rtl.c (rtx_format): Likewise.
21400 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
21401 (init_rtl): Use accessor macro, not `rtx_format'.
21403 * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
21406 * caller-save.c (mark_referenced_regs): Likewise.
21408 * combine.c (subst, make_compound_operation, known_cond,
21409 gen_rtx_combine, update_table_tick, get_last_value_validate,
21410 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
21412 * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
21413 refers_to_p, canon_reg, fold_rtx, cse_process_notes,
21414 count_reg_usage): Likewise.
21416 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
21419 * final.c (leaf_renumber_regs_insn): Likewise.
21421 * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
21422 dump_edge_info, count_reg_references): Likewise.
21424 * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
21425 fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
21428 * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
21429 oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
21430 add_label_notes): Likewise.
21432 * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
21433 clear_struct_flag, count_sub_rtxs, count_alternatives,
21434 compares_alternatives_p, contained_in_p, walk_attr_value,
21435 write_expr_attr_cache): Likewise.
21437 * genconfig.c (walk_insn_part): Likewise.
21439 * genemit.c (max_operand_1, gen_exp): Likewise.
21441 * genextract.c (walk_rtx): Likewise.
21443 * genflags.c (num_operands): Likewise.
21445 * genoutput.c (scan_operands): Likewise.
21447 * genpeep.c (match_rtx): Likewise.
21449 * genrecog.c (add_to_sequence): Likewise.
21451 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
21454 * integrate.c (save_constants, copy_for_inline,
21455 copy_rtx_and_substitute, subst_constants, restore_constants):
21458 * jump.c (mark_jump_label, invert_exp, redirect_exp,
21459 rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
21461 * local-alloc.c (contains_replace_regs, memref_referenced_p):
21464 * loop.c (record_excess_regs, rtx_equal_for_loop_p,
21465 add_label_notes, replace_call_address, count_nonfixed_reads,
21466 invariant_p, find_single_use_in_loop, find_mem_givs,
21467 find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
21470 * print-rtl.c (reg_names, print_rtx): Likewise.
21472 * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
21474 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
21475 record_reg_life_pat, swap_rtx_condition, goto_block_pat,
21476 print_blocks): Likewise.
21478 * regclass.c (fix_register, record_address_regs,
21479 reg_scan_mark_refs): Likewise.
21481 * regmove.c (stable_but_for_p): Likewise.
21483 * reload.c (loc_mentioned_in_p, operands_match_p,
21484 find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
21485 copy_replacements, refers_to_regno_for_reload_p,
21486 refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
21487 reload_when_needed_name, reg_class_names, debug_reload_to_stream):
21490 * reload1.c (eliminate_regs, scan_paradoxical_subregs,
21491 delete_address_reloads_1, count_occurrences,
21492 reload_cse_mem_conflict_p, reload_combine_note_use,
21493 add_auto_inc_notes): Likewise.
21495 * resource.c (mark_referenced_resources, mark_set_resources):
21498 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
21499 reg_mentioned_p, regs_set_between_p, modified_between_p,
21500 modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
21501 rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
21502 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
21503 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
21505 * sched.c (sched_analyze_2, attach_deaths): Likewise.
21507 * stupid.c (stupid_mark_refs): Likewise.
21509 * unroll.c (remap_split_bivs): Likewise.
21511 * varasm.c (mark_constants): Likewise.
21513 * a29k/a29k.c (uses_local_reg_p): Likewise.
21515 * alpha/alpha.c (summarize_insn): Likewise.
21517 * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
21518 eliminate_lr2ip): Likewise.
21520 * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
21522 * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
21523 reg_mentioned_in_mem): Likewise.
21525 * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
21526 symbolic_reference_mentioned_p): Likewise.
21528 * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
21530 * sh/sh.c (regs_used, mark_use): Likewise.
21532 * vax/vax.c (vax_rtx_cost): Likewise.
21534 Fri Aug 20 18:38:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21536 * machmode.h (mode_name): Constify a char*.
21538 * rtl.c (mode_name): Likewise.
21540 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
21542 * optabs.c (init_libfuncs): Constify a char*.
21544 * print-tree.c (mode_name): Remove redundant declaration.
21545 (print_node): Use accessor macro, not `mode_name'.
21547 * reload1.c (dump_needs): Constify a char*. Use accessor macro,
21549 (new_spill_reg): Constify a char*.
21551 * tree.c (mode_name): Remove redundant declaration.
21553 Fri Aug 20 18:31:26 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21555 * rtl.c (rtx_name): Constify a char*.
21557 * rtl.h (rtx_name, fix_sched_param): Likewise.
21559 * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
21560 (mypr): Use accessor macro, not `rtx_name'.
21562 * genemit.c (print_code): Constify a char*.
21564 * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
21566 * genpeep.c (print_code): Constify a char*.
21568 * genrecog.c (print_code): Likewise.
21570 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
21571 end_bb): Add static prototype.
21572 (draw_edge): Constify a char*.
21573 (end_bb): Remove unused parameter.
21575 * haifa-sched.c (fix_sched_param, safe_concat, print_exp
21576 print_block_visualization): Constify a char*.
21578 Fri Aug 20 15:02:10 1999 Mark Mitchell <mark@codesourcery.com>
21580 * c-common.c (c_get_alias_set): Update comment.
21582 1999-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
21584 * linux.h (LIB_SPEC): Added.
21586 Fri Aug 20 22:32:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
21588 * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
21590 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
21592 * tree.c (expr_check): Fix typo in last change.
21594 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
21596 * rtl.def (NOTE): Change format to "iuu0n".
21597 (ADDR_DIFF_VEC): Change format to "eEee0".
21598 (ADDRESSOF): Change format to "eit".
21600 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
21601 (RTVEC_ELT): Change to match.
21602 (XVECEXP): Use XVEC and RTVEC_ELT.
21603 (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
21604 ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
21605 (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
21606 CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
21607 TRAP_CONDITION, TRAP_CODE): Use XEXP.
21608 (INTVAL): Use XWINT.
21609 (ADDRESSOF_DECL): Use XTREE.
21610 (SET_ADDRESSOF_DECL): Delete.
21611 (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
21612 NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill. These have been
21613 ifdefed out since 2.6 at least.
21614 (gen_rtvec_vv): Delete prototype.
21616 * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
21618 (copy_most_rtx): Handle 't' format letter.
21619 * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
21620 (gen_rtvec_vv): Delete function. All callers changed to use
21621 gen_rtvec_v instead.
21622 * print-rtl.c (print_rtx): Move special casing of NOTEs to
21623 the '0' format letter.
21625 * function.c (gen_mem_addressof): Don't use
21626 SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
21628 * integrate.c (copy_rtx_and_substitute): Likewise.
21629 Copy 't' slots with XTREE.
21630 (subst_constants): Treat 't' slots like '[swi]' slots.
21631 * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
21632 * jump.c (rtx_equal_for_thread_p): Likewise.
21633 * rtlanal.c (rtx_equal_p): Likewise.
21634 * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
21635 only four arguments.
21636 * gengenrtl.c (type_from_format): Provide correct types for
21640 * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
21641 If a recent gcc is in use (always in stage2 and beyond), use
21642 statement expressions, so we don't make a function call unless
21643 the check fails. Evaluate arguments exactly once.
21644 (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
21645 TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
21647 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
21648 they evaluate their arguments exactly once, irrespective of
21649 the compiler in use.
21651 * tree.c [ENABLE_CHECKING]: Define whichever set of functions
21652 is used by the currently-enabled check macros. This is:
21653 (tree_check_failed, tree_class_check_failed): For gcc.
21654 (tree_check, tree_class_check, cst_or_constructor_check,
21655 expr_check): For other compilers.
21657 * gencheck.c: Do not define any *_CHECK1 macros.
21659 Thu Aug 19 14:42:38 1999 Mike Stump <mrs@wrs.com>
21660 Mark Mitchell <mark@codesourcery.com>
21662 * c-common.c (c_get_alias_set): Fix support for poitners and
21665 Thu Aug 19 11:51:22 EDT 1999 John Wehle (john@feith.com)
21667 * alias.c: Include tree.h.
21668 (nonlocal_reference_p, mark_constant_function): New functions.
21669 * flow.c (life_analysis): Call mark_constant_function.
21670 * rtl.h (mark_constant_function): Declare it.
21672 Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
21674 * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
21675 unrecognisable switches.
21677 Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
21679 * loop.c (recombine_givs): Set ix field after sorting.
21680 (recombine_givs): Remove bogus index / giv lockstep looping.
21682 Wed Aug 18 18:20:40 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21684 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
21686 (emit_store_flag_force): Use do_compare_rtx_and_jump.
21687 (do_cmp_and_jump): Formatting fixes.
21688 * expr.c (do_compare_and_jump): Renamed from compare; changed to call
21689 do_compare_rtx_and_jump instead of compare_from_rtx.
21690 (do_compare_rtx_and_jump): New function; mostly copied from
21692 (do_jump_for_compare): Delete.
21693 (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
21695 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
21696 of compare/do_jump_for_compare pairs.
21697 (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
21698 (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
21699 compare_from_rtx/do_jump_for_compare pairs.
21700 (do_jump_by_parts_equality): Likewise.
21701 (do_jump_by_parts_equality_rtx): Likewise.
21702 * expr.h (do_compare_rtx_and_jump): Declare.
21703 * optabs.c (prepare_cmp_insn): New function, contains most of the code
21704 that used to be in emit_cmp_insn.
21705 (cmp_available_p): New function.
21706 (prepare_operand): New function.
21707 (emit_cmp_and_jump_insn_1): New function, contains some code that used
21708 to be in emit_cmp_insn.
21709 (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
21710 parameters to be pointers; don't emit final compare but modify some of
21711 the values pointed to by the args so the caller can perform the
21712 correct comparison.
21713 (expand_binop): Call emit_store_flag_force with signed forms of
21715 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
21716 emit_jump_insn pair.
21717 (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
21718 emit_cmp_and_jump_insn_1. Call emit_queue.
21719 (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
21721 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
21722 jump sets cc0 before deleting it.
21723 * integrate.c (expand_inline_function): Likewise.
21724 * unroll.c (unroll_loop): Similar changes in several places.
21725 (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
21726 before deleting it.
21728 Wed Aug 18 06:37:44 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21730 * Makefile.in (insn-recog.o): Update dependencies.
21731 * genrecog.c (main): Make generated file include "function.h".
21733 Sat Aug 14 00:54:57 1999 Geoffrey Keating <geoffk@cygnus.com>
21735 * cse.c (cse_insn): Call never_reached_warning when a jump is
21736 changed to be unconditional.
21737 * flags.h: Declare warn_notreached.
21738 * flow.c (delete_block): Call never_reached_warning when
21739 a block is deleted.
21740 * jump.c (delete_barrier_successors): Call never_reached_warning
21741 when we delete everything after a BARRIER.
21742 (never_reached_warning): New function.
21743 * rtl.h: Declare never_reached_warning.
21744 * toplev.c (warn_notreached): New variable.
21745 (lang_independent_options): Set warn_notreached
21746 when -Wunreachable-code.
21747 (compile_file): We need line numbers for -Wunreachable-code.
21749 Tue Aug 17 22:06:11 1999 Jan Hubicka <hubicka@freesoft.cz>
21751 * haifa-sched.c (insn_unit): Fix typo on out of range test.
21752 * sched.c (insn_unit): Likewise.
21754 Tue Aug 17 21:57:23 1999 Andreas Schwab <schwab@suse.de>
21756 * combine.c (distribute_notes): Handle REG_EH_RETHROW.
21758 Tue Aug 17 17:39:43 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21760 * flow.c (create_edge_list): Use xmalloc, not malloc.
21762 Tue Aug 17 01:40:54 1999 Loren Rittle <ljrittle@acm.org>
21764 * fixinc/inclhack.def (no_double_slash): Do not trash single-line
21765 C-style comments. Do not lose the character before double slash.
21767 Mon Aug 16 18:08:22 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21769 * basic-block.h (struct edge_list): Stucture to maintain a vector
21771 (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
21772 INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
21773 (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
21774 New function prototypes.
21775 * flow.c (create_edge_list): Function to create an edge list.
21776 (free_edge_list): Discards memory used by an edge list.
21777 (print_edge_list): Debug output showing an edge list.
21778 (verify_edge_list): Internal consistency check for an edge list.
21779 (find_edge_index): Function to find an edge index for a pred and succ.
21781 Mon Aug 16 11:56:36 1999 Mark Mitchell <mark@codesourcery.com>
21783 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
21786 Mon Aug 16 17:04:15 1999 Jorn Rennecke <amylaar@cygnus.co.uk>
21788 * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
21790 Fri Aug 13 15:20:43 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
21792 * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
21794 Fri Aug 13 10:21:28 1999 Nick Clifton <nickc@cygnus.com>
21796 * toplev.c (rest_of_compilation): Allow machine dependent
21797 reorganisation pass to place information into the RTL dump
21798 file if it so wishes.
21800 Sun Aug 15 12:41:21 1999 Jim Wilson <wilson@cygnus.com>
21802 * explow.c (hard_function_value): Use VOIDmode instead of
21804 * stmt.c (expand_return): Likewise.
21805 * stor-layout.c (get_best_mode): Likewise.
21807 * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
21808 emit call instead of emit_insn call.
21810 Sat Aug 14 15:04:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
21812 * configure.in: Handle --disable/enable-win32-registry.
21813 * install.texi: Document --disable/enable-win32-registry.
21814 * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
21815 (WIN32_REGISTRY_KEY): New macro.
21816 * prefix.c: Use to enable/disable win32-specific code.
21817 (lookup_key): Use versioned key.
21818 * configure: Regenerate.
21819 * config.in: Likewise.
21821 Fri Aug 13 17:41:55 1999 Jason Merrill <jason@yorick.cygnus.com>
21823 * cpplib.c (read_line_number): New fn, split out of...
21826 Fri Aug 13 14:18:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
21828 tree.c (lang_unsave_expr_now) : New.
21829 (unsave_expr_now): Call lang_unsave_expr_now.
21830 tree.h (lang_unsave_expr_now) : New.
21832 Fri Aug 13 00:49:46 1999 Jason Merrill <jason@yorick.cygnus.com>
21834 * toplev.c (flag_new_exceptions): On by default.
21836 1999-08-13 Michael Meissner <meissner@cygnus.com>
21838 * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
21840 Fri Aug 13 01:29:57 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
21842 * dwarfout.c (fundamental_type_code): Return FT_boolean for
21843 INTEGER_TYPE with precision==1, it's __java_boolean.
21845 Thu Aug 12 23:51:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
21847 * global.c (prune_preferences): Move some invariants out of the
21850 Thu Aug 12 15:30:29 1999 Jesse Perry (jap@unx.dec.com)
21852 * configure.in (alpha*-dec-osf*): Add osf5.
21854 Sun Aug 1 22:24:03 1999 Philip Blundell <philb@gnu.org>
21856 * configure.in: Rework handling of ARM GNU/Linux slightly.
21857 (arm*-*-linux-gnuoldld): New target.
21858 * configure: Regenerate.
21859 * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
21860 arm-*-elf. Mention that arm-*-linux-gnuaout is obsolete.
21861 * config/arm/linux-oldld.h: New file.
21862 * config/arm/linux-elf26.h: Don't include linux-elf.h.
21863 (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
21865 * config/arm/linux-elf.h (ASM_SPEC): Define.
21866 (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
21867 SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
21868 for 26-bit APCS and old linker.
21869 (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
21871 (FP_DEFAULT): Define to FP_SOFT3 for all machines.
21872 * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
21873 don't define `arm' or `arm_elf'.
21874 * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
21875 MULTILIB_DIRNAMES): Define. Fix typo in comment.
21877 Thu Aug 12 10:14:47 1999 Andreas Schwab <schwab@suse.de>
21879 * rtl.texi: Fix typo.
21881 Wed Aug 11 23:50:57 1999 Jason Merrill <jason@yorick.cygnus.com>
21883 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
21885 Wed Aug 11 12:59:37 1999 Mark Mitchell <mark@codesourcery.com>
21887 * extend.texi (C++ Signatures): Remove node.
21888 * invoke.texi: Remove discussion of -fhandle-signatures,
21889 signature, sigof, __signature__, and __sigof__.
21891 Wed Aug 11 03:38:25 1999 Jeffrey A Law (law@cygnus.com)
21893 * Makefile.in (JAVAGC): Removed.
21895 Wed Aug 11 02:13:26 1999 Mumit Khan <khan@xraylith.wisc.edu>
21897 * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
21899 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
21901 * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
21903 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
21905 * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
21906 a register that is already known to be a pointer.
21908 1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
21910 * fixinc/inclhack.tpl: Only install assert.h conditionally.
21911 * fixinc/inclhack.sh: Regenerated.
21912 * fixinc/fixincl.sh: Regenerated.
21914 Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
21916 * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
21917 Fix documentation of -ansi flag to describe its C++ behavior.
21918 Remove bogus reference to GCC 2.9.
21920 Tue Aug 10 17:19:02 1999 Jim Wilson <wilson@cygnus.com>
21922 * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
21923 note if it is non-NULL.
21925 Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21927 * except.h (eh_nesting_info): Add new structure defintion.
21928 (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
21929 (reachable_handlers, update_rethrow_references): Add function
21931 * rtl.h (struct rtvec_def): Update comments. REG_EH_RETHROW takes
21932 a rethrow symbol instead of an integer exception region number.
21933 * flow.c (Make_edges): Use new exception nesting routines to determine
21934 which handlers are reachable from a CALL or asynchronous insn.
21935 Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
21937 (delete_eh_regions): Update rethrow labels, and don't delete
21938 regions which are the target of a rethrow.
21939 * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
21940 avoid overloading the SYMBOL_REF_USED flag.
21941 (rethrow_symbol_map): Use new rethrow_ref field.
21942 (rethrow_used): Use new rethrow_ref field.
21943 (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
21944 of an integer. Fix formatting.
21945 (output_exception_table_entry): Use new rethrow_ref field.
21946 (can_throw): Check for EH_REGION_NOTE before deciding
21947 whether a CALL can throw or not.
21948 (scan_region): Call rethrow_used() instead of accessing data structure.
21949 (update_rethrow_references): New function to make sure only regions
21950 which are still targets of a rethrow are flagged as such.
21951 (process_nestinfo): New static function to initialize a handler
21952 list for a specific region.
21953 (init_eh_nesting_info): New function to allocate and initialize
21954 the list of all EH handlers reachable from all regions.
21955 (reachable_handlers): New function to retrieve the list of handlers
21956 reachable from a specific region and insn.
21957 (free_eh_nesting_info): New function to dispose of a list of
21958 reachable handlers.
21960 Tue Aug 10 10:39:31 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
21962 * flow.c (split_edge): Set JUMP_LABEL field.
21963 (commit_one_edge_insertion): Set head correctly for insert_before.
21964 When inserting insns, update insn block numbers if allocated.
21966 Tue Aug 10 09:26:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21968 * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
21969 retry_incomplete_types): Add static prototype.
21970 (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
21971 dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
21972 dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
21973 dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
21974 dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
21977 * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
21978 dwarf2out_start_source_file, dwarf2out_line): Likewise.
21980 Tue Aug 10 09:21:46 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21982 * output.h (assemble_name): Constify a char*.
21984 * varasm.c (UNIQUE_SECTION, assemble_start_function,
21985 assemble_variable, assemble_name): Likewise.
21987 * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
21989 * arm/pe.c (arm_pe_unique_section): Likewise.
21991 * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
21993 * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
21995 * i386/interix.c (i386_pe_unique_section): Likewise.
21997 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
21999 * i386/winnt.c (i386_pe_unique_section): Likewise.
22001 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22003 * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22005 * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22007 * pa/pa.c (output_call): Likewise.
22009 * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22011 * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22013 * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22016 * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22019 * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22021 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22022 STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22024 * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22026 Mon Aug 9 19:54:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22028 * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22030 Mon Aug 9 19:36:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22032 * tree.h (lang_identify): Constify a char*.
22033 (print_error_function): Add extern prototype. Constify a char*.
22035 * c-lang.c (lang_identify): Constify a char*.
22037 * objc/objc-act.c (lang_identify): Constify a char*.
22039 Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22041 * genpeep.c (main): Make generated file include "function.h".
22042 * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22044 Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22046 * Makefile.in: Update dependencies.
22047 * alias.c: Include "function.h"
22048 * c-decl.c: Likewise.
22049 * caller-save.c: Likewise.
22050 * calls.c: Likewise.
22051 * combine.c: Likewise.
22053 * explow.c: Likewise.
22054 * final.c: Likewise.
22055 * global.c: Likewise.
22056 * graph.c: Likewise.
22057 * local-alloc.c: Likewise.
22058 * loop.c: Likewise.
22059 * optabs.c: Likewise.
22060 * profile.c: Likewise.
22061 * recog.c: Likewise.
22062 * regclass.c: Likewise.
22063 * regmove.c: Likewise.
22064 * reload.c: Likewise.
22065 * reorg.c: Likewise.
22066 * resource.c: Likewise.
22067 * sched.c: Likewise.
22068 * stupid.c: Likewise.
22069 * config/1750a/1750a.c: Likewise.
22070 * config/a29k/a29k.c: Likewise.
22071 * config/arc/arc.c: Likewise.
22072 * config/arm/arm.c: Likewise.
22073 * config/arm/thumb.c: Likewise.
22074 * config/c4x/c4x.c: Likewise.
22075 * config/clipper/clipper.c: Likewise.
22076 * config/convex/convex.c: Likewise.
22077 * config/fx80/fx80.c: Likewise.
22078 * config/i860/i860.c: Likewise.
22079 * config/m68k/m68k.c: Likewise.
22080 * config/m88k/m88k.c: Likewise.
22081 * config/mips/mips.c: Likewise.
22082 * config/pdp11/pdp11.c: Likewise.
22083 * config/pyr/pyr.c: Likewise.
22084 * config/romp/romp.c: Likewise.
22085 * config/sh/sh.c: Likewise.
22086 * config/tahoe/tahoe.c: Likewise.
22087 * config/vax/vax.c: Likewise.
22088 * config/we32k/we32k.c: Likewise.
22089 * config/sparc/sparc.c: Include "function.h".
22090 (mem_min_alignment): Test current_function rather than
22091 regno_pointer_align.
22092 * config/pa/pa.c: Likewise.
22093 (compute_frame_size): Delete declaration of
22094 current_function_outgoing_args_size.
22095 * config/arc/arc.h (current_function_varargs): Delete declaration.
22096 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
22098 * config/i370/i370.h (current_function_outgoing_args_size): Delete
22100 * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
22101 current_function_uses_pic_offset_table.
22102 * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
22103 of current_function_returns_pointer.
22104 * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22105 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22106 * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22107 * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22108 * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22109 * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
22110 * config/m88k/m88k.c: Include "function.h"
22111 (call_used_regs, current_function_pretend_args_size,
22112 current_function_outgoing_args_size, frame_pointer_needed): Delete
22114 * config/m88k/m88k.h (current_function_pretend_args_size): Delete
22116 * config/mips/mips.h (current_function_calls_alloca): Delete
22118 * config/mn10200/mn10200.h (current_function_needs_context,
22119 rtx_equal_function_value_matters): Delete declarations.
22120 * config/ns32k/ns32k (current_function_uses_pic_offset_table,
22121 flag_pic): Delete declarations.
22122 * config/pa/pa.h (current_function_pretend_args_size,
22123 current_function_decl): Delete declarations.
22124 * config/pa/som.h (current_function_varargs): Delete declaration.
22125 * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
22127 * config/pyr/pyr.h (current_function_pretend_args_size,
22128 current_function_args_size, current_function_calls_alloca): Delete
22130 * config/sh/sh.h (current_function_varargs): Delete declaration.
22131 * config/sparc/sparc.h (current_function_outgoing_args_size,
22132 current_function_calls_alloca, current_function_decl): Delete
22134 * config/spur/spur.h (current_function_pretend_args_size,
22135 current_function_calls_alloca): Delete declarations.
22136 * config/v850/v850.c (current_function_outgoing_args_size): Delete
22138 * config/vax/vms.h (current_function_name): Delete declaration.
22139 * gcse.c: Include "function.h".
22140 (current_function_name, current_function_calls_setjmp): Delete
22142 * haifa-sched.c: Include "function.h".
22143 (forced_labels): Delete declaration.
22144 * jump.c: Likewise.
22145 * reg-stack.c: Likewise.
22146 * reload1.c: Likewise.
22147 * genemit.c (main): Make generated file include function.h.
22148 * genoutput.c (output_prologue): Likewise.
22150 * builtins.c (saveregs_value, apply_args_value): Delete variables.
22151 * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
22152 sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
22153 regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
22154 regno_reg_rtx, sequence_stack): Delete variables. Add accessor
22155 macros for some of them.
22156 (emit_filename, emit_lineno): Delete declarations.
22157 (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy. Access
22158 regno_pointer_* variables through current_function.
22159 (gen_inline_header_rtx): Delete function.
22160 (save_emit_status): Delete function.
22161 (set_new_last_label_num): New function.
22162 (clear_emit_caches): New function.
22163 (restore_emit_status): Just clear last_labelnum and call
22165 (get_last_insn_anywhere): Variable sequence_stack is now accessed
22166 through macro seq_stack.
22167 (add_insn_after): Likewise.
22168 (add_insn_before): Likewise.
22169 (remove_insn): Likewise.
22170 (pop_topmost_sequence): Likewise.
22171 (in_sequence_p): Likewise.
22172 (start_sequence_for_rtl_expr): Likewise.
22173 (start_sequence): Likewise, and likewise for
22174 sequence_rtl_expr/seq_rtl_expr.
22175 (push_topmost_sequence): Likewise.
22176 (end_sequence): Likewise.
22177 (init_virtual_regs): Now takes a "struct emit_status *" argument.
22178 All callers changed. Store into that pointer instead of globals.
22179 (init_emit): Allocate emit elt of current_function.
22180 Changes for sequence_rtl_expr/sequence_stack renaming.
22181 Call clear_emit_caches instead of doing it in-line.
22182 Access regno_pointer_* variables through current_function.
22183 (init_emit_once) Don't clear sequence_stack.
22185 * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
22187 (arg_pointer_save_area): Delete declaration.
22188 (finish_expr_for_function): Renamed from init_queue; no longer static.
22189 (init_expr): Don't call init_queue.
22190 (save_expr_status, restore_expr_status): Delete functions.
22191 (expand_expr): Changes to reflect new layout of struct function.
22192 Don't access current_function_check_memory_usage when current_function
22194 * expr.h (forced_labels, save_expr_regs, saveregs_value,
22195 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
22196 current_function_outgoing_args_size, current_function_arg_offset_rtx,
22197 current_function_uses_const_pool, function_call_count,
22198 current_function_uses_pic_offset_table, nonlocal_labels,
22199 current_function_internal_arg_pointer, nonlocal_goto_stack_level,
22200 current_function_check_memory_usage, nonlocal_goto_handler_slots,
22201 pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
22203 (finish_expr_for_function): Declare.
22204 * flags.h (current_function_has_nonlocal_label,
22205 current_function_has_nonlocal_goto, current_function_is_thunk,
22206 current_function_has_computed_jump): Delete declarations.
22207 * flow.c (forced_labels): Delete declaration.
22208 * function.c (current_function_pops_args,
22209 current_function_returns_struct, current_function_returns_pcc_struct,
22210 current_function_needs_context, current_function_calls_setjmp,
22211 current_function_calls_longjmp, current_function_has_nonlocal_label,
22212 current_function_has_nonlocal_goto, current_function_is_thunk,
22213 current_function_has_computed_jump, current_function_calls_alloca,
22214 current_function_contains_functions, current_function_returns_pointer,
22215 current_function_epilogue_delay_list, current_function_args_size,
22216 current_function_pretend_args_size, current_function_arg_offset_rtx,
22217 current_function_outgoing_args_size, current_function_varargs,
22218 current_function_stdarg, current_function_args_info, cleanup_label,
22219 current_function_name, current_function_uses_const_pool,
22220 current_function_instrument_entry_exit, current_function_return_rtx,
22221 current_function_uses_pic_offset_table, nonlocal_labels,
22222 current_function_internal_arg_pointer, current_function_cannot_inline,
22223 current_function_check_memory_usage, function_call_count,
22224 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
22225 nonlocal_goto_stack_level, return_label, save_expr_regs,
22226 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
22227 tail_recursion_reentry, arg_pointer_save_area, frame_offset,
22228 context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
22229 last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
22230 temp_slot_level, var_temp_slot_level, target_temp_slot_level):
22232 (push_function_context_to): Don't save them. Don't call
22233 save_storage_status, save_emit_status or save_expr_status.
22234 (pop_function_context_from): Don't restore them. Don't call
22235 restore_storage_status or restore_expr_status.
22236 (get_func_frame_size): New function.
22237 (get_frame_size): Use it.
22238 (assign_outer_stack_local): Reflect some member name changes in struct
22240 (put_reg_into_stack): Likewise.
22241 (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
22243 (fixup_var_refs): Likewise.
22244 (fix_lexical_addr): Likewise.
22245 (trampoline_address): Likewise.
22246 (prepare_function_start): Clear field inlinable of current_function.
22247 (init_function_for_compilation): New function.
22248 (expand_dummy_function_end): New function.
22249 (expand_function_end): Call finish_expr_for_function.
22250 * function.h (struct emit_status): New; fields moved here from struct
22251 function and from global variables. Add accessor macros for some of
22253 (struct expr_status): Likewise.
22254 (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
22255 (struct function): Add fields expr and emit, inlinable, inl_emit,
22256 original_arg_vector, original_decl_initial, inl_last_parm_insn,
22257 inl_max_label_num. Add many comments.
22258 Add accessor macros for all elts of struct function that no longer
22259 have a global variable.
22260 (cleanup_label, return_label, frame_offset, tail_recursion_label,
22261 tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
22262 stack_slot_list): Delete declarations.
22263 (get_func_frame_size): Declare.
22264 (save_expr_status, restore_expr_status, save_emit_status,
22265 save_storage_status, restore_storage_status): Delete declarations.
22266 (init_virtual_regs): Declare.
22267 * output.h (current_function_pops_args,
22268 current_function_returns_struct, current_function_returns_pcc_struct,
22269 current_function_needs_context, current_function_calls_setjmp,
22270 current_function_calls_longjmp, current_function_calls_alloca,
22271 current_function_has_nonlocal_label, current_function_varargs,
22272 current_function_has_computed_jump, current_function_returns_pointer,
22273 current_function_contains_functions, current_function_args_size,
22274 current_function_pretend_args_size, current_function_stdarg,
22275 current_function_outgoing_args_size, current_function_args_info,
22276 current_function_name, current_function_return_rtx,
22277 current_function_epilogue_delay_list,
22278 current_function_uses_const_pool, current_function_cannot_inline):
22279 Delete declarations.
22280 * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
22281 regno_reg_rtx): Delete declaration.
22282 (REGNO_POINTER_FLAG): Delete macro.
22283 * stmt.c (expand_goto): Changes to reflect that some fields in struct
22284 function were renamed.
22285 * stor-layout.c (save_storage_status, restore_storage_status): Delete
22287 * toplev.c: Include "function.h".
22288 (current_function_decl): Delete declaration.
22289 (compile_file): Call init_dummy_function_start and
22290 expand_dummy_function_end around some initializations that need to
22292 (rest_of_compilation): Use DECL_SAVED_INSNS properly.
22293 Call init_function_for_compilation.
22294 * unroll.c: Include "function.h"
22295 (unroll_loop): Access regno_pointer_* variables through
22298 * tree.h (struct tree_decl): Add elt f to saved_insns member.
22299 (DECL_SAVED_INSNS): use it.
22300 (expand_dummy_function_end): Declare.
22301 (init_function_for_compilation): Declare.
22302 * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
22303 that it's no longer an INLINE_HEADER.
22304 (expand_call): Likewise.
22305 * integrate.c (finish_inline): Delete function.
22306 (max_parm_reg, parm_reg_stack_loc): Delete declarations.
22307 (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
22308 args. Don't generate an INLINE_HEADER rtx, just return the arg
22309 vector. All callers changed.
22310 (save_for_inline_copying): Create a duplicate struct emit_status to
22311 hold the emit state for compiling the current function. Use this and
22312 the other new fields in struct function that are for integration
22313 instead of an INLINE_HEADER.
22314 Use memcpy instead of bcopy.
22315 Store the current struct function in DECL_SAVED_INSNS of fndecl.
22316 (save_for_inline_nocopy): Similar changes, except no new emit_status
22318 (expand_inline_function): Get information from function structure,
22319 not from an inline header rtx.
22320 (output_inline_function): Lose code to extract the necessary
22321 information from an inline header; simply put back the function
22322 structure into current_function. Clear its inlinable elt.
22323 * rtl.def (INLINE_HEADER): Delete.
22324 * rtl.h: Delete all accessors for an INLINE_HEADER.
22325 (gen_inline_header_rtx): Delete declaration.
22326 (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
22327 Delete declarations.
22328 (REGNO_POINTER_ALIGN): Delete.
22329 (clear_emit_caches): Declare.
22330 (set_new_last_label_num): Declare.
22332 Mon Aug 9 01:52:24 1999 Jason Merrill <jason@yorick.cygnus.com>
22334 * print-tree.c (print_node): Print base for OFFSET_TYPEs.
22336 * except.c (expand_eh_region_start_for_decl): Always start a new block.
22337 * stmt.c (is_eh_region): Make sure current_function is present, too.
22339 Mon Aug 9 01:15:24 1999 Jeffrey A Law (law@cygnus.com)
22341 * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
22342 for 64bit PA targets.
22344 * pa.h (SELECT_SECTION): Define.
22345 * som.h (SELECT_SECTION): Delete.
22347 Sun Aug 8 15:13:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22349 * alias.c (init_alias_analysis): Wrap call to
22350 `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
22352 1999-08-07 Bruce Korb <autogen@linuxbox.com>
22354 * fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
22355 <sys/asm.h> contains an asm comment with an apostrophe
22356 * fixinc/inclhack.sh: regen
22357 * fixinc/fixincl.x: regen
22359 Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
22361 * function.c (init_function_start): Clear prologue & epilogue.
22362 (prologue_epilogue_contains): New function.
22363 * alias.c (init_alias_analysis): Use it.
22364 * rtl.h (prologue_epilogue_contains): Declare it.
22366 Sat Aug 7 19:32:16 1999 Richard Henderson <rth@cygnus.com>
22368 * jump.c (onlyjump_p): New function.
22369 * rtl.h: Declare it.
22370 * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
22371 of condjump_p in calling tidy_fallthru_edge and merge_blocks.
22373 Sat Aug 7 17:09:36 1999 Richard Henderson <rth@cygnus.com>
22375 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
22376 to invert loops. Simplify block scanning.
22378 Sat Aug 7 02:11:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22380 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
22381 (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
22383 1999-08-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
22385 * config/sparc/liteelf.h: New file to support sparclite-elf target
22386 * config/sparc/t-sp86x: New file to support sparc86x targets
22387 * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
22388 * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
22389 * configure.in: Support above target triplets
22390 * configure: Regenerated
22392 Sat Aug 7 01:39:27 1999 Philippe De Muyter <phdm@macqel.be>
22394 * fixinc/server.c (server_setup): Do not prefix function used as
22395 parameter with `&'.
22397 Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
22399 * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
22400 Remove fp reg alternatives.
22402 Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
22404 * Makefiin (TAROUTOPTS): Kill.
22405 (install-headers-tar): Use "xpf" for tar headerfile extraction
22406 * i370/x-oe (TAROUTOPTS): Delete.
22407 * m68k/x-apollo68 (TAROUTOPTS): Delete.
22408 * m68k/x-hp320 (TAROUTOPTS): Delete.
22409 * m68k/x-hp320g (TAROUTOPTS): Delete.
22410 * gcc.texi: Update bug reporting text.
22412 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22414 * reg-stack.c (change_stack) Fixed problem with negative array index.
22416 Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
22418 * extend.texi, install.texi: Fix spelling mistakes.
22420 * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
22421 (s-attrtab); No longer try to use pre-made insn-attrtab file.
22422 * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
22423 PREMADE_ATTRTAB_MD.
22424 * mips/t-ecoff: Likewise.
22425 * mips/t-elf: Likewise.
22426 * mips/t-mips: Likewise.
22427 * mips/t-osfrose: Likewise.
22428 * mips/t-r3900: Likewise.
22429 * mips/t-svr3: Likewise.
22430 * mips/t-svr4: Likewise.
22431 * mips/t-ultrix: Likewise.
22433 * gcc.texi: Document recommend means to provide software floating
22434 point libraries in libgcc.a
22436 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
22438 * c-lex.c (yylex): We can have a number with no digits.
22440 Fri Aug 6 16:53:55 EDT 1999 John Wehle (john@feith.com)
22442 * jump.c (delete_prior_computation): New function, broken
22443 out of delete_computation. Check for side effects with
22444 side_effects_p instead of FIND_REG_INC_NOTE. Handle
22445 multi-word hard registers.
22446 (delete_computation): Use it. Check for side effects with
22447 side_effects_p instead of FIND_REG_INC_NOTE. Synthesize a
22448 missing REG_DEAD note for a register which is both set and
22451 Fri Aug 6 11:05:29 1999 Jeffrey A Law (law@cygnus.com)
22453 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
22454 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
22455 (ASM_FILE_START): Import _mcount with the right type.
22456 (ASM_DECLARE_FUNCTION_NAME): Define.
22457 (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
22458 * pa.c (output_function_prologue): Always emit the function's label
22460 * pa.h (TEXT_SPACE_P): Define.
22461 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
22462 (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
22463 * som.h (TEXT_SPACE_P): Delete.
22464 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
22465 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
22467 Thu Aug 5 19:29:39 1999 Jim Wilson <wilson@cygnus.com>
22469 * expr.c (emit_group_load): Allow src to be a CONCAT.
22471 Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22473 * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
22474 (___mulsi3): Use '!' comment character.
22476 Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22478 * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
22480 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
22482 * gcc.c: Update URLs and mail addresses.
22483 * gcc.texi: Likewise.
22485 Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
22487 * rs6000.c (current_file_function_operand): Return zero for
22489 (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
22491 * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
22494 Thu Aug 5 00:56:30 1999 Geoffrey Keating <geoffk@cygnus.com>
22496 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
22497 allocate space in the stack frame for the PIC register.
22499 Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
22501 * m68k.md (xordi3, anddi3): These patterns are not available on
22504 Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
22506 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
22507 (PUT_REAL): Likewise.
22509 Wed Aug 4 20:45:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22511 * final.c (shorten_branches): Don't add an alignment for loops
22512 that have no label inside.
22514 Wed Aug 4 16:39:24 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22516 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
22517 prototypes in macro HAVE_cmpstrsi.
22519 * cpplib.c (cpp_get_token): Remove unused label `op3'.
22521 * emit-rtl.c (operand_subword): Remove unused variable
22524 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
22526 * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
22528 Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com>
22530 * cpphash.c (macroexpand): Delete leading whitespace when arg
22531 is concatenated before.
22532 (unsafe_chars): Correct test for whether + and - can extend a
22535 * cppinit.c (cpp_start_read): Do dependencies for
22536 -include/-imacros files also.
22538 * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
22539 tokenizing non-directive lines.
22540 (cpp_expand_to_buffer): Temporarily disable no-output mode.
22541 * cppmain.c: In no-output mode, just call cpp_scan_buffer for
22544 Wed Aug 4 12:53:44 1999 Jason Merrill <jason@yorick.cygnus.com>
22546 * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
22548 * c-lex.c: Sync with C++ frontend.
22549 (linemode): New variable.
22550 (parse_float): imag, conversion_errno, and type are output only.
22551 (yylex): Adjust. Move initial '.' case into main switch.
22553 (handle_generic_pragma): Just deal with tokens.
22554 (readescape): Use ISXDIGIT and ISGRAPH.
22555 * c-parse.in: Add END_OF_LINE token.
22557 * c-lex.c (lang_init): Generalize.
22558 (nextchar): Remove. Replace uses with UNGETC.
22559 (skip_white_space): Handle linemode here. Optimize for cpplib.
22560 (skip_white_space_on_line): Remove.
22561 (extend_token_buffer_to): New fn.
22562 (extend_token_buffer): Use it.
22563 (read_line_number, check_newline): Just deal with tokens.
22564 (token_getch, token_put_back): New fns.
22565 (yylex): Use them. More cpplib optimizations. Simplify.
22567 Wed Aug 4 12:53:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
22568 Jason Merrill <jason@yorick.cygnus.com>
22570 * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
22571 (consume_string): Make this smart about USE_CPPLIB.
22572 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
22573 (yylex): Rewrite to be intelligent about USE_CPPLIB.
22574 Also, clean up cases where we redundantly set token_buffer[0].
22575 (read_line_number): New fn.
22576 (ignore_escape_flag): New variable.
22578 Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
22580 * a29k/t-a29kbare: Fix some comments.
22581 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
22582 (FPBIT, DPBIT): Define.
22583 * a29k/t-vx29k: Likewise.
22584 * arc/t-arc: Likewise.
22585 * arm/t-arm-elf: Likewise.
22586 * arm/t-bare: Likewise.
22587 * arm/t-pe: Likewise.
22588 * arm/t-pe-thumb: Likewise.
22589 * arm/t-semi: Likewise.
22590 * arm/t-thumb: Likewise.
22591 * arm/t-thumb-elf: Likewise.
22592 * arm/t-thumb-linux: Likewise.
22593 * h8300/t-h8300: Likewise.
22594 * i960/t-i960: Likewise.
22595 * i960/t-vxworks960: Likewise.
22596 * m32r/t-m32r: Likewise.
22597 * mips/t-ecoff: Likewise.
22598 * mips/t-elf: Likewise.
22599 * mips/t-r3900: Likewise.
22600 * pa/t-pro: Likewise.
22601 * rs6000/t-aix43: Likewise.
22602 * rs6000/t-beos: Likewise.
22603 * rs6000/t-newas: Likewise.
22604 * rs6000/t-ppccomm: Likewise.
22605 * rs6000/t-rs6000: Likewise.
22606 * rs6000/t-winnt: Likewise.
22607 * rs6000/t-xnewas: Likewise.
22608 * rs6000/t-xrs6000: Likewise.
22609 * sh/t-sh: Likewise.
22610 * sparc/t-elf: Likewise.
22611 * sparc/t-sparcbare: Likewise.
22612 * sparc/t-sparclite: Likewise.
22613 * sparc/t-splet: Likewise.
22614 * v850/t-v850: Likewise.
22615 * mn10200/t-mn10200: Fix comments.
22616 * mn10300/t-mn10300: Likewise.
22618 * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
22619 dummy operand. Allocate a new pseudo for the dummy operand.
22620 (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
22622 * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
22624 Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
22626 * configure: Rebuilt.
22627 * configure.in: Removed --enable-java-gc option and JAVAGC subst.
22629 Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
22631 * recog.c (preproces_constraints): Zero recog_op_alt before
22632 processing the constraints.
22634 * arm.c (typedef minipool_node): Renamed from pool_node.
22635 (minipool_vector, minipool_size, minipool_vector_label): Similarly.
22636 (add_minipool_constant): New function.
22637 (dump_minipool): New function.
22638 (find_barrier): Remove special case for getting the insn size of
22639 an insn that references the constant pool.
22640 (minipool_fixup): New structure.
22641 (push_minipool_barrier): New function.
22642 (push_minipool_fix): New function.
22643 (note_invalid_constants): New function.
22644 (add_pool_constant, dump_table, fixit, broken_move): Delete.
22645 (arm_reorg): Rewrite code to fix up the constant pool into a
22646 series of mini-pools embedded in the insn stream.
22647 (arm_output_epilogue): New function, made mainly from the body
22648 of output_func_epilogue.
22649 (output_func_epilogue): Move insn generation part of epilogue code
22650 to arm_output_epilogue.
22651 * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
22652 * arm.md (pool_range): New attribute.
22653 (zero_extendqidi2): Add attribute pool_range.
22654 (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
22655 extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
22656 pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
22657 movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
22658 movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
22659 (epilogue): New expand.
22660 (epilogue_insn): New insn. Call arm_output_epilogue.
22662 * arm.c (arm_poke_function_name): Undo change of July 17. Tidy up.
22663 * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
22665 Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
22667 * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22669 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
22671 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
22673 Wed Aug 4 02:15:32 1999 Richard Henderson <rth@cygnus.com>
22675 * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
22677 Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com>
22679 * global.c: Fix comment.
22681 Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com>
22683 * gcc.c (access_check): New static function.
22684 (find_a_file): Use it when searching a directory list.
22685 * collect2.c (find_a_file): Don't accept directories found when
22686 searching a directory list.
22688 Wed Aug 4 01:40:43 1999 Philippe De Muyter <phdm@macqel.be>
22690 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
22691 function parameters with `&'.
22692 (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
22694 Wed Aug 4 01:08:44 1999 Jeffrey A Law (law@cygnus.com)
22696 * flow.c (delete_unreachable_blocks): Do not call merge_blocks
22697 or tidy_fallthru_edge if the last insn in the block is not
22698 an unconditional jump or a simple conditional jump.
22700 Tue Aug 3 20:21:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22702 * Makefile.in (c-decl.o): Depends on defaults.h.
22704 Tue Aug 3 14:14:52 1999 Jeffrey A Law (law@cygnus.com)
22706 * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
22708 (CLASS_MAX_NREGS): Likewise.
22710 Tue Aug 3 03:51:20 1999 Jeffrey A Law (law@cygnus.com)
22712 * cse.c (cse_insn): Fix dumb thinko in last change.
22714 Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22716 * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
22719 Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
22721 * dwarf2out.c (add_location_or_const_value_attribute): Correct
22722 test for sizes of passed and declared parameter types.
22724 Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22726 * fixincludes: Fix the return type of bsearch, char* -> void*.
22728 * fixinc/inclhack.def: Likewise.
22730 Mon Aug 2 18:29:32 1999 Mark Mitchell <mark@codesourcery.com>
22732 * invoke.texi (-fdump-translation-unit): New option.
22734 Mon Aug 2 17:54:19 1999 Richard Henderson <rth@cygnus.com>
22736 * expr.h (PROMOTE_PROTOTYPES): Move ...
22737 * defaults.h: ... to here.
22738 * c-decl.c: Include defaults.h instead of expr.h.
22739 * c-typeck.c: Include defaults.h.
22741 Mon Aug 2 17:10:24 1999 Mark Mitchell <mark@codesourcery.com>
22743 * toplev.h (errorcount): Declare.
22744 (warningcount): Likewise.
22745 (sorrycount): Likewise.
22746 * c-lex.c (errorcount): Don't declare.
22747 * dwarf2out.c (errorcount): Don't declare.
22749 Mon Aug 2 17:02:08 1999 Jason Merrill <jason@yorick.cygnus.com>
22751 * config/libgloss.h: Add a note discouraging use with ELF.
22752 * configure.in: Don't use libgloss.h for ELF targets.
22753 Always use_collect2 on a.out targets.
22755 Mon Aug 2 16:27:42 1999 Jim Wilson <wilson@cygnus.com>
22757 * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
22758 (force_to_mode, case ASHIFTRT): Add shiftrt label.
22760 Tue Aug 3 00:45:02 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22762 * loop.c (strength_reduce): When doing biv->giv conversion, update
22763 reg note of NEXT->insn.
22765 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
22767 * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
22769 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
22771 * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
22772 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
22773 Ensure expr.h is included.
22774 * c-typecheck.c (convert_arguments): Ditto.
22776 * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
22778 * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
22779 * config/convex/convex.h: Ditto.
22780 * config/dsp16xx/dsp16xx.h: Ditto.
22781 * config/fx80/fx80.h: Ditto.
22782 * config/gmicro/gmicro.h: Ditto.
22783 * config/i370/i370.h: Ditto.
22784 * config/i386/i386.h: Ditto.
22785 * config/m32r/m32r.h: Ditto.
22786 * config/m68k/m68k.h: Ditto.
22787 * config/m88k/m88k.h: Ditto.
22788 * config/mips/mips.h: Ditto.
22789 * config/pa/pa.h: Ditto.
22790 * config/pyr/pyr.h: Ditto.
22791 * config/tahoe/tahoe.h: Ditto.
22792 * config/we32k/we32k.h: Ditto.
22794 * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
22795 based on arch size.
22797 * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
22799 * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
22802 * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
22804 1999-08-02 Richard Henderson <rth@cygnus.com>
22806 * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
22807 for the register spill block.
22808 (m32r_va_arg): New.
22809 * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
22810 (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
22812 * m32r.h (INT8_P): Don't short-cut test with (unsigned).
22813 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
22814 (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
22816 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
22818 * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
22819 MAX_WCHAR_TYPE defined in sparc.h.
22820 * config/sparc/linuxaout.h: Likewise.
22821 * config/sparc/linux64.h: Likewise.
22822 Also default to -mvis if CPU is UltraSPARC.
22824 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
22826 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
22827 (RTX_OK_FOR_OLO10): Likewise.
22828 (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
22829 %lo(), allow it in addresses...
22830 (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
22831 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
22832 does not make sense.
22833 * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
22834 (sparc_output_scratch_registers): New function.
22835 (output_function_prologue, sparc_flat_output_function_prologue): Use
22837 * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
22839 * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
22840 * configure.in: Add check for .register pseudo-op support in as and
22841 check for offsetable %lo().
22842 * acconfig.h: Add templates for the above checks.
22843 * configure: Regenerate.
22845 1999-08-02 Richard Henderson <rth@cygnus.com>
22847 * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
22848 * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
22849 * sparc/sol2.h (TARGET_DEFAULT): Likewise.
22851 Mon Aug 2 23:46:45 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22853 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
22856 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
22858 * config/float-sparc.h: New file.
22859 * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
22860 sparc-*-linux-gnu and sparc64-*-linux*.
22862 1999-08-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22864 * rs6000.c (rs6000_va_list): Type is an array.
22865 (rs6000_va_start): Don't doubly adjust for varargs.
22866 (rs6000_va_arg): Evaluate long long GPR adjustment.
22868 Mon Aug 2 16:15:57 1999 David Edelsohn <edelsohn@gnu.org>
22870 * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
22871 -maix64 and -maix32.
22872 (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
22873 LINK_SPEC): Change appropriately.
22874 * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
22875 (u_short_cint_operand): Likewise.
22876 * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
22878 * rs6000/t-aix43 (MULTILIB): Change to -m64.
22880 * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
22882 Mon Aug 2 16:15:57 1999 Geoff Keating <geoffk@cygnus.com>
22884 * rs6000/rs6000.c (num_insns_constant_wide): Correct
22885 for type promotion.
22886 (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
22887 (non_add_cint_operand): Likewise.
22888 (logical_operand): Likewise.
22889 (non_logical_cint_operand): Likewise.
22890 (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
22891 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
22892 (rs6000_select_rtx_section): Suppress warning.
22893 (small_data_operand): Suppress warning.
22894 (rs6000_got_register): Suppress warning.
22895 * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
22896 type, so `J' is generally the wrong constraint for a SImode value;
22898 (andsi3_internal2): Likewise.
22899 (andsi3_internal3): Likewise.
22900 (iorsi3_internal1): Likewise.
22901 (xorsi3_internal1): Likewise.
22903 (movsf_softfloat): Likewise.
22904 (scc insns): Likewise.
22905 (movsi+2): Preserve sign bits of SImode constant.
22906 (floatsidf2_internal+1): Sign-extend SImode constant correctly.
22907 (movdf+1): Sign-extend properly.
22908 (movdi_32+1): Sign-extend properly.
22909 (scc insns): Sign-extend properly.
22911 * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
22914 1999-08-02 Richard Henderson <rth@cygnus.com>
22916 * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
22917 -mcpu parsing code.
22918 (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
22919 * alpha.md (all fp insns): Likewise.
22921 1999-08-02 Nick Clifton <nickc@cygnus.com>
22923 * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
22926 Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
22928 * pa.c (legitimize_pic_address): Clarify comments. Do not call the
22929 pic_load_label generator directly.
22930 * pa.md (pic_load_label): Clarify comments. Remove modes on operands.
22931 No longer a named pattern.
22933 Mon Aug 2 09:38:10 1999 Nick Clifton <nickc@cygnus.com>
22935 * explow.c (force_reg): Call force_operand if X does not
22936 satisfy general_operand.
22938 Mon Aug 2 01:34:22 1999 Jeffrey A Law (law@cygnus.com)
22940 * fix-header.c (main): When testing for CONTINUED, use string
22941 equality, not pointer equality.
22943 Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
22945 * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
22947 Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
22949 * cse.c (cse_insn): Fix loop which deletes insns after a jump
22950 that has become an unconditional jump.
22952 * m68k.c (output_function_prologue): Fix typo in CPU32 case.
22953 (output_function_epilogue): Similarly.
22955 Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22957 * tree.h (init_dummy_function_start): Declare.
22959 Sun Aug 1 12:55:31 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22961 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
22962 last_expr_type, last_expr_value, block_start_count, block_stack,
22963 stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
22964 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
22965 dynamically in stmt elt of struct function for each function.
22966 (struct nesting): Rename function_call_count elt to n_function_calls,
22967 target_temp_slot_level to block_target_temp_slot_level. All users
22969 (struct stmt_status): New structure definition.
22970 Add many accessor macros for stmt_status elements which previously
22971 were global variables.
22972 (init_stmt_for_function): Allocate stmt elt for current_function.
22973 Reflect that block_start_count was renamed to
22974 current_block_start_count.
22975 (save_stmt_status, restore_stmt_status): Delete functions.
22976 (preserve_subexpressions_p): Don't access loop_stack when outside
22978 (expand_start_bindings): Reflect that block_start_count was renamed to
22979 current_block_start_count.
22980 (expand_fixup): Likewise.
22981 (expand_decl): Don't access block_stack when outside a function.
22982 (expand_decl_cleanup): Likewise.
22983 (expand_dcc_cleanup): Likewise.
22984 (expand_dhc_cleanup): Likewise.
22985 (expand_anon_union_decl): Likewise.
22986 (set_file_and_line_for_stmt): New function.
22987 (in_control_zone_p): New function.
22989 * function.h (struct function): Add new elt stmt.
22990 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
22991 case_stack, nesting_stack, nesting_depth, block_start_count,
22992 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
22993 emit_lineno, goto_fixup_chain.
22994 (save_eh_status, restore_eh_status, save_stmt_status,
22995 restore_stmt_status): Delete declarations.
22996 * function.c (push_function_context_to): Don't call save_stmt_status.
22997 (pop_function_context_to): Don't call restore_stmt_status.
22998 * tree.h (in_control_zone_p): Declare.
22999 * rtl.h (set_file_and_line_for_stmt): Declare.
23001 * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23002 call set_file_and_line_for_stmt.
23004 Thu Jul 31 12:34:45 1999 Joe Buck <jbuck@synopsys.com>
23006 * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23007 Also update copyright.
23009 Sat Jul 31 11:10:07 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23011 * c-pragma.c: Don't include "except.h".
23012 * emit-rtl.c: Likewise.
23013 * stor-layout.c: Likewise.
23014 * tree.c: Likewise.
23015 * varasm.c: Likewise.
23017 * flow.c: Include "function.h".
23018 * tree.h (init_dummy_function_start): Declare new function.
23020 * except.h (struct eh_status): New structure.
23021 (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23023 (eh_return_stub_label, ehstack, catchstack, ehqueue,
23024 catch_clauses, false_label_stack, caught_return_label_stack,
23025 protect_list, current_function_ehc): Add accessor macros for the
23026 corresponding fields in current_function->eh; delete declarations
23027 for all items that used to be declared here.
23028 * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23029 catch_clauses, false_label_stack, caught_return_label_stack,
23030 protect_list, current_function_ehc): Delete variables.
23031 (init_eh_for_function): Allocate current_function->eh.
23032 (save_eh_status, restore_eh_status): Delete functions.
23034 * function.h (struct function): Add fields next_global and eh.
23035 Delete all exception handling related fields.
23036 * function.c (current_function): New variable.
23037 (all_functions): New variable.
23038 (push_function_context_to): Don't allocate a struct function,
23039 use current_function instead. Call init_dummy_function_start when
23040 outside a function. Clear current_function before returning.
23041 (pop_function_context_from): Restore current_function.
23042 Don't free the restored struct function.
23043 (prepare_function_start): New function.
23044 (init_dummy_function_start): New function.
23045 (init_function_start): Break out some code into prepare_function_start
23048 * stmt.c (save_stmt_status): Don't call save_eh_status.
23049 (restore_stmt_status): Don't call restore_eh_status.
23051 * Makefile.in: Update dependencies.
23053 Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
23055 * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23056 of depending on a magic constant value. Update comments.
23057 (hppa_expand_prologue): Similarly.
23059 * pa.md (reload_indi, reload_outdi): Allow any register for the
23060 original reload register.
23062 Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
23064 * cccp.c (print_help): Change marcos to macros.
23066 1999-07-30 Richard Henderson <rth@cygnus.com>
23068 * c-typeck.c (initializer_constant_valid_p): Move ...
23069 * c-common.c (initializer_constant_valid_p): ... here. Use
23070 FOO_TYPE_P instead of tests against TREE_CODE. Allow subtraction
23071 of label addresses.
23072 * c-common.h (initializer_constant_valid_p): Declare.
23073 * c-tree.h (initializer_constant_valid_p): Remove.
23075 Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
23077 * config/i386/sol2-c1.asm: Align the stack.
23078 * config/i386/sol2-gc1.asm: Likewise.
23080 1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
23082 * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
23083 -Asparclite for sparc86x.
23084 (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
23086 (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
23088 Fri Jul 30 14:53:56 1999 Jakub Jelinek <jj@ultra.linux.cz>
23090 * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
23091 the user if using the non-default arch size in BI_ARCH configuration.
23092 * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
23094 * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
23095 Fix patterns so that they actually match.
23096 (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
23097 (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
23098 (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
23100 (mulsidi3): Reflect this in the expand.
23101 (smulsi3_highpart): Only on TARGET_ARCH32.
23102 (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
23103 (const_umulsidi3_sp32): Renamed from const_umulsidi3.
23104 (umulsidi3): Reflect this in the expand.
23105 (umulsi3_highpart): Only on TARGET_ARCH32.
23106 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
23107 don't require g0 to be zero.
23108 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
23109 ({,u}divsi3): New expands.
23110 ({,u}divsi3_sp64): New patterns.
23111 (after lshrdi3_v8plus): Four new patterns to help combiner
23112 optimizing nested mixed mode shifts.
23114 * config/sparc/sparc.c (sparc_override_options): Use deprecated
23115 v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
23116 speed things up. Don't use them by default on plain v9 in 64bit
23117 mode, according to what SPAMv9 sais.
23119 * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
23120 top 32 bits of %[og][0-7] in signal handlers.
23121 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
23123 Fri Jul 30 03:00:41 1999 Jeffrey A Law (law@cygnus.com)
23125 * pa.md (zvdep_imm32): Renamed from zvdep_imm.
23126 (ashlsi3): Corresponding changes.
23128 * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
23130 Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
23132 * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
23134 Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23136 * arm.h (Hint): Delete macro.
23137 Substitute HOST_WIDE_INT for Hint in some prototypes.
23138 * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
23140 Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com>
23142 * builtins.c (expand_builtin_setjmp): Use force_operand to
23143 make sure that the buffer address is in a suitable form to be
23144 passed to force_reg.
23146 Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
23148 * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
23151 Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
23153 * pa.md (indirect_jump): Remove mode from match_operand. Verify
23154 proper mode in the condition string.
23155 (icacheflush, dcacheflush): Remove modes from match_operands.
23157 * pa.c (emit_move_sequence): Always convert scratch_reg to the
23158 proper mode before using it.
23160 * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
23163 * pa.c (store_reg): Do not call add_high_const generator directly.
23164 (load_reg, set_reg_plus_d): Likewise.
23165 * pa.md (add_high_const): No longer a named pattern.
23167 * pa.c (legitimize_address): Consistently use Pmode rather than
23168 SImode. Do not call gen_pic2_highpart directly anymore.
23169 * pa.md (pic2_highpart): No longer a named pattern.
23170 (pic2_lo_sum): Similarly. Reformat to make more readable.
23172 * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
23177 Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23179 * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
23181 Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
23183 * pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
23184 and tag the spill mems.
23185 (hppa_va_start): New.
23186 (hppa_va_arg): New.
23187 * pa.h (EXPAND_BUILTIN_VA_START): New.
23188 (EXPAND_BUILTIN_VA_ARG): New.
23190 Wed Jul 28 11:22:21 1999 Richard Henderson <rth@cygnus.com>
23192 * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
23193 and tag the spill mems.
23194 (mn10300_va_start): New.
23195 (mn10300_va_arg): New.
23196 * mn10300.h (EXPAND_BUILTIN_VA_START): New.
23197 (EXPAND_BUILTIN_VA_ARG): New.
23199 Wed Jul 28 11:20:19 1999 Richard Henderson <rth@cygnus.com>
23201 * mn10200.c (mn10200_va_arg): New.
23202 * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
23204 Wed Jul 28 11:19:06 1999 Richard Henderson <rth@cygnus.com>
23206 * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
23207 rather than play with TREE_INT_CST_LOW.
23209 1999-07-27 Philip Blundell <pb@nexus.co.uk>
23211 * config/arm/telf.h: Include dbxelf.h.
23212 (CPP_PREDEFINES): Only define if not already defined.
23213 (ASM_IDENTIFY_GCC): Likewise.
23214 (SUBTARGET_EXTRA_SECTIONS): Likewise.
23215 (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
23216 * config/arm/thumb.h (LINK_SPEC): Only define if not already
23218 (DBX_DEBUGGING_INFO): Don't define.
23219 * config/arm/linux-telf.h: New file.
23220 * config/arm/linux-tgas.h: New file.
23221 * config/arm/t-thumb-linux: New file.
23222 * config/arm/uclinux-elf.h: New file.
23223 * config/arm/uclinux-telf.h: New file.
23224 * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
23225 thumb-*-uclinux): New targets.
23226 * configure: Regenerate.
23228 Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com)
23230 * pa.md (post_store, pre_load): New expanders.
23231 (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
23232 (post_ldwm, pre_stwm): Make these unnamed patterns since we never
23233 need to directly generate RTL for them.
23234 * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
23237 Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org>
23239 * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
23240 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
23241 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
23242 (secndary_reload_class): Make TARGET_ELF conditional compile.
23243 (print_operand_address): Similar.
23244 (output_toc): Print all values as hex.
23245 (get_issue_rate): Rearrange and add RS64A and PPC630.
23246 * rs6000.h (processor_type): Add RS64A and PPC630.
23247 (PROCESSOR_POWERPC64): New.
23248 (PROMOTE_MODE): Use word_mode.
23249 (RTX_COSTS): Add RS64A and PPC630.
23250 * rs6000.md (scheduling information): Add lmul and ldiv
23251 representing 64-bit integer multiply and divide. Add rs64a and
23252 PPC630 information.
23253 (ashldi3): Add support for "rldic" instruction.
23254 * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
23256 Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com>
23258 * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
23259 instead of V8 for sparclite86x in cpu_table.
23261 Tue Jul 27 17:49:42 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23263 * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
23264 output_file_directive.
23266 Tue Jul 27 03:15:33 1999 Jason Merrill <jason@yorick.cygnus.com>
23268 * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
23269 tree for op1, not the rtl.
23271 Tue Jul 27 00:18:34 1999 Richard Henderson <rth@cygnus.com>
23273 * m88k.c (m88k_builtin_saveregs): Break out the constructor code
23274 to m88k_va_start, leaving only the register spill.
23275 (m88k_build_va_list): New.
23276 (m88k_va_start): New.
23277 (m88k_va_arg): New.
23278 * m88k.h (BUILD_VA_LIST_TYPE): New.
23279 (EXPAND_BUILTIN_VA_START): New.
23280 (EXPAND_BUILTIN_VA_ARG): New.
23282 Mon Jul 26 19:07:11 1999 Geoff Keating <geoffk@cygnus.com>
23284 * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
23285 Rename from expand_builtin_saveregs.
23286 * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
23288 Mon Jul 26 22:52:47 1999 Richard Henderson <rth@cygnus.com>
23290 * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
23291 for the register spill block.
23292 (i960_build_va_list): New.
23293 (i960_va_start): New.
23294 (i960_va_arg): New.
23295 * i960.h (BUILD_VA_LIST_TYPE): New.
23296 (EXPAND_BUILTIN_VA_START): New.
23297 (EXPAND_BUILTIN_VA_ARG): New.
23298 * i960.md (store_multiple): Use change_address on individul mems.
23300 Mon Jul 26 22:43:12 1999 Richard Henderson <rth@cygnus.com>
23302 * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
23304 (std_expand_builtin_va_start): Back out one word if !stdarg_p.
23305 (expand_builtin_va_end): Evaluate arg for side effects.
23306 * c-common.c (c_common_nodes_and_builtins): Construct a
23307 va_list_arg_type_node to handle array decomposition to pointer.
23309 Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
23311 * except.c (st_dynamic_cleanup): Use force_operand on the
23314 Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
23316 * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
23317 * c4x.c (c4x_va_arg): New.
23319 Mon Jul 26 12:30:09 1999 Jason Merrill <jason@yorick.cygnus.com>
23321 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
23322 has manual_pop set.
23324 1999-07-26 Nathan Sidwell <nathan@acm.org>
23326 * eh-common.h (__eh_matcher): Prototype correctly.
23328 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk>
23330 * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
23331 (TARGET_SINGLE_PIC_BASE): Likewise.
23332 (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
23334 (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
23335 (TARGET_SWITCHES): Add -m{no-}single-pic-base.
23336 (TARGET_OPTIONS): Add -mpic-register=N.
23337 (OUTPUT_INT_ADDR_CONST): New macro.
23338 (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
23339 LEGITIMATE_PIC_OPERAND_P): Likewise.
23340 (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
23341 (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
23342 output_addr_const directly.
23343 (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
23345 (thumb_pic_register, thumb_pic_register_string): Declare.
23347 * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
23349 (label_mentioned_p): New function: Imported from arm.c.
23350 (legitimize_pic_address): New function: Imported from arm.c.
23351 (is_pic):New function: Imported from arm.c.
23352 (thumb_finalize_pic):New function: Imported from arm.c.
23353 (add_constant): Cope with PIC constants.
23354 (fixit): Cope with PIC constants.
23355 (output_return): Do not treat the PIC register as live if
23356 TARGET_SINGLE_PIC_BASE is true.
23357 (thumb_function_prologue): Do not treat the PIC register as live if
23358 TARGET_SINGLE_PIC_BASE is true.
23359 (thumb_expand_prologue): Do not treat the PIC register as live if
23360 TARGET_SINGLE_PIC_BASE is true.
23361 (thumb_unexpand_epilogue): Do not treat the PIC register as live if
23362 TARGET_SINGLE_PIC_BASE is true.
23363 (thumb_print_operand): Accept '|'.
23364 (thumb_override_options): Process PIC options.
23366 * config/arm/thumb.md (movsi): Support PIC.
23367 (call_insn): Change "i" constraint to "X".
23368 (call_value_insn): Likewise.
23369 (consttable_4, consttable_8, consttable_end): Set and clear
23370 "making_const_table" as appropriate.
23371 (pic_load_addr, pic_add_dot_plus_four): New insns.
23373 * invoke.texi (Thumb Options): Fix spelling. Document new
23374 options -msingle-pic-base and -mpic-register=.
23376 1999-07-26 Andrew Haley <aph@cygnus.com>
23378 * config/m32r/initfini.c (__init): Use a full word immediate for
23379 __fini: this allows it to be placed in any memory region.
23381 * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
23382 -mmodel=medium. This is OK for all memory models.
23384 Mon Jul 26 11:58:46 1999 Nick Clifton <nickc@cygnus.com>
23386 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
23387 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
23389 Mon Jul 26 10:23:36 1999 Nick Clifton <nickc@cygnus.com>
23391 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
23394 * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
23396 Sun Jul 25 23:51:59 1999 Richard Henderson <rth@cygnus.com>
23398 * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
23399 (BUILD_VA_LIST_TYPE): New.
23400 (EXPAND_BUILTIN_VA_START): New.
23401 (EXPAND_BUILTIN_VA_ARG): New.
23402 * i860.c (output_delayed_branch): Disable.
23403 (output_delay_insn): Likewise.
23404 (i860_saveregs): New.
23405 (i860_build_va_list): New.
23406 (i860_va_start): New.
23407 (i860_va_arg): New.
23408 * i860.md: Disable all peepholes using output_delayed_branch.
23409 * i860/sysv4.h (I860_SVR4_VA_LIST): New.
23411 Sun Jul 25 23:44:13 1999 Richard Henderson <rth@cygnus.com>
23413 * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
23414 (BUILD_VA_LIST_TYPE): New.
23415 (EXPAND_BUILTIN_VA_START): New.
23416 (EXPAND_BUILTIN_VA_ARG): New.
23417 * clipper.c (clipper_builtin_saveregs): Only dump registers.
23418 Return the address of the save area.
23419 (clipper_build_va_list): New.
23420 (clipper_va_start): New.
23421 (clipper_va_arg): New.
23423 Sun Jul 25 22:56:47 1999 Richard Henderson <rth@cygnus.com>
23425 * arc.h (EXPAND_BUILTIN_VA_START): New.
23426 (EXPAND_BUILTIN_VA_ARG): New.
23427 * arc.c (arc_setup_incoming_varargs): Set alias set of
23429 (arc_va_start): New.
23432 Sun Jul 25 22:45:55 1999 Richard Henderson <rth@cygnus.com>
23434 * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
23435 (BUILD_VA_LIST_TYPE): New.
23436 (EXPAND_BUILTIN_VA_START): New.
23437 (EXPAND_BUILTIN_VA_ARG): New.
23438 * alpha.c (alpha_builtin_saveregs): Delete.
23439 (alpha_build_va_list): New.
23440 (alpha_va_start): New.
23441 (alpha_va_arg): New.
23443 Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com)
23445 * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
23447 (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
23448 (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
23450 * gcc.texi: More changes related to list conversion.
23451 * invoke.texi: Likewise.
23453 Sun Jul 25 18:15:39 1999 Richard Henderson <rth@cygnus.com>
23455 * builtins.c (expand_builtin_saveregs): Remove static, remove exp
23456 and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
23457 (expand_builtin_next_arg): Accept ARGLIST not EXP.
23458 (stabilize_va_list): New function.
23459 (std_expand_builtin_va_start): New function.
23460 (expand_builtin_va_start): New function.
23461 (get_varargs_alias_set): New function.
23462 (std_expand_builtin_va_arg): New function.
23463 (expand_builtin_va_arg): New function.
23464 (expand_builtin_va_end): New function.
23465 (expand_builtin_va_copy): New function.
23466 (expand_builtin): Call them.
23467 * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
23468 __builtin_{varargs_start,stdarg_start,end,copy}.
23469 (build_va_arg): New function.
23470 * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
23471 (build_va_arg): Declare.
23472 * c-decl.c (ptr_type_node, va_list_type_node): New.
23473 * c-parse.gperf (__builtin_va_arg): New.
23474 * c-parse.in (VA_ARG): New token.
23475 (unary_expr): Recognize it.
23476 * expr.c (expand_expr): Expand VA_ARG_EXPR.
23477 * expr.h (std_expand_builtin_va_start): Declare.
23478 (std_expand_builtin_va_arg): Declare.
23479 (expand_builtin_va_arg): Declare.
23480 (get_varargs_alias_set): Declare.
23481 * tree.def (VA_ARG_EXPR): New.
23482 * tree.h (BUILT_IN_VARARGS_START): New.
23483 (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
23484 (ptr_type_node, va_list_type_node): Declare.
23485 * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
23486 * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
23487 * m88k.h, m88k.c: Likewise.
23488 * mn10300.h, mn10300.c: Likewise.
23489 * pa.h, pa.c: Likewise.
23490 * rs6000.h, rs6000.c: Likewise.
23491 * sh.h, sh.c: Likewise.
23492 * sparc.h, sparc.c: Likewise.
23494 * emit-rtl.c (operand_subword): Copy alias set.
23495 (change_address): Likewise.
23497 Sun Jul 25 15:04:37 1999 Jeffrey A Law (law@cygnus.com)
23499 * pa.c (compute_frame_size): Scan all the used callee saved registers,
23500 not just the first one.
23502 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk>
23504 * config/arm/arm.h (TARGET_SWITCHES): Add
23505 -m{no-}single-pic-base. Correct help string for -mshort-load-words.
23506 (TARGET_OPTIONS): Add -mpic-register=.
23507 (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
23508 (arm_pic_register_string): Declare.
23509 (NEED_PLT_GOT): Delete, replace with ...
23510 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. New macros.
23511 (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
23512 (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
23513 * config/arm/arm.c (arm_override_options): Add new option
23515 (arm_pic_register_string): New variable.
23516 (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
23517 (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
23518 register as never live. Use NEED_PLT_RELOC not NEED_PLT_GOT.
23519 (output_return_instruction): Likewise.
23520 * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
23521 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. Define to flag_pic.
23522 * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
23524 * invoke.texi (ARM Options): Fix spelling. Remove duplicate
23525 mention of -msched-prolog. Document new options -msingle-pic-base
23526 and -mpic-register=.
23528 Thu Jul 22 18:23:56 1999 Richard Henderson <rth@cygnus.com>
23530 * haifa-sched.c (reemit_notes): Tidy.
23531 * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
23534 Thu Jul 22 18:21:04 1999 Richard Henderson <rth@cygnus.com>
23536 * explow.c (trunc_int_for_mode): New function.
23537 (plus_constant_wide): Use it.
23538 * combine.c (simplify_and_const_int): Likewise.
23539 (merge_outer_ops): Likewise.
23540 (simplify_shift_const): Likewise.
23541 * cse.c (simplify_unary_operation): Likewise.
23542 (simplify_binary_operation): Likewise.
23543 * emit-rtl.c (operand_subword): Likewise.
23544 * rtl.h: Declare it.
23546 Thu Jul 22 14:34:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23548 * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
23549 (use NUM_REGS instead of NUM_INTS).
23551 Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23553 * builtins.c: New file.
23554 * expr.c (saveregs_value, apply_args_value): Delete definition,
23555 moved into builtins.c.
23556 (string_constant): No longer static.
23557 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
23558 apply_args_size, apply_result_size, result_vector,
23559 expand_builtin_apply_args, expand_builtin_apply,
23560 expand_builtin_return): Delete functions, moved into builtins.c.
23561 (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
23562 * expr.h (saveregs_value, apply_args_value): Declare variables.
23563 (expand_builtin, string_constant): Declare functions.
23564 * Makefile.in: Update to build builtin.o.
23566 Wed Jul 21 00:46:58 1999 Mark P. Mitchell <mark@codesourcery.com>
23568 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
23569 * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
23570 * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
23571 start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
23573 * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
23576 1999-07-21 Michael Meissner <meissner@cygnus.com>
23578 * print-rtl.c (print_rtx): Print the names of the virtual
23581 Wed Jul 21 16:00:32 1999 Nick Clifton <nickc@cygnus.com>
23583 * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
23584 introduced in previous delta.
23586 Wed Jul 21 14:30:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23588 * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
23589 to avoid name clash.
23591 Wed Jul 21 08:39:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
23593 * c-lex.c (yylex) : Correct the test for overflow when lexing
23596 Tue Jul 20 18:02:42 1999 Richard Henderson <rth@cygnus.com>
23598 * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
23599 (adjust_priority): Always call ADJUST_PRIORITY.
23600 (schedule_insn): Only put insns into the ready at cost 0.
23601 (schedule_block): Remove redundant initial sort. Give clock_var
23602 and can_issue_more to MD_SCHED_REORDER. Requeue if hazard cost
23604 * tm.texi (MD_SCHED_REORDER): Update docs.
23606 * sparc.h (MD_SCHED_REORDER): Update. Set CAN_ISSUE_MORE.
23607 * sparc.c (ultra_reorder_called_this_block): Delete.
23608 (ultrasparc_sched_init): Don't set it.
23609 (ultrasparc_sched_reorder): Don't check it.
23611 Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com>
23613 * rs6000.h (struct rs6000_args): Add sysv_gregno.
23614 * rs6000.c (init_cumulative_args): Init sysv_gregno.
23615 (function_arg_boundary): Align DFmode.
23616 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
23617 to get fp reg and stack overflow correct.
23618 (function_arg): Likewise.
23619 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
23620 (setup_incoming_varargs): Restructure for ABI_V4; use
23621 function_arg_advance to skip final named argument.
23622 (expand_builtin_saveregs): Properly unskip the last integer arg
23623 when doing varargs. Adjust overflow location calculation.
23625 * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
23626 explicitly unsigned.
23627 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
23628 (__VA_GP_REGSAVE): Similarly.
23629 (__va_longlong_p): Delete.
23630 (__va_arg_type_violation): New declaration.
23631 (va_arg): Restructure. Flag promotion errors. Align double.
23632 TFmode passed by reference.
23634 * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
23635 in the HOST_BITS_PER_WIDE_INT > 32 case.
23637 Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
23639 * dwarf2out.c (output_abbrev_section): Terminate with a zero.
23641 Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
23643 * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
23644 * toplev.c (documented_lang_options): Add -fpreprocessed.
23645 * cpplib.h (struct cpp_buffer): Add preprocessed.
23646 * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
23647 (cpp_start_read): Don't expand macros or emit an initial #line
23648 directive if -fpreprocessed.
23650 Tue Jul 20 12:12:09 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
23652 * cpplib.h (struct cpp_buffer): Added manual_pop for
23653 better C++ tokenization.
23654 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
23655 Also, support C++ tokenization for ->*, .*, <?, and >? operators.
23656 * c-common.c (cpp_token): Make non-static.
23658 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23660 * c-common.h: New file.
23661 * c-common.c (permanent_obstack): Delete unused declaration.
23662 (c_global_trees): New array.
23663 (c_common_nodes_and_builtins): New function; split off common code
23664 from init_decl_processing in both c-decl.c and cp/decl.c.
23665 * c-tree.h: Delete lots of declarations of tree nodes; replaced by
23666 c_global_trees and accessor macros defined in c-common.h.
23667 Include c-common.h.
23668 * c-decl.c: Delete definitions for tree nodes that were replaced by
23670 (init_decl_processing): Build void_list_node.
23671 Call c_common_nodes_and_builtins; delete code to generate the common
23673 * objc/objc-act.c (build_module_descriptor): Rename variable
23674 void_list_node to avoid clash with c-common.h.
23676 * Makefile.in: Update dependencies.
23677 * objc/Make-lang.in: Likewise.
23679 Mon Jul 19 14:22:18 1999 Mark P. Mitchell <mark@codesourcery.com>
23681 * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
23682 (UNIQUE_SECTION_P): Likewise.
23683 (UNIQUE_SECTION): Likewise.
23685 1999-07-19 Linas Vepstas <linas@linas.org>
23687 * config/i370/README: New file.
23688 * config/i370/linux.h: New file.
23689 * config/i370/mvs.h: New file.
23690 * config/i370/oe.h: New file.
23691 * config/i370/t-linux: New file.
23692 * config/i370/t-mvs: New file.
23693 * config/i370/t-oe: New file.
23694 * config/i370/x-oe: New file.
23695 * config/i370/xm-linux.h: New file.
23696 * config/i370/xm-mvs.h: New file.
23697 * config/i370/xm-oe.h: New file.
23699 * i370.c (label_node_t): Add first_ref_page, label_addr,
23700 label_first_ref, label_last_ref members.
23701 (mvs_need_base_reload): Renamed from mvs_label_emitted.
23702 (MAX_MVS_LABEL_SIZE): Define.
23703 (MAX_LONG_LABEL_SIZE): Define.
23704 (alias_node_t, alias_anchor, alias_number): New.
23705 (mvs_function_table): Reorder for EBCDIC.
23706 (ascebc, ebcasc): Unconditionally define.
23707 (i370_branch_dest, i370_branch_length): New functions.
23708 (i370_short_branch, i370_label_scan): New functions.
23709 (mvs_get_label): Renamed from mvs_add_label. Search for
23710 an existing label before creating a new one.
23711 (mvs_add_label): New function.
23712 (mvs_get_label_page): New function.
23713 (mvs_free_label_list): Renamed from mvs_free_label. Iterate
23714 over the entire list.
23715 (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
23716 (mvs_check_page) [TARGET_ELF_ABI]: New function.
23717 (mvs_add_alias, mvs_need_alias): New functions.
23718 (mvs_get_alias, mvs_check_alias): New functions.
23719 (handle_pragma): New function.
23720 (mvs_function_check): New function.
23721 (unsigned_jump_follows_p): Search harder.
23722 (i370_function_prolog) [TARGET_HLASM]: Handle LE370. Scan labels.
23723 (i370_function_prolog) [TARGET_ELF_ABI]: New function.
23724 * i370.h (TARGET_VERSION): Delete.
23725 (CPP_SPEC, CPP_PREDEFINES): Delete.
23726 (mvs_label_emitted): Delete.
23727 (TARGET_EBCDIC): Delete.
23728 (MAP_CHARACTER): Define only if TARGET_EBCDIC.
23729 (HANDLE_PRAGMA): Define.
23730 (HARD_REGNO_NREGS): Handle complex modes.
23731 (HARD_REGNO_MODE_OK): Likewise.
23732 (CLASS_MAX_NREGS): Likewise.
23733 (RET_REG): Likewise.
23734 (EXTRA_CONSTRAINT): Define.
23735 (RETURN_IN_MEMORY): True for DImode.
23736 (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
23737 (FUNCTION_PROFILER): Delete.
23738 (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
23739 (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
23740 (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
23741 (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
23742 (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
23743 (ASM_FILE_START): Add "RMODE ANY".
23744 (ASM_OUTPUT_EXTERNAL): Check for aliases.
23745 (ASM_GLOBALIZE_LABEL): Likewise.
23746 (ASM_OUTPUT_LABELREF): Likewise.
23747 (ASM_OUTPUT_COMMON): Likewise.
23748 (PRINT_OPERAND): Handle 'K', 'W', default.
23749 (PRINT_OPERAND_ADDRESS): New.
23750 (Lots of defines): Add support for TARGET_ELF_ABI.
23751 * i370.md (attr length): New. Define for all patterns.
23752 (*): Lots of tweeks to assembly output and constraints.
23754 Mon Jul 19 15:09:29 1999 David Edelsohn <edelsohn@gnu.org>
23756 * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
23757 Disable patterns performing SImode comparisons with SImode values
23758 if TARGET_POWERPC64 and instruction does not sign-extend or does
23759 not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
23760 differ for signed quantities.
23761 (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
23762 (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
23763 (decrement_and_branch_on_count): Add 64-bit variant.
23765 Mon Jul 19 09:36:27 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23767 * final.c (output_asm_insn): When searching for the matching string
23768 for a given dialect, don't run past the end of the list of
23769 alternatives if there are fewer alternatives in the template than
23772 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
23774 * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
23775 Removed paragraph about compression of files and size limitation,
23776 duplicated in the FAQ. Use gcc-patches for posting patches.
23777 * gcc.c (main): Updated URL with bug reporting instructions to
23778 gcc.gnu.org. Removed e-mail address.
23779 * system.h (abort): Likewise.
23781 1999-07-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23783 * Makefile.in (stmp-multilib-sub): Make the files extracted
23784 from $(LIBGCC1) writable.
23786 Sat Jul 17 14:25:46 1999 Nick Clifton <nickc@cygnus.com>
23788 * config/arm/aout.h: Reformat for improved readability.
23790 * config/arm/arm.h: Reformat for improved readability.
23791 Replace uses of fprintf with asm_fprintf where appropriate.
23792 (ARM_DECLARE_FUNCTION_NAME): New macro: Perform any generic ARM
23793 function declaration assembler actions.
23794 (NUM_INTS): New macro: Convert from bytes to words.
23795 (NUM_REGS): New macro: Compute number of registers required to
23796 hold a quanitity of tyep MODE.
23797 (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
23799 (NUM_ARG_REGS): New macro: The number of argument registers
23801 (ARG_REGISTER): New macro: Compute the register number of the Nth
23803 (LAST_ARG_REGNUM): New macro: The number of the last argument
23805 (SP_REGNUM): New macro: Register number of the stack pointer.
23806 (FP_REGNUM): New macro: Register number of the frame pointer.
23807 (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
23808 FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
23809 CUMULATIVE_ARGS so that it counts registers not bytes.
23811 * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
23813 Replace uses of fprintf with asm_fprintf where appropriate.
23814 (output_ascii_pseudo_op): Replace with version from thumb.c
23816 * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
23818 * config/arm/elf.h (CPP_PREDEFINES): Replace with
23819 SUBTARGET_CPP_SPEC.
23820 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
23821 (ASM_FILE_START): Emit ASM_APP_OFF.
23823 Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
23825 * pa.c (compute_frame_size): Round frame according to
23826 STACK_BOUNDARY rather than a hardwired value.
23828 * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
23830 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
23832 * configure: Rebuilt.
23834 * configure.in (hppa*-*-linux*): New configuration.
23835 * configure: Rebuilt.
23836 * pa.h (MAX_OFILE_ALIGNMENT): Delete.
23837 * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
23838 * pa/pa-linux.h: New file.
23839 * pa/t-linux: New file.
23840 * pa/xm-linux.h: New file.
23842 * pa.c (hppa_legitimize_address): Change references from SImode to
23843 either Pmode or word_mode as appropriate.
23844 (emit_move_sequence, store_reg, load_reg): Likewise.
23845 (set_reg_plus_d, hppa_expand_prologue): Likewise.
23846 (output_mul_insn): Likewise.
23847 * pa.h (PROMOTE_MODE): Likewise.
23848 (INITIALZE_TRAMPOLINE): Likewise.
23849 (Pmode): Define to word_mode.
23851 * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
23852 value of 4. Allocate 8 bytes for each FP register save.
23853 (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
23855 (hppa_expand_prologue): Likewise.
23856 * pa.h (PROMOTE_MODE): Likewise.
23857 (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
23858 (FUNCTION_ARG_BOUNDARY): Likewise.
23860 * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
23862 * pa.c (out_of_line_prologue_epilogue): Delete.
23863 (override_options): Remove -mspace related code.
23864 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
23865 (compute_frame_size): Only allocate space for register that
23866 actually need to be saved.
23867 * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
23868 (TARGET_SWITCHES): Remove -mspace, -mno-space
23869 * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
23870 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise. Remove -mspace multilib.
23871 * pa/ee.asm, pa/ee_fp.asm: Delete.
23873 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
23875 * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
23876 directive in column zero.
23878 Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
23880 * m68k.c (output_function_prologue): Fix computation of save mask
23881 when generating PIC code.
23883 Thu Jul 15 15:40:09 1999 Jim Wilson <wilson@cygnus.com>
23885 * tree.c (build_type_attribute_variant): Move current_obstack restore
23886 after build_qualified_type call.
23888 1999-07-15 Mark Mitchell <mark@codesourcery.com>
23890 * configure.in: Use t-iris6, even with GNU LD.
23891 * config/mips/iris6gld.h: Fix typo in linker spec.
23892 * config/mips/t-iris6gld: Remove.
23894 Thu Jul 15 15:15:43 1999 David Edelsohn <edelsohn@gnu.org>
23896 * rs6000.md (insv, extzv): Remove SImode dependence in named
23897 patterns. Explicitly generate DImode RTL if PowerPC64 and
23899 (insvdi): Reverse start and size in instruction template.
23901 1999-07-12 Joseph S. Myers <jsm28@cam.ac.uk>
23903 * invoke.texi: Typo fixes.
23905 Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com)
23907 * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
23908 handle at this time instead of silently generating incorrect code.
23909 (gen_imagpart): Likewise.
23911 * reload.c (find_reloads): Emit a USE for a pseudo register without
23912 a hard register if we could not create an optional reload for the
23915 Wed Jul 14 23:45:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23917 * c-typeck.c (output_init_element, process_init_element):
23918 When advancing constructor_unfilled_fields for a RECORD_TYPE,
23919 check for nameless bit fields.
23921 Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com>
23923 * regclass.c (scan_one_insn): Notice subregs that change the
23924 size of their operand.
23925 (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
23927 Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com)
23929 * configure.in (alpha*-*-*): Include alpha/t-ieee.
23930 * configure: Rebuilt.
23931 * alpha/t-ieee: New file.
23933 Tue Jul 13 10:45:58 1999 Jeffrey A Law (law@cygnus.com)
23935 * rs6000.c (find_addr_reg): Do not select r0 as an address
23938 Tue Jul 13 00:46:18 1999 Philippe De Muyter <phdm@macqel.be>
23940 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
23942 Mon Jul 12 14:29:15 1999 Jeffrey A Law (law@cygnus.com)
23944 * rs6000.md (movsf): Do not force easy FP constants into memory.
23946 * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
23947 immed_double_const to ensure they are properly truncated then
23950 Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
23952 * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
23953 always unless NO_DEBUG is used. Compile this code
23955 (replace_symbols_in_block): Compile it unconditionally.
23957 Sun Jul 11 12:32:32 1999 Jeffrey A Law (law@cygnus.com)
23959 * configure.in (i?86-*-elf*): New target.
23960 * configure: Rebuilt.
23961 * i386/i386elf.h, i386/t-i386elf: New files.
23963 Fri Jul 9 22:39:44 1999 Jason Merrill <jason@yorick.cygnus.com>
23965 * toplev.c (main): Don't complain about saying -gdwarf.
23966 (rest_of_compilation): Remove redundant code.
23968 Fri Jul 9 19:08:55 1999 Jim Wilson <wilson@cygnus.com>
23970 * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
23972 Fri Jul 9 18:54:18 1999 Felix Lee <flee@cygnus.com>
23974 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
23975 "Li960R:", to avoid name clash.
23977 Fri Jul 9 10:48:28 1999 Bernd Schmidt <bernds@cygnus.co.uk>
23979 * loop.c (check_dbra_loop): When reversing a loop, delete all
23980 REG_EQUAL notes referencing the reversed biv except those which are
23981 for a giv based on it.
23983 Fri Jul 9 03:51:52 1999 Jeffrey A Law (law@cygnus.com)
23985 * version.c: Drop "gcc-" prefix from version #.
23987 Thu Jul 8 18:06:30 1999 Jason Merrill <jason@yorick.cygnus.com>
23989 * dwarf2out.c (dwarf2out_line): Emit a line number comment after
23990 the label if we're being verbose.
23992 Thu Jul 8 14:18:46 1999 Richard Henderson <rth@cygnus.com>
23994 * m68k.c (output_function_prologue): Add pic register to mask
23995 if live and flag_pic.
23996 (output_function_epilogue): Likewise.
23998 Thu Jul 8 12:55:12 1999 Jeffrey A Law (law@cygnus.com)
24000 * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24001 directives in column zero.
24003 * pa/elf.h (ASM_FILE_START): Define.
24004 * pa/som.h (ASM_FILE_START): Include .level directives.
24005 * pa/hpux10.h (ASM_FILE_START): Delete.
24006 * pa/hpux11.h (ASM_FILE_START): Delete.
24008 * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24010 Thu Jul 8 18:03:19 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24012 * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24013 when reload_out equals reload_in.
24015 Thu Jul 8 16:50:14 1999 Nick Clifton <nickc@cygnus.com>
24017 * invoke.texi (Spec Files): New node: Describe the contents of
24020 Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com>
24022 * invoke.texi (DEC Alpha Options): Put @end table at
24023 beginning of line, to avoid confusing texi2html.
24025 Thu Jul 8 09:22:06 1999 Nick Clifton <nickc@cygnus.com>
24027 * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24028 introduced in previous delta.
24030 Wed Jul 7 02:00:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24032 * reload1.c (gen_reload): When synthesizing a 3 operand add
24033 sequence, improve test for when to reload OP1 into the reload
24034 register instead of OP0.
24036 Wed Jul 7 01:38:03 1999 Jim Wilson <wilson@cygnus.com>
24038 * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24040 1999-07-07 Manfred Hollstein <mhollstein@cygnus.com>
24042 * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24045 Wed Jul 7 01:16:43 1999 Richard Henderson <rth@cygnus.com>
24047 * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24048 (va_dcl): Use __builtin_va_alist_t.
24050 Wed Jul 7 01:14:42 1999 Jason Merrill <jason@yorick.cygnus.com>
24052 * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24053 on the permanent_obstack.
24054 * dwarfout.c (output_type): Likewise.
24056 Tue Jul 6 15:25:32 1999 Gavin Romig-Koch <gavin@cygnus.com>
24058 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24059 Merged from c-typeck.c and cp/typeck.c.
24060 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24061 Merged into c-common.
24063 Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>
24065 * c-lex.c (errorcount): Declare it.
24066 (finish_parse): Update errorcount when using CPPLIB.
24068 1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
24070 * fixinc/inclhack.def(end_else_label): Double the backslash so
24071 sed gets a chance to see it.
24072 * fixinc/inclhack.sh: regen
24073 * fixinc/fixincl.x: regen
24075 Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
24077 Add framework to support armv5 architecture when it becomes
24080 * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24081 (arm_arch5): New variable.
24082 (all_architectures): Add armv5 line.
24083 * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
24084 -march=armv5 is specified on the command line.
24085 (arm_arch5): Export this variable.
24086 * invoke.texi: Document new string accepted by -march= switch for
24089 * config/arm/arm.h: Replace use of constant 12 as a register
24090 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
24091 * config/arm/arm.c: Replace use of constant 12 as a register
24092 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
24094 * config/arm/elf.h: Tidy up.
24095 * config/arm/coff.h: Tidy up.
24097 Thu Jul 1 19:08:13 1999 Mark P. Mitchell <mark@codesourcery.com>
24099 * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
24100 * gcc/config/mips/t-iris6gld: New file.
24101 * gcc/config/mips/iris6gld.h: Likewise.
24103 Fri Jul 2 13:23:39 1999 Gavin Romig-Koch <gavin@cygnus.com>
24105 * c-decl.c (widest_integer_literal_type_node,
24106 widest_unsigned_literal_type) : New.
24107 (init_decl_processing): Handle/use the two new types.
24108 * c-common.c (type_for_size,type_for_mode) : Same.
24109 * c-lex.c (yylex) : Same.
24110 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24112 * c-tree.h (widest_integer_literal_type_node,
24113 widest_unsigned_literal_type) : New.
24115 Fri Jul 2 03:05:44 1999 Jeffrey A Law (law@cygnus.com)
24117 * dwarfout.c (field_byte_offset): Correctly compute the object's
24118 byte offset for the first bit of a field which crosses an alignment
24119 boundary on a !BYTES_BIG_ENDIAN target.
24121 Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
24123 * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
24126 Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
24127 Jeff Law <law@cygnus.com>
24129 * ginclude/varargs.h (va_dcl): Use word_mode for type of
24132 * except.c: Include intl.h.
24133 (expand_eh_return): Set current_function_cannot_inline.
24134 (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
24135 * function.h (struct function): Add eh_return_stub_label.
24136 * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
24137 * Makefile.in (except.o): Depend on intl.h.
24139 Fri Jul 2 00:04:23 1999 David Edelsohn <edelsohn@gnu.org>
24141 * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
24142 same as offsettable in cases 1 and 2.
24144 Thu Jul 1 20:54:10 1999 Richard Henderson <rth@cygnus.com>
24146 * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
24147 (extlh, extwh): Likewise.
24149 Thu Jul 1 11:05:25 1999 Gavin Romig-Koch <gavin@cygnus.com>
24151 * c-lex.c (yylex): Improve 'integer constant out of range' messages.
24153 Wed Jun 30 16:51:41 1999 Nick Clifton <nickc@cygnus.com>
24155 * configure.in: Add arm-pe and thumb-pe targets.
24156 * configure: Regenerate.
24158 * thumb.c (arm_naked_function_p): New function: Determines if
24159 a function is naked (has no gcc generated prologue/epilogue).
24160 (is_called_in_ARM_mode): Return true if the func has the
24161 interfacearm attribute.
24162 (output_return): Do not generate a return for naked functions.
24163 (thumb_function_prologue): Do not generate a prologue for
24165 (thumb_expand_prologue): Do not generate a prologue for naked
24167 (thumb_expand_epilogue): Do not generate an epilogue for naked
24169 (arm_valid_machine_decl_attribute): New function, copied from
24170 arm.c: Permit naked and interfacearm attributes.
24172 * config/arm/pe.c: New file: Support code for arm-pe target.
24173 * config/arm/pe.h: New file: Header file for arm-pe target.
24174 * config/arm/tpe.h: New file: Header file for thumb-pe target.
24175 * config/arm/t-thumb-pe: New file: Makefile fragment for
24178 1999-07-01 Mark Kettenis <kettenis@gnu.org>
24180 * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
24181 -fPIC or -fpic is specified.
24183 Wed Jun 30 03:31:54 1999 Jeffrey A Law (law@cygnus.com)
24185 * expr.c (emit_block_move): Use copy_to_mode_reg for
24186 !TARGET_MEM_FUNCTIONS case too.
24188 * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
24190 * configure: Rebuilt.
24191 (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
24192 * pa.h: Include dbxelf.h. Delete various dbx/stabs related
24193 definitions made redundant by dbxelf.h inclusion. Delete
24194 lots of definitions related to assembly output that are
24195 specific to the SOM object format.
24196 * pa.c (output_function_prologue): Do not emit the function's
24198 * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
24199 * pa-pro.h: Deleted.
24200 * som.h: New file with SOM specific definitions.
24201 * elf.h: New file with ELF specific definitions.
24203 * elfos.h (const_section): Output a tab before assembler directives.
24204 (ctors_section, dtors_section): Likewise.
24205 (ASM_OUTPUT_SECTION_NAME): Likewise.
24207 * pa/pa1.h: Delete unused file.
24209 Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
24211 * configure.in (hppa*-hp-hpux11*): New configuration.
24212 * configure: Rebuilt.
24213 * pa/pa-hpux11.h: New file.
24214 * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
24217 * mips.md (leasi, leadi): New patterns.
24219 * expr.c (emit_block_move): Properly handle case where one of the
24220 block move arguments has a queued increment or decrement.
24221 (clear_storage): Similarly. Fix formatting goof.
24223 1999-06-28 "David O'Brien" <obrien@NUXI.com>
24225 * fixinc/inclhack.def(stdio_va_list): This patch Removes a
24226 semicolon from the BSD VA_LIST replacement expression.
24228 * fixinc/inclhack.sh: regen
24229 * fixinc/fixincl.x: regen
24231 * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
24232 now use the fixincl program.
24234 Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
24236 * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
24237 case. Also make the PIC register call_used.
24239 * m68k.h (FINALIZE_PIC): Delete.
24240 * m68k.c (finalize_pic): Delete.
24242 Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com>
24244 * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
24247 Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org>
24249 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
24251 Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com>
24253 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
24255 Sat Jun 26 17:18:18 1999 David Edelsohn <edelsohn@gnu.org>
24257 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
24259 Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
24261 * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
24263 Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
24265 * rs6000.c (output_toc): Always use hex values for floating-point
24266 constants. Store single-precision values in upper-half of TOC
24267 entry in 64-bit mode.
24268 * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
24269 to final constraints.
24270 (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
24271 (fctiwz): Improve accuracy of RTL for pattern.
24273 Fri Jun 25 11:26:38 1999 Gavin Romig-Koch <gavin@cygnus.com>
24275 * expr.c (expand_expr): Allow RTL_EXPR's through the
24276 MAX_INTEGER_COMPUTATION_MODE checks.
24278 Fri Jun 25 06:06:37 1999 Richard Henderson <rth@cygnus.com>
24280 * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
24281 such that MASK_SUPPORT_ARCH is not negative.
24283 Fri Jun 25 05:35:44 1999 Jeffrey A Law (law@cygnus.com)
24285 * loop.c (verify_dominator): Properly handle ADDR_VEC and
24286 ADDR_DIFF_VEC insns that appear inside loops.
24288 Thu Jun 24 22:54:05 1999 David Edelsohn <edelsohn@gnu.org>
24289 Jeff Law <law@cygnus.com>
24291 * rs6000.md (movdf_hardfloat32): Revert previous patch.
24292 Handle LO_SUM the same as offsettable in cases 1 and 2.
24293 * rs6000.c (find_addr_reg): Revert previous patch.
24295 Thu Jun 24 22:43:12 1999 Philippe De Muyter <phdm@macqel.be>
24297 * system.h (strstr): New external function declaration.
24298 * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
24299 * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
24300 * config.in, configure: Rebuilt.
24302 1999-06-24 Tom Tromey <tromey@cygnus.com>
24304 * gcc.c (main): Read user-specified specs files after computing
24305 additional startfile_prefixes.
24307 Thu Jun 24 15:00:47 1999 Mark Mitchell <mark@codesourcery.com>
24309 Revert these two patches:
24311 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24312 * loop.c (strength_reduce): When doing biv->giv conversion, update
24313 reg note of NEXT->insn.
24315 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24316 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
24318 (recombine_givs): Set ix field after sorting.
24320 Wed Jun 23 21:26:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24322 * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
24323 for the parts of an UNSPEC / UNSPEC_VOLATILE.
24325 1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
24327 *fixinc/inclhack.def: Add fix development commentary
24328 (read_ret_type): reactivate and add selection clause
24329 (zzz_*): tweak output file name to match what is used in hackshell.tpl
24330 *fixinc/{fixincl.x|inclhack.sh}: regen
24332 Wed Jun 23 00:48:21 1999 Jason Merrill <jason@yorick.cygnus.com>
24334 * expr.c (expand_expr): STRIP_NOPS before checking against
24335 MAX_INTEGER_COMPUTATION_MODE
24336 (check_max_integer_computation_mode): Likewise.
24338 Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
24340 * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
24342 1999-06-22 Jim Wilson <wilson@cygnus.com>
24344 * expr.c (store_expr): When target is a promoted subreg, return a
24345 promoted subreg as a result.
24347 Tue Jun 22 17:14:58 1999 Michael Meissner <meissner@cygnus.com>
24349 * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
24351 (dwarf2out_define): Mark unused parameters appropriately.
24352 (gen_unspecified_parameters_die): Ditto.
24353 (gen_subprogram_die): Fix signed/unsigned warnings.
24354 (gen_variable_die): Ditto.
24356 1999-06-22 Bruce Korb <ddsinc09@ix.netcom.com>
24358 * fixinc/inclhack.def(end_else_label): combined else_label
24359 and endif_label and fixed the sed expression.
24360 *fixinc/{fixincl.x|inclhack.sh}: regen
24362 Tue Jun 22 01:58:18 1999 Jeffrey A Law (law@cygnus.com)
24364 * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
24365 'x' when handling non-offsettable addresses
24367 Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com)
24369 * final.c (shorten_branches): Don't try to split an insn that has
24372 Mon Jun 21 12:47:39 1999 Mark Mitchell <mark@codesourcery.com>
24374 * config/mips/mips.c (symbolic_expression_p): New function.
24375 (mips_select_rtx_section): Put symbolic expressions in the
24376 data section, not the read-only data section.
24378 Mon Jun 21 22:13:06 1999 Jeffrey A Law (law@cygnus.com)
24380 * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
24382 Mon Jun 21 20:10:42 1999 Richard Henderson <rth@cygnus.com>
24384 * collect2.c (main): Log frame table count.
24385 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
24386 (scan_prog_file) [COFF]: Handle frame tables.
24388 * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
24389 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
24390 * alpha/elf.h: Undef them again.
24391 * alpha/vms.h: Remove their definitions.
24393 Tue Jun 22 03:17:53 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24395 * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
24396 remove the clobber of r0 and change the REG_UNUSED note to
24399 1999-06-21 Jakub Jelinek <jj@ultra.linux.cz>
24401 * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
24402 * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
24403 fits in HOST_WIDE_INT and one uses union to access a long constant
24406 Mon Jun 21 17:18:25 1999 Richard Henderson <rth@cygnus.com>
24408 * sparc.c (sparc_override_options): Don't allow profiling for
24409 code models other than medlow.
24410 (sparc_function_profiler): New function from old FUNCTION_PROFILER
24411 macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
24412 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
24413 (sparc_block_profiler): Likewise.
24414 (sparc_function_block_profiler_exit): Likewise.
24415 * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
24416 (FUNCTION_BLOCK_PROFILER): Likewise.
24417 (BLOCK_PROFILER): Likewise.
24418 (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
24419 (MCOUNT_FUNCTION): New.
24420 * sparc/pbd.h (FUNCTION_PROFILER): Delete.
24421 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
24422 * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
24423 (MCOUNT_FUNCTION): New.
24424 * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
24425 (BLOCK_PROFILER): Delete.
24426 (MCOUNT_FUNCTION): New.
24428 Mon Jun 21 14:11:29 1999 David Edelsohn <edelsohn@gnu.org>
24430 * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
24432 Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
24434 * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24437 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24440 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24443 * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
24446 Mon Jun 21 14:58:42 1999 Nick Clifton <nickc@cygnus.com>
24448 * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
24451 Mon Jun 21 06:22:21 1999 Mark Elbrecht <snowball3@bigfoot.com>
24453 * i386/djgpp.h (LIB_SPEC): New.
24454 (STARTFILE_SPEC): New.
24456 * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
24458 Mon Jun 21 06:19:33 1999 Philippe De Muyter <phdm@macqel.be>
24460 * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
24463 * system.h (WSTOPSIG): New macro.
24465 Mon Jun 21 05:33:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
24467 * c-pragma.c (push_alignment): Don't ignore alignments greater than
24469 (insert_pack_attributes): Take into account member natural
24472 * i386/winnt.c (exports_head): New static variable.
24473 (i386_pe_record_exported_symbol): New function.
24474 (i386_pe_asm_file_end): Use.
24475 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
24476 symbols to be emitted at end of assembly.
24477 (ASM_DECLARE_OBJECT_NAME): Likewise.
24478 (ASM_DECLARE_FUNCTION_NAME): Likewise.
24480 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
24483 Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
24485 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
24488 Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
24490 * haifa-sched.c (sched_analyze_1): Use free_list instead of
24491 zapping reg_last_uses directly.
24492 (sched_analyze_2, sched_analyze_insn): Likewise.
24493 (sched_analyze): Likewise. Don't clear reg_last_uses on calls.
24495 Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
24497 * rs6000.md (movdf_hardfloat32): Use worst case insn length
24498 attributes for cases 1 and 2.
24500 Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
24502 * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
24505 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk>
24507 * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
24509 Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com)
24511 * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
24512 PIC_OFFSET_TABLE_REGNUM for general alloaction.
24513 (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
24514 must be stacked if it is used for PIC accesses.
24515 * arm.c (use_return_insn): Handle PIC register specially.
24516 (output_return_instruction): Likewise.
24517 (output_func_{prologue,epilogue}): Likewise.
24518 (output_expand_prologue): Likewise.
24520 * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
24521 (*strsi_predec): Renamed from *strqi_predec.
24522 (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
24523 (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
24525 * arm.c (arm_override_options): Remove warning about PIC code
24526 not being supported.
24528 Fri Jun 18 23:47:06 1999 David Edelsohn <edelsohn@gnu.org>
24530 * rs6000.c (find_addr_reg): New function.
24531 * rs6000.h (find_addr_reg): Declare.
24532 (offsettable_addr_operand): Delete.
24533 * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
24534 from and stores to GPRs.
24536 Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
24538 * alpha.c (alpha_expand_block_move): Use get_insns rather than
24539 gen_sequence as argument to emit_no_conflict_block.
24541 Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
24543 * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
24544 * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
24545 *fixinc/fixincl.x: regen
24546 *fixinc/inclhack.sh: regen
24548 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
24550 * added support for -mpcrel (PC relative addressing for m68k)
24551 based on code done by Michael Tiemann <tiemann@axon.cygnus.com>.
24552 * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
24553 * m68k.c (print_operand_address): Handle 32-bit PIC case.
24554 (comments for general_src_operand): Add some explanation
24555 about EXTRA_CONSTRAINTS.
24556 (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
24557 * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
24558 (LEGITIMATE_PIC_OPERAND_P): Fix typo.
24559 (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
24560 * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
24561 (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
24562 (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
24563 if not already set.
24564 (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
24565 * m68k.h (TARGET_PCREL): New target flag.
24566 (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
24567 (OVERRIDE_OPTIONS): Add checks for -mpcrel.
24568 (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
24569 contains a SYMBOL_REF. Relax this constraint during reload, since
24570 we want to use the predicates, not reload's built-in concept of a
24571 valid memory address, to control what insns need reloading.
24572 (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
24573 operands (essentially 'g', 'm', and 's' under normal circumstances).
24574 * m68k.c (print_operand): Cause printing of pc-relative addresses
24575 to include pc register.
24576 (print_operand_address): Ditto.
24577 (general_src_operand): Accept operands that are not only
24578 general_operands, but are also valid when used as a pc-relative
24580 (nonimmediate_src_operand): Similar, for nonimmediate_operands.
24581 (memory_src_operand): Similar, for memory_operands.
24582 (pcrel_address): New predicate to accept the special case of a
24583 pc-relative address.
24584 * m68k.md (many patterns): Rewrite common SImode, HImode, and
24585 QImode insns to accept *_src_operand instead of *_operand where
24586 pc-relative operands can fit. For example, a pc-relative operand
24587 can be used as a memory source operand for addsi3, but not as a
24588 memory destination.
24589 * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
24591 Fri Jun 18 09:11:07 1999 Nick Clifton <nickc@cygnus.com>
24593 * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
24594 .thumb_set pseudo op to mark aliases of thumb functions.
24596 Wed Jun 16 18:19:13 1999 Nick Clifton <nickc@cygnus.com>
24598 * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
24599 preference to ASM_OUTPUT_DEF, if it is defined.
24601 * tm.texi: Document new, optional target macro
24602 ASM_OUTPUT_DEF_FROM_DECLS.
24604 Thu Jun 17 15:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
24606 * fixincludes: ISCNTL patch
24607 * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
24608 (dgux_int_varargs): new for DG/UX
24609 * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
24611 Thu Jun 17 21:34:24 1999 Jeff Law <law@cygnus.com>
24613 * invoke.texi (ia32 options): Fix typo.
24615 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24617 * loop.c (strength_reduce): When doing biv->giv conversion, update
24618 reg note of NEXT->insn.
24620 Thu Jun 17 14:25:08 1999 Jeffrey A Law (law@cygnus.com)
24622 * loop.c (move_movables): Note issues with replacing REGs with
24624 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
24626 Thu Jun 17 13:28:30 1999 David O'Brien <obrien@FreeBSD.org>
24628 * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
24630 * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
24631 the reference to `mcount' was not correct for the ELF on FreeBSD.
24633 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24635 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
24638 (recombine_givs): Set ix field after sorting.
24640 Thu Jun 17 02:54:30 1999 Jeffrey A Law (law@cygnus.com)
24642 * emit-rtl.c (operand_subword): Tighten checks for when it is safe
24643 to safe to extract a subword out of a REG.
24645 Thu Jun 17 01:45:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24647 * sh.md (mulsi3): Don't add a no-op move at the end.
24649 Wed Jun 16 20:29:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24651 * cse.c (cse_insn): Don't put hard register source into tables for
24652 the last insn of a libcall.
24654 Wed Jun 16 19:44:33 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24656 * loop.c (strength_reduce): Insert sets of derived givs at every
24657 biv increment, even if it's the only one.
24659 Wed Jun 16 10:33:02 1999 Jason Merrill <jason@yorick.cygnus.com>
24661 * dwarfout.c (add_incomplete_type): New fn.
24662 (output_type): Call it.
24663 (retry_incomplete_types): New fn.
24664 (dwarfout_finish): Call it.
24666 From Eric Raskin <ehr@listworks.com>:
24667 (output_type): Output types for bases.
24669 Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
24671 * mips.c (mips_output_conditional_branch): Add `break'
24672 between `default' label and `close braces'.
24674 Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
24676 * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
24677 specifications and make it realistic.
24678 (LIB_SPEC): Likewise.
24680 Mon Jun 14 15:38:43 1999 Jim Wilson <wilson@cygnus.com>
24682 * config/mips/mips.c (mips_secondary_reload_class): Check for
24683 (PLUS (SP) (REG)) and return appropriate register class.
24684 * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
24685 Handle (PLUS (SP) (REG)).
24686 (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
24687 (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
24688 of emit_insn for tablejump.
24690 Mon Jun 14 17:26:40 1999 David Edelsohn <edelsohn@gnu.org>
24692 * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
24693 asm_fprintf format string by itself.
24694 (output_function_profiler): Likewise.
24696 Mon Jun 14 12:57:38 1999 David Mosberger <davidm@hpl.hp.com>
24698 * combine.c (simplify_logical, case AND): Only call
24699 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
24700 or the constant is positive.
24702 Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
24704 * configure.in: Fix typo in rs6000-ibm-aix4 case.
24705 * configure: Regenerate.
24707 Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
24709 * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
24710 require a sub-version #.
24711 * configure: Rebuilt.
24713 1999-06-14 Robert Lipe (robertlipe@usa.net)
24715 * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
24717 Mon Jun 14 10:30:52 BST 1999 Nathan Sidwell <nathan@acm.org>
24719 * c-typeck.c (process_init_element): Detect excess elements in
24720 char array initializer.
24722 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
24724 * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
24726 Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com>
24728 * invoke.texi (Option Summary): Add -fpermissive flag.
24730 Sat Jun 12 03:40:42 1999 Jeffrey A Law (law@cygnus.com)
24732 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
24733 that require PIC code sequences.
24735 Wed Jun 9 16:29:01 1999 Nick Clifton <nickc@cygnus.com>
24737 * configure.in: Add new target: thumb-elf.
24738 * configure: Regenerate.
24739 * config/arm/t-thumb-elf: New file: Makefile fragment for
24741 * config/arm/telf.h: New file: Header file for thumb-elf
24744 Fri Jun 11 03:17:51 1999 Jeffrey A Law (law@cygnus.com)
24746 * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
24747 * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
24748 initializers is some circumstances.
24750 * fixinc/inclhack.def (endif_label): Add additional selector for
24751 more bogus stuff after #endif statements.
24752 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
24754 Thu Jun 10 20:44:36 1999 Mumit Khan <khan@xraylith.wisc.edu>
24756 * i386/cygwin.h (SET_ASM_OP): Define.
24758 Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
24760 * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
24762 Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24764 * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
24767 * sh.md (ic_invalidate_line_i): Remove second alternative.
24769 Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
24771 *fixinc/inclhack.def(sun_auth_proto): We do not know how to
24772 test for the presence of valid prototypes. Delete bypass expr.
24773 (ioctl_fix_ctrl): Correct the selection expression.
24774 (no_double_slash): Correct quoting rules
24775 *fixinc/fixincl.x: regen
24776 *fixinc/inclhack.sh: regen
24778 Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
24780 * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
24782 Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24784 * rs6000.md (movsi_got_internal_mem): Delete.
24785 * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
24786 (GOT_TOC_REGNUM): Delete.
24787 (PIC_OFFSET_TABLE_REGNUM): Define.
24788 (FINALIZE_PIC): Disable.
24789 * rs6000.c (rs6000_got_register): New code for fixed pic register.
24790 (rs6000_replace_regno): Delete.
24791 (rs6000_finalize_pic): Likewise.
24792 (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
24794 Wed Jun 9 19:44:26 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24796 * loop.c (loop_insn_first_p): Don't compare LUIDs when P
24797 is a note; use <= for the compare; advance P while it is
24800 Wed Jun 9 13:12:24 1999 Jeffrey A Law (law@cygnus.com)
24802 * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
24803 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
24805 * varasm.c (remove_from_pending_weak_list): Verify t->name
24806 is non-NULL before passing it to strcmp.
24808 Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
24810 *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
24811 the typed arguments are not part of a comment
24812 (ioctl_fix_ctrl): Added a purpose comment
24813 *fixinc/fixincl.x: regenerate
24814 *fixinc/inclhack.sh: regenerate
24816 Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
24818 * invoke.texi: Add C4x invocation docs.
24820 Wed Jun 9 22:34:38 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
24822 * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
24824 * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
24826 (c4x_legitimize_reload_address): New function.
24827 * config/c4x/c4x.md: Update docs.
24829 Wed Jun 9 04:14:48 1999 Jeffrey A Law (law@cygnus.com)
24831 * fixincludes: Avoid removing '.'.
24832 * fixinc/fixinc.svr4: Likewise.
24833 * fixinc/fixinc.winnt: Likewise.
24834 * fixinc/inclhack.tpl: Likewise.
24835 * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
24837 1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24839 * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
24841 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
24843 Wed Jun 9 03:10:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
24845 * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
24848 Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
24850 * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
24851 * configure: Regenerate.
24853 Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
24855 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
24858 Mon Jun 7 22:30:37 1999 Jeffrey A Law (law@cygnus.com)
24860 * fixinc/inclhack.def (avoid_bool): Also catch
24861 "typedef [unsigned] int bool".
24862 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
24864 * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
24865 * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
24866 * configure: Rebuilt.
24868 Mon Jun 7 22:05:03 1999 Mark Kettenis <kettenis@gnu.org>
24870 * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
24871 such that we can override its definitions if necessary.
24872 (CPP_SPEC): New define. Support processor specific predefines via
24874 (CC1_SPEC): New define. Support processor specific compiler
24875 options via %(cc1_cpu).
24876 (STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
24879 1999-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24881 * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
24882 between sed's -e flag, and the open-quote following it.
24883 * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
24885 Mon Jun 7 20:34:20 1999 Robert Lipe <robertlipe@usa.net>
24886 Jeffrey A Law (law@cygnus.com)
24888 * varasm.c (assemble_start_function): Remove the function
24889 from the pending weak decls list when we define a function.
24890 (assemble_variable): Similarly for variables.
24891 (weak_finish): Ignore items on the list with a NULL name.
24892 (remove_from_ending_weak_list); New function to "remove" an item
24893 from the pending weak declarations list.
24895 Mon Jun 7 19:27:07 1999 Jerry Quinn <jquinn@nortelnetworks.com>
24897 * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
24899 Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>
24901 * c-lex.c (GETC): Redefine to call getch.
24902 (UNGETC): Redefine to call put_back.
24903 (putback_buffer): New structure type.
24904 (putback): New static structure.
24905 (getch): New function.
24906 (put_back): New function.
24907 (yylex): Replace unused bytes from bad multibyte character.
24909 Mon Jun 7 13:33:39 1999 Dave Brolley <brolley@cygnus.com>
24911 * cpplib.c (do_define): Cast `alloca' return value.
24912 (do_include, do_undef, do_pragma): Likewise.
24913 * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
24915 * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
24916 * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
24918 Sun Jun 6 11:58:34 1999 Jakub Jelinek <jj@ultra.linux.cz>
24920 * sparc.md (abstf2): This should be an expand.
24921 (split after abstf2_notv9): Fix mode.
24922 (abstf2_hq_v9): New pattern.
24923 (abstf2_v9): Only use when no hard quad.
24924 (absdf2_v9): Fix if target is not the same as source.
24925 (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
24926 Add correct output constraints.
24928 Sat Jun 5 17:04:16 1999 Craig Burley <craig@jcb-sc.com>
24930 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
24931 * invoke.texi: Clarify text vis-a-vis Intel CPUs.
24933 Sat Jun 5 12:11:24 1999 Mark Mitchell <mark@codesourcery.com>
24935 * mips.h (mips_output_conditional_branch): New function.
24936 (mips_adjust_insn_length): Likewise.
24937 (ASSEMBLER_SCRATCH_REGNUM): New macro.
24938 (ADJUST_INSN_LENGTH): Likewise.
24939 * mips.c (print_operand): Add `F' and `W' for floating-point
24940 comparison opcodes.
24941 (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
24943 (mips_adjust_insn_length): New function.
24944 (mips_output_conditional_branch): New function.
24945 * mips.md (length): Adjust attribute definition to handle
24946 conditional branches. Change lengths to bytes, rather than
24947 instructions throughout. Remove length attribute from
24948 instructions whose length is four bytes, and rely on the default
24950 (dslot): Fix typo in comment.
24951 Reword conditional branch patterns to use
24952 mips_output_conditional_branch.
24954 Fri Jun 4 13:30:27 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
24956 * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
24957 (LIB_SPEC): Likewise.
24958 Link with -lprof1_r for -g/-pg.
24960 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24962 * loop.c (check_dbra_loop): Fix change of Jan 19.
24964 Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
24966 * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
24967 (STARTFILE_SPEC): Define, override the svr4.h version.
24968 (ENDFILE_SPEC): Likewise.
24970 Thu Jun 3 23:58:55 1999 Jeffrey A Law (law@cygnus.com)
24972 * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
24973 * fixinc/fixincl.x: Regenerated.
24974 * fixinc/inclhack.sh: Regenerated.
24976 Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24978 * sh.c (barrier_align): Don't return early for normal branch/barrier
24979 when optimizing for SH2.
24981 Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
24983 * i386/udk.h (LINK_SPEC): Correct linker search path for
24986 Fri Jun 4 03:20:40 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
24988 * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
24989 (braf_label_ref_operand): Delete.
24990 * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
24991 * sh.md (casesi_jump_2): Operand1 is now the inside of a
24992 label_ref, and has no predicate.
24993 The patten has a predicate to guard against invalid substitutions.
24994 (dummy_jump): Delete.
24995 (casesi): Update use of casesi_jump_2.
24997 Thu Jun 3 07:48 1999 Bruce Korb <ddsinc09@ix.netcom.com>
24999 *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25000 *fixinc/fixincl.x: regenerate
25001 *fixinc/inclhack.sh: regenerate
25003 Thu Jun 3 02:15:07 1999 Jason Merrill <jason@yorick.cygnus.com>
25005 * dwarf2out.c (add_incomplete_type): New fn.
25006 (gen_struct_or_union_type_die): Call it.
25007 (retry_incomplete_types): New fn.
25008 (dwarf2out_finish): Call it.
25010 Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com)
25012 * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25013 current block starts with a CODE_LABEL and ends with a CALL and
25014 we can not find all the argument setup instructions for the CALL.
25016 Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com>
25018 Revert this change:
25019 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25020 something is a candidate for optimize_bit_field_compare.
25022 Wed Jun 2 21:53:05 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25024 * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25026 Wed Jun 2 12:25:55 1999 Richard Henderson <rth@cygnus.com>
25028 * alpha.c (override_options): Thinko in last patch.
25030 * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25031 (LIB_SPEC): Recognize -pthread.
25033 Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
25035 * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25036 definition in config/arm/coff.h
25037 * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25039 Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25041 * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25042 fixes that need "file=xxx\n" prepended before invocation
25043 (start_fixer - new): starting the fixer process is complex enough
25044 to warrent its own routine. It prepends the "file=xxx\n" stuff.
25045 (process): uses the new routine; omit usage of putenv()
25046 * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25047 * fixinc/fixincl.x: regenerate
25049 Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
25051 * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25052 and version #s (1.1 -> 2.96) as needed.
25053 * README.g77: Kill way out of date file in the toplevel directory.
25055 Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
25057 * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25058 i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
25059 * configure: Rebuilt.
25060 * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25061 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25062 (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25063 (SWITCH_TAKES_ARG): Likewise.
25064 * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25065 * config/t-freebsd: Moved from config/i386/ so it can used for all
25068 Mon May 31 02:22:55 1999 Philippe De Muyter <phdm@macqel.be>
25070 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25072 Wed Jun 2 00:08:34 1999 Robert Lipe <robertlipe@usa.net>
25074 * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25075 * configure: Rebuilt.
25077 Tue Jun 1 19:06:22 1999 David Edelsohn <edelsohn@gnu.org>
25079 * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25080 * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25081 * rs6000/rs6000.c (rs6000_file_start): Use putc.
25082 (rs6000_output_load_toc_table): Same.
25083 (output_prolog, output_mi_thunk): Same.
25084 * rs6000/rs6000.h (SELECT_SECTION): Formatting.
25085 (ASM_GLOBALIZE_LABEL): Use putc.
25087 Mon May 31 15:23:23 1999 Richard Henderson <rth@cygnus.com>
25089 * alpha.md (reload_*_help): New patterns and splitters.
25090 (reload_*): Use them.
25091 (mov[qh]i): Likewise.
25093 Mon May 31 11:48:07 1999 Mark Mitchell <mark@codesourcery.com>
25095 * cccp.c (handle_directive): Handle backslash-newlines in quoted
25098 Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu>
25100 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
25102 Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com)
25104 * flow.c (mark_regs_live_at_end, insn_dead_p,
25105 mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
25106 and HARD_FRAME_POINTER_REGNUM special treatment if reload
25107 hasn't run or the frame pointer is needed.
25108 * haifa-sched.c (attach_deaths): Likewise.
25109 * sched.c (attach_deaths): Likewise.
25111 Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
25113 * jump.c (jump_optimize_1): Only set CAN_REACH_END if
25114 calculate_can_reach_end returns nonzero.
25116 * configure.in (native gas tests): Search for an assembler in the
25117 same manner that the installed compiler will.
25118 * configure: Rebuilt.
25119 * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
25121 * alias.c (find_base_term): Improve handling of addresses
25122 constructed from binary operations.
25124 Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)
25126 * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
25128 Sun May 30 14:19:13 1999 Jeffrey A Law (law@cygnus.com)
25130 * function.h (cleanup_label, frame_offset): Declare.
25131 (tail_recursion_label, tail_recursion_reentry): Likewise.
25132 (arg_pointer_save_area, rtl_expr_chain): Likewise.
25133 * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
25134 (tail_recursion_label, tail_recursion_reentry): Likewise.
25135 (arg_pointer_save_area, rtl_expr_chain): Likewise.
25137 Sat May 29 19:08:10 1999 Philip Blundell <philb@gnu.org>
25139 * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
25141 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
25142 (MAX_OFILE_ALIGNMENT): Define.
25144 Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
25146 * fixincl.c: Replace local include scheme with #includes of
25147 gansidecl.h and system.h.
25148 * procopen.c: Likewise.
25149 * server.c: Likewise.
25151 Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
25153 * i386/t-dgux (EXTRA_PARTS): Add crti.o
25154 (crti.o): Add build rule and dependencies.
25155 * fixinc/fixinc.dgux: Use modified _int_varargs.h
25157 Fri May 28 03:41:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25159 * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
25160 (LIB_LINUX_SPEC): Likewise.
25161 (LIB_LINUX_SPEC): Add support for -pthread
25162 (CPP_OS_LINUX_SPEC): Likewise.
25163 (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
25166 Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org)
25168 * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
25170 (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
25171 (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
25172 for IEEE math and CC_FCOMI.
25173 (put_jump_code): No IEEE if CC_FCOMI is set.
25175 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25177 * fold-const.c (fold_truthop): Make the field reference unsigned
25178 when converting a single bit compare.
25180 Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25182 * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
25184 Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
25186 * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
25187 * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
25190 * reload.c (push_reload): Do not call remove_address_replacements
25191 when presented with identical optional reloads.
25193 Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com>
25195 * alpha.h (MASK_FIX, TARGET_FIX): New.
25196 (MASK_*): Reorganize constants.
25197 (CPP_AM_FIX_SPEC): New.
25198 (TARGET_SWITCHES): Add FIX.
25199 (EXTRA_SPECS): Likewise.
25200 (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
25201 (SECONDARY_MEMORY_NEEDED): Likewise.
25202 (REGISTER_MOVE_COST): Likewise.
25203 * alpha.c (override_options): Add FIX support. Always use
25204 ALPHA_TP_PROG for ev6.
25205 * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
25206 * alpha/elf.h (ASM_FILE_START): Look at FIX too.
25207 * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
25209 Wed May 26 09:53:05 1999 Mark Mitchell <mark@codesourcery.com>
25211 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25212 something is a candidate for optimize_bit_field_compare.
25214 Wed May 26 09:40:02 1999 Mark Mitchell <mark@codesourcery.com>
25216 * gcc.texi (Passes): Document branch-shortening.
25217 * invoke.texi (Debugging Options): Document the fact that `-dp'
25218 outputs length information for instructions.
25220 Wed May 26 08:49:31 1999 Nick Clifton <nickc@cygnus.com>
25222 * flow.c: Revert previous delta.
25224 Wed May 26 06:05:10 1999 Nick Clifton <nickc@cygnus.com>
25226 * flow.c (insn_dead_p): Check against frame_pointer_rtx not
25227 FRAME_POINTER_REGNUM.
25228 (mark_set_1): Ditto.
25229 (mark_used_regs): Ditto.
25231 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk>
25233 * arm.h (NEED_PLT_GOT): Fix mistake in last change.
25234 (GOT_PCREL): New macro. Define to 1 if not already defined.
25235 * arm/elf.h (GOT_PCREL): Define to 0.
25236 * arm.c (arm_finalize_pic): Take into account the setting of
25239 Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
25241 * output.h (STRIP_NAME_ENCODING): Provide default definition.
25242 * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
25244 * flow.c (mark_set_1): Do not record BLKmode stores as dead
25245 store elimination candidates.
25247 Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
25249 * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
25252 Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
25254 * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
25255 Add use of x-aix41-gld.
25257 Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
25259 * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
25260 (ASM_OUTPUT_DESTRUCTOR): Define.
25262 Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
25264 * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
25265 last CODE_LABEL in a loop if we have previously passed a jump
25266 to the top of the loop.
25268 Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
25270 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
25271 applying Philip's patch.
25273 Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
25275 * stmt.c (expand_end_bindings): Ignore any elements of VARS that
25278 Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
25280 * loop.c (strength_reduce): Grow reg_single_usage as needed.
25282 Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
25284 * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
25285 Also remove a useless comment.
25287 Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
25289 * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
25291 Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
25293 * collect2.c (main): Only generate import or export file and add
25294 to link arguments if non-empty. Use xmalloc not alloca.
25295 (write_{export,import}_file): Delete.
25296 (write_aix_file): New function.
25297 (locatelib): Use xmalloc not malloc.
25298 (GCC_OK_SYMBOL): Do not check type if aix64.
25300 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
25302 Based on patch by Scott Bambrough and Pat Beirne:
25303 * config/arm/arm.c (making_const_table): New variable.
25304 * config/arm/arm.h (making_const_table): Declare.
25305 (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
25307 * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
25308 Keep track of when we are building the constant table.
25310 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
25312 * config/arm/arm.c (arm_override_options): Fix erroneous warning
25315 Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
25317 * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
25320 Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
25322 * tm.texi (FUNCTION_ARG): Correct description of a stack element
25325 Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
25327 * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
25329 Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25331 * rs6000.c (output_mi_thunk): Enable full support again.
25333 Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
25335 * sh.h (BRANCH_COST): Define.
25337 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
25339 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
25341 Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
25343 * function.c (assign_stack_local): Align stack slot propertly.
25344 (assign_outer_stack_local): Likewise.
25346 Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
25348 * expr.h (lang_expand_constant): Declare.
25349 * toplev.c (lang_expand_constant): Define it.
25350 * varasm.c (output_constant): Use it.
25352 Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25354 * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
25355 Change function definitions to K&R style.
25357 Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25359 * fixinc/fixincl.c: We must not ignore SIGCLD now.
25361 Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
25363 * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
25364 * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
25365 (several places): omit static initialization
25366 (process): use single fd, since only the read fd is used
25367 * fixinc/gnu-regex.c: define 'const' away, if not supported
25368 * fixinc/procopen.c(several places): omit static initialization
25369 * fixinc/server.c: define 'volitile' away, if not supported
25371 1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25373 * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
25374 asm_fprintf and %L to generate the label name.
25375 * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
25376 (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
25378 Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
25380 * jump.c (can_reverse_comparison_p): Do not abort if the comparison
25381 insn for a conditional jump can not be found.
25383 Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
25385 * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
25386 on variables in specific sections other than .sbss and .sdata.
25388 Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
25390 * stmt.c (expand_return): Call start_cleanup_deferral and
25391 end_cleanup_deferral around conditional code.
25393 Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25395 * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
25396 filename lists. Utilizes new "krstr" AutoGen function.
25397 * fixinc/fixincl.x: Rebuilt.
25399 Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
25401 * i386.c (output_float_compare): Avoid GNU-C extensions.
25403 Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
25405 * version.c: Bump to distinguish mainline tree from the
25408 See ChangeLog.1 for earlier changes.