1 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
3 * cppfiles.c (open_include_file): If open(2) returns EMFILE or
4 ENFILE, close all cached file descriptors and try again.
5 (_cpp_execute_include): Keep a count of the number of times
6 each header is included.
7 (close_cached_fd): New function.
8 * cpphash.h (struct include_file): Rename before to
9 include_count; all users updated. Make include_count and sysp
11 * cppinit.c (cpp_finish): If -H, report headers that could use
13 (report_missing_guard): New function.
15 Wed Jun 28 14:46:58 MET DST 2000 Jan Hubicka <jh@suse.cz>
17 * i386.md (prologue_set_got): Set length_immediate field.
18 (testqi_ccno_1): Add missing '@' character.
20 2000-06-27 Jason Merrill <jason@redhat.com>
22 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
25 2000-06-27 Andrew Macleod <amacleod@cygnus.com>
27 * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
28 unsigned macros available.
30 2000-06-27 Richard Henderson <rth@cygnus.com>
32 * config/ia64/ia64.c (emit_insn_group_barriers): Special case
33 epilogue_deallocate_stack.
35 * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
36 completers for UNORDERED and ORDERED as well.
37 * config/ia64/ia64.md (bunordered, bordered): New.
38 (sunordered, sordered): New.
40 Tue Jun 27 12:14:12 MET DST 2000 Jan Hubicka <jh@suse.cz>
42 * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
43 * i386.c (ix86_attr_length_default): Kill.
44 (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
46 * i386-protos.h (ix86_attr_length_default): Kill
47 (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
49 * i386.md (attribute type): Add "test".
50 (attribute length_prefix): Kill.
51 (attribute length_opcode): Kill.
52 (attribute i387, mode, length_immediate, length_address, prefix_data16,
53 prefix_rep, prefix_0f, modrm): New.
54 (attribute length): Compute using the new attributes.
55 (attribute pent_prefix): New.
56 (attribute pent_pair): Compute using pent_prefix.
57 (all insn patterns): Set mode,modrm and immediate_length attributes where
59 (cmpsi patterns): Compute sizes propertly for test instruction.
60 (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
61 (movstricthi_xor, movstrictqi_xor): New patterns.
62 (andsi/andhi): Use splitters to generate xor instructions.
63 (xorqi_ext_1): New pattern.
64 (movstricthi->movstricthi_xor peep2): New.
66 Tue Jun 27 12:03:03 MET DST 2000 Jan Hubicka <jh@suse.cz>
68 * i386.md (addqi_low_1): Remove.
70 2000-06-27 Philipp Thomas <pthomas@suse.de>
72 * 1750a.h: Mark help strings for options/switches for translation.
79 * clipper.h: Likewise.
90 * osf1elf.h: Likewise.
91 * osfrose.h: Likewise.
95 * paragon.h: Likewise.
101 * mn10300.h: Likewise.
109 * rs6000.h: Likewise.
112 * linux64.h: Likewise.
113 * sp64-elf.h: Likewise.
117 * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
119 * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
120 Properly document option and mark for translation.
121 * sp86x-elf.h: Likewise.
123 2000-06-27 Bernd Schmidt <bernds@cygnus.co.uk>
125 Add MMX and SSE registers to i386 machine description.
126 * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
127 ix86_local_alignment): Declare.
129 * i386.h (TARGET_MMX, TARGET_SSE): New.
130 (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
131 REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
132 REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
133 enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
134 (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
135 (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
136 (RETURN_IN_MEMORY): Handle MMX/SSE.
137 (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
138 also get stack space.
139 (MUST_PASS_IN_STACK): Added TImode to the default definition.
140 (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
141 (MMX_REGISTER_NAMES): New.
142 (ALIGN_MODE_128): New macro.
143 (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
144 (DATA_ALIGNMENT): Likewise.
145 (LOCAL_ALIGNMENT): Likewise.
146 (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
147 TARGET_MMX/TARGET_SSE.
148 (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
149 (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
150 (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
151 SSE/MMX regs and something else.
152 (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
153 (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
154 3 if moving between MMX regs and something else.
156 * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
157 (regclass_map): Add MMX/SSE registers.
158 (print_operand): Add code to print XMMWORD as appropriate.
159 (ix86_split_movdi): Abort for MMX regs.
160 (init_cumulative_args): Also allow SSE_REGS
161 (function_arg_advance, function_arg): Likewise
162 (print_reg): Support 'm'. Add case for TImode.
163 (override_options): TARGET_SSE implies TARGET_MMX.
164 (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
167 * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
169 * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
171 * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
172 * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
174 2000-06-26 Geoff Keating <geoffk@cygnus.com>
176 * ssa.c (struct rename_set_data): Change the name of field
177 'set_dest' to 'old_reg'. Add comments.
178 (struct rename_context): Change the name of 'set_data' to
179 'new_renames'. Add new field 'done_renames'.
180 (create_delayed_rename): New function.
181 (apply_delayed_renames): New function.
182 (rename_insn_1): Use the new functions. Handle CLOBBERS. Handle
183 SUBREGs and similar by emitting a move.
184 (new_registers_for_updates): Delete, functionality moved to
185 apply_delayed_renames.
186 (rename_block): Handle moves emitted by rename_insn_1 by putting
187 them into a SEQUENCE with the original insn. Add sanity checks
189 (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
190 (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
192 2000-06-26 Andrew Macleod <amacleod@cygnus.com>
193 Jason Merrill <jason@redhat.com>
195 * dwarf2.h (enum dwarf_call_frame_info): Add
196 DW_CFA_def_cfa_expression.
197 * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
198 dw_loc_descr_struct entry.
199 (struct cfa_loc): New structure to track a CFA location.
200 (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
201 (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
202 offset, plus handle DW_CFA_def_cfa_expression.
203 (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
205 (dwarf2out_def_cfa): Entry point maintained for compatability.
206 (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
207 (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
208 (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
209 (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
211 (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
212 sequences for the new DW_CFA_def_cfa_expression record.
213 (dwarf2out_frame_debug): Use new variables/fields.A
214 (output_cfi): Handle DW_CFA_def_cfa_expression.
215 (output_cfa_loc): New function to generate a CFI record for
216 DW_CFA_def_cfa_expression.
217 (get_cfa_from_loc_descr): New function to get a cfa_loc record from
218 a dw_loc_descr sequeunce.
219 (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
220 (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
221 size_of_locs, output_loc_operands, output_loc_sequence): Move into
223 * frame.h (frame_state): Add base_offset and indirect fields.
224 * frame-dwarf2.c (decode_stack_op): New function to interpret a
225 dw_loc_descr operation.
226 (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
227 (struct frame_state): Add base offset and indirect fields.
228 * libgcc2.c (next_stack_level): Support indirect loading for CFA.
230 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>
232 * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
233 Make warnings about implicit int be pedwarns in C99. Don't warn
234 about duplicate type qualifiers in C99.
235 (start_function): Make warning about implict int return type be a
237 * c-lex.c (yylex): Don't warn about `long long' in C99.
238 * c-typeck.c (c_expand_return): In C99, always pedwarn about
239 `return' with no value in function returning non-void.
241 2000-06-26 Richard Henderson <rth@cygnus.com>
243 * c-typeck.c (pedwarn_c99): New.
244 * diagnostic.c (verror, vwarning, vpedwarn): Export.
245 * toplev.h: Prototype them.
247 2000-06-26 J. David Anglin <dave@hiauly1.hia.nrc.ca>
249 * c-typeck.c (digest_init): Return error_mark_node node when
250 TREE_TYPE (init) == error_mark_node.
252 2000-06-26 Philipp Thomas <pthomas@suse.de>
254 * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
255 test for msgfmt without path instead.
256 * configure: Rebuilt.
258 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
260 * gengenrtl.c (special_rtx): Fix typo in comment.
262 2000-06-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
264 * mklibgcc.in (LIB2FUNCS): Add missing space.
266 2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
268 * tree.h (enum tree_index): Add vector type nodes.
269 Add accessor macros for them.
270 (TYPE_REPRESENATION_TYPE): New macro.
271 * tree.c (build_common_tree_nodes_2): Build these nodes.
272 (finish_vector_type): New function.
273 * c-common.c (type_for_mode): Handle vector modes.
274 * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
276 * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
277 * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
278 * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
279 (gen_type_die): Likewise.
280 * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
281 (fundamental_type_code): Likewise.
282 (type_is_fundamental): VECTOR_TYPEs aren't.
283 (output_type): Handle VECTOR_TYPEs.
285 2000-06-25 Kazu Hirata <kazu@hxi.com>
287 * config/arm.c: Fix a comment typo.
288 * config/arm.h: Likewise.
290 2000-06-25 Philipp Thomas <pthomas@suse.de>
292 * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
294 AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
295 * configure: Rebuilt.
297 2000-06-25 John David Anglin <dave.anglin@nrc.ca>
299 * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
301 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
303 * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
306 2000-06-24 Marc Espie <espie@cvs.openbsd.org>
308 * collect2.c (resolve_lib_name): Move '/' check out of loop.
310 2000-06-24 Dirk Duellmann <Dirk.Duellmann@cern.ch>
312 * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
314 2000-06-24 Jakub Jelinek <jakub@redhat.com>
316 * stmt.c (expand_decl_cleanup): Emit a dummy insn after
317 last_unconditional_cleanup.
319 2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
321 * tree.def (VECTOR_TYPE): New node type.
322 * tree.h: Adjust some comments to reflect addition of vector types.
323 (TYPE_VECTOR_SUBPARTS): New macro.
324 * stor-layout.c (layout_type): Handle VECTOR_TYPE.
325 * c-convert.c (convert): Likewise.
326 * convert.c (convert_to_integer): Handle vector modes.
327 (convert_to_vector): New function.
328 * convert.h (convert_to_vector): Declare.
329 * expr.c (convert_move): Handle vector modes.
330 * expmed.c (extract_bit_field): Don't abort for vector modes.
332 2000-06-24 Marek Michalkiewicz <marekm@linux.org.pl>
334 * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
335 * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
336 New functions, common code moved from function_{prologue,epilogue}
337 and extended to support the -mtiny-stack option.
338 (function_prologue, function_epilogue): Use them.
339 Use lo8/hi8 consistently for asm output readability.
340 (avr_hard_regno_mode_ok): New function.
341 * config/avr/avr.h (TARGET_SWITCHES): Fix typo. Add -mtiny-stack.
342 (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
343 (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
344 * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
345 Write SPH before SPL.
346 (*movqi): No need to disable interrupts for just one "out"
347 in alternative 5. Change length attribute from 4 to 1.
348 * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
349 Write SPH before SPL.
351 2000-06-24 Bernd Schmidt <bernds@cygnus.co.uk>
353 * rtl.texi (Vector Operations): New node.
354 (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
355 (Conversions): Add ss_truncate, us_truncate.
356 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
357 VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
358 US_TRUNCATE): New rtx codes.
359 * machmode.def: Add vector modes.
360 * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
362 (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
363 (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
364 (VECTOR_MODE_P): New.
366 2000-06-24 Nathan Sidwell <nathan@codesourcery.com>
368 * cpp.texi: Clarify #pragma GCC namespace.
370 2000-06-24 Philipp Thomas <pthomas@suse.de>
372 * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
373 all catalogs specified in ALL_LINGUAS.
374 * configure: Rebuilt.
376 2000-06-23 Jakub Jelinek <jakub@redhat.com>
378 * config/sparc/sparc.md (reload_outdi+1): Handle
379 HOST_BITS_PER_WIDE_INT == 64 case correctly.
380 (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
382 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
384 * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
385 struct vs. scalar-ness when -fno-strict-aliasing.
387 2000-06-23 Nathan Sidwell <nathan@codesourcery.com>
389 * cpplib.c (struct pragma_entry): New structure.
390 (pragma_dispatch): Pragma dispatcher.
391 (top_pragmas, gcc_pragmas): New static variables.
392 (do_pragma): Use pragma_dispatch.
393 (do_pragma_gcc): New pragma handler.
396 2000-06-23 Jakub Jelinek <jakub@redhat.com>
398 * calls.c (compute_argument_addresses): Force stack slots into
400 * expr.c (emit_push_insn): Force pushes into alias set 0.
402 2000-06-23 Richard Henderson <rth@cygnus.com>
404 * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
405 * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
407 2000-06-22 Jason Merrill <jason@redhat.com>
409 * toplev.c (compile_file): Always call timevar_print.
410 * Makefile.in (calls.o): Depend on TIMEVAR_H.
412 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
414 * varasm.c (constant_descriptor): Make contents unsigned char.
415 (mark_const_hash_entry): Adjust.
416 (const_hash): Just hash the code of unknown nodes.
417 (compare_constant_1): Adjust for unsigned char.
418 Use language specific expander on unknown nodes.
419 (record_constant_1): Likewise.
421 2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
423 * cppfiles.c (cpp_make_system_header): New function.
424 * cpplib.h: Prototype it.
425 * cpplib.c (do_line, do_pragma_system_header): Use it.
426 * fix-header.c (read_scan_file): Use it.
428 * fix-header.c (check_macro_names): Cast second arg of
429 cpp_defined to const unsigned char *.
430 (read_scan_file): Make getchar_call const unsigned char.
432 2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
434 * cppfiles.c: Include splay-tree.h, not hashtab.h.
435 (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
436 (destroy_include_file_node): New.
437 (_cpp_init_include_hash): Rename _cpp_init_include_table.
438 Create a splay tree, not a hash table.
439 (open_include_file): Look up the path in the include table,
440 do the multiple include optimization here, etc.
441 (cpp_included): Walk the path.
442 (find_include_file): Just walk the path calling
443 open_include_file, or call it directly for an absolute path.
444 (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
446 (read_include_file): Update for new scheme. Don't close the
447 file unless reading fails.
448 (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
450 * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
451 (struct include_file): New.
452 (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
454 (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
457 * cppinit.c: Include splay-tree.h.
458 (cpp_reader_init, cpp_cleanup): Update.
460 * cpplib.h (struct cpp_buffer): Change ihash field to
461 'struct include_file *inc'. Remove system_header_p.
462 (struct cpp_reader): Change all_include_files to a
463 struct splay_tree_s *.
465 * cpplex.c: Update all references to cpp_buffer->ihash and/or
466 cpp_buffer->system_header_p.
467 (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
469 * Makefile.in (SPLAY_TREE_H): New macro.
470 (cppfiles.o, cppinit.o): Update dependencies.
472 Wed Jun 21 11:05:48 2000 Martin Buchholz <martin@xemacs.org>
474 * invoke.texi (g++): "g++" is not a script anymore.
476 2000-06-20 J. David Anglin <dave@hiauly1.hia.nrc.ca>
478 * function.c (round_down): Delete obsolete prototype.
480 * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
482 2000-06-20 Zack Weinberg <zack@wolery.cumb.org>
484 * configure.in: Use 'test a = b' not 'test a == b'.
487 * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
489 * Makefile.in: Remove all references to HOST_INTLLIBS.
491 * cpplex.c (parse_name): Don't warn about $ in identifiers if
494 2000-06-20 Philipp Thomas <pthomas@suse.de>
496 * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
499 Mon Jun 19 23:26:40 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
501 * Take REG_INC notes into account.
503 2000-06-19 Zack Weinberg <zack@wolery.cumb.org>
505 * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
506 (primary: IDENTIFIER): Just call build_external_ref.
507 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
509 * c-lex.c (lastiddecl): Remove.
510 (yylex): Replace all instances of lastiddecl with local
513 * c-typeck.c (build_external_ref): New function. Treat decls
514 with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
515 Look up the decl from the id here. Call lookup_objc_ivar.
516 * c-lang.c (lookup_objc_ivar): Stub.
517 * objc/objc-act.c (lookup_objc_ivar): New function.
519 * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
520 * c-lex.h: Don't declare lastiddecl.
522 2000-06-19 Benjamin Chelf <chelf@codesourcery.com>
524 * c-common.h (IF_COND): Added documentation.
525 (THEN_CLAUSE): Likewise.
526 (ELSE_CLAUSE): Likewise.
527 (WHILE_COND): Likewise.
528 (WHILE_BODY): Likewise.
531 (RETURN_EXPR): Likewise.
532 (EXPR_STMT_EXPR): Likewise.
533 (FOR_INIT_STMT): Likewise.
534 (FOR_COND): Likewise.
535 (FOR_EXPR): Likewise.
536 (FOR_BODY): Likewise.
537 (SWITCH_COND): Likewise.
538 (SWITCH_BODY): Likewise.
539 (CASE_LOW): Likewise.
540 (CASE_HIGH): Likewise.
541 (GOTO_DESTINATION): Likewise.
542 (COMPOUND_BODY): Likewise.
543 (ASM_CV_QUAL): Likewise.
544 (ASM_STRING): Likewise.
545 (ASM_OUTPUTS): Likewise.
546 (ASM_INPUTS): Likewise.
547 (ASM_CLOBBERS): Likewise.
548 (DECL_STMT_DECL): Likewise.
549 (STMT_EXPR_STMT): Likewise.
550 (LABEL_STMT_LABEL): Likewise.
552 * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
553 COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
554 RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
555 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
557 2000-06-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
559 * configure.in (--enable-checking): Update --help doc to reflect
560 new defaults. Ensure $ac_save_IFS is set before $IFS is changed.
562 Sun Jun 18 21:42:15 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
564 * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
566 * function.c (put_var_into_stack): Don't reference DECL_ fields
567 if input is a SAVE_EXPR.
568 Use set_mem_attributes in COMPLEX case.
570 2000-06-18 Richard Henderson <rth@cygnus.com>
572 * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
573 (ia64_file_start): Declare.
574 * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
575 (GR_REGNO_P): Likewise.
576 * config/ia64/ia64.c: Many prototypes.
577 (ia64_reg_numbers): Constify.
578 (ia64_input_reg_names, ia64_local_reg_names): Likewise.
579 (ia64_section_threshold): Make unsigned.
580 (ia64_print_operand): Constify.
581 (fix_range): Constify.
582 (ia64_init_builtins): Don't compare signed vs unsigned.
583 (ia64_expand_builtin): Likewise.
585 * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
586 (CONSTRAINT_OK_FOR_Q): New.
587 * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
588 (movsf_internal, movdf_internal): Likewise.
589 (cmovdi_internal): Rewrite so that constraints and predicates match;
591 (cmovsi_internal): Likewise.
593 * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
594 (ASM_FILE_START): New.
595 * config/ia64/ia64.c (ia64_file_start): New.
596 (rtx_needs_barrier): Handle pred.rel.mutex.
597 (emit_predicate_relation_info): New.
598 * config/ia64/ia64.md (pred_rel_mutex): New.
599 * config/ia64/linux.h (ASM_SPEC): Define.
600 * config/ia64/sysv4.h (ASM_FILE_START): Define.
602 * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
603 filtering global register variables.
605 2000-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
607 * c-common.c (add_c_tree_codes): Fix definition for traditional C.
609 2000-06-17 Michael Meissner <meissner@redhat.com>
611 * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
612 not present and there is a field after a '-'.
614 2000-06-17 Bruce Korb <bkorb@gnu.org>
616 * fixinc/check.tpl: finish the implementation of multiple tests
618 * fixinc/inclhack.def(ctrl_quotes_def): add a second test
619 (io_quotes_def): add a second test
620 (various): reorder `files' so that "limits.h" is never first
621 * fixinc/tests/base/*: update the testing output
623 Sat Jun 17 10:33:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
625 * gcc.texi: Remove reference to stupid.c.
627 2000-06-16 Benjamin Chelf <chelf@codesourcery.com>
629 * c-common.c (c_tree_code_type): New array.
630 (c_tree_code_length): Likewise.
631 (c_tree_code_name): Likewise.
632 (add_c_tree_codes): New function.
634 * c-common.h (add_c_tree_codes): Declare.
635 (enum c_tree_code): New enum.
637 * c-lex.c (init_parse): Added call to add_c_tree_codes.
639 2000-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
641 * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
642 select pattern to also match macro defs with only one argument.
644 Thu Jun 15 18:56:12 2000 Jeffrey A Law (law@cygnus.com)
646 * i386.md: Create new [right,left] rotate and right shift
647 patterns to optimize shift by 1 bit for certain ia32 processors.
648 Update patterns which perform left shifts to optimize shift by
649 1 bit for certain ia32 processors.
650 * i386.c (const_int_1_operand): New predicate.
651 * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
652 * i386-protos.h (const_int_1_operand): Prototype.
654 Wed Jun 14 23:46:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
656 * mips.c (machine_dependent_reorg): Fix braces for nested if.
658 2000-06-14 Geoff Keating <geoffk@cygnus.com>
660 * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
663 2000-06-14 Richard Henderson <rth@cygnus.com>
665 * conflict.c (conflict_graph_compute): Don't look for REG_INC.
667 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
670 * print-rtl.c (print_rtx): Emit space before mem alias set.
672 2000-06-14 David Edelsohn <edelsohn@gnu.org>
674 * rs6000.c (expand_block_move): Fix typo in earlier change.
675 (print_operand): Remove unused variables neg and op.
676 (toc_hash_mark_entry): Fix prototype.
678 2000-06-14 Benjamin Chelf <chelf@codesourcery.com>
680 * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
681 (THEN_CLAUSE): Likewise.
682 (ELSE_CLAUSE): Likewise.
683 (WHILE_COND): Likewise.
684 (WHILE_BODY): Likewise.
687 (RETURN_EXPR): Likewise.
688 (EXPR_STMT_EXPR): Likewise.
689 (FOR_INIT_STMT): Likewise.
690 (FOR_COND): Likewise.
691 (FOR_EXPR): Likewise.
692 (FOR_BODY): Likewise.
693 (SWITCH_COND): Likewise.
694 (SWITCH_BODY): Likewise.
695 (CASE_LOW): Likewise.
696 (CASE_HIGH): Likewise.
697 (GOTO_DESTINATION): Likewise.
698 (COMPOUND_BODY): Likewise.
699 (ASM_CV_QUAL): Likewise.
700 (ASM_STRING): Likewise.
701 (ASM_OUTPUTS): Likewise.
702 (ASM_INPUTS): Likewise.
703 (ASM_CLOBBERS): Likewise.
704 (DECL_STMT_DECL): Likewise.
705 (STMT_EXPR_STMT): Likewise.
706 (LABEL_STMT_LABEL): Likewise.
707 (SCOPE_BEGIN_P): Likewise.
708 (SCOPE_END_P): Likewise.
709 (SCOPE_STMT_BLOCK): Likewise.
710 (SCOPE_NULLIFIED_P): Likewise.
711 (SCOPE_NO_CLEANUPS_P): Likewise.
712 (SCOPE_PARTIAL_P): Likewise.
713 (ASM_VOLATILE_P): Likewise.
714 (STMT_LINENO): Likewise.
715 (STMT_LINENO_FOR_FN_P): Likewise.
717 * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
718 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
719 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
720 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
721 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
723 * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
725 2000-06-14 David O'Brien <obrien@FreeBSD.org>
727 * gcc.c (main): Quiet compiler warnings. argv is assumed to be
728 writable in parts of the GCC code.
730 * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
731 specification match cast.
733 Wed Jun 14 09:25:57 2000 Jeffrey A Law (law@cygnus.com)
735 * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
736 * configure, config.in: Rebuilt.
737 * sys-protos.h: Similarly.
739 Wed Jun 14 03:39:58 EDT 2000 John Wehle (john@feith.com)
741 * ifcvt.c (EDGE_COMPLEX): Move definition ...
742 * basic-block.h (EDGE_COMPLEX): ... here.
744 * loop.c (check_dbra_loop): Specify the register when
745 generating REG_NONNEG notes and don't generate duplicates.
747 2000-06-13 Jakub Jelinek <jakub@redhat.com>
749 * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
750 (struct tree_type, struct tree_decl): Add user_align member.
751 * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
752 (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
753 and DECL_USER_ALIGN 0, cap alignment to this value.
754 (place_field): Likewise.
755 (finalize_type_size): Set TYPE_USER_ALIGN.
756 (layout_type): Likewise.
757 (initialize_sizetypes): Likewise.
758 * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
759 DECL_USER_ALIGN to 1.
760 * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
761 (xfer_tag): Set TYPE_USER_ALIGN.
762 (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
763 (finish_enum): Likewise.
764 * stmt.c (expand_decl): Set DECL_USER_ALIGN.
765 (expand_anon_union_decl): Likewise.
766 * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
767 (build_index_type): Set TYPE_USER_ALIGN.
768 (build_range_type): Likewise.
769 (build_common_tree_nodes_2): Likewise.
770 * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
772 2000-06-13 Andreas Jaeger <aj@suse.de>
774 * configure.in: Use --enable-checking=misc,tree,gc by default if
775 no --enable-checking option is given and for
776 --enable-checking=yes.
777 * configure: Rebuilt.
779 2000-06-13 Richard Henderson <rth@cygnus.com>
781 * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
782 (__throw): Don't pass the address of a label.
784 * config/ia64/ia64.c (ia64_compute_frame_size): Use
785 current_function_is_leaf.
786 (ia64_expand_prologue): Likewise. Modify return_address_pointer_rtx
787 instead of reg_names[RETURN_ADDRESS_REGNUM].
788 (ia64_init_machine_status): Reset return_address_pointer_rtx.
789 * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
790 from RETURN_ADDRESS_REGNUM. Update all uses.
791 (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
792 zero instead of null on failure.
793 (ELIMINABLE_REGS): Add ra->b0 elimination.
794 (CAN_ELIMINATE): Update accordingly.
795 (INITIAL_ELIMINATION_OFFSET): Likewise.
796 (REGISTER_NAMES): Use an illegal assembler name for
797 RETURN_ADDRESS_POINTER_REGNUM.
799 2000-06-13 Richard Henderson <rth@cygnus.com>
801 * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
802 GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
803 (REG_CLASS_NAMES): Likewise.
804 (REG_CLASS_CONTENTS): Likewise.
805 (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
806 (HARD_REGNO_MODE_OK): Remove references to them.
807 (REGNO_REG_CLASS): Likewise.
808 (REG_CLASS_FROM_LETTER): Likewise.
809 (CLASS_MAX_NREGS): Likewise.
810 (REGISTER_MOVE_COST): Likewise.
811 * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
812 * config/ia64/ia64.md (*): Replace "e" constraints with "f".
813 (movqi_internal): Special case moves from zero.
814 (movhi_internal, movsi_internal): Likewise.
815 (movdi_internal): Likewise. Fill out "f" constraints.
816 (movsf_internal): Fill out "r" constraints.
817 (movdf_internal): Likewise.
819 2000-06-13 Richard Henderson <rth@cygnus.com>
821 * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
824 * haifa-sched.c (struct deps): Add in_post_call_group_p.
825 (add_dependence): Handle notes between SCHED_GROUP_P insns.
826 (remove_dependence): Always define.
827 (set_sched_group_p): New.
828 (sched_analyze_2): Use it.
829 (sched_analyze_insn): Don't special-case naked uses. Look for
830 and extend in_post_call_group_p.
831 (sched_analyze): Clear stale SCHED_GROUP_P. Set in_post_call_group_p.
832 (init_deps): Clear in_post_call_group_p.
834 2000-06-13 Richard Henderson <rth@cygnus.com>
836 * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
837 CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
838 and hard-coded tests.
839 (simplify_set): Likewise.
840 (gen_lowpart_for_combine): Likewise.
841 * emit-rtl.c (gen_lowpart_common): Likewise.
842 * global.c (find_reg): Likewise.
843 * local-alloc.c (find_free_reg): Likewise.
844 * recog.c (register_operand): Likewise.
845 * regclass.c (init_reg_sets_1): Likewise.
846 (record_operand_costs, regclass): Likewise.
847 * reload.c (push_reload): Likewise.
848 * reload1.c (choose_reload_regs): Likewise.
849 * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
850 * local-alloc.c (struct qty): Rename changes_size to changes_mode.
851 Update all references.
852 * regs.h (struct reg_info_def): Likewise.
853 (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
854 * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
855 (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
857 * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
858 (CLASS_CANNOT_CHANGE_MODE_P): New.
859 * config/mips/mips.h: Likewise.
860 * config/pa/pa32-regs.h: Likewise.
861 * config/pa/pa64-regs.h: Likewise.
862 * config/rs6000/rs6000.h: Likewise.
863 * config/sh/sh.h: Likewise.
864 * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
865 (CLASS_CANNOT_CHANGE_MODE_P): New.
866 * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
867 * config/d30v/d30v.h: Likewise.
869 2000-06-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
871 * configure.in: Add AC_TYPE_GETGROUPS test.
872 * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
873 * configure: Rebuilt.
874 * config.in: Rebuilt.
876 2000-06-13 Richard Henderson <rth@cygnus.com>
878 * explow.c (set_mem_attributes): Do nothing for NULL type.
880 Tue Jun 13 14:45:10 2000 Jeffrey A Law (law@cygnus.com)
882 * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
885 2000-06-13 James E. Wilson <wilson@cygnus.com>
887 * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
889 Tue Jun 13 14:05:35 2000 Jeffrey A Law (law@cygnus.com)
891 * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
893 2000-06-13 Philipp Thomas <pthomas@suse.de>
895 * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
896 * configure: Rebuilt.
898 2000-06-07 David O'Brien <obrien@FreeBSD.org>
900 * configure.in: Adjust FreeBSD bits to match changes to config.guess.
901 We now default to ELF for the i386, and a.out is the special case.
902 * configure: Rebuilt.
904 Tue Jun 13 10:05:30 2000 Hans-Peter Nilsson <hp@axis.com>
906 * final.c (final_scan_insn): Delete notes between cc0 setter and
907 user when restarting from setter.
909 2000-06-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
911 * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
912 cast to squelch signed/unsigned warnings.
914 2000-06-13 Zack Weinberg <zack@wolery.cumb.org>
916 * cpplib.c (handle_directive): Print non-NUL-terminated string
919 2000-06-12 Michael Meissner <meissner@redhat.com>
921 * ifcvt.c (dead_or_predicable): Don't do conditional execution
922 path if the machine needs extra support to do conditional
925 Mon Jun 12 17:04:17 2000 Jeffrey A Law (law@cygnus.com)
927 * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
928 to print the alias set.
929 * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
931 2000-06-12 J. David Anglin <dave@hiauly1.hia.nrc.ca>
933 * config/float-vax.h: Add GFLOAT defines.
935 Mon Jun 12 9:44:00 2000 Mark Klein <mklein@dis.com>
937 * configure.in: Update tm dependencies for MPE.
938 * configure: Rebuilt.
940 2000-06-12 H.J. Lu <hjl@gnu.org>
942 * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
944 2000-06-12 David Edelsohn <edelsohn@gnu.org>
946 * aix41.h (SUBTARGET_SWITCHES): Delete threads.
947 (CPP_SPEC): Change mthreads to pthread.
948 (LIB_SPEC): Likewise.
949 (STARTFILE_SPEC): Likewise.
950 * aix43.h (SUBTARGET_SWITCHES): Delete threads.
951 (CPP_SPEC): Change mthreads to pthread.
952 (LIB_SPEC): Likewise.
953 (STARTFILE_SPEC): Likewise.
954 * rs6000-protos.h (reg_or_arith_cint_operand): New.
955 * rs6000.c (reg_or_arith_cint_operand): New.
956 (num_insns_constant_wide): Decorate unsigned constant.
957 * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
958 * rs6000.md (addsi3): Use new predicate.
959 (subsi3, adddi3, subdi3): Likewise.
961 2000-06-12 Mark Mitchell <mark@codesourcery.com>
963 * c-common.c (lang_get_alias_set): Fix typo.
965 2000-06-12 Richard Earnshaw <rearnsha@arm.com>
967 * flow.c (mark_used_regs): Revert last change.
968 (life_analysis): Remove PROP_AUTOINC if running after reload.
969 (propagate_one_insn): PROP_AUTOINC is always off after reload.
971 2000-06-11 Richard Earnshaw <rearnsha@arm.com>
973 * flow.c (mark_used_regs): Don't call find_auto_inc after reload
976 2000-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
978 * bb-reorder.c (build_scope_forest): Initialize variable
981 * calls.c (expand_call): Likewise for variables
982 `save_pending_stack_adjust' and `save_stack_pointer_delta'.
984 * i386.c (function_arg_advance, function_arg): Cast to avoid
985 signed/unsigned warnings.
987 * i386.h (MEMORY_MOVE_COST): Likewise.
989 * ifcvt.c (cond_exec_process_if_block): Initialize variables
990 `else_start' and `else_end'.
992 * libgcc2.h (__eh_alloc, __eh_free): Prototype.
994 * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
996 2000-06-10 Mark Mitchell <mark@codesourcery.com>
998 * Makefile.in (libintl.a): Depend on intl.all.
1000 2000-06-09 H.J. Lu (hjl@gnu.org)
1002 * Makefile.in (c-parse.o): Also depend on output.h.
1004 2000-06-09 Rodney Brown <RodneyBrown@mynd.com>
1006 * mcore-protos.h: discards const warning removal.
1007 * mcore.c: discards const warning removal.
1009 2000-06-09 Kazu Hirata <kazu@hxi.com>
1011 * config/h8300/lib1funcs.asm: Declare the machine architecture at
1012 the beginning of the file.
1014 2000-06-09 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1016 * real.h: Add prototype for ldexp.
1018 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
1020 * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
1021 it ggc_alloc, drop second argument, never clear returned memory.
1022 * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
1023 (ggc_alloc_cleared): New.
1024 * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
1025 ggc_alloc_obj. Remove ggc_alloc macro.
1026 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
1028 * rtl.c (rtvec_alloc): Clear the vector always.
1029 (rtx_alloc): Clear the first word always. Remove dirty
1030 obstack tricks (this routine is no longer a bottleneck).
1031 * tree.c (make_node): Clear the new node always.
1032 (make_tree_vec): Likewise.
1033 (tree_cons): Clear the common structure always.
1034 (build1): Likewise; also, clear TREE_COMPLEXITY.
1035 * gengenrtl.c: Use puts wherever possible. Remove extra
1037 (gendef): Clear the first word of an RTX in the generator
1038 function, irrespective of ggc_p. Initialize '0' slots to
1040 (genlegend): Don't generate obstack_alloc_rtx routine, just a
1041 thin wrapper macro around obstack_alloc.
1043 * stmt.c (expand_fixup): Use ggc_alloc.
1044 * c-typeck.c (add_pending_init): Use ggc_alloc.
1045 * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
1046 * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
1047 const0_rtx when it is created.
1048 (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
1049 we are not in a function.
1051 * tree.c (tree_class_check_failed): Make second arg an int.
1052 * tree.h: Update prototype.
1054 2000-06-09 Geoff Keating <geoffk@cygnus.com>
1056 * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
1057 of an error_mark_node.
1059 Fri Jun 9 20:35:13 2000 Denis Chertykov <denisc@overta.ru>
1061 * config/avr/avr.c (asm_output_section_name): bugfix.
1063 2000-06-09 Jason Merrill <jason@casey.soma.redhat.com>
1065 * timevar.def: Add TV_EXPAND.
1066 * timevar.c (timevar_print): Update timing information.
1067 * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
1069 * stmt.c (expand_return): Check for error_mark_node.
1071 2000-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1073 * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
1075 * scan-types.sh (VALUE) Wrap use with double quotes to protect
1076 variable against filename expansion when it contains "char *".
1078 * system.h (SSIZE_MAX): Delete backup definition.
1080 * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
1081 instead of SSIZE_MAX.
1083 2000-06-09 Jakub Jelinek <jakub@redhat.com>
1085 * configure.in: Check whether gas supports -relax.
1086 * configure, config.in: Rebuilt.
1087 * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
1088 (EXTRA_SPECS): Add asm_relax.
1089 (ASM_SPEC): Add %(asm_relax).
1090 (TARGET_SWITCHES): Add -mrelax and -mno-relax.
1091 * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
1092 (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
1093 (ASM_SPEC): Add %(asm_relax).
1094 * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
1095 * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
1096 never use sethi/jmpl for leaf tail calls. Use or with rs2 %g0
1097 instead of mov, so that gas can further optimize it.
1099 2000-06-08 James E. Wilson <wilson@bletchleypark.cygnus.com>
1101 * dwarf2out.c (size_of_die, case dw_val_class_const): Use
1103 (value_format, case dw_val_class_const): Use sdata format.
1104 (output_die): Call output_sleb128.
1106 2000-06-08 James E. Wilson <wilson@cygnus.com>
1108 * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
1109 UNALIGNED_DOUBLE_INT_ASM_OP. Rename old macro to
1110 ASM_OUTPUT_DWARF_CONST_DOUBLE.
1111 (output_die, case dw_val_class_unsigned_const): Correct call to
1112 ASM_OUTPUT_DWARF_DATA8.
1113 (output_die, case dw_val_class_long_long): Use
1114 ASM_OUTPUT_DWARF_CONST_DOUBLE.
1115 * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
1118 * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
1119 (output_function_prologue): Fix mispelling.
1120 (output_function_prologue, output_function_epilogue): Reorder to
1121 match ia64.c definition order.
1122 * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
1123 (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
1124 Use r3 instead of r2 for large stack restores.
1125 (ia64_output_end_prologue): New function.
1126 (process_set): Emit ".restore sp" for epilogue stack restores.
1127 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
1129 2000-06-08 Jakub Jelinek <jakub@redhat.com>
1131 * dbxout.c (dbxout_type_fields): Don't segfault on fields with
1134 2000-06-08 Nathan Sidwell <nathan@codesourcery.com>
1136 * frame.c (end_fde_sort): Remove extraneous erratic array test.
1138 2000-06-08 Denis Perchine <dyp@perchine.com>
1140 * frame.c (start_fde_sort): Don't malloc (0).
1142 2000-06-07 Zack Weinberg <zack@wolery.cumb.org>
1144 * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
1146 * print-tree.c (print_node): The transparent_union_flag means
1147 different things for unions and arrays. Do not inspect it
1148 with TYPE_TRANSPARENT_UNION.
1150 2000-06-06 Jakub Jelinek <jakub@redhat.com>
1152 * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
1155 Wed Jun 7 20:34:33 2000 Denis Chertykov <denisc@overta.ru>
1157 * config/avr/avr.c (asm_output_section_name): output section
1159 * config/avr/libgcc.S (.text.libgcc): declare section attributes.
1161 2000-06-06 James E. Wilson <wilson@cygnus.com>
1163 * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
1164 fields into header field.
1165 (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
1166 macros to access length, flags, and version info from header field.
1167 * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
1168 * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
1169 (__do_global_ctors_aux): Fix caller.
1170 * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
1171 prologue_flag to header. Pass to read_P_record.
1172 (read_P_record): New argument header. Implement P4 format.
1173 Multiply P7_T_SIZE by 16.
1174 (execute_one_ia64_descriptor): New static local region_header. Pass to
1175 get_unwind_record. Copy r to region_header if r is a header record.
1176 (print_all_records): Likewise.
1177 (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
1178 (__get_personality, __get_except_table): Likewise.
1179 * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
1181 2000-06-06 Philipp Thomas <pthomas@suse.de>
1183 * configure.in (AC_C_INLINE): Added.
1184 * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
1185 * configure: Regenerate.
1187 2000-06-06 Mark Mitchell <mark@codesourcery.com>
1189 * c-common.h (c_language_kind): New type.
1190 (c_language): New variab.e
1191 * c-common.c (lang_get_alias_set): Don't put structures in
1192 non-zero alias sets in C++.
1193 * c-decl.c (c_language): Define it.
1194 * c-lex.c (doing_objc_thang): Remove.
1195 * c-tree.h (doing_objc_thang): Make it a macro.
1196 * objc/objc-act.c (lang_decode_option): Set c_language, not
1199 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
1201 * diagnostic.c (output_maximum_width): Remove.
1202 (doing_line_wrapping): Tweak.
1203 (diagnostic_buffer): New object.
1204 (global_output_buffer): New object.
1205 (output_destroy_prefix): New function.
1206 (default_initialize_buffer): Likewise.
1207 (reshape_diagnostic_buffer): Likewise.
1208 (initialize_diagnostics): Likewise.
1209 (output_clear): Tweak.
1210 (line_wrapper_printf): Adjust call to init_output_buffer.
1211 (vline_wrapper_message_with_location): Likewise. Use
1212 output_destroy_prefix.
1213 (v_message_with_decl): Likewise.
1215 * diagnostic.h (struct output_buffer): Constify prefix.
1216 (init_output_buffer, output_get_prefix): Constify.
1217 (diagnostic_message_length_per_line): Likewise.
1218 (reshape_diagnostic_buffer): Declare.
1219 (default_initialize_buffer): Declare.
1220 (initialize_diagnostics): Declare.
1221 (diagnostic_buffer): Declare new obbject.
1223 * toplev.c: #include diagnostic.h
1224 (display_help): Document diagnostic formatting options.
1225 (decode_f_option): Handle diagnostic formatting options.
1226 (main): Setup initialization for diagnostic messages outputter.
1228 * toplev.h (set_message_length): Remove.
1230 * Makefile.in (toplev.o): Depends upon diagnostic.h
1232 * invoke.texi : Document diagnostics formatting options.
1234 Tue Jun 6 19:25:32 2000 Philippe De Muyter <phdm@macqel.be>
1236 * configure.in (Make the links): Typo fix : the file that must be
1237 included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
1238 * configure: File rebuilt.
1240 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
1242 * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
1243 (eh_context): Add alloc_mask and alloc_buffer emergency fallback
1245 * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
1246 emergency eh_context buffer, if malloc fails.
1247 (__eh_free): Moved from cp/exception.cc. Release to emergency
1248 eh_context buffer, if appropriate.
1250 2000-06-06 Jason Merrill <jason@casey.soma.redhat.com>
1252 * expr.c (store_expr): Fix typo.
1254 2000-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1256 * m68k.c (legitimize_pic_address): Move prototype ...
1258 * m68k-protos.h (legitimize_pic_address): ... here.
1260 * m68k.md (legitimize_pic_address): Delete prototypes.
1261 (untyped_call): Invoke GEN_CALL(), not gen_call().
1263 * nextstep.c: Include system.h and toplev.h.
1264 (get_directive_line): Don't prototype.
1265 (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
1267 * nextstep.h (handle_pragma): Prototype.
1268 (SECTION_FUNCTION): Prototype FUNCTION(). Move prototype of
1269 objc_section_init ...
1270 (EXTRA_SECTION_FUNCTIONS): ... here.
1272 Tue Jun 6 08:17:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1274 * sdbout.c (struct sdb_file): NAME now const.
1275 (sdbout_init): input_file_name now const.
1276 (sdbout_start_new_source_file): FILENAME now const.
1277 * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
1279 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
1281 * c-typeck.c (build_conditional_expr): Handle complex data types.
1283 2000-06-05 Jason Merrill <jason@casey.soma.redhat.com>
1285 * explow.c (maybe_set_unchanging): New function, broken out from...
1286 (set_mem_attributes): Here.
1287 * expr.h: Declare it.
1288 * stmt.c (expand_decl): Call it.
1290 2000-06-05 Richard Henderson <rth@cygnus.com>
1292 * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
1293 while looking for a register to inherit from.
1295 2000-06-05 Jason Merrill <jason@casey.soma.redhat.com>
1297 * Makefile.in (libgcc.ready): Lose.
1298 (libgcc.mk): Just use mv, not move-if-change.
1299 (LIBGCC_DEPS): New macro.
1301 (stmp-multilib): Likewise.
1302 * mklibgcc.in (stmp-dirs): New target. Make everything depend on
1303 it rather than the directories themselves.
1304 (LIB2ADD): Depend on the list file rather than 'force'.
1306 * fold-const.c (fold, case COND_EXPR): Elide conversion between
1307 cv-qualified versions of types.
1309 Mon Jun 5 14:06:18 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1311 * config/sparc/sparc.c (short_branch): Correct error in range
1314 2000-06-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1316 * fixinc/inclhack.def: New include hacks for ultrix.
1317 * (nested_ultrix): Replaced by ultrix_nested_svc.
1318 * (ultrix_atof_param): test_text string added.
1319 * (ultrix_ifdef): Modified select string.
1321 2000-06-05 Zack Weinberg <zack@wolery.cumb.org>
1323 * objc/objc-act.c (generate_method_descriptors): Register
1324 objc_method_prototype_template as a GC root.
1325 (comp_method_with_proto): Register function_type as a GC root.
1326 (comp_proto_with_proto): Replace function_type1 and
1327 function_type2 with a two-element array; register it as a GC root.
1329 (generate_protocols, build_protocol_initializer,
1330 generate_protocol_list, build_category_initializer,
1331 build_shared_structure_initializer): Do not cache cast_type
1334 2000-06-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1336 * function.c (assign_parms): Add missing argument to set_mem_attributes
1339 2000-06-05 Nathan Sidwell <nathan@codesourcery.com>
1341 * tree.h (VOID_TYPE_P): New macro.
1342 (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
1343 * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
1344 (get_parm_info): Likewise.
1345 (store_parm_decls): Likewise.
1346 (combine_parm_decls): Likewise.
1347 (finish_function): Likewise.
1348 * c-typeck.c (build_function_call): Likewise.
1349 (build_binary_op): Likewise.
1350 (build_conditional_expr): Likewise.
1351 (internal_build_compound_expr): Likewise.
1352 (convert_for_assignment): Likewise.
1353 * stmt.c (expend_expr_stmt): Likewise.
1354 (warn_if_unused_value): Likewise.
1355 (expand_return): Likewise.
1356 * c-parse.in (primary): Likewise.
1357 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
1358 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1360 Mon Jun 5 06:46:28 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1362 * alias.c (get_alias_set): If compnent is addressable, use alias
1364 * c-decl.c (init_decl_processing): Don't call record_component_aliases.
1365 (grokdeclarator): Likewise.
1366 * c-typeck.c (common_type): Likewise.
1368 2000-06-04 Alex Samuel <samuel@codesourcery.com>
1370 * Makefile.in (OBJS): Remove dyn_string.o
1371 (dyn-string.o): Delete rule.
1372 * dyn-string.c: Delete file
1373 * dyn-string.h: Likewise.
1375 2000-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1377 * Makefile.in (intl.*): Honor non-zero exit codes in the intl
1380 2000-06-03 Geoff Keating <geoffk@cygnus.com>
1382 * alias.c (record_component_aliases): Don't inspect
1383 DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
1385 Sat Jun 3 19:05:30 2000 Michael Meissner <meissner@redhat.com>
1387 * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
1388 it with the pattern to do machine dependent work.
1389 (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
1390 use it to modify the true/false tests used in conditional
1391 execution. If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
1392 defined, invoke them if the conversion to conditional execution
1393 was successful or not.
1395 * tm.texi (IFCVT_MODIFY_TESTS): Document.
1396 (IFCVT_MODIFY_INSN): Ditto.
1397 (IFCVT_MODIFY_FINAL): Ditto.
1398 (IFCVT_MODIFY_CANCEL): Ditto.
1400 Sat Jun 3 15:26:13 2000 Matt Kraai <kraai@alumni.carnegiemellon.edu>
1402 * toplev.c (main): Fix misspellings of possibility and language.
1404 2000-06-03 Richard Henderson <rth@cygnus.com>
1406 * alias.c (record_alias_subset): Initialize has_zero_child in the
1409 2000-06-03 Richard Earnshaw (rearnsha@arm.com)
1411 * arm.md (untyped_call): Use GEN_CALL macro.
1413 2000-06-02 Pekka Nikander <pnr@teldanex.tcm.hut.fi>
1415 * Makefile.in: Use $(MAKE) not "make"
1417 Fri Jun 2 19:31:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1419 * alias.c (struct alias_set_entry): New field has_zero_child.
1420 (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
1421 (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
1423 Call record_component_aliases for aggregate types.
1424 (record_alias_subset): Set has_zero_child.
1425 (record_component_aliases, case ARRAY_TYPE): Do nothing if
1426 TYPE_NONALIASES_COMPONENT.
1427 (record_component_aliases, case RECORD_TYPE): Test
1428 DECL_NONADDRESSABLE_P.
1429 * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
1430 of TREE_ADDRESSABLE.
1431 * calls.c (initialize_argument_information): Only test
1432 TYPE_TRANSPARENT_UNION for UNION_TYPE.
1433 * function.c (assign_parms): Likewise.
1434 * integrate.c (function_cannot_inline_p): Likewise.
1435 * stor-layout.c (finish_record_layout): Don't call
1436 record_component_aliases.
1437 * tree.h (struct tree_int_cst): Use struct tree_common.
1438 (struct tree_real_cst, struct tree_string): Likewise.
1439 (struct tree_complex, struct tree_identifier): Likewise.
1440 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
1441 (struct tree_block, struct tree_type, struct tree_decl): Likewise.
1442 (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
1443 (TYPE_NONALIASES_COMPONENT): New macro.
1444 (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
1445 (DECL_NONADDRESSABLE_P): New macro.
1446 (struct tree_decl): Reorder bits for clarity of how many left;
1449 2000-06-02 Jason Merrill <jason@casey.soma.redhat.com>
1451 * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
1452 * mklibgcc.in (force): New target.
1453 Make LIB2ADD stuff depend on it.
1455 2000-06-02 Richard Henderson <rth@cygnus.com>
1457 * alias.c (lang_get_alias_set): Remove.
1458 (get_alias_set): Call it directly, not indirectly.
1459 * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
1460 * c-common.h (c_get_alias_set): Don't declare.
1461 * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
1462 * expr.h (lang_get_alias_set): Declare as function, not pointer.
1464 2000-06-02 Bruce Korb <bkorb@gnu.org>
1466 * fixinc/server.c(sig_handler): resume closing server on SIGPIPE
1467 (server_setup): define the server's master pid
1468 (close_server): actually do the deed IFF we are the server's master
1470 2000-06-02 Jakub Jelinek <jakub@redhat.com>
1472 * c-common.c (c_get_alias_set): Check whether signed_type did not
1473 return its argument before calling get_alias_set on the result.
1475 2000-06-02 Andrew MacLeod <amacleod@cygnus.com>
1477 * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
1479 Fri Jun 2 00:22:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1481 * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
1482 (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
1483 for TARGET_NOMACSAVE.
1484 (NOMACSAVE_BIT): Define.
1485 (TARGET_NOMACSAVE): Define.
1486 (TARGET_SWITCHES): Add "nomacsave".
1488 2000-06-02 Toshiyasu Morita <toshi.morita@sega.com>
1490 * sh.md (untyped_call): Remove excess parameters
1492 2000-06-01 Loren J. Rittle <ljrittle@acm.org>
1494 * fixinc/inclhack.def (osf_namespace_a): Relax expression to
1495 match that used before the conversion to c_fix style.
1496 * fixinc/fixincl.x: regenerate
1498 2000-06-01 Stan Cox <scox@cygnus.com>
1500 * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
1501 macro argument typo.
1503 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
1505 * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL. Improve
1507 * cpplib.c (parse_include): Remove support for VAX-C
1508 "#include starlet" misfeature.
1510 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
1512 * cppfiles.c: conditionally define O_BINARY.
1513 (open_include_file): pass O_BINARY to open().
1515 2000-06-01 Richard Henderson <rth@cygnus.com>
1517 * i960.c (i960_br_predict_opcode): Remove.
1518 (i960_print_operand) [+]: Emit branch prediction hints.
1519 (i960_function_arg): Return early for VOIDmode.
1520 (i960_round_align): Return early for incomplete types.
1521 * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
1522 * i960.md (all conditional branches): Add "%+".
1524 Thu Jun 1 12:24:21 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1526 * alias.c (get_alias_set): Don't call language-specific routine more
1527 than is needed and clean up code a bit.
1528 * c-common.c (c_get_alias_set): All references whose type
1529 is char get alias set 0, but character types need not.
1530 * varasm.c (make_function_rtl): Don't call set_mem_attributes.
1531 (make_decl_rtl): Don't call it for FUNCTION_DECL.
1533 2000-06-01 Bruce Korb <bkorb@gnu.org>
1535 * fixinc/tests/base/...: new base result files
1537 Thu Jun 1 09:37:35 2000 Clinton Popetz <cpopetz@cygnus.com>
1539 * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
1540 * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
1541 * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
1544 2000-06-01 Richard Henderson <rth@cygnus.com>
1546 * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
1548 * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
1550 2000-05-31 Richard Henderson <rth@cygnus.com>
1552 * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
1553 CONSTANT_POOL_ADDRESS_P addresses for .sdata.
1554 * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
1556 2000-05-31 Richard Henderson <rth@cygnus.com>
1558 * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
1559 * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
1560 (ia64_print_operand) [+]: ... here. Use current_output_insn.
1561 * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
1562 * config/ia64/ia64.md (all branch/call patterns): Use %+.
1564 2000-05-31 Richard Henderson <rth@cygnus.com>
1566 * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
1568 2000-05-31 Richard Henderson <rth@cygnus.com>
1570 * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
1572 (find_if_block): Allow THEN with no outgoing edges.
1573 * flow.c (merge_blocks_nomove): Remove a barrier not following
1576 2000-05-31 Richard Henderson <rth@cygnus.com>
1578 * flow.c (propagate_block): Move initialization of mem_set_list ...
1579 (init_propagate_block_info): ... here. Also track blocks with
1580 no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
1582 2000-05-31 Richard Henderson <rth@cygnus.com>
1584 * jump.c (jump_optimize_1): Revert 05-18 change.
1586 2000-05-31 Mark Mitchell <mark@codesourcery.com>
1588 * invoke.texi: Remove documentation for -fguiding-decls.
1590 2000-05-31 Richard Henderson <rth@cygnus.com>
1592 * configure.in: Fix typo last change.
1594 2000-05-31 Philipp Thomas <pthomas@suse.de>
1596 * configure.in (enable-nls): Enable if build == host, i.e. when
1597 not building a canadian cross compiler.
1598 (enable-maintainer-mode): Added for use with i18n.
1599 * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
1600 cross section of ALL_LINGUAS and LINGUAS.
1601 * configure: Rebuild.
1603 2000-05-31 Bruce Korb <bkorb@gnu.org>
1605 * fixinc/check.tpl: rework to use test result tree
1606 * fixinc/Makefile.in: change invocation of check script
1607 * fixinc/check.diff: No longer needed
1608 * fixinc/fixincl.x: regenerate
1609 * fixinc/inclhack.def: add new tests
1610 * fixinc/tests/base/arch/i960/archI960.h: New test result
1611 * fixinc/tests/base/curses.h: modified test result
1612 * fixinc/tests/base/stdio.h: ditto
1613 * fixinc/tests/base/time.h: ditto
1614 * fixinc/tests/base/sys/asm.h: ditto
1615 * fixinc/tests/base/sys/stat.h: ditto
1616 * fixinc/tests/base/sys/wait.h: ditto
1618 Wed May 31 13:17:20 2000 Philippe De Muyter <phdm@macqel.be>
1620 * except.c (clear_function_eh_region): Do not free NULL.
1622 Wed May 31 08:07:52 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1624 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
1625 * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
1626 (REG_BASE_VALUE): Remove unneeded cast to unsigned.
1627 (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
1628 (find_base_decl): New function, from c_find_base_decl in c-common.c.
1629 (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
1630 (get_alias_set): Likewise.
1631 Major rework to do more things and allow language-specific code
1632 to just handle special-cases.
1633 (record_alias_subset): Args are HOST_WIDE_INT.
1634 (record_component_alias): Local vars are HOST_WIDE_INT.
1635 Don't handle COMPLEX_EXPR.
1636 (get_varargs_alias_set): Moved from builtins.c.
1637 (get_frame_alias_set): New function.
1638 * builtins.c (expand_builtin_return_address): Use frame alias set.
1639 (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
1641 (get_memory_rtx): Rework to use set_mem_attributes.
1642 (get_varargs_alias_set): Deleted from here.
1643 * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
1644 (c_find_base_decl): Deleted from here.
1645 (c_get_alias_set): Remove many cases and rework to just handle
1647 * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
1648 * c-decl.c (rtl.h, expr.h): Now included.
1649 (init_decl_processing): Call record_component_aliases on array types.
1650 (grokdeclarator): Likewise.
1651 Set TREE_ADDRESSABLE for all fields that are not bitfields.
1652 * c-typeck.c (common_type): Call record_component_aliases for array.
1653 * caller-save.c (setup_save_areas): Rework register loop for unsigned.
1654 Set all save areas to the frame alias set.
1655 * calls.c (initialie_argument_information): Call set_mem_attributes.
1656 (compute_argument_addresses, expand_call): Likewise.
1657 * explow.c (set_mem_attributes): New function.
1658 (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
1659 * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
1660 LEN and OFFSET now HOST_WIDE_INT.
1661 (clear_by_pieces): Similar changes.
1662 (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
1663 (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
1664 (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
1665 (clear_by_pieces_1): Likewise.
1666 (emit_push_insn): Call set_mem_attributes.
1667 (expand_expr, case INDIRECT_REF): Likewise.
1668 (expand_expr, case VAR_DECL): Call change_address.
1669 * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
1671 (get_varargs_alias_set, get_frame_alias_set): New decls.
1672 (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
1673 (new_alias_set, set_mem_attributes): Likewse.
1674 * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
1675 (assign_stack_temp_for_type): Likewise.
1676 Can split slot even if alias set since can copy.
1677 Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
1678 (assign_temp): Use host_integerp and tree_low_cst.
1679 (put_var_into_stack): Properly handle SAVE_EXPR.
1680 (put_addressof_into_stack): Likewise.
1681 (assign_parms): Call set_mem_attributes.
1683 (fix_lexical_address): Put reference to chain into frame alias set.
1684 (expand_function_start): Call set_mem_attributes.
1685 * integrate.c (expand_inline_function): Likewise.
1686 * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
1687 * regmove.c (try_apply_stack_adjustment): Likewise.
1688 * reload.c (push_reload, make_memloc): Likewise.
1689 * reload1.c (alter_reg): Make alias sets for spilled pseudos.
1690 * rtl.def (MEM): Update comment.
1691 * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
1692 (move_by_pieces): Change length to HOST_WIDE_INT.
1693 (record_base_value, record_alias_subset): Delete from here.
1694 * stmt.c (expand_decl): Call set_mem_attributes.
1695 * stor-layout.c (finish_record_layout): Call record_component_aliases.i
1696 * toplev.c (compile_file): Call init_alias_once earlier.
1697 * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
1698 from here: now in alias.c.
1699 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
1700 (struct tree_decl): Likewise.
1701 (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
1702 * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
1703 (output_constant_def, force_const_mem): Likewise.
1705 * flow.c (propagate_block): If block has no successors, stores to
1706 frame are dead if not used.
1708 2000-05-31 Nathan Sidwell <nathan@codesourcery.com>
1710 * stmt (expand_end_case): Reorder conversion sequence for jump
1711 table to avoid extra truncations.
1713 Wed May 31 01:31:42 2000 Jeffrey A Law (law@cygnus.com)
1715 * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
1716 in the block is more than just a simple conditional branch.
1717 (noce_process_if_block): Similarly.
1719 Tue May 30 22:25:57 2000 Alexandre Oliva <aoliva@cygnus.com>
1721 * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
1724 2000-05-30 Michael Meissner <meissner@redhat.com>
1726 * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
1727 instructions. Treat LO_SUM operations as loading the full integer
1730 2000-05-30 Richard Henderson <rth@cygnus.com>
1732 * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
1734 2000-05-30 Richard Henderson <rth@cygnus.com>
1736 * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
1738 2000-05-30 Bruce Korb <bkorb@gnu.org>
1740 * fixinc/tests/*: Added expected result files for fixinc's make check
1741 * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
1743 2000-05-30 Richard Henderson <rth@cygnus.com>
1745 * config/alpha/alpha.md (*setne_internal): Use match_operator
1746 instead of working down from insn.
1748 2000-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1750 * invoke.texi (-Wtraditional): Update WRT function macros.
1752 Tue May 30 09:57:32 2000 Philippe De Muyter <phdm@macqel.be>
1754 * except.c (free_exception_table): Do not free NULL.
1756 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
1758 * cpplib.c (do_if): Don't save and restore only_seen_white here.
1759 * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
1762 2000-05-29 Richard Earnshaw (rearnsha@arm.com)
1764 * flow.c (mark_used_reg): If a register is unconditionally live,
1765 remove any conditional death information.
1767 2000-05-29 Richard Henderson <rth@cygnus.com>
1769 * final.c (current_output_insn): New.
1770 (final_scan_insn): Set it.
1771 * output.h: Declare it.
1773 2000-05-29 Richard Henderson <rth@cygnus.com>
1775 * stor-layout.c (finalize_record_size): Fix typo.
1777 * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
1780 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
1782 * cpplib.h (cpp_reader): Remove if_stack. Change
1783 potential_control_macro to a cpp_hashnode *. Add skipping flag.
1784 * cpphash.h (struct ihash): Change control_macro to a
1785 cpp_hashnode * and shorten name to cmacro.
1786 Add NEVER_REINCLUDE constant.
1788 * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
1789 Examine the cmacro node directly, no need to call cpp_defined.
1790 (_cpp_execute_include, read_include_file): Set cmacro to
1791 NEVER_REINCLUDE, not U"".
1792 * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
1793 (cpp_get_token): If pfile->skipping is true, discard text and
1794 keep scanning until we hit a directive; don't expand macros.
1796 * cpplib.c (struct if_stack): Remove if_succeeded, add
1797 was_skipping. Change control_macro to a cpp_hashnode * and
1798 shorten name to cmacro. Remove typedef IF_STACK.
1799 (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
1800 (conditional_skip, skip_if_group,
1801 consider_directive_while_skipping): Delete.
1802 (push_conditional): New.
1803 (_cpp_handle_directive): Don't process directives other than
1804 conditionals if we are skipping.
1806 (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
1807 Update to new scheme.
1808 (validate_else): Skip rest of line here, unconditionally.
1809 (_cpp_unwind_if_stack): The stack is per-buffer. Force
1810 pfile->skipping off.
1812 (all): Remove `scare quotes' from error messages.
1814 2000-05-29 Richard Henderson <rth@cygnus.com>
1816 * function.c (emit_return_into_block): New line_note arg; emit it.
1817 (thread_prologue_and_epilogue_insns): Attempt to locate a line note
1818 for the close brace to accompany HAVE_return. Move all line notes
1819 following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
1821 2000-05-29 Richard Henderson <rth@cygnus.com>
1823 * longlong.h [__alpha] (count_leading_zeros): New.
1824 (count_trailing_zeros): New.
1825 (COUNT_LEADING_ZEROS_0): New.
1827 * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
1828 (alpha_split_conditional_move): New.
1829 * config/alpha/alpha-protos.h: Prototype them.
1830 * config/alpha/alpha.h (PREDICATE_CODES): Update.
1831 (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
1832 * config/alpha/alpha.md: Update ffs cix commentary.
1834 (*nabssf2, *nabsdf2): New.
1835 (*mov[qhsd]icc_internal): Use add_operand.
1836 (if_then_else constant splitters): New.
1837 (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
1838 (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
1840 2000-05-29 Richard Henderson <rth@cygnus.com>
1842 * combine.c (force_to_mode) [MINUS]: Convert subtraction from
1843 a constant to NEG or NOT when conditions allow.
1845 * combine.c (combine_simplify_rtx): Don't create an if_then_else
1846 unless both args are general_operand. Don't canonicalize plus
1847 to ior unless it helps.
1849 * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
1850 instead track register_life_up_to_date. Toggle no_new_pseudos
1853 2000-05-28 Geoff Keating <geoffk@cygnus.com>
1855 * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
1856 so output_operand doesn't see them.
1858 Sun May 28 18:37:07 2000 Clinton Popetz <cpopetz@cygnus.com>
1860 * lcm.c (make_preds_opaque): Fix comment.
1861 (optimize_mode_switching): Use NORMAL_MODE instead of
1862 MODE_USES_IN_EXIT_BLOCK. Change leftover instance of
1863 FP_MODE_NONE to no_mode. Rename MODE_AT_ENTRY to NORMAL_MODE.
1864 Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
1865 * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
1866 (MODE_USES_IN_EXIT_BLOCK): Delete.
1867 (MODE_AT_ENTRY) Rename to NORMAL_MODE.
1868 * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
1869 (MODE_AT_ENTRY): Rename to NORMAL_MODE.
1870 (MODE_NEEDED): Don't look for USE.
1871 (EPILOGUE_USES): Define.
1873 Sun May 28 23:26:59 2000 Philippe De Muyter <phdm@macqel.be>
1875 * mklibgcc.in (all): Variable initialised to `libgcc'.
1877 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>
1879 * toplev.h (skip_leading_substring): New macro.
1880 * toplev.c (decode_f_option): Use skip_leading_substring instead
1882 (decode_W_option): Likewise.
1884 2000-05-28 Nick Clifton <nickc@cygnus.com>
1886 * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
1889 2000-05-28 Richard Henderson <rth@cygnus.com>
1891 * regclass.c (record_operand_costs): Protect reg_changes_size
1892 with CLASS_CANNOT_CHANGE_SIZE.
1894 * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
1896 2000-05-28 Richard Henderson <rth@cygnus.com>
1898 * function.c (diddle_return_value): A pcc-style struct return
1901 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
1903 * cppfiles.c: Read files in, using mmap if possible, then
1904 prescan them separately.
1905 (read_file, read_with_read): New functions.
1906 * cpplex.c: Don't define UCHAR_MAX.
1907 (_cpp_read_and_prescan): Rename to _cpp_prescan. Don't read
1910 * cppinit.c (handle_option): Automatically define __cplusplus,
1911 __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
1912 the respective -lang switch.
1914 * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
1915 prototype): Move to...
1916 * cpplib.h: ... here. Rename struct hashnode to struct
1917 cpp_hashnode and give it a typedef. Rename _cpp_lookup to
1918 cpp_lookup. Add 'fe_value' slot, a union tree_node *.
1920 2000-05-27 Geoffrey Keating <geoffk@cygnus.com>
1922 * config/rs6000/rs6000.md (movsi): Constify 'name'.
1924 * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
1925 (class_can_change_size): New variable.
1926 (reg_changes_size): New variable.
1927 (init_reg_sets_1): Initialise class_can_change_size.
1928 (record_operand_costs): Remove subreg_changes_size.
1929 Don't pass it around. Instead update reg_changes_size.
1930 (regclass): Initialise and free reg_changes_size. If a register
1931 changes size, don't preference it to a class that contains
1932 registers that can't change size.
1933 (record_reg_classes): Don't look at subreg_changes_size.
1935 2000-05-27 Richard Henderson <rth@cygnus.com>
1937 * print-rtl.c (reg_names): Remove const.
1938 * regclass.c (reg_names): Likewise.
1939 * regs.h (reg_names): Likewise.
1940 * hard-reg-set.h (reg_names): Likewise.
1942 2000-05-27 Richard Henderson <rth@cygnus.com>
1944 * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
1946 2000-05-27 Richard Henderson <rth@cygnus.com>
1948 * config/alpha/alpha.c (alpha_does_function_need_gp): Test
1949 TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
1950 (alpha_expand_prologue): Emit prologue_mcount if needed.
1951 * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
1952 * config/alpha/alpha.md (prologue_mcount): New.
1953 * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
1954 (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
1955 * config/alpha/netbsd.h: Likewise.
1957 2000-05-27 Richard Henderson <rth@cygnus.com>
1959 * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
1960 change to config/elfos.h.
1962 2000-05-27 Richard Henderson <rth@cygnus.com>
1964 * Makefile.in (resource.o): Depend on except.h.
1965 * except.h (output_exception_table_data): Prototype.
1966 * genconfig.c (gen_peephole2): Prototype.
1967 * genemit.c (main): Include ggc.h.
1968 * genoutput.c: Revert parts of last change: include errors.h
1969 (main): Set progname.
1970 * recog.c: Include hard-reg-set.h before recog.h.
1971 * resource.c: Include except.h.
1973 * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
1975 (alpha_write_linkage): Protect with BUFSIZ.
1976 (alpha_need_linkage): Update prototype.
1977 * config/alpha/alpha.c (function_arg): Move VMS code here.
1978 (alpha_links_base): Remove.
1980 (mark_alpha_links_node, mark_alpha_links): New.
1981 (alpha_write_one_linkage): New.
1982 (alpha_need_linkage): Use a splay tree. Build the linkage symbol.
1983 (alpha_write_linkage): Use splay_tree_foreach.
1984 * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
1985 to get the linkage symbol.
1986 (call_value_vms): Likewise.
1987 * config/alpha/elf.h (output_file_directive): Remove decl.
1988 (ctors_section, dtors_section): Prototype.
1989 (sbss_section, sdata_section): Prototype.
1990 * config/alpha/vms.h (FUNCTION_ARG): Remove.
1991 (readonly_section, link_section, literals_section): Prototype.
1992 (ctors_section, dtors_section): Prototype.
1993 (vms_valid_decl_attribute_p): Remove decl.
1994 (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
1996 2000-05-27 Geoff Keating <geoffk@cygnus.com>
1998 * reload.c (get_secondary_mem): Don't widen floating-point modes.
2000 * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
2001 substituting the REG in a (subreg:X (reg:Y ...)).
2003 2000-05-28 Neil Booth <NeilB@earthling.net>
2005 * cpplex.c (_cpp_lex_line): Merge vertical space. Flag
2006 first token of a line BOL. Update EOF code for this.
2007 Remove illegal directive check - it appears in the (not
2008 yet committed) caller.
2009 * cpplib.h (BOL): New flag.
2011 2000-05-28 Neil Booth <NeilB@earthling.net>
2013 * cpplex.c (_cpp_init_toklist): No comment space to initialise.
2014 (_cpp_free_toklist): No comment space to free.
2015 (expand_comment_space): Remove.
2016 (save_comment_space): Place the comment in the current token and
2017 not in a separate comment space.
2018 (_cpp_lex_line): Save comments during plain code and #define
2020 * cpplib.h (struct _cpp_toklist): Remove comment space.
2022 2000-05-28 Neil Booth <NeilB@earthling.net>
2024 * cppexp.c (parse_assertion): Supply extra argument to
2026 * cpplib.c (do_assert, do_unassert): Similarly.
2027 * cpphash.h (_cpp_init_toklist) Update.
2028 (_cpp_expand_token_space): New.
2029 (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
2030 * cpplex.c (_cpp_init_toklist): New argument.
2031 (parse_string2): New argument multiline_ok.
2032 (spell_token): Take a const cpp_token *.
2033 (INIT_NAME): Replace with INIT_TOKEN_NAME. Update tokens_used.
2034 (SPELL_ macros): Replace with enum.
2035 (expand_token_space): Replace with _cpp_expand_token_space.
2036 Take COUNT argument.
2037 (IS_DIRECTIVE): Update.
2038 (_cpp_lex_line): Update token structure before parsing number.
2039 Don't assume start at beginning of token list.
2040 (save_comment): Use INIT_TOKEN_NAME.
2042 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
2044 * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
2045 -Wmissing-prototypes.
2046 * configure: Regenerate.
2047 * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
2049 * builtins.c, calls.c: Change all instances of gen_call_* or
2050 gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
2051 * calls.c (struct_value_size_rtx): Separate definition from
2052 initialization to avoid unused variable warning.
2054 * genflags.c (gen_macro): New function.
2055 (gen_proto): Call it for gen_call_* and gen_sibcall_*.
2056 (gen_nonproto): Delete.
2057 (gen_insn): Put all insns on the same obstack.
2058 (main): Generate prototypes for everything unconditionally.
2060 * configure.in: Add AC_CHECK_TYPE(ssize_t). Remove commented
2061 out check for wchar_t.
2062 * acconfig.h: Add template for ssize_t. Remove @TOP@.
2063 * system.h: Add infrastructure for defining missing
2064 TYPE_MAX/TYPE_MIN macros. Use it to provide fallback
2065 definitions of UCHAR_MAX and SSIZE_MAX.
2066 * configure: Regenerate.
2067 * config.in: Regenerate.
2069 * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
2070 Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
2072 (clean): No need to delete libgcc1.a, libgcc1-asm.a,
2073 libgcc2.a, or libgcc1.null.
2075 2000-05-27 Richard Henderson <rth@cygnus.com>
2077 * Makefile.in (recog.o): Don't depend on resource.h.
2078 * recog.c: Don't include resource.h.
2079 (recog_last_allowed_insn): Remove.
2080 (recog_next_insn): Remove.
2081 (struct peep2_insn_data): New.
2082 (peep2_insn_data, peep2_current): New.
2083 (peep2_next_insn): New.
2084 (peep2_regno_dead_p, peep2_reg_dead_p): New.
2085 (peep2_find_free_register): New.
2086 (peephole2_optimize): Track life information by insn as we go.
2087 * recog.h: Update declarations.
2088 * resource.c (find_free_register, reg_dead_p): Remove.
2089 * resource.h: Remove their declarations.
2090 * toplev.c: Include hard-reg-set.h before recog.h.
2092 * genconfig.c (max_insns_per_peep2): New.
2093 (gen_peephole2): New.
2095 * genemit.c (output_peephole2_scratches): Generate calls to
2096 peep2_find_free_register; adjust surrounding code.
2097 (main): Have insn-emit.c include hard-reg-set.h before recog.h.
2098 * genrecog.c (change_state): Don't track last_insn.
2099 (write_action): Write into *_pmatch_len before accepting.
2100 (write_tree): Adjust peephole2_insns and subroutines to match.
2102 * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
2104 * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
2105 (hard_int_register_operand): New.
2106 * config/alpha/alpha-protos.h: Declare it.
2107 * config/alpha/alpha.h (PREDICATE_CODES): Update.
2108 * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
2109 as needed; use peep2_reg_dead_p instead of dead_or_set_p.
2111 2000-05-27 Richard Henderson <rth@cygnus.com>
2113 * function.c (thread_prologue_epilogue_insns): Don't move the
2114 line note at the head of the chain. Only force a lineno note
2115 before the end of block 0.
2117 2000-05-27 Richard Henderson <rth@cygnus.com>
2119 * gensupport.c (collect_insn_data): Record the maximum number
2120 of alternatives, not the last seen.
2122 * genoutput.c: Don't include errors.h.
2123 (struct data): Add lineno member.
2125 (scan_operands): Use message_with_line instead of error.
2126 (validate_insn_alternatives): Likewise.
2127 (gen_insn): Accept and store the pattern's line number.
2128 (gen_peephole, gen_expand, gen_split): Likewise.
2129 (main): Don't set progname. Pass line_no to gen_foo.
2131 2000-05-27 Richard Henderson <rth@cygnus.com>
2133 * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
2134 * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
2135 * config/d30v/d30v.md (attr predicable): New.
2136 (all insn patterns): Mark non-predicable patterns; use %: on the rest.
2137 (andsi3*): Unify into one pattern.
2138 (iorsi3*, xorsi3*): Likewise.
2139 (peephole2 patterns): Use peep2_reg_dead_p; verify not a
2141 (old cond_exec patterns): Remove.
2142 (define_cond_exec): New.
2144 Sat May 27 11:01:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2146 * tree.h (TREE_CODE_LENGTH): New macro.
2147 * c-common.c (c_find_base_decl): Use it.
2148 * expr.c (safe_from_p): Likewise.
2149 * print-tree.c (print_node): Likewise.
2150 * tree.c (make_node, copy_node, get_identifier): Likewie.
2151 (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
2152 (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
2153 * fold-const.c (make_range): Likewise.
2154 (fold): Likewise; also use first_rtl_op.
2155 * c-iterate.c (collect_iterators): Use first_rtl_op.
2156 * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
2157 Use IS_EXPR_CODE_CLASS.
2158 (preexpand_calls): Likewise.
2159 * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
2160 and TREE_CODE_LENGTH.
2161 * stmt.c (warn_if_unused_value): If no operands, no unused value.
2163 2000-05-26 Geoffrey Keating <geoffk@cygnus.com>
2165 * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
2167 (movdi_internal64): Likewise.
2169 * config/rs6000/rs6000.md: Correct order of operands for DImode
2172 * config/rs6000/rs6000.c (boolean_or_operator): New function.
2173 * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
2174 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
2175 * config/rs6000/rs6000.md: Use boolean_or_operator instead of
2176 boolean_operator for the boolean patterns without NOTs.
2178 * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
2179 from reg_or_u_cint_operand. Change comment and behaviour.
2180 (logical_operand): Clean up, add assertion.
2181 (non_logical_cint_operand): Also check for
2182 reg_or_logical_cint_operand.
2183 * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
2184 * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
2190 2000-05-26 Mark Mitchell <mark@codesourcery.com>
2192 * tree.h (struct record_layout_info): Rename to (struct
2193 record_layout_info_s).
2194 * stor-layout.c (start_record_layout): Replace
2195 `record_layout_info' with `record_layout_info_s'.
2197 2000-05-26 Richard Earnshaw <rearnsha@arm.com>
2199 * flow.c (find_label_refs): New function.
2200 (find_basic_blocks_1): Call it for each alternative of a call
2203 2000-05-26 Richard Earnshaw <rearnsha@arm.com>
2205 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
2208 2000-05-25 Richard Henderson <rth@cygnus.com>
2210 * config/alpha/alpha.c (alpha_comparison_operator): Don't be
2211 so strict about DImode.
2212 (alpha_swapped_comparison_operator): Likewise.
2213 * config/alpha/alpha.md (*setne_internal): Name it. Allow
2214 any integer output mode.
2215 (*setcc_internal): Likewise.
2216 (*setcc_swapped_internal): Likewise.
2217 (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
2218 (*mov[qhs]icc_internal): New.
2219 (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
2221 2000-05-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2223 * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
2225 2000-05-25 Richard Henderson <rth@cygnus.com>
2227 * bb-reorder.c (reorder_block_def): Reorder elements for size.
2228 Remove add_jump; add next; replace flags with visited.
2230 (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
2231 (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
2232 (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
2233 (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
2235 (reorder_index, reorder_last_visited): Remove.
2236 (skip_insns_after_block): Rewrite to use a switch.
2237 (get_common_dest): Remove.
2238 (chain_reorder_blocks): Remove.
2239 (record_effective_endpoints): Split out from reorder_basic_blocks.
2240 (make_reorder_chain): Likewise. Loop until all blocks are placed.
2241 (make_reorder_chain_1): Renamed from old make_reorder_chain.
2242 Only construct the reorder chain, do not move insns. Try harder
2244 (label_for_bb, emit_jump_to_block_after): New.
2245 (fixup_reorder_chain): Use them. Do bulk block movement. Examine
2246 and adjust the jump insns appropriately. Fixup basic_block_info.
2247 (verify_insn_chain): Always define.
2248 (relate_bbs_with_scopes): Call xmalloc, not xcalloc. Fix thinko
2250 (make_new_scope): Don't write zeros to calloc'd space.
2251 (build_scope_forest): Rely on xrealloc to DTRT.
2252 (reorder_basic_blocks): Don't build loop nest. Don't fail if
2253 profile_arc_flag. Streamline EH test.
2255 * flow.c (redirect_edge_succ, redirect_edge_pred): New.
2256 * basic-block.h: Declare them.
2258 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
2260 * emit-rtl.c (reset_used_decls): New function.
2261 (unshare_all_rtl_again): Call it.
2263 2000-05-25 Zack Weinberg <zack@wolery.cumb.org>
2265 * cpplex.c (maybe_macroexpand): Warn about function-like
2266 macros used in non-function context, if -Wtraditional.
2268 2000-05-25 Mark Mitchell <mark@codesourcery.com>
2270 * recog.c (peephole2_optimize): Use INSN_P.
2272 2000-05-25 Richard Henderson <rth@cygnus.com>
2274 * ifcvt.c (seq_contains_jump): New.
2275 (noce_try_store_flag_constants): Use it to fail conversion.
2276 (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
2278 2000-05-25 Mark Mitchell <mark@codesourcery.com>
2280 * except.h (can_throw): Declare it.
2281 * except.c (can_throw): Give it external linkage.
2282 * resource.c (find_dead_or_set_registers): Use can_throw.
2284 2000-05-25 Richard Henderson <rth@cygnus.com>
2286 * flow.c (mark_set_1): Don't record conditionally dead memory.
2288 2000-05-25 Jan Hubicka <jh@suse.cz>
2290 * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
2291 and pc_set at the place of simplejump_p and condjump_p.
2292 * cse.c (record_jump_equiv): Likewise.
2293 * emit-rtl.c (emit): Likewise.
2294 * explow.c (find_next_ref): Likewise.
2295 * flow.c (tidy_fallthru_edge): Likewise.
2296 (init_propagate_block_info): Likewise.
2297 * gcse.c (delete_null_pointer_checks): Likewise.
2298 * ifcvt.c (cond_exec_get_condition, noce_get_condition,
2299 dead_or_predicable): Likewise.
2300 * integrate.c (copy_insn_list): Likewise.
2301 * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
2302 for_each_insn_in_loop, check_dbra_loop, get_condition,
2303 insert_bct, load_mems): Likewise.
2304 * resource.c (find_dead_or_set_registers): Likewise.
2305 * sibcalls.c (simplejump_p): Likewise.
2306 * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
2308 2000-05-25 David Edelsohn <edelsohn@gnu.org>
2310 * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
2311 to STRING case. Use doubleword STRING move for TARGET_POWERPC64
2313 * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
2314 (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
2315 (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
2316 * rs6000.md: Name various internal patterns.
2318 2000-05-25 Jan Hubicka <jh@suse.cz>
2320 * jump.c (invert_exp_1): Remove first argument, use pc_set
2321 to get the expression.
2322 (redirect_exp): Make static; redirect only the pc_set expression,
2323 remove first argument.
2324 (invert_exp): Remove first argument, make static.
2325 (jump_optimize): Use any_condjump_p, any_uncondjump_p and
2326 any_onlyjump at most places where we originaly did condjump_p
2328 (jump_back_p, follow_jumps, thread_jumps): Likewise.
2329 (delete_barrier_succesors): Use pc_set.
2330 (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
2331 calls of invert_exp and redirect_exp.
2332 * rtl.h (redirect_exp, invert_exp): Remove.
2333 * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
2335 2000-05-25 Richard Henderson <rth@cygnus.com>
2337 * stmt.c (expand_end_bindings): Fix thinko last change.
2339 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>
2340 Andrew Haley <aph@cygnus.com>
2342 * except.c (func_eh_entry): Add emitted field.
2343 (new_eh_region_entry): Set emitted field to 0;
2344 (output_exception_table_entry): Only emit previously un-emitted data,
2345 and send it to the eh_data section.
2346 (output_exception_table): Break out common parts. Output
2347 exception table for entire compilation unit to eh_data section.
2348 (output_exception_table_data): Common parts of output_exception_table.
2349 Send output to eh_data section.
2350 (output_function_exception_table): Output exception table data for
2351 a single function to eh_data section.
2352 (free_exception_table): New external to free the table.
2353 * except.h (free_exception_table): Add prototype.
2354 (output_function_exception_table): Add prototype.
2355 * final.c (final_end_function): Output function exception table
2356 for IA64_UNWIND_INFO.
2357 (final_scan_insn): Emit any unwind directives for an insn.
2359 * frame-dwarf2.c: New file containing all DWARF 2 specific code
2361 * frame.c: Remove all DWARF 2 specific code.
2362 * config/ia64/frame-ia64.c: New file.
2363 (gthread_stuff): Make all gthread available with
2365 (dwarf_fde): Define an IA64 struct for dwarf_fde.
2366 (__register_frame_info, __register_frame): Move to common area of file.
2367 (__register_frame_info_table, __register_frame_table): Move to common i
2369 (__deregister_frame_info, __deregister_frame): Move to common area.
2370 (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
2371 (read_uleb128): New version for ia64.
2372 (get_unwind_record): Read the next IA-64 unwind record.
2373 (read_R_record): Read a region header record.
2374 (process_a_b_reg_code): X record helper.
2375 (read_X_record): Read an X format record.
2376 (read_B_record): Read a B format record.
2377 (P3_record_types): List of record types matching the P3 format.
2378 (P7_record_types): List of record types matching the P7 format.
2379 (P8_record_types): List of record types matching the P8 format.
2380 (read_P_record): Read a P format record.
2381 (init_ia64_reg_loc): Set default fields for a register.
2382 (init_ia64_unwind_frame): Set defaults for all register records.
2383 (execute_one_ia64_descriptor): Execute one descriptor record.
2384 (rse_address_add): Calculate the position of a local reg in memory.
2385 (normalize_reg_loc): Turn a location descriptor into a memory address.
2386 (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
2387 within a specified PC offset range.
2388 (get_real_reg_value): Given a register location, retrieve its value.
2389 (set_real_reg_value): Change the value of a register location.
2390 (copy_reg_value): Copy reg values, if needed.
2391 (copy_saved_reg_state): Copy all registers that need to be copied.
2392 (process_state_between): Normalize all frame register records that
2393 fall within the specified PC range.
2394 (frame_translate): Take a processed frame description, and turn
2395 everything into addresses.
2396 (build_ia64_frame_state ): Find and create frame state record for a PC.
2397 (get_personality): Get the personality routine for a given frame.
2398 (get_except_table): Get the exception table for a given frame.
2399 (record_name): Unwind record names for debugging.
2400 (print_record): Print and unwind record.
2401 (print_all_records): Print an entire unwind image.
2402 (__ia64_backtrace): Print a backtrace.
2403 (ia64_backtrace_helper): New function.
2404 (__register_frame_info_aux): New function.
2405 * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
2407 * frame.h (enum unw_record_type): New unwind record types.
2408 (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
2409 (struct unw_r_record, unwind_record): New unwind record structs.
2410 (struct unwind_info_ptr): Unwind information layout.
2411 (IA64_UNW_LOC_TYPE_*): Macros for different types for location
2413 (struct ia64_reg_loc): Register location description.
2414 (struct ia64_frame_state): Location of all registers in a frame.
2415 (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
2416 * libgcc2.c (__ia64_personality_v1): Personality routine.
2417 (__calc_caller_bsp): Calculate the bsp register for the caller's
2419 (ia64_throw_helper): Figure out who to return to and set up the
2421 (__throw): Throw routine.
2423 * output.h (assemble_eh_align, assemble_eh_label): New functions
2424 to generate EH info where we want it.
2425 (assemble_eh_integer): New function.
2426 * toplev.c (compile_file): Output module level exception table for
2428 (main): Set exceptions_via_longjump and flag_new_exceptions based
2429 on IA64_UNWIND_INFO too.
2431 * varasm.c (assemble_eh_label): Generate a label via
2432 ASM_OUTPUT_EH_LABEL if it has been specified.
2433 (assemble_eh_align): Generate an alignment directive via
2434 ASM_OUTPUT_EH_ALIGN if it has been specified.
2435 (assemble_eh_label): Generate an integer value via
2436 ASM_OUTPUT_EH_type if they have been specified.
2437 * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
2438 (ia64_init_builtins): Add __builtin_ia64_bsp
2439 and __builtin_ia64_flushrs.
2440 (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
2441 IA64_BUILTIN_FLUSHRS.
2442 * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
2443 IA64_BUILTIN_FLUSHRS.
2445 * config/ia64/ia64.md (flushrs): New insn to flush the register
2446 stack. Add to unspec list.
2448 * config/ia64/crtbegin.asm (frame_object): Change size.
2449 (__do_frame_setup_aux): New function.
2450 * config/ia64/crtend.asm: call __do_frame_setup_aux.
2451 * config/ia64/t-ia64 (LIB2ADDEH): Add.
2452 * Makefile.in (LIB2ADDEH): Add.
2453 (LIB2ADD): Use LIB2ADDEH.
2455 2000-05-24 Richard Henderson <rth@cygnus.com>
2457 * recog.c (offsettable_address_p): If mode size is zero, assume
2460 2000-05-24 J. David Anglin <dave@hiauly.hia.nrc.ca>
2462 * configure.in: Check for -Wno-long-long option support and improve
2463 handling of warning CFLAGS for stages 1 and 2.
2464 * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
2465 * configure: Regenerate.
2467 Wed May 24 19:37:53 2000 Jeffrey A Law (law@cygnus.com)
2469 * gcc.texi: Remove contributor list. Instead include contrib.texi.
2470 * contrib.texi: New file.
2472 Thu May 25 02:27:22 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2474 * loop.c (basic_induction_var): Avoid double recording of an increment.
2476 Thu May 25 02:19:27 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2478 * Back out this patch:
2479 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
2480 * loop.h (struct induction): Add multi_insn_incr.
2481 * loop.c (basic_induction_var): New multi_insn_incr argument.
2482 Set it if we search back through previous insns for the biv.
2483 (record_biv): New multi_insn_incr argument; fill in struct induction.
2484 (strength_reduce): Discard an iv with multiple bivs, any of
2485 which require multiple insns to increment.
2487 * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
2489 Thu May 25 02:09:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2491 * rtl.h (loc_mentioned_in_p): Declare.
2492 * reload.c (loc_mentioned_in_p): Moved from here...
2493 * rtlanal.c (loc_mentioned_in_p): to here. No longer static.
2494 Fix loop increment for 'E' handling.
2495 * loop.c (strength_reduce): When doing biv->giv conversion,
2496 take multi-insn biv increments into account.
2498 2000-05-24 Jason Merrill <jason@casey.soma.redhat.com>
2500 * stmt.c (expand_end_bindings): Look through NOTEs to find a
2503 2000-05-24 Mark Mitchell <mark@codesourcery.com>
2505 * calls.c (expand_call): Handle cleanups in tail-recursion
2506 arguments analagously to cleanups in sibling calls.
2508 2000-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2510 * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
2511 All callers changed.
2513 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
2515 * expr.c (expand_assignment, store_expr, expand_expr,
2516 expand_expr_unaligned): Set in_check_memory_usage while emitting
2517 chkr_check_addr libcall.
2519 2000-05-24 Nick Clifton <nickc@cygnus.com>
2521 * fold-const.c (extract_muldiv): When constructing a
2522 multiplier/divisor, do not expect const_binop to correctly
2523 determine if overflow has occured, so check explicitly.
2525 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
2527 * c-decl.c (build_enumerator): Don't modify the value's type,
2530 2000-05-24 Andreas Jaeger <aj@suse.de>
2532 * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
2534 2000-05-24 Eric Christopher <echristo@cygnus.com>
2536 * configure.in: Redefine inhibit_libc conditions.
2537 * libgcc2.c: Remove inhibit_libc conditional define.
2538 * configure: Regenerate.
2540 2000-05-24 Phil Edwards <pme@sourceware.cygnus.com>
2542 * configure.in: For --enable-languages=LIST, check for empty LIST.
2543 * configure: Regenerate.
2545 2000-05-24 Lars Brinkhoff <lars@nocrew.org>
2547 * pdp11.h (STACK_BOUNDARY): Define.
2549 2000-05-24 Jakub Jelinek <jakub@redhat.com>
2551 * ifcvt.c (if_convert): Update life info globally.
2553 2000-05-24 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2555 * emit-rtl.c (unshare_all_decls): New function.
2556 (unshare_all_rtl): Call it.
2558 2000-05-23 Nick Clifton <nickc@cygnus.com>
2560 * configure.in: Treat 'strongarm' as if it were 'arm' when
2561 determining cpu type.
2563 * configure: Regenerate.
2565 * config/arm/arm.c: Change 'char *' to 'const char *' for cases
2566 where constant strings are involved.
2568 * config/arm/arm.h (arm_condition_codes): Change type to 'const
2571 * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
2572 cases where constant strings are involved.
2574 Tue May 23 15:08:31 2000 Clinton Popetz <cpopetz@cygnus.com>
2576 * config/sh/sh.c (gen_far_branch, split_branches): Update
2577 to reflect new prototypes for redirect_jump and invert_jump.
2578 (sh_insn_length_adjustment): Get rid of const warnings.
2580 2000-05-23 Kazu Hirata <kazu@hxi.com>
2582 * invoke.texi (Options for Debugging Your Program or GCC): Update
2583 the names of dump files.
2585 Tue May 23 13:58:52 2000 Philippe De Muyter <phdm@macqel.be>
2587 * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
2588 * configure: Regenerated.
2590 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
2592 * simplify-rtx.c (SIGN_EXTEND): New macro.
2593 (simplify_unary_operation, simplify_binary_operation,
2594 simplify_relational_operation): Use SIGN_EXTEND. Make low
2595 halves of (low, high) pairs unsigned if they weren't already.
2596 (simplify_ternary_operation): Cast INTVAL to unsigned before
2597 comparing to a MODE_BITSIZE.
2599 2000-05-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2601 * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
2602 rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
2604 * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
2605 gcc_AC_NEED_DECLARATIONS.
2607 * dwarfout.c: Don't prototype time().
2609 * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
2611 * system.h: Likewise.
2613 * toplev.c: Likewise.
2615 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
2617 * c-decl.c (pushdecl): Invert sense of test for non-global types.
2619 Tue May 23 18:11:42 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2621 * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
2623 2000-05-23 Jonathan Larmour <jlarmour@redhat.co.uk>
2625 * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
2627 Tue May 23 06:50:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2629 * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
2630 (alpha_start_function): Never write ..ng label if VMS or NT.
2631 (alpha_align_insns): Remove GP_IN_USE arg.
2632 Alignment now unsigned.
2633 (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
2634 * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
2635 and two define_insn's.
2637 2000-05-22 Richard Henderson <rth@cygnus.com>
2639 * combine.c (simplify_comparison): Use trunc_int_for_mode.
2641 2000-05-22 Richard Henderson <rth@cygnus.com>
2643 * stor-layout.c (place_field): Change rli->size to rli->offset.
2645 2000-05-22 Richard Henderson <rth@cygnus.com>
2647 * function.c (thread_prologue_and_epilogue_insns): Make sure
2648 existing line number notes appear after the prologue.
2650 Mon May 22 21:49:00 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2652 * config/alpha/alpha.c (alpha_fnname): New static variable.
2653 (print_operand, case '~'): New case.
2654 (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
2655 (alpha_start_function): Set alpha_fnname.
2656 Write "ng" label if no ldgp; don't write ldgp insn.
2657 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
2658 * config/alpha/alpha.md (prologue_ldgp): New define_insn.
2660 Mon May 22 11:30:48 2000 Clinton Popetz <cpopetz@cygnus.com>
2662 * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
2665 2000-05-22 Zack Weinberg <zack@wolery.cumb.org>
2667 * varasm.c (eh_frame_section): Revert change to argument list.
2669 Mon May 22 13:14:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2671 * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
2672 (gen_extend_insn, can_fix_p, can_float_p): Likewise.
2674 * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
2675 dangling "else" that causes "break" to be conditional.
2676 Also remove unneeded code at start.
2678 Mon May 22 17:31:35 2000 Philippe De Muyter <phdm@macqel.be>
2680 * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
2681 * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
2682 * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
2684 2000-05-22 Jakub Jelinek <jakub@redhat.com>
2686 * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
2689 Mon May 22 06:57:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2691 * alias.c (record_component_aliases): New function.
2692 * tree.h: Clean up some declarations and comments.
2693 (record_component_aliases): New declaration.
2694 * tree.c (get_alias_set): If type and has alias set, use it.
2696 2000-05-22 Richard Henderson <rth@cygnus.com>
2698 * simplify-rtx.c (simplify_ternary_operation): Try to simplify
2699 IF_THEN_ELSE to a setcc form.
2700 * jump.c (can_reverse_comparison_p): Be prepared for insn null.
2702 2000-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2704 * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
2705 (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
2707 Sun May 21 16:42:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2709 * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
2712 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
2714 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
2715 * config/mn10300/mn10300.c (print_operand): Likewise.
2717 * final.c (split_double): Right shift of negative values is not
2720 * ifcvt.c (if_convert): Scan and kill dead code.
2722 * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
2724 2000-05-20 Zack Weinberg <zack@wolery.cumb.org>
2726 * diagnostic.c: Eliminate implicit int.
2727 * except.c, gcc.c: Add static prototypes.
2728 * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
2729 * gensupport.c (process_rtx): Use XVEC to initialize vector
2732 * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
2733 debug_reg_names instead of static reg_names. If not, define
2735 * regclass.c: Don't define global reg_names unless
2736 DEBUG_REGISTER_NAMES is defined.
2738 * reload1.c (order_regs_for_reload): Remove unused variable.
2739 * varasm.c: Include output.h after defaults.h. Define
2740 eh_frame_section as function of no args, not of unspecified args.
2742 * gcc.c: Constify argbuf; arguments to store_arg,
2743 process_command, main; elements of struct command and struct
2744 switchstr; local variables in execute, process_command, main.
2746 2000-05-20 Bruce Korb <bkorb@gnu.org>
2748 * fixinc/inclhack.def: many applications of c_fix=format + tests
2749 * fixinc/check.diff: regenerated
2750 * fixinc/fixincl.x: regenerated
2752 Sat May 20 09:30:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2754 * alias.c: Clarify some comments.
2755 (record_base_value): REGNO is unsigned.
2756 * rtl.h (record_base_value): Likewise.
2758 * alias.c (aliases_everything_p): Don't special-case QImode here.
2759 * c-common.c (c_get_alias_set): Do it here.
2760 Handle BIT_FIELD_REF by getting alias info for arg.
2763 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
2765 * mklibgcc.in: Restore rule to create ${dir}.
2767 Sat May 20 08:45:41 2000 H.J. Lu <hjl@gnu.org>
2769 * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
2770 GCC_FOR_TARGET used by MULTILIBS.
2771 * mklibgcc.in: Make sure each .o file depends on the
2772 directory it will be in.
2773 Make the multilib directory depends libgcc.
2775 Sat May 20 08:29:28 2000 H.J. Lu <hjl@gnu.org>
2777 * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
2779 Sat May 20 07:27:35 2000 Alexandre Oliva <aoliva@cygnus.com>
2781 * fold-const.c (make_range): Handle degenerated intervals.
2782 Fixes c-torture/execute/991221-1.c
2784 Fri May 19 18:16:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2786 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
2787 * reload.c (find_equiv_reg): Likewise.
2788 * alias.c (init_alias_analysis): Likewise.
2789 Only call prologue_epilogue_contains on insns.
2790 * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
2791 * bb-reorder.c (hard-reg-set.h): Include earlier.
2792 * haifa-sched.c (hard-reg-set.h): Likewise.
2793 * ifcvt.c (hard-reg-set.h): Likewise.
2794 * local-alloc.c (hard-reg-set.h): Likewise.
2795 * loop.c (hard-reg-set.h): Likewise.
2796 * predict.c (hard-reg-set.h): Likewise.
2797 * regrename.c (hard-reg-set.h): Likewise.
2798 * flow.c (hard-reg-set.h): Likewise.
2799 (reg_set_to_hard_reg_set): New function.
2800 * bitmap.c (regs.h, basic-block.h): No longer include.
2801 (bitmap.h): Now include.
2802 * conflict.c (hard-reg-set.h): Include.
2803 * profile.c (hard-reg-set.h): Likewise.
2804 * print-rtl.c (hard-reg-set.h): Likewise.
2805 * sbitmap.c (hard-reg-set.h): Likewise.
2806 * toplev.c (hard-reg-set.h): Likewise.
2807 * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
2808 * hard-reg-set.h (reg_names): Now constant.
2809 * regs.h (reg_names): Likewise.
2810 * regclass.c (reg_names): Likewise.
2811 * loop.h (basic-block.h): No longer include.
2812 (bitmap.h): Now include.
2813 * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
2814 * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
2815 (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
2817 2000-05-19 Jan Hubicka <jh@suse.cz>
2818 Richard Henderson <rth@cygnus.com>
2820 * basic-block.h (struct edge_def): New field "count".
2821 (struct basic_block_def): Likewise.
2822 * flow.c (entry_exit_blocks): Add count fileds.
2823 (split_edge): Keep count information up-to-date.
2824 (dump_edge_info, dump_flow_info): Dump count fields.
2826 * final.c (count_instrumented_edges): Rename to edge from arc.
2827 (end_final): Update users.
2828 * profile.c: Include expr.h, basic-block.h.
2829 (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
2830 (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
2831 (ignore_next_note, return_label_execution_count): Kill.
2832 (bbg_file_name, da_file_name): Kill.
2833 (edge_info, bb_info): New structures.
2834 (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
2835 (count_instrumented_edges, total_num_edges): Rename to edge from arc.
2836 (total_num_edges_instrumented): Likewise.
2837 (init_arc, expand_spanning_tree): Kill.
2838 (fill_spanning_tree, tablejump_entry_p): Kill.
2839 (instrument_edges): Rewrite from instrument_arcs to use
2840 commit_edge_insertions infrastructure.
2841 (compute_branch_probabilities): Remove arguments; rewrite for
2842 CFG infrastructure; use rtl_dump_file directly.
2843 (branch_prob, find_spanning_tree): Likewise.
2844 (union_groups, find_group): New.
2845 (init_branch_prob): Make bbg_file_name and da_file_name local.
2846 (end_branch_prob): Use rtl_dump_file directly.
2847 (init_edge_profiler): Rename to edge from arc.
2848 (output_arc_profiler): Kill.
2849 (gen_edge_profiler): New.
2850 (output_func_start_profiler): Turn off profiling. Make the
2851 constructor static when we can.
2852 * rtl.h (branch_prob, end_branch_prob): Update prototypes.
2854 * toplev.c (DFI_flow): Remove.
2855 (DFI_cfg, DFI_life): New.
2856 (dump_file): Update accordingly.
2857 (compile_file): Call end_branch_prob if profile_arc_flag too.
2858 (rest_of_compilation): Move flow1 cfg creation to DFI_cfg. Do edge
2859 profiling after the CFG is built. Move flow1 life analysis to
2860 DFI_life. Always estimate remaining probabilities.
2862 2000-05-19 Richard Henderson <rth@cygnus.com>
2864 * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
2866 * flow.c (make_edges): The sibling call edge to exit is abnormal.
2868 2000-05-19 Richard Henderson <rth@cygnus.com>
2870 * jump.c (redirect_jump): Add delete_unused argument. Don't
2871 remove labels and code following when LABEL_NUSES goes to zero.
2872 (invert_jump): Likewise.
2873 (jump_optimize_1): Fix redirect/invert arguments.
2874 (do_cross_jump, thread_jumps): Likewise.
2875 * flow.c (split_edge): Likewise.
2876 * reorg.c (optimize_skip): Likewise.
2877 (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
2878 * profile.c (instrument_arcs): Likewise.
2879 * loop.c (find_and_verify_loops): Likewise. Fix indentation.
2880 * rtl.h: Update prototypes.
2882 Fri May 19 12:05:13 2000 Clinton Popetz <cpopetz@cygnus.com>
2884 * ssa.c (convert_from_ssa): Tell life_analysis we need death
2886 (make_regs_equivalent_over_bad_edges): Only look at abnormal
2889 2000-05-19 Zack Weinberg <zack@wolery.cumb.org>
2891 * cpphash.c (funlike_macroexpand): Make sure not to walk p1
2892 past l1 when deleting whitespace and markers.
2894 * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
2895 * cpplib.c (do_unassert): Put the list to compare against on
2898 2000-05-19 Bruce Korb <bkorb@gnu.org>
2900 * fixinc/README: cleaned up old documentation
2901 * fixinc/check.diff: regenerated & verified on OSR5 on ix86
2902 * fixinc/check.tpl: compute the list of needed directories
2903 emit "#if defined(name)" because of conflict
2904 omit machine name differences from output differences
2905 * fixinc/inclhack.def( m88k_multi_incl ): Use `wrap' function
2906 (machine_name): change test text to use `sed' markers
2907 * fixinc/fixincl.x: regen
2909 Fri May 19 06:49:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2911 * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
2914 2000-05-18 Chris Demetriou <cgd@sibyte.com>
2916 * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
2917 it to match the current practice.
2919 2000-05-18 Mark Mitchell <mark@codesourcery.com>
2921 * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
2923 2000-05-18 Richard Henderson <rth@cygnus.com>
2925 * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
2926 * rtl.h (insn_dependant_p): Declare it.
2927 * loop.c (strength_reduce): Use it.
2929 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
2931 * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
2932 16-bit and 64-bit clean-up.
2934 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
2936 * configure.in (*-pc-msdosdjgpp): Set float_format to none.
2937 * configure: Rebuilt.
2939 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
2941 * genopinit.c: Use $ for escape sequences in optab patterns.
2942 Remove backslashes from optab patterns. Change $A, $B, $C to
2943 expand to (int) whatever instead of just whatever; remove
2944 explicit (int) from all optab patterns.
2946 * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
2947 * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
2948 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
2949 genrecog.c: Remove private copies of xmalloc, xrealloc, and
2952 2000-05-18 Richard Henderson <rth@cygnus.com>
2954 * jump.c (jump_optimize_1): Base minimum insn count during
2955 find_cross_jump on BRANCH_COST.
2957 2000-05-18 Jakub Jelinek <jakub@redhat.com>
2959 * print-rtl.c (print_rtx): Only print note line number as string
2960 if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
2961 * final.c (final_scan_insn): Do nothing for note line number 0.
2963 2000-05-18 Jakub Jelinek <jakub@redhat.com>
2965 * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
2966 from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
2967 NOTE_INSN_DELETED_LABEL.
2969 2000-05-18 Nick Clifton <nickc@cygnus.com>
2971 * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
2972 uninitialised data in .rodata not .bss, and do not interpret an
2973 error in the initialisation value as meaning that the variable
2974 should be placed in the .bss section.
2976 Thu May 18 12:10:18 2000 Philippe De Muyter <phdm@macqel.be>
2978 * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
2979 not `$ac_cv_prog_cc_cc_c_o'.
2980 * configure: Regenerated.
2982 2000-05-18 Chris Demetriou <cgd@sibyte.com>
2983 Richard Henderson <rth@cygnus.com>
2985 * c-common.h (enum c_tree_index): Add g77 type entries.
2986 (g77_integer_type_node, g77_uinteger_type_node): New.
2987 (g77_longint_type_node, g77_ulongint_type_node): New.
2988 * c-decl.c (init_decl_processing): Initialize them.
2990 2000-05-18 Richard Henderson <rth@cygnus.com>
2992 * config/h8300/h8300.md (subs patterns): Use %G to negate.
2994 * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
2995 (small_power_of_two): Likewise; use exact_log2.
2996 (adds_subs_operand, one_insn_adds_subs_operand): Remove.
2997 (output_adds_subs): Remove.
2998 (two_insn_adds_subs_operand): New.
2999 (split_adds_subs): New.
3000 * config/h8300/h8300-protos.h: Update.
3001 * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
3002 (CONST_OK_FOR_L): Match strict adds operands.
3003 (CONST_OK_FOR_N): Match struct subs operands.
3004 * config/h8300/h8300.md (adds_subs insns): Remove.
3005 (addhi patterns): Output adds/subs directly.
3006 (addsi_h8300h): Likewise.
3007 (addhi/addsi splitters): New. Decompose two_insn_adds_subs_operand.
3009 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
3011 * cppexp.c (parse_assertion): New.
3012 (lex): Call it for CPP_HASH. Remove CPP_ASSERTION case.
3013 (_cpp_parse_expr): Remove case '#'. Don't set
3014 parsing_if_directive.
3015 * cpphash.c (collect_objlike_expansion,
3016 collect_funlike_expansion, collect_params,
3017 _cpp_create_definition): The list no longer has a trailing
3019 * cpphash.h (enum node_type): Add T_ASSERTION.
3020 (struct hashnode): Remove aschain, add pred.
3021 (struct predicate): New.
3024 * cpplex.c (expand_token_space): Handle both offset and
3026 (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
3027 (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
3028 _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
3029 _cpp_equiv_toklists): New.
3030 (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
3031 stop at any single-character token, not just newline.
3032 (_cpp_lex_token): Remove special cases for #define and #if.
3033 (cpp_get_token): Expect # as a separate token type. Remove
3035 (_cpp_get_directive_token): Remove DIRECTIVE case.
3036 (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
3038 * cpplib.c (_cpp_check_directive): Set dirno and
3039 SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
3040 (_cpp_handle_directive): Run # <number> through the same logic
3041 as normal directives.
3042 (do_define): Don't set parsing_define_directive. Use
3043 _cpp_scan_until. The list does not have a VSPACE at the end.
3044 (do_if): Save, clear, and restore only_seen_white around
3046 (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
3047 (do_assert, do_unassert): Rewrite.
3049 * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
3050 (LIST_OFFSET): New flag.
3051 (struct cpp_toklist): Replace dir_handler and dir_flags with
3053 (struct cpp_reader): Remove parsing_if_directive and
3054 parsing_define_directive.
3056 2000-05-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3058 * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
3059 following the cabs decl which terminate on the following line.
3060 Add the corresponding test_text case.
3062 2000-05-18 Neil Booth <NeilB@earthling.net>
3064 * cppinit.c (cpp_reader_init): Initialise col_adjust and
3065 default tab stop size.
3066 (no_num, OPT_ftabstop): New.
3067 (handle_option): Handle "ftabstop=" command-line option.
3068 (print_help): Document it.
3069 * cpplex.c (COLUMN): Remove.
3070 (handle_newline): Reset col_adjust.
3071 (skip_whitespace): Update col_adjust as tabs encountered.
3072 (_cpp_lex_line): Update to use col_adjust. Call
3073 skip_whitespace for all whitespace.
3074 * cpplib.h (struct cpp_options): New member tabstop.
3075 (struct cpp_reader): New member col_adjust.
3076 (CPP_BUF_COL): Update.
3077 (CPP_BUF_COLUMN): New.
3078 * cpp.texi: Document "-ftabstop=" command line option.
3080 Wed May 17 18:19:41 2000 Philippe De Muyter <phdm@macqel.be>
3082 * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
3084 * configure: Rebuilt.
3086 Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
3088 * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
3090 * tree.c (build_common_tree_nodes): Do not build TI nodes unless
3091 HOST_BITS_PER_WIDE_INT is >= 64.
3093 2000-05-17 Richard Henderson <rth@cygnus.com>
3095 * jump.c (jump_optimize_1): Remove inactive but real insns
3096 in jump-to-next-insn optimization.
3098 2000-05-17 Richard Henderson <rth@cygnus.com>
3100 * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
3101 unless OPTIMIZE_MODE_SWITCHING. Conditionally set no_new_pseudos.
3102 Don't call recompute_reg_usage if no_new_pseudos is true.
3103 * lcm.c (optimize_mode_switching): Move ifdefs outside function.
3104 Return true if we did work; update global life information.
3105 * basic-block.h (optimize_mode_switching): Update decl.
3107 2000-05-17 Neil Booth <neilb@earthling.net>
3109 * cpplex.c (expand_name_space): Don't use ptrdiff_t.
3111 2000-05-17 Zack Weinberg <zack@wolery.cumb.org>
3113 * cpplib.c: New feature, #pragma system_header.
3114 * cpp.texi: Document special treatment of system headers, and
3115 the various mechanisms to get a header that special treatment.
3117 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3119 * system.h (offsetof): Define at the very end, to ensure we prefer
3120 the platform's definition if available.
3122 2000-05-16 Bruce Korb <bkorb@gnu.org>
3124 * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
3125 * fixinc/server.c: likewise
3126 * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
3127 + #ifdef debugging code + use #def constant for
3129 * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
3130 on C++ math namespace
3132 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3134 * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
3135 Don't check the return value of sprintf. Use asprintf to avoid
3138 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
3140 * flags.h (warn_unused_function, warn_unused_label,
3141 warn_unused_parameter, warn_unused_variable, warn_unused_value):
3142 Replace ``warn_unused''.
3143 (set_Wunused): Add declaration.
3144 * toplev.c (set_Wunused): New function.
3145 (warn_unused_function, warn_unused_label, warn_unused_parameter,
3146 warn_unused_variable, warn_unused_value): New variables.
3147 (W_options): Add -Wunused-function, -Wunused-function,
3148 -Wunused-label, -Wunused-parameter, -Wunused-variable and
3149 -Wunused-value. Delete -Wunused. Handled in decode_W_option.
3151 * toplev.c (decode_W_option): Update -Wunused flags by calling
3153 * c-decl.c (c_decode_option): Ditto for -Wall.
3155 * stmt.c (expand_expr_stmt, expand_expr_stmt,
3156 warn_about_unused_variables): Replace warn_unused with more
3157 explicit warn_unused_value et.al.
3158 * function.c (expand_function_end): Ditto.
3159 * c-typeck.c (internal_build_compound_expr,
3160 internal_build_compound_expr): Ditto.
3161 * c-decl.c (poplevel, pop_label_level): Ditto.
3162 * toplev.c (check_global_declarations): Replace warn_unused with
3163 check for either warn_unused_function or warn_unused_variable.
3165 * gcc.1, invoke.texi (Warning Options): Document
3166 -Wunused-function, -Wunused-function, -Wunused-label,
3167 -Wunused-parameter, -Wunused-variable and -Wunused-value options.
3169 Wed May 17 10:28:12 2000 Philippe De Muyter <phdm@macqel.be>
3171 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
3172 $(srcdir), not in the current directory.
3174 2000-05-16 Richard Henderson <rth@cygnus.com>
3176 * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
3177 assembler supports it.
3178 (.fini, .init): Use a gp-relative indirect call.
3179 (__do_global_dtors_aux): Preserve the gp; rebundle.
3180 (__do_frame_setup): Likewise.
3181 * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
3182 (.init): Use a gp-relative indirect call.
3183 (__do_global_ctors_aux): Preserve the gp.
3185 2000-05-16 Richard Henderson <rth@cygnus.com>
3187 * flow.c (commit_one_edge_insertion): Be prepared for a return
3188 insn to be inserted on the edge with a normal jump.
3189 * jump.c (jump_optimize_1): Don't look to create return isns.
3191 * flow.c (flow_delete_insn): Don't adjust reference count of notes.
3192 * jump.c (jump_optimize_1): Likewise.
3193 (returnjump_p): Verify the argument is a JUMP_INSN.
3194 * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
3196 2000-05-16 Nick Clifton <nickc@cygnus.com>
3198 * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
3199 GET_RTX_CLASS (GET_CODE ()) == 'i'.
3200 (large_insn_p): Ditto.
3201 (m32r_is_insn): New function: Return true if the insn contains
3202 an executable instruction.
3203 (m32r_adjust_insn): Use m32r_is_insn.
3204 (m32r_sched_reorder): Use m32r_is_insn.
3205 (m32r_sched_variable_issue): Use m32r_is_insn.
3207 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3209 * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
3212 * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
3214 * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
3215 according to given options.
3217 Tue May 16 12:17:31 2000 Jeffrey A Law (law@cygnus.com)
3219 * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
3220 if X has VOIDmode either.
3221 (LIMIT_RELOAD_CLASS): Similarly.
3223 * mn10200.md (indirect_jump, tablejump): Use "register_operand",
3224 not "general_operand" to match the processor's capabilities.
3226 2000-05-16 Bruce Korb <bkorb@gnu.org>
3228 * fixinc/README: corrected return address
3229 * fixinc/check.diff: regenerate, now that test works
3230 * fixinc/fixfixes.c(format_fix,format_write): reformatted
3231 (char_macro_def_fix,char_macro_use_fix): corrected and
3232 rewrote to use regex to parse the text
3233 * fixinc/inclhack.def: more testing
3234 * fixinc/fixincl.x: regenerated
3236 * fixinc/inclhack.def: added several "test_text" attributes
3237 changed several fixes to use `c_fix = format'
3238 re-alphabetized the fixes
3240 * fixinc/check.diff: regenerate
3241 * fixinc/fixincl.x: regenerate
3242 * fixinc/check.tpl: added `sparc' and `netinet' to the list
3246 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
3248 * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
3250 2000-05-15 Richard Henderson <rth@cygnus.com>
3252 * toplev.c (rest_of_compilation): Run full jump pass before
3253 find_basic_blocks of flow2.
3255 2000-05-15 Richard Henderson <rth@cygnus.com>
3257 * jump.c: Fix typos and clarify commentary from last change.
3258 (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
3259 (safe_to_remove_jump_p): Remove.
3260 (condjump_label): Use pc_set.
3262 2000-05-15 Richard Henderson <rth@cygnus.com>
3264 * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
3265 that get in the way after reload.
3266 (cond_exec_process_if_block): Skip a label heading THEN block.
3268 2000-05-15 Richard Henderson <rth@cygnus.com>
3270 * varasm.c (output_constant_pool): Abort instead of converting
3271 (improperly) deleted labels to zero.
3273 2000-05-16 Neil Booth <NeilB@earthling.net>
3275 * cpplex.c (parse_string2): Update comment.
3276 (cpp_lex_line): No special assertion treatment for '('.
3277 * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
3278 * cpplib.h (SYNTAX_ASSERT): Remove.
3280 Mon May 15 21:45:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
3282 * jump.c (condjump_p): Mark as depreached.
3283 (any_condump_p): New.
3284 (any_uncondump_p): New.
3286 (safe_to_remove_jump_p): New.
3287 * rtl.h (any_condump_p, any_uncondjump_p, pc_set
3288 safe_to_remove_jump_p): Declare.
3290 Mon May 15 21:07:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
3292 * calls.c: Re-install both patches reverted by last patch.
3293 (struct arg_data): New field tail_call_reg.
3294 (initialize_argument_information): Initialize tail_call_reg
3295 (load_register_parameters): New argument flags, use
3296 tail_call_reg when emiting tail call sequence.
3297 (expand_call): Update call of load_register_parameters;
3298 copy unadjusted_args_size to adjusted_args_size.
3300 Mon May 15 19:01:42 MET DST 2000 Jan Hubicka <jh@suse.cz>
3302 * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
3303 and bct_p parameters to flags.
3304 * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
3305 * rtl.h (loop_optimize): Update prototype.
3306 * toplev.c (rest_of_compilation): Update call of loop_optimize.
3308 2000-05-15 Jakub Jelinek <jakub@redhat.com>
3310 * calls.c (expand_call): Move expand_start_target_temps call after
3313 2000-05-15 Neil Booth <NeilB@earthling.net>
3315 * cpphash.c (trad_stringify, warn_trad_stringify,
3316 collect_params): Make some pointers pointers to const.
3317 * cpplex.c (auto_expand_name_space) Guaranteed to always
3318 expand by at least one character.
3319 (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
3320 (struct token_spelling): Use const U_CHAR * rather than PTR.
3321 (expand_name_space): Fix up token pointers if name space
3322 is moved when expanding.
3323 (INIT_NAME, cpp_scan_line, parse_name, parse_number,
3324 parse_string2, save_comment, spell_token, cpp_output_list):
3325 Update so the routines handle tokens with a direct pointer to
3326 their text, rather than an offset into the token's list's namebuf.
3327 (_cpp_lex_line): Rearrange for clarity.
3329 * cpplib.c (_cpp_check_directive): Similarly.
3330 (do_define): Make SYM a pointer to const.
3331 * cpplib.h (struct cpp_name): Replace offset with direct pointer.
3332 (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
3333 (TOK_OFFSET): Delete.
3336 2000-05-14 Geoffrey Keating <geoffk@cygnus.com>
3338 * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
3341 * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
3343 (logical_u_operand): Delete.
3344 (non_logical_cint_operand): Rewrite to take MODE into account.
3345 (non_logical_u_cint_operand): Delete.
3346 (boolean_operator): New function.
3347 (print_operand): Add new %q operand.
3348 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
3349 remove logical_u_operand and non_logical_u_cint_operand,
3350 update logical_operand and non_logical_cint_operand.
3351 * config/rs6000/rs6000.md: Rewrite the patterns for performing
3352 logical operations to use %q.
3354 * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
3355 (movdi): Make similar to movsi.
3356 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
3357 is no such thing as a DImode CONST_DOUBLE.
3358 * config/rs6000/rs6000.c (output_toc): Likewise.
3360 * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
3361 codes when old mnemonics are in use. Print register names
3362 for cc registers when requested.
3364 * optabs.c (expand_float): Don't allow mode widening that causes
3367 * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
3368 flags to their current names -maix64 and -maix32.
3370 2000-05-14 Bruce Korb <bkorb@gnu.org>
3372 * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
3373 and/or after current text of file
3374 * fixinc/fixlib.c(must_malloc):
3375 * fixinc/fixlib.h(must_malloc): + reformatting
3376 * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
3377 with usages of ``c_fix = wrap;''
3378 Add several tests and use the ``c_fix = format'' fixer more.
3379 * fixinc/fixincl.x: regen
3380 * fixinc/check.diff: regen
3381 * fixinc/check.tpl: emit the associated header with the missing
3384 Sun May 14 17:58:59 2000 Hans-Peter Nilsson <hp@axis.com>
3386 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
3387 variables $src and $dst.
3389 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
3391 * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
3392 (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
3393 (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
3394 (struct output_buffer: emitted_prefix_p, prefixing_rule): New
3396 (set_message_prefixing_rule): Declare.
3398 * diagnostic.c: (current_prefixing_rule): New variable.
3399 (set_message_prefixing_rule): Define.
3400 (output_set_prefix): Adjust buffer->emitted_prefix_p.
3401 (init_output_buffer): Adjust Initialization.
3402 (output_emit_prefix): Rewrite. Take prefixing rules into account.
3404 Sat May 13 11:05:47 2000 Philippe De Muyter <phdm@macqel.be>
3406 * ifcvt.c (if_convert): Do not free NULL.
3408 2000-05-12 Nick Clifton <nickc@cygnus.com>
3410 * config/fr30/fr30.c (fr30_move_double): New function: Emit code
3411 to move a double word value.
3412 (di_operand): New function: Return true if the operand is suitbale
3413 for a double word move operation.
3414 (nonimmediate_di_operand): New function: Return true if the
3415 operand is a DImode register or MEM.
3417 * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
3418 nonimmediate_di_operand.
3420 * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
3421 nonimmediate_di_operand.
3423 * config/fr30/fr30.md (movdi): New pattern. Required because
3424 other patterns generate DImode results.
3425 (movdi_insn): New pattern.
3427 2000-05-12 Richard Henderson <rth@cygnus.com>
3429 * config/alpha/alpha.c (struct shadow_summary): Define
3430 bitfields as type unsigned int.
3432 Sat May 13 00:09:59 2000 Denis Chertykov <denisc@overta.ru>
3434 * config/avr/t-avr: Added definition of FLOAT while generates
3437 * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
3438 peepholes for tst+jump = sbrs/sbrc optimization.
3440 Fry May 12 20:03:00 CEST 2000 Jan Hubicka <jh@suse.cz>
3442 * expr.c (emit_push_insn): Do not adjust stack pointer when
3445 Fri May 12 19:03:58 2000 Philippe De Muyter <phdm@macqel.be>
3447 * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
3448 * system.h (offsetof): ... to here.
3450 2000-05-12 Richard Henderson <rth@cygnus.com>
3452 * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
3453 * final.c (final_end_function): Use app_disable. Rearrange note
3454 handling into a switch. Emit deleted labels.
3455 (output_asm_label): Generate label strings for deleted labels.
3456 * flow.c (tail_recursion_label_list): New.
3457 (find_basic_blocks_1): Set label_value_list directly. Collect list
3458 of tail recursion labels from call_placeholders. Don't add deleted
3459 labels to the label value list.
3460 (cleanup_cfg): Use free_EXPR_LIST_list.
3461 (flow_delete_insn_chain): Turn non-removable labels into notes.
3462 (flow_delete_block): Don't disable deleting the block because of
3463 a non-removable label.
3464 (tail_recursion_label_p): New.
3465 (merge_blocks_move_predecessor_nojumps): Don't disable the merge
3467 (merge_blocks_move_successor_nojumps): Likewise. Also move a
3469 (merge_blocks): Disable a merge because of tail recursion labels.
3470 * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
3471 Use a more accurate measure of not merging the join block.
3472 (find_if_block): Don't disable conversion because of a label.
3473 (find_if_case_1, find_if_case_2): Likewise.
3474 * jump.c (duplicate_loop_exit_test): Preserve the kind of list
3475 element when copying.
3476 (squeeze_notes): Also leave EH notes.
3477 (mark_jump_label): Ignore deleted labels. Use an INSN_LIST for
3479 (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
3481 * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
3482 NOTE_INSN_DELETED_LABEL. Print `[# deleted]' for a label_ref
3483 referring to a deleted label. Convert tail handling to a switch.
3484 * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
3485 for NOTE_INSN_DELETED_LABEL.
3486 (NOTE): Fix commentary.
3487 * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
3488 (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
3489 (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
3490 (LABEL_NUSES, LABEL_REFS): Likewise.
3491 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
3493 2000-05-12 Bruce Korb <bkorb@gnu.org>
3495 * fixinc/fixfixes.c(format_write): buglet & relaxed rules
3496 * fixinc/check.diff: updated
3497 * fixinc/inclhack.def: corrected & added some test_text-s
3498 * fixinc/genfixes: removed unneeded options to autogen invocation
3499 * fixinc/fixincl.tpl: Specified the output file
3500 * fixinc/fixfixes.c: visual appearance
3501 * fixinc/fixincl.x: regenerate
3503 2000-05-12 Zack Weinberg <zack@wolery.cumb.org>
3505 * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
3506 CTRL_defn_fix): Delete.
3507 (fix_char_macro_defines, fix_char_macro_uses): Rename to
3508 char_macro_def_fix and char_macro_use_fix, respectively. Put
3509 them into the FIXUP_TABLE. Get the string to search for from
3512 (format_write): New function.
3513 (format_fix): Use it.
3515 (FIX_PROC_HEAD): Constify text parameter.
3516 (machine_name_fix): Constify all char *s.
3517 * fixtests.c (skip_quote): Remove double static.
3519 * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
3520 ctrl_use_quotes): Update for new scheme.
3521 * fixincl.x: Regenerate.
3523 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
3525 * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
3527 (DWARF2_ASM_LINE_DEBUG_INFO): Define.
3528 (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
3530 2000-05-11 Robert Lipe <robertlipe@usa.net>
3532 * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
3533 * fixincl.x: Regenerate.
3535 2000-05-11 Richard Henderson <rth@cygnus.com>
3537 * calls.c: Revert both 05-09 patches.
3539 2000-05-11 Alexandre Oliva <aoliva@cygnus.com>
3541 * config/mn10300/mn10300.c (print_operand): Print FP constants in
3543 * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
3546 * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
3547 and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
3549 2000-05-11 Jason Merrill <jason@casey.cygnus.com>
3551 * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
3553 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
3555 * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
3557 Thu May 11 22:28:05 2000 Denis Chertykov <denisc@overta.ru>
3559 * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
3560 * config/avr/avr.c (jump_over_one_insn_p): New function.
3561 * config/avr/avr.md: New peepholes added. Output test and
3562 conditional jump to "sbrc" or "sbrs" command.
3564 2000-05-11 Mark Elbrecht <snowball3@bigfoot.com>
3566 * cppmain.c (main): Use IS_DIR_SEPARATOR.
3568 2000-05-11 Jakub Jelinek <jakub@redhat.com>
3570 * except.c (find_exception_handler_labels_1): New function.
3571 (find_exception_handler_labels): Split into two functions, dive
3572 into CALL_PLACEHOLDERs when looking for exception handler labels.
3574 2000-05-11 Stan Cox <scox@cygnus.com>
3576 * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
3577 * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
3578 * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
3580 2000-05-11 Bruce Korb <bkorb@gnu.org>
3582 * fixinc/fixfixes.c (double_slash_fix): obsolete
3583 (else_endif_label_fix): obsolete
3584 (format_fix): new, unused as yet
3586 * fixinc/fixlib.h: added fix description struct for use by format_fix
3587 * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
3588 * fixinc/Makefile.in: compile fixfixes.c and fixtests.c as separate
3589 modules. Removed the vestiges of the script version.
3590 Added support for "make check".
3591 * fixinc/check.diff: base diff file (needs work!!)
3592 * fixinc/check.tpl: quiet the fixup output
3593 * fixinc/fixtests.c (main): obsolete
3594 * fixinc/fixincl.sh: don't bother copying fixincl to ..
3595 * fixinc/fixincl.tpl: provide for arguments to c_fix routines
3597 Thu May 11 11:57:02 MET DST 2000 Jan Hubicka <jh@suse.cz>
3599 * toplev.c (rest_of_compilation): Remove dead code after
3602 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
3604 * cpphash.c (collect_funlike_expansion): Make "# is not
3605 followed by a macro argument name" a pedwarn, not an error.
3606 Preserve the # in the output. Suppress the warning if lang_asm.
3608 Thu May 11 01:19:31 2000 Jeffrey A Law (law@cygnus.com)
3610 * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
3611 * configure: Rebuilt.
3613 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
3615 * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
3617 2000-05-10 Kazu Hirata <kazu@hxi.com>
3619 * combine.c (try_combine): Fix a typo.
3621 Wed May 10 21:31:44 2000 Jim Wilson <wilson@cygnus.com>
3623 * config/ia64/ia64.md (insv): Add comment.
3625 2000-05-10 Richard Henderson <rth@cygnus.com>
3627 * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
3628 * mklibgcc.in: Rewrite to not use functions. Don't shortcut
3629 dependancies on FPBIT and DPBIT.
3631 2000-05-10 Nick Clifton <nickc@redhat.com>
3633 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
3634 when optimising for size.
3635 (mark_used_regs:) Ditto.
3636 (try_pre_increment_1): Ditto.
3638 2000-05-10 Zack Weinberg <zack@wolery.cumb.org>
3640 * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
3641 Make error message friendlier.
3643 * cpphash.h (struct hashnode): Use struct hack for name
3645 * cpphash.c (struct hashdummy): New.
3646 (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
3647 (make_HASHNODE): No need to set ->name pointer. Correct
3649 (cpp_lookup): Make 'dummy' a struct hashdummy. Tidy up a bit.
3651 2000-05-10 Richard Henderson <rth@cygnus.com>
3653 * flow.c (find_basic_blocks_1): Remove any spare bb_note
3656 2000-05-10 Bruce Korb <bkorb@gnu.org>
3658 * fixinc/gnu-regex.c: reg_syntax_t re_syntax_options must be static
3660 2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com>
3662 * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
3663 after we enter .debug.
3665 2000-05-10 Jason Merrill <jason@casey.cygnus.com>
3667 * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
3668 abstract instance of a nested inline function.
3670 * stor-layout.c (finish_record_layout): finalize_type_size
3671 before laying out the pending_statics.
3673 Wed 10 May 09:36:47 2000 Neil Booth <NeilB@earthling.net>
3675 * cpplex.c (spell_token): New function.
3676 (spell_string, spell_comment, spell_name): fold into
3679 (E, H): Remove macros.
3680 (save_comment): Save comment opening characters too.
3681 (_cpp_lex_file): Update to use spell_token. Tidy up comment
3683 * cpplib.h (I, S): Add macros.
3684 (E, H): Remove macros.
3685 (TTYPE_TABLE): Update entries for new speller.
3686 (SYNTAX_ASSERT): Remove.
3688 Wed 10 May 09:08:30 2000 Neil Booth <NeilB@earthling.net>
3690 * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
3691 when removing escaped newlines. Reverse sense of test for
3694 2000-05-09 Richard Henderson <rth@cygnus.com>
3696 * flow.c (find_basic_blocks_1): Do not delete the first
3697 bb_note we run across.
3698 (create_basic_block): Use reorder_insns to move an existing
3699 bb_note to the correct place.
3701 2000-05-09 Richard Henderson <rth@cygnus.com>
3703 * calls.c (expand_call): Increment currently_expanding_call
3704 before calling optimize_tail_recursion.
3706 Tue May 9 18:54:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3708 * reload1.c (reload_combine): Fix errors in last change.
3710 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
3712 * gcc.c (used_arg): Skip over a semicolon at the end of the
3713 split-up loop; don't break out of it.
3715 * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
3716 (tree.o): Depend on output.h.
3718 * c-decl.c (pending_invalid_xref_file,
3719 current_function_prototype_file): Constify.
3720 (pushdecl): Constify a local char *.
3721 (define_label): Constify filename parameter.
3722 * c-lex.c (init_parse): Constify parameter and return value.
3723 * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
3724 * c-tree.h: Update prototypes.
3725 * c-parse.in: Constify filename member of %union, and if_stmt_file.
3726 * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
3727 objc/objc-parse.c: Regenerate.
3729 * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
3730 * dwarfout.h: Update prototypes.
3731 * expr.c (expand_expr): Constify a local char *.
3732 * flags.h: Constify main_input_filename.
3733 * function.c (expand_function_end): Constify filename parameter.
3734 * genrecog.c (make_insn_sequence): Use a character array for
3736 (main): Remove unused variables.
3737 * input.h: Constify input_filename, main_input_filename, and
3738 file_stack.name. Update prototypes.
3739 * output.h: Declare first_global_object_name and
3740 weak_global_object_name here, as const char *.
3741 * stmt.c (expand_asm_operands): Constify filename parameter.
3742 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
3743 Constify filename parameter.
3744 (input_filename, main_input_filename): Constify.
3745 * toplev.h: Update prototypes.
3746 * tree.c: Include output.h. Don't declare
3747 first_global_object_name or weak_global_object_name. Clean up string
3748 bashing in get_file_function_name_long.
3749 * tree.h (struct tree_decl): Constify filename member.
3750 (input_filename): Constify.
3752 * varasm.c (first_global_object_name, weak_global_object_name):
3754 (assemble_start_function, assemble_variable): Clean up string bashing.
3756 * gcc.c: Constify all spec-related strings initialized,
3757 transitively, from string constants. Constify all strings
3758 and string variables related to multilibs.
3759 (set_spec, read_specs): Cast argument to free to PTR.
3760 (used_arg): Do not modify multilib_matches. Use strncmp plus
3761 length comparison to compare multilib switches.
3762 * genmultilib: Constify everything declared in multilib.h.
3764 Tue May 9 22:28:03 2000 Denis Chertykov <denisc@overta.ru>
3766 * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
3769 Tue May 9 20:52:43 2000 Denis Chertykov <denisc@overta.ru>
3771 * config/avr/avr-protos.h (extra_constraint): change a type of
3772 second argument from char to int to avoid warnings.
3773 (asm_output_byte): Likewise.
3775 * config/avr/avr.c (MAX_LD_OFFSET) New macro.
3776 (initial_elimination_offset): Handle elimination from
3777 FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
3778 (legitimate_address_p): Use MAX_LD_OFFSET.
3779 (legitimize_address): Likewise.
3780 (out_movqi_r_mr): Likewise.
3781 (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
3782 (out_movsi_r_mr): Use MAX_LD_OFFSET.
3783 (out_movsi_mr_r): Likewise.
3784 (out_movqi_mr_r): Likewise.
3785 (out_movhi_mr_r): Likewise.
3786 (notice_update_cc): Correct CC for the ashrqi3 with the shift
3787 count as CONST_INT != 6.
3788 (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
3789 shift count is a CONSTANT_P, but not a CONST_INT.
3790 (ashlhi3_out): Coding style modifications.
3791 (ashlsi3_out): Likewise.
3792 (ashrhi3_out): Likewise.
3793 (ashrsi3_out): Likewise.
3794 (lshrhi3_out): Likewise.
3795 (lshrsi3_out): Likewise.
3796 (ashrqi3_out): Generate shift for any known constant count without
3797 scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
3798 but not a CONST_INT.
3799 (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
3800 shift count is a CONSTANT_P, but not a CONST_INT.
3801 (extra_constraint): change a type of
3802 second argument from char to int to avoid warnings.
3803 (asm_output_byte): Likewise.
3804 (asm_file_end): Output size generated commands count as a hex
3807 * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
3809 * config/avr/avr.md (addhi3): Fragment commented by &&0 is
3811 (ashlqi3): Values of "length" attribute changed. Shift count
3812 uses constraints 'n' instead of 'i'.
3813 (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
3814 shifts without clobber register.
3815 (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
3816 (call_insn): Correct test for which_alternative == 1 (was 0).
3817 (call_value_insn): Likewise.
3819 * config/avr/t-avr: Remove definition of FLOAT while generates
3822 2000-05-09 Bruce Korb <bkorb@gnu.org>
3824 * fixinc/check.tpl: Template for checking fixes
3825 * fixinc/inclhack.def: Added 'test_text' for many fixes
3826 disable hpux8_bogus_inlines on SCO
3827 * fixinc/fixinc.sco: Oh, yes, we don't need this any more.
3829 Tue May 9 16:30:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
3831 * calls.c (expand_call): Reorganize somewhat in order
3832 to avoid unnecesary recalculation inside loop and make
3833 tail call failure code cleaner.
3835 Tue May 9 06:30:20 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3837 * alias.c (nonlocal_reference_p): Minor reformatting.
3838 * reload.c (find_equiv_reg): Simplify logic for
3839 CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
3840 some some reformatting.
3841 * reload1.c (reload_combine): Don't assume everything in
3842 CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
3844 2000-05-08 Richard Henderson <rth@cygnus.com>
3846 * final.c (current_insn_predicate): New.
3847 (final_scan_insn): Set it.
3848 * output.h (current_insn_predicate): Declare.
3850 * ifcvt.c (cond_exec_process_insns): New argument prob_val.
3851 Attach it to call insns.
3852 (cond_exec_process_if_block): Track probability for true and
3854 (dead_or_predicable): Likewise.
3856 * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
3857 (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
3858 (PROB_VERY_LIKELY, PROB_ALWAYS): New.
3859 (estimate_probability, expected_value_to_br_prob): Use them.
3861 * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
3862 * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
3863 (ia64_expand_prediction): New.
3864 (emit_insn_group_barriers): Don't look at notes. Emit barriers
3865 as needed after calls.
3866 (ia64_epilogue_uses): Mark b0 used.
3867 * config/ia64/ia64.md (beq_true, beq_false): Remove.
3868 (bne_true, bne_false): Remove.
3869 (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
3870 (br_true, br_false): New. Use predicate_operator and
3871 ia64_expand_prediction.
3872 (return_true, return_false): Likewise.
3873 (call_internal): Use ia64_expand_prediction. Don't emit stop bit.
3874 (call_internal1, call_value_internal): Likewise.
3875 (call_value_internal1, call_multiple_values_internal1): Likewise.
3877 * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
3879 * config/ia64/ia64.md (extendsfdf2): Split only after reload.
3881 2000-05-08 Richard Henderson <rth@cygnus.com>
3883 * rtlanal.c (may_trap_p): Consider old-style and volatile
3886 Mon May 8 17:16:48 2000 Jim Wilson <wilson@cygnus.com>
3888 * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
3890 2000-05-08 Richard Henderson <rth@cygnus.com>
3892 * config/ia64/ia64.h (predicate_operator): Declare.
3894 * config/ia64/ia64.md (extendsfdf2): Split the nop case out
3897 * gensupport.c (process_rtx): Copy and post-process each member
3898 of the define_insn rtvec individually.
3900 Mon 8 May 22:17:35 2000 Neil Booth <NeilB@earthling.net>
3902 * cpplex.c (spell_token): New function.
3903 (TOKEN_LEN): Add 1 for whitespace.
3904 (_cpp_lex_file): Update to use spell_token.
3905 * cpplib.h (E): Remove.
3906 (TTYPE_TABLE): Update CPP_VSPACE entry.
3908 2000-05-08 Richard Henderson <rth@cygnus.com>
3910 * flow.c (init_propagate_block_info): Watch out for conditional
3911 branch to next instruction, and thus one outgoing edge.
3913 * config/ia64/ia64.c (ia64_encode_section_info): Exit early
3914 for global register variables; don't special case __[CD]TOR_LIST__;
3915 mind ggc_p for string allocation.
3917 2000-05-08 Nick Clifton <nickc@cygnus.com>
3919 * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
3921 2000-05-08 Bruce Korb <bkorb@gnu.org>
3923 * fixinc/mkfixinc.sh: fixinc.sco is no longer used
3924 i?86-*-msdosdjgpp* no longer uses fixincludes
3925 * fixinc/genfixes: inclhack.sh and fixincl.sh are no longer generated
3926 * fixinc/inclhack.sh: deleted
3927 * fixinc/hackshell.tpl: deleted
3928 * fixinc/inclhack.tpl: deleted
3929 * fixinc/Makefile.in: Remove dependencies on above
3930 * fixinc/fixincl.sh: "DO NOT EDIT" text modified
3932 2000-05-08 Andreas Jaeger <aj@suse.de>
3934 * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
3937 2000-05-07 Zack Weinberg <zack@wolery.cumb.org>
3939 * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
3942 Sun 7 May 08:43:53 2000 Neil Booth <NeilB@earthling.net>
3944 * cpplex.c: Move new lexer definitions and prototypes
3945 to top. Conditional include these and the code if
3946 NEW_LEXER is defined. Rename functions whose names
3947 clash if this code included.
3949 Sun May 7 00:54:57 EDT 2000 John Wehle (john@feith.com)
3951 * rtl.def (COND_EXEC): Clarify.
3953 * i386.md (extendsidi2): Clobber (reg:CC 17) in the
3954 same fashion as zero_extendsidi2.
3956 2000-05-06 Richard Henderson <rth@cygnus.com>
3958 * config/ia64/ia64.c (predicate_operator): New.
3959 (ia64_print_operand): Handle 'J'.
3960 (rtx_needs_barrier): Handle COND_EXEC.
3961 * config/ia64/ia64.h (BRANCH_COST): Define.
3962 (PREDICATE_CODES): Update.
3963 * config/ia64/ia64.md: Docuement used unspec values.
3964 (attr predicable): New.
3965 (movxf, movxf_internal): New.
3966 (extendsfdf2): Don't comment out nop.
3967 (floatdidf2): Remove.
3968 (truncxfsf2, truncxfdf2, floatdixf2): New.
3969 (abssi2, absdi2): Put the neg in the "true" slot.
3970 (conditional branch instructions): Mark not predicable.
3971 (cmov*_internal): Use predicate_operator. Split to cond_exec.
3972 (abs*_internal): Likewise.
3973 (alloc, set_bsp): Mark not predicable.
3974 (barrier, insn_group_barrier, flush_cache): Likewise.
3975 (define_cond_exec): New.
3977 2000-05-06 Richard Henderson <rth@cygnus.com>
3979 * c-decl.c: Include "tm_p.h".
3981 * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
3982 (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
3983 (ia64_expand_op_and_fetch): Declare.
3984 * config/ia64/ia64.c: Include "toplev.h". Kill trailing whitespace.
3985 (setjmp_operand): Constify variables for XSTR.
3986 (ia64_encode_section_info): Likewise.
3987 (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
3989 (ia64_asm_output_external): Constify name.
3990 (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
3991 (process_for_unwind_directive): Provide switch default.
3992 (ia64_expand_compare_and_swap): Remove unused variables.
3993 (ia64_expand_builtin): Likewise.
3994 * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
3997 * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
3998 (symbolic_operand, function_operand, setjmp_operand): Likewise.
3999 (shift_count_operand, shift_32bit_count_operand): Likewise.
4000 (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
4001 (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
4002 (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
4003 (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
4004 (ia64_expand_builtin): Likewise.
4005 (call_multiple_values_operation): Make dest_regno unsigned.
4007 2000-05-06 Richard Henderson <rth@cygnus.com>
4009 * rtl.def (DEFINE_COND_EXEC): New.
4010 * md.texi: Document it.
4012 * gensupport.c (input_file): Remove.
4013 (struct queue_elem): Add lineno.
4014 (rtx_ready_queue): Remove.
4016 (predicable_default): New.
4017 (predicable_true, predicable_false): New.
4018 (define_attr_queue, define_attr_tail): New.
4019 (define_insn_queue, define_insn_tail): New.
4020 (define_cond_exec_queue, define_cond_exec_tail): New.
4021 (other_queue, other_tail): New.
4022 (queue_pattern): New.
4023 (process_rtx): Add patterns to the appropriate queues.
4024 (is_predicable, identify_predicable_attribute): New.
4025 (n_alternatives, collect_insn_data): New.
4026 (alter_predicate_for_insn, alter_test_for_insn): New.
4027 (shift_output_template, alter_output_for_insn): New.
4028 (process_one_cond_exec, process_define_cond_exec): New.
4029 (init_md_reader): Read the entire file. Process define_cond_exec.
4030 (read_md_rtx): Return elements from the queues.
4032 2000-05-06 Richard Henderson <rth@cygnus.com>
4034 * flow.c (mark_set_1): Don't update conditional life info
4035 if the register is not_dead.
4037 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
4039 * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
4040 (mostlyclean): Also delete fixincl, fixinc.sh, and
4041 specs.ready, and make clean in the fixinc subdir.
4043 2000-05-06 Richard Henderson <rth@cygnus.com>
4045 * Makefile.in (gensupport.o): Compile for the host.
4046 (host-prefix gensuuprt.o): Remove.
4047 (genflags.o): Depend on gensupport.h and OBSTACK_H.
4048 (genattrtab.o): Likewise.
4049 (gencodes.o): Depend on gensupport.h.
4050 (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
4051 (genpeep.o, genattr.o, genoutput.o): Likewise.
4053 * gensupport.c (obstack, rtl_obstack): New.
4054 (init_md_reader): Initialize rtl_obstack.
4055 * gensupport.h (rtl_obstack): Declare.
4056 (message_with_line): Declare.
4058 * genattr.c: Remove all traces of obstack manipulation.
4059 * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
4060 * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
4062 * genattrtab.c (obstack, rtl_obstack): Remove.
4063 (main): Don't init rtl_obstack.
4064 * genflags.c: Likewise.
4066 * genrecog.c (message_with_line): Move ...
4067 * gensupport.c: ... here.
4069 2000-05-06 Richard Henderson <rth@cygnus.com>
4071 * c-typeck.c (build_c_cast): Remove dead code.
4073 2000-05-06 Richard Henderson <rth@cygnus.com>
4075 * flow.c (split_edge): Don't allocate global_live_at_start for
4076 the new block unless the old blocks had them as well.
4078 * flow.c (mark_set_1): Respect not_dead when updating reg_live.
4080 * ifcvt.c (noce_process_if_block): Don't use an insn_b from
4081 test_bb if a or b uses x.
4083 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
4085 * cpphash.h: Remove conditional #define of __extension__.
4086 * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
4087 RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
4088 (ENABLE_RTL_CHECKING only).
4089 * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
4090 CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
4091 (ENABLE_TREE_CHECKING only).
4092 * varray.h: Add __extension__ to VARRAY_CHECK macro
4093 (ENABLE_CHECKING only).
4095 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
4097 Use new tail-calling mechanism on ARM.
4098 * arm.md (sibcall, sibcall_value): New expands.
4099 (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
4100 (tailcalling peepholes): Delete.
4101 (push_multi): Simplify.
4102 * arm.c (lr_save_eliminated): Delete definition.
4103 (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
4104 (output_return_instruction): Remove checks on lr_save_eliminated.
4105 (output_arm_prologue): Remove old tail-calling code.
4106 (arm_output_epilogue): New parameter, really_return. All callers
4107 changed. Handle tail-calling epilogues.
4108 * arm.h (lr_save_eliminated): Delete declaration.
4109 (frame_pointer_needed): Delete declaration.
4110 * arm-protos.h (arm_output_epilogue): Adjust prototype.
4112 * arm.md (is_thumb): Examine symbol thumb_code, not expression
4114 * arm.c (thumb_code): Define it.
4115 (arm_override_options): Set it.
4116 * arm.h (thumb_code): Declare it.
4118 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
4120 * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
4122 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
4124 * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
4125 bogus clobber to insns.
4126 (load_multiple_operation, store_mulitple_operation): Don't check
4128 * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
4130 * arm.md (and_scc, ior_scc): Add missing mode.
4132 * arm.md (call_value_symbol): Remove predicate from op2.
4134 * arm.h (SPECIAL_MODE_PREDICATES): Define.
4136 Sat May 6 06:25:56 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4138 * expr.c (get_subtarget): New function.
4139 (force_operand, expand_expr, do_store_flag): Use it.
4141 * toplev.c (compile_file): Don't take strlen of NAME if null.
4143 2000-05-06 David Edelsohn <edelsohn@gnu.org>
4145 * xcoffout.c (xcoff_current_include_file,
4146 xcoff_current_function_file, xcoff_lastfile): Constify char *.
4147 (xcoffout_source_file, xcoffout_source_line): Make filename 'const
4149 (xcoffout_declare_function): Make name 'const char *'.
4150 (xcoffout_end_epilogue): Make fname 'const char *'
4151 * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
4152 xcoffout_declare_function, xcoffout_source_line): Match above.
4154 * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
4156 * rs6000.c (print_operand): Fix lossage typo.
4157 (output_cbranch): Remove "cr" decoration for now.
4158 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
4160 Sat May 6 06:55:32 2000 Denis Chertykov <denisc@overta.ru>
4162 * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
4165 2000-05-05 Bruce Korb <bkorb@gnu.org>
4167 * fixinc/genfixes: Improve the matching for make target names
4169 2000-05-05 Catherine Moore <clm@cygnus.com>
4171 * c-common.c (decl_attributes): For TYPE_DECLs attach the
4172 attribute to the decl.
4173 * c-decl.c (pushdecl): Propagate the USED attribute to the
4176 2000-05-05 Richard Henderson <rth@cygnus.com>
4178 * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
4179 same way emit_group_load does.
4181 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
4183 * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
4185 * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
4188 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
4190 * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
4192 Fri May 5 10:29:21 2000 Marc Espie <espie@cvs.openbsd.org>
4194 * config/openbsd.h (LINK_SPEC): pass correct flags to ld
4195 to support -shared, on platforms with dynamic libraries.
4197 Fri May 5 10:27:06 2000 Philippe De Muyter <phdm@macqel.be>
4199 * system.h (S_ISBLK): Provide fallback definition.
4201 2000-05-05 Geoff Berry <geoffb@bops.com>
4203 * extend.texi (Extended Asm): Document inability to give asm
4204 statements access to condition codes.
4206 2000-05-05 Marek Michalkiewicz <marekm@linux.org.pl>
4208 * varasm.c (asm_emit_uninitialised): Use 0, not NULL
4209 as arg 2 of UNIQUE_SECTION.
4211 Fri May 5 10:11:41 2000 Jeffrey A Law (law@cygnus.com)
4213 * predict.c: Remove May 4 change.
4214 * bb-reorder.c (make_reorder_chain): Do not perform block movement
4215 if we have predicted the branch at 50-50 probability.
4217 2000-05-05 Richard Henderson <rth@cygnus.com>
4219 * flow.c (init_propagate_block_info): Fix merge error
4220 in HAVE_conditional_execution code.
4222 Fri May 5 07:43:50 2000 Denis Chertykov <denisc@overta.ru>
4224 * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
4225 shift cycle for unknown shift count. Also generates dec + brpl.
4226 (ashlqi3_out): Don't generate dec + brpl which now generates by
4227 `out_shift_with_cnt'.
4228 (ashlhi3_out): Likewise.
4229 (ashlsi3_out): Likewise.
4230 (ashrqi3_out): Likewise.
4231 (ashrhi3_out): Likewise.
4232 (ashrsi3_out): Likewise.
4233 (lshrqi3_out): Likewise.
4234 (lshrhi3_out): Likewise.
4235 (lshrsi3_out): Likewise.
4237 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
4239 * gcc.c (free_split_directories): Correct typo in explanation
4240 of make_relative_prefix.
4242 2000-05-04 Geoff Keating <geoffk@cygnus.com>
4244 * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
4245 comparison codes to branch_comparison_operator.
4247 2000-05-04 Richard Henderson <rth@cygnus.com>
4249 * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
4251 2000-05-04 Richard Henderson <rth@cygnus.com>
4253 * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
4254 (DPBIT_FUNCS): Remove _sf_to_usi.
4255 (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
4257 * ifcvt.c (noce_process_if_block): Fail if A or B modified
4258 between condition and jump.
4260 * libgcc2.c (near eh_context_specific): Comment #endif string.
4261 * longlong.h: Don't use strings with embedded newlines.
4263 2000-05-04 Geoff Keating <geoffk@cygnus.com>
4265 * config/rs6000/rs6000-protos.h: Add output_cbranch.
4266 * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
4267 (print_operand): Delete %t and %T codes.
4268 (output_cbranch): New function. Support branch prediction.
4269 * config/rs6000/rs6000.md: Use output_cbranch for
4270 conditional branches and returns.
4272 2000-05-04 Jason Merrill <jason@casey.cygnus.com>
4274 * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
4275 * stor-layout.c (place_field): Likewise.
4276 * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
4277 * expr.c (store_expr): Make align unsigned.
4278 * explow.c (plus_constant_wide): Make low words unsigned.
4279 * expmed.c (choose_multiplier): Likewise.
4280 * fold-const.c (fold): Likewise.
4281 * tree.h (build_int_2): Likewise.
4282 * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
4283 * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
4284 (init_emit): Change cast to unsigned char*.
4285 * varasm.c (compare_constant_1): Add cast to char*.
4286 * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
4287 * reload1.c (reload): Likewise.
4289 * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
4291 Thu May 4 14:37:23 2000 Jeffrey A Law (law@cygnus.com)
4293 * predict.c (estimate_probability): If no prediction was found, then
4294 predict the successor that is the next physical block (if such a
4297 2000-05-04 Richard Henderson <rth@cygnus.com>
4299 * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
4301 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4303 * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
4305 2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
4307 * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
4308 attribute macros from here ...
4309 (CPP_SPEC): to here.
4310 * i386/mingw32.h (CPP_PREDEFINES): Likewise.
4311 (CPP_SPEC): Likewise.
4312 * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
4314 * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
4315 (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
4317 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4319 * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
4321 * diagnostic (vbuild_message_string, build_message_string,
4322 build_location_prefix, output_get_prefix, init_output_buffer,
4323 output_notice, vline_wrapper_message_with_location,
4324 v_message_with_decl, default_print_error_function): De-constify.
4325 (set_real_maximum_length): Prototype.
4327 * diagnostic.h (struct output_buffer, init_output_buffer,
4328 output_get_prefix, output_set_prefix): De-constify.
4330 * function.c (init_function_start): Constify.
4332 * gensupport.c (remove_constraints, process_rtx): Prototype.
4334 * gthr-posix.h: Indent uses of #pragma.
4336 * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
4339 * predict.c (find_expected_value): Delete prototype.
4340 (expected_value_to_br_prob): Initialize variable `ev_reg'.
4342 * sbitmap.h (debug_sbitmap): Prototype.
4344 * ssa.c (compute_coalesced_reg_partition): Prototype.
4346 * stor-layout.c (debug_rli): Prototype.
4348 * tree.h (round_down): Prototype.
4349 (init_function_start): Constify.
4351 2000-05-04 Zack Weinberg <zack@wolery.cumb.org>
4353 * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
4354 (overly conservative). Change extern inline wrappers to
4355 static inline, define them always, use PARAMS properly.
4356 * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
4357 whitespace warnings for \f and \v at the beginning of a line.
4359 Thu May 4 10:03:50 2000 Jeffrey A Law (law@cygnus.com)
4361 * haifa-sched.c (schedule_insns): Free the flow edge list when it
4364 2000-05-04 Bruce Korb <bkorb@gnu.org>
4366 * fixincl/inclhack.def: added broken_cabs -
4367 Remove `extern double cabs' declarations from math.h
4368 * fixincl/inclhack.sh: regen
4369 * fixincl/fixincl.x: regen
4370 * fixincl/fixincl.c: Remove BOGOSITY code
4371 * fixincl/mkfixinc.sh: Remove code for installing "shell" version
4373 Thu May 4 09:45:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4375 * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
4377 * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
4378 when calling MEM_COPY_ATTRIBUTES.
4379 * emit-rtl.c (operand_subword, change_address): Likewise.
4380 * explow.c (stabilize): Likewise.
4381 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
4382 * integrate.c (copy_rtx_and_substitute): Likewise.
4383 * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
4384 when calling MEM_COPY_ATTRIBUTES.
4385 (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
4387 * cse.c (gen_lowpart_if_possible): Likewise.
4388 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
4389 * optabs.c (gen_move_insn): Likewise.
4390 * recog.c (validate_replace_rtx_1): Likewise.
4391 * simplify-rtx.c (add_mem_for_addr): Likewise.
4392 * stmt.c (expand_anon_union_decl): Likewise.
4393 * config/arm/arm.md: Likewise.
4394 * config/h8300/h7300.c (fix_bit_operand): Likewise.
4395 * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
4396 (block_move_no_loop, block_move_sequence): Likewise.
4397 * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
4398 * config/alpha/alpha.c (get_aligned_mem): Likewise.
4399 Clear MEM_ALIAS_SET.
4400 * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
4401 MEM_COPY_ATTRIBUTES.
4403 2000-05-03 Robert Lipe <robertlipe@usa.net>
4405 * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
4406 to suppress libgcc1.
4407 (i[34567]86-*-sco3.2v5*) Likewise.
4408 (i[34567]86-*-sco3.2v4*) Likewise.
4409 (i[34567]86-*-sco) Likewise.
4410 (i[34567]86-*-solaris2) Likewise.
4411 (i[34567]86-*-sysv5*) Likewise.
4412 (i[34567]86-*-sysv4*) Likewise.
4413 (i[34567]86-*-udk*) Likewise.
4414 (i[34567]86-*-sysv*) Likewise.
4416 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
4418 * cpphash.h (U): New define, to correct type of string constants.
4419 (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
4420 routines, to do casts when passing unsigned strings to libc.
4421 * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
4423 * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
4424 * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
4425 * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
4426 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
4427 second argument an U_CHAR *.
4429 * cppinit.c (builtin_array): Make name and value U_CHAR *, add
4430 length field, clean up initializer.
4431 (ISTABLE): Add __extension__ to designated-
4432 initializers version.
4433 * cpplex.c (CHARTAB): Likewise.
4435 * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
4436 case so the file won't be empty.
4438 Wed May 3 21:01:46 2000 Jason Eckhardt <jle@cygnus.com>
4440 * bb-reorder.c (struct reorder_block_def): Member succ removed.
4441 (REORDER_BLOCK_SUCC): Removed.
4442 (enum reorder_skip_type): Removed.
4443 (skip_insns_between_block): Renamed to skip_insns_after_block.
4444 Removed second argument. Removed dead code and cleaned up.
4445 (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
4446 (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
4447 second parameter to skip_insns_after_block.
4449 Wed May 3 13:29:54 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4451 * tree.c (staticp, case LABEL_DECL): New case.
4453 2000-05-03 Richard Henderson <rth@cygnus.com>
4455 * Makefile.in (start.encap): Do not depend on LIBGCC1.
4457 * mklibgcc1.in: Fix typo last change.
4459 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
4461 * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
4462 (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
4463 (GCC_CFLAGS): Use it.
4464 (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
4465 * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
4466 objc/Make-lang.in: Use it.
4468 2000-05-03 Jason R Thorpe <thorpej@zembu.com>
4470 * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
4472 2000-05-03 Richard Henderson <rth@cygnus.com>
4474 * mklibgcc.in: Restrict OLDCC=GCC test to native. Equate
4475 LIBGCC1 empty with libgcc1.null.
4477 Wed May 3 12:55:46 2000 Jim Wilson <wilson@cygnus.com>
4479 * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
4482 2000-05-03 Greg McGary <gkm@gnu.org>
4484 * tree.h (tree_common): Add bounded_flag member. Remove
4485 inaccurate comment about number of remaining bits.
4486 (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
4487 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
4488 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
4489 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
4490 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
4491 (TYPE_QUAL_BOUNDED): New constant.
4492 (TYPE_QUALS): Handle bounded qualifier.
4493 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
4494 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
4495 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
4496 TYPE_AMBIENT_BOUNDEDNESS): New macros.
4497 (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
4498 (tree_type): Add pointer_depth member. Remove
4499 inaccurate comment about number of remaining bits.
4500 (DECL_POINTER_DEPTH): Add macro.
4501 (tree_decl): Add pointer_depth member.
4503 Wed May 3 22:52:53 2000 Denis Chertykov <denisc@overta.ru>
4505 * config/avr/avr-protos.h (test_hard_reg_class): Declared.
4506 * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
4507 (lshrhi3_out): Likewise.
4508 (ashrsi3_out): bugfix in shift by 8.
4509 (test_hard_reg_class): New function.
4510 * config/avr/avr.md: Bugfix inside conditions in peepholes.
4511 (ashlhi3): removed define_expand of this pattern.
4512 (*ashlhi3_insn): renamed to ashlhi3.
4513 (ashlsi3): removed define_expand of this pattern.
4514 (*ashlsi3_insn): renamed to ashlsi3.
4515 (ashrqi3): removed define_expand of this pattern.
4516 (*ashrqi3_insn): renamed to ashrqi3.
4517 (ashrhi3): removed define_expand of this pattern.
4518 (*ashrhi3_insn): renamed to ashrhi3.
4519 (ashrsi3): removed define_expand of this pattern.
4520 (*ashrsi3_insn): renamed to ashrsi3.
4521 (lshrhi3): removed define_expand of this pattern.
4522 (*lshrhi3_insn): renamed to lshrhi3.
4523 (lshrsi3): removed define_expand of this pattern.
4524 (*lshrsi3_insn): renamed to lshrsi3.
4526 2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
4528 * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
4529 inclusion of "system.h".
4531 Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com>
4533 * config/ia64/ia64.c (ia64_encode_section_info): Add check for
4536 2000-05-03 David Mosberger <davidm@hpl.hp.com>
4538 * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
4539 if -mauto-pic is on.
4540 (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
4541 -mconstant-gp is in effect and function-descriptors are being used
4542 to make indirect calls.
4543 * config/ia64/ia64.h (MASK_CONST_GP): New macro.
4544 (MASK_AUTO_PIC): Ditto.
4545 (TARGET_CONST_GP): Ditto.
4546 (TARGET_AUTO_PIC): Ditto.
4547 (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
4548 (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
4549 -mno-pic is in effect.
4550 (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
4551 * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
4552 -mauto-pic is in effect.
4553 (gprel64_offset): New pattern.
4554 (load_gprel64): Ditto.
4555 (call): Handle -mauto-pic like -mno-pic (don't use fptr). If
4556 -mconstant-gp is in effect, no need to preserve gp around direct
4558 (call_value): Ditto.
4559 * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
4560 (FUNCTION_PROFILER): Define.
4561 * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
4562 @fptr() directive when -mno-pic or -mauto-pic is in effect.
4563 (ASM_OUTPUT_DESTRUCTOR): Ditto.
4565 2000-05-03 Richard Henderson <rth@cygnus.com>
4567 * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
4568 (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
4569 (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
4570 (mklibgcc, libgcc.mk): New targets.
4571 (libgcc.a): Use libgcc.mk.
4572 (stmp-multilib): Likewise.
4573 (stmp-multilib-sub): Remove.
4574 (mostlyclean): Don't delete libgcc2 temp files.
4575 * configure.in (AC_PROG_CC_C_O): Add.
4576 (NO_MINUS_C_MINUS_O): Substitute it.
4577 (all_outputs): Add mklibgcc.
4578 * mklibgcc.in: New file.
4580 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
4582 * cppexp.c (op_t): Make an int.
4584 * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
4586 * varasm.c (initializer_constant_valid_p): Fix parenthesis.
4588 * gensupport.c (process_rtx): Fix macros used.
4590 2000-05-03 Richard Henderson <rth@cygnus.com>
4592 * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
4593 call-clobbered registers of a call.
4595 Wed May 3 12:40:53 2000 Clinton Popetz <cpopetz@cygnus.com>
4597 * gensupport.c: New file.
4598 * gensupport.h: New file.
4599 * Makefile.in (HOST_RTL): Depend on gensupport.
4600 (gensupport.o) New rule.
4601 * genattr.c: Use gensupport for reading .md files.
4602 * genattrtab.c: Ditto.
4603 * gencodes.c: Ditto.
4604 * genconfig.c: Ditto.
4606 * genextract.c: Ditto.
4607 * genflags.c: Ditto.
4608 * genopinit.c: Ditto.
4609 * genoutput.c: Ditto.
4611 * genrecog.c: Ditto.
4612 * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
4613 * md.texi (Insn Splitting): Document define_insn_and_split.
4615 Tue May 2 00:20:30 2000 Jason Eckhardt <jle@cygnus.com>
4617 * flow.c (verify_flow_info): Added two more sanity checks. The
4618 first checks that the blocks are numbered consecutively. The second
4619 checks that n_basic_blocks is actually equal to the number of
4620 basic blocks in the insn chain.
4622 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
4624 * cpplib.h: Add accessor macros for token lists.
4625 * cpplib.c, cpphash.c, cpplex.c: Use them.
4627 Wed May 3 09:29:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4629 * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
4630 memory usage if not in a function.
4631 * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
4632 return address if static.
4634 Wed May 3 13:14:49 MET DST 2000 Jan Hubicka <jh@suse.cz>
4636 * ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest
4637 whether address may trap.
4639 Tue May 2 23:38:37 2000 Jason Eckhardt <jle@cygnus.com>
4641 * bb-reorder (chain_reorder_blocks): Changed code to test for
4642 EDGE_FALLTHRU rather than making erroneous assumption that the
4643 first outgoing edge is the fall-through edge.
4645 Tue May 2 18:20:31 2000 Donald Lindsay <dlindsay@hound.cygnus.com>
4647 * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
4648 ABI for varargs, across all MIPS. This is incompatible because the
4649 va_list (__builtin_va_list) structure is different, so a compilation
4650 unit passing a va_list and a compilation unit being passed one, should
4651 both be compiled with the same ABI. (The old structure had two
4652 pointers, now it has three.)
4654 Tue May 2 19:18:43 2000 Jason Eckhardt <jle@cygnus.com>
4656 * bb-reorder.c (struct reorder_block_def): Remove members end,
4657 block_begin, and block_end.
4658 (REORDER_BLOCK_OLD_END): Delete.
4659 (REORDER_BLOCK_BEGIN): Delete.
4660 (REORDER_BLOCK_END): Delete.
4661 (chain_reorder_blocks): Remove dead code.
4663 Tue May 2 17:06:53 2000 Jason Eckhardt <jle@cygnus.com>
4665 * bb-reorder.c (remove_scope_notes): Check for both types of scope
4666 notes as the end of a basic block before deleting.
4668 2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>
4670 * final.c (final_start_function): Fix spelling of "necessary".
4672 2000-05-02 Jason Merrill <jason@casey.cygnus.com>
4674 * toplev.c (debug_ignore_block): Return int.
4675 * dwarf2out.c (dwarf2out_ignore_block): Likewise.
4676 * toplev.h, dwarf2out.h: Adjust.
4677 * emit-rtl.c (remove_unnecessary_notes): Test return value.
4679 * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
4680 * toplev.c, final.c, rtl.h: Adjust.
4682 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
4684 * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
4685 * configure.in: Look for makeinfo in the unified tree, then
4686 for a system makeinfo which is sufficiently new.
4687 * Makefile.in: If configure says makeinfo is too old, don't
4688 build or install Info documentation.
4690 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
4692 * cpphash.c (collect_params): Fix off-by-one error.
4693 (dump_hash_helper): Dump all four macro nodetypes.
4695 2000-05-02 Jakub Jelinek <jakub@redhat.com>
4697 * cpphash.c (trad_stringify): Adjust p after stringification as
4700 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
4702 * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
4703 (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
4705 * cppfiles.c (file_cleanup): Delete.
4706 * cpphash.c (macro_cleanup): Delete.
4707 (collect_objlike_expansion, collect_funlike_expansion,
4708 macarg, scan_arguments): Remove CPP_POP case.
4710 * cpplex.c (null_cleanup): Delete.
4711 (cpp_pop_buffer): Do the work that was done in the cleanups
4712 here. Call _cpp_unwind_if_stack from here.
4713 (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
4714 cpp_scan_buffer): Run until we see CPP_EOF and the top of
4715 stack is the buffer _below_ the one we stacked.
4716 (cpp_get_token): Always pop an exhausted buffer. Return
4717 CPP_EOF unless it's a macro buffer. Don't call _cpp_handle_eof.
4718 * cpplib.c (skip_if_group): Don't call cpp_get_token to
4719 increment the line number.
4720 (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
4722 * fix-header.c (read_scan_file) [parsing getchar()]: Run until
4723 we see CPP_EOF and the top of stack is the buffer _below_ the
4725 * scan-decls.c: Likewise.
4727 2000-05-02 Andrew Haley <aph@cygnus.com>
4729 * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
4730 where this function is called for the second time on a decl that
4731 has had its section info changed in such a way as to move it out
4733 * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
4735 2000-05-01 Richard Henderson <rth@cygnus.com>
4737 * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
4738 the sequence we're moving, not to merge_bb->head.
4740 2000-05-01 Richard Henderson <rth@cygnus.com>
4742 * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
4743 reference to alpha/t-linux.
4744 (alpha*-*-linux-gnu*): Likewise.
4745 * configure: Rebuild.
4747 * calls.c (expand_call): Don't emit reg notes for a sibcall.
4749 * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
4752 * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
4754 2000-05-01 Jason Merrill <jason@casey.cygnus.com>
4756 * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
4759 2000-05-01 Richard Henderson <rth@cygnus.com>
4761 * ifcvt.c (noce_emit_cmove): Conditionally compile call to
4762 emit_conditional_move.
4764 2000-05-01 Jakub Jelinek <jakub@redhat.com>
4766 * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
4767 as the dynamic linker.
4769 2000-05-01 Zack Weinberg <zack@wolery.cumb.org>
4771 * cppfiles.c (open_include_file): Open file in blocking mode.
4772 (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
4773 Only exclude block devices and directories.
4775 * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
4776 static. Allocate the hashnode and its string in the same
4778 (del_HASHNODE): Don't free h->name.
4779 (_cpp_lookup): If there is no entry for this string, create
4780 one, of type T_VOID.
4781 (_cpp_lookup_slot): Delete.
4782 * cpphash.h: Update prototypes.
4784 * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
4786 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
4787 do_unassert, cpp_defined): Use _cpp_lookup. Don't create a
4788 node here, just fill in the value field properly. "Delete"
4789 entries by setting the value field to T_VOID. Check for
4790 hp->type == T_VOID, not hp == NULL.
4792 * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
4793 * cpperror.c, cppexp.c, cpplex.c, cpplib.c: Don't include
4796 2000-05-01 Alexandre Oliva <aoliva@cygnus.com>
4798 * config/mn10300/mn10300.c (print_operand_address): Do not add
4801 * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
4802 adjusted by less than 256 bytes, use ret regardless of having any
4803 callee-saved register to restore.
4805 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
4807 * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
4809 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
4811 * config/i386/djgpp.h (INT_ASM_OP): Define.
4812 (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
4813 (ASM_WEAKEN_LABEL): Define.
4814 (MASK_BNU210): Define.
4815 (SUBTARGET_SWITCHES): Define.
4816 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
4817 (MAKE_DECL_ONE_ONLY): Define.
4818 (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
4820 2000-05-01 Mumit Khan <khan@xraylith.wisc.edu>
4822 * i386/cygwin.h (INT_ASM_OP): Define.
4824 Mon May 1 18:20:06 2000 Denis Chertykov <denisc@overta.ru>
4826 * config/avr/avr.c (address_cost): renamed to avr_address_cost.
4827 * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
4829 Mon May 1 17:50:44 2000 Denis Chertykov <denisc@overta.ru>
4831 * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
4832 __tmp_reg__ and __zero_reg__ initialization.
4834 2000-04-30 Richard Henderson <rth@cygnus.com>
4836 * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
4838 * ifcvt.c (noce_process_if_block): Fail the conversion if X is
4839 referenced bewteen the condition and the jump. Don't delete
4840 anything but the jump.
4842 Sun Apr 30 22:48:24 2000 Jason Eckhardt <jle@cygnus.com>
4844 * bb-reorder.c (scope_def): New struct.
4845 (scope_forest_info): New struct.
4846 (struct reorder_block_def): New member "scope".
4847 (REORDER_BLOCK_SCOPE): New macro.
4848 (relate_bbs_with_scopes): New function and prototype.
4849 (make_new_scope): Likewise.
4850 (build_scope_forest): Likewise.
4851 (remove_scope_notes): Likewise.
4852 (insert_intra_1): Likewise.
4853 (insert_intra_bb_scope_notes): Likewise.
4854 (insert_inter_bb_scope_notes): Likewise.
4855 (rebuild_scope_notes): Likewise.
4856 (free_scope_forest_1): Likewise.
4857 (free_scope_forest): Likewise.
4858 (dump_scope_forest): Likewise.
4859 (dump_scope_forest_1): Likewise.
4860 (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
4861 Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
4863 (reorder_basic_blocks): Added calls to build_scope_scope_forest
4864 and remove_scope_notes before reordering is done. Added calls to
4865 rebuild_scope_notes, free_scope_forest, and reorder_blocks after
4866 after reordering is done.
4868 2000-40-30 Bruce Korb <bkorb@gnu.org>
4870 * fixinc/inclhack.def: Added definitions needed by OSR5,
4871 removed two stale entries (defined away with OLD_CPP).
4872 * fixinc/inclhack.sh: regen
4873 * fixinc/fixincl.x: regen
4875 2000-04-30 Richard Henderson <rth@cygnus.com>
4877 * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
4878 from the last insn in the sequence.
4880 2000-04-30 Zack Weinberg <zack@wolery.cumb.org>
4882 * cpplex.c (cpp_idcmp): New function.
4883 * cpplib.h: Prototype it.
4884 * scan_decls.c (scan_decls): Use it to inspect token names.
4885 * fix-header.c (read_scan_file): Likewise. Set system_header_p on
4886 the file being run through the preprocessor.
4887 (check_macro_names): Provide length of token to cpp_defined.
4889 * Makefile.in: Remove stale warning message.
4891 * cppfiles.c (redundant_include_p): Provide length of token to
4893 * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
4894 values are unsigned int.
4895 (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
4896 (_cpp_lookup_slot): Do not calculate the hash, either.
4897 * cpphash.h: Update prototypes.
4898 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
4899 Hashes are unsigned int. Calculate hash here, pass by value
4900 to _cpp_lookup_slot.
4902 2000-04-30 Bernd Schmidt <bernds@cygnus.co.uk>
4904 * simplify-rtx.c (check_value_useless): Delete function.
4905 (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
4907 (cselib_invalidate_regno): Likewise.
4908 (cselib_invalidate_mem_1): Likewise.
4909 (references_value_p): Recognize useless values by the fact that they
4911 (discard_useless_values): Likewise.
4912 (cselib_record_set): This may turn a useless value
4915 2000-04-30 Richard Henderson <rth@cygnus.com>
4917 * config/d30v: New port.
4919 * configure.in (d30v-*): Set fp format.
4920 * configure: Rebuild.
4922 2000-04-30 Richard Henderson <rth@cygnus.com>
4924 * ifcvt.c: New file.
4925 * Makefile.in (OBJS): Add it.
4926 (ifcvt.o): New target.
4927 * jump.c (jump_optimize_1): Remove all code related to if-conversion,
4928 and conditional arithmetic.
4929 (find_insert_position): Remove.
4930 * timevar.def (TV_IFCVT, TV_IFCVT2): New.
4931 * toplev.c (DFI_ce, DFI_ce2): New.
4932 (dump_file): Add ce and ce2 dumps.
4933 (rest_of_compilation): Run if_convert a couple o times. Set
4934 cse_not_expected after cse2. Don't set no_new_pseudos until
4935 after sched1 or recompute_reg_usage.
4937 2000-04-30 Richard Henderson <rth@cygnus.com>
4939 * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
4940 (crtend.o, crtbeginS.o, crtendS.o): Likewise.
4942 2000-04-30 Richard Henderson <rth@cygnus.com>
4944 * flow.c (struct reg_cond_life_info): New.
4945 (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
4946 (init_propagate_block_info): Initialize them.
4947 (free_propagate_block_info): Destruct them.
4948 (mark_set_1): Consider conditional life before killing a register.
4949 (mark_regno_cond_dead): New.
4950 (free_reg_cond_life_info): New.
4951 (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
4952 (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
4953 (mark_used_reg): Record conditional life.
4955 * haifa-sched.c (schedule_insns): Disable death counting
4956 sanity check for HAVE_conditional_execution.
4958 2000-04-30 Richard Henderson <rth@cygnus.com>
4960 * Makefile.in (TIMEVAR_H): New.
4961 (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
4962 (timevar.h): Remove rule.
4964 2000-04-29 Richard Henderson <rth@cygnus.com>
4966 * config/alpha/crtend.asm: Use C comments instead of #.
4967 * config/alpha/crtbegin.asm: Likewise. Mark __dso_handle hidden.
4969 * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
4971 2000-04-29 Zack Weinberg <zack@wolery.cumb.org>
4973 * cpphash.h (enum node_type: Take out T_MCONST.
4974 (union hashval): Move into struct hashnode.
4975 (struct hashnode): Pack tighter. Remove file, line, col
4977 * cpphash.c: Constify most of the macro-definition structures.
4978 (struct definition): Replace by struct object_defn
4979 and struct funct_defn. Put file, line, column information
4980 here. All users updated to match.
4981 (_cpp_create_definition, _cpp_macroexpand): Remove special
4982 case for #define WORD OTHERWORD.
4983 * cpplib.c (do_undef): Remove T_MCONST case.
4985 * cpphash.h: Move struct reflist, struct definition, and the
4986 DEFINITION typedef to cpphash.c. Use 'struct definition *' in
4987 union hashval. _cpp_free_definition takes a HASHNODE pointer.
4988 * cpphash.c (_cpp_free_definition): Free data pointed to by
4989 MCONST, XCONST, MACRO, and FMACRO nodes properly.
4990 (_cpp_create_definition, del_HASHNODE): Just call
4991 _cpp_free_definition to clear out a hashnode.
4992 * cpplib.c (do_pragma_poison): Likewise.
4994 Sat Apr 29 12:25:17 2000 Alexandre Oliva <aoliva@cygnus.com>
4996 * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
4997 LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
4998 FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
4999 (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
5000 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
5001 REGNO_AM33_P): Redefine in terms of the new macros.
5002 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
5003 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
5004 STRUCT_VALUE): Likewise.
5005 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
5006 ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise. Moved.
5008 Sat Apr 29 01:18:45 MET DST 2000 Jan Hubicka <jh@suse.cz>
5010 * regmove.c (struct record_stack_memrefs_data): New.
5011 (record_stack_memrefs): New function.
5012 (combine_stack_adjustments_for_block): Use it.
5014 Sat Apr 29 01:15:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
5016 * calls.c (calls_function_1): Propertly handle TREE_LIST expressions;
5017 use special_function_p to detect alloca.
5019 Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org>
5021 * gcc.texi: Fixes for makeinfo 4.0 --html.
5023 2000-04-28 Zack Weinberg <zack@wolery.cumb.org>
5025 * pcp.h: Delete file.
5027 2000-04-28 Kazu Hirata <kazu@hxi.com>
5029 * h8300.c (function_epilogue): Clean up flags when the last insn
5030 in a function is a barrier.
5032 2000-04-28 Chris Demetriou <cgd@sibyte.com>
5034 * configure.in (sparc-hal-solaris2*): protect [] glob from
5036 (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
5037 rather than hard-coded constants in target_cpu_default2.
5038 * configure: Regenerate.
5040 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
5042 * tree.c (get_callee_fndecl): Extract the initial value from
5045 2000-04-28 Richard Henderson <rth@cygnus.com>
5047 * varasm.c (record_constant_1): Record the CODE_LABEL when
5048 taking the address of a LABEL_REF.
5050 2000-04-28 Richard Henderson <rth@cygnus.com>
5051 Jan Hubicka <jh@suse.cz>
5053 * calls.c (combine_pending_stack_adjustment_and_call): Return the
5054 adjustment; don't do the stack adjust.
5055 (expand_call): Call compute_argument_block_size right before
5056 allocating the block; update comment; don't do alignment sanity
5057 checking for sibling call; use args_size instead of
5058 unadjusted_args_size before args_size is adjusted. Use
5059 combine_pending_stack_adjustment_and_call to compute stack adjust
5060 for must_preallocate case.
5062 * expr.c (push_block): Remove shadow `temp' in inner scope.
5064 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
5066 * toplev.c (rest_of_compilation): Call
5067 note_deferral_of_defined_inline_function even if the function
5070 2000-04-28 Scott Bambrough <scottb@netwinder.org>
5072 * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
5074 2000-04-28 Richard Henderson <rth@cygnus.com>
5076 * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
5078 2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5080 * timevar.c (init_timevar): DeANSIfy function definition.
5082 2000-04-27 Alex Samuel <samuel@codesourcery.com>
5084 * Makefile.in (timevar.o): Depend on flags.h.
5085 * timevar.c (unused_stack_instances): New variable.
5086 (timevar_push): Take a timevar_stack_def from
5087 unused_stack_instances if available.
5088 (timevar_pop): Push the popped timevar_stack_def onto
5089 unused_stack_instances.
5090 (TIMEVAR_ENABLE): New macro.
5091 (timevar_def): Make standalone a 1-bit field. Add field used.
5092 (get_time): Rename parameter to now. Return after clearing it if
5094 (init_timevar): Do nothing if not TIMEVAR_ENABLE.
5095 (timevar_pop): Likewise.
5096 (timevar_stop): Likewise.
5097 (timevar_push): Likewise. Mark the timing variable as used.
5098 (timevar_start): Likewise.
5099 (timevar_print): Do nothing if not TIMEVAR_ENABLE. Don't print
5100 timevars that were never used.
5102 2000-04-27 Mark Mitchell <mark@codesourcery.com>
5104 * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
5105 always TREE_READONLY.
5107 2000-04-27 Ulrich Drepper <drepper@cygnus.com>
5109 * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
5110 for call instruction with mode QImode.
5112 2000-04-27 Alex Samuel <samuel@codesourcery.com>
5114 * Makefile.in (OBJS): Add timevar.o.
5115 (toplev.o): Depend on timevar.h.
5116 (ggc-simple.o): Likewise.
5117 (ggc-page.o): Likewise.
5118 (timevar.o): New rule.
5119 (timevar.h): New rule.
5121 * timevar.h: New file.
5122 * timevar.c: Likewise.
5123 * timevar.def: Likewise.
5125 * toplev.h (gc_time, parse_time, varconst_time): Remove.
5126 * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
5128 (TIMEVAR): Remove macro.
5129 (gc_time, parse_time, varconst_time, integration_time, jump_time,
5130 cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
5131 flow_time, combine_time, regmove_time, sched_time,
5132 local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
5133 sched2_time, dbr_sched_time, reorder_blocks_time,
5134 rename_registers_time, shorten_branch_time, stack_reg_time,
5135 to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
5137 (compile_file): Don't initialize time variables. Call
5138 init_timevar and start TV_TOTAL timer. Call timevar_print instead
5139 of many calls to print_time.
5140 (rest_of_compilation): Add timing for reload_cse_regs.
5141 (get_run_time): Removed to timevar.c.
5142 (print_time): Likewise.
5143 (get_run_time): Implement using TV_TOTAL time variable.
5144 (print_time): Get total run time from get_run_time.
5145 * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
5146 computing elapsed time explicitly.
5147 * ggc-simple.c (ggc_collect): Likewise.
5148 (gc_time): Remove declaration.
5150 2000-04-27 Mark Mitchell <mark@codesourcery.com>
5152 * calls.c (combine_pending_stack_adjustment_and_call): New function.
5153 (expand_call): Use it.
5155 2000-04-27 Jan Hubicka <jh@suse.cz>
5157 * flow.c (mark_set_1): Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
5160 Thu Apr 27 12:47:00 2000 Alexandre Oliva <aoliva@cygnus.com>
5162 * config/mn10300/mn10300.md (movhi): Simplify. Prefer data
5165 Thu Apr 27 17:33:05 MET DST 2000 Jan Hubicka <jh@suse.cz>
5167 * function.c (epilogue_done): Pass whole insn to record_insns.
5169 Thu Apr 27 16:55:28 MET DST 2000 Jan Hubicka <jh@suse.cz>
5171 * cse.c (CSE_ADDRESS_COST): Remove.
5172 (find_best_addr): Add new parameter "MODE", use address_cost instead
5174 (address_cost): New.
5175 (fold_rtx): Update call of find_best_addr.
5176 * rtl.h (address_cost): Declare.
5177 * loop.c (general_induction_var): Add new parameter "MODE", use
5178 address_cost instead of ADDRESS_COST
5179 (init_loop): Use address_cost instead of ADDRESS_COST.
5180 (check_insn_for_givs): Update call of general_induction_var.
5181 (find_mem_givs): Likewise.
5182 (consec_sets_giv): Likewise.
5183 * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
5184 * i386.c (ix86_address_cost): New.
5185 * i386-protos.h (ix86_address_cost): Declare.
5187 Thu Apr 27 11:45:16 2000 Alexandre Oliva <aoliva@cygnus.com>
5189 * config/mn10300/mn10300.md (movqi): Simplify. Prefer data
5192 Thu Apr 27 16:11:00 MET DST 2000 Jan Hubicka <jh@suse.cz>
5194 * expr.c (store_expr): Use clear_storage instead of direct memset
5197 Thu Apr 27 10:36:51 2000 Alexandre Oliva <aoliva@cygnus.com>
5199 * config/mn10300/mn10300.c (mn10300_address_cost): Test
5200 ASHIFT, AND and LABEL_REF.
5202 Thu Apr 27 15:08:46 MET DST 2000 Jan Hubicka <jh@suse.cz>
5204 * invoke.texi (-foptimize-sibling-calls): Fix.
5206 Thu Apr 27 14:54:22 MET DST 2000 Jan Hubicka <jh@suse.cz>
5208 * loop.c (load_mems) Don't use hard registers for the hoisting.
5210 * unroll.c (unroll_loop): Avoid overflow in the n_iterations
5211 calculation; rename const_equiv array in the preconditioning code
5212 from loop_unroll to loop_unroll_precondition
5214 2000-04-27 Richard Henderson <rth@cygnus.com>
5216 * flow.c (struct propagate_block_info): Remove new_dead, new_live;
5218 (propagate_one_insn): Clear it. Don't update reg_live here.
5219 (init_propagate_block_info): Update for pbi member changes.
5220 (free_propagate_block_info): Likewise.
5221 (mark_set_1): Know that zero_extract, sign_extract, and
5222 strict_low_part don't kill their argument. Alter hard subregs.
5223 Update new_set for non-CLOBBER sets. Update reg_live.
5224 (find_auto_inc): Update reg_live, not new_dead.
5225 (mark_used_reg): Update reg_live, not new_live. Examine new_set
5226 to determine if the reg in question was set this insn. Only update
5227 reg info with PROP_REG_INFO.
5229 2000-04-26 Richard Henderson <rth@cygnus.com>
5231 * flow.c (allocate_reg_life_data): Set max_regno here ...
5232 (life_analysis): ... not here.
5234 * flow.c (calculate_global_regs_live): Force stack pointer
5237 2000-04-26 Richard Henderson <rth@cygnus.com>
5239 * jump.c (redirect_exp_1): Rework from old redirect_exp. Never
5240 commit change group changes.
5241 (invert_exp_1): Similarly.
5242 (redirect_exp, invert_exp): Use them.
5243 (redirect_jump_1): New.
5244 (invert_jump_1): New.
5245 (jump_optimize_1): Remove code subsumed by condexec.c.
5246 * rtl.h (invert_jump_1, redirect_jump_1): Declare.
5248 2000-04-26 Richard Henderson <rth@cygnus.com>
5250 * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
5252 * genconfig.c (main): Set all HAVE_foo to 1.
5254 * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
5256 2000-04-26 Alex Samuel <samuel@codesourcery.com>
5258 * invoke.texi: Document -fssa flag.
5260 2000-04-26 Richard Henderson <rth@cygnus.com>
5262 * flow.c (count_reg_sets_1): Remove.
5263 (count_reg_sets, count_reg_references): Remove.
5264 (recompute_reg_usage): Implement with update_life_info.
5265 Reallocate life data.
5267 2000-04-26 Richard Henderson <rth@cygnus.com>
5269 * flow.c (update_life_info): Consider blocks null to mean the
5271 (calculate_global_regs_live): Likewise.
5272 (life_analysis): Do that instead of collecting all_blocks.
5274 2000-04-26 Richard Henderson <rth@cygnus.com>
5276 * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
5277 a still-valid conditional jump.
5279 2000-04-26 Richard Henderson <rth@cygnus.com>
5281 * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
5283 * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
5284 * flow.c (calculate_loop_depth): Remove.
5285 * output.h (calculate_loop_depth): Don't declare.
5286 * toplev.c (rest_of_compilation): Expand calculate_loop_depth
5287 inline; run estimate_probability at the same time.
5289 2000-04-26 Neil Booth <NeilB@earthling.net>
5291 * cpplib.h: "~=" is not a single pp-token.
5292 * cpplex.c: Correct commentary.
5294 2000-04-26 Richard Henderson <rth@cygnus.com>
5296 * flow.c (mark_set_1): New arguments code and flags; update all
5297 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS
5298 test in one place. Tidy flags tests. Don't bias REG_N_REFS by
5299 loop_depth when optimizing for size. Do new_dead update after
5300 emitting REG_UNUSED notes. Merge mark_set_reg code.
5301 (mark_set_reg): Remove.
5302 (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
5303 arrange to not emit REG_UNUSED notes.
5305 2000-04-26 Richard Henderson <rth@cygnus.com>
5307 * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
5308 * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
5310 2000-04-26 Richard Henderson <rth@cygnus.com>
5312 * flow.c (propagate_one_insn): Break out from propagate_block.
5313 (init_propagate_block_info): Likewise.
5314 (free_propagate_block_info): Likewise.
5315 (propagate_block): Use them. Export.
5316 * basic-block.h: Declare them all.
5318 2000-04-26 Richard Henderson <rth@cygnus.com>
5320 * basic-block.h (life_analysis): Declare here ...
5321 * output.h: ... not here.
5322 * flow.c (life_analysis): Remove nregs parameter; replace
5323 remove_dead_code with flags. Remove ssa dead code check.
5324 Only init alias analysis if we'll use it.
5325 * reg-stack.c (reg_to_stack): Update life_analysis arguments.
5326 * ssa.c (convert_to_ssa): Likewise.
5327 (convert_from_ssa): Likewise.
5328 * toplev.c (rest_of_compilation): Likewise.
5330 2000-04-26 Richard Henderson <rth@cygnus.com>
5332 * flow.c (flow_delete_block): Rename from delete_block. Export.
5333 * basic-block.h (flow_delete_block): Declare.
5335 2000-04-26 David S. Miller <davem@redhat.com>
5337 * optabs.c (emit_libcall_block): Verify insns with INSN_P before
5338 taking a PATTERN of it.
5340 2000-04-26 <NeilB@earthling.net>
5342 * cpplex.c (spell_other, spell_char): Remove.
5344 (token_spelling, trigraph_map): Use unsigned chars.
5345 (_cpp_lex_line): Tidy up the switch statement.
5346 * cpplib.h: Implement spell_char with spell_string.
5349 2000-04-26 <RodneyBrown@pmsc.com>
5351 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5352 * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5354 2000-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5356 * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
5357 reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
5358 dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
5359 dwarf2out_return_save, dwarf2out_return_reg,
5360 dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
5361 add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
5362 gen_compile_unit_die, dwarf2out_init): Constify a char*.
5364 * dwarf2out.h (dwarf2out_init): Likewise.
5366 * dwarfout.c (filename_entry, primary_filename, last_filename,
5367 type_tag, output_compile_unit_die, dwarfout_init): Likewise.
5369 * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
5370 dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
5371 dwarf2out_return_reg): Likewise.
5373 2000-04-26 Andreas Jaeger <aj@suse.de>
5375 * extend.texi (Function Attributes): Fix description of pure
5378 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
5380 * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
5381 before calling rest_of_compilation.
5383 2000-04-26 Andreas Jaeger <aj@suse.de>
5385 * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
5388 2000-04-25 Richard Henderson <rth@cygnus.com>
5390 * cse.c (cse_insn): Emit barrier after unconditional jump.
5392 * calls.c (expand_call): Disable tail call generation once
5393 rtx_equal_function_value_matters is false.
5395 * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
5398 2000-04-25 Jason Merrill <jason@casey.cygnus.com>
5400 * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
5402 * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
5404 * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
5405 is the primary DIE for a member function.
5406 (gen_decl_die): Call set_decl_origin_self here.
5407 * dwarfout.c (output_decl): And here.
5408 * integrate.c (output_inline_function): Not here.
5409 Don't clear DECL_INLINE until after calling rest_of_compilation.
5410 (set_decl_origin_self): No longer static.
5411 * tree.h: Add prototype.
5412 * toplev.c (note_deferral_of_defined_inline_function): Only write
5413 out abstract instance for actual inlines.
5415 2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
5417 * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
5418 EXTENDED_REGS only if TARGET_AM33.
5419 * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
5420 SP_REGS to register allocation and reloading unless absolutely
5422 (movsi3): Remove special-case of adding non-constants to SP.
5424 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5426 * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
5427 INCLUDES to search and does not provide any of its own. Also it
5428 now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
5429 parameters. Also it does not call AC_DEFINE.
5430 (gcc_AC_NEED_DECLARATIONS): Likewise. Also this macro now calls
5431 AC_DEFINE and provides for automatic entries for autoheader.
5432 (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
5434 * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
5435 so we can pass -I flags and include gansidecl.h/system.h in this
5438 * acconfig.h: Delete all NEED_DECLARATION_* entries.
5440 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5442 * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5443 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5444 ENABLE_GC_ALWAYS_COLLECT): Delete entries.
5446 * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5447 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5448 ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
5449 for these macros. Clean up spacing and linewraps.
5451 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
5453 * calls.c (expand_call): Use get_callee_fndecl.
5455 * print-tree.c (print_node): Print the chain of an _EXPR.
5457 Tue Apr 25 16:16:04 2000 Andrew MacLeod <amacleod@cygnus.com>
5458 Jim Wilson <wilson@cygnus.com>
5459 Andrew Haley <aph@cygnus.com>
5461 * config/ia64/crtbegin.asm: Add IA-64 unwind support. Correct alloc
5462 and gp save/restore problems.
5463 * config/ia64/crtend.asm: Add IA-64 unwind support.
5464 * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
5465 in fr_pad_size calculation.
5466 (save_restore_insns): Move PR save area. Correct uses of
5467 RTX_FRAME_RELATED_P.
5468 (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
5469 (ia64_expand_epilogue): Add eh_epilogue support.
5470 (ia64_function_prologue): Emit .prologue directive.
5471 (ia64_init_machine_status, ia64_mark_machine_status): New functions.
5472 (ia64_override_options): Set init_machine_status and
5473 mark_machine_status.
5474 (rtx_needs_barrier): Handle bsp reads and writes.
5475 (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
5476 New static variables.
5477 (process_set, process_for_unwind_directive): New functions.
5478 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
5479 ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
5480 ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
5482 (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
5483 (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
5484 (struct machine_function): Define.
5485 * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
5487 2000-04-25 Bruce Korb <bkorb@gnu.org>
5489 * fixinc/Makefile.in: make the removal of old programs more
5491 * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
5492 install-bin and install-sh
5494 2000-04-25 Nick Clifton <nickc@cygnus.com>
5496 * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
5497 defined, define to return zero.
5498 (function_cannot_inline_p): If a function has any target
5499 specific attributes, then use the macro
5500 FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
5501 whether it can be inlined. If it cannot, issue a suitable
5504 * tm.texi: Add a new node 'Inlining' to document the new macro
5505 FUNCTION_ATTRIBUTE_INLINABLE_P.
5507 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
5509 * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
5512 2000-04-25 Neil Booth <NeilB@earthling.net>
5514 Restore previous patch, plus the following fixes:
5516 * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
5517 flags, not CPP_OPEN_PAREN.
5518 * cpplex.c (expand_token_space, init_token_list,
5519 cpp_free_token_list): Put the dummy token at list->tokens[-1].
5520 (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
5522 Tue Apr 25 14:06:40 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5524 * config/i386/freebsd.h (INT_ASM_OP): Define.
5526 Tue Apr 25 14:51:07 MET DST 2000 Jan Hubicka <jh@suse.cz>
5528 * loop.c (strength_reduce): Fix typo in the last checkin.
5530 Tue Apr 25 07:33:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5532 * stor-layout.c (finalize_record_size): Simplify to use existing
5534 (compute_record_mode): No longer static.
5535 * tree.h (compute_record_mode): New declaration.
5537 2000-04-25 Neil Booth <NeilB@earthling.net>
5539 * Revert my patch below until cause of build failures
5542 2000-04-25 Richard Henderson <rth@cygnus.com>
5544 * combine.c (combine_instructions): Add missing argument
5547 * toplev.c (rest_of_compilation): Delay sibcall optimization
5548 until after emit_eh_context.
5550 2000-04-24 Nick Clifton <nickc@redhat.com>
5552 * combine.c (combine_instructions): Do not try to combine a
5553 sequence of insns when the second insn has been replaced by a
5556 Mon Apr 24 17:34:18 2000 Mumit Khan <khan@xraylith.wisc.edu>
5558 * gcc.c (load_specs): New static function.
5559 (read_specs): Use it.
5561 * gcc.c (lookup_compiler): Make multiple passes for case
5562 insensitive filesystems.
5564 2000-04-24 Neil Booth <NeilB@earthling.net>
5566 * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
5567 * cpphash.h (_cpp_check_directive): new.
5568 * cpplex.c (handle_newline, cpp_free_token_list,
5569 init_trigraph_map, trigraph_ok, trigraph_replace,
5570 backslash_start, skip_block_comment, skip_line_comment,
5571 skip_whitespace, parse_name, parse_number, parse_string,
5572 copy_comment, _cpp_lex_line, spell_char, spell_string,
5573 spell_comment, spell_name, spell_other, _cpp_lex_file,
5574 _cpp_output_list): new.
5575 (expand_name_space): take length argument.
5576 (init_token_list): add comment list initialisation.
5577 (cpp_scan_line): use auto_expand_name_space. PREV_WHITESPACE
5578 instead of HSPACE_BEFORE.
5580 * cpplib.c (_cpp_check_directive): new
5581 * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
5582 DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
5583 (HSPACE_BEFORE): delete.
5584 (TTYPE_TABLE): rearrange.
5585 (struct cpp_toklist): update.
5587 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5589 * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
5590 gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
5591 argument form of AC_DEFINE.
5593 * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
5594 HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
5595 WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
5596 HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
5597 HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
5599 * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
5601 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5603 * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
5604 deduced.h): Use -isystem, not -I, for including system headers.
5606 2000-04-24 Nick Clifton <nickc@cygnus.com>
5608 * config/fr30/fr30.md (addsi3): Do not use small add instruction if
5609 the source register is the frame pointer or arg pointer.
5610 (addsi3_small_int): Disallow if source register is the frame
5611 pointer or arg pointer.
5613 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5615 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
5616 call to AC_MSG_RESULT.
5618 2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5620 * invoke.texi: Correct grammatical errors, document
5621 -fno-gnu-keywords as identical to -fno-asm for C++.
5623 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5625 * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
5626 GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
5627 GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
5628 AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
5629 EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
5631 * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
5632 GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
5633 GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
5634 GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
5637 2000-04-24 Mumit Khan <khan@xraylith.wisc.edu>
5639 * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
5640 (pop_alignment): Likewise.
5641 (handle_pragma_token): Likewise.
5643 2000-04-24 Robert Lipe <robertlipe@usa.net>
5645 * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
5647 2000-04-24 Hiroyuki Machida <machida@sm.sony.co.jp>
5649 * combine.c (try_combine): Update reg_nonzero_bits of
5650 newi2pat before newpat.
5652 Mon Apr 24 10:19:48 MET DST 2000 Jan Hubicka <jh@suse.cz>
5654 * loop.c (strength_reduce): Simplify test to INSN_P.
5655 (record_giv): Attempt to simplify the add value, use CONSTANT_P
5656 expressions instead of CONST_INT.
5657 (express_from_1): Likewise.
5659 2000-04-24 Mark Mitchell <mark@codesourcery.com>
5661 * regs.h (reg_n_max): Don't declare.
5662 * flow.c (reg_n_max): Don't define.
5663 * regclass.c (renumber): Don't initialize to zero.
5664 (regno_allocated): Likewise.
5665 (reg_n_max): Define.
5666 (allocate_reg_info): Don't initialize unnecessarily.
5668 Mon Apr 24 00:21:36 2000 Jeffrey A Law (law@cygnus.com)
5670 * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
5671 and blockage_p in the newly allocated attribute.
5673 Sun Apr 23 20:16:49 2000 Alexandre Oliva <aoliva@cygnus.com>
5675 * config/mn10300/mn10300.md (addsi): `inc4' on address
5676 registers does not modify cc, but `inc' on an extended
5679 Sun Apr 23 16:24:35 2000 Denis Chertykov <denisc@overta.ru>
5681 * reload.c (find_equiv_reg): Checks all valueno regs
5682 as a reload_reg_p regs.
5684 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
5686 * cpphash.c (collect_objlike_expansion): Add sanity check.
5687 (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST. If
5688 the buffer is the empty string, return. Mark __DATE__ and
5689 __TIME__ as XCONST nodes, not MCONST.
5690 (_cpp_macroexpand): Avoid pushing an empty buffer.
5691 (funlike_macroexpand): Don't pop token_buffer here.
5693 Sun Apr 23 18:37:53 2000 Alexandre Oliva <aoliva@cygnus.com>
5695 * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
5696 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
5697 (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
5698 (REGNO_OK_FOR_BASE_P): Define in terms of them.
5699 (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
5700 (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
5701 (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
5703 Sun Apr 23 22:23:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
5705 * loop.c (simplify_giv_expr): Be more agressive on simplifying
5708 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
5710 * cpphash.h (struct definition): Move file, line, col members...
5711 (struct hashnode): ... here. Also add 'disabled' flag.
5712 (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
5713 T_IDENTITY. Remove T_DISABLED.
5716 * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
5717 (collect_expansion): Split into collect_objlike_expansion and
5718 collect_funlike_expansion.
5719 (_cpp_macroexpand): Split out scan_arguments, stringify, and
5720 funlike_macroexpand.
5721 (_cpp_compare_defs): Rename compare_defs, make static.
5722 (_cpp_make_hashnode): Initialize hp->disabled.
5723 (macro_cleanup): Adjust for new token types. Clear
5725 (_cpp_create_definition): Move code here to determine what
5726 sort of macro it is, and code to check for redefinitions, from
5727 do_define. Implement a few simple cases without creating a
5729 (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
5730 Handle the simple cases.
5731 (push_macro_expansion): Set buf->has_escapes and hp->disabled
5734 * cppinit.c (builtin_array): Change MCONST to XCONST
5736 * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
5737 fix check for disabled and function-like macros.
5738 * cpplib.c (do_define): Move most logic to
5739 _cpp_create_definition.
5740 (do_undef): Handle new special token types.
5742 Sun Apr 23 14:27:44 MET DST 2000 Jan Hubicka <jh@suse.cz>
5744 * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
5745 of CONSTANT_P for mult_val; always use validate_change to update insn.
5747 2000-04-22 Zack Weinberg <zack@wolery.cumb.org>
5749 * cpphash.c (trad_stringify, add_pat): New functions.
5750 (collect_expansion): Restore support for -traditional syntax.
5751 Use trad_stringify and add_pat.
5752 (_cpp_macroexpand): Restore support for -traditional semantics.
5753 * cpplex.c (_cpp_scan_line): Don't change space_before if we
5754 get a COMMENT token.
5755 (_cpp_lex_token): Provide COMMENT tokens to caller if
5756 traditional and parsing_define_directive.
5757 (skip_comment): Warn about // comments if -Wtraditional.
5758 * cpplib.c (do_define): Fix typo. Create EMPTY nodes with
5760 (do_undef): Don't warn about undefining EMPTY nodes.
5762 Sat Apr 22 22:35:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
5764 * loop.c (strength_reduce): Fix biv removal code.
5766 2000-04-22 Richard Henderson <rth@cygnus.com>
5768 * predict.c (estimate_probability): Examine both sides of
5769 a branch for no exits. Use 90% not 50% for predict taken.
5770 Reorg for one copy of note generation code.
5772 2000-04-22 Richard Henderson <rth@cygnus.com>
5774 * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
5776 2000-04-22 Richard Henderson <rth@cygnus.com>
5778 * diagnostic.c (init_output_buffer): Don't initialize format_args.
5779 (output_clear): Likewise.
5780 (output_printf): Use va_copy.
5781 (vline_wrapper_message_with_location): Likewise.
5782 (v_message_with_decl): Likewise.
5783 (line_wrapper_printf): VA_START infor buffer.format_args directly.
5784 * system.h (va_copy): Provide default implementation.
5786 2000-04-22 Richard Henderson <rth@cygnus.com>
5788 * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
5789 the collected condition is not a constant.
5791 2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
5793 * diagnostic.h: New file.
5795 * Makefile.in (diagnostic.o): Depends on diagnostic.h
5797 * diagnostic.c: Tweak. Rationalize the output logic. Adjust
5798 various function prototypes.
5799 (diagnostic.h): #include.
5800 (struct output_buffer): Move into diagnostic.h.
5801 (get_output_prefix): Rename to output_get_prefix. Export.
5802 (init_output_buffer): Export. Break out. Ajust intialization.
5803 (output_space_left, output_append): Export.
5804 (output_newline): Rename to output_add_newline. Export.
5805 (output_clear): Nullify additional output_buffer fields.
5806 (output_puts): Rename to output_add_string. Export.
5807 (dump_output): Rename to output_flush_on. Export.
5808 (build_location_prefix): Constify return-type.
5809 (emit_output_prefix): Rename to output_emit_prefix. Export.
5810 (set_real_maximum_length): New function.
5811 (output_set_maximum_length): Ditto
5812 (output_clear): Ditto.
5813 (output_add_character): Ditto.
5814 (output_add_integer): Ditto.
5815 (output_add_space): Ditto.
5816 (output_format): Ditto.
5817 (output_printf): Adjust buffer initialization.
5818 (vline_wrapper_message_with_location): Ditto.
5819 (v_message_with_decl): Ditto. Adjust call to output_puts
5820 and get_output_prefix.
5821 (default_print_error_function): Adjust buffer intialization.
5823 Sat Apr 22 06:45:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5825 * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
5828 Fri Apr 21 18:33:09 2000 Alexandre Oliva <aoliva@cygnus.com>
5830 * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
5833 Fri Apr 21 18:30:00 2000 Alexandre Oliva <aoliva@cygnus.com>
5835 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
5836 accurate data about SP moves.
5838 Fri Apr 21 18:28:28 2000 Alexandre Oliva <aoliva@cygnus.com>
5840 * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
5841 aliases to AM33 registers.
5843 Fri Apr 21 18:26:17 2000 Alexandre Oliva <aoliva@cygnus.com>
5845 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
5846 to all EXTENDED bitmaps.
5848 Fri Apr 21 18:17:12 2000 Alexandre Oliva <aoliva@cygnus.com>
5850 * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
5851 * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
5852 * config/mn10300/mn10300.c (mn10300_address_cost): New function.
5854 Fri Apr 21 18:11:56 2000 Alexandre Oliva <aoliva@cygnus.com>
5856 * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
5857 the operand is not constant.
5859 Fri Apr 21 14:58:29 2000 Denis Chertykov <denisc@overta.ru>
5861 * reload.c (find_equiv_reg): Checks all valueno and regno regs
5862 as a call-clobbered regs.
5864 Fri Apr 21 13:30:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5866 * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
5868 * rtl.def: Update comment.
5869 * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
5870 * integrate.c (expand_inline_function): Likewise.
5871 * profile.c (branch_prob): Likewise.
5872 * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
5873 * print-rtl.c (print_rtx): Likewise.
5874 * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
5875 (reemit_notes): Likewise; also use enum insn_note.
5877 * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
5878 (place_field): Properly compute know and actual alignment.
5880 * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
5883 * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
5886 2000-04-21 Zack Weinberg <zack@wolery.cumb.org>
5888 * cpphash.c (struct arg, struct arglist): Const-ify strings.
5889 (warn_trad_stringify, duplicate_arg_p): New helper functions.
5890 (collect_expansion): Rewrite to scan over a token list.
5891 Remove -traditional support.
5892 (collect_formal_parameters): Rename to collect_params; rewrite
5893 to scan over a token list.
5894 (_cpp_create_definition): Adjust to scan a token list.
5895 (_cpp_macroexpand): Remove -traditional support.
5896 (_cpp_compare_defs): Whitespace is now canonicalized.
5897 (comp_def_part): Delete function.
5899 * cpphash.h: Update prototypes.
5900 * cpplex.c (init_token_list): Don't set lineno if there is no
5902 (pedantic_whitespace): New function.
5903 (_cpp_scan_line): Mark tokens that had hspace before. Don't
5904 consume a newline. Use pedantic_whitespace.
5905 (_cpp_lex_token): Remove support for -traditional macros.
5906 (_cpp_get_define_token): Delete.
5907 (_cpp_get_directive_token): Do the real work here. Use
5908 pedantic_whitespace.
5909 (_cpp_init_input_buffer): Initialize pfile->directbuf.
5911 * cpplib.c (get_macro_name): Delete.
5912 (do_define): Read the entire line into pfile->directbuf, then
5913 feed the token list to _cpp_create_definition.
5914 * cpplib.h (HSPACE_BEFORE): new define.
5915 (struct cpp_reader): Add a toklist member, "directbuf".
5917 * predict.c (estimate_probability): New heuristic: if a jump
5918 branches around a block with no successors, predict it taken.
5919 Disentangle control flow.
5921 2000-04-20 Richard Henderson <rth@cygnus.com>
5923 * loop.c (emit_iv_add_mult): Revert last change.
5925 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
5927 * cpplib.h (enum cpp_ttype): Add token types for all
5928 punctuators. Distinguish pp-numbers from valid C numbers.
5929 Give some tokens better names. Initialize from macro.
5930 (struct cpp_name, cpp_token, cpp_toklist): New data
5933 * cpplex.c (bump_column, expand_name_space,
5934 expand_token_space, init_token_list, cpp_output_list,
5935 _cpp_scan_line): New functions.
5936 (output_line_command): Add third argument, new line number.
5937 * cpphash.h: Update prototypes.
5938 * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
5941 2000-04-20 Richard Henderson <rth@cygnus.com>
5943 * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
5945 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
5947 * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
5950 Thu Apr 20 14:19:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
5952 * loop.c (emit_iv_add_mult): Simplify it's input and emit
5953 REG_EQUAL note explaining the calculated value.
5955 * calls.c (expand_call): Avoid unnecesary precalculation
5956 and outgoing parameters space guarding for sibling calls.
5957 (store_one_arg): Likewise.
5959 Thu Apr 20 08:01:07 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5961 * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
5962 (rest_of_compilation): Write sibling dump file and account
5963 for time as jump time.
5964 * invoke.texi: Update documentation on dump flags.
5966 2000-04-19 Marek Michalkiewicz <marekm@linux.org.pl>
5968 * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
5970 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
5972 * cpphash.c (special_symbol): Represent an empty macro with
5973 "\r \r " not just "\r ".
5974 (_cpp_macroexpand): Correct condition for the foo ( ) special
5976 (unsafe_chars): Handle EOF as second argument.
5977 (push_macro_expansion): Simplify test for removing escape at
5978 end. Do not trim both escapes if there is no text in between.
5980 2000-04-19 Jim Blandy <jimb@redhat.com>
5982 * dwarf2out.c (DWARF2_ADDR_SIZE): New macro. Use it instead
5983 of PTR_SIZE, when appropriate.
5985 2000-04-19 Mark Mitchell <mark@codesourcery.com>
5987 * system.h (ONLY_INT_FIELDS): Make sure it is defined.
5988 (USE_ENUM_BITFIELDS): Fix typo.
5990 Wed Apr 19 12:14:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5992 * stor-layout.c (place_field): Set rli->offset_align properly.
5994 2000-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5996 * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
5997 INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
5998 PARM_BOUNDARY): Remove unnecessary casts.
6000 Wed Apr 19 12:02:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
6002 * calls.c (precompute_arguments): Remove must_preallocate and
6004 (expand_call): Update call of precompute_arguments.
6006 * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
6007 check_insn_for_givs): Break out from ...
6008 (strength_reduce) ... here; use for_every_insn_in_loop to call
6009 check_insn_for_givs.
6010 * loop.h (for_every_insn_in_loop): Declare.
6011 (loop_insn_callback): New type.
6013 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
6015 * cpplib.c (do_pragma_poison): Strings in the token buffer are
6018 Tue Apr 18 16:04:12 2000 Jim Wilson <wilson@cygnus.com>
6020 * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
6023 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
6025 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
6027 * configure.in: Delete --disable-cpplib option and all
6028 references to cpp_main.
6029 * configure: Regenerate.
6030 * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
6031 @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
6032 cccp.o, cccp, or cppmain. Link cppmain.o straight to
6033 cpp$(exeext). Add --no-headers to makeinfo command line when
6034 generating INSTALL. Install and uninstall cpp.1 manpage, not
6036 * install.texi: Delete all references to cexp.y/cexp.c.
6037 Delete ancient instructions for compiling GCC on 3b1.
6038 * INSTALL: Regenerate.
6040 * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
6041 mips/t-elf, mips/t-r3900: Remove references to cccp.c.
6042 * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
6044 * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
6045 which is no longer tested anywhere.
6047 * cppinit.c (handle_option): Don't run error message through
6050 Tue Apr 18 14:16:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6052 * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
6053 * cpperror.c (hashtab.h): Now include.
6054 * cppexp.c (hashtab.h): Likewise.
6055 * cpplex.c (hashtab.h): Likewise.
6056 * cppfiles.c (hashtab.h): Likewise.
6057 (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
6058 to htab_find_slot_with_hash.
6059 * cpphash.c (hashtab.h): Now include.
6060 (_cpp_lookup_slot): INSERT is now enum insert_option.
6061 * cpphash.h (_cpp_lookup_slot): Likewise.
6062 * cppinit.c (hashtab.h): Include earlier.
6063 (initialize_builtins): Pass enum to htab_find_slot.
6064 * cpplib.c (hashtab.h): Now include.
6065 (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
6066 (do_pragma_poison, do_assert): Likewise.
6067 * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
6068 htab_find_slot_with_hash.
6069 * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
6070 * tree.c (type_hash_add): Likewise.
6071 (build1): Minor cleanup.
6073 * ggc-common.c: Add missing blanks.
6074 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
6075 * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
6077 * stmt.c (mark_case_node): New function.
6078 (mark_case_nesting): Call it.
6080 * expmed.c (emit_store_flag): If comparing two-word integer
6081 with zero, can optimize NE, EQ, GE, and LT.
6083 * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
6084 * conflict.c: Minor cleanups.
6085 * optabs.c: Add blank line
6086 * simplify-rtx.c: Minor cleanups.
6088 2000-04-18 Stan Cox <scox@cygnus.com>
6090 * gengenrtl.c (genlegend): Fix misspelling.
6092 2000-04-18 Robert Lipe <robertlipe@usa.net>
6094 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that
6095 bitfields of the host compiler are not signed quantities.
6096 * config.in: Regenerate.
6097 * configure: Regenerate.
6098 * system.h (USE_ENUM_BITFIELDS): Added.
6099 (ENUM_BITFIELDS): Added.
6100 * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
6101 (SHORT_ENUM_BUG): Deleted.
6102 * tree.h (tree_common): Members `code', `mode', `built_in_class',
6104 * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
6105 (CODE_FIELD_BUG): Likewise.
6106 * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
6108 * config/m68k/x-ccur (X_CFLAGS): Likewise.
6110 2000-04-18 Mark Mitchell <mark@codesourcery.com>
6112 * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
6115 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
6117 * cppexp.c (lex): Don't assume tokens are NUL terminated.
6118 * cpplib.c (do_include, do_import, do_include_next,
6119 read_line_number, detect_if_not_defined): Likewise.
6120 * cpphash.c (collect_expansion): Likewise.
6121 (special_symbol, _cpp_macroexpand): Check return from
6123 * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
6124 macros. Delete all uses.
6126 * gcc.dg/cpp-mi.c: Add two more test cases.
6127 * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
6129 2000-04-17 Richard Henderson <rth@cygnus.com>
6131 * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
6132 (reorder_basic_blocks): If no epilogue in rtl, force last block last.
6134 2000-04-17 Mark Mitchell <mark@codesourcery.com>
6136 * function.c (expand_function_start): Use hard_function_value to
6137 compute the RTL to use for DECL_RESULT.
6139 Mon Apr 17 23:35:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
6141 * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
6142 (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6143 x86_memory_mismatch_stall): New global variables.
6144 (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
6145 alloved; fix load penalties for Athlon.
6146 * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6147 x86_memory_mismatch_stall): Declare.
6148 (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
6149 TARGET_MEMORY_MISMATCH_STALL): New.
6150 * i386.md (athlon scheduling parameters): Fix latencies according to
6151 Athlon Optimization Manual.
6152 (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
6154 (fsqrt instruction patterns): Set athlon_decode to direct.
6155 (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
6156 PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
6157 (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
6158 and TARGET_PARTIAL_REGISTER_STALL machines.
6159 (pushdf_nointeger): New pattern.
6160 (pushdf_integer): Rename from pushdf.
6161 (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
6162 (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
6164 2000-04-17 Richard Henderson <rth@cygnus.com>
6166 * loop.c (canonicalize_condition): Add WANT_REG argument.
6167 Stop the search if we match it.
6168 * expr.h (canonicalize_condition): Update decl.
6169 * predict.c (expected_value_to_br_prob): Use it. Track last
6170 expected value note.
6171 (find_expected_value): Remove.
6173 * reorg.c (mostly_true_jump): Always use BR_PROB if present.
6175 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
6177 * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
6178 (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
6180 * configure.in: Call AC_FUNC_MMAP_FILE.
6181 * configure: Regenerate.
6182 * config.in: Regenerate.
6184 * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
6185 * fixinc/fixincl.c: Likewise.
6187 2000-04-17 Richard Henderson <rth@cygnus.com>
6189 * builtins.c (expand_builtin_expect): New.
6190 (expand_builtin): Call it.
6191 * builtins.def (BUILT_IN_EXPECT): New.
6192 * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
6193 * extend.texi: Document it.
6195 * predict.c (expected_value_to_br_prob): New.
6196 (find_expected_value): New.
6197 * basic-block.h (expected_value_to_br_prob): Declare.
6198 * toplev.c (rest_of_compilation): Invoke it.
6200 * rtl.h (NOTE_EXPECTED_VALUE): New.
6201 (NOTE_INSN_EXPECTED_VALUE): New.
6202 * rtl.c (note_insn_name): Update.
6203 * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
6204 cases; handle NOTE_INSN_EXPECTED_VALUE.
6206 2000-04-17 Jakub Jelinek <jakub@redhat.com>
6208 * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
6209 leaf sibcall delay slot if flag_pic.
6210 (output_sibcall): Always emit call for leaf sibcall if flag_pic.
6212 2000-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6214 * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
6216 * fixproto: If fix-header fails, exit with an error.
6218 Mon Apr 17 14:59:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
6220 * cse.c (struct check_depdendence_data): New.
6221 (check_dependence): New function.
6222 (invalidate): Use check_depdenence.
6224 2000-04-16 Mark Mitchell <mark@codesourcery.com>
6226 * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
6227 UNITS_PER_WORD is unsigned.
6229 * tree.h (struct tree_common): Remove misleading comment.
6231 2000-04-16 Dave Pitts <dpitts@cozx.com>
6233 * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
6234 message in quotes. Otherwise, IBM's make program treats the '#' as the
6235 start of a comment and ignores the remainder of the line.
6237 * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
6239 * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
6240 * cexp.y (initialize_random_junk): Likewise.
6241 * cppfiles.c (find_include_file): Cast alloca return value.
6242 * cppinit.c (initialize_standard_includes): Likewise.
6243 * cpplib.c (cpp_define, cpp_undef): Likewise.
6244 * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
6245 * final.c (output_asm_insn): Allow for holes in EBCDIC.
6246 * fold-const.c (CHARMASK): New.
6247 (real_hex_to_f): Use it.
6248 * real.c (CHARMASK): New.
6249 (etoasc, asctoeg): Use it.
6250 (asctoeg): EBCDIC lower case characters preceed upper case.
6252 * i370.c (mvs_add_label): Change spacing for coding conventions.
6253 * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
6254 outputing case vectors.
6255 (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
6256 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
6257 since vector in in the data CSECT.
6258 (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
6259 * i370.md (Many patterns): Put the length in the XL directives.
6260 (movdi): Put back STM and MVC in definition.
6261 (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
6262 pattern using the TCA.
6263 * oe.h (CPP_SPEC): Added to allow trigraphs.
6264 * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
6265 not support the "long long" type.
6267 2000-04-16 Mark Mitchell <mark@codesourcery.com>
6269 * config/mips/mips-protos.h (mips_legitimate_address_p): New
6271 (mips_reg_mode_ok_for_base_p): Likewise.
6272 * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
6273 (REG_OK_FOR_INDEX_P): Define unconditionally.
6274 (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
6275 (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
6276 * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
6277 that GET_MODE_SIZE is unsigned.
6278 (mips_reg_mode_ok_for_base_p): Define.
6279 (mips_legitimate_address_p): Likewise. Adjust now
6280 that GET_MODE_SIZE is unsigned.
6281 (block_move_loop): Make the number of bytes unsigned.
6282 (expand_block_move): Likewise.
6283 (function_arg): Make the loop counter unsigned to match the
6286 2000-04-16 Richard Henderson <rth@cygnus.com>
6288 * rtl.h (enum insn_note): New enumeration. Subsume
6289 NOTE_INSN_DELETED and friends.
6290 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
6291 * rtl.c (note_insn_name): Tweak string order.
6293 2000-04-15 Zack Weinberg <zack@wolery.cumb.org>
6295 * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
6298 * cpplex.c (output_line_command): Remove debugging prints.
6299 (cpp_output_tokens): Don't write out a zero-length buffer or
6300 try to see if it has a newline in it.
6301 (_cpp_expand_to_buffer): Copy the source buffer before pushing.
6302 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
6303 the end of the loop. Use memmove. Don't read past the end of
6304 the buffer. Remove trailing newlines from error messages.
6306 2004-04-16 Neil Booth <NeilB@earthling.net>
6308 * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
6309 * cpplib.c: Add new syntax flags to directive table, and
6312 2000-04-15 Ulrich Drepper <drepper@redhat.com>
6314 * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
6317 2000-04-15 David Edelsohn <edelsohn@gnu.org>
6319 * toplev.c (display_help): Prefix "f" to "sched-verbose=".
6320 * haifa-sched.c: Update -fsched-verbose comments to use "=".
6322 Sat Apr 15 10:59:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6324 * Makefile.in (ggc-page.o): Now includes toplev.h.
6325 * ggc-page.c (toplev.h): Now included.
6326 (gc_time): Remove declaration.
6327 (ggc_collect): TIME now long.
6328 * toplev.c (parse_time, varasm_time, gc_time): Still global; all
6330 * toplev.h (gc_time, parse_time, gc_time): New declarations.
6332 * toplev.c: Make *_time variable long to reduce chance of overflow.
6333 (TIMEVAR): Likewise for `otime'.
6334 (print_time): Arg is now long; compute percentage in FP and round.
6335 * toplev.h (print_time): Arg is long.
6337 * tree.c: Minor whitespace changes.
6339 * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
6340 * configure: Rebuilt.
6341 * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
6342 (__fixunsxfDI): Renamed from __fixunsxfdi.
6343 (__fixunsdfDI): Renamed from __fixunsdfdi.
6344 (__fixunssfDI): Renamed from __fixunssfdi.
6345 (__floatdisf): Use proper type in REP_BIT macro.
6346 (__fixunsxfSI): Renamed from __fixunsxfsi.
6347 (__fixunsdfSI): Renamed from __fixunsdfsi.
6348 (__fixunssfSI): Renamed from __fixunssfsi.
6349 * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
6350 Change location of macros and upper-case some names as above.
6351 * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
6352 * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
6354 * varasm.c (assemble_variable): Add cast to remove warning.
6355 (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
6357 * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
6358 * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
6359 region number to -1.
6361 2000-04-15 Richard Earnshaw (rearnsah@arm.com)
6363 * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
6364 call unshare_all_rtl.
6366 * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
6368 Fri Apr 14 16:58:45 2000 Jim Wilson <wilson@cygnus.com>
6370 * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
6371 Use .s1 not .s0 for all FP instructions.
6373 2000-04-14 Zack Weinberg <zack@wolery.cumb.org>
6375 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
6377 (safe_fwrite, output_line_command): New static functions.
6378 (cpp_expand_to_buffer): Now private to cpplib.
6379 (cpp_scan_buffer): Take a printer.
6381 * cpphash.h: Update prototypes.
6382 * cpplib.h: Update prototypes.
6384 (cpp_buffer): Remove last_nominal_fname.
6385 (cpp_reader): Remove lineno.
6387 * cppmain.c: Use a cpp_printer.
6388 * fix-header.c: No need to inhibit line commands. Call
6389 cpp_start_read with no printer.
6391 * cpperror.c (cpp_notice_from_errno): Provide default name.
6392 * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
6393 (find_include_file, cpp_read_file): Use make_IHASH.
6394 (file_cleanup): Set control_macro and clear
6395 input_stack_listing_current here.
6396 (_cpp_execute_include): Don't output entering-file marker.
6397 * cpphash.c (special_symbol): Look for the line number in the
6398 buffer, not the reader.
6399 (_cpp_macroexpand): No need to disable line commands.
6400 (_cpp_dump_definition): No need to generate line commands.
6401 (dump_hash_helper): Remove excess newline from output.
6402 * cppinit.c (dump_special_to_buffer): No need to generate line
6404 (cpp_printer_init): New.
6405 (cpp_start_read): Take a printer, and start it up if it's not
6406 NULL. No need to generate line commands.
6407 (cpp_finish): Expect no buffers stacked at all. Take a
6408 printer argument, and flush the output buffer if it's not
6410 * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
6411 Don't put two hashes at the beginning of an assertion.
6412 (cpp_get_token): Don't increment pfile->lineno or emit line
6413 commands here. Return EOF if there's no buffer when we get
6415 * cpplib.c (do_define, skip_if_group):
6416 No need to disable line commands.
6417 (_cpp_output_line_command): Delete function.
6418 (do_line): Don't emit line commands here, but set things up so
6419 they will be emitted if necessary. Use _cpp_fake_ihash to
6420 make unique nominal_fnames if necessary.
6421 (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
6422 with 0 for column, not -1.
6423 (_cpp_handle_eof): Don't set the control macro here. Don't
6424 clear input_stack_listing_current here. Don't emit line
6427 2000-04-14 Geoff Keating <geoffk@cygnus.com>
6429 * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
6430 always, use the default SVR4 start address.
6432 * config/rs6000/linux.h (LINK_SPEC): Don't define.
6433 (LINK_SHLIB_SPEC): Define.
6434 (LINK_START_DEFAULT_SPEC): Define.
6435 (LINK_OS_DEFAULT_SPEC): Define.
6437 * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
6439 * config/rs6000/eabi.asm (__eabi): Call __init rather than
6440 __do_global_ctors to handle constructors.
6441 * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
6442 (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
6443 (STARTFILE_MVME_SPEC): Likewise.
6444 (STARTFILE_SIM_SPEC): Likewise.
6445 (ENDFILE_ADS_SPEC): Use crtend.
6446 (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
6447 (ENDFILE_MVME_SPEC): Likewise.
6448 (ENDFILE_SIM_SPEC): Likewise.
6449 (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
6450 (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
6451 (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
6452 (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
6453 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
6454 (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
6455 (CRTSTUFF_T_CFLAGS_S): Define.
6456 * config/rs6000/eabi-ctors.c: Delete.
6458 * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
6461 * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
6465 Fri Apr 14 16:09:02 2000 Jim Wilson <wilson@cygnus.com>
6467 * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
6468 plus mask size is smaller or equal to the mode size.
6470 Fri Apr 14 18:07:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6472 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
6475 * expr.c (reload.h): Now included.
6476 (emit_block_move): Set volatile_ok when checking for movstr.
6477 (emit_move_1): Check for replacements in addresses in multi-word case.
6478 * Makefile.in (expr.o): Now includes reload.h.
6480 * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
6481 Never have a LIBCALL end a basic block.
6482 (find_basic_blocks_1): Likewise.
6483 Reorganize CALL_INSN cases.
6485 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
6487 Fri Apr 14 10:54:22 2000 Jim Wilson <wilson@cygnus.com>
6489 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
6490 completers from mov.ret instruction.
6492 2000-04-14 Richard Henderson <rth@cygnus.com>
6494 * fold-const.c (extract_muldiv): Don't distribute and widen
6495 multiply across plus for non-sizetype unsigned types.
6497 2000-04-14 Richard Henderson <rth@cygnus.com>
6499 * flow.c (find_auto_inc): Don't autoinc eliminable registers.
6500 If the original source is dead in the incr insn, it's dead now.
6502 Fri Apr 14 07:40:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6504 * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
6505 see if DECL_BIT_FIELD needs to still be set.
6507 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
6509 * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
6510 print_int_cst_octal with something that's not an INTEGER_CST.
6512 * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
6513 and not a SUBREG to a FLOAT rtl.
6515 Thu Apr 13 19:39:56 2000 Clinton Popetz <cpopetz@cygnus.com>
6517 * emit-rtl.c (try_split): Avoid infinite loop if the split
6518 results in a sequence that contains the original insn.
6520 2000-04-13 Andreas Jaeger <aj@suse.de>
6522 * config/mips/mips.c (expand_block_move): Pass alignment
6523 argument to move_by_pieces in bits, not bytes.
6525 * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
6526 __pic__ for little endian.
6528 2000-04-13 Andreas Jaeger <aj@suse.de>
6530 * config/i386/i386-protos.h: Add prototype for
6531 uno_comparison_operator.
6533 Thu Apr 13 15:55:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
6535 * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
6536 * calls.c (ECF_PURE): New flag.
6537 (emit_call_1): Handle ECF_PURE calls.
6538 (initialize_argument_information): Unset ECF_PURE flag too.
6539 (precompute_arguments): Precompute for ECF_PURE too.
6540 (expand_call): Handle ECF_PURE calls too.
6541 (emit_library_call_value_1): Rename no_queue argument to fn_type,
6542 accept value of 2 as pure function.
6543 (emit_library_call_value, emit_library_call): Rename no_queue argument
6545 * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
6547 * tree.h (DECL_IS_PURE): New macro.
6548 (struct tree_decl): Add pure_flag.
6549 * c-common.c (enum attrs): Add attribute "pure".
6550 (init_attributes): Initialize attribute "pure"
6551 (decl_attributes): Handle attribute "pure".
6552 * extend.texi (Attribute "pure"): Document.
6553 * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
6555 (flags_from_decl_or_type): Support attribute "pure".
6557 2000-04-13 Jason Merrill <jason@casey.cygnus.com>
6559 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
6560 the token except for numbers and identifiers.
6562 Thu Apr 13 00:09:16 EDT 2000 John Wehle (john@feith.com)
6564 * i386.c (ix86_expand_binary_operator,
6565 ix86_expand_unary_operator): Check no_new_pseudos
6566 instead of reload_in_progress and reload_completed.
6567 (ix86_split_ashldi, ix86_split_ashrdi,
6568 ix86_split_lshrdi): Check no_new_pseudos instead
6569 of reload_completed.
6571 2000-04-12 Jeffrey A Law (law@cygnus.com)
6573 * function.c (purge_addressof): Unshare any shared rtl created by
6574 purge_addressof and its children.
6576 2000-04-12 Mark Mitchell <mark@codesourcery.com>
6578 * function.c (aggregate_value_p): VOID_TYPE nodes are never
6581 2000-04-05 Andreas Jaeger <aj@suse.de>
6583 * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
6584 not compiling PIC code, add flags for mabi=64.
6585 (SUBTARGET_CPP_SIZE_SPEC): New.
6586 (SUBTARGET_CPP_SPEC): New.
6587 (CPP_PREDEFINES): Define __PIC__ and __pic__. PIC code is default
6588 for MIPS/Linux and lots of code needs these defines.
6590 Wed Apr 12 22:44:11 2000 Hans-Peter Nilsson <hp@axis.com>
6592 * reorg.c (fill_slots_from_thread): Check side_effects_p when
6593 trying the "opposite arithmetic" approach.
6595 Wed Apr 12 20:51:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6597 * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
6598 (struct sh_args): Add new field force_mem.
6599 (INIT_CUMULATIVE_ARGS): Initialize it.
6600 (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
6602 Wed Apr 12 17:20:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
6604 * calls.c (expand_call): Do not reverse args in "equal from" field.
6605 (emit_library_call_value_1): Emit_libcall_block for const and pure
6608 Wed Apr 12 16:00:25 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6610 * reload1.c (reload_combine): Don't enable optimization for fixed
6611 registers when encountering a BARRIER.
6613 Wed Apr 12 15:54:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
6615 * builtins.c (expand_builtin_memcmp): Do expansion even with
6616 !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
6618 * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
6619 stack is propertly aligned; add sanity checking for aligned
6621 (expand_library_call_value_1): Add sanity checking for aligned
6624 Wed Apr 12 07:51:54 2000 Catherine Moore <clm@cygnus.com>
6626 * calls.c (emit_library_call_value_1): Change 3rd arg to
6627 locate_and_pad_parm to disregard the setting of partial.
6629 Wed Apr 12 08:47:38 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6631 * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
6633 * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
6634 CALL_INSN from the normal case.
6636 Fri Apr 7 12:23:04 MET DST 2000 Jan Hubicka <jh@suse.cz>
6638 * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
6639 New global variables.
6640 (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
6642 * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
6644 (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
6645 TARGET_ADD_ESP_8): New macros.
6646 * i386.md: Add peep2s to convert esp adjustments to push and pop
6648 (pushsi_prologue, popsi_epilogue): New patterns.
6650 2000-04-12 Jakub Jelinek <jakub@redhat.com>
6652 * real.c (toe64): Remove stale #endif from the last change.
6654 2000-04-12 Stephen L Moshier <moshier@mediaone.net>
6656 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
6657 * real.c (toe64): Revert previous change.
6659 2000-04-12 Jakub Jelinek <jakub@redhat.com>
6661 * objc/objc-act.c: Include ggc.h.
6662 (objc_tree_index, objc_global_trees): Convert most of the
6663 static tree variables into a static array with previous names
6665 (objc_ellipsis_node): New variable.
6666 (lang_init): Call objc_act_parse_init and c_parse_init.
6667 Create objc_ellipsis_node.
6668 (build_selector_translation_table): Use objc_ellipsis_node instead
6670 (hack_method_prototype): Likewise.
6671 (get_arg_type_list): Likewise.
6672 (start_method_def): Likewise.
6673 (continue_method_def): Likewise.
6674 (gen_method_decl): Likewise.
6675 (ggc_mark_imp_list): New function.
6676 (ggc_mark_hash_table): New function.
6677 (objc_act_parse_init): New function.
6678 * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
6679 * c-parse.in (c_parse_init): For objc add roots of objc specific
6680 local tree variables.
6681 * objc/objc-parse.y: Rebuilt.
6682 * objc/objc-parse.c: Rebuilt.
6683 (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
6685 Wed Apr 12 01:00:44 EDT 2000 John Wehle (john@feith.com)
6687 * cse.c (delete_trivially_dead_insns): Also delete insns
6688 that copy a register to itself where the destination is
6691 2000-04-11 Richard Henderson <rth@cygnus.com>
6693 * flow.c (struct propagate_block_info): Add new_dead, new_live.
6694 (propagate_block): Initialize them. Use them in parallel instead
6695 of one tmp variable, ie revert much of the 0408 and 0407 functional
6696 changes, but keep the structural changes.
6697 (mark_set_regs): Take new_dead from propagate_block_info instead.
6698 (mark_set_1, mark_set_reg): Likewise.
6699 (mark_used_regs): Likewise with new_live.
6700 (mark_used_reg): Likewise. Revert 0408 change.
6702 2000-04-11 Nick Clifton <nickc@cygnus.com>
6704 * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
6706 (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
6708 2000-04-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6710 * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
6711 const section to output a CONSTRUCTOR based on the same conditions
6714 Tue Apr 11 09:55:59 2000 Jeffrey A Law (law@cygnus.com)
6716 * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
6717 * pa/pa-protos.h (output_call): Add additional argument indicating
6718 if the call is a sibling/tail call.
6719 (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
6720 (compute_64bit_ior, cmpib_comparison_operator): Likewise.
6721 (function_arg, function_arg_partial_nregs): Likewise
6722 * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
6723 (emit_move_sequence): Zero extend certain constants as needed
6725 (compute_zdepdi_operands, output_64bit_and): New functions.
6726 (output_64bit_ior, function_arg): Likewise.
6727 (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
6728 (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
6729 (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
6730 (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
6731 (output_bvb): Likewise.
6732 (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
6733 (output_call): New argument 'sibcall'. Generate sibcall sequences
6735 (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT. For
6736 (ouput_arg_descriptor): Do not emit argument descriptors for
6738 * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
6740 (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
6741 (FUNCTION_OK_FOR_SIBALL): Define.
6742 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
6743 (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
6744 (CPP_SPEC): Use new spec infrastructure.
6745 (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
6746 (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
6747 (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
6748 (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
6749 (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
6750 (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
6751 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
6752 (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
6753 (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
6754 (FUNCTION_ARG); Call out to C code.
6755 (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
6756 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
6757 (MIN_UNITS_PER_WORD): Likewise.
6758 * pa/pa.md (cmpdi): New expander.
6759 (scc patterns, movstrsi): Not available for TARGET_64BIT.
6760 (64bit conditional arithmetic): New patterns.
6761 (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
6762 (movsicc): Not available if modes on all the operands to not match.
6763 (movdicc): New expander and associated patterns.
6764 (64bit branches): New patterns.
6765 (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
6766 (pre_ldd, post_std): New patterns.
6767 (64bit addil, load low part): New patterns.
6768 (special movsf constant): Not available for TARGET_64BIT.
6769 (movsf, movdf expanders): Force constants into memory.
6770 (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
6771 (64bit movdf/movdi patterns): New patterns.
6772 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
6774 (extendqidi2, extendhidi2, extendsidi2): Similarly.
6775 (adddi3 expander): Allow "arith_operand" for second input.
6776 (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
6777 (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
6778 (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
6779 (muldi3): New expander for TARGET_64BIT.
6780 (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
6782 (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
6783 patterns for TARGET_64BIT.
6784 (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
6785 patterns for TARGET_64BIT.
6786 (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
6787 (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
6788 (sibcall_epilogue): New expander.
6789 (casesi): Tweak for TARGET_64BIT.
6790 (call expanders): Set & use the outgoing argument pointer. Use the
6791 64bit call patterns as needed. Add additional arg to output_call.
6792 (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
6793 (sibcall, sibcall_internal_symref): New expanders.
6794 (sibcall_value, sibcall_value_internal_symref
6795 (interspace_jump): Turn into an expander + matching patterns.
6796 (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
6797 * pa/pa64-regs.h: Eliminate trigraph sequences.
6798 * pa/pa64-start.h (TARGET_PA_20): Fix typo.
6800 2000-04-11 Zack Weinberg <zack@wolery.cumb.org>
6802 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
6803 cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
6804 cpp_token with cpp_ttype everywhere.
6805 * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
6806 Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
6807 CPP_BUF_COL. Line and column numbers are unsigned int, not
6809 * cpplex.c (cpp_buf_line_and_col): Delete.
6810 * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
6811 'long lineno' to 'unsigned int lineno'.
6812 (CPP_BUF_LINE, CPP_BUF_COL): New macros.
6814 2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6816 * extend.texi: ISO C99 is not a draft anymore.
6817 * invoke.texi: ISO C++ is not a draft anymore.
6818 * cpp.texi: __cplusplus is required by the ISO standard.
6820 * extend.texi (-fthis-is-variable): Undocument.
6821 * flags.h (warn_template_debugging): Remove declaration.
6822 * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
6823 -Wenum-clash, -Wtemplate-debugging): Undocument.
6825 2000-04-10 Nick Clifton <nickc@cygnus.com>
6827 * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
6829 (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
6831 (ARM_SIGN_EXTEND): Use HOST_UINT.
6832 (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
6833 (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
6834 (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
6835 (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
6837 * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
6838 (arm_gen_constant): Use HOST_UINT.
6839 (arm_canonicalize_constant): Use HOST_UINT.
6840 (arm_reload_in_hi): Use HOST_UINT.
6841 (arm_reload_out_hi): Use HOST_UINT.
6842 (output_multi_immediate): Use HOST_UINT.
6843 (int_log2): Use HOST_UINT.
6844 (arm_poke_function_name): Use HOST_UINT.
6845 (arm_output_epilogue): Use arm_volatile_func().
6846 (output_thumb_prologue): Use arm_strip_name_encoding().
6848 Mon Apr 10 15:40:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6850 * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
6851 of sequence point problems.
6853 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
6855 * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
6857 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
6859 Mon Apr 10 07:21:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6861 * sbitmap.h: Whitespace changes and use upper-case macro args.
6862 (struct simple_bitmap_def): All sizes now unsigned.
6863 (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
6864 * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
6865 (sbitmap_vector_alloc): Parms and local vars now unsigned.
6866 (sbitmap_zero): Cast bzero arg to PTR.
6867 (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
6868 (sbitmap_union_of_diffs): Change loop index to unsigned and rework
6869 loop to make structure clearer.
6870 (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
6871 (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
6872 (sbitmap_a_and_b_or_c): Likewise.
6873 (sbitmap_intersection_of_succs): Minor cleanups.
6874 (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
6875 (sbitmap_union_of_preds): Likewise.
6876 (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
6877 (debug_sbitmap): New function.
6879 * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
6880 * c-typeck.c (convert_for_assignment): Likewise.
6882 * expmed.c (init_expmed): Don't free objects we make.
6883 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
6885 * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
6886 (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
6888 * gcse.c (expr_hash_table_size): Now unsigned.
6889 (compute_ae_gen): Local variable `i' now unsigned.
6890 (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
6891 (compute_transout, hoist_code): Likewise.
6892 (compute_local_properties): Likewise, also hash_table_size.
6893 (alloc_expr_hash_table): N_INSNS now unsigned.
6894 (delete_null_pointer_checks): Mark arg F as unused.
6896 * regrename.c: Minor cleanups, including chang some variables
6899 2000-04-10 Neil Booth <NeilB@earthling.net>
6901 * cpplex.c (skip_block_comment): Use pointer arithmetic rather
6903 * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
6905 2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6907 * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
6908 __classof__, and __headof__ from the list of gnu keywords.
6909 (-ansi): Remove -foperator-names from list of implied options.
6910 Do not call it ANSI C++.
6911 (-foperator-names): Document as -fno-operator-names.
6913 2000-04-09 Zack Weinberg <zack@wolery.cumb.org>
6915 * cpphash.c (timestamp): Delete.
6916 (del_HASHNODE): If type is T_MCONST, free value.cpval.
6917 (special_symbol): Remove unnecessary braces. Remove
6918 T_VERSION. Treat T_STDC like T_CONST unless
6919 STDC_0_IN_SYSTEM_HEADERS. Render both __DATE__ and __TIME__
6920 when one is encountered, then convert them into T_MCONST
6922 * cppinit.c (builtin_array): version_string is T_MCONST.
6923 __STDC__ has a "1" in its cpval. Don't have a terminator
6924 entry. Clean up which entries are dumped.
6925 (initialize_builtins): Only __STDC__ gets the special
6926 -traditional treatment. Count the length of builtin_array.
6927 Render version_string here.
6928 * cpphash.h: Remove T_VERSION. Add T_MCONST.
6929 * cpplib.h (struct cpp_reader): Remove timebuf.
6931 2000-04-09 Richard Henderson <rth@cygnus.com>
6933 * genrecog.c (pred): Update comparison_operator for the unordered
6936 * config/i386/i386.c (no_comparison_operator): Disallow unordered
6938 (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
6939 (uno_comparison_operator): New.
6940 (put_condition_code): Handle UNORDERED/ORDERED.
6941 (unsigned_comparison): Likewise.
6942 (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
6943 (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
6944 (ix86_expand_fp_compare): Use them. Take scratch as argument,
6945 update all callers. Handle all 8 unordered operators.
6946 (ix86_expand_setcc): Lose the unordered argument, update all callers.
6947 (ix86_expand_branch): Likewise. Don't fully expand fp branches.
6948 * config/i386/i386.h (PREDICATE_CODES): Update.
6949 * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
6950 (ix86_expand_branch, ix86_expand_setcc): Update.
6951 * config/i386/i386.md (sunordered, sordered): New.
6952 (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
6953 (bunordered, bordered): New.
6954 (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
6955 (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
6956 (*fp_jcc_5, *fp_jcc_6, and splitters): New.
6958 2000-04-09 Philip Blundell <philb@gnu.org>
6960 * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
6962 Sun Apr 9 15:16:14 EDT 2000 John Wehle (john@feith.com)
6964 * i386.md (fix_truncsfhi2, fix_truncdfhi2,
6965 fix_truncxfhi2): New patterns.
6966 * i386.c (output_fix_trunc): Handle converting to HImode.
6968 2000-04-08 Alex Samuel <samuel@codesourcery.com>
6970 * ssa.c (convert_to_ssa): Eliminate dead code when calling
6972 (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
6973 (for_each_successor_phi): Change parameter to basic_block.
6974 (coalesce_regs_in_successor_phi_nodes): Likewise.
6975 (coalesce_regs_in_copies): Likewise.
6976 (compute_coalesced_reg_partition): Use basic_block instead of index.
6977 * rtl.h (convert_to_ssa): Delete.
6978 (convert_from_ssa): Likewise.
6979 (successor_phi_fn): Likewise.
6980 (for_each_successor_phi): Likewise.
6981 (in_ssa_form): Likewise.
6982 * basic-block.h (convert_to_ssa): Moved from rtl.h.
6983 (convert_from_ssa): Likewise.
6984 (successor_phi_fn): Likewise.
6985 (in_ssa_form): Likewise.
6986 (for_each_successor_phi): Likewise. Change parameter to basic_block.
6987 * flow.c (calculate_global_regs_live): Pass a basic_block to
6988 for_each_successor_phi.
6990 2000-04-08 Richard Henderson <rth@cygnus.com>
6992 * flow.c (mark_used_reg): Use reg_set_p to determine if a register
6993 was modified in the current insn.
6995 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
6997 * arm/thumb.md: Delete.
6998 * arm/thumb-protos.h: Delete.
7000 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
7002 Merge changes from merged-arm-thumb-backend-branch onto trunk.
7004 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
7006 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
7009 * arm.md (nop): Use the standard RTL expression. Don't code as a
7011 (*arm_nop, *thumb_nop): Delete.
7013 * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
7014 constants. Use casts instead.
7015 (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
7016 output_multi_immediate, arm_poke_function_name): Likewise.
7017 * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
7018 MASK_RETURN_ADDDR): Likewise.
7020 2000-03-31 Richard Earnshaw (rearnsha@arm.com)
7022 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
7025 * arm.md (eh_epilogue): New function.
7026 * arm.h (struct machine_function): Move to here ...
7027 * arm.c: ... from here.
7028 (arm_output_epilogue): Support epilogues for __builtin_eh_return.
7029 (thumb_exit): Extra parameter eh_ofs. All callers changed.
7030 Handle epilogues for __builtin_eh_return. Make bit-fields unsigned.
7032 2000-03-30 Nick Clifton <nickc@cygnus.com>
7034 * config/arm/semi.h (ASM_SPEC): Restore definition.
7035 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7037 * config/arm/elf.h (ASM_SPEC): Restore definition.
7038 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7040 * config/arm/arm.h (ASM_SPEC): Remove definition.
7041 (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
7043 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
7045 * config/arm/arm.c: Disable -fschedule-insns for Thumb.
7047 2000-03-24 Nick Clifton <nickc@cygnus.com>
7049 Various formating tidyups, elimination of compile time
7050 warnings and synchronisation with internal sources:
7052 * config/arm/arm-protos.h (assemble_align): Add prototype.
7053 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7054 (gen_comapre_reg): Rename to arm_gen_compare_reg.
7055 (arm_return_addr_rtx): Rename to arm_return_addr.
7057 * config/arm/arm.c: Include except.h.
7058 Define shorter typenames for strict minipool_node and struct
7060 (arm_return_in_memory): For WinCE return all structures <= 32 bits
7062 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7063 (gen_comapre_reg): Rename to arm_gen_compare_reg.
7065 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7067 (ASM_SPEC): Define if not already defined.
7068 (ASM_OUTPUT_DEF_FROM_DECLS): Define.
7070 * config/arm/arm.md: Rename references to gen_rotated_half_load to
7071 arm_gen_rotated_half_load, and references to gen_comapre_reg to
7072 arm_gen_compare_reg.
7073 (indirect_jump): Only accept register operands.
7074 (load_indirect_jump): Keep this pattern since combine can generate
7077 * config/arm/coff.h: Include aout.h.
7078 (MULTILIB_DEFAULTS): Only define if not already defined.
7080 * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
7081 into arm.h (so that COFF ports can support thumb based aliases).
7082 (ASM_SPEC): Move definition into arm.h
7084 * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
7085 redundant apcs spec.
7086 (ASM_SPEC): Move definition to arm.h
7088 * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
7090 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
7091 for entries in the .bss section
7093 2000-03-23 Nick Clifton <nickc@cygnus.com>
7095 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
7096 to thumb_far_jump_used_p.
7098 * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
7099 single integer parameter.
7101 * config/arm/arm.c (struct machine_function): Add two new
7102 fields, 'far_jump_used' and 'arg_pointer_live'.
7103 (thumb_far_jump_used_p): Once the decision has been made that
7104 far jumps might be used, always return true.
7105 If being called from the initial elimination offset macro then
7106 do not bother to perform the test if the arg pointer is not
7108 (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
7109 (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
7111 2000-03-23 Richard Earnshaw (rearnsha@arm.com)
7113 * arm.c (output_return_instruction): Handle more cases where we can
7114 return from a function with an ldr instruction.
7115 (arm_output_epilogue): Likewise.
7117 * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
7118 if we need to push a large stack frame and there are no callee-saved
7121 * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
7122 in ARM code if the frame pointer has been eliminated.
7124 * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
7125 unspec_volatile arguments to avoid duplicates.
7126 (consttable_1, consttable_2): Fixes for big-endian mode.
7128 * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
7131 Re-write constant pool code.
7132 * arm.c (minipool_node, minipool_fix): New types.
7133 (minifix): Delete type.
7134 (arm_add_minipool_constant): Delete.
7135 (arm_compute_minipool_offsets, arm_find_barrier,
7136 arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
7137 (get_jump_table_size): Now returns HOST_WIDE_INT.
7138 (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
7140 (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
7141 (assign_minipool_offsets, arm_print_value): Likewise.
7142 (dump_minipool): Rewrite.
7143 (arm_barrier_cost): New function.
7144 (create_fix_barrier): New function.
7145 (push_minipool_barrier): New function.
7146 (push_minipool_fix): Record additional information about the fixup
7148 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
7149 check the mode of what needs fixing.
7150 (arm_reorg): Rewrite.
7152 2000-03-08 Nick Clifton <nickc@cygnus.com>
7154 * config/arm/arm.md (indirect_jump): Force constant addresses into
7157 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
7159 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
7161 2000-02-24 Nick Clifton <nickc@cygnus.com>
7163 * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
7164 adjust is word aligned.
7165 (thumb_expand_epilogue): Make sure that stack adjust is word
7168 * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
7170 2000-02-24 Bernd Schmidt <bernds@cygnus.com>
7172 * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
7173 pointer relative addresses.
7175 2000-02-10 Richard Earnshaw <rearnsha@arm.com>
7177 * arm.c (find_barrier): Find the last barrier within the allowed
7180 2000-02-09 Nick Clifton <nickc@cygnus.com>
7182 * config/arm/arm-protos.h: Replace PROTO with PARAMS.
7184 2000-02-09 Nick Clifton <nickc@cygnus.com>
7186 * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
7187 ARM_FUNCTION_PROFILER.
7189 * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
7190 ARM_FUNCTION_PROFILER.
7192 * config/arm/linux-oldld.h: Imported from mainline sources.
7194 2000-02-07 Nick Clifton <nickc@cygnus.com>
7196 * config/arm/lib1funcs.asm: Merge in thumb functions from
7199 * config/arm/lib1thumb.asm: Delete.
7201 2000-02-04 Nick Clifton <nickc@cygnus.com>
7203 * config/arm/arm.c: Sychronised with current Red hat local
7205 * config/arm/arm.h: Ditto.
7206 * config/arm/arm-protos.h: Ditto.
7208 2000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
7210 * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
7212 * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
7215 2000-02-02 Nick Clifton <nickc@cygnus.com>
7217 * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
7219 * config/arm/arm.md (epilogue): Fix rtl checking abort because
7220 (return) was emited using an emit_insn() call.
7222 2000-01-31 Nick Clifton <nickc@cygnus.com>
7224 * config/arm/arm.c (output_thumb_prologue): Fix bug generating
7226 (thumb_exit): Move frame pointer back into hard frame pointer
7227 register if backtracing is being used.
7229 2000-01-13 Richard Earnshaw (rearnsha@arm.com)
7231 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
7234 1999-12-15 Bernd Schmidt <bernds@cygnus.co.uk>
7236 * config/arm/arm.md (neg_pool_offset): Provide default for new
7238 (arm_movsi_insn): Add neg_pool_offset attribute.
7239 * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
7240 rtx for the insn that starts the scan and an unsigned long for its
7241 address. Add MIN_OFFSET and PINSERTED args. All callers changed.
7242 Change scan to ignore insns before MIN_OFFSET. Store size of inserted
7243 instructions in *PINSERTED.
7244 (struct minipool_fixup): Add MIN_ADDRESS elt.
7245 (sort_fixups): Compute it.
7246 (arm_reorg): Changes to support inserting pools before the insn to be
7249 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
7251 * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
7252 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
7253 * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
7255 Wed Nov 3 10:04:07 1999 Nick Clifton <nickc@cygnus.com>
7257 * config/arm/semi.h (TARGET_VERSION): Do not define if already
7259 (TARGET_DEFAULT): Do not define if already defined.
7261 Tue Nov 2 10:37:25 1999 Nick Clifton <nickc@cygnus.com>
7263 * config/arm/arm.md (anddi3): Allow disjoint source operands.
7264 (iordi3): Allow disjoint source operands.
7265 (xordi3): Allow disjoint source operands.
7266 (negdi2): Permit construction for ARM and Thumb.
7267 (arm_negdi2): Renamed version of old negdi2 pattern.
7268 (thumb_negdi2): New pattern: Only permit non-overlapping
7269 source and destination.
7271 Fri Oct 29 18:52:38 1999 Nick Clifton <nickc@cygnus.com>
7273 * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
7274 scratch low register so that it will not be deleted.
7276 Fri Oct 29 15:23:48 1999 Nick Clifton <nickc@cygnus.com>
7278 * config/arm/pe.h (ARM_PE): Define.
7280 * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
7281 interfacearm attribute if this is a PE toolchain.
7282 (output_return_instruction): Do not emit anything if the function
7283 has the naked attribute set.
7284 (is_called_in_ARM_mode): If the function has the interfacearm
7285 attribute then return true.
7286 (thumb_expand_prologue): Do not generate a prologue for naked
7288 (thumb_expand_epilogue): Do not generate an epilogie for a naked
7290 (output_thumb_prologue): Do not bother if the function is naked.
7291 Strip PE encoding from function name before emitting.
7293 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
7295 * arm.md (pic_load_addr): Fix constraints.
7297 * arm.md (casesi_insn): Fix mis-applied patch.
7299 * arm.md ("core" function unit): Add rules for single- and
7301 (All TARGET_THUMB patterns): Add "type" attribute information
7303 * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
7304 the following insn is a CALL.
7306 * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
7308 * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
7309 ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
7310 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
7312 Wed Oct 27 14:40:48 1999 Nick Clifton <nickc@cygnus.com>
7314 * config/arm/linux-gas.h: oops - this file was missed out when the
7315 branch was created...
7317 Tue Oct 26 17:07:38 1999 Richard Earnshaw <rearnsha@arm.com>
7319 * thumb.c: Deleted. Move contents to ...
7321 * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
7323 * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
7326 * arm-protos.h: Use RTX_CODE and tidy up long lines. Don't
7327 declare a prototype for asm_output_align();
7329 * arm.c (thumb_condition_code): Delete.
7330 (arm_print_operand): Always use arm_condition_code array.
7332 * arm.c (thumb_return_addr_rtx): Delete.
7333 (arm_save_machine_status, arm_restore_machine_status): Delete.
7334 (arm_init_machine_status, arm_mark_machine_status): New functions.
7335 (arm_init_expanders): Update accordingly.
7336 (arm_return_addr): Renamed from arm_return_addr_rtx. Rewrite.
7337 (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
7338 * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
7340 Tue Oct 26 13:24:16 1999 Nick Clifton <nickc@cygnus.com>
7342 * configure.in : Fix arm-*-aout target to use new t-arm-aout
7344 * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
7347 Tue Oct 26 11:27:12 1999 Nick Clifton <nickc@cygnus.com>
7349 * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
7350 stack backtrace structure.
7352 * config/arm/arm-protos.h: Add prototypes for functions defined in
7355 * config/arm/arm.c (arm_override_options): Fix selection of
7356 attributes of default processor.
7358 * config/arm/coff.h: Delete needless #include.
7360 * config/arm/pe.c: Delete unused code.
7362 * config/arm/pe.h (CPP_DEFINES): Delete
7363 (SUBTARGET_CPP_SPEC): Define.
7364 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
7366 * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
7368 Mon Oct 25 15:42:09 1999 Richard Earnshaw (rearnsha@arm.com)
7370 * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
7372 (CAN_DEBUG_WITHOUT_FP): Define.
7373 (FIXED_REGISTERS): Make r11 call-saved.
7374 (CALL_USED_REGISTERS): Likewise.
7375 (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
7376 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
7377 frame-pointer is required.
7378 (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
7379 * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
7380 if the target normally needs a stack frame in non-leaf functions.
7381 (use_return_insn): Correct logic for determining when a return
7382 instruction can be used.
7383 (output_return_instruction): Handle the frame-pointer register as
7384 a normal register when not TARGET_APCS_FRAME.
7385 (arm_output_prologue): Likewise.
7386 (arm_output_epilogue): Likewise.
7387 (output_func_epilogue): Likewise.
7388 (arm_expand_prologue): Likewise.
7389 * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
7391 * arm.c (use_return_insn): No need to check floating point regs if
7393 (arm_find_minipool_constant): Correct typo; use GET_CODE to get
7394 the code of value stored in the minipool array.
7395 (arm_add_minipool_constant): Likewise.
7397 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7399 * basic-block.h (conflict_graph_enum_fn): K&R fix.
7401 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7403 * tree.c (tree_expr_nonnegative_p): New function.
7405 * tree.h (tree_expr_nonnegative_p): Declare.
7407 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
7408 elide some sign_compare warnings.
7409 (build_conditional_expr): Likewise.
7411 Sat Apr 8 00:21:51 EDT 2000 John Wehle (john@feith.com)
7413 * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
7415 * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
7416 * i386.c (print_operand): Use the proper suffix for a 387 HImode
7417 operand. Abort if a 387 operand has an unsupported size.
7419 2000-04-08 Neil Booth <NeilB@earthling.net>
7421 * cppexp.c (parse_charconst): Null does not end character
7423 * cppinit.c (ISTABLE): Null character handled as whitespace.
7424 * cpplex.c (null_warning): new function.
7425 (skip_string): Emit warning if nulls encountered.
7426 (_cpp_skip_hspace): Emit warning if nulls encountered.
7427 (_cpp_lex_token): Emit warning if nulls encountered. Drop
7431 2000-04-07 Richard Henderson <rth@cygnus.com>
7433 * flow.c (loop_depth): Remove.
7434 (reg_next_use, cc0_live, mem_set_list): Replace with ...
7435 (struct propagate_block_info): New.
7436 (life_analysis): Don't allocate reg_next_use.
7437 (propagate_block_delete_insn): Break out of propagate_block.
7438 Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
7439 (propagate_block_delete_libcall): Likewise.
7440 (propagate_block): Create a propagate_block_info struct to pass
7441 to subroutines. Allocate one not two temporary regsets. Don't
7442 clobber memory for const calls. Look for clobbers in
7443 CALL_INSN_FUNCTION_USAGE.
7444 (mark_set_regs): Recognize COND_EXEC.
7445 (mark_set_reg): Break out of mark_set_1.
7446 (mark_used_reg): Break out of mark_used_regs.
7447 (mark_used_regs): Recognize COND_EXEC.
7448 (insn_dead_p): Use propagate_block_info struct.
7449 (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
7450 (find_auto_inc, try_pre_increment_1): Likewise.
7451 (print_rtl_with_bb): Dump regs live at end too.
7452 (count_reg_sets_1): Pass in loop_depth.
7453 (count_reg_sets, count_reg_references): Likewise.
7454 (recompute_reg_usage): Provide it.
7456 2000-04-07 Richard Henderson <rth@cygnus.com>
7458 * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
7461 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
7463 * cpplib.c (do_elif): Skip the rest of the line if we're
7464 not going to bother evaluating it.
7465 (skip_if_group): Clear pfile->only_seen_white. Reorder loop
7466 to avoid pointless calls to the lexer.
7468 Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
7470 * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
7472 2000-04-07 Jason Merrill <jason@casey.cygnus.com>
7474 * calls.c (expand_call): emit_queue if we're trying a sibcall.
7476 2000-04-07 Jakub Jelinek <jakub@redhat.com>
7478 * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
7480 2000-04-06 Geoff Keating <geoffk@cygnus.com>
7482 * Makefile.in: Build crtbeginS and crtendS like crtbegin and
7483 crtend so they can be multilibbed.
7484 (STAGESTUFF): Remove s-crt and s-crtS.
7486 2000-04-07 Richard Henderson <rth@cygnus.com>
7488 * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
7489 if we discover we need a pseudo and no_new_pseudos is true.
7490 * config/alpha/alpha.md (ne:DI insn): New.
7491 (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
7493 2000-04-07 Richard Henderson <rth@cygnus.com>
7495 * rtl.def (COND_EXEC): New.
7496 * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
7497 * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
7499 * genconfig.c (have_cond_arith_flag): Remove.
7500 (have_cond_exec_flag): New.
7501 (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
7502 (main): Print HAVE_conditional_execution.
7504 * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
7505 (sched_analyze_insn, print_pattern): Likewise.
7506 * reload.c (find_equiv_reg): Likewise.
7507 * rtlanal.c (reg_referenced_p): Likewise.
7508 (note_stores, dead_or_set_regno_p): Likewise.
7509 (reg_overlap_mentioned_p): Rewrite to use a switch.
7511 * ggc.h (struct rtx_def): Forward declare.
7513 * print-rtl.c (debug_rtx_range): New.
7514 * rtl.h (debug_rtx_range): Declare.
7516 * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
7518 * gcse.c (gcse_main): Don't rebuild the CFG here.
7519 (delete_null_pointer_checks): Likewise.
7520 * ssa.c (convert_to_ssa): Likewise.
7521 * toplev.c (rest_of_compilation): Do it here instead. Combine
7522 sequential calls to TIMEVAR. Consistently use `insns' instead of
7523 `get_insns()'. Always split insns after reload when optimizing.
7525 * basic-block.h (merge_blocks_nomove): Declare.
7526 (tidy_fallthru_edge): Declare.
7527 * flow.c (merge_blocks_nomove): Document as merging into previous
7528 blocks. Remove cruft from between blocks; remove all edges out of A.
7529 (tidy_fallthru_edge): Export.
7531 2000-04-06 Alex Samuel <samuel@codesourcery.com>
7533 * ssa.c (compute_conservative_reg_partition): Declare with
7535 * toplev.c (clean_dump_file): Remove previously-deleted function
7536 inadvertantly merged back in.
7537 * conflict.c (conflict_graph_add): Use a single call to
7538 htab_find_slot to look up and insert.
7540 2000-04-06 Richard Henderson <rth@cygnus.com>
7542 * genrecog.c (*): Rename _last_insn to last_insn.
7543 (make_insn_sequence): Set the position of the peephole2 C test
7544 to be at the last insn.
7546 2000-04-06 Richard Henderson <rth@cygnus.com>
7548 * flow.c (compute_flow_dominators): Free worklist.
7550 2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
7552 * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
7554 2000-04-06 Alex Samuel <samuel@codesourcery.com>
7556 * rtl.h (INSN_P): New macro.
7557 (successor_phi_fn): New typedef.
7558 (for_each_successor_phi): New prototype.
7559 (in_ssa_form): New variable.
7560 (PHI_NODE_P): Likewise.
7561 * flow.c (calculate_global_regs_live): Add to new_live_at_end from
7562 phi nodes in successors.
7563 (mark_used_regs): Add PHI case.
7564 (set_phi_alternative_reg): New function.
7565 (life_analysis): Assert that dead code elimination is not selected
7567 * toplev.c (to_ssa_time): New variable.
7568 (from_ssa_time): Likewise.
7569 (compile_file): Zero to_ssa_time and from_ssa_time.
7570 Print time to convert to and from SSA.
7571 (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
7572 (print_time): Compute percent fraction as integer.
7573 * ssa.c (PHI_NODE_P): Moved to rtl.h.
7574 (convert_to_ssa): Check if we're already in SSA.
7575 Don't eliminate dead code in life_analysis.
7576 Rerun flow and life analysis at bottom.
7577 (eliminate_phi): Use canonical regnos when adding nodes.
7578 (mark_reg_in_phi): New function.
7579 (mark_phi_and_copy_regs): Likewise.
7580 (convert_from_ssa): Rerun life analysis at top.
7581 Use coalesced partition.
7582 Check for removing a phi node at the end of the block.
7583 (compute_coalesced_reg_partition): New function.
7584 (coalesce_regs_in_copies): Likewise.
7585 (coalesce_reg_in_phi): Likewise.
7586 (coalesce_regs_in_sucessor_phi_nodes): Likewise.
7587 (for_each_successor_phi): Likewise.
7588 (rename_context): New struct.
7589 (rename_block): Use a rename_context with rename_insn_1. When
7590 renaming sets of a subreg, emit a copy of the entire reg first.
7591 (rename_insn_1): Treat data as a rename_context *. Save current
7593 (rename_set_data): Add field set_insn.
7594 * Makefile.in (HASHTAB_H): Move up in file.
7595 (OBSTACK_H): New macro.
7596 (collect2.o): Use OBSTACK_H in dependencies.
7597 (sdbout.o): Likewise.
7598 (emit-rtl.o): Likewise.
7599 (simplify-rtx.o): Likewise.
7600 (fix-header.o): Likewise.
7601 (OBJS): Add conflict.o.
7602 (conflict.o): New rule.
7603 * basic-block.h: Include partition.h.
7604 (conflict_graph): New typedef.
7605 (conflict_graph_enum_fn): Likewise.
7606 (conflict_graph_new): New prototype.
7607 (conflict_graph_delete): Likewise.
7608 (conflict_graph_add): Likewise.
7609 (conflict_graph_conflict_p): Likewise.
7610 (conflict_graph_enum): Likewise.
7611 (conflict_graph_merge_regs): Likewise.
7612 (conflict_graph_print): Likewise.
7613 (conflict_graph_compute): Likewise.
7614 * conflict.c: New file.
7616 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
7618 * tlink.c (read_repo_files): Don't look for .rpo info for
7621 Thu Apr 6 20:39:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7623 * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
7625 Thu Apr 6 19:34:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7627 * config/sh/lib1funcs.asm (___udivsi3_i4):
7628 ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
7629 only depends on FMOVD_WORKS.
7631 Thu Apr 6 19:11:47 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7633 * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
7634 make double constant 8-byte aligned.
7636 2000-04-06 Jakub Jelinek <jakub@redhat.com>
7638 * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
7639 movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
7640 movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
7641 (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
7642 Accept storing GENERAL_REGS into offsetable memory.
7643 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
7644 building a TFmode constant other than 0.0L into GENERAL_REGS.
7646 2000-04-06 Clinton Popetz <cpopetz@cygnus.com>
7648 * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
7650 2000-04-06 Zack Weinberg <zack@wolery.cumb.org>
7652 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
7653 (macro_cleanup): No need to cast pbuf->macro.
7654 (collect_expansion): Use _cpp_get_define_token. Goto done if
7655 it returns VSPACE. Remove check for trailing space after
7657 (_cpp_create_definition): Don't diddle flags here. Return
7659 (unsafe_chars): Handle c1 being EOF.
7660 (push_macro_expansion): Use unsafe_chars for both accidental-paste
7661 checks. Don't push the buffer till after we're done with
7663 * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
7664 (PEEKN, FORWARD, GETC, PEEKC): Use them.
7665 (cpp_push_buffer): Don't set new->alimit. Set new->mark
7667 (_cpp_parse_assertion): Don't NUL terminate.
7668 (_cpp_lex_token): Fix -traditional macro handling. Don't skip
7669 hspace before calling _cpp_parse_assertion. Remove all sets
7670 of only_seen_white. Treat '\f' as hspace. Don't do anything
7671 special with '\n' here.
7672 (maybe_macroexpand): Handle T_EMPTY hash entries without
7673 pushing a buffer at all.
7674 (cpp_get_token): Handle clearing only_seen_white here. Handle
7675 incrementing the line number here. Clear
7676 potential_control_macro as well as only_seen_white, if
7678 (cpp_get_non_space_token): Don't eat CPP_POP tokens.
7679 (_cpp_get_define_token): New function, basically like
7680 _cpp_get_directive_token was but doesn't eat horizontal space.
7681 Don't do anything with only_seen_white here.
7682 (_cpp_get_directive_token): Just call _cpp_get_define_token
7683 repeatedly till it returns non-hspace.
7685 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
7686 (conditional_skip, skip_if_group): Return int.
7687 (DIRECTIVE_TABLE): Change origin of all conditional directives
7689 (TRAD_DIRECT_P): New macro.
7690 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue
7691 an error for a bogus directive, unless -lang-asm. Use
7692 TRAD_DIRECT_P. Loop calling handler functions till one returns
7694 (get_macro_name): Don't diddle flags here.
7695 (do_define): Diddle flags here. Use _cpp_get_directive_token.
7696 Create T_EMPTY nodes for #define macro /* nothing */.
7697 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
7698 Use hp->name when calling pass_thru_directive.
7699 (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
7700 Return the result of conditional_skip and/or skip_if_group.
7701 Don't call _cpp_output_line_command.
7702 (consider_directive_while_skipping): Use _cpp_get_directive_token.
7703 Issue -Wtraditional warnings as appropriate. Don't complain
7704 about unrecognized directives. If we are to stop skipping,
7705 return the number of the directive that ended the skip.
7706 (skip_if_group): Use _cpp_get_directive_token. Turn off macro
7707 expansion and line commands while skipping. Return the result
7708 of consider_directive_while_skipping, if nonzero.
7709 (do_endif): Just set potential_control_macro here.
7710 (validate_else): Use _cpp_get_directive_token.
7711 (do_assert, do_unassert): Don't save pointers into the
7712 token_buffer across calls to the lexer. Use
7713 _cpp_get_directive_token.
7715 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
7716 pointer, not an offset. Replace 'data', which was a generic
7717 pointer, with 'macro', which points to a struct hashnode.
7718 (cpp_reader): Add 'potential_control_macro' pointer.
7719 * cpphash.h (T_UNUSED): Replace with T_EMPTY.
7720 (CPP_BUF_GET, CPP_FORWARD): Delete.
7721 (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
7722 (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
7723 ACTIVE_MARK_P): Update.
7724 (_cpp_get_define_token): New internal function.
7725 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
7727 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
7729 * configure.in: And here.
7730 * configure: Regenerate.
7731 * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
7732 --enable-libstdcxx-v3 is passed at configure time.
7733 * config.h.in: Regenerate.
7735 2000-04-05 Mark Mitchell <mark@codesourcery.com>
7737 * final.c (final): Use xcalloc to allocate line_note_exists.
7738 * function.c (free_after_compilation): Free the temp_slots.
7739 (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
7740 (combine_temp_slot): Free temp_slots when they get combined.
7741 (purge_addressof): Fix typo in comment.
7742 * stmt.c (mark_goto_fixup): Mark the fixup itself.
7743 (expand_fixup): Allocate the fixup with ggc_alloc_obj.
7745 * ggc.h: Include varray.h.
7746 (ggc_pending_trees): Declare.
7747 (ggc_mark_tree_children): Remove declaration.
7748 (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
7749 * ggc-common.c (ggc_pending_trees): New variable.
7750 (ggc_mark_roots): Call ggc_mark_trees.
7751 (ggc_mark_tree_children): Rename to ggc_mark_trees. Process all
7752 the ggc_pending_trees.
7753 * Makefile.in (GGC_H): New variable. Use it throughout in place
7756 Thu Apr 6 00:30:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7758 * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
7761 Wed Apr 5 23:17:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7763 * sh.c (sh_insn_length_adjustment): New function.
7764 * sh-protos.h (sh_insn_length_adjustment): Declare.
7765 * sh.h (ADJUST_INSN_LENGTH): Use it.
7767 Wed Apr 5 12:35:18 2000 Hans-Peter Nilsson <hp@axis.com>
7769 * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
7770 from the insn where REG_RETVAL is added.
7771 (emit_no_conflict_block): Ditto.
7773 * md.texi (Standard Names): Clarify when movX is needed.
7775 * combine.c (simplify_comparison) [MINUS]: Do not replace
7776 all (op (minus A B) 0) with (op A B).
7778 Wed Apr 5 18:03:31 2000 Toshiyasu Morita (toshi.morita@sega.com)
7779 J"orn Rennecke <amylaar@cygnus.co.uk>
7781 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
7782 (block_lump_real): Likewise.
7784 2000-04-05 Chris Demetriou <cgd@netbsd.org>
7786 * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
7787 remaining non-zero debugging masks.
7789 Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
7791 * basic-block.h (verify_flow_info): Declare.
7792 (flow_loop_outside_edge_p): Declare.
7793 * flow.c (verify_flow_info): Remove declaration.
7794 (clear_log_links, flow_loop_outside_edge_p): Likewise.
7796 Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
7798 * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
7801 2000-04-05 Jakub Jelinek <jakub@redhat.com>
7803 * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
7804 snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
7805 seqdi_zero_trunc+1): Allow splits only if registers are
7808 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
7810 * acconfig.h: Add HAVE_GAS_HIDDEN.
7811 * config.in: Regenerated.
7812 * configure.in: Add test for .hidden pseudo-op in gas.
7813 * configure: Regenerated.
7814 * crtstuff.c: Include auto-host.h.
7815 Emit additional .hidden pseudo-op for __dso_handle if the
7816 assembler knows about it.
7818 2000-04-04 Philippe De Muyter <phdm@macqel.be>
7820 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
7821 before freeing argnames.
7822 * cpplib.c (do_ifndef): Cast return value of xstrdup.
7824 2000-04-05 Michael Meissner <meissner@redhat.com>
7826 * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
7827 Walton <jonboy@gordian.com> to make memory references with update
7828 work wtih -mregnames.
7830 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7832 * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
7833 (regrename_optimize): Rename variables `def_uses' and
7834 `ext_basic_blocks' to avoid conflicts with similarly named
7835 typedefs in traditional C.
7837 * calls.c (initialize_argument_information): Fix typo in previous
7840 2000-04-04 Richard Henderson <rth@cygnus.com>
7842 * regrename.c (consider_available): Test fixed_regs not
7843 PIC_OFFSET_TABLE_REGNUM.
7845 2000-04-04 Geoff Keating <geoffk@cygnus.com>
7847 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
7849 (CRTSTUFF_T_CFLAGS_S): Delete definition.
7850 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
7851 (ENDFILE_LINUX_SPEC): Always use crtend.
7852 * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
7853 (powerpc-*-linux-gnu): Likewise.
7854 * configure: Regenerate.
7856 * config/rs6000/eabi.h: Don't include sysv4.h.
7857 (MULTILIB_DEFAULTS): Don't define.
7858 * config/rs6000/eabiaix.h: Don't include eabi.h.
7859 * config/rs6000/eabile.h: Delete.
7860 * config/rs6000/eabilesim.h: Delete.
7861 * config/rs6000/eabisim.h: Don't include eabi.h.
7862 * config/rs6000/linux.h: Don't include sysv4.h.
7863 (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
7864 (MULTILIB_DEFAULTS): Don't redefine.
7865 * config/rs6000/rtems.h: Don't include eabi.h.
7866 * config/rs6000/sol2.h: Don't include sysv4le.h.
7867 * config/rs6000/sysv4le.h: Don't include sysv4.h.
7868 * config/rs6000/t-ppc: Delete.
7869 * config/rs6000/t-ppcgas: Correct comment.
7870 * config/rs6000/t-ppcos: Correct comment. Don't build
7871 multilibs for -fPIC, rather use -fPIC -mstrict-align
7873 * config/rs6000/t-ppc: Delete.
7874 * config/rs6000/vxppc.h: Don't include sysv4.h.
7875 * config/rs6000/vxppcle.h: Delete.
7876 * configure.in: Use multiple header files for p2pc ELF targets
7877 powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
7878 powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
7879 powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
7880 powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is
7881 always available for these platforms.
7883 2000-04-04 Richard Henderson <rth@cygnus.com>
7885 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
7887 2000-04-04 Stan Cox <scox@cygnus.com>
7889 * Makefile.in: Add rules for regrename.o
7890 * regrename.c: New file.
7891 * rtl.h (regrename_optimize): Add prototype.
7892 * toplev.c (rename_registers_dump, flag_rename_registers): New variables
7893 (compile_file, decode_d_option): Add support for -frename-registers.
7894 (rest_of_compilation): Call regrename_optimize.
7895 * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
7898 2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7900 * Makefile (gccbug): New target.
7901 (doc): Depend on it.
7902 * gcc.texi (Bugs): Link subnodes.
7904 * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
7905 Document severities, priorities, and classes in bug form.
7907 2000-04-04 Zack Weinberg <zack@wolery.cumb.org>
7909 * cpplex.c (trigraph_map, speccase): Combine into single
7911 (NORMAL, NONTRI): New macros.
7912 (_cpp_read_and_prescan): Change to use unified table. Use
7913 is_hspace to test for whitespace.
7915 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
7916 definition that doesn't provoke the "empty body in an
7917 if-statement" warning.
7919 2000-04-04 Clinton Popetz <cpopetz@cygnus.com>
7921 * builtins.c (expand_builtin_strlen): Force the source to
7922 be a memory address.
7924 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7926 * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
7928 Tue Apr 4 19:17:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
7930 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
7931 ECF_LONGJMP, ECF_FORK_OR_EXEC): New constants.
7932 (ECF_IS_CONST): Rename to ECF_CONST.
7933 (special_function_p): Make static, change interface.
7934 (flags_from_decl_or_type, try_to_integrate): Break out from ...
7935 (expand_call) ... here; convert number of variables to flags.
7936 (emit_library_call_vlue_1): Likewise.
7937 (setjmp_call_p): New function.
7938 (initialize_argument_information): Accepts flags as argument;
7940 (precompute_arguments): Likewise.
7941 * tree.h (special_function_p): Remove.
7942 (setjmp_call_p): Add prototype.
7944 2000-04-04 Jakub Jelinek <jakub@redhat.com>
7946 * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
7947 so that addresses are offsetable by up to 16 bytes.
7948 (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
7949 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
7952 * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
7953 (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
7954 (movsf): Don't force any constant to memory if target is integer
7956 Move fp_zero_operand check below the const0_rtx check.
7957 (movtf): Likewise. Also allow fp_zero_operand for stores into
7959 (movdf): Likewise. Also allow fp_zero_operand for stores into
7960 memory and into integer hard registers.
7961 (clear_df, clear_dfp, movdf_const_intreg_sp32,
7962 movdf_const_intreg_sp64): Remove.
7963 (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
7965 (movdf_no_e_insn_v9_sp32): New pattern.
7966 (movdf_insn_v9only): Remove.
7967 (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
7968 (movdf_insn_sp64): Remove.
7969 (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
7970 (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
7971 (following splits): Rewrite conditions. Add two new splits
7972 for storing 0.0 into memory and registers.
7973 (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
7974 (movtf_insn_sp32): Redo constraints and conditions.
7975 (movtf_insn_vis_sp32): New pattern.
7976 (movtf_no_e_insn_sp32): Redo constraints and conditions.
7977 (movtf_insn_hq_sp64): Likewise.
7978 (movtf_insn_hq_vis_sp64): New pattern.
7979 (movtf_insn_sp64): Redo constraints and conditions.
7980 (movtf_insn_vis_sp64): New pattern.
7981 (movtf_no_e_insn_sp64): Redo constraints and conditions.
7982 (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
7984 * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
7985 -mvis or -m64 to take down the number of various reload patterns.
7987 Tue Apr 4 00:41:53 2000 Jeffrey A Law (law@cygnus.com)
7989 * pa/pa-64.h: New file.
7990 * pa/pa64-regs.h: New file.
7991 * pa/pa64-start.h: New file.
7992 * pa/t-pa64: New file.
7993 * pa/xm-pa64hpux.h: New file.
7995 2000-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7997 * sparc.c (output_restore_regs): Prototype.
7998 (sparc_emit_float_lib_cmp): Constification.
8000 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
8002 * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
8005 * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
8006 (get_value_hash, hash_rtx): Likewise.
8008 * ssa.c (compute_conservative_reg_partition): Prototype.
8010 * tree.c (mark_hash_entry): Prototype.
8012 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
8014 * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
8015 * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
8016 * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
8018 * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
8019 * objc/lang-specs.h: Likewise.
8021 2000-04-03 Neil Booth <NeilB@earthling.net>
8023 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
8024 and SYNTAX_ERROR2. Replace `' in messages with ''.
8025 (op_to_str): Make re-entrant.
8026 (_cpp_parse_expr): Implement new error macros. Use | rather
8027 than || to logically or 2 boolean integers. Simply expression
8028 checking we have a left operand iff needed.
8030 2000-04-03 Nick Clifton <nickc@cygnus.com>
8032 * Makefile.in (diagnostic.o): Depend upon diagnostic.c
8034 2000-04-03 Philip Blundell <philb@gnu.org>
8036 * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
8038 2000-04-03 Felix Lee <flee@cygnus.com>
8040 * fixinc/server.c (find_shell): New function. Avoid $SHELL.
8041 (run_shell): Use it.
8043 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk>
8045 * Makefile.in (stmp-int-hdrs): Make include subdir here...
8046 (stmp-fixproto): ...rather than here.
8048 Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com>
8050 * pa.c (print_operand): Compute 'base' only inside the code paths
8053 2000-04-03 Geoffrey Keating <geoffk@cygnus.com>
8055 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
8058 2000-04-03 Philipp Thomas <pthomas@suse.de>
8060 * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
8062 Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
8064 * Makefile.in (alias.o): Depend on $(TREE_H).
8066 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
8068 * cppinit.c (cpp_start_read): Turn off -Wtraditional if
8070 * cpplib.c (_cpp_handle_directive): Improve warnings for
8071 traditional C and indented directives.
8073 * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
8074 fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
8075 fixinc/inclhack.def: Indent the # of #include_next one space.
8076 * cp/rtti.c: Un-indent #if and #endif.
8078 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
8079 syntax error, but an error has already been printed.
8080 * cpplex.c (_cpp_parse_assertion): Give a more specific error
8081 message when called with nothing remaining on the line.
8082 (_cpp_lex_token): If _cpp_parse_assertion fails, return an
8083 OTHER token, not an ASSERTION.
8084 * cpplib.c (do_assert): When we create a 'base' node, clear
8085 its aschain pointer.
8087 2000-04-02 Neil Booth <NeilB@earthling.net>
8089 * cppexp.c: New typedef op_t. struct operation and struct
8090 token updated to use it.
8091 (op_to_str): New function.
8092 (_cpp_parse_expr): Error messages modified to use op_to_str.
8094 2000-04-02 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8096 * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
8097 before checking MUST_PASS_IN_STACK.
8099 2000-04-02 Neil Booth <NeilB@earthling.net>
8101 * cppexp.c: New FINISHED dummy token. Combine operator initial
8102 flags and initial priority into a single constant. New
8103 EQUALITY macro. New operator flag SHORT_CIRCUIT.
8104 (_parse_cpp_expr): Implement new constants. Take left operand
8105 checks out of reduction loop. Handle SHORT_CIRCUIT. End of
8106 parse indicated by reducing FINISHED token. Remove new lines
8107 from cpp_error messages.
8109 2000-04-01 Mark Mitchell <mark@codesourcery.com>
8111 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
8114 2000-04-01 Zack Weinberg <zack@wolery.cumb.org>
8116 * cpplib.c: Include symcat.h. Add 'origin' field to struct
8117 directive. Add origin values to DIRECTIVE_TABLE. Generate
8118 the strings and function names on the fly. Take the #sccs
8119 entry out of the table if SCCS_DIRECTIVE is not defined.
8120 (_cpp_handle_directive): Decide if the # was at the beginning
8121 of the line here. Issue -pedantic warnings for extended
8122 directives here. Warn about K+R directives with the #
8123 indented, and C89/extended directives with the # not indented,
8125 (do_import, do_include_next, do_warning, do_ident, do_sccs,
8126 do_assert, do_unassert): Don't issue pedantic warning here.
8128 * cpphash.h: Add CPP_WTRADITIONAL macro.
8129 * cpplib.h (struct cpp_options): Rename warn_stringify to
8130 warn_traditional; update comments.
8131 * cppinit.c (handle_option): Set warn_traditional not
8133 * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
8134 CPP_WTRADITIONAL (pfile).
8135 * cpplex.c (_cpp_lex_token): Don't decide if directives should
8136 be ignored in -traditional mode here.
8138 * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
8139 to initialize speccase[] and trigraph_map[]. Delete all
8140 references to pfile->input_speccase. Always treat '?' as a
8141 special character. Remove table-initialization code from
8142 _cpp_init_input_buffer.
8144 * cpplib.h (struct cpp_reader): Remove input_speccase field.
8145 * cppinit.c (cpp_cleanup): Don't free input_speccase.
8147 2000-04-01 Richard Henderson <rth@cygnus.com>
8149 * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
8150 (mostlyclean): Likewise.
8152 * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
8153 (struct dump_file_info, enum dump_file_index, dump_file): New.
8154 (open_dump_file): Take a dump_file_index not a suffix, and a decl
8155 not a string. Clean out file if we havn't yet done so. Do nothing
8156 if the dump isn't enabled.
8157 (close_dump_file): Do nothing if the dump isn't open. Dump
8158 graph data if requested.
8159 (dump_rtl, clean_dump_file): Remove.
8160 (compile_file): Don't clean the dump files. Only finalize .bp dump
8161 if flag_test_coverage or flag_branch_probabilities. Only finalize
8162 .combine dump if optimizing. Iterate over dump_file to finalize the
8164 (rest_of_compilation): Update for open_dump_file/close_dump_file.
8165 Convert all uses of dump_rtl.
8166 (decode_d_option): Iterate over dump_file to implement 'a' and to
8167 locate pass-specific dumps.
8169 2000-04-01 Neil Booth <NeilB@earthling.net>
8171 * cppexp.c: Redefine priority constants.
8172 (_cpp_parse_expr): Replace left and right priority scheme with
8173 single priority logic. Move LOGICAL to same place as COMPARE.
8174 Remove bogus check for multiple unary +/- operators.
8176 2000-04-01 Neil Booth <NeilB@earthling.net>
8178 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
8179 within the switch statement. Binary operations break out of
8180 the switch naturally. '(' tokens handled by forcing
8181 immediate shift. ')' handled by forcing immediate reduce to
8182 the previous '('. New error messages.
8184 2000-03-31 Geoff Keating <geoffk@cygnus.com>
8186 * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
8187 part', it's already in use. Use %K instead. Add a return at the
8188 end of what is now %K.
8189 * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
8191 Sat Apr 1 02:05:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
8193 * builtins.c (expand_builtin_apply): Pass proper parameters to
8194 allocate_dynamic_stack_space.
8195 * calls.c (emit_call_1): Do not adjust stack pointer for SIB,
8196 update stack_pointer_delta; do not update arg_size_so_far.
8197 (compute_argument_block_size): Use stack_delta instead of
8198 stack_pointer_pending and arg_size_so_far.
8199 (expand_call): Add sanity checking for stack_pointer_delta;
8200 save and restore stack_pointer_delta for SIB, use
8201 stack_pointer_delta for alignment; do not update arg_space_so_far.
8202 (emit_library_call_value): Use stack_pointer_delta for alignment.
8203 (store_one_arg): Do not update arg_space_so_far.
8204 * explow.c (adjust_stack, anti_adjust_stack): Update
8205 stack_pointer_delta.
8206 (allocate_dynamic_stack_space): Add sanity checking for
8207 stack_pointer_delta.
8208 * expr.c (init_expr, clear_pending_stack_adjust): Clear
8209 stack_pointer_delta.
8210 (emit_push_insn): Update stack_pointer_delta.
8211 * function.h (struct expr_status): Add x_stack_pointer_delta;
8212 remove x_arg_space_so_far.
8213 (arg_space_so_far): Remove.
8214 (stack_pointer_delta): New macro.
8216 2000-03-31 Zack Weinberg <zack@wolery.cumb.org>
8218 * cpplib.h: Merge struct cpp_options into struct cpp_reader.
8219 Reorder struct cpp_options and struct cpp_reader for better
8220 packing. Replace CPP_OPTIONS macro with CPP_OPTION which
8221 takes two args. Change all 'char' flags to 'unsigned char'.
8222 Move show_column flag into struct cpp_options. Don't
8223 prototype cpp_options_init.
8224 * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
8225 cppinit.c, cpplex.c, cpplib.c:
8226 Replace CPP_OPTIONS (pfile)->whatever with
8227 CPP_OPTION (pfile, whatever), and likewise for
8228 opts = CPP_OPTIONS (pfile); ... opts->whatever;
8230 * cppinit.c (merge_include_chains): Take a cpp_reader *.
8231 Extract CPP_OPTION (pfile, pending) and work with that
8233 (cpp_options_init): Delete.
8234 (cpp_reader_init): Turn on on-by-default options here.
8235 Allocate the pending structure here.
8236 (cl_options, enum opt_code): Define these from the same table,
8237 kept in a large macro. Add -fshow-column and -fno-show-column
8240 * cpperror.c (v_message): If show_column is off, don't print
8243 * cppmain.c: Update for new interface.
8244 * fix-header.c: Likewise.
8246 2000-03-30 Geoff Keating <geoffk@cygnus.com>
8248 * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
8250 * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
8251 are passed to any invocation of AR_FOR_TARGET.
8252 (AR_CREATE_FOR_TARGET): New macro.
8253 (AR_EXTRACT_FOR_TARGET): New macro.
8254 (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
8255 AR_EXTRACT_FOR_TARGET.
8256 (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
8257 in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
8258 `$(AR_FOR_TARGET) x'. Pass AR_CREATE_FOR_TARGET and
8259 AR_EXTRACT_FOR_TARGET to sub-makes.
8261 2000-03-31 Neil Booth <NeilB@earthling.net>
8263 * cppexp.c: Delete SKIP_OPERAND. Correct priority
8265 (_cpp_parse_expr): Check for multiple unary +/- operators.
8266 Correct priorities of ':' and '?'. Treat ')' as having a
8267 value. Ensure conditional expression is not void.
8269 2000-03-31 Mark Mitchell <mark@codesourcery.com>
8271 * alias.c (canon_rtx): Make it global.
8272 (rtx_equal_for_memref_p): CONST_INT equality is now pointer
8274 * cse.c (struct table_elt): Add canon_exp.
8276 (invalidate): Canonicalize expressions only once.
8277 * rtl.h (canon_rtx): Declare.
8279 2000-03-30 Mark Mitchell <mark@codesourcery.com>
8281 * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
8282 * alias.c (reg_known_value): Add comments.
8283 (init_alias_analysis): Likewise.
8284 * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
8286 (cse_basic_block): Fix typo in comment.
8287 * emit-rtl.c: Include hashtab.h.
8288 (const_int_htab): New variable.
8289 (const_int_htab_hash): New function.
8290 (const_int_htab_eq): Likewise.
8291 (rtx_htab_mark_1): Likewise.
8292 (rtx_htab_mark): Likewise.
8293 (gen_rtx_CONST_INT): Cache all CONST_INTs.
8294 (unshare_all_rtx): Fix formatting.
8295 (init_emit_once): Initialize const_int_htab.
8296 * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
8298 * rtl.texi: Document the fact that all CONST_INTs with the same
8301 2000-03-30 Richard Henderson <rth@cygnus.com>
8303 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
8305 2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
8307 * configure.in: Comment out --enable-c-cpplib stanza.
8308 * configure: Regenerate.
8310 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8312 * expr.c (store_constructor): Properly compute displacement and
8313 alignment when offset is variable.
8315 * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
8316 cases of alignment in bytes.
8318 Thu Mar 30 13:30:40 2000 Jeffrey A Law (law@cygnus.com)
8320 * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
8321 since it is used to generate c-parse.y.
8322 * objc-parse.c, objc-parse.y: Regenerated.
8324 * function.c (expand_function_end): Pass alignment argument to
8325 emit_block_move in bits, not bytes.
8327 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8329 * expr.c (move_by_pieces_ninsns): Fix one more missing align
8332 * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
8334 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
8335 * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
8336 * function.c (assign_parms): Likewise.
8337 * integrate.c (expand_inline_function): Likewise.
8338 * stmt.c (expand_decl): Likewise.
8339 (copy_rtx_and_substitute): Likewise.
8340 * expr.c (expand_expr, expand_expr_unaligned): Likewise.
8341 (clear_by_pieces): Fix error in last change.
8342 * emit-rtl.c (init_emit): Set known registers alignment in bits.
8343 * function.h (regno_pointer_align): Now unsigned.
8344 * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
8346 * config/i386/i386.c (aligned_operand): Likewise.
8347 * config/sparc/sparc.c (mem_min_alignment): Likewise.
8348 * config/alpha/alpha.c (aligned_memory_operand): Likewise.
8349 (unaligned_memory_operand): Likewise.
8350 (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
8351 Also make alignments and sizes unsigned and some whitespace cleanup.
8352 (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
8354 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
8355 (expand_builtin_apply): Pass alignment to emit_block_move in bits.
8356 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
8357 (expand_builtin_memset): Likewise, but to clear_storage.
8358 * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
8359 (restore_fixed_argument_area): Likewise.
8360 (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
8361 (load_register_parameters): Likewise, to emit_group_load.
8362 (expand_call): Likewise, to emit_group_store and emit_block_move.
8363 (emit_library_call_value_1): Likewise, to emit_block_move.
8364 (store_one_arg): Likewise, and to emit_push_insn.
8365 * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
8366 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
8367 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
8368 (emit_block_move, emit_group_load, emit_group_store): Likewise.
8369 (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
8370 (expand_assigment, store_expr, store_constructor_field): Likewise.
8371 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
8372 (store_constructor, store_field, get_inner_reference): Likewise.
8373 Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
8374 (expand_expr, case COMPONENT_REF): Likewise.
8375 (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
8376 and positions; reindent code.
8377 * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
8378 * function.c (purge_addressof_1): Pass bit align to store_bit_field.
8379 (assign_parms): Likewise to emit_group_store.
8380 * optabs.c (prepare_cmp_insn): Alignment is in bits.
8381 (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
8382 * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
8383 (expand_return): Likewise to {extract,store}_bit_field.
8384 * stor-layout.c (get_mode_alignment): Minor cleanup.
8385 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
8386 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
8388 2000-03-29 Nick Clifton <nickc@cygnus.com>
8390 * config/arm/arm.h: Undo effects of previous delta:
8391 (ASM_SPEC): Do not define.
8392 (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
8394 * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
8397 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
8399 * cppinit.c (cpp_start_read): Call initialize_dependency_output
8400 only after reading in the primary source file.
8402 2000-03-29 Geoff Keating <geoffk@cygnus.com>
8404 * c-common.c (c_common_nodes_and_builtins): The first parameter to
8405 __builtin_va_start and __builtin_va_copy is now either a 'va_list'
8406 or a reference to a va_list.
8407 * builtins.c (stabilize_va_list): Simplify now we don't have to
8408 work around C array address decay.
8409 * c-typeck.c (convert_for_assignment): Handle assignment to
8410 a reference parameter by taking the address of the RHS.
8411 * ginclude/stdarg.h (va_start): Don't take address of first parameter.
8412 (va_copy): Likewise.
8413 (__va_copy): Likewise.
8414 * ginclude/varargs.h (va_start): Likewise.
8415 (__va_copy): Likewise.
8417 Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
8419 * i386/djgpp.h: Remove extraneous "+".
8421 * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
8423 * calls.c (expand_call): Fix typo in last change.
8425 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8427 * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
8430 Wed Mar 29 15:39:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8432 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
8433 (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
8434 (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
8435 * tree.c (bit_position, byte_position): Likewise.
8436 * tree.h: Declare new functions.
8438 2000-03-29 Nick Clifton <nickc@cygnus.com>
8440 * config/arm/arm.c: Minor formatting changes/
8441 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8443 (ASM_SPEC): Define if not already defined.
8445 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
8447 * cppfiles.c (cpp_read_file): Don't pass zero-length string to
8450 2000-03-29 Jakub Jelinek <jakub@redhat.com>
8452 * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
8453 value, don't output it as unsigned.
8455 Wed Mar 29 10:53:49 2000 Jeffrey A Law (law@cygnus.com)
8457 * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
8459 2000-03-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8461 * c-common.c (c_common_nodes_and_builtins): Don't special case
8462 cplus_mode when declaring builtin bzero/bcmp, always avoid
8463 prototype arguments.
8465 2000-03-29 Bruce Korb <bkorb@gnu.org>
8467 * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
8470 Wed Mar 29 15:08:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
8472 Convert ACCUMULATE_OUTGOING_ARGS to an expression.
8473 * calls.c (PUSH_ARGS_REVERSED) Change to expression.
8474 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
8475 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
8476 (save_fixed_argument_area, restore_fixed_argument_area):
8477 conditionize by #ifdef REG_PARM_STACK_SPACE only.
8478 (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
8479 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
8480 (precompute_register_parameters): Avoid #ifdefs on
8481 ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
8482 (stire_one_args): Likewise.
8483 (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
8484 (emit_library_call_value_1): Likewise.
8485 (compute_argument_block_size): Align to STACK_BOUNDARY only for
8486 ACCUMULATE_OUTGOING_ARGS.
8487 * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
8489 (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
8490 (use_crosses_set_p): Likewise.
8491 * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
8492 #define ACCUMULATE_OUTGOING_ARGS 1.
8493 * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
8495 * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
8497 (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
8498 (TARGET_SWITCHES): Add push-args, no-push-args,
8499 accumulate-outgoing-args and no-accumulate-outgoing-args.
8500 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
8501 * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
8502 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
8504 (emit_push_insn): Likewise.
8505 * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8506 (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
8507 * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8508 (STACK_DYNAMIC_OFFSET): Define correctly for both
8509 ACCUMULATE_OUTGOING_ARGS and normal mode.
8510 * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
8511 * tm.texi (PUSH_ARGS): Document.
8512 (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
8514 Wed Mar 29 11:51:13 MET DST 2000 Jan Hubicka <jh@suse.cz>
8516 * flags.h (flag_optimize_sibling_calls): Declare.
8517 * calls.c (expand_call): Fail sibcall when
8518 !flag_optimize_sibling_calls
8519 * invoke.texi (flag_optimize_sibling_calls): Document.
8520 * toplev.c (flag_optimize_sibling_calls): New global variable.
8521 (f_options): Add flag_optimize_sibling_calls.
8522 (rest_of_compilation): Conditionize
8523 optimize_sibling_and_tail_recursive_calls by
8524 flag_optimize_sibling_calls.
8525 (main): Set flag_optimize_sibling_calls for -O2.
8526 * stmt.c (expand_return): Conditionize tail recursion by
8527 flag_optimize_sibling_calls.
8529 2000-03-29 Richard Henderson <rth@cygnus.com>
8531 * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
8532 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
8534 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
8536 * except.c (add_eh_table_entry): Mark type_info's as referenced.
8538 2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8540 * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
8542 * config/rs6000/aix43.h (CPP_SPEC): Likewise.
8543 * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
8544 * config/rs6000/aix.h: then modified likewise.
8546 2000-03-28 Richard Henderson <rth@cygnus.com>
8548 * rtl.h: Redistribute enum reg_note documentation.
8549 Kill trailing whitespace.
8550 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
8551 Kill trailing whitespace.
8553 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
8555 * cppfiles.c (hash_IHASH): Just return i->hash.
8556 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
8557 htab_find_with_hash.
8558 (cpp_read_file): Likewise.
8559 (find_include_file): Likewise. Properly initialize
8560 ih->nshort. Share ih->name and ih->nshort if possible.
8561 * cpphash.c (_cpp_calc_hash): New function.
8562 (hash_HASHNODE): Just return h->hash.
8563 (_cpp_lookup): Set dummy.hash using _cpp_calc_hash. Use
8564 htab_find_with_hash.
8565 * cpphash.h: Prototype _cpp_calc_hash.
8566 * cppinit.c (initialize_builtins): Provide a valid hash
8567 to _cpp_make_hashnode, using _cpp_calc_hash.
8569 * cpphash.c (collect_expansion): # is not a special character
8570 in object-like macros. In -traditional mode, /**/ is not
8571 token paste at the beginning or end of the line.
8572 * cpplib.c (do_include, do_import, do_include_next): If
8573 parse_include fails, return immediately.
8575 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
8577 * config/arm/arm.md (return peepholes): Update to reflect the new
8579 * config/arm/arm.c (arm_volatile_func): Also check
8580 current_function_nothrow.
8581 (output_return_instruction, output_func_prologue): Use it.
8582 (arm_output_epilogue, arm_expand_prologue): Likewise.
8584 2000-03-27 Tom Tromey <tromey@cygnus.com>
8586 * gcc.c (handle_braces): In {x*...} case, break out of loop if
8589 Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8591 * expr.c (store_constructor): SIZE now signed.
8592 For EXPR_SIZE, don't evaluate size; just needed if constant.
8593 * fold-const.c (fold): Fix a number of cases when folded tree is
8595 * function.c (flush_addressof): Reenable.
8596 * tree.h (flush_addressof): Likewise.
8597 * toplev.c (independent_decode_option): Look at strings_processed.
8598 * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
8600 Tue Mar 28 08:29:46 2000 Jan Hubicka <jh@suse.cz>
8602 * sibcall.c (indentify_call_return_value): Find last call in the chain;
8603 Allow stack adjustment after function call.
8605 * regmove.c (struct csa_memlist): Make mem field rtx *.
8606 (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
8607 (try_apply_stack_adjustment): Replace whole MEM rtx.
8608 (combine_stack_adjustments_for_block): Update calls
8609 to record_one_stack_ref.
8611 2000-03-28 Neil Booth <NeilB@earthling.net>
8613 * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
8614 '\\' rather than a null character, so nulls are not special. Fix
8615 "\\\n" handling in end-of-buffer conditions. Use trigraph map to
8616 speed trigraph conversion.
8617 (_cpp_init_input_buffer): Initialize trigraph map.
8619 2000-03-27 Alan Modra <alan@linuxcare.com.au>
8621 * config/i386/i386.c (output_387_binary_op): Correct intel
8622 mode assembly output, and add spaces after commas in AT&T
8623 output. Correct Unixware assembler comment. Document input
8624 constraints. Comment fp operations. Reduce profligate buffer
8625 size. Remove extraneous abort. Localize temp var.
8626 (SYSV386_COMPAT): Define. Add !SYSV386_COMPAT code.
8627 (output_fix_trunc): Add spaces after commas in assembly output.
8629 2000-03-27 Richard Henderson <rth@cygnus.com>
8631 * i386-protos.h (ix86_match_ccmode): Declare.
8632 * i386.c (ix86_match_ccmode): New.
8633 (ix86_expand_fp_compare): Update for pattern renames.
8634 (ix86_expand_strlensi_unroll_1): Likewise.
8635 * i386.h (EXTRA_CC_MODES): Add CCZ.
8636 (SELECT_CC_MODE): Use it for EQ/NE zero.
8637 * i386.md (cmpsi_ccz_1): New.
8639 (*testsi_ccz_1): New.
8640 (testqi_ccz_1): New.
8641 (cmpsi_ccno_1): Rename from cmpsi_0.
8642 (testsi_ccno_1): Rename from testsi_1.
8643 (testqi_ccno_1): Rename from testqi_1.
8644 (*testqi_ext_ccz_0): Rename from testqi_ext_0.
8645 (testqi_ext_ccno_0): Rename from *testqi_ext_1.
8646 (*cmphi_0): Use ix86_match_ccmode.
8647 (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
8648 (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
8649 (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
8650 (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
8651 (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
8652 (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
8653 (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
8654 (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
8655 (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
8656 (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
8657 (appropriate peepholes): Likewise.
8658 (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
8659 (*subsi_3, *subhi_3, *subqi_3): Remove.
8660 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
8661 (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
8662 (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
8663 (*neghi2_cmpz, *negqi2_cmpz): Similarly.
8664 (x86_shift_adj_1): Use CCZ.
8665 (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
8667 2000-03-27 Stan Cox <scox@cygnus.com>
8669 * resource.h (mark_resource_type): New.
8670 * resource.c (find_dead_or_set_registers, mark_target_live_regs,
8671 find_free_register): Use mark_resource_type.
8672 (mark_set_resources): Change include_delayed_effects
8673 to mark_resource_type.
8674 * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
8675 redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
8676 Use mark_resource_type.
8678 2000-03-27 Richard Henderson <rth@cygnus.com>
8680 * i386.md (call_pop_0, call_value_pop_0): New.
8681 (call_pop_1): Remove constraint from unused arg. Support sibcalls.
8682 (call_value_pop_1): Likewise.
8683 (call_0, call_value_0): New.
8684 (call_1, call_value_1): Remove constraint from unused arg.
8686 2000-03-27 Nick Clifton <nickc@cygnus.com>
8688 * invoke.texi (Spec Files): Document new spec % command created by
8689 Tom Tromey's recent patch.
8691 2000-03-27 Jakub Jelinek <jakub@redhat.com>
8693 * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
8696 Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8698 * expr.c (expand_assignment): Fix typo in last change.
8700 * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
8702 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8704 * c-convert.c (convert): Return if output or input type is ERROR_MARK.
8705 * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
8706 and DECL_INLINE if FUNCTION_DECL.
8707 (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
8708 (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
8709 Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
8710 (combine_parm_decls): Likewise.
8711 * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
8712 * print-tree.c (print_node): Likewise.
8713 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
8714 DECL_TRANSPARENT_UNION on proper decl types.
8715 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
8716 * stor-layout.c (layout_decl): Only check DECL_PACKED and
8717 DECL_BIT_FIELD of FIELD_DECL.
8718 * tree.h (DECL_RESULT_FLD): New macro.
8720 * expr.c (expand_assignment): Add code to handle variable-sized
8723 2000-03-26 Richard Henderson <rth@cygnus.com>
8725 * calls.c (expand_call): Pass parms not original exp to
8726 optimize_tail_recursion. Mind return value instead of looking
8728 * stmt.c (optimize_tail_recursion): Take parameter list, not entire
8729 call_expr. Move checks for call_expr and current_function_decl ...
8730 (expand_return): ... here.
8732 2000-03-26 Tom Tromey <tromey@cygnus.com>
8734 * gcc.c (handle_braces): Recognize `%{<S}' construct.
8735 (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
8737 (process_command): Use them.
8738 (check_live_switch): Likewise.
8739 (give_switch): Skip ignored switches.
8741 2000-03-26 Jan Hubicka <jh@suse.cz>
8743 * jump.c (jump_optimize_1): Fix typo in elide optimizations
8744 for minimal jump pass test.
8746 2000-03-26 Mark Mitchell <mark@codesourcery.com>
8748 * integrate.c (function_cannot_inline_p): Do inline functions that
8751 Sun Mar 26 11:37:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8753 * stor-layout.c (layout_type, set_sizetype): early_type_list is
8754 now a list of TREE_LIST entries, not types.
8755 * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
8757 * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
8758 * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
8760 * config/mips/mips.c (function_arg): Likewise; also remove cast
8761 and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
8762 (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
8763 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
8764 * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
8765 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
8766 (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
8767 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
8768 (struct mips_arg): arg_number, arg_words, fp_arg_words, and
8769 num_adjusts now unsigned.
8770 (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
8771 * config/sparc/sparc.c (struct function_arg_record_value_parms):
8773 (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
8774 as is BITPOS variable; use host_integerp and int_bit_position.
8775 (function_arg_record_value_2): Likewise.
8776 (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
8777 Variable REGNO now unsigned.
8778 (function_arg_record_value): NREGS now unsigned.
8780 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
8782 * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
8784 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8786 * Rework fields used to describe positions of bitfields and
8787 modify sizes to be unsigned and use HOST_WIDE_INT.
8788 * alias.c (reg_known_value_size): Now unsigned.
8789 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
8790 (really_start_incremental_init): Use bitsize_zero_node.
8791 (push_init_level, pop_init_level, output_init_element): Likewise.
8792 Use bitsize_unit_node and bitsize_one_node.
8793 (output_pending_init_elements, process_init_element): Likewise.
8794 * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
8795 (make_extraction): Position and length HOST_WIDE_INT and unsigned
8796 HOST_WIDE_INT, respectively.
8797 (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
8798 (num_sign_bit_copies): Returns unsigned.
8799 BITWIDTH now unsigned; rework arithmetic.
8800 Remove recursive call from arg to MAX.
8801 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
8802 (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
8804 (set_nonzero_bit_and_sign_copies): NUM now unsigned.
8805 (find_split_point, expand_compound_operation, make_extraction): LEN
8806 now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
8807 (make_field_assignment): Likewise.
8808 (combine_simplify_rtx): Add cast.
8809 (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
8810 (force_to_mode): WIDTH now unsigned; add cast.
8811 (if_then_else_cond): SIZE now unsigned.
8812 (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
8813 (extended_count): Now returns unsigned.
8814 (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
8815 Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
8816 (simplify_comparison): MODE_WIDTH now unsigned.
8817 (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
8818 (mark_used_regs_combine): Likewise; rework arithmetic.
8819 (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
8820 (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
8821 (record_promoted_value): REGNO now unsigned.
8822 (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
8823 (get_last_value): REGNO now unsigned.
8824 (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
8825 (reg_dead_regno, reg_dead_endregno): Now unsigned.
8826 (remove_death): Arg REGNO now unsigned.
8827 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
8828 (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
8830 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
8831 * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
8832 (struct cse_reg_info): REGNO now unsigned.
8833 (cached_regno): Now unsigned.
8834 (REGNO_QTY_VALID_P): Add cast.
8835 (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
8836 (remove_invalid_regs): Likewise.
8837 (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
8838 as are variables END and I.
8839 (get_cse_reg_info, insert): Likewise.
8840 (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
8841 (canon_hash): Likewise.
8842 (insert_regs, lookup_for_remove): REGNO now unsigned.
8843 (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
8845 * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
8846 * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
8847 * emit-rtl.c (subreg_realpart_p): Add cast.
8848 (operand_subword): Arg I is now unsigned as is var PARTWORDS.
8849 (operand_subword_force): Arg I is now unsigned.
8850 * except.c (eh_regs): Variable I is now unsigned.
8851 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
8852 * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
8853 length is unsigned HOST_WIDE_INT; likewise for internal variables.
8854 (store_split_bit_field, extract_fixed_bit_field): Likewise.
8855 (extract_split_bit_field, store_bit_field, extract_bit_field):
8857 * expr.c (store_constructor_fields, store_constructor, store_field):
8858 Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
8859 (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
8860 (do_jump): Likewise.
8861 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
8862 MAX_SIZE is now unsigned.
8863 (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
8864 (emit_group_store): Likewise.
8865 (emit_move_insn): I now unsigned.
8866 (store_constructor): Use host_integerp, tree_low_cst, and
8868 (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
8869 Rework all calculations to use trees and new fields.
8870 * expr.h (promoted_input_arg): Regno now unsigned.
8871 (store_bit_field, extract_bit_field): Adjust types of pos and size.
8872 (mark_seen_cases): Arg is HOST_WIDE_INT.
8873 * flow.c (verify_wide_reg_1): REGNO now unsigned.
8874 * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
8875 precisions and alignments are unsigned.
8876 (optimize_bit_field_compare, fold_truthop): Likewise.
8877 (int_const_binop): Adjust threshold for size_int_type_wide call.
8878 (fold_convert): Likewise.
8879 (size_int_type_wide): Make table larger and fix thinko that only
8880 had half of table used.
8881 (all_ones_mask_p, fold): Precisions are unsigned.
8882 * function.c (put_reg_info_stack): REGNO is unsigned.
8883 (instantiate_decl): Size is HOST_WIDE_INT.
8884 (instantiate_virtual_regs): I is unsigned.
8885 (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
8886 (promoted_input_arg): REGNO is unsigned.
8887 * function.h (struct function): x_max_parm_reg is now unsigned.
8888 * gcse.c (max_gcse_regno): Now unsigned.
8889 (struct null_pointer_info): min_reg and max_reg now unsigned.
8890 (lookup_set, next_set): REGNO arg now unsigned.
8891 (compute_hash_table): REGNO and I now unsigned.
8892 (handle_avail_expr): regnum_for_replacing now unsigned.
8893 (cprop_insn): REGNO now unsigned.
8894 (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
8895 * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
8896 * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
8897 * hard-reg-set.h (reg_class_size): Now unsigned.
8898 * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
8899 * jump.c (mark_modified_reg): I now unsigned; add cast.
8900 (rtx_equal_for_thread_p): Add cast.
8901 * loop.c (max_reg_before_loop): Now unsigned.
8902 (struct_movable): REGNO now unsigned.
8903 (try_copy_prop): REGNO arg unsigned.
8904 (regs_match_p): XN and YN now unsigned.
8905 (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
8906 (strength_reduce): Likewise; NREGS also unsigned.
8907 (first_increment_giv, last_increment_giv unsigned): Now unsigned.
8908 * loop.h (struct iv_class): REGNO now unsigned.
8909 (max_reg_before_loop, first_increment_giv, last_increment_giv):
8911 * machmode.h (mode_size, mode_unit_size): Now unsigned.
8912 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
8913 * optabs.c (expand_binop): I and NWORDS now unsigned.
8914 (expand_unop): I now unsigned.
8915 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
8916 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
8917 * real.c (significand_size): Now returns unsigned.
8918 * real.h (significand_size): Likewise.
8919 * regclass.c (reg_class_size): Now unsigned.
8920 (choose_hard_reg_mode): Both operands now unsigned.
8921 (record_reg_classes): REGNO and NR now unsigned.
8922 (reg_scan): NREGS now unsigned.
8923 (reg_scan_update): old_max_regno now unsigned.
8924 (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
8925 * reload.c (find_valid_class): BEST_SIZE now unsigned.
8926 (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
8927 (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
8928 Likewise for variable R.
8929 (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
8930 as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
8931 (find_equiv_reg): Add casts.
8932 (regno_clobbered_p): Arg REGNO now unsigned.
8933 * reload.h (struct reload): NREGS now unsigned.
8934 (refers_to_regno_for_reload_p): Regno args are unsigned.
8935 (regno_clobbered_p): Likewise.
8936 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
8937 (compute_use_by_pseudos): REGNO now unsigned.
8938 (find_reg): I and J now unsigned, new variable K, and change loop
8939 variables accordingly; THIS_NREGS now unsigned.
8940 (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
8941 (spill_hard_reg): REGNO arg now unsigned; add casts.
8942 (forget_old_reloads_1): REGNO, NR, and I now unsigned.
8943 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
8944 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
8945 END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
8946 (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
8947 (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
8948 (emit_reload_insns): REGNO now unsigned.
8949 (reload_cse_move2add): Add cast.
8950 (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
8952 * resource.c (mark_referenced_resources, mark_set_resources): New
8953 variable R; REGNO and LAST_REGNO now unsigned.
8954 (mark_target_live_regs): J and REGNO now unsigned.
8955 * rtl.c (mode_size, mode_unit_size): Now unsigned.
8956 * rtl.h (union rtunion_def): New field rtuint.
8957 (XCUINT): New macro.
8958 (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
8959 (operand_subword, operand_subword_force): Word number is unsigned.
8960 (choose_hard_reg_mode): Operands are unsigned.
8961 (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
8962 (find_regno_note, find_regno_fusage, replace_regs): Likewise.
8963 (regno_use_in, combine_instructions, remove_death): Likewise.
8964 (reg_scan, reg_scan_update): Likewise.
8965 (extended_count): Return is unsigned.
8966 * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
8967 INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
8968 (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
8969 (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
8970 (reg_reg_last_1): FIRS and LAST now unsigned.
8971 (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
8972 (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
8974 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
8975 (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
8976 (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
8977 (replace_regs): Arg NREGS now unsigned.
8978 * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
8979 * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
8980 (simplify_binary_operation): Likewise.
8981 (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
8982 THIS_LAST now unsigned.
8983 (cselib_record_set): Add cast.
8984 * ssa.c (ssa_max_reg_num): Now unsigned.
8985 (rename_block): REGNO now unsigned.
8986 * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
8988 (all_cases_count): Just return -1 not -2.
8989 COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
8990 Rework tests to use trees whenever possible.
8991 Use host_integerp and tree_low_cst.
8992 (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
8993 Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
8994 (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
8995 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
8996 (smallest_mode_for_size): Likewise.
8997 (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
8998 KNOWN_ALIGN is now an alignment, so simplify code.
8999 Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
9000 (start_record_layout): Renamed from new_record_layout_info.
9001 Update to new fields.
9002 (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
9004 (place_union_field): Renamed from layout_union_field.
9005 Update to use new fields in rli.
9006 (place_field): Renamed from layout_field.
9007 Major rewrite to use new fields in rli; pass alignment to layout_decl.
9008 (finalize_record_size): Rework to use new fields in rli and handle
9010 (compute_record_mode): Rework to simplify and to use new DECL fields.
9011 (finalize_type_size): Make rounding more consistent.
9012 (finish_union_layout): Deleted.
9013 (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
9014 (layout_type, case RECORD_TYPE): Call new function names.
9015 (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
9016 (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
9017 (get_best_mode): UNIT is now unsigned; remove casts.
9018 * tree.c (bit_position): Compute from new fields.
9019 (byte_position, int_byte_position): New functions.
9020 (print_type_hash_statistics): Cast to remove warning.
9021 (build_range_type): Use host_integerp and tree_low_cst to try to hash.
9022 (build_index_type): Likewise; make subtype of sizetype.
9023 (build_index_2_type): Pass sizetype to build_range_type.
9024 (build_common_tree_nodes): Use size_int and bitsize_int to
9025 initialize nodes; add bitsize_{zero,one,unit}_node.
9026 * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
9027 (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
9028 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
9029 (DECL_FIELD_BITPOS): Deleted.
9030 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
9031 (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
9032 (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
9033 (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
9034 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
9035 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
9036 (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
9037 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
9038 (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
9039 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
9040 (DECL_ALIGN): Adjust to new field in union.
9041 (DECL_OFFSET_ALIGN): New field.
9042 (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
9043 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
9044 (union tree_decl): Add struct for both aligns.
9045 (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
9046 (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
9047 (struct record_layout_info): Rework fields to have offset
9048 alignment and byte and bit position.
9049 (start_record_layout, place_field): Renamed from old names.
9050 (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
9051 (byte_position, int_byte_position): Likewise.
9052 (get_inner_reference): Change types of position and length.
9053 * unroll.c (unroll_loop): New variable R; use for some loops.
9054 MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
9055 (calculate_giv_inc): Arg REGNO now unsigned.
9056 (copy_loop_body): REGNO and SRC_REGNO now unsigned.
9057 * varasm.c (assemble_variable): Clean up handling of size using
9058 host_integerp and tree_low_cst.
9059 (decode_addr_const): Use byte, not bit, position.
9060 (output_constructor): bitpos and offsets are HOST_WIDE_INT;
9061 use tree_low_cst and int_bit_position.
9062 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
9064 Fri Mar 24 20:13:49 2000 Jason Eckhardt <jle@cygnus.com>
9066 * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
9067 (reorder_block_def): New members eff_head and eff_end.
9068 (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
9069 (verify_insn_chain): New function.
9070 (skip_insns_between_block): Add code to skip deleted insns.
9071 Check for note before using.
9072 (chain_reorder_blocks): Replace calls to skip_insns_between_block
9073 with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
9074 Check for note before using.
9075 (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
9076 (fixup_reorder_chain): Restructure, clean up, defect removal.
9077 (reorder_basic_blocks): Remove last_insn and references to it.
9078 Moved insn chain verification code into a new function (see above).
9079 Delete defective code that sets last insn.
9080 Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
9083 2000-03-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9085 * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
9087 2000-03-24 Richard Henderson <rth@cygnus.com>
9089 * tree.c (lang_safe_for_unsave): Remove.
9090 (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
9091 allowing for two levels of unsafeness. Remove lang hook.
9092 * tree.h: Update declarations.
9093 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
9094 Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
9095 Always fail sibcalls when there are pending cleanups.
9097 2000-03-24 Geoff Keating <geoffk@cygnus.com>
9099 * flow.c (propagate_block): When we delete an ADDR_VEC,
9100 also delete the BARRIER following it if there is one.
9102 2000-03-24 Richard Henderson <rth@cygnus.com>
9104 * builtins.c (expand_builtin_bzero): Convert `length' argument
9107 2000-03-24 Jakub Jelinek <jakub@redhat.com>
9109 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
9110 comparison if regno's are equal.
9111 * calls.c (initialize_argument_informat): Add ecf_flags argument.
9112 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9113 (expand_call): Update caller.
9114 Avoid making a sibling call if argument size of the callee is larger
9115 than argument size of the caller.
9116 Call hard_function_value with outgoing set if in sibcall pass.
9117 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9119 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
9120 Change LEAF_REGISTERS from an array initializer to actual array
9121 identifier. Move static global variable into the function.
9122 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
9123 sequences for leaf functions.
9124 * global.c (global_alloc): Likewise.
9125 * tm.texi (LEAF_REGISTERS): Update documentation.
9127 * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
9128 TARGET_FLAT leaf disabling hack.
9129 (LEAF_REGISTERS): Changed from an array initializer to actual array
9130 identifier to avoid duplication and remove the above hack.
9131 (FUNCTION_OK_FOR_SIBCALL): Define.
9132 * config/sparc/sparc.md (sibcall): New attr type. Use it almost
9133 always like call attribute.
9134 (eligible_for_sibcall_delay): New attribute.
9135 (sibcall): New delay type.
9136 (sibcall, sibcall_value, sibcall_epilogue): New expands.
9137 (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
9138 sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
9139 * config/sparc/sparc.c (sparc_leaf_regs): New array.
9140 (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
9142 (output_function_epilogue): Move part of the code into
9143 output_restore_regs.
9144 (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
9146 * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
9149 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
9150 until infrastructure is finished.
9152 Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
9154 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
9155 (save_parm_insns): Not here.
9157 2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9159 * builtins.c (expand_builtin_bzero): New function.
9160 (expand_builtin): Handle bzero.
9162 * builtins.def: Add BUILT_IN_BZERO.
9164 * c-common.c (c_common_nodes_and_builtins): Provide builtin
9165 prototype & function for bzero.
9167 2000-03-23 Michael Meissner <meissner@redhat.com>
9169 * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
9170 change adding TARGET_FP to the TF floating point insns, except for
9171 trunctfsf2, which generates direct calls to truncdfsf2.
9173 2000-03-23 Geoff Keating <geoffk@cygnus.com>
9175 * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
9176 try to protect against middle-end changes that break binary
9178 (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
9180 2000-03-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9182 * config/c4x/c4x.md (load_immed_address): Add DP reg clobber.
9184 Thu Mar 23 17:10:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9186 * calls.c (expand_call): If TARGET is passed by reference and
9187 is readonly, write a CLOBBER.
9189 2000-03-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9191 * builtins.c (expand_builtin): Handle bcmp.
9193 * builtins.def: Add BUILT_IN_BCMP.
9195 * c-common.c (c_common_nodes_and_builtins): Provide builtin
9196 prototype & function for bcmp.
9198 Thu Mar 23 11:34:39 2000 Jim Wilson <wilson@cygnus.com>
9200 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
9201 (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
9202 * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
9204 Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
9206 * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
9207 alternative when using -fp64 -gp32.
9209 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
9211 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
9212 * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
9213 * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
9215 * frame.h (frame_state): Revert last change.
9216 * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
9217 * libgcc2.c (throw_helper): Revert last change.
9219 2000-03-22 Richard Henderson <rth@cygnus.com>
9221 * stmt.c (expand_asm_operands): Don't promote the temporary.
9223 2000-03-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9225 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
9226 * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
9227 c_get_alias_set): Likewise.
9228 * c-decl.c (duplicate_decls): Likewise.
9229 * c-typeck.c (default_conversion,build_unary_op): Likewise.
9230 * calls.c (initialize_argument_information): Likewise.
9231 * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
9233 * dwarfout.c (decl_class_context,output_type): Likewise.
9234 * expr.c (get_inner_reference): Likewise.
9235 * fold-const.c (simple_operand_p,fold): Likewise.
9236 * function.c (aggregate_value_p): Likewise.
9237 * stmt.c (expand_asm_operands): Likewise.
9238 * varasm.c (named_section): Likewise.
9240 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
9242 Implement dwarf2 exception handling for the ARM.
9243 * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
9244 (DWARF_FRAME_RETURN_COLUMN): Define.
9245 * config/arm/arm.c (emit_multi_reg_push): Return rtx. Attach
9246 REG_FRAME_RELATED_EXPR note.
9247 (emit_sfm): Likewise.
9248 (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
9249 * dwarf2out.c (reg_save): Handle saving a register to itself.
9250 (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
9251 * except.c (eh_regs): Don't use the static chain reg if it's
9253 * frame.h (frame_state): Add cfa_saved field.
9254 * frame.c (execute_cfa_insn): Set it.
9255 * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
9257 * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
9259 (instantiate_virtual_regs): Adjust.
9261 * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9262 * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9263 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
9265 * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
9266 (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
9268 2000-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9270 * builtins.def: New file.
9272 * Makefile.in (TREE_H): Depend on builtins.def.
9274 * builtins.c (built_in_names): Use builtins.def.
9276 * tree.h (built_in_function): Likewise.
9278 2000-03-22 Mark Mitchell <mark@codesourcery.com>
9280 * tree.c (size_in_bytes): Return size_zero_node, not
9283 2000-03-22 Geoff Keating <geoffk@cygnus.com>
9285 * config/fp-bit.c (pack_d): Correct the case when a denormal
9286 is rounded up and stops being denormal.
9288 2000-03-21 Richard Henderson <rth@cygnus.com>
9290 * config/alpha/alpha.c (function_arg): Check for void_type_node
9291 before using MUST_PASS_IN_STACK.
9293 2000-03-21 Stephane Carrez <stcarrez@worldnet.fr>
9295 * regmove.c (combine_stack_adjustments_for_block): Check that
9296 the stack pointer is a valid memory address.
9298 Wed Mar 22 11:44:50 MET 2000 Jan Hubicka <jh@suse.cz>
9300 * calls.c: re-install Mar 16 emit_library_call merge.
9302 2000-03-21 Jakub Jelinek <jakub@redhat.com>
9304 * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
9305 we cannot be sure that if reload_completed base register will
9306 be properly aligned.
9308 2000-03-21 Richard Henderson <rth@cygnus.com>
9310 * flow.c (delete_block): Fix typo last change.
9312 2000-03-21 Mark Mitchell <mark@codesourcery.com>
9314 * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
9315 not COMPLETE_TYPE_P, to check the type of the expression.
9317 2000-03-21 Michael Meissner <meissner@redhat.com>
9319 * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
9320 all floating point insns that just tested the macro
9321 TARGET_HAS_XFLOATING_LIBS.
9322 (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
9323 used to only use the gprs.
9325 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
9327 * tree.h (COMPLETE_TYPE_P): New macro.
9328 (COMPLETE_OR_VOID_TYPE_P): New macro.
9329 (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
9330 * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
9331 * c-aux-info.c (gen_type): Use them.
9332 * c-common.c (c_expand_expr_stmt): Likewise.
9333 * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
9334 grokdeclarator, grokparms, finish_struct, start_function,
9335 store_parm_decls, combine_parm_decls): Likewise.
9336 * c-parse.y (cast_expr): Likewise.
9337 * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
9338 c_size_in_bytes, c_alignof, build_component_ref,
9339 build_indirect_ref, build_array_ref, convert_arguments,
9340 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
9341 * calls.c (initialize_argument_information): Likewise.
9342 * convert.c (convert_to_integer): Likewise.
9343 * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
9344 * dwarfout.c (location_or_const_value_attribute,
9345 output_enumeration_type_die, output_structure_type_die,
9346 output_union_type_die, output_type): Likewise.
9347 * expr.c (safe_from_p, expand_expr): Likewise.
9348 * function.c (assign_parms): Likewise.
9349 * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
9350 * tree.c (build_array_type, build_function_type,
9351 build_method_type, build_offset_type, build_complex_type): Likewise.
9352 * c-parse.c, c-parse.h: Regenerated.
9354 2000-03-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9356 * config/c4x/rtems.h: Include config/rtems.h.
9358 Tue Mar 21 09:24:00 2000 Denis Chertykov <denisc@overta.ru>
9360 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
9361 decl is a FUNCTION_DECL
9363 Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
9365 * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
9366 function uses output registers. Don't save RP for leaf functions.
9367 Do save RP even if no epilogue.
9368 * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
9369 (CALL_USED_REGISTERS): Unmark in registers.
9370 (REG_ALLOC_ORDER): Move out regs up, to near the top. Move in regs up,
9373 2000-03-20 Geoff Keating <geoffk@cygnus.com>
9375 * config/rs6000/rs6000.md (bunordered): New expander.
9376 (bordered): New expander.
9377 (buneq): New expander.
9378 (bunge): New expander.
9379 (bungt): New expander.
9380 (bunle): New expander.
9381 (bunlt): New expander.
9382 (bltgt): New expander.
9384 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
9385 (ccr_bit_negated_p): New function.
9386 (print_operand): For %C, generate appropriate cror for UNEQ,
9387 UNLT, UNGT, and LTGT. For %T and %t, use ccr_bit_negated_p.
9389 2000-03-20 Andreas Jaeger <aj@suse.de>
9391 * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
9394 * tree.h (safe_for_unsave): Prototype.
9396 2000-03-20 Richard Henderson <rth@cygnus.com>
9398 * regmove.c (stack_memref_p): Fix typo, reorg for readability.
9399 (combine_stack_adjustments_for_block): Don't allow sp references
9400 in the side of a set we're not fixing up.
9401 * toplev.c (rest_of_compilation): Run combine_stack_adjustments
9402 after life_analysis.
9404 2000-03-20 Richard Henderson <rth@cygnus.com>
9406 * calls.c (expand_call): Don't bother generating tail call
9407 sequences if there are pending cleanups. Use
9408 expand_start_target_temps/expand_end_target_temps to elide
9409 cleanups created during sibcall expansion.
9411 2000-03-20 Geoff Keating <geoffk@cygnus.com>
9413 * configure.in: Set $IFS to a value if it doesn't already have one
9414 in the --enable-checking handling.
9415 * configure: Regenerate.
9417 2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9419 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
9420 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
9423 Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
9425 * jump.c (delete_noop_moves): Remove code attempting to
9426 combine stack adjustments.
9428 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9430 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
9431 * except.c (emit_cleanup_handler): Use them.
9432 (expand_end_all_catch): Likewise.
9433 * function.c (fixup_var_refs): Likewise.
9434 (expand_function_end): Clear catch_clauses_last.
9435 * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
9436 * except.h (struct eh_status): New field x_catch_clauses_last.
9437 (catch_clauses_last): New define.
9439 * Makefile.in (tree.o): Depend on HASHTAB_H.
9440 * tree.c: Include hashtab.h.
9441 (struct type_hash): Remove next field.
9442 (TYPE_HASH_SIZE): Remove.
9443 (TYPE_HASH_INITIAL_SIZE): New define.
9444 (type_hash_table): Change type to htab_t.
9445 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
9446 mark_hash_entry): New functions.
9447 (init_obstacks): Allocate type hash.
9448 (type_hash_lookup): Use htab functions.
9449 (type_hash_add, mark_type_hash): Likewise.
9450 (dump_tree_statistics): Call print_type_hash_statistics.
9452 2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9454 * rs6000/t-aix41: New file.
9456 * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
9458 Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com>
9460 * tm.texi (Driver): Fix typos and tweak entry for
9462 Move misplaced STRUCT_FORCE_BLK entry ...
9463 (Storage Layout): ... to here.
9464 (Run-time Target): Recommend having TARGET_MASK_... helper macros.
9466 2000-03-19 Richard Henderson <rth@cygnus.com>
9468 * flow.c (delete_block): Delete the addr_vec along with the block.
9469 (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
9472 * fold-const.c (extract_muldiv): Apply type check for defined
9473 overflow to multiply as well as divide.
9475 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
9477 2000-03-18 Mark Mitchell <mark@codesourcery.com>
9479 * emit-rtl.c (remove_unncessary_notes): Check that all
9480 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
9481 associated NOTE_BLOCK.
9482 * function.h (identify_blocks): Update comments.
9483 (reorder_blocks): Declare.
9484 * function.c (identify_blocks): Don't take paramters.
9485 (reorder_blocks): Don't take parameters.
9486 * loop.h (find_loop_tree_blocks): Remove.
9487 (unroll_block_trees): Likewise.
9488 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
9489 reorder_blocks instead of unroll_block_trees.h
9490 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
9491 * stmt.c (find_loop_tree_blocks): Remove.
9492 (unroll_block_trees): Likewise.
9493 * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
9494 in whole-function mode.
9495 * tree.h (reorder_blocks): Remove declaration.
9497 * expr.c: Include intl.h.
9498 * Makefile.in (expr.o): Depend on intl.h.
9500 2000-03-18 Richard Henderson <rth@cygnus.com>
9502 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
9504 2000-03-18 Mark Mitchell <mark@codesourcery.com>
9506 * tree.h (tree_index): Remove enumerals for integer types.
9507 (integer_type_kind): New type.
9508 (integer_types): New variable.
9509 (char_type_node): Adjust.
9510 (signed_char_type_node): Likewise.
9511 (unsigned_char_type_node): Likewise.
9512 (short_integer_type_node): Likewise.
9513 (short_unsigned_type_node): Likewise.
9514 (integer_type_node): Likewise.
9515 (unsigned_type_node): Likewise.
9516 (long_integer_type_node): Likewise.
9517 (long_unsigned_type_node): Likewise.
9518 (long_long_integer_type_node): Likewise.
9519 (long_long_unsigned_type_node): Likewise.
9520 * tree.c (integer_types): New variable.
9521 (init_obstacks): Register it as a root.
9523 Sat Mar 18 14:38:00 2000 Jason Eckhardt <jle@cygnus.com>
9525 * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
9526 NEXT_INSN. Update last insn in chain.
9528 2000-03-17 Jason Merrill <jason@casey.cygnus.com>
9530 * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
9531 with TYPE_DECL_SUPPRESS_DEBUG set.
9533 2000-03-18 Richard Henderson <rth@cygnus.com>
9535 * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
9537 2000-03-18 Richard Henderson <rth@cygnus.com>
9539 * i386.c (call_insn_operand): Always allow SYMBOL_REF,
9540 care for HALF_PIC_P.
9541 (expander_call_insn_operand): Remove.
9542 (ix86_expand_epilogue): New arg `emit_return' to control return insn.
9543 * i386.h (PREDICATE_CODES): Update.
9544 * i386.md (all call expanders): Remove predicates, remove special
9545 handling for half-pic.
9546 (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
9547 (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
9548 (sibcall_epilogue): New.
9550 2000-03-17 Richard Henderson <rth@cygnus.com>
9552 * rtlanal.c (single_set): Reject if the parallel has anything
9553 except SET or USE or CLOBBER.
9555 2000-03-17 Jeff Law <law@cygnus.com>
9556 Richard Henderson <rth@cygnus.com>
9558 * Makefile.in (OBJS): Add sibcall.o.
9560 * sibcall.c: New file.
9561 * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
9562 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
9563 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
9564 Emit sibcall patterns when requested. Update all callers.
9565 (expand_call): Generate CALL_PLACEHOLDER insns when tail call
9566 elimination seems feasable.
9567 * final.c (leaf_function_p): Sibling calls don't discount being
9569 * flow.c (HAVE_sibcall_epilogue): Provide default.
9570 (find_basic_blocks_1): Sibling calls don't throw.
9571 (make_edges): Make edge from sibling call to EXIT.
9572 (propagate_block): Don't remove sibcall_epilogue insns.
9573 * function.c (prologue, epilogue): Turn into varrays. Update all uses.
9574 (sibcall_epilogue): New.
9575 (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
9576 (identify_blocks_1): Likewise. Break out from ...
9577 (identify_blocks): ... here.
9578 (reorder_blocks_1): Scan CALL_PLACEHOLDER. Break out from ...
9579 (reorder_blocks): ... here.
9580 (init_function_for_compilation): Zap prologue/epilogue as varrays.
9581 (record_insns): Extend a varray instead of mallocing new memory.
9582 (contains): Read a varray not array of ints.
9583 (sibcall_epilogue_contains): New.
9584 (thread_prologue_and_epilogue_insns): Emit and record
9585 sibcall_epilogue patterns.
9586 (init_function_once): Allocate prologue/epilogue varrays.
9587 * genflags.c (gen_insn): Treat sibcall patterns as calls.
9588 * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
9590 (save_for_inline_nocopy): ... here.
9591 (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
9593 (expand_inline_function): ... here.
9594 (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
9595 (subst_constants): Handle 'n' formats.
9596 * jump.c (jump_optimize_minimal): New.
9597 (jump_optimize_1): New arg `minimal'; update callers. Elide most
9598 optimizations if it's set.
9599 * rtl.c (copy_rtx): Do copy jump & call for insns.
9600 * rtl.h (struct rtx_def): Document use of jump and call for insns.
9601 (SIBLING_CALL_P): New.
9602 (sibcall_use_t): New.
9603 * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
9604 Invoke optimize_sibling_and_tail_recursive_calls.
9605 * tree.c (lang_safe_for_unsave): New.
9606 (safe_for_unsave): New.
9607 * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
9609 * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
9610 * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
9611 (*sibcall_osf_1, *sibcall_value_osf_1): New.
9613 2000-03-17 Mark Mitchell <mark@codesourcery.com>
9615 * objc/objc-act.c (encode_method_prototype): Pass types, not
9616 PARM_DECLs, to int_size_in_bytes.
9618 Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
9620 * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
9622 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9623 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
9625 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9627 * Clean up usages of TREE_INT_CST_LOW.
9628 * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
9629 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
9631 * c-tree.h (min_precision): Move declaration to here.
9632 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
9633 (build_unary_op, add_pending_init): Use bit_position.
9634 (pending_init_member, process_init_element): Likewise.
9635 (really_start_incremental_init, push_init_level, pop_init_level):
9636 Don't make copies of nodes or modify them in place, use consistent
9637 types when tracking positions, and use tree routines computations.
9638 (set_init_index, output_init_element): Likewise.
9639 (output_pending_init_elements, process_init_element): Likewise.
9640 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
9641 tree_low_cst and int_bit_position; also minor cleanup.
9642 (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
9643 (print_cst_octal): Precision is unsigned.
9644 (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
9645 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
9646 (simple_type_align_in_bits): Result is unsigned int.
9647 Use tree_int_low_cst and host_integerp.
9648 (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
9649 (field_byte_offset): Result is HOST_WIDE_INT.
9650 Change types of internal variables so alignments are unsigned int,
9651 offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
9652 Use host_integerp, tree_low_cst, and int_bit_position.
9653 (add_bit_offset_attribute): Likewise.
9654 (add_data_member_location_attribute): Use tree_cst_low.
9655 (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
9656 (add_bit_size_attribute): Use tree_low_cst.
9657 (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
9658 * dwarfout.c: Similar changes to dwarf2out.c.
9659 * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
9660 * genoutput.c (n_occurences): Return -1 for null string.
9661 (strip_whitespace): Accept null string and make into function.
9662 (scan_operands): Reflect above changes.
9663 * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
9664 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
9665 * ssa.c (rename_registers): Add missing cast of arg to bzero.
9666 * tree.c (int_size_in_bytes): Check for too big to represent.
9667 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
9668 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
9670 (min_precision): Delete from here.
9671 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
9672 and int_bit_position.
9673 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
9674 (encode_method_def): Likewise.
9675 (build_ivar_list_initializer): Use int_bit_position.
9676 (generate_shared_structures): Convert size.
9677 (encode_type, encode_complete_bitfield): Use integer_zerop.
9678 (encode_bitfield): Use tree_low_cst and int_bit_position.
9680 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9682 * config/c4x/c4x.h (CPP_SPEC): Fix typo.
9684 2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9686 * call.c (special_function_p): It is only malloc if it returns
9689 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9691 * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
9692 (C33_FLAG, TARGET_C3X): Add macros.
9693 (TARGET_SWITCHES): Add -m33 option.
9694 * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
9696 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9698 * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
9699 (PARALLEL_PACK_FLAG): Delete.
9700 (TARGET_SWITCHES): Update.
9701 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
9703 Thu Mar 16 18:52:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9705 * fold-const.c (fold): Fix a few cases when the returned result
9706 is not of the same type as the input.
9708 2000-03-16 Nick Clifton <nickc@cygnus.com>
9710 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
9713 2000-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9715 * libgcc2.h: Move prototypes above macros with the same name.
9716 Wrap some function prototypes in the conditional which indicates
9717 whether they are supported, i.e. "BITS_PER_UNIT == 8".
9719 2000-03-16 Richard Henderson <rth@cygnus.com>
9721 * calls.c: Revert last two changes.
9723 2000-03-16 Bernd Schmidt <bernds@cygnus.co.uk>
9725 * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
9726 has exponent 0 is a zero.
9728 * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
9729 HASH may already be nonzero. Add code/mode into hash value
9730 immediately after repeat label.
9731 (cselib_lookup): Don't leave the hash table in an inconsistent
9732 state before a hash lookup operation.
9734 Thu Mar 16 17:03:10 MET 2000 Jan Hubicka <jh@suse.cz>
9736 * i386.md (all HI and QI mode non-move patterns): Conditionize
9737 by TARGET_[HQ]IMODE_MATH.
9738 * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
9739 x86_promote_qi_regs): Declare.
9740 (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
9741 TARGET_PROMOTE_QI_REGS): New macros.
9742 (PROMOTE_MODE): New macro.
9743 * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
9744 x86_promote_qi_regs): New global variables.
9746 Thu Mar 16 16:50:44 MET 2000 Jan Hubicka <jh@suse.cz>
9748 * calls.c (emit_library_call_value_1): Break out from ...; handle
9749 VOIDmode function calls too.
9750 (emit_library_call_value): ... here.
9751 (emit_library_call): Implement by calling emit_library_call_value_1.
9753 Thu Mar 16 16:01:30 MET 2000 Jan Hubicka <jh@suse.cz>
9755 * calls.c (expand_call): Do sanity checking on arg_space_so_far.
9756 Update arg_space_so_far on stack adjustments.
9757 (emit_library_call, emit_library_call_value): Likewise; take into
9758 account arg_space_so_far and pending_stack_adjust when calculcating
9761 Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
9763 * flow.c: Move all basic block reordering code into its own file.
9764 (create_basic_block): Externalize.
9765 * bb-reorder.c: New file. Copy all basic block reordering code from
9766 flow.c to this file.
9767 (reorder_basic_blocks): Fix fencepost error in for-loop.
9768 (reorder_basic_blocks): Remove braces from single statement for-loops.
9769 * basic-block.h: Add declaration for create_basic_block.
9770 * Makefile.in: Add rules for bb-reorder.o.
9772 2000-03-16 Neil Booth <NeilB@earthling.net>
9774 * cppinit.c (handle_option): Implement #unassert directive
9775 as -A- command line option.
9776 (print_help): Update.
9777 * cpptexi.c: Update.
9779 Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
9781 * md.texi (Standard Names): Document `jump'.
9783 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
9785 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
9788 2000-03-15 Geoff Keating <geoffk@cygnus.com>
9790 Merge changes from newppc-branch onto trunk.
9792 2000-03-15 Geoff Keating <geoffk@cygnus.com>
9794 * rs6000.c (toc_hash_table): Update for new hash table functions.
9795 (toc_hash_function): Likewise.
9796 (toc_hash_eq): Likewise.
9797 (toc_hash_mark_entry): Likewise.
9798 (toc_hash_mark_table): Likewise.
9799 (output_toc): Likewise.
9800 (rs6000_add_gc_roots): Likewise.
9802 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9804 * t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
9805 (AR_FLAGS_FOR_TARGET): here. New macro.
9807 2000-03-05 Clinton Popetz <cpopetz@cygnus.com>
9809 * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
9810 fpmem_operand) Delete.
9812 (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
9813 (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
9814 (rs6000_save_machine_status, rs6000_restore_machine_status,
9815 rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
9816 references to above variables.
9817 (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
9818 * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
9819 DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
9820 (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
9821 (XER_REGNO_P, XER_REGNO): New.
9822 (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
9823 (PREDICATE_CODES): Change fpmem_operand to xer_operand.
9824 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
9826 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
9827 REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS, and remove FLOAT_OR_FPMEM_REGS.
9828 (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
9830 2000-02-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9832 * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
9833 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
9834 * rs6000.h: from here.
9836 * rs6000-protos.h (rs6000_select_section): Provide prototype.
9837 (rs6000_select_rtx_section): Likewise.
9838 (rs6000_encode_section_info): Likewise.
9839 (sdata_section): Likewise.
9840 (sdata2_section): Likewise.
9841 (sbss_section): Likewise.
9842 * sysv4.h (rs6000_select_section): Delete prototype.
9843 (rs6000_select_rtx_section): Likewise.
9844 (rs6000_encode_section_info): Likewise.
9845 (sdata_section): Likewise.
9846 (sdata2_section): Likewise.
9847 (sbss_section): Likewise.
9848 (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
9850 * sysv4.h: Delete various unnecessary #undef's and put a comment
9851 on the remaining ones.
9852 Change various comments according to coding standard.
9854 2000-02-29 Clinton Popetz <cpopetz@cygnus.com>
9856 * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
9857 CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
9858 (CR0_REGNO_P) Remove.
9859 * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
9860 setup_incoming_varargs, mtcrf_operation, print_operand,
9861 rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
9862 Use the above macros.
9864 2000-02-24 Clinton Popetz <cpopetz@cygnus.com>
9866 * config/rs6000/rs6000.md: Added a new alternative for each
9867 pattern that had a 'x' alternative but no 'y' alternative.
9868 Added a new split for each of the above patterns.
9870 2000-02-18 Geoff Keating <geoffk@cygnus.com>
9872 * aix41.h (ASM_CPU_SPEC): Delete.
9873 (CPP_CPU_SPEC): Delete.
9875 * aix.h (RS6000_OUTPUT_BASENAME): Define.
9876 (ASM_OUTPUT_LABEL): Define.
9877 (ASM_GLOBALIZE_LABEL): Define.
9878 (STRIP_NAME_ENCODING): Define.
9879 * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
9880 (STRIP_NAME_ENCODING): Don't define.
9881 (ASM_OUTPUT_LABEL): Don't define.
9882 (ASM_GLOBALIZE_LABEL): Don't define.
9883 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
9884 names, and ASM_OUTPUT_LABEL to output labels, rather than
9886 (ASM_OUTPUT_LABEL): Define.
9887 (ASM_OUTPUT_INT): Use assemble_name.
9888 (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
9889 (STRIP_NAME_ENCODING): Don't undefine first.
9890 (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
9892 (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
9893 specified with 'asm' even with -fleading-underscore.
9894 * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
9895 (output_epilog): Likewise.
9896 (output_toc): Likewise.
9897 * tramp.asm: Handle -fleading-underscore correctly.
9899 * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
9901 (nonlocal_goto_receiver): Delete.
9902 * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
9904 * rs6000.h (ASM_OUTPUT_DEF): Don't define.
9905 (SET_ASM_OP): Define.
9906 * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
9908 * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
9911 * rs6000.c (rs6000_dll_import_ref): Delete, not used.
9912 * rs6000-protos.h (rs6000_dll_import_ref): Delete.
9914 * rs6000.h: Add 'u' to more constants.
9916 2000-02-18 David Edelsohn <edelsohn@gnu.org>
9918 * rs6000.md (mfcr+shift): Delete PowerPC64 version.
9920 2000-02-15 David Edelsohn <edelsohn@gnu.org>
9922 * rs6000.c (reg_or_u_cint_operand): New function.
9923 (logical_operand): Handle 64-bit hosts.
9924 (logical_u_operand): New function.
9925 (non_logical_cint_operand): Handle 64-bit hosts.
9926 (non_logical_u_cint_operand): New function.
9927 * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
9928 (PREDICATE_CODES): Define new functions.
9929 * rs6000-protos.h: Declare new functions.
9930 * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
9931 (movdi_64): Bracket code intended for 64-bit hosts. Create
9932 CONST_DOUBLE for 32-bit values.
9933 (scc insns): Generate DImode compares.
9934 (mfcr insns): Create DImode versions.
9935 (sge matchers): New patterns.
9937 2000-02-15 Gabriel Paubert <paubert@iram.es>
9939 * rs6000.md: Correct instructions length attributes and
9940 constraints on unsigned compare instructions.
9941 (*ne0): Disable for PowerPC64.
9943 2000-02-11 Geoff Keating <geoffk@cygnus.com>
9945 * rs6000.c (output_function_profiler): Use .long for a 32-bit
9946 quantity, fix profile1.C test failure under -fPIC.
9948 * rs6000.c: Add 'u' to many constants to suppress warnings.
9949 (constant_pool_expr_1): Make static.
9950 (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
9951 * rs6000.h: Add 'u' to many constants to suppress warnings.
9953 * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
9954 for the start of the TOC, instead of LCTOC..0.
9955 * aix.h (toc_section): Use LCTOC..1 under AIX for the start
9957 * rs6000.md (load_toc_aix_si): Use LCTOC..1.
9958 (load_toc_aix_di): Use LCTOC..1.
9960 * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
9961 * rs6000.c (rs6000_legitimize_address): New function from
9962 LEGITIMIZE_ADDRESS. Only use create_TOC_reference on
9963 symbols in the constant pool that really are TOC references.
9964 (print_operand_address): For ELF, write TOC offsets under
9965 -fPIC as subtractions in the insn.
9966 (output_toc): For ELF, define symbols in TOC as normal labels,
9968 (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
9969 * rs6000-protos.h (rs6000_legitimize_address): Prototype.
9970 (create_TOC_reference): Prototype only when RTX_CODE is defined.
9971 * rs6000.md (movsi): Only use create_TOC_reference on
9972 symbols in the constant pool that really are TOC references.
9974 * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
9975 * rs6000.c (rs6000_reorg): Delete.
9976 * rs6000-protos.h (rs6000_reorg): Delete.
9978 2000-02-09 Geoff Keating <geoffk@cygnus.com>
9980 * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
9982 * aix.h (SETUP_FRAME_ADDRESSES): Define.
9983 * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
9984 [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
9985 [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
9986 * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
9987 rs6000_aix_emit_builtin_unwind_init.
9988 * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
9989 rs6000_emit_eh_toc_restore on AIX.
9990 (return_eh_si): Use r2.
9991 (return_eh_di): Use r2.
9993 * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
9994 since we're breaking binary compatibility anyway.
9996 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
9998 * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
9999 constant_pool_expr_p): Declare them.
10000 (constant_pool_expr_p): Declare it.
10001 * config/rs6000/rs6000.c (toc_label_name): Define.
10002 (rs6000_override_options): Set toc_label_name.
10003 (input_operand): Allow any TOC_RELATIVE_EXPR_P.
10004 (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
10005 uses_TOC): New functions.
10006 (print_operand): Delete old '*' case.
10007 (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10008 and strip off rtl for TOC before calling output_addr_const.
10009 (rs6000_emit_load_toc_table): Use toc_label_name.
10010 * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
10012 (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
10013 (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
10014 (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
10015 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
10016 into explicit TOC_REGISTER offsets.
10017 (TOC_REGISTER): New macro.
10018 * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
10019 TARGET_TOC to reference TOC_REGISTER.
10020 (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
10021 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
10022 uses_TOC before emitting label references.
10024 2000-02-05 Geoff Keating <geoffk@cygnus.com>
10026 * rs6000.md (stack_tie): Fix warning.
10028 * eabi-ctors.c: Use 'asm' names for the start/end variables,
10029 to handle -fleading-underscore.
10030 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
10031 (USER_LABEL_PREFIX): New macro.
10032 (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
10033 (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
10034 * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
10035 call-linux can use the same multilibs.
10036 * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
10037 and call-linux multilibs. Do multilib with -fleading-underscore.
10038 (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
10039 (MULTILIB_EXCEPTIONS): Remove call-linux exceptions. Add restrictions
10042 * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
10043 have MASK_SOFT_FLOAT set.
10044 (CPP_FLOAT_DEFAULT_SPEC): New macro.
10045 (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
10046 CPP_FLOAT_DEFAULT_SPEC.
10048 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
10049 * rs6000.md: Whitespace change.
10050 * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
10051 * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
10053 2000-02-05 Geoff Keating <geoffk@cygnus.com>
10055 * rs6000.md (eh_epilogue): New expander.
10056 (eh_reg_restore): New expand/split/insn combination.
10057 (return_eh_si): New insn.
10058 (return_eh_di): New insn.
10060 * eabi-ci.asm: Put a label at the start of the .eh_frame section.
10061 * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
10062 * eabi-ctors.c (__do_global_ctors): Register this object's
10063 frame. Clean up. Call atexit() after the constructors.
10064 (__do_global_dtors): Deregister this object's frame. Clean up.
10065 Allow for recursive calls to exit().
10066 * rs6000.c (fixuplabelno): New variable.
10067 * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
10068 TARGET_RELOCATABLE, it slows down exec() under linux.
10069 (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
10071 * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
10072 (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
10073 (ASM_OUTPUT_DWARF_DELTA2): New macro.
10074 (ASM_OUTPUT_DWARF_DELTA4): New macro.
10075 (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
10076 (ASM_OUTPUT_DWARF_ADDR): New macro.
10077 (ASM_OUTPUT_DWARF_DATA4): New macro.
10078 (ASM_OUTPUT_DWARF_DATA2): New macro.
10079 (ASM_OUTPUT_DWARF_OFFSET4): New macro.
10080 (ASM_OUTPUT_DWARF_OFFSET): New macro.
10081 (UNALIGNED_INT_ASM_OP): New macro, fake definition.
10083 2000-02-03 Geoff Keating <geoffk@cygnus.com>
10085 * rs6000.c (rs6000_sr_alias_set): New variable.
10086 (rs6000_override_options): Initialise rs6000_sr_alias_set.
10087 (rs6000_emit_stack_tie): New function.
10088 (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
10089 in a way that dwarf2out can understand.
10090 (rs6000_frame_related): New function.
10091 (rs6000_emit_prologue): Use rs6000_sr_alias_set. Specify
10092 RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
10093 Use rs6000_emit_stack_tie when needed.
10094 (rs6000_emit_epilogue): Use rs6000_sr_alias_set. Don't set
10095 RTX_FRAME_RELATED_P. Use rs6000_emit_stack_tie when needed.
10096 * rs6000.md (stack_tie): New insn.
10097 (return_internal_si): Allow return value to be in the count
10099 (return_internal_di): Likewise.
10101 * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
10103 2000-02-03 Geoff Keating <geoffk@cygnus.com>
10105 * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
10107 2000-01-31 Geoff Keating <geoffk@cygnus.com>
10109 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
10111 * rs6000.md (stmw): Use the right POWER opcode.
10114 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10116 * rs6000-protos.h: New file.
10118 * rs6000.c: Include tm_p.h. Fix compile time warnings.
10120 * rs6000.h: Move prototypes to rs6000-protos.h. Fix compile time
10123 * sysv4.h: Likewise.
10125 2000-01-28 Geoff Keating <geoffk@cygnus.com>
10127 * ../../configure.in: Delete powerpcle-*-winnt*
10128 and powerpcle-*-pe|powerpcle-*-cygwin*.
10129 * ../../configure: Regenerated.
10130 * cygwin.h: Delete.
10131 * rs6000.h (OBJECT_WINDOWS_NT): Delete.
10132 (TARGET_WINDOWS_NT): Delete.
10134 (CALL_NT_DLLIMPORT): Delete.
10135 Delete NT-specific code.
10136 * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
10137 * win-nt.h: Delete.
10139 * nt-ci.asm: Delete.
10140 * nt-cn.asm: Delete.
10141 * ntstack.asm: Delete.
10143 2000-01-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10145 * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
10146 (ASM_FILE_START): Likewise.
10147 (ASM_DECLARE_FUNCTION_NAME): Likewise.
10148 (ASM_OUTPUT_LABELREF): Likewise.
10149 (ASM_OUTPUT_SKIP): Likewise.
10150 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10151 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10152 (ASM_OUTPUT_CASE_LABEL): Likewise.
10153 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10154 (ASM_OUTPUT_ASCII): Likewise.
10156 2000-01-27 Clinton Popetz <cpopetz@cygnus.com>
10158 * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
10159 reload_toc_labelno for non-prologue TOC reloads. Also, don't
10160 increment rs6000_pic_labelno here.
10161 (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
10162 and increment rs6000_pic_labelno here.
10164 2000-01-24 Geoffrey Keating <geoffk@cygnus.com>
10166 * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
10167 rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
10168 allocation knows (reg) is dead before the insn.
10170 2000-01-21 Geoff Keating <geoffk@cygnus.com>
10172 * rs6000.md (movsi_to_cr): Correct typo in output template.
10174 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
10176 * rs6000.c (rs6000_pic_labelno): Always define.
10177 (rs6000_pic_func_labelno): Delete.
10178 (lmw_operation): Check for a zero base register,
10179 which doesn't mean what we want.
10180 (stmw_operation): New function.
10181 (print_operand): Define new 'l' modifier.
10182 (rs6000_stack_info): We must save all 64 bits of the registers
10183 if TARGET_POWERPC64.
10184 (rs6000_output_load_toc_table): Delete.
10185 (rs6000_emit_load_toc_table): New function.
10186 (rs6000_allocate_stack_space): Delete.
10187 (rs6000_emit_allocate_stack): New function.
10188 (rs6000_emit_prologue): New function.
10189 (output_prolog): Use rs6000_emit_prologue.
10190 (rs6000_emit_epilogue): Change a few variable names to be
10191 more accurate. Restore all 64 bits of the registers if
10192 TARGET_POWERPC64. Only restore the FP registers which were used
10193 if they are being saved/restored one-at-a-time.
10194 (output_mi_thunk): Delete inefficient code generation.
10195 (output_function_profiler): Don't use rs6000_output_load_toc_table.
10196 * rs6000.h: Declare rs6000_emit_load_toc_table,
10197 rs6000_allocate_stack_space, stmw_operation. Don't declare
10198 rs6000_output_load_toc_table.
10199 * rs6000.md (elf_high): Allow register 0, but discourage it
10201 (elf_low): Support loading into register 0.
10202 (load_toc_aix_si): New pattern.
10203 (load_toc_aix_di): New pattern.
10204 (load_toc_v4_pic_si): New pattern.
10205 (load_toc_v4_pic_di): New pattern.
10206 (load_toc_v4_PIC_1): New pattern.
10207 (load_toc_v4_PIC_1b): New pattern.
10208 (load_toc_v4_PIC_2): New pattern.
10209 (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
10210 (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
10211 (prologue): New expander.
10212 (movesi_from_cr): New pattern.
10213 (stmw): New pattern.
10214 (save_fpregs_si): New pattern.
10215 (save_fpregs_di): New pattern.
10217 2000-01-19 Geoff Keating <geoffk@cygnus.com>
10219 * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
10224 2000-01-19 Geoff Keating <geoffk@cygnus.com>
10226 * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
10228 (movsi_got_internal): Likewise.
10229 (movsi_got_internal+1): Likewise.
10230 (set_sp): 'unspec 7' does a SImode clobber.
10232 2000-01-19 Geoff Keating <geoffk@cygnus.com>
10234 * rs6000.md (floatsidf2): Don't use the fpmem "register", just
10235 allocate a stack temporary.
10236 (floatsidf2_internal): Likewise.
10237 (floatsidf2_internal+1): Likewise. Don't do bizzare hacks
10239 (floatunssidf2): Don't use the fpmem "register", just
10240 allocate a stack temporary.
10241 (floatunssidf2_internal): Likewise.
10242 (floatunssidf2_internal+1): Likewise. Don't do bizzare hacks
10244 (floatsidf2_loadaddr): Delete.
10245 (floatsidf2_store1): Delete.
10246 (floatsidf2_store2): Delete.
10247 (floatsidf2_load): Delete.
10248 (fix_truncdfsi2): Don't use the fpmem "register", just
10249 allocate a stack temporary.
10250 (fix_truncdfsi2_internal_si): Delete.
10251 (fix_truncdfsi2_internal_di): Delete.
10252 (fix_truncdfsi2_internal): New insn.
10253 (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
10254 (fix_truncdfsi2_store): Delete.
10255 (fix_truncdfsi2_load): Delete.
10256 (fctiwz): Produce gen_fctiwz.
10258 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
10260 * eabi.h (INVOKE__main): Define.
10261 * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
10263 (rs6000_emit_prologue): Likewise.
10264 * rs6000.h (struct rs6000_stack): Don't keep track of whether
10265 this is the main program.
10267 2000-01-19 Geoff Keating <geoffk@cygnus.com>
10269 * rs6000.c (rs6000_va_arg): Delete some unused variables.
10271 2000-01-19 Geoff Keating <geoffk@cygnus.com>
10273 * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
10274 goes after the argument.
10276 2000-01-12 Geoff Keating <geoffk@cygnus.com>
10278 * rs6000.md: Document 'unspec' values used.
10279 (epilogue): New expander.
10280 (movesi_to_cr_one): New expander.
10281 (movesi_to_cr and following): New pattern.
10282 (lmw): New pattern.
10283 (return_internal_si): New pattern.
10284 (return_internal_di): New pattern.
10285 (return_and_restore_fpregs_si): New pattern.
10286 (return_and_restore_fpregs_di): New pattern.
10287 * rs6000.h: Declare new functions.
10288 * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
10289 rather than rs6000_calls_p.
10290 (rs6000_makes_calls): Delete.
10291 (lmw_operation): New function.
10292 (mtcrf_operation): New function.
10293 (rs6000_emit_epilogue): New function.
10294 (output_epilog): Call rs6000_emit_epilogue and final if
10295 !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
10297 2000-01-12 Geoff Keating <geoffk@cygnus.com>
10299 * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
10300 * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
10301 * aix.h (SUBTARGET_SWITCHES): Document switches.
10302 * rs6000.h: (TARGET_SWITCHES): Don't print options twice. Make
10303 sched-prolog and sched-epilog the same. Document all the
10305 (TARGET_OPTIONS): No longer allow -mdebug-.
10307 2000-01-12 Geoff Keating <geoffk@cygnus.com>
10309 * rs6000.h (ASM_FILE_END): Move to aix.h.
10310 (EXTRA_SECTIONS): Move to aix.h.
10311 (READONLY_DATA_SECTION): Move to aix.h.
10312 (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
10313 (SELECT_SECTION): Move to aix.h.
10314 (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
10315 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
10316 (LINK_REGISTER_REGNUM): New definition.
10317 (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
10318 (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
10320 * sysv4.h: Delete the code between the inclusion of rs6000.h
10322 (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
10323 (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
10324 (RS6000_REG_SAVE): Move generic definition to rs6000.h.
10325 (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
10326 * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
10327 (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
10328 (fix_truncdfsi2_internal_di): New pattern.
10329 (fix_truncdfsi2_store): The second arg here is Pmode too.
10330 (fix_truncdfsi2_load): The second arg here is Pmode too.
10331 (tablejumpdi): Now that switch tables hold only SImode values,
10332 gcc needs to know how to add them to the pc which is DImode.
10333 * rs6000.c (rs6000_stack_info): Use symbolic name for
10334 LINK_REGISTER_REGNUM.
10335 (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
10336 (output_toc): Delete unused variables s1 and s2.
10337 (output_ascii): Use fputs not fprintf on a variable string.
10339 2000-01-07 David Edelsohn <edelsohn@gnu.org>
10341 * rs6000.c (processor_target_table): Add power3 as alias for 630.
10342 * aix43.h: Revert Aug 2 change.
10343 (HAS_INIT_SECTION): Define, not visible yet.
10344 (LD_INIT_SWITCH): Define, not visible yet.
10345 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
10347 2000-01-04 Joel Sherrill (joel@OARcorp.com>
10349 * config/rs6000/rtems.h: Include config/rtems.h.
10351 2000-01-04 David Edelsohn <edelsohn@gnu.org>
10353 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
10354 (SLOW_UNALIGNED_ACCESS): Define.
10355 (CASE_VECTOR_MODE): Always use 32-bit offsets.
10356 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
10357 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
10358 (toc_section): Likewise and .toc pseudo-op.
10359 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
10361 (TEXT_SECTION_ASM_OP): Likewise.
10362 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
10365 1999-12-17 Jakub Jelinek <jakub@redhat.com>
10367 * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
10368 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
10371 2000-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10373 * rs6000.h: Move more stuff from here...
10375 * sysv4.h: Cleanup accordingly.
10376 * netware.h: Likewise
10378 2000-01-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10380 * rs6000.h: Continue cleanup.
10382 * lynx.h: Likewise.
10383 * netware.h: Likewise.
10384 * sol2.h: Likewise.
10385 * sysv4.h: Likewise.
10386 * win-nt.h: Likewise.
10388 * rs6000.h (TARGET_SWITCHES): Add descriptions.
10389 (TARGET_OPTIONS): Likewise.
10391 * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
10392 (SUBTARGET_OPTIONS): Likewise.
10394 * rs6000.md: Fix compile time warnings.
10396 2000-01-04 Geoff Keating <geoffk@cygnus.com>
10398 vxworks patches from the Cygnus tree originally by
10399 Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
10400 <vmakarov@cygnus.com>.
10401 * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
10402 (ENDFILE_SPEC): Likewise.
10403 (LIB_VXWORKS_SPEC): New macro.
10404 (STARTFILE_VXWORKS_SPEC): New macro.
10405 (ENDFILE_VXWORKS_SPEC): New macro.
10406 (LINK_START_VXWORKS_SPEC): New macro.
10407 (LINK_OS_VXWORKS_SPEC): New macro.
10408 (CPP_OS_VXWORKS_SPEC): New macro.
10409 (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
10410 * vxppc.h: Rewrite to use proper configuration method.
10411 * vxppcle.h: New file.
10412 * ../../configure.in: Add powerpcle-wrs-vxworks*.
10413 * ../../configure: Rebuilt.
10415 2000-01-04 Geoff Keating <geoffk@cygnus.com>
10417 Lots of changes to rs6000.h, sysv4.h, aix.h,
10418 aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
10419 with the aim that rs6000.h is the first header
10420 included and the others override it.
10423 * x-aix41-gld: Remove.
10425 * x-aix41: Remove target-specific switches, and don't specify
10426 -Wl,-bbigtoc as we don't need it any more.
10427 * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
10428 Use t-aix43 for AIX 4.3 and above.
10429 * ../../configure: Regenerated.
10431 * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
10432 options, that don't do anything yet.
10433 (MASK_SCHED_PROLOG): New macro.
10434 (MASK_SCHED_EPILOG): New macro.
10435 (TARGET_SCHED_PROLOG): New macro.
10436 (TARGET_SCHED_EPILOG): New macro.
10438 2000-01-04 Geoff Keating <geoffk@cygnus.com>
10440 * rs6000.c: Correct comment, the `minimal' TOCs are actually
10441 one per translation unit, not one per function.
10442 (output_toc): Also do duplicate constant elimination
10443 for per-translation-unit TOCs.
10445 * rs6000.md (nonlocal_goto_receiver): Put it back as before. Add
10446 a comment explaining _exactly_ when this pattern gets used.
10447 (builtin_setjmp_receiver): New pattern for better clarity.
10448 (init_v4_pic): Move it into a section dealing with TOC registers.
10450 1999-12-30 Geoff Keating <geoffk@cygnus.com>
10452 * rs6000.c (toc_hash_table): New variable.
10453 (rs6000_hash_constant): New function.
10454 (toc_hash_function): New function.
10455 (toc_hash_eq): New function.
10456 (toc_hash_mark_entry): New function.
10457 (toc_hash_mark_table): New function.
10458 (output_toc): Don't output duplicate TOC entries in
10460 (rs6000_add_gc_roots): Add the hash table as a GC root.
10461 * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
10462 where they clearly shouldn't be. This may need to be fixed
10463 later when there is a GNU ar for AIX.
10464 * x-aix43: Don't define CLIB or AR_FOR_TARGET.
10465 Don't define BOOT_LDFLAGS as it is now not necessary.
10467 1999-12-29 Geoff Keating <geoffk@cygnus.com>
10469 * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
10470 for va_list on AIX. Use unsigned_char_type_node rather than
10471 constructing our own version on svr4.
10473 1999-12-17 Geoff Keating <geoffk@cygnus.com>
10475 * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
10476 since patently it's not.
10478 1999-12-08 Geoff Keating <geoffk@cygnus.com>
10480 * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
10481 define_expand/define_insn pair, and handle restore of the
10482 SVR4 -fpic register.
10484 Wed Mar 15 15:43:38 2000 Jeffrey A Law (law@cygnus.com)
10486 * acconfig.h (HAVE_GAS_WEAK): New define.
10487 * configure.in (assembler weak support): Check for .weak support.
10488 * config.in, configure: Rebuilt.
10489 * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
10490 HAVE_GAS_WEAK is defined.
10492 2000-03-15 Nick Clifton <nickc@cygnus.com>
10494 * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
10497 2000-03-15 Zack Weinberg <zack@wolery.cumb.org>
10499 * cppfiles.c (open_include_file): New function.
10500 (find_include_file, cpp_read_file): Use it.
10502 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
10504 * cpphash.c (dump_hash_helper): Take the slot, not the element.
10506 Wed Mar 15 14:28:54 2000 Jason Eckhardt <jle@cygnus.com>
10508 * flow.c (verify_flow_info): Check for unconditional return.
10510 Wed Mar 15 11:34:27 2000 Jim Wilson <wilson@cygnus.com>
10512 * config/ia64/ia64.md (restore_stack_nonlocal): New.
10513 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
10514 (__ia64_restore_stack_nonlocal): New.
10515 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
10517 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10519 * cpphash.c (collect_formal_parameters): Do not complain about
10520 parameter names that just start with `__VA_ARGS__'.
10522 Wed Mar 15 13:26:58 MET 2000 Jan Hubicka <jh@suse.cz>
10524 * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
10525 movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
10526 * i386.c (pentiumpro_cost): Set mul cost to 4.
10527 (x86_use_movx): Set for PPro.
10529 Wed Mar 15 13:07:05 MET 2000 Jan Hubicka <jh@suse.cz>
10531 * i386.md (ix86_compute_frame_size): stack_alignment_needed is
10532 STACK_BOUNDARY for empty frames now.
10534 2000-03-14 Mark Mitchell <mark@codesourcery.com>
10536 * stor-layout.c (layout_union): Remove.
10537 (layout_union_field): New function, split out from layout_union.
10538 (finish_union_layout): Likewise.
10539 (layout_field): Handle unions by calling layout_union_field.
10540 (finish_record_layout): Handle unions.
10541 (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
10542 QUAL_UNION_TYPE handling.
10544 Wed Feb 23 13:00:06 CET 2000 Jan Hubicka <jh@suse.cz>
10546 * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
10547 end of basic block is jump_insn, not barrier; use create_basic_block
10548 instead of creating basic block by hand.
10550 2000-03-14 Jason Eckhardt <jle@cygnus.com>
10552 * flow.c (reorder_basic_blocks): Account for barriers when writing
10553 over NEXT_INSN (last_bb->end).
10554 (verify_flow_info): Add check for missing barriers.
10556 2000-03-14 Greg McGary <gkm@gnu.org>
10558 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
10559 * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
10560 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
10561 __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
10562 __unbounded, __unbounded__): New keywords.
10563 * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
10564 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
10565 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
10567 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
10569 * cselib.h: New file.
10570 * alias.c: Include "cselib.h".
10571 (fixed_scalar_and_varying_struct_p): Accept the addresses of the
10572 MEMs as two new arguments.
10573 (get_addr): New static function.
10574 (find_base_term): Handle VALUEs.
10575 (memrefs_conflict_p): Likewise.
10576 (true_dependence): Call get_addr on the addresses.
10577 Call fixed_scalar_and_varying_struct_p with addresses that have been
10578 passed through get_addr and canon_rtx.
10579 (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
10580 with true_dependence.
10581 Call get_addr on the addresses; don't call canon_rtx on the MEMs.
10582 * loop.c: Include "cselib.h".
10583 (load_mems): Process extended basic block that enters the loop with
10584 cselib. Use that information to change initialization of the shadow
10585 register so that a constant equivalence is seen by later passes.
10586 * reload1.c: Include "cselib.h".
10587 (reload_cse_invalidate_regno): Delete function.
10588 (reload_cse_mem_conflict_p): Likewise.
10589 (reload_cse_invalidate_mem): Likewise.
10590 (reload_cse_invalidate_rtx): Likewise.
10591 (reload_cse_regno_equal_p): Likewise.
10592 (reload_cse_check_clobber): Likewise.
10593 (reload_cse_record_set): Likewise.
10594 (reg_values): Delete static variable.
10595 (invalidate_regno_rtx): Likewise.
10596 (reload_cse_delete_noop_set): New static function.
10597 (reload_cse_simplify): New static function, broken out of
10599 (reload_cse_noop_set_p): Delete unused argument INSN.
10600 Just call rtx_equal_for_cselib_p on set source and destination.
10601 (reload_cse_regs_1): Break out some code into reload_cse_simplify and
10602 reload_cse_delete_noop_set. Delete code to keep track of values; use
10603 cselib functions instead. Delete code to push/pop obstacks.
10604 (reload_cse_simplify_set): Use cselib to find equivalent values.
10605 Delete code to push/pop obstacks.
10606 (reload_cse_simplify_operands): Likewise.
10607 * rtl.def (VALUE): New rtx code.
10608 * rtl.h (union rtunion_def): New elt rt_cselib.
10609 (X0CSELIB, CSELIB_VAL_PTR): New macros.
10610 * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
10611 (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
10612 unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
10613 discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
10614 hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
10615 cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
10616 cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
10617 cselib_record_set, cselib_record_sets): New static functions.
10618 (cselib_lookup, cselib_update_varray_sizes, cselib_init,
10619 cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
10620 references_value_p): New functions.
10621 (MAX_USELESS_VALUES, REG_VALUES): New macros.
10622 (table, cselib_current_insn, next_unknown_value, cselib_nregs,
10623 n_useless_values, reg_values, callmem, cselib_obstack,
10624 cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
10625 New static variables.
10626 * varray.h (union varray_data_tag): New elt te.
10627 (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
10628 * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
10631 2000-03-14 Nick Clifton <nickc@cygnus.com>
10633 * gcc.c (do_spec_1): Catch the case where %* is used in a
10634 substitution pattern, but it has not been initialised.
10635 Issue a meaningful error message if an unrecognised operator
10636 is encountered in a spec string.
10638 2000-03-14 Richard Earnshaw <rearnsha@arm.com>
10640 * function.c (prepare_function_start): Correctly initialize
10641 cfun->stack_alignment_needed.
10643 2000-03-14 Zack Weinberg <zack@wolery.cumb.org>
10645 * cppfiles.c (find_include_file): Don't assume nshort is a
10648 Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
10650 * configure.in (hppa configurations): Add pa32-regs.h to the
10651 list of tm files as appropriate.
10652 * configure: Rebuilt.
10653 * pa.c (compute_frame_size): Remove explicit knowledge about FP
10654 register numbering.
10655 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
10656 (fmpyaddoperands, fmpysuboperands): Likewise.
10657 * pa.h: Remove various definitions which depend on knowing
10658 how registers are numbered.
10659 * pa32-regs.h: New file with PA32 register numbering specific
10662 2000-03-14 Richard Henderson <rth@cygnus.com>
10664 * regmove.c (combine_stack_adjustments): New.
10665 (stack_memref_p, single_set_for_csa): New.
10666 (free_csa_memlist, record_one_stack_memref): New.
10667 (try_apply_stack_adjustment): New.
10668 (combine_stack_adjustments_for_block): New.
10669 * rtl.h (combine_stack_adjustments): Declare.
10670 * toplev.c (rest_of_compilation): Call it.
10672 * i386.md: Revert 2000-01-16 change.
10674 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
10676 * gccbug.in: Add web category, gcc specific classes.
10678 2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
10680 * stor-layout.c (finalize_record_size): Fix typo.
10682 2000-03-14 Stan Shebs <shebs@apple.com>
10684 * c-typeck.c (c_alignof): Error on incomplete types.
10685 * extend.texi (Alignment): Document this.
10687 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
10689 * cppfiles.c: Include mkdeps.h.
10690 (find_include_file, read_include_file): Remove _cpp_ prefix
10691 from name, make static.
10692 (_cpp_execute_include): New function, broken out of
10695 * cpplib.c: Don't include mkdeps.h.
10696 (struct directive): Remove type field. Reorder entries. The
10697 function takes only one argument.
10698 (struct if_stack): Make type field an int.
10699 (directive_table): Rename to dtable. Generate it, the
10700 prototypes of the directive handlers, and the enum for the
10701 directive numbers, from a template macro.
10702 (do_ifndef, do_include_next, do_import): New functions.
10703 (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
10704 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
10705 do_ident, do_assert, do_unassert, do_sccs): Take only one
10707 (do_sccs): Define always, but alter behavior based on
10709 (_cpp_handle_directive, consider_directive_while_skipping):
10710 Restructure for new directive table layout.
10712 (pass_thru_directive): Take a directive number, not a pointer
10713 to a struct directive.
10714 (parse_include): New function, broken out of do_include.
10715 (do_include, do_import, do_include_next): Use parse_include
10716 and _cpp_execute_include.
10717 (do_elif, do_else): Test for T_ELSE specifically when checking
10718 for #elif/#else after #else.
10719 (parse_ifdef): New function, broken out of do_ifdef.
10720 (validate_else): Expect a name arg without a leading #.
10721 (if_directive_name): Delete.
10722 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
10723 directive handlers with only one argument.
10725 * cpphash.h: Update prototypes.
10726 (enum node_type): Remove entries for directives.
10727 * Makefile.in: Update dependencies.
10729 * cpphash.c (dump_hash_helper): Only dump nodes of type
10730 T_MACRO. Emit a newline after each definition.
10732 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
10734 * gccbug.in: New file.
10735 * configure.in (all_outputs): Add gccbug.
10736 * Makefile.in (install-common): Install gccbug.
10737 (GCCBUG_INSTALL_NAME): New variable.
10738 * configure: Rebuilt.
10740 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
10742 * function.c (put_var_into_stack): Use type_for_mode to calculate
10743 part_type. Use MEM_SET_IN_STRUCT_P.
10744 * expr.c (store_field): Handle CONCAT.
10745 (store_constructor): Use fields_length.
10746 * tree.c (fields_length): New fn.
10747 * tree.h: Declare it.
10749 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
10751 * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
10752 (cpplex.o): New target.
10753 * po/POTFILES.in: Add cpplex.c.
10755 * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
10756 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
10757 cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
10758 skip_block_comment, skip_line_comment, skip_comment,
10759 copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
10760 _cpp_parse_name, skip_string, parse_string,
10761 _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
10762 _cpp_get_directive_token, find_position,
10763 _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
10764 (maybe_macroexpand, _cpp_lex_token): New functions.
10766 * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
10767 parse_goto_mark): Delete.
10768 (_cpp_handle_eof): New function.
10769 (_cpp_handle_directive): Rename from handle_directive.
10770 (_cpp_output_line_command): Rename from output_line_command.
10771 (do_if, do_elif): Call _cpp_parse_expr directly.
10772 * cppfiles.c (_cpp_read_include_file): Don't call
10773 init_input_buffer here.
10774 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
10775 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
10776 here; pop the token_buffer and skip the rest of the line here.
10777 * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
10780 * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
10782 (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
10783 CPP_GOTO_MARK): New macros.
10784 (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
10785 _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
10786 _cpp_read_and_prescan, _cpp_init_input_buffer,
10787 _cpp_grow_token_buffer, _cpp_get_directive_token,
10788 _cpp_handle_directive, _cpp_handle_eof,
10789 _cpp_output_line_command): Prototype them here.
10790 * cpplib.h (enum cpp_token): Add CPP_MACRO.
10791 (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
10792 quote_string, output_line_command): Remove.
10794 2000-03-13 Bernd Schmidt <bernds@cygnus.co.uk>
10796 * stmt.c (expand_end_case): RANGE may be signed, and when checking
10797 whether it is too large we must also verify that it isn't negative.
10799 2000-03-13 Jakub Jelinek <jakub@redhat.com>
10801 * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
10802 (movsi_zero_liveg0): Remove.
10803 (movsf_insn_novis_liveg0): Remove.
10805 (negsi2_not_liveg0): Rename to negsi2.
10806 (one_cmplsi2): Remove.
10807 (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
10808 (one_cmplsi2_liveg0): Remove.
10809 * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
10810 MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
10811 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
10812 (PREDICATE_CODES): Remove zero_operand.
10813 * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
10814 TARGET_BROKEN_SAVERESTORE.
10815 (zero_operand): Remove.
10816 * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
10817 -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
10819 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
10820 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
10821 TARGET_BROKEN_SAVERESTORE): Remove.
10822 * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
10824 * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
10826 * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
10829 * config/sparc/sparc.md (return_df_no_fpu): New pattern.
10831 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
10833 * cpplib.c (do_pragma_implementation): Fix off-by-one error
10834 truncating a string. Don't assume tokens are nul terminated.
10835 Problem noted by Andreas Jaeger <aj@suse.de>
10837 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
10839 * dwarf2out.c (add_name_and_src_coords_attributes): Only add
10840 DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
10841 (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
10843 2000-03-13 Richard Earnshaw <rearnsha@arm.com>
10845 * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
10846 STRUCTURE_SIZE_BOUNDARY.
10848 2000-03-13 Mark Mitchell <mark@codesourcery.com>
10850 * tree.h (record_layout_info_s): New structure.
10851 (record_layout_info): New type.
10852 (new_record_layout_info): New function.
10853 (layout_field): Likewise.
10854 (finish_record_layout): Likewise.
10855 * stor-layout.c (layout_record): Remove.
10856 (new_record_layout_info): New function.
10857 (layout_field): New function, broken out from layout_record.
10858 (finalize_record_size): Likewise.
10859 (compute_record_mode): Likewise.
10860 (finalize_type_size): New function, broken out from layout_type.
10861 (finish_record_layout): Likewise.
10862 (layout_type): Use them.
10864 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
10866 * cpphash.c: Don't include version.h.
10867 (special_symbol) [case T_VERSION]: Look for the string in
10868 hp->value.cpval; don't use version_string.
10869 * cppinit.c (initialize_builtins): Set hp->value.cpval for
10870 __VERSION__ to version_string.
10871 * Makefile.in (cpphash.o): Update deps.
10873 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
10875 Convert cpplib to use libiberty/hashtab.c.
10877 * cpplib.h (struct cpp_reader): Make hashtab and
10878 all_include_files of type 'struct htab *'. Delete HASHSIZE
10879 and ALL_INCLUDE_HASHSIZE macros.
10881 * cpphash.h: Update prototypes.
10882 (struct hashnode): Remove next, prev, and bucket_hdr members.
10883 Make length a size_t. Add hash member.
10884 (struct ihash): Remove next member. Add hash member. Make
10885 name a flexible array member.
10887 * cppfiles.c: Include hashtab.h.
10888 (include_hash): Delete.
10889 (IHASHSIZE): New macro.
10890 (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
10891 (cpp_included): Do the hash lookup here.
10892 (_cpp_find_include_file): Rewrite.
10893 (cpp_read_file): Put the "fake" hash entry into the hash
10894 table. Honor the control_macro, if it turns out we've seen
10895 the file before. Don't push the buffer here.
10896 (_cpp_read_include_file): Push the buffer here.
10897 (OMODES): New macro. Use it whenever we call open(2).
10899 * cpphash.c: Include hashtab.h.
10900 (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
10901 _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
10902 _cpp_lookup_slot): New functions.
10903 (HASHSIZE): new macro.
10904 (hashf, _cpp_install, _cpp_delete_macro): Delete.
10905 (_cpp_lookup): Use hashtab.h routines.
10907 * cppinit.c: Include hashtab.h.
10908 (cpp_reader_init): Call _cpp_init_macro_hash and
10909 _cpp_init_include_hash. Don't allocate hashtab directly.
10910 (cpp_cleanup): Just call htab_delete on pfile->hashtab and
10911 pfile->all_include_files.
10912 (initialize_builtins): Use _cpp_make_hashnode and
10913 htab_find_slot to add hash entries.
10914 (cpp_finish): Just call _cpp_dump_macro_hash.
10915 * cpplib.c: Include hashtab.h.
10916 (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
10917 create hash entries.
10918 (do_pragma_poison, do_assert): Likewise.
10919 (do_include): Don't push the buffer here. Don't increment
10920 system_include_depth unless _cpp_read_include_file succeeds.
10921 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
10922 or htab_remove_elt.
10923 (do_pragma_implementation): Use alloca to create copy.
10925 * Makefile.in: Update dependencies.
10927 2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10929 * cppinit.c (cl_directive_handler): More K&R fixing.
10931 Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
10933 * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
10935 * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
10937 2000-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10939 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
10940 Change from char[] to macros.
10942 2000-03-12 Neil Booth <NeilB@earthling.net>
10944 * cppinit.c (cpp_start_read): Update indirect function
10947 Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
10949 * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
10952 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
10953 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
10955 2000-03-11 Neil Booth <NeilB@earthling.net>
10957 * cppinit.c (struct pending option): Replace undef with a
10958 pointer to a directive handling routine.
10959 (struct cpp_pending): Replace separate assert_ and define_
10960 lists with one directive_ list.
10961 (new_pending_define): Rename new_pending_directive. Extra
10962 argument is the directive's handling routine.
10963 (handle_option): Update to use new_pending_directive.
10965 2000-03-11 Neil Booth <NeilB@earthling.net>
10967 * cppfiles.c (file_cleanup, _cpp_find_include_file,
10968 remap_filename, _cpp_read_include_file, actual_directory,
10969 hack_vms_include_specification): Replace bcopy(), index() etc
10970 calls. Add casts to some allocations. Make some variables
10971 pointers to const [unsigned] char.
10972 * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
10973 collect_formal_parameters): Similarly.
10974 * cppinit.c (struct pending_option, append_include_chain,
10975 cpp_options_init, cpp_reader_init, initialize_standard_includes,
10976 cpp_start_read, new_pending_define, handle_option): Similarly.
10977 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
10978 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
10979 do_pragma_implementation, detect_if_not_defined,
10980 do_ifdef, skip_if_group, cpp_get_token, parse_string,
10981 do_assert, do_unassert): Similarly.
10982 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
10983 function prototypes.
10984 * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
10986 2000-03-10 Richard Henderson <rth@cygnus.com>
10988 * builtins.c (expand_builtin_strlen): Revert last change.
10989 Use emit_insn_before if we're at the beginning of a sequence.
10991 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
10993 * builtins.c (expand_builtin_strlen): Make sure that we have something
10994 at the beginning of the sequence.
10996 * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
10999 * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
11001 2000-03-10 Richard Henderson <rth@cygnus.com>
11003 * except.c (can_throw): Use INTVAL on a CONST_INT.
11004 (reachable_handlers): Likewise.
11005 * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
11007 2000-03-10 Andreas Jaeger <aj@suse.de>
11009 * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
11010 MD_STARTFILE_PREFIX since those are not needed on linux.
11011 (ASM_FILE_START): New, from mips/gnu.h.
11013 2000-03-09 Richard Henderson <rth@cygnus.com>
11014 Alex Samuel <samuel@codesourcery.com> and others
11016 * Makefile.in (ssa.o): New rule.
11018 (STAGESTUFF): Add *.ssa and *.ussa.
11019 (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
11020 * rtl.def (PHI): New RTL expression.
11021 * rtl.h (clear_log_links): New declaration.
11022 (convert_to_ssa): Likewise.
11023 (convert_from_ssa): Likewise.
11024 * flow.c (split_edge): If the entry node falls through to the
11025 split edge's source block, split the entry edge.
11026 (clear_log_links): New function.
11027 * toplev.c (ssa_dump): New variable.
11028 (flag_ssa): Likewise.
11029 (f_options): Add "ssa".
11030 (compile_file): Create SSA dump files.
11031 (rest_of_compilation): Go to and from SSA if enabled.
11032 (decide_d_option): Handle -de for SSA dump files.
11035 Thu Mar 9 20:01:38 2000 Jim Wilson <wilson@cygnus.com>
11037 * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
11040 2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
11042 * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
11044 Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
11046 * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
11047 (MD_STARTFILE_PREFIX_1): New macro.
11049 2000-03-09 Robert Lipe <robertl@sco.com>
11051 * config/ia64/ia64.c: Include system.h.
11053 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
11055 * except.c (nothrow_function_p): If -fno-exceptions, just return.
11056 (init_eh_nesting_info): Likewise.
11058 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
11059 (TREE_NOTHROW): Rename from TREE_RAISES.
11060 * toplev.c (rest_of_compilation): Set it.
11061 * print-tree.c (print_node): Adjust.
11062 * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
11063 (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
11064 * calls.c (emit_call_1): Add 'nothrow' parm. Add
11065 REG_EH_REGION note as appropriate.
11066 (libfunc_nothrow): New fn.
11067 (emit_library_call, emit_library_call_value): Use it.
11068 (expand_call): Check TREE_NOTHROW.
11070 * varasm.c (make_decl_rtl): Skip initial '*' when setting
11071 DECL_ASSEMBLER_NAME.
11073 2000-03-09 Andreas Jaeger <aj@suse.de>
11075 * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
11076 (TARGET_MEM_FUNCTIONS): Define.
11078 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
11080 * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
11082 * except.c (can_throw): See through a SEQUENCE.
11083 (nothrow_function_p): New fn.
11084 * except.h: Declare it.
11085 * function.c (current_function_nothrow): New var.
11086 (prepare_function_start): Initialize it.
11087 * output.h: Declare it.
11088 * toplev.c (rest_of_compilation): Set it.
11089 * dwarf2out.c (dwarf2out_begin_prologue): Use it.
11091 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
11093 * cpphash.c (collect_formal_parameters): strncmp returns 0 for
11094 match. (cpp_compare_defs): Count the nul separator when
11095 advancing over argument names.
11097 2000-03-09 Bernd Schmidt <bernds@cygnus.co.uk>
11099 * recog.c (preprocess_constraints): Matching constraints affect
11100 same alternative/different operand, not same operand/different
11103 * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
11104 register and a constant specially.
11106 2000-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11108 * libgcc2.h: New file.
11109 * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
11111 Wed Mar 8 16:19:42 2000 Jim Wilson <wilson@cygnus.com>
11113 * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
11114 * configure: Regenerate.
11115 * config/ia64: New.
11117 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
11119 * Makefile.in (LIBCPP_DEPS): New macro.
11120 (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
11121 it to declare deps.
11122 * cpperror.c: Include cpphash.h.
11123 * cppexp.c: Include cpphash.h. Remove MULTIBYTE_CHARS
11125 (lex): Don't use CPP_WARN_UNDEF.
11126 (_cpp_parse_expr): Return an int, the truth value.
11127 * cppfiles.c: Include cpphash.h.
11128 (_cpp_merge_include_chains): Move to cppinit.c and make static.
11129 * cppinit.c (include_defaults_array): Disentangle.
11130 (cpp_cleanup): Don't free the if stack here.
11131 (cpp_finish): Pop off all buffers, not just one.
11132 * cpplib.c (eval_if_expr): Return int.
11133 (do_xifdef): Rename do_ifdef.
11134 (handle_directive): Don't use CPP_PREPROCESSED.
11135 (cpp_get_token): Don't use CPP_C89.
11136 * fix-header.c: Don't use CPP_OPTIONS.
11138 * cpplib.h: Move U_CHAR, enum node_type, struct
11139 file_name_list, struct ihash, is_idchar, is_idstart,
11140 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
11141 CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
11142 CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
11143 CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
11144 CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
11145 of _cpp_simplify_pathname, _cpp_find_include_file,
11146 _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
11147 Move struct if_stack to cpplib.c. Move struct cpp_pending to
11149 Change all uses of U_CHAR to be unsigned char instead.
11150 Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
11152 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
11154 * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
11155 (dwarf2out_begin_prologue): Set it.
11156 (output_call_frame_info): Don't emit EH unwind info for leaves.
11158 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
11159 can occur outside of an EH region.
11160 * except.c: Correct comments about rethrow behavior.
11161 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
11163 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
11165 * flow.c (make_edges): Always call make_eh_edge for calls.
11167 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
11169 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
11170 (struct cpp_buffer): Remove fname and underflow fields.
11171 (struct cpp_reader): Remove get_token field.
11172 (struct include_hash): Rename to struct ihash. Add typedef to
11174 (struct if_stack): Remove fname field.
11175 (IF_STACK_FRAME): Rename to IF_STACK.
11177 * cpperror.c (print_containing_files): Trust that there are no
11178 macro buffers below the top file buffer.
11179 * cppfiles.c: Replace all references to 'struct include_hash'
11180 with 'IHASH'. Rename initialize_input_buffer to
11181 init_input_buffer. Don't set or reference cpp_buffer->fname,
11182 use buffer->ihash->name instead.
11183 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
11184 not CPP_NULL_BUFFER.
11185 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
11186 IF_STACK_FRAME, IHASH not struct include_hash.
11187 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
11188 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
11189 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
11190 references to cpp_buffer->fname (delete entirely, or use
11191 ->ihash->name instead) and IF_STACK->fname.
11192 (cpp_push_buffer): Don't set new->underflow.
11193 (do_include): Use cpp_file_buffer.
11195 * cpphash.c (collect_formal_parameters): Remove duplicate
11196 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
11197 used as a macro argument name. Don't append "..." to namebuf
11198 for varargs macros. After we're done scanning, go through
11199 namebuf and make it NUL separated, not comma separated.
11200 (_cpp_compare_defs): Remove register tag from variables.
11201 Expect defn->argnames to be NUL separated.
11202 (_cpp_dump_definition): Expect defn->argnames to be NUL
11203 separated and in forward order.
11204 * cpphash.h: Update documentation of argnames field.
11206 2000-03-08 Richard Henderson <rth@cygnus.com>
11208 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
11209 to fail. Don't pre-expand the source operand.
11211 * i386.md (strlensi): Initialize eoschar and align before use.
11213 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
11215 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
11216 CONSTRUCTOR element.
11218 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
11220 * mips.c (mips_expand_prologue): If the last
11221 named argument is the vararg marker "va_list", treat it as
11222 an unnamed argument.
11224 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
11226 * dbxout.c (dbxout_parms): When correcting for promoted
11227 big-endian parameters, use the mode of the DECL_RTL rather
11228 than UNITS_PER_WORD.
11230 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
11232 * c-common.h (make_fname_decl): Declare.
11233 * c-common.c (make_fname_decl): Define.
11234 (declare_hidden_char_array): Remove.
11235 (declare_function_name): Use make_fname_decl.
11236 * c-decl.c (c_make_fname_decl): New function.
11237 (init_decl_processing): Set make_fname_decl.
11239 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
11241 * cccp.c (handle_directive): Initialize backslash_newlines_p.
11243 2000-03-07 Philipp Thomas <pthomas@suse.de>
11245 * po/POTFILES.in: Remove cppalloc.c from file list.
11247 2000-03-07 Steve Chamberlain <sac@pobox.com>
11249 * pj.c (pj_expand_prologue): current_function->args_info is
11250 now current_function_args_info.
11252 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
11253 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
11254 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
11256 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11258 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
11259 output as hexadecimal rather than the default octal.
11261 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
11263 * cpphash.c (special_symbol): Fix thinko in previous commit.
11265 2000-03-07 Neil Booth <NeilB@earthling.net>
11267 * cppexp.c (struct operation, left_shift, right_shift,
11268 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
11269 "int"s to "unsigned int"s.
11270 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
11272 * cpplib.h: Update for above.
11273 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
11274 returned from allocations.
11276 * cppinit.c (opt_comp, parse_options): New functions.
11277 (handle_option): Use parse_option to parse a single command
11278 line option, that possibly takes an argument.
11279 (cpp_handle_options): Sort the array of command line options on
11280 first invocation (non-ASCII hosts only).
11281 (print_help): Update.
11283 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
11285 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
11286 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
11288 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
11290 * cppinit.c (cpp_cleanup): Free imp->nshort also.
11292 * cpperror.c (cpp_print_containing_files,
11293 cpp_print_file_and_line, v_cpp_message): Rename to
11294 print_containing_files, print_file_and_line, and v_message.
11295 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
11296 to _cpp_parse_expr, parse_escape, and lex.
11297 (parse_charconst): Remove broken multibyte support.
11298 * cppfiles.c (include_hash): Make static.
11299 (cpp_included): New function.
11300 (merge_include_chains, find_include_file, finclude,
11301 simplify_pathname): Rename to _cpp_merge_include_chains,
11302 _cpp_find_include_file, _cpp_read_include_file, and
11303 _cpp_simplify_pathname.
11304 * cpphash.c (cpp_lookup, free_definition, delete_macro,
11305 cpp_install, create_definition, macroexpand, compare_defs,
11306 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
11307 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
11308 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
11309 * cppinit.c (cpp_handle_option): Rename to handle_option, make
11311 * cpplib.c: Remove extern prototype of cpp_parse_expr.
11313 * cpphash.h: Update prototypes.
11314 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
11316 2000-03-07 Andrew Haley <aph@cygnus.com>
11318 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
11319 PTRDIFF_TYPE should be based solely on Pmode.
11320 (SIZE_TYPE): ditto.
11322 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11324 * rtl.h (rtunion_def): Constify member `rtstr'.
11325 (emit_line_note_after, emit_line_note, emit_line_note_force,
11326 emit_note, decode_asm_operands): Constify.
11328 * cse.c (canon_hash): Likewise.
11330 * dbxout.c (dbxout_block): Likewise.
11332 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
11333 v_warning_for_asm): Likewise.
11335 * dwarfout.c (function_start_label): Likewise.
11337 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
11338 emit_line_note_force): Likewise.
11340 * final.c (last_filename, asm_insn_count, final_scan_insn,
11341 output_source_line): Likewise.
11343 * function.h (struct emit_status): Likewise.
11345 * gcse.c (hash_expr_1): Likewise.
11347 * genattr.c (gen_attr, main): Likewise.
11349 * genattrtab.c (struct function_unit, current_alternative_string,
11350 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
11351 attr_numeral, check_attr_test, check_attr_value,
11352 convert_set_attr_alternative, convert_set_attr,
11353 compute_alternative_mask, simplify_by_exploding, gen_attr,
11354 gen_unit): Likewise.
11356 * genflags.c (gen_insn): Likewise.
11358 * gengenrtl.c (type_from_format): Likewise.
11360 * genopinit.c (gen_insn): Likewise.
11362 * genoutput.c (n_occurrences, process_template, process_template):
11365 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11368 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11371 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
11372 ggc_set_mark, ggc_get_size): Likewise.
11374 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
11376 * optabs.c (init_one_libfunc): Likewise.
11378 * output.h (assemble_start_function): Likewise.
11380 * recog.c (decode_asm_operands): Likewise.
11382 * toplev.c (rest_of_compilation): Likewise.
11384 * tree.h (emit_line_note_after, emit_line_note,
11385 emit_line_note_force): Likewise.
11387 * varasm.c (asm_output_bss, asm_output_aligned_bss,
11388 asm_emit_uninitialised, assemble_start_function,
11389 assemble_variable, const_hash, compare_constant_1,
11390 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
11392 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
11394 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
11396 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
11398 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
11400 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
11401 arm_dllimport_name_p): Likewise.
11403 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
11406 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
11408 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11410 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
11411 arm_mark_dllexport, arm_mark_dllimport,
11412 arm_pe_encode_section_info): Likewise.
11414 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
11415 ASM_FINISH_DECLARE_OBJECT): Likewise.
11417 * arm/thumb.c (thumb_function_prologue): Likewise.
11419 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
11421 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11423 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
11425 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
11427 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
11429 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11431 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
11432 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
11434 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
11436 * i386/i386.c (asm_output_function_prefix): Likewise.
11438 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
11440 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11442 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
11444 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
11445 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
11446 ASM_OUTPUT_SECTION_NAME): Likewise.
11448 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
11450 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
11452 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
11454 * m32r/m32r.c (m32r_encode_section_info): Likewise.
11456 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11458 * mcore/mcore.c (mcore_encode_section_info): Likewise.
11460 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11462 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11464 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11466 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
11468 * mips/mips.md (movdi, movsi): Likewise.
11470 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11472 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11474 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11476 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
11477 ASM_OUTPUT_ASCII): Likewise.
11479 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
11480 output_mi_thunk, output_toc): Likewise.
11482 * rs6000/rs6000.md (movsi): Likewise.
11484 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
11486 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
11488 * v850/v850.c (print_operand, print_operand_address,
11489 v850_encode_data_area): Likewise.
11491 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
11493 * config/mips/mips.md (zero_extendsidi2): Always force operand
11494 one to memory for mips16.
11496 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11498 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
11499 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
11500 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
11501 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
11502 (min_precision): Result is unsigned.
11503 (add_double, neg_double, mul_double): Low word is unsigned.
11504 (lshift_double, rshift_double, lrotate_double): Likewise.
11505 (rrotate_double, div_and_round_double): Likewise.
11506 (tree_floor_log2, compare_tree_int): New functions.
11507 (preserve_rtl_expr_temps): New declaration.
11508 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
11509 (decl_attributes): Use tree_log2 to find alignment.
11510 Check for TREE_INT_CST_HIGH for format args.
11511 (min_precision): Now unsigned.
11512 Use tree_floor_log2.
11513 (truthvalue_conversion): Delete long-disabled code.
11514 * c-decl.c (finish_struct): Clean up tests on field width.
11515 (finish_function): Use compare_tree_int.
11516 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
11517 * c-typeck.c (comptypes): Use tree_int_cst_equal.
11518 (default_conversion, digest_init): Use compare_tree_int.
11519 (build_binary_op): Use integer_all_onesp and compare_tree_int.
11520 Fix type errors in forming masks.
11521 * calls.c (initialize_argument_information): Use compare_tree_int.
11522 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11523 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
11524 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
11525 (store_field): Use compare_tree_int.
11526 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
11527 (expand_expr, case ARRAY_REF): Use compare_tree_int.
11528 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
11529 (do_store_flag): Use compare_tree_int.
11530 * fold-const.c (encode, decode): Low part is always unsigned.
11531 (force_fit_type, add_double, neg_double, mul_double): Likewise.
11532 (lshift_double, rshift_double, lrotate_double): Likewise.
11533 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
11534 (fold_convert): Use compare_tree_int.
11535 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
11536 (invert_truthvalue, case INTEGER_CST): Likewise.
11537 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
11538 * mkdeps.c (deps_dummy_targets): Make I unsigned.
11539 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
11540 (lshift_double, rshift_double, lrotate_double, rrotate_double):
11542 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
11543 (expand_end_case): Use compare_tree_int.
11544 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11545 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
11546 (layout_decl): Likewise.
11547 (layout_record, layout_union): Make sizes unsigned.
11548 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
11549 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
11550 * tree.c (struct type_hash): hashcode is unsigned.
11551 (build_type_attribute_variant, type_hash_list): Likewise.
11552 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
11553 (attribute_hash_list, build_array_type, build_method_type): Likewise.
11554 (build_complex_type): Likewise.
11555 (real_value_from_int_cst): Remove unneeded casts.
11556 (integer_all_onesp): Add casts.
11557 (tree_floor_log2, compare_tree_int): New functions.
11558 (build_index_type): Use tree_int_cst_sgn.
11559 * varasm.c (assemble_variable): Use compare_tree_int.
11561 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
11563 * cpphash.c (collect_expansion): Also catch ## at start of macro.
11565 * varasm.c (make_decl_rtl): Don't add a number to members of
11567 (make_function_rtl): Likewise.
11569 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11571 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
11572 patch from 2000-01-28.
11574 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
11576 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
11577 filled with an insn from the jump target.
11579 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11581 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
11582 (c4x_external_ref): Likewise.
11583 * config/c4x/c4x.c (struct name_list): Likewise.
11585 1999-12-16 Ben Collins <bcollins@debian.org>
11587 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
11588 argument to genmultilib.
11589 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
11590 the contents into the multilib.h header.
11591 * gcc.c: Declare multilib_exclusions for the specs file.
11592 (set_multilib_dir): Use it.
11593 (print_multilib_info): Likewise.
11594 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
11595 to pass to genmultilib.
11597 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11599 * builtins.c (built_in_class_names, built_in_names): Constify a
11602 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
11604 (_mcleanup): Ensure value matches format specifier in sprintf.
11606 * cpphash.c (special_symbol): Don't needlessly cast away
11609 * cppinit.c (base_name): Delete unused prototype.
11611 * mkdeps.c (deps_init): Make definition K&R safe.
11613 * tree.h (built_in_class_names, built_in_names): Constify a
11616 2000-03-06 Jakub Jelinek <jakub@redhat.com>
11618 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
11619 floating point instructions for epilogue delay.
11621 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
11622 to gas if it supports .register pseudo.
11624 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
11625 LONG_DOUBLE_TYPE_SIZE if not defined.
11626 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
11627 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
11628 * real.c: Likewise.
11629 * gengenrtl.c: Likewise.
11630 * print-rtl.c: Likewise.
11632 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
11633 MASK_LONG_DOUBLE_128.
11634 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
11635 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
11636 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
11637 (SUBTARGET_SWITCHES): Define.
11638 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
11639 with -mlong-double-128.
11640 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
11641 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
11642 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
11643 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
11644 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
11645 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
11646 with -mlong-double-128.
11647 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
11648 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
11649 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
11650 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
11651 TARGET_LONG_DOUBLE_128): Define.
11652 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
11653 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
11654 long double on TARGET_ARCH64.
11656 2000-03-06 Mark Mitchell <mark@codesourcery.com>
11658 * function.c (free_temps_for_rtl_expr): Don't free slots
11659 that have been pushed into a higher level.
11662 2000-03-05 Mark Mitchell <mark@codesourcery.com>
11664 2000-03-05 Mark Mitchell <mark@codesourcery.com>
11666 * basic-block.h (ALLOCA_REG_SET): Remove.
11667 (INITIALIZE_REG_SET): New macro.
11668 * flow.c (update_life_info): Use it.
11669 (calculate_global_regs_live): Likewise.
11670 (propagate_block): Likewise.
11671 * global.c (build_insn_chain): Likewise.
11672 * haifa-sched.c (schedule_region): Likewise.
11674 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
11676 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
11677 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
11678 (DWARF_ARANGES_PAD_SIZE): New define.
11679 (output_aranges): Use it to pad the address range header.
11680 (DWARF_ROUND): Fix for non power of 2 rounding.
11682 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
11684 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
11686 2000-03-05 Mark Mitchell <mark@codesourcery.com>
11688 * tree.def (RTL_EXPR): Update documentation.
11689 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
11690 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
11691 * function.c (preserve_rtl_expr_temp): New function.
11692 (preserve_rtl_expr_temps): Likewise.
11693 (preserve_rtl_expr_result): Use it.
11696 2000-03-04 Mark Mitchell <mark@codesourcery.com>
11698 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
11700 * regmove.c (copy_src_to_dest) Do not create src->dest move
11701 for unchanging destination.
11703 2000-03-04 Mark Mitchell <mark@codesourcery.com>
11705 * function.h (struct sequence_stack): Remove rtl_expr.
11706 (struct emit_staus): Likewise.
11707 (seq_rtl_expr): Remove.
11708 * tree.h (free_temps_for_rtl_expr): Don't declare.
11709 (start_sequence_for_rtl_expr): Likewise.
11710 * rtl.h (preserve_rtl_expr_result): Likewise.
11711 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
11712 (start_sequence_for_rtl_expr): Remove.
11713 (push_topmost_sequence): Don't save sequence_rtl_expr.
11714 (pop_topmost_sequence): Remove comment about not restoring it.
11715 (end_sequence): Don't set seq_rtl_expr.
11716 (init_emit): Don't initialize it.
11717 (mark_sequence_stack): Don't mark it.
11718 (mark_emit_status): Likewise.
11719 * except.c (protect_with_terminate): Use
11720 start_sequence_for_rtl_expr, not start_sequence.
11721 * expr.c (expand_expr, case RTL_EXPR): Don't call
11722 preserve_rtl_expr_result or free_temps_for_rtl_expr.
11723 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
11724 (preserve_rtl_expr_result): Remove.
11725 (free_temps_for_rtl_expr): Likewise.
11726 (pop_temp_slots): Likewise.
11727 (mark_temp_slot): Don't mark the rtl_expr.
11728 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
11729 start_sequence_for_rtl_expr.
11731 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
11733 * mkdeps.c, mkdeps.h: New files.
11734 * po/POTFILES.in: Add them.
11735 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
11736 (cpplib.o, cppinit.o): Depend on mkdeps.h.
11737 (mkdeps.o): New target.
11739 * cppfiles.c: Delete deps_output.
11740 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
11741 OBJECT_SUFFIX, and base_name.
11742 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
11744 (initialize_dependency_output): Use deps_init,
11745 deps_add_target, deps_calc_target, and deps_add_dep. Remove
11746 all the unnecessary string bashing.
11747 (cpp_finish): Use deps_write. Remove an unnecessary nesting
11749 * cpplib.c (do_include): Use deps_add_dep.
11750 * cpplib.h (struct cpp_reader): Replace deps_buffer,
11751 deps_allocated_size, deps_size, deps_column members with
11752 single pointer to a struct deps. Delete prototype of
11755 * cppinit.c: Fix thinko in previous patch.
11757 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11759 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
11760 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
11761 (mode_for_size_tree): New function.
11762 (layout_decl, layout_type): Call it and clean up BLKmode checks.
11763 * tree.h (mode_for_size_tree): New declaration.
11765 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
11767 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
11769 * stmt.c (is_body_block): Move...
11770 * dwarfout.c, dwarf2out.c: ...from here.
11771 * tree.h: Declare it.
11772 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
11773 * final.c (final_start_function): Do call remove_unnecessary_notes
11776 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
11778 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
11780 * cpplib.h (_dollar_ok): New macro.
11781 (is_idchar, is_idstart): Use it.
11782 (IStable): Rename to _cpp_IStable. Declare it const if
11783 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
11784 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
11785 is_space): Update for renamed IStable.
11787 * cppinit.c: Delete all references to FAKE_CONST and CAT
11788 macros. Define init_IStable as empty macro if gcc >=2.7 or
11789 C99. Change TABLE() to ISTABLE and hardcode name of table.
11790 (cpp_start_read): Don't change the IStable based on
11793 * cpphash.c (unsafe_chars): Add pfile argument. All callers
11794 changed. Handle '$' for char1 correctly.
11795 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
11797 * cppexp.c (tokentab2): Make const.
11798 (cpp_lex): Make toktab const.
11799 * cppinit.c (include_defaults_array): Make const.
11800 (initialize_standard_includes): Make default_include const.
11802 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
11804 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
11805 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
11806 (gen_decl_die): Likewise.
11807 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
11808 (output_decl): Likewise.
11810 * varasm.c (make_function_rtl): If we change the name used in the
11811 rtl, update DECL_ASSEMBLER_NAME accordingly.
11812 (make_decl_rtl): Likewise.
11814 * toplev.c (rest_of_compilation): Tweak formatting.
11816 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
11817 remove_unnecessary_notes.
11818 (debug_ignore_block): New fn.
11819 * toplev.h: Declare it.
11820 * emit-rtl.c (remove_unncessary_notes): Call it.
11821 * dwarf2out.c (dwarf2out_ignore_block): New fn.
11822 * dwarf2out.h: Declare it.
11823 * final.c (final_start_function): Don't call remove_unnecessary_notes
11824 if we did insn scheduling.
11826 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
11828 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
11829 * cpplib.h: Delete SET_CPP_PEDANTIC.
11831 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11833 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
11834 result is a RECORD_TYPE.
11836 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
11838 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
11840 2000-03-03 Richard Henderson <rth@cygnus.com>
11842 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
11843 addition over compliments over shifts.
11845 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11847 * reload1.c (reload_combine_note_use): Handle return register USEs.
11848 REG case: Handle multi-hard-register hard regs.
11850 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11852 * md.texi: Document use of '*' in insn pattern name.
11854 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
11856 * calls.c (special_function_p): operator new may not be malloc-like.
11858 * gcse.c (dump_hash_table): Really fix error in last change.
11860 2000-03-02 Denis Chertykov <denisc@overta.ru>
11862 * avr.c (print_operand): Use print_operand_address instead of
11864 * avr/libgcc.S: Cleanup code.
11866 2000-03-02 Richard Henderson <rth@cygnus.com>
11868 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
11870 2000-03-02 Mark Mitchell <mark@codesourcery.com>
11872 * tree.h (TYPE_ALIGN_UNIT): New macro.
11874 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
11876 * i386.c: (constant_call_address_operand): Reject CONST_INT.
11878 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
11880 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
11882 (SET_CPP_PEDANTIC): New macro.
11883 * cpplib.c (do_include): Don't bother checking system_header_p.
11884 (do_warning, do_ident, do_assert, do_unassert): Likewise.
11885 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
11887 * function.h (struct expr_status): Add x_arg_space_so_far.
11888 (arg_space_so_far): New macro.
11889 * expr.c (init_expr): Initialize it.
11890 * calls.c (emit_call_1): Reset it.
11891 (compute_argument_block_size, expand_call): Use it.
11892 (expand_call, store_one_arg): Increment it.
11894 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11896 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
11899 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
11901 * cppfiles.c (cpp_read_file): New function.
11903 * cpphash.c (collect_expansion): Make sure to reset last_token
11904 to NORM when we hit a string. Handle trailing whitespace
11905 properly when the expansion is empty.
11906 (create_definition): Disable line commands while parsing the
11908 (dump_definition): If pfile->lineno == 0, output a line
11909 command ahead of the dump, and add a trailing newline.
11911 * cppinit.c (append_include_chain): Add fifth argument, which
11912 indicates whether or not system headers are C++ aware.
11913 (initialize_standard_includes): New function,
11914 broken out of read_and_prescan. Pass 'cxx_aware' value from
11915 the include_defaults_array on to append_include_chain.
11916 (dump_special_to_buffer): Const-ify char array.
11917 (builtin_array): Don't dump __BASE_FILE__.
11918 (cpp_start_read): Use cpp_read_file. Reorder code for
11919 clarity. Don't output line commands here for -D/-A/-U
11920 switches. Don't call deps_output for files included with
11921 -include or -imacros.
11923 * cpplib.c (do_define): Don't pay any attention to the second
11925 (cpp_expand_to_buffer): Disable line commands while scanning.
11926 (output_line_command): Work in the file buffer.
11927 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
11928 Fix formatting of comments. Prototype cpp_read_file.
11930 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11932 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
11933 reference the language-equivalent of sizetype.
11934 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
11935 * fold-const.c (size_binop, size_diffop): Put back checks.
11936 * gcse.c (dump_hash_table): Fix minor error in last change.
11937 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
11938 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
11941 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
11943 * calls.c (expand_call) Do not attempt to combine stack adjustments
11944 with inhibit_defer_pop set.
11946 2000-03-01 Mark Mitchell <mark@codesourcery.com>
11948 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
11949 the DECL_SIZE for a FIELD_DECL.
11951 2000-03-01 Bruce Korb <bkorb@gnu.org>
11953 * fixinc/inclhack.tpl: remove unused symlinks
11954 * fixinc/README: GCC Maintainer info
11955 * fixinc/inclhack.sh: regen
11956 * fixinc/fixincl.sh: regen
11958 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
11960 * cpphash.c (collect_expansion): Trim trailing white space
11961 from macro definitions, but don't go past the last insertion
11964 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
11966 * i386.md (mulqi3): New pattern.
11968 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
11970 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
11972 (struct cpp_reader): Add parsing_if_directive and
11973 parsing_define_directive flags.
11974 (struct cpp_options): Remove output_conditionals flag.
11975 (check_macro_name): Delete prototype.
11977 * cpphash.h (struct macrodef): Delete.
11978 (struct reflist): Separate from struct definition.
11979 (struct definition): Remove unused fields. Add column number.
11980 (create_definition): Returns a DEFINITION *. Takes a
11981 cpp_reader * and an int.
11983 * cpphash.c (SKIP_WHITE_SPACE): Delete.
11984 (PEEKC): Copy defn from cpplib.c.
11985 (rest_extension, REST_EXTENSION_LENGTH): Delete.
11987 (struct arglist): Simplify.
11988 (collect_expansion): Rewrite. Get tokens by calling
11989 cpp_get_token. Add more error checking.
11990 (collect_formal_parameters): New function, broken out of
11991 create_definition and reworked to use get_directive_token.
11992 (create_definition): All real work is now in collect_expansion
11993 and collect_formal_parameters. do_define handles finding the
11994 macro name. Return a DEFINITION, not a MACRODEF.
11995 (macroexpand): Replace bcopy with memcpy throughout. Replace
11996 character-at-a-time copy loop with memcpy and pointer increments.
11997 (compare-defs): d1->argnames / d2->argnames might be null.
11999 * cpplib.c (copy_rest_of_line): Delete function.
12000 (skip_rest_of_line): Do all the work ourselves.
12001 (skip_string): New function.
12002 (parse_string): Use skip_string.
12003 (get_macro_name): New function.
12004 (check_macro_name): Delete.
12005 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
12006 (cpp_skip_hspace): Use CPP_BUMP_LINE.
12007 (handle_directive): ICE if we're called on a macro buffer.
12008 (do_define): Determine macro name and type (funlike/objlike)
12009 here. Expunge all uses of MACRODEF.
12010 (cpp_push_buffer): Set line_base to NULL.
12011 (do_undef, read_line_number): Don't worry about getting a POP token.
12012 (eval_if_expression): Set/reset parsing_if_directive around
12013 cpp_parse_expr. Don't clear only_seen_white.
12014 (skip_if_group): Remove output_conditionals logic. Use
12016 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
12017 tokens under appropriate conditions.
12018 (cpp_unassert): Call do_unassert not do_assert. Oops.
12020 * cppexp.c (parse_defined): New function, break out of
12022 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
12023 ourselves, with cpp_defined.
12024 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
12026 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
12027 * gcc.dg/strpaste-2.c: New.
12029 2000-02-29 Mark Mitchell <mark@codesourcery.com>
12031 * fold-const.c (size_binop): Don't asert inputs are the same and
12032 have TYPE_IS_SIZETYPE set.
12033 (size_diffop): Likewise.
12035 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
12037 * dwarfout.c (output_block): Output abstract blocks even if they
12038 don't have TREE_ASM_WRITTEN set.
12040 * calls.c (emit_library_call): Check for null REG.
12042 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
12044 * c-decl.c (current_function_decl): Move to toplev.c.
12045 (init_decl_processing): Don't add current_function_decl as a ggc
12047 * dbxout.c (dbxout_symbol): Change return type to int.
12048 (dbxout_symbol_location, dbxout_syms): Likewise.
12049 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
12050 any locals. Use current_function_func_begin_label if set.
12051 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
12052 * dwarf2out.c (dwarf2out_begin_prologue): Set
12053 current_function_func_begin_label.
12054 * final.c (final_start_function): Reset it.
12055 * toplev.c (current_function_decl): Define it here.
12056 (current_function_func_begin_label): New variable.
12057 (main): Add both as ggc roots.
12058 * tree.h (current_function_func_begin_label): Declare.
12060 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12062 * gcse.c: Cleanups throughout: mostly white-space, but also
12063 some minor rearrangement of code.
12065 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
12067 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
12068 returns a PARALLEL. Use emit_group_load and use_group_regs
12070 (emit_library_call_value): Similarly.
12072 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
12073 * pa/quadlib.asm: Remove.
12074 * pa/quadlib.c: New file.
12076 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
12077 * configure: Rebuilt.
12079 2000-02-29 Philip Blundell <pb@futuretv.com>
12081 * config/arm/conix-elf.h: New file.
12082 * configure.in (arm*-*-conix*): New configuration.
12083 * configure: Regenerate.
12085 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
12087 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
12088 don't have TREE_ASM_WRITTEN set.
12090 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12092 * Eliminate DECL_FIELD_SIZE.
12093 * builtins.c (built_in_class_names, built_in_names): New variables.
12094 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
12095 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
12096 DECL_SIZE, not DECL_FIELD_SIZE.
12097 * print-tree.c (print_node): Remove code that prints extra blank
12098 lines in some cases.
12099 Properly handle inline and builtin function cases.
12100 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
12101 * tree.h (built_in_class_named, built_in_names): New declarations.
12102 (union tree_decl): Rename internal unions to u1 and u2 and change
12103 some of their components.
12104 Add new field built_in_class.
12105 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
12106 Reflect above changes.
12107 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
12108 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
12109 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
12110 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
12112 2000-02-28 Dmitri Makarov <dim@windriver.com>
12114 * extend.texi: Document ARM's support for long/short calls.
12116 * invoke.texi: Document ARM's -mlong-calls command line switch.
12118 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
12119 (arm_encode_call_attribute): Add prototype.
12120 (arm_set_default_type_attribute): Add prototype.
12121 (arm_strip_name_encoding): Add prototype.
12123 * config/arm/arm.c (arm_init_cumulative_args): replace
12124 initialisation og 'long_calls' field with initialisation of
12125 'call_cookie' field.
12126 (enum arm_pragma_enum): New enum.
12127 (arm_pragma_long_calls): New static variable.
12128 (arm_process_pragma): Also process "#pragma long_calls_off".
12129 (arm_valid_type_attribute_p): Accept short_call attribute.
12130 (arm_comp_type_attributes): Check long/short call attributes.
12131 (arm_encode_call_attribute): New function: Encode long_call
12132 or short_call attribute in function name.
12133 (arm_set_default_type_attributes): New function: Assign
12134 default attributes to newly defined type.
12135 (current_file_function_operand): New function: Return true if
12136 the symbol is a function which has already been compiled.
12137 (arm_is_longcall_p): New function: Return true if the
12138 indicated function should be called via a long call.
12139 (arm_get_strip_length): New function. Returns number of
12140 prefix characters to be stripped from a function's name.
12141 (arm_strip_name_encoding): New function. Strip prefix characters
12142 from a function's name.
12144 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
12145 with 'call_cookie'.
12146 (SHORT_CALL_FAG_CHAR): Define.
12147 (LONG_CALL_FAG_CHAR): Define.
12148 (ENCODED_SHORT_CALL_ATTR_P): Define.
12149 (ENCODED_LONG_CALL_ATTR_P): Define.
12150 (ARM_NAME_ENCODING_LENGTHS): Define.
12151 (STRIP_NAME_ENCODING): Define.
12152 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
12153 (ARM_ENCODE_CALL_TYPE): Define.
12154 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
12155 (ARM_DECLARE_FUNCTION_SIZE): Define.
12156 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
12158 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
12159 if a long call is needed.
12160 (call_value): Ditto.
12161 (call_symbol): Ditto.
12163 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
12164 ARM_DECLARE_FUNCTION_SIZE.
12166 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
12167 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
12168 (ARM_STRIP_NAME_ENCODING): Undefine.
12169 (STRIP_NAME_ENCODING): Undefine.
12170 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
12171 (ASM_DECLARE_FUNCTION_NAME): Ditto.
12172 (ASM_OUTPUT_COMMON): Ditto.
12173 (ASM_DECLARE_OBJECT_NAME): Ditto.
12175 * config/arm/pe.c (arm_dllexport_name_p): Check for
12177 (arm_dllimport_name_p): Ditto.
12178 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
12179 (arm_mark_dllimport): Ditto.
12181 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12183 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
12185 2000-02-28 Mark Mitchell <mark@codesourcery.com>
12187 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
12189 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
12191 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
12192 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
12193 NO_BUILTIN_WCHAR_TYPE is not defined.
12194 (CPP_WCHAR_TYPE): Delete.
12195 * cccp.c (main): Don't change wchar_type if cplusplus.
12196 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
12198 2000-02-28 Nick Clifton <nickc@cygnus.com>
12200 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
12202 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
12204 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
12205 (ASM_WEAKEN_LABEL): Define.
12207 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
12209 * expr.c (store_constructor): Do not emit USE.
12210 * rtl.h (stupid_life_analysis): Remove.
12212 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12214 * function.c (number_blocks): Reset next_block_index based on
12215 what debugging format is used, not what is defined.
12217 * lcm.c: Minor reformatting throughout.
12218 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
12220 * toplev.c (rest_of_compilation): Account for time in
12221 optimize_mode_switching.
12223 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
12224 if only marking labels.
12226 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
12228 * calls.c (expand_call): Attempt to combine stack adjustments with
12229 pending stack adjustments.
12231 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12233 * loop.c (reg_in_basic_block_p): Don't abort when falling through
12234 to the end of the function.
12236 2000-02-27 Mark Mitchell <mark@codesourcery.com>
12238 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
12240 * final.c (next_block_index): Remove.
12241 (max_block_depth): Likewise.
12242 (pending_blocks): Likewise.
12243 (init_final): Don't initialize them.
12244 (final_start_function): Don't set next_block_index. Set up
12246 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
12247 * function.h (number_blocks): New function.
12248 * function.c (get_block_vector): New function.
12249 (identify_blocks): Use it.
12250 (reorder_blocks): Set NOTE_BLOCK.
12251 (number_blocks): New function.
12252 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
12253 * tree.h (BLOCK_NUMBER): New macro.
12254 (tree_block): Add block_num field.
12255 * dbxout.c (next_block_number): Remove.
12256 (dbxout_init): Don't set it.
12257 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
12258 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
12260 * toplev.c (rest_of_compilation): Always call
12261 find_loop_tree_blocks. Fix indentation.
12262 * dwarf2out.c (next_block_number): Remove.
12263 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12264 to determine block numbers.
12265 (gen_inlined_subroutine_die): Likewise.
12266 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
12267 (decls_for_scope): Don't increment next_block_number.
12268 * dwarfout.c (next_block_number): Remove.
12269 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12270 to determine block numbers.
12271 (output_inlined_subroutine_die): Likewise.
12272 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
12273 (output_decls_for_scope): Don't increment next_block_number.
12274 * sdbout.c (next_block_number): Remove.
12275 (sdbout_block): Use BLOCK_NUMBER.
12276 (sdbout_begin_block): Simplify.
12277 * xcoffout.c (next_block_number): Remove.
12278 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
12279 (xcoffout_begin_block): Don't set next_block_number.
12280 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
12283 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12285 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
12286 (expand_builtin_strcpy): Pass correct type to size_binop.
12287 (expand_builtin_strcmp): Likewise.
12288 Clean up conditional structure.
12289 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
12290 (complete_array_type): Don't use size_binop for MAXINDEX.
12291 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
12292 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
12293 (c_alignof): Use size_one_node.
12294 (build_unary_op): Pass arg of proper type to size_binop.
12295 (really_start_incremental_init, push_init_level): Use sizetype for
12296 constructor{,_bit,_unfilled}_index.
12297 (pop_init_label, output_init_element): Likewise.
12298 (output_pending_init_elements, process_init_element): Likewise.
12299 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
12300 * expr.c (store_expr): Use size_int.
12301 (store_constructor): Use proper types for size_binop args.
12302 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
12303 (expand_expr_unaligned): Likewise.
12304 (string_contant): Return object of sizetype.
12305 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
12306 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
12307 (ARGS_SIZE_TREE): Pass proper types to size_binop.
12308 * fold-const.c (int_const_binop): Refine when size_int is called.
12309 (fold_convert): Likewise.
12310 (size_int_wide): Rework to take KIND as arg, only take low order
12311 bits, handle new sizetype_tab datatype, and chain entries in
12313 (size_int_type_wide): New function.
12314 (size_binop): Validate types of arguments.
12315 (ssize_binop): Deleted.
12316 (size_diffop): New function.
12317 (extract_muldiv): Only fold division into multiplication for sizetypes.
12318 * function.c (assign_parms): Use size_diffop and make sure
12319 VAR field is of ssizetype; also pass proper type to size_binop.
12320 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
12321 (round_down): Deleted from here.
12322 * store-layout.c (sizetype_tab): Now an array.
12323 (sizetype_set, early_root_list): New variables.
12324 (variable_size): Use size_one_node.
12325 (round_up): Pass proper type to size_binop.
12326 (round_down): Moved to here and corrected as above.
12327 (layout_record): Pass proper arg types to size_binop.
12328 (layout_type): Likewise.
12329 If sizetype_set is zero, record the type just laid out.
12330 (make_unsigned_type): Don't call set_sizetype;
12331 (make_signed_type): Likewise; also, call fixup_signed_type.
12332 (initialize_sizetypes): New function.
12333 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
12334 set name of bitsizetype to "bit_size_type".
12335 Fix up type of sizes of all types made before call.
12336 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
12337 * tree.c (fix_sizetype): Deleted.
12338 (build_common_tree_nodes): Call initialize_sizetypes.
12339 (build_common_tree_nodes_2): Don't call fix_sizetype.
12340 * tree.h (TYPE_IS_SIZETYPE): New macro.
12341 (initialize_sizetype): New declaration.
12342 (enum size_type_kind): New type.
12343 (struct sizetype_tab): Deleted.
12344 (sizetype_tab): Now array; adjust sizetype macros.
12345 (size_diffop, size_int_type_wide): New functions.
12346 (size_int_wide): Change number of args and type; access macros changed.
12347 (ssize_int, sbitsize_int): New macros.
12348 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
12349 (ROUND_TYPE_SIZE_UNIT): New macro.
12351 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
12353 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
12355 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12357 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
12358 Mark as possibly unused.
12360 * cse.c (cse_insn): Delete dead code involving tablejump.
12361 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
12363 * Makefile.in (libcpp.a): Start by deleting it.
12365 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12367 * cpplib.h (enum file_change_code): Added rename_file.
12368 * cpplib.c (do_line): If a filename is given, set file_change to
12370 (output_line_command): If file_change is rename_file, always
12371 output a # directive with the file name.
12373 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
12375 2000-02-26 Mark Mitchell <mark@codesourcery.com>
12377 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
12378 when copying a PARM_DECL or RESULT_DECL.
12380 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12382 * fix-header.c (recognized_function): Also fix prototypes for
12383 functions taking "void".
12385 2000-02-26 Geoff Keating <geoffk@cygnus.com>
12387 * reload1.c (do_output_reload): Check reg_reloaded_valid before
12388 looking at reg_reloaded_contents.
12390 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
12392 * Makefile.in (STMP_FIXINC): New toggle.
12393 (LIBGCC2_DEPS): Delete all references.
12394 (stmp-headers): Delete target. All references either deleted
12395 or changed to stmp-int-headers.
12396 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
12397 (LIBCPP_OBJS): Take out cppalloc.o.
12398 (cppalloc.o): Delete target.
12399 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
12400 (gen-protos, fix-header): Link with libiberty.a.
12401 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
12404 * configure.in: Remove refs to strerror.
12405 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
12406 * system.h: Take out strerror stanza.
12408 * cpperror.c (my_strerror): Delete function.
12409 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
12410 * cppmain.c (main): Call xmalloc_set_program_name first thing.
12411 * cppalloc.c: Delete file.
12412 * gen-protos.c: Don't provide xrealloc.
12414 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
12415 xstrerror throughout.
12417 2000-02-26 Bruce Korb <bkorb@gnu.org>
12419 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
12420 match for DOS headers, too.
12421 * fixinc/inclhack.sh,fixincl.x: Regenerate.
12423 2000-02-26 Geoff Keating <geoffk@cygnus.com>
12425 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
12426 is right for most ELF targets.
12427 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
12428 Let the default file use %U properly.
12429 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
12432 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
12435 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12437 * toplev.c (documented_lang_options): Correct spelling error.
12438 (decode_d_option, decode_f_option, main): Likewise.
12440 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
12442 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
12443 to tell assembler it is permitted to expand large constants.
12445 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
12447 * protoize.c: (AUX_INFO_SUFFIX): New macro.
12448 (aux_info_suffix): Use.
12449 (SAVE_SUFFIX): New macro.
12450 (save_suffix): Use.
12451 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
12452 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
12453 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
12455 * invoke.texi (Running Protoize): Update documentation.
12457 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
12459 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
12461 2000-02-25 John Wehle (john@feith.com)
12463 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
12465 2000-02-25 Anthony Green <green@cygnus.com>
12467 * toplev.c (rest_of_compilation): Rebuild jump labels if
12468 combine_instructions has created a new direct jump.
12469 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
12471 (combine_instructions): Call try_combine with new argument.
12472 Return non-null value when new direct jump instruction is created.
12473 * rtl.h: combine_instructions returns an int.
12475 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
12477 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
12478 jump when changing a computed jump into a jump to a known
12481 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
12483 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
12484 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
12486 * i386.md (define_expand "clrstrsi"): Fix typo.
12488 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
12490 * rtl.texi: Fix typo.
12492 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12494 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
12495 UNITS_PER_WORD. Change caller initial_elimination_offset.
12496 (rounded_frame_size): Take into account that argument pushed has
12497 changed. Fix TARGET_ALIGN_DOUBLE problem.
12499 2000-02-25 Geoff Keating <geoffk@cygnus.com>
12501 * haifa-sched.c (schedule_block): Explain the real reason
12502 we delete REG_SAVE_NOTEs on the first insn of a block.
12503 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
12505 2000-02-24 Mark Mitchell <mark@codesourcery.com>
12507 * input.h (push_srcloc): New function.
12508 (pop_srcloc): Likewise.
12509 * toplev.c (push_srcloc): Define it.
12510 (pop_srcloc): Likewise.
12512 2000-02-24 Richard Henderson <rth@cygnus.com>
12514 * flow.c (life_analysis): When collecting reg info, clear
12517 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12519 Fix bug exposed by reload.c no longer rounding the frame
12520 size to BIGGEST_ALIGNMENT:
12521 * sh.c (rounded_frame_size): New function.
12522 (sh_expand_prologue, sh_expand_epilogue): Use it.
12523 (initial_elimination_offset): Likewise.
12525 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12527 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
12528 * sh-protos.h (sh_need_epilogue): Declare.
12529 * sh.c (sh_need_epilogue_known): New static variable.
12530 (sh_need_epilogue): New function.
12531 (function_epilogue): Clear need_epilogue_known.
12532 * sh.md (return): Split into expander / insn pattern.
12533 Make the expander conditional on ! sh_need_epilogue ().
12535 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
12537 * machmode.h (get_mode_alignment): Declare.
12538 (GET_MODE_ALIGNMENT): Call it.
12539 * stor-layout.c (get_mode_alignment): New function. Make
12540 sure alignment is always power of 2.
12542 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
12544 * i386.h: Remove useless definition of "I386" and misleading
12547 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
12549 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
12550 under which TREE_PERMANENT will be set.
12551 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
12552 build1): Use TREE_SET_PERMANENT.
12553 * print-tree.c (print_node): Don't report value of
12554 TREE_PERMANENT if ggc_p is true.
12556 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
12557 decide whether to give a type a new alias set.
12558 * objc/objc-act.c (build_objc_string_object): Never copy the string.
12559 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
12560 of value of 'obstack'.
12563 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12565 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
12567 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12569 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
12570 * cpplib.c (cpp_get_token): Produce them.
12571 * cppexp.c (cpp_lex): Handle them.
12573 2000-02-23 Nick Clifton <nickc@cygnus.com>
12575 * config/arm/arm.c (arm_comp_type_attributes): Simply and
12576 comment tests on type attributes.
12578 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12580 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
12581 conform to documentation.
12582 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
12583 to check for special cases.
12584 * sh-protos.h (sh_loop_align): Declare.
12585 * sh.c (sh_loop_align): Define.
12587 2000-02-22 Andrew Haley <aph@cygnus.com>
12589 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
12590 (SIZE_TYPE): Is 32 bits when using -mgp32.
12591 (PTRDIFF_TYPE): Ditto.
12593 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12595 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
12597 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
12599 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
12600 BIGGEST_FIELD_ALIGNMENT a constant.
12602 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
12604 * dwarf2out.c (output_line_info): Put the marker for the end of
12605 the line number info at the actual end.
12606 (gen_struct_or_union_type_die): Use decl_function_context
12607 to check for local classes.
12608 * dwarfout.c (output_type): Likewise.
12610 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
12612 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
12613 for arguments with a mode, but no type.
12614 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
12615 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
12616 * pa/long_double.h: New file.
12617 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
12618 both have 128bit wide long doubles.
12619 * configure: Rebuilt.
12621 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12623 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
12625 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
12626 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
12627 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
12629 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
12631 * integrate.c (compare_blocks, find_block): Likewise.
12633 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
12635 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
12637 * stmt.c (stmt_status, set_file_and_line_for_stmt,
12638 expand_asm_operands): Likewise.
12640 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
12642 * predict.c (estimate_probability): Added the pointer heuristic to
12643 the collection of static branch predictors.
12645 2000-02-21 Catherine Moore <clm@cygnus.com>
12647 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
12648 * invoke.texi (-mfix7000): Document.
12650 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
12652 * diagnostic.c (init_output_buffer): Make it possible to output at
12653 least 32 characters if we're given a too long prefix.
12655 2000-02-20 Mark Mitchell <mark@codesourcery.com>
12657 * varasm.c (initializer_constant_valid_p): Call
12658 lang_expand_constant to simplify the constant.
12660 2000-02-20 Bruce Korb <bkorb@gnu.org>
12662 * fixinc/inclhack.def(stdio_va_list):
12663 typedef needs to be disabled.
12664 * fixinc/inclhack.sh: regen
12665 * fixinc/fixincl.x: regen
12667 2000-02-20 Geoff Keating <geoffk@cygnus.com>
12669 * print-rtl.c (print_rtx): Don't print addresses when
12670 flag_dump_unnumbered.
12672 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12674 * sparc.c (sparc_output_scratch_registers): Mark parameter with
12676 (sparc_va_arg, sparc_flat_output_function_prologue,
12677 sparc_flat_output_function_epilogue): Cast value to unsigned in
12679 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
12681 * sparc.md: Add default case in switch.
12683 2000-02-19 Richard Henderson <rth@cygnus.com>
12685 * c-typeck.c (add_pending_init): Don't abort for multiple
12686 fields at the same offset.
12687 (pending_init_member): Test the correct member.
12689 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12691 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
12693 (start_catch_handler) : Same.
12695 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
12697 * Makefile.in: Have flow.o depend on $(EXPR_H)
12699 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12701 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
12702 * c-decl.c (duplicate_decls, finish_enum): Likewise.
12703 (finish_decl): Remove -Wlarger-than code from here.
12704 * flags.h (id_clash_len): Now int.
12705 (larger_than_size): Now HOST_WIDE_INT.
12706 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
12707 Clean up checking to see if in table.
12708 (make_bit_field_ref): Remove extra parm to bitsize_int.
12709 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
12710 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
12711 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
12712 and for computing size of decl.
12713 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
12714 Move -Wlarger-than code to here.
12715 (layout_record): Remove extra arg to bitsize_int.
12716 Set TYPE_BINFO_SIZE_UNIT.
12717 (layout_union): Remove extra arg to bitsize_int.
12718 Use proper type for size of QUAL_UNION.
12719 (layout_type): Remove extra arg to bitsize_int.
12720 * toplev.c (id_clash_len): Now int.
12721 (larger_than_size): Now HOST_WIDE_INT.
12722 (decode_W_option): Clean up id-clash and larger-than- cases.
12723 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
12724 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
12725 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
12726 (struct tree_decl): New field size_unit.
12727 (size_int_wide): No HIGH operand; NUMBER is now signed.
12728 (size_int_2): Deleted.
12729 (size_int, bitsize_int): Don't use it and rework args.
12730 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
12732 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
12734 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
12736 2000-02-18 Geoff Keating <geoffk@cygnus.com>
12738 * invoke.texi (Warning Options): Add an explanation of why
12739 you might want the -Wfloat-equal flag.
12741 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12743 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
12744 * cppinit.c (new_pending_define): Add cast to avoid warning.
12745 * expmed.c (extract_bit_field): Likewise.
12746 * flow.c (enum reorder_skip_type): New type.
12747 (skip_insns_between_blcok): New it.
12748 Rework to avoid warning about possibly undefined variable.
12749 * function.c (assign_parms): Make thisparm_boundary unsigned.
12750 * genrecog.c (write_switch): Cast XWINT result to int.
12751 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
12752 * mips-tfile.c (init_file): Make two versions of FDR intializer:
12753 one for MIPS and one for Alpha.
12754 (get_tag, copy_object): Add casts to avoid warnings.
12755 * optabs.c (init_one_libfunc): Cast NAME to (char *).
12756 * reload.c (find_reloads): Make TYPE enum reload_type.
12757 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
12758 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
12759 * varasm.c (compare_constant_1): Add cast to avoid warning.
12760 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
12762 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
12763 Cast switch operand of size to int.
12764 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
12765 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
12768 2000-02-18 Nick Clifton <nickc@cygnus.com>
12770 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
12771 anything for an alignment of zero.
12773 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
12774 anything for an alignment of zero.
12776 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
12778 * gcc.texi (Bug Reporting): Refer to bugs.html.
12779 (Bug Lists): Likewise.
12780 * system.h (GCCBUGURL): New preprocessor define.
12781 * rtl.c (fancy_abort): Use it.
12782 * gcc.c (main): Likewise.
12784 2000-02-18 Richard Henderson <rth@cygnus.com>
12786 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
12787 (life_analysis_1): Subsume into ...
12788 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
12789 Use update_life_info for the relaxation.
12790 (update_life_info): Update REG_BASIC_BLOCK for registers live on
12791 entry and regs_live_at_setjmp.
12792 (set_noop_p): Simplify.
12793 (notice_stack_pointer_modification_1): Renamed from s/_1//.
12794 (record_volatile_insns): Split into ...
12795 (delete_noop_moves): ... here,
12796 (notice_stack_pointer_modification): ... here,
12797 (insn_dead_p): ... and here.
12798 (propagate_block): Don't query INSN_VOLATILE.
12799 (mark_used_regs): Mind !PROP_REG_INFO.
12800 * toplev.c (rest_of_compilation): Call mark_constant_function here,
12801 not in life_analysis.
12803 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
12805 * loop.c (canonicalize_condition): New function,
12806 broken out of get_condition.
12807 (get_condition): Use it.
12808 * expr.h (canonicalize_condition): Prototype it.
12810 * tree.h (tree_int_cst_msb): Declare.
12811 * tree.c (tree_int_cst_msb): New function.
12813 2000-02-17 Mark Mitchell <mark@codesourcery.com>
12815 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
12818 * invoke.texi (-fmessage-length=n): Document.
12820 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
12822 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
12824 2000-02-17 Mark Mitchell <mark@codesourcery.com>
12826 * function.c (thread_prologue_and_epilogue_insns): Put a line note
12827 after the prologue.
12829 2000-02-17 Nick Clifton <nickc@cygnus.com>
12831 * config/arm/thumb.c: Replace includes of system headers with
12832 #include "system.h".
12834 2000-02-16 Richard Henderson <rth@cygnus.com>
12836 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
12837 Add crtbeginS.o and crtendS.o.
12838 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
12839 (ENDFILE_SPEC): Use crtendS.o.
12840 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
12842 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
12843 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
12844 shared and present.
12845 (__dso_handle): New variable.
12846 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
12847 bias to __CTOR_END__.
12849 2000-02-16 Richard Henderson <rth@cygnus.com>
12851 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
12853 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
12855 * longlong.h (__clz_tab): Declare as static to match definition.
12857 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
12859 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
12860 (XREF_FILE_NAME): Define.
12862 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
12863 (EH_FRAME_SECTION_ASM_OP): Define.
12864 (IDENT_ASM_OP): Define.
12865 (TEXT_SECTION_ASM_OP): Define.
12866 (CPP_SPEC): Define.
12867 (CTORS_SECTION_ASM_OP): Define.
12868 (CTOR_SECTION_FUNCTION): Use it.
12869 (DTORS_SECTION_ASM_OP): Define.
12870 (DTOR_SECTION_FUNCTION): Use it.
12872 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
12874 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
12877 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
12878 debug_bb_n): New functions.
12879 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
12880 * basic-block.h: Prototype new functions.
12882 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
12884 * configure.in: Add support for avr target.
12885 * configure: Rebuilt.
12887 * invoke.texi: Add AVR invocation docs.
12888 * install.texi: Add information about AVR.
12889 * md.texi: Add AVR constraint letters description.
12890 * extend.texi: Add description for AVR specific attributes.
12892 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
12894 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
12896 2000-02-16 Nick Clifton <nickc@cygnus.com>
12898 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
12899 (make_insn_raw): Move RTL check here.
12901 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12903 * version.c: Include gansidecl.h and version.h.
12905 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
12907 * configure.in (gcc_version): When setting, narrow search to
12908 lines containing `version_string'.
12910 * Makefile.in (mainversion): Likewise.
12911 (GCC_H): New variable.
12912 (gcc.h): Delete target.
12913 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
12914 (version.o): Depend on version.h.
12915 (dbxout.o): Don't depend on gcc.h.
12917 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
12918 Michael Meissner <meissner@cygnus.com>
12920 * md.texi (Simple Constraints): Add item about whitespace.
12921 * genoutput.c (strip_whitespace): New.
12922 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
12923 strip_whitespace for constraints.
12924 Test pointer using NULL, not 0.
12926 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12928 * cpplib.c (do_line): Pedwarn for #line > 32767.
12930 * c-lex.c (readescape): Warn about '\x', but do not reject it.
12932 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
12934 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
12935 to default cpp spec.
12936 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
12937 * cpp.texi: Document __GNUC_PATCHLEVEL__.
12940 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
12943 2000-02-15 Denis Chertykov <denisc@overta.ru>
12945 * configure.in: Add support for avr target.
12947 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12949 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
12950 (sh_addr_diff_vec_mode): Don't declare.
12951 * sh.c (sh_addr_diff_vec_mode): Delete.
12953 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12955 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
12957 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12959 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
12960 (smulsi3_highpart_i): Name.
12961 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
12962 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
12963 (smulsi3_highpart, umulsi3_highpart): Likewise.
12965 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
12966 correctly independent of endianness.
12967 (mulsidi3, umulsidi3): Now define_insn. Hide details that
12968 confuse the optimizers.
12969 (mulsidi3+1, umulsidi3+1): New define_split.
12971 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
12973 * config/sh/sh.md: Guard insn splits against illegal registers.
12974 * config/sh/sh.h: Correct comment about macros.
12976 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
12977 Andrew MacLeod <amacleod@cygnus.com>
12979 * Makefile.in (lcm.o): Depend on insn-attr.h.
12980 * basic-block.h (optimize_mode_switching): Declare.
12981 * lcm.c (tm_p.h, insn-attr.h): #include.
12982 (seginfo, bb_info): New structs.
12983 (antic, transp, comp, delete, insert) : New file-scope static variables.
12984 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
12985 (reg_becomes_live, optimize_mode_switching): Likewise.
12986 * tm.texi: Add description of mode switching macros.
12987 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
12989 * sh-protos.h (remove_dead_before_cse): Remove prototype.
12990 (fldi_ok, fpscr_set_from_mem): New prototypes.
12991 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
12992 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
12993 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
12994 (sh_flag_remove_dead_before_cse): Remove declaration.
12995 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
12996 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
12997 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
12998 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
12999 (barrier_align): Allow for JUMP_INSNS containing a parallel.
13000 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
13001 (fldi_ok): New function.
13002 (get_fpscr_rtx): Add fpscr_rtx as GC root.
13003 (emit_sf_insn): Only generate fpu switches when optimize < 1.
13004 (emit_df_insn): Likewise.
13005 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
13006 (sh_flag_remove_dead_before_cse): Delete.
13007 (get_free_reg, fpscr_set_from_mem): New functions.
13008 * sh.md (movdf, movsf): Remove no_new_pseudos code.
13009 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
13011 2000-02-15 Loren Rittle <ljrittle@acm.org>
13013 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
13015 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13017 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
13018 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
13020 * cccp.c: Include version.h and/or don't declare `version_string'.
13021 * collect2.c: Likewise.
13022 * alpha.c: Likewise.
13023 * arm/aof.h: Likewise.
13024 * arm/coff.h: Likewise.
13025 * arm/elf.h: Likewise.
13026 * arm/pe.h: Likewise.
13027 * arm/tcoff.h: Likewise.
13028 * arm/telf.h: Likewise.
13029 * arm/tpe.h: Likewise.
13030 * arm/vxarm.h: Likewise.
13031 * convex/convex.c: Likewise.
13032 * i386/dgux.c: Likewise.
13033 * i386/sun386.h: Likewise.
13034 * m88k/m88k.c: Likewise.
13035 * mcore/mcore-pe.h: Likewise.
13036 * mips/mips.h: Likewise.
13037 * romp/romp.h: Likewise.
13038 * sh/sh.c: Likewise.
13039 * cpphash.c: Likewise.
13040 * cppinit.c: Likewise.
13041 * dwarf2out.c: Likewise.
13042 * dwarfout.c: Likewise.
13045 * mips-tfile.c: Likewise.
13046 * protoize.c: Likewise.
13047 * toplev.c: Likewise.
13048 * tree.h: Likewise.
13050 * version.c (version_string): Constify a char*.
13052 * version.h: New file.
13054 2000-02-14 Nick Clifton <nickc@cygnus.com>
13056 * configure.in: Add mcore-elf and mcore-pe targets.
13057 * configure: Regenerate.
13059 * NEWS: Add note that MCore port has been contributed.
13061 * invoke.texi: Document command line switches for MCore port.
13062 * install.texi: Add MCore to list of supported targets.
13064 2000-02-14 Geoff Keating <geoffk@cygnus.com>
13066 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
13067 then we will need to import the frame handling functions.
13068 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
13069 to import the frames themselves.
13071 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
13072 Jason Eckhardt <jle@cygnus.com>
13074 * basic_block.h: Added prototype for reorder_basic_blocks.
13075 * toplev.c: Changes to add -freorder-blocks and graph dump after
13076 block reordering is done.
13077 * flow.c (reorder_block_def): New structure for use during block
13079 (REORDER_BLOCK_*): New macros to access members of above structure.
13080 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
13081 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
13082 functions for block reordering.
13084 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
13086 * gcc.texi (Passes): Fix typo.
13087 * md.texi (Standard Names): Ditto.
13088 * tm.texi (Storage Layout): Ditto.
13090 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
13092 * cpplib.c (do_define): Only free the old definition if it
13095 2000-02-13 Neil Booth <NeilB@earthling.net>
13097 * cppfiles.c (read_and_prescan): When emitting deferred
13098 newlines, test speccase[] again instead of checking each
13099 possible whitespace character in turn. When we encounter \r,
13100 look behind for \n first, then ahead.
13102 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
13104 * cse.c (cse_altered): New internal flag.
13105 (cse_insn): Set it if we changed an insn.
13106 (cse_main): Clear cse_altered before each basic block.
13107 Only garbage collect if cse_altered is true afterward.
13109 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13111 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
13113 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
13115 * combine.c (simplify_comparison): Fix typo.
13117 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
13119 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
13122 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13124 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
13125 previously inserted node instead of root node. Caller changed.
13127 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13129 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
13131 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13133 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
13134 __dereg_frame_dtor): Add prototype argument.
13136 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
13138 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
13140 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
13142 * gthr-vxworks.h (__gthread_once): Likewise.
13144 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
13146 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
13148 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
13149 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
13150 stack pointer in functions w/o saved registers, output LEAVE more often
13151 on TARGET_USE_LEAVE machines.
13153 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
13155 * config/arm/arm.c (arm_init_cumulative_args); New function:
13156 Initlaise the CUMULATIE_ARGS strcuture for a function
13158 (arm_function_arg): New function: Determine where to place a
13159 function's argument. Also handles deciding the function's
13161 (current_file_function_operand): New function: Return true if
13162 the symbol is a function which has already been compiled.
13163 (arm_is_long_call_p): New function: Return true if the
13164 indicated function should be called via a long call.
13165 (arm_valid_type_attribute_p): New function: Return true if the
13166 attribute is a valid, arm specific, attribute.
13167 (arm_comp_type_attribute): New function: Return true if the
13168 two types have compatable, arm specific, attributes.
13170 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
13172 (FUNCTION_ARG): Redefine to call arm_function_arg.
13173 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
13175 (INIT_CUMULATIVE_ARGS): Redefine to call
13176 arm_init_cumulative_args.
13177 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
13179 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
13181 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
13183 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
13184 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
13185 (COMP_TYPE_ATTRIBUTES): Define.
13187 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
13188 if a long call is needed.
13189 (call_value): Call arm_is_long_call_p to decide if a long call
13191 (call_symbol): Call arm_is_long_call_p to decide if a long call
13194 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
13196 2000-02-11 Denis Chertykov <denisc@overta.ru>
13198 * README.AVR: New file with information about the avr ports.
13199 * config/avr: New directory with avr port files.
13201 2000-02-11 Andreas Jaeger <aj@suse.de>
13203 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
13205 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
13207 * cpphash.c: Fix formatting, update commentary.
13208 (dump_definition): Take three separate arguments instead of a
13209 MACRODEF structure argument.
13210 * cpphash.h: Update prototype of dump_definition.
13211 * cppinit.c (cpp_finish): Update call of dump_definition.
13213 * cpplib.c (do_define): Always create new hash entry with
13214 T_MACRO type. Remove redundant check for redefinition of
13215 poisoned identifier. Update call of dump_definition.
13216 (do_undef): Don't call check_macro_name. Rename sym_length to
13218 (do_error, do_warning): Don't use copy_rest_of_line or
13220 (do_warning): Don't use pedwarn for the actual warning,
13221 only the notice about its not being in the standard. (Fixes
13222 bug with #warning in system headers.)
13223 (do_ident): Stricter argument checking - accept only a single
13224 string after #ident. Also, macro-expand the line.
13225 (do_xifdef): Use cpp_defined. De-obfuscate.
13227 (do_pragma): Split out specific pragma handling to separate
13228 functions. Use get_directive_token. Update commentary. Do
13229 not pass on #pragma once or #pragma poison to the front end.
13230 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
13231 do_pragma_default): New.
13233 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
13235 * jump.c (jump_optimize_1): The first operand in a relational
13236 can be a CONST_INT.
13237 * optabs.c (emit_conditional_move): Handle relationals which
13238 have a known true/false result.
13240 2000-02-11 Geoff Keating <geoffk@cygnus.com>
13242 * function.c (thread_prologue_and_epilogue_insns): Don't insert
13243 a RETURN insn into a block which already ends with a jump.
13245 2000-02-11 Geoff Keating <geoffk@cygnus.com>
13247 * haifa-sched.c (BUF_LEN): Increase a lot.
13249 2000-02-11 Nick Clifton <nickc@cygnus.com>
13251 * configure.in: Add tm_p_file specification for thumb targets.
13252 * configure: Regenerate.
13254 * config/arm/thumb-protos.h: New file: Prototypes for exported
13255 functions defined in thumb.c.
13257 2000-02-11 Robert Lipe <robertl@sco.com>
13259 * Makefile.in (bootstrap-lean): Remove additional files.
13260 (bootstrap2-lean): Likewise.
13261 (VOL_FILES): List of files for above.
13263 2000-02-11 Nathan Sidwell <nathan@acm.org>
13265 * cpphash.c (special_symbol): Remove spurious argument to
13268 2000-02-11 Joel Sherrill (joel@OARcorp.com>
13270 * configure.in: (i*86-*-rtems*): Swapped elf and coff
13272 * configure: Rebuilt.
13274 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
13276 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
13278 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
13280 * pa.c, pa.h: Remove trigraph sequences within comments.
13282 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
13284 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
13286 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
13288 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
13290 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13292 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
13294 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13296 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
13297 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
13298 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
13299 (ASM_FILE_END): Use c4x_file_end.
13300 * config/c4x/c4x.c (c4x_global_label): New function.
13301 (c4x_external_ref, c4x_file_end): Likewise.
13303 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
13304 (c4x_external_ref, c4x_end_file): Likewise.
13306 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
13308 * cppexp.c: Don't include cpphash.h.
13309 (parse_charconst, cpp_lex): Use cpp_defined.
13310 (cpp_lex): Use get_directive_token throughout. Remove
13311 unnecessary cases from switch. Move assertion-handling code
13312 down to OTHER case.
13313 (cpp_parse_expr): If we see '+' or '-', check the context to
13314 determine if they are unary or binary operators. Streamline
13315 the jumps a bit. Do not call skip_rest_of_line.
13317 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
13318 static. Export get_directive_token. Update commentary.
13319 (cpp_defined): New function.
13320 (do_define): Remove reference to T_PCSTRING. Call
13321 free_definition to release memory for old definition, when
13322 redefining a macro.
13323 (eval_if_expression): Set only_seen_white to 0 before calling
13324 cpp_parse_expr. Call skip_rest_of_line after it returns.
13325 (cpp_read_check_assertion): Don't preserve a pointer into the
13326 token buffer across a call to cpp_get_token.
13328 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
13329 * cppfiles.c (redundant_include_p): Use cpp_defined.
13330 * cpphash.c (free_definition): New function.
13331 (delete_macro): Use it. Update commentary.
13332 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
13334 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
13335 from enum node_type. Prototype cpp_defined and get_directive_token.
13336 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
13338 * fix-header.c (check_macro_names): Use cpp_defined.
13339 (read_scan_file): Set inhibit_warnings and inhibit_errors in
13340 the options structure.
13342 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13344 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
13346 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
13348 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
13349 rather than die->die_tag.
13351 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13353 * combine.c (make_extraction, force_to_mode): Avoid warning on
13354 mixed-signedness conditionals.
13355 (make_field_assignment, nonzero_bits): Likewise.
13356 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
13357 (store_split_bit_field, extract_split_bit_field): Likewise.
13358 (extract_fixed_bit_field, store_bit_field,
13359 * expr.c: Change alignment to be unsigned everywhere.
13360 (move_by_pieces, store_constructor_field, store_constructor):
13361 Alignment parm is unsigned.
13362 (emit_block_move, emit_group_load, emit_group_store): Likewise.
13363 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13364 (do_compare_rtx_and_jump): Likewise.
13365 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
13366 Compare align with GET_MODE_ALIGNMENT.
13367 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
13368 (get_inner_reference): Likewise.
13369 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
13370 (expand_assignment): Local vars for alignment now unsigned.
13371 (store_constructor, store_field, expand_expr, do_jump): Likewise.
13372 (do_compare_and_jump): Likewise.
13373 (store_field): Call new function expr_align.
13374 * expr.h (emit_block_move, emit_group_load, emit_group_store):
13375 Alignment arg now unsigned.
13376 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13377 (do_compare_rtx_and_jump, store_bit_field): Likewise.
13378 (extract_bit_field): Likewise.
13379 * fold-const.c (add_double): Add cast to eliminate signedness warning.
13380 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
13381 (get_best_mode): Alignment arg is unsigned.
13382 * rtl.h (move_by_pieces): Likewise.
13383 * store-layout.c (maximum_field_alignment, set_alignment):
13385 (layout_decl): Alignment arg is now unsigned.
13386 Remove unneeded casts.
13387 (layout_record, layout_union, layout_type): Remove unneeded casts.
13388 Local alignment variables now unsigned.
13389 (get_best_mode): Alignment arg now unsigned.
13390 * tree.c (expr_align): New function.
13391 * tree.h (expr_align): Likewise.
13392 (maximum_field_alignment, set_alignment): Now unsigned.
13393 (get_inner_reference): Alignment argument is now pointer to unsigned.
13394 * varasm.c (assemble_variable): Add cast to eliminate warning.
13396 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
13398 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
13399 then store directly into op0.
13401 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
13402 the CALL_INSN, and emit the note immediately after it.
13404 2000-02-10 Nick Clifton <nickc@cygnus.com>
13406 * config/arm/thumb.md (epilogue): Include a (return) in the
13407 generated insn, and emit it using emit_jump_insn not
13410 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
13412 * function.c (assign_temp): Change zero-sized arrays to size 1.
13413 * integrate.c (expand_inline_function): Do not update
13414 stack_alignment_needed
13415 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
13416 add some sanity checking, remove optimization for function with
13419 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13421 * flow.c (mark_regs_live_at_end): Delete unused variables.
13423 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
13425 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
13426 in macro FRAME_GROWS_DOWNWARD.
13428 * stmt.c (expand_end_bindings): Delete unused variable.
13430 * unroll.c (iteration_info): Mark parameter `loop' with
13433 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13435 * fixinc/server.c (load_data): Return NULL if the marker line is
13437 (run_shell): If load_data returns NULL, retry the command once, in
13440 * configure: Rebuilt.
13442 2000-02-09 Bruce Korb <bkorb@gnu.org>
13444 * gcc/fixincludes: ** DELETED **
13445 * gcc/fixcpp: ** DELETED **
13446 * gcc/fixinc-nt.sed: ** DELETED **
13447 * gcc/just-fixinc: ** DELETED **
13448 * gcc/Makefile.in: Removed out-dated commentary
13449 * gcc/configure.in: Removed fast-fixincludes disablement.
13450 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
13452 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
13453 * function.c (thread_prologue_and_epilogue_insns): Uncomment
13456 2000-02-09 Richard Henderson <rth@cygnus.com>
13458 * jump.c (delete_insn): Don't delete user labels at -O0.
13460 2000-02-09 Robert Lipe <robertl@sco.com>
13462 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
13463 Don't link with HOST_LIBS.
13465 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
13467 * configure.in: Correct --help text for --with-dwarf2.
13468 Put tm-dwarf2.h after other tm files, if it's requested.
13469 * configure: Regenerate.
13470 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
13473 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
13475 * cpplib.h: Provide HASHNODE typedef and forward decl of
13476 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
13477 DEFINITION, struct hashnode, struct macrodef, struct
13478 definition, scan_decls prototype, default defn of
13479 INCLUDE_LEN_FUDGE moved elsewhere.
13481 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
13482 definition, and struct hashnode moved here. Remove the unused
13483 'predefined' field from struct definition. Replace the 'args'
13484 union with its sole member. All users updated (cpphash.c).
13485 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
13486 multiple include guard.
13488 * cpphash.c (hashf): Make static; use better algorithm; drop
13489 HASHSIZE parameter; return an unsigned int.
13490 (cpp_lookup): Drop HASH parameter. PFILE parameter is
13491 used. Calculate HASHSIZE modulus here.
13492 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
13494 (create_definition): Drop PREDEFINITION parameter.
13495 * cpplib.c (do_define): Don't calculate a hash value here.
13496 Don't pass (keyword == NULL) to create_definition.
13498 * scan.h: Prototype scan_decls here.
13499 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
13500 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
13501 callers of cpp_lookup and cpp_install updated.
13503 * cpphash.c (macarg): Hoist all the flag diddling out of the
13505 (macroexpand): ... and out of the loop that calls macarg.
13506 Skip over the initial paren before macro arguments with
13507 cpp_get_non_space_token; point may be some distance before
13508 that paren. Abort if it's not there.
13510 * cpplib.c (parse_clear_mark): Delete function.
13511 (parse_set_mark, parse_goto_mark): Make static.
13512 (ACTIVE_MARK_P): New macro.
13513 (skip_block_comment, skip_line_comment): Do not bump the line
13514 if ACTIVE_MARK_P is true.
13515 (cpp_pop_buffer): The buffer to be popped may not have an
13517 (cpp_get_token): When looking for the initial paren before
13518 macro arguments, only set a mark in a file buffer, Always
13519 return to that mark before proceeding to call macroexpand or
13520 return a NAME token.
13522 * cpplib.h: Remove prototypes of parse_set_mark,
13523 parse_clear_mark, parse_goto_mark.
13524 (struct cpp_options): Rename 'put_out_comments' to
13525 'discard_comments' and invert its sense.
13526 * cppinit.c, cpphash.c, cpplib.c: All users of
13527 put_out_comments changed to use discard_comments, with
13530 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
13532 * function.c (thread_prologue_and_epilogue_insns): Don't delete
13533 the edge from a block that both jumps and falls through to the
13536 2000-02-09 Scott Bambrough <scottb@netwinder.org>
13538 * config/arm/arm.md (movsi): In PIC mode, make sure that a
13539 constant source address is legitimate.
13541 2000-02-09 Philip Blundell <pb@futuretv.com>
13543 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
13546 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
13548 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
13550 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
13552 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
13553 ends with a newline and a NUL. Don't be so clever manipulating
13556 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
13558 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
13559 not to BIGGEST_ALIGNMENT.
13561 2000-02-08 Geoff Keating <geoffk@cygnus.com>
13563 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
13564 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
13565 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
13566 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
13567 * frame.c (execute_cfa_insn): Handle
13568 DW_CFA_GNU_negative_offset_extended.
13570 2000-02-08 Richard Henderson <rth@cygnus.com>
13572 * flow.c (tidy_fallthru_edges): Split out from ...
13573 (delete_unreachable_blocks): ... here.
13574 (find_basic_blocks): Use it.
13576 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13578 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
13580 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
13582 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
13583 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
13584 (fix-header.o): Don't depend on cpphash.h.
13586 * scan.c (hashstr): New function.
13587 * scan.h: Prototype it.
13588 * fix-header.c: Don't include cpphash.h. Use hashstr.
13589 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
13590 hashstr. Report hash table statistics. Add private
13591 definition of xrealloc.
13593 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13595 * i386.h (TARGET_SWITCHES): Fix typo in option name.
13597 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
13599 * function.c (thread_prologue_and_epilogue_insns): Don't replace
13600 jumps with returns unless they are jumps to the fallthru block.
13602 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
13604 * i386.md (addqi3_cc): Fix contraints.
13606 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
13608 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
13610 2000-02-07 Mark Mitchell <mark@codesourcery.com>
13612 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
13613 carriage return after a macro name.
13615 2000-02-07 Fred Fish <fnf@be.com>
13617 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
13618 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
13620 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
13622 * cppfiles.c (deps_output): Count spacers in deps_column.
13624 2000-02-07 Neil Booth <NeilB@earthling.net>
13626 * cppinit.c (initialize_dependency_output): If there is no
13627 suffix, don't try to look for known suffixes. Use strrchr.
13628 (cpp_start_read): Remove duplicate initialization.
13630 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
13632 * calls.c (compute_argument_block_size): New argument
13633 preferred_stack_boundary.
13634 (expand_call): update cfun->preferred_stack_boundary, update call of
13635 compute_argument_block_size
13636 (emit_library_call): Increate cfun->preferred_stack_boundary
13637 to PREFERRED_STACK_BOUNDARY
13638 (emit_library_call_value): Likewise.
13639 * explow.c (allocate_dynamic_stack_spave): Likewise.
13640 * function.c (prepare_function_start): Set
13641 cfun->preferred_stack_boundary
13642 * function.h (struct function): Add preferred_stack_boundary field.
13643 * integrate.c (expand_inline_function): Update
13644 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
13645 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
13646 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
13648 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
13650 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
13651 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
13652 cpp_pedwarn, cpp_pedwarn_with_line,
13653 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
13654 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
13655 v_cpp_error_with_line, v_cpp_warning_with_line,
13656 cpp_message_from_errno, cpp_perror_with_name): Delete.
13658 * cpperror.c (cpp_print_containing_files): Take starting
13659 buffer as argument.
13660 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
13661 (v_cpp_message): Now called directly by all entry points.
13663 (cpp_pfatal_with_name, cpp_message): Delete.
13664 (cpp_notice_from_errno, cpp_ice): New functions.
13665 (cpp_notice): Is now for reporting error conditions, just
13666 without an associated file.
13667 (cpp_error, cpp_error_with_line): Don't do anything if
13668 opts->inhibit_errors is on.
13669 (cpp_pedwarn_with_file_and_line): Take column argument also.
13671 * cpplib.h: Update prototypes of exported functions.
13672 (struct cpp_options): Add inhibit_errors.
13674 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
13675 non-error messages. Include intl.h.
13677 * cppinit.c, cppmain.c: Likewise. Also, use
13678 cpp_notice_from_errno instead of cpp_perror_with_name or
13679 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
13681 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
13682 report internal errors.
13684 * cpplib.c (do_define): Switch bcopy to memcpy.
13685 Give cpp_pedwarn_with_file_and_line a dummy column argument.
13687 * cpplib.c (copy_rest_of_line): Revert previous change: don't
13688 bail out early if we hit a line comment.
13690 2000-02-06 Richard Henderson <rth@cygnus.com>
13692 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
13693 * basic-block.h: Declare them.
13694 * emit-rtl.h (active_insn_p): New.
13695 (next_active_insn, prev_active_insn): Use it.
13696 * rtl.h: Declare it.
13697 * function.c (emit_return_into_block): New.
13698 (thread_prologue_and_epilogue_insns): Insert return insns instead
13699 of epilogues when possible.
13700 * jump.c (jump_optimize_1): Remove code to insert a return insn
13701 on the fallthru to the exit block.
13703 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
13704 and for non-empty stack frames.
13705 * i386.md (return): Expand to return-pop as needed.
13707 2000-02-06 Richard Henderson <rth@cygnus.com>
13709 * simplify-rtx.c (simplify_relational_operation): Canonicalize
13710 constant to op1 for testing.
13712 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13714 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
13715 (fixuns_truncqfqi2): Use it.
13717 2000-02-06 Richard Henderson <rth@cygnus.com>
13719 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
13720 as a TYPE_LEA insn.
13722 * i386.md (widening and peepholes): Mask the constant instead of
13725 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
13727 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
13728 input pointer before possibly branching off to the backslash
13730 * cpphash.c (macroexpand): Correctly delete \r escapes when
13731 stringifying parameters.
13732 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
13733 if we can; bail out early if we hit a line comment.
13734 (handle_directive): Treat '# 123' in an .S file just like
13735 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
13736 Return 1 for '# not_a_directive'.
13737 (get_directive_token): Pop macro buffers here, so that
13738 cpp_get_token can't sneakily move past a newline.
13740 (cpp_get_token): goto randomchar if handle_directive returns 0.
13742 * cppalloc.c: Update copyright.
13743 * cpplib.c: Merge all the static function prototypes into one
13745 * cpplib.h: Remove #if 0 block.
13747 * cpperror.c: Remove #ifdef EMACS block.
13748 * cppmain.c: Likewise.
13749 * cpphash.c: Remove #if 0 blocks.
13750 * cppinit.c: Remove #if 0 blocks, and the -lint option.
13751 * cpplib.c: Remove #if 0 blocks and code referencing
13752 pcp_inside_if or for_lint. Remove duplicate error message.
13753 Fix error messages for #else after #else or #elif. Reformat.
13754 Remove archaic TODO list.
13755 * cpplib.h: Remove pcp_inside_if and for_lint flags.
13757 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
13759 * i386/osf1elf.h: Add missing backslash to multiline string.
13761 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13763 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
13765 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13767 * Makefile.in (c-common.o): Depend on $(EXPR_H).
13769 * c-common.c: Include expr.h.
13771 * c-pragma.c (mark_align_stack): Add prototype.
13773 * caller-save.c (add_stored_regs): Likewise.
13775 * combine.c (record_promoted_value): Likewise.
13777 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
13780 * cppinit.c (new_pending_define): Likewise.
13782 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
13784 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
13785 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
13786 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
13787 class_scope_p): Likewise.
13789 * dwarf2out.h (dwarf2out_set_demangle_name_func,
13790 dwarf2out_add_library_unit_info): Likewise.
13792 * ggc.h (ggc_page_print_statistics): Likewise.
13794 * haifa-sched.c (propagate_deps): Likewise.
13796 * reg-stack.c (next_flags_user, record_label_references): Likewise.
13798 * rtl.h (set_stack_check_libfunc): Likewise.
13800 * toplev.h (set_fatal_function): Likewise.
13802 * toplev.c (set_fatal_function): Delete prototype.
13804 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
13806 2000-02-05 Geoff Keating <geoffk@cygnus.com>
13808 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
13809 (FUNC_END): Likewise.
13811 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13813 * caller-save.c: Include tm_p.h.
13815 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13817 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
13819 2000-02-04 Neil Booth <NeilB@earthling.net>
13821 * cccp.c (main): Check 'dir' for a NULL pointer before passing
13824 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
13826 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
13827 * genflags.c: Use the max_operand_1 logic from genemit.c to
13828 calculate how many arguments gen_insn prototypes have. Remove
13829 NO_MD_PROTOTYPES ifdefs from the generated file.
13830 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
13831 file. Cast gen_insn initializers to insn_gen_fn.
13832 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
13833 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
13835 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13837 * fixinc/Makefile.in (HDR): Add machname.h.
13840 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13842 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
13843 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
13844 (c4x_cpu_version): Ditto.
13845 * config/c4x/c4x-protos.h: ... here.
13847 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
13849 * dwarf2out.c (add_abstract_origin_attribute): Don't call
13850 gen_abstract_function on our context if we're a nested function.
13852 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13854 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
13855 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
13857 2000-02-04 Bruce Korb <bkorb@gnu.org>
13859 * fixinc/genfixes(machname.h):
13860 Move the functionality from gen-machine.h into this file.
13861 UNdef MN_NAME_PAT if there are no names to change.
13862 Also, be a little kinder when AutoGen is not present.
13864 * fixinc/Makefile.in(machname.h):
13865 Change the generation rule to use genfixes.
13867 * fixinc/fixfixes.c(machine_name):
13868 machine_name_fix's functionality now dependent upon whether
13869 MN_NAME_PAT is defined.
13871 * fixinc/fixtests.c(machine_name):
13874 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
13877 * fixinc/fixlib.h(mn_get_regexps):
13880 * fixinc/gen-machine.h: DELETED
13882 2000-02-04 Jan Hubicka <jh@suse.cz>
13883 Richard Henderson <rth@cygnus.com>
13885 * i386.c (SAVE_REGS_FIRST): Remove.
13886 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
13887 (ix86_compute_frame_size): Likewise.
13888 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
13889 (ix86_emit_restore_regs): Remove.
13890 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
13891 when a frame pointer is in use.
13892 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
13893 instead of pop to restore a register when profitable; emit leave
13895 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
13896 as a TYPE_LEA insn.
13897 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
13898 * i386.md (prologue_allocate_stack): Remove.
13899 (epilogue_deallocate_stack): Remove.
13900 (pro_epilogue_adjust_stack): New.
13902 2000-02-04 Richard Henderson <rth@cygnus.com>
13904 * function.c (diddle_return_value): Rework to use a callback function.
13905 Use current_function_return_rtx if it's been set up.
13906 (do_clobber_return_reg, clobber_return_register): New.
13907 (do_use_return_reg, use_return_register): New.
13908 (expand_function_end): Use them.
13909 * stmt.c (expand_null_return): Likewise.
13910 * function.h: Declare them.
13911 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
13912 (mark_reg): Change arguments as appropriate for callback.
13913 * integrate.c (expand_inline_function): Revert 19 Jan change.
13915 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
13917 * tm.texi (Values in Registers): Fix typo: "fo" "for".
13918 (Misc): Say the scheduler, not the Haifa scheduler.
13920 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
13922 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
13923 when in_mem is set. Update all callers.
13925 2000-02-04 Richard Henderson <rth@cygnus.com>
13927 * i386/openbsd.h (INT_ASM_OP): Define.
13929 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
13931 * tm.texi: Fix various typos.
13933 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
13935 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
13936 (MD_STARTFILE_PREFIX_1): New macro.
13938 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
13940 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
13941 destination when needed.
13942 (strmovsi, strsetsi): New expander.
13943 (strmovsi_1, strsetsi_1): New pattern.
13944 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
13945 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
13946 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
13947 * invoke.texi (align-stringops, inline-all-stringops): Document.
13949 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
13951 * i386/netbsd.h (INT_ASM_OP): Define.
13953 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
13955 * cpplib.h (cpp_reader): Add new flag, no_directives.
13956 * cpphash.c (macarg): Set it.
13957 * cpplib.c (handle_directive): If no_directives is on and we
13958 find a directive, issue an error and discard the line.
13960 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
13962 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
13963 FP constants. Add ! TARGET_FPU check for FP constants.
13965 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
13967 * flow.c (find_basic_blocks): Don't kill label_value_list
13969 (cleanup_cfg): Kill it here.
13971 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13973 * expr.c (store_field): Ensure ALIGN is no stricter than the
13976 2000-02-02 Richard Henderson <rth@cygnus.com>
13978 * jump.c (delete_insn): Partially revert 19 Jan change;
13979 don't convert unused code labels to notes at -O0.
13981 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13983 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
13984 split_all_insns to recreate REG_LABEL notes for flow2 pass.
13986 2000-02-01 Richard Henderson <rth@cygnus.com>
13988 * i386.c (general_no_elim_operand): New.
13989 (nonmemory_no_elim_operand): New.
13990 (ix86_expand_move): Copy eliminable operands before a push.
13991 * i386-protos.h: Declare new functions.
13992 * i386.h (CAN_ELIMINATE): Simplify.
13993 (PREDICATE_CODES): Update.
13994 * i386.md (push insns): Don't allow eliminable register operands.
13996 2000-02-01 Richard Henderson <rth@cygnus.com>
13998 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
13999 replace BLKmode with DECL_RTL's mode.
14001 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
14003 * frame.c (find_fde): Convert for loop to do-while so compiler
14004 sees it's always executed at least once.
14005 * libgcc2.c (BBINBUFSIZE): Kill.
14006 (__bb_init_prg): Use fgets.
14007 (__bb_exit_trace_func): Don't paste strings.
14008 * unroll.c (unroll_loop): Initialize unroll_type, not
14009 unroll_number, and tweak logic to match.
14011 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
14013 (ix86_flags_dependant): Likewise. Disentangle control flow.
14014 (ix86_sched_reorder): Break guts out to
14015 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
14016 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
14019 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
14020 use string concatenation. Don't save and restore esi.
14022 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
14023 (machname.h): Remove script to separate file. Use two-step
14024 sequence so target is not created if script fails.
14025 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
14026 identifiers are defined.
14027 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
14028 an empty string, machine_name doesn't need to do anything at
14030 (is_cxx_header): Add more cases to regexp.
14031 * fixinc/fixlib.h: Update prototype.
14032 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
14034 * fixinc/fixincl.c: Define NO_BOGOSITY.
14036 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
14037 (hp_sysfile): Add missing comma.
14038 (math_exception): Put the wrapper ifdefs at the beginning and
14039 the end of the file.
14040 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
14042 2000-02-01 Richard Henderson <rth@cygnus.com>
14044 * sparc.c (fp_zero_operand): Turn into a normal predicate.
14045 Use CONST0_RTX. Update all callers.
14046 * sparc.h, sparc-protos.h: Update accordingly.
14047 * sparc.md (fp mov insns): Use fp_zero_operand directly
14050 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
14052 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
14055 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14057 * Makefile.in (specs.ready): New target.
14058 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
14060 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14062 * fixinc.irix: Use unique filenames for writing into /tmp,
14063 * fixinc.ptx: Likewise.
14064 * fixinc.sco: Likewise.
14065 * fixinc.svr4: Likewise.
14066 * fixinc.winnt: Likewise.
14068 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14070 * tsystem.h: New file.
14072 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
14073 s-crtS): Depend on tsystem.h.
14075 * crtstuff.c: Include tsystem.h.
14076 * frame.c: Likewise.
14077 * libgcc2.c: Likewise.
14079 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
14081 * builtins.c (expand_builtin_memset): Expand for variable sized
14084 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
14086 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
14089 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
14091 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
14093 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
14095 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
14097 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
14098 case 3->2 combining (combining with splitting) in which 2 is CC0
14099 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
14100 checked at the begining of the function with the aid of calling
14101 function 'can_combine_p'.
14103 2000-01-31 Dave Brolley <brolley@redhat.com>
14105 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
14107 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
14109 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
14112 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14114 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
14116 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
14119 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
14121 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
14122 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
14123 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
14124 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
14125 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
14126 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
14127 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
14128 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
14129 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
14130 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
14132 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
14133 Add %(cpp_cpu) to CPP_SPEC.
14135 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
14136 Add %(cc1_cpu) to CC1_SPEC.
14138 2000-01-28 Ulrich Drepper <drepper@redhat.com>
14140 * c-decl.c (c_decode_option): Accept optional numeric argument to
14141 -Wformat and set warn_format.
14142 * c-common.c: Don't emit warning about non-constant printf format
14143 string unless warn_format > 1.
14145 2000-01-30 Richard Henderson <rth@cygnus.com>
14147 * alpha.md (return_internal): Allow after reload only.
14149 2000-01-30 Richard Henderson <rth@cygnus.com>
14151 * i386.c (ix86_compute_frame_size): Omit padding1 if the
14152 local frame size is zero.
14154 2000-01-30 Richard Henderson <rth@cygnus.com>
14156 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
14157 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
14158 * alpha.md (return): Turn into an expander.
14159 (return_internal): Don't use $26.
14160 (epilogue): Emit the return insn.
14162 2000-01-30 Richard Henderson <rth@cygnus.com>
14164 * alpha.md (negtf2, abstf2): Fix word order thinko.
14165 (extendsftf2): New.
14166 (trunctfsf2): Avoid intermediate rounding errors.
14168 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
14170 * cppfiles.c (find_position): Drop 'colp' argument, return the
14172 (read_and_prescan): Adjust to match. Don't ever manipulate
14173 line or line_base except via find_position.
14175 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
14177 * c-parse.in: Apply Ulrich's changes from c-parse.y.
14178 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
14181 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
14183 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
14184 just print "<command line>". If 'filename' is null or an
14185 empty string, print "<stdin>" for the filename.
14186 * cpplib.c (do_define): Don't print the 'location of the
14187 previous definition' message if we're still parsing the
14189 (cpp_pedwarn_with_file_and_line): Always call
14190 cpp_file_line_for_message.
14192 2000-01-29 Mark Mitchell <mark@codesourcery.com>
14194 * flow.c (mark_regs_live_at_end): Fix typo.
14196 2000-01-28 Ulrich Drepper <drepper@redhat.com>
14198 * c-common.c: Adjust variable names, comments, help strings to c99.
14199 * c-lex.c: Likewise.
14200 * c-parse.y: Likewise.
14201 * c-tree.h: Likewise.
14202 * cccp.c: Likewise.
14203 * cpplib.h: Likewise.
14204 * c-decl.c: Likewise. Recognize options with names "*99" as well.
14205 * cppinit.c: Likewise.
14207 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14209 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
14210 * c4x.c: Define the optab rtx values.
14211 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
14212 (c4x_emit_libcall): Use new optab rtx values.
14213 (c4x_emit_libcall3): Likewise.
14214 (c4x_emit_libcall_mulhi): Likewise.
14215 * c4x-protos.h: Add prototypes for optab rtx values and change
14216 prototypes for above c4x_emit_libcall functions.
14218 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14220 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
14222 (c4x_function_prologue): Use regnames intead of float_reg_names when
14224 (c4x_function_epilogue): Likewise.
14225 (c4x_print_operand): Likewise.
14226 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
14227 * c4x.md (set_high): Disable for TARGET_TI.
14229 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14231 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
14232 of framepointer + constant to ADDR_REGS class.
14233 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
14234 * c4x.c (std_or_reg_operand): New function.
14235 * c4x-protos.h (std_or_reg_operand): Prototype it.
14237 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14239 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
14240 object names as libgcc2.c.
14241 * libgcc.S: Use newly defined names.
14243 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
14244 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
14246 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
14247 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
14248 (FLOW_LOOP_LAST_BLOCK): Likewise.
14250 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14252 * basic-block.h (struct loop): New fields 'first' and 'last'.
14253 * flow.c (flow_loops_find): Compute loop->first and loop->last.
14254 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
14255 and loop->last to check for NOTE_INSN_LOOP_END.
14257 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
14259 * predict.c (estimate_probability): Use the new FIRST and LAST fields
14260 of the loop descriptor rather than HEADER and LATCH. Also added
14261 missing break statements as well making some coding style modifications
14262 as suggested by Michael Hayes.
14264 2000-01-28 Richard Henderson <rth@cygnus.com>
14266 * flow.c (find_basic_blocks): Remove do_cleanup argument.
14267 Break out that code ...
14268 (cleanup_cfg): ... here.
14269 (commit_one_edge_insertion): Detect a return instruction being
14270 emitted to an edge. Emit a barrier following; clear fallthru.
14271 (commit_edge_insertions): Verify CFG consistency.
14272 * function.c (expand_function_start): Kill unused variable.
14273 (expand_function_end): Likewise.
14274 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
14275 to insert the epilogue.
14277 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
14278 (delete_null_pointer_checks): Likewise.
14279 * output.h: Likewise.
14280 * reg-stack.c (reg_to_stack): Likewise.
14281 * toplev.c (rest_of_compilation): Likewise. Run
14282 thread_prologue_and_epilogue_insns after rebuilding the CFG.
14284 2000-01-28 Richard Henderson <rth@cygnus.com>
14286 * Makefile.in (flow.o): Revert 24 Jan change.
14287 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
14288 FUNCTION_VALUE result to DECL_RESULT's mode.
14290 * haifa-sched.c (schedule_insns): Don't recompute reg info
14293 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
14295 * configure.in: Make --enable-cpplib the default.
14296 * configure: Regenerate.
14297 * gcc.dg/990119-1.c: No longer expected to fail.
14299 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
14301 * jump.c (jump_optimize_1): Delete an optimization that is also done
14302 by merge_blocks in flow.
14304 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14306 * diagnostic.c (build_message_string, output_printf,
14307 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
14308 (build_location_prefix): Fix non-literal format string.
14310 2000-01-27 Richard Henderson <rth@cygnus.com>
14312 * alpha.md (trunctfsf2): New.
14314 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
14316 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
14318 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
14320 * cppinit.c (cpp_handle_option): Recognize C++ comments under
14322 * cpplib.c (skip_block_comment, skip_line_comment): Split code
14324 (skip_comment) ... here. Permit C++ comments in system
14325 headers always. Warn about C++ comments in user code under
14326 -std=gnu89 -pedantic.
14327 (copy_comment): Use skip_comment.
14328 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
14330 (consider_directive_while_skipping, do_else, do_endif): Call
14331 validate_else unconditionally.
14332 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
14333 text after the conditional in a system header.
14334 * cpplib.h (struct cpp_buffer): Add flag
14335 warned_cplusplus_comments.
14337 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
14339 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
14340 Use unshare_all_rtl_1.
14341 (unshare_all_rtl_again): New function.
14342 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
14344 * function.c (purge_addressof_1): Use unshare_all_rtl_again
14345 rather than resetting the 'used' flags ourself.
14347 * toplev.c (rest_of_compilation): Add current_function_decl
14348 to the unshare_all_rtl call.
14349 * tree.h: Prototype unshare_all_rtl.
14350 * rtl.h: Prototype unshare_all_rtl_again here.
14352 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
14354 * genoutput.c (output_prologue): Include ggc.h in generated
14356 * Makefile.in (insn-output.o): Depends on ggc.h.
14358 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
14359 Hans-Peter Nilsson <hp@bitrange.com>
14361 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
14362 Remove redundant include of xm-ns32k.h.
14363 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
14364 Remove redundant include of xm-ns32k.h.
14365 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
14366 Remove redundant include of xm-ns32k.h.
14367 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
14369 * ns32k/ns32k.h: Update comment on multiply-add instructions.
14370 (TARGET_SWITCHES): Add documentation strings.
14371 (DWARF_FRAME_REGNUM): Override default definition.
14372 (REG_CLASS_CONTENTS): Add comments.
14373 (SUBSET_P): Format to reduce line length.
14374 (SMALL_REGISTER_CLASSES): Make a run time option.
14375 (GO_IF_NONINDEXED_ADDRESS): Reformat.
14376 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
14377 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
14378 (regclass_map): fix typo in comment.
14379 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
14380 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
14381 (trace, reg_or_mem_operand): Delete, unused function.
14382 (calc_address_cost): Small offsets are cheaper than large ones.
14383 (expand_block_move): Generate more efficient code when bytes is a
14384 known at compile time.
14385 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
14386 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
14387 instead of reg_or_mem_operand.
14389 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
14390 not general_operand. Similarly use "=rm" or stricter, not "=g".
14391 For input operands, use stricter constraints than "g" if not
14392 general_operand. Similarly use stricter predicate than
14393 "general_operand" when stricter constraints than "g" are present,
14394 except for matching constraints.
14395 (movstrsi): Use "memory_operand" for operands 0 and 1.
14396 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
14397 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
14398 not reg_or_mem_operand.
14399 (udivmoddisi4): Ditto.
14400 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
14401 Use nonimmediate_operand for operand 3, not register_operand.
14402 (udivmoddiqi4_internal): Use register_operand for operand 1, not
14403 reg_or_mem_operand.
14405 2000-01-27 Fred Fish <fnf@be.com>
14407 * gthr-posix.h: Fix typo; compatibily -> compatibility.
14408 * gthr-single.h: Likewise.
14409 * gthr-solaris.h: Likewise.
14410 * gthr-vxworks.h: Likewise.
14411 * gthr-win32.h: Likewise.
14412 * gthr.h: Likewise.
14414 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
14416 * cppinit.c: Add " (cpplib)" to end of string printed by
14419 2000-01-27 Richard Henderson <rth@cygnus.com>
14421 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
14422 testing for a signed comparison.
14423 (alpha_emit_floatuns): New.
14424 * alpha-protos.h: Declare it.
14425 * alpha.md (floatunsdisf2, floatunsdidf2): New.
14426 (extendsfdf2): Tidy.
14428 2000-01-27 Jakub Jelinek <jakub@redhat.com>
14430 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
14431 no -g option specifying debugging format, default to -gstabs+.
14433 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14435 * calls.c (special_function_p): New argument fork_or_exec.
14436 (expand_call): When profile_arc_flag is set and the function
14437 is in the fork_or_exec group, call __bb_fork_func first.
14438 * libgcc2.c, _bb module (__bb_fork_func): New function.
14439 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
14441 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
14442 * tree.h (special_function_p): Update prototype.
14444 2000-01-26 Richard Henderson <rth@cygnus.com>
14446 * alpha.c (alpha_split_tfmode_pair): New.
14447 * alpha-protos.h: Declare it.
14448 * alpha.md (abstf2, negtf2): New.
14449 (movtf insn): Add input G constraint.
14450 (movtf splitter): Use alpha_split_tfmode_pair.
14452 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14454 * i386/cygwin.h: PROTO -> PARAMS.
14456 2000-01-26 Jakub Jelinek <jakub@redhat.com>
14458 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
14459 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
14460 using _Qp_cmp/_Q_cmp and testing the return value.
14461 (print_operand): Call reverse_condition_maybe_unordered if
14462 we are handling CCFPmode or CCFPEmode.
14463 Handle ORDERED, UN* and LTGT comparisons.
14464 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
14465 if not TARGET_HARD_QUAD.
14466 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
14467 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
14468 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
14469 Adjust gen_b* calls so that they reflect return comparison of
14470 sparc_emit_float_lib_cmp.
14472 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14474 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
14475 incoming operands array is large enough for one more operand.
14476 (alpha_emit_xfloating_arith): Likewise.
14478 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
14480 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
14481 file with one line and no trailing newline.
14482 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
14483 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
14484 checking if the match is on the line.
14485 * fixinc/gnu-regex.c: Provide regerror not __regerror.
14487 2000-01-25 Richard Henderson <rth@cygnus.com>
14489 * sparc.c (output_cbranch): Fix accidental squashing of the
14490 fp branch pre-delay nop.
14492 2000-01-25 Richard Henderson <rth@cygnus.com>
14494 * tree.def (UNNE_EXPR): Remove.
14495 * c-typeck.c (build_binary_op): Don't handle it.
14496 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
14498 * rtl.def (UNNE): Remove.
14500 * jump.c (reverse_condition): Update accordingly.
14501 (swap_condition): Likewise.
14502 (comparison_dominates_p): Handle unordered comparisons.
14503 (reverse_condition_maybe_unordered): New.
14504 * rtl.h (reverse_condition_maybe_unordered): Declare.
14506 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
14507 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
14508 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
14509 * sparc.md (bltgt): New.
14511 2000-01-25 Nick Clifton <nickc@redhat.com>
14513 * emit-rtl.c (emit_insn): Only check machine class insns for
14514 improper emission of a RETURN.
14516 2000-01-25 Richard Henderson <rth@cygnus.com>
14518 * Makefile.in (flow.o): Depend on $(EXPR_H).
14519 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
14520 duplicate the structure of diddle_return_value for keeping regs live.
14522 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14524 * loop.c (current_loop_info): Delete.
14525 (consec_sets_invariant_p): Add loop argument, update callers.
14526 (get_condition_for_loop): Likewise.
14527 (count_nonfixed_reads, update_giv_derive): Likewise.
14528 (simplify_giv_expr, general_induction_var): Likewise.
14529 (consec_sets_giv, recombine_givs): Likewise.
14530 (move_movables): Delete loop_start and loop_end arguments,
14531 add loop argument, and update callers.
14532 (find_mem_givs, check_final_value): Likewise.
14533 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
14534 (loop_invariant_p): Rename from invariant_p, add loop argument, and
14536 (basic_induction_var): Add loop argument, delete loop_level argument,
14537 and update callers.
14538 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
14539 add loop argument, and update callers.
14540 (find_splittable_regs, find_splittable_givs): Likewise.
14541 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
14542 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
14543 (biv_total_increment): Delete loop_start and loop_end arguments;
14545 (precondition_loop_p): Delete loop_start and loop_info arguments;
14547 * loop.h (get_condition_for_loop): Add loop argument.
14548 (biv_total_increment): Delete loop_start and loop_end arguments.
14549 (precondition_loop_p): Delete loop_start and loop_info arguments;
14551 (final_biv_value): Delete loop_start and loop_end arguments;
14553 (final_giv_value, back_branch_in_range_p): Likewise.
14555 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
14557 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
14559 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
14561 * Makefile.in (c-gperf.h) : Change the "See" pointer to
14562 point to the new "generated_files" doc.
14564 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
14566 * config/fp-bit.c (_unord_f2): Fix typo.
14568 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
14570 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
14571 c-typeck.c, objc/objc-act.c: Remove all references to obstack
14572 functions obsoleted by GC, such as push_obstacks_nochange,
14573 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
14574 and code which existed only to decide whether or not to call
14575 them. Remove now-unused NESTED argument from start_function;
14576 all callers changed. Do not change behavior based on ggc_p.
14577 The use of the ixp_obstack in c-iterate.c and the util_obstack
14578 in objc/objc-act.c remain; these are not obsoleted by garbage
14580 * c-tree.h: Update prototype for start_function.
14582 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
14584 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
14586 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
14589 2000-01-25 Richard Henderson <rth@cygnus.com>
14591 * sparc-protos.h (select_cc_mode): Declare.
14592 * sparc.c (select_cc_mode): New. Handle unordered compares.
14593 (output_cbranch): Always reverse via code change. Handle
14594 unordered compares. Factor tests and string updates.
14595 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
14596 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
14597 * sparc.md (bunordered, bordered): New.
14598 (bungt, bunlt, buneq, bunge, bunle): New.
14600 2000-01-25 Richard Henderson <rth@cygnus.com>
14602 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
14603 * ggc-common.c (ggc_add_rtx_varray_root): New.
14604 (ggc_mark_rtx_varray): New.
14605 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
14606 functions down below ggc_mark_foo.
14607 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
14609 2000-01-25 Richard Henderson <rth@cygnus.com>
14611 * alpha.c (secondary_reload_class): Don't allocate a secondary
14612 for integral mode memories into FLOAT_REGS. Rearrange the more
14613 complicated memory expression inward.
14615 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
14617 * inclhack.def: Fixes to play nicer with FreeBSD, and
14618 corrections to comments.
14619 (cxx_unready): Add select expression.
14620 (irix_sockaddr): Add bypass expression.
14621 (machine_ansi_h_va_list): New fix.
14622 (stdio_va_list): No need to edit _BSD_VA_LIST_.
14623 Split out addition of "#include <stdarg.h>" to...
14624 (stdio_stdarg_h): ... here.
14625 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
14626 to stdlib.h also. Do not munge _BSD_SIZE_T_.
14627 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
14629 (ultrix_ifdef): Tighten up select expression.
14631 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
14632 re_ct and max_mach to avoid use of shell. Make printed names
14633 match names in inclhack.def. Use static copyright date.
14634 Don't count c_test and test expressions as requiring regex_t
14635 slots. Add some commentary.
14636 * inclhack.tpl: Do not include the 'This script contains N
14637 fixup scripts' line if PROGRAM is defined. Use static
14640 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
14642 * dwarf2out.c: include "varray.h", not dyn-string.h.
14643 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
14644 (addr_const_to_string, addr_to_string): Lose.
14645 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
14646 (struct dw_val_struct): val_addr is now an rtx.
14647 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
14648 (used_rtx_varray): New varray.
14649 (dwarf2out_init): Initialize it.
14650 (save_rtx): New fn.
14651 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
14653 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
14654 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
14655 * Makefile.in (dwarf2out.o): Update dependencies.
14657 2000-01-24 Richard Henderson <rth@cygnus.com>
14659 * i386.c (i386_dwarf_output_addr_const): New.
14660 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
14662 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
14664 * dwarfout.c (output_mem_loc_descriptor): Likewise.
14665 * i386.c (i386_simplify_dwarf_addr): New.
14666 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
14668 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
14670 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
14671 TYPE_STUB_DECL is NULL.
14673 2000-01-24 Richard Henderson <rth@cygnus.com>
14675 * builtins.c (expand_tree_builtin): Move ...
14676 * c-common.c (expand_tree_builtin): ... here.
14678 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14680 * loop.h (LOOP_INFO): New accessor macro.
14681 * basic-block.h (struct loop): Rename field `info' to `aux'.
14682 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
14683 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
14684 * unroll.c (loop_iterations, unroll_loop): Likewise.
14686 2000-01-24 Christopher Faylor <cgf@cygnus.com>
14688 * config/i386/t-cygwin: Accomodate new winsup directory layout
14689 when searching for include files.
14691 2000-01-24 Richard Henderson <rth@cygnus.com>
14693 * rtl.def: Add unordered fp comparisions.
14694 * tree.def: Likewise.
14695 * tree.h: Add ISO C 9x unordered fp comparision builtins.
14697 * builtins.c (expand_tree_builtin): New function.
14698 * c-typeck.c (build_function_call): Use it.
14699 (build_binary_op): Support unordered compares.
14700 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
14702 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
14703 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
14704 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
14705 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
14706 * jump.c (reverse_condition): Don't abort for UNLE etc, but
14708 (swap_condition): Handle unordered compares.
14709 (thread_jumps): Check can_reverse before reversing.
14710 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
14713 * optabs.c (can_compare_p): New argument CODE. Verify branch or
14714 setcc is present before acking for cmp_optab. Update all callers.
14715 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
14716 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
14717 * expr.c (expand_expr): Likewise. Support unordered compares.
14718 (do_jump, do_store_flag): Likewise.
14719 * expr.h (enum libfunc_index): Add unordered compares.
14721 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
14722 (DPBIT_FUNCS): Add _unord_df.
14723 * config/fp-bit.c (_unord_f2): New.
14724 * fp-test.c (main): Try unordered compare builtins.
14726 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
14727 * alpha.c (alpha_comparison_operator): Check mode properly.
14728 (alpha_swapped_comparison_operator): Likewise.
14729 (signed_comparison_operator): Likewise.
14730 (alpha_fp_comparison_operator): New.
14731 (alpha_emit_conditional_branch): Handle unordered compares.
14732 * alpha.h (PREDICATE_CODES): Update.
14733 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
14734 (bunordered, bordered): New.
14736 2000-01-24 Richard Henderson <rth@cygnus.com>
14738 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
14739 * alpha.md (movtf): New expander, insn, and splitter.
14741 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
14743 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
14746 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
14748 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
14749 (FIXED_REGISTERS, CALL_USED_REGISTERS,
14750 REG_ALLOC_ORDER): Add frame pointer
14751 (FRAME_POINTER_REGNUM): Set to 20
14752 (HARD_FRAME_POINTER_REGNUM): New macro.
14753 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
14754 to HARD_FRAME_POINTER.
14755 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
14756 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
14757 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
14758 (HI_REGISTER_NAMES): Add "frame".
14759 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
14760 (debug_reg): Handle FRAME_POINTER_REGNUM.
14761 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
14762 GENERAL_REGS and INDEX_REGS.
14763 * i386.c (SAVED_REGS_FIRST): new macro.
14764 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
14765 (ix86_decompose_address, memory_address_length): Likewise.
14766 (regclass_map): Add frame pointer.
14767 (call_insn_operand): Handle frame_pointer_rtx.
14768 (reg_no_sp_operand): Likewise.
14769 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
14770 (print_operand, legitimize_pic_address): Fix formating.
14771 (ix86_compute_frame_size): Make static, update prototype, new
14772 parameters padding1, padding2, use ix86_nsaved_regs, use
14773 stack_alignment_needed.
14774 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
14775 to HARD_FRAME_POINTER_REGNUM conversions.
14776 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
14777 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
14778 (print_reg): Abort on FRAME_POINTER_REGNUM
14780 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
14782 * i386.h (PREDICATE_CODES): Add aligned_operand.
14783 * i386.c (aligned_operand): New function.
14784 (ix86_aligned_p): Kill.
14785 * i386.md (movhi_1): Emit mov for aligned operands.
14786 (promoting peep2s): Use aligned_operand.
14788 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
14790 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
14791 expression to allow underscores in macro names.
14792 (fix_char_macro_defines): Increment scanning pointer.
14794 2000-01-23 Richard Henderson <rth@cygnus.com>
14796 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
14797 * alpha/osf5.h: New file.
14798 * configure.in (alpha-*-osf5): Add it to tm_file.
14800 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
14802 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
14803 (alpha_emit_xfloating_cvt, function_arg): Declare.
14804 * alpha.c (alpha_emit_conditional_branch): Call
14805 alpha_emit_xfloating_compare for TFmode compares.
14806 (alpha_lookup_xfloating_lib_func): New.
14807 (alpha_compute_xfloating_mode_arg): New.
14808 (alpha_emit_xfloating_libcall): New.
14809 (alpha_emit_xfloating_arith): New.
14810 (alpha_emit_xfloating_compare): New.
14811 (alpha_emit_xfloating_cvt): New.
14812 (print_operand): Add default abort case.
14813 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
14814 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
14815 (BIGGEST_ALIGNMENT): Increase to 128 bits.
14816 (RETURN_IN_MEMORY): True for TF/TCmode.
14817 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
14818 (FUNCTION_ARG): Move to function_arg.
14819 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
14820 (ASM_OUTPUT_LONG_DOUBLE): New.
14821 (ASM_OUTPUT_DOUBLE): Always output bits.
14822 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
14823 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
14824 (extenddftf2, trunctfdf2): New.
14826 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14828 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
14829 * config/sparc/sol2.h: ... here.
14831 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14833 * basic-block.h (struct loops): New field `levels'.
14834 * flow.c (flow_loops_level_compute): Traverse all outer loops.
14835 (flow_loop_level_compute): Initialise level to 1.
14836 (flow_loops_find): Set loops->levels.
14837 (flow_loops_dump): Print loops->levels.
14839 2000-01-23 Richard Henderson <rth@cygnus.com>
14841 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
14842 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
14844 2000-01-23 Richard Henderson <rth@cygnus.com>
14846 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
14847 * i386.h (DBX_REGISTER_NUMBER): Use them.
14848 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
14849 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
14850 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
14851 * i386/sequent.h: Kill incorrect comment.
14853 2000-01-23 Mark Mitchell <mark@codesourcery.com>
14855 * ggc-page.c (struct page_entry): Make `context_depth' an
14857 (struct globals): Likewise.
14859 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
14861 * loop.c (check_dbra_loop): When checking a loop for
14862 reversability, check the source of any stores to ensure
14863 they don't depend on an initial value.
14865 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14867 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
14869 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
14871 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
14872 'pz_scan' into scope of entire function. Only affects
14873 compiles with -DDEBUG.
14875 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
14877 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
14878 section naming to that prior to 2000-01-07 patch.
14879 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
14880 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
14881 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
14882 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
14883 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
14885 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
14887 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
14890 2000-01-21 Jim Wilson <wilson@cygnus.com>
14892 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
14893 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
14895 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
14897 * cpphash.c (change_newlines): Delete function.
14898 (struct argdata): Delete 'newlines' and 'use_count' fields.
14899 (macroexpand): Remove code referencing those fields.
14901 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14903 * loop.c (loops_info): New variable.
14904 (loop_optimize): Allocate loops->array and free it on exit.
14905 Allocate memory for loops_info and assign to each loop,
14907 (find_and_verify_loops): Do not allocate loops->array.
14909 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
14911 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
14913 2000-01-21 Jakub Jelinek <jakub@redhat.com>
14915 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
14916 pseudos if expanded after first flow.
14917 (movdi_pic_label_ref): Likewise.
14919 2000-01-20 Richard Henderson <rth@cygnus.com>
14921 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
14923 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
14925 * Makefile.in (fixinc.sh): Depend on specs.
14926 * fixinc/Makefile.in: Add rule to create machname.h.
14927 (fixlib.o): Depend on machname.h.
14928 * fixinc/fixtests.c (machine_name): New test.
14929 * fixinc/fixfixes.c (machine_name): New fix.
14930 * fixinc/fixlib.c (mn_get_regexps): New helper function for
14931 the machine_name test and fix.
14932 * fixinc/fixlib.h: Prototype it.
14933 * fixinc/inclhack.def (machine_name): Use the C test and fix.
14934 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
14936 * gcc.c (do_spec_1) [case P]: Take care not to create
14937 identifiers with three leading or trailing underscores.
14939 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
14940 (fixincl): Don't specify libraries twice on link line.
14941 (gnu-regex.o): Remove special rule.
14942 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
14943 defined by config.h. Do not define _REGEX_RE_COMP.
14944 (regcomp): Allocate and initialize a fastmap.
14945 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
14947 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
14949 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
14951 2000-01-19 Richard Henderson <rth@cygnus.com>
14953 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
14954 arguments with BB. Update all callers. Tidy line wrapping.
14956 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
14958 * emit-rtl.c (try_split): Return last_insn if we split the
14961 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
14963 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
14964 (ix86_initial_elimination_offset): Declare.
14965 * i386.c (ix86_nsaved_regs): Break out from ...
14966 (ix86_can_use_return_insn_p): ... here.
14967 (ix86_emit_save_regs): Break out from ...
14968 (ix86_expand_prologue): ... here.
14969 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
14971 (ix86_expand_epilogue): ... here.
14972 (ix86_compute_frame_size): Make static, add prototype.
14973 (ix86_initial_elimination_offset): Break out from ...
14974 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
14976 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14978 * recog.h (OUT_FCN): Delete.
14980 * vax.md: Call `get_insn_template' instead of OUT_FCN.
14982 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14984 * cppalloc.c: PROTO -> PARAMS.
14985 * cpperror.c: Likewise.
14986 * cppfiles.c: Likewise.
14987 * cpplib.c: Likewise.
14988 * cpplib.h: Likewise.
14990 * config/arm/arm-protos.h: PROTO -> PARAMS.
14991 * config/arm/arm.c: Likewise.
14992 * config/c4x/c4x.c: Likewise.
14993 * config/fr30/fr30-protos.h: Likewise.
14994 * config/nextstep.c: Likewise.
14995 * config/pa/pa.c: Likewise.
14996 * config/pj/pj.c: Likewise.
14997 * config/rs6000/rs6000.c: Likewise.
14998 * config/v850/v850-protos.h: Likewise.
14999 * config/v850/v850.c: Likewise.
15001 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15003 * i370-protos.h: New file.
15005 * i370.c: Include tm_p.h. Fix compile time warnings.
15007 * i370.h: Move prototypes to i370-protos.h. Fix compile time
15010 * i370.md: Likewise.
15012 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15014 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
15015 (target_isinf, target_isnan, eisnan): Mark parameter with
15017 (eiisinf): Wrap in INFINITY.
15018 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
15019 (ibmtoe): Remove unused variable `rndsav'.
15021 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
15023 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
15024 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
15026 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
15028 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
15029 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
15030 (fix_char_macro_defines, fix_char_macro_uses): New functions.
15032 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
15033 Recognize Emacs mode markers also.
15034 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
15035 C++ comments in C++ headers. Call is_cxx_header only if
15038 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
15039 bypass for ncurses.
15040 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
15041 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
15042 ... these, which use the new C fixes.
15043 (math_exception): Escape literal '+' in bypass expression.
15045 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
15048 2000-01-19 Geoff Keating <geoffk@cygnus.com>
15050 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
15053 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15055 * loop.c (loop_optimize): Allocate loop_info structure for each loop
15056 prior to calling scan_loop.
15058 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
15060 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
15061 (split_branches, calc_live_regs): Likewise.
15063 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
15065 * sh.md (fpu_single, fp_mode): New attributes.
15067 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15069 * loop.c (current_loop_info): Renamed from loop_info_data
15070 and changed to a pointer.
15071 (loop_optimize): Allocate loop_info structure for each loop
15072 and initialise to zero.
15073 (scan_loop): Set current_loop_info.
15075 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
15078 2000-01-19 Richard Henderson <rth@cygnus.com>
15080 * stupid.c: Die die die.
15081 * Makefile.in (OBJS): Remove stupid.o.
15082 (stupid.o): Likewise.
15084 * except.c (emit_eh_context): Don't emit USEs for stupid.
15085 * explow.c (probe_stack_range): Likewise.
15086 * flags.h (obey_regdecls): Remove.
15087 * flow.c (find_basic_blocks): Don't run try_merge_blocks
15088 when not optimizing.
15089 (life_analysis): Limit data collection when not optimizing.
15090 (mark_regs_live_at_end): Always mark the return value registers.
15091 (mark_used_regs): Remove dummy RETURN case.
15092 (print_rtl_with_bb): Don't consult obey_regdecls.
15093 * function.c (use_variable, use_variable_after): Remove.
15094 (assign_parms): Consult optimize not obey_regdecls.
15095 (expand_function_start): Don't emit USEs for stupid.
15096 (expand_function_end): Likewise.
15097 * global.c (build_insn_chain): Export.
15098 * integrate.c (expand_inline_function): Kill return-value USE
15100 * jump.c (jump_optimize_1): Do simple jump optimizations and
15101 dead code elimination.
15102 (calculate_can_reach_end): Remove check_deleted argument.
15103 (delete_insn): Patch out insns even when not optimizing.
15104 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
15105 * rtl.h (use_variable, use_variable_after): Remove declarations.
15106 (build_insn_chain): Declare.
15107 * stmt.c (expand_value_return): Don't emit USEs for stupid.
15108 (expand_end_bindings): Likewise.
15109 (expand_decl): Likewise. Consult optimize not obey_regdecls.
15110 * toplev.c (obey_regdecls): Remove.
15111 (rest_of_compilation): Don't set it. Kill stupid in favour of
15112 flow1, local-alloc, and reload.
15113 (main): Don't set obey_regdecls.
15115 * config/nextstep.c (handle_pragma): Likewise.
15117 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
15119 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
15121 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15123 * alpha-protos.h: PROTO -> PARAMS.
15124 * alpha.c: Likewise.
15126 * h8300.c: Likewise.
15127 * i386-protos.h: Likewise.
15128 * i386.c: Likewise.
15129 * m32r-protos.h: Likewise.
15130 * m32r.c: Likewise.
15131 * mips.c: Likewise.
15132 * mips.md: Likewise.
15133 * gmon-sol2.c: Likewise.
15134 * sparc.c: Likewise.
15136 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15138 * ns32k-protos.h: New file.
15140 * ns32k.c: Fix compile time warnings.
15142 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
15145 * ns32k.md: Likewise.
15147 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15149 * vax-protos.h: New file.
15151 * vax.c: Fix compile time warnings.
15153 * vax.h: Move prototypes to vax-protos.h. Fix compile time
15156 * vax.md: Likewise.
15158 * vaxv.md: Likewise.
15160 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15162 * romp-protos.h: New file.
15164 * romp.c: Fix compile time warnings.
15166 * romp.h: Move prototypes to romp-protos.h. Fix compile time
15169 * romp.md: Likewise.
15171 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15173 * we32k-protos.h: New file.
15175 * we32k.c: Fix compile time warnings.
15177 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
15180 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15182 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
15184 * except.c (eh_regs): Likewise.
15186 * final.c (output_operand): Likewise.
15188 * fold-const.c (target_isinf, target_isnan): Likewise.
15190 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
15192 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
15193 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
15195 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
15196 when optimize_size.
15197 (clrstrsi): Rewrite.
15198 (strsethi, strsetqi): New expanders.
15199 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
15200 (cmpstrsi): Emit compare insn before cmpstrsi_1
15201 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
15202 (strlensi_1): Likewise.
15203 (cmpstrsi_1): Likewise; do not output compare.
15204 (strlen expander): Do not unroll when optimizing for size.
15205 (*subsi3_carry): Rename to subsi3_carry
15206 (addqi3_cc): New pattern.
15207 * i386.h (processor_costs): Add move_ratio field.
15208 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
15209 * i386.c (*_cost): Set move_ratio.
15210 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
15211 (x86_expand_strlensi_1): Rewrite the main loop.
15213 2000-01-17 Richard Henderson <rth@cygnus.com>
15215 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
15216 * cse.c (find_comparison_args, fold_rtx): Likewise.
15217 * integrate.c (subst_constants): Likewise.
15218 * loop.c (get_condition): Likewise.
15220 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
15222 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
15224 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
15226 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
15227 (RESTORE_WARN_FLAGS): Unpack it.
15228 Change semantic type of extension to ttype.
15229 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
15230 * c-parse.y, c-parse.c, objc/objc-parse.y,
15231 objc/objc-parse.c: Regenerate.
15233 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
15235 * fixinc/fixlib.c: Add copyright notice.
15236 (compile_re): New function.
15237 * fixinc/fixlib.h: Prototype compile_re.
15239 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
15240 Use compile_re to compile regular expressions.
15242 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
15243 where the pattern matched.
15245 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
15247 (ultrix_ansi_compat): Likewise.
15248 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
15250 (interactv_add2, interactv_add3): Delete.
15251 (x11_sprintf): Don't use filename glob.
15252 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
15255 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15257 * print-rtl.c: PROTO -> PARAMS.
15258 * real.c: Likewise.
15259 * reg-stack.c: Likewise.
15260 * resource.c: Likewise.
15261 * sdbout.h: Likewise.
15262 * simplify-rtx.c: Likewise.
15263 * stor-layout.c: Likewise.
15264 * stupid.c: Likewise.
15265 * xcoffout.c: Likewise.
15266 * xcoffout.h: Likewise.
15268 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15270 * toplev.c: PROTO -> PARAMS.
15271 * toplev.h: Likewise.
15272 * tree.c: Likewise.
15273 * tree.h: Likewise.
15274 * unroll.c: Likewise.
15275 * varasm.c: Likewise.
15276 * varray.c: Likewise.
15277 * varray.h: Likewise.
15279 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15281 * reload.c: PROTO -> PARAMS.
15282 * reload.h: Likewise.
15283 * reload1.c: Likewise.
15284 * reorg.c: Likewise.
15285 * resource.h: Likewise.
15288 * rtlanal.c: Likewise.
15289 * sbitmap.h: Likewise.
15290 * sdbout.c: Likewise.
15291 * stack.h: Likewise.
15292 * stmt.c: Likewise.
15293 * system.h: Likewise.
15295 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15297 * machmode.h: PROTO -> PARAMS.
15298 * mbchar.h: Likewise.
15299 * mips-tdump.c: Likewise.
15300 * mips-tfile.c: Likewise.
15301 * optabs.c: Likewise.
15302 * output.h: Likewise.
15303 * prefix.c: Likewise.
15304 * profile.c: Likewise.
15305 * protoize.c: Likewise.
15306 * real.h: Likewise.
15307 * recog.c: Likewise.
15308 * recog.h: Likewise.
15309 * regclass.c: Likewise.
15310 * regmove.c: Likewise.
15311 * regs.h: Likewise.
15313 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15315 * ggc-common.c: PROTO -> PARAMS.
15316 * ggc-page.c: Likewise.
15317 * ggc-simple.c: Likewise.
15319 * global.c: Likewise.
15320 * graph.c: Likewise.
15321 * gthr-win32.h: Likewise.
15322 * haifa-sched.c: Likewise.
15323 * halfpic.h: Likewise.
15324 * integrate.c: Likewise.
15325 * integrate.h: Likewise.
15326 * jump.c: Likewise.
15328 * local-alloc.c: Likewise.
15329 * loop.c: Likewise.
15330 * loop.h: Likewise.
15332 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15334 * genattr.c: PROTO -> PARAMS.
15335 * genattrtab.c: Likewise.
15336 * gencheck.c: Likewise.
15337 * gencodes.c: Likewise.
15338 * genconfig.c: Likewise.
15339 * genemit.c: Likewise.
15340 * genextract.c: Likewise.
15341 * genflags.c: Likewise.
15342 * gengenrtl.c: Likewise.
15343 * genopinit.c: Likewise.
15344 * genoutput.c: Likewise.
15345 * genpeep.c: Likewise.
15346 * genrecog.c: Likewise.
15348 2000-01-16 Mark Mitchell <mark@codesourcery.com>
15350 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
15352 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15354 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
15355 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
15356 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
15357 * configure, config.in: Rebuilt.
15359 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
15361 * config/i386/i386.md: Add peephole to merge successive stack
15364 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
15366 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
15367 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
15368 when walking backwards to find all the parameter loads when
15369 the basic block ends in a call.
15371 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15373 * loop.c (this_loop_info): Delete.
15374 (uid_loop): Add in place of uid_loop_num. All uses updated.
15375 (loop_number_exit_count): Delete and replace with entry in loop
15376 structure. All uses updated.
15377 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15378 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15379 (loop_outer_loop): Likewise.
15380 (loop_invalid, loop_number_exit_labels): Likewise.
15381 (loop_used_count_register): Delete and replace with entry in
15382 loop_info structure.
15383 (find_and_verify_loops): Add loops argument.
15384 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
15385 loop_end, etc. arguments with loop structure pointer. All callers
15387 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
15388 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
15389 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
15390 (insert_bct): Likewise.
15391 (basic_induction_var): New argument level.
15392 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
15393 vtop, and cont. Add used_count_register.
15394 (uid_loop): Delete declaration.
15395 (loop_number_exit_count): Likewise.
15396 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15397 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15398 (loop_outer_loop, loop_used_count_register): Likewise.
15399 (loop_invalid, loop_number_exit_labels): Likewise.
15400 (unroll_loop): Replace loop_start and loop_end arguments
15401 with loop structure pointer.
15402 (loop_precondition_p, loop_iterations): Likewise.
15403 Include basic-block.h.
15404 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
15405 with loop structure pointer.
15406 (loop_precondition_p, loop_iterations): Likewise.
15407 * basic-block.h (struct loop): New entries vtop, cont,
15408 cont_dominator, start, end, top, scan_start, exit_labels,
15410 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
15412 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15414 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
15416 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
15418 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
15420 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15422 * pdp11-protos.h: New file.
15424 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
15427 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
15430 * pdp11.md: Likewise.
15432 * 2bsd.h: Likewise.
15434 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15436 * mn10300-protos.h: New file.
15438 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
15441 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
15444 * mn10300.md: Likewise.
15446 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15448 * mn10200-protos.h: New file.
15450 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
15453 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
15456 * mn10200.md: Likewise.
15458 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15460 * h8300-protos.h: New file.
15462 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
15465 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
15468 * h8300.md: Likewise.
15470 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15472 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
15473 (asm_emit_uninitialised): Likewise.
15475 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
15477 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
15478 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
15480 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
15482 * config/mips/mips.c (override_options): Don't turn on extra
15483 alignment for mips16.
15485 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
15487 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
15488 eabi, and make sure queued POSTINCREMENT rtl is emitted at
15491 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
15493 * builtins.c (PAD_VARARGS_DOWN): Define.
15494 (std_expand_builtin_va_arg): Use the above macro.
15495 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
15496 * tm.texi (Register Arguments): Document the above macro.
15498 2000-01-14 Nick Clifton <nickc@cygnus.com>
15500 * emit-rtl.c (emit_insn): If checking is enabled, make sure
15501 that this function has not been used to emit a jump
15504 * jump.c (return_jump_1): Cope with being passed a null rtx.
15506 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15508 * eh-common.h: PROTO -> PARAMS.
15509 * emit-rtl.c: Likewise.
15510 * errors.c: Likewise.
15511 * errors.h: Likewise.
15512 * except.c: Likewise.
15513 * except.h: Likewise.
15514 * explow.c: Likewise.
15515 * expmed.c: Likewise.
15516 * expr.c: Likewise.
15517 * expr.h: Likewise.
15518 * final.c: Likewise.
15519 * fix-header.c: Likewise.
15520 * flow.c: Likewise.
15521 * fold-const.c: Likewise.
15522 * function.c: Likewise.
15523 * function.h: Likewise.
15525 * gcov-io.h: Likewise.
15526 * gcov.c: Likewise.
15527 * gcse.c: Likewise.
15529 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15531 * sh-protos.h: New file.
15533 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
15534 Add static prototypes. Fix compile time warnings.
15536 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
15540 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15542 * arc-protos.h: New file.
15544 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
15547 * arc.h: Move prototypes to arc-protos.h. Fix compile time
15550 * arc.md: Likewise.
15552 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15554 * dsp16xx-protos.h: New file.
15556 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
15559 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
15562 * dsp16xx.md: Likewise.
15564 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15566 * convex-protos.h: New file.
15568 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
15571 * convex.h: Move prototypes to convex-protos.h. Fix compile time
15574 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15576 * elxsi-protos.h: New file.
15578 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
15581 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
15584 * elxsi.md: Likewise.
15586 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
15588 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
15589 case for moving from HI/LO/HI_LO_REG. This makes the behavior
15590 match the comment for MIPS16.
15592 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
15594 * flow.c (split_edge): Do not call set_block_for_insn if we
15595 do not have a basic_block_for_insn structure.
15597 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
15598 and destination functions are 32bit aligned within the trampoline.
15599 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
15600 (TRAMPOLINE_ALIGNMENT): Define.
15602 * cse.c (cse_insn): When changing (set (pc) (reg)) to
15603 (set (pc) (label_ref)), verify the change creates a valid insn.
15605 * fr30.c (call_operand): Tighten and rework to match rules for
15606 call RTL expressions.
15607 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
15608 * fr30.md (call patterns): Improve constraints.
15610 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
15612 * fr30.c (fr30_expand_epilogue): Revert last change.
15613 Use emit_jump_insn for the return insn.
15615 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
15616 Stan Cox <scox@cygnus.com>
15618 * predict.c: New file. Preliminary infrastructure work for static
15619 branch prediction and basic block reordering.
15620 * basic-block.h: Add prototype for estimate_probability.
15621 * Makefile.in: Add rules for predict.o.
15623 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
15625 * fixincludes (va_list): Use __not_va_list__ for the dummy.
15626 * fixinc/*: Likewise.
15628 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15630 * cccp.c: PROTO -> PARAMS.
15631 * cexp.y: Likewise.
15632 * collect2.c: Likewise.
15633 * combine.c: Likewise.
15634 * convert.h: Likewise.
15636 * dbxout.c: Likewise.
15637 * dbxout.h: Likewise.
15638 * diagnostic.c: Likewise.
15639 * doprint.c: Likewise.
15640 * dwarf2out.c: Likewise.
15641 * dwarf2out.h: Likewise.
15642 * dwarfout.c: Likewise.
15643 * dwarfout.h: Likewise.
15644 * dyn-string.h: Likewise.
15646 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15648 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
15649 macro conditionals guarding use.
15651 * dwarf2out.c: Include "tm_p.h".
15653 * function.c (locate_and_pad_parm): Mark parameter with
15655 (expand_function_end): Likewise for variable `context'.
15657 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
15659 2000-01-13 Nick Clifton <nickc@cygnus.com>
15661 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
15662 register to prevent compile time warnings.
15664 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
15666 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
15667 to avoid -Wtraditional warning.
15669 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15671 * 1750a-protos.h: New file.
15673 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
15676 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
15679 * 1750a.md: Likewise.
15681 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15683 * a29k-protos.h: New file.
15685 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
15688 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
15691 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15693 * clipper-protos.h: New file.
15695 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
15698 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
15701 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
15703 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
15705 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
15707 * configure.in (--enable-new-gxx-abi): New option.
15708 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
15709 * Makefile.in (GXX_ABI_FLAG): New variable.
15710 * configure: Regenerate.
15712 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15714 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
15715 * tm.texi (FORCE_STRUCT_BLK): Document.
15716 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
15718 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
15720 * config/ns32k/ns32k.md: Revert Jan 9 change.
15722 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
15723 to a mode-test, if the predicate is address_operand.
15725 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
15727 * combine.c (if_then_else_cond): Be careful about what kinds
15728 of RTL expressions are passed to operand_subword.
15730 * flow.c (split_edge): If we have to insert a new jump, make
15731 sure to associate it with a basic block.
15733 * flow.c (commit_one_edge_insertion): A block with one successor
15734 can end in a JUMP_INSN that is not a simplejump.
15736 2000-01-12 Robert Lipe <robertl@sco.com>
15738 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
15739 (BUILD_VA_LIST_TYPE): Define.
15740 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
15743 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
15745 * cccp.c (do_pragma): Add cast to (char *).
15747 2000-01-12 Richard Henderson <rth@cygnus.com>
15748 Fred Fish <fnf@be.com>
15749 Jason Merrill <jason@cygnus.com>
15751 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
15752 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
15753 * i386/beos-elf.h, i386/beos-pe.h: New files.
15755 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
15756 * cross-make (SYSTEM_HEADER_DIR): Define using
15757 CROSS_SYSTEM_HEADER_DIR.
15759 * gcc.c (LIBRARY_PATH_ENV): Provide default.
15760 (process_command): Use it.
15761 (main): Likewise. Kill trailing = from env vars.
15762 (build_search_list): Put it back.
15763 * collect2.c (main): Use LIBRARY_PATH_ENV.
15765 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
15766 * toplev.c: Use NEED_DECLARATION_ENVIRON.
15768 * tm.texi (Frame Layout): Document SMALL_STACK.
15769 * c-common.c (c_common_nodes_and_builtins): Check it.
15771 * system.h: Undef alloca after including glibc's <stdlib.h>,
15772 if USE_C_ALLOCA is defined.
15774 * gcc.c (set_input): New fn.
15775 (main): After all input files are compiled, reset the input file
15778 * aclocal.m4 (rindex, index): If already defined, don't attempt
15781 * ginclude/varargs.h: (__va_list__): Define ifndef.
15782 * ginclude/stdarg.h: Likewise.
15784 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
15785 instead of unsigned char.
15787 * hash.h (true, false, boolean): Undef before enum.
15789 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
15790 proper type of "HOST_WIDE_INT *", rather than their natural type of
15791 "unsigned HOST_WIDE_INT *".
15793 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15795 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
15797 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
15799 * regclass.c (choose_hard_reg_mode): Likewise.
15801 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
15803 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
15805 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15807 * c-common.c: PROTO -> PARAMS.
15808 * c-common.h: Likewise.
15809 * c-decl.c: Likewise.
15810 * c-iterate.c: Likewise.
15811 * c-lang.c: Likewise.
15812 * c-lex.c: Likewise.
15813 * c-lex.h: Likewise.
15814 * c-parse.in: Likewise.
15815 * c-pragma.c: Likewise.
15816 * c-pragma.h: Likewise.
15817 * c-tree.h: Likewise.
15818 * c-typeck.c: Likewise.
15819 * objc/objc-act.c: Likewise.
15820 * objc/objc-act.h: Likewise.
15822 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15824 * m88k-protos.h: New file.
15826 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
15829 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
15831 * m88k.md: Likewise.
15833 * tekXD88.h: Likewise.
15835 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15837 * m68k-protos.h: New file.
15839 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
15842 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
15844 * mot3300.h: Likewise.
15846 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
15848 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
15850 (extract_bitlist): Declare bitlen.
15852 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
15854 * cccp.c: Accept and ignore -lang-fortran.
15856 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
15857 qualifiers don't match at any level of pointerness.
15859 2000-01-12 Robert Lipe <robertl@sco.com>
15861 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
15863 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
15865 * reload1.c (reload_reg_unavailable): New static variable.
15866 (reload_reg_free_p): Test it.
15867 (reload_reg_free_for_value_p): Test it instead of
15869 (choose_reload_regs_init): Compute it.
15871 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
15873 * reorg.c (fill_slots_from_thread): Check modified_in_p
15876 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
15878 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
15879 these nodes even if INTERNALS is not set.
15881 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
15883 * gcse.c (delete_null_pointer_checks_1): Cope when
15884 get_condition cannot determine the condition.
15886 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
15888 * toplev.h (set_message_length): Declare.
15890 * diagnostic.c (obstack_chunk_alloc): Define macro.
15891 (obstack_chunk_free): Likewise.
15892 (struct output_buffer): New data structure.
15893 (vmessage): Remove.
15894 (output_maximum_width): New variable.
15895 (doing_line_wrapping, set_message_length, init_output_buffer,
15896 get_output_prefix, output_space_left, emit_output_prefix,
15897 output_newline, output_append, output_puts, dump_output,
15898 vbuild_message_string, build_message_string, build_location_prefix,
15899 voutput_notice, output_printf, line_wrapper_printf,
15900 vline_wrapper_message_with_location): New functions. Implement
15901 automatic line wrapping.
15902 (v_message_with_decl): Make it handle automatic line wrapping.
15903 (v_error_with_file_and_line): Likewise.
15904 (v_warning_with_file_and_line): Likewise.
15905 (announce_function): Likewise.
15906 (default_print_error_function): Likewise.
15908 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
15910 * cpplib.h (struct cpp_options): Change lang_asm to char.
15912 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
15913 done in cpp_handle_option now.
15914 (initialize_builtins): Take out special case code used only by
15916 (cpp_handle_option): Turn off trigraphs and trigraph warnings
15917 if -traditional. Recognize -lang-fortran and set
15918 lang_fortran, also turn off cplusplus_comments.
15919 (print_help): Document -lang-fortran.
15920 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
15921 lang_asm. Ignore all directives other than `# 123 "file"' if
15923 (cpp_get_token): If -traditional, don't recognize directives
15924 unless the # is in column 1.
15925 (parse_string): If lang_fortran or lang_asm, silently
15926 terminate strings ('' or "") at end of line.
15927 Remove unnecessary braces.
15929 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15930 Richard Henderson <rth@cygnus.com>
15932 * resource.c (mark_referenced_resources): Mark a set strict_low_part
15934 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
15935 strict_low_part when possible.
15937 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15939 * alias.c: PROTO -> PARAMS.
15940 * basic-block.h: Likewise.
15941 * bitmap.c: Likewise.
15942 * bitmap.h: Likewise.
15943 * builtins.c: Likewise.
15944 * c-aux-info.c: Likewise.
15945 * caller-save.c: Likewise.
15946 * calls.c: Likewise.
15948 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15950 * Makefile.in (toplev.o): Depend on regs.h.
15952 * output.h (tdesc_section): Prototype.
15954 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
15956 * sdbout.c: Include "tm_p.h".
15958 * toplev.c: Include "regs.h".
15960 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
15962 * unroll.c (unroll_loop): Add EH support.
15964 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15966 * pa-protos.h: New file.
15968 * pa.c: Include recog.h and tm_p.h.
15969 (compute_zdepwi_operands, compute_movstrsi_length,
15970 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
15971 find_addr_reg, import_milli): Add static prototypes.
15972 (pa_cpu_string, pa_arch_string): Constify a char*.
15973 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
15974 (read_only_operand): Add argument `mode'.
15975 (singlemove_string, output_move_double, output_fp_move_double,
15976 output_block_move, output_and, output_ior, output_ascii,
15977 remove_useless_addtr_insns, milli_names, output_mul_insn,
15978 output_div_insn, output_mod_insn, output_arg_descriptor,
15979 output_cbranch, output_bb, output_bvb, output_dbra, ,
15980 output_millicode_call, output_call, hppa_encode_label,
15981 output_parallel_movb, output_parallel_addb): Constify a char*.
15982 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
15983 (output_parallel_addb): Remove extra arg to `constrain_operands'
15985 * pa.h: Move all prototypes to pa-protos.h.
15986 (pa_cpu_string, pa_arch_string): Constify a char*.
15987 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
15989 * pa.md: Call `function_label_operand' with mode argument.
15990 Likewise for `read_only_operand'.
15991 Fix nesting of parens in call to `symbolic_operand'.
15993 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15995 * i860-protos.h: New file.
15997 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
16000 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
16002 * i860.md: Likewise.
16004 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
16006 * i386.md (movstrsi expander): Rewrite.
16007 (movstrsi_1 insn): Deleted.
16008 (strmovhi, strmovqi expander): New expanders.
16009 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
16010 * i386.c (x86_single_stringop): New global variable.
16011 * i386.h (x86_single_stringop): Declare.
16012 (TARGET_SINGLE_STRINGOP): New macro.
16014 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
16016 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
16017 integer vararg POSTINCREMENT before the destination of the jump
16018 for the hard fp case.
16019 (function_arg_pass_by_reference): Pass a copy of CUM to
16022 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
16023 for CONSTANT_ADDRESS_P above while loop for subreg.
16025 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
16027 * flow.c (propagate_block): When a prologue/epilogue insn
16028 is marked dead, unconditionally clear libcall_is_dead and
16029 insn_is_dead, and only dump rtl if warnings aren't being
16032 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
16034 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
16035 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
16036 (FIXED_REGISTERS): Set dirflag as fixed.
16037 (CALL_USED_REGISTERS): Set dirflag as used.
16038 (REG_ALLOC_ORDER): Set dirflag as last one.
16039 (DIRFLAG_REG): New macro.
16040 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
16041 (HI_REGISTER_NAMES): Add dirflag.
16042 (DEBUF_PRINT_REG): Handle dirflag.
16043 * i386.md (type attribute): New cld and str types.
16044 (length_opcode attribute): Set cld and str to 1.
16045 (memory attribute): Set str to unknown - it is not clear from the
16047 (pent_np function unit): Prefixed string operations takes 12 cycles
16048 minimally; cld takes 2 cycles.
16049 (ppro_uops attribute): Str is "many" and cld is "few".
16050 (ppro_p0 unit): Handle cld here.
16051 (k6_alux unit): Handle cld and str types.
16052 (k6_load unit): It is ocupied by str opcodes.
16053 (k6_store unit): It is ocupied by str opcodes.
16054 (athlon_decode): Str is vector decoded.
16055 (athlon_ieu): Handle str and cld.
16056 (cld pattern): New.
16057 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
16058 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
16059 cmpstrsi_nz_1 insn): Do not output cld instruction
16061 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
16063 * gcc.texi (G++ and GCC): Add Java and Chill.
16064 (Bug Critera): Don't list languages.
16066 * gcc.texi (Incompatibilities): No longer claim most C compilers
16069 * gcc.texi (G++ and GCC): Update other front-ends list.
16071 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
16073 * i386.c (ix86_expand_setcc): Fix typo.
16074 (ix86_expand_movcc): Similarly.
16076 * Band-aid until haifa's bitset implementation is nuked.
16077 * haifa-sched.c (extract_bitlst): New parameter for size of the
16078 bitset in bits. All callers changed. Avoid looking at undefined
16079 bits in the bitset.
16080 (edgeset_bitsize): New variable.
16081 (schedule_region): Initialize edgeset_bitsize.
16083 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16085 * Makefile.in (optabs.o): Depend on real.h
16086 (resource.o): Depend on insn-attr.h
16088 * builtins.c (result_vector): Wrap prototype in macro conditions
16089 governing definition and use.
16091 * c-common.c: Include tm_p.h.
16093 * c-lex.c: Likewise.
16095 * elfos.h: Constify a char*.
16097 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
16098 (get_attr_length, shorten_branches, profile_after_prologue): Mark
16099 parameter with ATTRIBUTE_UNUSED.
16101 * fold-const.c (exact_real_inverse): Wrap variable `i' in
16104 * haifa-sched.c (schedule_insns): Mark parameter with
16107 * optabs.c: Include real.h.
16109 * real.h (ereal_atof): Add prototype arguments.
16111 * resource.c: Include insn-attr.h.
16113 * sdbout.c (sdbout_queue_anonymous_type,
16114 sdbout_dequeue_anonymous_types): Wrap in macro
16115 SDB_ALLOW_FORWARD_REFERENCES.
16116 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
16119 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
16121 * stupid.c: Include tm_p.h.
16123 * tree.c (real_value_from_int_cst): Mark parameter with
16126 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16128 * i960-protos.h: New file.
16130 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
16133 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
16135 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16137 * combine.c (expand_field_assignment): Do not discard SUBREGs
16138 while computing nonzero_bits.
16140 2000-01-09 Nick Clifton <nickc@cygnus.com>
16142 * config/arm/arm.c: Fix compile time warnings about signed vs
16143 unsigned constants.
16144 * config/arm/arm.h: Fix compile time warnings about signed vs
16145 unsigned constants.
16147 2000-01-09 Philip Blundell <philb@gnu.org>
16149 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
16150 than `ldm' with only one register.
16151 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
16154 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
16157 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
16159 * config/ns32k/ns32k.md (load or push effective address): Operand 1
16162 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16164 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
16165 assignment used as truth value.
16167 * function.c (assign_temp): Mark parameter `dont_promote' with
16168 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
16169 PROMOTE_FOR_CALL_ONLY.
16171 * genrecog.c (write_subroutine): Mark variable `operands' with
16174 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
16177 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
16178 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
16180 * toplev.c (note_deferral_of_defined_inline_function): Likewise
16183 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16185 * config/c4x.h: Tidy up comments.
16186 * config/c4x.c: Likewise.
16188 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
16190 * fold-const.c (lshift_double, rshift_double): Handle
16191 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
16193 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16195 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
16196 in prepare_function_start().
16198 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
16200 * config/v850/v850.c (expand_epilogue): Interrupt functions no
16201 longer allocate extra stack for function calls.
16203 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16205 * config/c4x/c4x.md (*subqf3_set): Fix typo.
16207 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16209 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
16211 2000-01-07 David Edelsohn <edelsohn@gnu.org>
16213 * rs6000.c (processor_target_table): Add power3 as alias for 630.
16214 * aix43.h: Revert Aug 2 change.
16215 (HAS_INIT_SECTION): Define, not visible yet.
16216 (LD_INIT_SWITCH): Define, not visible yet.
16217 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
16219 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
16221 * collect2.c (main): Expand ld2 size further.
16222 (export_object_lst): Cast assignment to avoid warning.
16223 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
16224 (scan_prog_file, COFF): Do not collect initialization or
16225 finalization functions generated for entire shared object if
16226 init/fini support present.
16228 2000-01-07 Nick Clifton <nickc@cygnus.com>
16230 * config/elfos.h: Tidy up formatting of marcos. Make sure
16231 that .section directives are always prefixed by a tab.
16233 * config/svr4.h: Add #include "elfos.h" and remove duplicate
16236 2000-01-07 Matt Austern <austern@sgi.com>
16238 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
16241 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
16243 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
16245 (crtbegin.o, s-crtS): Likewise.
16247 2000-01-06 Richard Henderson <rth@cygnus.com>
16249 * alpha.md (adddi_2+1): Limit offset such that it will be
16250 loadable with a single ldah+lda pair.
16251 (adddi_2+2): Explicitly fail split if we can't make it work.
16253 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
16255 * protoize.c: Conditionally include unistd.h.
16256 (IS_SAME_PATH_CHAR): New macro.
16257 (IS_SAME_PATH): New macro.
16258 (CPLUS_FILE_SUFFIX): New macro.
16259 (cplus_suffix): New static variable.
16260 (is_abspath): New static function.
16261 (in_system_include_dir): Handle DOS style pathnames.
16262 (file_could_be_converted): Likewise.
16263 (file_normally_convertible): Likewise.
16264 (directory_specified_p): Likewise.
16265 (file_excluded_p): Likewise.
16266 (abspath): Likewise.
16267 (shortpath): Likewise.
16268 (referenced_file_is_newer): Likewise.
16269 (save_def_or_dec): Likewise.
16270 (do_processing): Likewise.
16272 (edit_file): Likewise. Use rename instead of link.
16273 (rename_c_file): Likewise. Don't rename syscalls file.
16274 (munge_compile_params): Define null device for DOS based systems.
16275 (process_aux_info_file): Use binary mode if appliable.
16276 (edit_file): Likewise.
16277 * invoke.texi (Running Protoize): Document C++ suffixes used.
16279 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
16280 IS_DIR_SEPARATOR macros.
16281 * collect2.c: Likewise.
16282 * cppinit.c: Likewise.
16283 * dwarf2out.c: Likewise.
16285 * gcov.c: Likewise.
16286 * prefix.c: Likewise.
16288 * toplev.c: Likewise.
16289 * system.h: And move to here.
16291 * prefix.c (update_path): Fix typo in variable name.
16293 2000-01-06 Richard Henderson <rth@cygnus.com>
16295 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
16296 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
16297 (count_reg_sets_1, count_reg_references): Likewise.
16298 (flow_loops_level_compute): Start counting actual loop depth at 1.
16299 (flow_loops_find): Likewise.
16300 * local-alloc.c (update_equiv_regs): Likewise.
16301 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
16303 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
16305 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
16306 FIRST_PSEUDO_REGISTER
16307 * dwarf2out.c: Don't include frame.h
16308 * dwarfout.c: Likewise
16309 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
16312 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
16314 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16317 * i386.c (movsf splitter): Fix typo in my last checkin.
16319 2000-01-05 Nick Clifton <nickc@cygnus.com>
16321 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
16322 own definition of this macro.
16323 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
16324 flag_data_sections or UNIQUE_SECTION_P are true.
16326 * tm.texi (UNIQUE_SECTION): Document that it can be called for
16327 unitialised data decls.
16329 * config/i386/winnt.c (i386_pe_unique_section): Cope with
16330 being called for uninitialised data.
16332 * config/i386/interix.c (i386_pe_unique_section): Cope with
16333 being called for uninitialised data.
16335 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
16336 for uninitialised data.
16338 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
16339 for uninitialised data.
16341 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
16342 for uninitialised data.
16344 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
16345 (UNIQUE_SECTION_P): Always generate a unique section if
16346 flag_data_sections is true.
16347 (UNIQUE_SECTION): Also generate unique sections for
16348 uninitialised data.
16349 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
16350 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
16353 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16355 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
16358 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16360 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
16361 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
16362 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
16363 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
16364 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
16366 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
16368 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
16370 * c-decl.c (finish_enum): Simplify code to determine minimum and
16371 maximum values of the enum, and calculate the type. Remove check
16372 for FUNCTION_DECLs in the values list, which cannot happen. Replace
16373 the DECL_INITIAL of each enumeration constant with a copy converted
16374 to the enumeration type. When updating variant types, don't bother
16375 updating the type itself.
16377 * c-typeck.c (build_binary_op): Simplify conditional expressions
16378 when weeding out spurious signed-unsigned warnings. Add new
16379 spurious warning category: if the unsigned quantity is an enum
16380 and its maximum value fits in signed_type(result_type). Update
16382 (build_conditional_expr): Warn here if one alternative is signed
16383 and the other is unsigned.
16385 2000-01-05 Nick Clifton <nickc@cygnus.com>
16387 * config/fr30/fr30.h: Remove extraneous comments.
16389 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
16391 * reload1.c (choose_reload_regs): When disabling a reload, also
16392 set reload_spill_index to -1.
16394 2000-01-04 Joel Sherrill (joel@OARcorp.com>
16396 * configure.in (m68*-*-rtemscoff*): New target, formal name for
16398 (m68*-*-rtemself*): New target.
16399 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
16400 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
16401 (sparc*-*-rtemself*): New target.
16402 (sparc*-*-rtems*): Now elf not a.out.
16403 * config/i386/rtems.h: Include config/rtems.h.
16404 * config/i386/rtemself.h: Include config/rtems.h.
16405 * config/i960/rtems.h: Include config/rtems.h.
16406 * config/m68k/rtems.h: Include config/rtems.h.
16407 * config/m68k/rtemself.h: Include config/rtems.h.
16408 * config/mips/rtems64.h: Include config/rtems.h.
16409 * config/pa/rtems.h: Include config/rtems.h.
16410 * config/rs6000/rtems.h: Include config/rtems.h.
16411 * config/sh/rtems.h: Include config/rtems.h.
16412 * config/sh/rtemself.h: Include config/rtems.h.
16413 * config/sparc/rtems.h: Include config/rtems.h.
16414 * config/sparc/rtemself.h: Include config/rtems.h
16416 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
16418 * final.c (shorten_branches): Correctly compute length of
16419 asms without operands.
16421 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
16423 * configure.in: Add pj target.
16424 * configure: Regenerate.
16425 * config/pj: New directory.
16426 * config/pj/lib1funcs.S: New file.
16427 * config/pj/linux.h: New file.
16428 * config/pj/pj.c: New file.
16429 * config/pj/pj.md: New file.
16430 * config/pj/pjl.h: New file.
16431 * config/pj/t-pj: New file.
16432 * config/pj/xm-pj.h: New file
16434 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
16436 * toplev.c (rest_of_compilation): Run shorten-branches before
16439 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16441 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
16442 macros so that they're consistent with their names.
16443 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16444 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16446 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16448 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
16449 modified inadvertently.
16451 2000-01-04 Joel Sherrill <joel@OARcorp.com>
16453 * configure.in (v850*-*-rtems*): New target.
16454 * configure: Regenerate.
16455 * config/v850/rtems.h: New file.
16457 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
16459 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
16460 (__gthread_key_create): Likewise.
16461 (__gthread_key_dtor): Likewise.
16462 (__gthread_once): Fix logic.
16463 (__gthread_key_delete): Cast away constness.
16465 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
16466 * invoke.texi: Document.
16467 * i386/mingw32.h (CPP_SPEC): Use.
16468 (LIBGCC_SPEC): Likewise.
16469 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
16471 2000-01-04 David Edelsohn <edelsohn@gnu.org>
16473 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
16474 (HANDLE_PRAGMA_PACK): Undefine.
16475 (SLOW_UNALIGNED_ACCESS): Define.
16477 2000-01-04 David Edelsohn <edelsohn@gnu.org>
16479 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16480 to default definition.
16481 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
16482 (store_fixed_bit_field): Call macro with word_mode and alignment.
16483 (extract_bit_field): Call macro with relevant mode and alignment.
16484 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16485 to default definition.
16486 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
16488 (move_by_pieces_ninsns): Likewise.
16489 (clear_by_pieces): Likewise.
16490 (emit_push_insn): Likewise.
16491 (store_field): Call macro with relevant mode and alignment.
16492 (expand_expr): Likewise.
16493 (expand_expr_unaligned): Likewise.
16495 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
16496 (SLOW_UNALIGNED_ACCESS): Define.
16497 (CASE_VECTOR_MODE): Always use 32-bit offsets.
16498 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
16499 (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
16500 (toc_section): Likewise and .toc pseudo-op.
16501 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
16503 (TEXT_SECTION_ASM_OP): Likewise.
16504 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
16507 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
16508 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
16509 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
16510 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
16511 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
16513 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
16515 * regclass.c: Revert my Jan 4 change to loop cost computation.
16517 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
16519 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
16522 2000-01-04 Stan Cox <scox@cygnus.com>
16524 * haifa-sched.c (build_control_flow): Change unreachable simple
16525 loop test to check if current block has only one predecessor.
16526 (find_rgns): Initialize degree. Use dest as degree index, not src.
16528 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16530 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
16532 * calls.c (expand_call): Likewise for
16533 `old_stack_arg_under_construction'.
16535 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
16537 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
16540 * gcc.c (execute): Likewise for `ut' and `st'.
16542 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
16544 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
16546 * jump.c (jump_optimize_1): Likewise for `temp2'.
16548 * local-alloc.c (block_alloc): Likewise for `r1'.
16550 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
16552 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
16553 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
16555 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
16558 * reload.c (find_reloads): Likewise for `goal_alternative_number'
16559 and `goal_earlyclobber'.
16561 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
16563 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
16565 * stupid.c (stupid_life_analysis): Likewise for `chain'.
16567 * unroll.c (copy_loop_body): Likewise for `copy'.
16569 * varasm.c (output_constructor): Likewise for `byte'.
16571 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
16573 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
16574 all FP constants for constant->reg moves.
16575 (ix86_split_to_parts): Try to convert memory address into immediate
16576 when available in the constant pool.
16577 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
16579 (LEGITIMATE_CONSTANT_P): Return 1.
16580 * i386.md (pushsf): New splitter to convert constant pool memory
16581 reference to immediate.
16582 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
16585 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
16587 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
16588 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
16589 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
16590 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
16591 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
16593 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
16595 * ginclude/stdbool.h: Support compilation as C++.
16597 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
16599 * fold-const.c (make_range): Don't try to reverse an unbounded range.
16601 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
16603 * regclass.c (regclass): Properly compute loop_cost. Adjust
16606 * regclass.c: Fix minor whitespace problems.
16608 2000-01-03 Anthony Green <green@cygnus.com>
16610 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
16611 Restore the pic register if required.
16613 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
16615 * c-common.c (format_char_info): Update comment.
16616 (check_format_info): Recognize 'z' modifier in the same way 'Z'
16617 was recognized. Emit warning for formats new in ISO C99 only
16618 if flag_isoc9x is not set.
16620 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
16622 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
16624 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
16626 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
16627 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
16628 (make_compound_operation): Choose cheaper alternative between
16629 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
16631 * regclass.c (op_costs): Remove global variable.
16632 (record_reg_classes): New parameter "op_costs" and "reg_pref".
16633 (record_operand_costs): Break out from ...
16634 (scan_one_insn): ... here.
16635 (dump_regclass): Make dumps nicer.
16636 (regclass): Dump preferrences choosed and changes done during passes.
16638 2000-01-03 Jakub Jelinek <jakub@redhat.com>
16640 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
16642 2000-01-03 Jakub Jelinek <jakub@redhat.com>
16644 * config/sparc/sparc.c (gen_df_reg): New function.
16645 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
16646 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
16647 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
16648 movtf_cc_reg_sp64+1): Use it.
16650 2000-01-02 Mark Mitchell <mark@codesourcery.com>
16652 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
16653 copied LABEL_DECLs.
16655 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
16657 * config/i386/i386.c (ix86_expand_unary_operator): Function
16658 definition made void.
16659 (ix86_expand_binary_operator): Update outdated preceding comment.
16660 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
16663 * config/i386/i386.c (override_options): Fix option-name typo.
16665 2000-01-02 Mark Mitchell <mark@codesourcery.com>
16667 * system.h (CEIL): Define.
16668 * builtins.c (CEIL): Remove.
16669 * expmed.c (CEIL): Likewise.
16670 * expr.c (CEIL): Likewise.
16671 * stor-layout.c (CEIL): Likewise.
16673 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16675 * expr.c (store_constructor_field): Fix typo introduced with last
16678 2000-01-01 Mark Mitchell <mark@codesourcery.com>
16680 * tree.h (BINFO_N_BASETYPES): New macro.
16682 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
16684 * expmed.c (emit_store_flag): Prevent losing a pending stack
16685 adjust the same way we prevent losing queued increments.
16687 See ChangeLog.2 for earlier changes.