* c-parse.in (string): For -Wtraditional, warn about string
[official-gcc.git] / gcc / ChangeLog
blob36f246c7b1b9e4c9b2c0870262dcb0f93259487a
1 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * c-parse.in (string): For -Wtraditional, warn about string
4         concatenation only once per line.
6 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
8         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
9         for HI-UX/WE2 systems.
10         
11 2000-07-24  Bruce Korb  <bkorb@gnu.org>
13         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
14         defining the __xxx_TYPE__ macros.
15         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
16         * fixincl/fixlib.h: don't need to include "tm.h" anymore
17         * fixincl/inclhack.def(type_map): now obsolete
19 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
21         * cpp.texi: Append a trailing full-stop to xrefs where needed.
23 2000-07-26  Dave Pitts  <dpitts@cozx.com>       
25         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash 
26         routine constants.
27         (mvs_hash_alias): New function.
28         (mvs_add_alias): Change argument spacing.
29         (mvs_need_alias): Change aliasing criteria. Added documentation.
30         (mvs_get_alias): Change to use hashed name. The hashed name prevents
31         CSECT name collisions.
32         (mvs_check_alias): Likewise.
33         (handle_pragma): Change documentation.
34         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
35         mode from SImode to DImode.
36         (iorhi3): Changed LTORG size for insn.
38 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
40         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
41         mem if the address is a mode_dependent_address_p.
43 2000-07-26  Kazu Hirata  <kazu@hxi.com>
45         * h8300.c (print_operand): Print ":8" when the 'R' operand is
46         suitable for 8-bit absolute.
47         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
48         (OK_FOR_U): Add a case for the 8-bit constant address on the
49         H8/300H.
51 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
53         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
54         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
55         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
56         lack of implemented alignment.
58 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
60         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
61         cross-compiling between 64-bit and 32-bit machines.
63 2000-07-27  Richard Henderson  <rth@cygnus.com>
65         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
66         (movhicc_astep, movhi_internal_astep): New.
67         (movsicc_astep, movsi_internal_astep): New.
68         (movdicc_astep, movdi_internal_astep): New.
69         (movsfcc_astep, movsf_internal_astep): New.
70         (movdfcc_astep, movdf_internal_astep): New.
71         (movxfcc_astep, movxf_internal_astep): New.
72         (cmovdi_internal_astep, cmovsi_internal_astep): New.
73         Unify the cmov[ds]i splitters.
75 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
77         * real.c (asctoeg): Rename `error' label to unexpected_char_error
79 2000-07-26  Nick Clifton  <nickc@cygnus.com>
81         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
82         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
84         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
85         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
87 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
89         * c-decl.c (finish_enum): Convert enumerations that fit in an
90         `int' to `int'.
91         (build_enumerator): In pedantic mode, cast to `int' those that
92         don't.
94 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
96         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
98 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
100         * sh.md (cmpgtdi_t): Must be split.
101         (cmpgtdi_t+1): New splitter.
103 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
105         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
106         warnings for indented directives even if we are skipping.
108 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
110         * invoke.texi (strict-prototypes): Remove.
111         * extend.texi (Deprecated Features): Add strict-prototypes.
112         (Backwards Compatibility): New node.
114 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
116         * config/i386/i386.md (andsi_1+1): Allow HImode.
117         (andsi_1+2): Require q_regs_operand.
119 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
121         * config/i386/i386.md (call_pop): Check operands[0],
122         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
123         (call): Likewise.
124         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
125         (call_value): Likewise.
127 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
129         * toplev.c (pipe_closed): Delete.
130         (crash_signal): New.  Generate ICE for a fatal signal.
131         (float_signal): Call crash_signal outside a float-handler
132         block, not abort.
133         (main): Install crash_signal as handler for core-dumping signals.
135 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
137         * rs6000.c (print_operand, case 'T'): New case.
139         * rs6000.md (call_indirect_aix32): Convert to expander of
140         scheduled instructions.
141         (call_indirect_aix64): Likewise.
142         (call_value_indirect_aix{32,64}): Likewise.
143         (call, call_value): Invoke expanders for AIX.  Fall through to
144         matchers for SysV.
145         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
146         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
147         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
148         only "g" constraint.
149         (call_nonlocal_aix64): Likewise.
150         (call_value_nonlocal_aix{32,64}): Likewise.
151         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
152         operands.
153         (call_value_nonlocal_sysv): New pattern.
154         (indirect_jump{si,di}): Use new 'T' modifier.
155         (tablejump{si,di} matchers): Likewise.
156         (return_internal_{si,di}): Likewise.
157         (return_eh_{si,di}): Likewise.
159 2000-07-24  Richard Henderson  <rth@cygnus.com>
161         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
162         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
163         * config/ia64/ia64.md (movdi_internal): Use it.
165 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
167         * cppexp.c: Warn about unary + if -Wtraditional.
168         * cpplex.c (lex_line): Always set BOL on the first token of a line.
170 2000-07-24  Michael Meissner  <meissner@redhat.com>
172         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
173         unsupported macro.
175 2000-07-24  Nick Clifton  <nickc@cygnus.com>
177         * config/arm/arm.c (emit_multi_reg_push): Generate a
178         REG_FRAME_RELEATED_NOTE that is compatable with the code in
179         dwarf2out_debug_frame_expr.
181 2000-07-24  Jason Merrill  <jason@redhat.com>
183         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
184         UNALIGNED_INT_ASM_OP.
185         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
186         a location expression.
187         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't 
188         assume indirect access if we're saving the CFA address exactly.
190         * Makefile.in (bootstrap): Move -BstageN/ to the end.
192 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
194         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
195         as well.
197 2000-07-24  Michael Meissner  <meissner@redhat.com>
199         * invoke.texi (D30V Options): Add d30v options.
201 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
203         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
204         needed by our gcse pass anymore.
205         (free_pre_mem): Corresponding changes.
206         (compute_pre_data): Do not call compute_transpout anymore.
208         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
209         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
210         changes.
212         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
213         (compute_pre_data): Do it here instead.
215         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
216         'temp_bitmap'.
217         (pre_delete): Corresponding changes.
219 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
221         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
222         to figure out whether or not a variable has already been emitted.
224 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com> 
226         * config/i860/i860.md (untyped_call expander): Use GEN_CALL 
227         instead of gen_call.
229 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
231         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
233 2000-07-23  Kazu Hirata  <kazu@hxi.com>
235         * h8300.c: Fix formatting.
237 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
239         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
240         for `long' switch expression into a plain warning.
242         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
243         (yylex): Don't pedwarn for "inline" in C99 mode.
245         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
246         with %p.
247         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
248         ggc_alloc): Likewise.
249         * bb-reorder.c (dump_scope_forest_1): Likewise.
251 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
253         * reload.c (find_reloads_toplev): Add new parameter
254         "address_reloaded".
255         (find_reloads): Add new parameter to find_reloads_toplev calls.
257 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
259         * collect2.c (main): Typo fixed.
260         * diagnostic.c: Typo fixed.
261         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
262         * eh-common.h: Typo fixed.
263         * emit-rtl.c (start_sequence): Typo fixed.
264         * flow.c (find_label_refs): Typo fixed.
265         (calculate_global_regs_live): Typo fixed.
266         (mark_regno_cond_dead): Typo fixed.
267         (create_edge_list): Typos fixed.
268         (verify_edge_list): Typo fixed.
269         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
270         * loop.c (strength_reduce): Typo in function name fixed.
271         * rtl.h: Added comments.  Typo in function name fixed.
272         * rtlanal.c: Typo in function name fixed.
273         (insn_dependant_p): Rename to ...
274         (insn_dependent_p): ... this.
275         (computed_jumo_p): Typo fixed.
277 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
279         * system.h (__FUNCTION__): Wrap definition in #ifndef.
281 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
283         * rs6000.h (SIZE_TYPE): Define.
285 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
287         * ssa.c (rename_insn_1): Don't rename registers that are
288         CLOBBERed.
290 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
292         * diagnostic.c (trim_filename, fancy_abort): Moved here from
293         rtl.c.
294         (fatal_function, set_fatal_function): Removed.
295         (fatal): Don't prepare for or call the fatal_function.
296         (diagnostic_lock, error_recursion): New.
297         (diagnostic_for_decl, report_diagnostic): Guard against
298         re-entering the error reporting routines.
299         (fancy_abort): Assume function is not NULL.
301         * errors.c (fancy_abort): New.  Assume function is not NULL.
302         * tradcpp.c (fancy_abort): Assume function is not NULL.
304         * system.h: Provide default definition of __FUNCTION__.
305         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
306         Always use __FUNCTION__ in definition of abort.
307         * tree.h: Likewise.
308         * varray.h: Likewise.
309         * toplev.h: Likewise.  Don't prototype set_fatal_function.
311 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
313         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
314         in 64-bit mode.
315         * glimits.h: Don't do #if defined for ARCH_PPC.
317         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
318         constants of size no larger than a pointer should go in the TOC.
319         Add 'MODE' parameter.
320         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
321         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
322         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
323         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
324         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
325         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
326         (rs6000_legitimize_address): Likewise.
327         (rs6000_emit_move): Likewise.
328         (rs6000_select_rtx_section): Likewise.
329         (output_toc): Deal properly with outputting small constants like
330         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
331         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
332         MODE parameter.  Put small constants in the TOC.
334         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
335         easy in SImode.
336         (rs6000_emit_move): When reload calls us with an illegitimate
337         address, exit early.  Move the change_address calls to one place
338         at the end of the routine.  Merge the SImode and DImode expanders.
339         When called by reload to put an integer into a FP register, force
340         it to memory.
342         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
343         field.
344         (rs6000_hash_constant): Hash mode too.
345         (toc_hash_function): Allow for key_mode.
346         (toc_hash_eq): Structures are different if key_mode differs.
347         (output_toc): Add 'mode' parameter.  Save key_mode.
348         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
349         Pass 'mode' parameter.
350         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
352         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
353         for vtable references.
355         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
356         choice, don't put integer values in FP regs.
358 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
360         * flow.c (verify_flow_info): Revamp code to verify that the
361         head and end of each basic block are in the insn chain.
363 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
365         * gcse.c (record_one_set): Prepend instead of append onto
366         reg_set_table, making it O(n) instead O(n^2).
367         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
368         Use a queue instead of a stack as worklist.
370 2000-07-20  Kazu Hirata  <kazu@hxi.com>
372         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
373         * h8300.h (OK_FOR_T): New.
374         (EXTRA_CONSTRAINT): Support OK_FOR_T.
375         * h8300.md: Use inc/dec.[wl] for increment/decrement
376         by 1 and 2 in HI and SI modes.
378 2000-07-20  Jim Wilson  <wilson@cygnus.com>
380         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
381         larger than 14 bits.
383 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
385         * cppmacro.c (CAN_PASTE_AFTER): New macro.
386         (count_params): Don't set GNU_REST_ARGS on anything.
387         (save_expansion): Set PASTE_LEFT only on tokens for which
388         CAN_PASTE_AFTER is true, or which are named operators.
390         * cpplex.c (parse_args): Distinguish between a rest argument
391         given one empty argument, and a rest argument given zero arguments.
392         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
393         deletion of previous token based on that.
394         (get_raw_token): Flatten some control structure.
396         * cpplib.h (CPP_LAST_EQ): Correct.
397         (VOID_REST): New token flag.
398         (GNU_REST_ARGS): Delete.
400         * tradcpp.c (main): Don't munge -D options.
401         (make_definition): Bring -D handling in line with cpplib.
402         (do_define): Strip all leading whitespace from macro definitions.
404 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
406         * Makefile.in (tradcpp): Depend on intl.o and version.o.
408 2000-07-20  Bruce Korb  <bkorb@gnu.org>
410         * fixincl/check.tpl: strip the platform specific types before testing
411         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
412         * fixincl/fixincl.tpl: use platform specific types
413         * fixincl/fixlib.h: include the platform specific types
414         * fixincl/inclhack.def(gnu_types): don't supply the types
415         * fixincl/fixincl.x: regen
417 2000-07-19  Jim Wilson  <wilson@cygnus.com>
419         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
420         GR_REGS.
422 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
424         * tradcpp.c (rescan): Do not recognize directives when the #
425         is indented.
427 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
429         Implement C++ named operators.
431         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
432         of operators allowed in #if and having an _EQ variant.  Add
433         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
434         (cpp_token flags): Add NAMED_OP.
435         (enum node_type): Add T_OPERATOR.
436         (struct cpp_hashnode): Add code slot to value union.
437         * cpphash.h (spec_nodes): Remove n_defined.
439         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
440         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
441         (is_macro_disabled): Tweak error messages.
443         * cpplib.c (get_define_node): Disallow all named operators as
444         macro names.  Tweak error messages.
445         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
447         * cppinit.c (builtin_array): Add entries for the named operators.
448         * cppexp.c (lex): Check for CPP_DEFINED token.
449         (priority table): Add entries for CPP_MIN and CPP_MAX.
450         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
452 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
454         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
455         larger than the array of cuids.
456         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
457         cuids.
459 2000-07-19  Bruce Korb  <bkorb@gnu.org>
461         * fixinc/fixincl.c:  Convert to using a table of environment variables
462         and activate the auto-edit marker on the fixed output files.
463         * fixinc/fixlib.h:  Define the environment table
464         * fixinc/fixincl.sh: export the ${INPUT} dir
465         * fixinc/check.tpl: likewise
467 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
469         * gcc.c (.h spec): Fix typo.
471 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
473         * Makefile.in: Fix tradcif.c path.
475 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
477         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
478           macros, not five.
480         * cpphash.h (TOKEN_NAME): New macro.
481         (_cpp_spell_operator): Deleted.
482         (token_spellings): Now _cpp_token_spellings.
484         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
485         * cpplex.c: Use OP and TK macros when expanding the
486         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
487         store the stringification of the enumeration name (CPP_CHAR,
488         etc.) in the name slot of token_spellings.
489         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
490         token_spellings directly.
491         * cpplib.c: Use TOKEN_SPELL.
493         * cpplex.c (_cpp_push_token): If the token being pushed back
494         is the previous token in this context, just subtract one from
495         context->posn.
496         * cppmacro.c (save_expansion): Clear aux field when storing a
497         placemarker.
499 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
501         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
502         buffer, provided it is not NULL.
504 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
506         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
507         case of invalid volatile re-declaration.
509 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
511         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
512         (expand_call): Adjust caller.
514 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
516         * diagnostic.h (report_diagnostic): Change prototype.
518         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
519         diagnostic_for_decl):  Change prototype.
520         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
521         error, warning, error_with_file_and_line,
522         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
523         Adjust call to report_diagnostic, diagnostic_for_decl.
524         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
525         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
527         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
528         varaible argument list.
530 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
532         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
533         moved to cppmacro.c.
534         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
535         dump_hash_helper): Delete.
536         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
537         cpp_forall_identifiers): New. Implement specialized version of
538         Vlad's expandable hash table.
539         (cpp_lookup): Use new functions.
540         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
541         implementation.
542         * cppmacro.c: New file.
543         * cppinit.c (dump_macros_helper): New.
544         (cpp_finish): Iterate over the identifier table directly.
545         * cpplex.c (parse_name): Calculate the hash of the identifier
546         while we scan it.  Use _cpp_lookup_with_hash when we can.
548         * cpphash.h: Update prototypes.
549         (xcnewvec, HASHSTEP): New helper macros.
550         * cpplib.h: Update prototypes.
551         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
552         (cppmacro.o): New rule.
553         (cpphash.o): Update deps.
555         * cppmain.c: Do not set pfile->printer if no_output is on.
557 2000-07-15  Neil Booth  <neilb@earthling.net>
559         * cpplib.c: Change all directive-handler functions to return
560         void, not int.
561         * cpphash.h: Update typedefs.
563 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
565         * configure: Regenerate.
567         * extend.texi (Extended Asm): Mention that a memory clobber
568         does not count as a side-effect.
570         * unroll.c (copy_loop_body): Fix one instance of using host
571         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
572         cross-compile.
574         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
576 2000-07-17  Richard Henderson  <rth@cygnus.com>
578         * config/ia64/ia64.md (movdi): Split out load address code.
579         New post-reload splitter for symbolic operands.
580         (movdi_internal): Abort if we didn't split symbolic operands
581         when we should have.
582         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
583         (ia64_reorg): Split insns when not optimizing.
584         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
586 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
588         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
589         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
591 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
593         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
595 2000-07-17  Jason Merrill  <jason@redhat.com>
597         * Makefile.in (clean): Remove libgcc directory.
599         * configure.in (-Wno-long-long check): Use higher-level macros.
601 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
603         * simplify-rtx.c (simplify_binary_operation): Recognize
604            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
605         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
606            a CONST_INT, it will always be zero.
608 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
610         * loop.c (check_dbra_loop) : Return if more than one condition is
611         present to control the loop.
613 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
615         * mips.c (mips_expand_prologue): Don't calculate the last argument
616         register unless we need it.  When we are calculating this, make
617         sure FUNCTION_ARG is giving us a REG.
619 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
621         * flow.c (libcall_dead_p): Use single_set to verify the insn
622         has only one set and get for analysis.
623         (propagate_one_insn): Don't pass the PATTERN of the insn.
625 2000-07-17  Mark Klein <mklein@dis.com>
627          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
629 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
631         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
632         * configure.in (TARGET_GETGROUPS_T): Evaluate.
633         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
634         of second argument of getgroups.
635         * configure, config.in: Rebuilt.
637 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
639         * simplify-rtx.c (simplify_relational_operation): Two signed
640         values with equal high words are less/greater than each other if
641         their low words are less/greater when considered as unsigned.
643 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
645         * configure.in (vax-*-openbsd):  Change to new style configuration,
646         add collect2/float_format information.
647         * configure:  Rebuilt.
648         * config/vax/openbsd1.h:  New.
649         * config/vax/openbsd.h:  New.
650         * config/vax/t-openbsd:  New.
652 2000-07-17  Chip Salzenberg  <chip@valinux.com>
654         * c-common.c (shorten_compare): Quiet warnings about unsigned
655         comparisons with zero when they occur in a system header.
657 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
659         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
660         update to describe current practice.
662         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
664         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
665         references to C9X.  Change references to -fstd and -flang-isoc9x
666         to refer to -std.
668         * c-common.c (scan_char_table): Allow "z" length modifiers on
669         diouxXn formats.
670         (check_format_info): Use TYPE_DOMAIN on the type matched against
671         for "z" formats, to retrieve the language size_t rather than the
672         internal one.
674         * c-common.c (check_format_info): Do not make a pedantic objection
675         to the 'L' length modifier if used with a floating point type
676         character.
678         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
679         constants in C99 mode.
681 2000-07-17  Kazu Hirata  <kazu@hxi.com>
683         * h8300.md: Fix the format of mac.
684         (movsi_h8300hs): Output a tab after stmac instead of a space.
686         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
687         profitable adds/subs sequences.
689         * fold-const.c: Fix comment typos.
691 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
693         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
695 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
697         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
699 2000-07-16  Neil Booth  <NeilB@earthling.net>
701         * cpplex.c: Update comments.
702         * README.Portability: Small update.
704 2000-07-16  Neil Booth  <NeilB@earthling.net>
706         * README.Portability:  Small update.
708 2000-07-15  Richard Henderson  <rth@cygnus.com>
710         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
711         * config/ia64/ia64.c (ia64_move_ok): New function.
712         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
713         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
715 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
717         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
718         immediately following a paste operator.
719         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
720         (cpp_reader_init): Call it, if HOST_EBCDIC.
721         (cpp_handle_options): Do not sort option list here.
722         (handle_option): Rename to cpp_handle_option and export.
723         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
724         _cpp_get_token directly.
725         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
726         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
727         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
728         cpp_scan_line.
730 2000-07-15  Richard Henderson  <rth@cygnus.com>
732         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
733         cast around an expression.  Tidy other unsigned tests.
735 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
737         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
738         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
739         (v_message_with_decl): Rename to ...
740         (format_with_decl): ... this. Tweak
741         (diagnostic_for_decl): New function.
742         (fatal_io_error): Use verbatim in lieu of notice.
743         (announce_function): Use verbatim.
744         (default_print_error_function): Likewise.
745         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
746         infratructure.
748 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
750         * mips.c (function_arg_pass_by_reference): Don't do automatic
751         aggregate initialization.
752         (machine_dependent_reorg): Initialize variable `mode'.
754         * mips.md (absdi2): Change variable `regno1' to unsigned int.
755         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
756         conflicts with sys/param.h macro of the same name.
757         (reload_outdi): Likewise.
759 2000-07-15  Michael Meissner  <meissner@redhat.com>
761         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
762         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
763         create a new node instead.
765 2000-07-15  Neil Booth  <NeilB@earthling.net>
767         * README.Portability: Correct example about calling a function
768         through a pointer to function.  Format wide paragraphs.
770 2000-07-15  Michael Meissner  <meissner@redhat.com>
772         * README.Portability: Update integer suffixes and function
773         prototype sections.
775 2000-07-15  Neil Booth  <NeilB@earthling.net>
777         * README.Portability: Small update.
779 2000-07-15  Neil Booth  <NeilB@earthling.net>
781         * README.Portability: New file.
783 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
785         * INSTALL: Give special instructions for building GCC on Irix 6.
786         * config/mips/x-iris6 (CC): Don't set it.
787         (OLDCC): Likewise.
789 2000-07-14  Jason Merrill  <jason@redhat.com>
791         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
792         register in the stack and later in another register, use the new
793         register.
795 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
797         * config/mips/mips.md: (absdi2): Handle sign_extend for
798         second operand.
800 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
802         * cpplib.c (do_pragma_dependency): Tidy warning messages.
804 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
806         * .cvsignore: Correct typo.
808 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
810         * .cvsignore: Add generated YACC files.
811         * objc/.cvsignore: New file.
813 2000-07-14  Neil Booth  <NeilB@earthling.net>
815         * cpplex.c (adjust_column): New funcion.
816         (skip_whitespace): Use it.
817         (skip_block_comment): Use it, and warn about /*/* with
818         -Wcomments.
820 2000-07-14  Neil Booth  <NeilB@earthling.net>
822         * cpphash.c (struct macro_info): Add new members.
823         (_cpp_free_definition): Delete the macro directly.
824         (count_params): Return void, with first token of
825         expansion in struct macro_info on success.
826         (parse_define): Return int.  Hoist syntax checking from
827         save_macro_expansion.  Leave call to save_expansion to
828         _cpp_create_definition.
829         (alloc_macro): Needs just 2 arguments.
830         (free_macro): Delete.
831         (save_expansion): Don't perform syntax check.
832         (_cpp_create_definition): Call save_expansion.
834 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
836         * genrecog.c (write_header): Split long string.
838         * cpphash.c (macro_info): Don't use the `signed' keyword.
840         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
842 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
844         * calls.c (stored_args_map): New variable.
845         (check_sibcall_argument_overlap_1): New.
846         (check_sibcall_argument_overlap): New.
847         (expand_call): Initialize stored_args_map.
848         Call check_sibcall_argument_overlap.
850 2000-07-13  Bruce Korb  <bkorb@gnu.org>
852         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
853         (emit_gnu_type): utility procedure for gnu_type_fix
854         (gnu_type_fix): implement various pre-processor guards around
855         standard types so these types can be defined over and over
856         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
857         types alluded to above will have GNU-compliant base types
858         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
859         * fixinc/inclhack.def: add test_text entries and utilize the new
860         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
861         * fixinc/fixincl.x: regenerate
863 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
865         * diagnostic.c (vline_wrapper_message_with_location,
866         v_message_with_file_and_line, v_error_with_file_and_file,
867         v_error_for_asm, v_warning_for_asm, vfatal,
868         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
869         vsorry, verror, vwarning, vpedwarn): Remove.
870         (diagnostic_for_asm): New function.
871         (pedwarn, error, warning, pedwarn_with_file_and_line,
872         error_with_file_and_line, warning_with_file_and_line, sorry,
873         error_for_asm, warning_for_asm, fatal): Reimplement.
874         (finish_diagnostic): Clear diagnostic info as well.
876 2000-07-13  Neil Booth  <NeilB@earthling.net>
878         * c-common.h (flag_digraphs): New.
879         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
880         * c-lex.c (yylex): Use flag_digraphs to decide whether to
881         honour digraphs.
883 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
885         * gcc.c (do_spec_1): Add new %B operator.
886         (set_input): Prepare for %B.
888         (link_command_spec): Move up with the other tm.h-
889         overrideable specs.  Factor out the portion conditional on
890         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
891         (struct compiler): Just have a single spec string.  All users
892         updated.
893         (default_compilers): Remove unnecessary braces.
894         (static_specs): Update.
896         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
897         named specs.
898         (C and assembly specs): Use the new named specs, as appropriate.
900         * objc/lang-specs.h: Use the new named specs.
901         Remove unnecessary braces.
903 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
905         * gcc.c (execute): If a subprocess gets a fatal signal, report
906         strsignal() of the signal number, and ask for a bug report.
907         Do not do this for SIGPIPE if there's already been an error.
909         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
910         Delete pipe_closed.
912         * tradcif.c: Remove.
914 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
916         * final.c (profile_function): Do not emit profile counters in
917         the data section, if NO_PROFILE_COUNTERS is defined.
918         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
919         FUNCTION_PROFILER.
921         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
922         (FUNCTION_PROFILER): Just emit a call to mcount.
924 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
926         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
928         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
929         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
930         traditional, lang_chill, or lang_fortran.
932         * cppfiles.c: #undef strcmp to suppress warning about macros
933         used without arguments.
934         (_cpp_execute_include): Use f, not fname, in "No include path"
935         error.
936         (_cpp_pop_file_buffer): New function.
937         * cpplib.c: Don't include <sys/mman.h>.
938         (cpp_push_buffer): Set line_base and lineno in new buffer.
939         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
941         * cpplex.c: Move all prototypes and structure declarations to the
942         top of the file.  Properly parenthesise some macro arguments.
943         (cpp_scan_line): New function.
944         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
945         don't need to walk up the stack counting.
947 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
949         * c-common.c (combine_strings): Emit a pedantic warning when a
950         string length is greater than the minimum ANSI C is required
951         to support.
953 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
955         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
956         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
958 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
960         * c-decl.c (define_label): Warn about identifier conflicts with
961         labels in traditional C.
963         * c-parse.in (unop +): Warn about the unary plus operator for
964         traditional C.
966         * c-typeck.c (store_init_value): Warn about automatic aggregate
967         initialization for traditional C.
969         * invoke.texi (-Wtraditional): Document new warnings.
971 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
973         * Makefile.in (c-errors.o): Fix thinko in dependency.
975 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
977         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
978         -traditional, -ftraditional, or -traditional-cpp was given.
979         Do not pass -traditional to the preprocessor.
980         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
981         preprocessor does it automatically.
982         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
984         * ch/lang-specs.h: Always use tradcpp.  Do not pass
985         -traditional, -trigraphs, or -pedantic to the preprocessor.
986         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
987         _LANGUAGE_FORTRAN.
989 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
991         * cppexp.c (LOGICAL): Delete macro.
992         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
993         and && directly.
995         * cpphash.c (HASHSIZE): Increase to 4096.
996         (struct hashdummy): Add hash field.
997         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
998         the string values using memcmp.
999         (cpp_lookup): Set dummy.hash.
1001 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
1003         * configure.in (m88k-openbsd): Express configuration using new fragment
1004         style.
1005         * configure: Rebuilt.
1006         * m88k/aout-dbx.h: New.
1007         * m88k/openbsd.h: New.
1008         * m88k/xm-openbsd.h: New.
1010 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1012         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
1014 2000-07-12  Richard Henderson  <rth@cygnus.com>
1016         * reload.c (push_secondary_reload): Make sure to add the new
1017         reload at the end, after acquiring secondary memory.
1019 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1021         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
1023         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
1024         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
1026         * c-parse.in (stmt): Delete unused variables.
1028         * convert.c (convert_to_vector): Likewise.
1030         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
1032         * tree.c (finish_vector_type): Prototype.
1034 2000-07-12  Bruce Korb  <bkorb@gnu.org>
1036         * fixinc/fixfixes.c: use xmalloc
1037         * fixinc/fixincl.c(initialize): set program name for xmalloc
1038         * fixinc/fixlib.c(must_malloc): obsolete
1039         (is_cxx_header): no longer used - disabled
1040         (skip_quote): inserted and disabled for future use
1041         * fixinc/fixlib.h: reflects above
1042         * fixinc/fixtests.c: removed dinkleberries
1044 2000-07-12  Neil Booth  <NeilB@earthling.net>
1046         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
1047         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
1049         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
1050         struct toklist_dummy): New.
1051         (cpp_free_definition): Free macros with free_macro.
1052         (count_params): Don't save paramter spellings.  Save macro
1053         information in a struct macro_info.
1054         (parse_define): Don't allocate a token list.
1055         (save_expansion): Allocate the macro's token list, and
1056         save parameter spellings if necessary.  Use TOKEN_SPELL.
1057         (cpp_create_definition): Make list const.
1059 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
1061         * c-typeck.c (pedwarn_c99): Move to
1062         * c-errors.c: ... Here.
1063         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
1064         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
1065         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
1066         (c-errors.o): List dependency.
1068 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
1070         * c-parse.c: Remove.
1071         * c-parse.h: Likewise.
1072         * c-parse.y: Likewise.
1073         * objc/objc-parse.c: Likewise.
1074         * objc/objc-pasre.y: Likewise.
1076 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
1078         * gcc.texi: Fix minor typos
1079         * extend.texi: Fix minor typos
1081 2000-07-11  Marc Espie <espie@openbsd.org>
1083         * collect2.c (main): Recognize .lo as object files.
1085 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1087         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
1088         true.
1090         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
1091         with MAP_ANONYMOUS and MAP_ANON.
1092         * configure, config.in: Rebuilt.
1094 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
1096         * diagnostic.c (save_output_state): Remove.
1097         (restore_output_state): Likewise.
1098         (clear_text_info): New function.
1099         (clear_diagnostic_info): Likewise.
1100         (output_text_length, is_starting_newline, output_prefix,
1101         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
1102         prefixing_policy, output_buffer_ptr_to_format_args): New macros
1103         (set_real_maximum_length, output_set_maximum_length,
1104         output_set_prefix, output_get_prefix, output_set_maximum_length,
1105         output_destroy_prefix, init_output_buffer,
1106         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
1107         output_add_newline, output_add_character, output_add_space,
1108         output_append_r, output_append, wrap_text, output_format,
1109         output_do_printf, output_printf, output_do_verbatim,
1110         output_verbatim, verbatim): Use them.
1111         (output_clear): Split into cleat_text_info and
1112         clear_diagnostic_info.
1113         (struct output_state): Move to...
1115         * diagnostic.h: ...Here
1116         (struct output_buffer): Adjust.
1118 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
1120         * cpplex.c (parse_name): No longer inline (premature optimization).
1121         (do_pop_context): Fold into pop_context.
1122         (pop_context): Returns int.
1123         (lex_next): Hoist test for end of directive into pop_context.
1124         (push_macro_context): Returns int; takes just reader and token.
1125         Hoist test for excessive nesting to caller.
1126         (push_arg_context): Returns void; takes just reader and token.
1127         Do not call stringify_arg or get_raw_token.
1128         (get_raw_token): Convert tail recursion through push_arg_context
1129         to a loop at this level.  Call stringify_arg here if appropriate.
1130         (maybe_paste_with_next): Convert tail recursion to a while loop.
1131         Hoist test of paste_level to caller.
1133         (stringify_arg): Push arg context at beginning.
1134         (cpp_get_token): Split out core into _cpp_get_token.  Call
1135         process_directive here.  Throw away CPP_PLACEMARKER tokens.
1136         (_cpp_get_token): Convert tail recursion through
1137         push_macro_context to a loop at this level.
1138         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
1139         _cpp_get_raw_token): Use _cpp_get_token.
1140         (_cpp_skip_rest_of_line): Drop the context stack directly; do
1141         not call pop_context.
1142         (_cpp_run_directive): Call lex_next directly.
1144         * cpphash.h: Prototype _cpp_get_token.
1145         * cppexp.c (lex): Use it.
1146         * cpphash.c (parse_define): Use it.
1147         * cpplib.c (get_define_node, do_undef, parse_include,
1148         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
1149         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
1150         parse_ifdef, validate_else): Use it.
1151         (cpp_push_buffer): Tweak error message; abort if anyone tries
1152         to push a buffer while macro expansions are stacked.
1154 2000-07-11  Donn Terry  <donnte@microsoft.com>
1156         * cpplex.c (free_macro_args, save_token): Cast arg of free
1157         and/or xrealloc to PTR.
1158         (_cpp_init_input_buffer): Clear all fields of the base context.
1160 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
1162         * gensupport.c (process_rtx): Make rtl checking stop
1163         complaining about the define_insn while it is being
1164         converted from a define_insn_and_split.
1166 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
1168         * config/mips/mips.c (simple_memory_operand): Access the
1169         INTVAL of the address, not it's containing MEM.
1171 2000-07-11  Bruce Korb  <bkorb@gnu.org>
1173         * fixinc/fixtests.c(double_slash): obsolete
1174         (else_endif_label): likewise
1175         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
1176         (libc1_ifdefd_memx): correct initial comment
1177         and omit the #if/#endif pair from the memxxx declarations
1178         * fixinc/fixincl.x: regen
1180 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1182         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
1184 2000-07-11  Neil Booth  <NeilB@earthling.net>
1186         * cpp.texi: Update.
1188 2000-07-11  Neil Booth  <NeilB@earthling.net>
1190         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
1191         (handle_option): Set digraphs according to standard.
1192         Merge OPT_lang_c89 handler with OPT_std_c89.
1194         * cpplex.c: (lex_line, can_paste): Honour digraphs in
1195         accordance with the digraphs flag.
1197         * cpplib.h: (struct cpp_options): New option digraphs.
1199 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
1200             Bruce Korb  <bkorb@gnu.org>
1202         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
1203         * fixinc/fixincl.x: Regenerate.
1204         * fixinc/tests/base/testing.h: Add testcase.
1206 2000-07-10  Richard Henderson  <rth@cygnus.com>
1208         * config/ia64/ia64.c (got_symbolic_operand): New.
1209         (symbolic_operand, move_operand): Revert 0701 change.
1210         * config/ia64/ia64.h (PREDICATE_CODES): Update.
1211         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
1212         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
1213         split the offset into a 14-bit low part instead of a 13-bit low part.
1214         (load_fptr): Mark the mem as unchanging.
1215         (load_symptr): Use got_symbolic_operand.
1217 2000-07-10  Nick Clifton  <nickc@cygnus.com>
1219         * libgcc2.c (next_stack_level): Cast result of computation to
1220         (void **) so that the assignment does not generate a warning.
1222 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
1224         * flags.h : Add new variable flag_single_precision_constant.
1225         * toplev.c (display_help) : Add -fsingle-precision-constant option.
1226         (flag_single_precision_constant): New.
1227         * c-lex.c (yylex): Convert floating point constant to single
1228         precision constant.
1229         * invoke.texi : Add documentation for this new option.
1231 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
1233         * diagnostic.c (output_octal): Second parameter is unsigned.
1234         (output_long_octal): Likewise.
1235         (output_hexadecimal): Likewise.
1236         (output_long_hexadecimal): Likewise.
1237         (output_format): Adjust arguments extraction. Tweak.
1238         (output_verbatim, verbatim): End variable argument list.
1239         (report_diagnostic): Improve documentation.
1241 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
1243         * c-common.h (build_stmt): Declare.
1244         (build_continue_stmt): Likewise.
1245         (build_break_stmt): Likewise.
1246         (build_return_stmt): Likewise.
1248         * c-decl.c (do_case): Rewrite to do what previously done in
1249         c-parse.in.
1251         * c-semantics.c (build_stmt): Define.
1252         (build_return_stmt): Likewise.
1253         (build_break_stmt): Likewise.
1254         (build_continue_stmt): Likewise.
1255         (build_case_label): Likewise.
1257         * c-parse.in (BREAK): Change to build tree, then generate RTL.
1258         (CONTINUE): Likewise.
1259         (RETURN): Likewise.
1260         (CASE): Likewise.
1261         (DEFAULT): Likewise.
1263         * c-parse.y: Regenerate.
1264         * c-pasre.c: Likewise.
1266 2000-07-09  Jason Merrill  <jason@redhat.com>
1268         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
1270         * tree.h (STRIP_NOPS): Check for error_mark_node.
1271         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
1272         (dwarf2out_*): Remove duplicate declarations.
1274         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
1275         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
1277 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
1279         * diagnostic.c (wrap_text): New function.
1280         (maybe_wrap_text): Likewise.
1281         (output_add_string): Use it.
1282         (output_format): Likewise.
1283         (count_error): Use verbatim instead of notice.
1284         (report_error_function): Likewise. Don't use plain fprintf.
1285         (finish_diagnostic): New function.
1286         (output_do_verbatim): Tweak.  Commonalize functionalities in
1287         output_verbatim and verbatim.
1288         (output_verbatim): Adjust.
1289         (verbatim): Likewise.
1290         (report_diagnostic): Define.
1292         * diagnostic.h (report_diagnostic): Prototype.
1294 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
1296         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
1298 2000-07-09  Neil Booth  <NeilB@earthling.net>
1300         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
1301         IShspace, ISspace: Update.
1303         * cppinit.c: ISTABLE: Update.
1304         V: New.
1306         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
1307         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
1308         (skip_block_comment, skip_line_comment, parse_string,
1309         lex_line): Use is_vspace rather than IS_NEWLINE.
1310         (skip_whitespace, lex_line): Clean up to use is_nvspace.
1311         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
1312         gets a BOL flag.
1313         (lex_next): Unconditionally stop if within a directive.
1314         Treat directives within macro invocations as directives
1315         (after parse_args emits error), not as the argument.
1317 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
1319         * diagnostic.c (diagnostic_args): New macro.
1320         (diagnostic_msg): Likewise.
1321         (output_formatted_integer): Likewise.
1322         (output_state): New data type.
1323         (digit_buffer): Make global.
1324         (output_add_integer): Rename to output_decimal. Squeeze
1325         digit_buffer.
1326         (output_long_decimal, output_unsigned_decimal,
1327         output_long_unsigned_decimal, output_octal, output_long_octal,
1328         output_hexadecimal, output_long_hexadecimal): New functions.
1329         (output_append_r): New function.
1330         (output_append): Tweak.
1331         (output_flush_on): Rename to output_to_stream.
1332         (output_format): Change prototype.  Improve documentation. Handle
1333         more format specifiers.
1334         (build_location_prefix): Rename to context_as_prefix.
1335         (output_notice): Rename to output_do_printf.
1336         (output_printf): Tweak.
1337         (line_wrapper_printf): Likewise.
1338         (vline_wrapper_message_with_location): Adjust call to renamed
1339         functions.
1340         (v_message_with_decl): Likewise.
1341         (default_print_error_function): Likewise.
1342         (save_output_state): New function.
1343         (restore_output_state): Likewise.
1344         (output_do_verbatim): Likewise.
1345         (output_verbatim): Define.
1346         (verbatim): Likewise.
1348         * diagnostic.h (printer_fn): Change return type from void to int.
1349         Improve documentation.
1350         (output_add_integer): Rename to output_decimal.
1351         (output_flush_on, output_format): Don't export.
1352         (output_verbatim, verbatim): Declare.
1354 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
1356         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
1357         Check whether c divides op1 exactly if operation is not
1358         multiplication.
1360 2000-07-08  Richard Henderson  <rth@cygnus.com>
1362         * final.c (final): Do not abort when reg-stack introduces
1363         a new insn.
1365 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
1367         * cpplib.h (struct cpp_name): Now struct cpp_string.
1368         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
1369         CPP_HEADER_NAME): Change to type S.
1370         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
1371         field, a cpp_hashnode *.  All references to val.name updated
1372         to use val.str or val.node as appropriate.
1373         (struct cpp_reader): Add spec_nodes field.
1374         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
1376         * cpphash.h (struct spec_nodes): New.
1377         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
1378         val.str.  All references to 'spelling > SPELL_NONE' updated to
1379         match.
1381         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
1382         pfile->buffer->inc are not NULL before dereferencing them.
1384         * cpplex.c (parse_name): Take a pointer to the current token,
1385         plus current position and limit as args; return the new
1386         position; don't copy the text of a name into the string
1387         buffer, instead call cpp_lookup and store the node pointer.
1388         If extending a token, copy out the text of the old into a
1389         scratch buffer, append the new, look that up and store the new
1390         node pointer.  Inline.
1391         (maybe_paste_with_next): If the result of paste is a NAME,
1392         then look up the pasted text and store its node pointer.
1393         (lex_line): Adjust for new parse_name interface.
1394         Check for L"str", L'str' using spec_nodes->n_L.
1395         (spell_token): SPELL_IDENT tokens have their spelling in
1396         val.node->name.  Handle SPELL_STRING tokens that don't have
1397         string delimiters.
1398         (_cpp_expand_name_space,
1399         (can_paste): Check for L ## "str" using spec_nodes->n_L.
1400         (cpp_get_token, special_symbol): No need to call cpp_lookup.
1401         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
1402         return 1=equal 0=not, not a tristate.
1404         * cpphash.c (var_args_str): Delete.
1405         (find_param): Compare node fields directly.
1406         (is__va_args__): Use CPP_PEDANTIC.  Just compare
1407         token->val.node with spec_nodes->n__VA_ARGS__.
1408         (dump_funlike_macro): Don't use var_args_str.
1410         * cpplib.c (_cpp_check_directive): Just walk through
1411         spec_nodes->dirs comparing pointers.
1412         (get_define_node, do_pragma_poison, detect_if_not_defined,
1413         parse_ifdef): The identifier has already been looked up.
1414         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
1415         node.
1416         (do_if): Only call detect_if_not_defined at beginning of file.
1417         (_cpp_parse_assertion): Only copy string pointers for
1418         SPELL_STRING tokens.
1419         (pragma_dispatch): Take a node pointer and examine its name
1420         field.
1421         (_cpp_init_stacks): Also initialize the spec_nodes structure.
1423         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
1424         _cpp_init_macros.
1425         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
1426         reverse order from the corresponding _cpp_init_* routines.
1428         * cppexp.c (parse_number, parse_charconst, parse_defined,
1429         lex): Check val.node->type instead of calling cpp_defined.
1430         Use spec_nodes entries where appropriate.
1432         * fix-header.c, scan-decls.c: Update for interface changes.
1434 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
1436         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
1437         emitting aux_truncdfsf2.
1439 2000-07-03  Donn Terry  (donnte@microsoft.com)
1441         * cppinit.c (print_help): split overlong line into ISO C89
1442         maximum chunks.
1444 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1446         * cppexp.c: Update all code for new lexer interface.
1447         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
1448         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
1449         * cpplex.c (token_names): Trim leading CPP_ from names; make
1450         the strings unsigned.
1451         (_cpp_spell_operator): New.
1452         (is_macro_disabled): Disable all macros if rescanning
1453         preprocessed text.
1454         (_cpp_get_directive_token): Remove.
1456         * cppinit.c: Don't set no_macro_expand.
1457         * cpplib.c (read_line_number, do_line): Check only for EOF,
1458         not VSPACE.
1459         * cpphash.h: Update prototypes.
1460         * cpplib.h (CPP_VSPACE): Remove.
1461         (struct cpp_reader): Remove no_macro_expand.
1463 2000-07-08  Neil Booth  <NeilB@earthling.net>
1465         * cpphash.c (is__va_args__): New function.
1466         (count_params): Fix line reported in error messages.  Use
1467         is__va_args__.  Don't return ')' on error.  Flag GNU style
1468         rest args macro definitions.
1469         (parse_define): Check macro name is not __VA_ARGS__.
1470         (save_expansion): Check identifier in non-varargs-macro is
1471         not __VA_ARGS__.  Don't flag GNU_VARARGS.
1472         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
1473         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
1474          than per-token GNU_VARARGS.
1475         * cpplib.h (GNU_VARARGS): Remove.
1476         (GNU_REST_ARGS): New.
1478 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1480         * i386.md (call_pop, call, call_value_pop): Do not set
1481         current_function_uses_pic_offset_table for calls to static
1482         functions or indirect calls.
1484 2000-07-07  Jim Wilson  <wilson@cygnus.com>
1486         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
1487         is_predicate_reg, then take max write_count of register pair.
1489 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1491         * tradcpp.c (main): Rename label `include' to `add_include' to
1492         avoid conflicts with variable `include' in traditional C.
1494 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1496         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
1498 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1500         * sibcall.c (uses_addressof): Add INMEM argument, check for
1501         current_function_internal_arg_pointer outside of MEM rtxs in addition
1502         to ADDRESSOFs.
1503         (sequence_uses_addressof): Update caller.
1505 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1507         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
1508         and friends.
1510 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1512         * system.h (UNION_INIT_ZERO): New macro for initializing union
1513         members in structs.
1515         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
1517 2000-07-07  Neil Booth  <NeilB@earthling.net>
1519         * cpp.texi: Update.
1521 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
1523         * final.c (final): Detect out of bounds array access to
1524         the insn_lengths array.
1526 2000-07-07  Kazu Hirata  <kazu@hxi.com>
1528         * fold-const.c (fold): Fix a comment typo.
1530 2000-07-07  Neil Booth  <NeilB@earthling.net>
1532         * cpp.texi: Update to new lexer.
1534 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1536         * tradcpp.c: New file.
1537         * tradcif.y: New file.
1538         * tradcif.c: New generated file.
1540         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
1541         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
1542         dependencies of C.  Install tradcpp from install-common, in
1543         $(libsubdir).
1545 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1547         * cppinit.c: Include cppdefault.h.  Refer to
1548         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
1549         to GCC_INCLUDE_DIR and its length.
1550         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1551         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
1552         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
1553         cppdefault.h.
1554         (include_defaults_array): Move to cppdefault.c.
1556         * cppdefault.h: New file.
1557         * cppdefault.c: New file.
1559         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
1560         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
1561         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
1562         this file.
1564 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1566         * reload.c (push_reload): When seeing if can reuse a register,
1567         check extra registers against widest of INMODE and OUTMODE.
1569 2000-07-06  Neil Booth  <NeilB@earthling.net>
1571         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
1572         based on full length of predicate.
1574 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
1576         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
1577         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
1579 2000-07-05  Kazu Hirata  <kazu@hxi.com>
1581         * h8300-proto.h: Fix formatting.
1582         * h8300.c: Likewise.
1583         * h8300.h: Likewise.
1585 2000-07-05  Jim Wilson  <wilson@cygnus.com>
1587         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
1588         CCmode.
1590 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
1592         * invoke.texi: Fix minor typos
1593         * md.texi: Fix minor typos
1595 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
1597         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
1599 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1601         * cpplex.c: Don't include sys/mman.h.
1602         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
1604         * cpplib.c: Include sys/mman.h and obstack.h.
1605         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
1606         obstack.
1607         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
1608         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
1609         bother freeing if stack entries (they will be freed with their buffer).
1610         (do_endif): Free if stack entries from the buffer obstack.
1611         (push_conditional): Allocate if stack entries from the buffer obstack.
1613         (find_answer): Rename to _cpp_find_answer.
1614         (do_assert, do_unassert): Update.
1616         * cpphash.h: Update prototypes.
1617         (xobnew): New convenience macro.
1618         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
1619         Update comments.
1620         (struct cpp_hashnode): Remove disabled field.
1622         * cppinit.c: Don't include hashtab.h or splay-tree.h.
1623         (report_missing_guard): Moved to cppfiles.c.
1624         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
1625         cpp_init_includes.
1626         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
1627         cpp_cleanup_includes.  Don't destroy hashtab or
1628         all_include_files here.
1629         (cpp_finish): Use _cpp_report_missing_guards.
1631         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
1632         (_cpp_init_include_table): Rename _cpp_init_includes.
1633         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
1635         * cppexp.c (parse_assertion): Update for new name of
1636         find_answer.
1638         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
1640 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1642         * cpplib.c (do_ident): s/VSPACE/EOF/
1644 2000-07-05  Neil Booth  <NeilB@earthling.net>
1646         * cpplex.c: Fix trigraph replacement within strings.
1648 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1650         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
1652         * xcoffout.c (assign_type_number): Constify.
1653         (xcoffout_source_file): Add static prototype.  Don't needlessly
1654         cast away const-ness.
1656 2000-07-04  Jason Merrill  <jason@redhat.com>
1658         * frame.h (frame_state): Move base_offset to end.
1660 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1662         * calls.c (emit_library_call_value_1): Revert previous change.
1664 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1666         * fix-header.c (struct partial_proto): Remove unnecessary fields.
1667         (recognized_extern, recognized_function, read_scan_file):
1668         Update for new scheme.
1669         (check_protection): It's still a multiple include guard even
1670         if it doesn't always trigger.
1671         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
1672         new scheme.
1673         * scan.h: Declare struct cpp_token.  Update prototypes.
1675 2000-07-03  Neil Booth  <neilb@earthling.net>
1676             Zack Weinberg  <zack@wolery.cumb.org>
1678         Complete overhaul of the lexer and macro expander.
1680         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
1681         arg, arglist, argdata, reflist, collect_objlike_expansion,
1682         collect_funlike_expansion, collect_params,
1683         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
1684         unsafe_chars, macarg, compare_defs, special_symbol,
1685         scan_arguments, stringify, funlike_macroexpand,
1686         _cpp_quote_string, monthnames): Delete.
1687         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
1688         _cpp_create_definition, _cpp_dump_definition,
1689         dump_hash_helper): Adjust.
1690         (find_param, count_params, parse_define, var_args_str,
1691         check_macro_redefinition, save_expansion): New.
1693         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
1694         parse_string, output_line_command, trigraph_replace,
1695         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
1696         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
1697         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
1698         _cpp_skip_rest_of_line): Modify.
1700         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
1701         find_position, null_warning, bump_column, expand_name_space,
1702         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
1703         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
1704         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
1705         _cpp_prescan): Delete.
1707         (dump_param_spelling, process_directive, lex_next,
1708         is_macro_disabled, stringify_arg, expand_context_stack,
1709         output_token, make_string_token, alloc_number_token,
1710         special_symbol, duplicate_token, maybe_paste_with_next,
1711         can_paste, prevent_macro_expansion, restore_macro_expansion,
1712         get_temp_token, release_temp_tokens, quote_string,
1713         token_names, token_spellings, _cpp_expand_name_space,
1714         _cpp_glue_header_name, _cpp_reserve_name_space,
1715         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
1716         placemarker_token, eof_token, cpp_context, macro_args,
1717         get_raw_token, parse_arg, parse_args, save_token,
1718         push_arg_context, push_macro_context, pop_context,
1719         do_pop_context, free_macro_args, _cpp_get_line,
1720         _cpp_run_directive): New.
1722         * cpplib.c (validate_else, parse_include, push_conditional,
1723         pass_thru_directive, read_line_number, parse_ifdef,
1724         detect_if_not_defined, _cpp_check_directive, do_define,
1725         do_undef, do_include, do_import, do_include_next, do_error,
1726         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
1727         top_pragmas, do_pragma_gcc, do_pragma_implementation,
1728         do_pragma_poison, do_pragma_system_header,
1729         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
1730         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
1731         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
1732         cpp_defined): Update for new scheme.
1733         (strtoul_for_line, get_define_node, dump_macro_name,
1734         _cpp_check_linemarker, _cpp_parse_assertion): New.
1735         (_cpp_handle_directive, do_pragma_default): Delete.
1737         * cpphash.h (struct predicate): Now struct answer.
1738         (enum spell_type, struct token_spelling, struct directive,
1739         directive_handler): New.
1740         Update prototypes.  Remove unused macros.
1741         * cpplib.h: Update prototypes.  Remove unused macros,
1742         structure definitions, and fields.
1744         * cpperror.c (print_containing_files, v_message): Adjust.
1745         * cppexp.c (parse_assertion, lex, parse_escape,
1746         _cpp_parse_expr): Adjust.
1747         * cppfiles.c (open_include_file, _cpp_execute_include,
1748         _cpp_compare_file_date, cpp_read_file, read_include_file):
1749         Adjust.
1750         * cppinit.c (dump_special_to_buffer): Delete.
1751         (append_include_chain, merge_include_chains, cpp_reader_init,
1752         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
1753         cpp_finish, handle_option, print_help): Adjust.
1754         * cppmain.c (main): Adjust.
1756 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1758         * cppspec.c (lang_specific_driver): Use double quotes in error
1759         message.
1761 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1763         * calls.c (emit_library_call_value_1): Use valreg instead
1764         of hard_libcall_value.
1766 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
1768         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
1769         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
1770         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
1771         (movhi): Likewise.
1772         (movqi): Likewise.
1773         (movdf): Likewise.
1774         (movsf): Likewise.
1775         (movdi): Likewise.
1776         (movti): Likewise.
1778         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
1779         mode instead of wider_mode is being used.
1781 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1783         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
1784         of 'r'. Use q_regs_operand.
1785         (andsi_1+2): Use q_regs_operand.
1787 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1789         * builtins.c (get_memory_rtx): Always put into alias set 0.
1791 2000-07-03  Nick Clifton  <nickc@cygnus.com>
1793         * config/arm/arm.md: Fix post increment and pre increment
1794         peepholes so that they do not generate UNPREDICATBLE opcodes.
1795         (ie ones where the increment clobbers the source/destination).
1797 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
1799         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
1800         change too big for -mtiny-stack" a warning, if larger than 63.
1801         (out_set_stack_ptr): Change the logic so -mno-interrupts is
1802         always safe to use on possible future devices.
1803         (function_prologue): Write SPH before SPL, for consistency.
1804         If interrupt_func_p true, we know we have enabled interrupts.
1805         (avr_num_arg_regs): New function.  Round up to even number of
1806         bytes if no -mpack-args or if calling a libgcc function.
1807         (function_arg, function_arg_advance): Use it.
1808         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1809         Output "movw" if available.
1810         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1811         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1812         (asm_output_section_name): Add blanks for consistent output.
1813         (encode_section_info): Set TREE_READONLY for progmem data to
1814         avoid gas warnings about changed section attributes.
1815         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1816         even numbered registers on devices with "movw".
1817         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1818         (TARGET_SWITCHES): Mark help strings for translation.
1819         Add new -mpack-args and -menhanced switches.
1820         (TARGET_OPTIONS): Mark help strings for translation.
1821         (progmem_section): Add section attributes.
1822         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1823         Output "movw" if available.
1824         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1825         New patterns.
1826         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1827         call convention (arguments aligned on even registers).
1828         (_cleanup, _exit): Make weak symbols libc can override.
1830 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1832         * fp-bit.h: New file.
1834         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1835         Comment #endif statements.
1836         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1838 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1840         * gcse.c (compute_pre_data): Compute ae_kill using other local
1841         properties instead of calling compute_ae_kill.
1843         * alias.c (init_alias_analysis): Do not call
1844         prologue_epilogue_contains until after reload has completed.
1846 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1848         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1849         (genrtl_finish_compound_stmt): Likewise.
1850         (genrtl_compound_stmt): Change to return void.
1852         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1853         move code from here to ...
1854         (genrtl_compound_stmt): ... here.
1855         (genrtl_finish_compound_stmt): Remove.
1856         (expand_stmt): Add comment.
1858 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1860         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1861         and VOID_TYPE_P.
1863 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1865         * cpplib.h (struct cpp_reader): New field include_depth.
1866         (struct cpp_printer): Rename last_bsd to last_id.
1867         * cppfiles.c (read_include_file): Bump include_depth.
1868         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1869         (output_line_command): Output correct #line if a header
1870         is including itself and is not protected against multiple inclusion.
1871         Use include_depth instead of buffer_stack_depth, last_id instead of
1872         last_bsd.
1873         * cppinit.c (cpp_start_read): Initialize last_id instead of
1874         last_bsd.
1876 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1878         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1879         (c-semantics.o): New target.
1881         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1882         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1883         (genrtl_clear_out_block): Likewise.
1884         (genrtl_goto_stmt): Likewise.
1885         (genrtl_expr_stmt): Likewise.
1886         (genrtl_decl_stmt): Likewise.
1887         (genrtl_if_stmt): Likewise.
1888         (genrtl_while_stmt): Likewise.
1889         (genrtl_do_stmt): Likewise.
1890         (genrtl_return_stmt): Likewise.
1891         (genrtl_for_stmt): Likewise.
1892         (genrtl_break_stmt): Likewise.
1893         (genrtl_continue_stmt): Likewise.
1894         (genrtl_scope_stmt): Likewise.
1895         (genrtl_switch_stmt): Likewise.
1896         (genrtl_case_label): Likewise.
1897         (genrtl_begin_compound_stmt): Likewise.
1898         (gerntl_finish_compound_stmt): Likewise.
1899         (genrtl_compound_stmt): Likewise.
1900         (genrtl_asm_stmt): Likewise.
1901         (genrtl_decl_cleanup): Likewise.
1902         (DECL_ANON_UNION_ELEMS): Likewise.
1903         (emit_local_var): Likewise.
1904         (make_rtl_for_local_static): Likewise.
1905         (expand_cond): Likewise.
1906         (expand_stmt): Likewise.
1907         (c_expand_return): Likewise.
1908         (c_expand_start_case): Likewise.
1909         (do_case): Likewise.
1910         (COMPOUND_STMT_NO_SCOPE): Likewise.
1911         (c_expand_asm_operands): Likewise.
1912         (NEW_FOR_SCOPE_P): New macro.
1913         (expand_expr_stmt_fn): New type.
1915         (set_current_function_name_declared): Likewise.
1916         (current_function_name_declared): Likewise.
1917         (lang_expand_stmt): Likewise.
1918         (stmts_are_full_exprs_p): Likewise.
1919         (anon_aggr_type_p): Likewise.
1920         (lang_expand_expr_stmt): Likewise.
1921         (build_case_label): Likewise.
1923         * c-decl.c (lang_expand_expr_stmt): Initialize.
1924         (stmts_are_full_exprs_p): Define.
1925         (current_function_name_declared): Likewise.
1926         (do_case): Likewise.
1927         (lang_expand_stmt): Likewise.
1928         (set_current_function_name_declared): Likewise.
1929         (anon_aggr_type_p): Likewise.
1931         * c-semantics.c: New file.
1932         (expand_cond): Moved from cp/semantics.c.
1933         (genrtl_do_pushlevel): Likewise.
1934         (genrtl_clear_out_block): Likewise.
1935         (genrtl_goto_stmt): Likewise.
1936         (genrtl_expr_stmt): Likewise.
1937         (genrtl_decl_stmt): Likewise.
1938         (genrtl_if_stmt): Likewise.
1939         (genrtl_while_stmt): Likewise.
1940         (genrtl_do_stmt): Likewise.
1941         (genrtl_return_stmt): Likewise.
1942         (genrtl_for_stmt): Likewise.
1943         (genrtl_break_stmt): Likewise.
1944         (genrtl_continue_stmt): Likewise.
1945         (genrtl_scope_stmt): Likewise.
1946         (genrtl_switch_stmt): Likewise.
1947         (genrtl_case_label): Likewise.
1948         (genrtl_begin_compound_stmt): Likewise.
1949         (genrtl_finish_compound_stmt): Likewise.
1950         (genrtl_compound_stmt): Likewise.
1951         (genrtl_asm_stmt): Likewise.
1952         (genrtl_decl_cleanup): Likewise.
1953         (make_rtl_for_local_static): Moved from cp/decl.c.
1954         (emit_local_var): Likewise.
1955         (expand_stmt): Define.
1957         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1958         (c_expand_return): Likewise.
1959         (c_expand_start_case): Likewise.
1961 2000-07-01  Richard Henderson  <rth@cygnus.com>
1963         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1964         with the low 13 bits set.
1965         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1966         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1967         of the low 13 bits into a CONST plus an adddi3.
1968         (load_symptr): Set RTX_UNCHANGING_P.
1970 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1972         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1973         * c-common.c (ridpointers): Declare.
1974         * c-common.h (enum rid): Declare.
1975         (NORID): Likewise.
1976         (ridpointers): Likewise.
1977         * c-lex.c (ridpointers): Don't declare.
1978         (init_lex): Initialize ridpointers.
1979         * c-lex.h (enum rid): Don't declare.
1980         (NORID): Likewise.
1981         (RID_FIRST_MODIFIER): Likewise.
1982         (ridpointers): Likewise.
1984 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1986         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1987         have global scope.
1989 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1991         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1992         always an error.
1994 2000-06-30  Catherine Moore  <clm@cygnus.com>
1996         * c-common.c (decl_attributes):  Differentiate between
1997         types and type decls for alignment.
1999 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
2001         * cpp.texi: Document #pragma GCC dependency
2002         * cppfiles.c (open_include_file): Set date to unknown.
2003         (_cpp_compare_file_date): New function.
2004         (read_include_file): Set file date.
2005         * cpphash.h (struct include_file): Add date member.
2006         (_cpp_compare_file_date): Prototype.
2007         * cpplib.c (parse_include): Add trail parameter. Adjust.
2008         (do_include): Adjust parse_include call.
2009         (do_import): Likewise.
2010         (do_include_next): Likewise.
2011         (gcc_pragmas): Add dependency pragma.
2012         (do_pragma_dependancy): New pragma.
2014 2000-06-29  Jason Merrill  <jason@redhat.com>
2016         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
2017         no operands.
2019 2000-06-29  Jim Wilson  <wilson@cygnus.com>
2021         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
2022         a volatile mem and FR_REGS.
2024 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
2026         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
2027         * c-common.h (flag_const_strings): Declare.
2028         (warn_format): Likewise.
2029         (flag_traditional): Likewise.
2030         (flag_isoc99): Likewise.
2031         (warn_parentheses): Likewise.
2032         (warn_conversion): Likewise.
2033         (C_TYPE_OBJECT_P): Likewise.
2034         (C_TYPE_INCOMPLETE_P): Likewise.
2035         (C_TYPE_FUNCTION_P): Likewise.
2036         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
2037         (C_EXP_ORIGINAL_CODE): Likewise.
2038         (build_unary_op): Likewise.
2039         (build_binary_op): Likewise.
2040         (lvalue_p): Likewise.
2041         (default_conversion): Likewise.
2042         (common_type): Likewise.
2043         * c-tree.h (C_TYPE_OBJECT_P): Remove.
2044         (C_TYPE_INCOMPLETE_P): Likewise.
2045         (C_TYPE_FUNCTION_P): Likewise.
2046         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
2047         (C_EXP_ORIGINAL_CODE): Likewise.
2048         (common_type): Likewise.
2049         (default_conversion): Likewise.
2050         (build_binary_op): Likewise.
2051         (build_unary_op): Likewise.
2052         (lvalue_p): Likewise.
2053         (flag_const_strings): Likewise.
2054         (warn_format): Likewise.
2055         (warn_conversion): Likewise.
2056         (flag_traditional): Likewise.
2057         (flag_isoc99): Likewise.
2058         (warn_parentheses): Likewise.
2060 2000-06-29  James E. Wilson  <wilson@cygnus.com>
2062         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
2064         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
2065         same.  Only tie XFmode with XFmode.
2067 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
2069         * c-decl.c, timevar.c, tlink.c: Include intl.h.
2070         * Makefile.in: Update deps.
2072 2000-06-29  Andrew Haley  <aph@cygnus.com>
2074         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
2075         to true.
2077 2000-06-29  Andrew Haley  <aph@cygnus.com>
2079         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
2080         bytes: remove the multiply by 8.
2082 2000-06-29  Philipp Thomas  <pthomas@suse.de>
2084         * rtl.c : Revert NLS changes.
2085         * gcc.c : Fix bug in display_help introced by my last changes.
2087 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
2089         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
2090         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
2092 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2094         * flow.c (flow_depth_first_order_compute): Fix algorithm.
2096 2000-06-28  Philipp Thomas  <pthomas@suse.de>
2098         * c-decl.c : Mark strings for translation.
2099         (parmlist_tags_warning): Use distinct messages instead
2100         of conditional expressions.
2101         * diagnostic.c (v_message_with_decl): Mark string for translation.
2102         * gcc.c: Mark messages for translation.
2103         (display_help): Combine messages into one string where necessary.
2104         * mips-tfile: Add intl.h. Mark messages for translation.
2105         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
2106         messages for translation.
2107         * timevar.c: Mark messages for translation.
2108         * tlink.c: Likewise.
2109         * toplev.c: Likewise.
2111 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
2113         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
2115         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
2116         use -isystem instead of -idirafter.
2117         * i386/i386-interix.h: Likewise.
2119 2000-06-28  Jason Merrill  <jason@redhat.com>
2121         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
2122         unless DWARF2_DEBUGGING_INFO is defined.
2123         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
2125 2000-06-28  Richard Henderson  <rth@cygnus.com>
2127         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
2129 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
2131         * cpplex.c (output_line_command): Output correct #line if a header
2132         is including itself and is not protected against multiple inclusion.
2134 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
2136         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
2137         ENFILE, close all cached file descriptors and try again.
2138         (_cpp_execute_include): Keep a count of the number of times
2139         each header is included.
2140         (close_cached_fd): New function.
2141         * cpphash.h (struct include_file): Rename before to
2142         include_count; all users updated.  Make include_count and sysp
2143         unsigned short.
2144         * cppinit.c (cpp_finish): If -H, report headers that could use
2145         reinclude guards.
2146         (report_missing_guard): New function.
2148 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2150         * i386.md (prologue_set_got): Set length_immediate field.
2151         (testqi_ccno_1):  Add missing '@' character.
2153 2000-06-27  Jason Merrill  <jason@redhat.com>
2155         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
2156         DWARF_FRAME_REGNUM.
2158 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
2160         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
2161         unsigned macros available.
2163 2000-06-27  Richard Henderson  <rth@cygnus.com>
2165         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
2166         epilogue_deallocate_stack.
2168         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
2169         completers for UNORDERED and ORDERED as well.
2170         * config/ia64/ia64.md (bunordered, bordered): New.
2171         (sunordered, sordered): New.
2173 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2175         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
2176         * i386.c (ix86_attr_length_default): Kill.
2177         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
2178         New.
2179         * i386-protos.h (ix86_attr_length_default): Kill
2180         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
2181         Add prototype
2182         * i386.md (attribute type): Add "test".
2183         (attribute length_prefix): Kill.
2184         (attribute length_opcode): Kill.
2185         (attribute i387, mode, length_immediate, length_address, prefix_data16,
2186         prefix_rep, prefix_0f, modrm): New.
2187         (attribute length): Compute using the new attributes.
2188         (attribute pent_prefix): New.
2189         (attribute pent_pair): Compute using pent_prefix.
2190         (all insn patterns): Set mode,modrm and immediate_length attributes where
2191         needed.
2192         (cmpsi patterns): Compute sizes propertly for test instruction.
2193         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
2194         (movstricthi_xor, movstrictqi_xor): New patterns.
2195         (andsi/andhi): Use splitters to generate xor instructions.
2196         (xorqi_ext_1): New pattern.
2197         (movstricthi->movstricthi_xor peep2): New.
2199 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2201         * i386.md (addqi_low_1): Remove.
2203 2000-06-27  Philipp Thomas  <pthomas@suse.de>
2205         * 1750a.h: Mark help strings for options/switches for translation.
2206         * a29k.h: Likewise.
2207         * alpha.h: Likewise.
2208         * arm.h: Likewise.
2209         * pe.h: Likewise.
2210         * riscix.h: Likewise.
2211         * c4x.h: Likewise.
2212         * clipper.h: Likewise.
2213         * convex.h: Likewise.
2214         * elxsi.h: Likewise.
2215         * fr30.h: Likewise.
2216         * fx80.h: Likewise.
2217         * h8300.h: Likewise.
2218         * i370.h: Likewise.
2219         * cygwin.h: Likewise.
2220         * dgux.h: Likewise.
2221         * djgpp.h: Likewise.
2222         * i386.h: Likewise.
2223         * osf1elf.h: Likewise.
2224         * osfrose.h: Likewise.
2225         * sco5.h: Likewise.
2226         * win32.h: Likewise.
2227         * i860.h: Likewise.
2228         * paragon.h: Likewise.
2229         * i960.h: Likewise.
2230         * ia64.h: Likewise.
2231         * m32r.h: Likewise.
2232         * mcore.h: Likewise.
2233         * mips.h: Likewise.
2234         * mn10300.h: Likewise.
2235         * ns32k.h: Likewise.
2236         * pdp11.h: Likewise.
2237         * pj.h: Likewise.
2238         * aix.h: Likewise.
2239         * aix41.h: Likewise.
2240         * aix43.h: Likewise.
2241         * beos.h: Likewise.
2242         * rs6000.h: Likewise.
2243         * sysv4.h: Likewise.
2244         * linux.h: Likewise.
2245         * linux64.h: Likewise.
2246         * sp64-elf.h: Likewise.
2247         * sparc.h: Likewise.
2248         * splet.h: Likewise.
2249         * v850.h: Likewise.
2250         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
2251         for translation.
2252         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
2253         Properly document option and mark for translation.
2254         * sp86x-elf.h: Likewise.
2256 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
2258         Add MMX and SSE registers to i386 machine description.
2259         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
2260         ix86_local_alignment): Declare.
2262         * i386.h (TARGET_MMX, TARGET_SSE): New.
2263         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
2264         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
2265         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
2266         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
2267         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
2268         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
2269         (RETURN_IN_MEMORY): Handle MMX/SSE.
2270         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
2271         also get stack space.
2272         (MUST_PASS_IN_STACK): Added TImode to the default definition.
2273         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
2274         (MMX_REGISTER_NAMES): New.
2275         (ALIGN_MODE_128): New macro.
2276         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
2277         (DATA_ALIGNMENT): Likewise.
2278         (LOCAL_ALIGNMENT): Likewise.
2279         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
2280         TARGET_MMX/TARGET_SSE.
2281         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
2282         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
2283         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
2284         SSE/MMX regs and something else.
2285         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
2286         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
2287         3 if moving between MMX regs and something else.
2289         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
2290         (regclass_map): Add MMX/SSE registers.
2291         (print_operand): Add code to print XMMWORD as appropriate.
2292         (ix86_split_movdi): Abort for MMX regs.
2293         (init_cumulative_args): Also allow SSE_REGS
2294         (function_arg_advance, function_arg): Likewise
2295         (print_reg): Support 'm'.  Add case for TImode.
2296         (override_options): TARGET_SSE implies TARGET_MMX.
2297         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
2298         New functions.
2300         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
2301         FIRST_SSE_REG.
2302         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
2303         memory.
2304         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
2305         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
2307 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
2309         * ssa.c (struct rename_set_data): Change the name of field
2310         'set_dest' to 'old_reg'.  Add comments.
2311         (struct rename_context): Change the name of 'set_data' to
2312         'new_renames'.  Add new field 'done_renames'.
2313         (create_delayed_rename): New function.
2314         (apply_delayed_renames): New function.
2315         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
2316         SUBREGs and similar by emitting a move.
2317         (new_registers_for_updates): Delete, functionality moved to
2318         apply_delayed_renames.
2319         (rename_block): Handle moves emitted by rename_insn_1 by putting
2320         them into a SEQUENCE with the original insn.  Add sanity checks
2321         and comments.
2322         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
2323         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
2325 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
2326             Jason Merrill <jason@redhat.com>
2328         * dwarf2.h (enum dwarf_call_frame_info): Add
2329         DW_CFA_def_cfa_expression.
2330         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
2331         dw_loc_descr_struct entry.
2332         (struct cfa_loc): New structure to track a CFA location.
2333         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
2334         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
2335         offset, plus handle DW_CFA_def_cfa_expression.
2336         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
2337         cfa_loc record.
2338         (dwarf2out_def_cfa): Entry point maintained for compatability.
2339         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
2340         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
2341         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
2342         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
2343         cfa_reg.
2344         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
2345         sequences for the new DW_CFA_def_cfa_expression record.
2346         (dwarf2out_frame_debug): Use new variables/fields.A
2347         (output_cfi): Handle DW_CFA_def_cfa_expression.
2348         (output_cfa_loc): New function to generate a CFI record for
2349         DW_CFA_def_cfa_expression.
2350         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
2351         a dw_loc_descr sequeunce.
2352         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
2353         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
2354         size_of_locs, output_loc_operands, output_loc_sequence): Move into
2355         unwind info section.
2356         * frame.h (frame_state): Add base_offset and indirect fields.
2357         * frame-dwarf2.c (decode_stack_op): New function to interpret a
2358         dw_loc_descr operation.
2359         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
2360         (struct frame_state): Add base offset and indirect fields.
2361         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
2363 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
2365         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
2366         Make warnings about implicit int be pedwarns in C99.  Don't warn
2367         about duplicate type qualifiers in C99.
2368         (start_function): Make warning about implict int return type be a
2369         pedwarn in C99.
2370         * c-lex.c (yylex): Don't warn about `long long' in C99.
2371         * c-typeck.c (c_expand_return): In C99, always pedwarn about
2372         `return' with no value in function returning non-void.
2374 2000-06-26  Richard Henderson  <rth@cygnus.com>
2376         * c-typeck.c (pedwarn_c99): New.
2377         * diagnostic.c (verror, vwarning, vpedwarn): Export.
2378         * toplev.h: Prototype them.
2380 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2382         * c-typeck.c (digest_init): Return error_mark_node node when
2383         TREE_TYPE (init)  == error_mark_node.
2385 2000-06-26  Philipp Thomas  <pthomas@suse.de>
2387         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
2388         test for msgfmt without path instead.
2389         * configure: Rebuilt.
2391 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2393         * gengenrtl.c (special_rtx): Fix typo in comment.
2395 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2397         * mklibgcc.in (LIB2FUNCS): Add missing space.
2399 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2401         * tree.h (enum tree_index): Add vector type nodes.
2402         Add accessor macros for them.
2403         (TYPE_REPRESENATION_TYPE): New macro.
2404         * tree.c (build_common_tree_nodes_2): Build these nodes.
2405         (finish_vector_type): New function.
2406         * c-common.c (type_for_mode): Handle vector modes.
2407         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
2409         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
2410         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
2411         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
2412         (gen_type_die): Likewise.
2413         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
2414         (fundamental_type_code): Likewise.
2415         (type_is_fundamental): VECTOR_TYPEs aren't.
2416         (output_type): Handle VECTOR_TYPEs.
2418 2000-06-25  Kazu Hirata  <kazu@hxi.com>
2420         * config/arm.c: Fix a comment typo.
2421         * config/arm.h: Likewise.
2423 2000-06-25  Philipp Thomas  <pthomas@suse.de>
2425         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
2426         compiler found.
2427         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
2428         * configure: Rebuilt.
2430 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
2432         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
2434 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2436         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
2437         libgcc.a.
2439 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
2441         * collect2.c (resolve_lib_name): Move '/' check out of loop.
2443 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
2445         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
2447 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
2449         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
2450         last_unconditional_cleanup.
2452 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2454         * tree.def (VECTOR_TYPE): New node type.
2455         * tree.h: Adjust some comments to reflect addition of vector types.
2456         (TYPE_VECTOR_SUBPARTS): New macro.
2457         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
2458         * c-convert.c (convert): Likewise.
2459         * convert.c (convert_to_integer): Handle vector modes.
2460         (convert_to_vector): New function.
2461         * convert.h (convert_to_vector): Declare.
2462         * expr.c (convert_move): Handle vector modes.
2463         * expmed.c (extract_bit_field): Don't abort for vector modes.
2465 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
2467         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
2468         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
2469         New functions, common code moved from function_{prologue,epilogue}
2470         and extended to support the -mtiny-stack option.
2471         (function_prologue, function_epilogue): Use them.
2472         Use lo8/hi8 consistently for asm output readability.
2473         (avr_hard_regno_mode_ok): New function.
2474         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
2475         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
2476         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
2477         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
2478         Write SPH before SPL.
2479         (*movqi): No need to disable interrupts for just one "out"
2480         in alternative 5.  Change length attribute from 4 to 1.
2481         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
2482         Write SPH before SPL.
2484 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2486         * rtl.texi (Vector Operations): New node.
2487         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
2488         (Conversions): Add ss_truncate, us_truncate.
2489         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
2490         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
2491         US_TRUNCATE): New rtx codes.
2492         * machmode.def: Add vector modes.
2493         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
2494         MODE_VECTOR_FLOAT.
2495         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
2496         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
2497         (VECTOR_MODE_P): New.
2499 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
2501         * cpp.texi: Clarify #pragma GCC namespace.
2503 2000-06-24  Philipp Thomas  <pthomas@suse.de>
2505         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
2506         all catalogs specified in ALL_LINGUAS.
2507         * configure: Rebuilt.
2509 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2511         * config/sparc/sparc.md (reload_outdi+1): Handle
2512         HOST_BITS_PER_WIDE_INT == 64 case correctly.
2513         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
2515 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
2517         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
2518         struct vs. scalar-ness when -fno-strict-aliasing.
2520 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
2522         * cpplib.c (struct pragma_entry): New structure.
2523         (pragma_dispatch): Pragma dispatcher.
2524         (top_pragmas, gcc_pragmas): New static variables.
2525         (do_pragma): Use pragma_dispatch.
2526         (do_pragma_gcc): New pragma handler.
2527         * cpp.texi: Update.
2529 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2531         * calls.c (compute_argument_addresses): Force stack slots into
2532         alias set 0.
2533         * expr.c (emit_push_insn): Force pushes into alias set 0.
2535 2000-06-23  Richard Henderson  <rth@cygnus.com>
2537         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
2538         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
2540 2000-06-22  Jason Merrill  <jason@redhat.com>
2542         * toplev.c (compile_file): Always call timevar_print.
2543         * Makefile.in (calls.o): Depend on TIMEVAR_H.
2545 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2547         * varasm.c (constant_descriptor): Make contents unsigned char.
2548         (mark_const_hash_entry): Adjust.
2549         (const_hash): Just hash the code of unknown nodes.
2550         (compare_constant_1): Adjust for unsigned char.
2551         Use language specific expander on unknown nodes.
2552         (record_constant_1): Likewise.
2554 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2556         * cppfiles.c (cpp_make_system_header): New function.
2557         * cpplib.h: Prototype it.
2558         * cpplib.c (do_line, do_pragma_system_header): Use it.
2559         * fix-header.c (read_scan_file): Use it.
2561         * fix-header.c (check_macro_names): Cast second arg of
2562         cpp_defined to const unsigned char *.
2563         (read_scan_file): Make getchar_call const unsigned char.
2565 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2567         * cppfiles.c: Include splay-tree.h, not hashtab.h.
2568         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
2569         (destroy_include_file_node): New.
2570         (_cpp_init_include_hash): Rename _cpp_init_include_table.
2571         Create a splay tree, not a hash table.
2572         (open_include_file): Look up the path in the include table,
2573         do the multiple include optimization here, etc.
2574         (cpp_included): Walk the path.
2575         (find_include_file): Just walk the path calling
2576         open_include_file, or call it directly for an absolute path.
2577         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
2578         scheme.
2579         (read_include_file): Update for new scheme.  Don't close the
2580         file unless reading fails.
2581         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
2583         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
2584         (struct include_file): New.
2585         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
2586         macros.
2587         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
2588         Update prototypes.
2590         * cppinit.c: Include splay-tree.h.
2591         (cpp_reader_init, cpp_cleanup): Update.
2593         * cpplib.h (struct cpp_buffer): Change ihash field to
2594         'struct include_file *inc'.  Remove system_header_p.
2595         (struct cpp_reader): Change all_include_files to a
2596         struct splay_tree_s *.
2598         * cpplex.c: Update all references to cpp_buffer->ihash and/or
2599         cpp_buffer->system_header_p.
2600         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
2602         * Makefile.in (SPLAY_TREE_H): New macro.
2603         (cppfiles.o, cppinit.o): Update dependencies.
2605 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
2607         * invoke.texi (g++): "g++" is not a script anymore.
2609 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2611         * function.c (round_down): Delete obsolete prototype.
2613         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
2615 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
2617         * configure.in: Use 'test a = b' not 'test a == b'.
2618         * configure: Regen.
2620         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
2622         * Makefile.in: Remove all references to HOST_INTLLIBS.
2624         * cpplex.c (parse_name): Don't warn about $ in identifiers if
2625         skipping.
2627 2000-06-20  Philipp Thomas  <pthomas@suse.de>
2629         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
2630         for PA 2.0.
2632 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2634         * Take REG_INC notes into account.
2636 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
2638         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
2639         (primary: IDENTIFIER): Just call build_external_ref.
2640         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2641         Regenerate.
2642         * c-lex.c (lastiddecl): Remove.
2643         (yylex): Replace all instances of lastiddecl with local
2644         variables.
2646         * c-typeck.c (build_external_ref): New function.  Treat decls
2647         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
2648         Look up the decl from the id here.  Call lookup_objc_ivar.
2649         * c-lang.c (lookup_objc_ivar): Stub.
2650         * objc/objc-act.c (lookup_objc_ivar): New function.
2652         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
2653         * c-lex.h: Don't declare lastiddecl.
2655 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
2657         * c-common.h (IF_COND): Added documentation.
2658         (THEN_CLAUSE): Likewise.
2659         (ELSE_CLAUSE): Likewise.
2660         (WHILE_COND): Likewise.
2661         (WHILE_BODY): Likewise.
2662         (DO_COND): Likewise.
2663         (DO_BODY): Likewise.
2664         (RETURN_EXPR): Likewise.
2665         (EXPR_STMT_EXPR): Likewise.
2666         (FOR_INIT_STMT): Likewise.
2667         (FOR_COND): Likewise.
2668         (FOR_EXPR): Likewise.
2669         (FOR_BODY): Likewise.
2670         (SWITCH_COND): Likewise.
2671         (SWITCH_BODY): Likewise.
2672         (CASE_LOW): Likewise.
2673         (CASE_HIGH): Likewise.
2674         (GOTO_DESTINATION): Likewise.
2675         (COMPOUND_BODY): Likewise.
2676         (ASM_CV_QUAL): Likewise.
2677         (ASM_STRING): Likewise.
2678         (ASM_OUTPUTS): Likewise.
2679         (ASM_INPUTS): Likewise.
2680         (ASM_CLOBBERS): Likewise.
2681         (DECL_STMT_DECL): Likewise.
2682         (STMT_EXPR_STMT): Likewise.
2683         (LABEL_STMT_LABEL): Likewise.
2685         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
2686         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
2687         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
2688         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2690 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2692         * configure.in (--enable-checking): Update --help doc to reflect
2693         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
2695 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2697         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
2699         * function.c (put_var_into_stack): Don't reference DECL_ fields
2700         if input is a SAVE_EXPR.
2701         Use set_mem_attributes in COMPLEX case.
2703 2000-06-18  Richard Henderson  <rth@cygnus.com>
2705         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
2706         (ia64_file_start): Declare.
2707         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
2708         (GR_REGNO_P): Likewise.
2709         * config/ia64/ia64.c: Many prototypes.
2710         (ia64_reg_numbers): Constify.
2711         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
2712         (ia64_section_threshold): Make unsigned.
2713         (ia64_print_operand): Constify.
2714         (fix_range): Constify.
2715         (ia64_init_builtins): Don't compare signed vs unsigned.
2716         (ia64_expand_builtin): Likewise.
2718         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
2719         (CONSTRAINT_OK_FOR_Q): New.
2720         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
2721         (movsf_internal, movdf_internal): Likewise.
2722         (cmovdi_internal): Rewrite so that constraints and predicates match;
2723         simplify splitters.
2724         (cmovsi_internal): Likewise.
2726         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
2727         (ASM_FILE_START): New.
2728         * config/ia64/ia64.c (ia64_file_start): New.
2729         (rtx_needs_barrier): Handle pred.rel.mutex.
2730         (emit_predicate_relation_info): New.
2731         * config/ia64/ia64.md (pred_rel_mutex): New.
2732         * config/ia64/linux.h (ASM_SPEC): Define.
2733         * config/ia64/sysv4.h (ASM_FILE_START): Define.
2735         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
2736         filtering global register variables.
2738 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2740         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
2742 2000-06-17  Michael Meissner  <meissner@redhat.com>
2744         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
2745         not present and there is a field after a '-'.
2747 2000-06-17  Bruce Korb  <bkorb@gnu.org>
2749         * fixinc/check.tpl:  finish the implementation of multiple tests
2750         for a single fix
2751         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
2752         (io_quotes_def): add a second test
2753         (various): reorder `files' so that "limits.h" is never first
2754         * fixinc/tests/base/*: update the testing output
2756 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2758         * gcc.texi: Remove reference to stupid.c.
2760 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
2762         * c-common.c (c_tree_code_type): New array.
2763         (c_tree_code_length): Likewise.
2764         (c_tree_code_name): Likewise.
2765         (add_c_tree_codes): New function.
2767         * c-common.h (add_c_tree_codes): Declare.
2768         (enum c_tree_code): New enum.
2770         * c-lex.c (init_parse): Added call to add_c_tree_codes.
2772 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2774         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
2775         select pattern to also match macro defs with only one argument.
2777 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
2779         * i386.md: Create new [right,left] rotate and right shift
2780         patterns to optimize shift by 1 bit for certain ia32 processors.
2781         Update patterns which perform left shifts to optimize shift by
2782         1 bit for certain ia32 processors.
2783         * i386.c (const_int_1_operand): New predicate.
2784         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
2785         * i386-protos.h (const_int_1_operand): Prototype.
2787 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2789         * mips.c (machine_dependent_reorg): Fix braces for nested if.
2791 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
2793         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
2794         LABEL_REFs.
2796 2000-06-14  Richard Henderson  <rth@cygnus.com>
2798         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
2800         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
2801         auto-inc code.
2803         * print-rtl.c (print_rtx): Emit space before mem alias set.
2805 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
2807         * rs6000.c (expand_block_move): Fix typo in earlier change.
2808         (print_operand): Remove unused variables neg and op.
2809         (toc_hash_mark_entry): Fix prototype.
2811 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2813         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2814         (THEN_CLAUSE): Likewise.
2815         (ELSE_CLAUSE): Likewise.
2816         (WHILE_COND): Likewise.
2817         (WHILE_BODY): Likewise.
2818         (DO_COND): Likewise.
2819         (DO_BODY): Likewise.
2820         (RETURN_EXPR): Likewise.
2821         (EXPR_STMT_EXPR): Likewise.
2822         (FOR_INIT_STMT): Likewise.
2823         (FOR_COND): Likewise.
2824         (FOR_EXPR): Likewise.
2825         (FOR_BODY): Likewise.
2826         (SWITCH_COND): Likewise.
2827         (SWITCH_BODY): Likewise.
2828         (CASE_LOW): Likewise.
2829         (CASE_HIGH): Likewise.
2830         (GOTO_DESTINATION): Likewise.
2831         (COMPOUND_BODY): Likewise.
2832         (ASM_CV_QUAL): Likewise.
2833         (ASM_STRING): Likewise.
2834         (ASM_OUTPUTS): Likewise.
2835         (ASM_INPUTS): Likewise.
2836         (ASM_CLOBBERS): Likewise.
2837         (DECL_STMT_DECL): Likewise.
2838         (STMT_EXPR_STMT): Likewise.
2839         (LABEL_STMT_LABEL): Likewise.
2840         (SCOPE_BEGIN_P): Likewise.
2841         (SCOPE_END_P): Likewise.
2842         (SCOPE_STMT_BLOCK): Likewise.
2843         (SCOPE_NULLIFIED_P): Likewise.
2844         (SCOPE_NO_CLEANUPS_P): Likewise.
2845         (SCOPE_PARTIAL_P): Likewise.
2846         (ASM_VOLATILE_P): Likewise.
2847         (STMT_LINENO): Likewise.
2848         (STMT_LINENO_FOR_FN_P): Likewise.
2850         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2851         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2852         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2853         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2854         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2856         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2858 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2860         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2861         writable in parts of the GCC code.
2863         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2864         specification match cast.
2866 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2868         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2869         * configure, config.in: Rebuilt.
2870         * sys-protos.h: Similarly.
2872 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2874         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2875         * basic-block.h (EDGE_COMPLEX): ... here.
2877         * loop.c (check_dbra_loop): Specify the register when
2878         generating REG_NONNEG notes and don't generate duplicates.
2880 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2882         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2883         (struct tree_type, struct tree_decl): Add user_align member.
2884         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2885         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2886         and DECL_USER_ALIGN 0, cap alignment to this value.
2887         (place_field): Likewise.
2888         (finalize_type_size): Set TYPE_USER_ALIGN.
2889         (layout_type): Likewise.
2890         (initialize_sizetypes): Likewise.
2891         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2892         DECL_USER_ALIGN to 1.
2893         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2894         (xfer_tag): Set TYPE_USER_ALIGN.
2895         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2896         (finish_enum): Likewise.
2897         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2898         (expand_anon_union_decl): Likewise.
2899         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2900         (build_index_type): Set TYPE_USER_ALIGN.
2901         (build_range_type): Likewise.
2902         (build_common_tree_nodes_2): Likewise.
2903         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2905 2000-06-13  Andreas Jaeger  <aj@suse.de>
2907         * configure.in: Use --enable-checking=misc,tree,gc by default if
2908         no --enable-checking option is given and for
2909         --enable-checking=yes.
2910         * configure: Rebuilt.
2912 2000-06-13  Richard Henderson  <rth@cygnus.com>
2914         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2915         (__throw): Don't pass the address of a label.
2917         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2918         current_function_is_leaf.
2919         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2920         instead of reg_names[RETURN_ADDRESS_REGNUM].
2921         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2922         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2923         from RETURN_ADDRESS_REGNUM.  Update all uses.
2924         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2925         zero instead of null on failure.
2926         (ELIMINABLE_REGS): Add ra->b0 elimination.
2927         (CAN_ELIMINATE): Update accordingly.
2928         (INITIAL_ELIMINATION_OFFSET): Likewise.
2929         (REGISTER_NAMES): Use an illegal assembler name for
2930         RETURN_ADDRESS_POINTER_REGNUM.
2932 2000-06-13  Richard Henderson  <rth@cygnus.com>
2934         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2935         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2936         (REG_CLASS_NAMES): Likewise.
2937         (REG_CLASS_CONTENTS): Likewise.
2938         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2939         (HARD_REGNO_MODE_OK): Remove references to them.
2940         (REGNO_REG_CLASS): Likewise.
2941         (REG_CLASS_FROM_LETTER): Likewise.
2942         (CLASS_MAX_NREGS): Likewise.
2943         (REGISTER_MOVE_COST): Likewise.
2944         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2945         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2946         (movqi_internal): Special case moves from zero.
2947         (movhi_internal, movsi_internal): Likewise.
2948         (movdi_internal): Likewise.  Fill out "f" constraints.
2949         (movsf_internal): Fill out "r" constraints.
2950         (movdf_internal): Likewise.
2952 2000-06-13  Richard Henderson  <rth@cygnus.com>
2954         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2955         alive before reload.
2957         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2958         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2959         (remove_dependence): Always define.
2960         (set_sched_group_p): New.
2961         (sched_analyze_2): Use it.
2962         (sched_analyze_insn): Don't special-case naked uses.  Look for
2963         and extend in_post_call_group_p.
2964         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2965         (init_deps): Clear in_post_call_group_p.
2967 2000-06-13  Richard Henderson  <rth@cygnus.com>
2969         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2970         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2971         and hard-coded tests.
2972         (simplify_set): Likewise.
2973         (gen_lowpart_for_combine): Likewise.
2974         * emit-rtl.c (gen_lowpart_common): Likewise.
2975         * global.c (find_reg): Likewise.
2976         * local-alloc.c (find_free_reg): Likewise.
2977         * recog.c (register_operand): Likewise.
2978         * regclass.c (init_reg_sets_1): Likewise.
2979         (record_operand_costs, regclass): Likewise.
2980         * reload.c (push_reload): Likewise.
2981         * reload1.c (choose_reload_regs): Likewise.
2982         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2983         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2984         Update all references.
2985         * regs.h (struct reg_info_def): Likewise.
2986         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2987         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2988         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2990         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2991         (CLASS_CANNOT_CHANGE_MODE_P): New.
2992         * config/mips/mips.h: Likewise.
2993         * config/pa/pa32-regs.h: Likewise.
2994         * config/pa/pa64-regs.h: Likewise.
2995         * config/rs6000/rs6000.h: Likewise.
2996         * config/sh/sh.h: Likewise.
2997         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2998         (CLASS_CANNOT_CHANGE_MODE_P): New.
2999         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
3000         * config/d30v/d30v.h: Likewise.
3002 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3004         * configure.in: Add AC_TYPE_GETGROUPS test.
3005         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
3006         * configure: Rebuilt.
3007         * config.in: Rebuilt.
3009 2000-06-13  Richard Henderson  <rth@cygnus.com>
3011         * explow.c (set_mem_attributes): Do nothing for NULL type.
3013 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
3015         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
3016         correctly.
3018 2000-06-13  James E. Wilson  <wilson@cygnus.com>
3020         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
3022 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
3024         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
3026 2000-06-13  Philipp Thomas  <pthomas@suse.de>
3028         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
3029         * configure: Rebuilt.
3031 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
3033         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
3034         We now default to ELF for the i386, and a.out is the special case.
3035         * configure:  Rebuilt.
3037 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
3039         * final.c (final_scan_insn): Delete notes between cc0 setter and
3040         user when restarting from setter.
3042 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3044         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
3045         cast to squelch signed/unsigned warnings.
3047 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
3049         * cpplib.c (handle_directive): Print non-NUL-terminated string
3050         with %.*s.
3052 2000-06-12  Michael Meissner  <meissner@redhat.com>
3054         * ifcvt.c (dead_or_predicable): Don't do conditional execution
3055         path if the machine needs extra support to do conditional
3056         execution.
3058 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
3060         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
3061         to print the alias set.
3062         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
3064 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3066         * config/float-vax.h: Add GFLOAT defines.
3068 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
3070         * configure.in: Update tm dependencies for MPE.
3071         * configure: Rebuilt.
3073 2000-06-12  H.J. Lu  <hjl@gnu.org>
3075         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
3077 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
3079         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
3080         (CPP_SPEC): Change mthreads to pthread.
3081         (LIB_SPEC): Likewise.
3082         (STARTFILE_SPEC): Likewise.
3083         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
3084         (CPP_SPEC): Change mthreads to pthread.
3085         (LIB_SPEC): Likewise.
3086         (STARTFILE_SPEC): Likewise.
3087         * rs6000-protos.h (reg_or_arith_cint_operand): New.
3088         * rs6000.c (reg_or_arith_cint_operand): New.
3089         (num_insns_constant_wide): Decorate unsigned constant.
3090         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
3091         * rs6000.md (addsi3): Use new predicate.
3092         (subsi3, adddi3, subdi3): Likewise.
3094 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
3096         * c-common.c (lang_get_alias_set): Fix typo.
3098 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
3100         * flow.c (mark_used_regs): Revert last change.
3101         (life_analysis): Remove PROP_AUTOINC if running after reload.
3102         (propagate_one_insn): PROP_AUTOINC is always off after reload.
3104 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
3106         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
3107         has run.
3109 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3111         * bb-reorder.c (build_scope_forest): Initialize variable
3112         `curr_scope'.
3114         * calls.c (expand_call): Likewise for variables
3115         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
3117         * i386.c (function_arg_advance, function_arg): Cast to avoid
3118         signed/unsigned warnings.
3120         * i386.h (MEMORY_MOVE_COST): Likewise.
3122         * ifcvt.c (cond_exec_process_if_block): Initialize variables
3123         `else_start' and `else_end'.
3125         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
3127         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
3129 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
3131         * Makefile.in (libintl.a): Depend on intl.all.
3133 2000-06-09  H.J. Lu  (hjl@gnu.org)
3135         * Makefile.in (c-parse.o): Also depend on output.h.
3137 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
3139         * mcore-protos.h: discards const warning removal.
3140         * mcore.c: discards const warning removal.
3142 2000-06-09  Kazu Hirata  <kazu@hxi.com>
3144         * config/h8300/lib1funcs.asm: Declare the machine architecture at
3145         the beginning of the file.
3147 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3149         * real.h:  Add prototype for ldexp.
3151 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
3153         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
3154         it ggc_alloc, drop second argument, never clear returned memory.
3155         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
3156         (ggc_alloc_cleared): New.
3157         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
3158         ggc_alloc_obj.  Remove ggc_alloc macro.
3159         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
3161         * rtl.c (rtvec_alloc): Clear the vector always.
3162         (rtx_alloc): Clear the first word always.  Remove dirty
3163         obstack tricks (this routine is no longer a bottleneck).
3164         * tree.c (make_node): Clear the new node always.
3165         (make_tree_vec): Likewise.
3166         (tree_cons): Clear the common structure always.
3167         (build1): Likewise; also, clear TREE_COMPLEXITY.
3168         * gengenrtl.c: Use puts wherever possible.  Remove extra
3169         newlines.
3170         (gendef): Clear the first word of an RTX in the generator
3171         function, irrespective of ggc_p.  Initialize '0' slots to
3172         NULL.
3173         (genlegend): Don't generate obstack_alloc_rtx routine, just a
3174         thin wrapper macro around obstack_alloc.
3176         * stmt.c (expand_fixup): Use ggc_alloc.
3177         * c-typeck.c (add_pending_init): Use ggc_alloc.
3178         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
3179         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
3180         const0_rtx when it is created.
3181         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
3182         we are not in a function.
3184         * tree.c (tree_class_check_failed): Make second arg an int.
3185         * tree.h: Update prototype.
3187 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
3189         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
3190         of an error_mark_node.
3192 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
3194         * config/avr/avr.c (asm_output_section_name): bugfix.
3196 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
3198         * timevar.def: Add TV_EXPAND.
3199         * timevar.c (timevar_print): Update timing information.
3200         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
3202         * stmt.c (expand_return): Check for error_mark_node.
3204 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
3208         * scan-types.sh (VALUE) Wrap use with double quotes to protect
3209         variable against filename expansion when it contains "char *".
3211         * system.h (SSIZE_MAX): Delete backup definition.
3213         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
3214         instead of SSIZE_MAX.
3216 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
3218         * configure.in: Check whether gas supports -relax.
3219         * configure, config.in: Rebuilt.
3220         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
3221         (EXTRA_SPECS): Add asm_relax.
3222         (ASM_SPEC): Add %(asm_relax).
3223         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
3224         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
3225         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
3226         (ASM_SPEC): Add %(asm_relax).
3227         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
3228         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
3229         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
3230         instead of mov, so that gas can further optimize it.
3232 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
3234         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
3235         size_of_sleb128.
3236         (value_format, case dw_val_class_const): Use sdata format.
3237         (output_die): Call output_sleb128.
3239 2000-06-08  James E. Wilson  <wilson@cygnus.com>
3241         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
3242         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
3243         ASM_OUTPUT_DWARF_CONST_DOUBLE.
3244         (output_die, case dw_val_class_unsigned_const): Correct call to
3245         ASM_OUTPUT_DWARF_DATA8.
3246         (output_die, case dw_val_class_long_long): Use
3247         ASM_OUTPUT_DWARF_CONST_DOUBLE.
3248         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
3249         pos is zero.
3251         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
3252         (output_function_prologue): Fix mispelling.
3253         (output_function_prologue, output_function_epilogue): Reorder to
3254         match ia64.c definition order.
3255         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
3256         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
3257         Use r3 instead of r2 for large stack restores.
3258         (ia64_output_end_prologue): New function.
3259         (process_set): Emit ".restore sp" for epilogue stack restores.
3260         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
3262 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
3264         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
3265         incomplete types.
3267 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3269         * frame.c (end_fde_sort): Remove extraneous erratic array test.
3271 2000-06-08  Denis Perchine <dyp@perchine.com>
3273         * frame.c (start_fde_sort): Don't malloc (0).
3275 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
3277         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
3278         error_mark_node.
3279         * print-tree.c (print_node): The transparent_union_flag means
3280         different things for unions and arrays.  Do not inspect it
3281         with TYPE_TRANSPARENT_UNION.
3283 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
3285         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
3286         returned NULL.
3288 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
3290         * config/avr/avr.c (asm_output_section_name): output section
3291         attributes.
3292         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
3294 2000-06-06  James E. Wilson  <wilson@cygnus.com>
3296         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
3297         fields into header field.
3298         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
3299         macros to access length, flags, and version info from header field.
3300         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
3301         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
3302         (__do_global_ctors_aux): Fix caller.
3303         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
3304         prologue_flag to header.  Pass to read_P_record.
3305         (read_P_record): New argument header.  Implement P4 format.
3306         Multiply P7_T_SIZE by 16.
3307         (execute_one_ia64_descriptor): New static local region_header.  Pass to
3308         get_unwind_record.  Copy r to region_header if r is a header record.
3309         (print_all_records): Likewise.
3310         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
3311         (__get_personality, __get_except_table): Likewise.
3312         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
3314 2000-06-06  Philipp Thomas  <pthomas@suse.de>
3316         * configure.in (AC_C_INLINE): Added.
3317         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
3318         * configure: Regenerate.
3320 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
3322         * c-common.h (c_language_kind): New type.
3323         (c_language): New variab.e
3324         * c-common.c (lang_get_alias_set): Don't put structures in
3325         non-zero alias sets in C++.
3326         * c-decl.c (c_language): Define it.
3327         * c-lex.c (doing_objc_thang): Remove.
3328         * c-tree.h (doing_objc_thang): Make it a macro.
3329         * objc/objc-act.c (lang_decode_option): Set c_language, not
3330         doing_objc_thang.
3332 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
3334         * diagnostic.c (output_maximum_width): Remove.
3335         (doing_line_wrapping): Tweak.
3336         (diagnostic_buffer): New object.
3337         (global_output_buffer): New object.
3338         (output_destroy_prefix): New function.
3339         (default_initialize_buffer): Likewise.
3340         (reshape_diagnostic_buffer): Likewise.
3341         (initialize_diagnostics): Likewise.
3342         (output_clear): Tweak.
3343         (line_wrapper_printf): Adjust call to init_output_buffer.
3344         (vline_wrapper_message_with_location): Likewise.  Use
3345         output_destroy_prefix.
3346         (v_message_with_decl): Likewise.
3348         * diagnostic.h (struct output_buffer): Constify prefix.
3349         (init_output_buffer, output_get_prefix): Constify.
3350         (diagnostic_message_length_per_line): Likewise.
3351         (reshape_diagnostic_buffer): Declare.
3352         (default_initialize_buffer): Declare.
3353         (initialize_diagnostics): Declare.
3354         (diagnostic_buffer): Declare new obbject.
3356         * toplev.c: #include diagnostic.h
3357         (display_help): Document diagnostic formatting options.
3358         (decode_f_option): Handle diagnostic formatting options.
3359         (main): Setup initialization for diagnostic messages outputter.
3361         * toplev.h (set_message_length): Remove.
3363         * Makefile.in (toplev.o): Depends upon diagnostic.h
3365         * invoke.texi : Document diagnostics formatting options.
3367 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
3369         * configure.in (Make the links): Typo fix : the file that must be
3370         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
3371         * configure: File rebuilt.
3373 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
3375         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
3376         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
3377         space.
3378         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
3379         emergency eh_context buffer, if malloc fails.
3380         (__eh_free): Moved from cp/exception.cc. Release to emergency
3381         eh_context buffer, if appropriate.
3383 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
3385         * expr.c (store_expr): Fix typo.
3387 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3389         * m68k.c (legitimize_pic_address): Move prototype ...
3391         * m68k-protos.h (legitimize_pic_address): ... here.
3393         * m68k.md (legitimize_pic_address): Delete prototypes.
3394         (untyped_call): Invoke GEN_CALL(), not gen_call().
3396         * nextstep.c: Include system.h and toplev.h.
3397         (get_directive_line): Don't prototype.
3398         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
3400         * nextstep.h (handle_pragma): Prototype.
3401         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
3402         objc_section_init ...
3403         (EXTRA_SECTION_FUNCTIONS): ... here.
3405 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3407         * sdbout.c (struct sdb_file): NAME now const.
3408         (sdbout_init): input_file_name now const.
3409         (sdbout_start_new_source_file): FILENAME now const.
3410         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
3412 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
3414         * c-typeck.c (build_conditional_expr): Handle complex data types.
3416 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3418         * explow.c (maybe_set_unchanging): New function, broken out from...
3419         (set_mem_attributes): Here.
3420         * expr.h: Declare it.
3421         * stmt.c (expand_decl): Call it.
3423 2000-06-05  Richard Henderson  <rth@cygnus.com>
3425         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
3426         while looking for a register to inherit from.
3428 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3430         * Makefile.in (libgcc.ready): Lose.
3431         (libgcc.mk): Just use mv, not move-if-change.
3432         (LIBGCC_DEPS): New macro.
3433         (libgcc.a): Use it.
3434         (stmp-multilib): Likewise.
3435         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
3436         it rather than the directories themselves.
3437         (LIB2ADD): Depend on the list file rather than 'force'.
3439         * fold-const.c (fold, case COND_EXPR): Elide conversion between
3440         cv-qualified versions of types.
3442 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3444         * config/sparc/sparc.c (short_branch): Correct error in range
3445         computation.
3447 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3449         * fixinc/inclhack.def: New include hacks for ultrix.
3450         * (nested_ultrix): Replaced by ultrix_nested_svc.
3451         * (ultrix_atof_param): test_text string added.
3452         * (ultrix_ifdef): Modified select string.
3454 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
3456         * objc/objc-act.c (generate_method_descriptors): Register
3457         objc_method_prototype_template as a GC root.
3458         (comp_method_with_proto): Register function_type as a GC root.
3459         (comp_proto_with_proto): Replace function_type1 and
3460         function_type2 with a two-element array; register it as a GC root.
3462         (generate_protocols, build_protocol_initializer,
3463         generate_protocol_list, build_category_initializer,
3464         build_shared_structure_initializer): Do not cache cast_type
3465         and/or cast_type2.
3467 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3469         * function.c (assign_parms): Add missing argument to set_mem_attributes
3470         call.
3472 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3474         * tree.h (VOID_TYPE_P): New macro.
3475         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
3476         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
3477         (get_parm_info): Likewise.
3478         (store_parm_decls): Likewise.
3479         (combine_parm_decls): Likewise.
3480         (finish_function): Likewise.
3481         * c-typeck.c (build_function_call): Likewise.
3482         (build_binary_op): Likewise.
3483         (build_conditional_expr): Likewise.
3484         (internal_build_compound_expr): Likewise.
3485         (convert_for_assignment): Likewise.
3486         * stmt.c (expend_expr_stmt): Likewise.
3487         (warn_if_unused_value): Likewise.
3488         (expand_return): Likewise.
3489         * c-parse.in (primary): Likewise.
3490         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
3491         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
3493 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3495         * alias.c (get_alias_set): If compnent is addressable, use alias
3496         set of component.
3497         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
3498         (grokdeclarator): Likewise.
3499         * c-typeck.c (common_type): Likewise.
3501 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
3503         * Makefile.in (OBJS): Remove dyn_string.o
3504         (dyn-string.o): Delete rule.
3505         * dyn-string.c: Delete file
3506         * dyn-string.h: Likewise.
3508 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3510         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
3511         subdir.
3513 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
3515         * alias.c (record_component_aliases): Don't inspect
3516         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
3518 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
3520         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
3521         it with the pattern to do machine dependent work.
3522         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
3523         use it to modify the true/false tests used in conditional
3524         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
3525         defined, invoke them if the conversion to conditional execution
3526         was successful or not.
3528         * tm.texi (IFCVT_MODIFY_TESTS): Document.
3529         (IFCVT_MODIFY_INSN): Ditto.
3530         (IFCVT_MODIFY_FINAL): Ditto.
3531         (IFCVT_MODIFY_CANCEL): Ditto.
3533 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
3535         * toplev.c (main): Fix misspellings of possibility and language.
3537 2000-06-03  Richard Henderson  <rth@cygnus.com>
3539         * alias.c (record_alias_subset): Initialize has_zero_child in the
3540         superset.
3542 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
3544         * arm.md (untyped_call): Use GEN_CALL macro.
3546 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
3548         * Makefile.in: Use $(MAKE) not "make"
3550 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3552         * alias.c (struct alias_set_entry): New field has_zero_child.
3553         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
3554         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
3555         do nothing.
3556         Call record_component_aliases for aggregate types.
3557         (record_alias_subset): Set has_zero_child.
3558         (record_component_aliases, case ARRAY_TYPE): Do nothing if
3559         TYPE_NONALIASES_COMPONENT.
3560         (record_component_aliases, case RECORD_TYPE): Test
3561         DECL_NONADDRESSABLE_P.
3562         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
3563         of TREE_ADDRESSABLE.
3564         * calls.c (initialize_argument_information): Only test
3565         TYPE_TRANSPARENT_UNION for UNION_TYPE.
3566         * function.c (assign_parms): Likewise.
3567         * integrate.c (function_cannot_inline_p): Likewise.
3568         * stor-layout.c (finish_record_layout): Don't call
3569         record_component_aliases.
3570         * tree.h (struct tree_int_cst): Use struct tree_common.
3571         (struct tree_real_cst, struct tree_string): Likewise.
3572         (struct tree_complex, struct tree_identifier): Likewise.
3573         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
3574         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
3575         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
3576         (TYPE_NONALIASES_COMPONENT): New macro.
3577         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
3578         (DECL_NONADDRESSABLE_P): New macro.
3579         (struct tree_decl): Reorder bits for clarity of how many left;
3580         add non_adressable.
3582 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
3584         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
3585         * mklibgcc.in (force): New target.
3586         Make LIB2ADD stuff depend on it.
3588 2000-06-02  Richard Henderson  <rth@cygnus.com>
3590         * alias.c (lang_get_alias_set): Remove.
3591         (get_alias_set): Call it directly, not indirectly.
3592         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
3593         * c-common.h (c_get_alias_set): Don't declare.
3594         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
3595         * expr.h (lang_get_alias_set): Declare as function, not pointer.
3597 2000-06-02  Bruce Korb  <bkorb@gnu.org>
3599         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
3600         (server_setup):  define the server's master pid
3601         (close_server):  actually do the deed IFF we are the server's master
3603 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
3605         * c-common.c (c_get_alias_set): Check whether signed_type did not
3606         return its argument before calling get_alias_set on the result.
3608 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
3610         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
3612 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3614         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
3615         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
3616         for TARGET_NOMACSAVE.
3617         (NOMACSAVE_BIT): Define.
3618         (TARGET_NOMACSAVE): Define.
3619         (TARGET_SWITCHES): Add "nomacsave".
3621 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
3623         * sh.md (untyped_call): Remove excess parameters
3625 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
3627         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
3628         match that used before the conversion to c_fix style.
3629         * fixinc/fixincl.x: regenerate
3631 2000-06-01  Stan Cox  <scox@cygnus.com>
3633         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
3634         macro argument typo.
3636 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3638         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
3639         error message.
3640         * cpplib.c (parse_include): Remove support for VAX-C
3641         "#include starlet" misfeature.
3643 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
3645         * cppfiles.c: conditionally define O_BINARY.
3646         (open_include_file): pass O_BINARY to open().
3648 2000-06-01  Richard Henderson  <rth@cygnus.com>
3650         * i960.c (i960_br_predict_opcode): Remove.
3651         (i960_print_operand) [+]: Emit branch prediction hints.
3652         (i960_function_arg): Return early for VOIDmode.
3653         (i960_round_align): Return early for incomplete types.
3654         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3655         * i960.md (all conditional branches): Add "%+".
3657 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3659         * alias.c (get_alias_set): Don't call language-specific routine more
3660         than is needed and clean up code a bit.
3661         * c-common.c (c_get_alias_set): All references whose type
3662         is char get alias set 0, but character types need not.
3663         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
3664         (make_decl_rtl): Don't call it for FUNCTION_DECL.
3666 2000-06-01  Bruce Korb  <bkorb@gnu.org>
3668         * fixinc/tests/base/...: new base result files
3670 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
3672         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
3673         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
3674         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
3675         will use FCOMI.
3677 2000-06-01  Richard Henderson  <rth@cygnus.com>
3679         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
3681         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
3683 2000-05-31  Richard Henderson  <rth@cygnus.com>
3685         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
3686         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
3687         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
3689 2000-05-31  Richard Henderson  <rth@cygnus.com>
3691         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
3692         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
3693         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
3694         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3695         * config/ia64/ia64.md (all branch/call patterns): Use %+.
3697 2000-05-31  Richard Henderson  <rth@cygnus.com>
3699         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
3701 2000-05-31  Richard Henderson  <rth@cygnus.com>
3703         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
3704         remaining edges.
3705         (find_if_block): Allow THEN with no outgoing edges.
3706         * flow.c (merge_blocks_nomove): Remove a barrier not following
3707         a jump as well.
3709 2000-05-31  Richard Henderson  <rth@cygnus.com>
3711         * flow.c (propagate_block): Move initialization of mem_set_list ...
3712         (init_propagate_block_info): ... here.  Also track blocks with
3713         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
3715 2000-05-31  Richard Henderson  <rth@cygnus.com>
3717         * jump.c (jump_optimize_1): Revert 05-18 change.
3719 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
3721         * invoke.texi: Remove documentation for -fguiding-decls.
3723 2000-05-31  Richard Henderson  <rth@cygnus.com>
3725         * configure.in: Fix typo last change.
3727 2000-05-31  Philipp Thomas  <pthomas@suse.de>
3729         * configure.in (enable-nls): Enable if build == host, i.e. when
3730         not building a canadian cross compiler.
3731         (enable-maintainer-mode): Added for use with i18n.
3732         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
3733         cross section of ALL_LINGUAS and LINGUAS.
3734         * configure: Rebuild.
3736 2000-05-31  Bruce Korb  <bkorb@gnu.org>
3738         * fixinc/check.tpl: rework to use test result tree
3739         * fixinc/Makefile.in: change invocation of check script
3740         * fixinc/check.diff: No longer needed
3741         * fixinc/fixincl.x: regenerate
3742         * fixinc/inclhack.def:  add new tests
3743         * fixinc/tests/base/arch/i960/archI960.h:  New test result
3744         * fixinc/tests/base/curses.h: modified test result
3745         * fixinc/tests/base/stdio.h: ditto
3746         * fixinc/tests/base/time.h: ditto
3747         * fixinc/tests/base/sys/asm.h: ditto
3748         * fixinc/tests/base/sys/stat.h: ditto
3749         * fixinc/tests/base/sys/wait.h: ditto
3751 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
3753         * except.c (clear_function_eh_region): Do not free NULL.
3755 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3757         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
3758         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
3759         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
3760         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
3761         (find_base_decl): New function, from c_find_base_decl in c-common.c.
3762         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
3763         (get_alias_set): Likewise.
3764         Major rework to do more things and allow language-specific code
3765         to just handle special-cases.
3766         (record_alias_subset): Args are HOST_WIDE_INT.
3767         (record_component_alias): Local vars are HOST_WIDE_INT.
3768         Don't handle COMPLEX_EXPR.
3769         (get_varargs_alias_set): Moved from builtins.c.
3770         (get_frame_alias_set): New function.
3771         * builtins.c (expand_builtin_return_address): Use frame alias set.
3772         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
3773         for setjmp buffer.
3774         (get_memory_rtx): Rework to use set_mem_attributes.
3775         (get_varargs_alias_set): Deleted from here.
3776         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
3777         (c_find_base_decl): Deleted from here.
3778         (c_get_alias_set): Remove many cases and rework to just handle
3779         C-specific cases.
3780         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
3781         * c-decl.c (rtl.h, expr.h): Now included.
3782         (init_decl_processing): Call record_component_aliases on array types.
3783         (grokdeclarator): Likewise.
3784         Set TREE_ADDRESSABLE for all fields that are not bitfields.
3785         * c-typeck.c (common_type): Call record_component_aliases for array.
3786         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
3787         Set all save areas to the frame alias set.
3788         * calls.c (initialie_argument_information): Call set_mem_attributes.
3789         (compute_argument_addresses, expand_call): Likewise.
3790         * explow.c (set_mem_attributes): New function.
3791         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
3792         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
3793         LEN and OFFSET now HOST_WIDE_INT.
3794         (clear_by_pieces): Similar changes.
3795         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
3796         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
3797         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
3798         (clear_by_pieces_1): Likewise.
3799         (emit_push_insn): Call set_mem_attributes.
3800         (expand_expr, case INDIRECT_REF): Likewise.
3801         (expand_expr, case VAR_DECL): Call change_address.
3802         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
3803         tree_low_cst.
3804         (get_varargs_alias_set, get_frame_alias_set): New decls.
3805         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
3806         (new_alias_set, set_mem_attributes): Likewse.
3807         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3808         (assign_stack_temp_for_type): Likewise.
3809         Can split slot even if alias set since can copy.
3810         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3811         (assign_temp): Use host_integerp and tree_low_cst.
3812         (put_var_into_stack): Properly handle SAVE_EXPR.
3813         (put_addressof_into_stack): Likewise.
3814         (assign_parms): Call set_mem_attributes.
3815         Delete #if 0 code.
3816         (fix_lexical_address): Put reference to chain into frame alias set.
3817         (expand_function_start): Call set_mem_attributes.
3818         * integrate.c (expand_inline_function): Likewise.
3819         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3820         * regmove.c (try_apply_stack_adjustment): Likewise.
3821         * reload.c (push_reload, make_memloc): Likewise.
3822         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3823         * rtl.def (MEM): Update comment.
3824         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3825         (move_by_pieces): Change length to HOST_WIDE_INT.
3826         (record_base_value, record_alias_subset): Delete from here.
3827         * stmt.c (expand_decl): Call set_mem_attributes.
3828         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3829         * toplev.c (compile_file): Call init_alias_once earlier.
3830         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3831         from here: now in alias.c.
3832         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3833         (struct tree_decl): Likewise.
3834         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3835         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3836         (output_constant_def, force_const_mem): Likewise.
3838         * flow.c (propagate_block): If block has no successors, stores to
3839         frame are dead if not used.
3841 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3843         * stmt (expand_end_case): Reorder conversion sequence for jump
3844         table to avoid extra truncations.
3846 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3848         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3849         in the block is more than just a simple conditional branch.
3850         (noce_process_if_block): Similarly.
3852 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3854         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3855         queue.
3857 2000-05-30  Michael Meissner  <meissner@redhat.com>
3859         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3860         instructions.  Treat LO_SUM operations as loading the full integer
3861         constant.
3863 2000-05-30  Richard Henderson  <rth@cygnus.com>
3865         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3867 2000-05-30  Richard Henderson  <rth@cygnus.com>
3869         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3871 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3873         * fixinc/tests/*:  Added expected result files for fixinc's make check
3874         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3876 2000-05-30  Richard Henderson  <rth@cygnus.com>
3878         * config/alpha/alpha.md (*setne_internal): Use match_operator
3879         instead of working down from insn.
3881 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3883         * invoke.texi (-Wtraditional): Update WRT function macros.
3885 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3887         * except.c (free_exception_table): Do not free NULL.
3889 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3891         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3892         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3893         and skipping here.
3895 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3897         * flow.c (mark_used_reg): If a register is unconditionally live,
3898         remove any conditional death information.
3900 2000-05-29  Richard Henderson  <rth@cygnus.com>
3902         * final.c (current_output_insn): New.
3903         (final_scan_insn): Set it.
3904         * output.h: Declare it.
3906 2000-05-29  Richard Henderson  <rth@cygnus.com>
3908         * stor-layout.c (finalize_record_size): Fix typo.
3910         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3911         if nlabel is null.
3913 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3915         * cpplib.h (cpp_reader): Remove if_stack.  Change
3916         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3917         * cpphash.h (struct ihash): Change control_macro to a
3918         cpp_hashnode * and shorten name to cmacro.
3919         Add NEVER_REINCLUDE constant.
3921         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3922         Examine the cmacro node directly, no need to call cpp_defined.
3923         (_cpp_execute_include, read_include_file): Set cmacro to
3924         NEVER_REINCLUDE, not U"".
3925         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3926         (cpp_get_token): If pfile->skipping is true, discard text and
3927         keep scanning until we hit a directive; don't expand macros.
3929         * cpplib.c (struct if_stack): Remove if_succeeded, add
3930         was_skipping. Change control_macro to a cpp_hashnode * and
3931         shorten name to cmacro.  Remove typedef IF_STACK.
3932         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3933         (conditional_skip, skip_if_group,
3934         consider_directive_while_skipping): Delete.
3935         (push_conditional): New.
3936         (_cpp_handle_directive): Don't process directives other than
3937         conditionals if we are skipping.
3939         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3940         Update to new scheme.
3941         (validate_else): Skip rest of line here, unconditionally.
3942         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3943         pfile->skipping off.
3945         (all): Remove `scare quotes' from error messages.
3947 2000-05-29  Richard Henderson  <rth@cygnus.com>
3949         * function.c (emit_return_into_block): New line_note arg; emit it.
3950         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3951         for the close brace to accompany HAVE_return.  Move all line notes
3952         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3954 2000-05-29  Richard Henderson  <rth@cygnus.com>
3956         * longlong.h [__alpha] (count_leading_zeros): New.
3957         (count_trailing_zeros): New.
3958         (COUNT_LEADING_ZEROS_0): New.
3960         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3961         (alpha_split_conditional_move): New.
3962         * config/alpha/alpha-protos.h: Prototype them.
3963         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3964         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3965         * config/alpha/alpha.md: Update ffs cix commentary.
3966         (*ze_and_ne): New.
3967         (*nabssf2, *nabsdf2): New.
3968         (*mov[qhsd]icc_internal): Use add_operand.
3969         (if_then_else constant splitters): New.
3970         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3971         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3973 2000-05-29  Richard Henderson  <rth@cygnus.com>
3975         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3976         a constant to NEG or NOT when conditions allow.
3978         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3979         unless both args are general_operand.  Don't canonicalize plus
3980         to ior unless it helps.
3982         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3983         instead track register_life_up_to_date.  Toggle no_new_pseudos
3984         around if_convert.
3986 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3988         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3989         so output_operand doesn't see them.
3991 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3993         * lcm.c (make_preds_opaque): Fix comment.
3994         (optimize_mode_switching): Use NORMAL_MODE instead of
3995         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3996         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3997         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3998         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3999         (MODE_USES_IN_EXIT_BLOCK): Delete.
4000         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
4001         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
4002         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
4003         (MODE_NEEDED): Don't look for USE.
4004         (EPILOGUE_USES): Define.
4006 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
4008         * mklibgcc.in (all): Variable initialised to `libgcc'.
4010 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
4012         * toplev.h (skip_leading_substring): New macro.
4013         * toplev.c (decode_f_option): Use skip_leading_substring instead
4014         of strncmp.
4015         (decode_W_option): Likewise.
4017 2000-05-28  Nick Clifton  <nickc@cygnus.com>
4019         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
4020         modify reg_names.
4022 2000-05-28  Richard Henderson  <rth@cygnus.com>
4024         * regclass.c (record_operand_costs): Protect reg_changes_size
4025         with CLASS_CANNOT_CHANGE_SIZE.
4027         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
4029 2000-05-28  Richard Henderson  <rth@cygnus.com>
4031         * function.c (diddle_return_value): A pcc-style struct return
4032         returns a pointer.
4034 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
4036         * cppfiles.c: Read files in, using mmap if possible, then
4037         prescan them separately.
4038         (read_file, read_with_read): New functions.
4039         * cpplex.c: Don't define UCHAR_MAX.
4040         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
4041         the file here.
4043         * cppinit.c (handle_option): Automatically define __cplusplus,
4044         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
4045         the respective -lang switch.
4047         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
4048         prototype): Move to...
4049         * cpplib.h: ... here.  Rename struct hashnode to struct
4050         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
4051         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
4053 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
4055         * config/rs6000/rs6000.md (movsi): Constify 'name'.
4057         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
4058         (class_can_change_size): New variable.
4059         (reg_changes_size): New variable.
4060         (init_reg_sets_1): Initialise class_can_change_size.
4061         (record_operand_costs): Remove subreg_changes_size.
4062         Don't pass it around.  Instead update reg_changes_size.
4063         (regclass): Initialise and free reg_changes_size.  If a register
4064         changes size, don't preference it to a class that contains
4065         registers that can't change size.
4066         (record_reg_classes): Don't look at subreg_changes_size.
4068 2000-05-27  Richard Henderson  <rth@cygnus.com>
4070         * print-rtl.c (reg_names): Remove const.
4071         * regclass.c (reg_names): Likewise.
4072         * regs.h (reg_names): Likewise.
4073         * hard-reg-set.h (reg_names): Likewise.
4075 2000-05-27  Richard Henderson  <rth@cygnus.com>
4077         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
4079 2000-05-27  Richard Henderson  <rth@cygnus.com>
4081         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
4082         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
4083         (alpha_expand_prologue): Emit prologue_mcount if needed.
4084         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
4085         * config/alpha/alpha.md (prologue_mcount): New.
4086         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
4087         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
4088         * config/alpha/netbsd.h: Likewise.
4090 2000-05-27  Richard Henderson  <rth@cygnus.com>
4092         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
4093         change to config/elfos.h.
4095 2000-05-27  Richard Henderson  <rth@cygnus.com>
4097         * Makefile.in (resource.o): Depend on except.h.
4098         * except.h (output_exception_table_data): Prototype.
4099         * genconfig.c (gen_peephole2): Prototype.
4100         * genemit.c (main): Include ggc.h.
4101         * genoutput.c: Revert parts of last change: include errors.h
4102         (main): Set progname.
4103         * recog.c: Include hard-reg-set.h before recog.h.
4104         * resource.c: Include except.h.
4106         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
4107         with RTX_CODE.
4108         (alpha_write_linkage): Protect with BUFSIZ.
4109         (alpha_need_linkage): Update prototype.
4110         * config/alpha/alpha.c (function_arg): Move VMS code here.
4111         (alpha_links_base): Remove.
4112         (alpha_links): New.
4113         (mark_alpha_links_node, mark_alpha_links): New.
4114         (alpha_write_one_linkage): New.
4115         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
4116         (alpha_write_linkage): Use splay_tree_foreach.
4117         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
4118         to get the linkage symbol.
4119         (call_value_vms): Likewise.
4120         * config/alpha/elf.h (output_file_directive): Remove decl.
4121         (ctors_section, dtors_section): Prototype.
4122         (sbss_section, sdata_section): Prototype.
4123         * config/alpha/vms.h (FUNCTION_ARG): Remove.
4124         (readonly_section, link_section, literals_section): Prototype.
4125         (ctors_section, dtors_section): Prototype.
4126         (vms_valid_decl_attribute_p): Remove decl.
4127         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
4129 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
4131         * reload.c (get_secondary_mem): Don't widen floating-point modes.
4133         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
4134         substituting the REG in a (subreg:X (reg:Y ...)).
4136 2000-05-28  Neil Booth  <NeilB@earthling.net>
4138         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
4139         first token of a line BOL.  Update EOF code for this.
4140         Remove illegal directive check - it appears in the (not
4141         yet committed) caller.
4142         * cpplib.h (BOL): New flag.
4144 2000-05-28  Neil Booth  <NeilB@earthling.net>
4146         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
4147         (_cpp_free_toklist): No comment space to free.
4148         (expand_comment_space): Remove.
4149         (save_comment_space): Place the comment in the current token and
4150         not in a separate comment space.
4151         (_cpp_lex_line): Save comments during plain code and #define
4152         directives only.
4153         * cpplib.h (struct _cpp_toklist): Remove comment space.
4155 2000-05-28  Neil Booth  <NeilB@earthling.net>
4157         * cppexp.c (parse_assertion): Supply extra argument to
4158         _cpp_init_toklist.
4159         * cpplib.c (do_assert, do_unassert): Similarly.
4160         * cpphash.h (_cpp_init_toklist) Update.
4161         (_cpp_expand_token_space): New.
4162         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
4163         * cpplex.c (_cpp_init_toklist): New argument.
4164         (parse_string2): New argument multiline_ok.
4165         (spell_token): Take a const cpp_token *.
4166         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
4167         (SPELL_ macros): Replace with enum.
4168         (expand_token_space): Replace with _cpp_expand_token_space.
4169         Take COUNT argument.
4170         (IS_DIRECTIVE): Update.
4171         (_cpp_lex_line): Update token structure before parsing number.
4172         Don't assume start at beginning of token list.
4173         (save_comment): Use INIT_TOKEN_NAME.
4175 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
4177         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
4178         -Wmissing-prototypes.
4179         * configure: Regenerate.
4180         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
4182         * builtins.c, calls.c: Change all instances of gen_call_* or
4183         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
4184         * calls.c (struct_value_size_rtx): Separate definition from
4185         initialization to avoid unused variable warning.
4187         * genflags.c (gen_macro): New function.
4188         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
4189         (gen_nonproto): Delete.
4190         (gen_insn): Put all insns on the same obstack.
4191         (main): Generate prototypes for everything unconditionally.
4193         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
4194         out check for wchar_t.
4195         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
4196         * system.h: Add infrastructure for defining missing
4197         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
4198         definitions of UCHAR_MAX and SSIZE_MAX.
4199         * configure: Regenerate.
4200         * config.in: Regenerate.
4202         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
4203         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
4204         headers.
4205         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
4206         libgcc2.a, or libgcc1.null.
4208 2000-05-27  Richard Henderson  <rth@cygnus.com>
4210         * Makefile.in (recog.o): Don't depend on resource.h.
4211         * recog.c: Don't include resource.h.
4212         (recog_last_allowed_insn): Remove.
4213         (recog_next_insn): Remove.
4214         (struct peep2_insn_data): New.
4215         (peep2_insn_data, peep2_current): New.
4216         (peep2_next_insn): New.
4217         (peep2_regno_dead_p, peep2_reg_dead_p): New.
4218         (peep2_find_free_register): New.
4219         (peephole2_optimize): Track life information by insn as we go.
4220         * recog.h: Update declarations.
4221         * resource.c (find_free_register, reg_dead_p): Remove.
4222         * resource.h: Remove their declarations.
4223         * toplev.c: Include hard-reg-set.h before recog.h.
4225         * genconfig.c (max_insns_per_peep2): New.
4226         (gen_peephole2): New.
4227         (main): Call it.
4228         * genemit.c (output_peephole2_scratches): Generate calls to
4229         peep2_find_free_register; adjust surrounding code.
4230         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
4231         * genrecog.c (change_state): Don't track last_insn.
4232         (write_action): Write into *_pmatch_len before accepting.
4233         (write_tree): Adjust peephole2_insns and subroutines to match.
4235         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
4237         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
4238         (hard_int_register_operand): New.
4239         * config/alpha/alpha-protos.h: Declare it.
4240         * config/alpha/alpha.h (PREDICATE_CODES): Update.
4241         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
4242         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
4244 2000-05-27  Richard Henderson  <rth@cygnus.com>
4246         * function.c (thread_prologue_epilogue_insns): Don't move the
4247         line note at the head of the chain.  Only force a lineno note
4248         before the end of block 0.
4250 2000-05-27  Richard Henderson  <rth@cygnus.com>
4252         * gensupport.c (collect_insn_data): Record the maximum number
4253         of alternatives, not the last seen.
4255         * genoutput.c: Don't include errors.h.
4256         (struct data): Add lineno member.
4257         (have_error): New.
4258         (scan_operands): Use message_with_line instead of error.
4259         (validate_insn_alternatives): Likewise.
4260         (gen_insn): Accept and store the pattern's line number.
4261         (gen_peephole, gen_expand, gen_split): Likewise.
4262         (main): Don't set progname.  Pass line_no to gen_foo.
4264 2000-05-27  Richard Henderson  <rth@cygnus.com>
4266         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
4267         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
4268         * config/d30v/d30v.md (attr predicable): New.
4269         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
4270         (andsi3*): Unify into one pattern.
4271         (iorsi3*, xorsi3*): Likewise.
4272         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
4273         conditional return.
4274         (old cond_exec patterns): Remove.
4275         (define_cond_exec): New.
4277 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4279         * tree.h (TREE_CODE_LENGTH): New macro.
4280         * c-common.c (c_find_base_decl): Use it.
4281         * expr.c (safe_from_p): Likewise.
4282         * print-tree.c (print_node): Likewise.
4283         * tree.c (make_node, copy_node, get_identifier): Likewie.
4284         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
4285         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
4286         * fold-const.c (make_range): Likewise.
4287         (fold): Likewise; also use first_rtl_op.
4288         * c-iterate.c (collect_iterators): Use first_rtl_op.
4289         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
4290         Use IS_EXPR_CODE_CLASS.
4291         (preexpand_calls): Likewise.
4292         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
4293         and TREE_CODE_LENGTH.
4294         * stmt.c (warn_if_unused_value): If no operands, no unused value.
4296 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
4298         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
4299         than '%1(%*)'.
4300         (movdi_internal64): Likewise.
4302         * config/rs6000/rs6000.md: Correct order of operands for DImode
4303         boolean patterns.
4305         * config/rs6000/rs6000.c (boolean_or_operator): New function.
4306         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
4307         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
4308         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
4309         boolean_operator for the boolean patterns without NOTs.
4311         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
4312         from reg_or_u_cint_operand.  Change comment and behaviour.
4313         (logical_operand): Clean up, add assertion.
4314         (non_logical_cint_operand): Also check for
4315         reg_or_logical_cint_operand.
4316         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
4317         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
4318         in the expander.
4319         (xorsi3): Likewise.
4320         (iordi3): Likewise.
4321         (xordi3): Likewise.
4323 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
4325         * tree.h (struct record_layout_info): Rename to (struct
4326         record_layout_info_s).
4327         * stor-layout.c (start_record_layout): Replace
4328         `record_layout_info' with `record_layout_info_s'.
4330 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
4332         * flow.c (find_label_refs): New function.
4333         (find_basic_blocks_1): Call it for each alternative of a call
4334         placeholder.
4336 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
4338         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
4339         of get_pc.
4341 2000-05-25  Richard Henderson  <rth@cygnus.com>
4343         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
4344         so strict about DImode.
4345         (alpha_swapped_comparison_operator): Likewise.
4346         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
4347         any integer output mode.
4348         (*setcc_internal): Likewise.
4349         (*setcc_swapped_internal): Likewise.
4350         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
4351         (*mov[qhs]icc_internal): New.
4352         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
4354 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4356         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
4358 2000-05-25  Richard Henderson  <rth@cygnus.com>
4360         * bb-reorder.c (reorder_block_def): Reorder elements for size.
4361         Remove add_jump; add next; replace flags with visited.
4362         (rbd_init): Remove.
4363         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
4364         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
4365         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
4366         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
4367         (RBI): New.
4368         (reorder_index, reorder_last_visited): Remove.
4369         (skip_insns_after_block): Rewrite to use a switch.
4370         (get_common_dest): Remove.
4371         (chain_reorder_blocks): Remove.
4372         (record_effective_endpoints): Split out from reorder_basic_blocks.
4373         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
4374         (make_reorder_chain_1): Renamed from old make_reorder_chain.
4375         Only construct the reorder chain, do not move insns.  Try harder
4376         to tail recurse.
4377         (label_for_bb, emit_jump_to_block_after): New.
4378         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
4379         and adjust the jump insns appropriately.  Fixup basic_block_info.
4380         (verify_insn_chain): Always define.
4381         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
4382         in allocation size.
4383         (make_new_scope): Don't write zeros to calloc'd space.
4384         (build_scope_forest): Rely on xrealloc to DTRT.
4385         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
4386         profile_arc_flag.  Streamline EH test.
4388         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
4389         * basic-block.h: Declare them.
4391 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
4393         * emit-rtl.c (reset_used_decls): New function.
4394         (unshare_all_rtl_again): Call it.
4396 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
4398         * cpplex.c (maybe_macroexpand): Warn about function-like
4399         macros used in non-function context, if -Wtraditional.
4401 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
4403         * recog.c (peephole2_optimize): Use INSN_P.
4405 2000-05-25  Richard Henderson  <rth@cygnus.com>
4407         * ifcvt.c (seq_contains_jump): New.
4408         (noce_try_store_flag_constants): Use it to fail conversion.
4409         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
4411 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
4413         * except.h (can_throw): Declare it.
4414         * except.c (can_throw): Give it external linkage.
4415         * resource.c (find_dead_or_set_registers): Use can_throw.
4417 2000-05-25  Richard Henderson  <rth@cygnus.com>
4419         * flow.c (mark_set_1): Don't record conditionally dead memory.
4421 2000-05-25  Jan Hubicka  <jh@suse.cz>
4423         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
4424         and pc_set at the place of simplejump_p and condjump_p.
4425         * cse.c (record_jump_equiv): Likewise.
4426         * emit-rtl.c (emit): Likewise.
4427         * explow.c (find_next_ref): Likewise.
4428         * flow.c (tidy_fallthru_edge): Likewise.
4429         (init_propagate_block_info): Likewise.
4430         * gcse.c (delete_null_pointer_checks): Likewise.
4431         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
4432         dead_or_predicable): Likewise.
4433         * integrate.c (copy_insn_list): Likewise.
4434         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
4435         for_each_insn_in_loop, check_dbra_loop, get_condition,
4436         insert_bct, load_mems): Likewise.
4437         * resource.c (find_dead_or_set_registers): Likewise.
4438         * sibcalls.c (simplejump_p): Likewise.
4439         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
4441 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
4443         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
4444         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
4445         when unaligned.
4446         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
4447         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
4448         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
4449         * rs6000.md: Name various internal patterns.
4451 2000-05-25  Jan Hubicka  <jh@suse.cz>
4453         * jump.c (invert_exp_1): Remove first argument, use pc_set
4454         to get the expression.
4455         (redirect_exp): Make static; redirect only the pc_set expression,
4456         remove first argument.
4457         (invert_exp): Remove first argument, make static.
4458         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
4459         any_onlyjump at most places where we originaly did condjump_p
4460         and simplejump_p.
4461         (jump_back_p, follow_jumps, thread_jumps): Likewise.
4462         (delete_barrier_succesors): Use pc_set.
4463         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
4464         calls of invert_exp and redirect_exp.
4465         * rtl.h (redirect_exp, invert_exp): Remove.
4466         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
4468 2000-05-25  Richard Henderson  <rth@cygnus.com>
4470         * stmt.c (expand_end_bindings): Fix thinko last change.
4472 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
4473             Andrew Haley  <aph@cygnus.com>
4475         * except.c  (func_eh_entry): Add emitted field.
4476         (new_eh_region_entry): Set emitted field to 0;
4477         (output_exception_table_entry): Only emit previously un-emitted data,
4478         and send it to the eh_data section.
4479         (output_exception_table): Break out common parts. Output
4480         exception table for entire compilation unit to eh_data section.
4481         (output_exception_table_data): Common parts of output_exception_table.
4482         Send output to eh_data section.
4483         (output_function_exception_table): Output exception table data for
4484         a single function to eh_data section.
4485         (free_exception_table): New external to free the table.
4486         * except.h (free_exception_table): Add prototype.
4487         (output_function_exception_table): Add prototype.
4488         * final.c (final_end_function): Output function exception table
4489         for IA64_UNWIND_INFO.
4490         (final_scan_insn): Emit any unwind directives for an insn.
4492         * frame-dwarf2.c: New file containing all DWARF 2 specific code
4493         from frame.c.
4494         * frame.c: Remove all DWARF 2 specific code.
4495         * config/ia64/frame-ia64.c: New file.
4496         (gthread_stuff): Make all gthread available with
4497         IA64_UNWIND_INFO.
4498         (dwarf_fde): Define an IA64 struct for dwarf_fde.
4499         (__register_frame_info, __register_frame): Move to common area of file.
4500         (__register_frame_info_table, __register_frame_table): Move to common i
4501         area.
4502         (__deregister_frame_info, __deregister_frame): Move to common area.
4503         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
4504         (read_uleb128): New version for ia64.
4505         (get_unwind_record): Read the next IA-64 unwind record.
4506         (read_R_record): Read a region header record.
4507         (process_a_b_reg_code): X record helper.
4508         (read_X_record): Read an X format record.
4509         (read_B_record): Read a B format record.
4510         (P3_record_types): List of record types matching the P3 format.
4511         (P7_record_types): List of record types matching the P7 format.
4512         (P8_record_types): List of record types matching the P8 format.
4513         (read_P_record): Read a P format record.
4514         (init_ia64_reg_loc): Set default fields for a register.
4515         (init_ia64_unwind_frame): Set defaults for all register records.
4516         (execute_one_ia64_descriptor): Execute one descriptor record.
4517         (rse_address_add): Calculate the position of a local reg in memory.
4518         (normalize_reg_loc): Turn a location descriptor into a memory address.
4519         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
4520         within a specified PC offset range.
4521         (get_real_reg_value): Given a register location, retrieve its value.
4522         (set_real_reg_value): Change the value of a register location.
4523         (copy_reg_value): Copy reg values, if needed.
4524         (copy_saved_reg_state): Copy all registers that need to be copied.
4525         (process_state_between): Normalize all frame register records that
4526         fall within the specified PC range.
4527         (frame_translate): Take a processed frame description, and turn
4528         everything into addresses.
4529         (build_ia64_frame_state ): Find and create frame state record for a PC.
4530         (get_personality): Get the personality routine for a given frame.
4531         (get_except_table): Get the exception table for a given frame.
4532         (record_name): Unwind record names for debugging.
4533         (print_record): Print and unwind record.
4534         (print_all_records): Print an entire unwind image.
4535         (__ia64_backtrace): Print a backtrace.
4536         (ia64_backtrace_helper): New function.
4537         (__register_frame_info_aux): New function.
4538         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
4540         * frame.h (enum unw_record_type): New unwind record types.
4541         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
4542         (struct unw_r_record, unwind_record): New unwind record structs.
4543         (struct unwind_info_ptr): Unwind information layout.
4544         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
4545         descriptors.
4546         (struct ia64_reg_loc): Register location description.
4547         (struct ia64_frame_state): Location of all registers in a frame.
4548         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
4549         * libgcc2.c (__ia64_personality_v1): Personality routine.
4550         (__calc_caller_bsp): Calculate the bsp register for the caller's
4551         frame.
4552         (ia64_throw_helper): Figure out who to return to and set up the
4553         registers.
4554         (__throw): Throw routine.
4556         * output.h (assemble_eh_align, assemble_eh_label): New functions
4557         to generate EH info where we want it.
4558         (assemble_eh_integer): New function.
4559         * toplev.c (compile_file): Output module level exception table for
4560         non-ia64 targets.
4561         (main): Set exceptions_via_longjump and flag_new_exceptions based
4562         on IA64_UNWIND_INFO too.
4564         * varasm.c (assemble_eh_label): Generate a label via
4565         ASM_OUTPUT_EH_LABEL if it has been specified.
4566         (assemble_eh_align): Generate an alignment directive via
4567         ASM_OUTPUT_EH_ALIGN if it has been specified.
4568         (assemble_eh_label): Generate an integer value via
4569         ASM_OUTPUT_EH_type if they have been specified.
4570         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
4571         (ia64_init_builtins): Add __builtin_ia64_bsp
4572         and __builtin_ia64_flushrs.
4573         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
4574         IA64_BUILTIN_FLUSHRS.
4575         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
4576         IA64_BUILTIN_FLUSHRS.
4578         * config/ia64/ia64.md (flushrs): New insn to flush the register
4579         stack.  Add to unspec list.
4581         * config/ia64/crtbegin.asm (frame_object): Change size.
4582         (__do_frame_setup_aux): New function.
4583         * config/ia64/crtend.asm: call __do_frame_setup_aux.
4584         * config/ia64/t-ia64 (LIB2ADDEH): Add.
4585         * Makefile.in (LIB2ADDEH): Add.
4586         (LIB2ADD): Use LIB2ADDEH.
4588 2000-05-24  Richard Henderson  <rth@cygnus.com>
4590         * recog.c (offsettable_address_p): If mode size is zero, assume
4591         BIGGEST_ALIGNMENT.
4593 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
4595         * configure.in: Check for -Wno-long-long option support and improve
4596         handling of warning CFLAGS for stages 1 and 2.
4597         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
4598         * configure: Regenerate.
4600 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
4602         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
4603         * contrib.texi: New file.
4605 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4607         * loop.c (basic_induction_var): Avoid double recording of an increment.
4609 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4611         * Back out this patch:
4612         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
4613           * loop.h (struct induction): Add multi_insn_incr.
4614           * loop.c (basic_induction_var): New multi_insn_incr argument.
4615           Set it if we search back through previous insns for the biv.
4616           (record_biv): New multi_insn_incr argument; fill in struct induction.
4617           (strength_reduce): Discard an iv with multiple bivs, any of
4618           which require multiple insns to increment.
4620         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
4622 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4624         * rtl.h (loc_mentioned_in_p): Declare.
4625         * reload.c (loc_mentioned_in_p): Moved from here...
4626         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
4627         Fix loop increment for 'E' handling.
4628         * loop.c (strength_reduce): When doing biv->giv conversion,
4629         take multi-insn biv increments into account.
4631 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
4633         * stmt.c (expand_end_bindings): Look through NOTEs to find a
4634         BARRIER.
4636 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
4638         * calls.c (expand_call): Handle cleanups in tail-recursion
4639         arguments analagously to cleanups in sibling calls.
4641 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4643         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
4644         All callers changed.
4646 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4648         * expr.c (expand_assignment, store_expr, expand_expr,
4649         expand_expr_unaligned): Set in_check_memory_usage while emitting
4650         chkr_check_addr libcall.
4652 2000-05-24  Nick Clifton  <nickc@cygnus.com>
4654         * fold-const.c (extract_muldiv): When constructing a
4655         multiplier/divisor, do not expect const_binop to correctly
4656         determine if overflow has occured, so check explicitly.
4658 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4660         * c-decl.c (build_enumerator): Don't modify the value's type,
4661         convert it.
4663 2000-05-24  Andreas Jaeger  <aj@suse.de>
4665         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
4667 2000-05-24  Eric Christopher <echristo@cygnus.com>
4669         * configure.in: Redefine inhibit_libc conditions.
4670         * libgcc2.c: Remove inhibit_libc conditional define.
4671         * configure: Regenerate.
4673 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
4675         * configure.in:  For --enable-languages=LIST, check for empty LIST.
4676         * configure:  Regenerate.
4678 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
4680         * pdp11.h (STACK_BOUNDARY): Define.
4682 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
4684         * ifcvt.c (if_convert): Update life info globally.
4686 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4688         * emit-rtl.c (unshare_all_decls): New function.
4689         (unshare_all_rtl): Call it.
4691 2000-05-23  Nick Clifton  <nickc@cygnus.com>
4693         * configure.in: Treat 'strongarm' as if it were 'arm' when
4694         determining cpu type.
4696         * configure: Regenerate.
4698         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
4699         where constant strings are involved.
4701         * config/arm/arm.h (arm_condition_codes): Change type to 'const
4702         char *'.
4704         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
4705         cases where constant strings are involved.
4707 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
4709         * config/sh/sh.c (gen_far_branch, split_branches): Update
4710         to reflect new prototypes for redirect_jump and invert_jump.
4711         (sh_insn_length_adjustment): Get rid of const warnings.
4713 2000-05-23  Kazu Hirata  <kazu@hxi.com>
4715         * invoke.texi (Options for Debugging Your Program or GCC): Update
4716         the names of dump files.
4718 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
4720         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
4721         * configure: Regenerated.
4723 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4725         * simplify-rtx.c (SIGN_EXTEND): New macro.
4726         (simplify_unary_operation, simplify_binary_operation,
4727         simplify_relational_operation): Use SIGN_EXTEND.  Make low
4728         halves of (low, high) pairs unsigned if they weren't already.
4729         (simplify_ternary_operation): Cast INTVAL to unsigned before
4730         comparing to a MODE_BITSIZE.
4732 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4734         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4735         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
4737         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
4738         gcc_AC_NEED_DECLARATIONS.
4740         * dwarfout.c: Don't prototype time().
4742         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
4744         * system.h: Likewise.
4746         * toplev.c: Likewise.
4748 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4750         * c-decl.c (pushdecl): Invert sense of test for non-global types.
4752 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4754         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
4756 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
4758         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
4760 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4762         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
4763         (alpha_start_function): Never write ..ng label if VMS or NT.
4764         (alpha_align_insns): Remove GP_IN_USE arg.
4765         Alignment now unsigned.
4766         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
4767         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
4768         and two define_insn's.
4770 2000-05-22  Richard Henderson  <rth@cygnus.com>
4772         * combine.c (simplify_comparison): Use trunc_int_for_mode.
4774 2000-05-22  Richard Henderson  <rth@cygnus.com>
4776         * stor-layout.c (place_field): Change rli->size to rli->offset.
4778 2000-05-22  Richard Henderson  <rth@cygnus.com>
4780         * function.c (thread_prologue_and_epilogue_insns): Make sure
4781         existing line number notes appear after the prologue.
4783 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4785         * config/alpha/alpha.c (alpha_fnname): New static variable.
4786         (print_operand, case '~'): New case.
4787         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
4788         (alpha_start_function): Set alpha_fnname.
4789         Write "ng" label if no ldgp; don't write ldgp insn.
4790         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
4791         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
4793 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
4795         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
4796         on deleted labels.
4798 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
4800         * varasm.c (eh_frame_section): Revert change to argument list.
4802 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4804         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
4805         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
4807         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4808         dangling "else" that causes "break" to be conditional.
4809         Also remove unneeded code at start.
4811 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4813         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4814         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4815         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4817 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4819         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4820         just one argument.
4822 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4824         * alias.c (record_component_aliases): New function.
4825         * tree.h: Clean up some declarations and comments.
4826         (record_component_aliases): New declaration.
4827         * tree.c (get_alias_set): If type and has alias set, use it.
4829 2000-05-22  Richard Henderson  <rth@cygnus.com>
4831         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4832         IF_THEN_ELSE to a setcc form.
4833         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4835 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4837         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4838         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4840 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4842         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4843         not a PARALLEL.
4845 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4847         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4848         * config/mn10300/mn10300.c (print_operand): Likewise.
4850         * final.c (split_double): Right shift of negative values is not
4851         portable.
4853         * ifcvt.c (if_convert): Scan and kill dead code.
4855         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4857 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4859         * diagnostic.c: Eliminate implicit int.
4860         * except.c, gcc.c: Add static prototypes.
4861         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4862         * gensupport.c (process_rtx): Use XVEC to initialize vector
4863         slot of 'split'.
4865         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4866         debug_reg_names instead of static reg_names.  If not, define
4867         global reg_names.
4868         * regclass.c: Don't define global reg_names unless
4869         DEBUG_REGISTER_NAMES is defined.
4871         * reload1.c (order_regs_for_reload): Remove unused variable.
4872         * varasm.c: Include output.h after defaults.h.  Define
4873         eh_frame_section as function of no args, not of unspecified args.
4875         * gcc.c: Constify argbuf; arguments to store_arg,
4876         process_command, main; elements of struct command and struct
4877         switchstr; local variables in execute, process_command, main.
4879 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4881         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4882         * fixinc/check.diff:  regenerated
4883         * fixinc/fixincl.x:  regenerated
4885 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4887         * alias.c: Clarify some comments.
4888         (record_base_value): REGNO is unsigned.
4889         * rtl.h (record_base_value): Likewise.
4891         * alias.c (aliases_everything_p): Don't special-case QImode here.
4892         * c-common.c (c_get_alias_set): Do it here.
4893         Handle BIT_FIELD_REF by getting alias info for arg.
4894         Use POINTER_TYPE_P.
4896 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4898         * mklibgcc.in: Restore rule to create ${dir}.
4900 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4902         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4903         GCC_FOR_TARGET used by MULTILIBS.
4904         * mklibgcc.in: Make sure each .o file depends on the
4905         directory it will be in.
4906         Make the multilib directory depends libgcc.
4908 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4910         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4912 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4914         * fold-const.c (make_range): Handle degenerated intervals.
4915         Fixes c-torture/execute/991221-1.c
4917 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4919         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4920         * reload.c (find_equiv_reg): Likewise.
4921         * alias.c (init_alias_analysis): Likewise.
4922         Only call prologue_epilogue_contains on insns.
4923         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4924         * bb-reorder.c (hard-reg-set.h): Include earlier.
4925         * haifa-sched.c (hard-reg-set.h): Likewise.
4926         * ifcvt.c (hard-reg-set.h): Likewise.
4927         * local-alloc.c (hard-reg-set.h): Likewise.
4928         * loop.c (hard-reg-set.h): Likewise.
4929         * predict.c (hard-reg-set.h): Likewise.
4930         * regrename.c (hard-reg-set.h): Likewise.
4931         * flow.c (hard-reg-set.h): Likewise.
4932         (reg_set_to_hard_reg_set): New function.
4933         * bitmap.c (regs.h, basic-block.h): No longer include.
4934         (bitmap.h): Now include.
4935         * conflict.c (hard-reg-set.h): Include.
4936         * profile.c (hard-reg-set.h): Likewise.
4937         * print-rtl.c (hard-reg-set.h): Likewise.
4938         * sbitmap.c (hard-reg-set.h): Likewise.
4939         * toplev.c (hard-reg-set.h): Likewise.
4940         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4941         * hard-reg-set.h (reg_names): Now constant.
4942         * regs.h (reg_names): Likewise.
4943         * regclass.c (reg_names): Likewise.
4944         * loop.h (basic-block.h): No longer include.
4945         (bitmap.h): Now include.
4946         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4947         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4948         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4950 2000-05-19  Jan Hubicka  <jh@suse.cz>
4951             Richard Henderson  <rth@cygnus.com>
4953         * basic-block.h (struct edge_def): New field "count".
4954         (struct basic_block_def): Likewise.
4955         * flow.c (entry_exit_blocks): Add count fileds.
4956         (split_edge): Keep count information up-to-date.
4957         (dump_edge_info, dump_flow_info): Dump count fields.
4959         * final.c (count_instrumented_edges): Rename to edge from arc.
4960         (end_final): Update users.
4961         * profile.c: Include expr.h, basic-block.h.
4962         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4963         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4964         (ignore_next_note, return_label_execution_count): Kill.
4965         (bbg_file_name, da_file_name): Kill.
4966         (edge_info, bb_info): New structures.
4967         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4968         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4969         (total_num_edges_instrumented): Likewise.
4970         (init_arc, expand_spanning_tree): Kill.
4971         (fill_spanning_tree, tablejump_entry_p): Kill.
4972         (instrument_edges):  Rewrite from instrument_arcs to use
4973         commit_edge_insertions infrastructure.
4974         (compute_branch_probabilities): Remove arguments; rewrite for
4975         CFG infrastructure; use rtl_dump_file directly.
4976         (branch_prob, find_spanning_tree): Likewise.
4977         (union_groups, find_group): New.
4978         (init_branch_prob): Make bbg_file_name and da_file_name local.
4979         (end_branch_prob): Use rtl_dump_file directly.
4980         (init_edge_profiler): Rename to edge from arc.
4981         (output_arc_profiler): Kill.
4982         (gen_edge_profiler): New.
4983         (output_func_start_profiler): Turn off profiling.  Make the
4984         constructor static when we can.
4985         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4987         * toplev.c (DFI_flow): Remove.
4988         (DFI_cfg, DFI_life): New.
4989         (dump_file): Update accordingly.
4990         (compile_file): Call end_branch_prob if profile_arc_flag too.
4991         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4992         profiling after the CFG is built.  Move flow1 life analysis to
4993         DFI_life.  Always estimate remaining probabilities.
4995 2000-05-19  Richard Henderson  <rth@cygnus.com>
4997         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4999         * flow.c (make_edges): The sibling call edge to exit is abnormal.
5001 2000-05-19  Richard Henderson  <rth@cygnus.com>
5003         * jump.c (redirect_jump): Add delete_unused argument.  Don't
5004         remove labels and code following when LABEL_NUSES goes to zero.
5005         (invert_jump): Likewise.
5006         (jump_optimize_1): Fix redirect/invert arguments.
5007         (do_cross_jump, thread_jumps): Likewise.
5008         * flow.c (split_edge): Likewise.
5009         * reorg.c (optimize_skip): Likewise.
5010         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
5011         * profile.c (instrument_arcs): Likewise.
5012         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
5013         * rtl.h: Update prototypes.
5015 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
5017         * ssa.c (convert_from_ssa): Tell life_analysis we need death
5018         notes.
5019         (make_regs_equivalent_over_bad_edges): Only look at abnormal
5020         critical edges.
5022 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
5024         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
5025         past l1 when deleting whitespace and markers.
5027         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
5028         * cpplib.c (do_unassert): Put the list to compare against on
5029         the stack.
5031 2000-05-19  Bruce Korb  <bkorb@gnu.org>
5033         * fixinc/README:  cleaned up old documentation
5034         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
5035         * fixinc/check.tpl: compute the list of needed directories
5036         emit "#if defined(name)" because of conflict
5037         omit machine name differences from output differences
5038         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
5039         (machine_name): change test text to use `sed' markers
5040         * fixinc/fixincl.x: regen
5042 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5044         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
5045         a CONSTRUCTOR.
5047 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
5049         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
5050         it to match the current practice.
5052 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
5054         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
5056 2000-05-18  Richard Henderson  <rth@cygnus.com>
5058         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
5059         * rtl.h (insn_dependant_p): Declare it.
5060         * loop.c (strength_reduce): Use it.
5062 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
5064         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
5065         16-bit and 64-bit clean-up.
5067 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
5069         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
5070         * configure: Rebuilt.
5072 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
5074         * genopinit.c: Use $ for escape sequences in optab patterns.
5075         Remove backslashes from optab patterns.  Change $A, $B, $C to
5076         expand to (int) whatever instead of just whatever; remove
5077         explicit (int) from all optab patterns.
5079         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
5080         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
5081         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
5082         genrecog.c: Remove private copies of xmalloc, xrealloc, and
5083         xstrdup.
5085 2000-05-18  Richard Henderson  <rth@cygnus.com>
5087         * jump.c (jump_optimize_1): Base minimum insn count during
5088         find_cross_jump on BRANCH_COST.
5090 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
5092         * print-rtl.c (print_rtx): Only print note line number as string
5093         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
5094         * final.c (final_scan_insn): Do nothing for note line number 0.
5096 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
5098         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
5099         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
5100         NOTE_INSN_DELETED_LABEL.
5102 2000-05-18  Nick Clifton  <nickc@cygnus.com>
5104         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
5105         uninitialised data in .rodata not .bss, and do not interpret an
5106         error in the initialisation value as meaning that the variable
5107         should be placed in the .bss section.
5109 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
5111         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
5112         not `$ac_cv_prog_cc_cc_c_o'.
5113         * configure: Regenerated.
5115 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
5116             Richard Henderson  <rth@cygnus.com>
5118         * c-common.h (enum c_tree_index): Add g77 type entries.
5119         (g77_integer_type_node, g77_uinteger_type_node): New.
5120         (g77_longint_type_node, g77_ulongint_type_node): New.
5121         * c-decl.c (init_decl_processing): Initialize them.
5123 2000-05-18  Richard Henderson  <rth@cygnus.com>
5125         * config/h8300/h8300.md (subs patterns): Use %G to negate.
5127         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
5128         (small_power_of_two): Likewise; use exact_log2.
5129         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
5130         (output_adds_subs): Remove.
5131         (two_insn_adds_subs_operand): New.
5132         (split_adds_subs): New.
5133         * config/h8300/h8300-protos.h: Update.
5134         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
5135         (CONST_OK_FOR_L): Match strict adds operands.
5136         (CONST_OK_FOR_N): Match struct subs operands.
5137         * config/h8300/h8300.md (adds_subs insns): Remove.
5138         (addhi patterns): Output adds/subs directly.
5139         (addsi_h8300h): Likewise.
5140         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
5142 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
5144         * cppexp.c (parse_assertion): New.
5145         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
5146         (_cpp_parse_expr): Remove case '#'.  Don't set
5147         parsing_if_directive.
5148         * cpphash.c (collect_objlike_expansion,
5149         collect_funlike_expansion, collect_params,
5150         _cpp_create_definition): The list no longer has a trailing
5151         VSPACE token.
5152         * cpphash.h (enum node_type): Add T_ASSERTION.
5153         (struct hashnode): Remove aschain, add pred.
5154         (struct predicate): New.
5155         Update prototypes.
5157         * cpplex.c (expand_token_space): Handle both offset and
5158         nonoffset lists.
5159         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
5160         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
5161         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
5162         _cpp_equiv_toklists): New.
5163         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
5164         stop at any single-character token, not just newline.
5165         (_cpp_lex_token): Remove special cases for #define and #if.
5166         (cpp_get_token): Expect # as a separate token type.  Remove
5167         DIRECTIVE case.
5168         (_cpp_get_directive_token): Remove DIRECTIVE case.
5169         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
5171         * cpplib.c (_cpp_check_directive): Set dirno and
5172         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
5173         (_cpp_handle_directive): Run # <number> through the same logic
5174         as normal directives.
5175         (do_define): Don't set parsing_define_directive.  Use
5176         _cpp_scan_until.  The list does not have a VSPACE at the end.
5177         (do_if): Save, clear, and restore only_seen_white around
5178         _cpp_parse_expr.
5179         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
5180         (do_assert, do_unassert): Rewrite.
5182         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
5183         (LIST_OFFSET): New flag.
5184         (struct cpp_toklist): Replace dir_handler and dir_flags with
5185         dirno and flags.
5186         (struct cpp_reader): Remove parsing_if_directive and
5187         parsing_define_directive.
5189 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5191         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
5192         following the cabs decl which terminate on the following line.
5193         Add the corresponding test_text case.
5195 2000-05-18  Neil Booth  <NeilB@earthling.net>
5197         * cppinit.c (cpp_reader_init): Initialise col_adjust and
5198         default tab stop size.
5199         (no_num, OPT_ftabstop): New.
5200         (handle_option): Handle "ftabstop=" command-line option.
5201         (print_help): Document it.
5202         * cpplex.c (COLUMN): Remove.
5203         (handle_newline): Reset col_adjust.
5204         (skip_whitespace): Update col_adjust as tabs encountered.
5205         (_cpp_lex_line): Update to use col_adjust.  Call
5206         skip_whitespace for all whitespace.
5207         * cpplib.h (struct cpp_options): New member tabstop.
5208         (struct cpp_reader): New member col_adjust.
5209         (CPP_BUF_COL): Update.
5210         (CPP_BUF_COLUMN): New.
5211         * cpp.texi: Document "-ftabstop=" command line option.
5213 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
5215         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
5216         files.
5217         * configure: Rebuilt.
5219 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
5221         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
5223         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
5224         HOST_BITS_PER_WIDE_INT is >= 64.
5226 2000-05-17  Richard Henderson  <rth@cygnus.com>
5228         * jump.c (jump_optimize_1): Remove inactive but real insns
5229         in jump-to-next-insn optimization.
5231 2000-05-17  Richard Henderson  <rth@cygnus.com>
5233         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
5234         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
5235         Don't call recompute_reg_usage if no_new_pseudos is true.
5236         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
5237         Return true if we did work; update global life information.
5238         * basic-block.h (optimize_mode_switching): Update decl.
5240 2000-05-17  Neil Booth  <neilb@earthling.net>
5242         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
5244 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
5246         * cpplib.c: New feature, #pragma system_header.
5247         * cpp.texi: Document special treatment of system headers, and
5248         the various mechanisms to get a header that special treatment.
5250 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5252         * system.h (offsetof): Define at the very end, to ensure we prefer
5253         the platform's definition if available.
5255 2000-05-16  Bruce Korb  <bkorb@gnu.org>
5257         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
5258         * fixinc/server.c: likewise
5259         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
5260         + #ifdef debugging code + use #def constant for
5261         sub-pattern count
5262         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
5263         on C++ math namespace
5265 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5267         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
5268         Don't check the return value of sprintf.  Use asprintf to avoid
5269         buffer overflows.
5271 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5273         * flags.h (warn_unused_function, warn_unused_label,
5274         warn_unused_parameter, warn_unused_variable, warn_unused_value):
5275         Replace ``warn_unused''.
5276         (set_Wunused): Add declaration.
5277         * toplev.c (set_Wunused): New function.
5278         (warn_unused_function, warn_unused_label, warn_unused_parameter,
5279         warn_unused_variable, warn_unused_value): New variables.
5280         (W_options): Add -Wunused-function, -Wunused-function,
5281         -Wunused-label, -Wunused-parameter, -Wunused-variable and
5282         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
5284         * toplev.c (decode_W_option): Update -Wunused flags by calling
5285         set_Wunused.
5286         * c-decl.c (c_decode_option): Ditto for -Wall.
5288         * stmt.c (expand_expr_stmt, expand_expr_stmt,
5289         warn_about_unused_variables): Replace warn_unused with more
5290         explicit warn_unused_value et.al.
5291         * function.c (expand_function_end): Ditto.
5292         * c-typeck.c (internal_build_compound_expr,
5293         internal_build_compound_expr): Ditto.
5294         * c-decl.c (poplevel, pop_label_level): Ditto.
5295         * toplev.c (check_global_declarations): Replace warn_unused with
5296         check for either warn_unused_function or warn_unused_variable.
5298         * gcc.1, invoke.texi (Warning Options): Document
5299         -Wunused-function, -Wunused-function, -Wunused-label,
5300         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
5302 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
5304         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
5305         $(srcdir), not in the current directory.
5307 2000-05-16  Richard Henderson  <rth@cygnus.com>
5309         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
5310         assembler supports it.
5311         (.fini, .init): Use a gp-relative indirect call.
5312         (__do_global_dtors_aux): Preserve the gp; rebundle.
5313         (__do_frame_setup): Likewise.
5314         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
5315         (.init): Use a gp-relative indirect call.
5316         (__do_global_ctors_aux): Preserve the gp.
5318 2000-05-16  Richard Henderson  <rth@cygnus.com>
5320         * flow.c (commit_one_edge_insertion): Be prepared for a return
5321         insn to be inserted on the edge with a normal jump.
5322         * jump.c (jump_optimize_1): Don't look to create return isns.
5324         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
5325         * jump.c (jump_optimize_1): Likewise.
5326         (returnjump_p): Verify the argument is a JUMP_INSN.
5327         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
5329 2000-05-16  Nick Clifton  <nickc@cygnus.com>
5331         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
5332         GET_RTX_CLASS (GET_CODE ()) == 'i'.
5333         (large_insn_p): Ditto.
5334         (m32r_is_insn): New function: Return true if the insn contains
5335         an executable instruction.
5336         (m32r_adjust_insn): Use m32r_is_insn.
5337         (m32r_sched_reorder): Use m32r_is_insn.
5338         (m32r_sched_variable_issue): Use m32r_is_insn.
5340 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5342         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
5343         VAR_DECL.
5345         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
5347         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
5348         according to given options.
5350 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
5352         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
5353         if X has VOIDmode either.
5354         (LIMIT_RELOAD_CLASS): Similarly.
5356         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
5357         not "general_operand" to match the processor's capabilities.
5359 2000-05-16  Bruce Korb  <bkorb@gnu.org>
5361         * fixinc/README:  corrected return address
5362         * fixinc/check.diff:  regenerate, now that test works
5363         * fixinc/fixfixes.c(format_fix,format_write): reformatted
5364         (char_macro_def_fix,char_macro_use_fix): corrected and
5365         rewrote to use regex to parse the text
5366         * fixinc/inclhack.def: more testing
5367         * fixinc/fixincl.x:  regenerated
5369         * fixinc/inclhack.def: added several "test_text" attributes
5370         changed several fixes to use `c_fix = format'
5371         re-alphabetized the fixes
5373         * fixinc/check.diff: regenerate
5374         * fixinc/fixincl.x: regenerate
5375         * fixinc/check.tpl: added `sparc' and `netinet' to the list
5376         of created dirs
5379 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5381         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
5383 2000-05-15  Richard Henderson  <rth@cygnus.com>
5385         * toplev.c (rest_of_compilation): Run full jump pass before
5386         find_basic_blocks of flow2.
5388 2000-05-15  Richard Henderson  <rth@cygnus.com>
5390         * jump.c: Fix typos and clarify commentary from last change.
5391         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
5392         (safe_to_remove_jump_p): Remove.
5393         (condjump_label): Use pc_set.
5395 2000-05-15  Richard Henderson  <rth@cygnus.com>
5397         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
5398         that get in the way after reload.
5399         (cond_exec_process_if_block): Skip a label heading THEN block.
5401 2000-05-15  Richard Henderson  <rth@cygnus.com>
5403         * varasm.c (output_constant_pool): Abort instead of converting
5404         (improperly) deleted labels to zero.
5406 2000-05-16  Neil Booth  <NeilB@earthling.net>
5408         * cpplex.c (parse_string2): Update comment.
5409         (cpp_lex_line): No special assertion treatment for '('.
5410         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
5411         * cpplib.h (SYNTAX_ASSERT): Remove.
5413 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5415         * jump.c (condjump_p):  Mark as depreached.
5416         (any_condump_p): New.
5417         (any_uncondump_p): New.
5418         (pc_set): New.
5419         (safe_to_remove_jump_p): New.
5420         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
5421         safe_to_remove_jump_p): Declare.
5423 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5425         * calls.c: Re-install both patches reverted by last patch.
5426         (struct arg_data): New field tail_call_reg.
5427         (initialize_argument_information): Initialize tail_call_reg
5428         (load_register_parameters): New argument flags, use
5429         tail_call_reg when emiting tail call sequence.
5430         (expand_call): Update call of load_register_parameters;
5431         copy unadjusted_args_size to adjusted_args_size.
5433 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5435         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
5436         and bct_p parameters to flags.
5437         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
5438         * rtl.h (loop_optimize): Update prototype.
5439         * toplev.c (rest_of_compilation): Update call of loop_optimize.
5441 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5443         * calls.c (expand_call): Move expand_start_target_temps call after
5444         start_sequence().
5446 2000-05-15  Neil Booth  <NeilB@earthling.net>
5448         * cpphash.c (trad_stringify, warn_trad_stringify,
5449         collect_params): Make some pointers pointers to const.
5450         * cpplex.c (auto_expand_name_space) Guaranteed to always
5451         expand by at least one character.
5452         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
5453         (struct token_spelling): Use const U_CHAR * rather than PTR.
5454         (expand_name_space): Fix up token pointers if name space
5455         is moved when expanding.
5456         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
5457         parse_string2, save_comment, spell_token, cpp_output_list):
5458         Update so the routines handle tokens with a direct pointer to
5459         their text, rather than an offset into the token's list's namebuf.
5460         (_cpp_lex_line): Rearrange for clarity.
5462         * cpplib.c (_cpp_check_directive): Similarly.
5463         (do_define): Make SYM a pointer to const.
5464         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
5465         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
5466         (TOK_OFFSET): Delete.
5467         (TOK_NAME): Update.
5469 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
5471         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
5472         64-bit ABI.
5474         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
5475         into account.
5476         (logical_u_operand): Delete.
5477         (non_logical_cint_operand): Rewrite to take MODE into account.
5478         (non_logical_u_cint_operand): Delete.
5479         (boolean_operator): New function.
5480         (print_operand): Add new %q operand.
5481         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
5482         remove logical_u_operand and non_logical_u_cint_operand,
5483         update logical_operand and non_logical_cint_operand.
5484         * config/rs6000/rs6000.md: Rewrite the patterns for performing
5485         logical operations to use %q.
5487         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
5488         (movdi): Make similar to movsi.
5489         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
5490         is no such thing as a DImode CONST_DOUBLE.
5491         * config/rs6000/rs6000.c (output_toc): Likewise.
5493         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
5494         codes when old mnemonics are in use.  Print register names
5495         for cc registers when requested.
5497         * optabs.c (expand_float): Don't allow mode widening that causes
5498         double rounding.
5500         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
5501         flags to their current names -maix64 and -maix32.
5503 2000-05-14  Bruce Korb  <bkorb@gnu.org>
5505         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
5506         and/or after current text of file
5507         * fixinc/fixlib.c(must_malloc):
5508         * fixinc/fixlib.h(must_malloc): + reformatting
5509         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
5510         with usages of ``c_fix = wrap;''
5511         Add several tests and use the ``c_fix = format'' fixer more.
5512         * fixinc/fixincl.x: regen
5513         * fixinc/check.diff: regen
5514         * fixinc/check.tpl: emit the associated header with the missing
5515         test message
5517 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
5519         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
5520         variables $src and $dst.
5522 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
5524         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
5525         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
5526         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
5527         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
5528         fields.
5529         (set_message_prefixing_rule): Declare.
5531         * diagnostic.c: (current_prefixing_rule): New variable.
5532         (set_message_prefixing_rule): Define.
5533         (output_set_prefix): Adjust buffer->emitted_prefix_p.
5534         (init_output_buffer): Adjust Initialization.
5535         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
5537 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
5539         * ifcvt.c (if_convert): Do not free NULL.
5541 2000-05-12  H.J. Lu  (hjl@gnu.org)
5543         * gthr-dce.h: Add support for libobjc.
5544         * gthr-posix.h: Likewise.
5545         * gthr-solaris.h: Likewise.
5546         * gthr-vxworks.h: Likewise.
5547         * gthr-single.h: Likewise.
5548         * gthr-win32.h: Likewise.
5550 2000-05-12  Nick Clifton  <nickc@cygnus.com>
5552         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
5553         to move a double word value.
5554         (di_operand): New function: Return true if the operand is suitbale
5555         for a double word move operation.
5556         (nonimmediate_di_operand): New function: Return true if the
5557         operand is a DImode register or MEM.
5559         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
5560         nonimmediate_di_operand.
5562         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
5563         nonimmediate_di_operand.
5565         * config/fr30/fr30.md (movdi): New pattern.  Required because
5566         other patterns generate DImode results.
5567         (movdi_insn): New pattern.
5569 2000-05-12  Richard Henderson  <rth@cygnus.com>
5571         * config/alpha/alpha.c (struct shadow_summary): Define
5572         bitfields as type unsigned int.
5574 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
5576         * config/avr/t-avr: Added definition of FLOAT while generates
5577         fp-bit.c
5579         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
5580         peepholes for tst+jump = sbrs/sbrc optimization.
5582 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
5584         * expr.c (emit_push_insn): Do not adjust stack pointer when
5585         preallocating.
5587 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
5589         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
5590         * system.h (offsetof): ... to here.
5592 2000-05-12  Richard Henderson  <rth@cygnus.com>
5594         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
5595         * final.c (final_end_function): Use app_disable.  Rearrange note
5596         handling into a switch.  Emit deleted labels.
5597         (output_asm_label): Generate label strings for deleted labels.
5598         * flow.c (tail_recursion_label_list): New.
5599         (find_basic_blocks_1): Set label_value_list directly.  Collect list
5600         of tail recursion labels from call_placeholders.  Don't add deleted
5601         labels to the label value list.
5602         (cleanup_cfg): Use free_EXPR_LIST_list.
5603         (flow_delete_insn_chain): Turn non-removable labels into notes.
5604         (flow_delete_block): Don't disable deleting the block because of
5605         a non-removable label.
5606         (tail_recursion_label_p): New.
5607         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
5608         because of a label.
5609         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
5610         jump table.
5611         (merge_blocks): Disable a merge because of tail recursion labels.
5612         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
5613         Use a more accurate measure of not merging the join block.
5614         (find_if_block): Don't disable conversion because of a label.
5615         (find_if_case_1, find_if_case_2): Likewise.
5616         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
5617         element when copying.
5618         (squeeze_notes): Also leave EH notes.
5619         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
5620         REG_LABEL notes.
5621         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
5622         deleting a label.
5623         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
5624         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
5625         referring to a deleted label.  Convert tail handling to a switch.
5626         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
5627         for NOTE_INSN_DELETED_LABEL.
5628         (NOTE): Fix commentary.
5629         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
5630         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
5631         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
5632         (LABEL_NUSES, LABEL_REFS): Likewise.
5633         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
5635 2000-05-12  Bruce Korb  <bkorb@gnu.org>
5637         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
5638         * fixinc/check.diff: updated
5639         * fixinc/inclhack.def: corrected & added some test_text-s
5640         * fixinc/genfixes: removed unneeded options to autogen invocation
5641         * fixinc/fixincl.tpl: Specified the output file
5642         * fixinc/fixfixes.c: visual appearance
5643         * fixinc/fixincl.x: regenerate
5645 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
5647         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
5648         CTRL_defn_fix): Delete.
5649         (fix_char_macro_defines, fix_char_macro_uses): Rename to
5650         char_macro_def_fix and char_macro_use_fix, respectively.  Put
5651         them into the FIXUP_TABLE.  Get the string to search for from
5652         a c_fix_arg.
5654         (format_write): New function.
5655         (format_fix): Use it.
5657         (FIX_PROC_HEAD): Constify text parameter.
5658         (machine_name_fix): Constify all char *s.
5659         * fixtests.c (skip_quote): Remove double static.
5661         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
5662         ctrl_use_quotes): Update for new scheme.
5663         * fixincl.x: Regenerate.
5665 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
5667         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
5668         DWARF2_DEBUG.
5669         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
5670         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5672 2000-05-11  Robert Lipe <robertlipe@usa.net>
5674         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
5675         * fixincl.x: Regenerate.
5677 2000-05-11  Richard Henderson  <rth@cygnus.com>
5679         * calls.c: Revert both 05-09 patches.
5681 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
5683         * config/mn10300/mn10300.c (print_operand): Print FP constants in
5684         hexadecimal.
5685         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
5686         for FP values.
5688         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
5689         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
5691 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
5693         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
5695 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5697         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
5699 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
5701         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
5702         * config/avr/avr.c (jump_over_one_insn_p): New function.
5703         * config/avr/avr.md: New peepholes added. Output test and
5704         conditional jump to "sbrc" or "sbrs" command.
5706 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
5708         * cppmain.c (main): Use IS_DIR_SEPARATOR.
5710 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
5712         * except.c (find_exception_handler_labels_1): New function.
5713         (find_exception_handler_labels): Split into two functions, dive
5714         into CALL_PLACEHOLDERs when looking for exception handler labels.
5716 2000-05-11 Stan Cox <scox@cygnus.com>
5718         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
5719         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
5720         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
5722 2000-05-11  Bruce Korb  <bkorb@gnu.org>
5724         * fixinc/fixfixes.c (double_slash_fix):  obsolete
5725         (else_endif_label_fix): obsolete
5726         (format_fix):  new, unused as yet
5727         (main): obsolete
5728         * fixinc/fixlib.h: added fix description struct for use by format_fix
5729         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
5730         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
5731         modules.  Removed the vestiges of the script version.
5732         Added support for "make check".
5733         * fixinc/check.diff: base diff file (needs work!!)
5734         * fixinc/check.tpl: quiet the fixup output
5735         * fixinc/fixtests.c (main): obsolete
5736         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
5737         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
5739 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
5741         * toplev.c (rest_of_compilation): Remove dead code after
5742         combine.
5744 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5746         * cpphash.c (collect_funlike_expansion): Make "# is not
5747         followed by a macro argument name" a pedwarn, not an error.
5748         Preserve the # in the output.  Suppress the warning if lang_asm.
5750 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
5752         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
5753         * configure: Rebuilt.
5755 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
5757         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
5759 2000-05-10  Kazu Hirata  <kazu@hxi.com>
5761         * combine.c (try_combine): Fix a typo.
5763 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
5765         * config/ia64/ia64.md (insv): Add comment.
5767 2000-05-10  Richard Henderson  <rth@cygnus.com>
5769         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
5770         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
5771         dependancies on FPBIT and DPBIT.
5773 2000-05-10  Nick Clifton  <nickc@redhat.com>
5775         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5776         when optimising for size.
5777         (mark_used_regs:) Ditto.
5778         (try_pre_increment_1): Ditto.
5780 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
5782         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
5783         Make error message friendlier.
5785         * cpphash.h (struct hashnode): Use struct hack for name
5786         member.
5787         * cpphash.c (struct hashdummy): New.
5788         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
5789         (make_HASHNODE): No need to set ->name pointer.  Correct
5790         setting of p.
5791         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
5793 2000-05-10  Richard Henderson  <rth@cygnus.com>
5795         * flow.c (find_basic_blocks_1): Remove any spare bb_note
5796         after completion.
5798 2000-05-10  Bruce Korb  <bkorb@gnu.org>
5800         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
5802 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
5804         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
5805         after we enter .debug.
5807 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
5809         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
5810         abstract instance of a nested inline function.
5812         * stor-layout.c (finish_record_layout): finalize_type_size
5813         before laying out the pending_statics.
5815 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5817         * cpplex.c (spell_token): New function.
5818         (spell_string, spell_comment, spell_name): fold into
5819         spell_token.
5820         (I, S): Add macros.
5821         (E, H): Remove macros.
5822         (save_comment): Save comment opening characters too.
5823         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5824         handling.
5825         * cpplib.h (I, S): Add macros.
5826         (E, H): Remove macros.
5827         (TTYPE_TABLE): Update entries for new speller.
5828         (SYNTAX_ASSERT): Remove.
5830 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5832         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5833         when removing escaped newlines.  Reverse sense of test for
5834         escaped newline.
5836 2000-05-09  Richard Henderson  <rth@cygnus.com>
5838         * flow.c (find_basic_blocks_1): Do not delete the first
5839         bb_note we run across.
5840         (create_basic_block): Use reorder_insns to move an existing
5841         bb_note to the correct place.
5843 2000-05-09  Richard Henderson  <rth@cygnus.com>
5845         * calls.c (expand_call): Increment currently_expanding_call
5846         before calling optimize_tail_recursion.
5848 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5850         * reload1.c (reload_combine): Fix errors in last change.
5852 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5854         * gcc.c (used_arg): Skip over a semicolon at the end of the
5855         split-up loop; don't break out of it.
5857         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5858         (tree.o): Depend on output.h.
5860         * c-decl.c (pending_invalid_xref_file,
5861         current_function_prototype_file): Constify.
5862         (pushdecl): Constify a local char *.
5863         (define_label): Constify filename parameter.
5864         * c-lex.c (init_parse): Constify parameter and return value.
5865         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5866         * c-tree.h: Update prototypes.
5867         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5868         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5869         objc/objc-parse.c: Regenerate.
5871         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5872         * dwarfout.h: Update prototypes.
5873         * expr.c (expand_expr): Constify a local char *.
5874         * flags.h: Constify main_input_filename.
5875         * function.c (expand_function_end): Constify filename parameter.
5876         * genrecog.c (make_insn_sequence): Use a character array for
5877         c_test_pos.
5878         (main): Remove unused variables.
5879         * input.h: Constify input_filename, main_input_filename, and
5880         file_stack.name.  Update prototypes.
5881         * output.h: Declare first_global_object_name and
5882         weak_global_object_name here, as const char *.
5883         * stmt.c (expand_asm_operands): Constify filename parameter.
5884         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5885         Constify filename parameter.
5886         (input_filename, main_input_filename): Constify.
5887         * toplev.h: Update prototypes.
5888         * tree.c: Include output.h.  Don't declare
5889         first_global_object_name or weak_global_object_name.  Clean up string
5890         bashing in get_file_function_name_long.
5891         * tree.h (struct tree_decl): Constify filename member.
5892         (input_filename): Constify.
5893         Update prototypes.
5894         * varasm.c (first_global_object_name, weak_global_object_name):
5895         Constify.
5896         (assemble_start_function, assemble_variable): Clean up string bashing.
5898         * gcc.c: Constify all spec-related strings initialized,
5899         transitively, from string constants.  Constify all strings
5900         and string variables related to multilibs.
5901         (set_spec, read_specs): Cast argument to free to PTR.
5902         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5903         length comparison to compare multilib switches.
5904         * genmultilib: Constify everything declared in multilib.h.
5906 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5908         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5909         as deleted.
5911 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5913         * config/avr/avr-protos.h (extra_constraint): change a type of
5914         second argument from char to int to avoid warnings.
5915         (asm_output_byte): Likewise.
5917         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5918         (initial_elimination_offset): Handle elimination from
5919         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5920         (legitimate_address_p): Use MAX_LD_OFFSET.
5921         (legitimize_address): Likewise.
5922         (out_movqi_r_mr): Likewise.
5923         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5924         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5925         (out_movsi_mr_r): Likewise.
5926         (out_movqi_mr_r): Likewise.
5927         (out_movhi_mr_r): Likewise.
5928         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5929         count as CONST_INT != 6.
5930         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5931         shift count is a CONSTANT_P, but not a CONST_INT.
5932         (ashlhi3_out): Coding style modifications.
5933         (ashlsi3_out): Likewise.
5934         (ashrhi3_out): Likewise.
5935         (ashrsi3_out): Likewise.
5936         (lshrhi3_out): Likewise.
5937         (lshrsi3_out): Likewise.
5938         (ashrqi3_out): Generate shift for any known constant count without
5939         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5940         but not a CONST_INT.
5941         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5942         shift count is a CONSTANT_P, but not a CONST_INT.
5943         (extra_constraint): change a type of
5944         second argument from char to int to avoid warnings.
5945         (asm_output_byte): Likewise.
5946         (asm_file_end): Output size generated commands count as a hex
5947         number too.
5949         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5951         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5952         removed.
5953         (ashlqi3): Values of "length" attribute changed. Shift count
5954         uses constraints 'n' instead of 'i'.
5955         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5956         shifts without clobber register.
5957         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5958         (call_insn): Correct test for which_alternative == 1 (was 0).
5959         (call_value_insn): Likewise.
5961         * config/avr/t-avr: Remove definition of FLOAT while generates
5962         fp-bit.c
5964 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5966         * fixinc/check.tpl:  Template for checking fixes
5967         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5968         disable hpux8_bogus_inlines on SCO
5969         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5971 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5973         * calls.c (expand_call): Reorganize somewhat in order
5974         to avoid unnecesary recalculation inside loop and make
5975         tail call failure code cleaner.
5977 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5979         * alias.c (nonlocal_reference_p): Minor reformatting.
5980         * reload.c (find_equiv_reg): Simplify logic for
5981         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5982         some some reformatting.
5983         * reload1.c (reload_combine): Don't assume everything in
5984         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5986 2000-05-08  Richard Henderson  <rth@cygnus.com>
5988         * final.c (current_insn_predicate): New.
5989         (final_scan_insn): Set it.
5990         * output.h (current_insn_predicate): Declare.
5992         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5993         Attach it to call insns.
5994         (cond_exec_process_if_block): Track probability for true and
5995         false branches.
5996         (dead_or_predicable): Likewise.
5998         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5999         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
6000         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
6001         (estimate_probability, expected_value_to_br_prob): Use them.
6003         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
6004         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
6005         (ia64_expand_prediction): New.
6006         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
6007         as needed after calls.
6008         (ia64_epilogue_uses): Mark b0 used.
6009         * config/ia64/ia64.md (beq_true, beq_false): Remove.
6010         (bne_true, bne_false): Remove.
6011         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
6012         (br_true, br_false): New.  Use predicate_operator and
6013         ia64_expand_prediction.
6014         (return_true, return_false): Likewise.
6015         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
6016         (call_internal1, call_value_internal): Likewise.
6017         (call_value_internal1, call_multiple_values_internal1): Likewise.
6019         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
6021         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
6023 2000-05-08  Richard Henderson  <rth@cygnus.com>
6025         * rtlanal.c (may_trap_p): Consider old-style and volatile
6026         asms to trap.
6028 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
6030         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
6032 2000-05-08  Richard Henderson  <rth@cygnus.com>
6034         * config/ia64/ia64.h (predicate_operator): Declare.
6036         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
6037         of existance.
6039         * gensupport.c (process_rtx): Copy and post-process each member
6040         of the define_insn rtvec individually.
6042 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
6044         * cpplex.c (spell_token): New function.
6045         (TOKEN_LEN): Add 1 for whitespace.
6046         (_cpp_lex_file): Update to use spell_token.
6047         * cpplib.h (E): Remove.
6048         (TTYPE_TABLE): Update CPP_VSPACE entry.
6050 2000-05-08  Richard Henderson  <rth@cygnus.com>
6052         * flow.c (init_propagate_block_info): Watch out for conditional
6053         branch to next instruction, and thus one outgoing edge.
6055         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
6056         for global register variables; don't special case __[CD]TOR_LIST__;
6057         mind ggc_p for string allocation.
6059 2000-05-08  Nick Clifton  <nickc@cygnus.com>
6061         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
6063 2000-05-08  Bruce Korb  <bkorb@gnu.org>
6065         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
6066         i?86-*-msdosdjgpp* no longer uses fixincludes
6067         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
6068         * fixinc/inclhack.sh:  deleted
6069         * fixinc/hackshell.tpl:  deleted
6070         * fixinc/inclhack.tpl:  deleted
6071         * fixinc/Makefile.in:  Remove dependencies on above
6072         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
6074 2000-05-08  Andreas Jaeger  <aj@suse.de>
6076         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
6077         support.
6079 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
6081         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
6082         substitutions.
6084 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
6086         * cpplex.c: Move new lexer definitions and prototypes
6087         to top.  Conditional include these and the code if
6088         NEW_LEXER is defined.  Rename functions whose names
6089         clash if this code included.
6091 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
6093         * rtl.def (COND_EXEC): Clarify.
6095         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
6096         same fashion as zero_extendsidi2.
6098 2000-05-06  Richard Henderson  <rth@cygnus.com>
6100         * config/ia64/ia64.c (predicate_operator): New.
6101         (ia64_print_operand): Handle 'J'.
6102         (rtx_needs_barrier): Handle COND_EXEC.
6103         * config/ia64/ia64.h (BRANCH_COST): Define.
6104         (PREDICATE_CODES): Update.
6105         * config/ia64/ia64.md: Docuement used unspec values.
6106         (attr predicable): New.
6107         (movxf, movxf_internal): New.
6108         (extendsfdf2): Don't comment out nop.
6109         (floatdidf2): Remove.
6110         (truncxfsf2, truncxfdf2, floatdixf2): New.
6111         (abssi2, absdi2): Put the neg in the "true" slot.
6112         (conditional branch instructions): Mark not predicable.
6113         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
6114         (abs*_internal): Likewise.
6115         (alloc, set_bsp): Mark not predicable.
6116         (barrier, insn_group_barrier, flush_cache): Likewise.
6117         (define_cond_exec): New.
6119 2000-05-06  Richard Henderson  <rth@cygnus.com>
6121         * c-decl.c: Include "tm_p.h".
6123         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
6124         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
6125         (ia64_expand_op_and_fetch): Declare.
6126         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
6127         (setjmp_operand): Constify variables for XSTR.
6128         (ia64_encode_section_info): Likewise.
6129         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
6130         values to int.
6131         (ia64_asm_output_external): Constify name.
6132         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
6133         (process_for_unwind_directive): Provide switch default.
6134         (ia64_expand_compare_and_swap): Remove unused variables.
6135         (ia64_expand_builtin): Likewise.
6136         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
6137         for printing.
6139         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
6140         (symbolic_operand, function_operand, setjmp_operand): Likewise.
6141         (shift_count_operand, shift_32bit_count_operand): Likewise.
6142         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
6143         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
6144         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
6145         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
6146         (ia64_expand_builtin): Likewise.
6147         (call_multiple_values_operation): Make dest_regno unsigned.
6149 2000-05-06  Richard Henderson  <rth@cygnus.com>
6151         * rtl.def (DEFINE_COND_EXEC): New.
6152         * md.texi: Document it.
6154         * gensupport.c (input_file): Remove.
6155         (struct queue_elem): Add lineno.
6156         (rtx_ready_queue): Remove.
6157         (errors): New.
6158         (predicable_default): New.
6159         (predicable_true, predicable_false): New.
6160         (define_attr_queue, define_attr_tail): New.
6161         (define_insn_queue, define_insn_tail): New.
6162         (define_cond_exec_queue, define_cond_exec_tail): New.
6163         (other_queue, other_tail): New.
6164         (queue_pattern): New.
6165         (process_rtx): Add patterns to the appropriate queues.
6166         (is_predicable, identify_predicable_attribute): New.
6167         (n_alternatives, collect_insn_data): New.
6168         (alter_predicate_for_insn, alter_test_for_insn): New.
6169         (shift_output_template, alter_output_for_insn): New.
6170         (process_one_cond_exec, process_define_cond_exec): New.
6171         (init_md_reader): Read the entire file.  Process define_cond_exec.
6172         (read_md_rtx): Return elements from the queues.
6174 2000-05-06  Richard Henderson  <rth@cygnus.com>
6176         * flow.c (mark_set_1): Don't update conditional life info
6177         if the register is not_dead.
6179 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
6181         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
6182         (mostlyclean): Also delete fixincl, fixinc.sh, and
6183         specs.ready, and make clean in the fixinc subdir.
6185 2000-05-06  Richard Henderson  <rth@cygnus.com>
6187         * Makefile.in (gensupport.o): Compile for the host.
6188         (host-prefix gensuuprt.o): Remove.
6189         (genflags.o): Depend on gensupport.h and OBSTACK_H.
6190         (genattrtab.o): Likewise.
6191         (gencodes.o): Depend on gensupport.h.
6192         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
6193         (genpeep.o, genattr.o, genoutput.o): Likewise.
6195         * gensupport.c (obstack, rtl_obstack): New.
6196         (init_md_reader): Initialize rtl_obstack.
6197         * gensupport.h (rtl_obstack): Declare.
6198         (message_with_line): Declare.
6200         * genattr.c: Remove all traces of obstack manipulation.
6201         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
6202         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
6204         * genattrtab.c (obstack, rtl_obstack): Remove.
6205         (main): Don't init rtl_obstack.
6206         * genflags.c: Likewise.
6208         * genrecog.c (message_with_line): Move ...
6209         * gensupport.c: ... here.
6211 2000-05-06  Richard Henderson  <rth@cygnus.com>
6213         * c-typeck.c (build_c_cast): Remove dead code.
6215 2000-05-06  Richard Henderson  <rth@cygnus.com>
6217         * flow.c (split_edge): Don't allocate global_live_at_start for
6218         the new block unless the old blocks had them as well.
6220         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
6222         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
6223         test_bb if a or b uses x.
6225 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
6227         * cpphash.h: Remove conditional #define of __extension__.
6228         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
6229         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
6230         (ENABLE_RTL_CHECKING only).
6231         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
6232         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
6233         (ENABLE_TREE_CHECKING only).
6234         * varray.h: Add __extension__ to VARRAY_CHECK macro
6235         (ENABLE_CHECKING only).
6237 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
6239         Use new tail-calling mechanism on ARM.
6240         * arm.md (sibcall, sibcall_value): New expands.
6241         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
6242         (tailcalling peepholes): Delete.
6243         (push_multi): Simplify.
6244         * arm.c (lr_save_eliminated): Delete definition.
6245         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
6246         (output_return_instruction): Remove checks on lr_save_eliminated.
6247         (output_arm_prologue): Remove old tail-calling code.
6248         (arm_output_epilogue): New parameter, really_return.  All callers
6249         changed.  Handle tail-calling epilogues.
6250         * arm.h (lr_save_eliminated): Delete declaration.
6251         (frame_pointer_needed): Delete declaration.
6252         * arm-protos.h (arm_output_epilogue): Adjust prototype.
6254         * arm.md (is_thumb): Examine symbol thumb_code, not expression
6255         TARGET_ARM.
6256         * arm.c (thumb_code): Define it.
6257         (arm_override_options): Set it.
6258         * arm.h (thumb_code): Declare it.
6260 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
6262         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
6264 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
6266         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
6267         bogus clobber to insns.
6268         (load_multiple_operation, store_mulitple_operation): Don't check
6269         for it.
6270         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
6272         * arm.md (and_scc, ior_scc): Add missing mode.
6274         * arm.md (call_value_symbol): Remove predicate from op2.
6276         * arm.h (SPECIAL_MODE_PREDICATES): Define.
6278 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6280         * expr.c (get_subtarget): New function.
6281         (force_operand, expand_expr, do_store_flag): Use it.
6283         * toplev.c (compile_file): Don't take strlen of NAME if null.
6285 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
6287         * xcoffout.c (xcoff_current_include_file,
6288         xcoff_current_function_file, xcoff_lastfile): Constify char *.
6289         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
6290         char *'.
6291         (xcoffout_declare_function): Make name 'const char *'.
6292         (xcoffout_end_epilogue): Make fname 'const char *'
6293         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
6294         xcoffout_declare_function, xcoffout_source_line): Match above.
6296         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
6297         -maix64 is error.
6298         * rs6000.c (print_operand): Fix lossage typo.
6299         (output_cbranch): Remove "cr" decoration for now.
6300         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
6302 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
6304         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
6305         constant count.
6307 2000-05-05  Bruce Korb  <bkorb@gnu.org>
6309         * fixinc/genfixes: Improve the matching for make target names
6311 2000-05-05  Catherine Moore  <clm@cygnus.com>
6313         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
6314         attribute to the decl.
6315         * c-decl.c (pushdecl): Propagate the USED attribute to the
6316         type copy.
6318 2000-05-05  Richard Henderson  <rth@cygnus.com>
6320         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
6321         same way emit_group_load does.
6323 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
6325         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
6327         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
6328         (main): Likewise.
6330 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
6332         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
6334 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
6336         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
6337         to support -shared, on platforms with dynamic libraries.
6339 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
6341         * system.h (S_ISBLK): Provide fallback definition.
6343 2000-05-05  Geoff Berry  <geoffb@bops.com>
6345         * extend.texi (Extended Asm): Document inability to give asm
6346         statements access to condition codes.
6348 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
6350         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
6351         as arg 2 of UNIQUE_SECTION.
6353 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
6355         * predict.c: Remove May 4 change.
6356         * bb-reorder.c (make_reorder_chain): Do not perform block movement
6357         if we have predicted the branch at 50-50 probability.
6359 2000-05-05  Richard Henderson  <rth@cygnus.com>
6361         * flow.c (init_propagate_block_info): Fix merge error
6362         in HAVE_conditional_execution code.
6364 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
6366         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
6367         shift cycle for unknown shift count. Also generates dec + brpl.
6368         (ashlqi3_out): Don't generate dec + brpl which now generates by
6369         `out_shift_with_cnt'.
6370         (ashlhi3_out): Likewise.
6371         (ashlsi3_out): Likewise.
6372         (ashrqi3_out): Likewise.
6373         (ashrhi3_out): Likewise.
6374         (ashrsi3_out): Likewise.
6375         (lshrqi3_out): Likewise.
6376         (lshrhi3_out): Likewise.
6377         (lshrsi3_out): Likewise.
6379 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
6381         * gcc.c (free_split_directories): Correct typo in explanation
6382         of make_relative_prefix.
6384 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
6386         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
6387         comparison codes to branch_comparison_operator.
6389 2000-05-04  Richard Henderson  <rth@cygnus.com>
6391         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
6393 2000-05-04  Richard Henderson  <rth@cygnus.com>
6395         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
6396         (DPBIT_FUNCS): Remove _sf_to_usi.
6397         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
6399         * ifcvt.c (noce_process_if_block): Fail if A or B modified
6400         between condition and jump.
6402         * libgcc2.c (near eh_context_specific): Comment #endif string.
6403         * longlong.h: Don't use strings with embedded newlines.
6405 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
6407         * config/rs6000/rs6000-protos.h: Add output_cbranch.
6408         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
6409         (print_operand): Delete %t and %T codes.
6410         (output_cbranch): New function.  Support branch prediction.
6411         * config/rs6000/rs6000.md: Use output_cbranch for
6412         conditional branches and returns.
6414 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
6416         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
6417         * stor-layout.c (place_field): Likewise.
6418         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
6419         * expr.c (store_expr): Make align unsigned.
6420         * explow.c (plus_constant_wide): Make low words unsigned.
6421         * expmed.c (choose_multiplier): Likewise.
6422         * fold-const.c (fold):  Likewise.
6423         * tree.h (build_int_2): Likewise.
6424         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
6425         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
6426         (init_emit): Change cast to unsigned char*.
6427         * varasm.c (compare_constant_1): Add cast to char*.
6428         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
6429         * reload1.c (reload): Likewise.
6431         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
6433 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
6435         * predict.c (estimate_probability): If no prediction was found, then
6436         predict the successor that is the next physical block (if such a
6437         successor exists).
6439 2000-05-04  Richard Henderson  <rth@cygnus.com>
6441         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
6443 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6445         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
6447 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
6449         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
6450         attribute macros from here ...
6451         (CPP_SPEC): to here.
6452         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
6453         (CPP_SPEC): Likewise.
6454         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
6456         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
6457         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
6459 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6461         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
6463         * diagnostic (vbuild_message_string, build_message_string,
6464         build_location_prefix, output_get_prefix, init_output_buffer,
6465         output_notice, vline_wrapper_message_with_location,
6466         v_message_with_decl, default_print_error_function): De-constify.
6467         (set_real_maximum_length): Prototype.
6469         * diagnostic.h (struct output_buffer, init_output_buffer,
6470         output_get_prefix, output_set_prefix): De-constify.
6472         * function.c (init_function_start): Constify.
6474         * gensupport.c (remove_constraints, process_rtx): Prototype.
6476         * gthr-posix.h: Indent uses of #pragma.
6478         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
6479         Prototype.
6481         * predict.c (find_expected_value): Delete prototype.
6482         (expected_value_to_br_prob): Initialize variable `ev_reg'.
6484         * sbitmap.h (debug_sbitmap): Prototype.
6486         * ssa.c (compute_coalesced_reg_partition): Prototype.
6488         * stor-layout.c (debug_rli): Prototype.
6490         * tree.h (round_down): Prototype.
6491         (init_function_start): Constify.
6493 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
6495         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
6496         (overly conservative).  Change extern inline wrappers to
6497         static inline, define them always, use PARAMS properly.
6498         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
6499         whitespace warnings for \f and \v at the beginning of a line.
6501 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
6503         * haifa-sched.c (schedule_insns): Free the flow edge list when it
6504         is no longer needed
6506 2000-05-04  Bruce Korb  <bkorb@gnu.org>
6508         * fixincl/inclhack.def: added broken_cabs -
6509         Remove `extern double cabs' declarations from math.h
6510         * fixincl/inclhack.sh: regen
6511         * fixincl/fixincl.x: regen
6512         * fixincl/fixincl.c: Remove BOGOSITY code
6513         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
6515 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6517         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
6518         MEM_ALIAS_SET.
6519         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
6520         when calling MEM_COPY_ATTRIBUTES.
6521         * emit-rtl.c (operand_subword, change_address): Likewise.
6522         * explow.c (stabilize): Likewise.
6523         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
6524         * integrate.c (copy_rtx_and_substitute): Likewise.
6525         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
6526         when calling MEM_COPY_ATTRIBUTES.
6527         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
6528         Likewise.
6529         * cse.c (gen_lowpart_if_possible): Likewise.
6530         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
6531         * optabs.c (gen_move_insn): Likewise.
6532         * recog.c (validate_replace_rtx_1): Likewise.
6533         * simplify-rtx.c (add_mem_for_addr): Likewise.
6534         * stmt.c (expand_anon_union_decl): Likewise.
6535         * config/arm/arm.md: Likewise.
6536         * config/h8300/h7300.c (fix_bit_operand): Likewise.
6537         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
6538         (block_move_no_loop, block_move_sequence): Likewise.
6539         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
6540         * config/alpha/alpha.c (get_aligned_mem): Likewise.
6541         Clear MEM_ALIAS_SET.
6542         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
6543         MEM_COPY_ATTRIBUTES.
6545 2000-05-03  Robert Lipe <robertlipe@usa.net>
6547         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
6548         to suppress libgcc1.
6549         (i[34567]86-*-sco3.2v5*) Likewise.
6550         (i[34567]86-*-sco3.2v4*) Likewise.
6551         (i[34567]86-*-sco) Likewise.
6552         (i[34567]86-*-solaris2) Likewise.
6553         (i[34567]86-*-sysv5*) Likewise.
6554         (i[34567]86-*-sysv4*) Likewise.
6555         (i[34567]86-*-udk*) Likewise.
6556         (i[34567]86-*-sysv*) Likewise.
6558 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6560         * cpphash.h (U): New define, to correct type of string constants.
6561         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
6562         routines, to do casts when passing unsigned strings to libc.
6563         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
6565         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
6566         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
6567         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
6568         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
6569         second argument an U_CHAR *.
6571         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
6572         length field, clean up initializer.
6573         (ISTABLE): Add __extension__ to designated-
6574         initializers version.
6575         * cpplex.c (CHARTAB): Likewise.
6577         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
6578         case so the file won't be empty.
6580 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
6582         * bb-reorder.c (struct reorder_block_def): Member succ removed.
6583         (REORDER_BLOCK_SUCC): Removed.
6584         (enum reorder_skip_type): Removed.
6585         (skip_insns_between_block): Renamed to skip_insns_after_block.
6586         Removed second argument. Removed dead code and cleaned up.
6587         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
6588         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
6589         second parameter to skip_insns_after_block.
6591 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6593         * tree.c (staticp, case LABEL_DECL): New case.
6595 2000-05-03  Richard Henderson  <rth@cygnus.com>
6597         * Makefile.in (start.encap): Do not depend on LIBGCC1.
6599         * mklibgcc1.in: Fix typo last change.
6601 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6603         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
6604         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
6605         (GCC_CFLAGS): Use it.
6606         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
6607         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
6608         objc/Make-lang.in: Use it.
6610 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
6612         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
6614 2000-05-03  Richard Henderson  <rth@cygnus.com>
6616         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
6617         LIBGCC1 empty with libgcc1.null.
6619 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
6621         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
6622         change.
6624 2000-05-03  Greg McGary  <gkm@gnu.org>
6626         * tree.h (tree_common): Add bounded_flag member.  Remove
6627         inaccurate comment about number of remaining bits.
6628         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
6629         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6630         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6631         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6632         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
6633         (TYPE_QUAL_BOUNDED): New constant.
6634         (TYPE_QUALS): Handle bounded qualifier.
6635         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
6636         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6637         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6638         TYPE_AMBIENT_BOUNDEDNESS): New macros.
6639         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
6640         (tree_type): Add pointer_depth member.  Remove
6641         inaccurate comment about number of remaining bits.
6642         (DECL_POINTER_DEPTH): Add macro.
6643         (tree_decl): Add pointer_depth member.
6645 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
6647         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
6648         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
6649         (lshrhi3_out): Likewise.
6650         (ashrsi3_out): bugfix in shift by 8.
6651         (test_hard_reg_class): New function.
6652         * config/avr/avr.md: Bugfix inside conditions in peepholes.
6653         (ashlhi3): removed define_expand of this pattern.
6654         (*ashlhi3_insn): renamed to ashlhi3.
6655         (ashlsi3): removed define_expand of this pattern.
6656         (*ashlsi3_insn): renamed to ashlsi3.
6657         (ashrqi3): removed define_expand of this pattern.
6658         (*ashrqi3_insn): renamed to ashrqi3.
6659         (ashrhi3): removed define_expand of this pattern.
6660         (*ashrhi3_insn): renamed to ashrhi3.
6661         (ashrsi3): removed define_expand of this pattern.
6662         (*ashrsi3_insn): renamed to ashrsi3.
6663         (lshrhi3): removed define_expand of this pattern.
6664         (*lshrhi3_insn): renamed to lshrhi3.
6665         (lshrsi3): removed define_expand of this pattern.
6666         (*lshrsi3_insn): renamed to lshrsi3.
6668 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
6670         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
6671         inclusion of "system.h".
6673 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
6675         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
6676         TREE_ASM_WRITTEN.
6678 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
6680         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
6681         if -mauto-pic is on.
6682         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
6683         -mconstant-gp is in effect and function-descriptors are being used
6684         to make indirect calls.
6685         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
6686         (MASK_AUTO_PIC): Ditto.
6687         (TARGET_CONST_GP): Ditto.
6688         (TARGET_AUTO_PIC): Ditto.
6689         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
6690         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
6691         -mno-pic is in effect.
6692         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
6693         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
6694         -mauto-pic is in effect.
6695         (gprel64_offset): New pattern.
6696         (load_gprel64): Ditto.
6697         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
6698         -mconstant-gp is in effect, no need to preserve gp around direct
6699         calls.
6700         (call_value): Ditto.
6701         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
6702         (FUNCTION_PROFILER): Define.
6703         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
6704         @fptr() directive when -mno-pic or -mauto-pic is in effect.
6705         (ASM_OUTPUT_DESTRUCTOR): Ditto.
6707 2000-05-03  Richard Henderson  <rth@cygnus.com>
6709         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
6710         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
6711         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
6712         (mklibgcc, libgcc.mk): New targets.
6713         (libgcc.a): Use libgcc.mk.
6714         (stmp-multilib): Likewise.
6715         (stmp-multilib-sub): Remove.
6716         (mostlyclean): Don't delete libgcc2 temp files.
6717         * configure.in (AC_PROG_CC_C_O): Add.
6718         (NO_MINUS_C_MINUS_O): Substitute it.
6719         (all_outputs): Add mklibgcc.
6720         * mklibgcc.in: New file.
6722 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6724         * cppexp.c (op_t): Make an int.
6726         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
6728         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
6730         * gensupport.c (process_rtx): Fix macros used.
6732 2000-05-03  Richard Henderson  <rth@cygnus.com>
6734         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
6735         call-clobbered registers of a call.
6737 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
6739         * gensupport.c: New file.
6740         * gensupport.h: New file.
6741         * Makefile.in (HOST_RTL): Depend on gensupport.
6742         (gensupport.o) New rule.
6743         * genattr.c: Use gensupport for reading .md files.
6744         * genattrtab.c: Ditto.
6745         * gencodes.c: Ditto.
6746         * genconfig.c: Ditto.
6747         * genemit.c: Ditto.
6748         * genextract.c: Ditto.
6749         * genflags.c: Ditto.
6750         * genopinit.c: Ditto.
6751         * genoutput.c: Ditto.
6752         * genpeep.c: Ditto.
6753         * genrecog.c: Ditto.
6754         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
6755         * md.texi (Insn Splitting): Document define_insn_and_split.
6757 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
6759         * flow.c (verify_flow_info): Added two more sanity checks. The
6760         first checks that the blocks are numbered consecutively. The second
6761         checks that n_basic_blocks is actually equal to the number of
6762         basic blocks in the insn chain.
6764 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6766         * cpplib.h: Add accessor macros for token lists.
6767         * cpplib.c, cpphash.c, cpplex.c: Use them.
6769 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6771         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
6772         memory usage if not in a function.
6773         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
6774         return address if static.
6776 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6778         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
6779         whether address may trap.
6781 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
6783         * bb-reorder (chain_reorder_blocks): Changed code to test for
6784         EDGE_FALLTHRU rather than making erroneous assumption that the
6785         first outgoing edge is the fall-through edge.
6787 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
6789         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
6790         ABI for varargs, across all MIPS. This is incompatible because the
6791         va_list (__builtin_va_list) structure is different, so a compilation
6792         unit passing a va_list and a compilation unit being passed one, should
6793         both be compiled with the same ABI. (The old structure had two
6794         pointers, now it has three.)
6796 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
6798         * bb-reorder.c (struct reorder_block_def): Remove members end,
6799         block_begin, and block_end.
6800         (REORDER_BLOCK_OLD_END): Delete.
6801         (REORDER_BLOCK_BEGIN): Delete.
6802         (REORDER_BLOCK_END): Delete.
6803         (chain_reorder_blocks): Remove dead code.
6805 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
6807         * bb-reorder.c (remove_scope_notes): Check for both types of scope
6808         notes as the end of a basic block before deleting.
6810 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
6812         * final.c (final_start_function): Fix spelling of "necessary".
6814 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
6816         * toplev.c (debug_ignore_block): Return int.
6817         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6818         * toplev.h, dwarf2out.h: Adjust.
6819         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6821         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6822         * toplev.c, final.c, rtl.h: Adjust.
6824 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6826         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6827         * configure.in: Look for makeinfo in the unified tree, then
6828         for a system makeinfo which is sufficiently new.
6829         * Makefile.in: If configure says makeinfo is too old, don't
6830         build or install Info documentation.
6832 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6834         * cpphash.c (collect_params): Fix off-by-one error.
6835         (dump_hash_helper): Dump all four macro nodetypes.
6837 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6839         * cpphash.c (trad_stringify): Adjust p after stringification as
6840         well.
6842 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6844         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6845         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6847         * cppfiles.c (file_cleanup): Delete.
6848         * cpphash.c (macro_cleanup): Delete.
6849         (collect_objlike_expansion, collect_funlike_expansion,
6850         macarg, scan_arguments): Remove CPP_POP case.
6852         * cpplex.c (null_cleanup): Delete.
6853         (cpp_pop_buffer): Do the work that was done in the cleanups
6854         here.  Call _cpp_unwind_if_stack from here.
6855         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6856         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6857         stack is the buffer _below_ the one we stacked.
6858         (cpp_get_token): Always pop an exhausted buffer.  Return
6859         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6860         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6861         increment the line number.
6862         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6864         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6865         we see CPP_EOF and the top of stack is the buffer _below_ the
6866         one we stacked.
6867         * scan-decls.c: Likewise.
6869 2000-05-02  Andrew Haley  <aph@cygnus.com>
6871         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6872         where this function is called for the second time on a decl that
6873         has had its section info changed in such a way as to move it out
6874         of small data/bss.
6875         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6877 2000-05-01  Richard Henderson  <rth@cygnus.com>
6879         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6880         the sequence we're moving, not to merge_bb->head.
6882 2000-05-01  Richard Henderson  <rth@cygnus.com>
6884         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6885         reference to alpha/t-linux.
6886         (alpha*-*-linux-gnu*): Likewise.
6887         * configure: Rebuild.
6889         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6891         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6892         if not in SSA form.
6894         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6896 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6898         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6899         TREE_THIS_VOLATILE.
6901 2000-05-01  Richard Henderson  <rth@cygnus.com>
6903         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6904         emit_conditional_move.
6906 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6908         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6909         as the dynamic linker.
6911 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6913         * cppfiles.c (open_include_file): Open file in blocking mode.
6914         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6915         Only exclude block devices and directories.
6917         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6918         static.  Allocate the hashnode and its string in the same
6919         block of memory.
6920         (del_HASHNODE): Don't free h->name.
6921         (_cpp_lookup): If there is no entry for this string, create
6922         one, of type T_VOID.
6923         (_cpp_lookup_slot): Delete.
6924         * cpphash.h: Update prototypes.
6926         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6927         not hp == NULL.
6928         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6929         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6930         node here, just fill in the value field properly.  "Delete"
6931         entries by setting the value field to T_VOID.  Check for
6932         hp->type == T_VOID, not hp == NULL.
6934         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6935         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6936         hashtab.h.
6938 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6940         * config/mn10300/mn10300.c (print_operand_address): Do not add
6941         zero to SP.
6943         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6944         adjusted by less than 256 bytes, use ret regardless of having any
6945         callee-saved register to restore.
6947 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6949         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6951 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6953         * config/i386/djgpp.h (INT_ASM_OP): Define.
6954         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6955         (ASM_WEAKEN_LABEL): Define.
6956         (MASK_BNU210): Define.
6957         (SUBTARGET_SWITCHES): Define.
6958         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6959         (MAKE_DECL_ONE_ONLY): Define.
6960         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6962 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6964         * i386/cygwin.h (INT_ASM_OP): Define.
6966 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6968         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6969         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6971 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6973         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6974         __tmp_reg__ and __zero_reg__ initialization.
6976 2000-04-30  Richard Henderson  <rth@cygnus.com>
6978         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6980         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6981         referenced bewteen the condition and the jump.  Don't delete
6982         anything but the jump.
6984 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6986         * bb-reorder.c (scope_def): New struct.
6987         (scope_forest_info): New struct.
6988         (struct reorder_block_def): New member "scope".
6989         (REORDER_BLOCK_SCOPE): New macro.
6990         (relate_bbs_with_scopes): New function and prototype.
6991         (make_new_scope): Likewise.
6992         (build_scope_forest): Likewise.
6993         (remove_scope_notes): Likewise.
6994         (insert_intra_1): Likewise.
6995         (insert_intra_bb_scope_notes): Likewise.
6996         (insert_inter_bb_scope_notes): Likewise.
6997         (rebuild_scope_notes): Likewise.
6998         (free_scope_forest_1): Likewise.
6999         (free_scope_forest): Likewise.
7000         (dump_scope_forest): Likewise.
7001         (dump_scope_forest_1): Likewise.
7002         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
7003         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
7004         block.
7005         (reorder_basic_blocks): Added calls to build_scope_scope_forest
7006         and remove_scope_notes before reordering is done. Added calls to
7007         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
7008         after reordering is done.
7010 2000-40-30  Bruce Korb  <bkorb@gnu.org>
7012         * fixinc/inclhack.def:  Added definitions needed by OSR5,
7013         removed two stale entries (defined away with OLD_CPP).
7014         * fixinc/inclhack.sh: regen
7015         * fixinc/fixincl.x: regen
7017 2000-04-30  Richard Henderson  <rth@cygnus.com>
7019         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
7020         from the last insn in the sequence.
7022 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
7024         * cpplex.c (cpp_idcmp): New function.
7025         * cpplib.h: Prototype it.
7026         * scan_decls.c (scan_decls): Use it to inspect token names.
7027         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
7028         the file being run through the preprocessor.
7029         (check_macro_names): Provide length of token to cpp_defined.
7031         * Makefile.in: Remove stale warning message.
7033         * cppfiles.c (redundant_include_p): Provide length of token to
7034         cpp_defined.
7035         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
7036         values are unsigned int.
7037         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
7038         (_cpp_lookup_slot): Do not calculate the hash, either.
7039         * cpphash.h: Update prototypes.
7040         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
7041         Hashes are unsigned int.  Calculate hash here, pass by value
7042         to _cpp_lookup_slot.
7044 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
7046         * simplify-rtx.c (check_value_useless): Delete function.
7047         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
7048         by hand.
7049         (cselib_invalidate_regno): Likewise.
7050         (cselib_invalidate_mem_1): Likewise.
7051         (references_value_p): Recognize useless values by the fact that they
7052         have no locations.
7053         (discard_useless_values): Likewise.
7054         (cselib_record_set): This may turn a useless value
7055         into a useful one.
7057 2000-04-30  Richard Henderson  <rth@cygnus.com>
7059         * config/d30v: New port.
7061         * configure.in (d30v-*): Set fp format.
7062         * configure: Rebuild.
7064 2000-04-30  Richard Henderson  <rth@cygnus.com>
7066         * ifcvt.c: New file.
7067         * Makefile.in (OBJS): Add it.
7068         (ifcvt.o): New target.
7069         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
7070         and conditional arithmetic.
7071         (find_insert_position): Remove.
7072         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
7073         * toplev.c (DFI_ce, DFI_ce2): New.
7074         (dump_file): Add ce and ce2 dumps.
7075         (rest_of_compilation): Run if_convert a couple o times.  Set
7076         cse_not_expected after cse2.  Don't set no_new_pseudos until
7077         after sched1 or recompute_reg_usage.
7079 2000-04-30  Richard Henderson  <rth@cygnus.com>
7081         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
7082         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
7084 2000-04-30  Richard Henderson  <rth@cygnus.com>
7086         * flow.c (struct reg_cond_life_info): New.
7087         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
7088         (init_propagate_block_info): Initialize them.
7089         (free_propagate_block_info): Destruct them.
7090         (mark_set_1): Consider conditional life before killing a register.
7091         (mark_regno_cond_dead): New.
7092         (free_reg_cond_life_info): New.
7093         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
7094         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
7095         (mark_used_reg): Record conditional life.
7097         * haifa-sched.c (schedule_insns): Disable death counting
7098         sanity check for HAVE_conditional_execution.
7100 2000-04-30  Richard Henderson  <rth@cygnus.com>
7102         * Makefile.in (TIMEVAR_H): New.
7103         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
7104         (timevar.h): Remove rule.
7106 2000-04-29  Richard Henderson  <rth@cygnus.com>
7108         * config/alpha/crtend.asm: Use C comments instead of #.
7109         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
7111         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
7113 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
7115         * cpphash.h (enum node_type: Take out T_MCONST.
7116         (union hashval): Move into struct hashnode.
7117         (struct hashnode): Pack tighter.  Remove file, line, col
7118         members.
7119         * cpphash.c: Constify most of the macro-definition structures.
7120         (struct definition): Replace by struct object_defn
7121         and struct funct_defn.  Put file, line, column information
7122         here.  All users updated to match.
7123         (_cpp_create_definition, _cpp_macroexpand): Remove special
7124         case for #define WORD OTHERWORD.
7125         * cpplib.c (do_undef): Remove T_MCONST case.
7127         * cpphash.h: Move struct reflist, struct definition, and the
7128         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
7129         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
7130         * cpphash.c (_cpp_free_definition): Free data pointed to by
7131         MCONST, XCONST, MACRO, and FMACRO nodes properly.
7132         (_cpp_create_definition, del_HASHNODE): Just call
7133         _cpp_free_definition to clear out a hashnode.
7134         * cpplib.c (do_pragma_poison): Likewise.
7136 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7138         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
7139         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
7140         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
7141         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
7142         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
7143         REGNO_AM33_P): Redefine in terms of the new macros.
7144         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
7145         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
7146         STRUCT_VALUE): Likewise.
7147         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
7148         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
7150 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7152         * regmove.c (struct record_stack_memrefs_data): New.
7153         (record_stack_memrefs): New function.
7154         (combine_stack_adjustments_for_block): Use it.
7156 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7158         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
7159         use special_function_p to detect alloca.
7161 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
7163         * gcc.texi: Fixes for makeinfo 4.0 --html.
7165 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
7167         * pcp.h: Delete file.
7169 2000-04-28  Kazu Hirata  <kazu@hxi.com>
7171         * h8300.c (function_epilogue): Clean up flags when the last insn
7172         in a function is a barrier.
7174 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
7176         * configure.in (sparc-hal-solaris2*): protect [] glob from
7177         my expansion.
7178         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
7179         rather than hard-coded constants in target_cpu_default2.
7180         * configure: Regenerate.
7182 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
7184         * tree.c (get_callee_fndecl): Extract the initial value from
7185         a readonly decl.
7187 2000-04-28  Richard Henderson  <rth@cygnus.com>
7189         * varasm.c (record_constant_1): Record the CODE_LABEL when
7190         taking the address of a LABEL_REF.
7192 2000-04-28  Richard Henderson  <rth@cygnus.com>
7193             Jan Hubicka  <jh@suse.cz>
7195         * calls.c (combine_pending_stack_adjustment_and_call): Return the
7196         adjustment; don't do the stack adjust.
7197         (expand_call): Call compute_argument_block_size right before
7198         allocating the block; update comment; don't do alignment sanity
7199         checking for sibling call; use args_size instead of
7200         unadjusted_args_size before args_size is adjusted.  Use
7201         combine_pending_stack_adjustment_and_call to compute stack adjust
7202         for must_preallocate case.
7204         * expr.c (push_block): Remove shadow `temp' in inner scope.
7206 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
7208         * toplev.c (rest_of_compilation): Call
7209         note_deferral_of_defined_inline_function even if the function
7210         can't be inlined.
7212 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
7214         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
7216 2000-04-28  Richard Henderson  <rth@cygnus.com>
7218         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
7220 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7222         * timevar.c (init_timevar): DeANSIfy function definition.
7224 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
7226         * Makefile.in (timevar.o): Depend on flags.h.
7227         * timevar.c (unused_stack_instances): New variable.
7228         (timevar_push): Take a timevar_stack_def from
7229         unused_stack_instances if available.
7230         (timevar_pop): Push the popped timevar_stack_def onto
7231         unused_stack_instances.
7232         (TIMEVAR_ENABLE): New macro.
7233         (timevar_def): Make standalone a 1-bit field.  Add field used.
7234         (get_time): Rename parameter to now.  Return after clearing it if
7235         not TIMEVAR_ENABLE.
7236         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
7237         (timevar_pop): Likewise.
7238         (timevar_stop): Likewise.
7239         (timevar_push): Likewise.  Mark the timing variable as used.
7240         (timevar_start): Likewise.
7241         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
7242         timevars that were never used.
7244 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
7246         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
7247         always TREE_READONLY.
7249 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
7251         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
7252         for call instruction with mode QImode.
7254 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
7256         * Makefile.in (OBJS): Add timevar.o.
7257         (toplev.o): Depend on timevar.h.
7258         (ggc-simple.o): Likewise.
7259         (ggc-page.o): Likewise.
7260         (timevar.o): New rule.
7261         (timevar.h): New rule.
7263         * timevar.h: New file.
7264         * timevar.c: Likewise.
7265         * timevar.def: Likewise.
7267         * toplev.h (gc_time, parse_time, varconst_time): Remove.
7268         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
7269         throughout.
7270         (TIMEVAR): Remove macro.
7271         (gc_time, parse_time, varconst_time, integration_time, jump_time,
7272         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
7273         flow_time, combine_time, regmove_time, sched_time,
7274         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
7275         sched2_time, dbr_sched_time, reorder_blocks_time,
7276         rename_registers_time, shorten_branch_time, stack_reg_time,
7277         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
7278         all_time): Remove.
7279         (compile_file): Don't initialize time variables.  Call
7280         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
7281         of many calls to print_time.
7282         (rest_of_compilation): Add timing for reload_cse_regs.
7283         (get_run_time): Removed to timevar.c.
7284         (print_time): Likewise.
7285         (get_run_time): Implement using TV_TOTAL time variable.
7286         (print_time): Get total run time from get_run_time.
7287         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
7288         computing elapsed time explicitly.
7289         * ggc-simple.c (ggc_collect): Likewise.
7290         (gc_time): Remove declaration.
7292 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
7294         * calls.c (combine_pending_stack_adjustment_and_call): New function.
7295         (expand_call): Use it.
7297 2000-04-27  Jan Hubicka  <jh@suse.cz>
7299         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
7300         fields.
7302 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7304         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
7305         registers.
7307 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7309         * function.c (epilogue_done): Pass whole insn to record_insns.
7311 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7313         * cse.c (CSE_ADDRESS_COST): Remove.
7314         (find_best_addr): Add new parameter "MODE", use address_cost instead
7315         of CSE_ADDRESS_COST
7316         (address_cost): New.
7317         (fold_rtx): Update call of find_best_addr.
7318         * rtl.h (address_cost): Declare.
7319         * loop.c (general_induction_var): Add new parameter "MODE", use
7320         address_cost instead of ADDRESS_COST
7321         (init_loop): Use address_cost instead of ADDRESS_COST.
7322         (check_insn_for_givs): Update call of general_induction_var.
7323         (find_mem_givs): Likewise.
7324         (consec_sets_giv): Likewise.
7325         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
7326         * i386.c (ix86_address_cost): New.
7327         * i386-protos.h (ix86_address_cost): Declare.
7329 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
7331         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
7332         registers.
7334 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7336         * expr.c (store_expr): Use clear_storage instead of direct memset
7337         libcall.
7339 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
7341         * config/mn10300/mn10300.c (mn10300_address_cost): Test
7342         ASHIFT, AND and LABEL_REF.
7344 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7346         * invoke.texi (-foptimize-sibling-calls): Fix.
7348 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7350         * loop.c (load_mems)  Don't use hard registers for the hoisting.
7352         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
7353         calculation; rename const_equiv array in the preconditioning code
7354         from loop_unroll to loop_unroll_precondition
7356 2000-04-27  Richard Henderson  <rth@cygnus.com>
7358         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
7359         add new_set.
7360         (propagate_one_insn): Clear it.  Don't update reg_live here.
7361         (init_propagate_block_info): Update for pbi member changes.
7362         (free_propagate_block_info): Likewise.
7363         (mark_set_1): Know that zero_extract, sign_extract, and
7364         strict_low_part don't kill their argument.  Alter hard subregs.
7365         Update new_set for non-CLOBBER sets.  Update reg_live.
7366         (find_auto_inc): Update reg_live, not new_dead.
7367         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
7368         to determine if the reg in question was set this insn.  Only update
7369         reg info with PROP_REG_INFO.
7371 2000-04-26  Richard Henderson  <rth@cygnus.com>
7373         * flow.c (allocate_reg_life_data): Set max_regno here ...
7374         (life_analysis): ... not here.
7376         * flow.c (calculate_global_regs_live): Force stack pointer
7377         live at end.
7379 2000-04-26  Richard Henderson  <rth@cygnus.com>
7381         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
7382         commit change group changes.
7383         (invert_exp_1): Similarly.
7384         (redirect_exp, invert_exp): Use them.
7385         (redirect_jump_1): New.
7386         (invert_jump_1): New.
7387         (jump_optimize_1): Remove code subsumed by condexec.c.
7388         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
7390 2000-04-26  Richard Henderson  <rth@cygnus.com>
7392         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
7394         * genconfig.c (main): Set all HAVE_foo to 1.
7396         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
7398 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
7400         * invoke.texi: Document -fssa flag.
7402 2000-04-26  Richard Henderson  <rth@cygnus.com>
7404         * flow.c (count_reg_sets_1): Remove.
7405         (count_reg_sets, count_reg_references): Remove.
7406         (recompute_reg_usage): Implement with update_life_info.
7407         Reallocate life data.
7409 2000-04-26  Richard Henderson  <rth@cygnus.com>
7411         * flow.c (update_life_info): Consider blocks null to mean the
7412         universal set.
7413         (calculate_global_regs_live): Likewise.
7414         (life_analysis): Do that instead of collecting all_blocks.
7416 2000-04-26  Richard Henderson  <rth@cygnus.com>
7418         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
7419         a still-valid conditional jump.
7421 2000-04-26  Richard Henderson  <rth@cygnus.com>
7423         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
7425         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
7426         * flow.c (calculate_loop_depth): Remove.
7427         * output.h (calculate_loop_depth): Don't declare.
7428         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
7429         inline; run estimate_probability at the same time.
7431 2000-04-26  Neil Booth  <NeilB@earthling.net>
7433         * cpplib.h: "~=" is not a single pp-token.
7434         * cpplex.c: Correct commentary.
7436 2000-04-26  Richard Henderson  <rth@cygnus.com>
7438         * flow.c (mark_set_1): New arguments code and flags; update all
7439         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
7440         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
7441         loop_depth when optimizing for size.  Do new_dead update after
7442         emitting REG_UNUSED notes.  Merge mark_set_reg code.
7443         (mark_set_reg): Remove.
7444         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
7445         arrange to not emit REG_UNUSED notes.
7447 2000-04-26  Richard Henderson  <rth@cygnus.com>
7449         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
7450         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
7452 2000-04-26  Richard Henderson  <rth@cygnus.com>
7454         * flow.c (propagate_one_insn): Break out from propagate_block.
7455         (init_propagate_block_info): Likewise.
7456         (free_propagate_block_info): Likewise.
7457         (propagate_block): Use them.  Export.
7458         * basic-block.h: Declare them all.
7460 2000-04-26  Richard Henderson  <rth@cygnus.com>
7462         * basic-block.h (life_analysis): Declare here ...
7463         * output.h: ... not here.
7464         * flow.c (life_analysis): Remove nregs parameter; replace
7465         remove_dead_code with flags.  Remove ssa dead code check.
7466         Only init alias analysis if we'll use it.
7467         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
7468         * ssa.c (convert_to_ssa): Likewise.
7469         (convert_from_ssa): Likewise.
7470         * toplev.c (rest_of_compilation): Likewise.
7472 2000-04-26  Richard Henderson  <rth@cygnus.com>
7474         * flow.c (flow_delete_block): Rename from delete_block.  Export.
7475         * basic-block.h (flow_delete_block): Declare.
7477 2000-04-26  David S. Miller  <davem@redhat.com>
7479         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
7480         taking a PATTERN of it.
7482 2000-04-26  <NeilB@earthling.net>
7484         * cpplex.c (spell_other, spell_char): Remove.
7485         (SPELL_CHAR): New.
7486         (token_spelling, trigraph_map): Use unsigned chars.
7487         (_cpp_lex_line): Tidy up the switch statement.
7488         * cpplib.h: Implement spell_char with spell_string.
7489         (C): New.
7491 2000-04-26  <RodneyBrown@pmsc.com>
7493         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7494         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7496 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7498         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
7499         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
7500         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
7501         dwarf2out_return_save, dwarf2out_return_reg,
7502         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
7503         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
7504         gen_compile_unit_die, dwarf2out_init): Constify a char*.
7506         * dwarf2out.h (dwarf2out_init): Likewise.
7508         * dwarfout.c (filename_entry, primary_filename, last_filename,
7509         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
7511         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
7512         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
7513         dwarf2out_return_reg): Likewise.
7515 2000-04-26  Andreas Jaeger  <aj@suse.de>
7517         * extend.texi (Function Attributes): Fix description of pure
7518         attribute.
7520 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7522         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
7523         before calling rest_of_compilation.
7525 2000-04-26  Andreas Jaeger  <aj@suse.de>
7527         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
7528         last patch.
7530 2000-04-25  Richard Henderson  <rth@cygnus.com>
7532         * cse.c (cse_insn): Emit barrier after unconditional jump.
7534         * calls.c (expand_call): Disable tail call generation once
7535         rtx_equal_function_value_matters is false.
7537         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
7538         like EDGE_EH edges.
7540 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
7542         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
7544         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
7546         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
7547         is the primary DIE for a member function.
7548         (gen_decl_die): Call set_decl_origin_self here.
7549         * dwarfout.c (output_decl): And here.
7550         * integrate.c (output_inline_function): Not here.
7551         Don't clear DECL_INLINE until after calling rest_of_compilation.
7552         (set_decl_origin_self): No longer static.
7553         * tree.h: Add prototype.
7554         * toplev.c (note_deferral_of_defined_inline_function): Only write
7555         out abstract instance for actual inlines.
7557 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
7559         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
7560         EXTENDED_REGS only if TARGET_AM33.
7561         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
7562         SP_REGS to register allocation and reloading unless absolutely
7563         necessary.
7564         (movsi3): Remove special-case of adding non-constants to SP.
7566 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7568         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
7569         INCLUDES to search and does not provide any of its own.  Also it
7570         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
7571         parameters.  Also it does not call AC_DEFINE.
7572         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
7573         AC_DEFINE and provides for automatic entries for autoheader.
7574         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
7576         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
7577         so we can pass -I flags and include gansidecl.h/system.h in this
7578         test.
7580         * acconfig.h: Delete all NEED_DECLARATION_* entries.
7582 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7584         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7585         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7586         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
7588         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7589         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7590         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
7591         for these macros.  Clean up spacing and linewraps.
7593 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7595         * calls.c (expand_call): Use get_callee_fndecl.
7597         * print-tree.c (print_node): Print the chain of an _EXPR.
7599 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
7600                           Jim Wilson  <wilson@cygnus.com>
7601                           Andrew Haley  <aph@cygnus.com>
7603         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
7604         and gp save/restore problems.
7605         * config/ia64/crtend.asm: Add IA-64 unwind support.
7606         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
7607         in fr_pad_size calculation.
7608         (save_restore_insns): Move PR save area.  Correct uses of
7609         RTX_FRAME_RELATED_P.
7610         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
7611         (ia64_expand_epilogue): Add eh_epilogue support.
7612         (ia64_function_prologue): Emit .prologue directive.
7613         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
7614         (ia64_override_options): Set init_machine_status and
7615         mark_machine_status.
7616         (rtx_needs_barrier): Handle bsp reads and writes.
7617         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
7618         New static variables.
7619         (process_set, process_for_unwind_directive): New functions.
7620         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
7621         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
7622         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
7623         macros.
7624         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
7625         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
7626         (struct machine_function): Define.
7627         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
7629 2000-04-25  Bruce Korb  <bkorb@gnu.org>
7631         * fixinc/Makefile.in: make the removal of old programs more
7632         robust
7633         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
7634         install-bin and install-sh
7636 2000-04-25  Nick Clifton  <nickc@cygnus.com>
7638         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
7639         defined, define to return zero.
7640         (function_cannot_inline_p): If a function has any target
7641         specific attributes, then use the macro
7642         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
7643         whether it can be inlined.  If it cannot, issue a suitable
7644         explanation.
7646         * tm.texi: Add a new node 'Inlining' to document the new macro
7647         FUNCTION_ATTRIBUTE_INLINABLE_P.
7649 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
7651         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
7652         commentary.
7654 2000-04-25  Neil Booth  <NeilB@earthling.net>
7656         Restore previous patch, plus the following fixes:
7658         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
7659         flags, not CPP_OPEN_PAREN.
7660         * cpplex.c (expand_token_space, init_token_list,
7661         cpp_free_token_list): Put the dummy token at list->tokens[-1].
7662         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
7664 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7666         * config/i386/freebsd.h (INT_ASM_OP): Define.
7668 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7670         * loop.c (strength_reduce): Fix typo in the last checkin.
7672 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7674         * stor-layout.c (finalize_record_size): Simplify to use existing
7675         functions.
7676         (compute_record_mode): No longer static.
7677         * tree.h (compute_record_mode): New declaration.
7679 2000-04-25  Neil Booth  <NeilB@earthling.net>
7681         * Revert my patch below until cause of build failures
7682         determined.
7684 2000-04-25  Richard Henderson  <rth@cygnus.com>
7686         * combine.c (combine_instructions): Add missing argument
7687         to try_combine.
7689         * toplev.c (rest_of_compilation): Delay sibcall optimization
7690         until after emit_eh_context.
7692 2000-04-24  Nick Clifton  <nickc@redhat.com>
7694         * combine.c (combine_instructions): Do not try to combine a
7695         sequence of insns when the second insn has been replaced by a
7696         note.
7698 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
7700         * gcc.c (load_specs): New static function.
7701         (read_specs): Use it.
7703         * gcc.c (lookup_compiler): Make multiple passes for case
7704         insensitive filesystems.
7706 2000-04-24  Neil Booth  <NeilB@earthling.net>
7708         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
7709         * cpphash.h (_cpp_check_directive): new.
7710         * cpplex.c (handle_newline, cpp_free_token_list,
7711         init_trigraph_map, trigraph_ok, trigraph_replace,
7712         backslash_start, skip_block_comment, skip_line_comment,
7713         skip_whitespace, parse_name, parse_number, parse_string,
7714         copy_comment, _cpp_lex_line, spell_char, spell_string,
7715         spell_comment, spell_name, spell_other, _cpp_lex_file,
7716         _cpp_output_list): new.
7717         (expand_name_space): take length argument.
7718         (init_token_list): add comment list initialisation.
7719         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
7720         instead of HSPACE_BEFORE.
7722         * cpplib.c (_cpp_check_directive): new
7723         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
7724         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
7725         (HSPACE_BEFORE): delete.
7726         (TTYPE_TABLE): rearrange.
7727         (struct cpp_toklist): update.
7729 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7731         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
7732         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
7733         argument form of AC_DEFINE.
7735         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
7736         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
7737         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
7738         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
7739         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
7741         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
7743 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7745         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
7746         deduced.h): Use -isystem, not -I, for including system headers.
7748 2000-04-24  Nick Clifton  <nickc@cygnus.com>
7750         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
7751         the source register is the frame pointer or arg pointer.
7752         (addsi3_small_int): Disallow if source register is the frame
7753         pointer or arg pointer.
7755 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7757         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
7758         call to AC_MSG_RESULT.
7760 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7762         * invoke.texi: Correct grammatical errors, document
7763         -fno-gnu-keywords as identical to -fno-asm for C++.
7765 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7767         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
7768         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
7769         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
7770         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
7771         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
7773         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
7774         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
7775         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
7776         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
7777         new macros names.
7779 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
7781         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
7782         (pop_alignment): Likewise.
7783         (handle_pragma_token): Likewise.
7785 2000-04-24  Robert Lipe <robertlipe@usa.net>
7787         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
7789 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
7791         * combine.c (try_combine): Update reg_nonzero_bits of
7792         newi2pat before newpat.
7794 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7796         * loop.c (strength_reduce): Simplify test to INSN_P.
7797         (record_giv): Attempt to simplify the add value, use CONSTANT_P
7798         expressions instead of CONST_INT.
7799         (express_from_1): Likewise.
7801 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
7803         * regs.h (reg_n_max): Don't declare.
7804         * flow.c (reg_n_max): Don't define.
7805         * regclass.c (renumber): Don't initialize to zero.
7806         (regno_allocated): Likewise.
7807         (reg_n_max): Define.
7808         (allocate_reg_info): Don't initialize unnecessarily.
7810 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
7812         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
7813         and blockage_p in the newly allocated attribute.
7815 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7817         * config/mn10300/mn10300.md (addsi): `inc4' on address
7818         registers does not modify cc, but `inc' on an extended
7819         register does.
7821 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7823         * reload.c (find_equiv_reg): Checks all valueno regs
7824         as a reload_reg_p regs.
7826 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7828         * cpphash.c (collect_objlike_expansion): Add sanity check.
7829         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7830         the buffer is the empty string, return.  Mark __DATE__ and
7831         __TIME__ as XCONST nodes, not MCONST.
7832         (_cpp_macroexpand): Avoid pushing an empty buffer.
7833         (funlike_macroexpand): Don't pop token_buffer here.
7835 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7837         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7838         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7839         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7840         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7841         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7842         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7843         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7845 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7847         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7848         constant MULT givs.
7850 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7852         * cpphash.h (struct definition): Move file, line, col members...
7853         (struct hashnode): ... here.  Also add 'disabled' flag.
7854         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7855         T_IDENTITY.  Remove T_DISABLED.
7856         Update prototypes.
7858         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7859         (collect_expansion): Split into collect_objlike_expansion and
7860         collect_funlike_expansion.
7861         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7862         funlike_macroexpand.
7863         (_cpp_compare_defs): Rename compare_defs, make static.
7864         (_cpp_make_hashnode): Initialize hp->disabled.
7865         (macro_cleanup): Adjust for new token types.  Clear
7866         m->disabled.
7867         (_cpp_create_definition): Move code here to determine what
7868         sort of macro it is, and code to check for redefinitions, from
7869         do_define.  Implement a few simple cases without creating a
7870         full DEFINITION.
7871         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7872         Handle the simple cases.
7873         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7874         here.
7876         * cppinit.c (builtin_array): Change MCONST to XCONST
7877         everywhere.
7878         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7879         fix check for disabled and function-like macros.
7880         * cpplib.c (do_define): Move most logic to
7881         _cpp_create_definition.
7882         (do_undef): Handle new special token types.
7884 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7886         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7887         of CONSTANT_P for mult_val; always use validate_change to update insn.
7889 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7891         * cpphash.c (trad_stringify, add_pat): New functions.
7892         (collect_expansion): Restore support for -traditional syntax.
7893         Use trad_stringify and add_pat.
7894         (_cpp_macroexpand): Restore support for -traditional semantics.
7895         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7896         get a COMMENT token.
7897         (_cpp_lex_token): Provide COMMENT tokens to caller if
7898         traditional and parsing_define_directive.
7899         (skip_comment): Warn about // comments if -Wtraditional.
7900         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7901         proper node type.
7902         (do_undef): Don't warn about undefining EMPTY nodes.
7904 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7906         * loop.c (strength_reduce): Fix biv removal code.
7908 2000-04-22  Richard Henderson  <rth@cygnus.com>
7910         * predict.c (estimate_probability): Examine both sides of
7911         a branch for no exits.  Use 90% not 50% for predict taken.
7912         Reorg for one copy of note generation code.
7914 2000-04-22  Richard Henderson  <rth@cygnus.com>
7916         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7918 2000-04-22  Richard Henderson  <rth@cygnus.com>
7920         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7921         (output_clear): Likewise.
7922         (output_printf): Use va_copy.
7923         (vline_wrapper_message_with_location): Likewise.
7924         (v_message_with_decl): Likewise.
7925         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7926         * system.h (va_copy): Provide default implementation.
7928 2000-04-22  Richard Henderson  <rth@cygnus.com>
7930         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7931         the collected condition is not a constant.
7933 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7935         * diagnostic.h: New file.
7937         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7939         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7940         various function prototypes.
7941         (diagnostic.h): #include.
7942         (struct output_buffer): Move into diagnostic.h.
7943         (get_output_prefix): Rename to output_get_prefix.  Export.
7944         (init_output_buffer): Export. Break out.  Ajust intialization.
7945         (output_space_left, output_append): Export.
7946         (output_newline): Rename to output_add_newline.  Export.
7947         (output_clear): Nullify additional output_buffer fields.
7948         (output_puts): Rename to output_add_string.  Export.
7949         (dump_output): Rename to output_flush_on.  Export.
7950         (build_location_prefix): Constify return-type.
7951         (emit_output_prefix): Rename to output_emit_prefix. Export.
7952         (set_real_maximum_length): New function.
7953         (output_set_maximum_length): Ditto
7954         (output_clear): Ditto.
7955         (output_add_character): Ditto.
7956         (output_add_integer): Ditto.
7957         (output_add_space): Ditto.
7958         (output_format): Ditto.
7959         (output_printf): Adjust buffer initialization.
7960         (vline_wrapper_message_with_location): Ditto.
7961         (v_message_with_decl): Ditto.  Adjust call to output_puts
7962         and get_output_prefix.
7963         (default_print_error_function): Adjust buffer intialization.
7965 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7967         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7968         of VOID_TYPE.
7970 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7972         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7973         of explicit 0.
7975 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7977         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7978         accurate data about SP moves.
7980 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7982         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7983         aliases to AM33 registers.
7985 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7987         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7988         to all EXTENDED bitmaps.
7990 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7992         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7993         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7994         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7996 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7998         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7999         the operand is not constant.
8001 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
8003         * reload.c (find_equiv_reg): Checks all valueno and regno regs
8004         as a call-clobbered regs.
8006 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8008         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
8009         * rtl.h: Likewise.
8010         * rtl.def: Update comment.
8011         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
8012         * integrate.c (expand_inline_function): Likewise.
8013         * profile.c (branch_prob): Likewise.
8014         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
8015         * print-rtl.c (print_rtx): Likewise.
8016         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
8017         (reemit_notes): Likewise; also use enum insn_note.
8019         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
8020         (place_field): Properly compute know and actual alignment.
8022         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
8023         in proper format.
8025         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
8026         note for REG1.
8028 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
8030         * cpphash.c (struct arg, struct arglist): Const-ify strings.
8031         (warn_trad_stringify, duplicate_arg_p): New helper functions.
8032         (collect_expansion): Rewrite to scan over a token list.
8033         Remove -traditional support.
8034         (collect_formal_parameters): Rename to collect_params; rewrite
8035         to scan over a token list.
8036         (_cpp_create_definition): Adjust to scan a token list.
8037         (_cpp_macroexpand): Remove -traditional support.
8038         (_cpp_compare_defs): Whitespace is now canonicalized.
8039         (comp_def_part): Delete function.
8041         * cpphash.h: Update prototypes.
8042         * cpplex.c (init_token_list): Don't set lineno if there is no
8043         buffer.
8044         (pedantic_whitespace): New function.
8045         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
8046         consume a newline.  Use pedantic_whitespace.
8047         (_cpp_lex_token): Remove support for -traditional macros.
8048         (_cpp_get_define_token): Delete.
8049         (_cpp_get_directive_token): Do the real work here.  Use
8050         pedantic_whitespace.
8051         (_cpp_init_input_buffer): Initialize pfile->directbuf.
8053         * cpplib.c (get_macro_name): Delete.
8054         (do_define): Read the entire line into pfile->directbuf, then
8055         feed the token list to _cpp_create_definition.
8056         * cpplib.h (HSPACE_BEFORE): new define.
8057         (struct cpp_reader): Add a toklist member, "directbuf".
8059         * predict.c (estimate_probability): New heuristic: if a jump
8060         branches around a block with no successors, predict it taken.
8061         Disentangle control flow.
8063 2000-04-20  Richard Henderson  <rth@cygnus.com>
8065         * loop.c (emit_iv_add_mult): Revert last change.
8067 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
8069         * cpplib.h (enum cpp_ttype): Add token types for all
8070         punctuators.  Distinguish pp-numbers from valid C numbers.
8071         Give some tokens better names.  Initialize from macro.
8072         (struct cpp_name, cpp_token, cpp_toklist): New data
8073         structures.
8074         Update prototypes.
8075         * cpplex.c (bump_column, expand_name_space,
8076         expand_token_space, init_token_list, cpp_output_list,
8077         _cpp_scan_line):  New functions.
8078         (output_line_command): Add third argument, new line number.
8079         * cpphash.h: Update prototypes.
8080         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
8081         token names.
8083 2000-04-20  Richard Henderson  <rth@cygnus.com>
8085         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
8087 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
8089         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
8090         object pointed to.
8092 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8094         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
8095         REG_EQUAL note explaining the calculated value.
8097         * calls.c (expand_call): Avoid unnecesary precalculation
8098         and outgoing parameters space guarding for sibling calls.
8099         (store_one_arg): Likewise.
8101 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8103         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
8104         (rest_of_compilation): Write sibling dump file and account
8105         for time as jump time.
8106         * invoke.texi: Update documentation on dump flags.
8108 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
8110         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
8112 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
8114         * cpphash.c (special_symbol): Represent an empty macro with
8115         "\r \r " not just "\r ".
8116         (_cpp_macroexpand): Correct condition for the foo ( ) special
8117         case.
8118         (unsafe_chars): Handle EOF as second argument.
8119         (push_macro_expansion): Simplify test for removing escape at
8120         end.  Do not trim both escapes if there is no text in between.
8122 2000-04-19  Jim Blandy  <jimb@redhat.com>
8124         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
8125         of PTR_SIZE, when appropriate.
8127 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
8129         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
8130         (USE_ENUM_BITFIELDS): Fix typo.
8132 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8134         * stor-layout.c (place_field): Set rli->offset_align properly.
8136 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8138         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
8139         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
8140         PARM_BOUNDARY): Remove unnecessary casts.
8142 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8144         * calls.c (precompute_arguments): Remove must_preallocate and
8145         args_size calls.
8146         (expand_call): Update call of precompute_arguments.
8148         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
8149         check_insn_for_givs): Break out from ...
8150         (strength_reduce) ... here; use for_every_insn_in_loop to call
8151         check_insn_for_givs.
8152         * loop.h (for_every_insn_in_loop): Declare.
8153         (loop_insn_callback): New type.
8155 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
8157         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
8158         not nul-terminated.
8160 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
8162         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
8163         flag_pic and RELOC.
8165 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
8167         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
8169         * configure.in: Delete --disable-cpplib option and all
8170         references to cpp_main.
8171         * configure: Regenerate.
8172         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
8173         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
8174         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
8175         cpp$(exeext).  Add --no-headers to makeinfo command line when
8176         generating INSTALL.  Install and uninstall cpp.1 manpage, not
8177         cccp.1.
8178         * install.texi: Delete all references to cexp.y/cexp.c.
8179         Delete ancient instructions for compiling GCC on 3b1.
8180         * INSTALL: Regenerate.
8182         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
8183         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
8184         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
8185         cexp.c/cexp.y.
8186         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
8187         which is no longer tested anywhere.
8189         * cppinit.c (handle_option): Don't run error message through
8190         gettext twice.
8192 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8194         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
8195         * cpperror.c (hashtab.h): Now include.
8196         * cppexp.c (hashtab.h): Likewise.
8197         * cpplex.c (hashtab.h): Likewise.
8198         * cppfiles.c (hashtab.h): Likewise.
8199         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
8200         to htab_find_slot_with_hash.
8201         * cpphash.c (hashtab.h): Now include.
8202         (_cpp_lookup_slot): INSERT is now enum insert_option.
8203         * cpphash.h (_cpp_lookup_slot): Likewise.
8204         * cppinit.c (hashtab.h): Include earlier.
8205         (initialize_builtins): Pass enum to htab_find_slot.
8206         * cpplib.c (hashtab.h): Now include.
8207         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
8208         (do_pragma_poison, do_assert): Likewise.
8209         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
8210         htab_find_slot_with_hash.
8211         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
8212         * tree.c (type_hash_add): Likewise.
8213         (build1): Minor cleanup.
8215         * ggc-common.c: Add missing blanks.
8216         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
8217         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
8219         * stmt.c (mark_case_node): New function.
8220         (mark_case_nesting): Call it.
8222         * expmed.c (emit_store_flag): If comparing two-word integer
8223         with zero, can optimize NE, EQ, GE, and LT.
8225         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
8226         * conflict.c: Minor cleanups.
8227         * optabs.c: Add blank line
8228         * simplify-rtx.c: Minor cleanups.
8230 2000-04-18  Stan Cox  <scox@cygnus.com>
8232         * gengenrtl.c (genlegend): Fix misspelling.
8234 2000-04-18  Robert Lipe  <robertlipe@usa.net>
8236         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
8237         bitfields of the host compiler are not signed quantities.
8238         * config.in: Regenerate.
8239         * configure: Regenerate.
8240         * system.h (USE_ENUM_BITFIELDS): Added.
8241         (ENUM_BITFIELDS): Added.
8242         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
8243         (SHORT_ENUM_BUG): Deleted.
8244         * tree.h (tree_common): Members `code', `mode', `built_in_class',
8245         now ENUM_BITFIELD.
8246         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
8247         (CODE_FIELD_BUG): Likewise.
8248         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
8249         (OLD_CC): Likewise.
8250         * config/m68k/x-ccur (X_CFLAGS): Likewise.
8252 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
8254         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
8255         mark is active.
8257 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
8259         * cppexp.c (lex): Don't assume tokens are NUL terminated.
8260         * cpplib.c (do_include, do_import, do_include_next,
8261         read_line_number, detect_if_not_defined): Likewise.
8262         * cpphash.c (collect_expansion): Likewise.
8263         (special_symbol, _cpp_macroexpand): Check return from
8264         cpp_file_buffer.
8265         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
8266         macros.  Delete all uses.
8268         * gcc.dg/cpp-mi.c: Add two more test cases.
8269         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
8271 2000-04-17  Richard Henderson  <rth@cygnus.com>
8273         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
8274         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
8276 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
8278         * function.c (expand_function_start): Use hard_function_value to
8279         compute the RTL to use for DECL_RESULT.
8281 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8283         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
8284         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
8285          x86_memory_mismatch_stall): New global variables.
8286         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
8287         alloved; fix load penalties for Athlon.
8288         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
8289         x86_memory_mismatch_stall): Declare.
8290         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
8291          TARGET_MEMORY_MISMATCH_STALL): New.
8292         * i386.md (athlon scheduling parameters): Fix latencies according to
8293         Athlon Optimization Manual.
8294         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
8295         vector.
8296         (fsqrt instruction patterns): Set athlon_decode to direct.
8297         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
8298         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
8299         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
8300         and TARGET_PARTIAL_REGISTER_STALL machines.
8301         (pushdf_nointeger): New pattern.
8302         (pushdf_integer): Rename from pushdf.
8303         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
8304         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
8306 2000-04-17  Richard Henderson  <rth@cygnus.com>
8308         * loop.c (canonicalize_condition): Add WANT_REG argument.
8309         Stop the search if we match it.
8310         * expr.h (canonicalize_condition): Update decl.
8311         * predict.c (expected_value_to_br_prob): Use it.  Track last
8312         expected value note.
8313         (find_expected_value): Remove.
8315         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
8317 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
8319         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
8320         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
8321         a plain file.
8322         * configure.in: Call AC_FUNC_MMAP_FILE.
8323         * configure: Regenerate.
8324         * config.in: Regenerate.
8326         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
8327         * fixinc/fixincl.c: Likewise.
8329 2000-04-17  Richard Henderson  <rth@cygnus.com>
8331         * builtins.c (expand_builtin_expect): New.
8332         (expand_builtin): Call it.
8333         * builtins.def (BUILT_IN_EXPECT): New.
8334         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
8335         * extend.texi: Document it.
8337         * predict.c (expected_value_to_br_prob): New.
8338         (find_expected_value): New.
8339         * basic-block.h (expected_value_to_br_prob): Declare.
8340         * toplev.c (rest_of_compilation): Invoke it.
8342         * rtl.h (NOTE_EXPECTED_VALUE): New.
8343         (NOTE_INSN_EXPECTED_VALUE): New.
8344         * rtl.c (note_insn_name): Update.
8345         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
8346         cases; handle NOTE_INSN_EXPECTED_VALUE.
8348 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
8350         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
8351         leaf sibcall delay slot if flag_pic.
8352         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
8354 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8356         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
8358         * fixproto: If fix-header fails, exit with an error.
8360 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8362         * cse.c (struct check_depdendence_data): New.
8363         (check_dependence): New function.
8364         (invalidate): Use check_depdenence.
8366 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
8368         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
8369         UNITS_PER_WORD is unsigned.
8371         * tree.h (struct tree_common): Remove misleading comment.
8373 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8375         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
8376         message in quotes. Otherwise, IBM's make program treats the '#' as the
8377         start of a comment and ignores the remainder of the line.
8379         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
8380         upper case.
8381         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
8382         * cexp.y (initialize_random_junk): Likewise.
8383         * cppfiles.c (find_include_file): Cast alloca return value.
8384         * cppinit.c (initialize_standard_includes): Likewise.
8385         * cpplib.c (cpp_define, cpp_undef): Likewise.
8386         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
8387         * final.c (output_asm_insn): Allow for holes in EBCDIC.
8388         * fold-const.c (CHARMASK): New.
8389         (real_hex_to_f): Use it.
8390         * real.c (CHARMASK): New.
8391         (etoasc, asctoeg): Use it.
8392         (asctoeg): EBCDIC lower case characters preceed upper case.
8394         * i370.c (mvs_add_label): Change spacing for coding conventions.
8395         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
8396         outputing case vectors.
8397         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
8398         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
8399         since vector in in the data CSECT.
8400         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
8401         * i370.md (Many patterns): Put the length in the XL directives.
8402         (movdi): Put back STM and MVC in definition.
8403         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
8404         pattern using the TCA.
8405         * oe.h (CPP_SPEC): Added to allow trigraphs.
8406         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
8407         not support the "long long" type.
8409 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
8411         * config/mips/mips-protos.h (mips_legitimate_address_p): New
8412         function.
8413         (mips_reg_mode_ok_for_base_p): Likewise.
8414         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
8415         (REG_OK_FOR_INDEX_P): Define unconditionally.
8416         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
8417         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
8418         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
8419         that GET_MODE_SIZE is unsigned.
8420         (mips_reg_mode_ok_for_base_p): Define.
8421         (mips_legitimate_address_p): Likewise.  Adjust now
8422         that GET_MODE_SIZE is unsigned.
8423         (block_move_loop): Make the number of bytes unsigned.
8424         (expand_block_move): Likewise.
8425         (function_arg): Make the loop counter unsigned to match the
8426         boundary condition.
8428 2000-04-16  Richard Henderson  <rth@cygnus.com>
8430         * rtl.h (enum insn_note): New enumeration.  Subsume
8431         NOTE_INSN_DELETED and friends.
8432         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
8433         * rtl.c (note_insn_name): Tweak string order.
8435 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
8437         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
8438         to offset * 2.
8440         * cpplex.c (output_line_command): Remove debugging prints.
8441         (cpp_output_tokens): Don't write out a zero-length buffer or
8442         try to see if it has a newline in it.
8443         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
8444         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
8445         the end of the loop.  Use memmove.  Don't read past the end of
8446         the buffer.  Remove trailing newlines from error messages.
8448 2004-04-16  Neil Booth  <NeilB@earthling.net>
8450         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
8451         * cpplib.c: Add new syntax flags to directive table, and
8452         supporting macros.
8454 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8456         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
8457         using ret $N.
8459 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
8461         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
8462         * haifa-sched.c: Update -fsched-verbose comments to use "=".
8464 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8466         * Makefile.in (ggc-page.o): Now includes toplev.h.
8467         * ggc-page.c (toplev.h): Now included.
8468         (gc_time): Remove declaration.
8469         (ggc_collect): TIME now long.
8470         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
8471         others static.
8472         * toplev.h (gc_time, parse_time, gc_time): New declarations.
8474         * toplev.c: Make *_time variable long to reduce chance of overflow.
8475         (TIMEVAR): Likewise for `otime'.
8476         (print_time): Arg is now long; compute percentage in FP and round.
8477         * toplev.h (print_time): Arg is long.
8479         * tree.c: Minor whitespace changes.
8481         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
8482         * configure: Rebuilt.
8483         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
8484         (__fixunsxfDI): Renamed from __fixunsxfdi.
8485         (__fixunsdfDI): Renamed from __fixunsdfdi.
8486         (__fixunssfDI): Renamed from __fixunssfdi.
8487         (__floatdisf): Use proper type in REP_BIT macro.
8488         (__fixunsxfSI): Renamed from __fixunsxfsi.
8489         (__fixunsdfSI): Renamed from __fixunsdfsi.
8490         (__fixunssfSI): Renamed from __fixunssfsi.
8491         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
8492         Change location of macros and upper-case some names as above.
8493         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
8494         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
8496         * varasm.c (assemble_variable): Add cast to remove warning.
8497         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
8499         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
8500         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
8501         region number to -1.
8503 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
8505         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
8506         call unshare_all_rtl.
8508         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
8510 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
8512         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
8513         Use .s1 not .s0 for all FP instructions.
8515 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
8517         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
8518         interfaces.
8519         (safe_fwrite, output_line_command): New static functions.
8520         (cpp_expand_to_buffer): Now private to cpplib.
8521         (cpp_scan_buffer): Take a printer.
8523         * cpphash.h: Update prototypes.
8524         * cpplib.h: Update prototypes.
8525         (cpp_printer): New.
8526         (cpp_buffer): Remove last_nominal_fname.
8527         (cpp_reader): Remove lineno.
8529         * cppmain.c: Use a cpp_printer.
8530         * fix-header.c: No need to inhibit line commands.  Call
8531         cpp_start_read with no printer.
8533         * cpperror.c (cpp_notice_from_errno): Provide default name.
8534         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
8535         (find_include_file, cpp_read_file): Use make_IHASH.
8536         (file_cleanup): Set control_macro and clear
8537         input_stack_listing_current here.
8538         (_cpp_execute_include): Don't output entering-file marker.
8539         * cpphash.c (special_symbol): Look for the line number in the
8540         buffer, not the reader.
8541         (_cpp_macroexpand): No need to disable line commands.
8542         (_cpp_dump_definition): No need to generate line commands.
8543         (dump_hash_helper): Remove excess newline from output.
8544         * cppinit.c (dump_special_to_buffer): No need to generate line
8545         commands.
8546         (cpp_printer_init): New.
8547         (cpp_start_read): Take a printer, and start it up if it's not
8548         NULL.  No need to generate line commands.
8549         (cpp_finish): Expect no buffers stacked at all.  Take a
8550         printer argument, and flush the output buffer if it's not
8551         NULL.
8552         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
8553         Don't put two hashes at the beginning of an assertion.
8554         (cpp_get_token): Don't increment pfile->lineno or emit line
8555         commands here.  Return EOF if there's no buffer when we get
8556         EOF.
8557         * cpplib.c (do_define, skip_if_group):
8558         No need to disable line commands.
8559         (_cpp_output_line_command): Delete function.
8560         (do_line): Don't emit line commands here, but set things up so
8561         they will be emitted if necessary.  Use _cpp_fake_ihash to
8562         make unique nominal_fnames if necessary.
8563         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
8564         with 0 for column, not -1.
8565         (_cpp_handle_eof): Don't set the control macro here.  Don't
8566         clear input_stack_listing_current here.  Don't emit line
8567         commands.
8569 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
8571         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
8572         always, use the default SVR4 start address.
8574         * config/rs6000/linux.h (LINK_SPEC): Don't define.
8575         (LINK_SHLIB_SPEC): Define.
8576         (LINK_START_DEFAULT_SPEC): Define.
8577         (LINK_OS_DEFAULT_SPEC): Define.
8579         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
8581         * config/rs6000/eabi.asm (__eabi): Call __init rather than
8582         __do_global_ctors to handle constructors.
8583         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
8584         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
8585         (STARTFILE_MVME_SPEC): Likewise.
8586         (STARTFILE_SIM_SPEC): Likewise.
8587         (ENDFILE_ADS_SPEC): Use crtend.
8588         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
8589         (ENDFILE_MVME_SPEC): Likewise.
8590         (ENDFILE_SIM_SPEC): Likewise.
8591         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
8592         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
8593         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
8594         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
8595         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
8596         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
8597         (CRTSTUFF_T_CFLAGS_S): Define.
8598         * config/rs6000/eabi-ctors.c: Delete.
8600         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
8601         boundary.
8602         (__fini): Likewise.
8603         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
8604         boundary.
8605         (__fini): Likewise.
8607 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
8609         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
8610         plus mask size is smaller or equal to the mode size.
8612 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8614         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
8615         not yet set.
8617         * expr.c (reload.h): Now included.
8618         (emit_block_move): Set volatile_ok when checking for movstr.
8619         (emit_move_1): Check for replacements in addresses in multi-word case.
8620         * Makefile.in (expr.o): Now includes reload.h.
8622         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
8623         Never have a LIBCALL end a basic block.
8624         (find_basic_blocks_1): Likewise.
8625         Reorganize CALL_INSN cases.
8627         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
8629 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
8631         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
8632         completers from mov.ret instruction.
8634 2000-04-14  Richard Henderson  <rth@cygnus.com>
8636         * fold-const.c (extract_muldiv): Don't distribute and widen
8637         multiply across plus for non-sizetype unsigned types.
8639 2000-04-14  Richard Henderson  <rth@cygnus.com>
8641         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
8642         If the original source is dead in the incr insn, it's dead now.
8644 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8646         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
8647         see if DECL_BIT_FIELD needs to still be set.
8649         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
8651         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
8652         print_int_cst_octal with something that's not an INTEGER_CST.
8654         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
8655         and not a SUBREG to a FLOAT rtl.
8657 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
8659         * emit-rtl.c (try_split): Avoid infinite loop if the split
8660         results in a sequence that contains the original insn.
8662 2000-04-13  Andreas Jaeger  <aj@suse.de>
8664         * config/mips/mips.c (expand_block_move): Pass alignment
8665         argument to move_by_pieces in bits, not bytes.
8667         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
8668         __pic__ for little endian.
8670 2000-04-13  Andreas Jaeger  <aj@suse.de>
8672         * config/i386/i386-protos.h: Add prototype for
8673         uno_comparison_operator.
8675 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8677         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
8678         * calls.c (ECF_PURE): New flag.
8679         (emit_call_1): Handle ECF_PURE calls.
8680         (initialize_argument_information): Unset ECF_PURE flag too.
8681         (precompute_arguments): Precompute for ECF_PURE too.
8682         (expand_call): Handle ECF_PURE calls too.
8683         (emit_library_call_value_1): Rename no_queue argument to fn_type,
8684         accept value of 2 as pure function.
8685         (emit_library_call_value, emit_library_call): Rename no_queue argument
8686         to fn_type.
8687         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
8689         * tree.h (DECL_IS_PURE): New macro.
8690         (struct tree_decl): Add pure_flag.
8691         * c-common.c (enum attrs): Add attribute "pure".
8692         (init_attributes): Initialize attribute "pure"
8693         (decl_attributes): Handle attribute "pure".
8694         * extend.texi (Attribute "pure"): Document.
8695         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
8696         in pure function.
8697         (flags_from_decl_or_type): Support attribute "pure".
8699 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
8701         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
8702         the token except for numbers and identifiers.
8704 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
8706         * i386.c (ix86_expand_binary_operator,
8707         ix86_expand_unary_operator): Check no_new_pseudos
8708         instead of reload_in_progress and reload_completed.
8709         (ix86_split_ashldi, ix86_split_ashrdi,
8710         ix86_split_lshrdi): Check no_new_pseudos instead
8711         of reload_completed.
8713 2000-04-12  Jeffrey A Law  (law@cygnus.com)
8715         * function.c (purge_addressof): Unshare any shared rtl created by
8716         purge_addressof and its children.
8718 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
8720         * function.c (aggregate_value_p): VOID_TYPE nodes are never
8721         aggregates.
8723 2000-04-05  Andreas Jaeger  <aj@suse.de>
8725         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
8726         not compiling PIC code, add flags for mabi=64.
8727         (SUBTARGET_CPP_SIZE_SPEC): New.
8728         (SUBTARGET_CPP_SPEC): New.
8729         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
8730         for MIPS/Linux and lots of code needs these defines.
8732 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
8734         * reorg.c (fill_slots_from_thread): Check side_effects_p when
8735         trying the "opposite arithmetic" approach.
8737 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8739         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
8740         (struct sh_args): Add new field force_mem.
8741         (INIT_CUMULATIVE_ARGS): Initialize it.
8742         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
8744 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8746         * calls.c (expand_call): Do not reverse args in "equal from" field.
8747         (emit_library_call_value_1): Emit_libcall_block for const and pure
8748         function.
8750 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8752         * reload1.c (reload_combine): Don't enable optimization for fixed
8753         registers when encountering a BARRIER.
8755 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8757         * builtins.c (expand_builtin_memcmp): Do expansion even with
8758         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
8760         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
8761         stack is propertly aligned; add sanity checking for aligned
8762         stack pointer.
8763         (expand_library_call_value_1): Add sanity checking for aligned
8764         stack pointer.
8766 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
8768         * calls.c (emit_library_call_value_1): Change 3rd arg to
8769         locate_and_pad_parm to disregard the setting of partial.
8771 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8773         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
8775         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
8776         CALL_INSN from the normal case.
8778 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8780         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8781         New global variables.
8782         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
8783         adjustment.
8784         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8785         Declare,
8786         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
8787          TARGET_ADD_ESP_8): New macros.
8788         * i386.md: Add peep2s to convert esp adjustments to push and pop
8789         instructions.
8790         (pushsi_prologue, popsi_epilogue): New patterns.
8792 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8794         * real.c (toe64): Remove stale #endif from the last change.
8796 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
8798         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
8799         * real.c (toe64): Revert previous change.
8801 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8803         * objc/objc-act.c: Include ggc.h.
8804         (objc_tree_index, objc_global_trees): Convert most of the
8805         static tree variables into a static array with previous names
8806         as defines.
8807         (objc_ellipsis_node): New variable.
8808         (lang_init): Call objc_act_parse_init and c_parse_init.
8809         Create objc_ellipsis_node.
8810         (build_selector_translation_table): Use objc_ellipsis_node instead
8811         of (tree)1.
8812         (hack_method_prototype): Likewise.
8813         (get_arg_type_list): Likewise.
8814         (start_method_def): Likewise.
8815         (continue_method_def): Likewise.
8816         (gen_method_decl): Likewise.
8817         (ggc_mark_imp_list): New function.
8818         (ggc_mark_hash_table): New function.
8819         (objc_act_parse_init): New function.
8820         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8821         * c-parse.in (c_parse_init): For objc add roots of objc specific
8822         local tree variables.
8823         * objc/objc-parse.y: Rebuilt.
8824         * objc/objc-parse.c: Rebuilt.
8825         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8827 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8829         * cse.c (delete_trivially_dead_insns): Also delete insns
8830         that copy a register to itself where the destination is
8831         a strict_low_part.
8833 2000-04-11  Richard Henderson  <rth@cygnus.com>
8835         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8836         (propagate_block): Initialize them.  Use them in parallel instead
8837         of one tmp variable, ie revert much of the 0408 and 0407 functional
8838         changes, but keep the structural changes.
8839         (mark_set_regs): Take new_dead from propagate_block_info instead.
8840         (mark_set_1, mark_set_reg): Likewise.
8841         (mark_used_regs): Likewise with new_live.
8842         (mark_used_reg): Likewise.  Revert 0408 change.
8844 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8846         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8847         restriction.
8848         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8850 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8852         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8853         const section to output a CONSTRUCTOR based on the same conditions
8854         used for VAR_DECLs.
8856 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8858         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8859         * pa/pa-protos.h (output_call): Add additional argument indicating
8860         if the call is a sibling/tail call.
8861         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8862         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8863         (function_arg, function_arg_partial_nregs): Likewise
8864         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8865         (emit_move_sequence): Zero extend certain constants as needed
8866         for TARGET_64BIT.
8867         (compute_zdepdi_operands, output_64bit_and): New functions.
8868         (output_64bit_ior, function_arg): Likewise.
8869         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8870         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8871         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8872         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8873         (output_bvb): Likewise.
8874         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8875         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8876         as needed.
8877         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8878         (ouput_arg_descriptor): Do not emit argument descriptors for
8879         TARGET_64BIT.
8880         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8881         defined.
8882         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8883         (FUNCTION_OK_FOR_SIBALL): Define.
8884         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8885         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8886         (CPP_SPEC): Use new spec infrastructure.
8887         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8888         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8889         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8890         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8891         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8892         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8893         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8894         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8895         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8896         (FUNCTION_ARG); Call out to C code.
8897         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8898         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8899         (MIN_UNITS_PER_WORD): Likewise.
8900         * pa/pa.md (cmpdi): New expander.
8901         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8902         (64bit conditional arithmetic): New patterns.
8903         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8904         (movsicc): Not available if modes on all the operands to not match.
8905         (movdicc): New expander and associated patterns.
8906         (64bit branches): New patterns.
8907         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8908         (pre_ldd, post_std): New patterns.
8909         (64bit addil, load low part): New patterns.
8910         (special movsf constant): Not available for TARGET_64BIT.
8911         (movsf, movdf expanders): Force constants into memory.
8912         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8913         (64bit movdf/movdi patterns): New patterns.
8914         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8915         for TARGET_64BIT.
8916         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8917         (adddi3 expander): Allow "arith_operand" for second input.
8918         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8919         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8920         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8921         (muldi3): New expander for TARGET_64BIT.
8922         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8923         for TARGET_64BIT.
8924         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8925         patterns for TARGET_64BIT.
8926         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8927         patterns for TARGET_64BIT.
8928         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8929         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8930         (sibcall_epilogue): New expander.
8931         (casesi): Tweak for TARGET_64BIT.
8932         (call expanders): Set & use the outgoing argument pointer.  Use the
8933         64bit call patterns as needed. Add additional arg to output_call.
8934         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8935         (sibcall, sibcall_internal_symref): New expanders.
8936         (sibcall_value, sibcall_value_internal_symref
8937         (interspace_jump): Turn into an expander + matching patterns.
8938         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8939         * pa/pa64-regs.h: Eliminate trigraph sequences.
8940         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8942 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8944         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8945         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8946         cpp_token with cpp_ttype everywhere.
8947         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8948         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8949         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8950         long.
8951         * cpplex.c (cpp_buf_line_and_col): Delete.
8952         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8953         'long lineno' to 'unsigned int lineno'.
8954         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8956 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8958         * extend.texi: ISO C99 is not a draft anymore.
8959         * invoke.texi: ISO C++ is not a draft anymore.
8960         * cpp.texi: __cplusplus is required by the ISO standard.
8962         * extend.texi (-fthis-is-variable): Undocument.
8963         * flags.h (warn_template_debugging): Remove declaration.
8964         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8965         -Wenum-clash, -Wtemplate-debugging): Undocument.
8967 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8969         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8970         integer.
8971         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8972         integer.
8973         (ARM_SIGN_EXTEND): Use HOST_UINT.
8974         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8975         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8976         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8977         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8979         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8980         (arm_gen_constant): Use HOST_UINT.
8981         (arm_canonicalize_constant): Use HOST_UINT.
8982         (arm_reload_in_hi): Use HOST_UINT.
8983         (arm_reload_out_hi): Use HOST_UINT.
8984         (output_multi_immediate): Use HOST_UINT.
8985         (int_log2): Use HOST_UINT.
8986         (arm_poke_function_name): Use HOST_UINT.
8987         (arm_output_epilogue): Use arm_volatile_func().
8988         (output_thumb_prologue): Use arm_strip_name_encoding().
8990 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8992         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8993         of sequence point problems.
8995 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8997         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8998         Recomment.
8999         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
9001 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9003         * sbitmap.h: Whitespace changes and use upper-case macro args.
9004         (struct simple_bitmap_def): All sizes now unsigned.
9005         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
9006         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
9007         (sbitmap_vector_alloc): Parms and local vars now unsigned.
9008         (sbitmap_zero): Cast bzero arg to PTR.
9009         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
9010         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
9011         loop to make structure clearer.
9012         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
9013         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
9014         (sbitmap_a_and_b_or_c): Likewise.
9015         (sbitmap_intersection_of_succs): Minor cleanups.
9016         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
9017         (sbitmap_union_of_preds): Likewise.
9018         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
9019         (debug_sbitmap): New function.
9021         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
9022         * c-typeck.c (convert_for_assignment): Likewise.
9024         * expmed.c (init_expmed): Don't free objects we make.
9025         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
9027         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
9028         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
9030         * gcse.c (expr_hash_table_size): Now unsigned.
9031         (compute_ae_gen): Local variable `i' now unsigned.
9032         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
9033         (compute_transout, hoist_code): Likewise.
9034         (compute_local_properties): Likewise, also hash_table_size.
9035         (alloc_expr_hash_table): N_INSNS now unsigned.
9036         (delete_null_pointer_checks): Mark arg F as unused.
9038         * regrename.c: Minor cleanups, including chang some variables
9039         to unsigned int.
9041 2000-04-10  Neil Booth  <NeilB@earthling.net>
9043         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
9044         than GETC ().
9045         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
9047 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9049         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
9050         __classof__, and __headof__ from the list of gnu keywords.
9051         (-ansi): Remove -foperator-names from list of implied options.
9052         Do not call it ANSI C++.
9053         (-foperator-names): Document as -fno-operator-names.
9055 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
9057         * cpphash.c (timestamp): Delete.
9058         (del_HASHNODE): If type is T_MCONST, free value.cpval.
9059         (special_symbol): Remove unnecessary braces.  Remove
9060         T_VERSION.  Treat T_STDC like T_CONST unless
9061         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
9062         when one is encountered, then convert them into T_MCONST
9063         nodes.
9064         * cppinit.c (builtin_array): version_string is T_MCONST.
9065         __STDC__ has a "1" in its cpval.  Don't have a terminator
9066         entry.  Clean up which entries are dumped.
9067         (initialize_builtins): Only __STDC__ gets the special
9068         -traditional treatment.  Count the length of builtin_array.
9069         Render version_string here.
9070         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
9071         * cpplib.h (struct cpp_reader): Remove timebuf.
9073 2000-04-09  Richard Henderson  <rth@cygnus.com>
9075         * genrecog.c (pred): Update comparison_operator for the unordered
9076         operators.
9078         * config/i386/i386.c (no_comparison_operator): Disallow unordered
9079         operators.
9080         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
9081         (uno_comparison_operator): New.
9082         (put_condition_code): Handle UNORDERED/ORDERED.
9083         (unsigned_comparison): Likewise.
9084         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
9085         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
9086         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
9087         update all callers.  Handle all 8 unordered operators.
9088         (ix86_expand_setcc): Lose the unordered argument, update all callers.
9089         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
9090         * config/i386/i386.h (PREDICATE_CODES): Update.
9091         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
9092         (ix86_expand_branch, ix86_expand_setcc): Update.
9093         * config/i386/i386.md (sunordered, sordered): New.
9094         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
9095         (bunordered, bordered): New.
9096         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
9097         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
9098         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
9100 2000-04-09  Philip Blundell  <philb@gnu.org>
9102         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
9104 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
9106         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
9107         fix_truncxfhi2): New patterns.
9108         * i386.c (output_fix_trunc): Handle converting to HImode.
9110 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
9112         * ssa.c (convert_to_ssa): Eliminate dead code when calling
9113         life_analysis.
9114         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
9115         (for_each_successor_phi): Change parameter to basic_block.
9116         (coalesce_regs_in_successor_phi_nodes): Likewise.
9117         (coalesce_regs_in_copies): Likewise.
9118         (compute_coalesced_reg_partition): Use basic_block instead of index.
9119         * rtl.h (convert_to_ssa): Delete.
9120         (convert_from_ssa): Likewise.
9121         (successor_phi_fn): Likewise.
9122         (for_each_successor_phi): Likewise.
9123         (in_ssa_form): Likewise.
9124         * basic-block.h (convert_to_ssa): Moved from rtl.h.
9125         (convert_from_ssa): Likewise.
9126         (successor_phi_fn): Likewise.
9127         (in_ssa_form): Likewise.
9128         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
9129         * flow.c (calculate_global_regs_live): Pass a basic_block to
9130         for_each_successor_phi.
9132 2000-04-08  Richard Henderson  <rth@cygnus.com>
9134         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
9135         was modified in the current insn.
9137 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
9139         * arm/thumb.md: Delete.
9140         * arm/thumb-protos.h: Delete.
9142 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
9144         Merge changes from merged-arm-thumb-backend-branch onto trunk.
9146         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
9148         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
9149         into branch.
9151         * arm.md (nop): Use the standard RTL expression.  Don't code as a
9152         define_expand.
9153         (*arm_nop, *thumb_nop): Delete.
9155         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
9156         constants.  Use casts instead.
9157         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
9158         output_multi_immediate, arm_poke_function_name): Likewise.
9159         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
9160         MASK_RETURN_ADDDR): Likewise.
9162         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
9164         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
9165         into branch.
9167         * arm.md (eh_epilogue): New function.
9168         * arm.h (struct machine_function): Move to here ...
9169         * arm.c: ... from here.
9170         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
9171         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
9172         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
9174         2000-03-30  Nick Clifton  <nickc@cygnus.com>
9176         * config/arm/semi.h (ASM_SPEC): Restore definition.
9177         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
9179         * config/arm/elf.h (ASM_SPEC): Restore definition.
9180         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
9182         * config/arm/arm.h (ASM_SPEC): Remove definition.
9183         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
9185         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
9187         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
9189         2000-03-24  Nick Clifton  <nickc@cygnus.com>
9191         Various formating tidyups, elimination of compile time
9192         warnings and synchronisation with internal sources:
9194         * config/arm/arm-protos.h (assemble_align): Add prototype.
9195         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
9196         (gen_comapre_reg): Rename to arm_gen_compare_reg.
9197         (arm_return_addr_rtx): Rename to arm_return_addr.
9199         * config/arm/arm.c: Include except.h.
9200         Define shorter typenames for strict minipool_node and struct
9201         minipool_fix.
9202         (arm_return_in_memory): For WinCE return all structures <= 32 bits
9203         in memory.
9204         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
9205         (gen_comapre_reg): Rename to arm_gen_compare_reg.
9207         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
9208         already defined.
9209         (ASM_SPEC): Define if not already defined.
9210         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
9212         * config/arm/arm.md: Rename references to gen_rotated_half_load to
9213         arm_gen_rotated_half_load, and references to gen_comapre_reg to
9214         arm_gen_compare_reg.
9215         (indirect_jump):  Only accept register operands.
9216         (load_indirect_jump): Keep this pattern since combine can generate
9217         it.
9219         * config/arm/coff.h: Include aout.h.
9220         (MULTILIB_DEFAULTS): Only define if not already defined.
9222         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
9223         into arm.h (so that COFF ports can support thumb based aliases).
9224         (ASM_SPEC): Move definition into arm.h
9226         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
9227         redundant apcs spec.
9228         (ASM_SPEC): Move definition to arm.h
9230         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
9232         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
9233         for entries in the .bss section
9235         2000-03-23  Nick Clifton  <nickc@cygnus.com>
9237         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
9238         to thumb_far_jump_used_p.
9240         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
9241         single integer parameter.
9243         * config/arm/arm.c (struct machine_function): Add two new
9244         fields, 'far_jump_used' and 'arg_pointer_live'.
9245         (thumb_far_jump_used_p): Once the decision has been made that
9246         far jumps might be used, always return true.
9247         If being called from the initial elimination offset macro then
9248         do not bother to perform the test if the arg pointer is not
9249         being used.
9250         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
9251         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
9253         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
9255         * arm.c (output_return_instruction): Handle more cases where we can
9256         return from a function with an ldr instruction.
9257         (arm_output_epilogue): Likewise.
9259         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
9260         if we need to push a large stack frame and there are no callee-saved
9261         registers.
9263         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
9264         in ARM code if the frame pointer has been eliminated.
9266         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
9267         unspec_volatile arguments to avoid duplicates.
9268         (consttable_1, consttable_2): Fixes for big-endian mode.
9270         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
9271         as appropriate.
9273         Re-write constant pool code.
9274         * arm.c (minipool_node, minipool_fix): New types.
9275         (minifix): Delete type.
9276         (arm_add_minipool_constant): Delete.
9277         (arm_compute_minipool_offsets, arm_find_barrier,
9278         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
9279         (get_jump_table_size): Now returns HOST_WIDE_INT.
9280         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
9281         functions.
9282         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
9283         (assign_minipool_offsets, arm_print_value): Likewise.
9284         (dump_minipool): Rewrite.
9285         (arm_barrier_cost): New function.
9286         (create_fix_barrier): New function.
9287         (push_minipool_barrier): New function.
9288         (push_minipool_fix): Record additional information about the fixup
9289         required.
9290         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
9291         check the mode of what needs fixing.
9292         (arm_reorg): Rewrite.
9294         2000-03-08  Nick Clifton  <nickc@cygnus.com>
9296         * config/arm/arm.md (indirect_jump): Force constant addresses into
9297         a register.
9299         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
9301         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
9303         2000-02-24  Nick Clifton  <nickc@cygnus.com>
9305         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
9306         adjust is word aligned.
9307         (thumb_expand_epilogue): Make sure that stack adjust is word
9308         aligned.
9310         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
9312         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
9314         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
9315         pointer relative addresses.
9317         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
9319         * arm.c (find_barrier): Find the last barrier within the allowed
9320         range.
9322         2000-02-09  Nick Clifton  <nickc@cygnus.com>
9324         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
9326         2000-02-09  Nick Clifton  <nickc@cygnus.com>
9328         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
9329         ARM_FUNCTION_PROFILER.
9331         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
9332         ARM_FUNCTION_PROFILER.
9334         * config/arm/linux-oldld.h: Imported from mainline sources.
9336         2000-02-07  Nick Clifton  <nickc@cygnus.com>
9338         * config/arm/lib1funcs.asm: Merge in thumb functions from
9339         lib1thumb.asm.
9341         * config/arm/lib1thumb.asm: Delete.
9343         2000-02-04  Nick Clifton  <nickc@cygnus.com>
9345         * config/arm/arm.c: Sychronised with current Red hat local
9346         sources.
9347         * config/arm/arm.h: Ditto.
9348         * config/arm/arm-protos.h: Ditto.
9350         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
9352         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
9354         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
9355         byte stores.
9357         2000-02-02  Nick Clifton  <nickc@cygnus.com>
9359         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
9361         * config/arm/arm.md (epilogue): Fix rtl checking abort because
9362         (return) was emited using an emit_insn() call.
9364         2000-01-31  Nick Clifton  <nickc@cygnus.com>
9366         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
9367         thumb stack frame.
9368         (thumb_exit): Move frame pointer back into hard frame pointer
9369         register if backtracing is being used.
9371         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
9373         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
9374         into branch.
9376         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
9378         * config/arm/arm.md (neg_pool_offset): Provide default for new
9379         attribute.
9380         (arm_movsi_insn): Add neg_pool_offset attribute.
9381         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
9382         rtx for the insn that starts the scan and an unsigned long for its
9383         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
9384         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
9385         instructions in *PINSERTED.
9386         (struct minipool_fixup): Add MIN_ADDRESS elt.
9387         (sort_fixups): Compute it.
9388         (arm_reorg): Changes to support inserting pools before the insn to be
9389         fixed up.
9391         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
9393         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
9394         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
9395         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
9397         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
9399         * config/arm/semi.h (TARGET_VERSION): Do not define if already
9400         defined.
9401         (TARGET_DEFAULT): Do not define if already defined.
9403         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
9405         * config/arm/arm.md (anddi3): Allow disjoint source operands.
9406         (iordi3): Allow disjoint source operands.
9407         (xordi3): Allow disjoint source operands.
9408         (negdi2): Permit construction for ARM and Thumb.
9409         (arm_negdi2): Renamed version of old negdi2 pattern.
9410         (thumb_negdi2): New pattern: Only permit non-overlapping
9411         source and destination.
9413         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
9415         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
9416         scratch low register so that it will not be deleted.
9418         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
9420         * config/arm/pe.h (ARM_PE): Define.
9422         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
9423         interfacearm attribute if this is a PE toolchain.
9424         (output_return_instruction): Do not emit anything if the function
9425         has the naked attribute set.
9426         (is_called_in_ARM_mode): If the function has the interfacearm
9427         attribute then return true.
9428         (thumb_expand_prologue): Do not generate a prologue for naked
9429         functions.
9430         (thumb_expand_epilogue): Do not generate an epilogie for a naked
9431         function.
9432         (output_thumb_prologue): Do not bother if the function is naked.
9433         Strip PE encoding from function name before emitting.
9435         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
9437         * arm.md (pic_load_addr): Fix constraints.
9439         * arm.md (casesi_insn): Fix mis-applied patch.
9441         * arm.md ("core" function unit): Add rules for single- and
9442         multi-cycle insns.
9443         (All TARGET_THUMB patterns): Add "type" attribute information
9444         where needed.
9445         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
9446         the following insn is a CALL.
9448         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
9449         pointer.
9450         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
9451         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
9452         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
9454         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
9456         * config/arm/linux-gas.h: oops - this file was missed out when the
9457         branch was created...
9459         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
9461         * thumb.c: Deleted.  Move contents to ...
9462         * arm.c: ... here.
9463         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
9464         rule for thumb.o
9465         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
9466         * configure: Regen.
9468         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
9469         declare a prototype for asm_output_align();
9471         * arm.c (thumb_condition_code): Delete.
9472         (arm_print_operand): Always use arm_condition_code array.
9474         * arm.c (thumb_return_addr_rtx): Delete.
9475         (arm_save_machine_status, arm_restore_machine_status): Delete.
9476         (arm_init_machine_status, arm_mark_machine_status): New functions.
9477         (arm_init_expanders): Update accordingly.
9478         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
9479         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
9480         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
9482         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
9484         * configure.in : Fix arm-*-aout target to use new t-arm-aout
9485         script.
9486         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
9487         targets.
9489         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
9491         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
9492         stack backtrace structure.
9494         * config/arm/arm-protos.h: Add prototypes for functions defined in
9495         arm/pe.h.
9497         * config/arm/arm.c (arm_override_options): Fix selection of
9498         attributes of default processor.
9500         * config/arm/coff.h: Delete needless #include.
9502         * config/arm/pe.c: Delete unused code.
9504         * config/arm/pe.h (CPP_DEFINES): Delete
9505         (SUBTARGET_CPP_SPEC): Define.
9506         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
9508         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
9510         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
9512         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
9513         updated.
9514         (CAN_DEBUG_WITHOUT_FP): Define.
9515         (FIXED_REGISTERS): Make r11 call-saved.
9516         (CALL_USED_REGISTERS): Likewise.
9517         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
9518         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
9519         frame-pointer is required.
9520         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
9521         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
9522         if the target normally needs a stack frame in non-leaf functions.
9523         (use_return_insn): Correct logic for determining when a return
9524         instruction can be used.
9525         (output_return_instruction): Handle the frame-pointer register as
9526         a normal register when not TARGET_APCS_FRAME.
9527         (arm_output_prologue): Likewise.
9528         (arm_output_epilogue): Likewise.
9529         (output_func_epilogue): Likewise.
9530         (arm_expand_prologue): Likewise.
9531         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
9533         * arm.c (use_return_insn): No need to check floating point regs if
9534         TARGET_SOFT_FLOAT.
9535         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
9536         the code of value stored in the minipool array.
9537         (arm_add_minipool_constant): Likewise.
9539 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9541         * basic-block.h (conflict_graph_enum_fn): K&R fix.
9543 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9545         * tree.c (tree_expr_nonnegative_p): New function.
9547         * tree.h (tree_expr_nonnegative_p): Declare.
9549         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
9550         elide some sign_compare warnings.
9551         (build_conditional_expr): Likewise.
9553 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
9555         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
9557         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
9558         * i386.c (print_operand): Use the proper suffix for a 387 HImode
9559         operand.  Abort if a 387 operand has an unsupported size.
9561 2000-04-08  Neil Booth  <NeilB@earthling.net>
9563         * cppexp.c (parse_charconst): Null does not end character
9564         constants.
9565         * cppinit.c (ISTABLE): Null character handled as whitespace.
9566         * cpplex.c (null_warning):  new function.
9567         (skip_string): Emit warning if nulls encountered.
9568         (_cpp_skip_hspace): Emit warning if nulls encountered.
9569         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
9570         them.
9571         * cpp.texi: Update.
9573 2000-04-07  Richard Henderson  <rth@cygnus.com>
9575         * flow.c (loop_depth): Remove.
9576         (reg_next_use, cc0_live, mem_set_list): Replace with ...
9577         (struct propagate_block_info): New.
9578         (life_analysis): Don't allocate reg_next_use.
9579         (propagate_block_delete_insn): Break out of propagate_block.
9580         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
9581         (propagate_block_delete_libcall): Likewise.
9582         (propagate_block): Create a propagate_block_info struct to pass
9583         to subroutines.  Allocate one not two temporary regsets.  Don't
9584         clobber memory for const calls.  Look for clobbers in
9585         CALL_INSN_FUNCTION_USAGE.
9586         (mark_set_regs): Recognize COND_EXEC.
9587         (mark_set_reg): Break out of mark_set_1.
9588         (mark_used_reg): Break out of mark_used_regs.
9589         (mark_used_regs): Recognize COND_EXEC.
9590         (insn_dead_p): Use propagate_block_info struct.
9591         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
9592         (find_auto_inc, try_pre_increment_1): Likewise.
9593         (print_rtl_with_bb): Dump regs live at end too.
9594         (count_reg_sets_1): Pass in loop_depth.
9595         (count_reg_sets, count_reg_references): Likewise.
9596         (recompute_reg_usage): Provide it.
9598 2000-04-07  Richard Henderson  <rth@cygnus.com>
9600         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
9601         not the raw files.
9603 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
9605         * cpplib.c (do_elif): Skip the rest of the line if we're
9606         not going to bother evaluating it.
9607         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
9608         to avoid pointless calls to the lexer.
9610 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
9612         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
9614 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
9616         * calls.c (expand_call): emit_queue if we're trying a sibcall.
9618 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
9620         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
9622 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
9624         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
9625         crtend so they can be multilibbed.
9626         (STAGESTUFF): Remove s-crt and s-crtS.
9628 2000-04-07  Richard Henderson  <rth@cygnus.com>
9630         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
9631         if we discover we need a pseudo and no_new_pseudos is true.
9632         * config/alpha/alpha.md (ne:DI insn): New.
9633         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
9635 2000-04-07  Richard Henderson  <rth@cygnus.com>
9637         * rtl.def (COND_EXEC): New.
9638         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
9639         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
9641         * genconfig.c (have_cond_arith_flag): Remove.
9642         (have_cond_exec_flag): New.
9643         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
9644         (main): Print HAVE_conditional_execution.
9646         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
9647         (sched_analyze_insn, print_pattern): Likewise.
9648         * reload.c (find_equiv_reg): Likewise.
9649         * rtlanal.c (reg_referenced_p): Likewise.
9650         (note_stores, dead_or_set_regno_p): Likewise.
9651         (reg_overlap_mentioned_p): Rewrite to use a switch.
9653         * ggc.h (struct rtx_def): Forward declare.
9655         * print-rtl.c (debug_rtx_range): New.
9656         * rtl.h (debug_rtx_range): Declare.
9658         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
9660         * gcse.c (gcse_main): Don't rebuild the CFG here.
9661         (delete_null_pointer_checks): Likewise.
9662         * ssa.c (convert_to_ssa): Likewise.
9663         * toplev.c (rest_of_compilation): Do it here instead.  Combine
9664         sequential calls to TIMEVAR.  Consistently use `insns' instead of
9665         `get_insns()'.  Always split insns after reload when optimizing.
9667         * basic-block.h (merge_blocks_nomove): Declare.
9668         (tidy_fallthru_edge): Declare.
9669         * flow.c (merge_blocks_nomove): Document as merging into previous
9670         blocks.  Remove cruft from between blocks; remove all edges out of A.
9671         (tidy_fallthru_edge): Export.
9673 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9675         * ssa.c (compute_conservative_reg_partition): Declare with
9676         void arguments.
9677         * toplev.c (clean_dump_file): Remove previously-deleted function
9678         inadvertantly merged back in.
9679         * conflict.c (conflict_graph_add): Use a single call to
9680         htab_find_slot to look up and insert.
9682 2000-04-06  Richard Henderson  <rth@cygnus.com>
9684         * genrecog.c (*): Rename _last_insn to last_insn.
9685         (make_insn_sequence): Set the position of the peephole2 C test
9686         to be at the last insn.
9688 2000-04-06  Richard Henderson  <rth@cygnus.com>
9690         * flow.c (compute_flow_dominators): Free worklist.
9692 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
9694         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
9696 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9698         * rtl.h (INSN_P): New macro.
9699         (successor_phi_fn): New typedef.
9700         (for_each_successor_phi): New prototype.
9701         (in_ssa_form): New variable.
9702         (PHI_NODE_P): Likewise.
9703         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
9704         phi nodes in successors.
9705         (mark_used_regs): Add PHI case.
9706         (set_phi_alternative_reg): New function.
9707         (life_analysis): Assert that dead code elimination is not selected
9708         when in SSA form.
9709         * toplev.c (to_ssa_time): New variable.
9710         (from_ssa_time): Likewise.
9711         (compile_file): Zero to_ssa_time and from_ssa_time.
9712         Print time to convert to and from SSA.
9713         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
9714         (print_time): Compute percent fraction as integer.
9715         * ssa.c (PHI_NODE_P): Moved to rtl.h.
9716         (convert_to_ssa): Check if we're already in SSA.
9717         Don't eliminate dead code in life_analysis.
9718         Rerun flow and life analysis at bottom.
9719         (eliminate_phi): Use canonical regnos when adding nodes.
9720         (mark_reg_in_phi): New function.
9721         (mark_phi_and_copy_regs): Likewise.
9722         (convert_from_ssa): Rerun life analysis at top.
9723         Use coalesced partition.
9724         Check for removing a phi node at the end of the block.
9725         (compute_coalesced_reg_partition): New function.
9726         (coalesce_regs_in_copies): Likewise.
9727         (coalesce_reg_in_phi): Likewise.
9728         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
9729         (for_each_successor_phi): Likewise.
9730         (rename_context): New struct.
9731         (rename_block): Use a rename_context with rename_insn_1.  When
9732         renaming sets of a subreg, emit a copy of the entire reg first.
9733         (rename_insn_1): Treat data as a rename_context *.  Save current
9734         insn in set_data.
9735         (rename_set_data): Add field set_insn.
9736         * Makefile.in (HASHTAB_H): Move up in file.
9737         (OBSTACK_H): New macro.
9738         (collect2.o): Use OBSTACK_H in dependencies.
9739         (sdbout.o): Likewise.
9740         (emit-rtl.o): Likewise.
9741         (simplify-rtx.o): Likewise.
9742         (fix-header.o): Likewise.
9743         (OBJS): Add conflict.o.
9744         (conflict.o): New rule.
9745         * basic-block.h: Include partition.h.
9746         (conflict_graph): New typedef.
9747         (conflict_graph_enum_fn): Likewise.
9748         (conflict_graph_new): New prototype.
9749         (conflict_graph_delete): Likewise.
9750         (conflict_graph_add): Likewise.
9751         (conflict_graph_conflict_p): Likewise.
9752         (conflict_graph_enum): Likewise.
9753         (conflict_graph_merge_regs): Likewise.
9754         (conflict_graph_print): Likewise.
9755         (conflict_graph_compute): Likewise.
9756         * conflict.c: New file.
9758 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
9760         * tlink.c (read_repo_files): Don't look for .rpo info for
9761         linker flags.
9763 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9765         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
9767 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9769         * config/sh/lib1funcs.asm (___udivsi3_i4):
9770         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
9771         only depends on FMOVD_WORKS.
9773 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9775         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
9776         make double constant 8-byte aligned.
9778 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9780         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
9781         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
9782         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
9783         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
9784         Accept storing GENERAL_REGS into offsetable memory.
9785         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
9786         building a TFmode constant other than 0.0L into GENERAL_REGS.
9788 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
9790         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
9792 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
9794         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
9795         (macro_cleanup): No need to cast pbuf->macro.
9796         (collect_expansion): Use _cpp_get_define_token.  Goto done if
9797         it returns VSPACE.  Remove check for trailing space after
9798         CPP_COMMENT.
9799         (_cpp_create_definition): Don't diddle flags here.  Return
9800         directly on error.
9801         (unsafe_chars): Handle c1 being EOF.
9802         (push_macro_expansion): Use unsafe_chars for both accidental-paste
9803         checks.  Don't push the buffer till after we're done with
9804         them.
9805         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
9806         (PEEKN, FORWARD, GETC, PEEKC): Use them.
9807         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
9808         appropriately.
9809         (_cpp_parse_assertion): Don't NUL terminate.
9810         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
9811         hspace before calling _cpp_parse_assertion.  Remove all sets
9812         of only_seen_white. Treat '\f' as hspace.  Don't do anything
9813         special with '\n' here.
9814         (maybe_macroexpand): Handle T_EMPTY hash entries without
9815         pushing a buffer at all.
9816         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9817         incrementing the line number here.  Clear
9818         potential_control_macro as well as only_seen_white, if
9819         appropriate.
9820         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9821         (_cpp_get_define_token): New function, basically like
9822         _cpp_get_directive_token was but doesn't eat horizontal space.
9823         Don't do anything with only_seen_white here.
9824         (_cpp_get_directive_token): Just call _cpp_get_define_token
9825         repeatedly till it returns non-hspace.
9827         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9828         (conditional_skip, skip_if_group): Return int.
9829         (DIRECTIVE_TABLE): Change origin of all conditional directives
9830         to "COND".
9831         (TRAD_DIRECT_P): New macro.
9832         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9833         an error for a bogus directive, unless -lang-asm.  Use
9834         TRAD_DIRECT_P. Loop calling handler functions till one returns
9835         zero.
9836         (get_macro_name): Don't diddle flags here.
9837         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9838         Create T_EMPTY nodes for #define macro /* nothing */.
9839         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9840         Use hp->name when calling pass_thru_directive.
9841         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9842         Return the result of conditional_skip and/or skip_if_group.
9843         Don't call _cpp_output_line_command.
9844         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9845         Issue -Wtraditional warnings as appropriate.  Don't complain
9846         about unrecognized directives.  If we are to stop skipping,
9847         return the number of the directive that ended the skip.
9848         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9849         expansion and line commands while skipping.  Return the result
9850         of consider_directive_while_skipping, if nonzero.
9851         (do_endif): Just set potential_control_macro here.
9852         (validate_else): Use _cpp_get_directive_token.
9853         (do_assert, do_unassert): Don't save pointers into the
9854         token_buffer across calls to the lexer.  Use
9855         _cpp_get_directive_token.
9857         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9858         pointer, not an offset.  Replace 'data', which was a generic
9859         pointer, with 'macro', which points to a struct hashnode.
9860         (cpp_reader): Add 'potential_control_macro' pointer.
9861         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9862         (CPP_BUF_GET, CPP_FORWARD): Delete.
9863         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9864         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9865         ACTIVE_MARK_P): Update.
9866         (_cpp_get_define_token): New internal function.
9867         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9869 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9871         * configure.in: And here.
9872         * configure: Regenerate.
9873         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9874         --enable-libstdcxx-v3 is passed at configure time.
9875         * config.h.in: Regenerate.
9877 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9879         * final.c (final): Use xcalloc to allocate line_note_exists.
9880         * function.c (free_after_compilation): Free the temp_slots.
9881         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9882         (combine_temp_slot): Free temp_slots when they get combined.
9883         (purge_addressof): Fix typo in comment.
9884         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9885         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9887         * ggc.h: Include varray.h.
9888         (ggc_pending_trees): Declare.
9889         (ggc_mark_tree_children): Remove declaration.
9890         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9891         * ggc-common.c (ggc_pending_trees): New variable.
9892         (ggc_mark_roots): Call ggc_mark_trees.
9893         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9894         the ggc_pending_trees.
9895         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9896         of ggc.h.
9898 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9900         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9901         GET_MODE_SIZE.
9903 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9905         * sh.c (sh_insn_length_adjustment): New function.
9906         * sh-protos.h (sh_insn_length_adjustment): Declare.
9907         * sh.h (ADJUST_INSN_LENGTH): Use it.
9909 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9911         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9912         from the insn where REG_RETVAL is added.
9913         (emit_no_conflict_block): Ditto.
9915         * md.texi (Standard Names): Clarify when movX is needed.
9917         * combine.c (simplify_comparison) [MINUS]: Do not replace
9918         all (op (minus A B) 0) with (op A B).
9920 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9921                           J"orn Rennecke <amylaar@cygnus.co.uk>
9923         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9924         (block_lump_real): Likewise.
9926 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9928         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9929         remaining non-zero debugging masks.
9931 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9933         * basic-block.h (verify_flow_info): Declare.
9934         (flow_loop_outside_edge_p): Declare.
9935         * flow.c (verify_flow_info): Remove declaration.
9936         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9938 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9940         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9941         not C++ comments.
9943 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9945         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9946         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9947         seqdi_zero_trunc+1): Allow splits only if registers are
9948         different.
9950 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9952         * acconfig.h: Add HAVE_GAS_HIDDEN.
9953         * config.in: Regenerated.
9954         * configure.in: Add test for .hidden pseudo-op in gas.
9955         * configure: Regenerated.
9956         * crtstuff.c: Include auto-host.h.
9957         Emit additional .hidden pseudo-op for __dso_handle if the
9958         assembler knows about it.
9960 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9962         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9963         before freeing argnames.
9964         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9966 2000-04-05  Michael Meissner  <meissner@redhat.com>
9968         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9969         Walton <jonboy@gordian.com> to make memory references with update
9970         work wtih -mregnames.
9972 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9974         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9975         (regrename_optimize): Rename variables `def_uses' and
9976         `ext_basic_blocks' to avoid conflicts with similarly named
9977         typedefs in traditional C.
9979         * calls.c (initialize_argument_information): Fix typo in previous
9980         change.
9982 2000-04-04  Richard Henderson  <rth@cygnus.com>
9984         * regrename.c (consider_available): Test fixed_regs not
9985         PIC_OFFSET_TABLE_REGNUM.
9987 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9989         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9990         crtend.
9991         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9992         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9993         (ENDFILE_LINUX_SPEC): Always use crtend.
9994         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9995         (powerpc-*-linux-gnu): Likewise.
9996         * configure: Regenerate.
9998         * config/rs6000/eabi.h: Don't include sysv4.h.
9999         (MULTILIB_DEFAULTS): Don't define.
10000         * config/rs6000/eabiaix.h: Don't include eabi.h.
10001         * config/rs6000/eabile.h: Delete.
10002         * config/rs6000/eabilesim.h: Delete.
10003         * config/rs6000/eabisim.h: Don't include eabi.h.
10004         * config/rs6000/linux.h: Don't include sysv4.h.
10005         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
10006         (MULTILIB_DEFAULTS): Don't redefine.
10007         * config/rs6000/rtems.h: Don't include eabi.h.
10008         * config/rs6000/sol2.h: Don't include sysv4le.h.
10009         * config/rs6000/sysv4le.h: Don't include sysv4.h.
10010         * config/rs6000/t-ppc: Delete.
10011         * config/rs6000/t-ppcgas: Correct comment.
10012         * config/rs6000/t-ppcos: Correct comment.  Don't build
10013         multilibs for -fPIC, rather use -fPIC -mstrict-align
10014         as default.
10015         * config/rs6000/t-ppc: Delete.
10016         * config/rs6000/vxppc.h: Don't include sysv4.h.
10017         * config/rs6000/vxppcle.h: Delete.
10018         * configure.in: Use multiple header files for p2pc ELF targets
10019         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
10020         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
10021         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
10022         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
10023         always available for these platforms.
10025 2000-04-04  Richard Henderson  <rth@cygnus.com>
10027         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
10029 2000-04-04  Stan Cox  <scox@cygnus.com>
10031         * Makefile.in: Add rules for regrename.o
10032         * regrename.c: New file.
10033         * rtl.h (regrename_optimize): Add prototype.
10034         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
10035         (compile_file, decode_d_option): Add support for -frename-registers.
10036         (rest_of_compilation): Call regrename_optimize.
10037         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
10038         New macros.
10040 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10042         * Makefile (gccbug): New target.
10043         (doc): Depend on it.
10044         * gcc.texi (Bugs): Link subnodes.
10045         (gccbug): New node.
10046         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
10047         Document severities, priorities, and classes in bug form.
10049 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
10051         * cpplex.c (trigraph_map, speccase): Combine into single
10052         table, chartab.
10053         (NORMAL, NONTRI): New macros.
10054         (_cpp_read_and_prescan): Change to use unified table.  Use
10055         is_hspace to test for whitespace.
10057         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
10058         definition that doesn't provoke the "empty body in an
10059         if-statement" warning.
10061 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
10063         * builtins.c (expand_builtin_strlen): Force the source to
10064         be a memory address.
10066 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10068         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
10070 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10072         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
10073          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
10074         (ECF_IS_CONST): Rename to ECF_CONST.
10075         (special_function_p): Make static, change interface.
10076         (flags_from_decl_or_type, try_to_integrate): Break out from ...
10077         (expand_call) ... here; convert number of variables to flags.
10078         (emit_library_call_vlue_1): Likewise.
10079         (setjmp_call_p): New function.
10080         (initialize_argument_information): Accepts flags as argument;
10081         return flags.
10082         (precompute_arguments): Likewise.
10083         * tree.h (special_function_p): Remove.
10084         (setjmp_call_p): Add prototype.
10086 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
10088         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
10089         so that addresses are offsetable by up to 16 bytes.
10090         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
10091         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
10092         offsetable.
10094         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
10095         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
10096         (movsf): Don't force any constant to memory if target is integer
10097         hard register.
10098         Move fp_zero_operand check below the const0_rtx check.
10099         (movtf): Likewise. Also allow fp_zero_operand for stores into
10100         memory.
10101         (movdf): Likewise. Also allow fp_zero_operand for stores into
10102         memory and into integer hard registers.
10103         (clear_df, clear_dfp, movdf_const_intreg_sp32,
10104         movdf_const_intreg_sp64): Remove.
10105         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
10106         conditions.
10107         (movdf_no_e_insn_v9_sp32): New pattern.
10108         (movdf_insn_v9only): Remove.
10109         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
10110         (movdf_insn_sp64): Remove.
10111         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
10112         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
10113         (following splits): Rewrite conditions. Add two new splits
10114         for storing 0.0 into memory and registers.
10115         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
10116         (movtf_insn_sp32): Redo constraints and conditions.
10117         (movtf_insn_vis_sp32): New pattern.
10118         (movtf_no_e_insn_sp32): Redo constraints and conditions.
10119         (movtf_insn_hq_sp64): Likewise.
10120         (movtf_insn_hq_vis_sp64): New pattern.
10121         (movtf_insn_sp64): Redo constraints and conditions.
10122         (movtf_insn_vis_sp64): New pattern.
10123         (movtf_no_e_insn_sp64): Redo constraints and conditions.
10124         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
10125         or memory.
10126         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
10127         -mvis or -m64 to take down the number of various reload patterns.
10129 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
10131         * pa/pa-64.h: New file.
10132         * pa/pa64-regs.h: New file.
10133         * pa/pa64-start.h: New file.
10134         * pa/t-pa64: New file.
10135         * pa/xm-pa64hpux.h: New file.
10137 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10139         * sparc.c (output_restore_regs): Prototype.
10140         (sparc_emit_float_lib_cmp): Constification.
10142         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
10144         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
10145         Prototype.
10147         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
10148         (get_value_hash, hash_rtx): Likewise.
10150         * ssa.c (compute_conservative_reg_partition): Prototype.
10152         * tree.c (mark_hash_entry): Prototype.
10154 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
10156         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
10157         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
10158         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
10160         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
10161         * objc/lang-specs.h: Likewise.
10163 2000-04-03  Neil Booth  <NeilB@earthling.net>
10165         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
10166         and SYNTAX_ERROR2. Replace `' in messages with ''.
10167         (op_to_str): Make re-entrant.
10168         (_cpp_parse_expr): Implement new error macros. Use | rather
10169         than || to logically or 2 boolean integers.  Simply expression
10170         checking we have a left operand iff needed.
10172 2000-04-03  Nick Clifton  <nickc@cygnus.com>
10174         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
10176 2000-04-03  Philip Blundell  <philb@gnu.org>
10178         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
10180 2000-04-03  Felix Lee  <flee@cygnus.com>
10182         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
10183         (run_shell): Use it.
10185 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
10187         * Makefile.in (stmp-int-hdrs): Make include subdir here...
10188         (stmp-fixproto): ...rather than here.
10190 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
10192         * pa.c (print_operand): Compute 'base' only inside the code paths
10193         that use it.
10195 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
10197         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
10198         CEIL_DIV_EXPR.
10200 2000-04-03  Philipp Thomas  <pthomas@suse.de>
10202         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
10204 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
10206         * Makefile.in (alias.o): Depend on $(TREE_H).
10208 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
10210         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
10211         processing C++.
10212         * cpplib.c (_cpp_handle_directive): Improve warnings for
10213         traditional C and indented directives.
10215         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
10216         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
10217         fixinc/inclhack.def: Indent the # of #include_next one space.
10218         * cp/rtti.c: Un-indent #if and #endif.
10220         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
10221         syntax error, but an error has already been printed.
10222         * cpplex.c (_cpp_parse_assertion): Give a more specific error
10223         message when called with nothing remaining on the line.
10224         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
10225         OTHER token, not an ASSERTION.
10226         * cpplib.c (do_assert): When we create a 'base' node, clear
10227         its aschain pointer.
10229 2000-04-02  Neil Booth <NeilB@earthling.net>
10231         * cppexp.c:  New typedef op_t.  struct operation and struct
10232         token updated to use it.
10233         (op_to_str): New function.
10234         (_cpp_parse_expr): Error messages modified to use op_to_str.
10236 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10238         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
10239         before checking MUST_PASS_IN_STACK.
10241 2000-04-02  Neil Booth <NeilB@earthling.net>
10243         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
10244         flags and initial priority into a single constant.  New
10245         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
10246         (_parse_cpp_expr): Implement new constants.  Take left operand
10247         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
10248         parse indicated by reducing FINISHED token.  Remove new lines
10249         from cpp_error messages.
10251 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
10253         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
10254         permanent obstack.
10256 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
10258         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
10259         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
10260         the strings and function names on the fly.  Take the #sccs
10261         entry out of the table if SCCS_DIRECTIVE is not defined.
10262         (_cpp_handle_directive): Decide if the # was at the beginning
10263         of the line here.  Issue -pedantic warnings for extended
10264         directives here.  Warn about K+R directives with the #
10265         indented, and C89/extended directives with the # not indented,
10266         here.
10267         (do_import, do_include_next, do_warning, do_ident, do_sccs,
10268         do_assert, do_unassert): Don't issue pedantic warning here.
10270         * cpphash.h: Add CPP_WTRADITIONAL macro.
10271         * cpplib.h (struct cpp_options): Rename warn_stringify to
10272         warn_traditional; update comments.
10273         * cppinit.c (handle_option): Set warn_traditional not
10274         warn_stringify.
10275         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
10276         CPP_WTRADITIONAL (pfile).
10277         * cpplex.c (_cpp_lex_token): Don't decide if directives should
10278         be ignored in -traditional mode here.
10280         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
10281         to initialize speccase[] and trigraph_map[].  Delete all
10282         references to pfile->input_speccase.  Always treat '?' as a
10283         special character.  Remove table-initialization code from
10284         _cpp_init_input_buffer.
10286         * cpplib.h (struct cpp_reader): Remove input_speccase field.
10287         * cppinit.c (cpp_cleanup): Don't free input_speccase.
10289 2000-04-01  Richard Henderson  <rth@cygnus.com>
10291         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
10292         (mostlyclean): Likewise.
10294         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
10295         (struct dump_file_info, enum dump_file_index, dump_file): New.
10296         (open_dump_file): Take a dump_file_index not a suffix, and a decl
10297         not a string.  Clean out file if we havn't yet done so.  Do nothing
10298         if the dump isn't enabled.
10299         (close_dump_file): Do nothing if the dump isn't open.  Dump
10300         graph data if requested.
10301         (dump_rtl, clean_dump_file): Remove.
10302         (compile_file): Don't clean the dump files.  Only finalize .bp dump
10303         if flag_test_coverage or flag_branch_probabilities.  Only finalize
10304         .combine dump if optimizing.  Iterate over dump_file to finalize the
10305         graph dumps.
10306         (rest_of_compilation): Update for open_dump_file/close_dump_file.
10307         Convert all uses of dump_rtl.
10308         (decode_d_option): Iterate over dump_file to implement 'a' and to
10309         locate pass-specific dumps.
10311 2000-04-01  Neil Booth <NeilB@earthling.net>
10313         * cppexp.c: Redefine priority constants.
10314         (_cpp_parse_expr): Replace left and right priority scheme with
10315         single priority logic.  Move LOGICAL to same place as COMPARE.
10316         Remove bogus check for multiple unary +/- operators.
10318 2000-04-01  Neil Booth <NeilB@earthling.net>
10320         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
10321         within the switch statement.  Binary operations break out of
10322         the switch naturally.  '(' tokens handled by forcing
10323         immediate shift.  ')' handled by forcing immediate reduce to
10324         the previous '('.  New error messages.
10326 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
10328         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
10329         part', it's already in use.  Use %K instead.  Add a return at the
10330         end of what is now %K.
10331         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
10333 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10335         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
10336         allocate_dynamic_stack_space.
10337         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
10338         update stack_pointer_delta; do not update arg_size_so_far.
10339         (compute_argument_block_size): Use stack_delta instead of
10340         stack_pointer_pending and arg_size_so_far.
10341         (expand_call): Add sanity checking for stack_pointer_delta;
10342         save and restore stack_pointer_delta for SIB, use
10343         stack_pointer_delta for alignment; do not update arg_space_so_far.
10344         (emit_library_call_value): Use stack_pointer_delta for alignment.
10345         (store_one_arg): Do not update arg_space_so_far.
10346         * explow.c (adjust_stack, anti_adjust_stack): Update
10347         stack_pointer_delta.
10348         (allocate_dynamic_stack_space): Add sanity checking for
10349         stack_pointer_delta.
10350         * expr.c (init_expr, clear_pending_stack_adjust): Clear
10351         stack_pointer_delta.
10352         (emit_push_insn): Update stack_pointer_delta.
10353         * function.h (struct expr_status): Add x_stack_pointer_delta;
10354         remove x_arg_space_so_far.
10355         (arg_space_so_far): Remove.
10356         (stack_pointer_delta): New macro.
10358 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
10360         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
10361         Reorder struct cpp_options and struct cpp_reader for better
10362         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
10363         takes two args.  Change all 'char' flags to 'unsigned char'.
10364         Move show_column flag into struct cpp_options.  Don't
10365         prototype cpp_options_init.
10366         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
10367         cppinit.c, cpplex.c, cpplib.c:
10368         Replace CPP_OPTIONS (pfile)->whatever with
10369         CPP_OPTION (pfile, whatever), and likewise for
10370         opts = CPP_OPTIONS (pfile); ... opts->whatever;
10372         * cppinit.c (merge_include_chains): Take a cpp_reader *.
10373         Extract CPP_OPTION (pfile, pending) and work with that
10374         directly.
10375         (cpp_options_init): Delete.
10376         (cpp_reader_init): Turn on on-by-default options here.
10377         Allocate the pending structure here.
10378         (cl_options, enum opt_code): Define these from the same table,
10379         kept in a large macro.  Add -fshow-column and -fno-show-column
10380         options.
10382         * cpperror.c (v_message): If show_column is off, don't print
10383         the column number.
10385         * cppmain.c: Update for new interface.
10386         * fix-header.c: Likewise.
10388 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
10390         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
10391         definition.
10392         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
10393         are passed to any invocation of AR_FOR_TARGET.
10394         (AR_CREATE_FOR_TARGET): New macro.
10395         (AR_EXTRACT_FOR_TARGET): New macro.
10396         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
10397         AR_EXTRACT_FOR_TARGET.
10398         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
10399         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
10400         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
10401         AR_EXTRACT_FOR_TARGET to sub-makes.
10403 2000-03-31  Neil Booth <NeilB@earthling.net>
10405         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
10406         PAREN_INNER_PRIO.
10407         (_cpp_parse_expr): Check for multiple unary +/- operators.
10408         Correct priorities of ':' and '?'.  Treat ')' as having a
10409         value.  Ensure conditional expression is not void.
10411 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
10413         * alias.c (canon_rtx): Make it global.
10414         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
10415         equality.
10416         * cse.c (struct table_elt): Add canon_exp.
10417         (insert): Clear it.
10418         (invalidate): Canonicalize expressions only once.
10419         * rtl.h (canon_rtx): Declare.
10421 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
10423         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
10424         * alias.c (reg_known_value): Add comments.
10425         (init_alias_analysis): Likewise.
10426         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
10427         address.
10428         (cse_basic_block): Fix typo in comment.
10429         * emit-rtl.c: Include hashtab.h.
10430         (const_int_htab): New variable.
10431         (const_int_htab_hash): New function.
10432         (const_int_htab_eq): Likewise.
10433         (rtx_htab_mark_1): Likewise.
10434         (rtx_htab_mark): Likewise.
10435         (gen_rtx_CONST_INT): Cache all CONST_INTs.
10436         (unshare_all_rtx): Fix formatting.
10437         (init_emit_once): Initialize const_int_htab.
10438         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
10439         address.
10440         * rtl.texi: Document the fact that all CONST_INTs with the same
10441         value are shared.
10443 2000-03-30  Richard Henderson  <rth@cygnus.com>
10445         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
10447 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
10449         * configure.in: Comment out --enable-c-cpplib stanza.
10450         * configure: Regenerate.
10452 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10454         * expr.c (store_constructor): Properly compute displacement and
10455         alignment when offset is variable.
10457         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
10458         cases of alignment in bytes.
10460 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
10462         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
10463         since it is used to generate c-parse.y.
10464         * objc-parse.c, objc-parse.y: Regenerated.
10466         * function.c (expand_function_end): Pass alignment argument to
10467         emit_block_move in bits, not bytes.
10469 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10471         * expr.c (move_by_pieces_ninsns): Fix one more missing align
10472         correction.
10474         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
10476         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
10477         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
10478         * function.c (assign_parms): Likewise.
10479         * integrate.c (expand_inline_function): Likewise.
10480         * stmt.c (expand_decl): Likewise.
10481         (copy_rtx_and_substitute): Likewise.
10482         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
10483         (clear_by_pieces): Fix error in last change.
10484         * emit-rtl.c (init_emit): Set known registers alignment in bits.
10485         * function.h (regno_pointer_align): Now unsigned.
10486         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
10487         is in bits.
10488         * config/i386/i386.c (aligned_operand): Likewise.
10489         * config/sparc/sparc.c (mem_min_alignment): Likewise.
10490         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
10491         (unaligned_memory_operand): Likewise.
10492         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
10493         Also make alignments and sizes unsigned and some whitespace cleanup.
10494         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
10496         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
10497         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
10498         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
10499         (expand_builtin_memset): Likewise, but to clear_storage.
10500         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
10501         (restore_fixed_argument_area): Likewise.
10502         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
10503         (load_register_parameters): Likewise, to emit_group_load.
10504         (expand_call): Likewise, to emit_group_store and emit_block_move.
10505         (emit_library_call_value_1): Likewise, to emit_block_move.
10506         (store_one_arg): Likewise, and to emit_push_insn.
10507         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
10508         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
10509         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
10510         (emit_block_move, emit_group_load, emit_group_store): Likewise.
10511         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
10512         (expand_assigment, store_expr, store_constructor_field): Likewise.
10513         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
10514         (store_constructor, store_field, get_inner_reference): Likewise.
10515         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
10516         (expand_expr, case COMPONENT_REF): Likewise.
10517         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
10518         and positions; reindent code.
10519         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
10520         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
10521         (assign_parms): Likewise to emit_group_store.
10522         * optabs.c (prepare_cmp_insn): Alignment is in bits.
10523         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
10524         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
10525         (expand_return): Likewise to {extract,store}_bit_field.
10526         * stor-layout.c (get_mode_alignment): Minor cleanup.
10527         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
10528         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
10530 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10532         * config/arm/arm.h: Undo effects of previous delta:
10533         (ASM_SPEC): Do not define.
10534         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
10536         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
10537         typo.
10539 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10541         * cppinit.c (cpp_start_read): Call initialize_dependency_output
10542         only after reading in the primary source file.
10544 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
10546         * c-common.c (c_common_nodes_and_builtins): The first parameter to
10547         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
10548         or a reference to a va_list.
10549         * builtins.c (stabilize_va_list): Simplify now we don't have to
10550         work around C array address decay.
10551         * c-typeck.c (convert_for_assignment): Handle assignment to
10552         a reference parameter by taking the address of the RHS.
10553         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
10554         (va_copy): Likewise.
10555         (__va_copy): Likewise.
10556         * ginclude/varargs.h (va_start): Likewise.
10557         (__va_copy): Likewise.
10559 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
10561         * i386/djgpp.h: Remove extraneous "+".
10563         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
10565         * calls.c (expand_call): Fix typo in last change.
10567 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10569         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
10570         been expanded.
10572 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10574         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
10575         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
10576         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
10577         * tree.c (bit_position, byte_position): Likewise.
10578         * tree.h: Declare new functions.
10580 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10582         * config/arm/arm.c: Minor formatting changes/
10583         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
10584         already defined.
10585         (ASM_SPEC): Define if not already defined.
10587 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10589         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
10590         _cpp_calc_hash.
10592 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
10594         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
10595         value, don't output it as unsigned.
10597 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
10599         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
10601 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10603         * c-common.c (c_common_nodes_and_builtins): Don't special case
10604         cplus_mode when declaring builtin bzero/bcmp, always avoid
10605         prototype arguments.
10607 2000-03-29  Bruce Korb  <bkorb@gnu.org>
10609         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
10610         to a non-file
10612 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10614         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
10615         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
10616         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
10617         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
10618         (save_fixed_argument_area, restore_fixed_argument_area):
10619         conditionize by #ifdef REG_PARM_STACK_SPACE only.
10620         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
10621         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
10622         (precompute_register_parameters): Avoid #ifdefs on
10623         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
10624         (stire_one_args): Likewise.
10625         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
10626         (emit_library_call_value_1): Likewise.
10627         (compute_argument_block_size): Align to STACK_BOUNDARY only for
10628         ACCUMULATE_OUTGOING_ARGS.
10629         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
10630         value.
10631         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
10632         (use_crosses_set_p): Likewise.
10633         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
10634         #define ACCUMULATE_OUTGOING_ARGS 1.
10635         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
10636         frames.
10637         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
10638         constants.
10639         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
10640         (TARGET_SWITCHES): Add push-args, no-push-args,
10641         accumulate-outgoing-args and no-accumulate-outgoing-args.
10642         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
10643         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
10644         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
10645         and PUSH_ROUNDING.
10646         (emit_push_insn): Likewise.
10647         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10648         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
10649         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10650         (STACK_DYNAMIC_OFFSET): Define correctly for both
10651         ACCUMULATE_OUTGOING_ARGS and normal mode.
10652         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
10653         * tm.texi (PUSH_ARGS): Document.
10654         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
10656 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10658         * flags.h (flag_optimize_sibling_calls): Declare.
10659         * calls.c (expand_call): Fail sibcall when
10660         !flag_optimize_sibling_calls
10661         * invoke.texi (flag_optimize_sibling_calls): Document.
10662         * toplev.c (flag_optimize_sibling_calls): New global variable.
10663         (f_options): Add flag_optimize_sibling_calls.
10664         (rest_of_compilation): Conditionize
10665         optimize_sibling_and_tail_recursive_calls by
10666         flag_optimize_sibling_calls.
10667         (main): Set flag_optimize_sibling_calls for -O2.
10668         * stmt.c (expand_return): Conditionize tail recursion by
10669         flag_optimize_sibling_calls.
10671 2000-03-29  Richard Henderson  <rth@cygnus.com>
10673         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
10674         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
10676 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
10678         * except.c (add_eh_table_entry): Mark type_info's as referenced.
10680 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10682         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
10683         is given.
10684         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
10685         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
10686         * config/rs6000/aix.h: then modified likewise.
10688 2000-03-28  Richard Henderson  <rth@cygnus.com>
10690         * rtl.h: Redistribute enum reg_note documentation.
10691         Kill trailing whitespace.
10692         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
10693         Kill trailing whitespace.
10695 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
10697         * cppfiles.c (hash_IHASH): Just return i->hash.
10698         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
10699         htab_find_with_hash.
10700         (cpp_read_file): Likewise.
10701         (find_include_file): Likewise.  Properly initialize
10702         ih->nshort.  Share ih->name and ih->nshort if possible.
10703         * cpphash.c (_cpp_calc_hash): New function.
10704         (hash_HASHNODE): Just return h->hash.
10705         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
10706         htab_find_with_hash.
10707         * cpphash.h: Prototype _cpp_calc_hash.
10708         * cppinit.c (initialize_builtins): Provide a valid hash
10709         to _cpp_make_hashnode, using _cpp_calc_hash.
10711         * cpphash.c (collect_expansion): # is not a special character
10712         in object-like macros.  In -traditional mode, /**/ is not
10713         token paste at the beginning or end of the line.
10714         * cpplib.c (do_include, do_import, do_include_next): If
10715         parse_include fails, return immediately.
10717 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
10719         * config/arm/arm.md (return peepholes): Update to reflect the new
10720         call insn patterns.
10721         * config/arm/arm.c (arm_volatile_func): Also check
10722         current_function_nothrow.
10723         (output_return_instruction, output_func_prologue): Use it.
10724         (arm_output_epilogue, arm_expand_prologue): Likewise.
10726 2000-03-27  Tom Tromey  <tromey@cygnus.com>
10728         * gcc.c (handle_braces): In {x*...} case, break out of loop if
10729         switch is found.
10731 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10733         * expr.c (store_constructor): SIZE now signed.
10734         For EXPR_SIZE, don't evaluate size; just needed if constant.
10735         * fold-const.c (fold): Fix a number of cases when folded tree is
10736         wrong type.
10737         * function.c (flush_addressof): Reenable.
10738         * tree.h (flush_addressof): Likewise.
10739         * toplev.c (independent_decode_option): Look at strings_processed.
10740         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
10742 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
10744         * sibcall.c (indentify_call_return_value): Find last call in the chain;
10745         Allow stack adjustment after function call.
10747         * regmove.c (struct csa_memlist): Make mem field rtx *.
10748         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
10749         (try_apply_stack_adjustment): Replace whole MEM rtx.
10750         (combine_stack_adjustments_for_block): Update calls
10751         to record_one_stack_ref.
10753 2000-03-28  Neil Booth  <NeilB@earthling.net>
10755         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
10756         '\\' rather than a null character, so nulls are not special.  Fix
10757         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
10758         speed trigraph conversion.
10759         (_cpp_init_input_buffer): Initialize trigraph map.
10761 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
10763         * config/i386/i386.c (output_387_binary_op): Correct intel
10764         mode assembly output, and add spaces after commas in AT&T
10765         output.  Correct Unixware assembler comment.  Document input
10766         constraints.  Comment fp operations.  Reduce profligate buffer
10767         size.  Remove extraneous abort.  Localize temp var.
10768         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
10769         (output_fix_trunc): Add spaces after commas in assembly output.
10771 2000-03-27  Richard Henderson  <rth@cygnus.com>
10773         * i386-protos.h (ix86_match_ccmode): Declare.
10774         * i386.c (ix86_match_ccmode): New.
10775         (ix86_expand_fp_compare): Update for pattern renames.
10776         (ix86_expand_strlensi_unroll_1): Likewise.
10777         * i386.h (EXTRA_CC_MODES): Add CCZ.
10778         (SELECT_CC_MODE): Use it for EQ/NE zero.
10779         * i386.md (cmpsi_ccz_1): New.
10780         (cmpqi_ccz_1): New.
10781         (*testsi_ccz_1): New.
10782         (testqi_ccz_1): New.
10783         (cmpsi_ccno_1): Rename from cmpsi_0.
10784         (testsi_ccno_1): Rename from testsi_1.
10785         (testqi_ccno_1): Rename from testqi_1.
10786         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
10787         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
10788         (*cmphi_0): Use ix86_match_ccmode.
10789         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
10790         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
10791         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
10792         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
10793         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
10794         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
10795         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
10796         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
10797         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
10798         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
10799         (appropriate peepholes): Likewise.
10800         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
10801         (*subsi_3, *subhi_3, *subqi_3): Remove.
10802         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
10803         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
10804         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
10805         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
10806         (x86_shift_adj_1): Use CCZ.
10807         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
10809 2000-03-27  Stan Cox  <scox@cygnus.com>
10811         * resource.h (mark_resource_type): New.
10812         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
10813         find_free_register): Use mark_resource_type.
10814         (mark_set_resources): Change include_delayed_effects
10815         to mark_resource_type.
10816         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10817         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10818         Use mark_resource_type.
10820 2000-03-27  Richard Henderson  <rth@cygnus.com>
10822         * i386.md (call_pop_0, call_value_pop_0): New.
10823         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10824         (call_value_pop_1): Likewise.
10825         (call_0, call_value_0): New.
10826         (call_1, call_value_1): Remove constraint from unused arg.
10828 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10830         * invoke.texi (Spec Files): Document new spec % command created by
10831         Tom Tromey's recent patch.
10833 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10835         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10836         if not defined.
10838 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10840         * expr.c (expand_assignment): Fix typo in last change.
10842         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10844 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10846         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10847         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10848         and DECL_INLINE if FUNCTION_DECL.
10849         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10850         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10851         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10852         (combine_parm_decls): Likewise.
10853         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10854         * print-tree.c (print_node): Likewise.
10855         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10856         DECL_TRANSPARENT_UNION on proper decl types.
10857         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10858         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10859         DECL_BIT_FIELD of FIELD_DECL.
10860         * tree.h (DECL_RESULT_FLD): New macro.
10862         * expr.c (expand_assignment): Add code to handle variable-sized
10863         BLKmode case.
10865 2000-03-26  Richard Henderson  <rth@cygnus.com>
10867         * calls.c (expand_call): Pass parms not original exp to
10868         optimize_tail_recursion.  Mind return value instead of looking
10869         for a barrier.
10870         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10871         call_expr.  Move checks for call_expr and current_function_decl ...
10872         (expand_return): ... here.
10874 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10876         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10877         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10878         defines.
10879         (process_command): Use them.
10880         (check_live_switch): Likewise.
10881         (give_switch): Skip ignored switches.
10883 2000-03-26  Jan Hubicka  <jh@suse.cz>
10885         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10886         for minimal jump pass test.
10888 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10890         * integrate.c (function_cannot_inline_p): Do inline functions that
10891         return `void'.
10893 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10895         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10896         now a list of TREE_LIST entries, not types.
10897         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10899         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10900         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10901         int_bit_position.
10902         * config/mips/mips.c (function_arg): Likewise; also remove cast
10903         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10904         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10905         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10906         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10907         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10908         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10909         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10910         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10911         num_adjusts now unsigned.
10912         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10913         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10914         NREGS now unsigned.
10915         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10916         as is BITPOS variable; use host_integerp and int_bit_position.
10917         (function_arg_record_value_2): Likewise.
10918         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10919         Variable REGNO now unsigned.
10920         (function_arg_record_value): NREGS now unsigned.
10922 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10924         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10926 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10928         * Rework fields used to describe positions of bitfields and
10929         modify sizes to be unsigned and use HOST_WIDE_INT.
10930         * alias.c (reg_known_value_size): Now unsigned.
10931         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10932         (really_start_incremental_init): Use bitsize_zero_node.
10933         (push_init_level, pop_init_level, output_init_element): Likewise.
10934         Use bitsize_unit_node and bitsize_one_node.
10935         (output_pending_init_elements, process_init_element): Likewise.
10936         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10937         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10938         HOST_WIDE_INT, respectively.
10939         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10940         (num_sign_bit_copies): Returns unsigned.
10941         BITWIDTH now unsigned; rework arithmetic.
10942         Remove recursive call from arg to MAX.
10943         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10944         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10945         REGNO now unsigned.
10946         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10947         (find_split_point, expand_compound_operation, make_extraction): LEN
10948         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10949         (make_field_assignment): Likewise.
10950         (combine_simplify_rtx): Add cast.
10951         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10952         (force_to_mode): WIDTH now unsigned; add cast.
10953         (if_then_else_cond): SIZE now unsigned.
10954         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10955         (extended_count): Now returns unsigned.
10956         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10957         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10958         (simplify_comparison): MODE_WIDTH now unsigned.
10959         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10960         (mark_used_regs_combine): Likewise; rework arithmetic.
10961         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10962         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10963         (record_promoted_value): REGNO now unsigned.
10964         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10965         (get_last_value): REGNO now unsigned.
10966         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10967         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10968         (remove_death): Arg REGNO now unsigned.
10969         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10970         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10971         now unsigned.
10972         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10973         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10974         (struct cse_reg_info): REGNO now unsigned.
10975         (cached_regno): Now unsigned.
10976         (REGNO_QTY_VALID_P): Add cast.
10977         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10978         (remove_invalid_regs): Likewise.
10979         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10980         as are variables END and I.
10981         (get_cse_reg_info, insert): Likewise.
10982         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10983         (canon_hash): Likewise.
10984         (insert_regs, lookup_for_remove): REGNO now unsigned.
10985         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10986         New variable RN.
10987         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10988         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10989         * emit-rtl.c (subreg_realpart_p): Add cast.
10990         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10991         (operand_subword_force): Arg I is now unsigned.
10992         * except.c (eh_regs): Variable I is now unsigned.
10993         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10994         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10995         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10996         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10997         (extract_split_bit_field, store_bit_field, extract_bit_field):
10998         Likewise.
10999         * expr.c (store_constructor_fields, store_constructor, store_field):
11000         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
11001         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
11002         (do_jump): Likewise.
11003         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
11004         MAX_SIZE is now unsigned.
11005         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
11006         (emit_group_store): Likewise.
11007         (emit_move_insn): I now unsigned.
11008         (store_constructor): Use host_integerp, tree_low_cst, and
11009         bitsize_unit_node.
11010         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
11011         Rework all calculations to use trees and new fields.
11012         * expr.h (promoted_input_arg): Regno now unsigned.
11013         (store_bit_field, extract_bit_field): Adjust types of pos and size.
11014         (mark_seen_cases): Arg is HOST_WIDE_INT.
11015         * flow.c (verify_wide_reg_1): REGNO now unsigned.
11016         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
11017         precisions and alignments are unsigned.
11018         (optimize_bit_field_compare, fold_truthop): Likewise.
11019         (int_const_binop): Adjust threshold for size_int_type_wide call.
11020         (fold_convert): Likewise.
11021         (size_int_type_wide): Make table larger and fix thinko that only
11022         had half of table used.
11023         (all_ones_mask_p, fold): Precisions are unsigned.
11024         * function.c (put_reg_info_stack): REGNO is unsigned.
11025         (instantiate_decl): Size is HOST_WIDE_INT.
11026         (instantiate_virtual_regs): I is unsigned.
11027         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
11028         (promoted_input_arg): REGNO is unsigned.
11029         * function.h (struct function): x_max_parm_reg is now unsigned.
11030         * gcse.c (max_gcse_regno): Now unsigned.
11031         (struct null_pointer_info): min_reg and max_reg now unsigned.
11032         (lookup_set, next_set): REGNO arg now unsigned.
11033         (compute_hash_table): REGNO and I now unsigned.
11034         (handle_avail_expr): regnum_for_replacing now unsigned.
11035         (cprop_insn): REGNO now unsigned.
11036         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
11037         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
11038         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
11039         * hard-reg-set.h (reg_class_size): Now unsigned.
11040         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
11041         * jump.c (mark_modified_reg): I now unsigned; add cast.
11042         (rtx_equal_for_thread_p): Add cast.
11043         * loop.c (max_reg_before_loop): Now unsigned.
11044         (struct_movable): REGNO now unsigned.
11045         (try_copy_prop): REGNO arg unsigned.
11046         (regs_match_p): XN and YN now unsigned.
11047         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
11048         (strength_reduce): Likewise; NREGS also unsigned.
11049         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
11050         * loop.h (struct iv_class): REGNO now unsigned.
11051         (max_reg_before_loop, first_increment_giv, last_increment_giv):
11052         Now unsigned.
11053         * machmode.h (mode_size, mode_unit_size): Now unsigned.
11054         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
11055         * optabs.c (expand_binop): I and NWORDS now unsigned.
11056         (expand_unop): I now unsigned.
11057         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
11058         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
11059         * real.c (significand_size): Now returns unsigned.
11060         * real.h (significand_size): Likewise.
11061         * regclass.c (reg_class_size): Now unsigned.
11062         (choose_hard_reg_mode): Both operands now unsigned.
11063         (record_reg_classes): REGNO and NR now unsigned.
11064         (reg_scan): NREGS now unsigned.
11065         (reg_scan_update): old_max_regno now unsigned.
11066         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
11067         * reload.c (find_valid_class): BEST_SIZE now unsigned.
11068         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
11069         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
11070         Likewise for variable R.
11071         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
11072         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
11073         (find_equiv_reg): Add casts.
11074         (regno_clobbered_p): Arg REGNO now unsigned.
11075         * reload.h (struct reload): NREGS now unsigned.
11076         (refers_to_regno_for_reload_p): Regno args are unsigned.
11077         (regno_clobbered_p): Likewise.
11078         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
11079         (compute_use_by_pseudos): REGNO now unsigned.
11080         (find_reg): I and J now unsigned, new variable K, and change loop
11081         variables accordingly; THIS_NREGS now unsigned.
11082         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
11083         (spill_hard_reg): REGNO arg now unsigned; add casts.
11084         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
11085         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
11086         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
11087         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
11088         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
11089         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
11090         (emit_reload_insns): REGNO now unsigned.
11091         (reload_cse_move2add): Add cast.
11092         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
11093         and rework loop.
11094         * resource.c (mark_referenced_resources, mark_set_resources): New
11095         variable R; REGNO and LAST_REGNO now unsigned.
11096         (mark_target_live_regs): J and REGNO now unsigned.
11097         * rtl.c (mode_size, mode_unit_size): Now unsigned.
11098         * rtl.h (union rtunion_def): New field rtuint.
11099         (XCUINT): New macro.
11100         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
11101         (operand_subword, operand_subword_force): Word number is unsigned.
11102         (choose_hard_reg_mode): Operands are unsigned.
11103         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
11104         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
11105         (regno_use_in, combine_instructions, remove_death): Likewise.
11106         (reg_scan, reg_scan_update): Likewise.
11107         (extended_count): Return is unsigned.
11108         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
11109         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
11110         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
11111         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
11112         (reg_reg_last_1): FIRS and LAST now unsigned.
11113         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
11114         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
11115         now unsigned.
11116         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
11117         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
11118         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
11119         (replace_regs): Arg NREGS now unsigned.
11120         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
11121         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
11122         (simplify_binary_operation): Likewise.
11123         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
11124         THIS_LAST now unsigned.
11125         (cselib_record_set): Add cast.
11126         * ssa.c (ssa_max_reg_num): Now unsigned.
11127         (rename_block): REGNO now unsigned.
11128         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
11129         sizes now unsigned.
11130         (all_cases_count): Just return -1 not -2.
11131         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
11132         Rework tests to use trees whenever possible.
11133         Use host_integerp and tree_low_cst.
11134         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
11135         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
11136         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
11137         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
11138         (smallest_mode_for_size): Likewise.
11139         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
11140         KNOWN_ALIGN is now an alignment, so simplify code.
11141         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
11142         (start_record_layout): Renamed from new_record_layout_info.
11143         Update to new fields.
11144         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
11145         New functions.
11146         (place_union_field): Renamed from layout_union_field.
11147         Update to use new fields in rli.
11148         (place_field): Renamed from layout_field.
11149         Major rewrite to use new fields in rli; pass alignment to layout_decl.
11150         (finalize_record_size): Rework to use new fields in rli and handle
11151         union.
11152         (compute_record_mode): Rework to simplify and to use new DECL fields.
11153         (finalize_type_size): Make rounding more consistent.
11154         (finish_union_layout): Deleted.
11155         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
11156         (layout_type, case RECORD_TYPE): Call new function names.
11157         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
11158         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
11159         (get_best_mode): UNIT is now unsigned; remove casts.
11160         * tree.c (bit_position): Compute from new fields.
11161         (byte_position, int_byte_position): New functions.
11162         (print_type_hash_statistics): Cast to remove warning.
11163         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
11164         (build_index_type): Likewise; make subtype of sizetype.
11165         (build_index_2_type): Pass sizetype to build_range_type.
11166         (build_common_tree_nodes): Use size_int and bitsize_int to
11167         initialize nodes; add bitsize_{zero,one,unit}_node.
11168         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
11169         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
11170         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
11171         (DECL_FIELD_BITPOS): Deleted.
11172         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
11173         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
11174         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
11175         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
11176         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
11177         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
11178         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
11179         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
11180         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
11181         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
11182         (DECL_ALIGN): Adjust to new field in union.
11183         (DECL_OFFSET_ALIGN): New field.
11184         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
11185         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
11186         (union tree_decl): Add struct for both aligns.
11187         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
11188         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
11189         (struct record_layout_info): Rework fields to have offset
11190         alignment and byte and bit position.
11191         (start_record_layout, place_field): Renamed from old names.
11192         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
11193         (byte_position, int_byte_position): Likewise.
11194         (get_inner_reference): Change types of position and length.
11195         * unroll.c (unroll_loop): New variable R; use for some loops.
11196         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
11197         (calculate_giv_inc): Arg REGNO now unsigned.
11198         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
11199         * varasm.c (assemble_variable): Clean up handling of size using
11200         host_integerp and tree_low_cst.
11201         (decode_addr_const): Use byte, not bit, position.
11202         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
11203         use tree_low_cst and int_bit_position.
11204         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
11206 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
11208         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
11209         (reorder_block_def): New members eff_head and eff_end.
11210         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
11211         (verify_insn_chain): New function.
11212         (skip_insns_between_block): Add code to skip deleted insns.
11213         Check for note before using.
11214         (chain_reorder_blocks): Replace calls to skip_insns_between_block
11215         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
11216         Check for note before using.
11217         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
11218         (fixup_reorder_chain): Restructure, clean up, defect removal.
11219         (reorder_basic_blocks): Remove last_insn and references to it.
11220         Moved insn chain verification code into a new function (see above).
11221         Delete defective code that sets last insn.
11222         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
11223         all blocks.
11225 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11227         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
11229 2000-03-24  Richard Henderson  <rth@cygnus.com>
11231         * tree.c (lang_safe_for_unsave): Remove.
11232         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
11233         allowing for two levels of unsafeness.  Remove lang hook.
11234         * tree.h: Update declarations.
11235         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
11236         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
11237         Always fail sibcalls when there are pending cleanups.
11239 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
11241         * flow.c (propagate_block): When we delete an ADDR_VEC,
11242         also delete the BARRIER following it if there is one.
11244 2000-03-24  Richard Henderson  <rth@cygnus.com>
11246         * builtins.c (expand_builtin_bzero): Convert `length' argument
11247         to sizetype.
11249 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
11251         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
11252         comparison if regno's are equal.
11253         * calls.c (initialize_argument_informat): Add ecf_flags argument.
11254         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
11255         (expand_call): Update caller.
11256         Avoid making a sibling call if argument size of the callee is larger
11257         than argument size of the caller.
11258         Call hard_function_value with outgoing set if in sibcall pass.
11259         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
11261         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
11262         Change LEAF_REGISTERS from an array initializer to actual array
11263         identifier. Move static global variable into the function.
11264         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
11265         sequences for leaf functions.
11266         * global.c (global_alloc): Likewise.
11267         * tm.texi (LEAF_REGISTERS): Update documentation.
11269         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
11270         TARGET_FLAT leaf disabling hack.
11271         (LEAF_REGISTERS): Changed from an array initializer to actual array
11272         identifier to avoid duplication and remove the above hack.
11273         (FUNCTION_OK_FOR_SIBCALL): Define.
11274         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
11275         always like call attribute.
11276         (eligible_for_sibcall_delay): New attribute.
11277         (sibcall): New delay type.
11278         (sibcall, sibcall_value, sibcall_epilogue): New expands.
11279         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
11280         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
11281         * config/sparc/sparc.c (sparc_leaf_regs): New array.
11282         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
11283         New functions.
11284         (output_function_epilogue): Move part of the code into
11285         output_restore_regs.
11286         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
11287         TYPE_SIBCALL.
11288         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
11289         prototypes.
11291         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
11292         until infrastructure is finished.
11294 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
11296         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
11297         (save_parm_insns): Not here.
11299 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11301         * builtins.c (expand_builtin_bzero): New function.
11302         (expand_builtin): Handle bzero.
11304         * builtins.def: Add BUILT_IN_BZERO.
11306         * c-common.c (c_common_nodes_and_builtins): Provide builtin
11307         prototype & function for bzero.
11309 2000-03-23  Michael Meissner  <meissner@redhat.com>
11311         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
11312         change adding TARGET_FP to the TF floating point insns, except for
11313         trunctfsf2, which generates direct calls to truncdfsf2.
11315 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
11317         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
11318         try to protect against middle-end changes that break binary
11319         compatibility.
11320         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
11322 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11324         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
11326 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11328         * calls.c (expand_call): If TARGET is passed by reference and
11329         is readonly, write a CLOBBER.
11331 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11333         * builtins.c (expand_builtin): Handle bcmp.
11335         * builtins.def: Add BUILT_IN_BCMP.
11337         * c-common.c (c_common_nodes_and_builtins): Provide builtin
11338         prototype & function for bcmp.
11340 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
11342         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
11343         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
11344         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
11346 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
11348         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
11349         alternative when using -fp64 -gp32.
11351 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
11353         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
11354         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
11355         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
11357         * frame.h (frame_state): Revert last change.
11358         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
11359         * libgcc2.c (throw_helper): Revert last change.
11361 2000-03-22  Richard Henderson  <rth@cygnus.com>
11363         * stmt.c (expand_asm_operands): Don't promote the temporary.
11365 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11367         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
11368         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
11369           c_get_alias_set): Likewise.
11370         * c-decl.c (duplicate_decls): Likewise.
11371         * c-typeck.c (default_conversion,build_unary_op): Likewise.
11372         * calls.c (initialize_argument_information): Likewise.
11373         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
11374         Likewise.
11375         * dwarfout.c (decl_class_context,output_type): Likewise.
11376         * expr.c (get_inner_reference): Likewise.
11377         * fold-const.c (simple_operand_p,fold): Likewise.
11378         * function.c (aggregate_value_p): Likewise.
11379         * stmt.c (expand_asm_operands): Likewise.
11380         * varasm.c (named_section): Likewise.
11382 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
11384         Implement dwarf2 exception handling for the ARM.
11385         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
11386         (DWARF_FRAME_RETURN_COLUMN): Define.
11387         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
11388         REG_FRAME_RELATED_EXPR note.
11389         (emit_sfm): Likewise.
11390         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
11391         * dwarf2out.c (reg_save): Handle saving a register to itself.
11392         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
11393         * except.c (eh_regs): Don't use the static chain reg if it's
11394         callee-saved.
11395         * frame.h (frame_state): Add cfa_saved field.
11396         * frame.c (execute_cfa_insn): Set it.
11397         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
11398         the epilogue.
11399         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
11400         Now takes a parm.
11401         (instantiate_virtual_regs): Adjust.
11402         * tm.texi: Adjust.
11403         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
11404         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
11405         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
11407         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
11408         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
11410 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11412         * builtins.def: New file.
11414         * Makefile.in (TREE_H): Depend on builtins.def.
11416         * builtins.c (built_in_names): Use builtins.def.
11418         * tree.h (built_in_function): Likewise.
11420 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
11422         * tree.c (size_in_bytes): Return size_zero_node, not
11423         integer_zero_node.
11425 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11427         * config/fp-bit.c (pack_d): Correct the case when a denormal
11428         is rounded up and stops being denormal.
11430 2000-03-21  Richard Henderson  <rth@cygnus.com>
11432         * config/alpha/alpha.c (function_arg): Check for void_type_node
11433         before using MUST_PASS_IN_STACK.
11435 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
11437         * regmove.c (combine_stack_adjustments_for_block): Check that
11438         the stack pointer is a valid memory address.
11440 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
11442         * calls.c: re-install Mar 16 emit_library_call merge.
11444 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
11446         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
11447         we cannot be sure that if reload_completed base register will
11448         be properly aligned.
11450 2000-03-21  Richard Henderson  <rth@cygnus.com>
11452         * flow.c (delete_block): Fix typo last change.
11454 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
11456         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
11457         not COMPLETE_TYPE_P, to check the type of the expression.
11459 2000-03-21  Michael Meissner  <meissner@redhat.com>
11461         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
11462         all floating point insns that just tested the macro
11463         TARGET_HAS_XFLOATING_LIBS.
11464         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
11465         used to only use the gprs.
11467 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11469         * tree.h (COMPLETE_TYPE_P): New macro.
11470         (COMPLETE_OR_VOID_TYPE_P): New macro.
11471         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
11472         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
11473         * c-aux-info.c (gen_type): Use them.
11474         * c-common.c (c_expand_expr_stmt): Likewise.
11475         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
11476         grokdeclarator, grokparms, finish_struct, start_function,
11477         store_parm_decls, combine_parm_decls): Likewise.
11478         * c-parse.y (cast_expr): Likewise.
11479         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
11480         c_size_in_bytes, c_alignof, build_component_ref,
11481         build_indirect_ref, build_array_ref, convert_arguments,
11482         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
11483         * calls.c (initialize_argument_information): Likewise.
11484         * convert.c (convert_to_integer): Likewise.
11485         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
11486         * dwarfout.c (location_or_const_value_attribute,
11487         output_enumeration_type_die, output_structure_type_die,
11488         output_union_type_die, output_type): Likewise.
11489         * expr.c (safe_from_p, expand_expr): Likewise.
11490         * function.c (assign_parms): Likewise.
11491         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
11492         * tree.c (build_array_type, build_function_type,
11493         build_method_type, build_offset_type, build_complex_type): Likewise.
11494         * c-parse.c, c-parse.h: Regenerated.
11496 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11498         * config/c4x/rtems.h: Include config/rtems.h.
11500 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
11502         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
11503         decl is a FUNCTION_DECL
11505 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
11507         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
11508         function uses output registers.  Don't save RP for leaf functions.
11509         Do save RP even if no epilogue.
11510         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
11511         (CALL_USED_REGISTERS): Unmark in registers.
11512         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
11513         to near the middle.
11515 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11517         * config/rs6000/rs6000.md (bunordered): New expander.
11518         (bordered): New expander.
11519         (buneq): New expander.
11520         (bunge): New expander.
11521         (bungt): New expander.
11522         (bunle): New expander.
11523         (bunlt): New expander.
11524         (bltgt): New expander.
11526         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
11527         (ccr_bit_negated_p): New function.
11528         (print_operand): For %C, generate appropriate cror for UNEQ,
11529         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
11531 2000-03-20  Andreas Jaeger  <aj@suse.de>
11533         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
11534         warning.
11536         * tree.h (safe_for_unsave): Prototype.
11538 2000-03-20  Richard Henderson  <rth@cygnus.com>
11540         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
11541         (combine_stack_adjustments_for_block): Don't allow sp references
11542         in the side of a set we're not fixing up.
11543         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
11544         after life_analysis.
11546 2000-03-20  Richard Henderson  <rth@cygnus.com>
11548         * calls.c (expand_call): Don't bother generating tail call
11549         sequences if there are pending cleanups.  Use
11550         expand_start_target_temps/expand_end_target_temps to elide
11551         cleanups created during sibcall expansion.
11553 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11555         * configure.in: Set $IFS to a value if it doesn't already have one
11556         in the --enable-checking handling.
11557         * configure: Regenerate.
11559 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11561         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
11562         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11563         Regenerated.
11565 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
11567         * jump.c (delete_noop_moves): Remove code attempting to
11568         combine stack adjustments.
11570 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11572         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
11573         * except.c (emit_cleanup_handler): Use them.
11574         (expand_end_all_catch): Likewise.
11575         * function.c (fixup_var_refs): Likewise.
11576         (expand_function_end): Clear catch_clauses_last.
11577         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
11578         * except.h (struct eh_status): New field x_catch_clauses_last.
11579         (catch_clauses_last): New define.
11581         * Makefile.in (tree.o): Depend on HASHTAB_H.
11582         * tree.c: Include hashtab.h.
11583         (struct type_hash): Remove next field.
11584         (TYPE_HASH_SIZE): Remove.
11585         (TYPE_HASH_INITIAL_SIZE): New define.
11586         (type_hash_table): Change type to htab_t.
11587         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
11588         mark_hash_entry): New functions.
11589         (init_obstacks): Allocate type hash.
11590         (type_hash_lookup): Use htab functions.
11591         (type_hash_add, mark_type_hash): Likewise.
11592         (dump_tree_statistics): Call print_type_hash_statistics.
11594 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11596         * rs6000/t-aix41: New file.
11598         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
11600 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
11602         * tm.texi (Driver): Fix typos and tweak entry for
11603         INCLUDE_DEFAULTS.
11604         Move misplaced STRUCT_FORCE_BLK entry ...
11605         (Storage Layout): ... to here.
11606         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
11608 2000-03-19  Richard Henderson  <rth@cygnus.com>
11610         * flow.c (delete_block): Delete the addr_vec along with the block.
11611         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
11612         reference labels.
11614         * fold-const.c (extract_muldiv): Apply type check for defined
11615         overflow to multiply as well as divide.
11617         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
11619 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11621         * emit-rtl.c (remove_unncessary_notes): Check that all
11622         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
11623         associated NOTE_BLOCK.
11624         * function.h (identify_blocks): Update comments.
11625         (reorder_blocks): Declare.
11626         * function.c (identify_blocks): Don't take paramters.
11627         (reorder_blocks): Don't take parameters.
11628         * loop.h (find_loop_tree_blocks): Remove.
11629         (unroll_block_trees): Likewise.
11630         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
11631         reorder_blocks instead of unroll_block_trees.h
11632         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
11633         * stmt.c (find_loop_tree_blocks): Remove.
11634         (unroll_block_trees): Likewise.
11635         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
11636         in whole-function mode.
11637         * tree.h (reorder_blocks): Remove declaration.
11639         * expr.c: Include intl.h.
11640         * Makefile.in (expr.o): Depend on intl.h.
11642 2000-03-18  Richard Henderson  <rth@cygnus.com>
11644         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
11646 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11648         * tree.h (tree_index): Remove enumerals for integer types.
11649         (integer_type_kind): New type.
11650         (integer_types): New variable.
11651         (char_type_node): Adjust.
11652         (signed_char_type_node): Likewise.
11653         (unsigned_char_type_node): Likewise.
11654         (short_integer_type_node): Likewise.
11655         (short_unsigned_type_node): Likewise.
11656         (integer_type_node): Likewise.
11657         (unsigned_type_node): Likewise.
11658         (long_integer_type_node): Likewise.
11659         (long_unsigned_type_node): Likewise.
11660         (long_long_integer_type_node): Likewise.
11661         (long_long_unsigned_type_node): Likewise.
11662         * tree.c (integer_types): New variable.
11663         (init_obstacks): Register it as a root.
11665 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
11667         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
11668         NEXT_INSN. Update last insn in chain.
11670 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
11672         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
11673         with TYPE_DECL_SUPPRESS_DEBUG set.
11675 2000-03-18  Richard Henderson  <rth@cygnus.com>
11677         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
11679 2000-03-18  Richard Henderson  <rth@cygnus.com>
11681         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
11682         care for HALF_PIC_P.
11683         (expander_call_insn_operand): Remove.
11684         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
11685         * i386.h (PREDICATE_CODES): Update.
11686         * i386.md (all call expanders): Remove predicates, remove special
11687         handling for half-pic.
11688         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
11689         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
11690         (sibcall_epilogue): New.
11692 2000-03-17  Richard Henderson  <rth@cygnus.com>
11694         * rtlanal.c (single_set): Reject if the parallel has anything
11695         except SET or USE or CLOBBER.
11697 2000-03-17  Jeff Law  <law@cygnus.com>
11698             Richard Henderson  <rth@cygnus.com>
11700         * Makefile.in (OBJS): Add sibcall.o.
11701         (sibcall.o): New.
11702         * sibcall.c: New file.
11703         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
11704         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
11705         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
11706         Emit sibcall patterns when requested.  Update all callers.
11707         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
11708         elimination seems feasable.
11709         * final.c (leaf_function_p): Sibling calls don't discount being
11710         a leaf function.
11711         * flow.c (HAVE_sibcall_epilogue): Provide default.
11712         (find_basic_blocks_1): Sibling calls don't throw.
11713         (make_edges): Make edge from sibling call to EXIT.
11714         (propagate_block): Don't remove sibcall_epilogue insns.
11715         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
11716         (sibcall_epilogue): New.
11717         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
11718         (identify_blocks_1): Likewise.  Break out from ...
11719         (identify_blocks): ... here.
11720         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
11721         (reorder_blocks): ... here.
11722         (init_function_for_compilation): Zap prologue/epilogue as varrays.
11723         (record_insns): Extend a varray instead of mallocing new memory.
11724         (contains): Read a varray not array of ints.
11725         (sibcall_epilogue_contains): New.
11726         (thread_prologue_and_epilogue_insns): Emit and record
11727         sibcall_epilogue patterns.
11728         (init_function_once): Allocate prologue/epilogue varrays.
11729         * genflags.c (gen_insn): Treat sibcall patterns as calls.
11730         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
11731         Broken out from ...
11732         (save_for_inline_nocopy): ... here.
11733         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
11734         Broken out from ...
11735         (expand_inline_function): ... here.
11736         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
11737         (subst_constants): Handle 'n' formats.
11738         * jump.c (jump_optimize_minimal): New.
11739         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
11740         optimizations if it's set.
11741         * rtl.c (copy_rtx): Do copy jump & call for insns.
11742         * rtl.h (struct rtx_def): Document use of jump and call for insns.
11743         (SIBLING_CALL_P): New.
11744         (sibcall_use_t): New.
11745         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
11746         Invoke optimize_sibling_and_tail_recursive_calls.
11747         * tree.c (lang_safe_for_unsave): New.
11748         (safe_for_unsave): New.
11749         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
11751         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
11752         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
11753         (*sibcall_osf_1, *sibcall_value_osf_1): New.
11755 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
11757         * objc/objc-act.c (encode_method_prototype): Pass types, not
11758         PARM_DECLs, to int_size_in_bytes.
11760 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
11762         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
11764         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11765         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
11767 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11769         * Clean up usages of TREE_INT_CST_LOW.
11770         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
11771         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11772         Regenerated.
11773         * c-tree.h (min_precision): Move declaration to here.
11774         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
11775         (build_unary_op, add_pending_init): Use bit_position.
11776         (pending_init_member, process_init_element): Likewise.
11777         (really_start_incremental_init, push_init_level, pop_init_level):
11778         Don't make copies of nodes or modify them in place, use consistent
11779         types when tracking positions, and use tree routines computations.
11780         (set_init_index, output_init_element): Likewise.
11781         (output_pending_init_elements, process_init_element): Likewise.
11782         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
11783         tree_low_cst and int_bit_position; also minor cleanup.
11784         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
11785         (print_cst_octal): Precision is unsigned.
11786         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
11787         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
11788         (simple_type_align_in_bits): Result is unsigned int.
11789         Use tree_int_low_cst and host_integerp.
11790         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
11791         (field_byte_offset): Result is HOST_WIDE_INT.
11792         Change types of internal variables so alignments are unsigned int,
11793         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
11794         Use host_integerp, tree_low_cst, and int_bit_position.
11795         (add_bit_offset_attribute): Likewise.
11796         (add_data_member_location_attribute): Use tree_cst_low.
11797         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
11798         (add_bit_size_attribute): Use tree_low_cst.
11799         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
11800         * dwarfout.c: Similar changes to dwarf2out.c.
11801         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
11802         * genoutput.c (n_occurences): Return -1 for null string.
11803         (strip_whitespace): Accept null string and make into function.
11804         (scan_operands): Reflect above changes.
11805         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
11806         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
11807         * ssa.c (rename_registers): Add missing cast of arg to bzero.
11808         * tree.c (int_size_in_bytes): Check for too big to represent.
11809         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
11810         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
11811         New declarations.
11812         (min_precision): Delete from here.
11813         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
11814         and int_bit_position.
11815         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11816         (encode_method_def): Likewise.
11817         (build_ivar_list_initializer): Use int_bit_position.
11818         (generate_shared_structures): Convert size.
11819         (encode_type, encode_complete_bitfield): Use integer_zerop.
11820         (encode_bitfield): Use tree_low_cst and int_bit_position.
11822 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11824         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11826 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11828         * call.c (special_function_p): It is only malloc if it returns
11829         Pmode.
11831 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11833         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11834         (C33_FLAG, TARGET_C3X): Add macros.
11835         (TARGET_SWITCHES): Add -m33 option.
11836         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11838 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11840         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11841         (PARALLEL_PACK_FLAG): Delete.
11842         (TARGET_SWITCHES): Update.
11843         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11845 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11847         * fold-const.c (fold): Fix a few cases when the returned result
11848         is not of the same type as the input.
11850 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11852         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11853         warning.
11855 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11857         * libgcc2.h: Move prototypes above macros with the same name.
11858         Wrap some function prototypes in the conditional which indicates
11859         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11861 2000-03-16  Richard Henderson  <rth@cygnus.com>
11863         * calls.c: Revert last two changes.
11865 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11867         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11868         has exponent 0 is a zero.
11870         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11871         HASH may already be nonzero.  Add code/mode into hash value
11872         immediately after repeat label.
11873         (cselib_lookup): Don't leave the hash table in an inconsistent
11874         state before a hash lookup operation.
11876 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11878         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11879         by TARGET_[HQ]IMODE_MATH.
11880         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11881         x86_promote_qi_regs): Declare.
11882         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11883         TARGET_PROMOTE_QI_REGS): New macros.
11884         (PROMOTE_MODE): New macro.
11885         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11886         x86_promote_qi_regs): New global variables.
11888 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11890         * calls.c (emit_library_call_value_1): Break out from ...; handle
11891         VOIDmode function calls too.
11892         (emit_library_call_value): ... here.
11893         (emit_library_call): Implement by calling emit_library_call_value_1.
11895 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11897         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11898         Update arg_space_so_far on stack adjustments.
11899         (emit_library_call, emit_library_call_value): Likewise; take into
11900         account arg_space_so_far and pending_stack_adjust when calculcating
11901         the boundary.
11903 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11905         * flow.c: Move all basic block reordering code into its own file.
11906         (create_basic_block): Externalize.
11907         * bb-reorder.c: New file. Copy all basic block reordering code from
11908         flow.c to this file.
11909         (reorder_basic_blocks): Fix fencepost error in for-loop.
11910         (reorder_basic_blocks): Remove braces from single statement for-loops.
11911         * basic-block.h: Add declaration for create_basic_block.
11912         * Makefile.in: Add rules for bb-reorder.o.
11914 2000-03-16  Neil Booth  <NeilB@earthling.net>
11916         * cppinit.c (handle_option):  Implement #unassert directive
11917         as -A- command line option.
11918         (print_help):  Update.
11919         * cpptexi.c:  Update.
11921 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11923         * md.texi (Standard Names): Document `jump'.
11925 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11927         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11928         gotos.
11930 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11932         Merge changes from newppc-branch onto trunk.
11934         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11936         * rs6000.c (toc_hash_table): Update for new hash table functions.
11937         (toc_hash_function): Likewise.
11938         (toc_hash_eq): Likewise.
11939         (toc_hash_mark_entry): Likewise.
11940         (toc_hash_mark_table): Likewise.
11941         (output_toc): Likewise.
11942         (rs6000_add_gc_roots): Likewise.
11944         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11946         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11947         (AR_FLAGS_FOR_TARGET): here.  New macro.
11949         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11951         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11952         fpmem_operand) Delete.
11953         (xer_operand) New.
11954         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11955         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11956         (rs6000_save_machine_status, rs6000_restore_machine_status,
11957         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11958         references to above variables.
11959         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11960         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11961         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11962         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11963         (XER_REGNO_P, XER_REGNO): New.
11964         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11965         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11966         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11967         XER_REGNO_P.
11968         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11969         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11970         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11972         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11974         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11975         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11976         * rs6000.h: from here.
11978         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11979         (rs6000_select_rtx_section): Likewise.
11980         (rs6000_encode_section_info): Likewise.
11981         (sdata_section): Likewise.
11982         (sdata2_section): Likewise.
11983         (sbss_section): Likewise.
11984         * sysv4.h (rs6000_select_section): Delete prototype.
11985         (rs6000_select_rtx_section): Likewise.
11986         (rs6000_encode_section_info): Likewise.
11987         (sdata_section): Likewise.
11988         (sdata2_section): Likewise.
11989         (sbss_section): Likewise.
11990         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11992         * sysv4.h: Delete various unnecessary #undef's and put a comment
11993         on the remaining ones.
11994         Change various comments according to coding standard.
11996         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11998         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11999         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
12000         (CR0_REGNO_P) Remove.
12001         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
12002         setup_incoming_varargs, mtcrf_operation, print_operand,
12003         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
12004         Use the above macros.
12006         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
12008         * config/rs6000/rs6000.md: Added a new alternative for each
12009         pattern that had a 'x' alternative but no 'y' alternative.
12010         Added a new split for each of the above patterns.
12012         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
12014         * aix41.h (ASM_CPU_SPEC): Delete.
12015         (CPP_CPU_SPEC): Delete.
12017         * aix.h (RS6000_OUTPUT_BASENAME): Define.
12018         (ASM_OUTPUT_LABEL): Define.
12019         (ASM_GLOBALIZE_LABEL): Define.
12020         (STRIP_NAME_ENCODING): Define.
12021         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
12022         (STRIP_NAME_ENCODING): Don't define.
12023         (ASM_OUTPUT_LABEL): Don't define.
12024         (ASM_GLOBALIZE_LABEL): Don't define.
12025         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
12026         names, and ASM_OUTPUT_LABEL to output labels, rather than
12027         asm_fprintf.
12028         (ASM_OUTPUT_LABEL): Define.
12029         (ASM_OUTPUT_INT): Use assemble_name.
12030         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
12031         (STRIP_NAME_ENCODING): Don't undefine first.
12032         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
12033         ELF.
12034         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
12035         specified with 'asm' even with -fleading-underscore.
12036         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
12037         (output_epilog): Likewise.
12038         (output_toc): Likewise.
12039         * tramp.asm: Handle -fleading-underscore correctly.
12041         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
12042         -mminimal-toc.
12043         (nonlocal_goto_receiver): Delete.
12044         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
12046         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
12047         (SET_ASM_OP): Define.
12048         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
12050         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
12051         (ASM_LONG): Define.
12053         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
12054         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
12056         * rs6000.h: Add 'u' to more constants.
12058         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
12060         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
12062         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
12064         * rs6000.c (reg_or_u_cint_operand): New function.
12065         (logical_operand): Handle 64-bit hosts.
12066         (logical_u_operand): New function.
12067         (non_logical_cint_operand): Handle 64-bit hosts.
12068         (non_logical_u_cint_operand): New function.
12069         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
12070         (PREDICATE_CODES): Define new functions.
12071         * rs6000-protos.h: Declare new functions.
12072         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
12073         (movdi_64): Bracket code intended for 64-bit hosts.  Create
12074         CONST_DOUBLE for 32-bit values.
12075         (scc insns): Generate DImode compares.
12076         (mfcr insns): Create DImode versions.
12077         (sge matchers): New patterns.
12079         2000-02-15  Gabriel Paubert  <paubert@iram.es>
12081         * rs6000.md: Correct instructions length attributes and
12082         constraints on unsigned compare instructions.
12083         (*ne0): Disable for PowerPC64.
12085         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
12087         * rs6000.c (output_function_profiler): Use .long for a 32-bit
12088         quantity, fix profile1.C test failure under -fPIC.
12090         * rs6000.c: Add 'u' to many constants to suppress warnings.
12091         (constant_pool_expr_1): Make static.
12092         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
12093         * rs6000.h: Add 'u' to many constants to suppress warnings.
12095         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
12096         for the start of the TOC, instead of LCTOC..0.
12097         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
12098         of the TOC.
12099         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
12100         (load_toc_aix_di): Use LCTOC..1.
12102         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
12103         * rs6000.c (rs6000_legitimize_address): New function from
12104         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
12105         symbols in the constant pool that really are TOC references.
12106         (print_operand_address): For ELF, write TOC offsets under
12107         -fPIC as subtractions in the insn.
12108         (output_toc): For ELF, define symbols in TOC as normal labels,
12109         to match RTL.
12110         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
12111         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
12112         (create_TOC_reference): Prototype only when RTX_CODE is defined.
12113         * rs6000.md (movsi): Only use create_TOC_reference on
12114         symbols in the constant pool that really are TOC references.
12116         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
12117         * rs6000.c (rs6000_reorg): Delete.
12118         * rs6000-protos.h (rs6000_reorg): Delete.
12120         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
12122         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
12124         * aix.h (SETUP_FRAME_ADDRESSES): Define.
12125         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
12126         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
12127         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
12128         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
12129         rs6000_aix_emit_builtin_unwind_init.
12130         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
12131         rs6000_emit_eh_toc_restore on AIX.
12132         (return_eh_si): Use r2.
12133         (return_eh_di): Use r2.
12135         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
12136         since we're breaking binary compatibility anyway.
12138         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
12140         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
12141         constant_pool_expr_p): Declare them.
12142         (constant_pool_expr_p): Declare it.
12143         * config/rs6000/rs6000.c (toc_label_name): Define.
12144         (rs6000_override_options): Set toc_label_name.
12145         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
12146         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
12147         uses_TOC): New functions.
12148         (print_operand): Delete old '*' case.
12149         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
12150         and strip off rtl for TOC before calling output_addr_const.
12151         (rs6000_emit_load_toc_table): Use toc_label_name.
12152         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
12153         the default.
12154         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
12155         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
12156         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
12157         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
12158         into explicit TOC_REGISTER offsets.
12159         (TOC_REGISTER): New macro.
12160         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
12161         TARGET_TOC to reference TOC_REGISTER.
12162         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
12163         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
12164         uses_TOC before emitting label references.
12166         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12168         * rs6000.md (stack_tie): Fix warning.
12170         * eabi-ctors.c: Use 'asm' names for the start/end variables,
12171         to handle -fleading-underscore.
12172         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
12173         (USER_LABEL_PREFIX): New macro.
12174         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
12175         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
12176         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
12177         call-linux can use the same multilibs.
12178         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
12179         and call-linux multilibs.  Do multilib with -fleading-underscore.
12180         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
12181         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
12182         to call-aix.
12184         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
12185         have MASK_SOFT_FLOAT set.
12186         (CPP_FLOAT_DEFAULT_SPEC): New macro.
12187         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
12188         CPP_FLOAT_DEFAULT_SPEC.
12190         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
12191         * rs6000.md: Whitespace change.
12192         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
12193         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
12195         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
12197         * rs6000.md (eh_epilogue): New expander.
12198         (eh_reg_restore): New expand/split/insn combination.
12199         (return_eh_si): New insn.
12200         (return_eh_di): New insn.
12202         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
12203         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
12204         * eabi-ctors.c (__do_global_ctors): Register this object's
12205         frame.  Clean up.  Call atexit() after the constructors.
12206         (__do_global_dtors): Deregister this object's frame.  Clean up.
12207         Allow for recursive calls to exit().
12208         * rs6000.c (fixuplabelno): New variable.
12209         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
12210         TARGET_RELOCATABLE, it slows down exec() under linux.
12211         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
12213         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
12214         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
12215         (ASM_OUTPUT_DWARF_DELTA2): New macro.
12216         (ASM_OUTPUT_DWARF_DELTA4): New macro.
12217         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
12218         (ASM_OUTPUT_DWARF_ADDR): New macro.
12219         (ASM_OUTPUT_DWARF_DATA4): New macro.
12220         (ASM_OUTPUT_DWARF_DATA2): New macro.
12221         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
12222         (ASM_OUTPUT_DWARF_OFFSET): New macro.
12223         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
12225         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
12227         * rs6000.c (rs6000_sr_alias_set): New variable.
12228         (rs6000_override_options): Initialise rs6000_sr_alias_set.
12229         (rs6000_emit_stack_tie): New function.
12230         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
12231         in a way that dwarf2out can understand.
12232         (rs6000_frame_related): New function.
12233         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
12234         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
12235         Use rs6000_emit_stack_tie when needed.
12236         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
12237         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
12238         * rs6000.md (stack_tie): New insn.
12239         (return_internal_si): Allow return value to be in the count
12240         register.
12241         (return_internal_di): Likewise.
12243         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
12245         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
12247         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
12249         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
12251         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
12253         * rs6000.md (stmw): Use the right POWER opcode.
12254         (lmw): Likewise.
12256         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12258         * rs6000-protos.h: New file.
12260         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
12262         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
12263         warnings.
12265         * sysv4.h: Likewise.
12267         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
12269         * ../../configure.in: Delete powerpcle-*-winnt*
12270         and powerpcle-*-pe|powerpcle-*-cygwin*.
12271         * ../../configure: Regenerated.
12272         * cygwin.h: Delete.
12273         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
12274         (TARGET_WINDOWS_NT): Delete.
12275         (ABI_NT): Delete.
12276         (CALL_NT_DLLIMPORT): Delete.
12277         Delete NT-specific code.
12278         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
12279         * win-nt.h: Delete.
12280         * t-winnt: Delete.
12281         * nt-ci.asm: Delete.
12282         * nt-cn.asm: Delete.
12283         * ntstack.asm: Delete.
12285         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12287         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
12288         (ASM_FILE_START): Likewise.
12289         (ASM_DECLARE_FUNCTION_NAME): Likewise.
12290         (ASM_OUTPUT_LABELREF): Likewise.
12291         (ASM_OUTPUT_SKIP): Likewise.
12292         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
12293         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12294         (ASM_OUTPUT_CASE_LABEL): Likewise.
12295         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
12296         (ASM_OUTPUT_ASCII): Likewise.
12298         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
12300         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
12301         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
12302         increment rs6000_pic_labelno here.
12303         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
12304         and increment rs6000_pic_labelno here.
12306         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
12308         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
12309         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
12310         allocation knows (reg) is dead before the insn.
12312         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
12314         * rs6000.md (movsi_to_cr): Correct typo in output template.
12316         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
12318         * rs6000.c (rs6000_pic_labelno): Always define.
12319         (rs6000_pic_func_labelno): Delete.
12320         (lmw_operation): Check for a zero base register,
12321         which doesn't mean what we want.
12322         (stmw_operation): New function.
12323         (print_operand): Define new 'l' modifier.
12324         (rs6000_stack_info): We must save all 64 bits of the registers
12325         if TARGET_POWERPC64.
12326         (rs6000_output_load_toc_table): Delete.
12327         (rs6000_emit_load_toc_table): New function.
12328         (rs6000_allocate_stack_space): Delete.
12329         (rs6000_emit_allocate_stack): New function.
12330         (rs6000_emit_prologue): New function.
12331         (output_prolog): Use rs6000_emit_prologue.
12332         (rs6000_emit_epilogue): Change a few variable names to be
12333         more accurate.  Restore all 64 bits of the registers if
12334         TARGET_POWERPC64.  Only restore the FP registers which were used
12335         if they are being saved/restored one-at-a-time.
12336         (output_mi_thunk): Delete inefficient code generation.
12337         (output_function_profiler): Don't use rs6000_output_load_toc_table.
12338         * rs6000.h: Declare rs6000_emit_load_toc_table,
12339         rs6000_allocate_stack_space, stmw_operation.  Don't declare
12340         rs6000_output_load_toc_table.
12341         * rs6000.md (elf_high): Allow register 0, but discourage it
12342         heavily.
12343         (elf_low): Support loading into register 0.
12344         (load_toc_aix_si): New pattern.
12345         (load_toc_aix_di): New pattern.
12346         (load_toc_v4_pic_si): New pattern.
12347         (load_toc_v4_pic_di): New pattern.
12348         (load_toc_v4_PIC_1): New pattern.
12349         (load_toc_v4_PIC_1b): New pattern.
12350         (load_toc_v4_PIC_2): New pattern.
12351         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
12352         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
12353         (prologue): New expander.
12354         (movesi_from_cr): New pattern.
12355         (stmw): New pattern.
12356         (save_fpregs_si): New pattern.
12357         (save_fpregs_di): New pattern.
12359         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12361         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
12362         (movdi): Likewise.
12363         (movhi): Likewise.
12364         (movqi): Likewise.
12366         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12368         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
12369         at present.
12370         (movsi_got_internal): Likewise.
12371         (movsi_got_internal+1): Likewise.
12372         (set_sp): 'unspec 7' does a SImode clobber.
12374         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12376         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
12377         allocate a stack temporary.
12378         (floatsidf2_internal): Likewise.
12379         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
12380         with unspec.
12381         (floatunssidf2): Don't use the fpmem "register", just
12382         allocate a stack temporary.
12383         (floatunssidf2_internal): Likewise.
12384         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
12385         with unspec.
12386         (floatsidf2_loadaddr): Delete.
12387         (floatsidf2_store1): Delete.
12388         (floatsidf2_store2): Delete.
12389         (floatsidf2_load): Delete.
12390         (fix_truncdfsi2): Don't use the fpmem "register", just
12391         allocate a stack temporary.
12392         (fix_truncdfsi2_internal_si): Delete.
12393         (fix_truncdfsi2_internal_di): Delete.
12394         (fix_truncdfsi2_internal): New insn.
12395         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
12396         (fix_truncdfsi2_store): Delete.
12397         (fix_truncdfsi2_load): Delete.
12398         (fctiwz): Produce gen_fctiwz.
12400         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
12402         * eabi.h (INVOKE__main): Define.
12403         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
12404         specially.
12405         (rs6000_emit_prologue): Likewise.
12406         * rs6000.h (struct rs6000_stack): Don't keep track of whether
12407         this is the main program.
12409         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12411         * rs6000.c (rs6000_va_arg): Delete some unused variables.
12413         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12415         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
12416         goes after the argument.
12418         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12420         * rs6000.md: Document 'unspec' values used.
12421         (epilogue): New expander.
12422         (movesi_to_cr_one): New expander.
12423         (movesi_to_cr and following): New pattern.
12424         (lmw): New pattern.
12425         (return_internal_si): New pattern.
12426         (return_internal_di): New pattern.
12427         (return_and_restore_fpregs_si): New pattern.
12428         (return_and_restore_fpregs_di): New pattern.
12429         * rs6000.h: Declare new functions.
12430         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
12431         rather than rs6000_calls_p.
12432         (rs6000_makes_calls): Delete.
12433         (lmw_operation): New function.
12434         (mtcrf_operation): New function.
12435         (rs6000_emit_epilogue): New function.
12436         (output_epilog): Call rs6000_emit_epilogue and final if
12437         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
12439         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12441         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
12442         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
12443         * aix.h (SUBTARGET_SWITCHES): Document switches.
12444         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
12445         sched-prolog and sched-epilog the same.  Document all the
12446         switches.
12447         (TARGET_OPTIONS): No longer allow -mdebug-.
12449         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12451         * rs6000.h (ASM_FILE_END): Move to aix.h.
12452         (EXTRA_SECTIONS): Move to aix.h.
12453         (READONLY_DATA_SECTION): Move to aix.h.
12454         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
12455         (SELECT_SECTION): Move to aix.h.
12456         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
12457         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
12458         (LINK_REGISTER_REGNUM): New definition.
12459         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
12460         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
12461         AIX and SVR4.
12462         * sysv4.h: Delete the code between the inclusion of rs6000.h
12463         and svr4.h.
12464         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
12465         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
12466         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
12467         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
12468         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
12469         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
12470         (fix_truncdfsi2_internal_di): New pattern.
12471         (fix_truncdfsi2_store): The second arg here is Pmode too.
12472         (fix_truncdfsi2_load): The second arg here is Pmode too.
12473         (tablejumpdi): Now that switch tables hold only SImode values,
12474         gcc needs to know how to add them to the pc which is DImode.
12475         * rs6000.c (rs6000_stack_info): Use symbolic name for
12476         LINK_REGISTER_REGNUM.
12477         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
12478         (output_toc): Delete unused variables s1 and s2.
12479         (output_ascii): Use fputs not fprintf on a variable string.
12481         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
12483         * rs6000.c (processor_target_table): Add power3 as alias for 630.
12484         * aix43.h: Revert Aug 2 change.
12485         (HAS_INIT_SECTION): Define, not visible yet.
12486         (LD_INIT_SWITCH): Define, not visible yet.
12487         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
12489         2000-01-04  Joel Sherrill (joel@OARcorp.com>
12491         * config/rs6000/rtems.h: Include config/rtems.h.
12493         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
12495         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
12496         (SLOW_UNALIGNED_ACCESS): Define.
12497         (CASE_VECTOR_MODE): Always use 32-bit offsets.
12498         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
12499         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
12500         (toc_section): Likewise and .toc pseudo-op.
12501         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
12502         64-bit mode.
12503         (TEXT_SECTION_ASM_OP): Likewise.
12504         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
12505         32-bit offsets.
12507         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12509         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
12510         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12511         compiling libgcc2.
12513         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12515         * rs6000.h: Move more stuff from here...
12516         * aix.h: to here.
12517         * sysv4.h: Cleanup accordingly.
12518         * netware.h: Likewise
12520         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12522         * rs6000.h: Continue cleanup.
12523         * aix.h: Likewise.
12524         * lynx.h: Likewise.
12525         * netware.h: Likewise.
12526         * sol2.h: Likewise.
12527         * sysv4.h: Likewise.
12528         * win-nt.h: Likewise.
12530         * rs6000.h (TARGET_SWITCHES): Add descriptions.
12531         (TARGET_OPTIONS): Likewise.
12533         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
12534         (SUBTARGET_OPTIONS): Likewise.
12536         * rs6000.md: Fix compile time warnings.
12538         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12540         vxworks patches from the Cygnus tree originally by
12541         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
12542         <vmakarov@cygnus.com>.
12543         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
12544         (ENDFILE_SPEC): Likewise.
12545         (LIB_VXWORKS_SPEC): New macro.
12546         (STARTFILE_VXWORKS_SPEC): New macro.
12547         (ENDFILE_VXWORKS_SPEC): New macro.
12548         (LINK_START_VXWORKS_SPEC): New macro.
12549         (LINK_OS_VXWORKS_SPEC): New macro.
12550         (CPP_OS_VXWORKS_SPEC): New macro.
12551         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
12552         * vxppc.h: Rewrite to use proper configuration method.
12553         * vxppcle.h: New file.
12554         * ../../configure.in: Add powerpcle-wrs-vxworks*.
12555         * ../../configure: Rebuilt.
12557         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12559         Lots of changes to rs6000.h, sysv4.h, aix.h,
12560         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
12561         with the aim that rs6000.h is the first header
12562         included and the others override it.
12563         * aix.h: New file.
12565         * x-aix41-gld: Remove.
12566         * x-aix43: Remove.
12567         * x-aix41: Remove target-specific switches, and don't specify
12568         -Wl,-bbigtoc as we don't need it any more.
12569         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
12570         Use t-aix43 for AIX 4.3 and above.
12571         * ../../configure: Regenerated.
12573         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
12574         options, that don't do anything yet.
12575         (MASK_SCHED_PROLOG): New macro.
12576         (MASK_SCHED_EPILOG): New macro.
12577         (TARGET_SCHED_PROLOG): New macro.
12578         (TARGET_SCHED_EPILOG): New macro.
12580         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12582         * rs6000.c: Correct comment, the `minimal' TOCs are actually
12583         one per translation unit, not one per function.
12584         (output_toc): Also do duplicate constant elimination
12585         for per-translation-unit TOCs.
12587         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
12588         a comment explaining _exactly_ when this pattern gets used.
12589         (builtin_setjmp_receiver): New pattern for better clarity.
12590         (init_v4_pic): Move it into a section dealing with TOC registers.
12592         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
12594         * rs6000.c (toc_hash_table): New variable.
12595         (rs6000_hash_constant): New function.
12596         (toc_hash_function): New function.
12597         (toc_hash_eq): New function.
12598         (toc_hash_mark_entry): New function.
12599         (toc_hash_mark_table): New function.
12600         (output_toc): Don't output duplicate TOC entries in
12601         a single file.
12602         (rs6000_add_gc_roots): Add the hash table as a GC root.
12603         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
12604         where they clearly shouldn't be.  This may need to be fixed
12605         later when there is a GNU ar for AIX.
12606         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
12607         Don't define BOOT_LDFLAGS as it is now not necessary.
12609         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
12611         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
12612         for va_list on AIX.  Use unsigned_char_type_node rather than
12613         constructing our own version on svr4.
12615         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
12617         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
12618         since patently it's not.
12620         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
12622         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
12623         define_expand/define_insn pair, and handle restore of the
12624         SVR4 -fpic register.
12626 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
12628         * acconfig.h (HAVE_GAS_WEAK): New define.
12629         * configure.in (assembler weak support): Check for .weak support.
12630         * config.in, configure: Rebuilt.
12631         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
12632         HAVE_GAS_WEAK is defined.
12634 2000-03-15  Nick Clifton  <nickc@cygnus.com>
12636         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
12637         asm_fprintf().
12639 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
12641         * cppfiles.c (open_include_file): New function.
12642         (find_include_file, cpp_read_file): Use it.
12644 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
12646         * cpphash.c (dump_hash_helper): Take the slot, not the element.
12648 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
12650         * flow.c (verify_flow_info): Check for unconditional return.
12652 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
12654         * config/ia64/ia64.md (restore_stack_nonlocal): New.
12655         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
12656         (__ia64_restore_stack_nonlocal): New.
12657         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
12659 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12661         * cpphash.c (collect_formal_parameters): Do not complain about
12662         parameter names that just start with `__VA_ARGS__'.
12664 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
12666         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
12667         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
12668         * i386.c (pentiumpro_cost): Set mul cost to 4.
12669         (x86_use_movx): Set for PPro.
12671 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
12673         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
12674         STACK_BOUNDARY for empty frames now.
12676 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
12678         * stor-layout.c (layout_union): Remove.
12679         (layout_union_field): New function, split out from layout_union.
12680         (finish_union_layout): Likewise.
12681         (layout_field): Handle unions by calling layout_union_field.
12682         (finish_record_layout): Handle unions.
12683         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
12684         QUAL_UNION_TYPE handling.
12686 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
12688         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
12689         end of basic block is jump_insn, not barrier; use create_basic_block
12690         instead of creating basic block by hand.
12692 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
12694         * flow.c (reorder_basic_blocks): Account for barriers when writing
12695         over NEXT_INSN (last_bb->end).
12696         (verify_flow_info): Add check for missing barriers.
12698 2000-03-14  Greg McGary  <gkm@gnu.org>
12700         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
12701         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
12702         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
12703         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
12704         __unbounded, __unbounded__): New keywords.
12705         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
12706         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
12707         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
12709 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12711         * cselib.h: New file.
12712         * alias.c: Include "cselib.h".
12713         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
12714         MEMs as two new arguments.
12715         (get_addr): New static function.
12716         (find_base_term): Handle VALUEs.
12717         (memrefs_conflict_p): Likewise.
12718         (true_dependence): Call get_addr on the addresses.
12719         Call fixed_scalar_and_varying_struct_p with addresses that have been
12720         passed through get_addr and canon_rtx.
12721         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
12722         with true_dependence.
12723         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
12724         * loop.c: Include "cselib.h".
12725         (load_mems): Process extended basic block that enters the loop with
12726         cselib.  Use that information to change initialization of the shadow
12727         register so that a constant equivalence is seen by later passes.
12728         * reload1.c: Include "cselib.h".
12729         (reload_cse_invalidate_regno): Delete function.
12730         (reload_cse_mem_conflict_p): Likewise.
12731         (reload_cse_invalidate_mem): Likewise.
12732         (reload_cse_invalidate_rtx): Likewise.
12733         (reload_cse_regno_equal_p): Likewise.
12734         (reload_cse_check_clobber): Likewise.
12735         (reload_cse_record_set): Likewise.
12736         (reg_values): Delete static variable.
12737         (invalidate_regno_rtx): Likewise.
12738         (reload_cse_delete_noop_set): New static function.
12739         (reload_cse_simplify): New static function, broken out of
12740         reload_cse_regs_1.
12741         (reload_cse_noop_set_p): Delete unused argument INSN.
12742         Just call rtx_equal_for_cselib_p on set source and destination.
12743         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
12744         reload_cse_delete_noop_set.  Delete code to keep track of values; use
12745         cselib functions instead.  Delete code to push/pop obstacks.
12746         (reload_cse_simplify_set): Use cselib to find equivalent values.
12747         Delete code to push/pop obstacks.
12748         (reload_cse_simplify_operands): Likewise.
12749         * rtl.def (VALUE): New rtx code.
12750         * rtl.h (union rtunion_def): New elt rt_cselib.
12751         (X0CSELIB, CSELIB_VAL_PTR): New macros.
12752         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
12753         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
12754         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
12755         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
12756         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
12757         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
12758         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
12759         cselib_record_set, cselib_record_sets): New static functions.
12760         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
12761         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
12762         references_value_p): New functions.
12763         (MAX_USELESS_VALUES, REG_VALUES): New macros.
12764         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
12765         n_useless_values, reg_values, callmem, cselib_obstack,
12766         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
12767         New static variables.
12768         * varray.h (union varray_data_tag): New elt te.
12769         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
12770         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
12771         dependencies.
12773 2000-03-14  Nick Clifton  <nickc@cygnus.com>
12775         * gcc.c (do_spec_1): Catch the case where %* is used in a
12776         substitution pattern, but it has not been initialised.
12777         Issue a meaningful error message if an unrecognised operator
12778         is encountered in a spec string.
12780 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
12782         * function.c (prepare_function_start): Correctly initialize
12783         cfun->stack_alignment_needed.
12785 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
12787         * cppfiles.c (find_include_file): Don't assume nshort is a
12788         substring of name.
12790 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
12792         * configure.in (hppa configurations): Add pa32-regs.h to the
12793         list of tm files as appropriate.
12794         * configure: Rebuilt.
12795         * pa.c (compute_frame_size): Remove explicit knowledge about FP
12796         register numbering.
12797         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
12798         (fmpyaddoperands, fmpysuboperands): Likewise.
12799         * pa.h: Remove various definitions which depend on knowing
12800         how registers are numbered.
12801         * pa32-regs.h: New file with PA32 register numbering specific
12802         definitions.
12804 2000-03-14  Richard Henderson  <rth@cygnus.com>
12806         * regmove.c (combine_stack_adjustments): New.
12807         (stack_memref_p, single_set_for_csa): New.
12808         (free_csa_memlist, record_one_stack_memref): New.
12809         (try_apply_stack_adjustment): New.
12810         (combine_stack_adjustments_for_block): New.
12811         * rtl.h (combine_stack_adjustments): Declare.
12812         * toplev.c (rest_of_compilation): Call it.
12814         * i386.md: Revert 2000-01-16 change.
12816 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12818         * gccbug.in: Add web category, gcc specific classes.
12820 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12822         * stor-layout.c (finalize_record_size): Fix typo.
12824 2000-03-14  Stan Shebs  <shebs@apple.com>
12826         * c-typeck.c (c_alignof): Error on incomplete types.
12827         * extend.texi (Alignment): Document this.
12829 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12831         * cppfiles.c: Include mkdeps.h.
12832         (find_include_file, read_include_file): Remove _cpp_ prefix
12833         from name, make static.
12834         (_cpp_execute_include): New function, broken out of
12835         do_include.
12837         * cpplib.c: Don't include mkdeps.h.
12838         (struct directive): Remove type field. Reorder entries.  The
12839         function takes only one argument.
12840         (struct if_stack): Make type field an int.
12841         (directive_table): Rename to dtable.  Generate it, the
12842         prototypes of the directive handlers, and the enum for the
12843         directive numbers, from a template macro.
12844         (do_ifndef, do_include_next, do_import): New functions.
12845         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12846         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12847         do_ident, do_assert, do_unassert, do_sccs): Take only one
12848         argument.
12849         (do_sccs): Define always, but alter behavior based on
12850         SCCS_DIRECTIVE.
12851         (_cpp_handle_directive, consider_directive_while_skipping):
12852         Restructure for new directive table layout.
12854         (pass_thru_directive): Take a directive number, not a pointer
12855         to a struct directive.
12856         (parse_include): New function, broken out of do_include.
12857         (do_include, do_import, do_include_next): Use parse_include
12858         and _cpp_execute_include.
12859         (do_elif, do_else): Test for T_ELSE specifically when checking
12860         for #elif/#else after #else.
12861         (parse_ifdef): New function, broken out of do_ifdef.
12862         (validate_else): Expect a name arg without a leading #.
12863         (if_directive_name): Delete.
12864         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12865         directive handlers with only one argument.
12867         * cpphash.h: Update prototypes.
12868         (enum node_type): Remove entries for directives.
12869         * Makefile.in: Update dependencies.
12871         * cpphash.c (dump_hash_helper): Only dump nodes of type
12872         T_MACRO.  Emit a newline after each definition.
12874 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12876         * gccbug.in: New file.
12877         * configure.in (all_outputs): Add gccbug.
12878         * Makefile.in (install-common): Install gccbug.
12879         (GCCBUG_INSTALL_NAME): New variable.
12880         * configure: Rebuilt.
12882 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12884         * function.c (put_var_into_stack): Use type_for_mode to calculate
12885         part_type.  Use MEM_SET_IN_STRUCT_P.
12886         * expr.c (store_field): Handle CONCAT.
12887         (store_constructor): Use fields_length.
12888         * tree.c (fields_length): New fn.
12889         * tree.h: Declare it.
12891 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12893         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12894         (cpplex.o): New target.
12895         * po/POTFILES.in: Add cpplex.c.
12897         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12898         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12899         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12900         skip_block_comment, skip_line_comment, skip_comment,
12901         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12902         _cpp_parse_name, skip_string, parse_string,
12903         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12904         _cpp_get_directive_token, find_position,
12905         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12906         (maybe_macroexpand, _cpp_lex_token): New functions.
12908         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12909         parse_goto_mark): Delete.
12910         (_cpp_handle_eof): New function.
12911         (_cpp_handle_directive): Rename from handle_directive.
12912         (_cpp_output_line_command): Rename from output_line_command.
12913         (do_if, do_elif): Call _cpp_parse_expr directly.
12914         * cppfiles.c (_cpp_read_include_file): Don't call
12915         init_input_buffer here.
12916         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12917         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12918         here; pop the token_buffer and skip the rest of the line here.
12919         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12920         here.
12922         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12923         Define here.
12924         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12925         CPP_GOTO_MARK): New macros.
12926         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12927         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12928         _cpp_read_and_prescan, _cpp_init_input_buffer,
12929         _cpp_grow_token_buffer, _cpp_get_directive_token,
12930         _cpp_handle_directive, _cpp_handle_eof,
12931         _cpp_output_line_command): Prototype them here.
12932         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12933         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12934         quote_string, output_line_command): Remove.
12936 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12938         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12939         whether it is too large we must also verify that it isn't negative.
12941 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12943         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12944         (movsi_zero_liveg0): Remove.
12945         (movsf_insn_novis_liveg0): Remove.
12946         (negsi2): Remove.
12947         (negsi2_not_liveg0): Rename to negsi2.
12948         (one_cmplsi2): Remove.
12949         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12950         (one_cmplsi2_liveg0): Remove.
12951         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12952         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12953         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12954         (PREDICATE_CODES): Remove zero_operand.
12955         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12956         TARGET_BROKEN_SAVERESTORE.
12957         (zero_operand): Remove.
12958         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12959         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12960         options.
12961         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12962         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12963         TARGET_BROKEN_SAVERESTORE): Remove.
12964         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12965         Remove.
12966         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12967         Remove.
12968         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12969         Remove.
12971         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12973 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12975         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12976         truncating a string.  Don't assume tokens are nul terminated.
12977         Problem noted by Andreas Jaeger <aj@suse.de>
12979 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12981         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12982         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12983         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12985 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12987         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12988         STRUCTURE_SIZE_BOUNDARY.
12990 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12992         * tree.h (record_layout_info_s): New structure.
12993         (record_layout_info): New type.
12994         (new_record_layout_info): New function.
12995         (layout_field): Likewise.
12996         (finish_record_layout): Likewise.
12997         * stor-layout.c (layout_record): Remove.
12998         (new_record_layout_info): New function.
12999         (layout_field): New function, broken out from layout_record.
13000         (finalize_record_size): Likewise.
13001         (compute_record_mode): Likewise.
13002         (finalize_type_size): New function, broken out from layout_type.
13003         (finish_record_layout): Likewise.
13004         (layout_type): Use them.
13006 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
13008         * cpphash.c: Don't include version.h.
13009         (special_symbol) [case T_VERSION]: Look for the string in
13010         hp->value.cpval; don't use version_string.
13011         * cppinit.c (initialize_builtins): Set hp->value.cpval for
13012         __VERSION__ to version_string.
13013         * Makefile.in (cpphash.o): Update deps.
13015 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
13017         Convert cpplib to use libiberty/hashtab.c.
13019         * cpplib.h (struct cpp_reader): Make hashtab and
13020         all_include_files of type 'struct htab *'.  Delete HASHSIZE
13021         and ALL_INCLUDE_HASHSIZE macros.
13023         * cpphash.h: Update prototypes.
13024         (struct hashnode): Remove next, prev, and bucket_hdr members.
13025         Make length a size_t.  Add hash member.
13026         (struct ihash): Remove next member.  Add hash member.  Make
13027         name a flexible array member.
13029         * cppfiles.c: Include hashtab.h.
13030         (include_hash): Delete.
13031         (IHASHSIZE): New macro.
13032         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
13033         (cpp_included): Do the hash lookup here.
13034         (_cpp_find_include_file): Rewrite.
13035         (cpp_read_file): Put the "fake" hash entry into the hash
13036         table.  Honor the control_macro, if it turns out we've seen
13037         the file before.  Don't push the buffer here.
13038         (_cpp_read_include_file): Push the buffer here.
13039         (OMODES): New macro.  Use it whenever we call open(2).
13041         * cpphash.c: Include hashtab.h.
13042         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
13043         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
13044         _cpp_lookup_slot): New functions.
13045         (HASHSIZE): new macro.
13046         (hashf, _cpp_install, _cpp_delete_macro): Delete.
13047         (_cpp_lookup): Use hashtab.h routines.
13049         * cppinit.c: Include hashtab.h.
13050         (cpp_reader_init): Call _cpp_init_macro_hash and
13051         _cpp_init_include_hash.  Don't allocate hashtab directly.
13052         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
13053         pfile->all_include_files.
13054         (initialize_builtins): Use _cpp_make_hashnode and
13055         htab_find_slot to add hash entries.
13056         (cpp_finish): Just call _cpp_dump_macro_hash.
13057         * cpplib.c: Include hashtab.h.
13058         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
13059         create hash entries.
13060         (do_pragma_poison, do_assert): Likewise.
13061         (do_include): Don't push the buffer here.  Don't increment
13062         system_include_depth unless _cpp_read_include_file succeeds.
13063         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
13064         or htab_remove_elt.
13065         (do_pragma_implementation): Use alloca to create copy.
13067         * Makefile.in: Update dependencies.
13069 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13071         * cppinit.c (cl_directive_handler): More K&R fixing.
13073 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
13075         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
13076         STACK_BOUNDARY.
13077         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
13079 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13081         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
13082         Change from char[] to macros.
13084 2000-03-12  Neil Booth  <NeilB@earthling.net>
13086         * cppinit.c (cpp_start_read): Update indirect function
13087         call to K&R C.
13089 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
13091         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
13092         entry.
13094         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
13095         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
13097 2000-03-11  Neil Booth  <NeilB@earthling.net>
13099         * cppinit.c (struct pending option): Replace undef with a
13100         pointer to a directive handling routine.
13101         (struct cpp_pending): Replace separate assert_ and define_
13102         lists with one directive_ list.
13103         (new_pending_define): Rename new_pending_directive. Extra
13104         argument is the directive's handling routine.
13105         (handle_option): Update to use new_pending_directive.
13107 2000-03-11  Neil Booth  <NeilB@earthling.net>
13109         * cppfiles.c (file_cleanup, _cpp_find_include_file,
13110         remap_filename, _cpp_read_include_file, actual_directory,
13111         hack_vms_include_specification): Replace bcopy(), index() etc
13112         calls.  Add casts to some allocations.  Make some variables
13113         pointers to const [unsigned] char.
13114         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
13115         collect_formal_parameters): Similarly.
13116         * cppinit.c (struct pending_option, append_include_chain,
13117         cpp_options_init, cpp_reader_init, initialize_standard_includes,
13118         cpp_start_read, new_pending_define, handle_option): Similarly.
13119         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
13120         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
13121         do_pragma_implementation, detect_if_not_defined,
13122         do_ifdef, skip_if_group, cpp_get_token, parse_string,
13123         do_assert, do_unassert): Similarly.
13124         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
13125         function prototypes.
13126         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
13128 2000-03-10  Richard Henderson  <rth@cygnus.com>
13130         * builtins.c (expand_builtin_strlen): Revert last change.
13131         Use emit_insn_before if we're at the beginning of a sequence.
13133 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
13135         * builtins.c (expand_builtin_strlen): Make sure that we have something
13136         at the beginning of the sequence.
13138         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
13139         deferred inlines.
13141         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
13143 2000-03-10  Richard Henderson  <rth@cygnus.com>
13145         * except.c (can_throw): Use INTVAL on a CONST_INT.
13146         (reachable_handlers): Likewise.
13147         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
13149 2000-03-10  Andreas Jaeger  <aj@suse.de>
13151         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
13152         MD_STARTFILE_PREFIX since those are not needed on linux.
13153         (ASM_FILE_START): New, from mips/gnu.h.
13155 2000-03-09  Richard Henderson  <rth@cygnus.com>
13156             Alex Samuel  <samuel@codesourcery.com> and others
13158         * Makefile.in (ssa.o): New rule.
13159         (OBJS): Add ssa.o.
13160         (STAGESTUFF): Add *.ssa and *.ussa.
13161         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
13162         * rtl.def (PHI): New RTL expression.
13163         * rtl.h (clear_log_links): New declaration.
13164         (convert_to_ssa): Likewise.
13165         (convert_from_ssa): Likewise.
13166         * flow.c (split_edge): If the entry node falls through to the
13167         split edge's source block, split the entry edge.
13168         (clear_log_links): New function.
13169         * toplev.c (ssa_dump): New variable.
13170         (flag_ssa): Likewise.
13171         (f_options): Add "ssa".
13172         (compile_file): Create SSA dump files.
13173         (rest_of_compilation): Go to and from SSA if enabled.
13174         (decide_d_option): Handle -de for SSA dump files.
13175         * ssa.c: New file.
13177 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
13179         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
13180         same as VAR_DECL.
13182 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
13184         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
13186 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
13188         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
13189         (MD_STARTFILE_PREFIX_1): New macro.
13191 2000-03-09  Robert Lipe  <robertl@sco.com>
13193         * config/ia64/ia64.c: Include system.h.
13195 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
13197         * except.c (nothrow_function_p): If -fno-exceptions, just return.
13198         (init_eh_nesting_info): Likewise.
13200         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
13201         (TREE_NOTHROW): Rename from TREE_RAISES.
13202         * toplev.c (rest_of_compilation): Set it.
13203         * print-tree.c (print_node): Adjust.
13204         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
13205         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
13206         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
13207         REG_EH_REGION note as appropriate.
13208         (libfunc_nothrow): New fn.
13209         (emit_library_call, emit_library_call_value): Use it.
13210         (expand_call): Check TREE_NOTHROW.
13212         * varasm.c (make_decl_rtl): Skip initial '*' when setting
13213         DECL_ASSEMBLER_NAME.
13215 2000-03-09  Andreas Jaeger  <aj@suse.de>
13217         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
13218         (TARGET_MEM_FUNCTIONS): Define.
13220 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
13222         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
13224         * except.c (can_throw): See through a SEQUENCE.
13225         (nothrow_function_p): New fn.
13226         * except.h: Declare it.
13227         * function.c (current_function_nothrow): New var.
13228         (prepare_function_start): Initialize it.
13229         * output.h: Declare it.
13230         * toplev.c (rest_of_compilation): Set it.
13231         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
13233 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
13235         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
13236         match.  (cpp_compare_defs): Count the nul separator when
13237         advancing over argument names.
13239 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
13241         * recog.c (preprocess_constraints): Matching constraints affect
13242         same alternative/different operand, not same operand/different
13243         alternative.
13245         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
13246         register and a constant specially.
13248 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13250         * libgcc2.h: New file.
13251         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
13253 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
13255         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
13256         * configure: Regenerate.
13257         * config/ia64: New.
13259 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
13261         * Makefile.in (LIBCPP_DEPS): New macro.
13262         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
13263         it to declare deps.
13264         * cpperror.c: Include cpphash.h.
13265         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
13266         dingleberry.
13267         (lex): Don't use CPP_WARN_UNDEF.
13268         (_cpp_parse_expr): Return an int, the truth value.
13269         * cppfiles.c: Include cpphash.h.
13270         (_cpp_merge_include_chains): Move to cppinit.c and make static.
13271         * cppinit.c (include_defaults_array): Disentangle.
13272         (cpp_cleanup): Don't free the if stack here.
13273         (cpp_finish): Pop off all buffers, not just one.
13274         * cpplib.c (eval_if_expr): Return int.
13275         (do_xifdef): Rename do_ifdef.
13276         (handle_directive): Don't use CPP_PREPROCESSED.
13277         (cpp_get_token): Don't use CPP_C89.
13278         * fix-header.c: Don't use CPP_OPTIONS.
13280         * cpplib.h: Move U_CHAR, enum node_type, struct
13281         file_name_list, struct ihash, is_idchar, is_idstart,
13282         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
13283         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
13284         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
13285         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
13286         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
13287         of _cpp_simplify_pathname, _cpp_find_include_file,
13288         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
13289         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
13290         cppinit.c.
13291         Change all uses of U_CHAR to be unsigned char instead.
13292         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
13294 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
13296         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
13297         (dwarf2out_begin_prologue): Set it.
13298         (output_call_frame_info): Don't emit EH unwind info for leaves.
13300         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
13301         can occur outside of an EH region.
13302         * except.c: Correct comments about rethrow behavior.
13303         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
13305 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
13307         * flow.c (make_edges): Always call make_eh_edge for calls.
13309 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
13311         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
13312         (struct cpp_buffer): Remove fname and underflow fields.
13313         (struct cpp_reader): Remove get_token field.
13314         (struct include_hash): Rename to struct ihash.  Add typedef to
13315         IHASH.
13316         (struct if_stack): Remove fname field.
13317         (IF_STACK_FRAME): Rename to IF_STACK.
13319         * cpperror.c (print_containing_files): Trust that there are no
13320         macro buffers below the top file buffer.
13321         * cppfiles.c: Replace all references to 'struct include_hash'
13322         with 'IHASH'.  Rename initialize_input_buffer to
13323         init_input_buffer.  Don't set or reference cpp_buffer->fname,
13324         use buffer->ihash->name instead.
13325         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
13326         not CPP_NULL_BUFFER.
13327         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
13328         IF_STACK_FRAME, IHASH not struct include_hash.
13329         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
13330         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
13331         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
13332         references to cpp_buffer->fname (delete entirely, or use
13333         ->ihash->name instead) and IF_STACK->fname.
13334         (cpp_push_buffer): Don't set new->underflow.
13335         (do_include): Use cpp_file_buffer.
13337         * cpphash.c (collect_formal_parameters): Remove duplicate
13338         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
13339         used as a macro argument name.  Don't append "..." to namebuf
13340         for varargs macros.  After we're done scanning, go through
13341         namebuf and make it NUL separated, not comma separated.
13342         (_cpp_compare_defs): Remove register tag from variables.
13343         Expect defn->argnames to be NUL separated.
13344         (_cpp_dump_definition): Expect defn->argnames to be NUL
13345         separated and in forward order.
13346         * cpphash.h: Update documentation of argnames field.
13348 2000-03-08  Richard Henderson  <rth@cygnus.com>
13350         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
13351         to fail.  Don't pre-expand the source operand.
13353         * i386.md (strlensi): Initialize eoschar and align before use.
13355 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
13357         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
13358         CONSTRUCTOR element.
13360 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
13362         * mips.c (mips_expand_prologue): If the last
13363         named argument is the vararg marker "va_list", treat it as
13364         an unnamed argument.
13366 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
13368         * dbxout.c (dbxout_parms): When correcting for promoted
13369         big-endian parameters, use the mode of the DECL_RTL rather
13370         than UNITS_PER_WORD.
13372 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13374         * c-common.h (make_fname_decl): Declare.
13375         * c-common.c (make_fname_decl): Define.
13376         (declare_hidden_char_array): Remove.
13377         (declare_function_name): Use make_fname_decl.
13378         * c-decl.c (c_make_fname_decl): New function.
13379         (init_decl_processing): Set make_fname_decl.
13381 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
13383         * cccp.c (handle_directive): Initialize backslash_newlines_p.
13385 2000-03-07  Philipp Thomas  <pthomas@suse.de>
13387         * po/POTFILES.in: Remove cppalloc.c from file list.
13389 2000-03-07  Steve Chamberlain  <sac@pobox.com>
13391         * pj.c (pj_expand_prologue): current_function->args_info is
13392         now current_function_args_info.
13394         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
13395         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
13396         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
13398 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13400         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
13401         output as hexadecimal rather than the default octal.
13403 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
13405         * cpphash.c (special_symbol): Fix thinko in previous commit.
13407 2000-03-07  Neil Booth  <NeilB@earthling.net>
13409         * cppexp.c (struct operation, left_shift, right_shift,
13410         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
13411         "int"s to "unsigned int"s.
13412         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
13413         Similarly.
13414         * cpplib.h: Update for above.
13415         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
13416         returned from allocations.
13418         * cppinit.c (opt_comp, parse_options): New functions.
13419         (handle_option): Use parse_option to parse a single command
13420         line option, that possibly takes an argument.
13421         (cpp_handle_options): Sort the array of command line options on
13422         first invocation (non-ASCII hosts only).
13423         (print_help): Update.
13425 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
13427         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
13428         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
13430         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
13431         initialized.
13432         * cppinit.c (cpp_cleanup): Free imp->nshort also.
13434         * cpperror.c (cpp_print_containing_files,
13435         cpp_print_file_and_line, v_cpp_message): Rename to
13436         print_containing_files, print_file_and_line, and v_message.
13437         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
13438         to _cpp_parse_expr, parse_escape, and lex.
13439         (parse_charconst): Remove broken multibyte support.
13440         * cppfiles.c (include_hash): Make static.
13441         (cpp_included): New function.
13442         (merge_include_chains, find_include_file, finclude,
13443         simplify_pathname): Rename to _cpp_merge_include_chains,
13444         _cpp_find_include_file, _cpp_read_include_file, and
13445         _cpp_simplify_pathname.
13446         * cpphash.c (cpp_lookup, free_definition, delete_macro,
13447         cpp_install, create_definition, macroexpand, compare_defs,
13448         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
13449         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
13450         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
13451         * cppinit.c (cpp_handle_option): Rename to handle_option, make
13452         static.
13453         * cpplib.c: Remove extern prototype of cpp_parse_expr.
13455         * cpphash.h: Update prototypes.
13456         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
13458 2000-03-07  Andrew Haley  <aph@cygnus.com>
13460         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
13461         PTRDIFF_TYPE should be based solely on Pmode.
13462         (SIZE_TYPE): ditto.
13464 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13466         * rtl.h (rtunion_def): Constify member `rtstr'.
13467         (emit_line_note_after, emit_line_note, emit_line_note_force,
13468         emit_note, decode_asm_operands): Constify.
13470         * cse.c (canon_hash): Likewise.
13472         * dbxout.c (dbxout_block): Likewise.
13474         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
13475         v_warning_for_asm): Likewise.
13477         * dwarfout.c (function_start_label): Likewise.
13479         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
13480         emit_line_note_force): Likewise.
13482         * final.c (last_filename, asm_insn_count, final_scan_insn,
13483         output_source_line): Likewise.
13485         * function.h (struct emit_status): Likewise.
13487         * gcse.c (hash_expr_1): Likewise.
13489         * genattr.c (gen_attr, main): Likewise.
13491         * genattrtab.c (struct function_unit, current_alternative_string,
13492         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
13493         attr_numeral, check_attr_test, check_attr_value,
13494         convert_set_attr_alternative, convert_set_attr,
13495         compute_alternative_mask, simplify_by_exploding, gen_attr,
13496         gen_unit): Likewise.
13498         * genflags.c (gen_insn): Likewise.
13500         * gengenrtl.c (type_from_format): Likewise.
13502         * genopinit.c (gen_insn): Likewise.
13504         * genoutput.c (n_occurrences, process_template, process_template):
13505         Likewise.
13507         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13508         Likewise.
13510         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13511         Likewise.
13513         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
13514         ggc_set_mark, ggc_get_size): Likewise.
13516         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
13518         * optabs.c (init_one_libfunc): Likewise.
13520         * output.h (assemble_start_function): Likewise.
13522         * recog.c (decode_asm_operands): Likewise.
13524         * toplev.c (rest_of_compilation): Likewise.
13526         * tree.h (emit_line_note_after, emit_line_note,
13527         emit_line_note_force): Likewise.
13529         * varasm.c (asm_output_bss, asm_output_aligned_bss,
13530         asm_emit_uninitialised, assemble_start_function,
13531         assemble_variable, const_hash, compare_constant_1,
13532         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
13534         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
13536         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
13538         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
13540         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
13542         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
13543         arm_dllimport_name_p): Likewise.
13545         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
13546         Likewise.
13548         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
13550         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13552         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
13553         arm_mark_dllexport, arm_mark_dllimport,
13554         arm_pe_encode_section_info): Likewise.
13556         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
13557         ASM_FINISH_DECLARE_OBJECT): Likewise.
13559         * arm/thumb.c (thumb_function_prologue): Likewise.
13561         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
13563         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13565         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
13567         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
13569         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
13571         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13573         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
13574         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
13576         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
13578         * i386/i386.c (asm_output_function_prefix): Likewise.
13580         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
13582         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13584         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
13586         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
13587         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
13588         ASM_OUTPUT_SECTION_NAME): Likewise.
13590         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
13592         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
13594         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
13596         * m32r/m32r.c (m32r_encode_section_info): Likewise.
13598         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13600         * mcore/mcore.c (mcore_encode_section_info): Likewise.
13602         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13604         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13606         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13608         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
13610         * mips/mips.md (movdi, movsi): Likewise.
13612         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13614         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13616         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13618         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
13619         ASM_OUTPUT_ASCII): Likewise.
13621         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
13622         output_mi_thunk, output_toc): Likewise.
13624         * rs6000/rs6000.md (movsi): Likewise.
13626         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
13628         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
13630         * v850/v850.c (print_operand, print_operand_address,
13631         v850_encode_data_area): Likewise.
13633 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
13635         * config/mips/mips.md (zero_extendsidi2): Always force operand
13636         one to memory for mips16.
13638 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13640         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
13641         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
13642         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
13643         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
13644         (min_precision): Result is unsigned.
13645         (add_double, neg_double, mul_double): Low word is unsigned.
13646         (lshift_double, rshift_double, lrotate_double): Likewise.
13647         (rrotate_double, div_and_round_double): Likewise.
13648         (tree_floor_log2, compare_tree_int): New functions.
13649         (preserve_rtl_expr_temps): New declaration.
13650         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
13651         (decl_attributes): Use tree_log2 to find alignment.
13652         Check for TREE_INT_CST_HIGH for format args.
13653         (min_precision): Now unsigned.
13654         Use tree_floor_log2.
13655         (truthvalue_conversion): Delete long-disabled code.
13656         * c-decl.c (finish_struct): Clean up tests on field width.
13657         (finish_function): Use compare_tree_int.
13658         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
13659         * c-typeck.c (comptypes): Use tree_int_cst_equal.
13660         (default_conversion, digest_init): Use compare_tree_int.
13661         (build_binary_op): Use integer_all_onesp and compare_tree_int.
13662         Fix type errors in forming masks.
13663         * calls.c (initialize_argument_information): Use compare_tree_int.
13664         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13665         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
13666         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
13667         (store_field): Use compare_tree_int.
13668         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
13669         (expand_expr, case ARRAY_REF): Use compare_tree_int.
13670         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
13671         (do_store_flag): Use compare_tree_int.
13672         * fold-const.c (encode, decode): Low part is always unsigned.
13673         (force_fit_type, add_double, neg_double, mul_double): Likewise.
13674         (lshift_double, rshift_double, lrotate_double): Likewise.
13675         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
13676         (fold_convert): Use compare_tree_int.
13677         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
13678         (invert_truthvalue, case INTEGER_CST): Likewise.
13679         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
13680         * mkdeps.c (deps_dummy_targets): Make I unsigned.
13681         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
13682         (lshift_double, rshift_double, lrotate_double, rrotate_double):
13683         Likewise.
13684         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
13685         (expand_end_case): Use compare_tree_int.
13686         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13687         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
13688         (layout_decl): Likewise.
13689         (layout_record, layout_union): Make sizes unsigned.
13690         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
13691         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
13692         * tree.c (struct type_hash): hashcode is unsigned.
13693         (build_type_attribute_variant, type_hash_list): Likewise.
13694         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
13695         (attribute_hash_list, build_array_type, build_method_type): Likewise.
13696         (build_complex_type): Likewise.
13697         (real_value_from_int_cst): Remove unneeded casts.
13698         (integer_all_onesp): Add casts.
13699         (tree_floor_log2, compare_tree_int): New functions.
13700         (build_index_type): Use tree_int_cst_sgn.
13701         * varasm.c (assemble_variable): Use compare_tree_int.
13703 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
13705         * cpphash.c (collect_expansion): Also catch ## at start of macro.
13707         * varasm.c (make_decl_rtl): Don't add a number to members of
13708         local classes.
13709         (make_function_rtl): Likewise.
13711 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13713         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
13714         patch from 2000-01-28.
13716 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
13718         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
13719         filled with an insn from the jump target.
13721 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13723         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
13724         (c4x_external_ref): Likewise.
13725         * config/c4x/c4x.c (struct name_list): Likewise.
13727 1999-12-16  Ben Collins  <bcollins@debian.org>
13729         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
13730         argument to genmultilib.
13731         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
13732         the contents into the multilib.h header.
13733         * gcc.c: Declare multilib_exclusions for the specs file.
13734         (set_multilib_dir): Use it.
13735         (print_multilib_info): Likewise.
13736         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
13737         to pass to genmultilib.
13739 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13741         * builtins.c (built_in_class_names, built_in_names): Constify a
13742         char*.
13744         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
13745         int.
13746         (_mcleanup): Ensure value matches format specifier in sprintf.
13748         * cpphash.c (special_symbol): Don't needlessly cast away
13749         const-ness.
13751         * cppinit.c (base_name): Delete unused prototype.
13753         * mkdeps.c (deps_init): Make definition K&R safe.
13755         * tree.h (built_in_class_names, built_in_names): Constify a
13756         char*.
13758 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
13760         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
13761         floating point instructions for epilogue delay.
13763         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
13764         to gas if it supports .register pseudo.
13766         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
13767         LONG_DOUBLE_TYPE_SIZE if not defined.
13768         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
13769         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
13770         * real.c: Likewise.
13771         * gengenrtl.c: Likewise.
13772         * print-rtl.c: Likewise.
13773         * rtl.c: Likewise.
13774         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
13775         MASK_LONG_DOUBLE_128.
13776         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
13777         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
13778         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
13779         (SUBTARGET_SWITCHES): Define.
13780         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
13781         with -mlong-double-128.
13782         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13783         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13784         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13785         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
13786         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
13787         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
13788         with -mlong-double-128.
13789         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13790         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13791         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13792         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
13793         TARGET_LONG_DOUBLE_128): Define.
13794         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
13795         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
13796         long double on TARGET_ARCH64.
13798 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
13800         * function.c (free_temps_for_rtl_expr): Don't free slots
13801         that have been pushed into a higher level.
13803         Revert this patch:
13804         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13806 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13808         * basic-block.h (ALLOCA_REG_SET): Remove.
13809         (INITIALIZE_REG_SET): New macro.
13810         * flow.c (update_life_info): Use it.
13811         (calculate_global_regs_live): Likewise.
13812         (propagate_block): Likewise.
13813         * global.c (build_insn_chain): Likewise.
13814         * haifa-sched.c (schedule_region): Likewise.
13816 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13818         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13819         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13820         (DWARF_ARANGES_PAD_SIZE): New define.
13821         (output_aranges): Use it to pad the address range header.
13822         (DWARF_ROUND): Fix for non power of 2 rounding.
13824 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13826         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13828 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13830         * tree.def (RTL_EXPR): Update documentation.
13831         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13832         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13833         * function.c (preserve_rtl_expr_temp): New function.
13834         (preserve_rtl_expr_temps): Likewise.
13835         (preserve_rtl_expr_result): Use it.
13837         Revert this patch:
13838         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13840 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13842         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13843         for unchanging destination.
13845 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13847         * function.h (struct sequence_stack): Remove rtl_expr.
13848         (struct emit_staus): Likewise.
13849         (seq_rtl_expr): Remove.
13850         * tree.h (free_temps_for_rtl_expr): Don't declare.
13851         (start_sequence_for_rtl_expr): Likewise.
13852         * rtl.h (preserve_rtl_expr_result): Likewise.
13853         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13854         (start_sequence_for_rtl_expr): Remove.
13855         (push_topmost_sequence): Don't save sequence_rtl_expr.
13856         (pop_topmost_sequence): Remove comment about not restoring it.
13857         (end_sequence): Don't set seq_rtl_expr.
13858         (init_emit): Don't initialize it.
13859         (mark_sequence_stack): Don't mark it.
13860         (mark_emit_status): Likewise.
13861         * except.c (protect_with_terminate): Use
13862         start_sequence_for_rtl_expr, not start_sequence.
13863         * expr.c (expand_expr, case RTL_EXPR): Don't call
13864         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13865         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13866         (preserve_rtl_expr_result): Remove.
13867         (free_temps_for_rtl_expr): Likewise.
13868         (pop_temp_slots): Likewise.
13869         (mark_temp_slot): Don't mark the rtl_expr.
13870         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13871         start_sequence_for_rtl_expr.
13873 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13875         * mkdeps.c, mkdeps.h: New files.
13876         * po/POTFILES.in: Add them.
13877         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13878         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13879         (mkdeps.o): New target.
13881         * cppfiles.c: Delete deps_output.
13882         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13883         OBJECT_SUFFIX, and base_name.
13884         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13885         the include hash.
13886         (initialize_dependency_output): Use deps_init,
13887         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13888         all the unnecessary string bashing.
13889         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13890         level.
13891         * cpplib.c (do_include): Use deps_add_dep.
13892         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13893         deps_allocated_size, deps_size, deps_column members with
13894         single pointer to a struct deps.  Delete prototype of
13895         deps_output.
13897         * cppinit.c: Fix thinko in previous patch.
13899 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13901         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13902         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13903         (mode_for_size_tree): New function.
13904         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13905         * tree.h (mode_for_size_tree): New declaration.
13907         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13909 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13911         * stmt.c (is_body_block): Move...
13912         * dwarfout.c, dwarf2out.c: ...from here.
13913         * tree.h: Declare it.
13914         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13915         * final.c (final_start_function): Do call remove_unnecessary_notes
13916         when scheduling.
13918 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13920         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13922         * cpplib.h (_dollar_ok): New macro.
13923         (is_idchar, is_idstart): Use it.
13924         (IStable): Rename to _cpp_IStable.  Declare it const if
13925         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13926         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13927         is_space): Update for renamed IStable.
13929         * cppinit.c: Delete all references to FAKE_CONST and CAT
13930         macros. Define init_IStable as empty macro if gcc >=2.7 or
13931         C99. Change TABLE() to ISTABLE and hardcode name of table.
13932         (cpp_start_read): Don't change the IStable based on
13933         dollars_in_ident.
13935         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13936         changed.  Handle '$' for char1 correctly.
13937         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13939         * cppexp.c (tokentab2): Make const.
13940         (cpp_lex): Make toktab const.
13941         * cppinit.c (include_defaults_array): Make const.
13942         (initialize_standard_includes): Make default_include const.
13944 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13946         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13947         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13948         (gen_decl_die): Likewise.
13949         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13950         (output_decl): Likewise.
13952         * varasm.c (make_function_rtl): If we change the name used in the
13953         rtl, update DECL_ASSEMBLER_NAME accordingly.
13954         (make_decl_rtl): Likewise.
13956         * toplev.c (rest_of_compilation): Tweak formatting.
13958         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13959         remove_unnecessary_notes.
13960         (debug_ignore_block): New fn.
13961         * toplev.h: Declare it.
13962         * emit-rtl.c (remove_unncessary_notes): Call it.
13963         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13964         * dwarf2out.h: Declare it.
13965         * final.c (final_start_function): Don't call remove_unnecessary_notes
13966         if we did insn scheduling.
13968 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13970         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13971         * cpplib.h: Delete SET_CPP_PEDANTIC.
13973 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13975         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13976         result is a RECORD_TYPE.
13978 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13980         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13982 2000-03-03  Richard Henderson  <rth@cygnus.com>
13984         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13985         addition over compliments over shifts.
13987 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13989         * reload1.c (reload_combine_note_use): Handle return register USEs.
13990         REG case: Handle multi-hard-register hard regs.
13992 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13994         * md.texi: Document use of '*' in insn pattern name.
13996 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13998         * calls.c (special_function_p): operator new may not be malloc-like.
14000         * gcse.c (dump_hash_table): Really fix error in last change.
14002 2000-03-02  Denis Chertykov  <denisc@overta.ru>
14004         * avr.c (print_operand): Use print_operand_address instead of
14005         output_addr_const.
14006         * avr/libgcc.S: Cleanup code.
14008 2000-03-02  Richard Henderson  <rth@cygnus.com>
14010         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
14012 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
14014         * tree.h (TYPE_ALIGN_UNIT): New macro.
14016 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
14018         * i386.c: (constant_call_address_operand): Reject CONST_INT.
14020 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
14022         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
14023         for the buffer.
14024         (SET_CPP_PEDANTIC): New macro.
14025         * cpplib.c (do_include): Don't bother checking system_header_p.
14026         (do_warning, do_ident, do_assert, do_unassert): Likewise.
14027         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
14029         * function.h (struct expr_status): Add x_arg_space_so_far.
14030         (arg_space_so_far): New macro.
14031         * expr.c (init_expr): Initialize it.
14032         * calls.c (emit_call_1): Reset it.
14033         (compute_argument_block_size, expand_call): Use it.
14034         (expand_call, store_one_arg): Increment it.
14036 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14038         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
14039         a UNION_TYPE.
14041 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
14043         * cppfiles.c (cpp_read_file): New function.
14045         * cpphash.c (collect_expansion): Make sure to reset last_token
14046         to NORM when we hit a string.  Handle trailing whitespace
14047         properly when the expansion is empty.
14048         (create_definition): Disable line commands while parsing the
14049         directive line.
14050         (dump_definition): If pfile->lineno == 0, output a line
14051         command ahead of the dump, and add a trailing newline.
14053         * cppinit.c (append_include_chain): Add fifth argument, which
14054         indicates whether or not system headers are C++ aware.
14055         (initialize_standard_includes): New function,
14056         broken out of read_and_prescan.  Pass 'cxx_aware' value from
14057         the include_defaults_array on to append_include_chain.
14058         (dump_special_to_buffer): Const-ify char array.
14059         (builtin_array): Don't dump __BASE_FILE__.
14060         (cpp_start_read): Use cpp_read_file.  Reorder code for
14061         clarity.  Don't output line commands here for -D/-A/-U
14062         switches.  Don't call deps_output for files included with
14063         -include or -imacros.
14065         * cpplib.c (do_define): Don't pay any attention to the second
14066         argument.
14067         (cpp_expand_to_buffer): Disable line commands while scanning.
14068         (output_line_command): Work in the file buffer.
14069         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
14070         Fix formatting of comments.  Prototype cpp_read_file.
14072 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14074         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
14075         reference the language-equivalent of sizetype.
14076         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
14077         * fold-const.c (size_binop, size_diffop): Put back checks.
14078         * gcse.c (dump_hash_table): Fix minor error in last change.
14079         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
14080         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
14081         all sizetypes.
14083 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
14085         * calls.c (expand_call)  Do not attempt to combine stack adjustments
14086         with inhibit_defer_pop set.
14088 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
14090         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
14091         the DECL_SIZE for a FIELD_DECL.
14093 2000-03-01  Bruce Korb  <bkorb@gnu.org>
14095         * fixinc/inclhack.tpl: remove unused symlinks
14096         * fixinc/README: GCC Maintainer info
14097         * fixinc/inclhack.sh: regen
14098         * fixinc/fixincl.sh: regen
14100 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14102         * cpphash.c (collect_expansion): Trim trailing white space
14103         from macro definitions, but don't go past the last insertion
14104         point.
14106 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
14108         * i386.md (mulqi3): New pattern.
14110 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
14112         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
14113         token types.
14114         (struct cpp_reader): Add parsing_if_directive and
14115         parsing_define_directive flags.
14116         (struct cpp_options): Remove output_conditionals flag.
14117         (check_macro_name): Delete prototype.
14119         * cpphash.h (struct macrodef): Delete.
14120         (struct reflist): Separate from struct definition.
14121         (struct definition): Remove unused fields.  Add column number.
14122         (create_definition): Returns a DEFINITION *.  Takes a
14123         cpp_reader * and an int.
14125         * cpphash.c (SKIP_WHITE_SPACE): Delete.
14126         (PEEKC): Copy defn from cpplib.c.
14127         (rest_extension, REST_EXTENSION_LENGTH): Delete.
14128         (struct arg): New.
14129         (struct arglist): Simplify.
14130         (collect_expansion): Rewrite.  Get tokens by calling
14131         cpp_get_token.  Add more error checking.
14132         (collect_formal_parameters): New function, broken out of
14133         create_definition and reworked to use get_directive_token.
14134         (create_definition): All real work is now in collect_expansion
14135         and collect_formal_parameters.  do_define handles finding the
14136         macro name.  Return a DEFINITION, not a MACRODEF.
14137         (macroexpand): Replace bcopy with memcpy throughout.  Replace
14138         character-at-a-time copy loop with memcpy and pointer increments.
14139         (compare-defs): d1->argnames / d2->argnames might be null.
14141         * cpplib.c (copy_rest_of_line): Delete function.
14142         (skip_rest_of_line): Do all the work ourselves.
14143         (skip_string): New function.
14144         (parse_string): Use skip_string.
14145         (get_macro_name): New function.
14146         (check_macro_name): Delete.
14147         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
14148         (cpp_skip_hspace): Use CPP_BUMP_LINE.
14149         (handle_directive): ICE if we're called on a macro buffer.
14150         (do_define): Determine macro name and type (funlike/objlike)
14151         here.  Expunge all uses of MACRODEF.
14152         (cpp_push_buffer): Set line_base to NULL.
14153         (do_undef, read_line_number): Don't worry about getting a POP token.
14154         (eval_if_expression): Set/reset parsing_if_directive around
14155         cpp_parse_expr. Don't clear only_seen_white.
14156         (skip_if_group): Remove output_conditionals logic.  Use
14157         skip_rest_of_line.
14158         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
14159         tokens under appropriate conditions.
14160         (cpp_unassert): Call do_unassert not do_assert.  Oops.
14162         * cppexp.c (parse_defined): New function, break out of
14163         cpp_lex.
14164         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
14165         ourselves, with cpp_defined.
14166         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
14168         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
14169         * gcc.dg/strpaste-2.c: New.
14171 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
14173         * fold-const.c (size_binop): Don't asert inputs are the same and
14174         have TYPE_IS_SIZETYPE set.
14175         (size_diffop): Likewise.
14177 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
14179         * dwarfout.c (output_block): Output abstract blocks even if they
14180         don't have TREE_ASM_WRITTEN set.
14182         * calls.c (emit_library_call): Check for null REG.
14184 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14186         * c-decl.c (current_function_decl): Move to toplev.c.
14187         (init_decl_processing): Don't add current_function_decl as a ggc
14188         root here.
14189         * dbxout.c (dbxout_symbol): Change return type to int.
14190         (dbxout_symbol_location, dbxout_syms): Likewise.
14191         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
14192         any locals. Use current_function_func_begin_label if set.
14193         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
14194         * dwarf2out.c (dwarf2out_begin_prologue): Set
14195         current_function_func_begin_label.
14196         * final.c (final_start_function): Reset it.
14197         * toplev.c (current_function_decl): Define it here.
14198         (current_function_func_begin_label): New variable.
14199         (main): Add both as ggc roots.
14200         * tree.h (current_function_func_begin_label): Declare.
14202 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14204         * gcse.c: Cleanups throughout: mostly white-space, but also
14205         some minor rearrangement of code.
14207 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
14209         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
14210         returns a PARALLEL.  Use emit_group_load and use_group_regs
14211         as needed.
14212         (emit_library_call_value): Similarly.
14214         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
14215         * pa/quadlib.asm: Remove.
14216         * pa/quadlib.c: New file.
14218         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
14219         * configure: Rebuilt.
14221 2000-02-29  Philip Blundell  <pb@futuretv.com>
14223         * config/arm/conix-elf.h: New file.
14224         * configure.in (arm*-*-conix*): New configuration.
14225         * configure: Regenerate.
14227 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
14229         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
14230         don't have TREE_ASM_WRITTEN set.
14232 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14234         * Eliminate DECL_FIELD_SIZE.
14235         * builtins.c (built_in_class_names, built_in_names): New variables.
14236         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
14237         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
14238         DECL_SIZE, not DECL_FIELD_SIZE.
14239         * print-tree.c (print_node): Remove code that prints extra blank
14240         lines in some cases.
14241         Properly handle inline and builtin function cases.
14242         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
14243         * tree.h (built_in_class_named, built_in_names): New declarations.
14244         (union tree_decl): Rename internal unions to u1 and u2 and change
14245         some of their components.
14246         Add new field built_in_class.
14247         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
14248         Reflect above changes.
14249         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
14250         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
14251         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
14252         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
14254 2000-02-28  Dmitri Makarov  <dim@windriver.com>
14256         * extend.texi: Document ARM's support for long/short calls.
14258         * invoke.texi: Document ARM's -mlong-calls command line switch.
14260         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
14261         (arm_encode_call_attribute): Add prototype.
14262         (arm_set_default_type_attribute): Add prototype.
14263         (arm_strip_name_encoding): Add prototype.
14265         * config/arm/arm.c (arm_init_cumulative_args): replace
14266         initialisation og 'long_calls' field with initialisation of
14267         'call_cookie' field.
14268         (enum arm_pragma_enum): New enum.
14269         (arm_pragma_long_calls): New static variable.
14270         (arm_process_pragma): Also process "#pragma long_calls_off".
14271         (arm_valid_type_attribute_p): Accept short_call attribute.
14272         (arm_comp_type_attributes): Check long/short call attributes.
14273         (arm_encode_call_attribute):  New function:  Encode long_call
14274         or short_call attribute in function name.
14275         (arm_set_default_type_attributes): New function: Assign
14276         default attributes to newly defined type.
14277         (current_file_function_operand): New function: Return true if
14278         the symbol is a function which has already been compiled.
14279         (arm_is_longcall_p): New function: Return true if the
14280         indicated function should be called via a long call.
14281         (arm_get_strip_length): New function.  Returns number of
14282         prefix characters to be stripped from a function's name.
14283         (arm_strip_name_encoding): New function.  Strip prefix characters
14284         from a function's name.
14286         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
14287         with 'call_cookie'.
14288         (SHORT_CALL_FAG_CHAR): Define.
14289         (LONG_CALL_FAG_CHAR): Define.
14290         (ENCODED_SHORT_CALL_ATTR_P): Define.
14291         (ENCODED_LONG_CALL_ATTR_P): Define.
14292         (ARM_NAME_ENCODING_LENGTHS): Define.
14293         (STRIP_NAME_ENCODING): Define.
14294         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
14295         (ARM_ENCODE_CALL_TYPE): Define.
14296         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
14297         (ARM_DECLARE_FUNCTION_SIZE): Define.
14298         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
14300         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
14301         if a long call is needed.
14302         (call_value): Ditto.
14303         (call_symbol): Ditto.
14305         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
14306         ARM_DECLARE_FUNCTION_SIZE.
14308         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
14309         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
14310         (ARM_STRIP_NAME_ENCODING): Undefine.
14311         (STRIP_NAME_ENCODING): Undefine.
14312         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
14313         (ASM_DECLARE_FUNCTION_NAME): Ditto.
14314         (ASM_OUTPUT_COMMON): Ditto.
14315         (ASM_DECLARE_OBJECT_NAME): Ditto.
14317         * config/arm/pe.c (arm_dllexport_name_p): Check for
14318         ARM_PE_FLAG_CHAR.
14319         (arm_dllimport_name_p): Ditto.
14320         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
14321         (arm_mark_dllimport): Ditto.
14323 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14325         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
14327 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
14329         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
14331 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
14333         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
14334         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
14335         NO_BUILTIN_WCHAR_TYPE is not defined.
14336         (CPP_WCHAR_TYPE): Delete.
14337         * cccp.c (main): Don't change wchar_type if cplusplus.
14338         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
14340 2000-02-28  Nick Clifton  <nickc@cygnus.com>
14342         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
14344 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
14346         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
14347         (ASM_WEAKEN_LABEL): Define.
14349 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
14351         * expr.c (store_constructor): Do not emit USE.
14352         * rtl.h (stupid_life_analysis): Remove.
14354 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14356         * function.c (number_blocks): Reset next_block_index based on
14357         what debugging format is used, not what is defined.
14359         * lcm.c: Minor reformatting throughout.
14360         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
14362         * toplev.c (rest_of_compilation): Account for time in
14363         optimize_mode_switching.
14365         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
14366         if only marking labels.
14368 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
14370         * calls.c (expand_call): Attempt to combine stack adjustments with
14371         pending stack adjustments.
14373 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14375         * loop.c (reg_in_basic_block_p): Don't abort when falling through
14376         to the end of the function.
14378 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
14380         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
14381         blocks.
14382         * final.c (next_block_index): Remove.
14383         (max_block_depth): Likewise.
14384         (pending_blocks): Likewise.
14385         (init_final): Don't initialize them.
14386         (final_start_function): Don't set next_block_index.  Set up
14387         BLOCK_NUMBER.
14388         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
14389         * function.h (number_blocks): New function.
14390         * function.c (get_block_vector): New function.
14391         (identify_blocks): Use it.
14392         (reorder_blocks): Set NOTE_BLOCK.
14393         (number_blocks): New function.
14394         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
14395         * tree.h (BLOCK_NUMBER): New macro.
14396         (tree_block): Add block_num field.
14397         * dbxout.c (next_block_number): Remove.
14398         (dbxout_init): Don't set it.
14399         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
14400         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
14401         block numbers.
14402         * toplev.c (rest_of_compilation): Always call
14403         find_loop_tree_blocks.  Fix indentation.
14404         * dwarf2out.c (next_block_number): Remove.
14405         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
14406         to determine block numbers.
14407         (gen_inlined_subroutine_die): Likewise.
14408         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
14409         (decls_for_scope): Don't increment next_block_number.
14410         * dwarfout.c (next_block_number): Remove.
14411         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
14412         to determine block numbers.
14413         (output_inlined_subroutine_die): Likewise.
14414         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
14415         (output_decls_for_scope): Don't increment next_block_number.
14416         * sdbout.c (next_block_number): Remove.
14417         (sdbout_block): Use BLOCK_NUMBER.
14418         (sdbout_begin_block): Simplify.
14419         * xcoffout.c (next_block_number): Remove.
14420         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
14421         (xcoffout_begin_block): Don't set next_block_number.
14422         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
14423         next_block_number.
14425 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14427         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
14428         (expand_builtin_strcpy): Pass correct type to size_binop.
14429         (expand_builtin_strcmp): Likewise.
14430         Clean up conditional structure.
14431         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
14432         (complete_array_type): Don't use size_binop for MAXINDEX.
14433         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
14434         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
14435         (c_alignof): Use size_one_node.
14436         (build_unary_op): Pass arg of proper type to size_binop.
14437         (really_start_incremental_init, push_init_level): Use sizetype for
14438         constructor{,_bit,_unfilled}_index.
14439         (pop_init_label, output_init_element): Likewise.
14440         (output_pending_init_elements, process_init_element): Likewise.
14441         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
14442         * expr.c (store_expr): Use size_int.
14443         (store_constructor): Use proper types for size_binop args.
14444         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
14445         (expand_expr_unaligned): Likewise.
14446         (string_contant): Return object of sizetype.
14447         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
14448         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
14449         (ARGS_SIZE_TREE): Pass proper types to size_binop.
14450         * fold-const.c (int_const_binop): Refine when size_int is called.
14451         (fold_convert): Likewise.
14452         (size_int_wide): Rework to take KIND as arg, only take low order
14453         bits, handle new sizetype_tab datatype, and chain entries in
14454         size_table.
14455         (size_int_type_wide): New function.
14456         (size_binop): Validate types of arguments.
14457         (ssize_binop): Deleted.
14458         (size_diffop): New function.
14459         (extract_muldiv): Only fold division into multiplication for sizetypes.
14460         * function.c (assign_parms): Use size_diffop and make sure
14461         VAR field is of ssizetype; also pass proper type to size_binop.
14462         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
14463         (round_down): Deleted from here.
14464         * store-layout.c (sizetype_tab): Now an array.
14465         (sizetype_set, early_root_list): New variables.
14466         (variable_size): Use size_one_node.
14467         (round_up): Pass proper type to size_binop.
14468         (round_down): Moved to here and corrected as above.
14469         (layout_record): Pass proper arg types to size_binop.
14470         (layout_type): Likewise.
14471         If sizetype_set is zero, record the type just laid out.
14472         (make_unsigned_type): Don't call set_sizetype;
14473         (make_signed_type): Likewise; also, call fixup_signed_type.
14474         (initialize_sizetypes): New function.
14475         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
14476         set name of bitsizetype to "bit_size_type".
14477         Fix up type of sizes of all types made before call.
14478         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
14479         * tree.c (fix_sizetype): Deleted.
14480         (build_common_tree_nodes): Call initialize_sizetypes.
14481         (build_common_tree_nodes_2): Don't call fix_sizetype.
14482         * tree.h (TYPE_IS_SIZETYPE): New macro.
14483         (initialize_sizetype): New declaration.
14484         (enum size_type_kind): New type.
14485         (struct sizetype_tab): Deleted.
14486         (sizetype_tab): Now array; adjust sizetype macros.
14487         (size_diffop, size_int_type_wide): New functions.
14488         (size_int_wide): Change number of args and type; access macros changed.
14489         (ssize_int, sbitsize_int): New macros.
14490         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
14491         (ROUND_TYPE_SIZE_UNIT): New macro.
14493 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
14495         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
14497 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14499         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
14500         Mark as possibly unused.
14502         * cse.c (cse_insn): Delete dead code involving tablejump.
14503         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
14505         * Makefile.in (libcpp.a): Start by deleting it.
14507 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14509         * cpplib.h (enum file_change_code): Added rename_file.
14510         * cpplib.c (do_line): If a filename is given, set file_change to
14511         rename_file.
14512         (output_line_command): If file_change is rename_file, always
14513         output a # directive with the file name.
14515         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
14517 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14519         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
14520         when copying a PARM_DECL or RESULT_DECL.
14522 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14524         * fix-header.c (recognized_function): Also fix prototypes for
14525         functions taking "void".
14527 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14529         * reload1.c (do_output_reload): Check reg_reloaded_valid before
14530         looking at reg_reloaded_contents.
14532 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14534         * Makefile.in (STMP_FIXINC): New toggle.
14535         (LIBGCC2_DEPS): Delete all references.
14536         (stmp-headers): Delete target.  All references either deleted
14537         or changed to stmp-int-headers.
14538         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
14539         (LIBCPP_OBJS): Take out cppalloc.o.
14540         (cppalloc.o): Delete target.
14541         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
14542         (gen-protos, fix-header): Link with libiberty.a.
14543         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
14544         to empty.
14546         * configure.in: Remove refs to strerror.
14547         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
14548         * system.h: Take out strerror stanza.
14550         * cpperror.c (my_strerror): Delete function.
14551         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
14552         * cppmain.c (main): Call xmalloc_set_program_name first thing.
14553         * cppalloc.c: Delete file.
14554         * gen-protos.c: Don't provide xrealloc.
14556         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
14557         xstrerror throughout.
14559 2000-02-26  Bruce Korb  <bkorb@gnu.org>
14561         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
14562         match for DOS headers, too.
14563         * fixinc/inclhack.sh,fixincl.x: Regenerate.
14565 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14567         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
14568         is right for most ELF targets.
14569         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
14570         Let the default file use %U properly.
14571         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
14572         default.
14574         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
14575         numbers.
14577 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14579         * toplev.c (documented_lang_options): Correct spelling error.
14580         (decode_d_option, decode_f_option, main): Likewise.
14582         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
14584         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
14585         to tell assembler it is permitted to expand large constants.
14587 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
14589         * protoize.c: (AUX_INFO_SUFFIX): New macro.
14590         (aux_info_suffix): Use.
14591         (SAVE_SUFFIX): New macro.
14592         (save_suffix): Use.
14593         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
14594         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
14595         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
14597         * invoke.texi (Running Protoize): Update documentation.
14599 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
14601         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
14603 2000-02-25  John Wehle  (john@feith.com)
14605         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
14607 2000-02-25  Anthony Green  <green@cygnus.com>
14609         * toplev.c (rest_of_compilation): Rebuild jump labels if
14610         combine_instructions has created a new direct jump.
14611         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
14612         when appropriate.
14613         (combine_instructions): Call try_combine with new argument.
14614         Return non-null value when new direct jump instruction is created.
14615         * rtl.h: combine_instructions returns an int.
14617 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
14619         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
14620         jump when changing a computed jump into a jump to a known
14621         target.
14623 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
14625         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
14626         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
14628         * i386.md (define_expand "clrstrsi"): Fix typo.
14630 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
14632         * rtl.texi: Fix typo.
14634 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14636         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
14637         UNITS_PER_WORD.  Change caller initial_elimination_offset.
14638         (rounded_frame_size): Take into account that argument pushed has
14639         changed.  Fix TARGET_ALIGN_DOUBLE problem.
14641 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14643         * haifa-sched.c (schedule_block): Explain the real reason
14644         we delete REG_SAVE_NOTEs on the first insn of a block.
14645         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
14647 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14649         * input.h (push_srcloc): New function.
14650         (pop_srcloc): Likewise.
14651         * toplev.c (push_srcloc): Define it.
14652         (pop_srcloc): Likewise.
14654 2000-02-24  Richard Henderson  <rth@cygnus.com>
14656         * flow.c (life_analysis): When collecting reg info, clear
14657         regs_ever_live.
14659 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14661         Fix bug exposed by reload.c no longer rounding the frame
14662         size to BIGGEST_ALIGNMENT:
14663         * sh.c (rounded_frame_size): New function.
14664         (sh_expand_prologue, sh_expand_epilogue): Use it.
14665         (initial_elimination_offset): Likewise.
14667 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14669         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
14670         * sh-protos.h (sh_need_epilogue): Declare.
14671         * sh.c (sh_need_epilogue_known): New static variable.
14672         (sh_need_epilogue): New function.
14673         (function_epilogue): Clear need_epilogue_known.
14674         * sh.md (return): Split into expander / insn pattern.
14675         Make the expander conditional on ! sh_need_epilogue ().
14677 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14679         * machmode.h (get_mode_alignment): Declare.
14680         (GET_MODE_ALIGNMENT): Call it.
14681         * stor-layout.c (get_mode_alignment): New function. Make
14682         sure alignment is always power of 2.
14684 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14686         * i386.h: Remove useless definition of "I386" and misleading
14687         comment above it.
14689 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14691         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
14692         under which TREE_PERMANENT will be set.
14693         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
14694         build1): Use TREE_SET_PERMANENT.
14695         * print-tree.c (print_node): Don't report value of
14696         TREE_PERMANENT if ggc_p is true.
14698         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
14699         decide whether to give a type a new alias set.
14700         * objc/objc-act.c (build_objc_string_object): Never copy the string.
14701         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
14702         of value of 'obstack'.
14705 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14707         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
14709 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14711         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
14712         * cpplib.c (cpp_get_token): Produce them.
14713         * cppexp.c (cpp_lex): Handle them.
14715 2000-02-23  Nick Clifton  <nickc@cygnus.com>
14717         * config/arm/arm.c (arm_comp_type_attributes): Simply and
14718         comment tests on type attributes.
14720 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14722         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
14723         conform to documentation.
14724         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
14725         to check for special cases.
14726         * sh-protos.h (sh_loop_align): Declare.
14727         * sh.c (sh_loop_align): Define.
14729 2000-02-22  Andrew Haley  <aph@cygnus.com>
14731         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
14732         (SIZE_TYPE): Is 32 bits when using -mgp32.
14733         (PTRDIFF_TYPE): Ditto.
14735 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14737         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
14739 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14741         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
14742         BIGGEST_FIELD_ALIGNMENT a constant.
14744 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
14746         * dwarf2out.c (output_line_info): Put the marker for the end of
14747         the line number info at the actual end.
14748         (gen_struct_or_union_type_die): Use decl_function_context
14749         to check for local classes.
14750         * dwarfout.c (output_type): Likewise.
14752 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
14754         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
14755         for arguments with a mode, but no type.
14756         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
14757         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
14758         * pa/long_double.h: New file.
14759         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
14760         both have 128bit wide long doubles.
14761         * configure: Rebuilt.
14763 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14765         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
14767         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
14768         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
14769         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
14771         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
14773         * integrate.c (compare_blocks, find_block): Likewise.
14775         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
14777         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
14779         * stmt.c (stmt_status, set_file_and_line_for_stmt,
14780         expand_asm_operands): Likewise.
14782 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
14784         * predict.c (estimate_probability): Added the pointer heuristic to
14785         the collection of static branch predictors.
14787 2000-02-21  Catherine Moore  <clm@cygnus.com>
14789         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
14790         * invoke.texi (-mfix7000): Document.
14792 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14794         * diagnostic.c (init_output_buffer): Make it possible to output at
14795         least 32 characters if we're given a too long prefix.
14797 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14799         * varasm.c (initializer_constant_valid_p): Call
14800         lang_expand_constant to simplify the constant.
14802 2000-02-20  Bruce Korb  <bkorb@gnu.org>
14804         * fixinc/inclhack.def(stdio_va_list):
14805         typedef needs to be disabled.
14806         * fixinc/inclhack.sh: regen
14807         * fixinc/fixincl.x: regen
14809 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
14811         * print-rtl.c (print_rtx): Don't print addresses when
14812         flag_dump_unnumbered.
14814 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14816         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14817         ATTRIBUTE_UNUSED.
14818         (sparc_va_arg, sparc_flat_output_function_prologue,
14819         sparc_flat_output_function_epilogue): Cast value to unsigned in
14820         comparison.
14821         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14823         * sparc.md: Add default case in switch.
14825 2000-02-19  Richard Henderson  <rth@cygnus.com>
14827         * c-typeck.c (add_pending_init): Don't abort for multiple
14828         fields at the same offset.
14829         (pending_init_member): Test the correct member.
14831 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14833         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14834         instead of SImode.
14835         (start_catch_handler) : Same.
14837 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14839         * Makefile.in: Have flow.o depend on $(EXPR_H)
14841 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14843         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14844         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14845         (finish_decl): Remove -Wlarger-than code from here.
14846         * flags.h (id_clash_len): Now int.
14847         (larger_than_size): Now HOST_WIDE_INT.
14848         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14849         Clean up checking to see if in table.
14850         (make_bit_field_ref): Remove extra parm to bitsize_int.
14851         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14852         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14853         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14854         and for computing size of decl.
14855         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14856         Move -Wlarger-than code to here.
14857         (layout_record): Remove extra arg to bitsize_int.
14858         Set TYPE_BINFO_SIZE_UNIT.
14859         (layout_union): Remove extra arg to bitsize_int.
14860         Use proper type for size of QUAL_UNION.
14861         (layout_type): Remove extra arg to bitsize_int.
14862         * toplev.c (id_clash_len): Now int.
14863         (larger_than_size): Now HOST_WIDE_INT.
14864         (decode_W_option): Clean up id-clash and larger-than- cases.
14865         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14866         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14867         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14868         (struct tree_decl): New field size_unit.
14869         (size_int_wide): No HIGH operand; NUMBER is now signed.
14870         (size_int_2): Deleted.
14871         (size_int, bitsize_int): Don't use it and rework args.
14872         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14874 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14876         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14878 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14880         * invoke.texi (Warning Options): Add an explanation of why
14881         you might want the -Wfloat-equal flag.
14883 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14885         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14886         * cppinit.c (new_pending_define): Add cast to avoid warning.
14887         * expmed.c (extract_bit_field): Likewise.
14888         * flow.c (enum reorder_skip_type): New type.
14889         (skip_insns_between_blcok): New it.
14890         Rework to avoid warning about possibly undefined variable.
14891         * function.c (assign_parms): Make thisparm_boundary unsigned.
14892         * genrecog.c (write_switch): Cast XWINT result to int.
14893         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14894         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14895         one for MIPS and one for Alpha.
14896         (get_tag, copy_object): Add casts to avoid warnings.
14897         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14898         * reload.c (find_reloads): Make TYPE enum reload_type.
14899         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14900         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14901         * varasm.c (compare_constant_1): Add cast to avoid warning.
14902         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14903         to (char *).
14904         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14905         Cast switch operand of size to int.
14906         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14907         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14908         in unhandled case.
14910 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14912         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14913         anything for an alignment of zero.
14915         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14916         anything for an alignment of zero.
14918 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14920         * gcc.texi (Bug Reporting): Refer to bugs.html.
14921         (Bug Lists): Likewise.
14922         * system.h (GCCBUGURL): New preprocessor define.
14923         * rtl.c (fancy_abort): Use it.
14924         * gcc.c (main): Likewise.
14926 2000-02-18  Richard Henderson  <rth@cygnus.com>
14928         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14929         (life_analysis_1): Subsume into ...
14930         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14931         Use update_life_info for the relaxation.
14932         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14933         entry and regs_live_at_setjmp.
14934         (set_noop_p): Simplify.
14935         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14936         (record_volatile_insns): Split into ...
14937         (delete_noop_moves): ... here,
14938         (notice_stack_pointer_modification): ... here,
14939         (insn_dead_p): ... and here.
14940         (propagate_block): Don't query INSN_VOLATILE.
14941         (mark_used_regs): Mind !PROP_REG_INFO.
14942         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14943         not in life_analysis.
14945 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14947         * loop.c (canonicalize_condition): New function,
14948         broken out of get_condition.
14949         (get_condition): Use it.
14950         * expr.h (canonicalize_condition): Prototype it.
14952         * tree.h (tree_int_cst_msb): Declare.
14953         * tree.c (tree_int_cst_msb): New function.
14955 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14957         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14958         isn't set.
14960         * invoke.texi (-fmessage-length=n): Document.
14962 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14964         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14966 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14968         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14969         after the prologue.
14971 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14973         * config/arm/thumb.c: Replace includes of system headers with
14974         #include "system.h".
14976 2000-02-16  Richard Henderson  <rth@cygnus.com>
14978         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14979         Add crtbeginS.o and crtendS.o.
14980         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14981         (ENDFILE_SPEC): Use crtendS.o.
14982         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14984         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14985         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14986         shared and present.
14987         (__dso_handle): New variable.
14988         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14989         bias to __CTOR_END__.
14991 2000-02-16  Richard Henderson  <rth@cygnus.com>
14993         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14995 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14997         * longlong.h (__clz_tab): Declare as static to match definition.
14999 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
15001         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
15002         (XREF_FILE_NAME): Define.
15004         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
15005         (EH_FRAME_SECTION_ASM_OP): Define.
15006         (IDENT_ASM_OP): Define.
15007         (TEXT_SECTION_ASM_OP): Define.
15008         (CPP_SPEC): Define.
15009         (CTORS_SECTION_ASM_OP): Define.
15010         (CTOR_SECTION_FUNCTION): Use it.
15011         (DTORS_SECTION_ASM_OP): Define.
15012         (DTOR_SECTION_FUNCTION): Use it.
15014 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
15016         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
15017         NOTE_BASIC_BLOCK.
15019         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
15020         debug_bb_n): New functions.
15021         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
15022         * basic-block.h: Prototype new functions.
15024 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
15026         * configure.in: Add support for avr target.
15027         * configure: Rebuilt.
15029         * invoke.texi: Add AVR invocation docs.
15030         * install.texi: Add information about AVR.
15031         * md.texi: Add AVR constraint letters description.
15032         * extend.texi: Add description for AVR specific attributes.
15034 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
15036         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
15038 2000-02-16  Nick Clifton  <nickc@cygnus.com>
15040         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
15041         (make_insn_raw): Move RTL check here.
15043 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15045         * version.c: Include gansidecl.h and version.h.
15047         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
15049         * configure.in (gcc_version): When setting, narrow search to
15050         lines containing `version_string'.
15052         * Makefile.in (mainversion): Likewise.
15053         (GCC_H): New variable.
15054         (gcc.h): Delete target.
15055         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
15056         (version.o): Depend on version.h.
15057         (dbxout.o): Don't depend on gcc.h.
15059 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15060                           Michael Meissner  <meissner@cygnus.com>
15062         * md.texi (Simple Constraints): Add item about whitespace.
15063         * genoutput.c (strip_whitespace): New.
15064         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
15065         strip_whitespace for constraints.
15066         Test pointer using NULL, not 0.
15068 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15070         * cpplib.c (do_line): Pedwarn for #line > 32767.
15072         * c-lex.c (readescape): Warn about '\x', but do not reject it.
15074 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
15076         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
15077         to default cpp spec.
15078         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
15079         * cpp.texi: Document __GNUC_PATCHLEVEL__.
15080         * cpp.1: Likewise.
15082         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
15083         default spec.
15085 2000-02-15  Denis Chertykov  <denisc@overta.ru>
15087         * configure.in: Add support for avr target.
15089 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15091         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
15092         (sh_addr_diff_vec_mode): Don't declare.
15093         * sh.c (sh_addr_diff_vec_mode): Delete.
15095 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15097         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
15099 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15101         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
15102         (smulsi3_highpart_i): Name.
15103         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
15104         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
15105         (smulsi3_highpart, umulsi3_highpart): Likewise.
15107         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
15108         correctly independent of endianness.
15109         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
15110         confuse the optimizers.
15111         (mulsidi3+1, umulsidi3+1): New define_split.
15113 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
15115         * config/sh/sh.md: Guard insn splits against illegal registers.
15116         * config/sh/sh.h: Correct comment about macros.
15118 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15119                           Andrew MacLeod  <amacleod@cygnus.com>
15121         * Makefile.in (lcm.o): Depend on insn-attr.h.
15122         * basic-block.h (optimize_mode_switching): Declare.
15123         * lcm.c (tm_p.h, insn-attr.h): #include.
15124         (seginfo, bb_info): New structs.
15125         (antic, transp, comp, delete, insert) : New file-scope static variables.
15126         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
15127         (reg_becomes_live, optimize_mode_switching): Likewise.
15128         * tm.texi: Add description of mode switching macros.
15129         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
15131         * sh-protos.h (remove_dead_before_cse): Remove prototype.
15132         (fldi_ok, fpscr_set_from_mem): New prototypes.
15133         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
15134         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
15135         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
15136         (sh_flag_remove_dead_before_cse): Remove declaration.
15137         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
15138         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
15139         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
15140         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
15141         (barrier_align): Allow for JUMP_INSNS containing a parallel.
15142         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
15143         (fldi_ok): New function.
15144         (get_fpscr_rtx): Add fpscr_rtx as GC root.
15145         (emit_sf_insn): Only generate fpu switches when optimize < 1.
15146         (emit_df_insn): Likewise.
15147         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
15148         (sh_flag_remove_dead_before_cse): Delete.
15149         (get_free_reg, fpscr_set_from_mem): New functions.
15150         * sh.md (movdf, movsf): Remove no_new_pseudos code.
15151         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
15153 2000-02-15  Loren Rittle  <ljrittle@acm.org>
15155         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
15157 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15159         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
15160         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
15162         * cccp.c: Include version.h and/or don't declare `version_string'.
15163         * collect2.c: Likewise.
15164         * alpha.c: Likewise.
15165         * arm/aof.h: Likewise.
15166         * arm/coff.h: Likewise.
15167         * arm/elf.h: Likewise.
15168         * arm/pe.h: Likewise.
15169         * arm/tcoff.h: Likewise.
15170         * arm/telf.h: Likewise.
15171         * arm/tpe.h: Likewise.
15172         * arm/vxarm.h: Likewise.
15173         * convex/convex.c: Likewise.
15174         * i386/dgux.c: Likewise.
15175         * i386/sun386.h: Likewise.
15176         * m88k/m88k.c: Likewise.
15177         * mcore/mcore-pe.h: Likewise.
15178         * mips/mips.h: Likewise.
15179         * romp/romp.h: Likewise.
15180         * sh/sh.c: Likewise.
15181         * cpphash.c: Likewise.
15182         * cppinit.c: Likewise.
15183         * dwarf2out.c: Likewise.
15184         * dwarfout.c: Likewise.
15185         * gcc.c: Likewise.
15186         * gcc.h: Likewise.
15187         * mips-tfile.c: Likewise.
15188         * protoize.c: Likewise.
15189         * toplev.c: Likewise.
15190         * tree.h: Likewise.
15192         * version.c (version_string): Constify a char*.
15194         * version.h: New file.
15196 2000-02-14  Nick Clifton  <nickc@cygnus.com>
15198         * configure.in: Add mcore-elf and mcore-pe targets.
15199         * configure: Regenerate.
15201         * NEWS: Add note that MCore port has been contributed.
15203         * invoke.texi: Document command line switches for MCore port.
15204         * install.texi: Add MCore to list of supported targets.
15206 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
15208         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
15209         then we will need to import the frame handling functions.
15210         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
15211         to import the frames themselves.
15213 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
15214                           Jason Eckhardt  <jle@cygnus.com>
15216         * basic_block.h: Added prototype for reorder_basic_blocks.
15217         * toplev.c: Changes to add -freorder-blocks and graph dump after
15218         block reordering is done.
15219         * flow.c (reorder_block_def): New structure for use during block
15220         reordering.
15221         (REORDER_BLOCK_*): New macros to access members of above structure.
15222         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
15223         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
15224         functions for block reordering.
15226 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15228         * gcc.texi (Passes): Fix typo.
15229         * md.texi (Standard Names): Ditto.
15230         * tm.texi (Storage Layout): Ditto.
15232 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
15234         * cpplib.c (do_define): Only free the old definition if it
15235         actually had one.
15237 2000-02-13   Neil Booth  <NeilB@earthling.net>
15239         * cppfiles.c (read_and_prescan): When emitting deferred
15240         newlines, test speccase[] again instead of checking each
15241         possible whitespace character in turn.  When we encounter \r,
15242         look behind for \n first, then ahead.
15244 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
15246         * cse.c (cse_altered): New internal flag.
15247         (cse_insn): Set it if we changed an insn.
15248         (cse_main): Clear cse_altered before each basic block.
15249         Only garbage collect if cse_altered is true afterward.
15251 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15253         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
15255 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
15257         * combine.c (simplify_comparison): Fix typo.
15259 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
15261         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
15262         consistently.
15264 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15266         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
15267         previously inserted node instead of root node.  Caller changed.
15269 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15271         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
15273 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15275         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
15276         __dereg_frame_dtor): Add prototype argument.
15278         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
15280         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
15282         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
15284         * gthr-vxworks.h (__gthread_once): Likewise.
15286         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
15288 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
15290         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
15291         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
15292         stack pointer in functions w/o saved registers, output LEAVE more often
15293         on TARGET_USE_LEAVE machines.
15295 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
15297         * config/arm/arm.c (arm_init_cumulative_args); New function:
15298         Initlaise the CUMULATIE_ARGS strcuture for a function
15299         defintion.
15300         (arm_function_arg): New function: Determine where to place a
15301         function's argument.  Also handles deciding the function's
15302         call cookie.
15303         (current_file_function_operand): New function: Return true if
15304         the symbol is a function which has already been compiled.
15305         (arm_is_long_call_p): New function: Return true if the
15306         indicated function should be called via a long call.
15307         (arm_valid_type_attribute_p): New function: Return true if the
15308         attribute is a valid, arm specific, attribute.
15309         (arm_comp_type_attribute): New function: Return true if the
15310         two types have compatable, arm specific, attributes.
15312         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
15313         structure.
15314         (FUNCTION_ARG): Redefine to call arm_function_arg.
15315         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
15316         structure field.
15317         (INIT_CUMULATIVE_ARGS): Redefine to call
15318         arm_init_cumulative_args.
15319         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
15320         field.
15321         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
15322         field.
15323         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
15324         functions.
15325         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
15326         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
15327         (COMP_TYPE_ATTRIBUTES): Define.
15329         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
15330         if a long call is needed.
15331         (call_value): Call arm_is_long_call_p to decide if a long call
15332         is needed.
15333         (call_symbol): Call arm_is_long_call_p to decide if a long call
15334         is needed.
15336         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
15338 2000-02-11  Denis Chertykov  <denisc@overta.ru>
15340         * README.AVR: New file with information about the avr ports.
15341         * config/avr: New directory with avr port files.
15343 2000-02-11  Andreas Jaeger  <aj@suse.de>
15345         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
15347 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
15349         * cpphash.c: Fix formatting, update commentary.
15350         (dump_definition): Take three separate arguments instead of a
15351         MACRODEF structure argument.
15352         * cpphash.h: Update prototype of dump_definition.
15353         * cppinit.c (cpp_finish): Update call of dump_definition.
15355         * cpplib.c (do_define): Always create new hash entry with
15356         T_MACRO type.  Remove redundant check for redefinition of
15357         poisoned identifier.  Update call of dump_definition.
15358         (do_undef): Don't call check_macro_name.  Rename sym_length to
15359         len.
15360         (do_error, do_warning): Don't use copy_rest_of_line or
15361         SKIP_WHITE_SPACE.
15362         (do_warning): Don't use pedwarn for the actual warning,
15363         only the notice about its not being in the standard.  (Fixes
15364         bug with #warning in system headers.)
15365         (do_ident): Stricter argument checking - accept only a single
15366         string after #ident.  Also, macro-expand the line.
15367         (do_xifdef): Use cpp_defined.  De-obfuscate.
15369         (do_pragma): Split out specific pragma handling to separate
15370         functions.  Use get_directive_token.  Update commentary.  Do
15371         not pass on #pragma once or #pragma poison to the front end.
15372         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
15373         do_pragma_default): New.
15375 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
15377         * jump.c (jump_optimize_1): The first operand in a relational
15378         can be a CONST_INT.
15379         * optabs.c (emit_conditional_move): Handle relationals which
15380         have a known true/false result.
15382 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
15384         * function.c (thread_prologue_and_epilogue_insns): Don't insert
15385         a RETURN insn into a block which already ends with a jump.
15387 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
15389         * haifa-sched.c (BUF_LEN): Increase a lot.
15391 2000-02-11  Nick Clifton  <nickc@cygnus.com>
15393         * configure.in: Add tm_p_file specification for thumb targets.
15394         * configure: Regenerate.
15396         * config/arm/thumb-protos.h: New file: Prototypes for exported
15397         functions defined in thumb.c.
15399 2000-02-11  Robert Lipe  <robertl@sco.com>
15401         * Makefile.in (bootstrap-lean): Remove additional files.
15402         (bootstrap2-lean): Likewise.
15403         (VOL_FILES): List of files for above.
15405 2000-02-11  Nathan Sidwell  <nathan@acm.org>
15407         * cpphash.c (special_symbol): Remove spurious argument to
15408         cpp_lookup.
15410 2000-02-11  Joel Sherrill (joel@OARcorp.com>
15412         * configure.in: (i*86-*-rtems*): Swapped elf and coff
15413         stanzas.
15414         * configure: Rebuilt.
15416 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
15418         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
15420 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
15422         * pa.c, pa.h: Remove trigraph sequences within comments.
15424 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
15426         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
15428 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
15430         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
15432 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15434         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
15436 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15438         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
15439         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
15440         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
15441         (ASM_FILE_END): Use c4x_file_end.
15442         * config/c4x/c4x.c (c4x_global_label): New function.
15443         (c4x_external_ref, c4x_file_end): Likewise.
15445         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
15446         (c4x_external_ref, c4x_end_file): Likewise.
15448 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
15450         * cppexp.c: Don't include cpphash.h.
15451         (parse_charconst, cpp_lex): Use cpp_defined.
15452         (cpp_lex): Use get_directive_token throughout.  Remove
15453         unnecessary cases from switch.  Move assertion-handling code
15454         down to OTHER case.
15455         (cpp_parse_expr): If we see '+' or '-', check the context to
15456         determine if they are unary or binary operators.  Streamline
15457         the jumps a bit.  Do not call skip_rest_of_line.
15459         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
15460         static.  Export get_directive_token.  Update commentary.
15461         (cpp_defined): New function.
15462         (do_define): Remove reference to T_PCSTRING.  Call
15463         free_definition to release memory for old definition, when
15464         redefining a macro.
15465         (eval_if_expression): Set only_seen_white to 0 before calling
15466         cpp_parse_expr.  Call skip_rest_of_line after it returns.
15467         (cpp_read_check_assertion): Don't preserve a pointer into the
15468         token buffer across a call to cpp_get_token.
15470         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
15471         * cppfiles.c (redundant_include_p): Use cpp_defined.
15472         * cpphash.c (free_definition): New function.
15473         (delete_macro): Use it.  Update commentary.
15474         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
15475         free_definition.
15476         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
15477         from enum node_type.  Prototype cpp_defined and get_directive_token.
15478         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
15480         * fix-header.c (check_macro_names): Use cpp_defined.
15481         (read_scan_file): Set inhibit_warnings and inhibit_errors in
15482         the options structure.
15484 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15486         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
15488 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
15490         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
15491         rather than die->die_tag.
15493 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15495         * combine.c (make_extraction, force_to_mode): Avoid warning on
15496         mixed-signedness conditionals.
15497         (make_field_assignment, nonzero_bits): Likewise.
15498         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
15499         (store_split_bit_field, extract_split_bit_field): Likewise.
15500         (extract_fixed_bit_field, store_bit_field,
15501         * expr.c: Change alignment to be unsigned everywhere.
15502         (move_by_pieces, store_constructor_field, store_constructor):
15503         Alignment parm is unsigned.
15504         (emit_block_move, emit_group_load, emit_group_store): Likewise.
15505         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15506         (do_compare_rtx_and_jump): Likewise.
15507         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
15508         Compare align with GET_MODE_ALIGNMENT.
15509         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
15510         (get_inner_reference): Likewise.
15511         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
15512         (expand_assignment): Local vars for alignment now unsigned.
15513         (store_constructor, store_field, expand_expr, do_jump): Likewise.
15514         (do_compare_and_jump): Likewise.
15515         (store_field): Call new function expr_align.
15516         * expr.h (emit_block_move, emit_group_load, emit_group_store):
15517         Alignment arg now unsigned.
15518         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15519         (do_compare_rtx_and_jump, store_bit_field): Likewise.
15520         (extract_bit_field): Likewise.
15521         * fold-const.c (add_double): Add cast to eliminate signedness warning.
15522         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
15523         (get_best_mode): Alignment arg is unsigned.
15524         * rtl.h (move_by_pieces): Likewise.
15525         * store-layout.c (maximum_field_alignment, set_alignment):
15526         Now unsigned.
15527         (layout_decl): Alignment arg is now unsigned.
15528         Remove unneeded casts.
15529         (layout_record, layout_union, layout_type): Remove unneeded casts.
15530         Local alignment variables now unsigned.
15531         (get_best_mode): Alignment arg now unsigned.
15532         * tree.c (expr_align): New function.
15533         * tree.h (expr_align): Likewise.
15534         (maximum_field_alignment, set_alignment): Now unsigned.
15535         (get_inner_reference): Alignment argument is now pointer to unsigned.
15536         * varasm.c (assemble_variable): Add cast to eliminate warning.
15538 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
15540         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
15541         then store directly into op0.
15543         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
15544         the CALL_INSN, and emit the note immediately after it.
15546 2000-02-10  Nick Clifton  <nickc@cygnus.com>
15548         * config/arm/thumb.md (epilogue): Include a (return) in the
15549         generated insn, and emit it using emit_jump_insn not
15550         emit_insn.
15552 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
15554         * function.c (assign_temp): Change zero-sized arrays to size 1.
15555         * integrate.c (expand_inline_function): Do not update
15556         stack_alignment_needed
15557         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
15558         add some sanity checking, remove optimization for function with
15559         zero frame size.
15561 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15563         * flow.c (mark_regs_live_at_end): Delete unused variables.
15565         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
15567         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
15568         in macro FRAME_GROWS_DOWNWARD.
15570         * stmt.c (expand_end_bindings): Delete unused variable.
15572         * unroll.c (iteration_info): Mark parameter `loop' with
15573         ATTRIBUTE_UNUSED.
15575 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15577         * fixinc/server.c (load_data): Return NULL if the marker line is
15578         not found.
15579         (run_shell): If load_data returns NULL, retry the command once, in
15580         a new shell.
15582         * configure: Rebuilt.
15584 2000-02-09  Bruce Korb  <bkorb@gnu.org>
15586         * gcc/fixincludes:  ** DELETED **
15587         * gcc/fixcpp:  ** DELETED **
15588         * gcc/fixinc-nt.sed:  ** DELETED **
15589         * gcc/just-fixinc:  ** DELETED **
15590         * gcc/Makefile.in:  Removed out-dated commentary
15591         * gcc/configure.in: Removed fast-fixincludes disablement.
15592         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
15594 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15595         * function.c (thread_prologue_and_epilogue_insns): Uncomment
15596         last change.
15598 2000-02-09  Richard Henderson  <rth@cygnus.com>
15600         * jump.c (delete_insn): Don't delete user labels at -O0.
15602 2000-02-09  Robert Lipe  <robertl@sco.com>
15604         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
15605         Don't link with HOST_LIBS.
15607 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15609         * configure.in: Correct --help text for --with-dwarf2.
15610         Put tm-dwarf2.h after other tm files, if it's requested.
15611         * configure: Regenerate.
15612         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
15613         defining it.
15615 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15617         * cpplib.h: Provide HASHNODE typedef and forward decl of
15618         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
15619         DEFINITION, struct hashnode, struct macrodef, struct
15620         definition, scan_decls prototype, default defn of
15621         INCLUDE_LEN_FUDGE moved elsewhere.
15623         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
15624         definition, and struct hashnode moved here. Remove the unused
15625         'predefined' field from struct definition.  Replace the 'args'
15626         union with its sole member.  All users updated (cpphash.c).
15627         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
15628         multiple include guard.
15630         * cpphash.c (hashf): Make static; use better algorithm; drop
15631         HASHSIZE parameter; return an unsigned int.
15632         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
15633         used. Calculate HASHSIZE modulus here.
15634         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
15635         here.
15636         (create_definition): Drop PREDEFINITION parameter.
15637         * cpplib.c (do_define): Don't calculate a hash value here.
15638         Don't pass (keyword == NULL) to create_definition.
15640         * scan.h: Prototype scan_decls here.
15641         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
15642         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
15643         callers of cpp_lookup and cpp_install updated.
15645         * cpphash.c (macarg): Hoist all the flag diddling out of the
15646         function...
15647         (macroexpand): ... and out of the loop that calls macarg.
15648         Skip over the initial paren before macro arguments with
15649         cpp_get_non_space_token; point may be some distance before
15650         that paren.  Abort if it's not there.
15652         * cpplib.c (parse_clear_mark): Delete function.
15653         (parse_set_mark, parse_goto_mark): Make static.
15654         (ACTIVE_MARK_P): New macro.
15655         (skip_block_comment, skip_line_comment): Do not bump the line
15656         if ACTIVE_MARK_P is true.
15657         (cpp_pop_buffer): The buffer to be popped may not have an
15658         active mark.
15659         (cpp_get_token): When looking for the initial paren before
15660         macro arguments, only set a mark in a file buffer, Always
15661         return to that mark before proceeding to call macroexpand or
15662         return a NAME token.
15664         * cpplib.h: Remove prototypes of parse_set_mark,
15665         parse_clear_mark, parse_goto_mark.
15666         (struct cpp_options): Rename 'put_out_comments' to
15667         'discard_comments' and invert its sense.
15668         * cppinit.c, cpphash.c, cpplib.c: All users of
15669         put_out_comments changed to use discard_comments, with
15670         opposite sense.
15672 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15674         * function.c (thread_prologue_and_epilogue_insns): Don't delete
15675         the edge from a block that both jumps and falls through to the
15676         fallthru block.
15678 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
15680         * config/arm/arm.md (movsi): In PIC mode, make sure that a
15681         constant source address is legitimate.
15683 2000-02-09  Philip Blundell  <pb@futuretv.com>
15685         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
15686         correctly.
15688         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
15689         generating PIC.
15690         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
15692 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15694         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
15695         ends with a newline and a NUL.  Don't be so clever manipulating
15696         strings.
15698 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15700         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
15701         not to BIGGEST_ALIGNMENT.
15703 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
15705         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
15706         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
15707         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
15708         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
15709         * frame.c (execute_cfa_insn): Handle
15710         DW_CFA_GNU_negative_offset_extended.
15712 2000-02-08  Richard Henderson  <rth@cygnus.com>
15714         * flow.c (tidy_fallthru_edges): Split out from ...
15715         (delete_unreachable_blocks): ... here.
15716         (find_basic_blocks): Use it.
15718 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15720         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
15722 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
15724         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
15725         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
15726         (fix-header.o): Don't depend on cpphash.h.
15728         * scan.c (hashstr): New function.
15729         * scan.h: Prototype it.
15730         * fix-header.c: Don't include cpphash.h.  Use hashstr.
15731         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
15732         hashstr.  Report hash table statistics.  Add private
15733         definition of xrealloc.
15735 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15737         * i386.h (TARGET_SWITCHES): Fix typo in option name.
15739 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
15741         * function.c (thread_prologue_and_epilogue_insns): Don't replace
15742         jumps with returns unless they are jumps to the fallthru block.
15744 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
15746         * i386.md (addqi3_cc): Fix contraints.
15748 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15750         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
15752 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
15754         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
15755         carriage return after a macro name.
15757 2000-02-07  Fred Fish  <fnf@be.com>
15759         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
15760         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
15762 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
15764         * cppfiles.c (deps_output): Count spacers in deps_column.
15766 2000-02-07  Neil Booth  <NeilB@earthling.net>
15768         * cppinit.c (initialize_dependency_output): If there is no
15769         suffix, don't try to look for known suffixes.  Use strrchr.
15770         (cpp_start_read): Remove duplicate initialization.
15772 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
15774         * calls.c (compute_argument_block_size): New argument
15775         preferred_stack_boundary.
15776         (expand_call): update cfun->preferred_stack_boundary, update call of
15777         compute_argument_block_size
15778         (emit_library_call): Increate cfun->preferred_stack_boundary
15779         to PREFERRED_STACK_BOUNDARY
15780         (emit_library_call_value): Likewise.
15781         * explow.c (allocate_dynamic_stack_spave): Likewise.
15782         * function.c (prepare_function_start): Set
15783         cfun->preferred_stack_boundary
15784         * function.h (struct function): Add preferred_stack_boundary field.
15785         * integrate.c (expand_inline_function): Update
15786         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
15787         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
15788         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
15790 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
15792         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
15793         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
15794         cpp_pedwarn, cpp_pedwarn_with_line,
15795         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
15796         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
15797         v_cpp_error_with_line, v_cpp_warning_with_line,
15798         cpp_message_from_errno, cpp_perror_with_name): Delete.
15800         * cpperror.c (cpp_print_containing_files): Take starting
15801         buffer as argument.
15802         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
15803         (v_cpp_message): Now called directly by all entry points.
15804         Remove -1 case.
15805         (cpp_pfatal_with_name, cpp_message): Delete.
15806         (cpp_notice_from_errno, cpp_ice): New functions.
15807         (cpp_notice): Is now for reporting error conditions, just
15808         without an associated file.
15809         (cpp_error, cpp_error_with_line): Don't do anything if
15810         opts->inhibit_errors is on.
15811         (cpp_pedwarn_with_file_and_line): Take column argument also.
15813         * cpplib.h: Update prototypes of exported functions.
15814         (struct cpp_options): Add inhibit_errors.
15816         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15817         non-error messages.  Include intl.h.
15819         * cppinit.c, cppmain.c: Likewise.  Also, use
15820         cpp_notice_from_errno instead of cpp_perror_with_name or
15821         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15823         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15824         report internal errors.
15826         * cpplib.c (do_define): Switch bcopy to memcpy.
15827         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15829         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15830         bail out early if we hit a line comment.
15832 2000-02-06  Richard Henderson  <rth@cygnus.com>
15834         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15835         * basic-block.h: Declare them.
15836         * emit-rtl.h (active_insn_p): New.
15837         (next_active_insn, prev_active_insn): Use it.
15838         * rtl.h: Declare it.
15839         * function.c (emit_return_into_block): New.
15840         (thread_prologue_and_epilogue_insns): Insert return insns instead
15841         of epilogues when possible.
15842         * jump.c (jump_optimize_1): Remove code to insert a return insn
15843         on the fallthru to the exit block.
15845         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15846         and for non-empty stack frames.
15847         * i386.md (return): Expand to return-pop as needed.
15849 2000-02-06  Richard Henderson  <rth@cygnus.com>
15851         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15852         constant to op1 for testing.
15854 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15856         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15857         (fixuns_truncqfqi2): Use it.
15859 2000-02-06  Richard Henderson  <rth@cygnus.com>
15861         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15862         as a TYPE_LEA insn.
15864         * i386.md (widening and peepholes): Mask the constant instead of
15865         using gen_lowpart.
15867 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15869         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15870         input pointer before possibly branching off to the backslash
15871         code.
15872         * cpphash.c (macroexpand): Correctly delete \r escapes when
15873         stringifying parameters.
15874         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15875         if we can; bail out early if we hit a line comment.
15876         (handle_directive): Treat '# 123' in an .S file just like
15877         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15878         Return 1 for '# not_a_directive'.
15879         (get_directive_token): Pop macro buffers here, so that
15880         cpp_get_token can't sneakily move past a newline.
15881         Add sanity checks.
15882         (cpp_get_token): goto randomchar if handle_directive returns 0.
15884         * cppalloc.c: Update copyright.
15885         * cpplib.c: Merge all the static function prototypes into one
15886         block.
15887         * cpplib.h: Remove #if 0 block.
15889         * cpperror.c: Remove #ifdef EMACS block.
15890         * cppmain.c: Likewise.
15891         * cpphash.c: Remove #if 0 blocks.
15892         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15893         * cpplib.c: Remove #if 0 blocks and code referencing
15894         pcp_inside_if or for_lint.  Remove duplicate error message.
15895         Fix error messages for #else after #else or #elif.  Reformat.
15896         Remove archaic TODO list.
15897         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15899 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15901         * i386/osf1elf.h: Add missing backslash to multiline string.
15903 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15905         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15907 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15909         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15911         * c-common.c: Include expr.h.
15913         * c-pragma.c (mark_align_stack): Add prototype.
15915         * caller-save.c (add_stored_regs): Likewise.
15917         * combine.c (record_promoted_value): Likewise.
15919         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15920         Likewise.
15922         * cppinit.c (new_pending_define): Likewise.
15924         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15926         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15927         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15928         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15929         class_scope_p): Likewise.
15931         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15932         dwarf2out_add_library_unit_info): Likewise.
15934         * ggc.h (ggc_page_print_statistics): Likewise.
15936         * haifa-sched.c (propagate_deps): Likewise.
15938         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15940         * rtl.h (set_stack_check_libfunc): Likewise.
15942         * toplev.h (set_fatal_function): Likewise.
15944         * toplev.c (set_fatal_function): Delete prototype.
15946         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15948 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15950         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15951         (FUNC_END): Likewise.
15953 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15955         * caller-save.c: Include tm_p.h.
15957 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15959         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15961 2000-02-04  Neil Booth  <NeilB@earthling.net>
15963         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15964         it to strcmp.
15966 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15968         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15969         * genflags.c: Use the max_operand_1 logic from genemit.c to
15970         calculate how many arguments gen_insn prototypes have.  Remove
15971         NO_MD_PROTOTYPES ifdefs from the generated file.
15972         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15973         file.  Cast gen_insn initializers to insn_gen_fn.
15974         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15975         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15977 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15979         * fixinc/Makefile.in (HDR): Add machname.h.
15980         (clean): Likewise.
15982 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15984         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15985         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15986         (c4x_cpu_version): Ditto.
15987         * config/c4x/c4x-protos.h: ... here.
15989 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15991         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15992         gen_abstract_function on our context if we're a nested function.
15994 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15996         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15997         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15999 2000-02-04  Bruce Korb  <bkorb@gnu.org>
16001         * fixinc/genfixes(machname.h):
16002         Move the functionality from gen-machine.h into this file.
16003         UNdef MN_NAME_PAT if there are no names to change.
16004         Also, be a little kinder when AutoGen is not present.
16006         * fixinc/Makefile.in(machname.h):
16007         Change the generation rule to use genfixes.
16009         * fixinc/fixfixes.c(machine_name):
16010         machine_name_fix's functionality now dependent upon whether
16011         MN_NAME_PAT is defined.
16013         * fixinc/fixtests.c(machine_name):
16014         ditto.
16016         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
16017         of MN_NAME_PAT.
16019         * fixinc/fixlib.h(mn_get_regexps):
16020         ditto
16022         * fixinc/gen-machine.h: DELETED
16024 2000-02-04  Jan Hubicka  <jh@suse.cz>
16025             Richard Henderson  <rth@cygnus.com>
16027         * i386.c (SAVE_REGS_FIRST): Remove.
16028         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
16029         (ix86_compute_frame_size): Likewise.
16030         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
16031         (ix86_emit_restore_regs): Remove.
16032         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
16033         when a frame pointer is in use.
16034         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
16035         instead of pop to restore a register when profitable; emit leave
16036         when profitable.
16037         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
16038         as a TYPE_LEA insn.
16039         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
16040         * i386.md (prologue_allocate_stack): Remove.
16041         (epilogue_deallocate_stack): Remove.
16042         (pro_epilogue_adjust_stack): New.
16044 2000-02-04  Richard Henderson  <rth@cygnus.com>
16046         * function.c (diddle_return_value): Rework to use a callback function.
16047         Use current_function_return_rtx if it's been set up.
16048         (do_clobber_return_reg, clobber_return_register): New.
16049         (do_use_return_reg, use_return_register): New.
16050         (expand_function_end): Use them.
16051         * stmt.c (expand_null_return): Likewise.
16052         * function.h: Declare them.
16053         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
16054         (mark_reg): Change arguments as appropriate for callback.
16055         * integrate.c (expand_inline_function): Revert 19 Jan change.
16057 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
16059         * tm.texi (Values in Registers): Fix typo: "fo" "for".
16060         (Misc): Say the scheduler, not the Haifa scheduler.
16062 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
16064         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
16065         when in_mem is set.  Update all callers.
16067 2000-02-04  Richard Henderson  <rth@cygnus.com>
16069         * i386/openbsd.h (INT_ASM_OP): Define.
16071 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
16073         * tm.texi: Fix various typos.
16075 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
16077         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
16078         (MD_STARTFILE_PREFIX_1): New macro.
16080 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
16082         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
16083         destination when needed.
16084         (strmovsi, strsetsi): New expander.
16085         (strmovsi_1, strsetsi_1): New pattern.
16086         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
16087         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
16088         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
16089         * invoke.texi (align-stringops, inline-all-stringops): Document.
16091 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
16093         * i386/netbsd.h (INT_ASM_OP): Define.
16095 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
16097         * cpplib.h (cpp_reader): Add new flag, no_directives.
16098         * cpphash.c (macarg): Set it.
16099         * cpplib.c (handle_directive): If no_directives is on and we
16100         find a directive, issue an error and discard the line.
16102 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
16104         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
16105         FP constants.  Add ! TARGET_FPU check for FP constants.
16107 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
16109         * flow.c (find_basic_blocks): Don't kill label_value_list
16110         here.
16111         (cleanup_cfg): Kill it here.
16113 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16115         * expr.c (store_field): Ensure ALIGN is no stricter than the
16116         alignment of EXP.
16118 2000-02-02  Richard Henderson  <rth@cygnus.com>
16120         * jump.c (delete_insn): Partially revert 19 Jan change;
16121         don't convert unused code labels to notes at -O0.
16123 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16125         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
16126         split_all_insns to recreate REG_LABEL notes for flow2 pass.
16128 2000-02-01  Richard Henderson  <rth@cygnus.com>
16130         * i386.c (general_no_elim_operand): New.
16131         (nonmemory_no_elim_operand): New.
16132         (ix86_expand_move): Copy eliminable operands before a push.
16133         * i386-protos.h: Declare new functions.
16134         * i386.h (CAN_ELIMINATE): Simplify.
16135         (PREDICATE_CODES): Update.
16136         * i386.md (push insns): Don't allow eliminable register operands.
16138 2000-02-01  Richard Henderson  <rth@cygnus.com>
16140         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
16141         replace BLKmode with DECL_RTL's mode.
16143 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
16145         * frame.c (find_fde): Convert for loop to do-while so compiler
16146         sees it's always executed at least once.
16147         * libgcc2.c (BBINBUFSIZE): Kill.
16148         (__bb_init_prg): Use fgets.
16149         (__bb_exit_trace_func): Don't paste strings.
16150         * unroll.c (unroll_loop): Initialize unroll_type, not
16151         unroll_number, and tweak logic to match.
16153         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
16154         all failure paths.
16155         (ix86_flags_dependant): Likewise.  Disentangle control flow.
16156         (ix86_sched_reorder): Break guts out to
16157         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
16158         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
16159         any possible use.
16161         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
16162         use string concatenation.  Don't save and restore esi.
16164         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
16165         (machname.h): Remove script to separate file.  Use two-step
16166         sequence so target is not created if script fails.
16167         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
16168         identifiers are defined.
16169         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
16170         an empty string, machine_name doesn't need to do anything at
16171         all.
16172         (is_cxx_header): Add more cases to regexp.
16173         * fixinc/fixlib.h: Update prototype.
16174         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
16175         mn_get_regexps.
16176         * fixinc/fixincl.c: Define NO_BOGOSITY.
16178         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
16179         (hp_sysfile): Add missing comma.
16180         (math_exception): Put the wrapper ifdefs at the beginning and
16181         the end of the file.
16182         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
16184 2000-02-01  Richard Henderson  <rth@cygnus.com>
16186         * sparc.c (fp_zero_operand): Turn into a normal predicate.
16187         Use CONST0_RTX.  Update all callers.
16188         * sparc.h, sparc-protos.h: Update accordingly.
16189         * sparc.md (fp mov insns): Use fp_zero_operand directly
16190         where applicable.
16192 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
16194         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
16195         example.
16197 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16199         * Makefile.in (specs.ready): New target.
16200         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
16202 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16204         * fixinc.irix: Use unique filenames for writing into /tmp,
16205         * fixinc.ptx: Likewise.
16206         * fixinc.sco: Likewise.
16207         * fixinc.svr4: Likewise.
16208         * fixinc.winnt: Likewise.
16210 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16212         * tsystem.h: New file.
16214         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
16215         s-crtS): Depend on tsystem.h.
16217         * crtstuff.c: Include tsystem.h.
16218         * frame.c: Likewise.
16219         * libgcc2.c: Likewise.
16221 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
16223         * builtins.c (expand_builtin_memset): Expand for variable sized
16224         lengths too.
16226 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
16228         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
16229         on ABI.
16231 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
16233         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
16235         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
16237 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
16239         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
16240         case 3->2 combining (combining with splitting) in which 2 is CC0
16241         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
16242         checked at the begining of the function with the aid of calling
16243         function 'can_combine_p'.
16245 2000-01-31  Dave Brolley  <brolley@redhat.com>
16247         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
16249 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
16251         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
16252         new label.
16254 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16256         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
16258         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
16259         PROTO -> PARAMS.
16261 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
16263         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
16264         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
16265         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
16266         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
16267         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
16268         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
16269         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
16270         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
16271         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
16272         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
16274         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
16275         Add %(cpp_cpu) to CPP_SPEC.
16277         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
16278         Add %(cc1_cpu) to CC1_SPEC.
16280 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
16282         * c-decl.c (c_decode_option): Accept optional numeric argument to
16283         -Wformat and set warn_format.
16284         * c-common.c: Don't emit warning about non-constant printf format
16285         string unless warn_format > 1.
16287 2000-01-30  Richard Henderson  <rth@cygnus.com>
16289         * alpha.md (return_internal): Allow after reload only.
16291 2000-01-30  Richard Henderson  <rth@cygnus.com>
16293         * i386.c (ix86_compute_frame_size): Omit padding1 if the
16294         local frame size is zero.
16296 2000-01-30  Richard Henderson  <rth@cygnus.com>
16298         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
16299         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
16300         * alpha.md (return): Turn into an expander.
16301         (return_internal): Don't use $26.
16302         (epilogue): Emit the return insn.
16304 2000-01-30  Richard Henderson  <rth@cygnus.com>
16306         * alpha.md (negtf2, abstf2): Fix word order thinko.
16307         (extendsftf2): New.
16308         (trunctfsf2): Avoid intermediate rounding errors.
16310 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
16312         * cppfiles.c (find_position): Drop 'colp' argument, return the
16313         new line base.
16314         (read_and_prescan): Adjust to match.  Don't ever manipulate
16315         line or line_base except via find_position.
16317 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
16319         * c-parse.in: Apply Ulrich's changes from c-parse.y.
16320         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
16321         Regenerate.
16323 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
16325         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
16326         just print "<command line>".  If 'filename' is null or an
16327         empty string, print "<stdin>" for the filename.
16328         * cpplib.c (do_define): Don't print the 'location of the
16329         previous definition' message if we're still parsing the
16330         command line.
16331         (cpp_pedwarn_with_file_and_line): Always call
16332         cpp_file_line_for_message.
16334 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
16336         * flow.c (mark_regs_live_at_end): Fix typo.
16338 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
16340         * c-common.c: Adjust variable names, comments, help strings to c99.
16341         * c-lex.c: Likewise.
16342         * c-parse.y: Likewise.
16343         * c-tree.h: Likewise.
16344         * cccp.c: Likewise.
16345         * cpplib.h: Likewise.
16346         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
16347         * cppinit.c: Likewise.
16349 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16351         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
16352         * c4x.c: Define the optab rtx values.
16353         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
16354         (c4x_emit_libcall): Use new optab rtx values.
16355         (c4x_emit_libcall3): Likewise.
16356         (c4x_emit_libcall_mulhi): Likewise.
16357         * c4x-protos.h: Add prototypes for optab rtx values and change
16358         prototypes for above c4x_emit_libcall functions.
16360 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16362         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
16363         syntax is used.
16364         (c4x_function_prologue): Use regnames intead of float_reg_names when
16365         TI syntax is used.
16366         (c4x_function_epilogue): Likewise.
16367         (c4x_print_operand): Likewise.
16368         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
16369         * c4x.md (set_high): Disable for TARGET_TI.
16371 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16373         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
16374         of framepointer + constant to ADDR_REGS class.
16375         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
16376         * c4x.c (std_or_reg_operand): New function.
16377         * c4x-protos.h (std_or_reg_operand): Prototype it.
16379 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16381         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
16382                 object names as libgcc2.c.
16383         * libgcc.S: Use newly defined names.
16385 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
16386         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
16387         function.
16388         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
16389         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
16390         (FLOW_LOOP_LAST_BLOCK): Likewise.
16392 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16394         * basic-block.h (struct loop): New fields 'first' and 'last'.
16395         * flow.c (flow_loops_find): Compute loop->first and loop->last.
16396         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
16397         and loop->last to check for NOTE_INSN_LOOP_END.
16399 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
16401         * predict.c (estimate_probability): Use the new FIRST and LAST fields
16402         of the loop descriptor rather than HEADER and LATCH. Also added
16403         missing break statements as well making some coding style modifications
16404         as suggested by Michael Hayes.
16406 2000-01-28  Richard Henderson  <rth@cygnus.com>
16408         * flow.c (find_basic_blocks): Remove do_cleanup argument.
16409         Break out that code ...
16410         (cleanup_cfg): ... here.
16411         (commit_one_edge_insertion): Detect a return instruction being
16412         emitted to an edge.  Emit a barrier following; clear fallthru.
16413         (commit_edge_insertions): Verify CFG consistency.
16414         * function.c (expand_function_start): Kill unused variable.
16415         (expand_function_end): Likewise.
16416         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
16417         to insert the epilogue.
16419         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
16420         (delete_null_pointer_checks): Likewise.
16421         * output.h: Likewise.
16422         * reg-stack.c (reg_to_stack): Likewise.
16423         * toplev.c (rest_of_compilation): Likewise.  Run
16424         thread_prologue_and_epilogue_insns after rebuilding the CFG.
16426 2000-01-28  Richard Henderson  <rth@cygnus.com>
16428         * Makefile.in (flow.o): Revert 24 Jan change.
16429         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
16430         FUNCTION_VALUE result to DECL_RESULT's mode.
16432         * haifa-sched.c (schedule_insns): Don't recompute reg info
16433         after reload.
16435 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
16437         * configure.in: Make --enable-cpplib the default.
16438         * configure: Regenerate.
16439         * gcc.dg/990119-1.c: No longer expected to fail.
16441 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
16443         * jump.c (jump_optimize_1): Delete an optimization that is also done
16444         by merge_blocks in flow.
16446 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16448         * diagnostic.c (build_message_string, output_printf,
16449         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
16450         (build_location_prefix): Fix non-literal format string.
16452 2000-01-27  Richard Henderson  <rth@cygnus.com>
16454         * alpha.md (trunctfsf2): New.
16456 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
16458         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
16460 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16462         * cppinit.c (cpp_handle_option): Recognize C++ comments under
16463         -std=gnu89.
16464         * cpplib.c (skip_block_comment, skip_line_comment): Split code
16465         out of...
16466         (skip_comment) ... here.  Permit C++ comments in system
16467         headers always.  Warn about C++ comments in user code under
16468         -std=gnu89 -pedantic.
16469         (copy_comment): Use skip_comment.
16470         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
16471         return EOF.
16472         (consider_directive_while_skipping, do_else, do_endif): Call
16473         validate_else unconditionally.
16474         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
16475         text after the conditional in a system header.
16476         * cpplib.h (struct cpp_buffer): Add flag
16477         warned_cplusplus_comments.
16479 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16481         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
16482         Use unshare_all_rtl_1.
16483         (unshare_all_rtl_again): New function.
16484         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
16486         * function.c (purge_addressof_1): Use unshare_all_rtl_again
16487         rather than resetting the 'used' flags ourself.
16489         * toplev.c (rest_of_compilation): Add current_function_decl
16490         to the unshare_all_rtl call.
16491         * tree.h: Prototype unshare_all_rtl.
16492         * rtl.h: Prototype unshare_all_rtl_again here.
16494 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16496         * genoutput.c (output_prologue): Include ggc.h in generated
16497         files.
16498         * Makefile.in (insn-output.o): Depends on ggc.h.
16500 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16501             Hans-Peter Nilsson  <hp@bitrange.com>
16503         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
16504         Remove redundant include of xm-ns32k.h.
16505         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
16506         Remove redundant include of xm-ns32k.h.
16507         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
16508         Remove redundant include of xm-ns32k.h.
16509         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
16511         * ns32k/ns32k.h: Update comment on multiply-add instructions.
16512         (TARGET_SWITCHES): Add documentation strings.
16513         (DWARF_FRAME_REGNUM): Override default definition.
16514         (REG_CLASS_CONTENTS): Add comments.
16515         (SUBSET_P): Format to reduce line length.
16516         (SMALL_REGISTER_CLASSES): Make a run time option.
16517         (GO_IF_NONINDEXED_ADDRESS): Reformat.
16518         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
16519         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
16520         (regclass_map): fix typo in comment.
16521         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
16522         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
16523         (trace, reg_or_mem_operand): Delete, unused function.
16524         (calc_address_cost): Small offsets are cheaper than large ones.
16525         (expand_block_move): Generate more efficient code when bytes is a
16526         known at compile time.
16527         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
16528         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
16529         instead of reg_or_mem_operand.
16531         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
16532         not general_operand.  Similarly use "=rm" or stricter, not "=g".
16533         For input operands, use stricter constraints than "g" if not
16534         general_operand.  Similarly use stricter predicate than
16535         "general_operand" when stricter constraints than "g" are present,
16536         except for matching constraints.
16537         (movstrsi): Use "memory_operand" for operands 0 and 1.
16538         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
16539         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
16540         not reg_or_mem_operand.
16541         (udivmoddisi4): Ditto.
16542         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
16543         Use nonimmediate_operand for operand 3, not register_operand.
16544         (udivmoddiqi4_internal): Use register_operand for operand 1, not
16545         reg_or_mem_operand.
16547 2000-01-27  Fred Fish  <fnf@be.com>
16549         * gthr-posix.h: Fix typo; compatibily -> compatibility.
16550         * gthr-single.h: Likewise.
16551         * gthr-solaris.h: Likewise.
16552         * gthr-vxworks.h: Likewise.
16553         * gthr-win32.h: Likewise.
16554         * gthr.h: Likewise.
16556 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16558         * cppinit.c: Add " (cpplib)" to end of string printed by
16559         -v / --version.
16561 2000-01-27  Richard Henderson  <rth@cygnus.com>
16563         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
16564         testing for a signed comparison.
16565         (alpha_emit_floatuns): New.
16566         * alpha-protos.h: Declare it.
16567         * alpha.md (floatunsdisf2, floatunsdidf2): New.
16568         (extendsfdf2): Tidy.
16570 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16572         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
16573         no -g option specifying debugging format, default to -gstabs+.
16575 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
16577         * calls.c (special_function_p): New argument fork_or_exec.
16578         (expand_call): When profile_arc_flag is set and the function
16579         is in the fork_or_exec group, call __bb_fork_func first.
16580         * libgcc2.c, _bb module (__bb_fork_func): New function.
16581         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
16582         output file.
16583         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
16584         * tree.h (special_function_p): Update prototype.
16586 2000-01-26  Richard Henderson  <rth@cygnus.com>
16588         * alpha.c (alpha_split_tfmode_pair): New.
16589         * alpha-protos.h: Declare it.
16590         * alpha.md (abstf2, negtf2): New.
16591         (movtf insn): Add input G constraint.
16592         (movtf splitter): Use alpha_split_tfmode_pair.
16594 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16596         * i386/cygwin.h: PROTO -> PARAMS.
16598 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
16600         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
16601         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
16602         using _Qp_cmp/_Q_cmp and testing the return value.
16603         (print_operand): Call reverse_condition_maybe_unordered if
16604         we are handling CCFPmode or CCFPEmode.
16605         Handle ORDERED, UN* and LTGT comparisons.
16606         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
16607         if not TARGET_HARD_QUAD.
16608         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
16609         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
16610         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
16611         Adjust gen_b* calls so that they reflect return comparison of
16612         sparc_emit_float_lib_cmp.
16614 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16616         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
16617         incoming operands array is large enough for one more operand.
16618         (alpha_emit_xfloating_arith): Likewise.
16620 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16622         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
16623         file with one line and no trailing newline.
16624         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
16625         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
16626         checking if the match is on the line.
16627         * fixinc/gnu-regex.c: Provide regerror not __regerror.
16629 2000-01-25  Richard Henderson  <rth@cygnus.com>
16631         * sparc.c (output_cbranch): Fix accidental squashing of the
16632         fp branch pre-delay nop.
16634 2000-01-25  Richard Henderson  <rth@cygnus.com>
16636         * tree.def (UNNE_EXPR): Remove.
16637         * c-typeck.c (build_binary_op): Don't handle it.
16638         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
16640         * rtl.def (UNNE): Remove.
16641         (LTGT): Add.
16642         * jump.c (reverse_condition): Update accordingly.
16643         (swap_condition): Likewise.
16644         (comparison_dominates_p): Handle unordered comparisons.
16645         (reverse_condition_maybe_unordered): New.
16646         * rtl.h (reverse_condition_maybe_unordered): Declare.
16648         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
16649         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
16650         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
16651         * sparc.md (bltgt): New.
16653 2000-01-25  Nick Clifton  <nickc@redhat.com>
16655         * emit-rtl.c (emit_insn): Only check machine class insns for
16656         improper emission of a RETURN.
16658 2000-01-25  Richard Henderson  <rth@cygnus.com>
16660         * Makefile.in (flow.o): Depend on $(EXPR_H).
16661         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
16662         duplicate the structure of diddle_return_value for keeping regs live.
16664 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16666         * loop.c (current_loop_info): Delete.
16667         (consec_sets_invariant_p): Add loop argument, update callers.
16668         (get_condition_for_loop): Likewise.
16669         (count_nonfixed_reads, update_giv_derive): Likewise.
16670         (simplify_giv_expr, general_induction_var): Likewise.
16671         (consec_sets_giv, recombine_givs): Likewise.
16672         (move_movables): Delete loop_start and loop_end arguments,
16673         add loop argument, and update callers.
16674         (find_mem_givs, check_final_value): Likewise.
16675         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
16676         (loop_invariant_p): Rename from invariant_p, add loop argument, and
16677         update callers.
16678         (basic_induction_var): Add loop argument, delete loop_level argument,
16679         and update callers.
16680         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
16681         add loop argument, and update callers.
16682         (find_splittable_regs, find_splittable_givs): Likewise.
16683         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
16684         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
16685         (biv_total_increment): Delete loop_start and loop_end arguments;
16686         update callers.
16687         (precondition_loop_p): Delete loop_start and loop_info arguments;
16688         update callers.
16689         * loop.h (get_condition_for_loop): Add loop argument.
16690         (biv_total_increment): Delete loop_start and loop_end arguments.
16691         (precondition_loop_p): Delete loop_start and loop_info arguments;
16692         add loop argument.
16693         (final_biv_value): Delete loop_start and loop_end arguments;
16694         add loop argument.
16695         (final_giv_value, back_branch_in_range_p): Likewise.
16697 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16699         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
16701 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16703         * Makefile.in (c-gperf.h) : Change the "See" pointer to
16704         point to the new "generated_files" doc.
16706 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16708         * config/fp-bit.c (_unord_f2): Fix typo.
16710 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16712         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
16713         c-typeck.c, objc/objc-act.c: Remove all references to obstack
16714         functions obsoleted by GC, such as push_obstacks_nochange,
16715         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
16716         and code which existed only to decide whether or not to call
16717         them.  Remove now-unused NESTED argument from start_function;
16718         all callers changed.  Do not change behavior based on ggc_p.
16719         The use of the ixp_obstack in c-iterate.c and the util_obstack
16720         in objc/objc-act.c remain; these are not obsoleted by garbage
16721         collection.
16722         * c-tree.h: Update prototype for start_function.
16724         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
16726 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16728         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
16729         mips16.
16731 2000-01-25  Richard Henderson  <rth@cygnus.com>
16733         * sparc-protos.h (select_cc_mode): Declare.
16734         * sparc.c (select_cc_mode): New.  Handle unordered compares.
16735         (output_cbranch): Always reverse via code change.  Handle
16736         unordered compares.  Factor tests and string updates.
16737         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
16738         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
16739         * sparc.md (bunordered, bordered): New.
16740         (bungt, bunlt, buneq, bunge, bunle): New.
16742 2000-01-25  Richard Henderson  <rth@cygnus.com>
16744         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
16745         * ggc-common.c (ggc_add_rtx_varray_root): New.
16746         (ggc_mark_rtx_varray): New.
16747         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
16748         functions down below ggc_mark_foo.
16749         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
16751 2000-01-25  Richard Henderson  <rth@cygnus.com>
16753         * alpha.c (secondary_reload_class): Don't allocate a secondary
16754         for integral mode memories into FLOAT_REGS.  Rearrange the more
16755         complicated memory expression inward.
16757 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16759         * inclhack.def: Fixes to play nicer with FreeBSD, and
16760         corrections to comments.
16761         (cxx_unready): Add select expression.
16762         (irix_sockaddr): Add bypass expression.
16763         (machine_ansi_h_va_list): New fix.
16764         (stdio_va_list): No need to edit _BSD_VA_LIST_.
16765         Split out addition of "#include <stdarg.h>" to...
16766         (stdio_stdarg_h): ... here.
16767         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
16768         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
16769         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
16770         size_t.
16771         (ultrix_ifdef): Tighten up select expression.
16773         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
16774         re_ct and max_mach to avoid use of shell.  Make printed names
16775         match names in inclhack.def.  Use static copyright date.
16776         Don't count c_test and test expressions as requiring regex_t
16777         slots.  Add some commentary.
16778         * inclhack.tpl: Do not include the 'This script contains N
16779         fixup scripts' line if PROGRAM is defined.  Use static
16780         copyright date.
16782 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
16784         * dwarf2out.c: include "varray.h", not dyn-string.h.
16785         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
16786         (addr_const_to_string, addr_to_string): Lose.
16787         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
16788         (struct dw_val_struct): val_addr is now an rtx.
16789         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
16790         (used_rtx_varray): New varray.
16791         (dwarf2out_init): Initialize it.
16792         (save_rtx): New fn.
16793         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
16794         addr_to_string.
16795         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
16796         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
16797         * Makefile.in (dwarf2out.o): Update dependencies.
16799 2000-01-24  Richard Henderson  <rth@cygnus.com>
16801         * i386.c (i386_dwarf_output_addr_const): New.
16802         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
16804         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
16805         if defined.
16806         * dwarfout.c (output_mem_loc_descriptor): Likewise.
16807         * i386.c (i386_simplify_dwarf_addr): New.
16808         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
16810 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
16812         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
16813         TYPE_STUB_DECL is NULL.
16815 2000-01-24  Richard Henderson  <rth@cygnus.com>
16817         * builtins.c (expand_tree_builtin): Move ...
16818         * c-common.c (expand_tree_builtin): ... here.
16820 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16822         * loop.h (LOOP_INFO): New accessor macro.
16823         * basic-block.h (struct loop): Rename field `info' to `aux'.
16824         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16825         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16826         * unroll.c (loop_iterations, unroll_loop): Likewise.
16828 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16830         * config/i386/t-cygwin: Accomodate new winsup directory layout
16831         when searching for include files.
16833 2000-01-24  Richard Henderson  <rth@cygnus.com>
16835         * rtl.def: Add unordered fp comparisions.
16836         * tree.def: Likewise.
16837         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16839         * builtins.c (expand_tree_builtin): New function.
16840         * c-typeck.c (build_function_call): Use it.
16841         (build_binary_op): Support unordered compares.
16842         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16844         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16845         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16846         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16847         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16848         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16849         return UNKNOWN.
16850         (swap_condition): Handle unordered compares.
16851         (thread_jumps): Check can_reverse before reversing.
16852         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16853         reversed for FP.
16855         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16856         setcc is present before acking for cmp_optab.  Update all callers.
16857         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16858         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16859         * expr.c (expand_expr): Likewise.  Support unordered compares.
16860         (do_jump, do_store_flag): Likewise.
16861         * expr.h (enum libfunc_index): Add unordered compares.
16863         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16864         (DPBIT_FUNCS): Add _unord_df.
16865         * config/fp-bit.c (_unord_f2): New.
16866         * fp-test.c (main): Try unordered compare builtins.
16868         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16869         * alpha.c (alpha_comparison_operator): Check mode properly.
16870         (alpha_swapped_comparison_operator): Likewise.
16871         (signed_comparison_operator): Likewise.
16872         (alpha_fp_comparison_operator): New.
16873         (alpha_emit_conditional_branch): Handle unordered compares.
16874         * alpha.h (PREDICATE_CODES): Update.
16875         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16876         (bunordered, bordered): New.
16878 2000-01-24  Richard Henderson  <rth@cygnus.com>
16880         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16881         * alpha.md (movtf): New expander, insn, and splitter.
16883 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16885         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16886         dead registers.
16888 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16890         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16891         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16892          REG_ALLOC_ORDER): Add frame pointer
16893         (FRAME_POINTER_REGNUM): Set to 20
16894         (HARD_FRAME_POINTER_REGNUM): New macro.
16895         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16896         to HARD_FRAME_POINTER.
16897         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16898         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16899         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16900         (HI_REGISTER_NAMES): Add "frame".
16901         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16902         (debug_reg): Handle FRAME_POINTER_REGNUM.
16903         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16904         GENERAL_REGS and INDEX_REGS.
16905         * i386.c (SAVED_REGS_FIRST): new macro.
16906         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16907         (ix86_decompose_address, memory_address_length): Likewise.
16908         (regclass_map): Add frame pointer.
16909         (call_insn_operand): Handle frame_pointer_rtx.
16910         (reg_no_sp_operand): Likewise.
16911         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16912         (print_operand, legitimize_pic_address): Fix formating.
16913         (ix86_compute_frame_size): Make static, update prototype, new
16914         parameters padding1, padding2, use ix86_nsaved_regs, use
16915         stack_alignment_needed.
16916         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16917         to HARD_FRAME_POINTER_REGNUM conversions.
16918         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16919         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16920         (print_reg): Abort on FRAME_POINTER_REGNUM
16922 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16924         * i386.h (PREDICATE_CODES): Add aligned_operand.
16925         * i386.c (aligned_operand): New function.
16926         (ix86_aligned_p): Kill.
16927         * i386.md (movhi_1): Emit mov for aligned operands.
16928         (promoting peep2s): Use aligned_operand.
16930 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16932         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16933         expression to allow underscores in macro names.
16934         (fix_char_macro_defines): Increment scanning pointer.
16936 2000-01-23  Richard Henderson  <rth@cygnus.com>
16938         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16939         * alpha/osf5.h: New file.
16940         * configure.in (alpha-*-osf5): Add it to tm_file.
16942         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16944         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16945         (alpha_emit_xfloating_cvt, function_arg): Declare.
16946         * alpha.c (alpha_emit_conditional_branch): Call
16947         alpha_emit_xfloating_compare for TFmode compares.
16948         (alpha_lookup_xfloating_lib_func): New.
16949         (alpha_compute_xfloating_mode_arg): New.
16950         (alpha_emit_xfloating_libcall): New.
16951         (alpha_emit_xfloating_arith): New.
16952         (alpha_emit_xfloating_compare): New.
16953         (alpha_emit_xfloating_cvt): New.
16954         (print_operand): Add default abort case.
16955         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16956         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16957         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16958         (RETURN_IN_MEMORY): True for TF/TCmode.
16959         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16960         (FUNCTION_ARG): Move to function_arg.
16961         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16962         (ASM_OUTPUT_LONG_DOUBLE): New.
16963         (ASM_OUTPUT_DOUBLE): Always output bits.
16964         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16965         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16966         (extenddftf2, trunctfdf2): New.
16968 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16970         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16971         * config/sparc/sol2.h: ... here.
16973 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16975         * basic-block.h (struct loops): New field `levels'.
16976         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16977         (flow_loop_level_compute): Initialise level to 1.
16978         (flow_loops_find): Set loops->levels.
16979         (flow_loops_dump): Print loops->levels.
16981 2000-01-23  Richard Henderson  <rth@cygnus.com>
16983         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16984         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16986 2000-01-23  Richard Henderson  <rth@cygnus.com>
16988         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16989         * i386.h (DBX_REGISTER_NUMBER): Use them.
16990         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16991         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16992         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16993         * i386/sequent.h: Kill incorrect comment.
16995 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16997         * ggc-page.c (struct page_entry): Make `context_depth' an
16998         `unsigned short'.
16999         (struct globals): Likewise.
17001 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
17003         * loop.c (check_dbra_loop): When checking a loop for
17004         reversability, check the source of any stores to ensure
17005         they don't depend on an initial value.
17007 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17009         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
17011 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
17013         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
17014         'pz_scan' into scope of entire function.  Only affects
17015         compiles with -DDEBUG.
17017 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
17019         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
17020         section naming to that prior to 2000-01-07 patch.
17021         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
17022         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
17023         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
17024         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
17025         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
17027 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
17029         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
17030         constant.
17032 2000-01-21  Jim Wilson  <wilson@cygnus.com>
17034         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
17035         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
17037 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
17039         * cpphash.c (change_newlines): Delete function.
17040         (struct argdata): Delete 'newlines' and 'use_count' fields.
17041         (macroexpand): Remove code referencing those fields.
17043 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17045         * loop.c (loops_info): New variable.
17046         (loop_optimize): Allocate loops->array and free it on exit.
17047         Allocate memory for loops_info and assign to each loop,
17048         replacing alloca.
17049         (find_and_verify_loops): Do not allocate loops->array.
17051 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
17053         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
17055 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
17057         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
17058         pseudos if expanded after first flow.
17059         (movdi_pic_label_ref): Likewise.
17061 2000-01-20  Richard Henderson  <rth@cygnus.com>
17063         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
17065 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
17067         * Makefile.in (fixinc.sh): Depend on specs.
17068         * fixinc/Makefile.in: Add rule to create machname.h.
17069         (fixlib.o): Depend on machname.h.
17070         * fixinc/fixtests.c (machine_name): New test.
17071         * fixinc/fixfixes.c (machine_name): New fix.
17072         * fixinc/fixlib.c (mn_get_regexps): New helper function for
17073         the machine_name test and fix.
17074         * fixinc/fixlib.h: Prototype it.
17075         * fixinc/inclhack.def (machine_name): Use the C test and fix.
17076         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
17078         * gcc.c (do_spec_1) [case P]: Take care not to create
17079         identifiers with three leading or trailing underscores.
17081         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
17082         (fixincl): Don't specify libraries twice on link line.
17083         (gnu-regex.o): Remove special rule.
17084         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
17085         defined by config.h.  Do not define _REGEX_RE_COMP.
17086         (regcomp): Allocate and initialize a fastmap.
17087         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
17089 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
17091         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
17093 2000-01-19  Richard Henderson  <rth@cygnus.com>
17095         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
17096         arguments with BB.  Update all callers.  Tidy line wrapping.
17098 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
17100         * emit-rtl.c (try_split): Return last_insn if we split the
17101         last_insn.
17103 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
17105         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
17106         (ix86_initial_elimination_offset): Declare.
17107         * i386.c (ix86_nsaved_regs): Break out from ...
17108         (ix86_can_use_return_insn_p): ... here.
17109         (ix86_emit_save_regs): Break out from ...
17110         (ix86_expand_prologue): ... here.
17111         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
17112         out from ...
17113         (ix86_expand_epilogue): ... here.
17114         (ix86_compute_frame_size): Make static, add prototype.
17115         (ix86_initial_elimination_offset): Break out from ...
17116         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
17118 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17120         * recog.h (OUT_FCN): Delete.
17122         * vax.md: Call `get_insn_template' instead of OUT_FCN.
17124 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17126         * cppalloc.c: PROTO -> PARAMS.
17127         * cpperror.c: Likewise.
17128         * cppfiles.c: Likewise.
17129         * cpplib.c: Likewise.
17130         * cpplib.h: Likewise.
17132         * config/arm/arm-protos.h: PROTO -> PARAMS.
17133         * config/arm/arm.c: Likewise.
17134         * config/c4x/c4x.c: Likewise.
17135         * config/fr30/fr30-protos.h: Likewise.
17136         * config/nextstep.c: Likewise.
17137         * config/pa/pa.c: Likewise.
17138         * config/pj/pj.c: Likewise.
17139         * config/rs6000/rs6000.c: Likewise.
17140         * config/v850/v850-protos.h: Likewise.
17141         * config/v850/v850.c: Likewise.
17143 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17145         * i370-protos.h: New file.
17147         * i370.c: Include tm_p.h.  Fix compile time warnings.
17149         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
17150         warnings.
17152         * i370.md: Likewise.
17154 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17156         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
17157         (target_isinf, target_isnan, eisnan): Mark parameter with
17158         ATTRIBUTE_UNUSED.
17159         (eiisinf): Wrap in INFINITY.
17160         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
17161         (ibmtoe): Remove unused variable `rndsav'.
17163 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17165         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
17166         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
17168 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
17170         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
17171         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
17172         (fix_char_macro_defines, fix_char_macro_uses): New functions.
17174         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
17175         Recognize Emacs mode markers also.
17176         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
17177         C++ comments in C++ headers.  Call is_cxx_header only if
17178         necessary.
17180         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
17181         bypass for ncurses.
17182         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
17183         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
17184         ... these, which use the new C fixes.
17185         (math_exception): Escape literal '+' in bypass expression.
17187         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
17188         Regenerate.
17190 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
17192         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
17193         inside the MEM.
17195 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17197         * loop.c (loop_optimize): Allocate loop_info structure for each loop
17198         prior to calling scan_loop.
17200 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17202         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
17203         (split_branches, calc_live_regs): Likewise.
17205 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17207         * sh.md (fpu_single, fp_mode): New attributes.
17209 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17211         * loop.c (current_loop_info): Renamed from loop_info_data
17212         and changed to a pointer.
17213         (loop_optimize): Allocate loop_info structure for each loop
17214         and initialise to zero.
17215         (scan_loop): Set current_loop_info.
17217         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
17218         on iteration_var.
17220 2000-01-19  Richard Henderson  <rth@cygnus.com>
17222         * stupid.c: Die die die.
17223         * Makefile.in (OBJS): Remove stupid.o.
17224         (stupid.o): Likewise.
17226         * except.c (emit_eh_context): Don't emit USEs for stupid.
17227         * explow.c (probe_stack_range): Likewise.
17228         * flags.h (obey_regdecls): Remove.
17229         * flow.c (find_basic_blocks): Don't run try_merge_blocks
17230         when not optimizing.
17231         (life_analysis): Limit data collection when not optimizing.
17232         (mark_regs_live_at_end): Always mark the return value registers.
17233         (mark_used_regs): Remove dummy RETURN case.
17234         (print_rtl_with_bb): Don't consult obey_regdecls.
17235         * function.c (use_variable, use_variable_after): Remove.
17236         (assign_parms): Consult optimize not obey_regdecls.
17237         (expand_function_start): Don't emit USEs for stupid.
17238         (expand_function_end): Likewise.
17239         * global.c (build_insn_chain): Export.
17240         * integrate.c (expand_inline_function): Kill return-value USE
17241         handling code.
17242         * jump.c (jump_optimize_1): Do simple jump optimizations and
17243         dead code elimination.
17244         (calculate_can_reach_end): Remove check_deleted argument.
17245         (delete_insn): Patch out insns even when not optimizing.
17246         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
17247         * rtl.h (use_variable, use_variable_after): Remove declarations.
17248         (build_insn_chain): Declare.
17249         * stmt.c (expand_value_return): Don't emit USEs for stupid.
17250         (expand_end_bindings): Likewise.
17251         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
17252         * toplev.c (obey_regdecls): Remove.
17253         (rest_of_compilation): Don't set it.  Kill stupid in favour of
17254         flow1, local-alloc, and reload.
17255         (main): Don't set obey_regdecls.
17257         * config/nextstep.c (handle_pragma): Likewise.
17259         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
17261         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
17263 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17265         * alpha-protos.h: PROTO -> PARAMS.
17266         * alpha.c: Likewise.
17267         * elf.h: Likewise.
17268         * h8300.c: Likewise.
17269         * i386-protos.h: Likewise.
17270         * i386.c: Likewise.
17271         * m32r-protos.h: Likewise.
17272         * m32r.c: Likewise.
17273         * mips.c: Likewise.
17274         * mips.md: Likewise.
17275         * gmon-sol2.c: Likewise.
17276         * sparc.c: Likewise.
17278 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17280         * ns32k-protos.h: New file.
17282         * ns32k.c: Fix compile time warnings.
17284         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
17285         warnings.
17287         * ns32k.md: Likewise.
17289 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17291         * vax-protos.h: New file.
17293         * vax.c: Fix compile time warnings.
17295         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
17296         warnings.
17298         * vax.md: Likewise.
17300         * vaxv.md: Likewise.
17302 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17304         * romp-protos.h: New file.
17306         * romp.c: Fix compile time warnings.
17308         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
17309         warnings.
17311         * romp.md: Likewise.
17313 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17315         * we32k-protos.h: New file.
17317         * we32k.c: Fix compile time warnings.
17319         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
17320         warnings.
17322 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17324         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
17326         * except.c (eh_regs): Likewise.
17328         * final.c (output_operand): Likewise.
17330         * fold-const.c (target_isinf, target_isnan): Likewise.
17332 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17334         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
17335         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
17337         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
17338         when optimize_size.
17339         (clrstrsi): Rewrite.
17340         (strsethi, strsetqi): New expanders.
17341         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
17342         (cmpstrsi): Emit compare insn before cmpstrsi_1
17343         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
17344         (strlensi_1): Likewise.
17345         (cmpstrsi_1): Likewise; do not output compare.
17346         (strlen expander): Do not unroll when optimizing for size.
17347         (*subsi3_carry): Rename to subsi3_carry
17348         (addqi3_cc): New pattern.
17349         * i386.h (processor_costs): Add move_ratio field.
17350         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
17351         * i386.c (*_cost): Set move_ratio.
17352         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
17353         (x86_expand_strlensi_1): Rewrite the main loop.
17355 2000-01-17  Richard Henderson  <rth@cygnus.com>
17357         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
17358         * cse.c (find_comparison_args, fold_rtx): Likewise.
17359         * integrate.c (subst_constants): Likewise.
17360         * loop.c (get_condition): Likewise.
17362         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
17364         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
17366 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
17368         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
17369         (RESTORE_WARN_FLAGS): Unpack it.
17370         Change semantic type of extension to ttype.
17371         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
17372         * c-parse.y, c-parse.c, objc/objc-parse.y,
17373         objc/objc-parse.c: Regenerate.
17375 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
17377         * fixinc/fixlib.c: Add copyright notice.
17378         (compile_re): New function.
17379         * fixinc/fixlib.h: Prototype compile_re.
17381         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
17382         Use compile_re to compile regular expressions.
17384         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
17385         where the pattern matched.
17387         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
17388         use 'replace'.
17389         (ultrix_ansi_compat): Likewise.
17390         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
17391         add egrep test.
17392         (interactv_add2, interactv_add3): Delete.
17393         (x11_sprintf): Don't use filename glob.
17394         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
17395         Regenerate.
17397 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17399         * print-rtl.c: PROTO -> PARAMS.
17400         * real.c: Likewise.
17401         * reg-stack.c: Likewise.
17402         * resource.c: Likewise.
17403         * sdbout.h: Likewise.
17404         * simplify-rtx.c: Likewise.
17405         * stor-layout.c: Likewise.
17406         * stupid.c: Likewise.
17407         * xcoffout.c: Likewise.
17408         * xcoffout.h: Likewise.
17410 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17412         * toplev.c: PROTO -> PARAMS.
17413         * toplev.h: Likewise.
17414         * tree.c: Likewise.
17415         * tree.h: Likewise.
17416         * unroll.c: Likewise.
17417         * varasm.c: Likewise.
17418         * varray.c: Likewise.
17419         * varray.h: Likewise.
17421 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17423         * reload.c: PROTO -> PARAMS.
17424         * reload.h: Likewise.
17425         * reload1.c: Likewise.
17426         * reorg.c: Likewise.
17427         * resource.h: Likewise.
17428         * rtl.c: Likewise.
17429         * rtl.h: Likewise.
17430         * rtlanal.c: Likewise.
17431         * sbitmap.h: Likewise.
17432         * sdbout.c: Likewise.
17433         * stack.h: Likewise.
17434         * stmt.c: Likewise.
17435         * system.h: Likewise.
17437 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17439         * machmode.h: PROTO -> PARAMS.
17440         * mbchar.h: Likewise.
17441         * mips-tdump.c: Likewise.
17442         * mips-tfile.c: Likewise.
17443         * optabs.c: Likewise.
17444         * output.h: Likewise.
17445         * prefix.c: Likewise.
17446         * profile.c: Likewise.
17447         * protoize.c: Likewise.
17448         * real.h: Likewise.
17449         * recog.c: Likewise.
17450         * recog.h: Likewise.
17451         * regclass.c: Likewise.
17452         * regmove.c: Likewise.
17453         * regs.h: Likewise.
17455 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17457         * ggc-common.c: PROTO -> PARAMS.
17458         * ggc-page.c: Likewise.
17459         * ggc-simple.c: Likewise.
17460         * ggc.h: Likewise.
17461         * global.c: Likewise.
17462         * graph.c: Likewise.
17463         * gthr-win32.h: Likewise.
17464         * haifa-sched.c: Likewise.
17465         * halfpic.h: Likewise.
17466         * integrate.c: Likewise.
17467         * integrate.h: Likewise.
17468         * jump.c: Likewise.
17469         * lcm.c: Likewise.
17470         * local-alloc.c: Likewise.
17471         * loop.c: Likewise.
17472         * loop.h: Likewise.
17474 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17476         * genattr.c: PROTO -> PARAMS.
17477         * genattrtab.c: Likewise.
17478         * gencheck.c: Likewise.
17479         * gencodes.c: Likewise.
17480         * genconfig.c: Likewise.
17481         * genemit.c: Likewise.
17482         * genextract.c: Likewise.
17483         * genflags.c: Likewise.
17484         * gengenrtl.c: Likewise.
17485         * genopinit.c: Likewise.
17486         * genoutput.c: Likewise.
17487         * genpeep.c: Likewise.
17488         * genrecog.c: Likewise.
17490 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17492         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
17494 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17496         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
17497         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
17498         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
17499         * configure, config.in: Rebuilt.
17501 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
17503         * config/i386/i386.md: Add peephole to merge successive stack
17504         adjusts.
17506 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
17508         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
17509         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
17510         when walking backwards to find all the parameter loads when
17511         the basic block ends in a call.
17513 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17515         * loop.c (this_loop_info): Delete.
17516         (uid_loop): Add in place of uid_loop_num.  All uses updated.
17517         (loop_number_exit_count): Delete and replace with entry in loop
17518         structure.  All uses updated.
17519         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17520         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17521         (loop_outer_loop): Likewise.
17522         (loop_invalid, loop_number_exit_labels): Likewise.
17523         (loop_used_count_register): Delete and replace with entry in
17524         loop_info structure.
17525         (find_and_verify_loops): Add loops argument.
17526         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
17527         loop_end, etc. arguments with loop structure pointer.  All callers
17528         changed.
17529         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
17530         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
17531         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
17532         (insert_bct): Likewise.
17533         (basic_induction_var): New argument level.
17534         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
17535         vtop, and cont.  Add used_count_register.
17536         (uid_loop): Delete declaration.
17537         (loop_number_exit_count): Likewise.
17538         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17539         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17540         (loop_outer_loop, loop_used_count_register): Likewise.
17541         (loop_invalid, loop_number_exit_labels): Likewise.
17542         (unroll_loop): Replace loop_start and loop_end arguments
17543         with loop structure pointer.
17544         (loop_precondition_p, loop_iterations): Likewise.
17545         Include basic-block.h.
17546         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
17547         with loop structure pointer.
17548         (loop_precondition_p, loop_iterations): Likewise.
17549         * basic-block.h (struct loop): New entries vtop, cont,
17550         cont_dominator, start, end, top, scan_start, exit_labels,
17551         exit_count.
17552         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
17554 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17556         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
17558 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
17560         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
17562 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17564         * pdp11-protos.h: New file.
17566         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
17567         time warnings.
17569         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
17570         warnings.
17572         * pdp11.md: Likewise.
17574         * 2bsd.h: Likewise.
17576 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17578         * mn10300-protos.h: New file.
17580         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17581         time warnings.
17583         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
17584         warnings.
17586         * mn10300.md: Likewise.
17588 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17590         * mn10200-protos.h: New file.
17592         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
17593         time warnings.
17595         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
17596         warnings.
17598         * mn10200.md: Likewise.
17600 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17602         * h8300-protos.h: New file.
17604         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17605         time warnings.
17607         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
17608         warnings.
17610         * h8300.md: Likewise.
17612 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17614         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
17615         (asm_emit_uninitialised): Likewise.
17617 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
17619         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
17620         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
17622 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17624         * config/mips/mips.c (override_options): Don't turn on extra
17625         alignment for mips16.
17627 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17629         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
17630         eabi, and make sure queued POSTINCREMENT rtl is emitted at
17631         the right point.
17633 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17635         * builtins.c (PAD_VARARGS_DOWN): Define.
17636         (std_expand_builtin_va_arg): Use the above macro.
17637         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
17638         * tm.texi (Register Arguments): Document the above macro.
17640 2000-01-14  Nick Clifton  <nickc@cygnus.com>
17642         * emit-rtl.c (emit_insn): If checking is enabled, make sure
17643         that this function has not been used to emit a jump
17644         instruction.
17646         * jump.c (return_jump_1): Cope with being passed a null rtx.
17648 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17650         * eh-common.h: PROTO -> PARAMS.
17651         * emit-rtl.c: Likewise.
17652         * errors.c: Likewise.
17653         * errors.h: Likewise.
17654         * except.c: Likewise.
17655         * except.h: Likewise.
17656         * explow.c: Likewise.
17657         * expmed.c: Likewise.
17658         * expr.c: Likewise.
17659         * expr.h: Likewise.
17660         * final.c: Likewise.
17661         * fix-header.c: Likewise.
17662         * flow.c: Likewise.
17663         * fold-const.c: Likewise.
17664         * function.c: Likewise.
17665         * function.h: Likewise.
17666         * gcc.c: Likewise.
17667         * gcov-io.h: Likewise.
17668         * gcov.c: Likewise.
17669         * gcse.c: Likewise.
17671 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17673         * sh-protos.h: New file.
17675         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
17676         Add static prototypes.  Fix compile time warnings.
17678         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
17679         * sh.md: Likewise.
17680         * elf.h: Likewise.
17682 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17684         * arc-protos.h: New file.
17686         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
17687         time warnings.
17689         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
17690         warnings.
17692         * arc.md: Likewise.
17694 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17696         * dsp16xx-protos.h: New file.
17698         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
17699         time warnings.
17701         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
17702         warnings.
17704         * dsp16xx.md: Likewise.
17706 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17708         * convex-protos.h: New file.
17710         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
17711         time warnings.
17713         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
17714         warnings.
17716 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17718         * elxsi-protos.h: New file.
17720         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
17721         time warnings.
17723         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
17724         warnings.
17726         * elxsi.md: Likewise.
17728 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17730         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
17731         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
17732         match the comment for MIPS16.
17734 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
17736         * flow.c (split_edge): Do not call set_block_for_insn if we
17737         do not have a basic_block_for_insn structure.
17739         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
17740         and destination functions are 32bit aligned within the trampoline.
17741         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
17742         (TRAMPOLINE_ALIGNMENT): Define.
17744         * cse.c (cse_insn): When changing (set (pc) (reg)) to
17745         (set (pc) (label_ref)), verify the change creates a valid insn.
17747         * fr30.c (call_operand): Tighten and rework to match rules for
17748         call RTL expressions.
17749         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
17750         * fr30.md (call patterns): Improve constraints.
17752 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
17754         * fr30.c (fr30_expand_epilogue): Revert last change.
17755         Use emit_jump_insn for the return insn.
17757 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
17758                           Stan Cox  <scox@cygnus.com>
17760         * predict.c: New file. Preliminary infrastructure work for static
17761         branch prediction and basic block reordering.
17762         * basic-block.h: Add prototype for estimate_probability.
17763         * Makefile.in: Add rules for predict.o.
17765 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
17767         * fixincludes (va_list): Use __not_va_list__ for the dummy.
17768         * fixinc/*: Likewise.
17770 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17772         * cccp.c: PROTO -> PARAMS.
17773         * cexp.y: Likewise.
17774         * collect2.c: Likewise.
17775         * combine.c: Likewise.
17776         * convert.h: Likewise.
17777         * cse.c: Likewise.
17778         * dbxout.c: Likewise.
17779         * dbxout.h: Likewise.
17780         * diagnostic.c: Likewise.
17781         * doprint.c: Likewise.
17782         * dwarf2out.c: Likewise.
17783         * dwarf2out.h: Likewise.
17784         * dwarfout.c: Likewise.
17785         * dwarfout.h: Likewise.
17786         * dyn-string.h: Likewise.
17788 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17790         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
17791         macro conditionals guarding use.
17793         * dwarf2out.c: Include "tm_p.h".
17795         * function.c (locate_and_pad_parm): Mark parameter with
17796         ATTRIBUTE_UNUSED.
17797         (expand_function_end): Likewise for variable `context'.
17799         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
17801 2000-01-13  Nick Clifton  <nickc@cygnus.com>
17803         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
17804         register to prevent compile time warnings.
17806 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
17808         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
17809         to avoid -Wtraditional warning.
17811 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17813         * 1750a-protos.h: New file.
17815         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17816         time warnings.
17818         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17819         warnings.
17821         * 1750a.md: Likewise.
17823 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17825         * a29k-protos.h: New file.
17827         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17828         time warnings.
17830         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17831         warnings.
17833 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17835         * clipper-protos.h: New file.
17837         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17838         time warnings.
17840         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17841         warnings.
17843 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17845         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17847 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17849         * configure.in (--enable-new-gxx-abi): New option.
17850         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17851         * Makefile.in (GXX_ABI_FLAG): New variable.
17852         * configure: Regenerate.
17854 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17856         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17857         * tm.texi (FORCE_STRUCT_BLK): Document.
17858         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17860 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17862         * config/ns32k/ns32k.md: Revert Jan 9 change.
17864         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17865         to a mode-test, if the predicate is address_operand.
17867 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17869         * combine.c (if_then_else_cond): Be careful about what kinds
17870         of RTL expressions are passed to operand_subword.
17872         * flow.c (split_edge): If we have to insert a new jump, make
17873         sure to associate it with a basic block.
17875         * flow.c (commit_one_edge_insertion): A block with one successor
17876         can end in a JUMP_INSN that is not a simplejump.
17878 2000-01-12  Robert Lipe  <robertl@sco.com>
17880         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17881         (BUILD_VA_LIST_TYPE): Define.
17882         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17883         with crtstuff.c.
17885 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17887         * cccp.c (do_pragma): Add cast to (char *).
17889 2000-01-12  Richard Henderson  <rth@cygnus.com>
17890             Fred Fish  <fnf@be.com>
17891             Jason Merrill  <jason@cygnus.com>
17893         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17894         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17895         * i386/beos-elf.h, i386/beos-pe.h: New files.
17897         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17898         * cross-make (SYSTEM_HEADER_DIR): Define using
17899         CROSS_SYSTEM_HEADER_DIR.
17901         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17902         (process_command): Use it.
17903         (main): Likewise.  Kill trailing = from env vars.
17904         (build_search_list): Put it back.
17905         * collect2.c (main): Use LIBRARY_PATH_ENV.
17907         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17908         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17910         * tm.texi (Frame Layout): Document SMALL_STACK.
17911         * c-common.c (c_common_nodes_and_builtins): Check it.
17913         * system.h: Undef alloca after including glibc's <stdlib.h>,
17914         if USE_C_ALLOCA is defined.
17916         * gcc.c (set_input): New fn.
17917         (main): After all input files are compiled, reset the input file
17918         info to the first.
17920         * aclocal.m4 (rindex, index): If already defined, don't attempt
17921         to redefine.
17923         * ginclude/varargs.h: (__va_list__): Define ifndef.
17924         * ginclude/stdarg.h: Likewise.
17926         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17927         instead of unsigned char.
17929         * hash.h (true, false, boolean): Undef before enum.
17931         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17932         proper type of "HOST_WIDE_INT *", rather than their natural type of
17933         "unsigned HOST_WIDE_INT *".
17935 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17937         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17939         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17941         * regclass.c (choose_hard_reg_mode): Likewise.
17943         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17945         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17947 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17949         * c-common.c: PROTO -> PARAMS.
17950         * c-common.h: Likewise.
17951         * c-decl.c: Likewise.
17952         * c-iterate.c: Likewise.
17953         * c-lang.c: Likewise.
17954         * c-lex.c: Likewise.
17955         * c-lex.h: Likewise.
17956         * c-parse.in: Likewise.
17957         * c-pragma.c: Likewise.
17958         * c-pragma.h: Likewise.
17959         * c-tree.h: Likewise.
17960         * c-typeck.c: Likewise.
17961         * objc/objc-act.c: Likewise.
17962         * objc/objc-act.h: Likewise.
17964 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17966         * m88k-protos.h: New file.
17968         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17969         time warnings.
17971         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17973         * m88k.md: Likewise.
17975         * tekXD88.h: Likewise.
17977 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17979         * m68k-protos.h: New file.
17981         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17982         time warnings.
17984         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17986         * mot3300.h: Likewise.
17988 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17990         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17991         extract_bitlst.
17992         (extract_bitlist): Declare bitlen.
17994 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17996         * cccp.c: Accept and ignore -lang-fortran.
17998         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17999         qualifiers don't match at any level of pointerness.
18001 2000-01-12  Robert Lipe  <robertl@sco.com>
18003         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
18005 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
18007         * reload1.c (reload_reg_unavailable): New static variable.
18008         (reload_reg_free_p): Test it.
18009         (reload_reg_free_for_value_p): Test it instead of
18010         reload_reg_used.
18011         (choose_reload_regs_init): Compute it.
18013 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
18015         * reorg.c (fill_slots_from_thread): Check modified_in_p
18016         before replacing.
18018 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
18020         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
18021         these nodes even if INTERNALS is not set.
18023 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
18025         * gcse.c (delete_null_pointer_checks_1): Cope when
18026         get_condition cannot determine the condition.
18028 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
18030         * toplev.h (set_message_length): Declare.
18032         * diagnostic.c (obstack_chunk_alloc): Define macro.
18033         (obstack_chunk_free): Likewise.
18034         (struct output_buffer): New data structure.
18035         (vmessage): Remove.
18036         (output_maximum_width): New variable.
18037         (doing_line_wrapping, set_message_length, init_output_buffer,
18038         get_output_prefix, output_space_left, emit_output_prefix,
18039         output_newline, output_append, output_puts, dump_output,
18040         vbuild_message_string, build_message_string, build_location_prefix,
18041         voutput_notice, output_printf, line_wrapper_printf,
18042         vline_wrapper_message_with_location):  New functions. Implement
18043         automatic line wrapping.
18044         (v_message_with_decl): Make it handle automatic line wrapping.
18045         (v_error_with_file_and_line): Likewise.
18046         (v_warning_with_file_and_line): Likewise.
18047         (announce_function): Likewise.
18048         (default_print_error_function): Likewise.
18050 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
18052         * cpplib.h (struct cpp_options): Change lang_asm to char.
18053         Add lang_fortran.
18054         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
18055         done in cpp_handle_option now.
18056         (initialize_builtins): Take out special case code used only by
18057         __STDC_VERSION__.
18058         (cpp_handle_option): Turn off trigraphs and trigraph warnings
18059         if -traditional.  Recognize -lang-fortran and set
18060         lang_fortran, also turn off cplusplus_comments.
18061         (print_help): Document -lang-fortran.
18062         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
18063         lang_asm. Ignore all directives other than `# 123 "file"' if
18064         CPP_PREPROCESSED.
18065         (cpp_get_token): If -traditional, don't recognize directives
18066         unless the # is in column 1.
18067         (parse_string): If lang_fortran or lang_asm, silently
18068         terminate strings ('' or "") at end of line.
18069         Remove unnecessary braces.
18071 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18072             Richard Henderson  <rth@cygnus.com>
18074         * resource.c (mark_referenced_resources): Mark a set strict_low_part
18075         as used.
18076         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
18077         strict_low_part when possible.
18079 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18081         * alias.c: PROTO -> PARAMS.
18082         * basic-block.h: Likewise.
18083         * bitmap.c: Likewise.
18084         * bitmap.h: Likewise.
18085         * builtins.c: Likewise.
18086         * c-aux-info.c: Likewise.
18087         * caller-save.c: Likewise.
18088         * calls.c: Likewise.
18090 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18092         * Makefile.in (toplev.o): Depend on regs.h.
18094         * output.h (tdesc_section): Prototype.
18096         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
18098         * sdbout.c: Include "tm_p.h".
18100         * toplev.c: Include "regs.h".
18102 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
18104         * unroll.c (unroll_loop): Add EH support.
18106 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18108         * pa-protos.h: New file.
18110         * pa.c: Include recog.h and tm_p.h.
18111         (compute_zdepwi_operands, compute_movstrsi_length,
18112         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
18113         find_addr_reg, import_milli): Add static prototypes.
18114         (pa_cpu_string, pa_arch_string): Constify a char*.
18115         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
18116         (read_only_operand): Add argument `mode'.
18117         (singlemove_string, output_move_double, output_fp_move_double,
18118         output_block_move, output_and, output_ior, output_ascii,
18119         remove_useless_addtr_insns, milli_names, output_mul_insn,
18120         output_div_insn, output_mod_insn, output_arg_descriptor,
18121         output_cbranch, output_bb, output_bvb, output_dbra, ,
18122         output_millicode_call, output_call, hppa_encode_label,
18123         output_parallel_movb, output_parallel_addb): Constify a char*.
18124         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
18125         (output_parallel_addb): Remove extra arg to `constrain_operands'
18127         * pa.h:  Move all prototypes to pa-protos.h.
18128         (pa_cpu_string, pa_arch_string): Constify a char*.
18129         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
18131         * pa.md: Call `function_label_operand' with mode argument.
18132         Likewise for `read_only_operand'.
18133         Fix nesting of parens in call to `symbolic_operand'.
18135 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18137         * i860-protos.h: New file.
18139         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
18140         time warnings.
18142         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
18144         * i860.md: Likewise.
18146 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
18148         * i386.md (movstrsi expander): Rewrite.
18149         (movstrsi_1 insn): Deleted.
18150         (strmovhi, strmovqi expander): New expanders.
18151         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
18152         * i386.c (x86_single_stringop): New global variable.
18153         * i386.h (x86_single_stringop): Declare.
18154         (TARGET_SINGLE_STRINGOP): New macro.
18156 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
18158         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
18159         integer vararg POSTINCREMENT before the destination of the jump
18160         for the hard fp case.
18161         (function_arg_pass_by_reference): Pass a copy of CUM to
18162         FUNCTION_ARG.
18164         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
18165         for CONSTANT_ADDRESS_P above while loop for subreg.
18167 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
18169         * flow.c (propagate_block): When a prologue/epilogue insn
18170         is marked dead, unconditionally clear libcall_is_dead and
18171         insn_is_dead, and only dump rtl if warnings aren't being
18172         suppressed.
18174 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
18176         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
18177         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
18178         (FIXED_REGISTERS): Set dirflag as fixed.
18179         (CALL_USED_REGISTERS): Set dirflag as used.
18180         (REG_ALLOC_ORDER): Set dirflag as last one.
18181         (DIRFLAG_REG): New macro.
18182         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
18183         (HI_REGISTER_NAMES): Add dirflag.
18184         (DEBUF_PRINT_REG): Handle dirflag.
18185         * i386.md (type attribute): New cld and str types.
18186         (length_opcode attribute): Set cld and str to 1.
18187         (memory attribute): Set str to unknown - it is not clear from the
18188         patterns.
18189         (pent_np function unit): Prefixed string operations takes 12 cycles
18190         minimally; cld takes 2 cycles.
18191         (ppro_uops attribute): Str is "many" and cld is "few".
18192         (ppro_p0 unit): Handle cld here.
18193         (k6_alux unit): Handle cld and str types.
18194         (k6_load unit): It is ocupied by str opcodes.
18195         (k6_store unit): It is ocupied by str opcodes.
18196         (athlon_decode): Str is vector decoded.
18197         (athlon_ieu): Handle str and cld.
18198         (cld pattern): New.
18199         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
18200         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
18201         cmpstrsi_nz_1 insn): Do not output cld instruction
18203 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
18205         * gcc.texi (G++ and GCC): Add Java and Chill.
18206         (Bug Critera): Don't list languages.
18208         * gcc.texi (Incompatibilities): No longer claim most C compilers
18209         are K&R.
18211         * gcc.texi (G++ and GCC): Update other front-ends list.
18213 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
18215         * i386.c (ix86_expand_setcc): Fix typo.
18216         (ix86_expand_movcc): Similarly.
18218         * Band-aid until haifa's bitset implementation is nuked.
18219         * haifa-sched.c (extract_bitlst): New parameter for size of the
18220         bitset in bits.  All callers changed.  Avoid looking at undefined
18221         bits in the bitset.
18222         (edgeset_bitsize): New variable.
18223         (schedule_region): Initialize edgeset_bitsize.
18225 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18227         * Makefile.in (optabs.o): Depend on real.h
18228         (resource.o): Depend on insn-attr.h
18230         * builtins.c (result_vector): Wrap prototype in macro conditions
18231         governing definition and use.
18233         * c-common.c: Include tm_p.h.
18235         * c-lex.c: Likewise.
18237         * elfos.h: Constify a char*.
18239         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
18240         (get_attr_length, shorten_branches, profile_after_prologue): Mark
18241         parameter with ATTRIBUTE_UNUSED.
18243         * fold-const.c (exact_real_inverse): Wrap variable `i' in
18244         CHECK_FLOAT_VALUE.
18246         * haifa-sched.c (schedule_insns): Mark parameter with
18247         ATTRIBUTE_UNUSED.
18249         * optabs.c: Include real.h.
18251         * real.h (ereal_atof): Add prototype arguments.
18253         * resource.c: Include insn-attr.h.
18255         * sdbout.c (sdbout_queue_anonymous_type,
18256         sdbout_dequeue_anonymous_types): Wrap in macro
18257         SDB_ALLOW_FORWARD_REFERENCES.
18258         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
18259         ATTRIBUTE_UNUSED.
18261         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
18263         * stupid.c: Include tm_p.h.
18265         * tree.c (real_value_from_int_cst): Mark parameter with
18266         ATTRIBUTE_UNUSED.
18268 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18270         * i960-protos.h: New file.
18272         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
18273         time warnings.
18275         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
18277 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18279         * combine.c (expand_field_assignment): Do not discard SUBREGs
18280         while computing nonzero_bits.
18282 2000-01-09  Nick Clifton  <nickc@cygnus.com>
18284         * config/arm/arm.c: Fix compile time warnings about signed vs
18285         unsigned constants.
18286         * config/arm/arm.h: Fix compile time warnings about signed vs
18287         unsigned constants.
18289 2000-01-09  Philip Blundell  <philb@gnu.org>
18291         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
18292         than `ldm' with only one register.
18293         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
18294         only one register.
18296         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
18297         clobbered.
18299 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
18301         * config/ns32k/ns32k.md (load or push effective address): Operand 1
18302         must have SImode.
18304 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18306         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
18307         assignment used as truth value.
18309         * function.c (assign_temp): Mark parameter `dont_promote' with
18310         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
18311         PROMOTE_FOR_CALL_ONLY.
18313         * genrecog.c (write_subroutine): Mark variable `operands' with
18314         ATTRIBUTE_UNUSED.
18316         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
18317         ATTRIBUTE_UNUSED.
18319         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
18320         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
18322         * toplev.c (note_deferral_of_defined_inline_function): Likewise
18323         for `decl'.
18325 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18327         * config/c4x.h: Tidy up comments.
18328         * config/c4x.c: Likewise.
18330 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
18332         * fold-const.c (lshift_double, rshift_double): Handle
18333         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
18335 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18337         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
18338         in prepare_function_start().
18340 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
18342         * config/v850/v850.c (expand_epilogue): Interrupt functions no
18343         longer allocate extra stack for function calls.
18345 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18347         * config/c4x/c4x.md (*subqf3_set): Fix typo.
18349 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18351         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
18353 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
18355         * rs6000.c (processor_target_table): Add power3 as alias for 630.
18356         * aix43.h: Revert Aug 2 change.
18357         (HAS_INIT_SECTION): Define, not visible yet.
18358         (LD_INIT_SWITCH): Define, not visible yet.
18359         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
18361         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
18363         * collect2.c (main): Expand ld2 size further.
18364         (export_object_lst): Cast assignment to avoid warning.
18365         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
18366         (scan_prog_file, COFF): Do not collect initialization or
18367         finalization functions generated for entire shared object if
18368         init/fini support present.
18370 2000-01-07  Nick Clifton  <nickc@cygnus.com>
18372         * config/elfos.h: Tidy up formatting of marcos.  Make sure
18373         that .section directives are always prefixed by a tab.
18375         * config/svr4.h: Add #include "elfos.h" and remove duplicate
18376         definitions.
18378 2000-01-07  Matt Austern  <austern@sgi.com>
18380         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
18381         expon.
18383 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
18385         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
18386         crtstuff.c.
18387         (crtbegin.o, s-crtS): Likewise.
18389 2000-01-06  Richard Henderson  <rth@cygnus.com>
18391         * alpha.md (adddi_2+1): Limit offset such that it will be
18392         loadable with a single ldah+lda pair.
18393         (adddi_2+2): Explicitly fail split if we can't make it work.
18395 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
18397         * protoize.c: Conditionally include unistd.h.
18398         (IS_SAME_PATH_CHAR): New macro.
18399         (IS_SAME_PATH): New macro.
18400         (CPLUS_FILE_SUFFIX): New macro.
18401         (cplus_suffix): New static variable.
18402         (is_abspath): New static function.
18403         (in_system_include_dir): Handle DOS style pathnames.
18404         (file_could_be_converted): Likewise.
18405         (file_normally_convertible): Likewise.
18406         (directory_specified_p): Likewise.
18407         (file_excluded_p): Likewise.
18408         (abspath): Likewise.
18409         (shortpath): Likewise.
18410         (referenced_file_is_newer): Likewise.
18411         (save_def_or_dec): Likewise.
18412         (do_processing): Likewise.
18413         (main): Likewise.
18414         (edit_file): Likewise. Use rename instead of link.
18415         (rename_c_file): Likewise. Don't rename syscalls file.
18416         (munge_compile_params): Define null device for DOS based systems.
18417         (process_aux_info_file): Use binary mode if appliable.
18418         (edit_file): Likewise.
18419         * invoke.texi (Running Protoize): Document C++ suffixes used.
18421         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
18422         IS_DIR_SEPARATOR macros.
18423         * collect2.c: Likewise.
18424         * cppinit.c: Likewise.
18425         * dwarf2out.c: Likewise.
18426         * gcc.c: Likewise.
18427         * gcov.c: Likewise.
18428         * prefix.c: Likewise.
18429         * rtl.c: Likewise.
18430         * toplev.c: Likewise.
18431         * system.h: And move to here.
18433         * prefix.c (update_path): Fix typo in variable name.
18435 2000-01-06  Richard Henderson  <rth@cygnus.com>
18437         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
18438         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
18439         (count_reg_sets_1, count_reg_references): Likewise.
18440         (flow_loops_level_compute): Start counting actual loop depth at 1.
18441         (flow_loops_find): Likewise.
18442         * local-alloc.c (update_equiv_regs): Likewise.
18443         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
18445 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
18447         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
18448         FIRST_PSEUDO_REGISTER
18449         * dwarf2out.c: Don't include frame.h
18450         * dwarfout.c: Likewise
18451         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
18452         frame.h
18454 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
18456         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
18457         dead registers.
18459         * i386.c (movsf splitter): Fix typo in my last checkin.
18461 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18463         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
18464         own definition of this macro.
18465         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
18466         flag_data_sections or UNIQUE_SECTION_P are true.
18468         * tm.texi (UNIQUE_SECTION): Document that it can be called for
18469         unitialised data decls.
18471         * config/i386/winnt.c (i386_pe_unique_section): Cope with
18472         being called for uninitialised data.
18474         * config/i386/interix.c (i386_pe_unique_section): Cope with
18475         being called for uninitialised data.
18477         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
18478         for uninitialised data.
18480         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
18481         for uninitialised data.
18483         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
18484         for uninitialised data.
18486         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
18487         (UNIQUE_SECTION_P): Always generate a unique section if
18488         flag_data_sections is true.
18489         (UNIQUE_SECTION): Also generate unique sections for
18490         uninitialised data.
18491         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
18492         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
18493         named_section().
18495 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18497         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
18498         SI, or DI.
18500 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18502         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
18503         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
18504         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
18505         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
18506         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
18508         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
18510 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
18512         * c-decl.c (finish_enum): Simplify code to determine minimum and
18513         maximum values of the enum, and calculate the type.  Remove check
18514         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
18515         the DECL_INITIAL of each enumeration constant with a copy converted
18516         to the enumeration type.  When updating variant types, don't bother
18517         updating the type itself.
18519         * c-typeck.c (build_binary_op): Simplify conditional expressions
18520         when weeding out spurious signed-unsigned warnings.  Add new
18521         spurious warning category: if the unsigned quantity is an enum
18522         and its maximum value fits in signed_type(result_type).  Update
18523         commentary.
18524         (build_conditional_expr): Warn here if one alternative is signed
18525         and the other is unsigned.
18527 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18529         * config/fr30/fr30.h: Remove extraneous comments.
18531 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
18533         * reload1.c (choose_reload_regs): When disabling a reload, also
18534         set reload_spill_index to -1.
18536 2000-01-04  Joel Sherrill (joel@OARcorp.com>
18538         * configure.in (m68*-*-rtemscoff*): New target, formal name for
18539         old m68*-*-rtems*.
18540         (m68*-*-rtemself*): New target.
18541         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
18542         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
18543         (sparc*-*-rtemself*): New target.
18544         (sparc*-*-rtems*): Now elf not a.out.
18545         * config/i386/rtems.h: Include config/rtems.h.
18546         * config/i386/rtemself.h: Include config/rtems.h.
18547         * config/i960/rtems.h: Include config/rtems.h.
18548         * config/m68k/rtems.h: Include config/rtems.h.
18549         * config/m68k/rtemself.h: Include config/rtems.h.
18550         * config/mips/rtems64.h: Include config/rtems.h.
18551         * config/pa/rtems.h: Include config/rtems.h.
18552         * config/rs6000/rtems.h: Include config/rtems.h.
18553         * config/sh/rtems.h: Include config/rtems.h.
18554         * config/sh/rtemself.h: Include config/rtems.h.
18555         * config/sparc/rtems.h: Include config/rtems.h.
18556         * config/sparc/rtemself.h: Include config/rtems.h
18558 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
18560         * final.c (shorten_branches): Correctly compute length of
18561         asms without operands.
18563 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
18565         * configure.in: Add pj target.
18566         * configure: Regenerate.
18567         * config/pj: New directory.
18568         * config/pj/lib1funcs.S: New file.
18569         * config/pj/linux.h: New file.
18570         * config/pj/pj.c: New file.
18571         * config/pj/pj.md: New file.
18572         * config/pj/pjl.h: New file.
18573         * config/pj/t-pj: New file.
18574         * config/pj/xm-pj.h: New file
18576 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
18578         * toplev.c (rest_of_compilation): Run shorten-branches before
18579         reg-stack for now.
18581 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18583         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
18584         macros so that they're consistent with their names.
18585         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18586         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18588 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18590         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
18591         modified inadvertently.
18593 2000-01-04  Joel Sherrill <joel@OARcorp.com>
18595         * configure.in (v850*-*-rtems*): New target.
18596         * configure: Regenerate.
18597         * config/v850/rtems.h: New file.
18599 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
18601         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
18602         (__gthread_key_create): Likewise.
18603         (__gthread_key_dtor):  Likewise.
18604         (__gthread_once): Fix logic.
18605         (__gthread_key_delete): Cast away constness.
18607         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
18608         * invoke.texi: Document.
18609         * i386/mingw32.h (CPP_SPEC): Use.
18610         (LIBGCC_SPEC): Likewise.
18611         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
18613 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18615         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
18616         (HANDLE_PRAGMA_PACK): Undefine.
18617         (SLOW_UNALIGNED_ACCESS): Define.
18619 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18621         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18622         to default definition.
18623         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
18624         (store_fixed_bit_field): Call macro with word_mode and alignment.
18625         (extract_bit_field): Call macro with relevant mode and alignment.
18626         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18627         to default definition.
18628         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
18629         and alignment.
18630         (move_by_pieces_ninsns): Likewise.
18631         (clear_by_pieces): Likewise.
18632         (emit_push_insn): Likewise.
18633         (store_field): Call macro with relevant mode and alignment.
18634         (expand_expr): Likewise.
18635         (expand_expr_unaligned): Likewise.
18637         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
18638         (SLOW_UNALIGNED_ACCESS): Define.
18639         (CASE_VECTOR_MODE): Always use 32-bit offsets.
18640         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
18641         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
18642         (toc_section): Likewise and .toc pseudo-op.
18643         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
18644         64-bit mode.
18645         (TEXT_SECTION_ASM_OP): Likewise.
18646         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
18647         32-bit offsets.
18649         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
18650         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
18651         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
18652         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
18653         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
18655 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
18657         * regclass.c: Revert my Jan 4 change to loop cost computation.
18659 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18661         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
18662         compilation.
18664 2000-01-04  Stan Cox  <scox@cygnus.com>
18666         * haifa-sched.c (build_control_flow): Change unreachable simple
18667         loop test to check if current block has only one predecessor.
18668         (find_rgns): Initialize degree.  Use dest as degree index, not src.
18670 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18672         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
18674         * calls.c (expand_call): Likewise for
18675         `old_stack_arg_under_construction'.
18677         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
18679         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
18680         `save_constant'.
18682         * gcc.c (execute): Likewise for `ut' and `st'.
18684         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
18686         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
18688         * jump.c (jump_optimize_1): Likewise for `temp2'.
18690         * local-alloc.c (block_alloc): Likewise for `r1'.
18692         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
18694         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
18695         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
18697         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
18698         and `set2'.
18700         * reload.c (find_reloads): Likewise for `goal_alternative_number'
18701         and `goal_earlyclobber'.
18703         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
18705         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
18707         * stupid.c (stupid_life_analysis): Likewise for `chain'.
18709         * unroll.c (copy_loop_body): Likewise for `copy'.
18711         * varasm.c (output_constructor): Likewise for `byte'.
18713 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18715         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
18716         all FP constants for constant->reg moves.
18717         (ix86_split_to_parts): Try to convert memory address into immediate
18718         when available in the constant pool.
18719         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
18720         moves.
18721         (LEGITIMATE_CONSTANT_P): Return 1.
18722         * i386.md (pushsf): New splitter to convert constant pool memory
18723         reference to immediate.
18724         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
18725         reload.
18727 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
18729         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
18730         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
18731         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
18732         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
18733         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
18735 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
18737         * ginclude/stdbool.h:  Support compilation as C++.
18739 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
18741         * fold-const.c (make_range): Don't try to reverse an unbounded range.
18743 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
18745         * regclass.c (regclass): Properly compute loop_cost.  Adjust
18746         comments.
18748         * regclass.c: Fix minor whitespace problems.
18750 2000-01-03  Anthony Green  <green@cygnus.com>
18752         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
18753         Restore the pic register if required.
18755 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
18757         * c-common.c (format_char_info): Update comment.
18758         (check_format_info): Recognize 'z' modifier in the same way 'Z'
18759         was recognized.  Emit warning for formats new in ISO C99 only
18760         if flag_isoc9x is not set.
18762 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
18764         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
18766 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18768         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
18769         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
18770         (make_compound_operation): Choose cheaper alternative between
18771         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
18773         * regclass.c (op_costs): Remove global variable.
18774         (record_reg_classes): New parameter "op_costs" and "reg_pref".
18775         (record_operand_costs): Break out from ...
18776         (scan_one_insn): ... here.
18777         (dump_regclass): Make dumps nicer.
18778         (regclass): Dump preferrences choosed and changes done during passes.
18780 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18782         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
18784 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18786         * config/sparc/sparc.c (gen_df_reg): New function.
18787         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
18788         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
18789         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
18790         movtf_cc_reg_sp64+1): Use it.
18792 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18794         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
18795         copied LABEL_DECLs.
18797 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
18799         * config/i386/i386.c (ix86_expand_unary_operator): Function
18800         definition made void.
18801         (ix86_expand_binary_operator): Update outdated preceding comment.
18802         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
18803         prototype.
18805         * config/i386/i386.c (override_options): Fix option-name typo.
18807 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18809         * system.h (CEIL): Define.
18810         * builtins.c (CEIL): Remove.
18811         * expmed.c (CEIL): Likewise.
18812         * expr.c (CEIL): Likewise.
18813         * stor-layout.c (CEIL): Likewise.
18815 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18817         * expr.c (store_constructor_field): Fix typo introduced with last
18818         gcc2 merge.
18820 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18822         * tree.h (BINFO_N_BASETYPES): New macro.
18824 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18826         * expmed.c (emit_store_flag): Prevent losing a pending stack
18827         adjust the same way we prevent losing queued increments.
18829 See ChangeLog.2 for earlier changes.