Add support for interrupt function attribute
[official-gcc.git] / gcc / ChangeLog
blob7539396c332be975e3fdf6da010947518946a047
1 2000-12-08  Nick Clifton  <nickc@redhat.com>
3         * extend.texi: Document ARM "interrupt" function attribute.
4         Mention that the ARM also support the "naked" function
5         attribute.
7         * config/arm/arm-protos.h (arm_current_func_type): Add
8         prototype.
10         * config/arm/arm.h (EXCEPTION_LR_REGNUM): Define.
11         (struct machine_function): Add 'func_type' field.
12         Define bit values for 'func_type' field.
13         (ARM_FUNC_TYPE): New macro.
14         (IS_INTERRUPT): New macro.
15         (IS_VOLATILE): New macro.
16         (IS_NAKED): New macro.
17         (IS_NESTED): New macro.
18         (ARM_INITIAL_ELIMINATION_OFFSET): Use IS_VOLATILE.
20         * config/arm/arm.c (isr_attribute_args): New Structure.  A
21         list of "interrupt" function attribute modifiers.
22         (arm_isr_value): New Function: Returns the type of the current
23         interrupt function.
24         (arm_compute_func_type): New Function: Computes the type of
25         the current function.
26         (arm_current_func_type): New Function: Returns the type of the
27         current function.
28         (use_return_insn): Use arm_current_func_type.
29         (arm_valid_type_attribute_p): Accept "interrupt" function
30         attribute.
31         (arm_comp_type_attributes): Check "interrupt" attributes.
32         (arm_valid_machine_decl): Accept "interrupt" function
33         attribute.
34         (arm_function_ok_for_sibcall): Do not allow interrupt
35         functions to use sibcalls.
36         (arm_naked_function_p): Delete.
37         (print_multi_reg): Remove redundant parameter 'hat'.
38         (arm_compute_save_reg_mask): New Function: Compute a bit mask
39         of registers saved during the current function's prologue.
40         (output_arm_return_instruction): Use arm_current_func_type.
41         Generate return instruction when LR is not poppsed off the
42         stack.
43         (arm_volatile_func): Delete.
44         (output_arm_prologue): Use arm_current_func_type and
45         arm_compute_save_reg_mask.
46         Note presernce of interrupt functions.
47         (arm_output_epilogue): Use arm_current_func_type and
48         arm_compute_save_reg_mask.
49         (arm_expand_prologue): Use arm_current_func_type and
50         arm_compute_save_reg_mask.
51         (arm_init_machine_status): Initialise func_type field, if
52         necessary.
53         (thumb_expand_prologue): Use arm_current_func_type.
54         (output_thumb_prologue): Use arm_current_func_type.
56 2000-12-08  Brad Lucier <lucier@math.purdue.edu>
58         * tradcpp.c (do_include): Make pointer differences 64-bit clean.
60 Fri Dec  8 08:23:29 2000  J"orn Rennecke <amylaar@redhat.com>
62         * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
63         for multiplies.
65 2000-12-07  Mike Stump  <mrs@wrs.com>
67         * Makefile.in (distclean): Remove alloca.c hashtab.c.
69 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
71         * Makefile.in (HOST_RTL): Add safe-ctype.o.
72         (safe-ctype.o): New rule.
73         * system.h: Include safe-ctype.h, not ctype.h.  No need to
74         wrap ctype macros.
76         * cpphash.h: Zap IStable and related macros.  Define is_* in
77         terms of safe-ctype.h macros.
78         * cppinit.c: Delete the IStable and all related code.
80         * tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
81         is_space arrays.  Delete initialize_char_syntax.  Change all
82         references to the above arrays to use macros instead.
83         * tradcpp.h: Define is_idchar, is_idstart, is_space, and
84         is_nvspace in terms of safe_ctype.h's macros.
85         * tradcif.y: is_idchar, is_idstart are macros not arrays.
87         * config/i370/i370.c, config/winnt/dirent.c,
88         config/winnt/fixinc-nt.c, config/winnt/ld.c:
89         Use uppercase ctype macros.  If we included ctype.h,
90         include safe-ctype.h instead.
92         * fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
93         ISLOWER(c) before calling TOUPPER(c).
94         * fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
95         * fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
96         wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
98 2000-12-07  DJ Delorie  <dj@redhat.com>
100         * c-decl.c (grokdeclarator): preserve previous alignments when
101         rebuilding array types.
103 2000-12-07  Neil Booth  <neilb@earthling.net>
105         * cppfiles.c (struct include_file): Move from cpphash.h.
106         (_cpp_never_reread): New function.
107         (open_file, read_include_file): Use it.
108         (stack_include_file): Set the buffer's sysp according to the
109         path in which the file was found.
110         (find_include_file): Don't set sysp.
111         (cpp_make_system_header, actual_directory): Update.
112         (_cpp_execute_include): Do #include_next lookup handling here,
113         not in cpplib.c.  Use _cpp_never_reread.
114         * cpphash.h (struct_include_file): Remove.
115         (struct cpp_buffer): New member sysp.
116         (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
117         (_cpp_never_reread): New.
118         * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
119         (end_directive): Clear line_extension flag.
120         (_cpp_handle_directive): Set line_extension flag for #number.
121         (do_include_next): Handle path lookup in _cpp_execute_include.
122         (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
123         (_cpp_do_file_change): Update.
124         (do_pragma_once): Use cpp_never_reread.  Clean up.
125         * cpplib.h (struct lexer_state): New member line_extension.
127 2000-12-07  Richard Henderson  <rth@redhat.com>
129         * flow.c (calculate_global_regs_live): Force the stack pointer live
130         after reload as well.
132 2000-12-07  Bruce Korb  <bkorb@gnu.org>
134         * fixinc/Makefile.*(exeext): the variables are exeext, the
135         substitution expression is build_exeext.
137 2000-12-07  Neil Booth  <neilb@earthling.net>
139         * c-common.c (parse_in): Make a cpp_reader *.
140         * cppfiles.c (_cpp_fake_include): Remove.
141         * cpphash.h: Similarly.
142         * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
143         #line always creates a callback; FC_RENAME if there are no
144         #line flags.
145         * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
146         The first EOF must be our get_char buffer.
148 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
150         * c-common.c (warn_format_security): New variable.
151         (check_format_info): Warn about non-literal formats with no format
152         arguments if either -Wformat-nonliteral or -Wformat-security is
153         specified.
154         (set_Wformat): Set warn_format_security for settings other than 1.
155         * c-common.h (warn_format_security): Declare.
156         * c-decl.c (c_decode_option): Decode -Wformat-security and
157         -Wno-format-security.
158         * invoke.texi: Document -Wformat-security.
159         * toplev.c (documented_lang_options): Include -Wformat-security
160         and -Wno-format-security.
162 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
164         * c-common.c (check_format_info): Warn for non-constant format
165         strings with strftime formats if -Wformat-nonliteral.  Where the
166         format can convert arguments, if the format is not a string
167         literal and there are no arguments to the format, give a different
168         warning message from the general non-string-literal case.
170 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
172         * c-common.c (format_wanted_type): Add reading_from_flag.
173         (print_char_table): Mark %s and %S formats with flag "R".
174         (check_format_info_main): Set up reading_from_flag appropriately.
175         If aflag, always set writing_in_flag rather than relying on the
176         format used being a scanf format and so having it set.
177         (check_format_types): Check for formats reading through null
178         pointers.
180 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
182         * invoke.texi (-Wformat): Document what format features are
183         checked.
185 2000-12-06  Kazu Hirata  <kazu@hxi.com>
187         * config/h8300/h8300.h: Fix formatting.
189 2000-12-06      Joel Sherrill <joel@OARcorp.com>
191         * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
192         h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
193         * config.gcc (*-rtems*): Add support for gthr-rtems.h.
194         * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
195         config/h8300/rtems.h, config/mips/rtems.h: New files.
197 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
199         * config.gcc: Reorganize handling of *-*-gnu*, to share target
200         specific make details with Linux.  Update comments to clarify
201         the distinction between GNU/Linux and GNU/Hurd.
203 Wed Dec  6 19:22:02 2000  Jeffrey A Law  (law@cygnus.com)
205         * contrib.texi: Fix my email address.  Update Per's
206         list of contributions.
208 2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
210         * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
211         * collect2.c (scan_libraries): Remove unused `ch'.
212         (COFF specific stuff): Prototype ldgetname.  Declare and prototype
213         ldbtread and ldclose.
215         * config/alpha/osf.h: Standarize copyright statement.
216         * config/arc/arc.h: Likewise.
217         * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
218         * config/arm/arm.c config/arm/arm.h: Likewise.
219         * config/elxsi/elxsi.h: Likewise.
220         * config/i386/sco.h: Likewise.
221         * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
222         * config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
223         * config/m68k/sun3.h: Likewise.
224         * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
225         * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
226         * config/romp/romp.h: Likewise.
227         * config/rs6000/aix41.h: Likewise.
228         * config/sparc/sysv4.h: Likewise.
229         * config/we32k/we32k.c config/we32k/we32k.h: Likewise.
230         * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
231         * cpplib.h cppexp.c cselib.h profile.c: Likewise.
232         * longlong.h: Likewise.
233         * libgcc2.c: Likewise.
235 2000-12-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
237         * machmode.def: Use correct definition for BITSIZE on targets where
238         BITS_PER_UNIT != 8.
240 2000-12-06  Bruce Korb  <bkorb@gnu.org>
242         * fixinc/Makefile.*: Reduce differences to (ultimately) reduce
243         the number of them.
245 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
247         * pa.c: Include expr.h before c-tree.h.
248         (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
249         instead of reverse_condition.
250         (print_operand): Correct predicates for GT, GE, LT and LE.  Add
251         predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
252         ORDERED.
253         (cmpib_comparison_operator): Add GEU and LTU codes.
254         * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
255         * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
256         bordered): New float conditional branch patterns.
258 Wed Dec  6 21:03:41 2000  J"orn Rennecke <amylaar@redhat.com>
260         * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.
262 2000-12-06  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
264         * cpplex.c (skip_escaped_newlines): Don't warn for spaces between
265         backslash and newline, when inside a comment.
267 2000-12-06  Joseph S. Myers  <jsm28@cam.ac.uk>
269         * invoke.texi: Use @table @samp instead of @itemize @minus for
270         table of language standards.  Fix use of @pxref.  From Zack
271         Weinberg.  Also exclude specs documentation from generated
272         manpage, and create separate ENVIRONMENT section.
274 2000-12-06  Michael Matz  <matzmich@cs.tu-berlin.de>
276         * gcse.c (compute_pre_data): Kill trapping expressions in
277         destination blocks of abnormal edges.
279 2000-12-05  Richard Sandiford  <r.sandiford@redhat.com>
281         * config/mn10300/mn10300.c (mn10300_print_reg_list): Added.
282         (mn10300_get_live_callee_saved_regs): Likewise.
283         (mn10300_gen_multiple_store): Likewise.
284         (store_multiple_operation): Likewise.
285         (expand_prologue): Use mn10300_gen_multiple_store().
286         * config/mn10300/mn10300-protos.h (mn10300_print_reg_list): Added.
287         (mn10300_get_live_callee_saved_regs): Likewise.
288         (mn10300_gen_multiple_store): Likewise.
289         (store_multiple_operation): Likewise.
290         * config/mn10300/mn10300.md (store_movm): Use a MATCH_PARALLEL
291         tied to store_multiple_operation().
293 Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
295         * builtins.c (expand_builtin_setjmp_setup): Set
296         current_function_has_nonlocal_label.
298 2000-12-05  Neil Booth  <neilb@earthling.net>
300         * cppfiles.c (stack_include_file): Push zero-length buffers
301         in case of failure.  Return void, as we don't fail any more.
302         (read_include_file): Check for files we shouldn't re-read.
303         Don't return an error code; errors are implied by marking the
304         file NEVER_REREAD.
305         (_cpp_execute_include): Move the recursion and in-macro checks
306         here.  Update for stack_include_file not failing.
307         * cpplib.c (cpp_push_buffer): Always succeed, since
308         _cpp_execute_include performs the recursion check.  Tidy up.
309         * cpplib.h (cpp_push_buffer): Update prototype.
311 2000-12-05  Alexandre Oliva  <aoliva@redhat.com>
313         * sched-vis.c (visual_tbl_line_length): New variable.
314         (get_visual_tbl_length): Set it.
315         (visualize_stall_cycles): Don't let stalls overrun
316         visual_tbl_line_length.
318 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
320         * global.c (global_conflicts): Allow for a REG_UNUSED note
321         with a different mode to the REG set in the insn.
323 2000-12-05  Kaveh R. Ghazi  <ghazi@teal.rutgers.edu>
325         * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
327         * fixinc/Makefile.in (FIXINC_DEFS): Add $(WARN_CFLAGS).
329 2000-12-05  Bruce Korb  <bkorb@gnu.org>
331         * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd and
332         GNU/Linux.
334 2000-12-05  Richard Earnshaw  <rearnsha@arm.com>
336         * fixinc/mkfixinc.sh: Run fixinc on netbsd.
337         * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files,
338         to cope with aliased copies.
339         * fixinc/fixincl.x: Regenerate.
341 2000-12-05  Bernd Schmidt  <bernds@redhat.co.uk>
343         * sched-vis.c: Guard with #ifdef INSN_SCHEDULING.
344         * sched-rgn.c: Likewise.
345         (rgn_print_insn): Fix output.
347 2000-12-05  Bruce Korb  <bkorb@gnu.org>
349         * fixinc/Makefile.*: make these more consistent
350         * fixinc/mkfixincl.sh: enable BeOS fixincludes
352 2000-12-05  Richard Henderson  <rth@redhat.com>
354         * stmt.c (warn_if_unused_value): Move side effects test earlier.
356 2000-12-05  Alan Modra <alan@linuxcare.com.au>
358         * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
359         when using sjlj.
361 2000-12-05  Richard Henderson  <rth@redhat.com>
363         * flow.c (calculate_global_regs_live): Only force stack pointer
364         live before reload.  Force pic register live before reload.
365         (insn_dead_p): Don't protect pic references from deletion.
367 2000-12-05  Joseph S. Myers  <jsm28@cam.ac.uk>
369         * invoke.texi: Add support for using texi2pod.pl.  Don't use
370         @multitable.
372 2000-12-04  Nick Clifton  <nickc@redhat.com>
374         * config/arm/arm.c (arm_override_options): Test 'insn_flags' not
375         'tune_flags' for XScale nature.
376         Remove spurious test of HARD_FLOAT and XScale flags.
378         * config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
379         contraint, accidentally changed during XScale contribution.
381         * config/arm/lib1funcs.asm (interwork_call_via_, call_via_): Do
382         not create these functions if the target architecture does not
383         support Thumb instructions.
385 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
387         * ONEWS: New file with the current contents of NEWS up to EGCS
388         1.1.
389         * NEWS: Generate automatically from online release notes from EGCS
390         1.0 to GCC 2.95.2, using ../contrib/gennews.
392 2000-12-04  Neil Booth  <neilb@earthling.net>
394         * tradcif.y: Move lexptr to top of file.  Add rule to handle
395         assertions in conditional expressions.
396         * tradcpp.c (parse_answer): Assertions do not need to go to
397         end of line in conditional directives.
398         (parse_assertion): Get first character of identifiers correct.
399         (test_assertion): New function.
400         * tradcpp.h (test_assertion): New prototype.
402 2000-12-01  Rodney Brown  <RodneyBrown@mynd.com>
404         * config.gcc: Fix typo for UnixWare 7.
406 2000-12-03  Phil Edwards  <pme@sources.redhat.com>
408         * invoke.texi:  Replace `pedwarns' with clearer text.
410 2000-12-04  Bruce Korb  <bkorb@gnu.org>
412         * fixinc/Makefile.*(clean):  don't clean autogenerated files.
413         (mainainer-clean): clean autogenerated files
415 2000-12-04  DJ Delorie  <dj@redhat.com>
417         * md.texi: Add overview, clarify match_dup and define_expand.
419 2000-12-04  DJ Delorie  <dj@redhat.com>
421         * print-tree.c (print_node): Target-specific builtins print
422         numbers, not names.
424 2000-12-04  Jason Merrill  <jason@redhat.com>
426         * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
427         MODE_VECTOR_FLOAT.
429         * diagnostic.c (report_problematic_module): s/function/module/.
431         * c-lex.h: Remove decl for check_newline.
433 2000-12-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
435         * README.APOLLO: Remove obsolete file.
437 2000-12-04  Neil Booth  <neilb@earthling.net>
439         * cppinternals.texi: New file.
441 2000-12-04  Neil Booth  <neilb@earthling.net>
443         * cppfiles.c (cpp_make_system_header): Take 2 booleans,
444         and operate on current buffer.
445         (cpp_read_file): Rename _cpp_read_file.
446         * cpplib.c (do_line, do_pragma_system_header): Update calls to
447         cpp_make_system_header.
448         * fix-header.c: Similarly.
449         * cpphash.h (_cpp_read_file): Move from...
450         * cpplib.h: ... here.
451         * cppinit.c (do_includes, cpp_start_read): Update appropriately.
453 2000-12-03  Kaveh R. Ghazi  <ghazi@teal.rutgers.edu>
455         * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
456         Handle another transformation.
458 2000-12-03  Nick Clifton  <nickc@redhat.com>
460         * config.gcc: Add support for StrongARM targets.
461         * config/arm/t-strongarm-elf: New file.
462         * config/arm/t-strongarm-coff: New file.
463         * config/arm/t-strongarm-pe: New file.
464         * config/arm/strongarm-pe.h: New file.
466 2000-12-03  Nick Clifton  <nickc@redhat.com>
468         * NEWS: Mention XScale has been added.
469         * config.gcc: Add support for XScale targets.
470         * config/arm/arm.h: Add support for XScale processor.
471         * config/arm/arm.c: Add support for XScale processor.
472         * config/arm/arm.md: Add support for XScale processor.
473         * config/arm/t-xscale-elf: New file.
474         * config/arm/t-xscale-coff: New file.
475         * config/arm/xscale-elf.h: New file.
476         * config/arm/xscale-coff.h: New file.
478 2000-12-03  Richard Henderson  <rth@redhat.com>
480         * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
481         unless exception handling is enabled, and if not using sjlj.
483         * builtins.c (expand_builtin_setjmp_setup): New.
484         (expand_builtin_setjmp_receiver): New.
485         (expand_builtin_setjmp): Split out _setup and _receiver functions.
486         Move argument parsing in from ...
487         (expand_builtin): ... here.
488         * except.c (receive_exception_label): Branch around receiver
489         unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
490         (start_dynamic_handler): Call expand_builtin_setjmp_setup.
491         * expr.h: Update builtin setjmp decls.
493 2000-12-03  Bruce Korb  <bkorb@gcc.org>
495         * fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
496         build machine name.  Default to the target.
498 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
500         * Makefile.in: use $(build_canonical), not $(canonical_build).
502 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
504         * Makefile.in (OBJS): Add sched-rgn.o.
505         (sched-rgn.o): New rule.  * haifa-sched.c (sched_verbose): No
506         longer static.
507         (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
508         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
509         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
510         MAX_BLOCKAGE_COST): Move to sched-int.h.
511         (MAX_RGN_BLOCKS, MAX_RGN_INSNS, INSN_REF_COUNT, FED_BY_SPEC_LOAD,
512         IS_LOAD_INSN, struct haifa_edge, edge_table, NEXT_IN, NEXT_OUT,
513         FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,
514         OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
515         rgn_bb_table, block_to_bb, containing_rgn, RGN_NR_BLOCKS,
516         RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,
517         debug_regions, find_single_block_region, find_rgns, too_large,
518         init_regions, current_nr_blocks, current_blocks, bitset, bitlst,
519         bitlst_table_last, bitlst_table_size, bitlst_table, bitset_member,
520         extract_bitlst, bblst, struct candidate, candidate_table,
521         bblst_table, bblst_size, bblst_last, IS_VALID, IS_SPECULATIVE,
522         SRC_PROB, target_bb, split_edges, compute_trg_info,
523         debug_candidate, debug_candidates, bbset, bbset_size, dom,
524         IS_RGN_ENTRY, IS_DOMINATED, prob, GET_SRC_PROB, edgeset,
525         rgn_nr_edges, rgn_edges, edgeset_size, edgeset_bitsize,
526         EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
527         compute_dom_prob_ps, ABS_VALUE, INSN_PROBABILITY,
528         IS_SPECULATIVE_INSN, INSN_BB, MIN_DIFF_PRIORITY, MIN_PROBABILITY,
529         MIN_PROB_DIFF, check_live_1, update_live_1, check_live,
530         update_live, set_spec_fed, is_pfree, find_conditional_protection,
531         is_conditionally_protected, may_trap_exp, haifa_classify_insn,
532         is_prisky, is_exception_free, add_branch_dependences,
533         propagate_deps, compute_block_backward_dependences,
534         debug_dependencies, is_cfg_nonregular, build_control_flow,
535         new_edge, bb_deps, BITSET_UNION, BITSET_INTER, BITSET_DIFFER,
536         BITSET_INVERT, BITSET_ADD, BITSET_REMOVE, debug_regions,
537         UPDATE_LOOP_RELATIONS, INSN_TRAP_CLASS, WORST_CLASS, IS_REACHABLE,
538         CONST_BASED_ADDRESS_P, free_pending_lists, sched_target_n_insns,
539         target_n_insns, sched_n_insns, init_ready_list, deaths_in_region,
540         can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn,
541         rgn_rank, region_sched_info): Move to sched-rgn.c.
542         (debug_reg_vector): Delete useless function.
543         (get_bb_head_tail): Likewise.
544         (insn_issue_delay, insn_cost, ready_add, get_block_head_tail,
545         no_real_insns_p, rm_line_notes, save_line_notes,
546         restore_line_notes, rm_redundant_line_notes, sched_init): No
547         longer static.
548         (rm_line_notes, save_line_notes, restore_line_notes,
549         schedule_block, set_priorities): Change argument to be a real
550         basic block, not one of haifa's "bb"s.  All callers changed
551         (rm_other_notes): Initialize note_list here, not in
552         schedule_region.
553         (sched_finish): New function, called from schedule_insn.  * *
554         sched-int.h (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
555         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
556         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
557         MAX_BLOCKAGE_COST): Moved here from haifa-sched.c.
558         (get_block_head_tail, no_real_insns_p, rm_line_notes,
559         save_line_notes, restore_line_notes, rm_redundant_line_notes,
560         rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
561         sched_init, sched_finish, ready_add, insn_cost): Declare.
563 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
564             Bruce Korb  <bkorb@gnu.org>
566         * Makefile.in: pass $(build_canonical) to mkfixinc.sh.
567         * fixinc/mkfixinc.sh: accept build system name as an argument.
568         Use it for choosing the fix build method.  Use the target for
569         selecting special fix rules.
571 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
573         * Makefile.in (OBJS): Add sched-deps.o.
574         (sched-deps.o): New rule.
575         * haifa-sched.c (struct deps, struct haifa_insn_data): Moved to
576         sched-int.h.
577         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved to
578         sched-int.h.
579         (SIZE_FOR_MODE): Delete unused macro.
580         (reg_known_equiv_p, reg_known_value, reg_pending_clobbers,
581         reg_pending_sets, reg_pending_sets_all, true_dependency_cache,
582         anti_dependency_cache, output_dependency_cache,
583         forward_dependency_cache): Variables moved to sched-deps.c.
584         (add_dependence, remove_dependence, find_insn_list,
585         find_insn_mem_list, add_insn_mem_dependence, flush_pending_lists,
586         sched_analyze_insn, sched_analyze_1, sched_analyze_2,
587         sched_analyze, group_leader, compute_forward_dependences,
588         init_deps, free_deps, init_dependency_caches, free_dependency_caches):
589         Functions moved to sched-deps.c.
590         (schedule_region): Call init_deps_global and finish_deps_global
591         instead of directly manipulating dependency data structures.
592         * sched-deps.c: New file.
593         (init_deps_global, finish_deps_global): New functions.
594         * sched-int.h (struct haifa_insn_data, struct deps): Moved here from
595         haifa-sched.c.
596         (h_i_d): Declare.
597         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved here
598         from haifa-sched.c.
600         * Makefile.in (OBJS): Add sched-vis.o.
601         (sched-vis.o): New rule.
602         * haifa-sched.c (get_unit_last_insn): New function.
603         (sched_dump, insn_unit, actual_hazard_this_instance): No longer
604         static.
605         (schedule_block): Call visualize_alloc and visualize_free.  Delete
606         spurious return statement.
607         (init_target_units, insn_print_units, get_visual_tbl_length,
608         init_block_visualization, print_block_visualization, safe_concat,
609         visualize_scheduled_inns, visualize_no_unit, visualize_stall_cycles,
610         print_exp, print_value, print_pattern, print_insn, target_units,
611         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines, visual_tbl,
612         n_vis_no_unit, vis_no_unit): Move scheduling visualization
613         functions/variables...
614         * sched-vis.c: ...here.  New file.
615         (visualize_alloc, visualize_free): New functions.
616         (visualize_scheduled_insns, visualize_stall_cycles,
617         print_block_visualization): Lose basic block argument.  All callers
618         changed.
619         (visualize_scheduled_insns): Use new function get_unit_last_insn.
620         * sched-int.h (current_sched_info, sched_dump): Declare.
621         (init_target_units, insn_print_units, init_block_visualization,
622         print_block_visualization, visualize_scheduled_inns,
623         visualize_no_unit, visualize_stall_cycles, visualize_alloc,
624         visualize_free): Declare functions.
626         * sched-int.h: New file.
627         * Makefile.in (haifa-sched.o): Depend on it.
628         * haifa-sched.c: Include it.
629         (no_real_insns_p): New function.
630         (current_sched_info): New static variable.
631         (__inline, HAIFA_INLINE): Moved to sched-int.h.
632         (get_block_head_tail): Minor cleanup.
633         (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
634         rgn_print_insn, rgn_rank): New functions, broken out of
635         rank_for_schedule, schedule_insn and schedule_block, where they
636         are now called through function pointers in current_sched_info.
637         (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
638         print_insn): To display uid and block number, call the print_insn
639         function pointer in current_schedule_info.
640         (region_sched_info): New static variable.
641         (sched_target_n_insns, sched_n_insns, target_n_insns): New global
642         variables, moved out of schedule_block.
643         (schedule_block): Return void.  All callers changed.
644         Move some of the setup code into schedule_region.  Get head/tail
645         from current_sched_info, and update it when done.
646         (schedule_region): Slightly rearranged, some code moved here from
647         schedule_block.  Call no_real_insns_p to avoid doing work for a
648         block that consists only of notes and labels.
649         (schedule_insns): Initialize current_sched_info.
651 2000-12-03  Neil Booth  <neilb@earthling.net>
653         * cppmacro.c (funlike_invocation_p): Re-disable macros enabled
654         by contexts drops AFTER argument pre-expansion, so that they
655         remain enabled during argument pre-expansion.
656         (_cpp_pop_context): Unconditionally re-enable a macro when
657         dropping a context level.
659 2000-12-03  Manfred Hollstein  <manfredh@redhat.com>
661         * arm/t-linux (MULTILIB_OPTIONS): Comment.
662         (MULTILIB_DIRNAMES): Likewise.
663         (EXTRA_MULTILIB_PARTS): Likewise.
664         (LIBGCC): Likewise.
665         (INSTALL_LIBGCC): Likewise.
667 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
669         * builtins.c (expand_builtin_strcat, expand_builtin_strncat,
670         expand_builtin_strspn, expand_builtin_strcspn): New functions.
671         (expand_builtin): Handle BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
672         BUILT_IN_STRSPN and BUILT_IN_STRCSPN.
674         * builtins.def (BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
675         BUILT_IN_STRSPN, BUILT_IN_STRCSPN): New entries.
677         * c-common.c (c_common_nodes_and_builtins): Declare builtin
678         strcat, strncat, strspn and strcspn.
679         (string_ftype_string_cstring): Renamed from `string_ftype_ptr_ptr'.
681         * extend.texi (strcat, strcspn, strncat, strspn): Document new
682         builtins.
684 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
686         * builtins.c (expand_builtin_strcmp): Use const*_rtx when
687         expanding strcmp at compile-time.  Add another transformation.
688         (expand_builtin_strncmp): Add more transformations.  Call
689         expand_builtin_memcmp, not expand_builtin_strcmp, under
690         appropriate conditions if HAVE_cmpstrsi.
692 2000-12-02  David Edelsohn  <edelsohn@gnu.org>
694         * rs6000.md (anddi3_internal[23]): Prefer rldic? over andis
695         instruction.
696         (cr logic): Really make operands sequential.
698 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
700         * c-common.c (combine_strings): When the ISO C standard specifies
701         the maximum length of a string, it doesn't include the trailing
702         zero byte.
704         * cpplib.c (do_ifdef): Add check_eol() call.
705         (do_ifndef): Likewise.
707 2000-12-02  Daniel Berlin  <dberlin@redhat.com>
708             Bruce Korb  <bkorb@gnu.org>
710         * fixinc/*: global substitute /__MSDOS__/SEPARATE_FIX_PROC/
711         * fixinc/mkfixinc.sh: prepare to use Makefile.BEOS for *-*-beos*
712         * fixinc/Makefile.DOS: define SEPARATE_FIX_PROC for build
713         * fixinc/fixfix.c(wrap_fix): avoid wrapping files that
714         use the "__need_" hackery.  It breaks them.
715         * fixinc/fixincl.c(process - SEPARATE_FIX_PROC):
716         Sometimes on DOS and BeOS the temp output file cannot be opened.
717         Skip the file noisily.  Ought to be fixed instead.
719 2000-12-02  Bruce Korb  <bkorb@gnu.org>
721         From: 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
723         * fixfixes.c (emit_gnu_type, format_write): Prototype.
724         (format_write, char_macro_use_fix, char_macro_def_fix): Use gcc's
725         custom uppercase ctype macros.
726         * fixincl.c (do_version): Make static and add ATTRIBUTE_NORETURN.
727         Use gcc's custom uppercase ctype macros.
728         (main): Prototype.
729         (machine_matches): Add static prototype and constify variable.
730         (create_file, test_test, egrep_test): Add static prototype.
731         (quoted_file_exists): Likewise, and constify parameters.
732         (extract_quoted_files, internal_fix, start_fixer, fix_applies,
733         write_replacement, test_for_changes): Add static prototype.
734         (write_replacement, test_for_changes): Delete excess argument to
735         `create_file'.
736         * fixtests.c (test): Make static.
737         * server.c (load_data, sig_handler, server_setup, find_shell): Add
738         static prototype.
739         (sig_handler): Mark parameter with ATTRIBUTE_UNUSED.
741 2000-12-02  Bruce Korb  <bkorb@gnu.org>
743         * fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
744         (per Laurynas Biveinis  <lauras@softhome.net>)
746 2000-12-02  Richard Earnshaw  <rearnsha@arm.com>
748         * arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
749         macros.
750         (REGNO_MODE_OK_FOR_BASE_P): Define in terms of above.
751         (REGNO_OK_FOR_FOR_BASE_P): Delete.
752         (ARM_REG_OK_FOR_BASE_P, THUMB_REG_MODE_OK_FOR_BASE_P): New macros for
753         both strict and non-strict uses.
754         (REG_MODE_OK_FOR_BASE_P): Define in terms of above.
755         (ARM_REG_OK_FOR_INDEX_P, THUMB_REG_OK_FOR_INDEX_P): New macros.
756         (REG_OK_FOR_INDEX_P): Define in terms of above.
757         (REG_OK_FOR_BASE_P): Delete.
758         (REG_OK_FOR_PRE_POST_P): Delete.
759         (ARM_BASE_REGISTER_RTX_P): Renamed from BASE_REGISTER_RTX_P.
760         (ARM_INDEX_REGISTER_RTX_P): Renamed from INDEX_REGISTER_RTX_P.
761         (ARM_GO_IF_LEGITIMATE_INDEX): Renamed from GO_IF_LEGITIMATE_INDEX.
762         (THUMB_LEGITIMATE_OFFSET): Renamed from LEGITIMATE_OFFSET.
763         (ARM_GO_IF_LEGITIMATE_ADDRESS): Adjust for name changes.  Use ARM
764         specific variants rather than general ones.  Use ARM_REG_OK_FOR_BASE_P
765         in pre/post increment cases.
766         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Similarly for Thumb.
767         (ARM_LEGITIMIZE_ADDRESS): Similarly.
768         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Similarly.
769         * arm.c (legitimate_pic_address): Similarly.
771 2000-12-02  Neil Booth  <neilb@earthling.net>
773         * tradcpp.c (struct answer, parse_assertion, parse_answer,
774         canonicalize_text, find_answer): New.
775         (do_assert, do_unassert): Provide appropriate function bodies.
776         (union hashval): New member answers.
778 2000-11-23  Marek Michalkiewicz  <marekm@linux.org.pl>
780         * config/avr/avr.md: Document UNSPEC usage.
781         (*tablejump_rjmp, *tablejump_lib, *tablejump_enh, *tablejump):
782         Make operand 0 input only, clobber it.  Use UNSPEC, not a bogus
783         MEM for program memory word reference.  Do not add the label to
784         the table index in each of the asm output templates, instead ...
785         (casesi): ... do it in RTL.  Adjust to match the above change.
787 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
789         * c-common.c (PTRDIFF_TYPE): Provide default here, ...
790         * c-decl.c: ... not here.
792         * haifa-sched.c (sched_dump): Renamed from dump.  All users changed.
793         (old_max_uid): New variable.
794         (compute_forward_dependences): Renamed from
795         compute_block_forward_dependences; changed to accept block head and
796         tail instead of block number.  Caller changed.
797         (free_deps, init_dependency_caches, free_dependency_caches,
798         init_regions, sched_init): New functions, split out from
799         schedule_insns and compute_block_backward_dependences.
801 2000-12-02  Neil Booth  <neilb@earthling.net>
803         * cppexp.c (parse_number): Update diagnostic test.
805 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
807         * reload1.c (free_for_value_p): New function, frontend to
808         reload_reg_free_for_value_p.  All callers of the latter now call
809         this function with an additional mode argument.
811 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
813         * install.texi (Configurations): Remove obsolete documentation for
814         hppa*-*-*.
816 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
818         * install.texi (Installation): Remove obsolete description for
819         libstdc++ which is now an integral part of GCC.
821 2000-12-01  Jim Blandy  <jimb@redhat.com>
823         * dbxout.c (dbxout_parms): Correctly describe parameters passed by
824         invisible reference in registers, but then spilled to the stack.
825         Remove code to emit a second stab for such parameters; it attempts
826         to describe the value's location by introducing a synthetic C++
827         `reference' type, and then saying the stack slot has that
828         reference type.  This loses type information (breaking GDB's
829         `ptype' command, among other things) just to describe a location
830         which stabs can represent correctly in other ways.
832 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
834         * final.c (output_addr_const) <PLUS>: Don't assume at least one
835         operand is a CONST_INT.
837         * config/sh/sh.c (reg_class_from_letter): Assign `k' to SIBCALL_REGS.
838         (machine_dependent_reorg): Split all insns.
839         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Compute
840         reg_class_contents[SIBCALL_REGS].
841         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add SIBCALL_REGS.
842         * config/sh/sh.md (calli_pcrel, call_pcrel, call_valuei_pcrel,
843         call_value_pcrel, call, call_value, sibcall): Match even when
844         not optimizing.
845         (sibcalli_pcrel, sibcall_pcrel): Likewise.  Use constraint `k'
846         for call address.
847         (sibcalli): Likewise.
849 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
851         * c-common.c (warn_format, warn_format_y2k,
852         warn_format_extra_args, warn_format_nonliteral): Define.
853         (check_format_info): Check warn_format_nonliteral and
854         warn_format_extra_args.
855         (check_format_info_main): Check warn_format_y2k.
856         (set_Wformat): New function.
857         * c-common.h (warn_format_y2k, warn_format_extra_args,
858         warn_format_nonliteral, set_Wformat): Declare.
859         * c-decl.c (warn_format): Remove definition.
860         (c_decode_option): Handle -Wformat-nonliteral,
861         -Wno-format-extra-args and -Wno-format-y2k, and negated versions.
862         Use set_Wformat.
863         * invoke.texi: Document these new options and -Wformat=2.
864         * toplev.c (documented_lang_options): Add these new options.
866 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
868         * builtins.def (BUILT_IN_IMAXABS): Add.
869         * builtins.c (expand_builtin): Also abort on BUILT_IN_IMAXABS.
870         * c-common.c (c_common_nodes_and_builtins): Create builtin
871         functions __builtin_imaxabs, and plain imaxabs unless
872         flag_no_nonansi_builtin outside C99 mode.
873         (expand_tree_builtin): Handle BUILT_IN_IMAXABS.
874         * extend.texi: Document builtin imaxabs.
876 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
878         * c-common.c: Include "defaults.h".
879         (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Define.
880         (c_common_nodes_and_builtins): Create string_type_node,
881         const_string_type_node, wint_type_node, intmax_type_node,
882         uintmax_type_node, default_function_type, ptrdiff_type_node and
883         unsigned_ptrdiff_type_node.
884         * c-common.h (identifier_global_value): Declare.
885         * c-decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
886         (init_decl_processing): Don't create string_type_node,
887         const_string_type_node, wint_type_node, intmax_type_node,
888         uintmax_type_node, default_function_type, ptrdiff_type_node and
889         unsigned_ptrdiff_type_node.
890         (identifier_global_value): New function.
892 2000-12-01  Neil Booth  <neilb@earthling.net>
894         * cppinit.c (initialize): Forgotten prototype.
895         * cpplex.c (_cpp_lex_token): Loop until not skipping.
896         Always clear PREV_WHITE upon meeting a new line.
897         * cpplib.c (end_directive): Set pfile->skipping after
898         skip_rest_of_line.
899         * cpplib.h (cpp_reader): Remove macro_pos.
900         * cppmacro.c (cpp_get_line): Don't do anything special inside
901         macros.
902         (parse_arg): Add PREV_WHITE if a token appears after new lines.
903         (funlike_invocation_p): Save and restore the output position
904         over a successful check for a '('.
905         (enter_macro_context): Delete uses of macro_pos.
906         (cpp_get_token): Don't use pfile->skipping.
908 2000-12-01  Phil Edwards  <pme@sources.redhat.com>
910         * diagnostic.c:  Fix typos in comments.
911         * diagnostic.h:  Likewise.
913 2000-11-30  Phil Edwards  <pme@sources.redhat.com>
915         * rtl.texi (Machine Modes):  Document BImode and OImode.
917 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
919         * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
920         .FPP.
922 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
924         * c-decl.c (grokdeclarator): If pedantic, warn about arrays with
925         incomplete element type.
926         (grokparms): Before checking for incomplete parameter type, check
927         the type isn't error_mark_node.
929 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
931         * builtins.c (target_char_cast): New function.
932         (expand_builtin_strchr): Use it.
933         (expand_builtin_strrchr): Use it.
934         (builtin_memset_read_str): New function.
935         (expand_builtin_memset): Use target_char_cast.
936         Try to optimize memset with second argument non-zero using
937         store_by_pieces.
939 2000-11-30  Marek Michalkiewicz  <marekm@linux.org.pl>
941         * install.texi (avr): Replace incomplete list of supported MCU
942         types with a link to the current one ...
943         * invoke.texi (AVR Options): ... here.  Update -mmcu= to list
944         all supported MCU types.  Document -minit-stack= default.
945         Document new options -mno-tablejump, -mtiny-stack.
946         * md.texi (AVR family):  Fix typo in 'w' constraint letter
947         description.  Document 'q'.  Update 'O'.
949 2000-12-01  Bernd Schmidt  <bernds@redhat.co.uk>
951         * combine.c (cant_combine_insn_p): Only disallow insns involving
952         hard regs if they are reg-reg moves.
953         (try_combine, can_combine_p, combinable_i3pat): Delete old
954         SMALL_REGISTER_CLASSES tests.
956 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
958         * config/sh/sh.c (shiftcosts): Don't get INTVAL before testing
959         whether X is a CONST_INT.
960         (addsubcosts): Likewise.
962         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Use INTVAL instead of
963         mis-used XINT.
964         (ARG_POINTER_REGNUM): Set to AP_REG.
966 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
968         * config/sh/sh.md (fpu_switch0, fpu_switch1, movpsi, fpu_switch,
969         splits): Only match on TARGET_SH4.
971         * combine.c (try_combine): Disregard USEs when updating LOG_LINKS
972         of subsequent insns.
974 2000-11-30  Richard Henderson  <rth@redhat.com>
976         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Disable.
977         * config/alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
979 2000-11-30  Richard Henderson  <rth@redhat.com>
981         * config/alpha/elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.
982         (DO_SELECT_SECTION): New.
983         (SELECT_SECTION): Use it.
984         (UNIQUE_SECTION_P): New.
985         (UNIQUE_SECTION): New.
987 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
989         * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
990         from va_list before using it.
992 2000-11-30  Michael Matz  <matzmich@cs.tu-berlin.de>
994         * flow.c (make_edge): Early out, if no flags to set.
995         (calculate_global_regs_live): Clear out garbage only when necessary.
997         * simplify-rtx.c (varray_type used_regs): New.
998         (clear_table): Use it to only clear necessary items.
999         (cselib_lookup, cselib_record_set): Remember newly set items.
1000         (cselib_update_varray_sizes, cselib_init): Initialize and grow
1001         used_regs.
1003         * local-alloc.c (update_equiv_regs): New local `cleared_regs'.
1004         Move clearing of dead regs out of insn-loop.
1006 2000-11-30  Richard Henderson  <rth@redhat.com>
1008         * calls.c (expand_call): Emit queued insns before creating
1009         the tail recursion sequence.
1011 2000-11-30  J. David Anglin  <dave.anglin@nrc.ca>
1012             Bruce Korb  <bkorb@gnu.org>
1014         * fixinc/inclhack.def(): prevent dual double definition protection
1015         * fixinc/fixincl.x: regenerate
1017 2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
1019         * fixinc/Makefile.in (fixincl.x): Explicitly state the
1020         location of the generated file.
1022 2000-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1024         * README.FRESCO: Remove obsolete file.
1026 2000-11-30  Mark Kettenis  <kettenis@gnu.org>
1028         * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
1029         TARGET_LIBGCC2_CFLAGS): Remove.  We now use the settings from
1030         config/t-linux for the Hurd.
1032 2000-11-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1034         * config/mn10200/udivmod.c, config/mn10200/divmod.c,
1035         config/mn10200/udivmodsi4.c: Moved from here.
1036         * config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
1037         * config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
1038         C division functions.
1039         * config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.
1041 Thu Nov 30 01:12:52 2000  Jeffrey A Law  (law@cygnus.com)
1043         * pa.md (conditional moves): Avoid holes in operand list.
1044         (mod, umod patterns): Similarly.
1045         (variable extract/shift patterns): Similarly.
1047 2000-11-30  Neil Booth  <neilb@earthling.net>
1049         * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
1050         maybe_objc_check_decl, build_objc_string_object,
1051         objc_declare_alias, objc_declare_class, build_message_expr,
1052         build_protocol_expr, build_selector_expr, build_encode_expr,
1053         get_class_ivars, start_class, start_protocol): Remove
1054         redundant code, assuming doing_objc_thang is true.
1056 2000-11-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1058         * pa.c (restore_unscaled_index_insn_codes): Delete procedure.
1059         (record_unscaled_index_insn_codes): Likewise.
1060         (unscaled_index_insn_codes): Delete.
1061         (max_unscaled_index_insn_codes_uid): Delete.
1062         (output_function_prologue, output_function_epilogue, pa_reorg):
1063         Don't use the unscaled index insn hack.
1065         * pa.md: Remove hack from all index insns to reverse the operand
1066         order of frame and stack pointer references incorrectly created
1067         in the reload pass.
1069         * function.h (emit_status): Delete member regno_pointer_flag and
1070         rename regno_pointer_flag_length to regno_pointer_align_length.
1071         Delete define for REGNO_POINTER_FLAG.
1072         * integrate.h (inline_remap): Delete member regno_pointer_flag.
1073         Add member x_regno_reg_rtx.
1074         * rtl.h (rtx_def): Use frame_related bit to indicate register is
1075         a pointer in REG expressions.  Define REG_POINTER macro.
1076         * alias.c (find_base_value, find_base_term): Use REG_POINTER
1077         instead of REGNO_POINTER_FLAG.
1078         * combine.c (nonzero_bits, num_sign_bit_copies): Likewise.
1079         * emit-rtl.c (gen_reg_rtx): Use regno_pointer_align_length instead
1080         of regno_pointer_flag_length.  Remove code which refers to
1081         regno_pointer_flag.
1082         (mark_reg_pointer): Use REG_POINTER.
1083         (free_emit_status): Remove code which refers to regno_pointer_flag.
1084         (init_emit, mark_emit_status): Likewise.
1085         * flow.c (dump_flow_info): Likewise.
1086         * function.c (preserve_temp_slots): Likewise.
1087         * integrate.c (expand_inline_function, copy_rtx_and_substitute):
1088         Use x_regno_reg_rtx instead of regno_pointer_flag for function
1089         pointer determination in map.
1090         * loop.c (strength_reduce, maybe_eliminate_biv_1): Use REG_POINTER.
1091         * predict.c (estimate_probability): Likewise.
1092         * regclass.c (record_address_regs, reg_scan_mark_refs): Likewise.
1093         * unroll.c (unroll_loop): Use x_regno_reg_rtx instead of
1094         regno_pointer_flag for function pointer determination in map.
1095         * convex.h (RTX_COSTS): Don't test regno_pointer_flag and use
1096         REG_POINTER.
1097         * pa.c (hppa_legitimize_address, emit_move_sequence, basereg_operand):
1098         Use REG_POINTER.
1099         (restore_unscaled_index_insn_codes): Revise comment.
1101         * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.
1103 2000-11-30  Joseph S. Myers  <jsm28@cam.ac.uk>
1105         * extend.texi: Update documentation for attributes.
1107 2000-11-29  David O'Brien  <obrien@FreeBSD.org>
1109         * config/alpha/elf.h (IDENT_ASM_OP): Protect the #define.
1110         (ASM_DECLARE_OBJECT_NAME): Same.
1111         (ASM_FILE_END): Same.
1112         (ASM_FINISH_DECLARE_OBJECT): Same.
1113         (ASM_IDENTIFY_GCC): Same.
1114         (ASM_IDENTIFY_LANGUAGE): Same.
1115         (ASM_OUTPUT_CONSTRUCTOR): Same.
1116         (ASM_OUTPUT_DEF): Same.
1117         (ASM_OUTPUT_DESTRUCTOR): Same.
1118         (ASM_OUTPUT_EXTERNAL_LIBCALL): Same.
1119         (ASM_OUTPUT_SECTION_NAME): Same.
1120         (ASM_WEAKEN_LABEL): Same.
1121         (BSS_SECTION_ASM_OP): Same.
1122         (COMMON_ASM_OP): Same.
1123         (CONST_SECTION_ASM_OP): Same.
1124         (CONST_SECTION_FUNCTION): Same.
1125         (CTORS_SECTION_ASM_OP): Same.
1126         (DTORS_SECTION_ASM_OP): Same.
1127         (ESCAPES): Same.
1128         (FINI_SECTION_ASM_OP): Same.
1129         (IDENT_ASM_OP): Same.
1130         (IDENT_ASM_OP): Same.
1131         (INIT_SECTION_ASM_OP): Same.
1132         (INT_ASM_OP): Same.
1133         (MAX_OFILE_ALIGNMENT): Same.
1134         (SBSS_SECTION_ASM_OP): Same.
1135         (SDATA_SECTION_ASM_OP): Same.
1136         (SECTION_FUNCTION_TEMPLATE): Same.
1137         (SELECT_SECTION): Same.
1138         (SE_CONST_SECTION): Same.
1139         (SIZE_ASM_OP): Same.
1140         (SKIP_ASM_OP): Same.
1141         (STRING_ASM_OP): Same.
1142         (STRING_LIMIT): Same.
1143         (TYPE_ASM_OP): Same.
1144         (TYPE_OPERAND_FMT): Same.
1146 2000-11-29  Neil Booth  <neilb@earthling.net>
1148         * c-decl.c (c_decode_option): Don't handle -lang-objc.
1149         * objc/lang-options.h: Remove -lang-objc.
1150         * objc/lang-specs.h: Don't pass -lang-objc to cc1obj.
1151         * objc/objc-act.c (lang_init_options): Set c_language.
1153 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1155         * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
1156         tests.
1158 2000-11-29  Neil Booth  <neilb@earthling.net>
1160         * c-pragma.c (init_pragma): Update for parse_in type change.
1162 2000-11-29  Laurynas Biveinis  <lauras@softhome.net>
1164         * configure.in: recognize DOS-style absolute paths.
1166 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1168         * expr.h (store_by_pieces): Add prototype.
1169         (can_store_by_pieces): Likewise.
1170         * expr.c (struct store_by_pieces): Renamed from clear_by_pieces.
1171         (can_store_by_pieces): New.
1172         (store_by_pieces): New.
1173         (clear_by_pieces): New.
1174         (clear_by_pieces_1): New.
1175         (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
1176         arbitrary compiler generated constants into memory block.
1177         (store_by_pieces_2): Renamed from clear_by_pieces_1, likewise.
1178         * builtins.c (c_readstr): New.
1179         (builtin_memcpy_read_str): New.
1180         (expand_builtin_memcpy): If src is string constant and
1181         emit_block_move would move it by pieces, compute integer constants
1182         from the string and store it into memory block instead.
1183         (builtin_strncpy_read_str): New.
1184         (expand_builtin_strncpy): If N is not constant zero and c_strlen does
1185         not return INTEGER_CST, don't optimize.
1186         If N is larger than strlen(src) + 1, try to copy the string
1187         including padding with store_by_pieces.
1188         (expand_builtin_strcmp): If both arguments have side effects, don't
1189         optimize.
1190         (expand_builtin_fputs): If STR has side effects, don't optimize.
1192 2000-11-29  Richard Earnshaw  <rearnsha@arm.com>
1194         * arm.md (sibcall, sibcall_value, sibcall_insn, sibcall_value_insn):
1195         Add use of link register.
1197 2000-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1199         * extend.texi: Update documentation for default format attributes.
1201 Tue Nov 28 21:56:45 2000  Jeffrey A Law  (law@cygnus.com)
1203         * pa/pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
1204         a list, to keep track of the sections.
1206 2000-11-28  Nick Clifton  <nickc@redhat.com>
1208         * config/arm/arm.md (pic_load_addr): Split into
1209         pic_load_addr_arm and pic_load_addr_thumb.
1211         * config/arm/arm.c (legitimize_pic_address): Generate either
1212         ARM or Thumb versions of pic_load_addr.
1213         (arm_finalize_pic): Generate either ARM or Thumb versions of
1214         pic_load_addr.
1216 2000-11-28  Richard Henderson  <rth@redhat.com>
1218         * calls.c (expand_call): Defer const/pure NO_DEFER_POP until
1219         after sibcall do_pending_stack_adjust.
1221 Wed Nov 29 00:08:23 2000  J"orn Rennecke <amylaar@redhat.com>
1223         * jump.c (delete_insn): Check that REG_LABEL note actually contains
1224         a CODE_LABEL.
1226 2000-11-28  Neil Booth  <neilb@earthling.net>
1228         * c-common.h: Remove flag_digraphs.
1229         * c-decl.c: Remove flag_digraphs.
1230         (c_decode_option): Don't set it.
1231         * c-lex.c (init_c_lex): Don't do anything for digraphs.
1233 2000-11-28  Richard Henderson  <rth@redhat.com>
1235         * c-parse.in (finish_parse): Update for parse_in type change.
1236         (_yylex): Likewise.
1238 2000-11-28  Neil Booth  <neilb@earthling.net>
1240         * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
1241         indicating whether to scan all buffers on the stack or
1242         just one.
1243         * cppinit.c (do_includes): Update.
1244         * cppmain.c (main): Update.
1245         * cpplib.h: Update prototype.
1247 2000-11-28  Richard Henderson  <rth@redhat.com>
1249         * genoutput.c (validate_insn_operands): New.
1250         (gen_insn): Call it.
1252         * config/alpha/alpha.md (divmodsi_internal): Renumber operands.
1253         (divmoddi_internal): Likewise.
1254         * config/arm/arm.md (andsi3_compare0_scratch): Likewise.
1255         * config/i960/i960.md (branch patterns): Likewise.
1256         * config/ia64/ia64.md (tbit_and_0): Likewise.
1257         (tbit_and_1, tbit_or_0, tbit_or_1): Likewise.
1258         * config/m68k/m68k.md (zero_extract memory patterns): Likewise.
1259         * config/mips/mips.md (divmodsi4_internal): Likewise.
1260         (divmoddi4_internal): Likewise.
1261         * config/rs6000/rs6000.md (call patterns): Likewise.
1262         * config/sh/sh.md (movsi_y): Likewise.
1263         * config/sparc/sparc.md: Comment out if 0 v8p shift pattern.
1265 2000-11-28  Richard Henderson  <rth@redhat.com>
1267         * config.gcc: Kill residual pyramid support.
1269 2000-11-28  Neil Booth  <neilb@earthling.net>
1271         * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
1272         * c-decl.c (c_decode_option): Update to match.
1273         * c-lex.c (init_c_lex, yyparse): Update to match.
1274         * c-lang.c (lang_init_options): Use cpp_create_reader.
1275         * cppinit.c (cpp_init): Rename initialize.
1276         (cpp_reader_init): Rename cpp_create_reader.  Create the
1277         reader.  Initialize cpplib if appropriate.
1278         * cpplib.h (cpp_create_reader) New prototype.
1279         (cpp_init, cpp_reader_init): Delete prototypes.
1280         * cppmain.c (general_init, setup_callbacks): New functions.
1281         (main): Use them.
1282         * fix-header.c (scan_in): Change type to cpp_reader *.
1283         (read_scan_file): Update for new cpplib interface and scan_in type.
1285         * cp/decl.c (parse_in): Change to cpp_reader *.
1286         (lang_decode_option): Update.
1287         * cp/lex.c (lang_init_options): Use new cpplib interface.
1288         (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.
1289         * cp/spew.c (read_token): Update.
1290         * objc/objc-act.c (lang_init_options): Update new cpplib interface.
1292 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1294         * loop.c (load_mems): Avoid using next_label to find end_label. If
1295         jumping outside of the loop (other than loop end), don't hoist MEMs
1296         out of loop.
1298 2000-11-28  Jan Hubicka  <jh@suse.cz>
1300         * calls.c (expand_call): Don't disable tail recursion based
1301         on the loop nest.
1303 2000-11-28  Neil Booth  <neilb@earthling.net>
1305         * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
1306         (struct directive): Drop 4th argument from handlers.
1307         (do_define, do_line, do_include, do_undef, do_else, do_elif,
1308         do_endif): Similarly.
1309         (do_assert, do_unassert, do_ifdef, do_ifndef): New handlers.
1310         (do_ifxdef): Update as common handler of do_ifdef and do_ifndef.
1311         (make_definition, make_undef): Take a const char*.
1312         (make_assertion): New function.
1313         (struct directive_table): Update.
1314         (main): Handle -A command line argument.
1315         (handle_directive): Drop fourth handler argument.
1317 2000-11-28  Bernd Schmidt  <bernds@redhat.co.uk>
1319         * simplify-rtx.c (cselib_record_sets): Ignore sets whose destination
1320         is anything but REG or MEM, but look inside STRICT_LOW_PART.
1322 Tue Nov 28 09:53:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1324         * system.h (IS_DIR_SEPARATOR): Use uppercase macro name.
1325         (IS_ABSOLUTE_PATHNAME): New macro.
1326         * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
1328 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1330         * config/i386/i386.md (truncxfsf2_2): Fix predicate.
1332 2000-11-27  Jim Wilson  <wilson@redhat.com>
1334         * reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
1336 2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
1338         * extend.texi (Nested Functions): Update URL of Usenix paper.
1340 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
1342         * function.c (free_after_compilation): Clear x_clobber_return_insn.
1344 2000-11-27  Neil Booth  <neilb@earthling.net>
1346         * cppinit.c (cpp_reader_init): Remove handling of warn_paste
1347         command line options.
1348         (cpp_handle_option): Similarly.
1349         * cpplib.h (struct cpp_options): Remove warn_paste.
1350         * cppmacro.c (paste_tokens): Apart from assembler, make
1351         unpasteable token warning mandatory.
1353 2000-11-27  Neil Booth  <neilb@earthling.net>
1355         * tradcpp.c (enum pending_dir_t, struct pending_dir): New.
1356         (main): Allocate a pending directive set of these.  Use it.
1357         Merge handling of -D and -U.  Update handling of pending
1358         directives.  Free the memory after use.
1360 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
1362         * flow.c (entry_exit_blocks): Add entry for cond_local_set.
1363         (struct propagate_block_info): Add new member cond_local_set.
1364         (propagate_block): Accept new arg cond_local_set.  All callers
1365         changed.
1366         (init_propagate_block_info): Likewise.
1367         (calculate_global_regs_live): Allocate & free cond_local_set.  Always
1368         rescan if there's overlap between cond_local_set and new_live_at_end.
1369         (mark_set_1): Set bits either in cond_local_set or local_set, as
1370         appropriate.
1371         * basic-block.h (struct basic_block_def): New field cond_local_set.
1372         (propagate_block, init_propagate_block_info): Update prototypes.
1374 Mon Nov 27 17:29:44 2000  kaz Kojima <kkojima@rr.iij4u.or.jp>
1376         * gcc/config/sh/sh.md (udivsi3_i4, udivsi3_i4_single): Clobber
1377         T register.
1379 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
1381         * arm.c (select_dominance_cc_mode): Handle new way that combine
1382         canonicalizes conditional compares.
1383         (arm_select_cc_mode): Likewise.
1384         * arm.md: Garbage collect some dead code.
1385         (cmp_and, cmp_ior): New patterns.
1386         (splitter for conditional move with inverted false): Use cond_exec
1387         and handle unordered comparisons.
1389 Mon Nov 27 17:22:56 MET 2000  Jan Hubicka  <jh@suse.cz>
1391         * i386.c (ix86_force_to_memory, ix86_free_from_memory): New.
1392         * i386-protos.h (ix86_force_to_memory, ix86_free_from_memory): Declare
1393         * i386.md (float?i?f, int/fp operations): Rewrite spliters to use
1394         ix86_force_to_memory and ix86_free_from_memory.
1396 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
1398         * arm.md (arm_adddi3, adddi_sesidi_di, adddi_zesidi_di, arm_addsi3,
1399         arm_subsi3_insn, anddi_zesidi_di, arm_andsi3_insn, anddi_notdi_di,
1400         anddi_notzesidi_di, anddi_notsesidi_di, arm_iorsi3,
1401         one_cmpldi2): Merge with splitters to create define_insn_and_split
1402         patterns.  Remove redundant splits.
1403         (peephole2 for add:SI of invalid immediate): New.
1404         (peephole2 for minus:SI of invalid immediate): New.
1405         (peephole2 for ior:SI of invalid immediate): New.
1406         (peephole for merge of move and compare): Convert ot peephole2.
1407         (addsf3, adddf3): Mark as commutative.
1409         * arm.md (thumb peephole for merging stack adjustments): Convert to
1410         peephole2.
1412 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
1414         * haifa-sched.c (print_pattern): Prettier output for COND_EXEC.
1416         * reload1.c (reload_cse_simplify_set): Pass down mode to cselib_lookup.
1417         (reload_cse_simplify_operands): Do nothing about operands where both
1418         the operand and the match_operand fail to give us a mode.
1419         * simplify-rtx.c (wrap_constant): New function.
1420         (entry_and_rtx_equal_p): Except integer constants to come wrapped in a
1421         CONST describing the proper mode.
1422         (rtx_equal_for_cselib_p): Pass down modes to recursive calls of
1423         cselib_lookup.
1424         (cselib_lookup_mem): Call wrap_constant on the rtx that is passed to
1425         htab_find_slot_with_hash.
1426         (cselib_lookup): Likewise.
1428         Based on a patch from Geoff Keating <geoffk@redhat.com>:
1429         * loop.c (basic_induction_var): If a REG is set from something
1430         that is not a biv, then the REG is not a biv.  Even if it is
1431         earlier set from something that is a biv.
1433 2000-11-27  Alexandre Oliva  <aoliva@redhat.com>
1435         * configure.in (extra_objs): Enclose extra_headers in quotes.
1436         * configure: Rebuilt.
1438 2000-11-27  Neil Booth  <neilb@earthling.net>
1440         * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
1441         Combine into the new function cb_change_file.
1442         (init_c_lex): Update.
1443         * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
1444         (cpp_syshdr_flags): Delete.
1445         * cpphash.h (_cpp_do_file_change): New prototype.
1446         Move struct cpp_buffer here from...
1447         * cpplib.h (struct cpp_buffer): ... here.
1448         (enum cpp_fc_reason, struct cpp_file_loc,
1449         struct_cpp_file_change, change_file): New.
1450         (enter_file, leave_file, rename_file, cpp_syshdr_flags): Delete.
1451         * cpplib.c (do_line): Update for new cb_change_file callback.
1452         (_cpp_do_file_change): New function.
1453         (_cpp_pop_buffer): Update to use it.
1454         * cppmain.c (move_printer): Delete.
1455         (main): Set up single callback cb_change_file.
1456         (cb_enter_file, cb_leave_file, cb_rename_file): Delete.
1457         (cb_change_file): New.
1458         * fix-header.c (cur_file, cb_change_file): New.
1459         (recognized_function, read_scan_file): Update.
1460         * scan-decls.c (scan_decls): Update.
1461         * scan.h (recognized_function): Update prototype.
1463 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
1465         * tree.h (mark_tree_hashtable): New function.
1466         * tree.c (mark_tree_hashtable_entry): New function.
1467         (mark_tree_hashtable): Likewise.
1469 2000-11-27  Michael Meissner  <meissner@redhat.com>
1471         * d30v-protos.h (srelational_si_operator): Correctly spell
1472         function.
1473         (urelational_si_operator): Ditto.
1474         (relational_si_operator): Ditto.
1475         (d30v_expand_prologue): Add prototype.
1476         (d30v_expand_epilogue): Ditto.
1478         * d30v.h (OPTIMIZATION_OPTIONS): Undo November 22nd change.
1480         * d30v.md (movcccc_*): Delete now unused patterns.
1481         (64 bit comparison splitters): Rewrite to use COND_EXEC instead of
1482         IF_THEN_ELSE.
1483         (define_cond_exec): Use 'b' to select branch flags.
1485 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1487         * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New
1488         functions.
1489         (expand_builtin): Handle BUILT_IN_STRNCPY and BUILT_IN_STRNCMP.
1491         * builtins.def (BUILT_IN_STRNCPY, BUILT_IN_STRNCMP): New entries.
1493         * c-common.c (c_common_nodes_and_builtins): Declare builtin
1494         strncpy and strncmp.
1496         * extend.texi (strncmp, strncpy): Document new builtins.
1498 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
1500         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
1501         a list, to keep track of the sections.
1502         * tm.texi (ASM_OUTPUT_SECTION_NAME): Document the fact that the
1503         parameter provided will always be a canonical string.
1505 2000-11-26  Neil Booth  <neilb@earthling.net>
1507         * cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
1508         current buffer.
1510 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1512         * makefile.vms: Remove EGCS references.
1514 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
1516         * dwarf2out.c (output_file_names): New function.  Compute minimal
1517         combination of directory and file name table and emit them.
1518         (output_line_info): Remove code to emit directory and file name
1519         table and call output_file_names instead.
1520         (file_info_cmp): Helper function to sort directory names.
1522 2000-11-26  Neil Booth  <neilb@earthling.net>
1524         * cpplib.h (struct cpp_reader): Remove lang_asm.
1525         (struct cpp_options): Remove c89. New members lang,
1526         extended_numbers.
1527         * cppexp.c (parse_number): Use them.
1528         * cpphash.h (VALID_SIGN): Use them.
1529         * cppinit.c (set_lang, cpp_start_read): Update.
1530         * cpplex.c (parse_string, _cpp_lex_token): Update.
1531         * cpplib.c (_cpp_handle_directive): Update.
1532         * cppmacro.c (parse_args): Update.
1533         * cppmain.c (scan_buffer): Update.
1535 Sun Nov 26 10:02:37 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1537         * fold-const.c (fold, case CONVERT_EXPR): Always return tree of
1538         proper type.
1540 2000-11-26  Neil Booth  <neilb@earthling.net>
1542         * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
1543         * c-decl.c: Remove parse_in declaration.
1544         * c-lang.c: Similarly.
1545         * c-lex.c: Similarly.
1546         * c-parse.in: Similarly.
1547         * c-pragma.c: Similarly.
1548         * configure.in: Similarly.
1549         * cp/Make-lang.in: Similarly.
1550         * cp/spew.c: Similarly.
1551         * cp/decl2.c: Remove check for lang-c++ option.
1552         * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line.
1553         * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++.
1554         * c-lex.h: Add declaration of parse_in.
1555         * cppinit.c: Call set_lang after allocating pfile->pending.
1556         * configure: Regenerate.
1558 2000-11-25  Zack Weinberg  <zack@wolery.stanford.edu>
1560         * combine.c (try_combine): Remove redundant test.
1562 2000-11-25  Richard Henderson  <rth@redhat.com>
1564         * c-common.h (DECL_C_HARD_REGISTER): New.
1565         * c-decl.c (finish_decl): Set it for asm register variables.
1566         * c-semantics.c (emit_local_var): Test it when instantiating one.
1568 2000-11-25  Richard Henderson  <rth@redhat.com>
1570         * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than
1571         lineno for the start of the function.
1573 2000-11-25  Richard Henderson  <rth@redhat.com>
1575         * dwarf2out.c (file_table, file_table_allocated): Remove.
1576         (file_table_allocated): Remove.
1577         (struct file_table): New.
1578         (decl_file_table, line_file_table): New.
1579         (print_dwarf_line_table): Use them.
1580         (size_of_line_prolog): Likewise.
1581         (output_line_info): Likewise.
1582         (add_src_coords_attributes): Likewise.
1583         (gen_subprogram_die): Likewise.
1584         (gen_variable_die): Likewise.
1585         (dwarf2out_add_library_unit_info): Likewise.
1586         (dwarf2out_line): Likewise.
1587         (lookup_filename): Take a struct file_table argument.
1588         (init_file_table): New.
1589         (dwarf2out_init): Use it.
1591 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1593         * invoke.texi: Update sequence points references.
1595 2000-11-25  Neil Booth  <neilb@earthling.net>
1597         * c-common.c: Remove USE_CPPLIB conditional inclusions.
1598         * c-common.h: Similarly.
1599         * c-decl.c: Similarly.
1600         * c-lang.c: Similarly.
1601         * c-lex.c: Similarly.
1602         * c-parse.in: Similarly.
1603         * c-pragma.c: Similarly.
1604         * c-pragma.h: Similarly.
1605         * gcc.c: Similarly.
1606         * toplev.c: Similarly.
1607         * cp/cp-tree.h: Similarly.
1608         * cp/decl2.c: Similarly.
1609         * cp/lang-specs.h: Similarly.
1610         * cp/lex.c: Similarly.
1611         * cp/lex.h: Similarly.
1612         * cp/spew.c: Similarly.
1613         * java/lang-options.h: Similarly.
1614         * objc/lang-specs.h: Similarly.
1615         * objc/objc-act.c: Similarly.
1617         * configure.in: Remove configure option.
1618         * config.in: Regenerate.
1619         * configure: Regenerate.
1621 2000-11-25  Richard Henderson  <rth@redhat.com>
1623         * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):
1624         Revert 2000-11-22 change.
1626 2000-11-25  Bernd Schmidt  <bernds@redhat.co.uk>
1628         * config/i386/i386.h (FIXED_REGS): Make the three flags registers
1629         fixed.
1631 2000-11-25  Philipp Thomas  <pthomas@suse.de>
1632         * configure.in (ALL_LINGUAS): Remove en_GB and add sv.
1633         * configure: Rebuilt.
1635 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
1637         * config/sparc/sparc.md (muldi3_v8plus): Remove H constraint.
1638         Handle CONST_INT as second argument.
1639         * config/sparc/sparc.c (set_extends): Remove first argument.
1640         Properly handle AND, CONST_INT and CONST_DOUBLE, handle IOR, XOR and
1641         MOV.
1642         (sparc_check_64): Abort if first argument is not REG.
1643         If it is DImode REG, look at the lower register of the register
1644         pair.
1646         * config/sparc/sparc.c (load_pic_register, restore_regs,
1647         output_return, sparc_v8plus_shift, sparc_function_profiler,
1648         sparc_function_block_profiler, sparc_block_profiler): Fix output
1649         formatting.
1651 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
1653         * config/sh/sh.h (TARGET_NONE): New.
1654         (TARGET_SWITCHES): For all variant-selecting switch, use
1655         TARGET_NONE to reset all other variant-selecting switch.  Added
1656         empty strings to avoid warnings.
1657         (TARGET_DEFAULT): Set to SH1_BIT.
1659         * Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
1660         insn-codes.h.
1662         * gcc/config/sh/sh.md (sibcalli, sibcalli_pcrel): New insns.
1663         (sibcall_pcrel): New insn_and_split.
1664         (sibcall, sibcall_value, sibcall_epilogue): New expands.
1666         * config/sh/sh.md (GOTaddr2picreg, symGOT2reg, symGOTOFF2reg,
1667         symPLT_label2reg, call, call_value): Don't set
1668         current_function_uses_pic_offset_table.
1669         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't mark
1670         PIC_OFFSET_TABLE_REGNUM as call_used, so that calc_live_regs
1671         takes it into account.
1672         (FINALIZE_PIC): Delete, useless.
1673         (LEGITIMATE_CONSTANT_P): Delete, unused.
1674         * config/sh/sh.c (sh_expand_prologue): Don't use
1675         current_function_uses_pic_offset_table.  Don't special-case
1676         PIC_OFFSET_TABLE_REGNUM.  Initialize it if it's ever live and
1677         PIC is enabled.
1678         (sh_expand_epilogue, initial_elimination_offset): Don't
1679         special case PIC_OFFSET_TABLE_REGNUM.
1681 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>, NIIBE Yutaka  <gniibe@m17n.org>
1683         * config/sh/sh-protos.h (symbol_ref_operand): Declare.
1684         * config/sh/sh.md (UNSPEC_CALLER): New constant.
1685         (calli_pcrel, call_valuei_pcrel): Use PIC_REG.
1686         (call_pcrel, call_value_pcrel): New insn_and_splits.
1687         (call, call_value): Use them.
1688         (call_site): New expand.
1689         (sym_label2reg, symPLT_label2reg): Adjust to hold call_sites.
1690         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA) [UNSPEC_CALLER]:
1691         Output call_site label.
1692         (PREDICATE_CODES): Added symbol_ref_operand.
1693         * config/sh/sh.c (symbol_ref_operand): Define.
1694         * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
1695         to CALL_INSNs in the split sequence.
1697 2000-11-24  Nick Clifton  <nickc@redhat.com>
1699         * config.gcc (v850-*-*): Define c_target_objs and
1700         cxx_target_objs.
1702         * config/v850/t-v850: Define how to build v850-c.o
1704         * config/v850/v850.h (struct data_area_stack_element): Move
1705         definition here from v850.c.
1707         * config/v850v850.c: Include gcc.h to avoid compile time
1708         warning.
1709         (push_data_area): Move to v850-c.c.
1710         (pop_data_area): Move to v850-c.c.
1711         (mark_current_function_as_interrupt): Move to v850-c.c.
1712         (GHS_default_section_names): Allow to be exported.
1713         (GHS_current_section_names): Allow to be exported.
1714         (data_area_stack_elements): Allow to be exported.
1715         (ghs_pragma_section): Move to v850-c.c.
1716         (ghs_pragma_interrupt): Move to v850-c.c.
1717         (ghs_pragma_starttda): Move to v850-c.c.
1718         (ghs_pragma_startsda): Move to v850-c.c.
1719         (ghs_pragma_startzda): Move to v850-c.c.
1720         (ghs_pragma_endtda): Move to v850-c.c.
1721         (ghs_pragma_endsda): Move to v850-c.c.
1722         (ghs_pragma_endzda): Move to v850-c.c.
1724         * config/v850/v850-c.c: New file: Contains v850 specific
1725         pragma parsing functions.
1727 2000-11-24  Nick Clifton  <nickc@redhat.com>
1729         * config.gcc (extra_objs): Remove duplicate description.
1730         (c_target_objs): New variable.  Contains target specific
1731         object files for the gcc C compiler only.
1732         (cxx_target_objs): New variable.  Contains target specific
1733         object files for the gxx C++ compiler only.
1735         * configure.in (c_target_objs): Substitute in the makefile.
1736         (cxx_target_objs): Substitute in the makefile.
1737         * configure: Regenerate.
1739         * Makefile.in (C_TARGET_OBJS): Define and initialise from
1740         c_target_objs.
1741         (CXX_TARGET_OBJS): Define and initialise from
1742         cxx_target_objs.
1743         (C_AND_OBJC_OBJS): Include C_TARGET_OBJS.
1745         * cp/Make-lang.in (CXX_C_OBJS): Include CXX_TARGET_OBJS).
1747         * tm.texi (REGISTER_TARGET_PRAGMAS): Add paragraph explaining
1748         about how the use of the 'c_lex' function requires the use of
1749         the target specific, language specific object files feature of
1750         the configuration mechanism.
1752 Fri Nov 24 18:50:58 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1754         * gcc.c (process_command): Use F_OK, not R_OK.
1756 2000-11-24  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>
1758         * flow.c (print_rtl_and_abort): Remove ANSIism.
1760 Fri Nov 24 19:54:36 2000  Alexandre Oliva  <aoliva@redhat.com>
1762         * config/sh/sh.h (GENERAL_REGISTER_P,
1763         GENERAL_OR_AP_REGISTER_P, FP_REGISTER_P, XD_REGISTER_P,
1764         FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros.  Use them
1765         all over.
1766         (SPECIAL_REG): Renamed to SPECIAL_REGISTER_P.
1767         * config/sh/sh.c: Use new macros.
1768         * config/sh/sh.md: Likewise.
1770 Fri Nov 24 19:46:16 2000  Alexandre Oliva  <aoliva@redhat.com>
1772         * config/sh/sh.md: Clobber MACH_REG and MACL_REG in SImode,
1773         instead of just MACH_REG in DImode.  Always refer to FPSCR_REG
1774         in PSImode.
1776 Fri Nov 24 22:37:41 2000  Denis Chertykov  <denisc@overta.ru>
1778         * config/avr/avr.c (out_tsthi,out_tstsi): Test simplification bug
1779         fixed.
1780         (machine_dependent_reorg): Wrong optimization based on
1781         NOTICE_UPDATE_CC removed.
1783 Fri Nov 24 19:48:09 2000  J"orn Rennecke <amylaar@redhat.com>
1785         * jump.c (delete_computation): Re-instate deletion of feeding insn.
1786         (delete_insn): Look for REG_LABEL notes.
1787         (redirect_tablejump): Delete feeding insns.
1789 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
1791         * config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
1792         call_value_pop_1): Make sure operand numbers are contiguous.
1794         * fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
1796         * reload1.c (conflicts_with_override): New function.
1797         (emit_input_reload_insns): Use it to tighten test for validity
1798         of substituting into output of previous insn.
1800         * haifa-sched.c (struct ready_list): New.
1801         (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
1802         functions.
1803         (schedule_insn): Replace args READY and N_READY with a pointer to a
1804         ready_list; return void.  Use the new functions to access the ready
1805         list.  All callers changed.
1806         (queue_to_ready, debug_ready_list): Likewise.
1807         (schedule_block): Initialize a ready_list structure.  Use new
1808         functions to access it.
1809         (max_priority): Remove unused variable.
1810         (schedule_insn): Don't set it.
1812         * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs.
1814         * combine.c (cant_combine_insn_p): New function.
1815         (try_combine): Use it.
1817         * Makefile.in (c-common.o): Depend on $(OBSTACK_H).
1818         * c-common.c (c-obstack.c): Include "obstack.h".
1819         (struct reverse_tree): Delete.
1820         (reverse_list, reverse_max_depth): Delete.
1821         (build_reverse_tree, common_ancestor, modify_ok): Delete functions.
1822         (struct tlist, struct tlist_cache): New.
1823         (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
1824         (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
1825         warn_for_collisions, warn_for_collisions_1, new_tlist): New
1826         static functions.
1827         (verify_sequence_points): Rewritten.
1828         * fold-const.c (fold): Don't lose possibly important sequence
1829         points when removing one arm of TRUTH_ORIF_EXPRs or TRUTH_ANDIF_EXPRs.
1831 2000-11-24  Richard Sandiford  <rsandifo@redhat.com>
1833         * gcc/cse.c (cse_insn): Removed conversion of REG_EQUIV to REG_EQUAL
1834         when reversing a register-to-register copy.  Reversal now disabled
1835         when the previous instruction has a REG_EQUIV.
1837 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
1839         * c-parse.in (unary_expr): Move VA_ARG from here ...
1840         (primary): ... to here.
1842 2000-11-23  Graham Stott  <grahams@redhat.com>
1844         * expr.c (store_constructor): If a field is non addressable and
1845         the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.
1847 2000-11-23  Bernd Schmidt  <bernds@redhat.co.uk>
1849         * flow.c (print_rtl_and_abort): New function.
1850         (verify_wide_reg, verify_local_live_at_start): Try to dump more
1851         information before aborting.
1853 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
1855         * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode
1856         is narrower than requested mode.
1857         (gen_highpart): Abort if register mode is narrower than
1858         requested mode.
1860 2000-11-23  Graham Stott  <grahams@redhat.com>
1862         * cse.c (cse_insn): Initialise all regcost variables.
1863         Fix a typo add missing '='.
1864         Only compare costs if there is a replacement insn.
1866 Thu Nov 23 04:33:33 2000  Alexandre Oliva  <aoliva@redhat.com>
1868         * final.c (output_addr_const) [LABEL_REF]: Simplify.
1869         [MINUS]: Enclose non-CONST_INTs in parentheses.
1870         [default]: Try OUTPUT_ADDR_CONST_EXTRA.
1871         * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it.
1872         * varasm.c (decode_rtx_const) [CONST]: If it's not something
1873         PLUS or MINUS a CONST_INT, use the whole CONST with offset 0
1874         instead of abort()ing.
1875         * sh.c (output_pic_addr_const): Removed.  Fixed all callers.
1876         * sh.h (OUTPUT_ADDR_CONST_EXTRA): New.  Handle the UNSPECs
1877         formerly handled in output_pic_addr_const.
1878         * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC
1879         operands of MINUS in CONSTs so that decode_rtx_const() will
1880         accept them.
1882 Thu Nov 23 04:10:30 2000  Alexandre Oliva  <aoliva@redhat.com>
1884         * config/sh/sh.md (mova_const): New pattern.
1885         (GOTaddr2picreg): Use it.
1886         * config/sh/sh.c (broken_move): Match it.
1887         (mova_p): Don't match it.
1888         (machine_dependent_reorg): Adjust it.
1890 Thu Nov 23 02:09:09 2000  Alexandre Oliva  <aoliva@redhat.com>
1892         * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
1893         Moved most register-number #defines...
1894         * config/sh/sh.md (define_constants): ... here.  Use macros to
1895         refer to registers and unspecs.
1896         * config/sh/sh.c: Likewise.
1898 Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>
1900         * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
1901         (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE.
1902         (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
1903         (splay-tree.o, hash.o): Likewise.
1904         GCONFIG_H: New.
1905         (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H).
1906         (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
1907         (hashtab.o): Likewise.
1908         (gcov.o): Depend on $(CONFIG_H).
1909         * configure.in: #include insn-codes.h in tm.h.
1911 2000-11-22  Nick Clifton  <nickc@redhat.com>
1913         * config/arm/arm.c (arm_encode_call_attribute): Make 'newstr' a
1914         const char * to avoid a compile time warning.
1916         * config/arm/arm.md (define_constants): Define symbolic names for
1917         the link register, last integer register and the fake CC register.
1918         Update patterns to use these symbolic names.
1920 2000-11-22  Neil Booth  <neilb@earthling.net>
1922         * cpplex.c (trigraph_ok): Ensure we don't warn twice.
1923         * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
1925 2000-11-22  Richard Henderson  <rth@redhat.com>
1927         * haifa-sched.c (sched_analyze_1): Don't special-case calls
1928         for clobbering registers.
1929         (sched_analyze_2): Likewise.
1930         (sched_analyze): Zap reg_last_uses and reg_last_sets after calls.
1932 2000-11-22  Chris Demetriou  <cgd@sibyte.com>
1933             Neil Booth  <neilb@earthling.net>
1935         * gcc.c (validate_switches): Validate multiple switches named
1936         in '|' (or) expressions in specs.
1937         (handle_braces): If more than 1 alternative in a '|' spec
1938         matches, call do_spec1 just once.
1940 2000-11-22  Michael Meissner  <meissner@redhat.com>
1942         * d30v.h (TARGET_SWITCHES): Add documentation strings.
1943         (TARGET_OPTIONS): Ditto.
1944         (OPTIMIZATION_OPTIONS): Temporarily turn off -frename-registers if
1945         -O3.
1947 Wed Nov 22 06:40:56 2000  Jeffrey A Law  (law@cygnus.com)
1949         * pa.c (hppa_encode_label): Account for addition of encoding
1950         character when allocating persistent space for the new label
1951         name.
1953 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
1955         * Makefile.in, config.gcc, configure.in: Expunge remaining
1956         traces of facility for running MD files through C preprocessor.
1958 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1960         * gcov.texi: Add magic comments for texi2pod.pl.
1961         * Makefile.in: Add rules to generate and install gcov.1.
1962         * gcov.1: New (generated) file.
1964 2000-11-21  Richard Henderson  <rth@redhat.com>
1966         * regrename.c (scan_rtx_reg): Terminate the chain rather than
1967         abort on mark_read with NO_REGS.
1969 2000-11-21  Mike Stump  <mrs@wrs.com>
1971         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow
1972         compilation with older compilers, such as /bin/cc on SunOS.
1973         * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
1975 2000-11-21  Richard Henderson  <rth@redhat.com>
1977         * varasm.c (record_constant): Pad the constructed
1978         constant_descriptor appropriately.
1980 Wed Nov 22 00:52:55 2000  J"orn Rennecke <amylaar@redhat.com>
1982         * rtl.h (traverse_md_constants): Declare.
1983         (struct md_constant): Define.
1984         * Makefile.in (HOST_RTL): Add hashtab.o .
1985         (OBJS): Add hashtab.o .
1986         (hashtab.o): New rule.
1987         (rtl.o): Depends on HASHTAB_H.
1988         * rtl.c (hashtab.h): #include.
1989         (md_constants): New static variable.
1990         (def_hash, def_name_eq_p, read_constants): New static functions.
1991         (traverse_md_constants): New function.
1992         (read_name): Do constant expansion.
1993         (read_rtx): Recognize define_constants.
1994         * gencodes.c (print_md_constant): New function.
1995         (main): Emit #defines for all constant definitions encountered.
1996         * md.texi (Constant Definitions): New node.
1997         * gensupport.c (xcalloc): New function.
1999 2000-11-21  Richard Henderson  <rth@redhat.com>
2001         * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
2002         * config/alpha/alpha-protos.h: Declare it.
2003         * config/alpha/alpha.md (abstf_internal): Use it.
2004         (negtf_internal): Likewise.
2005         (andnotdi3): Unstar the name.
2006         (movtf_internal): Add o/G alternative.
2008 2000-11-21  Zack Weinberg  <zack@wolery.stanford.edu>
2010         * stringpool.c (stringpool_statistics): Also report number and
2011         percentage of entries which are identifiers.
2013 2000-11-21  Diego Novillo  <dnovillo@redhat.com>
2015         * gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as
2016         visited before visiting it.
2018 2000-11-21  Nick Clifton  <nickc@redhat.com>
2020         * config/arm/arm.h: Accept TARGET_CPU_arm9tdmi,
2021         TARGET_CPU_strongarm110 and TARGET_SPU_strongarm1100.
2023         * config.gcc: Accept --with-cpu=arm9 and --with-cpu=arm9tdmi.
2025 2000-11-21  Richard Henderson  <rth@redhat.com>
2027         * c-common.c (c_unsafe_for_reeval): New function.
2028         (add_c_tree_codes): Register it.
2029         * c-common.h: Declare it.
2030         * tree.c (lang_unsafe_for_reeval): New hook.
2031         (unsafe_for_reeval): Call it.
2032         * tree.h: Declare it.
2034 2000-11-21  Richard Henderson  <rth@redhat.com>
2036         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT
2037         references as well.
2039 2000-11-21  Neil Booth  <neilb@earthling.net>
2041         * do_includes: Revert to using cpp_read_file.
2043 2000-11-21  Bernd Schmidt  <bernds@redhat.co.uk>
2045         * loop.c (consec_sets_giv): If the reg we're examining is anything
2046         but UNKNOWN_INDUCT, do nothing.
2047         Reset the reg's type to UNKNOWN_INDUCT before returning.
2049         Mostly from Vladimir Makarov (vmakarov@redhat.com)
2050         * ia64.md (attr itanium_class): Define insn types as described in
2051         Itanium docs.
2052         (all insn patterns): Use itanium_class, not type attributes.
2053         Occasionally split alternatives as necessary.
2054         (attr type): Compute from new attr itanium_class.
2056 2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2058         * tradcpp.c (output_line_command): Mark system headers as such in
2059         `line' commands.
2061 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2063         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
2064         support in as as well.
2065         * configure: Regenerate.
2067 2000-11-20  Richard Henderson  <rth@redhat.com>
2069         * c-lex.c (orig_filename): New variable.
2070         (init_c_lex): Set it.  Move call to cpp_start_read ...
2071         (yyparse): ... here.  New function.
2072         * c-parse.in (yyparse_1): Rename the parser entry point.
2073         * c-tree.h: Declare it.
2075 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2077         * expr.c (do_compare_and_jump): If op0 was replaced by promoted
2078         integer constant, use type of op1 for comparison.
2080 2000-11-20  Stan Shebs  <shebs@apple.com>
2082         * config/rs6000/xm-darwin.h: New file, Darwin host definitions.
2083         * config/rs6000/x-darwin: New file, Darwin host fragment.
2084         * config.gcc (powerpc-*-darwin*): New host.
2085         * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
2086         overridden by a config file.
2088 2000-11-20  Neil Booth  <neilb@earthling.net>
2090         * cppmacro.c (paste_tokens): Rename from paste_payloads.
2091         Change token type after pasting spellings.
2092         (paste_all_tokens): Use it.
2093         * gcc.dg/cpp/paste2.c: Update test.
2094         * objc/execute/paste.m: New test.
2096 2000-11-20  Richard Henderson  <rth@redhat.com>
2098         * dwarf.h (FMT_CODE): Adjust argument order; fix mapping to
2099         dwarf_subscr_data_formats bits.
2100         * dwarfout.c (simple_type_size_in_bits): Handle a type with
2101         no computed size as size zero.
2102         (field_byte_offset): Likewise.
2103         (subscript_data_attribute): Handle a range with no upper bound.
2105 2000-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2107         * gansidecl.h (const): Check __STDC__ before undef'ing `const'.
2109 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2111         * c-typeck.c (build_conditional_expr): When merging type
2112         qualifiers for conditional expressions between a pointer and a
2113         pointer to a void type, merge the qualifiers on the target types
2114         rather than the pointer type.  Remove obsolete conditioned out
2115         code.
2117 2000-11-20  Neil Booth  <neilb@earthling.net>
2119         * c-lang.c (lang_init_options): Update call to
2120         cpp_reader_init.
2121         * cppmain.c (main): Similarly.
2122         * fix-header.c (read_scan_file): Similarly.
2123         * cp/lex.c (lang_init_options): Similarly.
2124         * objc/objc-act.c (lang_init_options): Similarly.
2125         * cppexp.c (parse_number): Only warn for unextended C89.
2126         * cppinit.c (set_lang): New function.
2127         (cpp_reader_init): Take a LANG argument and pass it to set_lang.
2128         (COMMAND_LINE_OPTIONS): New option std=c++98.
2129         (cpp_handle_option): Use set_lang.
2130         * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
2131         * cppib.h (enum_c_lang): New enumeration.  Update comments.
2133 2000-11-20  Will Cohen  <wcohen@redhat.com>
2135         * calls.c (expand_call): Clear target only when target is in
2136         hard register and current_function_check_memory_usage is set.
2138 2000-11-20  Bernd Schmidt  <bernds@redhat.co.uk>
2140         * toplev.c (rest_of_compilation): Run optimize_mode_switching even
2141         if not optimizing.
2142         * sh.c (emit_sf_insn, emit_df_insn): Just call emit_insn.
2144 2000-11-19  Richard Henderson  <rth@redhat.com>
2146         * crtstuff.c (force_to_data): Use array size 1 not 0.
2148         * dwarf2out.c (simple_type_size_in_bits): Handle a type with
2149         no computed size as size zero.
2150         (field_byte_offset): Likewise.
2152 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2154         * config.gcc: Fix another typo.
2156 2000-11-19  Richard Henderson  <rth@redhat.com>
2158         * c-decl.c (grokdeclarator): Support flexible array members.
2159         Use open-ended ranges for these and zero-length arrays.
2160         * c-typeck.c (push_init_level): Validate the context of
2161         initialization of a zero-length array.
2162         * tree.c (int_fits_type_p): Be prepared for missing bounds.
2163         * varasm.c (array_size_for_constructor): New.
2164         (output_constructor): Use it for arrays of unspecified length.
2165         * extend.texi (Zero Length): Mention C99 flexible array members.
2166         Document initialization in a top-level struct as valid.
2168 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2170         * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
2172         * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
2173         stdarg and varargs functions.
2175 2000-11-19  Zack Weinberg  <zack@wolery.stanford.edu>
2177         * gcc.c (process_command): Define 'j' variable when
2178         MODIFY_TARGET_NAME is defined.
2180 2000-11-19  Richard Henderson  <rth@redhat.com>
2182         * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
2184 2000-11-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2186         * rs6000/rs6000.c (rs6000_encode_section_info): Fix string length
2187         calculation and allocation.
2189 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2191         * builtins.c (c_getstr): Constify variable.
2192         * gmon-sol2.c (_mcleanup): Comment out #endif labels.
2193         * conflict.c (const_conflict_graph_arc): New typedef.
2194         (arc_hash, arc_eq): Avoid needlessly casting away const-ness.
2195         * cppmacro.c (builtin_macro): Likewise.
2196         * dwarf2out.c (output_comp_unit): Constify variable.
2197         * fix-header.c (v_fatal): Add ATTRIBUTE_PRINTF.
2198         * protoize.c (IS_SAME_PATH_CHAR): Use TOUPPER, not toupper.
2199         * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting
2200         away const-ness.
2201         * tradcpp.c (rescan, do_line, macroexpand, macarg): Use
2202         ISALNUM/ISDIGIT/ISPRINT, not isalnum/isdigit/isprint.
2203         * varasm.c (const_str_htab_hash, const_str_htab_eq,
2204         compare_constant_1, record_constant_1): Constify.
2206 2000-11-18  Richard Henderson  <rth@redhat.com>
2208         * c-decl.c (grokdeclarator): Special case the creation of an
2209         index for a zero-length array.
2210         * tree.c (build_index_type): Revert Oct 20 change.
2212 2000-11-18  Marek Michalkiewicz  <marekm@linux.org.pl>
2214         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
2215         * config/avr/avr.c (jump_tables_size): New variable.
2216         (function_prologue): Initialize it as 0.
2217         (function_epilogue): Add it to function_size.
2218         (avr_output_addr_vec_elt): New function.  Count words in jump
2219         tables in jump_tables_size.  Move code ...
2220         * config/avr/avr.h (ASM_OUTPUT_ADDR_VEC_ELT): ... from here.
2221         Call avr_output_addr_vec_elt instead.
2222         * config/avr/avr.md (tablejump): Remove disabled define_expand.
2224 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
2226         * configure.in: Make --enable-new-gxx-abi the default.
2227         * configure: Likewise.
2229 2000-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2231         * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.
2233         * tradcif.y: Include tradcpp.h.  Constify.  Make functions static.
2234         Move extern function declarations to tradcpp.h.
2236         * tradcpp.c: Likewise.
2238         * tradcpp.h: New file.
2240 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2242         * c-decl.c (check_for_loop_decls): New function.
2243         * c-parse.in (for_init_stmt): New.
2244         (select_or_iter_stmt): Use for_init_stmt.
2245         * c-tree.h (check_for_loop_decls): New declaration.
2247 2000-11-18  Neil Booth  <neilb@earthling.net>
2249         * cppinit.c: Update comments.
2250         (cpp_reader_init): Make -imacro and -include use the standard
2251         #include "" search path.
2252         (do_includes): New function.
2254 2000-11-18  Ben Elliston  <bje@redhat.com>
2256         * config/sh/crt1.asm (start_l): Move PC-relative move instruction
2257         out of a branch delay slot.
2259 2000-11-17  Richard Henderson  <rth@redhat.com>
2261         * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
2262         (ASM_SPEC): Disable and enable .mdebug based on -gstabs.
2263         (ASM_FILE_START): Only write out ecoff .file directive if
2264         emitting mdebug debugging.
2266 2000-11-17  Richard Henderson  <rth@redhat.com>
2268         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.  Detect
2269         whether as accepts .file/.loc and produces dwarf2 line info.
2270         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if
2271         the assembler supports it.
2272         * config.in, configure: Regenerate.
2274 2000-11-17  Richard Henderson  <rth@redhat.com>
2276         * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
2278 2000-11-17  Jim Wilson  <wilson@redhat.com>
2280         * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
2281         Don't clear need_barrier is next_insn is a CALL_INSN, or has
2282         instruction type B or UNKNOWN.
2284 2000-11-17  Neil Booth  <neilb@earthling.net>
2286         * cpperror.c (print_file_and_line): Don't display line number if 0.
2288 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
2290         * ggc.h: Delete ggc_add_string_root and ggc_mark_string.  Add
2291         digit_vector and digit_string.
2292         * stringpool.c (digit_vector): New.
2293         (ggc_alloc_string): Use digit_string.
2295         * stmt.c (digit_strings): Delete.
2296         (init_stmt): Do not initialize digit_strings.
2297         (expand_asm_operands): Use ggc.h's digit_string macro.
2298         * toplev.c (mark_file_stack): Delete.
2299         (compile_file): Don't call init_tree_codes.
2300         (main): No need to make the file stack a GC root.
2301         * tree.c (init_tree_codes): Delete.
2302         * tree.h (init_tree_codes): Delete.
2304         * c-lex.c: Don't include ggc.h.
2305         (mark_splay_tree_node, mark_splay_tree): Delete.
2306         (init_c_lex): No need to ggc_strdup string constant.  Don't add
2307         file_info_tree to GGC roots.
2308         (cb_enter_file, cb_rename_file): No need to ggc_strdup
2309         ip->nominal_fname.
2311         * Makefile.in (c-lex.o): No longer depends on $(GGC_H).
2313         * dbxout.c (dbxout_init),
2314         dwarf2out.c (dwarf2out_line),
2315         ggc-common.c (ggc_mark_rtx_children, ggc_mark_trees),
2316         varasm.c (mark_const_hash_entry, mark_pool_constant, init_varasm_once),
2317         xcoffout.c (xcoffout_source_file),
2318         i386.c (load_pic_register):
2319         Delete call(s) to ggc_add_string_root and/or ggc_mark_string.
2321         * except.c (create_rethrow_ref),
2322         profile.c (init_edge_profiler),
2323         toplev.c (compile_file),
2324         varasm.c (named_section, assemble_static_space,
2325         assemble_trampoline_template, output_constant_def, force_const_mem),
2326         i386.c (load_pic_register),
2327         ia64.c (ia64_encode_section_info),
2328         rs6000.c (rs6000_emit_load_toc_table, create_TOC_reference,
2329         rs6000_emit_prologue, rs6000_emit_epilogue),
2330         rs6000.md (load_toc_aix_si, load_toc_aix_di):
2331         Change ggc_alloc_string (var, -1) to ggc_strdup (var).
2333         * profile.c (output_func_start_profiler),
2334         tree.c (make_node),
2335         i386.c (load_pic_register): No need to ggc_strdup string constant.
2337 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
2339         * Makefile.in (config.status): Depend on config.gcc.
2340         * configure.in <for machine in $build $host $target>: Move
2341         contents of loop into config.gcc, removing autoconf quoting.
2342         Fix changequote bug for alpha*-*-vxworks*.
2343         * configure: Regenerate.
2344         * config.gcc: New.
2346 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
2348         * c-parse.in (if_prefix): Find the filename and line number at
2349         $-2 and $-1 respectively.
2350         * diagnostic.c (error_recursion): Add missing newline, use
2351         fputs, translate string.
2353 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
2355         * stringpool.c: New file.
2356         * ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
2357         (ggc_alloc_string): Now in stringpool.o.
2358         * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
2359         * ggc.h: Delete prototype of ggc_add_string_root.  #define
2360         ggc_add_string_root and ggc_mark_string to nothing.  Prototype
2361         init_stringpool and stringpool_statistics.
2362         (ggc_alloc_string): Returns a const char *.
2363         * tree.c (hash_table, do_identifier_warnings): Delete.
2364         (init_obstacks): Don't initialize the identifier hash table.
2365         (get_identifier, maybe_get_identifier, start_identifier_warnings,
2366         set_identifier_size): Now in stringpool.c.
2367         * tree.h (struct tree_string): Constify pointer field.
2368         (approx_sqrt): Prototype.
2370         * Makefile.in (stringpool.o): Add rule, mention in OBJS.
2372         * toplev.c (approx_sqrt): New function.
2373         (compile_file): Call stringpool_statistics if mem_report is on.
2374         (main): Call init_stringpool.
2376         * builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
2377         (process_directive), c-typeck.c (constructor_asmspec, struct
2378         initializer_stack, start_init), except.c (create_rethrow_ref),
2379         stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
2380         (built_in_filename), varasm,c (in_named_name,
2381         assemble_static_space, struct constant_descriptor, struct
2382         deferred_string, struct pool_constant, force_const_mem),
2383         i386.c (pic_label_name, global_offset_table_name), rs6000.c
2384         (rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.
2386         * c-common.c (combine_strings): Combine strings in scratch
2387         buffer, then pass to build_string.
2388         * optabs.c (init_libfuncs), profile.c (init_edge_profiler,
2389         output_func_start_profiler), stmt.c (init_stmt), alpha.c
2390         (alpha_need_linkage), arm.c (arm_encode_call_attribute),
2391         i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
2392         rs6000.c (rs6000_encode_section_info): Create string in
2393         scratch buffer, then pass to ggc_alloc_string.
2395         * stmt.c (expand_asm_operands): If we must adjust the
2396         constraint strings, do so by creating a new one, not by
2397         modifying the old one in place.  Constify some char *s.
2398         * config/pa/pa.c (hppa_encode_label): Drop unnecessary second
2399         argument.  Create string in scratch buffer, then pass to
2400         ggc_alloc_string.
2401         * config/pa/pa-protos.h: Update prototype.
2402         * config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
2403         hppa_encode_label takes only one argument.
2405 2000-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2407         * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
2408         malloc/realloc.
2410         * cpplib.c (glue_header_name): Likewise.
2412         * fixincl.c (run_compiles, start_fixer): Likewise.
2414         * fixlib.c (load_file_data): Likewise.
2416         * mkdeps.c (munge): Likewise.
2418 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
2420         * defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
2421         trailing ';'.  Fix formatting.
2423 2000-11-16  Jim Wilson  <wilson@redhat.com>
2425         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
2426         Shift masks left by one to avoid conflict.
2428         * config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
2429         DECL_EXTERNAL set.
2431 2000-11-16  Nick Clifton  <nickc@redhat.com>
2433         * config/arm/arm.c (output_arm_prologue): Note nested functions.
2434         (arm_expand_prologue): For nested functions preserve the
2435         static chain register during stack frame creation.
2437         * config/arm/arm.h (STATIC_CHAIN_REGNUM): Change to 12.
2438         (ARM_INITIAL_FRAME_ELIMINATION_OFFSET): For a nested function
2439         with a stack frame there is a 4 byte gap between the arg
2440         pointer and the hard frame pointer (used to preserve the
2441         static chain register during stack frame creation).
2443 2000-11-16  DJ Delorie  <dj@redhat.com>
2445         * rtl.c (read_rtx): Provide suitable names for unnamed
2446         define_insn and define_insn_and_split patterns, based on file
2447         and line numbers.
2449 2000-11-15  Neil Booth  <neilb@earthling.net>
2451         * cpplib.c (start_directive, end_directive): New functions.
2452         (_cpp_handle_directive, run_directive): Use them.
2453         (_cpp_handle_directive): Don't -Wtraditional on indented
2454         null directives.
2455         (_cpp_push_buffer): Don't re-clear was_skipping.
2456         * cpplib.h (struct cpp_reader): New member la_saved.
2457         * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
2458         directives.
2460         gcc.dg/cpp/_Pragma1.c: Update.
2461         gcc.dg/cpp/_Pragma2.c: New test.
2463 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
2465         * toplev.c (wrapup_global_declarations): Don't write out
2466         artificial static variables that aren't needed.
2468 2000-11-15  Bernd Schmidt  <bernds@redhat.co.uk>
2470         * ia64.c (struct group): New structure.
2471         (last_group): New static array.
2472         (group_idx): New static variable.
2473         (emit_group_barrier_after, errata_find_address_regs, errata_emit_nops):
2474         New static functions.
2475         (emit_insn_group_barriers): Initialize and keep track of group_idx
2476         and last_group.
2477         Call errata_emit_nops if TARGET_B_STEP or TARGET_A_STEP.
2478         Replace all calls to emit_insn_after that emit a group barrier to use
2479         emit_group_barrier_after.
2480         * ia64.h (MASK_B_STEP): New.
2481         (other MASK_XXX macros): Renumbered.
2482         (TARGET_B_STEP): New.
2483         (TARGET_SWITCHES): Add -mb-step.
2485 2000-11-15  Fred Fish  <fnf@be.com>
2487         * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
2488         machines for which fixincludes is not needed.
2489         * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
2491 2000-11-15  Jason Merrill  <jason@redhat.com>
2493         * diagnostic.c (finish_abort): New fn.
2494         (fancy_abort, error_recursion): Use it.
2495         * toplev.c (crash_signal): Likewise.
2496         * diagnostic.h: Declare it.
2498 2000-11-13  Andrew Haley  <aph@redhat.com>
2500         * tree.c (build_type_no_quals): New function.
2501         * tree.h (build_type_no_quals): Declare.
2502         * c-common.c (c_get_alias_set): When considering type
2503         compatibility for pointer types, ignore cv-qualifiers anywhere in
2504         a pointer chain.
2506 2000-11-15  Graham Stott  <grahams@redhat.com>
2508         * regrename.c (scan_rtx_rtx): Skip to the next chain on
2509         encountering a terminated chain.
2511 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
2513         * configure.in: Move check for V3 above check for C++ header-file
2514         directory.
2515         * configure: Regenerated.
2517 2000-11-14  DJ Delorie  <dj@redhat.com>
2519         * config/v850/v850.c: Remove obstacks.
2521 Tue Nov 14 21:54:31 2000  Marek Michalkiewicz  <marekm@linux.org.pl> & Denis Chertykov  <denisc@overta.ru>
2523         * config/avr/avr.c (avr_case_values_threshold): New.
2524         (avr_override_options): Set it depending on options, make it large
2525         when not optimizing to work around "unable to generate reloads".
2527         * config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
2528         (EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
2529         executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
2530         (JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
2531         (ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
2532         (avr_case_values_threshold): Declare as extern int.
2533         (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
2535         * config/avr/avr.md (tablejump): Removed.
2536         (*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
2537         (*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
2538         index in the table, not multiplied by 2.
2539         (casesi): Change to match the above insns.  Always enable.
2541         * config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
2542         Change to expect the word address of the table, multiply it by 2
2543         here and not in the caller.  Change "adiw" to faster "inc".
2545 2000-11-14  Neil Booth  <neilb@earthling.net>
2547         * cppexp.c (parse_defined): Call cpp_get_token not
2548         _cpp_get_token.
2549         (lex): Similarly.
2550         * cpplex.c (cpp_output_line): Similarly.
2551         * cpplib.c (glue_header_name, do_line, do_ident,
2552         parse_answer, parse_assertion): Similarly.
2553         (_cpp_handle_diretive): Don't save to lookaheads
2554         when processing directives.
2555         * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
2556         _cpp_get_token.
2557         (funlike_invocation_p): Don't save to lookaheads
2558         when pre-expanding arguments.
2559         (_cpp_get_token): Delete.
2560         (cpp_get_token): Merge contents of _cpp_get_token.
2562 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2564         * builtins.c (expand_builtin_setjmp): Set
2565         current_function_calls_setjmp.
2566         (expand_builtin_longjmp): Set current_function_calls_longjmp.
2568         * config/sparc/sparc.md (builtin_setjmp_setup): New expand.
2569         (do_builtin_setjmp_setup): New insn.
2571 Tue Nov 14 12:34:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2573         * tree.c (get_unwidened): Use host_integerp and tree_low_cst.
2574         (int_fits_type_p): For variable bounds, call force_fit_type.
2576 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2578         * varasm.c (struct deferred_string): New structure.
2579         (const_str_htab): New variable.
2580         (STRHASH): New macro.
2581         (mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
2582         constr_str_htab_eq, const_str_htab_del): New functions.
2583         (output_constant_def): Add DEFER argument, defer string
2584         constants until mark_constant_pool time if requested.
2585         (mark_constant_pool): Walk the insn chain even if const_str_htab is
2586         not empty.
2587         (mark_constants): If a SYMBOL_REF for deferred string is found,
2588         output it and remove from hash table.
2589         (output_addressed_constants): Set DEFER to 0 in call to
2590         output_constant_def.
2591         * rtl.h (STRING_POOL_ADDRESS_P): Define.
2592         (output_constant_def): Adjust prototype.
2593         * expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.
2595 2000-11-14  Chandrakala Chavva  <cchavva@redhat.com>
2597         * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
2598         signed types if flag_trapv.
2600 2000-11-14  Zack Weinberg  <zack@wolery.stanford.edu>
2602         * tradcpp.c, tradcif.y: Update FSF mailing address, delete
2603         reference to GPLv1.
2605 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2607         * c-common.h (CTI_C_SIZE_TYPE): Update comment.
2609 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2611         * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
2612         to array of pool_constnat pointers.
2613         (struct pool_constant): Add next_sym and label members.
2614         (struct pool_sym): Remove.
2615         (init_varasm_status): Change pool_sym into pool_constant.
2616         (mark_pool_constant): Mark pc->label string as well.
2617         (mark_pool_sym_hash_table): Remove.
2618         (mark_varasm_status): Remove it from caller as well.
2619         (free_varasm_status): Don't free pool_sym structures.
2620         (force_const_mem): Don't allocate pool_sym structure, instead
2621         fill pool->label and chain it into rtx_sym hash table.
2622         (find_pool_constant, mark_constant_pool): Use pool_constant instead
2623         of pool_sym.
2625 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2627         * reload1.c (emit_input_reload_insns): Honour forcing of constants
2628         into memory by PREFERRED_RELOAD_CLASS NO_REGS.
2630 2000-11-14  Michael Matz  <matzmich@cs.tu-berlin.de>
2632         * dominance.c: New file.
2633         * Makefile.in (OBJS): Add dominance.o.
2635         * flow.c (compute_flow_dominators): Remove.
2636         (compute_immediate_dominators): Remove.
2637         (compute_immediate_postdominators): Remove.
2638         * basic-block.h: Remove their prototypes.
2639         (calculate_dominance_info): Add prototype.
2641         * dce.c (eliminate_dead_code): Change calls to above functions.
2642         Don't compute dominators but only immediate dominators.
2643         * flow.c (flow_loops_find): Change callers.
2644         * gcse.c (compute_code_hoist_data): Likewise.
2645         * haifa-sched.c (schedule_insns): Likewise.
2646         * ifcvt.c (if_convert): Likewise.
2647         * ssa.c (convert_to_ssa): Likewise, and only compute immediate
2648         dominators.
2650 2000-11-14  Richard Henderson  <rth@redhat.com>
2652         * stmt.c (warn_if_unused_value): Don't warn if the expression
2653         has side effects.
2655         * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
2656         (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
2658 2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2660         * loop.c (basic_induction_var): Revert accidental checkin.
2662 2000-11-13  Hans-Peter Nilsson  <hp@axis.com>
2664         * c-lex.c (cb_leave_file): Harmonize conditions and order of
2665         statements to those of process_directive for (action == act_pop).
2667         * collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.
2669         * local-alloc.c (equiv_init_movable_p): References to CC0 are not
2670         movable.
2672 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2674         * c-parse.in (stmts_and_decls): Deprecate use of label at end of
2675         compound statement.
2677 2000-11-13  Neil Booth  <neilb@earthling.net>
2679         * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
2680         cases return without MI check.
2681         * cpplib.c (do_diagnostic): Take boolean of whether to
2682         print the directive name.
2683         (do_error, do_warning): Update.
2684         (do_pragma_dependency): Use it.
2685         * cpplib.h (VARARGS_FIRST): Delete.
2686         (struct cpp_token): Delete integer.
2687         * cppmacro.c (enter_macro_context): Move disabled check
2688         to _cpp_get_token.
2689         (_cpp_get_token): Simplify into a single loop.
2691 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
2693         * configure.in:  Use 'test -f' not '[ -e'.
2694         * configure: Regenerated.
2696 2000-11-13  DJ Delorie  <dj@redhat.com>
2698         * config/mn10300/mn10300.md (store_movm): Note which registers are
2699         really used or clobbered.
2701 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2703         * c-parse.in (ends_in_label): Remove from %union and %type.
2704         (decls, stmts, lineno_stmt_or_labels, xstmts,
2705         lineno_stmt_or_label, stmt_or_label): Remove.
2706         (stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
2707         lineno_stmt_decl_or_labels_ending_decl,
2708         lineno_stmt_decl_or_labels_ending_label,
2709         lineno_stmt_decl_or_labels_ending_error,
2710         lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
2711         lineno_stmt, lineno_label): New.
2712         (compstmt_nostart): Use compstmt_contents_nonempty.
2714 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2716         * c-common.c (boolean_increment): New function.
2717         * c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
2718         CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
2719         (c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
2720         (boolean_increment): Declare.
2721         * c-convert.c (convert): Allow for BOOLEAN_TYPE.
2722         * c-decl.c (init_decl_processing): Create boolean nodes.
2723         (finish_struct): Allow for _Bool bitfields.
2724         * c-parse.in (reswords): Add _Bool.
2725         (rid_to_yy): Allow for RID_BOOL.
2726         * c-typeck.c (default_conversion): Make booleans promote to int.
2727         (convert_arguments, build_unary_op, build_modify_expr,
2728         convert_for_assignment): Allow for booleans.
2729         * ginclude/stdbool.h: Make conforming to C99.
2731 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2733         * c-parse.in (c99_block_start, c99_block_end,
2734         c99_block_lineno_labeled_stmt): New.
2735         (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
2736         (stmt): Split off selection and iteration statements into...
2737         (select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
2739 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2741         * invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
2742         -time): Update.
2744 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
2746         * arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
2747         Rewrite to avoid use of match_dup.  Don't try to tie registers that
2748         are not in the same mode.
2750 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2752         * invoke.texi: Update lists of languages and suffixes supported.
2754 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2756         * configure.in: Take toplevel configure arguments from the
2757         environment to create configargs.h and substitute
2758         gcc_config_arguments, taking account of any existing configargs.h
2759         if reconfiguring.
2760         * configure: Regenerate.
2761         * gccbug.in: Include toplevel configure arguments in gccbug.
2763 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
2765         * varasm.c (struct constant_descriptor): Put CONTENTS inside a
2766         union to make it well-aligned.  Update all uses.
2768 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2770         * c-parse.in (initelt): Give appropriate pedantic warnings,
2771         depending on flag_isoc99, for non-ISO syntax and for C99 syntax
2772         outside C99 mode.
2773         (designator): If pedantic, pedwarn for a designator specifying a
2774         range of elements.
2775         * c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
2776         these cases.
2777         * extend.texi: Document the C99 syntax as the preferred syntax,
2778         and the pre-2.5 syntax as obsolete.  Mention use of designator
2779         lists for nested subobjects.
2781 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2783         * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
2784         Add ATTRIBUTE_PRINTF.
2785         * tradcpp.c (v_message, warning, error, fatal, error_with_line):
2786         Add ATTRIBUTE_PRINTF*.
2788 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
2790         * function.c (assign_parms): When calling put_var_into_stack, make
2791         sure that there are no hidden pending sequences.
2793 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2795         * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
2796         BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
2797         BUILT_IN_STRRCHR.
2799         * builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.
2801         * c-common.c (c_common_nodes_and_builtins): Declare index and
2802         rindex when nonansi builtins are allowed.
2804         * extend.texi (index, rindex): Document new builtins.
2806 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
2808         * configure.in: Turn on libstdc++ V3 by default.
2809         * configure: Regenerated.
2811         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
2813 2000-11-12  Jakub Jelinek  <jakub@redhat.com>
2815         * reload1.c (set_label_offsets): Go inside of PARALLELs.
2817 2000-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2819         * invoke.texi: Clean up option summary.
2821 2000-11-12  Nick Clifton  <nickc@redhat.com>
2823         * config/mcore/mcore.c: Fix comment formating, and adjust sequence
2824         of #include headers.
2826 2000-11-12  Marc Espie <espie@openbsd.org>
2828         * configure.in: Fix filds test.
2829         * configure: Regen.
2831 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
2833         * jump.c (delete_computation): Don't assume that just becuase an
2834         instruction sets a register, that register is dead.
2836 2000-11-12  Neil Booth  <neilb@earthling.net>
2838         * cppexp.c: Don't worry about pfile->skipping.
2839         * cpplib.c (struct if_stack): Make was_skipping unsigned char.
2840         (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
2841         for handled directives.
2842         (skip_rest_of_line): Use _cpp_lex_token after popping contexts
2843         and releasing lookaheads.
2844         (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
2845         (do_else, do_elif, push_conditional): Update logic.
2846         (do_endif): Set buffer->was_skipping rather than pfile->skipping.
2847         (unwind_if_stack): Inline into cpp_pop_buffer.
2848         (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
2849         * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
2850         multiple-include optimisation.
2851         * cpplib.h (struct cpp_buffer): New member was_skipping.
2852         * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
2853         works because skipping == 0 in directives.
2854         (_cpp_release_lookahead): Renamed from release_lookahead.
2855         (cpp_get_token): No need to check skipping as _cpp_get_token does
2856         this for us.  No need to handle MI optimisation.
2858 Sat Nov 11 21:14:02 2000  Mark P Mitchell  <mark@codesourcery.com>
2860         * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
2861         declarations that use `__MATH_EXCEPTION' in their prototypes, too.
2862         * fixinc/fixincl.x: Regenerated.
2864 2000-11-11  Bruce Korb  <bkorb@gnu.org>
2866         * fixinc/inclhack.def (avoid_bool_type): avoid commenting out #endif
2867         (avoid_wchar_t_type): ditto
2868         * fixinc/fixinc.irix: obsoleted
2870 2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
2872         * configure.in: Don't add $outputs to all_lang_makefiles.  Add
2873         $srcdir/$s/Makefile.in if it exists.
2874         * configure: Regenerate.
2876 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
2878         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
2880 2000-11-11  Jason Merrill  <jason@redhat.com>
2882         * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
2883         give the parm a register and then call put_var_into_stack.
2884         * stmt.c (expand_decl): Likewise.
2886 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2888         * gcc.texi: Adjust wording.
2890 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
2892         * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
2893         * fininc/fixincl.x: Regenerated.
2895 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2897         * invoke.texi: Correct spelling of -foptimize-register-move.
2899 2000-11-11  Neil Booth  <neilb@earthling.net>
2901         Remove CPP_PLACEMARKERs.
2903         * cppexp.c (lex): Don't handle CPP_PLACEMARKER.
2904         * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
2905         * cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
2906                    Similarly.
2907         * cpplib.h: Remove CPP_PLACEMARKER.
2908         (struct lexer_state): Rename skip_newlines to next_bol.
2909         * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
2910         Simplify prev_white handling as a result.
2911         (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
2912         (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
2913         (parse_args): Similarly.  Update argument count tests.
2914         (enter_macro_context): Return 2 to indicate an empty macro.
2915         (replace_args): Don't bother pre-expanding an empty argument.
2916         Handle placemarkers and ## extension during pre-expansion.
2917         (cpp_get_token): Handle empty macro expansions.  Don't worry
2918         about CPP_PLACEMARKERs.
2919         (_cpp_create_definition): Empty macros are now empty.
2920         (cpp_macro_defintion): Don't special case empty macros.
2921         * scan-decls.c: Don't bother with CPP_PLACEMARKERs.
2922         * c-lex.c: Similarly.
2924 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2926         * gcc.texi, invoke.texi: Add new section discussing language
2927         standards; link to it where appropriate; refer to ISO C instead of
2928         ANSI C.
2930 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
2932         * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
2933         into account.
2935         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
2936         modes.
2938 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2940         * gcc.texi, gcov.texi: Update dates and version numbers.
2942 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
2944         * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
2945         flex and bison, specifically, first in a unified build and
2946         then installed on the system.
2947         * Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
2948         LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
2949         match.
2951         (collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
2952         cppdefault.o): Remove pointless sed munging of source file
2953         name.
2955 2000-11-10  Bernd Schmidt  <bernds@redhat.co.uk>
2957         * reload.c (find_reloads_address_1, case POST_MODIFY): Use RELOAD_OTHER
2958         for address reloads.  Push replacements for REG_INC notes.
2959         (regno_clobbered_p): New arg SETS.  Examine SETs if it's nonzero.  All
2960         callers changed.
2961         * reload1.c (choose_reload_regs): Registers set in the insn can't be
2962         used for RELOAD_OTHER reloads.
2964 2000-11-10  Mark Mitchell  <mark@codesourcery.com>
2966         * c-dump.h: New file.
2968 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2970         * alpha.c (check_float_value): Use memcpy, not bcopy.
2971         * arm.c (output_move_double): Likewise.
2972         * arm.md: Likewise.
2973         * m88k.c (legitimize_operand): Likewise.
2974         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
2975         * m88k.md: Likewise.
2976         * mips.c (override_options): Likewise.
2977         * mips.md: Likewise.
2978         * romp.c (output_fpops): Likewise.
2979         * rs6000.c (rs6000_override_options): Likewise.
2980         * sh.md: Likewise.
2981         * vax.c (check_float_value): Likewise.
2983         * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
2984         * expmed.c (synth_mult): Likewise.
2985         * final.c (add_bb_string): Likewise.
2986         * genattr.c (main): Likewise.
2987         * genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
2988         Likewise.
2989         * jump.c (thread_jumps): Likewise.
2990         * prefix.c (save_string): Likewise.
2991         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
2992         * regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
2993         * reload1.c (reload, eliminate_regs): Likewise.
2995 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2997         * gcc.texi (Service): Update to reflect current practice and
2998         location of the GNU service directory.
3000 2000-11-09  Bernd Schmidt  <bernds@redhat.co.uk>
3002         * regrename.c (build_def_use): Mark contents of REG_INC notes as
3003         needing replacement.
3005         * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Emit
3006         a no-op move if regs are equal.
3007         * toplev.c (rest_of_compilation): Do the noop moves elimination pass
3008         when calling jump after post-reload splitting.
3010 2000-11-09  Jan van Male  <jan.vanmale@fenk.wau.nl>
3012         * c-tree.texi: Fix typos.
3013         * extend.texi: Likewise
3014         * gcov.texi: Likewise
3015         * rtl.texi: Likewise
3016         * tm.texi: Likewise
3018 2000-11-09  Hans-Peter Nilsson  <hp@axis.com>
3020         * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
3021         in_system_header and flags[1] before dereferencing flags[2].
3023 2000-11-09  Matthew Hiller <hiller@redhat.com>
3025         * reload1.c (reload_combine): Fixed calculation of
3026         first_index_reg, last_index_reg.
3028 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
3030         * c-dump.c (dequeue_and_dump): Dump function bodies.
3032         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
3033         (c-dump.o): New target.
3034         * c-common.h (flag_dump_translation_unit): New variable.
3035         (C_TYPE_QUALS): New macro.
3036         (strip_array_types): New function.
3037         (DECL_C_BIT_FIELD): New macro.
3038         (SET_DECL_C_BIT_FIELD): Likewise.
3039         (CLEAR_DECL_C_BIT_FIELD): Likewise.
3040         (dump_info_p): New typedef.
3041         (dump_tree_fn): Likewise.
3042         (lang_dump_tree): New variable.
3043         (dump_node_to_file): New function.
3044         * c-common.c (flag_dump_translation_unit): Define it.
3045         (strip_array_types): New function.
3046         * c-decl.c (c_decode_option): Handle -fdump-translation-unit.
3047         * c-lang.c (finish_file): Call dump_node_to_file if
3048         flag_dump_translation_unit.
3049         * c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
3050         * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
3051         * c-dump.c: New file.
3053 2000-11-09  Christopher Faylor <cgf@cygnus.com>
3055         * config/i386/cygwin.h: Add mingw startfile prefix.
3057 2000-11-09  Richard Henderson  <rth@redhat.com>
3059         * flow.c (invalidate_mems_from_set): Split out from ...
3060         (mark_set_1): ... here.
3061         (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
3062         instead of turning insn into a NOTE_INSN_DELETED.
3064 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3066         * extend.texi, invoke.texi: Move documentation of builtin versions
3067         of C library functions to one place and update.
3069 2000-11-09  Richard Henderson  <rth@redhat.com>
3071         * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
3072         the types themselves to discover type equivalence.
3074 2000-11-09  Mike Stump  <mrs@wrs.com>
3076         * Makefile.in (distclean): Remove a few extra leftovers.
3078 2000-11-09  Richard Henderson  <rth@redhat.com>
3080         * recog.c (validate_replace_rtx_1): Consider subregs when
3081         replacing a register with a constant inside a sign/zero_extend.
3083         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
3085 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
3087         * c-decl.c (finish_struct): When a structure is completed,
3088         check all its variant types for completeness.
3090 2000-11-09  Neil Booth  <neilb@earthling.net>
3092         * cpphash.c: Move cpp_defined here from cpplib.c.
3093         * cpplib.c: Update comments, move cpp_defined to cpphash.c.
3094         * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
3095         * cppmacro.c (cpp_get_token): Update comments, no need now
3096         to catch the CPP_EOF meaning EOL case.
3098 2000-11-08  Geoffrey Keating  <geoffk@redhat.com>
3100         * config/sparc/sparc.c (sparc_va_arg): When the required alignment
3101         is more than that provided, copy to a temporary.
3103 2000-11-09  Alexandre Oliva  <aoliva@redhat.com>
3105         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
3106         interpreting $out as a macro assignment.
3107         * Makefile.in (T_TARGET): New auxiliary macro and target.
3108         (all): Add a target right in the beginning, so that we don't build
3109         T_TARGET by default.
3111 2000-11-09  Graham Stott  <grahams@redhat.com>
3113         * config/i386/i386.md (mmx_pinsrw): Output operands in correct
3114         order for -mintel-syntax.  Remove comment now that the operand
3115         order has been checked.
3116         (mmx_pextrw): Likewise.
3117         (mmx_pshufw): Likewise.
3119 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3121         * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
3122         (c_getstr): New function.
3123         (expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
3124         If both arguments are constant string, optimize out.
3125         (expand_builtin_strchr, expand_builtin_strrchr): New functions.
3126         (expand_builtin_strpbrk): Use c_getstr, do nothing if
3127         -fcheck-memory-usage.
3128         (expand_builtin_fputs): Likewise.
3129         (expand_builtin_strcmp): Add MODE argument.
3130         Use even if !HAVE_cmpstrsi.
3131         Optimize the case when both arguments are constant strings.
3132         (expand_builtin): Adjust expand_builtin_strcmp caller.
3133         Call expand_builtin_strchr and expand_builtin_strrchr.
3134         * c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
3135         builtins.
3136         * builtins.def (BUILT_IN_STRRCHR): Add.
3138 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3140         * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
3142 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3144         * calls.c (expand_call, emit_library_call_value_1), collect2.c
3145         (scan_prog_file), config/a29k/a29k.c (print_operand),
3146         config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
3147         instead of bcopy ().
3148         * real.h: Use memcmp () instead of bcmp ().
3149         * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
3150         (split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
3151         ultrasparc_sched_init, ultrasparc_sched_reorder),
3152         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
3153         instead of bzero ().
3154         * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
3155         instead of rindex ().
3156         * configure.in: Don't check for bzero, bcmp, index or rindex.
3157         * configure, config.in: Regenerate.
3158         * system.h: Don't include declarations for bzero, bcmp, index or
3159         rindex.
3160         * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
3161         bzero, bcmp, index or rindex.
3163 Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
3165         * config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin
3166         include and library paths from -mcygwin case.  Parameterize some
3167         declarations to avoid warnings.  Use standard locations for include and
3168         lib dirs.
3170 2000-11-08  Nick Clifton  <nickc@redhat.com>
3172         * config/arm/arm.md (mulsidi3adddi): Change output operand
3173         constraint from "=&" to "+&".
3174         (umulsidi3adddi): Change output operand constraint from "=&" to
3175         "+&".
3177 2000-11-08  Richard Henderson  <rth@redhat.com>
3179         * flow.c (init_propagate_block_info): Protect the rtx stored in
3180         mem_set_list from modification by find_auto_inc.
3181         (mark_set_1): Likewise.
3183 2000-11-08  Neil Booth  <neilb@earthling.net>
3185         Move directive handling into the lexer itself.
3187         * cpplex.c (_cpp_lex_token): Handle directives directly.
3188         In the case of a directive interrupting a function-like
3189         macro invocation, use extra_char since read_ahead is
3190         used to store the '#'.  Return a CPP_EOF in this case.
3191         * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
3192         (cpp_get_token): Don't handle directives here.
3193         * cpplib.h: Remove CPP_DHASH token type.
3195 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
3197         * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
3198         formed using PRE_MODIFY too.
3200 2000-11-08  Mark Mitchell  <mark@codesourcery.com>
3202         * c-tree.texi (VAR_DECL): Describe representation of GCC's
3203         extension for placing variables in particular registers.
3205         * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
3206         unprototyped C functions with no parameters.
3208 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3210         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
3211         before passing to fprintf.
3213 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3215         * function.c (expand_function_start): Cast GET_MODE_SIZE to
3216         HOST_WIDE_INT before negating it.
3218 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3220         * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
3221         passed in multiple non-contiguous locations.
3223 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3225         * README.gnat: Remove file.
3227 2000-11-08  Alexandre Oliva  <aoliva@redhat.com>
3229         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts
3230         in-place.
3232 2000-11-07  Richard Henderson  <rth@redhat.com>
3234         * dwarfout.c (INSN_LABEL_FMT): Remove.
3235         (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
3236         (dwarfout_label): Remove.
3237         * dwarfout.h: Remove it's prototype.
3238         * dwarf2out.c (INSN_LABEL_FMT): Remove.
3239         (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
3240         (dwarf2out_label): Remove.
3241         * dwarf2out.h: Remove it's prototype.
3242         * final.c (final_scan_insn): Don't call dwarf[2]out_label.
3244 2000-11-07  Richard Henderson  <rth@redhat.com>
3246         * config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary
3247         search on the unwind region section.
3249         * config/ia64/ia64.md (movbi): Add r/r alternative.
3250         (cmovdi_internal_astep): Describe all combinations of register
3251         classes for sources & destinations; remove matching constraints.
3252         (cmovdi_internal): Likewise.
3254         * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.
3256 2000-11-07  Richard Henderson  <rth@redhat.com>
3258         * c-lang.c (start_cdtor, finish_cdtor): New functions.
3259         (finish_file): Use them in building constructor/destructor functions.
3261         * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH,
3262         LD_FINI_SWITCH): Move ...
3263         * config/alpha/osf.h: ... here.
3264         * config/alpha/alpha-interix.h: Don't undef them.
3266 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3268         * config/mips/t-iris6 (FPBIT): New.  Added so that __unorddf2 is
3269         included in libgcc.a.
3270         (DPBIT): Likewise.
3271         (dp-bit.c): Likewise.
3272         (fp-bit.c): Likewise.
3274 2000-11-07  Nick Clifton  <nickc@redhat.com>
3276         * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
3277         (INTERNAL_ASM_OP): Add missing tab.
3279 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3281         * alias.c (init_alias_analysis), calls.c (expand_call,
3282         emit_library_call_value_1), combine.c (init_reg_last_arrays),
3283         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
3284         (init_output_buffer, set_diagnostic_context), dwarf2out.c
3285         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
3286         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
3287         function.c (assign_parms), gcse.c (compute_can_copy,
3288         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
3289         compute_hash_table, compute_set_hash_table,
3290         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
3291         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
3292         clear_units, schedule_block), integrate.c (initialize_for_inline,
3293         expand_inline_function), jump.c (thread_jumps), local-alloc.c
3294         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
3295         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
3296         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
3297         record_reg_classes, allocate_reg_info), reload.c
3298         (get_secondary_mem, remove_address_replacements, find_reloads),
3299         reload1.c (reload, set_initial_label_offsets, finish_spills,
3300         reload_as_needed, choose_reload_regs_init,
3301         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
3302         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
3303         (rename_registers), stmt.c (expand_end_case), unroll.c
3304         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
3305         () instead of bzero ().
3307 2000-11-07  Neil Booth  <neilb@earthling.net>
3309        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
3311 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3313         * c-common.c (combine_strings): Only warn about long strings for C.
3315 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
3317         * combine.c (distribute_notes): Fix typo in last change.
3319 2000-11-07  Geoff Keating  <geoffk@redhat.com>
3321         * config/rs6000/rs6000.md (movdi_internal32+1): Use
3322         operand_subreg_force rather than gen_rtx_SUBREG.
3323         (movdi_internal32+2): Likewise.
3325 2000-11-07  Philip Blundell  <philb@gnu.org>
3327         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
3328         * config/arm/linux-aout.h: Likewise.
3329         * configure: Regenerate.
3331 2000-11-07  Philipp Thomas  <pthomas@suse.de>
3333         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
3334         accepted my the gettext maintainer.
3336 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3338         * builtins.c (expand_builtin_strpbrk): New function.
3339         (expand_builtin): Handle BUILT_IN_STRPBRK.
3341         * builtins.def (BUILT_IN_STRPBRK): New entry.
3343         * c-common.c (c_common_nodes_and_builtins): Declare builtin
3344         strpbrk.
3346 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
3348         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
3349         * POTFILES.in: Add config/alpha/freebsd.h
3350         * configure.in: Add alpha*-freebsd support.
3351         * configure: Regenerate.
3353 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3355         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
3356         copy of ptr_type_node rather than ptr_type_node itself.
3358 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
3360         * combine.c (recog_for_combine): Allocate uninitialized vector with
3361         rtvec_alloc.
3362         * recog.c (apply_change_group): Likewise.
3364 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
3366         * flow.c (verify_local_live_at_start): Back out last change.
3367         * combine.c (distribute_notes): When parts of a hard reg are
3368         neither set nor referenced in PLACE, search backwards for a
3369         place to put a REG_UNUSED note; if none found, ask for flow
3370         info refresh.
3372 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
3374         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
3375         with (clobber (match_scratch...)).
3377 2000-11-06  Neil Booth  <neilb@earthling.net>
3379         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
3380         error status.
3382 2000-11-06  Neil Booth  <neilb@earthling.net>
3384         * tradcpp.c (special_symbol): Assign an null string rather
3385         than writing to an unallocated buffer.
3387 2000-11-06  Neil Booth  <neilb@earthling.net>
3389         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
3390         CPP_MACRO_ARG case.
3392 2000-11-06  Neil Booth  <neilb@earthling.net>
3394         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
3395         tok.val.arg_no as appropriate.
3396         * cppexp.c (lex): Similarly.
3397         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
3398         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
3399         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
3400         cpp_macro_definition): Similarly.
3401         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
3403 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3405         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
3406         operands[1] is constant, calculate the sum and generate movdi.
3407         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
3408         (subsi3): Use SImode in call to arith_4096_operand.
3410 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3412         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
3413         adjust %o1, not %o0 if the return type is large structure.
3415 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3417         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
3418         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
3420 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
3422         * expmed.c (expand_divmod): For signed divide by 2, prefer
3423         a branch and fewer shifts if branches are very cheap.
3425 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3427         * Makefile.in: Remove all targets related to building
3428         distributions and diffs, or INSTALL.
3429         * INSTALL, install1.texi: Remove.
3430         * configure.in: Remove mention of distdir.
3431         * configure: Regenerate.
3432         * objc/Make-lang.in: Remove mention of distdir.
3434 2000-11-04  Neil Booth  <neilb@earthling.net>
3436         * cpp.texi: Update for _Pragma.
3438 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3440         * gcc.texi (Contributing): Update URL for projects web page.
3442 2000-11-04  Neil Booth  <neilb@earthling.net>
3444         * cpplex.c (parse_string): Don't allow multiline strings in
3445         #include family directives.
3447 2000-11-04  Neil Booth  <neilb@earthling.net>
3449         * cpplib.c (do_line): Only warn pedantically if not reading
3450         preprocessed input.
3452 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
3454         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
3455         RETURN_POPS_ARGS().
3457 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
3459         * builtins.c (expand_builtin_strlen): Remove unused mode
3460         argument.
3461         * gcc.c (process_command): Remove unused variable.
3462         * fold-const.c: Include expr.h.
3463         * recog.c: Include reload.h.
3464         * Makefile.in (recog.o, fold-const.o): Update deps.
3466 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
3468         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
3470 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
3472         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
3473         handling.
3474         (STARTFILE_SPEC): Likewise.
3475         (LINK_SPEC): Likewise.
3477 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3479         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
3480         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
3481         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
3483 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3485         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
3486         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
3487         perm_calloc, get_identifier, maybe_get_identifier,
3488         real_value_from_int_cst, simple_cst_equal), varasm.c
3489         (assemble_name, assemble_real, immed_real_const_1,
3490         compare_constant_1, decode_rtx_const, output_constant_pool): Use
3491         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
3492         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
3493         bzero ().
3495 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
3497         * cppfiles.c (open_file): If already read, then don't reopen.
3498         Immediately close an empty file.
3500 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
3502         * expr.h (fold_builtin): Move declaration...
3503         * tree.h (fold_builtin): ... here.
3505 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
3507         * flow.c (verify_local_live_at_start): Allow hard regs to die.
3509 2000-11-02  Neil Booth  <neilb@earthling.net>
3511 config:
3512         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
3513         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
3514         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
3515         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
3516         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
3517         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
3518         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
3519         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
3520         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
3521         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
3522         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
3523         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
3524         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
3525         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
3526         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
3527         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
3528         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
3529         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
3530         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
3531         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
3532         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
3533         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
3534         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
3535         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
3536         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
3537         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
3538         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
3539         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
3540         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
3541         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
3542         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
3543         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
3544         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
3545         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
3546         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
3547         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
3548         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
3549         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
3550         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
3551         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
3552         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
3553         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
3554         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
3555         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
3556         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
3557         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
3558         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
3559         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
3560         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
3561         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
3562         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
3563         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
3564         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
3565         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
3566         vax/vaxv.h, vax/vms.h, we32k/we32k.h
3568         Replace -A() with -A=, the new assertion syntax.
3570 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
3572         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
3573         elim_i1.
3574         In REG_DEAD handling: When handling parts of multi-hard-reg hard
3575         registers, increment the loop counter by the size of the parts;
3576         use recursion to handle individual parts.
3578 2000-11-02  Neil Booth  <neilb@earthling.net>
3580         * configure.in: Make integrated CPP the default.
3581         * configure: Regenerate.
3583 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
3585         * reload.c (find_equiv_reg): Test all hard registers for membership
3586         in the requested class.
3588 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3590         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
3591         process_command, main), gcov.c (open_files, output_data), tlink.c
3592         (frob_extension, scan_linker_output), toplev.c
3593         (file_name_nondirectory): Use strchr () and strrchr () instead of
3594         index () and rindex ().
3596 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3598         * c-common.c (get_flag_spec, check_format_info_main,
3599         check_format_types): Use strchr () instead of index ().  Compare
3600         against error_mark_node instead of comparing the TREE_CODE against
3601         ERROR_MARK.
3603 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
3605         Integrated CPP.
3607         * c-lex.c (init_c_lex): Update cpp_start_read call.
3608         (cb_ident): Update for new callback prototype.
3609         (cb_def_pragma): Update for new cpp_get_token prototype.
3610         (c_lex): Similarly.  Use cpp_get_line.
3612         * c-parse.in (finish_parse): Update for new cpp_finish
3613         prototype.
3615         * cp/lex.c (finish_parse): Similarly.
3617 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
3619         * machmode.def: Add V16QImode.
3621 2000-11-01  Richard Henderson  <rth@redhat.com>
3623         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
3624         from rtl_for_decl_location.
3625         (add_location_or_const_value_attribute): Likewise.
3627 2000-11-01  Neil Booth  <neilb@earthling.net>
3629         * cpplib.c (run_directive): Use correct line number for output
3630         of _Pragma.  Remember any in-progress directive.
3632         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
3634 2000-11-01  Richard Henderson  <rth@redhat.com>
3636         * stmt.c (expand_start_null_loop): Set continue_label.
3638 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
3640         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
3641         (expand_builtin_constant_p): Move parts of the code into
3642         fold_builtin_constant_p.
3643         (expand_builtin_strlen): Move parts of the code into fold_builtin.
3644         * expr.h (fold_builtin): Declare.
3645         * fold-const.c (fold): Handle builtin calls.
3647         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
3649 2000-11-01  Richard Henderson  <rth@redhat.com>
3651         * stmt.c (expand_start_null_loop): New.
3652         (expand_end_null_loop): New.
3653         * c-semantics.c (genrtl_do_stmt): Use them.
3654         * tree.h: Declare them.
3656 2000-11-01  Richard Henderson  <rth@redhat.com>
3658         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
3660 2000-11-01  Neil Booth  <neilb@earthling.net>
3662         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
3663         * cp/spew.c: Similarly.
3664         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
3665         * cppmacro.c (stringify_arg): Similarly.
3666         * cpplib.h (CPP_BACKSLASH): Delete.
3668 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3670         * builtins.c (expand_builtin_strstr): New function.
3671         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
3673         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
3675         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
3676         and builtin strchr.
3678 2000-10-31  Richard Henderson  <rth@redhat.com>
3680         * config/i386/i386.c (fcmov_comparison_operator): Check for
3681         CCFPmode or CCFPUmode instead of CCmode.
3682         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
3683         unordered operations as well.
3685 2000-10-31  Richard Henderson  <rth@redhat.com>
3687         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
3688         of integer_zero_node.
3690 2000-10-31  Richard Henderson  <rth@redhat.com>
3692         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
3694 2000-10-31  Nick Clifton  <nickc@redhat.com>
3696         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
3697         -fdata-sections to override the section attribute of a DECL.
3699 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
3701         * libgcc2.c (__shtab): Remove __shtab variable.
3702         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
3703         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
3704         members.
3706 2000-10-31  Jim Wilson  <wilson@redhat.com>
3708         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
3709         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
3710         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
3711         instead of ASM_OUTPUT_INTERNAL_LABEL.
3712         (dwarf2out_end_block, dwarf2out_label): Likewise.
3713         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
3714         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
3716 2000-10-31  Richard Henderson  <rth@redhat.com>
3718         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
3719         (size_of_locs): Set it.
3720         (output_loc_operands): Use it to compute branch displacement.
3721         (int_loc_descriptor): New.
3722         (mem_loc_descriptor): Dereference memory in the proper size.
3723         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
3724         (loc_descriptor_from_tree): New.
3725         (rtl_for_decl_location): Break out from ...
3726         (add_location_or_const_value_attribute): ... here.
3727         (add_bound_info): Use loc_descriptor_from_tree.
3729 2000-10-31  Neil Booth  <neilb@earthling.net>
3731         * cpp.texi: Update for new command line assertion syntax.
3732         * cpplib.c (cpp_define): Simplify a bit.
3733         (cpp_assert, cpp_unassert): Use handle_assertion.
3734         (handle_assertion): New function; accept new command line
3735         syntax with '='.
3736         * testsuite/gcc.dg/cpp/assert3.c: New tests.
3738 2000-10-31  Neil Booth  <neilb@earthling.net>
3740         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
3741         undefined.  Remove #ifdef check.
3742         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
3743         Define STDC_0_IN_SYSTEM_HEADERS to 1.
3745 2000-10-31  Jan Hubicka  <jh@suse.cz>
3746             Jakub Jelinek  <jakub@redhat.com>
3748         * config/i386/i386.h: Clarify CCNOmode description in comment.
3749         (EXTRA_CC_MODES): Remove CCRCmode.
3750         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
3751         (put_condition_code, ix86_match_ccmode): Likewise.
3752         (ix86_cc_mode): Likewise.  Fix comment.
3753         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
3754         * config/i386/i386.md: Add unspec 12 description.
3755         (adddi3 split): Use unspec 12 instead of CCRCmode.
3756         (addsi3_carry_rc): Remove.
3757         (addsi3_cc, addqi3_cc): New patterns.
3758         (addsi_3): Swap operands, match CCZmode.
3759         (addsi_4): Rewritten.
3760         (addsi_5): Renamed from addsi_6.
3761         (addsi_6): Removed.
3762         (addhi_3): Swap operands, match CCZmode.
3763         (addhi_4): Rewritten.
3764         (addhi_5): Renamed from addhi_6.
3765         (addhi_6): Removed.
3766         (addqi_3): Swap operands, match CCZmode.
3767         (addqi_4): Rewritten.
3768         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
3769         (subsi3_carry_rc): Removed.
3770         (iorqi_3): Use =q constraint for clobber.
3771         (xorqi_cc_2): Likewise.
3772         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
3773         (x86_movsicc_0_m1_rc): Removed.
3774         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
3776 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3778         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
3779         and decrement of complex types.
3781 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3783         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
3784         builtin fputs, ensure we still evaluate the stream in case it
3785         has side-effects.
3787 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
3789         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
3790         to expand_shift.
3792 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
3794         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
3795         (fp_extended_operand, emit_fpscr_use): Likewise.
3796         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
3797         (fpul_operand): New function.
3798         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
3799         fp_extended_operand.  Add fpul_operand.
3800         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
3801         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
3802         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
3803         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
3804         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
3805         (divdf3_i): Likewise.
3806         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
3807         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
3808         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
3809         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
3810         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
3812 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
3814         * config/i386/i386.c (ix86_init_builtins): Correct return type
3815         building v4hi_ftype_v4hi_int_int tree node.
3816         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
3817         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
3819         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
3820         for operand 1.
3821         (mmx__uavgv8qi3): Correct insn mnemonic.
3822         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
3823         (mmx_punpckhwd): Correct insn mnemonic.
3824         (mmx_punpckhdq): Likewise.
3825         (mmx_punpcklwd): Likewise.
3826         (mmx_punpckldq): Likewise.
3827         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
3828         Renumber case labels to match the _mm_prefetch constants defined in
3829         xmmintrin.h.
3831         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
3832         if the splitter didn't emit new insns.
3833         Make sure we call cleanup_subreg_operands even when splitting the last
3834         insn in a basic block.
3836         * invoke.texi (Debugging Options): Describe -do.
3837         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
3838         (dump_file): Likewise.
3839         (rest_of_compilation): Split .greg dump into .greg and .postreload.
3841 2000-10-30  Neil Booth  <neilb@earthling.net>
3843         * cppfiles.c (stack_include_file): Check for stacked contexts
3844         here.
3845         * cpphash.h (_cpp_do__Pragma): New prototype.
3846         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
3848         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
3849         escaped newlines if !(buffer->from_stage3).
3850         (_cpp_lex_token): Warn about missing newlines iff
3851         !buffer->from_stage3.
3853         * cpplib.c (get__Pragma_string, destringize,
3854         _cpp_do__Pragma): New functions.
3855         (run_directive): Set output_line for _Pragma to avoid line
3856         markers in output.  Set from_stage3 and prevent macro expansion
3857         for _Pragma and command-line options.  Check buffer exhaustion.
3858         (cpp_push_buffer): Don't check for stacked macro contexts, as
3859         this is perfectly legitimate for _Pragma.  Move the check to
3860         stack_include_file instead. Set from_stage3 iff buffer is
3861         preprocessed input.
3863         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
3864         unsigned. New boolean from_stage3.
3865         (struct spec_nodes): Add n__Pragma.
3867         * cppmacro.c (enter_macro_context): Flip sense of return value.
3868         (_cpp_get_token): Handle _Pragma operator.
3870 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
3872         * gcc.texi:  The C++ standard isn't "draft" anymore.
3874 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
3876         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
3878 2000-10-29  Neil Booth  <neilb@earthling.net>
3880         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
3882 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3884         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
3885         fixinc/inclhack.def: Change comments mentioning C9X to refer to
3886         C99 instead.
3888         * invoke.texi: Document that -V will only work for very similar
3889         versions of driver and compiler.
3891 2000-10-29  Neil Booth  <neilb@earthling.net>
3893         * cppmacro.c (_cpp_create_definition): Optimize the case of
3894         a macro defined to itself.
3896 2000-10-29  Neil Booth  <neilb@earthling.net>
3898         * cpplex.c (save_comment): Don't store new lines in C++ comments.
3900 2000-10-29  Michael Hayes  <mhayes@redhat.com>
3902         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
3904 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
3906         * cpphash.c (cpp_forall_identifiers): Add context variable
3907         for callback routine.
3908         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
3909         change.
3910         (main): Call cpp_forall_identifiers with null context.
3911         * cpplib.h (cpp_forall_identifiers): Update prototype.
3913         * cppmain.c: Make `parse_in' and `print' static.
3915 2000-10-28  Alan Modra <alan@linuxcare.com.au>
3917         * c-decl.c (finish_function): Clear c_function_name_declared_p.
3919 2000-10-28  Richard Henderson  <rth@redhat.com>
3921         * regrename.c (scan_rtx_address): Frob action, not class,
3922         when trying to disable optimization.
3924 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
3926         * c-semantics.c (make_rtl_for_local_static): Don't clobber
3927         DECL_ASSEMBLER_NAME.
3929 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
3931         * configure.in: Determine and substitute gcc_version_full.
3932         * configure: Regenerate.
3933         * gccbug.in: Use it to give full version.  Don't allow
3934         confidential PRs.
3936 2000-10-28  Richard Henderson  <rth@redhat.com>
3938         * recog.c (split_all_insns): Run cleanup_subreg_operands
3939         after reload.
3941         * regrename.c (regrename_optimize): Verify that all registers of
3942         a multiple register mode are available.
3943         (scan_rtx_address): Accept the mode of the address; all callers
3944         changed.
3946         * cpplib.c (run_directive): Fix prototype.
3948 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
3950         * reload.c (find_reloads): Distinguish "wins" so that we know whether
3951         a given operand won because of a matching constraint or not; then use
3952         that information to compute goal_alternative_matched properly.
3953         * reload1.c (choose_reload_regs): Never set reload_override_in for an
3954         optional reload.
3956         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
3957         accurate value for MULT.
3958         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
3959         2% or > 98% before using static branch prediction bits.
3961 2000-10-28  Neil Booth  <neilb@earthling.net>
3963         New macro expander.
3965         * cpplib.c (struct answer): New.
3966         (struct if_stack): Use cpp_lexer_pos rather than line and col.
3967         Rename cmacro mi_cmacro.
3968         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
3969         IN_I): New directive and flags.
3970         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
3971         parse_answer, parse_assertion, find_answer): New functions.
3972         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
3973         (lex_macro_node): New function to replace parse_ifdef and
3974         get_define_node.
3976         (_cpp_handle_directive): New function, combines _cpp_check_directive
3977         and _cpp_check_linemarker.
3979         (do_define, do_undef, parse_include, do_include, do_import,
3980         do_include_next, read_line_number, do_line, do_ident, do_pragma,
3981         do_pragma_once, do_pragma_poison, do_pragma_dependency):
3982         Update for new token getting interface.
3984         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
3985         : Update for new multiple-include optimisation technique.
3986         (do_elif): Don't forget to invalidate controlling macros.
3988         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
3989         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
3990         Functions to handle assertions with the new token interface.
3991         (do_assert, do_unassert): Use them.
3993         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
3994         Use run_directive.
3996         (_cpp_init_stacks): Register directive names.  Don't register special
3997         nodes.
3999         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
4000         new position recording regime.
4001         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
4002         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
4003         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
4004         (cpp_type2name): Move to cpplex.c.
4006         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
4007         (parse_defined): Update to handle new multiple include optimisation
4008         method.  Remove poisoned identifier warning.
4009         (parse_assertion, TYPE_NAME): Delete.
4010         (lex): Update for multiple include optimisation, removal of
4011         CPP_DEFINED, to use _cpp_test_assertion for assertions and
4012         cpp_token_as_text.
4013         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
4014         (op_as_text): New function, to wrap cpp_token_as_text.
4016         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
4017         Update for MI optimisation.
4018         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
4019         segfault on diagnostic.
4020         (_cpp_compare_file_date): Take a token rather than 3 args.
4021         (cpp_read_file): Work correctly for zero-length files.
4023         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
4024         _cpp_init_hashtable and _cpp_cleanup_hashtable.
4025         (cpp_lookup): Place identifiers at front of identifier pool
4026         for _cpp_lookup_with_hash.
4027         (_cpp_lookup_with_hash): Require identifiers to be at the front of
4028         the identifier pool.  Commit the memory if not already in the
4029         hash table.
4031         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
4032         Initialise various members of cpp_reader, memory pools, and the
4033         special nodes.
4034         (cpp_printer_init): Delete.
4035         (cpp_cleanup): Update.
4036         (struct builtin, builtin_array, initialize_builtins): Update for new
4037         hashnode definition and builtin handling.
4038         (cpp_start_read, cpp_finish): Don't take or initialise a
4039         printer.  Update.
4041         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
4042         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
4043         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
4044         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
4045         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
4046         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
4047         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
4048         struct toklist, struct cpp_context, struct specnodes,
4049         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
4050         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
4051         enum builtin_type, cpp_can_paste): New.
4052         (struct cpp_token): Delete line and col members.
4053         (struct cpp_buffer): New member output_lineno.
4054         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
4055         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
4056         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
4057         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
4058         base_context, context, directive, mi_state, mi_if_not_defined,
4059         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
4060         mlstring_pos, macro_buffer, macro_buffer_len.
4061         Delete members mls_line, mls_column, token_list, potential_control_macro,
4062         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
4063         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
4064         save_parameter_spellings, need_newline, .
4065         Change type of date, time and spec_nodes members.
4066         Change prototypes for include and ident callbacks.
4067         (struct cpp_hashnode): Change type of name.  Remove union members
4068         expansion and code.  Add members macro, operator and builtin.
4070         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
4071         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
4072         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
4073         cpp_stop_lookahead): New prototypes.
4074         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
4076         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
4077         Move from cpphash.h.
4079         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
4080         ufputs): Move to cpplib.h.
4081         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
4082         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
4083         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
4084         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
4085         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
4086         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
4087         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
4088         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
4089         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
4090         _cpp_parse_assertion, _cpp_find_answer): Delete.
4091         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
4092         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
4093         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
4094         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
4095         _cpp_handle_directive, DSC): New.
4096         (struct include_file): New member defined.
4098         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
4099         _cpp_compare_file_date): Update.
4100         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
4101         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
4102         _cpp_cleanup_hashtable.
4104         * Makefile.in: Remove cppoutput.c.
4106         * cppoutput.c: Delete
4108         * fixheader.c (read_scan_file): Update for new cpp_get_token
4109         prototype.
4110         (recognized_function): New argument LINE.
4112         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
4113         new cpp_get_token prototype.
4115         * scan.h (recognized_function): Update prototype.
4117         * po/POTFILES.in: Remove cppoutput.c.
4119 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
4121         * c-typeck.c (check_init_type_bitfields): Remove.
4122         (constructor_incremental): Likewise.
4123         (struct constructor_stack): Remove incremental bit.
4124         (struct initializer_stack): Likewise.
4125         (start_init): Don't play with constructor_incremental.
4126         (finish_init): Likewise.
4127         (really_start_incremental_init): Likewise.
4128         (push_init_level): Likewise.
4129         (pop_init_level): Likewise.
4130         (output_init_level): Likewise.
4131         (output_pending_init_elements): Likewise.
4133 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
4135         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
4136         Improve error messages.  Correct parsing of
4137         #pragma pack(pop [,id]).  Do not check the user-supplied
4138         alignment if we're popping.
4140         * gcc.dg/pack-test-1.c: New test case.
4141         * gcc.dg/pack-test-2.c: New test case.
4142         * gcc.dg/pack-test-1.h: New file.
4144 2000-10-27  Neil Booth  <neilb@earthling.net>
4146         * cpp.texi: Update.
4148 2000-10-27  Kelley Cook <kelley.cook@home.com>
4150         * invoke.texi: Document -mintel-syntax
4152 2000-10-27  Richard Henderson  <rth@redhat.com>
4154         * invoke.texi: Document -frename-registers.  Add it to -O3.
4155         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
4156         (enum dump_file_index, dump_file): Update order.
4157         (main): Set flag_rename_registers at -O3.
4159 2000-10-27  Richard Henderson  <rth@redhat.com>
4161         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
4162         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
4163         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
4164         * config/alpha/alpha.md (call_osf_1): Use it.
4165         (call_value_osf_1): Likewise.
4167         * config/ia64/ia64.c: Revert 10-23 patch.
4168         (ia64_hard_regno_rename_ok): New.
4169         * config/ia64/ia64-protos.h: Declare it.
4170         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
4172 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
4173             Richard Henderson  <rth@redhat.com>
4175         * regrename.c: Rewrite to handle multi-register modes and
4176         cond_exec instructions.
4177         * Makefile.in (regrename.o): Update dependancies.
4178         * recog.h (struct operand_alternative): Add is_address.
4179         * recog.c (preprocess_constraints) [case 'p']: Set it.
4181 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
4183         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
4184         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
4185         top level.  Kill oldstyle_subdirs.  Do not include
4186         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
4187         $outputs.  Do not run configure.lang from config.status.
4188         Rearrange warning-flag logic to correspond to what the
4189         makefile wants.  Put special vax stage1 options in
4190         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
4191         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
4192         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
4193         switch is given, nothing otherwise.
4194         * configure.lang: Delete.
4196         * Makefile.in: Expunge all traces of extra_c_objs,
4197         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
4198         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
4199         warning options via a three level scheme so that -pedantic and
4200         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
4201         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
4202         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
4203         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
4204         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
4205         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
4206         generation rules.  Wrap all rules that change the current
4207         directory in parentheses; pmake doesn't spawn a new shell for
4208         each command.  Expunge all references to $(P).  When one
4209         command depends on another and they're run all at once, use &&
4210         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
4211         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
4212         and beyond.
4214         * objc/Make-lang.in: Wrap all rules that change the current
4215         directory in parentheses.  Expunge all references to $(P).
4216         When one command depends on another and they're run all at
4217         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
4218         all object-file generation rules.  Delete obsolete variables.
4219         * objc/Makefile.in: Delete.
4221 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
4223         * calls.c (expand_call): If sibcall_failure is set during pass 1,
4224         clear tail_call_insns as well.
4226 2000-10-27  Nick Clifton  <nickc@redhat.com>
4228         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
4229         prototype.
4231 2000-10-26  Richard Henderson  <rth@redhat.com>
4233         * calls.c (expand_call): Supress sibcall if we have a
4234         BLKmode return in registers.
4236 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
4238         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
4239         into memory.
4241 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
4243         * tree.c (make_node, case 't'): Set alignment to that of
4244         char_type_node.
4245         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
4247 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4249         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
4250         * configure.in (enable-libstdcxx-v3): Arrange to have
4251         HAVE_LIBSTDCXX_V3 substituted into the output files.
4253 2000-10-25  Richard Henderson  <rth@redhat.com>
4255         * recog.c (constrain_operands): Initialize which_alternative
4256         before no alternatives early exit.
4258         * cse.c (find_comparison_args): Check that we can reverse a
4259         comparison if needed before accepting the substitution.
4261         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
4263         * simplify-rtx.c (simplify_relational_operation): Sign extend
4264         low words before sign extending to high words.
4266 2000-10-25  Nick Clifton  <nickc@redhat.com>
4268         * config/mcore/mcore.c: Include config.h before system.h.
4270 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
4272         * config/mcore/mcore.md (return): Force function epilogue to
4273         always be generated to work around epilogue suppression bug in
4274         M*Core backend.
4276 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4278         * c-decl.c (grokdeclarator): Move warning for qualified void
4279         return types with -pedantic to when the function type is
4280         constructed.  At -W, warn in general for qualified function return
4281         types, except for volatile void.
4282         * invoke.texi: Document this new warning at -W.
4284 2000-10-25  Neil Booth  <neilb@earthling.net>
4286         * cpp.texi: Update with implementation-defined behavior and
4287         internal limits.
4289 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
4291         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
4292         incomplete type force it into alias set 0.
4294 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
4296         * alias.c: Include basic-block.h.
4297         (loop_p): New function.
4298         (mark_constant_function): Use it.
4299         * Makefile.in (alias.o): Update dependencies.
4301 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
4303         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
4304         like memory.
4306 2000-10-24  Jim Wilson  <wilson@cygnus.com>
4308         * expmed.c (store_bit_field): Move integer pun code down after
4309         code that calls emit_move_insn for entire register move.
4310         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
4311         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
4313 2000-10-24  Richard Henderson  <rth@cygnus.com>
4315         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
4316         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
4318 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
4320         * gcse.c (cprop_insn): do not propagate constants into jump_insn
4321         for machines with CC0 more than once.
4323 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
4325         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
4326         pseudos just like memory.
4328 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
4330         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
4331         when deleting libcall sequence collapsed to a single instruction.
4333 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
4335         * expr.c (do_store_flag): Don't crash if either side of a
4336         comparison is error_mark_node.
4338 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
4340         * sibcall.c (purge_mem_unchanging_flag): New function.
4341         (optimize_sibling_and_tail_recursive_calls): Call it.
4343 2000-10-24  Philipp Thomas  <pthomas@suse.de>
4345         * Makefile.in (check-po): New target for doing checks in the po
4346         subdir if all languages configured.
4347         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
4348         configure if NLS is enabled.
4349         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
4350         otherwise leave empty.
4351         * configure: Regenerate.
4353 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4355         * i386.c (print_operand): Handle new 'A' formatting code.
4356         387 opcodes need suffixes even with -mintel-syntax.
4357         Check for explicit size override (codes 'b', 'w' and 'k').
4358         (print_operand_address): Check if register prefix is needed when
4359         emitting `ds' segment override.
4360         * i386.h: Add comment about new 'A' formatting code.
4361         * i386.md (jump and call patterns): Emit absolute references using %A.
4363 2000-10-23  Richard Henderson  <rth@cygnus.com>
4365         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
4366         output registers as fixed.
4367         (ia64_function_epilogue): Undo output fixation.
4369 2000-10-23  Richard Henderson  <rth@cygnus.com>
4371         * config/alpha/alpha.md: Add names for all unnamed insns; use
4372         define_insn_and_split in some obvious places.
4373         (lda): Remove.
4374         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
4375         (zero_extendqisi2, zero_extendqidi2): Likewise.
4376         (zero_extendhisi2, zero_extendhidi2): Likewise.
4377         (abs splitters): Fix match_scratch operand number.
4378         (bcc_reverse): Swap pc & label instead of non-canonical compare.
4380 2000-10-23  Jim Wilson  <wilson@cygnus.com>
4382         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
4383         CONST_INT.
4384         * ia64.md (cmpsi_adjusted): Use %r3.
4385         (cmpdi_adjusted): Likewise.
4387 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4389         * config/i386/att.h (ASM_FILE_START): Define.
4391 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4393         * config/i386/linux.h (ASM_FILE_START): Define.
4395 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
4397         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
4398         since this (only) drags in a crt0.o reference that the .ld files
4399         also introduce.
4401 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
4403         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
4404         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
4405         reloads just like an RELOAD_FOR_OUTPUT would.
4407         * local-alloc.c (update_equiv_regs): Add an abort().  When
4408         deleting or moving insns, update reg_equiv[regno].init_insns.
4410 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
4412         * c-tree.texi: Improve documentation for IF_STMTs and related
4413         conditional statements.
4415 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
4417         * expr.c (do_preexpand_calls): Remove.
4418         (same_from_p): Don't use CALL_EXPR_RTL.
4419         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
4420         (preexpand_calls): Remove.
4421         * tree.c (first_rtl_op): Remove CALL_EXPR case.
4422         (unsave_expr_1): Likewise.
4423         * tree.def (CALL_EXPR): Give it only two slots.
4424         * tree.h (CALL_EXPR_RTL): Remove.
4426 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
4428         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
4429         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
4430         New functions.
4432 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
4434         * calls.c (combine_pending_stack_adjustment_and_call): Don't
4435         adjust stack when unadjusted_alignment ends up as zero.
4437 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4439         * fixinc/genfixes: Remove EGCS reference.
4440         * install.texi: Remove EGCS reference.
4441         * INSTALL: Regenerate.
4443 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
4445         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
4447 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4449         * diagnostic.c: Remove EGCS reference in comment.
4451 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4453         * loop.c (strength_reduce): Fix error in last change.
4455 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
4457         * Makefile.in (SHLIB_NM_FLAGS): New.
4458         (libgcc.mk): Pass it.
4459         * mklibgcc.in (libgcc.map): Use it.
4461         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
4462         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
4464 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4466         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
4468         * sparc.c (load_pic_register): Delete unused varaible.
4470         * libgcc2.c (__addvsi3): Delete unused variable.
4472         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
4473         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
4474         __negvdi2): Prototype.
4476         * ssa.c (apply_delayed_renames): Avoid undefined operation.
4478         * toplev.c (display_target_options): Make static to match
4479         prototype.  Delete empty declaration.
4481 2000-10-20  Tom Tromey  <tromey@cygnus.com>
4483         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
4484         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
4486 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4488         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
4489         returned MEM.
4490         (expand_expr_unaligned, case ARRAY_REF): Check that index is
4491         a constant before comparing it; use tree_low_cst.
4492         * tree.c (save_expr): Set TREE_READONLY.
4493         (substitute_expr): Return inside of NON_LVALUE_EXPR.
4494         (build, build1): Set TREE_READONLY if all operands are.
4495         (build_index_type): If upper bound is a negative number, lower
4496         bound is zero and sizetype is unsigned, use upper bound of one and
4497         lower of zero.
4499 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
4501         * gcc.c (process_command, main): Use "because" instead of
4502         "since" in error messages.
4504 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4506         * stor-layout.c (compute_record_mode): Use tree_low_cst.
4507         Don't use mode of field for record unless sizes are the same.
4508         (layout_type, case ARRAY_TYPE): Remove special bounds handling
4509         previously added for Ada; also change to using host_integerp
4510         and tree_low_cst.
4512         * loop.c (strength_reduce): Show when new register made for
4513         giv is known to be a pointer and its aligment if so and known.
4514         (loop_dump_aux): Show VERBOSE parameter unused.
4516         * gcse.c (set_hash_table_size): Now unsigned.
4517         * sdbout.c (template_name_p): Add "const" to avoid warnings.
4518         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
4519         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
4520         (sdbout_end_epilogue): Remove variable NAME.
4521         * system.h (getopt): Add default definition.
4522         * config/alpha/alpha.c (print_operand): Don't continue processing
4523         after issuing error.
4524         (summarize_insn): Avoid use of UL in constant.
4526         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
4528         * fold-const.c (force_fit_type): Unsigned values can overflow
4529         if they are sizetype.
4530         (int_const_binop): Don't use cache if overflows.
4532 2000-10-20  Richard Henderson  <rth@cygnus.com>
4534         * function.c (locate_and_pad_parm): Zero alignment_pad.
4536         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
4537         perform substitutions, and apply_change_group to see if it worked.
4539 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4541         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
4543         * combine.c (struct undo): Change int to unsigned int.
4544         (do_SUBST_INT): Args are unsigned int.
4545         (make_extraction, force_to_mode): Use proper type when forming mask.
4546         (make_field_assignment): Likewise.
4548 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4550         * c-common.c (check_format_info_recurse): Extract string constant
4551         initializers from non-volatile constant arrays and check them as
4552         formats.
4553         * c-typeck.c (decl_constant_value): Don't check pedantic or check
4554         for DECL_MODE (decl) != BLKmode.
4555         (decl_constant_value_for_broken_optimization): New function which
4556         includes these checks.
4557         (default_conversion, convert_for_assignment, digest_init): Use
4558         decl_constant_value_for_broken_optimization instead of
4559         decl_constant_value.
4561 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
4563         * tree.h (DECL_ALIGN_UNIT): New macro.
4565 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
4567         * config/avr/avr-protos.h (avr_output_bld): New.
4568         (out_shift_with_cnt): Add t_len argument.
4569         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
4570         (output_movqi, output_movhi, output_movsisf): Optimize loading
4571         any constant with exactly one bit set to NO_LD_REGS.
4572         (out_shift_with_cnt): Optimize output code for size or speed,
4573         depending on optimize_size.  Handle small shift counts as well
4574         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
4575         with or without a scratch register, with help of __tmp_reg__
4576         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
4577         length of TEMPLATE in words, return total insn length in *LEN.
4578         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
4579         out_shift_with_cnt to work with the above change.
4580         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
4581         lshrsi3_out): Likewise.  Optimize more known shift count cases.
4582         Remove cases already well optimized in out_shift_with_cnt.
4583         (avr_output_bld): New function.
4584         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
4585         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
4586         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
4587         Add reload_completed to insn condition - only for peepholes.
4588         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
4589         in a register or memory.
4590         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
4591         Do not require a scratch register.
4592         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
4593         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
4594         Optimize shifts by known count using a scratch register, but only
4595         if one is still available after register allocation.
4597 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4599         * t-vax: New file.  Don't build modules from libgcc1.c.
4601 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
4603         * alias.c: (mark_constant_function): Don't check pure functions.
4604         Initialize and end alias analysis.
4605         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
4606         Don't make a special exception for recursion.  Handle
4607         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
4608         unless it's volatile.
4610         * local-alloc.c (equivalence): New structure.
4611         (reg_equiv): Define.
4612         (contains_replace_regs): Remove array and use
4613         field in reg_equiv.
4614         (memref_referenced_p): Likewise.
4615         (no_equiv): Likewise.
4616         (update_equiv_regs): Likewise.
4618         (equiv_init_varies_p,
4619         equiv_init_movable_p): New functions.
4620         (update_equiv_regs): Use them.  Use rtx_varies_p
4621         instead of function_invariant_p.  Process insns
4622         from end to beginning.  Allow a REG_EQUIV insn
4623         within the same loop as a use to be moved, also
4624         allow it to be moved out of a loop.  Update
4625         REG_DEAD notes when substituting into an insn.
4627 2000-10-19  Jim Wilson  <wilson@cygnus.com>
4629         * c-decl.c (start_decl): Check for error_mark_node type before using
4630         COMPLETE_TYPE_P.
4631         (finish_decl): Likewise.  Don't give an error if decl type is
4632         already error_mark_node.
4634         * haifa-sched.c (compute_trg_info): Add explanatory comments.
4635         New local update_blocks.  Use update_blocks to remove duplicates
4636         when computing update blocks.  Check for bblst_table overflow.
4637         (schedule_block): Add explanatory comment.  Reduce bblst_size by
4638         factor of 2.
4639         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
4640         notes.
4642 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4644         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
4646 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4648         * expmed.c: Minor corrections in comments.
4649         * invoke.texi: Added desciption for the new option -ftrapv.
4651 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4653         * libgcc2.c: Added the missing #endif.
4655 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4657         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
4659 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
4661         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
4662         Use smulv_optab for -ftrapv.
4663         (expand_mult_highpart): Use unsigned multiply.
4664         (expand_divmod): Special-case division by -1.
4665         For EXACT_DIV_EXPR, do right shift first, then the multiply.
4666         For complex divide, use abs with unsigned result.
4667         * expr.c (force_operand): Use unsigned multiply.
4668         (expand_expr): Use overflow-trapping optabs for signed types if
4669         flag_trapv.
4670         If flag_trapv, don't generate a recursive call with EXPAND_SUM
4671         if the type is signed and the original call wasn't EXPAND_SUM or
4672         EXPAND_INITIALIZER.
4673         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
4674         (negv_optab, absv_optab): Declare.
4675         * flags.h (flag_trapv): Declare.
4676         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
4677         smulv_optab, sdivv_optab, negv_optab and absv_optab.
4678         (gen_insn): Interpret '$P' as requiring an integer mode,
4679         including partial integer modes.
4680         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
4681         (product_cheap_p): Use unsigned expand_mult.
4682         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
4683         (negv_optab, absv_optab): Define.
4684         (expand_binop): Use overflow-trapping optabs for signed types if
4685         flag_trapv.
4686         Handle negv_optab libe neg_optab.
4687         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
4688         Use overflow-trapping optabs for signed result if flag_trapv.
4689         (expand_complex_abs): Use overflow-trapping optabs for signed types if
4690         flag_trapv.
4691         Don't open-code complex absolute-value operation for flag_trapv.
4692         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
4693         sdivv_optab, negv_optab and absv_optab.
4694         * toplev.c (flag_trapv): Define.
4695         (lang_independent_options f_options): Include flag_trapv.
4696         * tree.h (TYPE_TRAP_SIGNED): Define.
4697         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
4698         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
4699         New functions.
4700         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
4701         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
4703 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
4704             David V. Henkel-Wallace  <gumby@cygnus.com>
4706         * config/i386/t-netware: Bring in from the Red Hat tree.
4707         * config/i386/netware.h: Likewise.
4708         * config/netware.h: Likewise.
4709         * config/rs6000/netware.h: Delete.
4710         * configure.in: Add i[34567]86-*-netware.
4711         * configure: Hand-edit to match configure.in change.
4713 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
4715         * c-common.h (flag_no_builtin): Declare.
4716         (flag_no_nonansi_builtin): Likewise.
4717         (c_common_nodes_and_builtins): Change prototype.
4718         * c-common.c (flag_no_builtin): New variable.
4719         (flag_no_nonansi_builtin): Likewise.
4720         (c_common_nodes_and_builtins): Remove parameters.  Adjust
4721         accordingly.
4722         * c-decl.c (flag_no_builtin): Remove.
4723         (flag_no_nonansi_builtin): Likewise.
4724         (init_decl_processing): Adjust call to
4725         c_common_nodes_and_builtins.
4727 2000-10-18  Marc Espie <espie@openbsd.org>
4729         * tm.texi (LIBGCC_SPEC): Synch with reality.
4731 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4733         * c-common.c (check_format_types): Check for writing through a
4734         NULL pointer argument.
4736 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
4738         * tm.texi (Exception Region Output): Document
4739         DWARF_CIE_DATA_ALIGNMENT.
4740         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
4741         #ifndef.
4742         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
4743         DWARF_CIE_DATA_ALIGNMENT.
4745 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
4747         * basic-block.h (struct loop): Delete fields pre_header_root
4748         and pre_header_trace and replace with pre_header_edges
4749         and num_pre_header_edges.
4750         * flow.c (flow_loop_dump): Dump pre_header_edges.
4751         (flow_loops_free): Free pre_header_edges.
4752         (flow_loop_pre_header_scan): Calculate pre_header_edges.
4754 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4756         * contrib.texi: Update references to steering committee members
4757         and Jeff Law's entry.
4759 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4761         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
4762         (maybe_read_dollar_number, check_format_info_main): Use them for
4763         pedantic warning messages.
4765 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4767         * c-common.c (check_format_info_main): Minor cleanup: move
4768         variables into inner scopes; initialize declarations where
4769         appropriate; don't hardcode "scanf" name on warning for zero
4770         width.
4772 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
4774         * c-common.c (back_end_hook): New variable.
4775         * c-common.h (back_end_hook): Declare it.
4776         * c-lang.c (finish_file): Use it.
4778         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
4779         earlier.
4781 2000-10-18  Jan Hubicka  <jh@suse.cz>
4783         * i386.c (ix86_comparison_operator, put_condition_code,
4784         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
4785         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
4786         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
4787         * i386.md (adddi and negdi splitter): Use CCRCmode.
4788         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
4789         (subsi3_carry): add '*'
4790         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
4791         (cmp to add peep2): Use CCRCmode; swap operands.
4793 2000-10-18  Kazu Hirata  <kazu@hxi.com>
4795         * h8300.c: Fix a comment typo.
4796         (round_frame_size): New.
4797         (compute_saved_regs): Likewise.
4798         (push): Likewise.
4799         (pop): Likewise.
4800         (push_order): Remove.
4801         (pop_order): Likewise.
4802         (function_prologue): Rearrange code for readability.
4803         (function_epilogue): Likewise.
4805         * config/h8300/h8300.md: Remove an unnecessary sign_extend
4806         expander that is used when not optimizing.  Output a tab after
4807         each assembly insns.
4809         * reorg.c: Fix formatting.
4811 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
4813         * reload1.c (move2add_note_store): Check for simple
4814         auto-inc in destination.
4816 2000-10-17  Michael Chastain  <chastain@redhat.com>
4818         * config/i386/i386-aout.h: define INT_ASM_OP.
4820 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
4822         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
4824 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
4826         * i370.md: Fix spelling typo.
4828 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4830         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
4831         Fixes execute/20001017-1.c on powerpc-linux-gnu.
4833         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
4834         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
4835         LABEL_REF.
4837         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
4838         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
4839         here...
4840         * rs6000/aix.h: ...to here.
4841         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
4843 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
4845         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
4847         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
4848         sure linker can relax even the delay slot mov %g1,%o7, fix output
4849         formating.
4851 2000-10-17  Kazu Hirata  <kazu@hxi.com>
4853         * config/h8300/h8300.md: Remove an unnecessary zero_extend
4854         expander that is used when not optimizing.  Output a tab after
4855         each assembly insns.
4857 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
4859         * gcc.c: New options --target-help.
4860         (process_command): Added code to parse this new option.
4861         * toplev.c (display_target_options): New function to support the
4862         above new option.
4863         * cppinit.c (new_pending_directive) : New option OPT_target__help.
4864         (cpp_handle_option): Support this new option.
4865         * invoke.texi: Added notes about --target-help option.
4867 2000-10-17  Graham Stott  <grahams@redhat.com>
4869         * config/i386/i386.md (testqi_1): Add missing operand prefix
4870         for operand 0.
4871         * config/i386/i386-protos.h: Add missing prototype.
4873 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
4875         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
4876         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
4877         using -mintel-syntax.
4879 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4881         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
4882         (format_types): Use it for printf.
4883         (maybe_read_dollar_number): Add parameter for the kind of format
4884         involved.  Warn for multiple use for arguments if this is
4885         inappropriate for the kind of format involved.
4886         (check_format_info_main): Update calls to maybe_read_dollar_number.
4888 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4890         * inclhack.def (hpux_maxint): Also apply fix to values.h.
4891         * fixincl.x: Rebuilt.
4893 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
4895         * genrecog.c (write_switch): Return the first condition that needs a
4896         label.
4898 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
4900         * c-tree.h (warn_sequence_point): Move declaration to...
4901         * c-common.h (warn_sequence_point): ... here.
4902         * c-decl.c (warn_sequence_point): Move definition to...
4903         * c-common.c (warn_sequence_point): ... here.
4904         (struct reverse_tree): New.
4905         (reverse_list, reverse_max_depth): New static variables.
4906         (build_reverse_tree, common_ancestor, modify_ok
4907         verify_sequence_points): New functions.
4908         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
4909         * c-typeck.c (check_modify_expr): Delete.
4910         (build_modify_expr): Don't call it.
4912 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4914         * c-common.h (warn_missing_format_attribute): New variable.
4915         * c-decl.c (warn_missing_format_attribute): New variable.
4916         (c_decode_option): Decode -Wmissing-format-attribute and
4917         -Wno-missing-format-attribute.
4918         * c-common.c (check_function_format): If
4919         -Wmissing-format-attribute, give a warning where a vprintf or
4920         vscanf function is called by a function without its own printf or
4921         scanf attribute.
4922         * toplev.c (documented_lang_options): Add
4923         -Wmissing-format-attribute.
4924         * invoke.texi: Document -Wmissing-format-attribute.
4926 2000-10-17  Marc Espie <espie@openbsd.org>
4928         * invoke.texi (-shared): Insist on requiring code generation flags
4929         to be used along with -shared, and document the subtle failure that
4930         may occur otherwise.
4932 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4934         * pa.md (return_internal): Move `use' after `return'.
4936 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4938         * machmode.def: Correct comment.
4940 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
4942         * print-rtl.c (print_rtx_head): Constify.
4943         * rtl.h (print_rtx_head): Similarly.
4945         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
4946         Constify char * return value.
4947         * config/pa/pa/pa.c
4948         (output_64bit_and, output_64bit_ior): Constify char * return value.
4949         (pa_can_combine_p): Make static.
4950         (function_arg): Decorate unused `named' argument. Fix comment typo.
4951         (function_arg_partial_nregs): Decorate unused `named' argument.
4953 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4955         * c-common.c (format_check_results): New structure.
4956         (finish_dollar_format_checking): Adjust to take a
4957         format_check_results * parameter.
4958         (check_format_info, check_format_info_recurse,
4959         check_format_info_main): Split check_format_info into three
4960         functions, the main checking going in check_format_info_main.
4961         Recurse when any reduction of the format string argument towards a
4962         string literal is done; go down both branches of a conditional
4963         expression.  Don't warn for extra format arguments or empty format
4964         strings if they only occur in some branches of a conditional
4965         expression.
4967 2000-10-16  Kazu Hirata  <kazu@hxi.com>
4969         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
4971 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
4973         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
4975 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
4977         * i386.md (*movsi_or): Switch operand order for intel syntax.
4979 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4981         * PROBLEMS: Remove.
4983         * gcc.texi (Contributing): Update.
4985 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
4987         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
4988         appropriate assembler dialect.
4990 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
4992         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
4994 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
4996         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
4997         constants 1 and 2 to NO_LD_REGS.
4999 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5001         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
5003         * objc/Make-lang.in (objc-parse.c): Likewise.
5005 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
5007         * arm.c: Include obstack.h
5008         (minipool_obstack, minipool_startobj): Define.
5009         (arm_add_gc_roots): Initialize them.
5010         (create_fix_barrier): Use our new obstack.
5011         (push_minipool_barrier, push_minipool_fix): Likewise.
5012         (arm_reorg): Release obstack memory.
5014 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
5016         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
5017         (prologue, exception_receiver, builtin_setjmp_receiver): New
5018         patterns.
5019         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
5020         * config/sparc/sparc-protos.h (finalize_pic): Remove.
5021         (load_pic_register): New prototype.
5022         * config/sparc/sparc.c (pic_setup_code): Remove.
5023         (finalize_pic): Rename to...
5024         (load_pic_register): ...this function.
5025         Don't look for nonlocal_goto_receivers and emit pic setup code
5026         directly.  Don't check current_function_uses_pic_offset_table.
5028 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
5030         * tree.h (struct obstack): Declare.
5032 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
5034         Remove obstacks.
5035         * Makefile.in (ggc-callbacks.o): Remove target.
5036         (flow.o): Depend on GGC_H.
5037         * alias.c (init_alias_analysis):
5038         Remove ggc_p conditionals.
5039         (end_alias_analysis): Likewise.
5040         * basic-block.h (init_flow): New function.
5041         (allocate_reg_life_data): Declare.
5042         * bb-reorder.c  (function_obstack): Replace with ...
5043         (flow_obstack): ... new variable.
5044         (fixup_reorder_chain): Use it.
5045         * c-decl.c (ggc_p): Remove.
5046         (caller-save.c): Don't call oballoc/obfree.
5047         * combine.c (struct
5048         undobuf): Remove storage.
5049         (try_combine): Don't call oballoc.
5050         (undo_all): Don't call obfree.
5051         * cse.c (insert): Use xmalloc, not
5052         oballoc.
5053         (cse_main): Adjust accordingly.
5054         * dwarf2out.c (save_rtx): Remove
5055         obstack code.
5056         (dwarf2out_init): Remove ggc_p conditionals.
5057         * emit-rtl.c (rtl_obstack): Remove.
5058         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
5059         (make_insn_raw): Likewise.
5060         (emit_insn_before): Likewise.
5061         (emit_insn_after): Likewise.
5062         (emit_insn): Likewise.
5063         (gen_sequence): Likewise.
5064         (copy_insn_1): Remove handling of `b' RTL components.
5065         (init_emit_once): Remove ggc_p conditionals.
5066         * except.c (create_rethrow_ref): Don't fool with obstacks.
5067         (add_partial_entry): Likewise.
5068         (call_get_eh_context): Likewise.
5069         (begin_protect_partials): Likewise.
5070         (protect_with_terminate): Likewise.
5071         * explow.c
5072         (plus_constant_wide): Likewise.
5073         * expr.c (init_expr_once):
5074         Likewise.
5075         (emit_block_move): Likewise.
5076         (clear_storage): Likewise.
5077         (expand_expr): Likewise.
5078         * flow.c (function_obstack): Remove.
5079         (flow_obstack): New variable.
5080         (flow_firstobj): Likewise.
5081         (create_base_block): Use the flow_obstack.
5082         (split_block): Likewise.
5083         (split_edge): Likewise.
5084         (calculate_global_regs_live): Likewise.
5085         (allocate_bb_life_data): Make it static.  Likewiwse.
5086         (init_flow): New function.
5087         (size_int_type_wide): Remove ggc_p conditionals.
5088         * function.c
5089         (push_function_context_to): Don't call save_tree_status.
5090         (pop_function_context_from): Or restore_tree_status.
5091         (assign_stack_local_1): Don't call push_obstacks.
5092         (find_fixup_replacement): Use xmalloc.
5093         (fixup_var_refs_insns): Free the storage.
5094         (insns_for_mem_walk): Don't mess with obstacks.
5095         (instantiate_decls): Likewise.
5096         (trampoline_address): Likewise.
5097         (expand_function_end): Likewise.
5098         * function.h (sturct function):
5099         Remove obstack-related variables.
5100         (save_tree_status): Don't declare.
5101         (restore_tree_status): Likewise.
5102         * gcse.c (compute_can_copy):
5103         Don't call oballoc/obfree.
5104         * genattrtab.c (operate_exp): Remove
5105         ggc_p conditionals.
5106         (simplify_cond): Likewise.
5107         (simplify_test_exp): Don't mess with obstacks.
5108         (optimize_attrs): Likewise.
5109         * gengenrtl.c (gendef): Don't include
5110         ggc_p conditionals.
5111         * ggc-callbacks.c (ggc_p): Remove.
5112         * ggc-none.c (ggc_p): Remove.
5113         * ggc.h (ggc_p): Don't declare.
5114         * integrate.c (save_for_inline): Don't mess with obstacks.
5115         (integrate_decl_tree): Likewise.
5116         (output_inline_function): Likewise.
5117         * lists.c
5118         (init_EXPR_INSN_LIST_cache): Likewise.
5119         * loop.c (temp_obstack):
5120         Remove.
5121         (rtl_obstack): Likewise.
5122         (init_loop): Don't mess with obstacks.
5123         (reg_address_cost): Free BIVs and GIVs.
5124         (check_insns_for_bivs): Use xmalloc, not oballoc.
5125         (find_mem_givs): Likewise.
5126         (record_biv): Likewise.
5127         (general_induction_var): Likewise.
5128         (product_cheap_p): Likewse.
5129         * optabs.c (init_one_libfunc): Remove
5130         ggc_p conditional.
5131         * print-tree.c (debug_tree): Don't use
5132         oballoc/obfree.
5133         (print_node): Likewise.
5134         * profile.c (output_func_start_profiler):
5135         Remove call to temporary_allocation.
5136         * reload1.c
5137         (eliminate_regs_in_insn): Don't mess with obstacks.
5138         * resource.c
5139         (mark_target_live_regs): Use xmalloc.
5140         (free_resource_info): Free the memory.
5141         * rtl.c (rtl_obstack):
5142         Remove.
5143         (rtvec_alloc): Don't mess with obstacks.
5144         (rtx_alloc): Likewise.
5145         (rtx_free): Remove.
5146         (copy_rtx): Don't handle `b' cases.
5147         (read_rtx): Use a local rtl_obstack.
5148         * rtl.h (oballoc): Remove.
5149         (obfree): Likewise.
5150         (pop_obstacks): Likewise.
5151         (push_obstacks): Likewise.
5152         (allocate_bb_life_data): Likewise.
5153         (allocate_reg_life_data): Likewise.
5154         (rtx_free): Likewise.
5155         * sdbout.c (sdbout_queue_anonymous_type):
5156         Use tree_cons, not saveable_tree_cons.
5157         * simplify-rtx.c
5158         (cselib_init): Don't mess with obstacks.
5159         * stmt.c
5160         (mark_block_nesting): Mark the label_chain.
5161         (epxand_label): Use ggc_alloc, not oballoc.
5162         (clear_last_expr): Don't mess with obstacks.
5163         (expand_decl_cleanup): Likewise.
5164         (expand_dcc_cleanup): Likewise.
5165         (expand_dhc_cleanup): Likewise.
5166         (expand_anon_union_decl): Likewise.
5167         (add_case_node): Use xmalloc, not oballoc.
5168         (free_case_nodes): New function.
5169         (expand_end_case): Call it.
5170         * stor-layout.c (layout_type): Don't
5171         mess with obstacks.
5172         (layout_type): Likewise.
5173         * toplev.c (wrapup_global_declarations):
5174         Likewise.
5175         (compile_file): Remove ggc_p conditionals.
5176         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
5177         (decode_f_option): Remove ggc_p conditionals.
5178         * tree.c
5179         (function_maybepermanent_obstack): Remove.
5180         (maybepermanent_obstack): Likewise.
5181         (function_obstack): Likewise.
5182         (tmeporary_obstack): Likewise.
5183         (momentary_obstack): Likewise.
5184         (temp_decl_obstack): Likewise.
5185         (saveable_obstack): Likewise.
5186         (rtl_obstack): Likewise.
5187         (current_obstack): Likewise.
5188         (expression_obstack): Likewise.
5189         (struct obstack_stack): Likewise.
5190         (obstack_stack): Likewise.
5191         (obstack_stack_obstack): Likewise.
5192         (maybepermanent_firstobj): Likewise.
5193         (temporary_firstobj): Likewise.
5194         (momentary_firstobj): Likewise.
5195         (temp_decl_firstobj): Likewise.
5196         (momentary_function_firstobj): Likewise.
5197         (all_types_permanent): Likewise.
5198         (struct momentary_level): Likewise.
5199         (momentary_stack): Likewise.
5200         (init_obstacks): Remove initialization of removed obstacks.
5201         (save_tree_status): Remove.
5202         (restore_tree_status): Likewise.
5203         (temporary_allocation): Liekwise.
5204         (end_temporary_allocation): Liekwise.
5205         (resume_temporary_allocation): Likewise.
5206         (saveable_allocation): Likewise.
5207         (push_obstacks): Likewise.
5208         (push_obstacks_nochange): Likewise.
5209         (pop_obstacks): Likewise.
5210         (allocation_temporary_p): Likewise.
5211         (permanent_allocation): Likewise.
5212         (preserve_data): Likewise.
5213         (preserve_initializer): Likewise.
5214         (rtl_in_current_obstack): Likewise.
5215         (rtl_in_saveable_obstack): Likewise.
5216         (oballoc): Likewise.
5217         (obfree): Likewise.
5218         (savealloc): Likewise.
5219         (expralloc): Likewise.
5220         (print_obstack_name): Likewise.
5221         (debug_obstack): Likewise.
5222         (object_permanent_p): Likewise.
5223         (push_momentary): Likewise.
5224         (perserve_momentary): Likewise.
5225         (clear_momentary): Likewise.
5226         (pop_momentary): Likewise.
5227         (pop_momentary_nofree): Likewise.
5228         (suspend_momentary): Likewise.
5229         (resume_momentary): Likewise.
5230         (make_node): Don't set TREE_PERMANENT.
5231         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
5232         Don't set TREE_PERMANENT.
5233         (get_identifier): Remove ggc_p conditionals.
5234         (build_string): Likewise.
5235         (make_tree_vec): Likewise.
5236         (build_decl_list): Remove.
5237         (build_expr_list): Likewise.
5238         (tree_cons): Remove ggc_p conditionals.
5239         (decl_tree_cons): Remove.
5240         (expr_tree_cons): Likewise.
5241         (perm_tree_cons): Likewise.
5242         (temp_tree_cons): Likewise.
5243         (saveable_tree_cons): Likewise.
5244         (build1): Remove ggc_p conditionals.
5245         (build_parse_node): Likewise.
5246         (build_type_attribute_variant): Don't mess with obstacks.
5247         (build_type_copy): Likewise.
5248         (type_hash_canon): Likewise.
5249         (build_pointer_type): Likewise.
5250         (build_reference_type): Likewise.
5251         (build_index_type): Likewise.
5252         (build_range_type): Likewise.
5253         (dump_tree_statistics): Don't print obstack information.
5254         * tree.h
5255         (struct tree_common): Remove permanent_flag.
5256         (TREE_PERMANENT): Remove.
5257         (TREE_SET_PERMANENT): Likewise.
5258         (TYPE_OBSTACK): Likewise.
5259         (struct tree_type): Remove obstack.
5260         (oballoc): Remove.
5261         (savealloc): Likewise.
5262         (build_decl_list): Likewise.
5263         (build_expr_list): Likewise.
5264         (perm_tree_cons): Likewise.
5265         (temp_tree_cons): Likewise.
5266         (saveable_tree_cons): Likewise.
5267         (decl_tree_cons): Likewise.
5268         (expr_tree_cons): Likewise.
5269         (suspend_momentary): Likewise.
5270         (allocation_temporary_p): Likewise.
5271         (resume_momentary): Likewise.
5272         (push_obstacks_nochange): Likewise.
5273         (permanent_allocation): Likewise.
5274         (push_momentary): Likewise.
5275         (clear_momentary): Likewise.
5276         (pop_momentary): Likewise.
5277         (end_temporary_allocation): Likewise.
5278         (pop_obstacks): Likewise.
5279         (push_obstacks): Likewise.
5280         (pop_momentary_nofree): LIkewise.
5281         (preserve_momentary): Likewise.
5282         (saveable_allocation): Likewise.
5283         (temporary_allocation): Likewise.
5284         (resume_temporary_allocation): Likewise.
5285         (perserve_initializer): Likewise.
5286         (debug_obstack): Likewise.
5287         (rtl_in_current_obstack): Likewise.
5288         (rtl_in_saveable_obstack): Likewise.
5289         (obfree): Likewise.
5290         * varasm.c (current_obstack): Remove.
5291         (saveable_obstack): Remove.
5292         (rtl_obstack): Remove.
5293         (immed_double_const): Don't mess with obstacks.
5294         (immed_real_cons): Likewise.
5295         (output_constant_def): Likewise.
5296         (init_varasm_status): Use xcalloc.
5297         (mark_pool_constant): Mark the pool constant itself.
5298         (free_varasm_status): Free memory.
5299         (decode_rtx_const): Call bzero directly, rather than expanding it
5300         inline.
5301         (record_rtx_const): Don't mess with obstacks.
5302         (force_const_mem): Likewise.
5303         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
5304         conditionals.
5305         (aof_pic_entry): Likewise.
5306         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
5307         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
5308         * config/pa/pa.c (saveable_obstack): Remove.
5309         (rtl_obstack): Likewise.
5310         (current_obstack): Likewise.
5311         (output_call): Don't mess with obstacks.
5312         (hppa_encode_label): Remove ggc_p conditionals.
5313         * config/romp/romp.c (get_symref): Don't mess with obstacks.
5314         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
5315         (rs6000_encode_section_info): Likewise.
5316         * config/sh/sh.c (get_fpscr_rtx): Likewise.
5318 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
5320         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
5321         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
5322         (addsi3_carry): Canonicalize.
5323         (addqi_5): Remove '*'.
5324         (sbb pattern): Canonicalize.
5326         * i386.md (cmp to inc/add peep2): New.
5328 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
5330         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
5331         the exit block.
5333 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5335         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
5336         * README.TRAD, TESTS.FLUNK: Remove.
5338 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5340         * c-common.c (decl_attributes): Don't allow strftime formats with
5341         first_arg_num nonzero.
5342         (check_format_info): Set wanted_type and wanted_type_name to zero
5343         before they are possibly assigned and used.
5345 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5347         * c-common.c (scanf_flag_specs): Add flags ' and I.
5348         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
5349         or the ^ and # flags together.
5350         (scan_char_table): Handle the ' and I flags.
5351         (format_types): Add ' and I flags for scanf.
5353 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5355         * c-common.c (print_char_table): Use the unpromoted type for
5356         lengths "h" and "hh" with conversions dioxXu.
5357         (check_format_types): Apply the default argument promotions where
5358         the wanted type is not a pointer target.
5360 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
5361             Joseph S. Myers  <jsm28@cam.ac.uk>
5363         * c-typeck.c (check_modify_expr): New function.
5364         (build_modify_expr): Call it if warn_sequence_point.
5365         * c-decl.c (warn_sequence_point): New variable.
5366         (c_decode_option): Handle -Wsequence-point and
5367         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
5368         * c-tree.h (warn_sequence_point): Declare.
5369         * invoke.texi (-Wsequence-point): Document.
5370         * toplev.c (documented_lang_options): Add -Wsequence-point and
5371         -Wno-sequence-point.
5372         Original work by Michael Meeks, 16 Jun 1998.
5374 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5376         * tree.c (get_narrower): Don't look at precision of field if
5377         not laid out yet.
5379 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
5381         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
5382         declaration for data with "progmem" attribute.
5384 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
5386         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
5387         Correct insn length if shift count is a memory operand.
5388         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
5389         (*iorhi3_clobber): Change lo8 to hi8.
5390         (zero_extendhisi2): Change %B0 to %A1.
5391         (ashlhi3, ashrhi3): Correct insn length.
5392         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
5393         from "clobber" to "set_n" in some alternatives.
5395 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
5397         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
5398         remove its insn_chain structure as well.
5400 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5402         * dbxout.c (dbxout_source_line): Remove extra tab.
5404 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
5406         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
5408 2000-10-09  Richard Henderson  <rth@cygnus.com>
5410         * Makefile.in (LANG_LIB2FUNCS): Remove.
5411         (LIB2FUNCS): Remove _pure.
5412         (LIB2ADD): Remove LANG_LIB2FUNCS.
5413         (stage_a): Don't set LANG_LIB2FUNCS.
5414         * libgcc2.c (__terminate): Mark noreturn.
5415         (__pure_virtual): Remove.
5416         * mklibgcc.in: Remove LIB2ADD .txt processing.
5418 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5420         * arm.md (push_multi): Revert unintended change.
5422 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5424         * arm.c: Miscellaneous white space and comment clean-ups.  No
5425         functional change.
5426         * arm.md: Likewise.
5428 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5430         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
5431         STRING_CST by calling combine_strings.
5433 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5435         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
5436         (thumb_output_move_mem_multiple): Support new insn format.
5437         * arm.md (movmem12b): Use SSA compatible format.
5438         (movmem8b): Likewise.
5440 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5442         * arm.md (predicable): New attribute, default to "no".
5443         (all patterns): Mark as predicable if appropriate.
5444         (conditional execution splits): Split using predication format.
5445         (define_cond_exec): Define.
5446         * arm.c (arm_print_operand): handle insn predicate.
5448 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5450         * README.NS32K: Remove file.
5452 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5454         * README-bugs: Remove file.
5456 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5457         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
5458         for test.
5459         * configure: Rebuilt.
5461 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5462         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
5463         disable catalog building if no suitable program was found.
5464         Move warning message from here
5465         (AM_GNU_GETTEXT): To here.
5466         * configure: Rebuilt.
5468 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5469         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
5470         different cache variables.
5471         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
5472         uses different cache variables.
5473         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
5474         * configure: Regenerated.
5476 2000-10-08  Richard Henderson  <rth@cygnus.com>
5478         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
5479         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
5480         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
5481         Use SHLIB_EXT.
5483         * config/t-linux (SHLIB_EXT): New.
5484         (SHLIB_LINK): Use the entire build command, with substitutions.
5485         (SHLIB_LIBS): Remove.
5486         * config/alpha/t-osf4: Likewise.
5487         * config/mips/t-iris6: Likewise.
5488         * config/sparc/t-sol2: Likewise, but move shlib stuff...
5489         * config/sparc/t-slibgcc-sld: ...here.
5490         * config/sparc/t-slibgcc: New file.
5492 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5494         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
5495         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
5496         CTI_UINTMAX_TYPE.
5497         (intmax_type_node, uintmax_type_node): Define.
5498         * c-common.c (decl_attributes): If pedantic, warn if `mode'
5499         attributes create a type wider than intmax_t.
5500         (T_IM, T_UIM): Define properly.
5501         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
5502         defined.
5503         (init_decl_processing): Initialize intmax_type_node and
5504         uintmax_type_node.
5505         * c-lex.c (lex_number): When pedantic and warning for integer
5506         constants that are too large, in C99 mode warn for those that have
5507         a type wider than long long.
5509 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5511         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
5512         FMT_FLAG_FANCY_PERCENT_OK): Define.
5513         (format_char_info): Add flag "4" to comment.
5514         (format_flag_spec, format_flag_pair): New structures.
5515         (format_kind_info): Add additional fields to control format
5516         checking.
5517         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
5518         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
5519         arrays.
5520         (time_char_table): Use "4" flag to handle %Ey.
5521         (format_types): Add entries for new fields.
5522         (get_flag_spec): New function.
5523         (check_format_info): Increase size of flag_chars[] to 256.
5524         Control format checking using the new fields of a format_kind_info
5525         and the new tables; remove all conditionals on printf_format_type,
5526         scanf_format_type or strftime_format_type.  Handle all details of
5527         bad combinations of flags (including width, precision and strftime
5528         modifiers) through data rather than ad hoc code.  Handle all
5529         details of standard versions in which flags appeared through
5530         data.  Use the "4" flag.
5532 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
5534         * config/h8300/h8300.md: Remove the memory alternative and correct
5535         the insn lengths in the templates for sign extention and zero
5536         extention.
5538 2000-10-07  Richard Henderson  <rth@cygnus.com>
5540         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
5541         * flow.c (make_edges): Revert last change.
5543         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
5544         TREE_THIS_VOLATILE.
5545         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
5547 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
5549         * config/alpha/elf.h: Standardize the formatting.
5551 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
5553         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
5554         #undef.
5556 2000-10-06  Richard Henderson  <rth@cygnus.com>
5558         * function.c (diddle_return_value): Examine
5559         current_function_return_rtx instead of the DECL_RESULT.
5560         (expand_function_end): Handle reloading DECL_RESULT from memory
5561         into a hard register.  Query promote_mode for sign of mismatched
5562         modes.
5564 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
5566         * haifa-sched.c (schedule_insns): Fix typo in freeing
5567         forward_dependency_cache.
5569 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
5571         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
5572         `TARGET_SH2' as a condition.
5574 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
5576         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
5577         forward_dependency_cache): New variables.
5578         (add_dependence, remove_dependence): Use anti_dependency_cache and
5579         output_dependency_cache.
5580         (compute_block_forward_dependences): Use forward_dependency_cache.
5581         (schedule_insns): Allocate and free memory for anti/output/forward
5582         dependencies caches.
5584 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
5586         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
5587         `! TARGET_SH1'.  Reindent.
5589 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5591         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
5592         Move functions from here ...
5594         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
5595         ... to here.
5596         (c_expand_builtin): New function.
5597         (init_function_format_info): Don't set `check_function_format_ptr'.
5598         (c_common_nodes_and_builtins): Set built_in_class type for
5599         printf/__builtin_printf to BUILT_IN_FRONTEND.
5600         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
5602         * c-common.h (build_function_call): Declare.
5604         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
5605         to `lang_expand_expr' rather than `expand_builtin'.
5607         * tree.c (check_function_format_ptr): Delete.
5609         * tree.h (check_function_format_ptr): Likewise.
5611 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
5613         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
5614         DW_OP_bregx when cfa->reg > 31.
5616         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
5617         break.
5619 2000-10-05  Richard Henderson  <rth@cygnus.com>
5621         * c-decl.c (warn_missing_noreturn): Remove.
5622         (c_expand_body): Don't set or check can_reach_end.
5623         * c-tree.h (warn_missing_noreturn): Move ...
5624         * flags.h: ... here.
5625         (can_reach_end): Remove.
5626         * flow.c (check_function_return_warnings): New.
5627         (make_edges): No edge to exit for noreturn sibcalls.
5628         * function.c (expand_function_end): Save the return value
5629         clobber instruction.
5630         (mark_function_status): Mark it.
5631         * function.h (struct function): Add x_clobber_return_insn.
5632         * jump.c (can_reach_end): Remove.
5633         (calculate_can_reach_end): Remove.
5634         (jump_optimize_1): Don't call it.
5635         * output.h (check_function_return_warnings): Declare.
5636         * toplev.c (warn_missing_noreturn): Move from c-decl.c
5637         (rest_of_compilation): Call check_function_return_warnings.
5639 2000-10-05  Richard Henderson  <rth@cygnus.com>
5641         * Makefile.in (NM_FOR_TARGET): New.
5642         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
5643         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
5644         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
5645         shared library build on that and EXTRA_MULTILIB_PARTS.
5646         * mkmap-flat.awk: New file.
5647         * mkmap-symver.awk: New file.
5648         * libgcc-std.ver: New file.
5649         * config/libgcc-glibc.ver: New file.
5650         * config/ia64/libgcc-ia64.ver: New file.
5651         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
5652         (SHLIB_LINK): Add --version-script.
5653         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
5654         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
5655         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
5656         (SHLIB_LINK): Add -M.
5658 2000-10-05  Richard Henderson  <rth@cygnus.com>
5660         * Makefile.in (LIB2FUNCS): Add _clz.
5661         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
5662         (__clz_tab): Put in its own unit, non-static.
5663         * libgcc2.h: Always include longlong.h.
5665         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
5666         a zero instead of -1.
5667         (count_trailing_zeros): Likewise.
5669 2000-10-05  Richard Henderson  <rth@cygnus.com>
5671         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
5672         when second op1 is const0_rtx.  Validate op0 as a register.
5673         * config/alpha/alpha.md (setcc_internal): Don't allow constants
5674         in the first argument of the compare.
5675         (setcc_swapped_internal): Likewise.
5676         (setne_internal): Likewise.
5678 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
5680         * tree.c (tree_size): New function split out of copy_node.
5681         (make_node): Remove obstack handling.  Use tree_size.
5682         (copy_node): Use tree_size.
5683         * tree.h: Prototype tree_size.
5685 2000-10-05  Richard Henderson  <rth@cygnus.com>
5687         * diagnostic.c (output_format): Add missing break.
5689 2000-10-05  Jim Wilson  <wilson@cygnus.com>
5691         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
5692         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
5693         sequence insn to INSN, and delete last sequence insn.
5695 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5697         * gcc.c (main): Include generated configargs.h header
5698         and use arguments in '-v' output.
5700 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5702         * gcc.c: Move data on prefixes forward in file and reorganize.
5703         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
5704         Always define, but make null if no value.
5705         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
5706         and "md_startfile_prefix_1".
5707         (main): Check whether md_exec_prefix and the others are the
5708         null string rather than whether the macro is defined.
5710 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
5712         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
5713         from PSImode to SImode.
5715 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
5717         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
5718         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
5719         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
5720         sizeof(long).
5722 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5724         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
5725         negation in proper type.a
5727 2000-10-04  Richard Henderson  <rth@cygnus.com>
5729         * configure.in (enable-shared): New.
5730         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
5731         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
5732         * mklibgcc.in: Use them to link shared a libgcc.
5733         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
5734         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
5735         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
5736         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
5738         * configure.in (alpha-osf*): Use t-osf and x-osf.
5739         * config/alpha/t-osf: New file.
5740         * config/alpha/t-osf4: New file.
5741         * config/alpha/x-osf: New file.
5742         * config/alpha/x-alpha: Remove file.
5744 2000-10-04  Will Cohen  <wcohen@redhat.com>
5746         * c-typeck.c (process_init_element): Added warning for zero-length
5747         array.
5749         * extend.texi (Zero Length): State that static initializers for
5750         zero-length arrays are not allowed.
5752 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5754         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
5755         to come last.
5757 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5759         * config/float-c4x.h: New.
5760         * configure.in (c4x-*): Set float_format to c4x.
5761         * configure: Regenerate.
5763 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5765         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
5766         compilation for solaris versions 2.7 and greater.
5768 2000-10-02  Marc Espie <espie@openbsd.org>
5770         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
5771         instead of redefining from scratch.
5773 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
5775         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
5777 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
5779         * config/ns32k/genix.h: Remove.
5780         * config/ns32k/x-genix: Likewise.
5781         * config/ns32k/xm-genix.h: Likewise.
5782         * config/fx80: Remove all filee in directory.
5783         * config/pyr: Likewise.
5784         * config/tahoe: Likewise.
5785         * config/gmicro: Likewise.
5786         * config/spur: Likewise.
5787         * configure.in: Remove configury bits for above targets.
5788         * configure: Regenerated.
5790         * configure.in: Don't configure chill by default.
5791         * configure: Regenerated.
5793         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
5794         (lang_mark_false_label_stack): Remove.
5795         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
5796         <top level> string in GC area.
5797         (mark_splay_tree_node): New function.
5798         (mark_splay_tree): Likewise.
5799         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
5800         if it exists.
5801         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
5802         * ggc-common.c (lang_mark_false_label_stack): Change type.
5803         * ggc.h (ggc_alloc_string): Add comment.
5804         (ggc_strdup): New function.
5806 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
5808         * config/avr/avr.h (BRANCH_COST): Define as 0.
5810         * config/pdp11/pdp11.c: #include "tree.h" added.
5812 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
5814         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
5815         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
5816         with known shift count.
5817         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
5818         New alternative for shift count 2 with no scratch register.
5819         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
5820         "set_n" for shift counts 1 and 2.
5822 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
5824         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
5825         the mask value from the individual SET operations.
5826         (return_internal_si): Move the USE after the RETURN.
5827         (return_internal_di): Likewise.
5828         (return_and_restore_fpregs_si): Likewise.
5829         (return_and_restore_fpregs_di): Likewise.
5830         (return_eh_si): Likewise.
5831         (return_eh_di): Likewise.
5832         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
5833         or check, the USE.
5834         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
5835         Don't generate a PARALLEL around a single operation movsi_to_cr.
5836         Generate the RETURN first in any PARALLELs.
5838         * rtlanal.c (single_set_1): Use fatal_insn to display the
5839         invalid insn.  Check for more cases when a USE or CLOBBER occurs
5840         before a SET.
5841         * Makefile.in: Update dependencies for rtlanal.o.
5843 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5845         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
5847 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5849         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
5850         Consistently use @email for formatting email addresses.
5852 2000-09-29  Richard Henderson  <rth@cygnus.com>
5854         * cse.c (notreg_cost): New argument outer.
5855         (COST): Pass in SET to notreg_cost
5856         (COST_IN): New.
5857         (fold_rtx): Use COST_IN.  Prefer constants when costs
5858         are the same.
5860 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
5862         * fixinc/inclhack.def (broken_cabs): Generalize regex.
5863         * fixinc/fixincl.x: Regenerate.
5865 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5867         * loop.c (check_final_value): A GIV is not replaceable if used
5868         before set.
5870 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
5872         * version.c: Bump to gcc-2.97.
5874 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5876         * final.c (final_scan_insn): Remove extra extract_insn call;
5877         Use caching for constrain_operands.
5878         (cleanup_subreg_operands): Use caching for extract_insn.
5879         * recog.c (constrain_operands_cached): New.
5880         * recog.h (constrain_operands_cached): Declare.
5881         * i386.c (ix86_attr_length_immediate_default,
5882         ix86_attr_length_address_default, ix86_agi_dependant): Cache
5883         extract_insn call.
5885         * recog.c (asm_noperands): Tweak.
5886         (extract_insn): Do not call asm_noperads for non-asm instructions.
5888 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5890         * recog.c (recog_memoized): Rename to recog_memoized_1.
5891         * recog.h (recog_memoized): Rename to recog_memoized_1.
5892         (recog_memoized): New macro.
5893         * rtl.h (single_set): Rename to single_set_1
5894         (single_set): New macro.
5895         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
5896         to be last.
5898         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
5899         Do not use match_dup of input operands at outputs.
5900         Use register_operand for memory expression.
5901         (rep_movsi): Put use last, canonicalize.
5902         Use register_operand for memory expression.
5903         (rep_movqi): Put use last.
5904         Use register_operand for memory expression.
5905         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
5906         of input operands at outputs.  Use register_operand for memory
5907         expression.
5908         (rep_stossi): Put use last; canonicalize; fix match_dup in
5909         the address expression
5910         (rep_stosqi): Likewise.
5911         (memcmp expander): Update calls.
5912         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
5913         the clobbers.
5915         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
5916         VOIDmode.
5917         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
5919 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
5921         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
5922         Contains the old contents of config/i386/freebsd.h
5923         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
5924         Contains the old contents of config/i386/freebsd-elf.h
5925         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
5926         config/i386/freebsd.h.
5927         * configure.in: Adjust for above changes.
5928         * po/POTFILES.in: Likewise.
5929         * po/en_GB.po: Likewise.
5930         * po/gcc.pot: Likewise.
5931         * configure: Rebuilt.
5933 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5935         * doloop.c (doloop_modify): Prevent delete_insn() from
5936         deleting too much.  Prefer loop->top over loop->start as
5937         target for the new JUMP insn.
5938         (doloop_valid_p): Ignore loop with exit_count != 0.
5940 2000-09-28  Philipp Thomas  <pthomas@suse.de>
5942         * invoke.texi (i386 Options): Add athlon to table of possible
5943         choices for -mcpu=.
5945 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
5947         * diagnostic.h (output_clear_message_text): New function.
5948         (output_message_text): New macro.
5950         * diagnostic.c (clear_text_info): Rename to
5951         output_clear_message_text.
5952         (output_clear): Adjust.
5953         (output_finish): Rename to output_finalize_message.  Tweek.
5954         (output_to_stream): Adjust.
5956 2000-09-28  Neil Booth  <neilb@earthling.net>
5958         * cpperror.c (_cpp_begin_message):  Do the test for suppression
5959         of warnings and pedantic warnings before the "is a warning an
5960         error" tests.
5961         * cppinit.c (cpp_handle_option): Remove surplus \n.
5962         * cpplex.c (ON_REST_ARG): Delete.
5963         (skip_block_comment): Initialise prevc.
5964         (parse_args): Improve error messages.
5965         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
5966         than ON_REST_ARG.
5967         * cpplib.c (cpp_push_buffer): Fix grammar in message.
5968         * cppmain.c (main): Set callbacks for #ident and #pragma
5969         only if no_output option is false.
5970         (do_pragma_implementation): Only call the #pragma handler
5971         if it is set in the cpp_reader structure.
5973 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
5975         * integrate.c (copy_insn_list): if an ignored return value
5976         is being clobbered, skip cloning that into the inline copy.
5978 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
5980         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
5981         use @uref for formatting URLs.
5983 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
5985         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
5986         name and prefix.
5988 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
5990         * gcc.c (cpp_options): Add spec for -ftabstop=.
5991         (invoke_as): New spec that handles invoking as.
5992         Update specs to handle -save-temps and -traditional.
5993         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
5994         Use invoke_as.
5995         * cp/lang-specs.h, objc/lang-specs.h: Update to use
5996         invoke_as, and handle -save-temps and -traditional (if
5997         appropriate).
5999 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
6001         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
6002         op0 is a SUBREG.
6003         (function_arg_slotno): Accept TImode/CTImode.
6004         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
6005         to UNITS_PER_WORD.
6007 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
6009         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
6010         from entry block.
6012 2000-09-25  Jim Wilson  <wilson@cygnus.com>
6014         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
6015         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
6016         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
6017         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
6019 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
6021         * cpplex.c (parse_args): Don't set VOID_REST flag.
6022         (CONTEXT_VARARGS): New flag.
6023         (maybe_paste_with_next): Set context earlier in loop.  Use
6024         it.  Do varargs test with CONTEXT_VARARGS flag.
6025         (push_arg_context): Set CONTEXT_VARARGS flag if we're
6026         pushing an argument context for a varargs argument.
6027         * cpplib.h (VOID_REST): Delete.
6028         * gcc.dg/cpp/vararg1.c: Add test case.
6030 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
6032         * flags.h:  Declare warning flag warn_system_headers.
6033         * toplev.c:  Define it.
6034         (W_options): Add option -Wsystem-headers.
6035         * diagnostic.c (count_error): Test warn_system_headers.
6036         * invoke.texi:  Add description for -Wsystem-headers.
6037         * cpplib.h (cpp_options): New member warn_system_headers.
6038         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
6039         CPP_IN_SYSTEM_HEADER.
6040         * cpplib.c (do_import, do_pragma_once): Likewise.
6041         * cpperror.c (_cpp_begin_message): Test warn_system_headers
6042         and CPP_IN_SYSTEM_HEADER.
6043         * cppinit.c (handle_option): Recognize -Wsystem_headers.
6044         (print_help): Describe -Wsystem_headers.
6045         * cpplex.c (lex_line): Reorganize condition so that warnings
6046         about C++ comments in system headers can be enabled. Remove
6047         label do_line_comment.
6049 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
6051         * cpplex.c (save_comment): Only store the initial '/'
6052         now.
6053         (lex_token): Combine handling of the two comment types.
6054         Pass everything but the initial '/' to save_comment.
6056 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
6058         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
6059         _cpp_can_paste): New library-internal prototypes.
6060         * cpplex.c (dump_param_spelling, output_line_command,
6061         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
6062         cpp_printf, cpp_output_list): Move to cppoutput.c.
6063         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
6064         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
6065         cppoutput.c.
6066         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
6067         dump_param_spelling, output_line_command, cpp_scan_buffer,
6068         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
6069         from elsewhere.
6070         * Makefile.in: Add cppoutput.c.
6071         * po/POTFILES.in: Add cppoutput.c.
6073 2000-09-25  Richard Henderson  <rth@cygnus.com>
6075         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
6076         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
6077         split until after reload.
6078         (rotlsi3, rotldi3): New.
6080 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
6082         * diagnostic.c (output_last_position): Define.
6083         (set_real_maximum_length): Tweek.
6084         * diagnostic.h (output_last_position): Declare.
6086 2000-09-25  Kazu Hirata  <kazu@hxi.com>
6088         * config/i386/i386.c: Fix formatting.
6090 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
6092         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
6093         UNITS_PER_WORD is small.
6095 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6097         * c-common.c (format_char_info): Add flags2; update comments.
6098         (print_char_table, scan_char_table, time_char_table): Split some
6099         flags out into flags2.
6100         (check_format_info): Use flags2 for those flags, for identifying
6101         the initial character of a scanf scanset, and for identifying
6102         printf formats where the '0' flag is ignored with precision.
6104 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
6106         Changes below marked "here" add TABs on either or both sides,
6107         covering start of line, up to any operand for all noted .*ASM.*_OP
6108         definitions.  All callers changed.
6109         * tm.texi: Make documented *_ASM.*_OP:s include spacing
6110         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
6111         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6112         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
6113         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
6114         Fix typos in description for LONG_LONG_TYPE_SIZE and
6115         FINI_SECTION_ASM_OP.
6116         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
6117         why these defaults don't have leading spacing.
6118         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
6119         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6120         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
6121         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
6122         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
6123         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
6124         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
6125         * varasm.c (ASM_STABS_OP): Here.
6126         * xcoffout.h (ASM_STABS_OP): Here.
6127         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
6128         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
6129         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
6130         STRING_ASM_OP): Here.
6131         * config/freebsd.h (IDENT_ASM_OP): Here.
6132         * config/linux-aout.h (SET_ASM_OP): Here.
6133         * config/linux.h (SET_ASM_OP): Here.
6134         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6135         INT_ASM_OP): Here.
6136         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
6137         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
6138         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
6139         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6140         INT_ASM_OP): Here.
6141         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
6142         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
6143         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
6144         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6145         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
6146         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6147         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
6148         * config/a29k/udi.h (INT_ASM_OP): Here.
6149         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
6150         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
6151         SET_ASM_OP): Here.
6152         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
6153         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6154         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6155         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
6156         ASM_STABD_OP): Here.
6157         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
6158         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
6159         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6160         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
6161         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
6162         SIZE_ASM_OP, STRING_ASM_OP): Here.
6163         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
6164         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
6165         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
6166         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
6167         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
6168         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
6169         Here.
6170         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6171         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
6172         * config/arm/coff.h (INT_ASM_OP): Here.
6173         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
6174         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
6175         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
6176         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
6177         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
6178         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6179         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
6180         STRING_ASM_OP): Here.  Update documentation copy in comments.
6181         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
6182         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
6183         DATA_SECTION_ASM_OP): Here.
6184         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
6185         Here.
6186         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
6187         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
6188         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6189         BSS_SECTION_ASM_OP): Here.
6190         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6191         BSS_SECTION_ASM_OP): Here.
6192         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6193         Here.
6194         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
6195         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
6196         * config/h8300/h8300.h (ASM_WORD_OP): Here.
6197         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6198         BSS_SECTION_ASM_OP): Here.
6199         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
6200         * config/i386/bsd.h (ASM_BYTE_OP): Here.
6201         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
6202         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
6203         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
6204         Here.
6205         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
6206         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
6207         Here.
6208         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
6209         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6210         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
6211         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
6212         SET_ASM_OP): Here.
6213         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
6214         * config/i386/netbsd.h (INT_ASM_OP): Here.
6215         * config/i386/openbsd.h (INT_ASM_OP): Here.
6216         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
6217         IDENT_ASM_OP): Here.
6218         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
6219         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
6220         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
6221         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
6222         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
6223         SHARED_BSS_SECTION_ASM_OP): Here.
6224         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
6225         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6226         DATA_SECTION_ASM_OP): Here.
6227         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6228         CONST_SECTION_ASM_OP): Here.
6229         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
6230         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6231         BSS_SECTION_ASM_OP): Here.
6232         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
6233         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
6234         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
6235         BSS_ASM_OP): Here, but use trailing spaces.
6236         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6237         DATA_SECTION_ASM_OP): Here.
6238         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
6239         Here.
6240         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
6241         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
6242         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6243         TDESC_SECTION_ASM_OP): Here.
6244         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
6245         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6246         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6247         Here.
6248         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6249         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
6250         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6251         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
6252         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
6253         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
6254         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6255         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
6256         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
6257         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
6258         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
6259         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
6260         SET_ASM_OP): Here.
6261         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
6262         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6263         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
6264         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
6265         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
6266         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
6267         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
6268         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6269         GLOBAL_ASM_OP): Here.
6270         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
6271         BSS_SECTION_ASM_OP): Here.
6272         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
6273         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6274         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
6275         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
6276         SKIP_ASM_OP): Here.
6277         * config/m68k/newsgas.h (SET_ASM_OP): Here.
6278         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
6279         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
6280         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
6281         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
6282         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
6283         but use trailing spaces.
6284         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
6285         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
6286         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
6287         Here.
6288         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6289         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
6290         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6291         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
6292         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6293         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
6294         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
6295         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
6296         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
6297         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
6298         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6299         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
6300         ASM_BYTE_OP): Here.
6301         * config/m88k/openbsd.h (SET_ASM_OP): Here.
6302         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6303         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
6304         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
6305         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
6306         DTORS_SECTION_ASM_OP): Here.
6307         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
6308         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6309         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
6310         BSS_SECTION_ASM_OP): Here.
6311         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
6312         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
6313         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
6314         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
6315         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
6316         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
6317         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
6318         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
6319         Here.
6320         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
6321         Here.
6322         * config/mips/osfrose.h (SET_ASM_OP): Here.
6323         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
6324         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
6325         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
6326         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6327         Here.
6328         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
6329         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
6330         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
6331         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
6332         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
6333         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6334         Here.
6335         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6336         Here.
6337         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
6338         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
6339         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
6340         Here.
6341         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
6342         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
6343         * config/sparc/linux.h (COMMON_ASM_OP): Here.
6344         * config/sparc/linux64.h (COMMON_ASM_OP,
6345         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
6346         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
6347         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6348         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
6349         * config/sparc/pbd.h (ASM_INT_OP): Here.
6350         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
6351         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6352         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
6353         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
6354         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
6355         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
6356         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
6357         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
6358         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
6359         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6360         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6361         EH_FRAME_SECTION_ASM_OP): Here.
6362         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
6363         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6364         Here.
6365         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6366         Here.
6367         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
6368         TCOMMON_ASM_OP): Here.
6369         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6370         Here.
6371         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6372         ASM_BYTE_OP): Here.
6374 2000-09-25  Richard Henderson  <rth@cygnus.com>
6376         * expmed.c (store_bit_field): Adjust last change to not consider
6377         any word-sized field naturally aligned.
6379 2000-09-24  Richard Henderson  <rth@cygnus.com>
6381         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
6382         TFmode unordered compares properly.  Revalidate integer compare
6383         operands.
6384         (alpha_emit_setcc): New.
6385         (alpha_emit_conditional_move): Revalidate integer compare operands.
6386         * config/alpha/alpha-protos.h: Update.
6387         * config/alpha/alpha.md (cmpdi): Allow general operands.
6388         (sne): Use alpha_emit_setcc.
6389         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
6390         (sunordered, sordered): New.
6392 2000-09-24  Richard Henderson  <rth@cygnus.com>
6394         * config/ia64/ia64-protos.h: Update.
6395         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
6396         (ia64_expand_call): New.
6397         (ia64_expand_prologue): Emit an alloc if we need extra input
6398         registers.
6399         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
6400         instruction if true.
6401         (struct reg_flags): Add is_sibcall.
6402         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
6403         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
6404         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
6405         * config/ia64/ia64.h (PREDICATE_CODES): Update.
6406         * config/ia64/ia64.md (call): Use ia64_expand_call.
6407         (call_value): Likewise.
6408         (sibcall, sibcall_value): New.
6409         (call patterns): Remove extra expanders; tidy.
6410         (sibcall_epilogue): New.
6411         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
6413 2000-09-24  Richard Henderson  <rth@cygnus.com>
6415         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
6417         * sibcall.c (skip_pic_restore): New.
6418         (identify_call_return_value): Use it.
6420 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
6422         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
6423         functions.  Generalize to handle both C and C++.
6424         * Makefile.in (c-tree.info): New target.
6425         (info): Add c-tree.info.
6427 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6429         * expr.c (store_field): If BITSIZE is negative, use size of type.
6430         (expand_expr, case COMPONENT_EXPR): Likewise.
6432 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
6434         * cpplex.c: Update TODO comment.
6435         * cpplib.c (do_error, do_warning): Merge common code of
6436         do_error and do_warning into do_diagnostic.  Use it.
6437         (do_diagnostic): New function.
6438         * cpplib.h: Fix comment typo.
6440 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6442         * c-common.c (check_format_info): Warn for a wide character string
6443         used as a non-wide format argument.
6445 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6447         * builtins.def (BUILT_IN_LLABS): Add.
6448         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
6449         * c-common.c (c_common_nodes_builtins): Create builtin functions
6450         __builtin_llabs, and plain llabs unless no_nonansi_builtins
6451         outside of C99 mode.
6452         (expand_tree_builtin): Handle BUILT_IN_LLABS.
6454 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
6456         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
6457         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
6458         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
6459         _cpp_free_toklist): No need to worry about extra dummy token
6460         at the start of token lists any more.
6461         (trigraph_ok): Only warn outside comments.
6462         (skip_block_comment): Set and clear lexing_comment.
6463         (skip_line_comment): Take a cpp_reader not cpp_buffer.
6464         Set and clear lexing_comment.
6465         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
6466         (check_long_token): Delete.
6467         (lex_percent, lex_dot): New subroutines of lex_token to
6468         handle lexing of '.' and '%' without lookback.
6469         (lex_token): Use lex_dot and lex_percent.
6470         (lex_line): Don't check for LIST_OFFSET.
6471         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
6472         * cpplib.c (_cpp_parse_assertion): Similarly.
6473         (cpp_push_buffer): Initialize extra_char.
6474         * cpplib.h (LIST_OFFSET): Delete.
6475         (struct cpp_buffer): New member extra_char.
6476         (struct lexer_state): New members lexing_comment and seen_dot.
6478 2000-09-23  Jason Merrill  <jason@redhat.com>
6480         * config/rs6000/x-aix41 (CLIB): Define here.
6481         * config/rs6000/t-aix43: Not here.
6482         * config/rs6000/t-aix41: Or here.  Remove.
6483         * configure.in: Don't use it.
6485 2000-09-22  Jason Merrill  <jason@redhat.com>
6487         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
6488         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
6489         * config.in: Regenerate.
6491         * configure.in: Fix checks for assembler features when using a
6492         one-tree assembler that has not yet been built.
6493         Fix --disable-threads.
6495 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
6497         * stmt.c (expand_asm_operands): Allow # in constraints.
6499 2000-09-22  Jason Merrill  <jason@redhat.com>
6501         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
6503         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
6504         function-local names.
6506 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
6507             Mark Mitchell  <mark@codesourcery.com>
6509         * toplev.c (warn_disabled_optimization): Declare new warning flag.
6510         * flags.h (warn_disabled_optimization): Add it here.
6511         * gcse.c (gcse_main): Add warning when disabled.
6512         * invoke.texi: Document -Wdisabled-optimization.
6514 2000-09-21  Jason Merrill  <jason@redhat.com>
6516         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
6518         * dwarf2out.c (tree_add_const_value_attribute): New fn.
6519         (gen_variable_die): Call it for non-definitions.
6521         * dwarf2out.c (die_struct): Add die_mark field.
6522         (mark_dies, unmark_dies): New fns.
6523         (clear_die_sizes): Remove.
6524         (print_die): Check die_symbol rather than die_offset.
6525         (build_abbrev_table, output_pubnames, output_aranges): Check
6526         die_mark rather than die_offset.
6527         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
6528         Call mark_dies.
6530 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
6532         * cppfiles.c (lookup_include_file): Rename to open_file.
6533         Always create a splay tree value, even on syscall failures.
6534         Negative entries indicated by fd == -2.
6535         Re-open files closed in the meantime.
6536         (_cpp_fake_include): Create a negative splay tree entry.
6537         (find_include_file, cpp_read_file): Update for function name
6538         change.
6539         * gcc.gd/cpp/mi4.c: Testcase.
6541 2000-09-21  Nick Clifton  <nickc@redhat.com>
6543         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
6544         ARM and THUMB modes.
6546         * config/mcore/mcore.c: Fix compile time warnings.
6547         * config/mcore/mcore-protos.h: Fix compile time warnings.
6549 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6551         * configure.in: Correct test of gcc_cv_glibc.
6552         * configure: Rebuilt.
6553         * config.in: Rebuilt.
6555 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6557         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
6558         (expand_builtin): Handle BUILT_IN_FWRITE.
6560         * builtins.def (BUILT_IN_FWRITE): New entry.
6562         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
6564 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6566         * gcc.c (modify_target): New variable and struct.
6567         (process_command): Handle MODIFY_TARGET_NAME.
6568         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
6569         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
6571         * c-decl.c (finish_decl): Add else's to avoid referencing
6572         TYPE_DOMAIN of an ERROR_MARK.
6574 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
6576         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
6577         `reload_in*' insns.
6579 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
6581         * config/avr/avr.md (neghi2): Add alternative for input and output
6582         operands in different registers, as in negsi2.
6583         (*negsi2): Remove '*' from the name.  Use "movw" if available.
6585 2000-09-19  Jim Wilson  <wilson@cygnus.com>
6587         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
6588         HAVE_GAS_HIDDEN macro.
6590 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
6592         * cpplex.c (lex_line): Drop the EOF token for unknown
6593         directives in assembler.
6595 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
6597         * configure.in: Allow enable_threads_flag value of "aix".  Define
6598         thread_file as "aix" for AIX 4.3 and above.
6599         * configure: Regenerated.
6601         * gthr-aix.h: New file.
6603         * rs6000/t-aix43: Replace soft-float multilib with pthread.
6604         Remove 403 processor multilib match.  Fix rios2 processor multilib
6605         match.
6607         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
6608         to return to appropriate csect.
6610 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6612         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
6613         functions.
6614         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
6615         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
6616         BUILT_IN_PRINTF.
6618         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
6619         New entries.
6621         * c-common.c (init_function_format_info): Handle __builtin_printf.
6622         Set `check_function_format_ptr'.
6623         (c_common_nodes_and_builtins): Set `puts_ftype' and
6624         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
6625         __builtin_printf and printf.
6627         * tree.c, tree.h (check_function_format_ptr): Declare.
6629 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
6631         * cppfiles.c (read_include_file): Take no special action for
6632         zero-length files.
6634 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
6636         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
6637         rather than that of branch.
6638         (shorten_branches): Don't increment insn_current_address twice.
6640         Undo most of the Wed Jan 27 23:39:53 1999 patch:
6641         * loop.h (struct induction): Delete members derived, ix and last_use.
6642         (struct loop_ivs): Delete members first_increment_giv and
6643         last_increment_giv.
6644         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
6645         recombine_givs): Delete functions.
6646         (find_and_verify_loops): Don't initialize cont_dominator.
6647         (strength_reduce): Lose code to try to find bivs that can be
6648         expressed as givs of another biv, and to convert biv increments
6649         into givs.
6650         Lose loop_scan_start variable, always use loop->scan_start.
6651         Don't call recombine_givs.  Don't handle derived givs.
6652         (record_giv): Don't initialize derived and last_use fields.
6653         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
6654         givs.
6655         * unroll.c (derived_regs): Delete static variable.
6656         (unroll_loop): Don't initialize it.
6657         (copy_loop_body): Lose code to handle derived givs.
6658         (find_splittable_givs): Don't check for givs made from biv
6659         increments.
6660         Don't set derived_regs.
6662         Fix misapplied earlier patch:
6663         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
6664         to fpul.
6665         (floatsisf2): Generate floatsisf_ie by default.
6666         (floatsisf_i4): Conditional on TARGET_SH4.
6668         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
6669         predicate for the expanders.
6671 2000-09-19  Richard Henderson  <rth@cygnus.com>
6673         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
6674         in addition to pentium and pentiumpro symbols.
6675         (CPP_CPU_DEFAULT_SPEC): Likewise.
6677         * c-typeck.c (c_expand_asm_operands): Restore the output tree
6678         after expanding.
6680         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
6681         if the tree has side effects.
6682         (warn_if_unused_value): Do not warn about void constructs.
6684         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
6686         * unroll.c (copy_loop_body): Update LABEL_NUSES before
6687         calling invert_jump.
6689 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
6691         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
6692         into anything.
6694 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6696         * Makefile.in (c-common.o): Depend on diagnostic.h.
6698         * c-common.c: Include diagnostic.h.
6699         (tfaff): Delete.
6700         (status_warning): New function.
6701         (check_format_info, maybe_read_dollar_number, check_format_types,
6702         finish_dollar_format_checking, check_function_format): Accept a
6703         `status' parameter.  All callers changed.
6705         * c-common.h (check_function_format): Accept a `status' parameter.
6707         * c-typeck.c: Update call to `check_function_format'.
6709 2000-09-18  Richard Henderson  <rth@cygnus.com>
6711         * c-decl.c (c_expand_body): Call mark_varargs before
6712         expand_function_start.
6714 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
6716         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
6717         * config/rs6000/eabi-ci.asm: Likewise.
6719 2000-09-18  Richard Henderson  <rth@cygnus.com>
6721         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
6722         for BImode.
6724 2000-09-18  Jim Wilson  <wilson@cygnus.com>
6726         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
6727         before passing it to fold_rtx_mult_add.
6729         * unroll.c (final_giv_value): Pass increment through
6730         extend_value_for_giv before passing it to emit_iv_add_mult.
6732         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
6733         paradoxical subreg, then directly substitute the replacement and
6734         return.
6736 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
6738         * cpp.texi: Update documentation, including some clarifications,
6739         the treatment of various newline combinations, and space between
6740         backslash and newline.
6742 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
6744         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
6745         Replace ASM_OUTPUT_LABELREF with assemble_name.
6747 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
6749         * sh.c (addsubcosts): CONST is not cheap.
6750         (find_barrier): For Sh1, take alignment after jumps into account.
6752 2000-09-15  Andrew Haley  <aph@redhat.com>
6754         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
6755         remove all SETs of SUBREGs of hard registers.
6756         * function.c (purge_hard_subreg_sets): New function.
6757         (purge_single_hard_subreg_set): New function.
6758         * rtl.h: (purge_hard_subreg_sets): New function.
6760 2000-09-18  Richard Henderson  <rth@cygnus.com>
6762         * config/ia64/ia64-protos.h: Update.
6763         * config/ia64/ia64.c (signed_inequality_operator): New.
6764         (ia64_expand_compare): New.
6765         (ia64_register_move_cost): Handle PR_REGS moves.
6766         (ia64_secondary_reload_class): Require a GR when moving to a PR.
6767         (struct reg_write_state): Add written_by_and/or.
6768         (struct reg_flags): Add is_and/or.
6769         (rws_update): Set them.
6770         (rws_access_regno): Test them to allow parallel comparisons.
6771         (rtx_needs_barrier): Recognize parallel comparisons.
6772         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
6773         Call recog_memoized; ignore pred_rel_mutex.
6774         (emit_predicate_relation_info): Don't call find_basic_blocks here.
6775         (ia64_reorg): Do it here instead.
6776         * config/ia64/ia64.h: s/CCmode/BImode/g
6777         (MODES_TIEABLE_P): Don't tie BImode.
6778         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
6779         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
6780         (RTX_COSTS): Make multiply 4 insns.
6781         (MEMORY_MOVE_COST): New.
6782         (PREDICATE_CODES): Update.
6783         * config/ia64/ia64.md: s/CCmode/BImode/g
6784         (movcci, movbi): New.
6785         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
6786         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
6787         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
6788         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
6789         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
6790         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
6791         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
6792         (mulsi, muldi): Use xmpy not xma.
6793         (cmpbi): New.
6794         (movcc, movcc_internal): Remove.
6795         (branch expanders): Use ia64_expand_compare.
6796         (setcc expanders): Likewise.
6797         (cmov insns): Use move_operand and ia64_move_ok.
6798         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
6799         scheduler from moving it past a use.
6800         * config/ia64/build.hacks: Remove.
6802 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
6804         * cpphash.h (HASHSTEP): Take character rather than pointer
6805         to character.
6806         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
6808         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
6810         * cpplex.c (auto_expand_name_space, trigraph_replace,
6811         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
6812         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
6813         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
6814         KNOWN_DIRECTIVE): Delete.
6816         (handle_newline, check_long_token, skip_escaped_newlines,
6817         unterminated): New functions.
6818         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
6820         (parse_identifier): Was parse_name, new implementation.
6821         (skip_line_comment, skip_block_comment, skip_whitespace,
6822         parse_number, parse_string, trigraph_ok, save_comment,
6823         adjust_column, _cpp_get_line): New implementations.
6825         (lex_token): New function.  Lexes a token at a time, looking
6826         forwards.  Contains most of the guts of the old lex_line.
6827         (lex_line): New implementation, using lex_token to obtain
6828         individual tokens.
6829         (cpp_scan_buffer): Use the token's line, not the list's line.
6831         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
6832          New implementations.
6833         (do_assert): Don't bother setting the answer's list's line.
6834         (cpp_push_buffer): Initialise new pfile and read_ahead members
6835         of struct cpp_buffer.
6837         * cpplib.h (cppchar_t): New typedef.
6838         (struct cpp_buffer): read_ahead, pfile and col_adjust are
6839         new members.
6840         (struct lexer_state): New structure that determines the state
6841         and behaviour of the lexer.
6842         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
6843         (struct cpp_reader): New member "state". Rename
6844         multiline_string_line and multiline_string_column. Delete
6845         col_adjust, in_lex_line members.
6846         (CPP_BUF_COLUMN): Update.
6848 2000-09-18  Richard Henderson  <rth@cygnus.com>
6850         * combine.c (simplify_comparison): Shift a NOT out of a single
6851         bit test.
6853         * combine.c (if_then_else_cond): Canonicalize BImode true to
6854         STORE_FLAG_VALUE.
6855         * explow.c (trunc_int_for_mode): Likewise.
6857         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
6858         the NOT for De Morgan's rule.
6859         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
6860         of a comparison to the reverse comparison.
6862         * combine.c (try_combine): Allow split to create a single insn.
6864         * machmode.def: Add BImode.  Add a column for bitsize.
6865         * machmode.h (DEF_MACHMODE): Adjust for extra column.
6866         (GET_MODE_BITSIZE): Use it.
6867         * rtl.c (DEF_MACHMODE): Adjust for extra column.
6868         (mode_bitsize): New.
6869         (mode_mask_array): Use bitsize.
6870         * combine.c (combine_simplify_rtx): Require inner and outer
6871         modes to match on nonzero_bits optimizations.
6873 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
6875         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
6876         its entry in spill_reg_store.
6877         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
6878         * sh.c (reg_no_subreg_operand): New function.
6879         * sh-protos.h (reg_no_subreg_operand): Declare it.
6880         * sh.h (PREDICATE_CODES): Add it.
6881         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
6882         input operand that needs to be in fpul.
6883         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
6884         * sh.c (find_barrier): Take into account that machine_dependent_reorg
6885         might add new insns.
6887 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
6889         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
6890         MAYBE_DEAD.
6891         (sh_expand_epilogue): Take the PIC register into account when
6892         computing the frame size.
6894         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
6895         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
6896         LABEL_REFs with a PIC-safe unspec.
6898 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6900         * c-common.c (check_format_info): Properly save the argument
6901         number and parameter for $ operand number formats in case width
6902         and precision arguments are also used.  Allow printf width and
6903         precision arguments to have operand numbers even if none was
6904         specified for the main format, since this is OK for %*.*m.  Only
6905         object to missing $ operand number if the format used requires an
6906         argument.
6908 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6910         * c-common.c (format_char_info): Add 'W' flag to comment.
6911         (print_char_table, scan_char_table): Use it.
6912         (check_format_info): Use the 'W' flag to determine whether a
6913         format argument is written into.
6915 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6917         * c-common.c (check_format_types): Reorganise and clean up,
6918         checking earlier for ERROR_MARKs and making cur_type into its
6919         TYPE_MAIN_VARIANT where convenient.
6921 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6923         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
6925 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
6927         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
6929         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
6930         * i386.c (struct builtin_description): New.
6931         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
6932         (mmx_reg_operand): Declare MODE arg as unused.
6933         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
6934         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
6935         ix86_expand_binop_builtin, ix86_expand_store_builtin,
6936         ix86_init_builtins, ix86_expand_builtin): New functions.
6937         * i386.h (ix86_builtins): New enumeration.
6938         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
6939         * i386.md (attr length_immediate): 0 for mmx/sse types.
6940         (attr prefix_0f): 1 for mmx/sse types.
6941         (setcc_2): Remove "*" so we get gen_setcc_2.
6942         (emms): Account for changed register numbering.  Set "memory" attr
6943         to unknown.
6944         (sfence): Set "memory" attr to unknown.
6946 2000-09-18  Andreas Jaeger  <aj@suse.de>
6948         * configure.in: Define _GNU_SOURCE only when using the GNU C
6949         Library.
6950         * configure: Regenerated.
6951         * config.in: Regenerated.
6953 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
6955         * cppinit.c (cpp_init): Don't use ANSI prototypes.
6956         * flow.c (flow_dump_loop): Likewise.
6957         (flow_loops_dump): Likewise.
6959         * c-typeck.c (c_start_case): Fix typo.
6961 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6963         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
6964         to int for plain complex which defaults to complex double.  Do
6965         warn about defaulting to complex double if pedantic.  Warn about
6966         complex integer types if pedantic.  Warn about complex types if
6967         pedantic and not in C99 mode.
6968         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
6969         for complex conjugation.
6971 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6973         * contrib.texi: Update my entry.
6975 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
6977         * config/avr/avr.md (mcu_enhanced): New attribute.
6978         (mcu_mega): Likewise.
6979         (extendhisi2): Use mcu_enhanced.
6980         (zero_extendhisi2): Likewise.
6981         (call_insn): Use mcu_enhanced and mcu_mega.
6982         (call_value_insn): Likewise.
6983         (*sbrx_branch): Use mcu_mega.
6984         (*sbrx_and_branchsi): Likewise.
6985         (*sbrx_and_branchhi): Likewise.
6986         (*tablejump_lib): Likewise.
6988 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6990         * alias.c (true_dependence): Allow non-unchanging read to conflict
6991         with unchanging write.
6993         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
6994         (store_constructor): Pass alias_set to it.
6996         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
6997         TYPE_MAIN_VARIANT of ERROR_MARK.
6998         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
7000         * simplify-rtx.c (simplify_unary_operation): Add cases
7001         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
7003 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
7005         * expr.h (emit_library_call, emit_library_call_value): Delete
7006         declarations.
7007         * rtl.h (enum libcall_type): New.
7008         (emit_library_call, emit_library_call_value): Change fn_type arg to
7009         be of type enum libcall_type.
7010         * calls.c: Likewise for the function definitions.  Several callers
7011         throughout changed to use the new enumeration appropriately.
7012         (emit_library_call_value_1): Likewise.  Put back code to make libcall
7013         blocks of equal form, but only use it for the two new higher
7014         enumeration values.
7016 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
7018         Convert the C front-end to use function-at-a-time mode.
7019         * c-common.h: Include splay-tree.h.
7020         (C_DECLARED_LABEL_FLAG): New macro.
7021         (struct language_function): Add x_scope_stmt_stack and
7022         x_function_name_declared_p.
7023         (RECHAIN_STMTS): Move definition.
7024         (lang_statment_code_p): Likewise.
7025         (lang_expand_stmt): Likewise.
7026         (lang_expand_decl_stmt): New variable.
7027         (lang_expand_function_end): Likewise.
7028         (current_scope_stmt_stack): New function.
7029         (add_decl_stmt): Likewise.
7030         (add_scope_stmt): Likewise.
7031         (mark_stmt_tree): Likewise.
7032         (struct c_lang_decl): New structure.
7033         (DECL_SAVED_TREE): Define.
7034         (c_mark_lang_decl): New function.
7035         (c_expand_start_cond): Change prototype.
7036         (c_finish_then): New function.
7037         (c_finish_else): Likewise.
7038         (current_function_name_declared): Remove.
7039         (set_current_function_name_declared): Likewise.
7040         (mark_c_language_function): Declare.
7041         (case_compare): Likewise.
7042         (c_add_case_label): Likewise.
7043         (c_expand_expr): Likewise.
7044         (c_safe_from_p): Likewise.
7045         * c-common.c (lang_expand_function_end): New variable.
7046         (struct if_elt): Add if_stmt.
7047         (c_expand_start_cond): Add the if-statement to the statement-tree,
7048         rather than generating RTL.
7049         (c_finish_then): New function.
7050         (c_expand_start_else): Don't generate RTL.
7051         (c_finish_else): New function.
7052         (c_expand_expr_stmt): Don't generate RTL.
7053         (statement_code_p): Add SCOPE_STMT.
7054         (case_compare): New function.
7055         (c_add_case_label): Likewise.
7056         (mark_stmt_tree): Likewise.
7057         (c_mark_lang_decl): Likewise.
7058         (mark_c_language_function): Likewise.
7059         (c_expand_expr): Likewise.
7060         (c_safe_from_p): Likewise.
7061         * c-decl.c (c_stmt_tree): New variable
7062         (c_scope_stmt_stack): Likewise.
7063         (c_function_name_declared_p): Likewise.
7064         (lang_expand_expr_stmt): Remove.
7065         (poplevel): Don't call output_inline_function for nested
7066         functions.
7067         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
7068         `extern' function.
7069         (redeclaration_error_message): Change means of computing whether
7070         or not a function is nested.
7071         (lookup_label): Don't call label_rtx.
7072         (init_decl_processing): Add more GC roots.
7073         (start_decl): Add DECL_STMTs to the statement-tree, rather than
7074         calling rest_of_decl_compilation.
7075         (finish_decl): Don't call expand_decl.
7076         (store_parm_decls): Begin the statement-tree, but don't generate
7077         RTL.
7078         (finish_function): Tie off the statement-tree.  Call c_expand_body
7079         if appropriate.
7080         (c_expand_body): New function.
7081         (push_c_function_context): Save more information.
7082         (pop_c_function_contxt): Likewise.
7083         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
7084         (lang_mark_tree): Mark it.
7085         (current_stmt_tree): Adjust.
7086         (current_scope_stmt_stack): New function.
7087         (do_case): Remove.
7088         (set_current_name_declared): Likewise.
7089         (c_begin_compound_stmt): Define.
7090         (c_expand_decl_stmt): Likewise.
7091         * c-lang.c: Include rtl.h and expr.h.
7092         (lang_init): Set more language-specific hooks.
7093         * c-lex.c: Include expr.h.
7094         * c-parse.in: Changes throughout to add statements to the
7095         statement-tree, rather than generating RTL after every statement.
7096         * c-semantics.c (lang_expand_decl_stmt): Define.
7097         (add_decl_stmt): New function.
7098         (add_scope_stmt): Likewise.
7099         (finish_stmt_tree): Tweak.
7100         (genrtl_expr_stmt): Likewise.
7101         (genrtl_decl_stmt): Handle local labels, and call
7102         lang_expand_decl_stmt if required.
7103         (genrtl_for_stmt): Fix line-number handling.
7104         (genrtl_case_label): Handle cleanups.
7105         (genrtl_asm_stmt): Don't call combine_strings.
7106         (genrtl_compound_stmt): Simplify.
7107         (expand_stmt): Handle SCOPE_STMTs.
7108         * c-tree.h (struct lang_decl): New structure.
7109         (C_DECLARED_LABEL_FLAG): Remove.
7110         (c_begin_compound_stmt): Declare.
7111         (c_expand_decl_stmt): Likewise.
7112         (c_expand_start_case): Rename to c_start_case.
7113         (c_finish_case): New function.
7114         * c-typeck.c (start_init): Tweak setting of
7115         constructor_incremental.
7116         (c_expand_asm_operands): Tweak error-handling.  Add to the
7117         statement-tree.
7118         (c_expand_return): Add to the statement-tree.
7119         (c_expand_start_case): Rename to ...
7120         (c_start_case): ... this.
7121         (struct c_switch): New type.
7122         (switch_stack): New variable.
7123         (do_case): Simplify.
7124         (c_finish_case): New function.
7125         * dependence.c: Include expr.h.
7126         (enum dependence_type): Change spelling of enumerals.
7127         (check_node_dependence): Adjust.
7128         * expr.h (lang_safe_from_p): Declare.
7129         (safe_from_p): Likewise.
7130         * expr.c (lang_safe_from_p): New variable.
7131         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
7132         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
7133         * toplev.c (rest_of_decl_compilation): Robustify.
7134         * tree.c (contains_placeholder_p): Likewise.
7135         * Makefile.in: Update dependencies.
7136         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
7137         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
7138         (objc_expand_function_end): New function.
7139         (finish_method_def): Use it.
7140         (init_objc): Initialize more language-specific hooks.
7141         * objc/Make-lang.in: Update dependencies.
7143 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
7145         * configure.in: Define macros that affect features before
7146         testing for features.  Don't define _XOPEN_SOURCE.
7147         * configure: Regenerated.
7148         * config.in: Regenerated.
7150 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
7152         * rtlanal.c (rtx_varies_p): Volatile asms vary.
7153         (rtx_unstable_p): Restructure code.  Volatile asms
7154         are unstable.
7156 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7158         * function.h (no_debugging_symbols): New field.
7159         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
7160         Initialize no_debugging_symbols.
7161         (output_inline_function): Save and restore write_symbols and set from
7162         no_debugging_symbols.
7163         * toplev.c (rest_of_compilation): Call save_for_inline.
7164         * tree.h: Update comment.
7166         * stor-layout.c (place_field): Don't do anything if field or
7167         its type are ERROR_MARK.
7169 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
7171         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
7172         (read_include_file): Ensure inc->mmaped is initialized.
7174 2000-09-16  Richard Henderson  <rth@cygnus.com>
7176         * cppiles.c (purge_cache): Use PTR not caddr_t.
7178 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
7180         * gcc.c: In description for %{<S}, say the option removed is -S.
7181         * invoke.texi (Spec Files): Ditto.
7183 2000-09-16  Andreas Jaeger  <aj@suse.de>
7185         * configure.in: Always define _GNU_SOURCE to make interfaces
7186         visible that were hidden by only defining _GNU_SOURCE.
7187         * configure: Regenerated.
7189 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
7191         * cpplex.c (push_macro_context): Set an argument's level after
7192         calling parse_args.  We could loop infinitely otherwise.
7194 2000-09-15  Tom Tromey  <tromey@cygnus.com>
7196         * configure, config.in: Rebuilt.
7197         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
7199 2000-09-15  Greg McGary  <greg@mcgary.org>
7201         * cppmacro.c (check_trad_stringification): Check token
7202         text pointers against limit before dereferencing.
7204 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
7206         * c-common.c (format_wanted_type): New structure.
7207         (check_format_types): New function.
7208         (check_format_info): Pass all checking of types of format
7209         arguments, including width and precision arguments, to this new
7210         function.
7212 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7214         * BUGS: Remove file.
7216 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
7218         * config/alpha/alpha.c (override_options): ev6 cache latencies
7219         from Richard Henderson.  Don't allow -mmemory-latency=L0.
7221         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
7222         (TARGET_OPTIONS): Add tune=.
7223         (alpha_tune_string): Declare.
7224         * config/alpha/alpha.c (override_options): Add cpu_table.
7225         Use alpha_cpu_string first to set both alpha_cpu and target_flags
7226         and then alpha_tune_string to set alpha_cpu only.
7227         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
7228         * config/alpha/elf.h (ASM_FILE_START): Likewise.
7229         * config/alpha/osf.h (ASM_FILE_START): Likewise.
7230         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
7232 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7234         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
7235         Remove.
7236         (ix86_comparison_operator, ix86_cc_mode): Declare
7237         * i386.h (CCGC, CCGCO): New modes.
7238         (SELECT_CC_MODE): Move offline to ....
7239         * i386.c (ix86_cc_mode): .... here; use new modes.
7240         (ix86_comparison_operator): New.
7241         (fcmov_comparison_operator): Ensure proper mode.
7242         (put_condition_mode): More sanity checking.
7243         (ix86_match_ccmode): Handle new modes.
7244         (ix86_expand_fp_compare): GEU requires CCmode.
7245         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
7246         doing it by hand.
7247         * i386.md (cmp?i_ccz_1): Remove
7248         (cmp?i_ccno_1): Use ix86_match_ccmode.
7249         (cmp?i_minus_1): New.
7250         (cmpsi_1): New expander.
7251         (cmpqi_ext_1): Use match_ccmode
7252         (cmpqi_ext_3): New expander.
7253         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
7254         (cmpqi_ext_4): Use match_ccmode.
7255         (add?i_?): Use match_ccmode.
7256         (add?i_6): New.
7257         (test?i_ccz_1): Remove
7258         (test?i_1): New.
7259         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
7260         (testqi_ext_0): Use ix86_match_ccmode.
7261         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
7262         (xorqi_cc_ext_1): New expander.
7263         (shift patterns): Use CCGOCmode for all shifts except for sar.
7264         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
7265         (setcc_3, jcc_3, miv?icc_c): Remove.
7267 2000-09-15  Will Cohen  <wcohen@redhat.com>
7269         * dwarf2out.c (add_const_value_attribute): Changed array into a
7270         xmalloced object, so it exists after function exit.
7271         (free_AT): Added case for dw_val_class_float to free allocated
7272         memory.
7274 2000-09-15  Kazu Hirata  <kazu@hxi.com>
7276         * config/i386/i386.md: Fix a comment typo.
7277         * gcc.c: Fix formatting.
7279 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
7281         * optabs.c (emit_libcall_block): If target is a user variable,
7282         copy to a temporary first.
7283         * expr.c (convert_move): When generating a libcall, make a libcall
7284         block.
7285         * calls.c (emit_library_call_value_1): Don't create a libcall
7286         sequence here; our caller will in most cases do it.
7288         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
7289         MACH into FPUL.
7290         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
7291         * sh.md (reload_outsf): Generate recognizable patterns for
7292         TARGET_SH3E.
7293         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
7294         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
7295         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
7296         truncdfsf2_i4): Change not to use explicit references to fpul.
7297         (floatsisf2_ie): Remove USE of fpscr.
7298         (floatsisf2): Change default expansion to match this.
7299         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
7300         unused patterns.
7302 2000-09-15  Richard Henderson  <rth@cygnus.com>
7304         * expmed.c (store_bit_field): Consider naturally aligned
7305         memory for direct reference.
7307 2000-09-15  Richard Henderson  <rth@cygnus.com>
7309         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
7310         AND addresses into alias set 0.
7311         (alpha_expand_unaligned_store): Likewise.
7312         (alpha_expand_unaligned_load_words): Likewise.
7313         (alpha_expand_unaligned_store_words): Likewise.
7315 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
7317         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
7318         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
7319         is defined.
7320         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
7321         rsize of UNITS_PER_WORD.
7323 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
7325         * cpplex.c (ON_REST_ARG): Correct the test.
7326         (maybe_paste_with_next): Duplicate a token that fail pasting,
7327         and clear its PASTE_LEFT flag, so that nested pasting attempts
7328         do not occur.
7330 2000-09-14  Richard Henderson  <rth@cygnus.com>
7332         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
7333         * cse.c (rtx_cost): Likewise.
7334         * optabls.c (expand_binop): Likewise.
7335         (expand_twoval_binop, prepare_cmp_insn): Likewise.
7336         * regclass.c (copy_cost): Likewise.
7337         * reload1.c (reload_cse_move2add): Likewise.
7339 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7341         * c-parse.in (reswords): Add _Complex.
7343 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7345         * gcc.1: Delete documentation for -undef preprocessor option.
7347 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
7349         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7350         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
7351         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
7352         Remove undefine before config/elfos.h.
7353         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
7355 2000-09-14  Kazu Hirata  <kazu@hxi.com>
7357         * invoke.texi (H8/300 Options): Add -ms2600.
7358         * config/h8300.c (h8300_init_once): Output an error when -ms2600
7359         is used without -ms.
7360         * config/h8300.h (TARGET_MAC): New.
7361         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
7362         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
7363         machine other than H8/S2600.
7364         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
7365         of the H8/S2000.
7367 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
7369         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
7370         pseudos that refer to the original pseudos, not only to their
7371         equivalent memory locations.
7373 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7375         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
7376         when making new MEM.
7378         * Makefile.in (LN): Remove duplicate definition.
7380 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7382         From Joern Rennecke:
7383         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
7384         on an insn and function_invariant_p returns nonzero for the source,
7385         add a REG_EQUAL note.
7387 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
7389         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
7390         conflict with frame_pointer_rtx.
7392 2000-09-13  Kazu Hirata  <kazu@hxi.com>
7394         * loop.c: Fix formatting.
7395         * loop.h: Likewise.
7397 2000-09-13  Richard Henderson  <rth@cygnus.com>
7399         * config/ia64/ia64.md (divsf3): New.
7400         (divsf3_internal_lat, divsf3_internal_thr): New.
7401         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
7402         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
7403         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
7404         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
7405         (nmadddf4_alts, nmadddf4_trunc): New.
7406         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
7407         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
7408         (multf3_truncsf_alts, multf3_truncdf_alts): New.
7409         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
7410         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
7411         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
7412         (nmaddtf4_truncdf_alts): New.
7413         (recip_approx): Don't predicate.
7415 2000-09-13  Richard Henderson  <rth@cygnus.com>
7417         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
7419 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7421         * flags.h (flag_dump_rtl_in_asm): Declare.
7422         * toplev.c (flag_dump_rtl_in_asm): Define.
7423         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
7424         if -dP is specified.
7425         * rtl.h (print_rtx_head): Declare.
7426         * print-rtl.c (print_rtx_head): Define.
7427         (print_rtx): Print the string pointed to by print_rtx_head
7428         at beginning of each dump line.
7429         (print_rtl): Likewise.
7430         (print_rtl_single): Likewise.
7431         * final.c (final_scan_insn): Dump the insn in the assembly
7432         file for debugging.
7433         * gcc.1: Document -dP option.
7434         * invoke.texi (Debugging Options): Likewise.
7436 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7438         * md.texi (Machine Constraints): Document the 68HC11 constraints.
7439         * install.texi (Configurations): Document the 68HC11&68HC12 port.
7440         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
7442 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
7444         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
7445         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
7446         (*clrstrqi): Likewise.
7447         (xorhi3,xorsi3,absqi2): Likewise.
7448         (one_cmplhi2,one_cmplsi2): Likewise.
7449         (addsi3): Two stupid constraint alternatives removed.
7450         (extendhisi2): Use `movw' for enhanced avr cores.
7451         (zero_extendhisi2): Likewise.
7453 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
7455         * alias.c (find_base_term): Use frame_pointer_rtx
7456         when handling an ADDRESSOF.
7458         * cse.c (canon_hash): Handle USE of BLKmode memory.
7459         (cse_insn): Outgoing arguments for a libcall don't
7460         affect any recorded expressions.
7462 2000-09-12  Tom Tromey  <tromey@cygnus.com>
7464         * configure, config.in: Rebuilt.
7465         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
7467 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
7469         * c-lex.c (lex_string): Use charwidth to compute bytemask.
7470         * expr.c (expand_expr): Don't optimize constant array references
7471         initialized with wide string constants.
7473 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
7475         * loop.c (note_set_pseudo_multiple_uses): Correct.
7477 2000-09-12  Jim Wilson  <wilson@cygnus.com>
7479         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
7480         else block, and X has side-effects, then fail.
7482 2000-09-12  Greg McGary  <greg@mcgary.org>
7484         * config/mips/mips-protos.h
7485         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
7486         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
7487         (PREDICATE_CODES): Add "trap_cmp_op".
7488         * config/mips/mips.c
7489         (trap_cmp_op, mips_gen_conditional_trap): New functions.
7490         * config/mips/mips.md (trap, conditional_trap): New patterns.
7492 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7494         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
7495         pointer.
7497 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7499         * builtins.c (built_in_decls): New array.
7500         (expand_builtin_fputs): New function.
7501         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
7503         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
7505         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
7507         * tree.h (built_in_decls): New array.
7509 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
7511         * convex.md: Use "+" instead of "=" for outputs wrapped in a
7512         STRICT_LOW_PART.
7513         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
7515 2000-09-12  Kazu Hirata  <kazu@hxi.com>
7517         * haifa-sched.c: Fix formatting.
7519         * genattrtab.c: Fix formatting.
7521         * unroll.c: Fix formatting.
7523 2000-09-12  Bruce Korb  <bkorb@gnu.org>
7525         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
7526         remove obsolete code
7527         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
7528         * fixinc/fixincl.tpl: make non-exported arrays static scope
7529         * fixinc/fixincl.x: regenerate
7530         * fixinc/fixlib.h: Use PARAMS, not _P_
7531         * fixinc/fixtests.c: make a type for the test proc & use it
7532         * fixinc/server.h: Use PARAMS, not _P_
7534 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7536         * c-typeck.c (process_init_element): Avoid union init warnings on
7537         floating point zero.  Don't crash on unions containing structs.
7539 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
7541         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
7542         general_movsrc_operand, and remove CONST_INT from
7543         general_movdst_operand.
7545 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7547         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
7548         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
7549         regs with a higher cost.
7550         (preferrable): Deal with cases where either cost or regcost is
7551         MAX_COST.
7552         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
7553         regcost values.
7554         (COSTS_N_INSNS): Move definition...
7555         * rtl.h: ...here.
7556         (MAX_COST): New macro.
7557         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
7558         constant.
7560 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
7562         * c-common.h (genrtl_clear_out_block): Remove.
7563         * c-semantics.c (genrtl_clear_out_block): Remove.
7564         (genrtl_while_stmt): Don't call it.
7565         (genrtl_for_stmt): Likewise.
7567 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
7569         * cppfiles.c: Move all default-#defines to top of file.
7570         (open_include_file): Replace by lookup_include_file.
7571         (read_with_read, read_file): Merged into read_include_file.
7572         (stack_include_file, purge_cache): New functions.
7573         (close_cached_fd): Delete.
7574         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
7575         Cache the in-memory buffer, not the file descriptor.
7577         * cpphash.h (struct include_file): Add buffer, st, refcnt,
7578         mapped fields.
7579         (xcnew): New utility macro.
7580         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
7581         * cpplib.h (struct cpp_buffer): Remove mapped field.
7583 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
7585         * cpplex.c (parse_string): Accept backslash space newline as a
7586         line continuation.
7587         (lex_line): Likewise.
7588         (_cpp_get_token): Remove hard limit on macro nesting.
7590 2000-09-12  Philipp Thomas  <pthomas@suse.de>
7592         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
7593         * configure: Rebuilt.
7595 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
7597         * flow.c (split_block): Fix update of registers live at
7598         end of split block.
7600 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7602         * i386.md (add?i_3, add?i_5): New.
7603         (add?i_4): Rename from add?i_3;  Fix compare pattern.
7604         (sub?i_3, xor?i_3, ior?i_3): New.
7606         * genrecog.c (write_tree): Output code to clear insn_extract cache.
7607         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
7608         instead of extract_insn and extract_constrain_insn_cache instead of
7609         extract_insn and constrain_operands.
7610         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
7611         New functions.
7612         (extract_insn): Clear which_alternative.
7613         (constrain_operands): Set which_alternative to -1 when failed.
7614         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
7615         Declare.
7617 2000-09-11  Matthew Hiller  <hiller@redhat.com>
7619         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
7620         on operand 0 to '+'.
7621         (movstricthi): Likewise.
7623 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7625         * loop.h (LOOP_IVS): New macro.
7626         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
7627         (struct loop_ivs): New.
7628         (struct loop_info): Add ivs field.
7629         (reg_iv_type, reg_iv_info): Delete prototype.
7630         (reg_biv_class, loop_iv_list): Likewise.
7631         * loop.c (record_biv, find_life_end): Pass loop argument.
7632         (reg_iv_type): Remove global array and use
7633         field in loop_regs structure within loop_ivs structure.
7634         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
7635         (first_increment_giv, last_increment_giv): Use entry in
7636         loop_ivs structure.
7637         (record_initial): Pass ivs pointer.
7638         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
7640 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7642         * loop.h (LOOP_REGS): New macro.
7643         (struct loop_regs): New.
7644         (struct loop_info): Add regs field.
7645         * loop.c (set_in_loop): Remove global array and store
7646         in loop_regs structure as part of loop_info structure.
7647         (n_times_set, may_not_optimize): Likewise.
7648         (reg_single_usage, moved_once): Likewise.
7649         (count_one_set): Add regs argument.
7650         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
7651         (set_pseudo_multiple_uses): Pass regs pointer.
7653 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7655         * unroll.c (iteration_info): Subsume into loop_iterations.
7656         * loop.h (loop_info): New field iv.
7658 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7660         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
7661         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
7662         (flow_loops_update): New prototype.
7663         (flow_loops_find): Add flags to prototype.
7664         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
7665         * flow.c (flow_loop_pre_header_scan): New.
7666         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
7667         (flow_loop_free): Free pre-header root and trace and exit dominators.
7668         (flow_loops_find): New argument flags.
7669         (flow_loops_update): New function.
7670         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
7672 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7674         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
7675         * flow.c (split_block, update_bb_for_insn): New functions.
7677 2000-09-11  Richard Henderson  <rth@cygnus.com>
7679         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
7681 2000-09-11  Richard Henderson  <rth@cygnus.com>
7683         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
7684         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
7685         (ia64_override_options): Prevent optimizing division for both
7686         latency and throughput.
7687         (rtx_needs_barrier): Handle frcpa.
7688         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
7689         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
7690         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
7691         (TARGET_SWITCHES): Add -minline-divide-min-latency and
7692         -minline-divide-max-throughput.
7693         (PREDICATE_CODES): Update.
7694         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
7695         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
7696         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
7697         (extendsftf2): Likewise.
7698         (extenddftf2): Likewise.
7699         (fix_trunctfdi2_alts): New.
7700         (fixuns_trunctfdi2_alts): New.
7701         (madd*4): Rename from madd*3.
7702         (divsi3, modsi3, udivsi3, umodsi3): New.
7703         (divsi3_internal): New.
7704         (divdi3, moddi3, udivdi3, umoddi3): New.
7705         (divdi3_internal_lat, divdi3_internal_thr): New.
7706         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
7707         (recip_approx): New.
7709 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
7711         * print-rtl.c (debug_call_placeholder_verbose): New variable.
7712         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
7713         set.
7714         * integrate.c (copy_rtx_and_substitute): Don't share
7715         LEAF_REG_REMAPpable registers with the inlined function.  Don't
7716         share the function value with calling sequences.
7718 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
7720         * c-decl.c (do_case): Fix a typo.
7722         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
7723         to a if the comparison is floating mode and not -ffast-math.
7724         * simplify-rtx.c (simplify_ternary_operation): Likewise.
7726 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7728         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
7729         gen_ic_invalidate_line.
7731 2000-09-11  Philip Blundell  <pb@futuretv.com>
7733         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
7735 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
7737         * install.texi (LANGUAGES): Update to include new languages.
7738         * INSTALL: Rebuilt.
7740 2000-09-11  DJ Delorie  <dj@redhat.com>
7742         * gcc.c (main): Don't warn about unused -B prefixes
7743         (unused_prefix_warnings): remove
7745 2000-09-11  Kazu Hirata  <kazu@hxi.com>
7747         * final.c: Fix formatting.
7749         * integrate.c: Fix formatting.
7751 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
7753         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
7755 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
7757         * reload.c (regno_clobbered_p): Fix thinko in previous change.
7759 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7761         * gcc.1: Document 68hc11 specific options.
7763 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
7765         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
7766         (TARGET_LONG_DOUBLE_128): Define.
7767         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
7768         (LONG_DOUBLE_TYPE_SIZE): Redefine.
7769         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
7770         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
7771         of __LONG_DOUBLE_128__.
7772         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
7773         passed.
7774         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
7775         (CPP_SYSV_DEFAULT_SPEC): Define.
7776         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
7777         (INIT_TARGET_OPTABS): Define.
7779         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
7780         (RS6000_UITRUNC): Likewise.
7781         (INIT_TARGET_OPTABS): New macro.
7782         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
7783         (trunc_defined): Delete.
7784         (output_prolog): Don't output .extern definitions for fp->int
7785         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
7786         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
7787         (trunc_defined): Delete.
7788         (RS6000_ITRUNC): Moved to aix.h.
7789         (RS6000_UITRUNC): Likewise.
7790         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
7791         only emit a libcall.
7792         (fixuns_truncdfsi2): Delete.
7793         (trunc_call): Delete.
7794         (trunc_call_rtl): Delete.
7796 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
7798         * varasm.c (make_decl_rtl): Restore leading star on
7799         DECL_ASSEMBLER_NAME set for decls with an asmspec.
7801 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
7803         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
7804         won't give a spurious error for '#pragma pack()'.  Simplify
7805         control flow for readability.  'reset' action is not necessary.
7807 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
7809         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
7810         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
7811         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
7812         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
7814         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
7815         profile.c, sdbout.c, tradcif.y, tree.c:
7816         Include defaults.h if not already included.
7817         Don't define the above macros.
7819         * Makefile.in: Update dependencies.
7821 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
7823         * c-common.h (add_stmt): Change prototype.
7824         (RECHAIN_STMTS): New macro.
7825         (CASE_LABEL_DECL): Likewise.
7826         (genrtl_case_label): Change prototype.
7827         (c_expand_start_case): Remove prototype.
7828         (build_case_label): Change prototype.
7829         (decl_constant_value): Declare.
7830         * c-common.c (check_case_value): Handle C++'s extensions to C
7831         semantics.
7832         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
7833         field.
7834         * c-parse.in (stmt): Adjust handling of return statements and case
7835         laels.
7836         * c-semantics.c (add_stmt): Return the new statement.
7837         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
7838         returned expression.  Directly generate RTL, rather than calling
7839         c_expand_return.
7840         (genrtl_switch_stmt): Don't call c_expand_start_case.
7841         (build_case_label): Take the LABEL_DECL as input, too.
7842         (genrtl_case_label): Just call add_case_node.
7843         (expand_stmt): Adjust calls to genrtl_return_stmt and
7844         genrtl_case_label.
7845         * c-tree.h (c_expand_start_case): Declare.
7846         * c-typeck.c (decl_constant_value): Give it external linkage.
7847         (c_expand_return): Don't call expand_return or expand_null_return;
7848         use genrtl_return_stmt instead.
7849         * stmt.c (struct nesting): Remove num_ranges field.
7850         (add_case_node): Give it external linkage.
7851         (expand_start_case): Don't set num_ranges.
7852         (expand_start_case_dummy): Don't clear it.
7853         (pushcase): Rely on add_case_node to handle `default' labels.
7854         (add_case_node): Handle `default' labels.
7855         * tree.c (tree_int_cst_compare): New function.
7856         * tree.h (tree_int_cst_compare): Declare.
7857         (add_case_node): Likewise.
7859 2000-09-10  Richard Henderson  <rth@cygnus.com>
7861         * c-parse.in: Revert last change.
7862         (init_reswords): Do not enter disabled keywords into the ridpointers
7863         table, modulo objc weirdness.
7864         (_yylex): Return the canonical spelling for a keyword.
7866 2000-09-10  Philip Blundell  <philb@gnu.org>
7868         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
7869         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
7871 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
7873         * alias.c (find_base_term): Handle ADDRESSOF.
7874         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
7876 2000-09-10  Denis Chertykov  <denisc@overta.ru>
7878         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
7879         outputting templates with many lines.
7881 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7883         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
7884         to decide whether 64-bit support must be generated.
7886 2000-09-10  Richard Henderson  <rth@cygnus.com>
7888         * c-parse.in (asm patterns): Fix volatile check.
7890 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7892         * cppmacro.c (check_trad_stringification): New function.
7893         (save_expansion): If -Wtraditional, warn about stringification of
7894         macro arguments.
7896 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
7898         * loop.h (struct loop_mem_info): Move from loop.c
7899         (struct loop_info): Add fields store_mems, mems, mems_idx,
7900         mems_allocated, unknown_address_altered,
7901         unknown_constant_address_altered, num_mem_sets, and
7902         first_loop_store_insn.
7904         * loop.c (loop_store_mems): Replace with field in loop_info struct.
7905         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
7906         (unknown_address_altered, unknown_constant_address_altered): Likewise.
7907         (num_mem_sets): Likewise.
7908         (replace_loop_mems, replace_loop_regs): New.
7909         (struct loop_replace_args): New.
7910         (load_mems): Use replace_loop_mems.
7911         (try_copy_prop): Use replace_loop_regs.
7912         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
7914 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7916         * configure.in: Recognize m6811-elf and m6812-elf.
7917         * configure: Regenerate.
7919 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
7921         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
7922         to operand_subword.
7924 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
7926         * loop.c (struct movables): New.
7927         (num_movables): Move into struct movables.
7928         (the_movables): Change type to struct movables.
7929         (ignore_some_movables): Change struct movable arg to struct movables.
7930         (force_movables, combine_movables, regs_match_p): Likewise.
7931         (rtx_equal_for_loop_p, move_movables): Likewise.
7932         (scan_loop): Change movables to be of type struct movables.
7933         Replace last_movable with field in movables structure.
7935 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
7937         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
7938         (init_pragma): Avoid warning if pfile happens to be unused.
7939         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
7940         define init_pragma to nothing.  Always prototype
7941         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
7943         * c-lex.c (process_directive): Always call dispatch_pragma.
7944         Initialize entering_c_header to 0.
7946 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7948         * config/m68hc11/m68hc11.md: New file, machine description for
7949         68HC11 & 68HC12.
7950         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
7951         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
7952         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
7953         * config/m68hc11/m68hc11-protos.h: New file.
7954         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
7955         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
7956         * config/m68hc11/xm-m68hc11.h: New file, target defs.
7957         * config/m68hc11/larith.asm: New file, libgcc routines.
7959 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7961         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
7962         (FPBIT_FUNCS): Add _usi_to_sf.
7963         * config/fp-bit.c (usi_to_float): New function.
7964         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
7965         (usi_to_float): Add appropriate #define.
7967 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
7969         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
7970         new functions.
7971         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
7972         * i386.md (attr "type"): Add sse and mmx types.
7973         (attr "memory"): Handle them without a crash.
7974         (movsi_1, movdi_2): Allow MMX regs.
7975         (movdi splits): Don't split moves involving MMX regs.
7976         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
7977         (movv4sf_internal, movv4si_internal, movv8qi_internal,
7978         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
7979         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
7980         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
7981         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
7982         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
7983         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
7984         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
7985         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
7986         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
7987         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
7988         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
7989         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
7990         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
7991         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
7992         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
7993         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
7994         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
7995         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
7996         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
7997         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
7998         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
7999         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
8000         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
8001         mmx_clrdi): New patterns.
8003 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
8005         * arm.c: Don't include tm.h directly.
8007 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8009         * recog.c (validate_replace_rtx_1): Fix confusion about equality
8010         testing; simplify subregs of constants and nested subregs.
8012 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
8014         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
8016 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
8018         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
8019         VEC_CONCAT.
8020         * rtl.texi (description of USE): Add note about possible pitfalls
8021         with this rtx.
8022         From Richard Henderson:
8023         * reload1.c (choose_reload_regs): Compute need_mode properly.
8025 2000-09-07  Richard Henderson  <rth@cygnus.com>
8027         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
8028         (__modsi3, __umodsi3): Likewise.
8029         (__udivsi3): Likewise.  Normalize the TFmode values.
8031 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
8033         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
8034         with a prototype.
8035         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
8036         warning.
8038 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8040         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
8041         (cmpeqdi_t): Add output pattern.
8042         (cmpeqdi_t+1): Don't split when not optimizing.
8043         Restore proper splitting operation.
8045 2000-09-07  Richard Henderson  <rth@cygnus.com>
8047         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
8048         do not call dispatch_pragma.
8050 2000-09-07  Jim Wilson  <wilson@cygnus.com>
8052         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
8053         to CLASS_CANNOT_CHANGE_MODE.
8054         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
8055         mode classes are different.
8057 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
8059         * cpplib.h (struct cpp_options): Add user_label_prefix member,
8060         left out of commit which removed cppulp.c.
8062 2000-09-07  Richard Henderson  <rth@cygnus.com>
8064         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
8065         after switch for CASE_DROPS_THROUGH.
8067 2000-09-07  Richard Henderson  <rth@cygnus.com>
8069         * loop.c (strength_reduce): Call check_ext_dependant_givs.
8070         Properly extend the biv initial value for the giv.
8071         (record_biv): Zero ext_dependant.
8072         (record_giv): New argument ext_val.  Update all callers.
8073         (general_induction_var): Likewise.
8074         (consec_sets_giv): Likewise.
8075         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
8076         a sign-extend, zero-extend, or truncate.
8077         (combine_givs_p): Make sure modes are compatible.
8078         (check_ext_dependant_givs): New.
8079         (extend_value_for_giv): New.
8080         * loop.h (struct induction): Add ext_dependant.
8081         * unroll.c (iteration_info): Extend the biv initial value for the giv.
8082         (find_splittable_givs): Likewise.
8083         (final_giv_value): Likewise.
8085 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
8087         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
8088         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
8089         definitions from cpplib.h.
8090         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
8091         already done it.
8092         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
8093         documentation for REGISTER_TARGET_PRAGMAS.
8095         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
8096         default-pragma callback to implement -Wunknown-pragmas if
8097         USE_CPPLIB.
8098         * c-parse.in: Move all includes to top of file.
8099         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
8100         tm_p.h.
8101         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
8102         warning.
8103         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
8105         * arm.h, arm-protos.h, arm.c,
8106           c4x.h, c4x-protos.h, c4x.c,
8107           h8300.h, h8300-protos.h, h8300.c,
8108           i370.h, i370-protos.h, i370.c,
8109           i960.h, i960-protos.h, i960.c,
8110           sh.h, sh-protos.h, sh.c,
8111           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
8112         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
8114         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
8115         multiple include guard.
8116         * i370.md (untyped_call): Use GEN_CALL.
8117         (umodsi3): Remove unused variable.
8118         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
8119         * v850.c (output_move_single, output_move_double): Constify
8120         return value.
8121         (print_operand): Constify a char *.
8122         * v850.h (struct small_memory_info): Constify name member.
8124 2000-09-07  Kazu Hirata  <kazu@hxi.com>
8126         * config/h8300.h: Fix comment typos.
8127         * config/h8300/h8300.md: Likewise.
8128         * config/h8300/lib1funcs.asm: Likewise.
8130 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
8132         * Makefile.in: Remove references to cppulp.{c,o}.
8133         * cppinit.c (initialize_builtins, cpp_start_read,
8134         cpp_handle_option): Update to use cpp_options structure.
8135         * cppulp.c: Remove.
8137 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8139         * c-common.c (time_char_table): Allow %#b and %#h.
8141 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8143         * reorg.c (find_end_label): If the basic block reorder pass moves the
8144         return insn to some other place try to locate it again and put our
8145         end_of_function_label there.
8146         * reorg.c (relax_delay_slots): Check if find_end_label created a
8147         new label that invalidates the current optimazation.
8149 2000-09-07  Catherine Moore  <clm@redhat.com>
8151         * unroll.c (unroll_loop): Check for unconditional jumps
8152         to loop continuation.  Delete if n_iterations is 1.
8153         (ujump_to_loop_cont): New routine.
8155 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
8157         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
8158         MODE_VECTOR_FLOAT.
8159         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
8160         to handle multiword modes correctly.  All callers and the declaration
8161         changed.
8163 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8165         * c-common.h (prep_stmt): Declare.
8166         (lang_expand_stmt): Likewise.
8167         * c-decl.c (lang_expand_stmt): Remove.
8168         * c-semantics.c (lang_expand_stmt): Define.
8169         (prep_stmt): New function.
8170         (expand_stmt): Handle common statement types here.
8172 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
8174         * configure.in (sh-*-linux*): Added.
8175         * configure: Rebuilt.
8176         * config/sh/t-linux: New file.
8177         * config/sh/sh.h (USERMODE_BIT): Define.
8178         (TARGET_USERMODE): Likewise.
8179         (TARGET_SWITCHES): New switches for the bits above.
8180         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
8181         * config/sh/linux.h: New file.
8182         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
8183         underscore on linux.
8184         (L_sdivsi3, L_udivsi3): Define for linux.
8185         (L_ic_invalidate): Define.
8186         * invoke.texi (SH Options): Document -musermode.
8188 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
8190         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
8191         CSE unless generating PIC.
8193         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
8194         the PIC register.
8196 2000-09-06  H.J. Lu  (hjl@gnu.org)
8198         * Makefile.in (clean_s1): Depend on stage_b.
8199         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
8200         stage2. They are used for "make compare".
8202 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8204         Move statement-tree facilities from C++ to C front-end.
8205         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
8206         (void_zero_node): New macro.
8207         (struct stmt_tree_s): New type.
8208         (stmt_tree): New typedef.
8209         (struct language_function): New type.
8210         (last_tree): New macro.
8211         (last_expr_type): Likewise.
8212         (walk_tree_fn): New typedef.
8213         (current_stmt_tree): New function.
8214         (begin_stmt_tree): Likewise.
8215         (add_stmt): Likewise.
8216         (finish_stmt_tree): Likewise.
8217         (statement_code_p): Likewise.
8218         (lang_statement_code_p): New variable.
8219         (walk_stmt_tree): New function.
8220         (STMT_IS_FULL_EXPR_P): New macro.
8221         * c-common.c (lang_statement_code_p): New variable.
8222         (c_common_nodes_and_builtins): Initialize void_zero_node.
8223         (statement_code_p): New function.
8224         (walk_stmt_tree): Likewise.
8225         * c-decl.c (language_function): Rename to ...
8226         (c_language_function): ... this.  Include language_function.
8227         (push_c_function_context): Adjust accordingly.
8228         (pop_c_function_context): Likewise.
8229         (mark_c_function_context): Likewise.
8230         (current_stmt_tree): Define.
8231         * c-semantics.c (begin_stmt_tree): New function.
8232         (add_stmt): Likewise.
8233         (prune_unused_decls): Likewise.
8234         (finish_stmt_tree): Likewise.
8236 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8238         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
8240 2000-09-06  Kazu Hirata  <kazu@hxi.com>
8242         * calls.c: Fix formatting.
8244 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
8246         * config/i386/i386.h (ADDRESS_COST): Fix typo.
8248 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8250         Integrated preprocessor.
8252         * Makefile.in: Remove all references to c-parse.gperf,
8253         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
8254         generating c-parse.c.  Update dependencies.
8255         * c-parse.gperf, c-gperf.h: Delete.
8257         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
8258         yy_lim, or yy_get_token.  Don't define get_directive_line if
8259         USE_CPPLIB.
8260         * c-common.h: Add multiple include guard.  Define RID values
8261         for every keyword in C, C++, and Objective C.  Put all the
8262         modifiers first.
8263         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
8264         * c-decl.c (c_decode_option): Handle -lang-objc here.
8265         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
8266         (grokdeclarator): Adjust for new RID scheme.
8267         (extract_interface_info): New stub.
8268         * c-lang.c: Don't declare yy_cur or parse_options.
8269         (lang_init_options): Call cpp_init.  Don't call
8270         cpp_options_init.
8271         (lang_init): Don't call check_newline if USE_CPPLIB.
8273         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
8274         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
8275         rendered unnecessary by new architecture.  Move routines not
8276         shared with C++ to c-parse.in.  Maintain a local idea of the
8277         line number.    Handle C++ as well as C.
8278         [USE_CPPLIB]: Declare and register callbacks for #ident and
8279         for entering/leaving files.
8280         (init_c_lex, c_lex): Are now the entry points to this file.
8281         (check_newline): Break out directive handling to
8282         process_directive.
8283         (read_ucs, is_extended_char, utf8_extend_token): Moved here
8284         from C++ front end.
8285         (readescape, parse_float): Overhaul.
8286         (lex_number, lex_string, lex_charconst): Break out of c_lex
8287         (n'ee yylex).
8288         (get_fileinfo, update_header_times, dump_one_header,
8289         dump_time_statistics): New and/or moved here from C++.
8290         Support per-file data needed by C++ and per-header timing
8291         statistics (C++ only, at the moment).
8292         * c-lex.h: Update prototypes.  Add multiple include guard.
8293         * c-tree.h (struct lang_identifier): Add rid_code field.
8294         (C_IS_RESERVED_WORD, C_RID_CODE): New.
8296         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
8297         reinit_parse_for_function and/or position_after_white_space.
8298         (save_filename, save_lineno): Look ahead before saving.
8299         (label -> identifier ':'): Save file and line before shifting ':'.
8300         (reservedwords): No need to call get_identifier.
8301         (init_parse, finish_parse, yyerror, yylex, yyprint,
8302         make_pointer_declarator): Are now here for C/ObjC.
8303         (rid_to_yy): Conversion table from RID constants to Yacc codes.
8305         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
8306         #pragma registry.  Provide dummy implementation of that
8307         interface if !USE_CPPLIB.
8308         * c-pragma.h: Update to match.
8310         * flags.h: Add multiple include guard.
8311         (flag_detailed_statistics): Moved here from C++.
8312         * toplev.c: Define flag_detailed_statistics.
8314         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
8315         #if USE_CPPLIB.
8316         * timevar.def (TV_CPP, TV_LEX): New.
8317         * timevar.h: Add multiple include guard.
8319         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
8320         #if USE_CPPLIB.
8321         * objc/objc-act.c: Don't mention yy_cur or parse_options.
8322         Initialize cpplib properly.  Force lineno to 0 after first
8323         call to check_newline.  Don't handle -lang-objc here.
8324         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
8326 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
8328         * rs6000.md: Correct function unit definitions for cr_logical and
8329         mtjmpr.
8330         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
8331         and use portable method for >=0 and floating point >=.  Remove
8332         associated matchers.
8334 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8336         * extend.texi: Mark named return value extension as deprecated.
8338 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
8340         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
8341         the result.
8343 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
8345         * toplev.c (display_help): Fix thinko in documentation.
8347         * diagnostic.h (output_buffer::indent_skip): New fields.
8348         (output_indentation): New macro.
8350         * diagnostic.c (output_indent): New function.
8351         (output_set_prefix, clear_diagnostic_info): Use.
8352         (output_emit_prefix): Predict future indentation.
8354 2000-09-06  DJ Delorie  <dj@redhat.com>
8356         * Makefile.in (stage_*): add more dependencies to ensure parallel
8357         builds build correctly
8359 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
8361         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
8362         not bootstrap-lean_f.
8364 2000-09-06  Andreas Schwab  <schwab@suse.de>
8366         * mklibgcc.in: Emit rule for libgcc-stage-start.
8367         * Makefile.in (stage1-start, stage2-start, stage3-start,
8368         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
8370 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
8372         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
8373         (update_equiv_regs): Likewise, except for the mn10200 kludge.
8374         (combine_regs): Likewise.
8376         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
8377         * cse.c: Include "basic-block.h".
8378         (struct table_elt): New field REGCOST.
8379         (CHEAP_REG): Delete macro.
8380         (COST): Return 0 for REGs.
8381         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
8382         (notreg_cost): Return 0 for appropriate SUBREGs.
8383         (COSTS_N_INSNS): Return N * 2.
8384         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
8385         SUBREGs.
8386         (CHEAPER): Use new function preferrable.
8387         (insert): Initialize REGCOST member.
8388         (find_best_addr): Use approx_reg_cost for estimation of register
8389         usage.
8390         (cse_insn): Likewise.
8391         * loop.c (iv_add_mult_cost): New function.
8392         (add_cost, shift_cost, mult_cost): Delete variables.
8393         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
8394         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
8395         Make code that detects autoinc opportunities slightly less optimistic.
8396         (simplify_giv_expr): If expression contains other reg that is also a
8397         giv, only increment benefit if this is the only use of that reg.
8398         (consec_sets_giv): Take that change into account.
8399         (combine_givs): Slightly more verbose output.
8401         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
8402         not the cost of an equivalent shift.
8403         * sh-protos.h (addsubcosts): Declare.
8404         * sh.c (addsubcosts): New function.
8405         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
8406         (RTX_COSTS): Tweak.  Use addsubcosts.
8407         (ADDRESS_COST): Return higher cost for reg+reg addressing.
8409 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
8411         * config/rs6000/rs6000.c (validate_condition_mode): New function.
8412         (branch_comparison_operator): Call validate_condition_mode to
8413         abort rather than returning 0.
8414         (branch_positive_comparison_operator): New function.
8415         (scc_comparison_operator): Call validate_condition_mode to abort
8416         rather than returning 0.
8417         (ccr_bit): Call validate_condition_mode.  Update for
8418         new branch scheme.
8419         (print_operand): Delete %C modifier.  Update %E case
8420         to use EQ bit not SO bit.
8421         (rs6000_reverse_condition): New function.
8422         (rs6000_generate_compare): New function.
8423         (rs6000_emit_sCOND): New function.
8424         (rs6000_emit_cbranch): New function.
8425         (output_cbranch): The length of a long branch insn is
8426         now only 8 bytes.  Add validate_condition_mode.  Use
8427         rs6000_reverse_condition.  Remove cror generation.
8429         * config/rs6000/rs6000.h: Update comments.
8430         (PREDICATE_CODES): Add new predicate.  Update codes used
8431         by branch_comparison_operator and scc_comparison_operator.
8432         * config/rs6000/rs6000-protos.h: Add prototypes for
8433         new external functions.
8434         * config/rs6000/rs6000.md: Add new scheduling parameters
8435         for cr_logical instructions.  Change length of branch
8436         instructions.
8437         (bCOND patterns): Call rs6000_emit_cbranch.
8438         (sCOND patterns): Call rs6000_emit_sCOND.
8439         (branch patterns): Change lengths to 4.
8440         (cr logical patterns): New.
8442 2000-09-06  Richard Henderson  <rth@cygnus.com>
8444         * config/i386/i386.md (call_pop): Fix test for setting
8445         current_function_uses_pic_offset_table.
8446         (call, call_value_pop, call_value): Likewise.
8448 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8450         * timevar.c (timevar_add): Delete.
8451         (timevar_get): Also count time since the selected timer was
8452         last updated.  Do not examine the timevar stack if the
8453         selected timer is standalone.
8455 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8457         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
8459 2000-09-05  Jason Merrill  <jason@redhat.com>
8461         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
8462         for 'extern' arrays.
8464 2000-09-05  Richard Henderson  <rth@cygnus.com>
8466         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
8467         Eliminate final copy from non-trapping case.
8468         (__divdf3, __divsf3): Likewise.
8470 2000-09-05  Richard Henderson  <rth@cygnus.com>
8472         * config/ia64/ia64.md (mulhi3): Fix typo last change.
8473         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
8475 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
8477         * Makefile.in: Restructure bootstrap stages to allow clean
8478         restart after failure.
8480 2000-09-05  Richard Henderson  <rth@cygnus.com>
8482         * config/ia64.md (movsi and movdi patterns): Allow moves from
8483         8-bit constants to AR registers.
8485 2000-09-05  Richard Henderson  <rth@cygnus.com>
8487         * config/ia64/ia64.md (mulhi3): New.
8489 2000-09-05  Richard Henderson  <rth@cygnus.com>
8491         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
8492         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
8493         Optimization Guide, minimum latency alternative.
8494         (__moddi3, __udivdi3, __umoddi3): Likewise.
8495         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
8497 2000-09-05  Bruce Korb  <bkorb@gnu.org>
8499         * fixinc/fixincl.c (load_file): always read header files
8500         with sizes that are a multiple of the page size.
8501         & use libiberty's getpagesize for determining that.
8503 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8505         * gcse.c (hash_string_1): Add prototype.
8506         * cse.c (canon_hash_string): Likewise.
8508 2000-09-04  Craig Newell  <CraigN@ieee.org>
8510         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
8512 2000-09-04  Andreas Schwab  <schwab@suse.de>
8514         * Makefile.in (STAGESTUFF): Remove libgcc.
8515         (stage1-start, stage2-start, stage3-start): Copy the contents of
8516         the libgcc directory explicitly.
8517         (mostlyclean): Clean libgcc.
8519 2000-09-04  Andrew Haley  <aph@redhat.com>
8521         * dwarf2out.c: (stack_adjust_offset): New prototype.
8523 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
8525         * combine.c (make_extraction): Fix rtx_cost comparison to
8526         match the comment.
8528 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
8530         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
8531         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
8532         Add '*' to insn pattern name.
8534 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8536         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
8537         use posn - 1 to index into tokens array.
8538         (maybe_paste_with_next): Adjust caller.
8540 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
8542         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
8544         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
8545         (REGNO_REG_CLASS): Use symbolic register
8546         names.
8548 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
8550         * arm.c (final_prescan_insn): If the form of a jump insn isn't
8551         recognized, don't try to conditionally execute it.
8553 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
8555         * config/avr/avr.md ("*tablejump_lib"): New pattern.
8556         (call_value_insn): Right length claculation.
8557         (call_insn): Likewise.
8559 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
8561         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
8562         gas_output_limited_string, gas_output_ascii, output_movqi,
8563         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
8564         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
8565         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
8566         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
8567         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
8568         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
8569         Add "const" as needed to remove warnings.
8571         * config/avr/avr.c (avr_override_options, avr_init_once,
8572         function_prologue, function_epilogue, frame_pointer_required_p,
8573         class_likely_spilled_p, order_regs_for_local_alloc,
8574         avr_address_cost, avr_ret_register): Use K&R style arguments.
8575         (initial_elimination_offset, gas_output_limited_string):
8576         Remove ATTRIBUTE_UNUSED from the used arguments.
8577         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
8578         Use local variables src, dest, base to access operands[].
8579         Rename reg_dest to reg_src if that's what it is.
8580         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
8581         constants to LD_REGS if reg_was_0.
8582         (output_reload_insisf): Change arg 3 to insn length and set it.
8583         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
8584         access to 16-bit I/O register pairs.
8585         (avr_address_cost): Lower cost for the above case.
8586         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
8587         may be clobbered, also for LD_REGS.
8588         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
8589         with a CONST_INT.
8591         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
8593         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
8594         macro to test_hard_reg_class function.
8595         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
8596         for loading immediate constants to LD_REGS.
8597         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
8600 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
8602         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
8603         * config/avr/libgcc.S: Lost part of the previous patch.
8605 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8607         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
8608         object before calling pthread_mutex_init.
8610 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
8612         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
8613         config/sh/crtn.asm: New files.
8614         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
8615         (crt1.o, crti.o, crtn.o): New targets.
8616         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
8617         sh/t-elf.
8618         * configure: Rebuilt.
8619         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8620         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
8621         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
8622         Undefine for config/elfos.h to redefine.
8623         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
8625 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8627         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
8628         legitimize_pic_address, output_pic_addr_const): Declare.
8629         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
8630         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
8631         (TARGET_SWITCHES): New switch -mprefergot.
8632         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
8633         (PIC_OFFSET_TABLE_REGNUM): Define.
8634         (GOT_SYMBOL_TABLE): Likewise.
8635         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
8636         (ENCODE_SECTION_INFO): Define.
8637         (FINALIZE_PIC): New macros.
8638         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
8639         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
8640         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
8641         (prepare_move_operands): Call emit_pic_move or
8642         emit_pic_const_move if appropriate.
8643         (output_far_jump): For PIC, use braf and output long offset.
8644         (machine_dependent_reorg):
8645         (sh_expand_prologue): Save and initialize the PIC register.
8646         (sh_expand_epilogue): Restore it.
8647         (initial_elimination_offset): Account for it.
8648         (nonpic_symbol_mentioned_p): New function.
8649         (legitimize_pic_address): Likewise.
8650         (output_pic_addr_const): Likewise.
8651         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
8652         (call, call_value): Use them.
8653         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
8654         symPLT_label2reg): New expands.
8655         * invoke.texi (SH Options): Document -mprefergot.
8657 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
8659         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
8660         * gcse.c (hash_string_1): New function.
8661         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
8662         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
8663         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
8664         (canon_hash_string): New function.
8665         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
8666         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
8667         (fold_rtx): Use ASM_OPERANDS accessor macros.
8668         * emit-rtl.c (copy_insn_1): Likewise.
8669         * integrate.c (copy_rtx_and_substitute): Likewise.
8670         * stmt.c (expand_asm_operands): Likewise.  Give an
8671         ASM_OPERANDS rtx the mode of the output reg being set from it.
8673 2000-09-01  Fred Fish  <fnf@be.com>
8675         * fix-header.c (write_rbrac): Add putc and getc to list of
8676         functions to protect against prior definition as a macro.
8678 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8680         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
8681         (c_size_type_node): Define.
8682         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
8683         * c-common.c (enum format_lengths, enum format_std_version,
8684         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
8685         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
8686         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
8687         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
8688         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
8689         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
8690         format_types): Define.
8691         (format_char_info, print_char_table, scan_char_table,
8692         time_char_table): Rearrange for new organization of information
8693         about format length modifiers and standard versions.
8694         (T_ST): Redefine to use c_size_type_node.
8695         (check_format_info): Obtain information about length modifiers and
8696         standard versions from tables.  Adjust warning message wordings.
8697         Use the name from the user's program for `ll' and `hh' length
8698         modifiers in warning messages.  Use more informative names for
8699         wanted types where available (for wchar_t, wint_t, size_t, signed
8700         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
8702 2000-09-01  Jim Wilson  <wilson@cygnus.com>
8704         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
8705         * combine.c (distribute_notes): Handle REG_NORETURN.
8706         * rtl.c (reg_note_name): Add REG_NORETURN.
8707         * rtl.h (enum reg_note): Likewise.
8709         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
8710         ia64_file_start.
8711         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
8712         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
8713         (emit_predicate_relation_info): Handle conditional calls with
8714         REG_NORETURN.
8715         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
8716         instead of ia64_file_start.
8717         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
8718         * config/ia64/ia64.md (safe_across_calls_all,
8719         save_across_calls_normal): New patterns.
8721         * loop.c (check_final_value): Check for biv use before checking for
8722         giv use.  Check for both biv and giv uses.  Always set last_giv_use
8723         if there is a giv use.
8725 2000-09-01  Richard Henderson  <rth@cygnus.com>
8727         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
8728         (madddi3): Likewise.
8729         (maddsi3): New.
8731 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8733         * expr.c (clear_storage): Don't use emit_move_insn unless
8734         either BLKmode or proper size.
8735         (store_constructor): Don't call clear_storage if REG of wrong size.
8737         * flow.c (init_propagate_block_info): Don't mark frame dead at end
8738         of function if returns wiht stack pointer depressed.
8740 2000-09-01  Andrew Haley  <aph@redhat.com>
8742         * dwarf2out.c (stack_adjust_offset): New function.
8743         (dwarf2out_stack_adjust): Break out stack adjust logic into
8744         new stack_adjust_offset function.  Look inside parallels and
8745         sequences for stack adjustments.
8747 2000-08-31  Jeff Law <law@cygnus.com>
8749         * arm.md: Use no_new_pseudos to determine when it is safe
8750         to create new pseudo registers.
8752         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
8753         when we can safely allocate new registers.
8755 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
8757         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
8758         so that CONCATs are not generated for ASMs.
8759         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
8760         not generating_concat_p.
8761         * function.c (pop_function_context_from): Reset
8762         generating_concat_p.
8763         (prepare_function_start): Likewise.
8764         * rtl.c (generating_concat_p): Define.
8765         * rtl.h (generating_concat_p): Declare.
8766         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
8768 2000-08-22  Philipp Thomas  <pthomas@suse.de>
8769             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
8771         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
8772         for translation.
8774 2000-08-30  Greg McGary  <greg@mcgary.org>
8776         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
8777         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
8778         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
8780 2000-08-30  Greg McGary  <greg@mcgary.org>
8782         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
8783         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
8784         (TREE_INT_CST): New macro.
8785         * varasm.c (const_hash, compare_constant_1, record_constant_1):
8786         Use new macro TREE_INT_CST.
8788 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
8790         * contrib.texi: Add self.
8792 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
8794         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
8795         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
8796         and labels.
8798 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8800         * fixinc/gnu-regex.c: Don't define `const'.
8802 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8804         * expr.c (store_constructor): Allow variable bounds of array type.
8805         (expand_expr): Don't blow up if type is ERROR_MARK.
8806         * varasm.c (output_constructor): Don't access lower bound of array
8807         type unless need it if index is supplied (so it can be a variable
8808         if no index is supplied).
8809         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
8810         Other minor cleanups.
8812 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8814         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
8815         for compilations in stage 1 and subsequent stages, respectively.
8816         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
8817         * configure: Rebuilt.
8818         * x-vax, x-vax-gcc: Deleted.
8820 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
8822         * c-common.c (declare_function_name): Use func_id_node,
8823         function_id_node, and pretty_function_id_node.  Do not make
8824         __func__ visible at file scope.
8825         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
8826         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
8827         (function_id_node, pretty_function_id_node, func_id_node): New
8828         macros.
8829         * c-decl.c (init_decl_processing): Initialize function_id_node,
8830         pretty_function_id_node, and func_id_node.
8831         (c_make_fname_decl): Correct comment.
8833         * tree.h (struct tree_identifier): Constify pointer member.
8835         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
8836         * c-pragma.h (struct weak_syms): Constify name and value members.
8837         (add_weak): Constify arguments.
8839         * calls.c (special_function_p): Constify a char *.
8840         (expand_call): Remove variable which is initialized and then
8841         never used.
8842         * dependence.c (struct def_use, struct induction, struct subscript):
8843         Constify 'variable' member.
8844         (get_low_bound, have_induction_variable): Constify char * argument.
8845         (find_induction_variable): Add braces to avoid dangling else.
8846         (classify_dependence): Constify char * arrays.
8847         * profile.c (output_func_start_profiler): Constify a char *.
8848         * stor-layout.c (finalize_record_size): Constify a char *.
8849         * tree.c (is_attribute_p): Constify a char *.
8850         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
8852         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
8853         for comprehensibility.  Do not call get_identifier if we did
8854         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
8855         create temporary string constants, not ggc_alloc_string.  No
8856         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
8857         char * to hold IDENTIFIER_POINTERs.
8859 2000-08-29  Richard Henderson  <rth@cygnus.com>
8861         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
8862         for the inputs.
8864 2000-08-29  Richard Henderson  <rth@cygnus.com>
8866         * reload.c (push_secondary_reload): Allow class == reload_class
8867         if we're using a reload_in/out pattern.
8869         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
8870         the half that does not conflict with the reload register.
8871         (reload_outti): Likewise.
8873 2000-08-29  Kazu Hirata  <kazu@hxi.com>
8875         * reload.c: Fix formatting.
8877         * stmt.c: Fix formatting.
8879         * gcc.c: Fix formatting.
8881 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
8883         * flags.h (time_report, mem_report): New global flags.
8884         * toplev.c: Define time_report and mem_report.
8885         (f_options): Add -ftime-report and -fmem-report.
8886         (compile_file): Turn on time_report if quiet_flag is off.
8887         Call ggc_print_statistics at very end if mem_report is on.
8888         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
8890         * ggc-common.c (ggc_print_statistics): Rename to
8891         ggc_print_common_statistics; all callers changed.  Scale
8892         quantities above 10K to kilobytes and above 10M to megabytes.
8893         * ggc-page.c (ggc_page_print_statistics): Rename to
8894         ggc_print_statistics.  Report memory consumed by internal data
8895         structures for each allocation bucket.  Scale quantities above
8896         10K to kilobytes and above 10M to megabytes.
8897         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
8898         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
8899         Define tally_leaves always.
8900         (ggc_print_statistics): New function.
8901         * ggc.h: Adjust for renamed functions.
8903 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
8905         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
8906         output_movsisf instead of which_alternative.
8908         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
8910 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
8912         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
8913         (avr_progmem_p): New prototype.
8914         (output_movsisf): Prototype declaration changed.
8915         (output_movqi): New prototype.
8916         (output_movhi): New prototype.
8917         (call_insn_operand): Likewise.
8918         (final_prescan_insn): Likewise.
8919         (avr_simplify_comparision_p): Likewise.
8920         (avr_normalize_condition): Likewise.
8921         (compare_eq_p): Likewise.
8922         (out_shift_with_cnt): Likewise.
8923         (const_int_pow2_p): Likewise.
8924         (output_reload_inhi): Prototype declaration changed.
8926         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
8927         (ldi_reg_rtx): New. rtx for r31.
8928         (avr_init_stack): Initialize as "__stack".
8929         (function_prologue): Use it.
8930         Replace all TARGET_ENHANCED with AVR_ENHANCED.
8931         (avr_mcu_name): Initialize as "avr2".
8932         (avr_enhanced_p, avr_mega_p): New variables.
8933         (mcu_types, avr_override_options): Handle all known MCU types.
8934         Also handle avr1 (only preprocess, assemble and link).
8935         (print_operand): Using of `%K' in output template removed.
8936         (out_movqi_r_mr): Optimized.
8937         (out_movhi_r_mr): Likewise.
8938         (output_movqi): New function.
8939         (output_movhi): Likewise.
8940         (out_movsi_r_mr): Optimized.
8941         (output_movsisf): Compute insn length for `adjust_insn_length'
8942         (out_movqi_mr_r): Optimized.
8943         (out_movhi_mr_r): Optimized.
8944         (adjust_insn_length): Use output_movsisf, output_movqi,
8945         output_movhi for insn length adjusting.
8946         (reg_unused_after): Use dead_or_set_p.
8947         (preferred_reload_class): Now havn't any restriction.
8948         (reg_was_0): New function.
8949         (io_address_p): Likewise.
8950         (const_int_pow2_p): Likewise.
8951         (output_reload_inhi): Likewise.
8952         (output_reload_insisf): Likewise.
8954         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
8955         (LIB_SPEC): Use -lc for all supported devices.
8956         (LIBGCC_SPEC): Use -lgcc for all supported devices.
8957         (AVR_MEGA): Define as avr_mega_p.
8958         (AVR_ENHANCED): New, define as avr_enhanced_p.
8959         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
8960         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
8961         (CRT_BINUTILS_SPECS): Handle all known MCU types.
8962         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
8963         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
8964         (ASM_SPEC): Pass -mmcu=... to the assembler.
8965         Change all -DAVR_* to -D__AVR_*__.
8966         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
8967         Rename library functions to start with two underscores.
8968         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
8969         alignment.
8970         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
8971         (SUPPORTS_WEAK): Likewise.
8972         (LDI_REG_REGNO): New. Register r31 will be used as temporary
8973         register for loading constants to r0-r14.
8975         * config/avr/avr.md: Replace all TARGET_ENHANCED with
8976         AVR_ENHANCED.
8977         (*mov_r_sp): Removed. Handled by output_movhi.
8978         (*mov_sp_r): Likewise.
8979         (*mov_sp_r_no_interrupts): Likewise
8980         (*mov_sp_r_tiny): Likewise.
8981         (*movqi): Use output_movqi.
8982         (*reload_inqi): New.
8983         (*movhi): Use output_movhi.
8984         (*reload_inhi): New.
8985         (*negsi2): Optimized.
8986         (*negsf2): Likewise.
8987         Added peepholes (define_peephole2) for loading constants to r0-r14
8988         and for using `cpse' command.
8990         * config/avr/libgcc.S: Rename library functions to start with two
8991         underscores.
8992         Add support for enhanced core.
8993         (_moqhi3): Fix typo, now _modqi3.
8994         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
8995         (__prologue_saves__): Remove test for stack adjust by 0.
8996         (__tablejump__): New.
8998         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
8999         Add multilib support.
9001 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
9003         * loop.c (prescan_loop): Don't check unknown_address_altered
9004         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
9005         to loop_store_mems as necessary.
9006         (loop_invariant_p): Don't check unknown_address_altered
9007         or unknown_constant_address_altered.
9009 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9011         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
9013 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9015         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
9016         print just the filename.
9017         * cpplex.c (_cpp_run_directive): Add additional argument, the
9018         name to give the synthetic buffer.  This defaults to
9019         translated "<command line>".
9020         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
9021         Adjust to match.
9022         (_cpp_define_builtin): New function.
9023         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
9024         * cpphash.h: Update prototypes.
9026         * tradcpp.c (main): Process -D and -U simultaneously, in the
9027         order they appeared on the command line.
9029 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9031         * c-decl.c (define_label): Call warning_with_file_and_line and
9032         error_with_file_and_line instead of plain warning or error.
9034         * c-parse.in (label): Use save_filename/save_lineno to ensure
9035         correct values for calls to define_label.
9037 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
9039         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
9040         away.
9041         * expr.c (expand_expr, case TARGET_EXPR): Don't call
9042         mark_addressable.
9043         * tree.h (get_file_function_name): Remove two duplicate
9044         declarations.
9046 2000-08-28  Kazu Hirata  <kazu@hxi.com>
9048         * tree.c: Fix formatting.
9050         * xcoffout.c: Fix formatting.
9052 2000-08-28  Jason Merrill  <jason@redhat.com>
9054         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
9056 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
9058         * dwarf2out.c (dwarf2out_finish): Don't bother calling
9059         break_out_includes if it won't do anything.
9061 2000-08-28  Richard Henderson  <rth@cygnus.com>
9063         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
9064         (find_reloads): Likewise.
9065         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
9066         (reload_inhi): Likewise.
9068 2000-08-28  Richard Henderson  <rth@cygnus.com>
9070         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
9071         (call_insn_operand): Don't expect a surrounding mem.
9072         (constant_call_address_operand): Likewise.
9073         * config/i386/i386.h (PREDICATE_CODES): Update.
9074         * config/i386/i386.md (call patterns): Move the match_operand
9075         for the call destination inside the mem.
9077 2000-08-28  Richard Henderson  <rth@cygnus.com>
9079         * local-alloc.c (requires_inout): Don't use reserved range for
9080         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
9081         * recog.c (asm_operand_ok): Likewise.
9082         (preprocess_constraints, constrain_operands): Likewise.
9083         * regclass.c (record_reg_classes): Likewise.
9084         * reload.c (find_reloads): Likewise.
9085         * reload1.c (maybe_fix_stack_asms): Likewise.
9086         (reload_cse_simplify_operands): Likewise.
9087         * stmt.c (expand_asm_operands): Likewise.
9089         * md.texi: Update constraints documentation.
9090         * tm.texi (EXTRA_CONSTRAINT): Update.
9092 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
9094         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
9095         (print_die): If we don't know the offset of the
9096         target die, try the symbol.  Add a trailing newline.
9097         (reverse_all_dies): New fn.
9098         (dwarf2out_finish): Call it.
9099         (break_out_includes): Reorganize for clarity.
9100         (add_sibling_attributes): Don't call reverse_die_lists.
9101         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
9102         primary CU, too.
9103         * flags.h: Add flag_eliminate_dwarf2_dups.
9104         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
9106 2000-08-28  Jason Merrill  <jason@redhat.com>
9108         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
9109         * dwarf2out.c: #include "md5.h".
9110         (DIE_LABEL_PREFIX): New macro.
9111         (dw_val_struct): Add 'external' flag to val_die_ref.
9112         (add_AT_die_ref, AT_ref): Adjust.
9113         (AT_ref_external, set_AT_ref_external): New fns.
9114         (build_abbrev_table): Call set_AT_ref_external.
9115         (value_format): Call AT_ref_external.
9116         (die_struct): Add die_symbol field.
9117         (new_die): Clear it.
9118         (dwarf_tag_name): Handle BINCL/EINCL.
9119         (dwarf2out_start_source_file): Add BINCL DIE.
9120         (dwarf2out_end_source_file): Add EINCL DIE.
9121         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
9122         (loc_checksum, attr_checksum, die_checksum): New fns.
9123         (is_type_die, is_comdat_die, is_symbol_die): New fns.
9124         (compute_section_prefix, assign_symbol_names): New fns.
9125         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
9126         (output_die): Call output_die_symbol and AT_ref_external.
9127         (output_comdat_comp_unit): New fn, split out from...
9128         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
9129         secondary CUs.
9130         (output_pubnames, output_aranges): Abort if we see entries from
9131         secondary CUs.
9132         * toplev.h: Declare file_name_nondirectory.
9133         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
9134         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
9135         (debug_start_source_file): Call dwarf2out_start_source_file
9136         regardless of debug verbosity.
9137         (debug_end_source_file): Similarly.
9138         * tree.h: Declare clean_symbol_name.
9139         * tree.c (clean_symbol_name): Split out from...
9140         (get_file_function_name_long): ...here.
9142         * dwarf2out.c (new_loc_descr): Use calloc.
9143         (splice_child_die): Remove the die from the right parent.
9144         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
9146 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9148         * toplev.c (decode_g_option): Don't give warning for unknown -g
9149         option; return 0 instead.
9150         (main): If -g option is not recognized by front end or
9151         language-independent code, give warning.
9153 2000-08-28  Greg McGary  <greg@mcgary.org>
9155         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
9156         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
9157         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
9159 2000-08-27  Greg McGary  <greg@mcgary.org>
9161         * cpplex.c (parse_string): Don't look for backslash
9162         before first char in `namebuf'.
9163         * loop.c (strength_reduce): Skip NOTEs.
9165 2000-08-27  Jason Merrill  <jason@redhat.com>
9167         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
9168         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
9169         TREE_ASM_WRITTEN, either.
9170         (finish_decl): Adjust.
9172 2000-08-28  Philipp Thomas  <pthomas@suse.de>
9174         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
9175         they have been incorporated into the gettext CVS. Change the text to
9176         reflect the current status of NLS. Add instructions for accessing
9177         the gettext CVS and add the patch from Martin v. Loewis.
9179 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
9181         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
9182         by using gen_lowpart_common.
9183         (movdi_internal64+6): Likewise.
9185 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
9187         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
9188         Document.
9190         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
9191         numbers to the ranges used by GDB.
9193 2000-08-25  Richard Henderson  <rth@cygnus.com>
9195         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
9196         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
9197         (ia64_expand_prologue): Likewise.
9198         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
9199         argument for stdargs.
9201 2000-08-25  Jason Merrill  <jason@redhat.com>
9203         * integrate.c (expand_inline_function): Pull out the original decl.
9205 2000-08-25  Jim Wilson  <wilson@cygnus.com>
9207         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
9209         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
9211 2000-08-25  Greg McGary  <greg@mcgary.org>
9213         * flow.c (dump_edge_info): Use ARRAY_SIZE.
9214         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
9216 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
9218         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
9220 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
9222         * i386.c (ix86_find_base_term): New.
9223         * i386-protos.h (ix86_find_base_term): Prototype.
9224         * i386.h (FIND_BASE_TERM): Define.
9225         * alias.c (find_base_term): Use it.
9226         * tm.texi (FIND_BASE_TERM): Document it.
9228         * alias.c (true_dependence, write_dependence_p): Unchanging
9229         memory can't conflict with non-unchanging memory.
9231         * alias.c (memrefs_conflict_p): A BLKmode reference
9232         to a symbol (or CONST_INT address) always conflicts
9233         with a reference to another symbol.
9235 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9237         * c-common.c (time_char_table): Don't allow width and flags with
9238         "z" format.
9240 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
9242         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
9243         way as LT and LTU when the second operand has 0 in low word.
9245 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9247         * basic-block.h (struct loop): Rename `exits' field to
9248         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
9250         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
9251         (flow_loop_entry_edges_find): Add.
9252         (flow_edge_list_print): Rename from flow_exits_print.
9253         (flow_loops_find): Call flow_loop_entry_edges_find.
9254         (flow_loop_dump): Dump entry_edges list.
9255         (flow_loops_free): Free entry_edges.
9257 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9259         * loop.c (loop_dump_aux, debug_loop): New functions.
9260         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
9262         * flow.c (flow_loops_dump): Add callback parameter.
9263         (flow_loop_dump): Add callback parameter and call it.  Move
9264         loop note debugging code to loop_dump_aux.
9266         * basic-block.h (flow_loop_dump): Add callback parameter
9267         (flow_loops_dump): Likewise.
9269         * toplev.c (rest_of_compilation): Add NULL callback function pointer
9270         to call to flow_loops_dump.
9272 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9274         * loop.c (count_loop_regs_set): Replace start and end arguments
9275         with loop argument.  All callers udated.
9277 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9279         * loop.c (constant_high_bytes): Delete.
9281 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9283         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
9284         and NOTE_INSN_LOOP_VTOP to...
9285         (find_and_verify_loops) ...here.
9287 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
9289         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
9290         (fini_dummy, init_dummy): Use it.
9292 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
9294         * cpplex.c (is_macro_disabled): Caller has already checked
9295         that we're not a preprocessed file.
9297 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
9299         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
9300         (c-iterate.o): Remove target.
9301         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
9302         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
9303         (finish_decl): Don't handle iterators.
9304         (grokdeclarator): Likewise.
9305         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
9306         * gcc/c-gperf.h: Regenerated.
9307         * gcc/c-iterate.c: Removed.
9308         * gcc/c-lex.c (init_lex): Don't handle iterators.
9309         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
9310         (compstmt_primary_start): Remove push_iterator_stack call.
9311         (stmt): Don't allow iterator statements.  Replace iterator_expand
9312         with expand_expr_stmt.
9313         (all_iter_stmt): Remove.
9314         (all_iter_stmt_simple): Likewise.
9315         (all_iter_stmt_with_decl): Likewise.
9316         * gcc/c-tree.h (ITERATOR_P): Remove.
9317         (ITERATOR_BOUND_P): Likewise.
9318         (init_iterators): Remove declaration.
9319         (iterator_expand): Likewise.
9320         (iterator_for_loop_start): Likewise.
9321         (iterator_for_loop_end): Likewise.
9322         (iterator_for_loop_record): Likewise.
9323         (push_iterator_stack): Likewise.
9324         (pop_iterator_stack): Likewise.
9325         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
9326         (readonly_warning): Likewise.
9327         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
9329 2000-08-24  Jim Wilson  <wilson@cygnus.com>
9331         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
9332         Copy type in a TYPE_DECL, just like pushdecl does.
9334 2000-08-24  Richard Henderson  <rth@cygnus.com>
9336         * toplev.c (main): Enable flag_reorder_blocks at -O2.
9338 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
9340         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
9341         asked for one page, allocate GGC_QUIRE_SIZE of them and put
9342         the extras on the free list.
9343         (release_pages): Clean up.
9344         (ggc_set_mark): Don't adjust G.allocated here...
9345         (sweep_pages): ... do it here.
9347 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
9349         * cppfiles.c (read_include_file): Rearrange initializations.
9351 2000-08-24  Richard Henderson  <rth@cygnus.com>
9353         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
9355         * config/ia64/ia64-protos.h: Update.
9356         * config/ia64/ia64.c (gr_register_operand): New.
9357         (fr_register_operand, grfr_register_operand): New.
9358         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
9359         (grfr_reg_or_8bit_operand): New.
9360         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
9361         use gr_register_operand.
9362         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
9363         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
9364         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
9365         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
9366         (fr_reg_or_fp01_operand): Likewise.
9367         (not_postinc_memory_operand): New.
9368         (ia64_split_timode): Remove unused variables.
9369         (rtx_needs_barrier): Check arguments to cmpxchg.
9370         (builtin_description): Remove.
9371         (bdesc_2argsi, bdesc_2argdi): Remove.
9372         (ia64_init_builtins): Declare all builtins directly.
9373         (ia64_expand_fetch_and_op): Rewrite to be called from
9374         ia64_expand_builtin directly.  Use expand_binop and co.
9375         (ia64_expand_op_and_fetch): Likewise.
9376         (ia64_expand_compare_and_swap): Likewise.
9377         (ia64_expand_binop_builtin): Remove.
9378         (ia64_expand_lock_test_and_set): New.
9379         (ia64_expand_lock_release): New.
9380         (ia64_expand_builtin): Use them.
9381         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
9382         (EXTRA_CONSTRAINT): Use it.
9383         (PREDICATE_CODES): Update.
9384         * config/ia64/ia64.md (*): Use gr_register_operand and co.
9385         (mf): Indicate that we set memory as well as use it.
9386         (fetchadd_acq_si): Show memory being modified as well.
9387         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
9388         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
9389         (lock_test_and_set_si, lock_test_and_set_di): Remove.
9390         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
9391         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
9392         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
9393         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
9394         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
9395         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
9396         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
9397         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
9398         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
9399         return type.  Pretty print definitions.
9401 2000-08-24  Jim Wilson  <wilson@cygnus.com>
9403         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
9404         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
9406 2000-08-24  Jason Merrill  <jason@redhat.com>
9408         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
9409         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
9410         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
9411         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
9413 2000-08-24  Greg McGary  <greg@mcgary.org>
9415         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
9416         and extendtab within their proper array boundaries.
9417         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
9418         for the entire array.
9420         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
9421         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
9422         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
9423         * config/fr30/fr30.c (fr30_print_operand): Likewise.
9424         * config/i386/dgux.c (output_options): Likewise.
9425         * config/i386/dgux.h (ASM_FILE_START): Likewise.
9426         * config/m88k/m88k.c (output_options): Likewise.
9427         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
9428         * config/mcore/mcore.c (mcore_output_inline_const_forced,
9429         layout_mcore_frame, handle_structs_in_regs): Likewise.
9430         * config/mips/mips.c (output_block_move): Likewise.
9431         * config/rs6000/rs6000.c (rs6000_override_options,
9432         rs6000_file_start): Likewise.
9433         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
9434         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
9435         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
9436         * builtins.c (expand_builtin_setjmp): Likewise.
9437         * expr.c (safe_from_p): Likewise.
9438         * flow.c (life_analysis): Likewise.
9439         * fold-const.c (size_int_type_wide): Likewise.
9440         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
9441         * genattrtab.c (make_length_attrs): Likewise.
9442         * genopinit.c (gen_insn): Likewise.
9443         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
9444         * global.c (global_alloc): Likewise.
9445         * local-alloc.c (find_free_reg): Likewise.
9446         * mips-tdump.c (print_symbol): Likewise.
9447         * mips-tfile.c (parse_def, parse_input): Likewise.
9448         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
9449         * stmt.c (expand_nl_goto_receiver): Likewise.
9450         * stor-layout.c (set_sizetype): Likewise.
9451         * varasm.c (decode_reg_name): Likewise.
9452         * toplev.c (decode_f_option, decode_W_option,
9453         set_target_switch, print_switch_values): Likewise.
9454         (NUM_ELEM): Remove macro.
9455         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
9457 2000-08-24  Greg McGary  <greg@mcgary.org>
9459         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
9460         (MAIN_NAME_P, main_identifier_node): New macros.
9461         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
9462         * c-decl.c (start_decl, grokdeclarator, start_function,
9463         store_parm_decls, finish_function): Use MAIN_NAME_P.
9464         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
9465         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
9466         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
9467         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
9469 2000-08-24  Greg McGary  <greg@mcgary.org>
9471         * cppfiles.c (actual_directory): Don't write beyond `dir'
9472         when it contains "".
9473         * real.c (asctoeg): Stay within bounds of etens[][].
9475 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9477         * dependence.c (dependence_string, direction_string,
9478         dump_one_node, dump_node_dependence): Hide unused identifiers.
9479         (get_low_bound, normalize_coefficients): Match definition to
9480         static prototype.
9481         (get_one_coefficient): Initialize variables `value0_is_idx' and
9482         `value1_is_idx'.
9483         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
9484         (ziv_test): Delete variable `idx', use parameter `sub' instead.
9485         (direction_merge): Avoid automatic aggregate initialization.
9486         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
9487         Initialize variables `dest_idx' and `src_idx'.
9488         (end_dependence_analysis): Avoid C89 style function definition.
9490 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
9492         * c-common.c (time_char_table): Don't allow width with %F.
9493         (check_format_info): Don't allow "Z" length with scanf.
9495 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
9497         * diagnostic.c (finish_diagnostic): Define.
9498         (output_do_printf): Use wrap_text instead of output_add_string.
9499         (default_print_error_function): Avoid embedded '\n'.
9501         * diagnostic.h (flush_diagnostic_buffer): Declare.
9503 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9505         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
9507 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
9509         * Makefile.in (GCC_PASSES): Add specs.
9511 2000-08-23  Jim Wilson  <wilson@cygnus.com>
9513         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
9514         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
9515         EHANDLER nor UHANDLER bit is set.
9516         (__get_except_table): Likewise.
9518 2000-08-23  Nick Clifton  <nickc@redhat.com>
9520         * config/arm/lib1funcs.asm: Replace upper case condition codes
9521         with lower case versions.
9523         * config/arm/arm.h (STRUCT_VALUE): Define.
9524         (STRUCT_VALUE_REGNUM): Delete.
9526 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
9528         * cpphash.h (IN_I): New flag for directive table.
9529         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
9530         #pragma with IN_I.
9531         (_cpp_check_directive): If -fpreprocessed, execute directives
9532         marked with IN_I.  Issue no warnings in this case.
9533         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
9535 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9537         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
9538         %u.
9539         (check_format_info): Support printf 'I' flag; warn about it with
9540         -pedantic.
9542 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
9544         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
9545         barrier can't be ignored by the alias analysis code.
9547 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
9549         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
9550         works inside fixincl.
9552 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
9554         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
9555         simplify_relational_operation() unless both operands are of
9556         VOIDmode.
9557         * cse.c (fold_rtx): Likewise.
9559 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
9561         * rtlanal.c (rtx_unstable_p): The pic register is stable
9562         (within one function) and the actual rtx should be used
9563         when checking the registers.
9564         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
9566         * alias.c (true_dependence, write_dependence_p): Fix
9567         bug in previous patch.
9569         * i386.c (ix86_GOT_alias_set): New.
9570         (legitimize_pic_address): Use it.
9572         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
9573         only stable if its address is stable.
9574         (rtx_varies_p): An unchanging MEM can't vary if
9575         its address doesn't vary.
9577 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9579         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
9581 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9583         * vax.h (ASM_SPEC): Pass `-J' to assembler.
9584         * x-vax-gcc: New file for bootstrapping with gcc.
9585         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
9586         * configure.in: Use x-vax-gcc with gcc.
9587         * configure: Rebuilt.
9589 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9591         * toplev.c (rest_of_compilation): Rebuild label notes after
9592         post-reload splitting pass if new labels have been created.
9594 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
9596         * diagnostic.h (output_buffer_state): New macro.
9597         * diagnostic.c (diagnostic_for_decl, sorry,
9598         default_print_error_function, output_do_verbatim,
9599         report_diagnostic, report_problematic_module): Use it.
9600         (wrap_text): Tweak.
9601         (output_format): Use wrap_text instead of maybe_wrap_text.
9603 2000-08-22  Nick Clifton  <nickc@redhat.com>
9605         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
9606         Common code for ARM divide and modulus functions.
9607         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
9608         ARM_DIV_MOD_BODY.
9609         (FUNC_END): New macro: Common code at the end of the division and
9610         modulo functions.
9611         (THUMB_FUNCTION_START): New macro:  Common code at the start of
9612         Thumb functions.
9613         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
9615 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
9617         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
9619         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
9620         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
9621         const0_rtx.
9623 2000-08-22  Nick Clifton  <nickc@redhat.com>
9625         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
9626         restorative additions, test for bottom bits of IP being set,
9627         rather than relying upon the RORs not matching.
9628         (__modsi3): Ditto.
9630 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
9632         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
9633         text_section() as appropriate instead of emitting text csect
9634         pseudo-op directly.
9635         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
9636         (UNIQUE_SECTION): Define macro.
9637         (ASM_OUTPUT_SECTION_NAME): Define macro.
9638         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
9639         on AIX if debugging and -fdata-sections always.
9641 2000-08-22  Steven King  <sxking@uswest.net>
9643         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
9644         machinery.
9645         (LDBL_MAX): Same here.
9647 2000-08-22  Richard Henderson  <rth@cygnus.com>
9649         * flow.c (tidy_fallthru_edge): Update b->end properly.
9651 2000-08-22  Stan Cox  <scox@redhat.com>
9653         * Makefile.in (OBJS): Add dependence.o.
9654         * dependence.c: New file.
9656 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
9658         * calls.c (check_sibcall_argument_overlap_1): Adjust for
9659         ARGS_GROW_DOWNWARD.
9660         (check_sibcall_argument_overlap): Likewise.
9662 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9664         * invoke.texi (SH Options): Document -m4-nofpu,
9665         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
9666         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
9668 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9670         * c-common.c (check_format_info): Give the 'some locales' warning
9671         for strftime %Ey rather than the unconditional 'only last 2 digits
9672         of year' one.
9674 2000-08-22  Richard Henderson  <rth@cygnus.com>
9676         * alias.c (init_alias_analysis): Do not register
9677         struct_value_incoming_rtx or static_chain_rtx as pointing
9678         to stack memory.
9680 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
9682         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
9684 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
9686         * diagnostic.h (report_problematic_module): Declare.
9687         * diagnostic.c (report_problematic_module): New function.
9688         (report_error_function): Tweak.
9690 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9692         * stmt.c (expand_goto_internal, fixup_gotos): Only check
9693         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
9695 2000-08-21  Richard Henderson  <rth@cygnus.com>
9697         * flow.c (calculate_global_regs_live): Mark frame pointer live
9698         everywhere before reload.
9700 2000-08-21  Jim Wilson  <wilson@cygnus.com>
9702         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
9703         INTEL_EXTENDED_IEEE_FORMAT.
9704         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
9705         clear last two bytes of output FP value.
9707 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
9709         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
9711 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
9713         * unroll.c (loop_find_equiv_value): If ret is modified between
9714         insn and loop_start, ret might not be equivalent to reg.
9716 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9718         * c-common.c (init_dollar_format_checking,
9719         maybe_read_dollar_number, finish_dollar_format_checking): New
9720         functions.
9721         (dollar_arguments_used, dollar_arguments_count,
9722         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
9723         New variables.
9724         (check_format_info): Support $ formats for scanf and printf width
9725         and precision.  Always increment format_chars to advance past the
9726         '*' of precision, not just when the format parameters are
9727         available to check.
9729 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9731         * mips.c (block_move_loop, expand_block_move,
9732         function_arg_partial_nregs, save_restore_insns, function_prologue,
9733         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
9734         constant suffix.
9735         (function_arg_advance, function_arg): Match argument to format
9736         specifier `%p'.
9738 2000-08-21  Nix  <nix@esperi.demon.co.uk>
9740         * gcc.c (do_spec_1): Implement %j spec flag.
9741         Remove dead comment.
9743         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
9744         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
9745         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
9746         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
9748         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
9749         writable) instead of hardcoded value.
9751         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
9753         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
9754         MKTEMP_EACH_FILE.
9756         * gcc.c (cc1_options): Do not process -o or run the assembler if
9757         -fsyntax-only.
9758         * objc/lang-spec.h: Likewise.
9760 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
9762         * fixinc/fixincl.c (fix_with_system): Pipe the output of
9763         "external" fixes through `cat', to avoid truncating the input
9764         file by redirection.
9766 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
9768         * config/i386/i386.md (lea_general_1): Copy insn condition to split
9769         condition.
9770         (lea_general_2, lea_general_3): Likewise.
9772 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9774         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
9775         warnings to user code.
9777         * c-lex.c (readescape, yylex): Likewise.
9779         * c-typeck.c (store_init_value, process_init_element): Likewise
9780         (c_expand_start_case): Format.
9782 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9784         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
9786         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
9787         and linker_endian_spec to endian_spec.
9788         (ENDIAN_SPEC): Add %{EB} and %{EL}.
9789         (LINK_SPEC): Remove %{EB} and %{EL}.
9790         (ASM_SPEC): Likewise.  Use %(endian_spec).
9792 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9794         * c-tree.h (flag_hosted): Move declaration from here...
9795         * c-common.h (flag_hosted): ... to here.
9796         (flag_noniso_default_format_attributes): New declaration.
9797         * c-decl.c (flag_noniso_default_format_attributes): New variable.
9798         (c_decode_option): Set it appropriately for options choosing
9799         language standard variant.
9800         * c-common.c (init_function_format_info): Only provide default
9801         format attributes if flag_hosted.  Only provide the gettext
9802         formats if flag_noniso_default_format_attributes.  Update
9803         comments.
9804         (check_format_info): Disable treatment of %a as a scanf flag in
9805         C99 mode.
9807 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9809         * c-common.c (scan_char_table): Add 'w' to flags for all formats
9810         except 'n'.
9811         (check_format_info): Set 'wide' for scanf format widths.  Warn for
9812         a zero scanf width.  Make the check for writing into a constant
9813         object at the first level of indirection; at later levels, warn if
9814         any type qualifiers are encountered.
9816 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
9818         * reload.c (reload_inner_reg_of_subreg): New function broken out of
9819         push_reload.
9820         (push_reload): Use reload_inner_reg_of_subreg.
9821         (combine_reloads): Do not combine reloads if the input reload
9822         is a SUBREG in which the inner part will need reloading.
9824         * global.c (global_alloc): Avoid passing dumpfile argument to
9825         reload routines.
9826         * toplev.c (rest_of_compilation): Likewise.
9827         * reload.h (reload): Remove dumpfile argument.  Callers changed.
9828         (debug_reload, debug_reload_to_stream): Move prototypes here.
9829         * rtl.h  (reload): Remove dumpfile argument.
9830         * reload.c (debug_reload): Remove prototype.
9831         (debug_reload_to_stream): Likewise.
9832         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
9833         instead.
9835 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9837         * diagnostic.c (context_as_prefix): Export.
9838         (need_error_newline): Remove.
9839         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
9840         (error_module_changed, record_last_error_module,
9841         error_function_changed, record_last_error_function): New functions.
9842         (initialize_diagnostics): Default intialize
9843         lang_diagnostic_starter, lang_diagnostic_finalizer.
9844         (init_output_buffer): Tweak.
9845         (file_name_as_prefix): New function.
9846         (announce_function, default_print_error_function,
9847         report_error_function, set_diagnostic_context): Tweak.
9849 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
9851         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
9852         condition expression.
9854 2000-08-20  Richard Henderson  <rth@cygnus.com>
9856         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
9858 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
9860         * cppinit.c (cpp_init): Set global flag when called.
9861         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
9863 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
9865         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
9866         before `process_directive' so that newlines won't be missed
9867         for directives.
9868         (cpp_printf): Increment `print->lineno' when newline is emitted.
9870         * cppmain.c (cb_ident): Likewise.
9871         (cb_define): Likewise.
9872         (cb_undef): Likewise.
9873         (cb_include): Likewise.
9874         (cb_def_pragma): Likewise.
9875         (dump_macros_helper): Likewise.
9877 2000-08-20  Richard Henderson  <rth@cygnus.com>
9879         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
9880         assigned before a loop.
9882         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
9883         (ashrsi3, lshrsi3): Likewise.
9885 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
9887         * c-lang.c: #include diagnostic.h
9888         (c_tree_printer): New function.
9889         (lang_init): Initialize lang_printer.
9891         * Makefile.in (c-lang.o): Depends on diagnostic.h
9893 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
9895         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
9897         * diagnostic.c (default_diagnostic_starter,
9898         default_diagnostic_finalizer): New functions.
9899         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
9900         (pedwarn, pedwarn_with_file_and_line, error,
9901         error_with_file_and_line, fatal, warning,
9902         warning_with_file_and_line): Adjust call to report_diagnostic.
9903         (report_diagnostic): Rework.
9904         (set_diagnostic_context): New function.
9906         * diagnostic.h (struct diagnostic_context): New data structure.
9907         (diagnostic_message, diagnostic_argument_list,
9908         diagnostic_file_location, diagnostic_line_location,
9909         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
9910         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
9911         (set_diagnostic_context): Declare.
9912         (report_diagnostic): Change prototype.
9914 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
9916         * fix-header.c (main): Initialize cpplib.
9918 2000-08-19  Michael Meissner  <meissner@redhat.com>
9920         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
9921         instructions in it before checking for indirect jumps.
9923         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
9924         in a indirect jump as a potential for conditional execution.
9926         * d30v.h (d30v_init_expanders): Don't declare here.
9927         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
9928         prototype.
9930 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
9932         * cpp.texi: Add @section for assertions.
9934 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
9936         * loop.c (scan_loop): Use CONST_CALL_P instead of
9937         checking for REG_LIBCALL / REG_RETVAL.
9939 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
9941         * reload1.c (reload_as_needed): Accept dumpfile argument,
9942         pass it to emit_reload_insns.
9943         (emit_reload_insns): Add new dumpfile argument.  If non-null
9944         then dump the reloads for each insn into the dumpfile.
9945         (reload): Pass dumpfile to reload_as_needed.
9947         * invoke.texi: Clean up linux-gnu vs linux comments.
9949 2000-08-19  Richard Henderson  <rth@cygnus.com>
9951         * config/ia64/ia64.c (reg_or_5bit_operand): New.
9952         (ia64_depz_field_mask): New.
9953         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
9954         (PREDICATE_CODES): Update.
9955         * config/ia64/ia64.md: Update commentary.
9956         (depz_internal): New.
9957         (ashlsi3): Implement directly.
9958         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
9959         (ashldi3): Use shladd.
9960         * config/ia64/ia64-protos.h: Update.
9962 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
9964         * toplev.c (independent_decode_option): Always process -g.
9965         Remove third argument, now unused.  Adjust caller to match.
9967 2000-08-18  Richard Henderson  <rth@cygnus.com>
9969         * combine.c (make_compound_operation): Break after creating
9970         the extraction.
9972 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
9974         * cpplib.c (cpp_register_pragma_space): Just return if the
9975         namespace is already registered.
9977 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
9979         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
9980         constant amount.  Do not generate ROTL instruction.
9982 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
9984         * config/sh/elf.h: Do not include sh/sh.h.
9985         * config/sh/rtems.h: Likewise.
9986         * config/sh/rtemself.h: Do not include sh/elf.h.
9987         * configure.in: Get them included with `tm_file's.
9988         * configure: Rebuilt.
9990         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
9991         * config/sh/sh.c (fpscr_set_from_mem): Use them.
9993 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9995         * stor-layout.c (compute_record_type): Don't use mode of single
9996         field as mode of record if not integer mode of same type.
9998         * regmove.c (perhaps_ends_bb_p): New function.
9999         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
10000         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
10001         (fixup_match_1): Likewise.
10002         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
10003         avoid signed/unsigned warnings.
10005         * function.c (fixup_var_refs_1, case MEM): Update CODE after
10006         updating X.
10008 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
10010         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
10011         (_cpp_trigraph_map): Declaration moved from cpplex.c
10013         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
10014         instead of 256.  Use consistent test for designated initializers.
10015         (cpp_init): Initialize trigraph_map.
10016         (initialize_standard_includes, parse_option):  Use memcmp
10017         instead of strncmp.
10019         * cpplex.c (init_trigraph_map): Remove.
10020         (trigraph_ok, trigraph_replace, lex_line): Refer to
10021         _cpp_trigraph_map.
10023         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
10024         (do_unassert): Remove unused "next" local.
10026         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
10028 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
10030         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
10031         insn.
10033 2000-08-17  Richard Henderson  <rth@cygnus.com>
10035         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
10036         the first insn in a sequence.
10038 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
10040         * alias.c (true_dependence, write_dependence_p): A read
10041         involving a label_ref or the constant pool doesn't create
10042         a dependency.
10044         * rtl.h (unchanging): Improve documentation.
10046 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
10048         * cse.c (insert_regs): Remove unused `regno'.
10050 2000-08-17  Neil Booth  <NeilB@earthling.net>
10052         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
10053         remove_dup_dirs.  If qtail == brack, remove brack not
10054         qtail.
10055         (remove_dup_dir, remove_dup_dirs): New functions.
10057 2000-08-17  Neil Booth  <NeilB@earthling.net>
10059         * cppinit.c (cpp_cleanup): Free include dir chains.
10060         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
10061         (do_unassert): Free the assert with _cpp_free_definition.
10062         * cppmacro.c (_cpp_free_definition): Free memory allocated for
10063         assertions.  Make the node a T_VOID node.
10065 2000-08-17  Neil Booth  <NeilB@earthling.net>
10067         * cppinit.c (path_include, append_include_chain):
10068         Remove 2nd parameter (struct cpp_pending *).
10069         (path_include, initialize_standard_includes, cpp_handle_option):
10070         Update callers appropriately.
10071         (cpp_handle_option): Use pend.
10073 2000-08-17  Neil Booth  <NeilB@earthling.net>
10075         * cppinit.c (sort_options): Remove, put functionality in
10076         cpp_init.
10077         (cpp_init): New.
10078         (initialize_builtins): Free memory.
10079         (cpp_start_read): Move init_IStable to cpp_init.
10081         * cpplib.h (cpp_init): New prototype.
10082         * cppmain.c (main): Call cpp_init.
10084 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
10086         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
10087         (rtx_unstable_p, rtx_varies_p): Process vectors.
10089 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10091         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
10092         references to GLOBAL symbols.  Use LOCAL where appropriate.
10094 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10096         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
10097         use t-aix41 when host == target.
10099 2000-08-16  Richard Henderson  <rth@cygnus.com>
10101         * reload.c (push_secondary_reload): Revert last change.
10102         If we use a reload_in/out pattern, make the when the same
10103         as the primary reload.
10104         (find_reloads): Likewise.
10106 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
10108         * configure.in (libstdcxx-v3): Fix test.
10109         * configure: Regenerate.
10111 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10113         * calls.c (calls_function_1, expand_call): Only test
10114         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
10115         * function.c (thread_prologue_and_epilogue_insns): Likewise.
10117 2000-08-16  Richard Henderson  <rth@cygnus.com>
10119         * combine.c (simplify_shift_const): Revert previous two
10120         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
10121         before the main loop.
10123 2000-08-15  Richard Henderson  <rth@cygnus.com>
10125         * combine.c (simplify_shift_const): Bound shift count when
10126         combining shifts.
10128 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10130         * calls.c (ECF_SP_DEPRESSED): New macro.
10131         (calls_function_1): Treat calling sp-depressed function as alloca.
10132         (emit_call_1): Don't adjust SP if calling sp-depressed function.
10133         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
10134         If sp-depressed, ensure block saves and restores SP.
10135         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
10136         for INTEGER_TYPE.
10137         * function.c (keep_stack_depressed): New function.
10138         (thread_prologue_and_epilogue_insns): Call it.
10139         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
10140         to print DECL_OFFSET_ALIGN.
10141         Print no-force-blk and transparent-union flags properly.
10142         * stmt.c (expand_goto_internal): Don't restore stack if last block
10143         and function returns with sp depressed.
10144         (fixup_gotos): Likewise.
10145         (save_stack_pointer): New function, from code in expand_decl.
10146         (expand_decl): Call new function.
10147         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
10148         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
10149         (save_stack_pointer): New declaration.
10151         * diagnostic.c (fatal_function): New variable.
10152         (set_fatal_function): New function.
10153         (fatal): Call it.
10154         * diagnostic.h (set_fatal_function): New declaration.
10156 2000-08-15  William Cohen  <wcohen@redhat.com>
10158         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
10159         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
10160         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
10162 2000-08-15  Richard Henderson  <rth@cygnus.com>
10164         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
10166 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10168         * arm.c (arm_function_ok_for_sibcall): New function.
10169         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
10170         * arm.md (call expanders): Don't check here for calls that can't
10171         be sibling calls.
10173 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10175         * arm.md (splits generating cond_exec): Disable.
10177 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10179         * arm/linux-elf.h (text_section): Delete declaration.
10181 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10183         ARM support for unordered FP operations.
10184         * arm-protos.h (arm_comparison_operator): Declare.
10185         * arm.c (arm_comparison_operator): New function.
10186         (arm_select_cc_mode): Add unordered comparison codes.
10187         (get_arm_condition_code): Likewise.
10188         (arm_final_prescan_insn): Can't handle unordered jumps that can't
10189         be done in one insn.
10190         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
10191         * arm.md (all uses of comparison_operator): Replace with
10192         arm_comparison_operator.
10193         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
10194         expands.
10195         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
10196         patterns.
10198 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10200         * gthr-posix.h: Conditionally include <sched.h>; include
10201         <config.h> from libobjc/.
10203 2000-08-14  Richard Henderson  <rth@cygnus.com>
10205         * config/i386/i386.c (legitimize_pic_address): Use Pmode
10206         for all CONSTs.
10208 2000-08-14  Richard Henderson  <rth@cygnus.com>
10210         * configure.in (ia64-*): Set float_format for i386 long double.
10212         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
10213         as we would for i386 XFmode.
10214         (PUT_REAL): Likewise.
10215         (endian, ereal_atof, real_value_truncate): Likewise.
10216         (ereal_isneg, toe64, etens, make_nan): Likewise.
10217         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
10219         * config/ia64/ia64-protos.h: Update.
10220         * config/ia64/ia64.c (general_tfmode_operand): New.
10221         (destination_tfmode_operand): New.
10222         (tfreg_or_fp01_operand): New.
10223         (ia64_split_timode): New.
10224         (spill_tfmode_operand): New.
10225         (ia64_expand_prologue): Use TFmode not XFmode.
10226         (ia64_expand_epilogue): Likewise.
10227         (ia64_function_arg): Likewise.
10228         (ia64_function_arg_advance): Likewise.
10229         (ia64_return_in_memory): Likewise.
10230         (ia64_function_value): Likewise.
10231         (ia64_print_operand): Likewise.
10232         (ia64_register_move_cost): Set GR<->FR to 5.
10233         (ia64_secondary_reload_class): Get GR for TImode memory op.
10234         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
10235         (ROUND_TYPE_ALIGN): Remove.
10236         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
10237         (INTEL_EXTENDED_IEEE_FORMAT): Define.
10238         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
10239         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
10240         (MODES_TIEABLE_P): Use TFmode, not XFmode.
10241         (CLASS_MAX_NREGS): Likewise.
10242         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
10243         (PREDICATE_CODES): Update.
10244         * config/ia64/ia64.md (movti): New.
10245         (movti_internal): Use a clobber for memory alternatives.
10246         (reload_inti, reload_outti): New.
10247         (movsfcc_astep): Predicate properly.
10248         (movdfcc_astep): Likewise.
10249         (movxf): Remove.
10250         (movtf): New.
10251         (extendsftf2, extenddftf2): New.
10252         (trunctfsf2, trunctfdf2): New.
10253         (floatditf2, fix_trunctfdi2): New.
10254         (floatunsditf2, fixuns_trunctfdi2): New.
10255         (addtf3, subtf3, multf3, abstf2): New.
10256         (negtf2, nabstf2, mintf3, maxtf3): New.
10257         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
10258         (cmptf): New.
10259         (fr_spill): Use TFmode, not XFmode.
10260         (fr_restore): Likewise.
10261         * config/ia64/lib1funcs.asm (__divtf3): New.
10262         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
10264 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10266         * cse.c (fold_rtx): Avoid empty body in an if-statement.
10268         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
10269         `U' integer constant suffix.
10271         * dwarf2out.c (add_subscript_info): Avoid empty body in an
10272         else-statement.
10274         * sparc/sol2.h (__enable_execute_stack): Prototype.
10276 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
10278         * collect2.c: Remove use of AIX import file.
10280         * longlong.h: Test ARCH_PWR not ARCH_POWER.
10282         * rs6000.c (print_operand, case 'E'): Add else.
10284 2000-08-14  Richard Henderson  <rth@cygnus.com>
10286         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
10287         (movdi_symbolic): New.
10289 2000-08-14  Jim Wilson  <wilson@cygnus.com>
10291         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
10292         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
10293         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
10294         to GNU as.
10296 2000-08-14  Richard Henderson  <rth@cygnus.com>
10298         * expr.c (emit_group_load): Don't force constants into registers.
10299         Special case source already in the correct mode.
10301 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10303         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10304         * fixinc/inclhack.def: Likewise.
10305         * fixinc/mkfixinc.sh: Likewise.
10306         * configure: Regenerate.
10307         * fixinc/fixincl.x: Regenerate.
10308         * install.texi: Document equivalence of linux and linux-gnu.
10310 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10312         * cse.c (insert_regs): Also in REG case: When finding an invalid
10313         value, and we make a new quantity, make sure that it won't be
10314         mistaken by for a valid one by mention_regs.
10316 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
10318         * h8300.md: Remove obsolete peepholes.
10320 2000-08-13  Kazu Hirata  <kazu@hxi.com>
10322         * invoke.texi (H8/300 Options): Fix typos.
10323         * config/h8300.c: Fix formatting.
10324         * config/h8300.h: Fix comment typos.
10325         (OVERRIDE_OPTIONS): Fix formatting.
10327         * function.c: Fix formatting.
10329         * cse.c: Fix formatting.
10331 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10333         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
10334         (attempt_auto_inc): Suppress parentheses warning.
10335         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
10336         * loop.c (load_mems): Remove `u' suffix in two places.
10337         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
10338         hex constants.
10339         * config/rs6000/rs6000.h: Likewise.
10340         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
10341         __eabi dummy routine.
10342         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
10343         variable `buf_ptr'.
10345         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
10346         not put stuff in .sdata unnecessarily.
10347         (rs6000_unique_section): New function.
10348         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
10349         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
10351         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
10352         arrays in C99.  Don't try to look at DECL_REGISTER of a
10353         COMPONENT_REF.  Don't complain twice about the same error.
10355         * fixinc/inclhack.def (aix_pthread): New fix.
10356         (aix_sysmachine): New fix.
10357         * fixinc/fixincl.x: Regenerate.
10359         * expr.c (expand_expr): Call convert_modes when turning a large
10360         multiply into a small one.
10362 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
10364         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
10365         the tree structure an exponent rather than an explicit alignment
10366         so it doesn't overflow.
10367         (SET_DECL_OFFSET_ALIGN): New macro.
10368         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
10369         rather than DECL_OFFSET_ALIGN.
10370         (place_field): Likewise.
10371         * expmed.c (store_bit_field): Abort on align==0 to avoid
10372         antisocial machine behaviour.
10374 2000-08-12  Richard Henderson  <rth@cygnus.com>
10376         * sibcall.c (uses_addressof): Accept both addressof and
10377         current_function_internal_arg_pointer inside a mem.
10378         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
10379         if current_function_uses_addressof.
10380         * stmt.c (expand_return): Kill tail recursion and HAVE_return
10381         optimizations.
10383 2000-08-11  Richard Henderson  <rth@cygnus.com>
10385         * config/ia64/ia64.md (addsi3): Remove expander.
10386         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
10387         (*addsi3_shladd): New.
10389 2000-08-11  Richard Henderson  <rth@cygnus.com>
10391         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
10392         (do_restore): Likewise.
10393         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
10394         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
10395         (rtx_needs_barrier): Track actual bit manipulation for
10396         ar.unat moves, gr_spill, and gr_restore.
10397         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
10398         (process_set): Don't handle varargs spills.
10399         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
10400         .mem.offset here instead of in process_set.
10401         (gr_restore): Likewise.
10403 2000-08-11  Richard Henderson  <rth@cygnus.com>
10405         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
10407 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
10409         * gcc.texi (The Configuration File): Document
10410         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
10411         UPDATE_PATH_HOST_CANONICALIZATION.
10413 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10415         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
10416         unprototyped function pointer casts on integer constants.
10418 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
10420         * fixproto: Recognize DOS paths with drive letters as absolute paths.
10422 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10424         * extend.texi (Volatiles): Fix typos.
10426 2000-08-11  Kazu Hirata  <kazu@hxi.com>
10428         * flow.c: Fix formatting.
10430 2000-08-11  Richard Henderson  <rth@cygnus.com>
10432         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
10433         pattern, always allocate a tertiary scratch register.
10435         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
10436         (reload_inhi): Likewise.
10438 2000-08-11  Richard Henderson  <rth@cygnus.com>
10440         * function.c (put_reg_into_stack): Allow type to be NULL.
10441         (schedule_fixup_var_refs): Likewise.
10442         (gen_mem_addressof): Allow decl to be NULL.
10443         (put_addressof_into_stack): Likewise.
10445         * flow.c (merge_blocks_nomove): Be more careful about
10446         locating the beginning of block A.
10448         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
10450 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10452         * configure.in:
10453         * configure:
10454         * gthr-posix.h:
10455         * config.in: Reverted the check for <sched.h>.
10457 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
10459         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
10460         macros define the name of CTOR and DTOR sections.
10461         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
10462         DTOR_LIST_END): Change to use attributes to specify
10463         sections.
10464         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
10465         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
10466         DTOR_LIST_END): Same as in mips/elf.h.
10468 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
10470         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
10471         disabling just crt0.o.
10473 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
10475         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
10476         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
10477         (EXTRA_SPECS): Add them.
10478         * arm/lib1funcs.asm: Support builds for interworking.
10479         Use macros to eliminate duplicated pieces of code.
10481 2000-08-10  Kazu Hirata  <kazu@hxi.com>
10483         * h8300.c (expand_a_rotate): New.
10484         (emit_a_rotate): Likewise.
10485         (h8300_adjust_insn_length): Add support for the rotate insns.
10486         * h8300.md (rotlqi3): New.
10487         (*rotlqi3_1): Likewise.
10488         (rotlhi3): Likewise.
10489         (*rotlhi3_1): Likewise.
10490         (rotlhi3): Likewise.
10491         (*rotlhi3_1): Likewise.
10492         * h8300-proto.h: Add prototypes for expand_a_rotate and
10493         emit_a_rotate.
10495         * h8300.c: Fix comment typos.
10496         (dosize): Declare the variable amount as unsigned.
10497         (get_shift_alg): Fix a comparison between signed and unsigned.
10498         (emit_a_shift): Likewise.
10499         (h8300_adjust_insn_length): Simplify the code.
10501         * c-decl.c: Fix formatting.
10503 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10505         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
10506         warning about non-traditional numeric constant suffixes.
10508         * cppexp.c (parse_number): Likewise.
10510         * invoke.texi: (-Wtraditional): Document new behavior.
10512 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10514         * gthr-posix.h: Include auto-host.h. Conditionally include
10515         <sched.h>.
10516         * configure.in: Check for the <sched.h> header file.
10517         * config.in: Added define for HAVE_SCHED_H.
10519 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10521         * c-typeck.c (process_init_element): For -Wtraditional, warn about
10522         initialization of unions.
10524         * invoke.texi (-Wtraditional): Document new behavior.
10526 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
10528         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
10529         instead of extra_c_flags.
10530         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
10531         * configure: Regenerate.
10532         * config.in: Regenerate.
10534         * cpperror.c (cpp_type2name): New function.
10535         * cpplex.c (lex_line): If we issued an error for an invalid
10536         preprocessing directive, discard that logical line.
10537         * cpplib.c (do_line): Call a hook function if the current file
10538         is renamed by #line.
10539         (do_ident): Pass the contents of the string, not the entire
10540         token, to the callback function.
10541         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
10542         (cb.rename_file): New hook function.
10543         (cb.ident): Adjust prototype.
10544         (cpp_type2name): Prototype.
10545         * cppmacro.c (dump_macro_args): Correct precedence lossage.
10547         * cppmain.c (cb_ident): Update for changed interface.
10548         (cb_rename_file): New function.
10549         (main): Set rename callback.
10551 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
10553         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
10554         multi-word registers.
10556 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10558         * c-common.c (combine_strings, check_format_info): Refer to ISO C
10559         or ISO C89 instead of ANSI C.
10560         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
10561         build_enumerator, do_case): Likewise.
10562         * c-lex.c (parse_float, yylex): Likewise.
10563         * c-parse.in: Likewise.
10564         * c-typeck.c (common_type, build_array_ref, build_binary_op,
10565         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
10566         build_c_cast, convert_for_assignment, set_init_index,
10567         set_init_label, c_expand_start_case): Likewise.
10568         * toplev.c (documented_lang_options, display_help): Likewise.
10570 2000-08-08  Kazu Hirata  <kazu@hxi.com>
10572         * h8300.c: Fix formatting.
10573         * h8300.h: Likewise.
10574         * h8300.md: Likewise.
10575         (movsi_h8300hs): Fix formatting of the resulting assembly code.
10577         * reload1.c: Fix formatting.
10579 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
10581         * alpha/alpha.c (alpha_emit_xfloating_libcall):
10582         Use GEN_CALL_VALUE define.
10583         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
10584         * clipper/clipper.md (untyped_call): Likewise.
10585         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
10586         * fx80/fx80.md (untyped_call): Likewise.
10587         * mips/mips.md (untyped_call): Likewise.
10588         * ns32k/ns32k.md (untyped_call): Likewise.
10589         * pa/pa.md (untyped_call): Likewise.
10590         * romp/romp.md (untyped_call): Likewise.
10591         * sparc/sparc.md (untyped_call): Likewise.
10593 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
10595         * config/i860/i860.c (singlemove_string): Do not generate assembler
10596         pseudo instructions that must be expanded (that is, with signed
10597         constants larger than 16 bits).
10599 2000-08-08  Richard Henderson  <rth@cygnus.com>
10601         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
10602         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
10603         (init_propagate_block_info): Don't kill memory stores at -O0.
10604         (mark_set_1, mark_used_regs): Likewise.
10606 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
10608         * rs6000.c (optimization_options): Decorate 'level' as
10609         ATTRIBUTE_UNUSED.
10610         (mask64_operand): Remove sign-extend thinko.
10611         (rldic_operand): New function.
10612         (load_multiple_operation): regno's are unsigned ints.
10613         (store_multiple_operation): Likewise.
10614         (lmw_operation): Likewise.
10615         (stmw_operation): Likewise.
10616         (includes_lshift_p): shift_mask is unsigned int.
10617         (includes_lshift64_p): New function.
10618         (addrs_ok_for_quad_peep): unsigned int reg1.
10619         (print_operand): Consistently add "else" after
10620         output_operand_lossage().
10621         (print_operand, case 'b'): Fold in case 'W'.
10622         (print_operand, case 'W'): Print rldic MB value.
10623         (output_epilogue): Update Objective-C language string.
10624         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
10625         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
10626         * rs6000.md (ashldi3): Add rldic instruction.
10627         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
10628         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
10629         modifier.
10631 2000-08-08  Richard Henderson  <rth@cygnus.com>
10633         * config/ia64/ia64-protos.h: Remove duplicates.  Update
10634         for massive code rearrangements.
10635         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
10636         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
10637         (ia64_local_regs, ia64_need_regstk): Remove.
10638         (ar_ccv_reg_operand): New.
10639         (ia64_gp_save_reg): New.
10640         (struct ia64_frame_info): Combine most of the size elements;
10641         add new gr save elements.
10642         (find_gr_spill): New.
10643         (next_scratch_gr_reg): New.
10644         (mark_reg_gr_used_mask): New.
10645         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
10646         to GR backing store regs when possible.
10647         (ia64_initial_elimination_offset): New.
10648         (ia64_rap_fp_offset): Remove.
10649         (save_restore_insns): Remove.
10650         (setup_spill_pointers): New.
10651         (finish_spill_pointers): New.
10652         (spill_restore_mem): New.
10653         (do_spill, do_restore): New.
10654         (ia64_expand_prologue): Rewrite to use them.
10655         (ia64_expand_epilogue): Likewise.
10656         (ia64_direct_return): Update for current_frame_info changes.
10657         (ia64_function_prologue): Simplify .prologue emission.  Emit
10658         .spill when needed.
10659         (ia64_setup_incoming_varargs): Don't ever emit rtl.
10660         (ia64_dbx_register_number): New.
10661         (ia64_initialize_trampoline): New.
10662         (ia64_secondary_reload_class): Request GR_REGS for integer
10663         arithmetic destined for FR_REGS.
10664         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
10665         (ia64_mark_machine_status): Mark ia64_gp_save.
10666         (rws_access_regno): Rename from rws_access_reg; don't treat
10667         predicates specially.
10668         (rws_access_reg): New.  Update all callers.
10669         (rtx_needs_barrier): Remove dead unspecs.
10670         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
10671         (ia64_encode_section_info): Silence signed/unsigned warnings.
10672         (spill_offset, sp_offset, spill_offset_emitted): Remove.
10673         (tmp_reg, tmp_saved): Remove.
10674         (process_set): Rewrite to expect complicated bits via
10675         REG_FRAME_RELATED_EXPR.
10676         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
10677         in the use of ar.ccv; never set RTX_UNCHANGING_P.
10678         (ia64_expand_op_and_fetch): Likewise.
10679         (ia64_expand_compare_and_swap): Likewise.
10680         (ia64_expand_builtin): Likewise.
10681         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
10682         (FIRST_PSEUDO_REGISTER): Update.
10683         (AR_M_REGNO_P): Update.
10684         (FIXED_REGS): Don't mark three local registers as used.
10685         (EXTRA_CC_MODES): New.
10686         (SELECT_CC_MODE): New.
10687         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
10688         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
10689         (FRAME_GROWS_DOWNWARD): Unset.
10690         (STARTING_FRAME_OFFSET): Zero.
10691         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
10692         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
10693         (HARD_FRAME_POINTER_REGNUM): New.
10694         (CAN_DEBUG_WITHOUT_FP): Define.
10695         (TRAMPOLINE_TEMPLATE): Remove.
10696         (TRAMPOLINE_SIZE): Lower to 32.
10697         (TRAMPOLINE_ALIGNMENT): Lower to 64.
10698         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
10699         (PREDICATE_CODES): Update.
10700         (struct machine_function): Add ia64_gp_save.
10701         * config/ia64/ia64.md: Purge unused unspecs.
10702         (movsi patterns): Allow moves to/from AR_M_REGS.
10703         (movdi patterns): Allow moves to/from p0.
10704         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
10705         (gr_spill, gr_restore): Indicate ar.unat read/written.
10706         (nonlocal_goto): Don't pass old frame_pointer.
10707         (nonlocal_goto_receiver): Remove.
10708         (exception_receiver): New.
10709         (builtin_setjmp_setup): New.
10710         (builtin_setjmp_receiver): New.
10711         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
10712         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
10713         (__ia64_restore_stack_nonlocal): Likewise.
10714         (__ia64_trampoline): New.
10715         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
10716         function.
10717         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
10719 2000-08-08  Richard Henderson  <rth@cygnus.com>
10721         * frame.h (ia64_frame_state): Add my_psp.
10722         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
10723         (__throw): Pass it in.  Don't clobber r7.
10724         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
10725         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
10726         and nothing to do with sp.
10727         (normalize_reg_loc): Use frame->my_psp.
10728         (frame_translate): Handle frame-pointer-less functions.  Set
10729         spill_base correctly, in absence of being told.
10730         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
10731         (__ia64_backtrace_helper): New sp argument.  Use
10732         builtin_return_address instead of label addresses.
10733         (print_record) [mem_stack_v]: No size member.
10735 2000-08-08  Richard Henderson  <rth@cygnus.com>
10737         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
10739 2000-08-08  Richard Henderson  <rth@cygnus.com>
10741         * tm.texi (LOCAL_REGNO): Document.
10742         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
10743         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
10744         * reload1.c (reload): Likewise when considering nonlocal labels.
10746         * config/ia64/ia64.h (LOCAL_REGNO): New.
10747         * config/sparc/sparc.h (LOCAL_REGNO): New.
10749 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10751         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
10753 2000-08-07  Nick Clifton  <nickc@redhat.com>
10755         * config/mips/mips.c: Fix compile time warning messages.
10756         * config/mips/mips-protos.h: Add prototype for equality_op.
10758         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
10760 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
10762         * mn10300.md: Use nonimmediate_operand instead of general_operand
10763         on output operands.
10765         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
10767 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
10769         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
10770         * sh.c (expand_block_move): Break long lines.
10771         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
10772         * sh.md (mulsi3): Likewise.
10773         (movdi): Adjust spacing.
10775 2000-08-07  Richard Henderson  <rth@cygnus.com>
10777         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
10778         * expr.c (emit_group_store): Don't set it.
10780 2000-08-07  Kazu Hirata  <kazu@hxi.com>
10782         * invoke.texi (Options for Debugging Your Program or GCC): Remove
10783         duplicate entries for 'w' and 'z'.
10785         * flow.c: Fix a comment typo.
10787 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10789         * c-parse.in: Changed the language string for Objective-C to "GNU
10790         Objective-C".
10792 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10794         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
10795         to improve the Posix thread support for Objective-C.
10797 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10799         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
10800         CTI_UNSIGNED_PTRDIFF_TYPE.
10801         (signed_size_type_node): Define.
10802         (unsigned_ptrdiff_type_node): Define.
10803         * c-decl.c (init_decl_processing): Create the
10804         signed_size_type_node and unsigned_ptrdiff_type_node types.
10805         * c-common.c (T_SC): Define.
10806         (T_SST): Define.
10807         (T_UPD): Define.
10808         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
10809         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
10810         %s and %p.
10811         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
10812         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
10813         flags for %c, %s and %[.
10814         (check_format_info): Only allow leniency for signedness of targets
10815         of character pointers (when pedantic) for formats flagged with
10816         "c", so for strings but not for %hh formats.  When pedantic, don't
10817         allow character pointers to substitute for void pointers if a
10818         second level of indirection is present.
10820 2000-08-06  Kazu Hirata  <kazu@hxi.com>
10822         * invoke.texi (Options for Debugging Your Program or GCC): Update
10823         the names of dump files.
10825         * h8300.c (dosize): Rearrange code for conciseness.
10826         (split_adds_subs): Likewise.
10828         * loop.c: Fix formatting.
10830         * dwarf2out.c: Fix formatting.
10832         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
10834         * expr.c: Fix formatting.
10836 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10838         * rs6000.c (rs6000_maybe_dead): Prototype.
10840 2000-08-06  Richard Henderson  <rth@cygnus.com>
10842         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
10843         HAVE_nonlocal_goto as well.
10844         * config/i960/i960.md (nonlocal_goto): Don't do it here.
10845         * config/pj/pj.md (nonlocal_goto): Likewise.
10847 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
10849         * loop.c (try_swap_copy_prop): New function.
10850         (load_mems): Rename copies to load_copies and add new regset
10851         store_copies.  Check for sets of shadow registers and mark
10852         in store_copies.   Call try_swap_copy_prop for registers
10853         marked in store_copies.
10855 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10857         * objc/objc-act.c: New command line option -fconstant-string-class
10858         to allow specifying a user defined constant string class,
10859         different from NXConstantString.
10861         * toplev.c: Moved the Objective-C specific options to
10862         objc/lang-options.h.
10864         * objc/lang-options.h: Moved the Objective-C specific options from
10865         toplev.c. Added -fconstant-string-class.
10867 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
10869         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
10870         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
10871         __CTOR_LIST__ from func_ptr array to just func_ptr, to
10872         avoid extra alignment imposed on arrays.
10873         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
10874         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
10876         * mips.h: Clean up comments and spacing near MASKs.
10877         (TARGET_UNIX_ASM): Delete.
10878         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
10879         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
10880         values contiguous.
10882 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10884         * c-common.c (print_char_table): Add entries for the X/Open '
10885         format flag (print decimals with locale's thousands grouping
10886         character).  Make %C expect wint_t.
10887         (check_format_info): If pedantic, warn when the %n$ operand
10888         number form is used.  Allow for the ' flag; warn about it if
10889         pedantic.
10891 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
10893         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
10894         type is a float mode, cfun->decl's return type is not, and
10895         TARGET_FLOAT_RETURNS_IN_80387.
10897 2000-08-04  Andreas Schwab  <schwab@suse.de>
10899         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
10900         token list, which are always `#' and `pragma'.
10902 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10904         * tree.c (tree_expr_nonnegative_p): Move to...
10905         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
10906         (rtl_expr_nonnegative_p): New.
10907         * tree.h: Add prototype for rtl_expr_nonnegative_p.
10909         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
10910         CONST_DOUBLE_CHAIN: Move to...
10911         * rtl.h: ...here.  Use XCINT/XCEXP.
10913         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
10914         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
10915         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
10916         to VOL_FILES.
10918         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
10920 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10922         * config/c4x/c4x.md (return_indirect_internal): New.
10923         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
10925 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10927         * c-common.c (time_char_table): Mark up formats added in C99 and
10928         make other corrections.  %D and %g were added in C99.  %Og is an
10929         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
10930         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
10931         C99 rather than GNU extensions, but %OG and %Oz are extensions.
10932         %h was added in C99.  %C was added in C99.  %OY and %OC are
10933         extensions.  Add the C99 format %F.
10934         (check_format_info): If pedantic and not in C99 mode, warn for C99
10935         formats, %E and %O.
10937 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10939         * function.c (schedule_fixup_var_refs): New function, broken out
10940         of put_reg_into_stack.
10941         (put_reg_into_stack): Use it.
10942         (put_var_into_stack): In CONCAT case, fixup up references for
10943         components only after fixing up references to the whole concat.
10945 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
10947         * alias.c (mark_constant_function): Use INSN_P.
10948         (init_alias_analysis): Likewise.
10949         * combine.c (combine_instructions): Use INSN_P.
10950         (can_combine_p): Likewise.
10951         (try_combine): Likewise.
10952         (distribute_notes): Likewise.
10953         (distribute_links): Likewise.
10954         * cse.c (cse_around_loop): Use INSN_P.
10955         (invalidate_skipped_block): Likewise.
10956         (cse_set_around_loop): Likewise.
10957         (cse_end_of_basic_block): Likewise.
10958         (delete_trivially_dead_insns): Likewise.
10959         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
10960         (unshare_all_rtl_1): Likewise.
10961         (next_cc0_user): Likewise.
10962         (try_split make_insn_raw): Likewise.
10963         (remove_unnecessary_notes): Likewise.
10964         * final.c (shorten_branches): Use INSN_P.
10965         (leaf_renumber_regs): Likewise.
10966         (leaf_renumber_regs_insn): Likewise.
10967         * flow.c (find_label_refs): Use INSN_P.
10968         (verify_wide_reg): Likewise.
10969         (notice_stack_pointer_modification): Likewise.
10970         (count_or_remove_death_notes): Likewise.
10971         (verify_flow_info): Likewise.
10972         (clear_log_links): Likewise.
10973         * function.c (fixup_var_refs_insns): Use INSN_P.
10974         (compute_insns_for_mem): Likewise.
10975         * gcse.c (alloc_gcse_mem): Use INSN_P.
10976         (compute_sets): Likewise.
10977         (compute_hash_table): Likewise.
10978         (classic_gcse): Likewise.
10979         (cprop): Likewise.
10980         (insert_insn_end_bb): Likewise.
10981         (delete_null_pointer_checks_1): Likewise.
10982         * global.c (expand_preferences): Use INSN_P.
10983         (build_insn_chain): Likewise.
10984         * graph.c (node_data): Use INSN_P.
10985         * haifa-sched.c (priority): Use INSN_P.
10986         (rm_line_notes): Likewise.
10987         (rm_other_notes): Likewise.
10988         (find_insn_reg_weight): Likewise.
10989         (init_target_units): Likewise.
10990         (schedule_block): Likewise.
10991         (compute_block_forward_dependences): Likewise.
10992         (debug_dependencies): Likewise.
10993         (set_priorities): Likewise.
10994         * integrate.c (function_cannot_inline_p): Use INSN_P.
10995         (save_parm_insns): Likewise.
10996         (copy_insn_list): Likewise.
10997         * jump.c (mark_all_labels): Use INSN_P.
10998         (never_reached_warning): Likewise.
10999         * lcm.c (optimize_mode_switching): Use INSN_P.
11000         * local-alloc.c (validate_equiv_mem): Use INSN_P.
11001         (memref_used_between_p): Likewise.
11002         (update_equiv_regs): Likewise.
11003         (block_alloc): Likewise.
11004         (no_conflict_p): Likewise.
11005         * loop.c (scan_loop): Use INSN_P.
11006         (find_and_verify_loops): Likewise.
11007         (count_loop_regs_set): Likewise.
11008         (loop_reg_used_before_p): Likewise.
11009         (strength_reduce): Likewise.
11010         (recombine_givs): Likewise.
11011         (check_dbra_loop): Likewise.
11012         (load_mems): Likewise.
11013         (try_copy_prop): Likewise.
11014         * print-rtl.c (print_rtx): Use INSN_P.
11015         * recog.c (find_single_use): Use INSN_P.
11016         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
11017         (next_flags_user): Likewise.
11018         (swap_rtx_condition): Likewise.
11019         * regmove.c (mark_flags_life_zones): Use INSN_P.
11020         (optimize_reg_copy_1): Likewise.
11021         (optimize_reg_copy_2): Likewise.
11022         (optimize_reg_copy_3): Likewise.
11023         (reg_is_remote_constant_p): Likewise.
11024         (fixup_match_2): Likewise.
11025         (regmove_optimize): Likewise.
11026         (fixup_match_1): Likewise.
11027         * regrename.c (build_def_use): Use INSN_P.
11028         (replace_reg_in_block): Likewise.
11029         (consider_use): Likewise.
11030         * reload.c (find_equiv_reg): Use INSN_P.
11031         * reload1.c (reload): Use INSN_P.
11032         (maybe_fix_stack_asms): Likewise.
11033         (calculate_needs_all_insns): Likewise.
11034         (reload_as_needed): Likewise.
11035         (emit_output_reload_insns): Likewise.
11036         (delete_address_reloads_1): Likewise.
11037         (reload_cse_regs_1): Likewise.
11038         (reload_combine): Likewise.
11039         (reload_cse_move2add): Likewise.
11040         * reorg.c (redundant_insn): Use INSN_P.
11041         (dbr_schedule): Likewise.
11042         * resource.c (find_dead_or_set_registers): Use INSN_P.
11043         (mark_target_live_regs): Likewise.
11044         * rtlanal.c (reg_used_between_p): Use INSN_P.
11045         (reg_referenced_between_p): Likewise.
11046         (reg_set_between_p): Likewise.
11047         (reg_set_p): Likewise.
11048         (single_set): Likewise.
11049         (multiple_sets): Likewise.
11050         (find_last_value): Likewise.
11051         (reg_set_last): Likewise.
11052         (find_reg_note): Likewise.
11053         (find_regno_note): Likewise.
11054         * sibcall.c (sequence_uses_addressof): Use INSN_P.
11055         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
11056         * ssa.c (find_evaluations): Use INSN_P.
11057         (rename_block): Likewise.
11058         (rename_equivalent_regs): Likewise.
11059         * unroll.c (loop_find_equiv_value): Use INSN_P.
11060         (set_dominates_use): Likewise.
11061         * varasm.c (mark_constant_pool): Use INSN_P.
11062         (mark_constants): Likewise.
11063         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
11064         (alphaev4_next_group): Likewise.
11065         (alphaev5_next_group): Likewise.
11066         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
11067         (c4x_rptb_rpts_p): Likewise.
11068         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
11069         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
11070         (rs6000_adjust_priority): Likewise.
11071         * config/sh/sh.c (sh_loop_align): Use INSN_P.
11072         (machine_dependent_reorg): Likewise.
11073         (split_branches): Likewise.
11074         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
11076 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
11078         * combine.c (recog_for_combine): Remove the old notes
11079         prior to attempting to recognize the new pattern.
11080         (distribute_notes): Ignore REG_NONNEG notes.
11082 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
11084         * varasm.c (output_constructor): Add .align 0 for packed vars.
11086 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11088         * configure.in: Use default thread_file even when enable_threads is
11089         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
11090         * configure: Rebuilt.
11092         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
11094 2000-08-04  Donn Terry (donnte@microsoft.com)
11096         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
11098 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
11100         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
11101         Delete code that conditionally modifies 'version'.
11102         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
11103         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
11104         * gcc.c (main): Use it.
11105         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
11106         * prefix.c (update_path): Use it.
11107         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
11108         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
11109         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
11110         code.
11111         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
11112         (SUBTARGET_SWITCHES): Adjust.
11113         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
11114         defining.
11115         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
11117 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11119         * c-common.h (flag_isoc94): Declare.
11120         * c-decl.c (flag_isoc94): Define.
11121         (c_decode_option): Set flag_isoc94 as appropriate.
11122         * c-common.c (T_PD, T_IM, T_UIM): Define.
11123         (format_char_info): Add tlen and jlen.
11124         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
11125         %F.  Allow %lf.
11126         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
11127         %l[.
11128         (time_char_table): Add NULL entries for %t and %j.
11129         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
11130         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
11131         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
11132         precision.  Allow precision argument to be unsigned int.  If
11133         pedantic, warn for %p passed an argument not a pointer to possibly
11134         qualified void or a possibly qualified character type, and for
11135         pointer targets of the wrong sign, except for character pointers.
11137 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11139         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
11140         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
11141         (wint_type_node): Define.
11142         * c-decl.c (WINT_TYPE): Define.
11143         (init_decl_processing): Create the wint_type_node type.
11144         * c-common.c (T_WI): Define.
11145         (print_char_table): Use T_WI for %lc format.
11147 2000-08-04  Bruce Korb  <bkorb@gnu.org>
11149         * fixinc/:  Verified that the MSDOS patch does not break
11150         the UNIX functionality and applied the next three patches
11151         from July:
11153 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
11155         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
11156         output file with the temporary one by appending ".X" to generate
11157         the temporary fuile's name.  If the output file already has an
11158         extension, replace it with ".X".
11160         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
11161         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
11162         reallocate the command buffer while copying the command-line
11163         argument.  Redirect the output directly to the temporary file,
11164         instead of going through another temporary file.
11165         (process): Close the temporary file before unlinking it.
11166         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
11167         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
11168         (run_compiles): Pass p_fixd argument to machine_matches, as it
11169         expects.
11171         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
11172         environment, assume there are no symlinks in the include
11173         directory.  When cleaning up the DONE files, look for them
11174         case-insensitively.  Don't try to remove symlinks if they aren't
11175         there.
11177         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
11178         all callers changed.  Declare pz "const char *", to avoid compiler
11179         warnings.
11181         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
11182         Change prototype of make_raw_shell_str.
11184 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
11186         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
11187         (initialize) [__MSDOS__]: Use tempnam.
11188         (initialize): Don't use SIGPIPE if it is not defined.
11190         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
11191         return stdout.
11193 2000-07-25  Bruce Korb  <bkorb@gnu.org>
11195         * fixinc/fix*.[ch]: substantially reworked to make it possible
11196         to run this program without using fork(2) or pipe(2) (i.e. in
11197         a DOS environment).
11199 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11201         * cppdefault.h (WINT_TYPE): Define.
11202         * cppinit.c (builtin_array): Define __WINT_TYPE__.
11203         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
11204         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
11206 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
11208         * (mips_legitimate_address_p): Don't allow register+offset
11209         if the offset is large and negative, and we are compiling
11210         for 64 bit registers.
11212 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11214         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
11215         insn_code_number + 1.
11217 2000-08-04  Kazu Hirata  <kazu@hxi.com>
11219         * h8300.c (function_prologue): Rearrange code for conciseness.
11220         (function_epilogue): Likewise.
11221         * h8300.h (OK_FOR_U): Fix formatting.
11223         * cse.c: Fix a comment typo. Fix formatting.
11225 2000-08-03  Richard Henderson  <rth@cygnus.com>
11227         * config/i386/i386.md (return_indirect_internal): New.
11228         * config/i386/i386.c (ix86_expand_epilogue): Use it.
11230 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
11232         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
11233         before the name.
11234         (lex_line): Glue @ onto the beginning of identifiers and
11235         string constants, in Objective-C mode.
11236         (output_token, spell_token): Handle CPP_OSTRING.
11237         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
11238         beginning of a NAME or a STRING, in objc mode.
11240         * cpplib.c (get_define_node): Do not permit identifiers that
11241         begin with @ to be #defined.
11242         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
11243         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
11245         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
11246         * c-tree.h (build_objc_string): Delete prototype.
11247         * objc/objc-tree.def: Delete OBJC_STRING_CST.
11248         * c-lex.c (yylex): Use build_string for all three kinds of strings.
11250         * c-parse.in, objc/objc-act.c: Update commentary.
11252 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
11254         * extend.texi: Fix typo in last change.
11256         * extend.texi: Add commentary on statement-expressions and their
11257         interactions with C++.
11259 2000-08-03  Nick Clifton  <nickc@cygnus.com>
11261         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
11262         * dwarf.h (LANG_JAVA): Change value to 0x000b.
11264 2000-08-03  Anthony Green  <green@cygnus.com>
11266         * dwarf2out.c (gen_compile_unit_die): Add java language support.
11267         (add_bound_info): Check for java language.
11268         (is_java): New function.
11269         * dwarfout.c (output_compile_unit_die): Ditto.
11270         * dwarf.h (dwarf_source_language): Add java source language type.
11271         * dwarf2.h (dwarf_source_language): Ditto.
11273 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11275         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
11276         operands.
11278         * i386.c (ix86_expand_branch): Mode of comparison in
11279         IF_THEN_ELSE is VOIDmode.
11281 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
11283         * gengenrtl.c, rtl.c: Avoid #elif.
11285 2000-08-03  Michael Poole  <poole@troilus.org>
11287         * tm.texi (Register Classes): Clarify order of sub-initializers
11288         in REG_CLASS_CONTENTS.
11290 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11292         From SAITOH Masanobu:
11293         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
11295 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
11297         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
11298         is not supported by tradcpp and isn't actually needed for cygwin.
11300 2000-08-03  Kazu Hirata  <kazu@hxi.com>
11302         * h8300.c: Fix a comment typo.
11303         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
11305         * jump.c: Fix formatting.
11307         * toplev.c: Fix formatting.
11309 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
11311         * flow.c (find_auto_inc): Verify that we've got a REG before
11312         peeking at its regno.  Fail, don't abort if we can't find
11313         the increment of the desired register.
11315         * pa.md (shadd height reduction patterns/splitters): Remove.
11317 2000-08-02  Jim Wilson  <wilson@cygnus.com>
11319         * config/ia64/ia64-protos.h (flag_ssa): Declare.
11320         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
11322 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
11324         * dce.c: Remove all uses of assert.
11325         * dwarf2out.c: Likewise.
11326         * dwarfout.c: Likewise.
11327         * ssa.c: Likewise.
11329 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11331         * gcc.h (lang_specific_driver): Constify second argument.
11332         * gcc.c (translate_options, process_command, main): Likewise.
11333         Constify variables to match.  Cast second argument to
11334         pexecute.
11336         * cppspec.c, gccspec.c: Adjust type of second argument to
11337         lang_specific_driver, and update code as necessary.
11339 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
11341         * loop.c (scan_loop): Ensure update_end label does not
11342         go away until reg_scan_update is run.
11344 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11346         * c-common.h: Prototype min_precision and c_build_qualified_type here...
11347         * c-tree.h: ... not here.
11348         * errors.h: Prototype fancy_abort.
11350         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
11351         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
11352         * regrename.c (regrename_optimize): Make control flow explicit.
11353         (replace_reg_in_block): Initialize reg_use to 0.
11355         * i386.c (legitimate_address_p): Rename error label to
11356         report_error to avoid namespace clash.
11358 2000-08-02  Kazu Hirata  <kazu@hxi.com>
11360         * fold-const.c: Fix formatting.
11362 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11364         * i386.c (legitimate_address_p): Accept other bases than
11365         pic_offset_table_rtx for GOTOFF constructs.
11367 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11369         * i386.md (shift to lea splitter): Use const_int_operand.
11371 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11373         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
11374         cppspec.c: Do not use 'legal' or 'illegal' in error messages
11375         and comments.
11377         * cppmain.c (cb_define, cb_undef): Don't generate any output
11378         if not done_initializing.
11379         * cpplex.c (maybe_paste_with_next): When the token after a ##
11380         is an omitted rest argument, only delete the token before it
11381         if that token is a comma.  Do not warn about bogus token
11382         pastes for , ## rest_arg.
11384         * cpp.texi: Update.
11385         * cpp.1: Regenerate.
11387 2000-08-02  Fred Fish  <fnf@be.com>
11389         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
11390         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
11391         and later.
11393         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
11394         Be directories to search path.
11396         Remove support for __declspec(dllimport) and __declspec(dllexport).
11397         This is leftover cruft from the earlier BeOS gcc port when BeOS
11398         used Microsoft's PE object file format.
11399         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
11400         * config/i386/t-beos (winnt.o): Remove Makefile frag.
11401         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
11402         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
11403         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
11404         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
11405         (REDO_SECTION_INFO_P): Remove.
11406         (ASM_EXPORT_DECL): Remove.
11407         (ASM_DECLARE_FUNCTION_NAME): Remove.
11408         (ASM_DECLARE_OBJECT_NAME): Remove.
11409         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
11410         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
11411         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
11412         (STRIP_NAME_ENCODING): Remove.
11414         Remove support for obsolete version of BeOS that is no longer
11415         supported by Be.
11416         * configure.in (i*86-*-beospe*): Remove.
11417         * config/i386/beos-pe.h: Remove.
11419 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
11420             Mark Mitchell <mark@codesourcery.com>
11422         * Makefile.in (OBJS): Added dce.o.
11423         (ssa.o): Updated target to include ssa.h.
11424         (flow.o): Likewise.
11425         (toplev.o): Likewise.
11426         (dce.o): Created target.
11427         * basic-block.h: Added comments.
11428         (INVALID_BLOCK): Added definition.
11429         (connect_infinite_loops_to_exit): Added declaration.
11430         Moved SSA declarations to ssa.h.
11431         * flow.c: Added inclusion of ssa.h.
11432         (struct depth_first_search_dsS, depth_first_search_ds):
11433         Added definitions.
11434         (compute_immediate_postdominators): Added definition.
11435         (connect_infinite_loops_to_exit): Likewise.
11436         (flow_dfs_compute_reverse_init): Likewise.
11437         (flow_dfs_compute_reverse_add_bb): Likewise.
11438         (flow_dfs_compute_reverse_execute): Likewise.
11439         (flow_dfs_compute_reverse_finish): Likewise.
11440         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
11441         (LABEL_P): Added definition.
11442         (JUMP_P): Likewise.
11443         (NOTE_P): Likewise.
11444         (BARRIER_P): Likewise.
11445         (JUMP_TABLE_DATA_P): Likewise.
11446         (INSN_DEAD_CODE_P): Likewise.
11447         * ssa.c: Replaced inclusions with ssa.h inclusion.
11448         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
11449         (rename_registers): Removed unnecessary variables.
11450         * ssa.h: Created by moving declarations from ssa.c and
11451         basic-block.h.
11452         * timevar.def: Defined TV_DEAD_CODE_ELIM.
11453         * toplev.c: Added ssa.h inclusion.
11454         (dump_file_index): Added DFI_dce.
11455         (dump_file): Added "dce" entry.
11456         Defined flag_ssa.
11457         (f_options): Added dce entry.
11458         * invoke.texi: Document -fdce.  Emphasize experimental status of
11459         -fssa.
11460         * dce.c: New file.
11462 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
11464         * cpperror.c (v_message): Split into _cpp_begin_message and
11465         v_message macro.  All callers updated.
11466         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
11467         checks here.
11469         * cppfiles.c (cpp_syshdr_flags): New function.
11470         (read_include_file): Don't call cpp_output_tokens.  Call
11471         enter_file hook.
11472         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
11473         (cpp_reader_init): Don't initialize token_buffer.  Call
11474         _cpp_init_internal_pragmas.
11475         (cpp_cleanup): Don't clear token_buffer.
11476         (cpp_start_read): Don't worry about output from -D processing.
11477         Don't call cpp_output_tokens.
11478         (cpp_finish): Don't dump macros here.  Don't call
11479         cpp_output_tokens.
11480         * cppmacro.c (_cpp_dump_definition): Rename
11481         cpp_dump_definition.  Write directly to a FILE *.
11482         (dump_funlike_macro): Delete.
11483         (dump_macro_args): New.
11485         * cpplex.c (TOKEN_LEN): Convert to inline function.
11486         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
11487         cpp_scan_line, _cpp_dump_list): Delete.
11488         (cpp_printf, cpp_output_list): New.
11489         (output_line_command): Don't worry about entering or leaving files.
11490         (cpp_scan_buffer): Just output each token as we hit it.
11491         (process_directive): Don't call cpp_output_tokens.
11492         (_cpp_glue_header_name): Don't use token_buffer.
11493         (output_token, dump_param_spelling): Write directly to a FILE *.
11495         * cpplib.c (pass_thru_directive, dump_macro_name,
11496         pragma_dispatch, do_pragma_gcc): Delete.
11497         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
11498         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
11499         functions.
11500         (do_error, do_warning, pragma_dependency): Call
11501         _cpp_begin_message, then cpp_output_list.
11502         (cpp_register_pragma, cpp_register_pragma_space,
11503         _cpp_init_internal_pragmas): New.
11504         (do_pragma): Walk the pragmas table here.
11505         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
11506         do_pragma_dependency): Return void.
11507         (do_pragma_implementation): Moved to cppmain.c.
11509         * cpplib.h: Update prototypes.
11510          (struct cpp_reader): Remove printer, token_buffer,
11511         token_buffer_size, and limit.  Add struct cb, and pragmas.
11512         (struct cpp_printer): Remove last_id and written.
11513         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
11514         CPP_ADJUST_WRITTEN): Delete.
11515         * cpphash.h: Update prototypes.
11516         (ufputs): New wrapper.
11518         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
11519         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
11520         (main): Set up callbacks.  Register #pragma implementation.
11521         Dump macros from here.
11523 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
11525         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
11526         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
11527         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
11528         insns if they have a REG_MAYBE_DEAD note attached.
11529         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
11530         (rs6000_emit_load_toc_table): TOC loads may go dead.
11532 2000-08-01  Jim Wilson  <wilson@cygnus.com>
11534         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
11535         type exists before using it.  Use number of words as alignment
11536         otherwise.
11537         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
11538         ia64_va_arg): Propagate ia64_function_args changes here.
11540 2000-08-01  Richard Henderson  <rth@cygnus.com>
11542         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
11543         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
11545 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11547         From Joern Rennecke:
11548         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
11549         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
11550         unless TARGET_SH3E is set.
11551         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
11553         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
11554         (ashlsi3_std): New pattern.
11555         (ashlsi3 expander): Use it for TARGET_SH3.
11556         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
11558 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11560         * loop.c (canonicalize_condition):  Use destination, not source to
11561         determine SET's mode.
11563 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
11565         * flow.c (clear_log_links): Fix typo.
11567 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
11569         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
11570         on targets which need more than one insn for a compare/cbranch
11571         operation.
11573 2000-07-31  Jim Wilson  <wilson@cygnus.com>
11575         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
11576         when computing offset.
11578 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
11580         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
11582 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
11584         * flow.c (clear_log_links): Nuke global_live_at_start and
11585         global_live_at_end data, since if the log_links stuff is invalid
11586         so is global_live_at_*.
11588 2000-07-31  Richard Henderson  <rth@cygnus.com>
11590         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
11592 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
11594         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
11595         (_cpp_get_token): Don't macro expand a just pasted token if it
11596         was pasted at no_expand_level.
11598 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11600         * cppmacro.c (find_param, count_params, save_expansion):
11601         Permit 'defined' as a macro parameter name.
11603 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11605         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
11606         xcpp to cpp throughout.
11607         (native): Remove unnecessary dependency on cpp.
11609         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
11610         tradcpp to tradcpp0.
11611         (.i spec): Add missing output-file spec to cc1 command line.
11612         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
11614 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11616         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
11617         (implicit_decl_warning): New function.
11618         (implicitly_declare): Use it.
11619         * c-typeck.c (build_external_ref): Use implicit_decl_warning
11620         to complain about implicit decls of builtins.
11622         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
11623         based on pedantic && flag_isoc99, if not already set.
11624         * c-tree.h: Declare mesg_implicit_function_declaration.
11625         Prototype implicit_decl_warning.
11627 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
11629         * Makefile.in (ssa.o): Updated header files in dependences.
11630         * basic-block.h: Added compute_immediate_postdominators declaration.
11631         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
11632         definition.
11633         * flow.c (compute_immediate_dominators): Updated comment.
11634         (compute_immediate_postdominators): Added definition.
11635         * rtl.h (HARD_REGISTER_P): Added definition.
11636         * ssa.c: Include additional header files.
11637         (assert): Added definition.
11638         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
11639         include select hard registers.
11640         (ssa_rename_to_insert): Likewise.
11641         (ssa_rename_from_initialize): Likewise.
11642         (ssa_rename_from_lookup): Likewise.
11643         (original_register): Likewise.
11644         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
11645         include select hard reigsters.
11646         (ssa_rename_from_traverse): Likewise.
11647         (ssa_rename_from_free): Likewise.
11648         (ssa_rename_from_print): Likewise.
11649         (ssa_rename_from_print_1): Likewise.
11650         (ssa_rename_from_hash_function): Likewise.
11651         (ssa_rename_from_equal): Likewise.
11652         (ssa_rename_from_delete): Likewise.
11653         (simplify_to_immediate_dominators): Removed in favor of
11654         flow.c:compute_immediate_dominators.
11655         (find_evaluations_1): Modified to work with hard registers.
11656         (insert_phi_node): Likewise.
11657         (insert_phi_nodes): Likewise.
11658         (struct rename_set_data): Updated prev_reg comment.
11659         (create_delayed_rename): Modified to work with hard registers.
11660         (RENAME_NO_RTX): Updated comment.
11661         (apply_delayed_renames): Modified to work with hard registers.
11662         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
11663         (rename_block): Updated to use revised ssa_rename_to interface.
11664         (rename_registers): Updated to use revised ssa_rename_to and
11665         ssa_rename_from interface.
11666         (convert_to_ssa): Revised to use compute_immediate_dominators and
11667         deal with hard registers.
11668         (make_regs_equivalent_over_bad_edges): Modified to work with hard
11669         registers.  Added check for illegal unification of hard register.
11670         (make_equivalent_phi_alternatives_equivalent): Modified to work
11671         with hard registers.
11672         (compute_conservative_reg_partition): Likewise.
11673         (coalesce_if_unconflicting): Modified to work with hard registers
11674         and check for conflicting hard registers.
11675         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
11676         registers.
11677         (rename_equivalent_regs_in_insn): Modified to work with hard
11678         registers.
11679         (record_canonical_element_1): Added definition.
11680         (check_hard_regs_in_partition): Added definition.
11681         (convert_from_ssa): Added data structure deallocation and check
11682         for illegal hard register unification.
11683         (conflict_hard_regs_p): Added definition.
11684         * toplev.c (rest_of_compilation): Added comment.
11686 2000-07-31  Anthony Green  <green@redhat.com>
11688         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
11690 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
11692         * builtins.c (expand_builtin_apply): Don't defer pop during
11693         argument setup.
11695 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11697         * calls.c (combine_pending_stack_adjustment_and_call): Only use
11698         preferred_unit_stack_boundary when it is > 1.
11700 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11702         * c-common.c (init_function_format_info): Add C99 format functions
11703         in C99 mode.
11705         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
11706         void' or 'register void' as being the special case of 'void' alone
11707         in a parameter list.
11709         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
11710         discarding qualifiers into a plain warning.
11712 2000-07-31  Kazu Hirata  <kazu@hxi.com>
11714         * combine.c: Fix formatting.
11716         * h8300.md: Fix formatting.
11718         * local-alloc.c: Fix formatting.
11720         * h8300.c (get_shift_alg): Remove the variable alg.
11721         (emit_a_shift): Rearrange code to improve readability.
11723         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
11725         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
11726         HImode on all architectures and a combination of HImode and SImode
11727         on H8/300H and H8/S.
11729         * h8300.c (split_adds_subs): Rearrange code for conciseness.
11731 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11733         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
11734         in my last checkin.
11736 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11738         * recog.c (extract_insn): Set operand_mode according to
11739         operand if match_operand is VOIDmode.
11741 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11743         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
11745 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
11747         * c-parse.in (extdefs): Call ggc_collect between external
11748         definitions.
11750 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
11751             Richard Henderson  <rth@cygnus.com>
11753         * Makefile.in (OBJS): Add doloop.o.
11754         * doloop.c: New file.
11756         * final.c (insn_current_reference_address): Return 0 before final.
11757         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
11758         * jump.c (any_uncondjump_p): Likewise.
11759         * loop.c (indirect_jump_in_function): Make static.
11760         (strength_reduce): Call doloop_optimize.
11761         (insert_bct, instrument_loop_bct): Remove.
11762         * loop.h (doloop_optimize): Prototype.
11763         * recog.c (split_all_insns): Split all INSN_P.
11764         * toplev.c (flag_branch_on_count_reg): Default on.
11766         * config/c4x/c4x.c (c4x_optimization_options): Don't set
11767         flag_branch_on_count_reg.
11768         * config/i386/i386.c (override_options): Likewise.
11769         * config/rs6000/rs6000.c (optimization_options): Likewise.
11771         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
11772         (doloop_end): New.
11773         (dbra_ge): Remove, as well as all it's splitters.
11775         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
11776         (doloop_end): New.
11778         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
11779         (ia64_register_move_cost): Declare.
11780         * config/ia64/ia64.c (ar_lc_reg_operand): New.
11781         (struct ia64_frame_info): Add ar_size.
11782         (ia64_compute_frame_size): Set it.
11783         (save_restore_insns): Save and restore ar.lc.
11784         (ia64_register_move_cost): New, moved from header file.  Handle
11785         application registers.
11786         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
11787         (emit_insn_group_barriers): Special case doloop_end_internal.
11788         (ia64_epilogue_uses): Mark ar.lc live at end.
11789         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
11790         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
11791         (FIRST_PSEUDO_REGISTER): Make room.
11792         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
11793         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
11794         (REG_ALLOC_ORDER): Update.
11795         (HARD_REGNO_MODE_OK): Update.
11796         (REGISTER_NAMES): Update.
11797         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
11798         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
11799         (REGNO_REG_CLASS): Update.
11800         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
11801         (REGISTER_MOVE_COST): Move out of line.
11802         (PREDICATE_CODES): Update.
11803         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
11804         (addsi3_plus1_alt, adddi3_plus1_alt): New.
11805         (shladd_elim splitter): Allow constants in the predicate.
11806         (doloop_end, doloop_end_internal): New.
11808 2000-07-30  Richard Henderson  <rth@cygnus.com>
11810         * genattrtab.c (struct insn_def): Add lineno member.
11811         (struct insn_ent): Likewise.
11812         (struct attr_desc): Likewise.
11813         (struct delay_desc): Likewise.
11814         (struct function_unit_op): Likewise.
11815         (struct function_unit): Likewise.
11816         (check_attr_value): Use message_with_line.
11817         (check_defs): Likewise.
11818         (expand_units): Likewise.
11819         (check_attr_test): Take a lineno argument.
11820         (gen_attr): Likewise.
11821         (gen_insn): Likewise.
11822         (gen_delay): Likewise.
11823         (gen_unit): Likewise.
11824         (main): Give it to them.
11825         (convert_set_attr_alternative): Take an insn_def argument
11826         instead of num_alt and insn_index.
11827         (convert_set_attr): Likewise.
11828         (write_test_expr): Protect INSN_ADDRESSES load
11829         with INSN_ADDRESSES_SET_P.
11831 2000-07-30  Richard Henderson  <rth@cygnus.com>
11833         * flow.c (init_propagate_block_info): Use pc_set.
11835 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11837         * i386.md (*lea_general_[123]) New insns and splits.
11838         (addsi3 to lea splitter): Handle other modes too.
11839         (shlsi3 to lea splitter): Likewise.
11840         (addhi_1_lea, shlhi_1_lea): New patterns.
11841         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
11843 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11845         * recog.c (general_operand, nonimmediate_operand): Accept
11846         any mode for VOIDmode CONSTANT_P operands.
11848 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11850         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
11851         instead of replace_rtx.
11852         * recog.c (validate_replace_rtx_subexp): New function.
11853         * recog.h (validate_replace_rtx_subexp): Declare.
11855 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11857         * combine.c (simplify_set, make_extraction, make_compound_operation
11858         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
11859         as force_to_mode argument.
11861 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11863         * combine.c (if_then_else_cond): Be sure that mode fits in
11864         HOST_WIDE_INT.
11866 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11868         * combine.c (record_promoted_value):  Allow bitsize of mode
11869         to be equivalent to HOST_BITS_PER_WISE_INT.
11871 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11873         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
11874         Do not call gen_mode_alignment when mode is BLKmode.
11876 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11878         * loop.c (express_from_1): Fix call of simplify_gen_binary.
11880 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11882         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
11883         VOIDmode implies both operands to be VOIDmode.
11884         (simplify_ternary_operation): Compute properly the mode of comparison.
11885         * combine.c (combine_simplify_rtx): Likewise.
11887 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
11889         * basic-block.h (struct loops): New field rc_order.
11890         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
11891         (flow_loops_free): Free rc_order.
11892         (flow_depth_first_order_compute): New parameter rc_order.
11893         (flow_loops_find): Allocate rc_order and swap usage with
11894         dfs_order.
11896 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11897            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11899         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
11900         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
11901         (nodb_call, return_from_epilogue): Likewise.
11902         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
11903         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
11904         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
11905         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
11906         (c4x_valid_type_attribute_p): Likewise.
11907         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
11908         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
11910 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11912         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
11913         and loadhi_big_constant if applicable.
11914         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
11915         and add new splitter.s
11917 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11919         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
11921 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11923         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
11925 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11927         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
11929 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11931         * config/c4x/libgcc.S (divqf3): Improve accuracy.
11933 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
11935         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
11936         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
11937         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
11938         (get_prev_bb_note): Likewise.
11939         (remove_scope_notes): Likewise.
11940         * flow.c (commit_one_edge_insertion): Likewise.
11941         (merge_blocks_nomove): Likewise.
11942         (verify_flow_info): Likewise.
11943         * gcse.c (insert_insn_end_bb): Likewise.
11944         * reg-stack.c (emit_swap_insn): Likewise.
11945         * ssa.c (first_insn_after_basic_block_note): New function.
11946         (insert_phi_node): Use it.
11947         (rename_block): Likewise.
11948         (eliminate_phi): Likewise.
11949         (make_regs_equivalent_over_bad_edges): Likewise.
11950         (make_equivalent_phi_alternatives_equivalent): Likewise.
11951         (for_each_successor_phi): Likewise.
11952         (convert_from_ssa): Modify phi-node deletion algorithm.
11954 2000-07-29  Andreas Jaeger  <aj@suse.de>
11956         * configure.in (mips*-*-linux*): Use mips*el to check for little
11957         endian MIPS, add tmake_file.
11959         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
11960         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
11961         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
11963 2000-07-28  Richard Henderson  <rth@cygnus.com>
11965         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
11966         Sign extend mode size before negating.
11968 2000-07-28  Richard Henderson  <rth@cygnus.com>
11970         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
11972 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
11974         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
11975         (cse_insn): Likewise.
11976         (addr_affects_sp_p): Likewise.
11977         * expr.c (move_by_pieces): Likewise.
11978         (clear_by_pieces): Likewise.
11979         * gcse.c (oprs_unchanged_p): Likewise.
11980         * haifa-sched.c (sched_analyze_2): Likewise.
11981         * recog.c (offsettable_address_p): Likewise.
11982         * regclass.c (record_address_regs): Likewise.
11983         * reload.c (find_reusable_reload): Likewise.
11984         (push_reload): Likewise.
11985         (operands_match_p): Likewise.
11986         (decompose): Likewise.
11987         (find_reloads_address_1): Likewise.
11988         (find_inc_amount): Likewise.
11989         * reload1.c (elimination_effects): Likewise.
11990         * resource.c (mark_set_resources): Likewise.
11991         * flow.c (attempt_auto_inc): New function; mostly broken out
11992         of find_auto_inc.
11993         (find_auto_inc): Split into two functions and enhanced to
11994         generate POST_MODIFY.
11995         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
11996         * rtl.h (count_all_occurrences):  Declare.
11997         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
11998         defined.
11999         * rtlanal.c (count_all_occurrences): New function.
12000         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
12001         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
12003         * config/ia64/ia64-protos.h (destination_operand): Declare.
12004         * config/ia64/ia64.c (destination_operand): New function.
12005         (ia64_print_operand): Handle POST_MODIFY.
12006         (rtx_needs_barrier): Likewise.
12007         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
12008         (HAVE_POST_MODIFY_REG): Define to 1.
12009         (MAX_REGS_PER_ADDRESS): Change to 2.
12010         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
12011         (LEGITIMATE_ADDRESS_REG): New helper macro.
12012         (LEGITIMATE_ADDRESS_DISP): Likewise.
12013         (PREDICATE_CODES): Add entry for destination_operand.
12014         * config/ia64/ia64.md (all mov patterns): Use destination_operand
12015         predicate for operand 0.
12017 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12019         * dwarf2out.c: Indent #error directive.
12021         * gbl-ctors.h: Fix typo in comment.
12022         (__do_global_ctors): Prototype.
12024         * gcse.c (record_one_set, pre_delete): Remove unused variables.
12026         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
12027         (print_operand): Initialize variable `t'.
12029 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
12031         * config/arm/arm.md ("call_value"): removed constraints.
12032         Constraints are ignored in expanders.
12033         (*call_value_reg): split =rf into various constraints.
12034         (*call_value_mem): same
12035         (*call_value_symbol): same
12036         (*sibcall_value_insn): same
12038 2000-07-28  Philipp Thomas  <pthomas@suse.de>
12040         * install.texi (--enable-nls): Change the description of the NLS
12041         related configure options to match the current state.
12042         (--with-included-gettext): Likewise.
12043         (--enable-maintainer-mode): New description added.
12044         * extend.texi (-fstrict-prototype): Add missing '.'.
12046 2000-07-27  Jim Wilson  <wilson@cygnus.com>
12048         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
12049         DECL_INITIAL (decl) == NULL_TREE.
12051 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12053         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
12054         on insn-attr.h with it.
12055         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
12056         * insn-addr.h: New header.
12057         (insn_addresses_): Renamed from insn_addresses.
12058         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
12059         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
12060         INSN_ADDRESSES_NEW): New macros.
12061         * genattrtab.c (write_test_expr): Use new macros.
12062         * final.c (insn_addresses, init_insn_lengths): Likewise.
12063         (align_fuzz, shorten_branches): Likewise.
12064         (final): Likewise.  Do not reject new insns if their addresses
12065         have been added to INSN_ADDRESSES.
12066         * config/arm/arm.c, config/avr/avr.c: Use new macros.
12067         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
12068         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
12069         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
12070         * config/sh/sh.c: Likewise.
12071         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
12073         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
12075 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
12077         * gcc.c (struct prefix_list): Add member priority.
12078         (enum path_prefix_priority): Declare.
12079         (add_prefix): Replace ``first'' with ``priority''.  Append new
12080         entry but keep list in priority order.
12081         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
12082         PREFIX_PRIORITY_LAST to add_prefix.
12083         (process_command): Move include kludge - foo/stageN - to before
12084         foo/include.
12086 2000-07-27  Jason Merrill  <jason@redhat.com>
12088         * dwarf2out.c (gen_typedef_die): Abort if we get identical
12089         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
12091 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
12093         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
12094         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
12096 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12098         * c-decl.c (finish_function): Don't treat 'main' specially unless
12099         flag_hosted.  In C99 mode, return 0 from 'main' unless
12100         DEFAULT_MAIN_RETURN is otherwise defined.
12102         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
12103         parameters defaulting to int in an old-style function definition.
12105 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12107         * c-parse.in (string): For -Wtraditional, warn about string
12108         concatenation only once per line.
12110 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
12112         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
12113         for HI-UX/WE2 systems.
12115 2000-07-24  Bruce Korb  <bkorb@gnu.org>
12117         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
12118         defining the __xxx_TYPE__ macros.
12119         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
12120         * fixincl/fixlib.h: don't need to include "tm.h" anymore
12121         * fixincl/inclhack.def(type_map): now obsolete
12123 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12125         * cpp.texi: Append a trailing full-stop to xrefs where needed.
12127 2000-07-26  Dave Pitts  <dpitts@cozx.com>
12129         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
12130         routine constants.
12131         (mvs_hash_alias): New function.
12132         (mvs_add_alias): Change argument spacing.
12133         (mvs_need_alias): Change aliasing criteria. Added documentation.
12134         (mvs_get_alias): Change to use hashed name. The hashed name prevents
12135         CSECT name collisions.
12136         (mvs_check_alias): Likewise.
12137         (handle_pragma): Change documentation.
12138         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
12139         mode from SImode to DImode.
12140         (iorhi3): Changed LTORG size for insn.
12142 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
12144         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
12145         mem if the address is a mode_dependent_address_p.
12147 2000-07-26  Kazu Hirata  <kazu@hxi.com>
12149         * h8300.c (print_operand): Print ":8" when the 'R' operand is
12150         suitable for 8-bit absolute.
12151         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
12152         (OK_FOR_U): Add a case for the 8-bit constant address on the
12153         H8/300H.
12155 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
12157         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
12158         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
12159         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
12160         lack of implemented alignment.
12162 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
12164         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
12165         cross-compiling between 64-bit and 32-bit machines.
12167 2000-07-27  Richard Henderson  <rth@cygnus.com>
12169         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
12170         (movhicc_astep, movhi_internal_astep): New.
12171         (movsicc_astep, movsi_internal_astep): New.
12172         (movdicc_astep, movdi_internal_astep): New.
12173         (movsfcc_astep, movsf_internal_astep): New.
12174         (movdfcc_astep, movdf_internal_astep): New.
12175         (movxfcc_astep, movxf_internal_astep): New.
12176         (cmovdi_internal_astep, cmovsi_internal_astep): New.
12177         Unify the cmov[ds]i splitters.
12179 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
12181         * real.c (asctoeg): Rename `error' label to unexpected_char_error
12183 2000-07-26  Nick Clifton  <nickc@cygnus.com>
12185         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
12186         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
12188         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
12189         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
12191 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
12193         * c-decl.c (finish_enum): Convert enumerations that fit in an
12194         `int' to `int'.
12195         (build_enumerator): In pedantic mode, cast to `int' those that
12196         don't.
12198 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
12200         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
12202 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12204         * sh.md (cmpgtdi_t): Must be split.
12205         (cmpgtdi_t+1): New splitter.
12207 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12209         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
12210         warnings for indented directives even if we are skipping.
12212 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12214         * invoke.texi (strict-prototypes): Remove.
12215         * extend.texi (Deprecated Features): Add strict-prototypes.
12216         (Backwards Compatibility): New node.
12218 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12220         * config/i386/i386.md (andsi_1+1): Allow HImode.
12221         (andsi_1+2): Require q_regs_operand.
12223 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12225         * config/i386/i386.md (call_pop): Check operands[0],
12226         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
12227         (call): Likewise.
12228         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
12229         (call_value): Likewise.
12231 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12233         * toplev.c (pipe_closed): Delete.
12234         (crash_signal): New.  Generate ICE for a fatal signal.
12235         (float_signal): Call crash_signal outside a float-handler
12236         block, not abort.
12237         (main): Install crash_signal as handler for core-dumping signals.
12239 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
12241         * rs6000.c (print_operand, case 'T'): New case.
12243         * rs6000.md (call_indirect_aix32): Convert to expander of
12244         scheduled instructions.
12245         (call_indirect_aix64): Likewise.
12246         (call_value_indirect_aix{32,64}): Likewise.
12247         (call, call_value): Invoke expanders for AIX.  Fall through to
12248         matchers for SysV.
12249         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
12250         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
12251         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
12252         only "g" constraint.
12253         (call_nonlocal_aix64): Likewise.
12254         (call_value_nonlocal_aix{32,64}): Likewise.
12255         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
12256         operands.
12257         (call_value_nonlocal_sysv): New pattern.
12258         (indirect_jump{si,di}): Use new 'T' modifier.
12259         (tablejump{si,di} matchers): Likewise.
12260         (return_internal_{si,di}): Likewise.
12261         (return_eh_{si,di}): Likewise.
12263 2000-07-24  Richard Henderson  <rth@cygnus.com>
12265         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
12266         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
12267         * config/ia64/ia64.md (movdi_internal): Use it.
12269 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
12271         * cppexp.c: Warn about unary + if -Wtraditional.
12272         * cpplex.c (lex_line): Always set BOL on the first token of a line.
12274 2000-07-24  Michael Meissner  <meissner@redhat.com>
12276         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
12277         unsupported macro.
12279 2000-07-24  Nick Clifton  <nickc@cygnus.com>
12281         * config/arm/arm.c (emit_multi_reg_push): Generate a
12282         REG_FRAME_RELEATED_NOTE that is compatable with the code in
12283         dwarf2out_debug_frame_expr.
12285 2000-07-24  Jason Merrill  <jason@redhat.com>
12287         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
12288         UNALIGNED_INT_ASM_OP.
12289         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
12290         a location expression.
12291         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
12292         assume indirect access if we're saving the CFA address exactly.
12294         * Makefile.in (bootstrap): Move -BstageN/ to the end.
12296 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
12298         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
12299         as well.
12301 2000-07-24  Michael Meissner  <meissner@redhat.com>
12303         * invoke.texi (D30V Options): Add d30v options.
12305 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
12307         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
12308         needed by our gcse pass anymore.
12309         (free_pre_mem): Corresponding changes.
12310         (compute_pre_data): Do not call compute_transpout anymore.
12312         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
12313         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
12314         changes.
12316         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
12317         (compute_pre_data): Do it here instead.
12319         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
12320         'temp_bitmap'.
12321         (pre_delete): Corresponding changes.
12323 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
12325         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
12326         to figure out whether or not a variable has already been emitted.
12328 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
12330         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
12331         instead of gen_call.
12333 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
12335         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
12337 2000-07-23  Kazu Hirata  <kazu@hxi.com>
12339         * h8300.c: Fix formatting.
12341 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12343         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
12344         for `long' switch expression into a plain warning.
12346         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
12347         (yylex): Don't pedwarn for "inline" in C99 mode.
12349         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
12350         with %p.
12351         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
12352         ggc_alloc): Likewise.
12353         * bb-reorder.c (dump_scope_forest_1): Likewise.
12355 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
12357         * reload.c (find_reloads_toplev): Add new parameter
12358         "address_reloaded".
12359         (find_reloads): Add new parameter to find_reloads_toplev calls.
12361 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12363         * collect2.c (main): Typo fixed.
12364         * diagnostic.c: Typo fixed.
12365         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
12366         * eh-common.h: Typo fixed.
12367         * emit-rtl.c (start_sequence): Typo fixed.
12368         * flow.c (find_label_refs): Typo fixed.
12369         (calculate_global_regs_live): Typo fixed.
12370         (mark_regno_cond_dead): Typo fixed.
12371         (create_edge_list): Typos fixed.
12372         (verify_edge_list): Typo fixed.
12373         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
12374         * loop.c (strength_reduce): Typo in function name fixed.
12375         * rtl.h: Added comments.  Typo in function name fixed.
12376         * rtlanal.c: Typo in function name fixed.
12377         (insn_dependant_p): Rename to ...
12378         (insn_dependent_p): ... this.
12379         (computed_jumo_p): Typo fixed.
12381 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12383         * system.h (__FUNCTION__): Wrap definition in #ifndef.
12385 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
12387         * rs6000.h (SIZE_TYPE): Define.
12389 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
12391         * ssa.c (rename_insn_1): Don't rename registers that are
12392         CLOBBERed.
12394 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
12396         * diagnostic.c (trim_filename, fancy_abort): Moved here from
12397         rtl.c.
12398         (fatal_function, set_fatal_function): Removed.
12399         (fatal): Don't prepare for or call the fatal_function.
12400         (diagnostic_lock, error_recursion): New.
12401         (diagnostic_for_decl, report_diagnostic): Guard against
12402         re-entering the error reporting routines.
12403         (fancy_abort): Assume function is not NULL.
12405         * errors.c (fancy_abort): New.  Assume function is not NULL.
12406         * tradcpp.c (fancy_abort): Assume function is not NULL.
12408         * system.h: Provide default definition of __FUNCTION__.
12409         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
12410         Always use __FUNCTION__ in definition of abort.
12411         * tree.h: Likewise.
12412         * varray.h: Likewise.
12413         * toplev.h: Likewise.  Don't prototype set_fatal_function.
12415 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
12417         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
12418         in 64-bit mode.
12419         * glimits.h: Don't do #if defined for ARCH_PPC.
12421         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
12422         constants of size no larger than a pointer should go in the TOC.
12423         Add 'MODE' parameter.
12424         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
12425         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
12426         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
12427         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
12428         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
12429         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
12430         (rs6000_legitimize_address): Likewise.
12431         (rs6000_emit_move): Likewise.
12432         (rs6000_select_rtx_section): Likewise.
12433         (output_toc): Deal properly with outputting small constants like
12434         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
12435         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
12436         MODE parameter.  Put small constants in the TOC.
12438         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
12439         easy in SImode.
12440         (rs6000_emit_move): When reload calls us with an illegitimate
12441         address, exit early.  Move the change_address calls to one place
12442         at the end of the routine.  Merge the SImode and DImode expanders.
12443         When called by reload to put an integer into a FP register, force
12444         it to memory.
12446         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
12447         field.
12448         (rs6000_hash_constant): Hash mode too.
12449         (toc_hash_function): Allow for key_mode.
12450         (toc_hash_eq): Structures are different if key_mode differs.
12451         (output_toc): Add 'mode' parameter.  Save key_mode.
12452         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
12453         Pass 'mode' parameter.
12454         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
12456         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
12457         for vtable references.
12459         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
12460         choice, don't put integer values in FP regs.
12462 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
12464         * flow.c (verify_flow_info): Revamp code to verify that the
12465         head and end of each basic block are in the insn chain.
12467 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
12469         * gcse.c (record_one_set): Prepend instead of append onto
12470         reg_set_table, making it O(n) instead O(n^2).
12471         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
12472         Use a queue instead of a stack as worklist.
12474 2000-07-20  Kazu Hirata  <kazu@hxi.com>
12476         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
12477         * h8300.h (OK_FOR_T): New.
12478         (EXTRA_CONSTRAINT): Support OK_FOR_T.
12479         * h8300.md: Use inc/dec.[wl] for increment/decrement
12480         by 1 and 2 in HI and SI modes.
12482 2000-07-20  Jim Wilson  <wilson@cygnus.com>
12484         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
12485         larger than 14 bits.
12487 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12489         * cppmacro.c (CAN_PASTE_AFTER): New macro.
12490         (count_params): Don't set GNU_REST_ARGS on anything.
12491         (save_expansion): Set PASTE_LEFT only on tokens for which
12492         CAN_PASTE_AFTER is true, or which are named operators.
12494         * cpplex.c (parse_args): Distinguish between a rest argument
12495         given one empty argument, and a rest argument given zero arguments.
12496         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
12497         deletion of previous token based on that.
12498         (get_raw_token): Flatten some control structure.
12500         * cpplib.h (CPP_LAST_EQ): Correct.
12501         (VOID_REST): New token flag.
12502         (GNU_REST_ARGS): Delete.
12504         * tradcpp.c (main): Don't munge -D options.
12505         (make_definition): Bring -D handling in line with cpplib.
12506         (do_define): Strip all leading whitespace from macro definitions.
12508 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
12510         * Makefile.in (tradcpp): Depend on intl.o and version.o.
12512 2000-07-20  Bruce Korb  <bkorb@gnu.org>
12514         * fixincl/check.tpl: strip the platform specific types before testing
12515         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
12516         * fixincl/fixincl.tpl: use platform specific types
12517         * fixincl/fixlib.h: include the platform specific types
12518         * fixincl/inclhack.def(gnu_types): don't supply the types
12519         * fixincl/fixincl.x: regen
12521 2000-07-19  Jim Wilson  <wilson@cygnus.com>
12523         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
12524         GR_REGS.
12526 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12528         * tradcpp.c (rescan): Do not recognize directives when the #
12529         is indented.
12531 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12533         Implement C++ named operators.
12535         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
12536         of operators allowed in #if and having an _EQ variant.  Add
12537         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
12538         (cpp_token flags): Add NAMED_OP.
12539         (enum node_type): Add T_OPERATOR.
12540         (struct cpp_hashnode): Add code slot to value union.
12541         * cpphash.h (spec_nodes): Remove n_defined.
12543         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
12544         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
12545         (is_macro_disabled): Tweak error messages.
12547         * cpplib.c (get_define_node): Disallow all named operators as
12548         macro names.  Tweak error messages.
12549         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
12551         * cppinit.c (builtin_array): Add entries for the named operators.
12552         * cppexp.c (lex): Check for CPP_DEFINED token.
12553         (priority table): Add entries for CPP_MIN and CPP_MAX.
12554         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
12556 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12558         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
12559         larger than the array of cuids.
12560         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
12561         cuids.
12563 2000-07-19  Bruce Korb  <bkorb@gnu.org>
12565         * fixinc/fixincl.c:  Convert to using a table of environment variables
12566         and activate the auto-edit marker on the fixed output files.
12567         * fixinc/fixlib.h:  Define the environment table
12568         * fixinc/fixincl.sh: export the ${INPUT} dir
12569         * fixinc/check.tpl: likewise
12571 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12573         * gcc.c (.h spec): Fix typo.
12575 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12577         * Makefile.in: Fix tradcif.c path.
12579 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12581         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
12582           macros, not five.
12584         * cpphash.h (TOKEN_NAME): New macro.
12585         (_cpp_spell_operator): Deleted.
12586         (token_spellings): Now _cpp_token_spellings.
12588         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
12589         * cpplex.c: Use OP and TK macros when expanding the
12590         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
12591         store the stringification of the enumeration name (CPP_CHAR,
12592         etc.) in the name slot of token_spellings.
12593         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
12594         token_spellings directly.
12595         * cpplib.c: Use TOKEN_SPELL.
12597         * cpplex.c (_cpp_push_token): If the token being pushed back
12598         is the previous token in this context, just subtract one from
12599         context->posn.
12600         * cppmacro.c (save_expansion): Clear aux field when storing a
12601         placemarker.
12603 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12605         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
12606         buffer, provided it is not NULL.
12608 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
12610         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
12611         case of invalid volatile re-declaration.
12613 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12615         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
12616         (expand_call): Adjust caller.
12618 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
12620         * diagnostic.h (report_diagnostic): Change prototype.
12622         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
12623         diagnostic_for_decl):  Change prototype.
12624         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
12625         error, warning, error_with_file_and_line,
12626         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
12627         Adjust call to report_diagnostic, diagnostic_for_decl.
12628         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
12629         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
12631         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
12632         varaible argument list.
12634 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12636         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
12637         moved to cppmacro.c.
12638         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
12639         dump_hash_helper): Delete.
12640         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
12641         cpp_forall_identifiers): New. Implement specialized version of
12642         Vlad's expandable hash table.
12643         (cpp_lookup): Use new functions.
12644         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
12645         implementation.
12646         * cppmacro.c: New file.
12647         * cppinit.c (dump_macros_helper): New.
12648         (cpp_finish): Iterate over the identifier table directly.
12649         * cpplex.c (parse_name): Calculate the hash of the identifier
12650         while we scan it.  Use _cpp_lookup_with_hash when we can.
12652         * cpphash.h: Update prototypes.
12653         (xcnewvec, HASHSTEP): New helper macros.
12654         * cpplib.h: Update prototypes.
12655         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
12656         (cppmacro.o): New rule.
12657         (cpphash.o): Update deps.
12659         * cppmain.c: Do not set pfile->printer if no_output is on.
12661 2000-07-15  Neil Booth  <neilb@earthling.net>
12663         * cpplib.c: Change all directive-handler functions to return
12664         void, not int.
12665         * cpphash.h: Update typedefs.
12667 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
12669         * configure: Regenerate.
12671         * extend.texi (Extended Asm): Mention that a memory clobber
12672         does not count as a side-effect.
12674         * unroll.c (copy_loop_body): Fix one instance of using host
12675         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
12676         cross-compile.
12678         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
12680 2000-07-17  Richard Henderson  <rth@cygnus.com>
12682         * config/ia64/ia64.md (movdi): Split out load address code.
12683         New post-reload splitter for symbolic operands.
12684         (movdi_internal): Abort if we didn't split symbolic operands
12685         when we should have.
12686         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
12687         (ia64_reorg): Split insns when not optimizing.
12688         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
12690 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12692         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
12693         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
12695 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
12697         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
12699 2000-07-17  Jason Merrill  <jason@redhat.com>
12701         * Makefile.in (clean): Remove libgcc directory.
12703         * configure.in (-Wno-long-long check): Use higher-level macros.
12705 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12707         * simplify-rtx.c (simplify_binary_operation): Recognize
12708            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
12709         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
12710            a CONST_INT, it will always be zero.
12712 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
12714         * loop.c (check_dbra_loop) : Return if more than one condition is
12715         present to control the loop.
12717 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
12719         * mips.c (mips_expand_prologue): Don't calculate the last argument
12720         register unless we need it.  When we are calculating this, make
12721         sure FUNCTION_ARG is giving us a REG.
12723 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12725         * flow.c (libcall_dead_p): Use single_set to verify the insn
12726         has only one set and get for analysis.
12727         (propagate_one_insn): Don't pass the PATTERN of the insn.
12729 2000-07-17  Mark Klein <mklein@dis.com>
12731          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
12733 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
12735         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
12736         * configure.in (TARGET_GETGROUPS_T): Evaluate.
12737         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
12738         of second argument of getgroups.
12739         * configure, config.in: Rebuilt.
12741 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
12743         * simplify-rtx.c (simplify_relational_operation): Two signed
12744         values with equal high words are less/greater than each other if
12745         their low words are less/greater when considered as unsigned.
12747 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
12749         * configure.in (vax-*-openbsd):  Change to new style configuration,
12750         add collect2/float_format information.
12751         * configure:  Rebuilt.
12752         * config/vax/openbsd1.h:  New.
12753         * config/vax/openbsd.h:  New.
12754         * config/vax/t-openbsd:  New.
12756 2000-07-17  Chip Salzenberg  <chip@valinux.com>
12758         * c-common.c (shorten_compare): Quiet warnings about unsigned
12759         comparisons with zero when they occur in a system header.
12761 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12763         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
12764         update to describe current practice.
12766         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
12768         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
12769         references to C9X.  Change references to -fstd and -flang-isoc9x
12770         to refer to -std.
12772         * c-common.c (scan_char_table): Allow "z" length modifiers on
12773         diouxXn formats.
12774         (check_format_info): Use TYPE_DOMAIN on the type matched against
12775         for "z" formats, to retrieve the language size_t rather than the
12776         internal one.
12778         * c-common.c (check_format_info): Do not make a pedantic objection
12779         to the 'L' length modifier if used with a floating point type
12780         character.
12782         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
12783         constants in C99 mode.
12785 2000-07-17  Kazu Hirata  <kazu@hxi.com>
12787         * h8300.md: Fix the format of mac.
12788         (movsi_h8300hs): Output a tab after stmac instead of a space.
12790         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
12791         profitable adds/subs sequences.
12793         * fold-const.c: Fix comment typos.
12795 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
12797         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
12799 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12801         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
12803 2000-07-16  Neil Booth  <NeilB@earthling.net>
12805         * cpplex.c: Update comments.
12806         * README.Portability: Small update.
12808 2000-07-16  Neil Booth  <NeilB@earthling.net>
12810         * README.Portability:  Small update.
12812 2000-07-15  Richard Henderson  <rth@cygnus.com>
12814         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
12815         * config/ia64/ia64.c (ia64_move_ok): New function.
12816         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
12817         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
12819 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
12821         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
12822         immediately following a paste operator.
12823         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
12824         (cpp_reader_init): Call it, if HOST_EBCDIC.
12825         (cpp_handle_options): Do not sort option list here.
12826         (handle_option): Rename to cpp_handle_option and export.
12827         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
12828         _cpp_get_token directly.
12829         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
12830         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
12831         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
12832         cpp_scan_line.
12834 2000-07-15  Richard Henderson  <rth@cygnus.com>
12836         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
12837         cast around an expression.  Tidy other unsigned tests.
12839 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
12841         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
12842         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
12843         (v_message_with_decl): Rename to ...
12844         (format_with_decl): ... this. Tweak
12845         (diagnostic_for_decl): New function.
12846         (fatal_io_error): Use verbatim in lieu of notice.
12847         (announce_function): Use verbatim.
12848         (default_print_error_function): Likewise.
12849         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
12850         infratructure.
12852 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12854         * mips.c (function_arg_pass_by_reference): Don't do automatic
12855         aggregate initialization.
12856         (machine_dependent_reorg): Initialize variable `mode'.
12858         * mips.md (absdi2): Change variable `regno1' to unsigned int.
12859         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
12860         conflicts with sys/param.h macro of the same name.
12861         (reload_outdi): Likewise.
12863 2000-07-15  Michael Meissner  <meissner@redhat.com>
12865         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
12866         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
12867         create a new node instead.
12869 2000-07-15  Neil Booth  <NeilB@earthling.net>
12871         * README.Portability: Correct example about calling a function
12872         through a pointer to function.  Format wide paragraphs.
12874 2000-07-15  Michael Meissner  <meissner@redhat.com>
12876         * README.Portability: Update integer suffixes and function
12877         prototype sections.
12879 2000-07-15  Neil Booth  <NeilB@earthling.net>
12881         * README.Portability: Small update.
12883 2000-07-15  Neil Booth  <NeilB@earthling.net>
12885         * README.Portability: New file.
12887 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
12889         * INSTALL: Give special instructions for building GCC on Irix 6.
12890         * config/mips/x-iris6 (CC): Don't set it.
12891         (OLDCC): Likewise.
12893 2000-07-14  Jason Merrill  <jason@redhat.com>
12895         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
12896         register in the stack and later in another register, use the new
12897         register.
12899 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
12901         * config/mips/mips.md: (absdi2): Handle sign_extend for
12902         second operand.
12904 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
12906         * cpplib.c (do_pragma_dependency): Tidy warning messages.
12908 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
12910         * .cvsignore: Correct typo.
12912 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
12914         * .cvsignore: Add generated YACC files.
12915         * objc/.cvsignore: New file.
12917 2000-07-14  Neil Booth  <NeilB@earthling.net>
12919         * cpplex.c (adjust_column): New funcion.
12920         (skip_whitespace): Use it.
12921         (skip_block_comment): Use it, and warn about /*/* with
12922         -Wcomments.
12924 2000-07-14  Neil Booth  <NeilB@earthling.net>
12926         * cpphash.c (struct macro_info): Add new members.
12927         (_cpp_free_definition): Delete the macro directly.
12928         (count_params): Return void, with first token of
12929         expansion in struct macro_info on success.
12930         (parse_define): Return int.  Hoist syntax checking from
12931         save_macro_expansion.  Leave call to save_expansion to
12932         _cpp_create_definition.
12933         (alloc_macro): Needs just 2 arguments.
12934         (free_macro): Delete.
12935         (save_expansion): Don't perform syntax check.
12936         (_cpp_create_definition): Call save_expansion.
12938 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12940         * genrecog.c (write_header): Split long string.
12942         * cpphash.c (macro_info): Don't use the `signed' keyword.
12944         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
12946 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
12948         * calls.c (stored_args_map): New variable.
12949         (check_sibcall_argument_overlap_1): New.
12950         (check_sibcall_argument_overlap): New.
12951         (expand_call): Initialize stored_args_map.
12952         Call check_sibcall_argument_overlap.
12954 2000-07-13  Bruce Korb  <bkorb@gnu.org>
12956         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
12957         (emit_gnu_type): utility procedure for gnu_type_fix
12958         (gnu_type_fix): implement various pre-processor guards around
12959         standard types so these types can be defined over and over
12960         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
12961         types alluded to above will have GNU-compliant base types
12962         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
12963         * fixinc/inclhack.def: add test_text entries and utilize the new
12964         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
12965         * fixinc/fixincl.x: regenerate
12967 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12969         * diagnostic.c (vline_wrapper_message_with_location,
12970         v_message_with_file_and_line, v_error_with_file_and_file,
12971         v_error_for_asm, v_warning_for_asm, vfatal,
12972         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
12973         vsorry, verror, vwarning, vpedwarn): Remove.
12974         (diagnostic_for_asm): New function.
12975         (pedwarn, error, warning, pedwarn_with_file_and_line,
12976         error_with_file_and_line, warning_with_file_and_line, sorry,
12977         error_for_asm, warning_for_asm, fatal): Reimplement.
12978         (finish_diagnostic): Clear diagnostic info as well.
12980 2000-07-13  Neil Booth  <NeilB@earthling.net>
12982         * c-common.h (flag_digraphs): New.
12983         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
12984         * c-lex.c (yylex): Use flag_digraphs to decide whether to
12985         honour digraphs.
12987 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
12989         * gcc.c (do_spec_1): Add new %B operator.
12990         (set_input): Prepare for %B.
12992         (link_command_spec): Move up with the other tm.h-
12993         overrideable specs.  Factor out the portion conditional on
12994         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
12995         (struct compiler): Just have a single spec string.  All users
12996         updated.
12997         (default_compilers): Remove unnecessary braces.
12998         (static_specs): Update.
13000         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
13001         named specs.
13002         (C and assembly specs): Use the new named specs, as appropriate.
13004         * objc/lang-specs.h: Use the new named specs.
13005         Remove unnecessary braces.
13007 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13009         * gcc.c (execute): If a subprocess gets a fatal signal, report
13010         strsignal() of the signal number, and ask for a bug report.
13011         Do not do this for SIGPIPE if there's already been an error.
13013         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
13014         Delete pipe_closed.
13016         * tradcif.c: Remove.
13018 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13020         * final.c (profile_function): Do not emit profile counters in
13021         the data section, if NO_PROFILE_COUNTERS is defined.
13022         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
13023         FUNCTION_PROFILER.
13025         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
13026         (FUNCTION_PROFILER): Just emit a call to mcount.
13028 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13030         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
13032         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
13033         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
13034         traditional, lang_chill, or lang_fortran.
13036         * cppfiles.c: #undef strcmp to suppress warning about macros
13037         used without arguments.
13038         (_cpp_execute_include): Use f, not fname, in "No include path"
13039         error.
13040         (_cpp_pop_file_buffer): New function.
13041         * cpplib.c: Don't include <sys/mman.h>.
13042         (cpp_push_buffer): Set line_base and lineno in new buffer.
13043         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
13045         * cpplex.c: Move all prototypes and structure declarations to the
13046         top of the file.  Properly parenthesise some macro arguments.
13047         (cpp_scan_line): New function.
13048         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
13049         don't need to walk up the stack counting.
13051 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13053         * c-common.c (combine_strings): Emit a pedantic warning when a
13054         string length is greater than the minimum ANSI C is required
13055         to support.
13057 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
13059         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
13060         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
13062 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13064         * c-decl.c (define_label): Warn about identifier conflicts with
13065         labels in traditional C.
13067         * c-parse.in (unop +): Warn about the unary plus operator for
13068         traditional C.
13070         * c-typeck.c (store_init_value): Warn about automatic aggregate
13071         initialization for traditional C.
13073         * invoke.texi (-Wtraditional): Document new warnings.
13075 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13077         * Makefile.in (c-errors.o): Fix thinko in dependency.
13079 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13081         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
13082         -traditional, -ftraditional, or -traditional-cpp was given.
13083         Do not pass -traditional to the preprocessor.
13084         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
13085         preprocessor does it automatically.
13086         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
13088         * ch/lang-specs.h: Always use tradcpp.  Do not pass
13089         -traditional, -trigraphs, or -pedantic to the preprocessor.
13090         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
13091         _LANGUAGE_FORTRAN.
13093 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13095         * cppexp.c (LOGICAL): Delete macro.
13096         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
13097         and && directly.
13099         * cpphash.c (HASHSIZE): Increase to 4096.
13100         (struct hashdummy): Add hash field.
13101         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
13102         the string values using memcmp.
13103         (cpp_lookup): Set dummy.hash.
13105 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
13107         * configure.in (m88k-openbsd): Express configuration using new fragment
13108         style.
13109         * configure: Rebuilt.
13110         * m88k/aout-dbx.h: New.
13111         * m88k/openbsd.h: New.
13112         * m88k/xm-openbsd.h: New.
13114 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13116         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
13118 2000-07-12  Richard Henderson  <rth@cygnus.com>
13120         * reload.c (push_secondary_reload): Make sure to add the new
13121         reload at the end, after acquiring secondary memory.
13123 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13125         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
13127         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
13128         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
13130         * c-parse.in (stmt): Delete unused variables.
13132         * convert.c (convert_to_vector): Likewise.
13134         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
13136         * tree.c (finish_vector_type): Prototype.
13138 2000-07-12  Bruce Korb  <bkorb@gnu.org>
13140         * fixinc/fixfixes.c: use xmalloc
13141         * fixinc/fixincl.c(initialize): set program name for xmalloc
13142         * fixinc/fixlib.c(must_malloc): obsolete
13143         (is_cxx_header): no longer used - disabled
13144         (skip_quote): inserted and disabled for future use
13145         * fixinc/fixlib.h: reflects above
13146         * fixinc/fixtests.c: removed dinkleberries
13148 2000-07-12  Neil Booth  <NeilB@earthling.net>
13150         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
13151         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
13153         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
13154         struct toklist_dummy): New.
13155         (cpp_free_definition): Free macros with free_macro.
13156         (count_params): Don't save paramter spellings.  Save macro
13157         information in a struct macro_info.
13158         (parse_define): Don't allocate a token list.
13159         (save_expansion): Allocate the macro's token list, and
13160         save parameter spellings if necessary.  Use TOKEN_SPELL.
13161         (cpp_create_definition): Make list const.
13163 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13165         * c-typeck.c (pedwarn_c99): Move to
13166         * c-errors.c: ... Here.
13167         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
13168         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
13169         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
13170         (c-errors.o): List dependency.
13172 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
13174         * c-parse.c: Remove.
13175         * c-parse.h: Likewise.
13176         * c-parse.y: Likewise.
13177         * objc/objc-parse.c: Likewise.
13178         * objc/objc-pasre.y: Likewise.
13180 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
13182         * gcc.texi: Fix minor typos
13183         * extend.texi: Fix minor typos
13185 2000-07-11  Marc Espie <espie@openbsd.org>
13187         * collect2.c (main): Recognize .lo as object files.
13189 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
13191         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
13192         true.
13194         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
13195         with MAP_ANONYMOUS and MAP_ANON.
13196         * configure, config.in: Rebuilt.
13198 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13200         * diagnostic.c (save_output_state): Remove.
13201         (restore_output_state): Likewise.
13202         (clear_text_info): New function.
13203         (clear_diagnostic_info): Likewise.
13204         (output_text_length, is_starting_newline, output_prefix,
13205         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
13206         prefixing_policy, output_buffer_ptr_to_format_args): New macros
13207         (set_real_maximum_length, output_set_maximum_length,
13208         output_set_prefix, output_get_prefix, output_set_maximum_length,
13209         output_destroy_prefix, init_output_buffer,
13210         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
13211         output_add_newline, output_add_character, output_add_space,
13212         output_append_r, output_append, wrap_text, output_format,
13213         output_do_printf, output_printf, output_do_verbatim,
13214         output_verbatim, verbatim): Use them.
13215         (output_clear): Split into cleat_text_info and
13216         clear_diagnostic_info.
13217         (struct output_state): Move to...
13219         * diagnostic.h: ...Here
13220         (struct output_buffer): Adjust.
13222 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
13224         * cpplex.c (parse_name): No longer inline (premature optimization).
13225         (do_pop_context): Fold into pop_context.
13226         (pop_context): Returns int.
13227         (lex_next): Hoist test for end of directive into pop_context.
13228         (push_macro_context): Returns int; takes just reader and token.
13229         Hoist test for excessive nesting to caller.
13230         (push_arg_context): Returns void; takes just reader and token.
13231         Do not call stringify_arg or get_raw_token.
13232         (get_raw_token): Convert tail recursion through push_arg_context
13233         to a loop at this level.  Call stringify_arg here if appropriate.
13234         (maybe_paste_with_next): Convert tail recursion to a while loop.
13235         Hoist test of paste_level to caller.
13237         (stringify_arg): Push arg context at beginning.
13238         (cpp_get_token): Split out core into _cpp_get_token.  Call
13239         process_directive here.  Throw away CPP_PLACEMARKER tokens.
13240         (_cpp_get_token): Convert tail recursion through
13241         push_macro_context to a loop at this level.
13242         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
13243         _cpp_get_raw_token): Use _cpp_get_token.
13244         (_cpp_skip_rest_of_line): Drop the context stack directly; do
13245         not call pop_context.
13246         (_cpp_run_directive): Call lex_next directly.
13248         * cpphash.h: Prototype _cpp_get_token.
13249         * cppexp.c (lex): Use it.
13250         * cpphash.c (parse_define): Use it.
13251         * cpplib.c (get_define_node, do_undef, parse_include,
13252         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
13253         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
13254         parse_ifdef, validate_else): Use it.
13255         (cpp_push_buffer): Tweak error message; abort if anyone tries
13256         to push a buffer while macro expansions are stacked.
13258 2000-07-11  Donn Terry  <donnte@microsoft.com>
13260         * cpplex.c (free_macro_args, save_token): Cast arg of free
13261         and/or xrealloc to PTR.
13262         (_cpp_init_input_buffer): Clear all fields of the base context.
13264 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
13266         * gensupport.c (process_rtx): Make rtl checking stop
13267         complaining about the define_insn while it is being
13268         converted from a define_insn_and_split.
13270 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
13272         * config/mips/mips.c (simple_memory_operand): Access the
13273         INTVAL of the address, not it's containing MEM.
13275 2000-07-11  Bruce Korb  <bkorb@gnu.org>
13277         * fixinc/fixtests.c(double_slash): obsolete
13278         (else_endif_label): likewise
13279         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
13280         (libc1_ifdefd_memx): correct initial comment
13281         and omit the #if/#endif pair from the memxxx declarations
13282         * fixinc/fixincl.x: regen
13284 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13286         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
13288 2000-07-11  Neil Booth  <NeilB@earthling.net>
13290         * cpp.texi: Update.
13292 2000-07-11  Neil Booth  <NeilB@earthling.net>
13294         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
13295         (handle_option): Set digraphs according to standard.
13296         Merge OPT_lang_c89 handler with OPT_std_c89.
13298         * cpplex.c: (lex_line, can_paste): Honour digraphs in
13299         accordance with the digraphs flag.
13301         * cpplib.h: (struct cpp_options): New option digraphs.
13303 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
13304             Bruce Korb  <bkorb@gnu.org>
13306         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
13307         * fixinc/fixincl.x: Regenerate.
13308         * fixinc/tests/base/testing.h: Add testcase.
13310 2000-07-10  Richard Henderson  <rth@cygnus.com>
13312         * config/ia64/ia64.c (got_symbolic_operand): New.
13313         (symbolic_operand, move_operand): Revert 0701 change.
13314         * config/ia64/ia64.h (PREDICATE_CODES): Update.
13315         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
13316         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
13317         split the offset into a 14-bit low part instead of a 13-bit low part.
13318         (load_fptr): Mark the mem as unchanging.
13319         (load_symptr): Use got_symbolic_operand.
13321 2000-07-10  Nick Clifton  <nickc@cygnus.com>
13323         * libgcc2.c (next_stack_level): Cast result of computation to
13324         (void **) so that the assignment does not generate a warning.
13326 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
13328         * flags.h : Add new variable flag_single_precision_constant.
13329         * toplev.c (display_help) : Add -fsingle-precision-constant option.
13330         (flag_single_precision_constant): New.
13331         * c-lex.c (yylex): Convert floating point constant to single
13332         precision constant.
13333         * invoke.texi : Add documentation for this new option.
13335 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
13337         * diagnostic.c (output_octal): Second parameter is unsigned.
13338         (output_long_octal): Likewise.
13339         (output_hexadecimal): Likewise.
13340         (output_long_hexadecimal): Likewise.
13341         (output_format): Adjust arguments extraction. Tweak.
13342         (output_verbatim, verbatim): End variable argument list.
13343         (report_diagnostic): Improve documentation.
13345 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
13347         * c-common.h (build_stmt): Declare.
13348         (build_continue_stmt): Likewise.
13349         (build_break_stmt): Likewise.
13350         (build_return_stmt): Likewise.
13352         * c-decl.c (do_case): Rewrite to do what previously done in
13353         c-parse.in.
13355         * c-semantics.c (build_stmt): Define.
13356         (build_return_stmt): Likewise.
13357         (build_break_stmt): Likewise.
13358         (build_continue_stmt): Likewise.
13359         (build_case_label): Likewise.
13361         * c-parse.in (BREAK): Change to build tree, then generate RTL.
13362         (CONTINUE): Likewise.
13363         (RETURN): Likewise.
13364         (CASE): Likewise.
13365         (DEFAULT): Likewise.
13367         * c-parse.y: Regenerate.
13368         * c-pasre.c: Likewise.
13370 2000-07-09  Jason Merrill  <jason@redhat.com>
13372         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
13374         * tree.h (STRIP_NOPS): Check for error_mark_node.
13375         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
13376         (dwarf2out_*): Remove duplicate declarations.
13378         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
13379         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
13381 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
13383         * diagnostic.c (wrap_text): New function.
13384         (maybe_wrap_text): Likewise.
13385         (output_add_string): Use it.
13386         (output_format): Likewise.
13387         (count_error): Use verbatim instead of notice.
13388         (report_error_function): Likewise. Don't use plain fprintf.
13389         (finish_diagnostic): New function.
13390         (output_do_verbatim): Tweak.  Commonalize functionalities in
13391         output_verbatim and verbatim.
13392         (output_verbatim): Adjust.
13393         (verbatim): Likewise.
13394         (report_diagnostic): Define.
13396         * diagnostic.h (report_diagnostic): Prototype.
13398 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
13400         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
13402 2000-07-09  Neil Booth  <NeilB@earthling.net>
13404         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
13405         IShspace, ISspace: Update.
13407         * cppinit.c: ISTABLE: Update.
13408         V: New.
13410         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
13411         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
13412         (skip_block_comment, skip_line_comment, parse_string,
13413         lex_line): Use is_vspace rather than IS_NEWLINE.
13414         (skip_whitespace, lex_line): Clean up to use is_nvspace.
13415         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
13416         gets a BOL flag.
13417         (lex_next): Unconditionally stop if within a directive.
13418         Treat directives within macro invocations as directives
13419         (after parse_args emits error), not as the argument.
13421 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
13423         * diagnostic.c (diagnostic_args): New macro.
13424         (diagnostic_msg): Likewise.
13425         (output_formatted_integer): Likewise.
13426         (output_state): New data type.
13427         (digit_buffer): Make global.
13428         (output_add_integer): Rename to output_decimal. Squeeze
13429         digit_buffer.
13430         (output_long_decimal, output_unsigned_decimal,
13431         output_long_unsigned_decimal, output_octal, output_long_octal,
13432         output_hexadecimal, output_long_hexadecimal): New functions.
13433         (output_append_r): New function.
13434         (output_append): Tweak.
13435         (output_flush_on): Rename to output_to_stream.
13436         (output_format): Change prototype.  Improve documentation. Handle
13437         more format specifiers.
13438         (build_location_prefix): Rename to context_as_prefix.
13439         (output_notice): Rename to output_do_printf.
13440         (output_printf): Tweak.
13441         (line_wrapper_printf): Likewise.
13442         (vline_wrapper_message_with_location): Adjust call to renamed
13443         functions.
13444         (v_message_with_decl): Likewise.
13445         (default_print_error_function): Likewise.
13446         (save_output_state): New function.
13447         (restore_output_state): Likewise.
13448         (output_do_verbatim): Likewise.
13449         (output_verbatim): Define.
13450         (verbatim): Likewise.
13452         * diagnostic.h (printer_fn): Change return type from void to int.
13453         Improve documentation.
13454         (output_add_integer): Rename to output_decimal.
13455         (output_flush_on, output_format): Don't export.
13456         (output_verbatim, verbatim): Declare.
13458 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
13460         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
13461         Check whether c divides op1 exactly if operation is not
13462         multiplication.
13464 2000-07-08  Richard Henderson  <rth@cygnus.com>
13466         * final.c (final): Do not abort when reg-stack introduces
13467         a new insn.
13469 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
13471         * cpplib.h (struct cpp_name): Now struct cpp_string.
13472         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
13473         CPP_HEADER_NAME): Change to type S.
13474         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
13475         field, a cpp_hashnode *.  All references to val.name updated
13476         to use val.str or val.node as appropriate.
13477         (struct cpp_reader): Add spec_nodes field.
13478         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
13480         * cpphash.h (struct spec_nodes): New.
13481         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
13482         val.str.  All references to 'spelling > SPELL_NONE' updated to
13483         match.
13485         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
13486         pfile->buffer->inc are not NULL before dereferencing them.
13488         * cpplex.c (parse_name): Take a pointer to the current token,
13489         plus current position and limit as args; return the new
13490         position; don't copy the text of a name into the string
13491         buffer, instead call cpp_lookup and store the node pointer.
13492         If extending a token, copy out the text of the old into a
13493         scratch buffer, append the new, look that up and store the new
13494         node pointer.  Inline.
13495         (maybe_paste_with_next): If the result of paste is a NAME,
13496         then look up the pasted text and store its node pointer.
13497         (lex_line): Adjust for new parse_name interface.
13498         Check for L"str", L'str' using spec_nodes->n_L.
13499         (spell_token): SPELL_IDENT tokens have their spelling in
13500         val.node->name.  Handle SPELL_STRING tokens that don't have
13501         string delimiters.
13502         (_cpp_expand_name_space,
13503         (can_paste): Check for L ## "str" using spec_nodes->n_L.
13504         (cpp_get_token, special_symbol): No need to call cpp_lookup.
13505         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
13506         return 1=equal 0=not, not a tristate.
13508         * cpphash.c (var_args_str): Delete.
13509         (find_param): Compare node fields directly.
13510         (is__va_args__): Use CPP_PEDANTIC.  Just compare
13511         token->val.node with spec_nodes->n__VA_ARGS__.
13512         (dump_funlike_macro): Don't use var_args_str.
13514         * cpplib.c (_cpp_check_directive): Just walk through
13515         spec_nodes->dirs comparing pointers.
13516         (get_define_node, do_pragma_poison, detect_if_not_defined,
13517         parse_ifdef): The identifier has already been looked up.
13518         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
13519         node.
13520         (do_if): Only call detect_if_not_defined at beginning of file.
13521         (_cpp_parse_assertion): Only copy string pointers for
13522         SPELL_STRING tokens.
13523         (pragma_dispatch): Take a node pointer and examine its name
13524         field.
13525         (_cpp_init_stacks): Also initialize the spec_nodes structure.
13527         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
13528         _cpp_init_macros.
13529         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
13530         reverse order from the corresponding _cpp_init_* routines.
13532         * cppexp.c (parse_number, parse_charconst, parse_defined,
13533         lex): Check val.node->type instead of calling cpp_defined.
13534         Use spec_nodes entries where appropriate.
13536         * fix-header.c, scan-decls.c: Update for interface changes.
13538 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
13540         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
13541         emitting aux_truncdfsf2.
13543 2000-07-03  Donn Terry  (donnte@microsoft.com)
13545         * cppinit.c (print_help): split overlong line into ISO C89
13546         maximum chunks.
13548 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13550         * cppexp.c: Update all code for new lexer interface.
13551         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
13552         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
13553         * cpplex.c (token_names): Trim leading CPP_ from names; make
13554         the strings unsigned.
13555         (_cpp_spell_operator): New.
13556         (is_macro_disabled): Disable all macros if rescanning
13557         preprocessed text.
13558         (_cpp_get_directive_token): Remove.
13560         * cppinit.c: Don't set no_macro_expand.
13561         * cpplib.c (read_line_number, do_line): Check only for EOF,
13562         not VSPACE.
13563         * cpphash.h: Update prototypes.
13564         * cpplib.h (CPP_VSPACE): Remove.
13565         (struct cpp_reader): Remove no_macro_expand.
13567 2000-07-08  Neil Booth  <NeilB@earthling.net>
13569         * cpphash.c (is__va_args__): New function.
13570         (count_params): Fix line reported in error messages.  Use
13571         is__va_args__.  Don't return ')' on error.  Flag GNU style
13572         rest args macro definitions.
13573         (parse_define): Check macro name is not __VA_ARGS__.
13574         (save_expansion): Check identifier in non-varargs-macro is
13575         not __VA_ARGS__.  Don't flag GNU_VARARGS.
13576         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
13577         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
13578          than per-token GNU_VARARGS.
13579         * cpplib.h (GNU_VARARGS): Remove.
13580         (GNU_REST_ARGS): New.
13582 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13584         * i386.md (call_pop, call, call_value_pop): Do not set
13585         current_function_uses_pic_offset_table for calls to static
13586         functions or indirect calls.
13588 2000-07-07  Jim Wilson  <wilson@cygnus.com>
13590         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
13591         is_predicate_reg, then take max write_count of register pair.
13593 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13595         * tradcpp.c (main): Rename label `include' to `add_include' to
13596         avoid conflicts with variable `include' in traditional C.
13598 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13600         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
13602 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13604         * sibcall.c (uses_addressof): Add INMEM argument, check for
13605         current_function_internal_arg_pointer outside of MEM rtxs in addition
13606         to ADDRESSOFs.
13607         (sequence_uses_addressof): Update caller.
13609 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13611         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
13612         and friends.
13614 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13616         * system.h (UNION_INIT_ZERO): New macro for initializing union
13617         members in structs.
13619         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
13621 2000-07-07  Neil Booth  <NeilB@earthling.net>
13623         * cpp.texi: Update.
13625 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
13627         * final.c (final): Detect out of bounds array access to
13628         the insn_lengths array.
13630 2000-07-07  Kazu Hirata  <kazu@hxi.com>
13632         * fold-const.c (fold): Fix a comment typo.
13634 2000-07-07  Neil Booth  <NeilB@earthling.net>
13636         * cpp.texi: Update to new lexer.
13638 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
13640         * tradcpp.c: New file.
13641         * tradcif.y: New file.
13642         * tradcif.c: New generated file.
13644         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
13645         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
13646         dependencies of C.  Install tradcpp from install-common, in
13647         $(libsubdir).
13649 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
13651         * cppinit.c: Include cppdefault.h.  Refer to
13652         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
13653         to GCC_INCLUDE_DIR and its length.
13654         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
13655         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
13656         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
13657         cppdefault.h.
13658         (include_defaults_array): Move to cppdefault.c.
13660         * cppdefault.h: New file.
13661         * cppdefault.c: New file.
13663         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
13664         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
13665         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
13666         this file.
13668 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13670         * reload.c (push_reload): When seeing if can reuse a register,
13671         check extra registers against widest of INMODE and OUTMODE.
13673 2000-07-06  Neil Booth  <NeilB@earthling.net>
13675         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
13676         based on full length of predicate.
13678 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
13680         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
13681         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
13683 2000-07-05  Kazu Hirata  <kazu@hxi.com>
13685         * h8300-proto.h: Fix formatting.
13686         * h8300.c: Likewise.
13687         * h8300.h: Likewise.
13689 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13691         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
13692         CCmode.
13694 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
13696         * invoke.texi: Fix minor typos
13697         * md.texi: Fix minor typos
13699 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13701         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
13703 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13705         * cpplex.c: Don't include sys/mman.h.
13706         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
13708         * cpplib.c: Include sys/mman.h and obstack.h.
13709         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
13710         obstack.
13711         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
13712         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
13713         bother freeing if stack entries (they will be freed with their buffer).
13714         (do_endif): Free if stack entries from the buffer obstack.
13715         (push_conditional): Allocate if stack entries from the buffer obstack.
13717         (find_answer): Rename to _cpp_find_answer.
13718         (do_assert, do_unassert): Update.
13720         * cpphash.h: Update prototypes.
13721         (xobnew): New convenience macro.
13722         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
13723         Update comments.
13724         (struct cpp_hashnode): Remove disabled field.
13726         * cppinit.c: Don't include hashtab.h or splay-tree.h.
13727         (report_missing_guard): Moved to cppfiles.c.
13728         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
13729         cpp_init_includes.
13730         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
13731         cpp_cleanup_includes.  Don't destroy hashtab or
13732         all_include_files here.
13733         (cpp_finish): Use _cpp_report_missing_guards.
13735         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
13736         (_cpp_init_include_table): Rename _cpp_init_includes.
13737         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
13739         * cppexp.c (parse_assertion): Update for new name of
13740         find_answer.
13742         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
13744 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13746         * cpplib.c (do_ident): s/VSPACE/EOF/
13748 2000-07-05  Neil Booth  <NeilB@earthling.net>
13750         * cpplex.c: Fix trigraph replacement within strings.
13752 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13754         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
13756         * xcoffout.c (assign_type_number): Constify.
13757         (xcoffout_source_file): Add static prototype.  Don't needlessly
13758         cast away const-ness.
13760 2000-07-04  Jason Merrill  <jason@redhat.com>
13762         * frame.h (frame_state): Move base_offset to end.
13764 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
13766         * calls.c (emit_library_call_value_1): Revert previous change.
13768 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13770         * fix-header.c (struct partial_proto): Remove unnecessary fields.
13771         (recognized_extern, recognized_function, read_scan_file):
13772         Update for new scheme.
13773         (check_protection): It's still a multiple include guard even
13774         if it doesn't always trigger.
13775         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
13776         new scheme.
13777         * scan.h: Declare struct cpp_token.  Update prototypes.
13779 2000-07-03  Neil Booth  <neilb@earthling.net>
13780             Zack Weinberg  <zack@wolery.cumb.org>
13782         Complete overhaul of the lexer and macro expander.
13784         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
13785         arg, arglist, argdata, reflist, collect_objlike_expansion,
13786         collect_funlike_expansion, collect_params,
13787         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
13788         unsafe_chars, macarg, compare_defs, special_symbol,
13789         scan_arguments, stringify, funlike_macroexpand,
13790         _cpp_quote_string, monthnames): Delete.
13791         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
13792         _cpp_create_definition, _cpp_dump_definition,
13793         dump_hash_helper): Adjust.
13794         (find_param, count_params, parse_define, var_args_str,
13795         check_macro_redefinition, save_expansion): New.
13797         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
13798         parse_string, output_line_command, trigraph_replace,
13799         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
13800         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
13801         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
13802         _cpp_skip_rest_of_line): Modify.
13804         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
13805         find_position, null_warning, bump_column, expand_name_space,
13806         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
13807         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
13808         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
13809         _cpp_prescan): Delete.
13811         (dump_param_spelling, process_directive, lex_next,
13812         is_macro_disabled, stringify_arg, expand_context_stack,
13813         output_token, make_string_token, alloc_number_token,
13814         special_symbol, duplicate_token, maybe_paste_with_next,
13815         can_paste, prevent_macro_expansion, restore_macro_expansion,
13816         get_temp_token, release_temp_tokens, quote_string,
13817         token_names, token_spellings, _cpp_expand_name_space,
13818         _cpp_glue_header_name, _cpp_reserve_name_space,
13819         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
13820         placemarker_token, eof_token, cpp_context, macro_args,
13821         get_raw_token, parse_arg, parse_args, save_token,
13822         push_arg_context, push_macro_context, pop_context,
13823         do_pop_context, free_macro_args, _cpp_get_line,
13824         _cpp_run_directive): New.
13826         * cpplib.c (validate_else, parse_include, push_conditional,
13827         pass_thru_directive, read_line_number, parse_ifdef,
13828         detect_if_not_defined, _cpp_check_directive, do_define,
13829         do_undef, do_include, do_import, do_include_next, do_error,
13830         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
13831         top_pragmas, do_pragma_gcc, do_pragma_implementation,
13832         do_pragma_poison, do_pragma_system_header,
13833         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
13834         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
13835         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
13836         cpp_defined): Update for new scheme.
13837         (strtoul_for_line, get_define_node, dump_macro_name,
13838         _cpp_check_linemarker, _cpp_parse_assertion): New.
13839         (_cpp_handle_directive, do_pragma_default): Delete.
13841         * cpphash.h (struct predicate): Now struct answer.
13842         (enum spell_type, struct token_spelling, struct directive,
13843         directive_handler): New.
13844         Update prototypes.  Remove unused macros.
13845         * cpplib.h: Update prototypes.  Remove unused macros,
13846         structure definitions, and fields.
13848         * cpperror.c (print_containing_files, v_message): Adjust.
13849         * cppexp.c (parse_assertion, lex, parse_escape,
13850         _cpp_parse_expr): Adjust.
13851         * cppfiles.c (open_include_file, _cpp_execute_include,
13852         _cpp_compare_file_date, cpp_read_file, read_include_file):
13853         Adjust.
13854         * cppinit.c (dump_special_to_buffer): Delete.
13855         (append_include_chain, merge_include_chains, cpp_reader_init,
13856         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
13857         cpp_finish, handle_option, print_help): Adjust.
13858         * cppmain.c (main): Adjust.
13860 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13862         * cppspec.c (lang_specific_driver): Use double quotes in error
13863         message.
13865 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
13867         * calls.c (emit_library_call_value_1): Use valreg instead
13868         of hard_libcall_value.
13870 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
13872         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
13873         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
13874         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
13875         (movhi): Likewise.
13876         (movqi): Likewise.
13877         (movdf): Likewise.
13878         (movsf): Likewise.
13879         (movdi): Likewise.
13880         (movti): Likewise.
13882         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
13883         mode instead of wider_mode is being used.
13885 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13887         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
13888         of 'r'. Use q_regs_operand.
13889         (andsi_1+2): Use q_regs_operand.
13891 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13893         * builtins.c (get_memory_rtx): Always put into alias set 0.
13895 2000-07-03  Nick Clifton  <nickc@cygnus.com>
13897         * config/arm/arm.md: Fix post increment and pre increment
13898         peepholes so that they do not generate UNPREDICATBLE opcodes.
13899         (ie ones where the increment clobbers the source/destination).
13901 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
13903         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
13904         change too big for -mtiny-stack" a warning, if larger than 63.
13905         (out_set_stack_ptr): Change the logic so -mno-interrupts is
13906         always safe to use on possible future devices.
13907         (function_prologue): Write SPH before SPL, for consistency.
13908         If interrupt_func_p true, we know we have enabled interrupts.
13909         (avr_num_arg_regs): New function.  Round up to even number of
13910         bytes if no -mpack-args or if calling a libgcc function.
13911         (function_arg, function_arg_advance): Use it.
13912         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
13913         Output "movw" if available.
13914         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
13915         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
13916         (asm_output_section_name): Add blanks for consistent output.
13917         (encode_section_info): Set TREE_READONLY for progmem data to
13918         avoid gas warnings about changed section attributes.
13919         (avr_hard_regno_mode_ok): Force non-QImode data to start in
13920         even numbered registers on devices with "movw".
13921         * config/avr/avr.h (MASK_*): Define bits for target_flags.
13922         (TARGET_SWITCHES): Mark help strings for translation.
13923         Add new -mpack-args and -menhanced switches.
13924         (TARGET_OPTIONS): Mark help strings for translation.
13925         (progmem_section): Add section attributes.
13926         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
13927         Output "movw" if available.
13928         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
13929         New patterns.
13930         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
13931         call convention (arguments aligned on even registers).
13932         (_cleanup, _exit): Make weak symbols libc can override.
13934 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13936         * fp-bit.h: New file.
13938         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
13939         Comment #endif statements.
13940         (__thenan_sf, __thenan_df): Add missing braces around initializer.
13942 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
13944         * gcse.c (compute_pre_data): Compute ae_kill using other local
13945         properties instead of calling compute_ae_kill.
13947         * alias.c (init_alias_analysis): Do not call
13948         prologue_epilogue_contains until after reload has completed.
13950 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
13952         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
13953         (genrtl_finish_compound_stmt): Likewise.
13954         (genrtl_compound_stmt): Change to return void.
13956         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
13957         move code from here to ...
13958         (genrtl_compound_stmt): ... here.
13959         (genrtl_finish_compound_stmt): Remove.
13960         (expand_stmt): Add comment.
13962 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
13964         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
13965         and VOID_TYPE_P.
13967 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
13969         * cpplib.h (struct cpp_reader): New field include_depth.
13970         (struct cpp_printer): Rename last_bsd to last_id.
13971         * cppfiles.c (read_include_file): Bump include_depth.
13972         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
13973         (output_line_command): Output correct #line if a header
13974         is including itself and is not protected against multiple inclusion.
13975         Use include_depth instead of buffer_stack_depth, last_id instead of
13976         last_bsd.
13977         * cppinit.c (cpp_start_read): Initialize last_id instead of
13978         last_bsd.
13980 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
13982         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
13983         (c-semantics.o): New target.
13985         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
13986         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
13987         (genrtl_clear_out_block): Likewise.
13988         (genrtl_goto_stmt): Likewise.
13989         (genrtl_expr_stmt): Likewise.
13990         (genrtl_decl_stmt): Likewise.
13991         (genrtl_if_stmt): Likewise.
13992         (genrtl_while_stmt): Likewise.
13993         (genrtl_do_stmt): Likewise.
13994         (genrtl_return_stmt): Likewise.
13995         (genrtl_for_stmt): Likewise.
13996         (genrtl_break_stmt): Likewise.
13997         (genrtl_continue_stmt): Likewise.
13998         (genrtl_scope_stmt): Likewise.
13999         (genrtl_switch_stmt): Likewise.
14000         (genrtl_case_label): Likewise.
14001         (genrtl_begin_compound_stmt): Likewise.
14002         (gerntl_finish_compound_stmt): Likewise.
14003         (genrtl_compound_stmt): Likewise.
14004         (genrtl_asm_stmt): Likewise.
14005         (genrtl_decl_cleanup): Likewise.
14006         (DECL_ANON_UNION_ELEMS): Likewise.
14007         (emit_local_var): Likewise.
14008         (make_rtl_for_local_static): Likewise.
14009         (expand_cond): Likewise.
14010         (expand_stmt): Likewise.
14011         (c_expand_return): Likewise.
14012         (c_expand_start_case): Likewise.
14013         (do_case): Likewise.
14014         (COMPOUND_STMT_NO_SCOPE): Likewise.
14015         (c_expand_asm_operands): Likewise.
14016         (NEW_FOR_SCOPE_P): New macro.
14017         (expand_expr_stmt_fn): New type.
14019         (set_current_function_name_declared): Likewise.
14020         (current_function_name_declared): Likewise.
14021         (lang_expand_stmt): Likewise.
14022         (stmts_are_full_exprs_p): Likewise.
14023         (anon_aggr_type_p): Likewise.
14024         (lang_expand_expr_stmt): Likewise.
14025         (build_case_label): Likewise.
14027         * c-decl.c (lang_expand_expr_stmt): Initialize.
14028         (stmts_are_full_exprs_p): Define.
14029         (current_function_name_declared): Likewise.
14030         (do_case): Likewise.
14031         (lang_expand_stmt): Likewise.
14032         (set_current_function_name_declared): Likewise.
14033         (anon_aggr_type_p): Likewise.
14035         * c-semantics.c: New file.
14036         (expand_cond): Moved from cp/semantics.c.
14037         (genrtl_do_pushlevel): Likewise.
14038         (genrtl_clear_out_block): Likewise.
14039         (genrtl_goto_stmt): Likewise.
14040         (genrtl_expr_stmt): Likewise.
14041         (genrtl_decl_stmt): Likewise.
14042         (genrtl_if_stmt): Likewise.
14043         (genrtl_while_stmt): Likewise.
14044         (genrtl_do_stmt): Likewise.
14045         (genrtl_return_stmt): Likewise.
14046         (genrtl_for_stmt): Likewise.
14047         (genrtl_break_stmt): Likewise.
14048         (genrtl_continue_stmt): Likewise.
14049         (genrtl_scope_stmt): Likewise.
14050         (genrtl_switch_stmt): Likewise.
14051         (genrtl_case_label): Likewise.
14052         (genrtl_begin_compound_stmt): Likewise.
14053         (genrtl_finish_compound_stmt): Likewise.
14054         (genrtl_compound_stmt): Likewise.
14055         (genrtl_asm_stmt): Likewise.
14056         (genrtl_decl_cleanup): Likewise.
14057         (make_rtl_for_local_static): Moved from cp/decl.c.
14058         (emit_local_var): Likewise.
14059         (expand_stmt): Define.
14061         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
14062         (c_expand_return): Likewise.
14063         (c_expand_start_case): Likewise.
14065 2000-07-01  Richard Henderson  <rth@cygnus.com>
14067         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
14068         with the low 13 bits set.
14069         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
14070         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
14071         of the low 13 bits into a CONST plus an adddi3.
14072         (load_symptr): Set RTX_UNCHANGING_P.
14074 See ChangeLog.3 for earlier changes.