OSDN Git Service

* config/c4x/c4x.c (c4x_init_builtins): Remove builtin support
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2
3         * config/c4x/c4x.c (c4x_init_builtins): Remove builtin support
4         for 'abs', 'labs', and 'fabs'.
5         (c4x_expand_builtin): Likewise.
6         * config/c4x/c4x.h (enum c4x_builtins): Likewise.
7
8 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
9
10         * config/sh/sh.md (prget, prset): New insn types.
11         (return delay slot): Dont' allow prset.
12         (call, sfunc delay slot): Don't allow prget.
13         (movsi_i, movsi_ie, movsi_i_lowpart): Create separate alternatives
14         for prset and prget.
15
16 2001-01-05  Michael Hayes  <mhayes@redhat.com>
17         
18         * loop.h (struct loop_reg): New.
19         (struct loop_regs): Change to use array of `struct loop_reg'.
20         * loop.c: Replace assortment of varrays with single regs array.
21         (count_one_set): Delete may_not_move array argument
22         and use regs array instead.  All caller's changed.
23         (count_loop_regs_set): Delete may_not_move and single_usage
24         arguments and use regs array instead.  All caller's changed.
25         (find_single_use_in_loop): Replace usage array argument with pointer
26         to regs structure.  All caller's changed.
27         (loop_optimize): Delete `moved_once' array.
28
29 2001-01-05  Michael Hayes  <mhayes@redhat.com>
30         
31         * loop.c (prescan_loop): Set loop_info->has_nonconst_call.
32         Use it instead of loop_info->has_call for scanning loop mems.
33         (check_dbra_loop): Replace loop_info->has_call test with
34         loop_info->has_nonconst_call.
35
36 2000-01-04  Matthew Hiller  <hiller@redhat.com>
37
38         * config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used
39         for TARGET_SH3E.
40
41 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
42
43         * fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST,
44         use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND.
45
46 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
47
48         * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
49         (flag_short_double, flag_short_wchar): Define.
50         (c_common_nodes_and_builtins): Create many tree nodes shared
51         between C and C++ here instead of in cp/decl.c and ...
52         * c-decl.c (init_decl_processing): ... here.
53         (SIZE_TYPE, WCHAR_TYPE): Don't define.
54         (flag_short_double, flag_short_wchar): Don't define.
55         (record_builtin_type): New function.
56         (build_void_list_node): New function.
57         * c-common.h (flag_short_double, flag_short_wchar,
58         record_builtin_type, build_void_list_node): Declare.
59
60 Thu Jan  4 21:09:47 2001  J"orn Rennecke <amylaar@redhat.com>
61
62         * integrate.c (expand_inline_function): Don't put a virtual
63         register into the reg map.
64
65         * function.c (fixup_var_refs_1): If force_operand didn't put
66         the address into the target, move it there.
67
68 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
69
70         Special-case tree_decl/tree_list allocations.
71         * ggc-page.c (OBJECT_PER_PAGE): Reimplement.
72         (OBJECT_SIZE): New macro.
73         (NUM_EXTRA_ORDER): Likewise.
74         (extra_order_size_table): New variable.
75         (NUM_ORDERS): New macro.
76         (objects_per_page_table): New variable.
77         (object_size_table): New variable.
78         (G.pages): Use NUM_ORDERS to bound the array.
79         (G.page_tails): Likewise.
80         (DIV_ROUND_UP): Remove.
81         (BITMAP_SIZE): Use CEIL, instead of DIV_ROUND_UP.
82         (alloc_page): Use OBJECT_SIZE.
83         (size_lookup): Don't make it const.
84         (ggc_alloc): Use OBJECT_SIZE.
85         (ggc_set_mark): Likewise.
86         (ggc_get_size): Likewise.
87         (init_ggc): Set up the object_size_table, objects_per_page_table,
88         and adjust size_lookup.
89         (ggc_recalculate_in_use_p): Use CEIL, not DIV_ROUND_UP.
90         (ggc_pop_context): Use NUM_ORDERS.
91         (clear_marks): Likewise.
92         (sweep_pages): Likewise.
93         (poison_pages): Likewise.
94         (ggc_print_statistics): Use OBJECT_SIZE.
95
96 Thu Jan  4 15:54:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
97
98         * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes.
99         Only call array_size_for_constructor if last field and array type
100         with no upper bound.
101
102 2001-01-04  Philip Blundell  <philb@gnu.org>
103
104         * config/arm/arm.c (arm_gen_constant): Prefer to emit constants
105         from bit 31 downwards, if this requires no more insns.
106         (count_insns_for_constant): New helper function for above.
107
108 2001-01-04  Alexandre Oliva  <aoliva@redhat.com>
109
110         * gencodes.c (output_predicate_decls): Remove empty initializer.
111
112 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
113
114         * tree.c (copy_node): Remove documentation about obstacks.
115         (buidl1): Check that nobody tries to build 2-argument nodes this
116         way.
117
118 2001-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
119
120         * sparc.h (PREDICATE_CODES): Delete fp_sethi_p, fp_mov_p and
121         fp_high_losum_p.
122
123         * gencodes.c (output_predicate_decls): Fill empty initializer
124         braces.
125
126 2001-01-04  Jakub Jelinek  <jakub@redhat.com>
127
128         * tradcpp.c (deps_file, print_deps_missing_files): New variables.
129         (main): Handle -MG, -MD, -MMD.  Bail out if -MG is given without -M
130         or -MM.
131         (do_include): Handle missing headers like cpp0.
132         * cppfiles.c (_cpp_execute_include): Don't prefix absolute header
133         paths with first include pathname.  Don't strcat to uninitialized
134         string.
135
136 2001-01-04  Bernd Schmidt  <bernds@redhat.com>
137
138         * regrename.c (regrename_optimize): Don't rename from frame pointer
139         if frame_pointer_needed.
140         (do_replace): Don't set ORIGINAL_REGNO to a hard register number.
141         * config/ia64/ia64.c (emit_all_group_insn_barriers): New function.
142         (ia64_reorg): Use it instead of scheduling if ! optimize.
143         (errata_emit_nops): Properly call asm_noperands.
144         (ia64_sched_reorder): Finish cycle if we see an asm.
145         (ia64_variable_issue): Clear scheduling state after asms.
146
147 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
148
149         * cpp.texi: Update for -MT.
150         * cppinit.c (initialize_dependency_output): Add a default
151         target if none has been given already.
152         (no_tgt, OPT_MT): New.
153         (cpp_handle_option): Handle -MT.  Update -M etc.
154         * cpplib.h (struct cpp_options): Remove deps_target.
155         * gcc.c (cpp_options): Handle -MT.
156         * mkdeps.c (struct deps): Move from mkdeps.h.
157         (deps_calc_target): Rename deps_add_default_target.  Add a
158         default target if none has been specified already.
159         * mkdeps.h (struct deps): Move to mkdeps.c.
160         (deps_calc_target): Rename deps_add_default_target.
161
162 2000-01-03  Richard Henderson  <rth@redhat.com>
163
164         * c-decl.c (grokdeclarator): Give zero-length arrays size zero.
165         Remove dead code.
166         * c-typeck.c (push_init_level): Move checks for flexible array
167         members and zero length arrays ...
168         (pop_init_level): ... here.  Silently discard empty initializations.
169         Remove dead code.
170         * varasm.c (output_constructor): Update for sizeof change to
171         zero-length arrays.
172
173         * extend.texi (Zero Length): Clarify semantics.
174
175 2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
176
177         * configure.in (tm.h): Include isns-codes.h last.
178         * configure: Rebuilt.
179
180 2001-01-03  Richard Henderson  <rth@redhat.com>
181
182         * config/alpha/alpha.md (addvsi3, addvdi3): New.
183         (negvsi2, negvdi2, subvsi3, subvdi3, mulvsi3, mulvdi3): New.
184         
185 2001-01-03  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
186
187         * tradcpp.c (main): Make sure finclude() is called with a valid
188         indepth value while handling -include.
189
190 2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
191
192         * gencodes.c (output_predicate_decls): New function.
193         (main): Call it.
194         * machmode.h (GET_MODE_MASK): Arrange for it to be defined
195         even if it is not the first time machmode.h is #included.
196         * config/sh/sh.c (fpul_operand): Declare MODE argument.
197         * tm.texi (PREDICATE_CODES): Document predicate declarations.
198         * gcc.texi (Copyright): Added 2001.
199
200 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
201
202         * c-common.c (c_common_lang_init): New function.  Warn if format
203         warning options which only have effects when used with -Wformat
204         are used without -Wformat.
205         * c-common.h (c_common_lang_init): Declare.
206         * c-lang.c (lang_init): Call c_common_lang_init.
207         * objc/objc-act.c (lang_init): Call c_common_lang_init.
208
209 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
210
211         * configure.in: Check for the mktemp command.
212         * configure: Regenerate.
213         * gccbug.in: Use a separate temporary file $TEMP0 for one use of
214         $TEMP.  Create temporary files with mktemp, if available at
215         configure time; otherwise use set -C.  Remove temporary files
216         before exit.
217
218 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
219
220         * configure.in: Require at least texinfo 4.0.  Check for whether
221         Pod::Man is sufficiently recent to regenerate GCC manpages.
222         * configure:  Regenerate.
223         * Makefile.in (TEXI2POD): Call perl explicitly rather than relying
224         on #!.
225         (GENERATED_MANPAGES): Define.
226         (generated-manpages): New target.  Depend on cpp.1 as well as
227         gcov.1.
228         (install-man): Depend on $(GENERATED_MANPAGES) (defined by
229         configure to generated-manpages or empty) rather than on the
230         manpages directly.  Remove execute permission from installed
231         gcov.1 as well as cpp.1.
232         * cpp.1, gcov.1: Regenerate.
233
234 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
235
236         * builtins.c (expand_builtin_strncmp): Use host_integerp and
237         tree_low_cst.  Allow using cmpstrsi in more cases.
238
239 Wed Jan  3 10:48:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
240
241         * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for variable
242         sized types.
243
244 Wed Jan  3 12:22:32 2001  Alexandre Oliva  <aoliva@redhat.com>
245
246         * build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.
247         * Makefile.in (HOST_CFLAGS): Mention build-make.
248
249 Wed Jan  3 08:53:50 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
250
251         * config/sparc/sparc.md (nonlocal_goto): Emit goto_handler_and_restore
252         as JUMP_INSN.
253
254 2001-01-01  Bernd Schmidt  <bernds@redhat.com>
255
256         * builtins.c (expand_builtin_return_addr): Don't use MEM_ALIAS_SET on
257         a REG rtx.
258
259         * cse.c (cse_rtx_varies_p): Accept additional FROM_ALIAS arg.  All
260         callers changed.
261
262         * alias.c (throughout): Use ORIGINAL_REGNO when accessing
263         reg_base_value and reg_known_value arrays.
264         (init_alias_analysis): Add more cases to detect known values.
265         * sched-deps.c (deps_may_trap_p): New function.
266         (sched_analyze_2): Use it.
267
268 2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
269
270         * combine.c (simplify_shift_const): Even if we're sign-extracting,
271         don't discard an ASHIFTRT if we're shifting in a wider mode.
272
273 2000-01-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
274
275         * toplev.c (rest_of_compilation): Don't print basic block information
276         when CFG isn't up to date.
277
278 2001-01-02  Mark Elbrecht  <snowball3@bigfoot.com>
279
280         * config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define.
281         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_ASM_OP): Define.
282         (UNALIGNED_SHORT_ASM_OP): Define.
283         (CPP_PREDEFINES): Remove defines for GO32 and DJGPP.
284
285 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
286
287         * fold-const.c (fold_convert): Fix typo.
288
289 2001-01-02  Richard Henderson  <rth@redhat.com>
290
291         * c-common.h (ASM_INPUT_P): New.
292         * c-parse.in (asm): Set it when needed.
293         * c-semantics.c (genrtl_asm_stmt): Test it instead of the 
294         existance of an operand.
295
296 Tue Jan  2 20:27:07 MET 2001  Jan Hubicka  <jh@suse.cz>
297
298         * dwarf2out.c (stack_adjust_offset): Handle PRE_MODIFY.
299         (dwarf2out_frame_debug_expr): Likewise.
300         (mem_loc_descriptor): Handle PRE and POST_MODIFY.
301
302 Tue Jan  2 20:21:31 MET 2001  Jan Hubicka  <jh@suse.cz>
303
304         * i386.c (ix86_split_to_parts): Return number of part required;
305         handle TFmodes.
306         (print_operand, ix86_expand_branch, ix86_expand_fp_movcc): Handle
307         TFmodes.
308         (ix86_split_long_move): Use number of part returned
309         by ix86_split_to_parts
310         * i386.h (MASK_128BIT_LONG_DOUBLE, TARGET_128BIT_LONG_DOUBLE):
311         New macros.
312         (TARGET_SWITCHES): Add 128bit-long-double and 96bit-long-double
313         (LONG_DOUBLE_TYPE_SIZE): Change from constant.
314         (MAX_LONG_DOUBLE_TYPE_SIZE): New macro.
315         (INTEL_EXTENDED_IEEE_FORMAT): Likewise.
316         (ALIGN_MODE_128): Add TFmode.
317         (IS_STACK_MODE): Likewise.
318         (HARD_REGNO_NREGS): TFmode needs 3 registers.
319         (HARD_REGNO_OK): Support TFmodes.
320         (ASM_OUTPUT_LONG_DOUBLE): Handle TFmodes.
321         * i386.md (scheduler definitions): Use memory operand to determine
322         fst/fld instructions; use mode attribute to determine real mode of
323         the instruction.
324         (*tf): New patterns, expanders and splitters; based on XFmode patterns.
325         * invoke.texi (128bit-long-double, 96bit-long-double): Document.
326
327 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
328
329         * tree.def (TRUTH_NOT_EXPR): Improve documentation.
330
331 Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
332
333         * expr.c (store_constructor_field): Update ALIGN before calling
334         store_constructor.
335
336 2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
337
338         * config/mips/mips.c (function_arg): Don't pass NULL_TREE to
339         host_integerp.
340
341 2001-01-02  Jeffrey Oldham  <oldham@codesourcery.com>
342
343         * tm.texi (FUNCTION_ARG): Document that @var{type} can be an
344         incomplete type.
345
346 Tue Jan  2 10:47:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
347
348         * c-decl.c (start_function): Don't warn on third parameter to main.
349
350 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
351
352         * tsystem.h: Define HAVE_DECL_GETOPT.
353
354 2001-01-02  Philip Blundell  <pb@futuretv.com>
355
356         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Avoid illegal clobber 
357         of input operand.
358
359 2001-01-02  Richard Henderson  <rth@redhat.com>
360
361         * alpha.md (*ze_and_ne): Duplicate insn condition to split.
362
363 2001-01-02  Andreas Jaeger  <aj@suse.de>
364
365         * c-decl.c (c_decode_option): Remove support of
366         -Wmissing-noreturn.
367
368         * toplev.c (documented_lang_options): Remove -Wmissing-noreturn.
369         (W_options): Add -Wmissing-noreturn here.
370
371         * flow.c: Define lang_missing_noreturn_ok_p.
372         (check_function_return_warnings): Use it.
373
374         * c-common.h: Declare lang_missing_noreturn_ok_p.
375
376         * c-lang.c (c_missing_noreturn_ok_p): New function.
377         (lang_init): Set lang_missing_noreturn_ok_p.
378
379         * invoke.texi (Warning Options): Document this.
380
381 2000-12-27  Phil Edwards  <pme@sources.redhat.com>
382
383         * extend.texi (C++ Extensions):  New node for C++ attributes;
384           describe init_priority and com_interface.
385         * invoke.texi:  Remove -finit-priority as it now has zero effect.
386         * install.texi:  Fix xref syntax.
387         * md.texi:  Likewise.
388
389 Mon Jan  1 21:28:29 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
390
391         * config.gcc (sparc64-wrs-vxworks*): New case.
392         * config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
393
394         * config/sparc/sparc.c (sparc_override_options): Do support different
395         pointer and architecture size.
396         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
397         (POINTERS_EXTEND_UNSIGNED): Define.
398         (Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
399         (FUNCTION_MODE): Define to be Pmode.
400         * config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
401
402         * function.c (expand_function_end): Properly handle DECL_RESULT
403         and copy when ptr_mode != Pmode.
404         * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
405
406 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
407
408         * c-common.c (c_common_nodes_and_builtins): Set prototype
409         parameters for __builtin_fputs, __builtin_fputc and
410         __builtin_fwrite.  Don't declare plain fputc as a builtin.
411
412 2001-01-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
413
414         * loop.c (add_label_notes): Increment the label usage count when
415         a note is added to an insn which refers to a CODE_LABEL.
416         * gcse.c (add_label_notes): Likewise.
417
418 2001-01-01  Andreas Jaeger  <aj@suse.de>
419
420         * loop.c (scan_loop): Use xmalloc to allocate movables.
421
422 2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
423
424         * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
425         * reload.c (REGISTER_MOVE_COST): Likewise.  Adjust all callers.
426         * reload1.c (REGISTER_MOVE_COST): Likewise.
427         * regclass.c (REGISTER_MOVE_COST): Likewise.
428         (move_cost, may_move_in_cost, may_move_out_cost): Add mode
429         dimension.  Adjust all users.
430         (init_reg_sets_1): Iterate on all modes.
431         * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
432         * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
433         * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
434         * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
435         * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
436         * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
437         * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
438         * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
439         * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
440         * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
441         * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
442         * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
443         * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
444         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
445         * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
446         * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
447         * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
448         * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
449         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
450         * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
451         * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
452         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
453         * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
454         * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
455         * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
456         * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
457         * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
458
459 2001-01-01  Bernd Schmidt  <bernds@redhat.com>
460
461         * alias.c (fixed_scalar_and_varying_struct): Adjust prototype of
462         arg VARIES_P.  Call it with extra arg.
463         (true_dependence): Likewise.
464         * rtl.h (rtx_addr_can_trap_p): Declare.
465         (rtx_varies_p, rtx_addr_varies_p, true_dependence): Update
466         prototypes.
467         * rtlanal.c (rtx_addr_can_trap_p): No longer static.
468         (rtx_varies_p): Accept extra arg FOR_ALIAS; only disallow
469         pic offset table register if it's zero.  All callers changed.
470         (rtx_addr_varies_p): Accept extra arg FOR_ALIAS; all callers changed.
471
472 Mon Jan  1 07:38:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
473
474         * explow.c (convert_memory_address, case SYMBOL_REF): Copy
475         STRING_POOL_ADDRESS_P.
476
477         * config/sparc/sparc.c (input_operand): Properly test for short op.
478
479         * config.gcc (sparc-*-elf): Include sparc/sol2.h.
480         (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h.
481         (sparclite-*-elf*, sparc86x-*-elf*): Likewise.
482         * config/sparc/elf.h: No longer include sol2.h.
483         * config/sparc/lifeelf.h: No longer include sparc/elf.h.
484         * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise.
485
486         * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64.
487
488 2001-01-01  Michael Hayes  <mhayes@redhat.com>
489
490         * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
491         (find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
492         (record_initial): Likewise.
493         * unroll.c (copy_loop_body, loop_iterations): Likewise.
494         (remap_split_bivs): Likewise.
495
496 2001-01-01  Michael Hayes  <mhayes@redhat.com>
497
498         * loop.c (loop_ivs_free): New function.
499         (strength_reduce): Break out from...
500
501 2001-01-01  Michael Hayes  <mhayes@redhat.com>
502
503         * loop.h (struct iv): New.
504         (REG_IV_TYPE, REG_IV_CLASS, REG_INFO): Modify to use 'struct iv'.
505         (struct loop_ivs): Replace 'reg_iv_type', 'reg_iv_info',
506         'reg_biv_class' fields with 'regs' and 'n_regs'.
507         (struct ivs): Rename 'loop_iv_list' field to 'list'.
508         * loop.c (loop_bivs_find, strength_reduce): Use ivs->regs array.
509         * unroll.c (loop_iterations): Check array bounds with ivs->n_regs.
510
511 2000-12-31  Alexandre Oliva  <aoliva@redhat.com>
512
513         * resource.c (mark_referenced_resources): Abort() before
514         attempting to mark a pseudo register.
515         (mark_set_resources): Likewise.
516
517 2001-01-01  Michael Hayes  <mhayes@redhat.com>
518
519         * loop.h (REG_IV_CLASS): New accessor macro.
520         * loop.c (REG_IV_CLASS): Use it instead of reg_iv_class array.
521         * unroll.c (REG_IV_CLASS): Likewise.
522
523 Sun Dec 31 19:20:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
524
525         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR): New.
526         (loc_descriptor_from_tree, case SAVE_EXPR): New.
527
528 2001-01-01  Michael Hayes  <mhayes@redhat.com>
529
530         * loop.c (loop_giv_reduce_benefit): Break out from strength_reduce.
531         (loop_givs_dead_check, loop_givs_reduce, loop_givs_rescan): Likewise.
532         (prescan_loop): Set pre_header_has_call in loop_info.
533         * loop.h (struct_iv_class): Add `final_value' and `all_reduced'.
534         (struct loop_info): Add `pre_header_has_call'.
535
536         * loop.c (loop_bivs_find): Break out from strength_reduce.
537         (loop_bivs_init_find, loop_bivs_check, loop_givs_find): Likewise.
538         (loop_givs_check, loop_biv_eliminable_p): Likewise.
539
540         * loop.c (LOOP_REG_LIFETIME, LOOP_REG_GLOBAL_P): Define.
541         (scan_loop, record_giv): Use LOOP_REG_LIFETIME and LOOP_REG_GLOBAL_P.
542
543         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define.
544         * loop.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Use in place of
545         direct access to uid_luid array.
546         * unroll.c (REGNO_FIRST_LUID, REGNO_LAST_LUID): Likewise.
547
548         * loop.h (struct loop_movables): New.
549         (LOOP_MOVABLES): New.
550         (struct loop_info): Add movables field.
551         * loop.c (struct movables): Delete.  Replace all uses
552         with struct loop_movables.
553         (the_movables): Delete.  Replace all uses with movables
554         field in loop_info.
555         (loop_movables_add, loop_movables_free): New functions.
556         (scan_loop): Use xmalloc instead of alloca for movables.
557         Call loop_movables_free.
558
559         * loop.c (debug_loops): New.
560
561 2000-12-31  Philip Blundell  <philb@gnu.org>
562
563         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Add missing asm
564         operands.
565
566 2000-12-30  Richard Henderson  <rth@redhat.com>
567
568         * dbxout.c (dbxout_block): Invert logic on eliding LBRAC/RBRAC.
569         Initialize variables properly for DBX_LBRAC_FIRST.
570
571 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
572
573         * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.
574
575 2000-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
576
577         * builtins.c (validate_arglist): New function, use it.
578
579 2000-12-30  Philip Blundell  <philb@gnu.org>
580
581         * config/arm/arm.c (arm_expand_prologue): Fix typos in error
582         message and comment.  Note location of testcase for an unhandled
583         situation.
584
585 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
586
587         * defaults.h (BUILD_VA_LIST_TYPE): New definition.
588         * tree.c (build_common_tree_nodes_2): Ensure the va_list_type_node
589         is a copy, not an alias.
590
591 2000-12-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
592
593         * calls.c (calls_function_1, case CONSTRUCTOR): New case.
594
595         * alias.c (alias_sets_conflict_p): New function.
596         (mems_in_disjoint_alias_sets_p): Use it.
597         (readonly_fields_p): Moved from expr.c; check for record type.
598         (objects_must_conflict_p): New function.
599         * calls.c (expand_call): Use assign_temp as much as possible, use
600         readonly variant if assigned once, and don't set memory attributes.
601         (emit_library_call_value_1, store_one_arg): Likewise.
602         * integrate.c (expand_inline_function): Likewise.
603         * stmt.c (expand_asm_operands, expand_return): Likewise.
604         * expr.c (copy_blkmode_from_reg, store_constructor): Likewise.
605         (store_field, save_noncopied_parts, expand_expr): Likewise.
606         (expand_expr_unaligned): Likewise.
607         (readonly_fields_p): Moved to alias.c.
608         (safe_from_p): Rework handling of SAVE_EXPR.
609         MEMs ony conflict if alias sets conflict; likewise for INDIRECT_REF.
610         * function.c (struct temp_slot): Delete field ALIAS_SET; add TYPE.
611         (assign_stack_for_temp): Use objects_must_confict_p.
612         Set all memory attributes from type, if specified.
613         (mark_temp_slot): Mark TYPE field.
614         * tree.h (alias_sets_conflict_p, readonly_fields_p): New decls.
615         (objects_must_conflict_p): Likewise.
616
617         * stmt.c (expand_decl): Don't use assign_stack_temp in error case.
618         (add_case_node): No need to copy nodes anymore.
619
620 2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
621
622         * config/sh/sh.c (split_branches): Don't dereference re-computed
623         `beyond' before checking it's non-NULL.
624
625 2000-12-29  Robert Lipe <robertl@sco.com>
626
627         Remove COFF support from i?86-pc-sco3.2v5.
628         * i386/sco5.h (PREFERRED_DEBUGGING_TYPE): Change to Dwarf II.
629         (TARGET_ELF): Now always true.
630         (SUBTARGET_SWTICHES: )Remove -mcoff.
631
632         * i386/t-sco5 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
633         MULTILIB_EXCEPTION): Nuke coff.
634         (CRTSTUFF_T_CFLAGS_S):  Deleted.
635         (TARGET_LIBGCC2_CFLAGS): Added.
636
637 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
638
639         * varasm.c (output_constant_def): Don't ENCODE_SECTION_INFO
640         twice.  Update desc->rtl and ->label, in case ENCODE_SECTION_INFO
641         modifies them.
642
643 2000-12-29  Bernd Schmidt  <bernds@redhat.com>
644
645         * ia64.c (ia64_expand_load_address): Accept additional scratch
646         register argument.  All callers & prototype changed.
647         Use scratch register when generating load_symptr insns.
648         * ia64.md (movdi_symbolic): Clobber a scratch register.  Use it
649         when calling ia64_expand_load_address.
650         (movdi): Generate movdi_symbolic with additional operand.
651         (load_gprel64): Use pic_offset_table_rtx instead of (reg:DI 1).
652         (load_symptr): Likewise.  Use additional operand as a scratch
653         register instead of generating it here.
654
655         * basic-block.h: Add a comment.
656         * flow.c (PROP_POSTRELOAD): New macro.
657         (update_life_info): Add it to prop_flags.
658         (mark_set_1): If it is set, compute REG_N_SETS for the original
659         register number of a hard reg.
660
661         * emit-rtl.c (gen_raw_REG): New function.
662         (gen_rtx_REG, gen_reg_rtx, init_emit_once): Use it instead of
663         gen_rtx_raw_REG.
664         * print-rtl.c (print_rtx): Print ORIGINAL_REGNO.
665         * final.c (alter_subreg): Update it.
666         * regrename.c (do_replace): Likewise.  Use gen_raw_REG.
667         * rtl.def (REG): Update comment.
668         * rtl.h (X0UINT, ORIGINAL_REGNO): New macros.
669         (gen_raw_REG): Declare.
670
671 2000-12-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
672
673         * tree.c (get_set_constructor_bits): Use host_integerp and
674         tree_low_cst.
675
676         * local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN.
677
678         * toplev.c (main): Call xmalloc_set_program_name.
679         * gcc.c (main): Likewise.
680
681 2000-12-29  Philip Blundell  <philb@gnu.org>
682
683         * config/arm/arm.c (arm_override_options): Fix typo in warning
684         message.
685
686 2000-12-29  Richard Henderson  <rth@redhat.com>
687
688         * config/alpha/alpha.c (alpha_expand_block_move): Initialize
689         src_align and dst_align in bits.  Do unaligned quadword loads
690         if possible for BWX too.
691         (alpha_expand_block_clear): Initialize align in bits.  Track
692         small leading offsets into a larger alignment.  Play games with
693         stq_u for large 4-byte aligned blocks.  Use load/mask/store
694         for appropreately aligned heads and tails.
695
696 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
697
698         * function.c (assign_parms): Convert arguments passed by
699         reference to the right mode.
700
701 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
702
703         * c-parse.in (select_or_iter_stmt): Use truthvalue_conversion
704         on the condition of a FOR statement, so that it gets typechecked
705         and optimised.
706
707 2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
708
709         * c-decl.c (grokdeclarator): Prevent crash in case of overflow in
710         array size.
711
712         * calls.c (emit_library_call_value_1): Add to call_fusage the
713         stack slot assigned to argument passed by reference.
714
715 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
716
717         * toplev.h (extern really_sorry): Remove extern declaration for
718         nonexistent function.
719
720 2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
721
722         * varasm.c (initializer_constant_valid_p): Indicate subtraction of
723         pointers to the same string constant is absolute.
724
725 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
726
727         * c-common.c (enum format_type): Add strfmon_format_type.
728         (decl_attributes): Handle format attributes strfmon and
729         __strfmon__.
730         (FMT_FLAG_USE_DOLLAR, FMT_FLAG_ZERO_WIDTH_BAD,
731         FMT_FLAG_EMPTY_PREC_OK): Define.
732         (format_char_info): Update comment for flag_chars.
733         (format_flag_spec): Add skip_next_char.
734         (format_kind_info): Add left_precision_char.
735         (printf_flag_specs, scanf_flag_specs, strftime_flag_specs,
736         format_types): Update for these new structure members and flags.
737         (time_char_table): Make const.
738         (strfmon_length_specs, strfmon_flag_specs, strfmon_flag_pairs,
739         monetary_char_table): New.
740         (format_types): Add details of strfmon formats.
741         (init_function_format_info): Create default attribute for strfmon.
742         (check_format_info_main): Check the new flags.  Handle
743         skip_next_char and left precision.
744         * toplev.c (documented_lang_options): Update description of
745         -Wformat.
746         * extend.texi: Document strfmon format attributes.  Document
747         attribute forms such as __printf__.  Clarify format_arg attribute
748         documentation.
749         * invoke.texi (-Wformat): Update for strfmon formats.
750
751 2000-12-28  Andreas Jaeger  <aj@suse.de>
752
753         * expmed.c (store_bit_field): Fix last patch.
754
755 2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
756
757         * config/sh/crt1.asm (start_l): `__SH4_SINGLE_ONLY__' was missing
758         the trailing `__'.
759
760 2000-12-28  Alan Lehotsky  <lehotsky@tiac.net>
761
762         * expmed.c (store_bit_field): Correctly compute smallest mode that
763         is sufficient to contain all bits we are storing.
764
765 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
766
767         * builtins.c (build_function_call_expr): New function.  Use it
768         everywhere in lieu of manually constructing a CALL_EXPR.
769
770 2000-12-27  Chandrakala Chavva  <cchavva@redhat.com>
771
772         * calls.c (store_one_arg):  If parm is passed both in stack and in
773         register and offset is greater than reg_parm_stack_space, split
774         the offset and call emit_push_insn().
775
776 2000-12-27  Nick Clifton  <nickc@redhat.com>
777
778         * ifcvt.c (noce_emit_store_flag): Handle jump insns that are
779         PARALLEL.
780
781 2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
782
783         * rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
784         flag.
785
786 2000-12-27  Bruce Korb  <bkorb@gnu.org>
787
788         * fixinc/Makefile.in: fix for ancient Bourne shell
789         * fixinc/Makefile.BEOS: obsolete
790         * fixinc/Makefile.DOS: obsolete
791         * fixinc/fixincl.sh(LINKS): use `test -d' rather than `ls' for testing
792
793 2000-12-27  Bernd Schmidt  <bernds@redhat.com>
794
795         * sched-deps.c (get_condition, conditions_mutex_p): New functions.
796         (add_dependence): Use them to avoid adding unnecessary dependencies
797         between conditionally executed insns.
798         (sched_analyze_1, sched_analyze_2, sched_analyze_insn): Don't free
799         dependency lists if current insn is a COND_EXEC.
800
801 2000-12-27  Geoffrey Keating  <geoffk@redhat.com>
802
803         * config/rs6000/rs6000.md (define_attr "length"): Correct
804         calculation.
805
806 2000-12-26  Kazu Hirata  <kazu@hxi.com>
807
808         * config/h8300/h8300.c: Fix a comment typo.
809         (get_shift_alg): Fix a typo in the assembly code for 12-bit
810         ASHIFTRT in HImode.  Do not output extra whitespace after one line
811         of assembly code.  Output a tab after an opcode instead of a
812         space.
813         (emit_a_shift): Output a tab after an opcode instead of a space.
814
815 2000-12-23  Marek Michalkiewicz  <marekm@linux.org.pl>
816
817         * config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
818         out_movsi_mr_r, out_movqi_mr_r, out_movhi_mr_r): Use %o instead of
819         %4 in output templates, do not modify operands passed by the caller.
820
821 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
822
823         * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):
824         Don't define.
825         * builtins.c (expand_builtin): Don't handle BUILT_IN_LABS,
826         BUILT_IN_LLABS and BUILT_IN_IMAXABS.
827         * c-common.c (c_common_nodes_and_builtins): Use BUILT_IN_ABS for
828         builtin labs, llabs and imaxabs.
829         (expand_tree_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS
830         and BUILT_IN_IMAXABS.
831
832 2000-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
833
834         * c-common.c (builtin_function_2): New function.
835         (c_common_nodes_and_builtins): Use it to define each pair (foo,
836         __builtin_foo) of builtins in one place.
837
838 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
839
840         * gccbug.in: Add libgcj and preprocessor categories.
841
842 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
843
844         * config/ia64/ia64.c (itanium_reorder): Only schedule stops in
845         the final scheduling pass.
846
847 2000-12-22  Nick Clifton  <nickc@redhat.com>
848
849         * config/arm/arm.h (struct machine_function): Add new field
850         'lr_save_eliminated'.
851         * config/arm/arm.c (arm_compute_save_reg_mask): Do not include the
852         link register if its save has been eliminated.
853         (output_arm_prologue): Mention if the save of the link register
854         has been eliminated.
855         (output_arm_epilogue): Rename 'live_regs_mask' to
856         'saved_regs_mask'.
857         Test 'saved_regs_mask' for the link register, not regs_ever_live.
858         (arm_expand_prologue): If the link register has not been saved set
859         lr_save_eliminated and emit a USE to prevent later passes from
860         scavenging it.
861
862         * dwarf2out_frame_debug_expr: Allow the (scratch) frame
863         pointer to be initialised from the stack pointer plus a
864         constant.
865
866 2000-12-22  Bernd Schmidt  <bernds@redhat.com>
867
868         * regrename.c (struct du_chain): New field "earlyclobber".
869         (enum scan_actions): Remove unused entry "note_reference".
870         (enum scan_actions_name): Likewise.
871         (note_sets, clear_dead_regs, merge_overlapping_regs): New static
872         functions.
873         (regrename_optimize): Use them to compute unavailable regs; get
874         rid of the more simpleminded code we used to have here.
875         Use a tick array to ensure registers are allocated in a more
876         round-robin way.  Disable code that only optimizes registers
877         that were seen more than once.
878         (referenced_regs): Remove variable.
879         (scan_rtx_reg): New arg "earlyclobber".  All callers changed.
880         Store its value in newly generated du_chain structures.
881         Add new du_chains at the end, not the start, of the list.
882         Don't handle the "note_reference" action.
883         (scan_rtx): New arg "earlyclobber".  All callers changed.
884         (build_def_use): Lose code to keep track of referenced regs.
885
886 2000-12-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
887
888         * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.
889
890         * fp-bit.h (usi_to_float): Add prototype.
891
892         * i386.c (ix86_expand_builtin): Delete unused label.
893
894         * dwarf2out.c (file_info_cmp): Prototype.
895         (dwarf2out_line): Hide variable `old_in_use'.
896
897         * objc-act.c (objc_fatal): Delete.
898
899         * sched-vis.c (visualize_stall_cycles): Remove unused variable.
900
901         * system.h (getopt): Fix error in last change.
902
903         * varasm.c (assemble_trampoline_template): Constify.
904
905 2000-12-22  Jason Merrill  <jason@redhat.com>
906
907         * collect2.c (main): Use auto_demangling.
908
909 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
910
911         * function.c (assign_parms): Update parm's DECL_INCOMING_RTL
912         when optimizing PARALLEL to REG.
913
914 2000-12-22  Graham Stott  <grahams@redhat.com>
915
916         * reload.c (update_auto_inc_notes): New, broken out from ...
917         (find_reloads_address_1): ... use here, also correct possible
918         use of uninitialised reloadnum.
919
920 2000-12-21  David O'Brien  <obrien@FreeBSD.org>
921
922         * config/freebsd.h (LIB_SPEC): remove -kthread option.
923
924 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
925
926         * resource.c (mark_set_resources): Use MARK_SRC_DEST for
927         PRE_MODIFY and POST_MODIFY cases.
928
929         * rtlanal.c (side_effects_p): Handle PRE_MODIFY and POST_MODIFY.
930
931 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
932
933         * md.texi (Looping Patterns): New node.
934
935 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
936
937         * gcc.texi, cpp.texi: Update last-updated dates.
938
939 2000-12-21  Chandrakala Chavva  <cchavva@redhat.com>
940
941         * varasm.c (output_addressed_constants): Use language specific
942         expander on unknown nodes.
943
944 2000-12-21  Graham Stott  <grahams@redhat.com>
945
946         * combine.c (distribute_notes): Handle REG_NON_LOCAL_GOTO notes.
947
948 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
949
950         * Makefile.in (out_object_file): Depend on sched-int.h.
951         * rtl.h (single_set_1): New macro.
952         (single_set_2): Renamed from single_set_1 and extra argument added.
953         * rtlanal.c (single_set_2): Likewise.
954
955         * config/ia64/ia64-protos.h (get_bundle_name, ia64_issue_rate,
956         ia64_adjust_cost, ia64_sched_init, ia64_sched_finish,
957         ia64_sched_reorder, ia64_sched_reorder2, ia64_variable_issue):
958         Declare.
959         * config/ia64/ia64.c: Include "sched-int.h".
960         (hard_regno_rename_ok): Also disallow renaming from the various
961         reg_save_* regs.
962         (ia64_safe_itanium_requiers_unit0, ia64_safe_itanium_class,
963         ia64_safe_type, init_insn_group_barriers, group_barrier_needed_p,
964         safe_group_barrier_needed_p, fixup_errata): New static functions.
965         (rtx_needs_barrier):  Handle bundle selector and cycle display
966         insns.
967         (emit_insn_group_barriers): Accept additional FILE * arg.  All
968         callers changed.  Rework to only generate stop bits between
969         basic blocks that haven't been inserted by scheduling.
970         (struct bundle, struct ia64_packet): New structures.
971         (NR_BUNDLES, NR_PACKETS): New macros.
972         (bundle, packets, type_names): New static arrays.
973         (ia64_final_schedule): New variable.
974         (ia64_single_set, insn_matches_slot, ia64_emit_insn_before,
975         gen_nop_type, finish_last_head, rotate_one_bundle, rotate_two_bundles,
976         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
977         find_best_packet, itanium_reorder, dump_current_packet, schedule_stop):
978         New static functions.
979         (ia64_issue_rate, ia64_sched_init, ia64_sched_reorder,
980         ia64_sched_finish, ia64_sched_reorder2, ia64_variable_issue): New
981         functions.
982         (ia64_reorg): Perform a final scheduling pass.
983         * config/ia64/ia64.h (CONST_COSTS): Slightly increase SYMBOL_REF costs.
984         (MAX_CONDITIONAL_EXECUTE, ADJUST_COST, ISSUE_RATE, MD_SCHED_INIT,
985         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_FINISH,
986         MD_SCHED_VARIABLE_ISSUE): Define macros.
987         (ia64_final_schedule): Declare variable.
988         * config/ia64/ia64.md (attr itanium_class): Add some more classes.
989         (attr type): Account for them.
990         (itanium_requires_unit0): New attribute.
991         (function units): Rewrite.
992         (some splitters): Don't create scheduling barriers here.
993         (gr_spill_internal, gr_restore_internal): Don't predicate the
994         pseudo-op.
995         (nop_m, nop_i, nop_f, nop_b, nop_x, cycle_display, cycle_display_1,
996         bundle_selector): New patterns.
997         (insn_group_barrier): Now has an operand.
998
999 2000-12-21  DJ Delorie  <dj@redhat.com>
1000
1001         * dwarf2out.c (simple_decl_align_in_bits): new
1002         (field_byte_offset): Try both the type align and the
1003         decl align, use whichever works, preferring the type align.
1004
1005 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1006
1007         * gccbug.in: Fix typo.
1008
1009 2000-12-20  Benjamin Kosnik  <bkoz@redhat.com>
1010
1011         * Makefile.in (gcc_gxx_target_include_dir): Use instead of
1012         build_tooldir and libstdcxx_incdir.
1013
1014 2000-12-20  Robert Lipe <robertlipe@usa.net>
1015
1016         * haifa-sched.c (schedule_block): Provide empty source statement
1017         if not MD_SCHED_REORDER2.
1018
1019 2000-12-20  Richard Henderson  <rth@redhat.com>
1020
1021         * rtl.h (REG_NON_LOCAL_GOTO): New.
1022         * rtl.c (reg_note_name): Update.
1023         * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note.
1024         * builtins.c (expand_builtin_longjmp): Likewise.
1025         * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do
1026         not emit an edge.
1027
1028 2000-12-20  Marek Michalkiewicz  <marekm@linux.org.pl>
1029
1030         * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r):
1031         Do not output undefined opcodes where source or destination register
1032         overlaps with modified pointer register.  Handle (X + d) addresses.
1033         * config/avr/avr.md (*movhi, *movsi, *movsf): Correct insn length
1034         in alternatives with memory operand.
1035
1036 2000-12-20  Richard Henderson  <rth@redhat.com>
1037
1038         * c-typeck.c (build_asm_stmt): New, broken out from ...
1039         (c_expand_asm_operands): ... here.  Just do rtl expansion.
1040         (c_expand_return): Return the new stmt node.
1041         (c_start_case, do_case): Likewise.
1042         * c-common.c (c_expand_expr_stmt): Likewise.
1043         * c-common.h: Update declarations.
1044         * c-tree.h: Likewise.
1045         * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY.
1046         * c-parse.in (fndef): Set DECL_SOURCE_LINE to the open brace.
1047         (nested_function, notype_nested_function): Likewise.
1048         (compstmt): Return the compound statement not the binding level.
1049         (lineno_labeled_stmt): Simplify.
1050         (lineno_stmt, lineno_label): Set STMT_LINENO.
1051         (stmt, label): Return the new stmt node.
1052
1053 2000-12-20  Bernd Schmidt  <bernds@redhat.com>
1054
1055         * Makefile.in (OBJS): Add sched-ebb.o.
1056         (sched-ebb.o): New rule.
1057         (sched-vis.o): Depend on hard-reg-set.h and $(BASIC_BLOCK_H).
1058         (haifa-sched.o): Depend on insn-flags.h.
1059         * haifa-sched.c: Include "insn-flags.h".
1060         (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
1061         callback.
1062         * rtl.h (schedule_ebbs): Declare.
1063         * sched-int.h (struct sched_info): Add new members
1064         contributes_to_priority and compute_jump_reg_dependencies.
1065         * sched-rgn.c (contributes_to_priority, compute_jump_reg_dependencies):
1066         New functions.
1067         (region_sched_info): Add them.
1068         * sched-vis.c: Include "hard-reg-set.h" and "basic-block.h".
1069         * sched-ebb.c: New file.
1070         * sched-deps.c (sched_analyze_insn): Add code to handle JUMP_INSNs.
1071
1072         * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly
1073         handle all relational operators.
1074
1075 2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
1076
1077         * final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF.
1078         * tm.texi: Document it.
1079
1080 2000-12-19  Benjamin Kosnik  <bkoz@redhat.com>
1081
1082         * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir
1083         instead of gcc_tooldir.
1084
1085 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1086
1087         * system.h (getopt): Update prototype to match include/getopt.h.
1088
1089 2000-12-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1090
1091         From Jeff Law.
1092         * pa.c (basereg_operand): Simplify.
1093
1094 2000-12-19  Bernd Schmidt  <bernds@redhat.co.uk>
1095
1096         * haifa-sched.c (rm_line_notes): Arguments are now head and tail,
1097         not block number.  All callers and prototype changed.
1098         (set_priorities): Likewise.
1099         (save_line_notes): Add head and tail arguments; all callers and
1100         prototype changed.
1101         (restore_line_notes): Likewise.  Don't crash on insns generated
1102         during scheduling.
1103         (schedule_block): Don't use BLOCK_HEAD/BLOCK_END macros.
1104         Call MD_SCHED_INIT with additional argument.
1105         When starting a new cycle, emit cycle_display insns if available.
1106         Don't stop scheduling when encountering a JUMP_INSN, but add another
1107         call to schedule_more_p in the inner loop.
1108         Call MD_SCHED_REORDER2 after scheduling an insn.
1109         Call MD_SCHED_FINISH once all insns are scheduled.
1110         (sched_init): Compensate for the fact that get_block_head_tail
1111         doesn't include leading notes.
1112         * sched-deps.c (free_deps): Free vectors here.
1113         * sched-rgn.c (compute_block_backward_dependencies): Not here.
1114         (last_was_jump): New static variable.
1115         (schedule_more_p): Test it.
1116         (init_ready_list): Initialize it.
1117         (can_schedule_ready_p): Set it if we have a JUMP_INSN.
1118
1119         * config/i386/i386.h (MD_SCHED_INIT): Add new arg.
1120         * config/m32r/m32r.h (MD_SCHED_INIT): Add new arg.
1121         * config/sparc/sparc.h (MD_SCHED_INIT): Add new arg.
1122
1123         * md.texi (cycle_display): Document.
1124         * tm.texi (MD_SCHED_INIT): Document new arg.
1125         (MD_SCHED_FINISH, MD_SCHED_REORDER2): Document.
1126
1127         * flow.c (ior_reg_cond, nand_reg_cond, not_reg_cond): Rewrite
1128         to use different representation.  All callers changed.
1129         (and_reg_cond): Renamed from nand_reg_cond; caller changed.
1130         (init_propagate_block_info): Don't test flags to determine
1131         whether to compute conditional lifetimes.
1132         Adjust code for new representation of conditional lifetimes.
1133         (mark_regno_cond_dead): Similar adjustment.
1134         (free_reg_cond_life_info): Similar adjustment.
1135         (elim_reg_cond): New function.
1136         (flush_reg_cond_1): Use it.
1137
1138 2000-12-19  Catherine Moore  <clm@redhat.com>
1139
1140         * reload1.c (reload_combine): Take multi-hard-regs into account
1141         when processing CALL_INSN_FUNCTION_USAGE.
1142
1143 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1144
1145         * invoke.texi (-print-search-dirs): Make references to cpp refer
1146         to cpp0 instead.
1147
1148 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1149
1150         * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
1151         non-negative.
1152
1153 Tue Dec 19 00:37:08 2000  J"orn Rennecke <amylaar@redhat.com>
1154
1155         * reload.c (push_reload): When using a dying register for the reload
1156         register in an in-out reload, use outmode if wider than inmode.
1157
1158 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1159
1160         * config/d30v/d30v.h (EXIT_BODY): Update comment.
1161
1162 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1163
1164         * config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
1165         * tm.texi (EXIT_BODY): Update documentation.
1166         * config/freebsd.h, config/netware.h, config/arm/coff.h,
1167         config/arm/conix-elf.h, config/arm/unknown-elf.h,
1168         config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
1169         sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
1170         commented out) and associated comments.
1171
1172 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1173
1174         * c-common.c (STD_C9L, ADJ_STD): Define.
1175         (printf_length_specs, scanf_length_specs): Mark "ll" as standard
1176         STD_C9L.
1177         (T99_LL): Rename to T9L_LL.
1178         (T99_ULL): Rename to T9L_ULL.
1179         (print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
1180         instead of T99_LL and T99_ULL.
1181         (check_format_info_main): Use ADJ_STD on all format standard
1182         versions being compared.
1183         * c-common.h: Declare warn_long_long.
1184         * c-tree.h: Don't declare warn_long_long.
1185
1186 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1187
1188         * COPYING: Update to current
1189         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
1190         to 19yy as example year in copyright notice).
1191
1192 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1193
1194         * c-lex.c (cb_file_change): Treat in_system_header as strictly
1195         boolean (0 or 1).
1196
1197 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1198
1199         * cppmain.c: Update print.lineno with -P.
1200
1201 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1202
1203         * c-lex.c: s/change_file/file_change.
1204         * cpplib.h: Similarly.
1205         * cppmain.c: Similarly.
1206         * fix-header.c: Similarly.
1207         * cppfiles.c (stack_include_file): Pass the buffer location and
1208         size to cpp_push_buffer.  Generate the file_change callback,
1209         so that sysp is already set.
1210         * cpphash.h: Add _cpp_do_file_change.
1211         * cpplib.c (do_line): Set buffer->sysp directly. Generate the
1212         file_change callback after setting sysp.
1213         (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception
1214         here.
1215         (cpp_push_buffer): Don't generate a callback.  Clear sysp.
1216         (cpp_pop_buffer): Clean up logic.
1217
1218 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
1219
1220         * configure.in (gcc_gxx_include_dir): Simplify.
1221         (libstdcxx_incdir): Export.
1222         * configure: Regenerate.
1223         * Makefile.in (PREPROCESSOR_DEFINES): Add in
1224         GPLUSPLUS_TOOL_INCLUDE_DIR bits here..
1225         (libstdcxx_incdir): Add.
1226         * cppdefault.c (GPLUSPLUS_TOOL_INCLUDE_DIR): Add search path.
1227
1228 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1229
1230         * c-lex.c (lex_lineno): Remove.
1231         (init_c_lex, c_lex): Remove lex_lineno.
1232         (cb_change_file): Update lineno correctly, both before calling
1233         push_srcloc and before leaving the function.
1234         (cb_def_pragma): Set lineno before outputting diagnostics.
1235
1236 Sun Dec 17 18:45:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1237
1238         * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
1239         Print TYPE_MIN_VALUE and TYPE_MAX_VALUE for REAL_TYPE.
1240         Use print_node_brief to print bounds.
1241
1242 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1243
1244         * cpplib.h (struct cpp_reader): Remove references to string_pool
1245         and temp_string_pool.
1246         * cppinit.c (cpp_create_reader, cpp_cleanup): Similarly; using
1247         ident_pool in place.
1248         * cpplex.c (parse_number, unescaped_terminator_p, parse_string,
1249         save_comment, cpp_token_as_text): Similarly.
1250         * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly.
1251         * cppmacro.c (make_number_token, builtin_macro, lock_pools,
1252         unlock_pools, stringify_arg, paste_tokens): Similarly.
1253
1254 Sun Dec 17 12:41:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1255
1256         * dwarf2out.c (loc_descriptor_from_tree, case NOP_EXPR): New case.
1257         (loc_descriptor_from_tree, case CONVERT_EXPR): Likewise.
1258         (loc_descriptor_from_tree, case NON_LVALUE_EXPR): Likewise.
1259
1260 2000-12-17  Richard Earnshaw  <rearnsha@arm.com>
1261
1262         * Makefile.in (check-po): Use $(MAKE).
1263         (risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
1264
1265 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1266
1267         * cppmain.c (check_multiline_token): New function.
1268         (scan_buffer): Use it.
1269         (cb_change_file): Restructure to avoid warning.
1270         * cpperror.c (print_location): Initialize col.
1271
1272 2000-12-14  Philipp Thomas  <pthomas@suse.de>
1273
1274         * protoize.c (main): Correctly set locale categories.
1275         * gcc.c (main): Likewise.
1276         * cppmain.c (general_init): Likewise.
1277         * toplev.c (main): Likewise.
1278         * gcov.c (main): Likewise.
1279         * collect2.c (main): Likewise.
1280
1281 2000-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1282
1283         * c-common.c (c_common_nodes_and_builtins): Create a
1284         cstring_endlink, use it.  Rename int_ftype_string_string to
1285         int_ftype_cstring_cstring, string_ftype_string_int to
1286         string_ftype_cstring_int, and string_ftype_string_string to
1287         string_ftype_cstring_cstring.  Prefer sizetype_endlink and
1288         int_endlink to manually recreating them.  Fix the prototype
1289         set for __builtin_strspn/__builtin_strcspn.
1290
1291 2000-12-12  Marek Michalkiewicz  <marekm@linux.org.pl>
1292
1293         * config/avr/avr.c (out_set_stack_ptr): Update comment.
1294         (print_operand): Add support for %~ and %o.
1295
1296 2000-12-17 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1297
1298         * c4x.h: Add ASM_OUTPUT_DEF definition for bounded pointer code.
1299
1300 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1301
1302         * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.
1303         * cpperror.c (print_containing_files): Get right line number.
1304         (print_location): Output column of 1 if 0.
1305         * cppfiles.c (stack_include_file): cpp_push_buffer handles
1306         the callback.
1307         * cpphash.h (_cpp_do_file_change): No longer external.
1308         * cpplib.c (do_file_change): Now local to cpplib.c.
1309         (do_line): Fake a buffer stack for preprocessed files.
1310         (cpp_push_buffer): Create a file_change callback.  Handle faked
1311         buffers.
1312         (cpp_pop_buffer): Similarly.
1313         * cpplib.h: BUF_FAKE: New buffer type.
1314         * cppmain.c: Update to handle correct file renaming where a
1315         #line is the first line of the main file, and produce only
1316         the renamed file, not the original file, as output.
1317
1318 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1319
1320         * config/c4x/c4x.md: Remove redundant @s from output patterns.
1321
1322 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1323             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1324
1325         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Call c4x_init_pragma.
1326
1327         * config/c4x/c4x-protos.h (c4x_init_pragma): New prototype.
1328
1329         * config/c4x/c4x.c (c4x_init_pragma): New function.
1330         (c_lex_func): New variable.
1331         (c4x_parse_pragma): Use c_lex_func.
1332
1333 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1334             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1335
1336         * config/c4x/c4x.h (MD_INIT_BUILTINS): Add void_list_node argument
1337           to c4x_init_builtins.
1338
1339         * config/c4x/c4x-protos.h (c4x_init_builtins): Add tree argument.
1340
1341         * config/c4x/c4x.c (c4x_init_builtins): Add tree argument.
1342         (c4x_output_ascii):  Fix.
1343
1344 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1345             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1346
1347         * config/c4x/c4x.h (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Define.
1348
1349         * config/c4x/c4x-protos.h (c4x_init_builtins): New prototype.
1350         (c4x_expand_builtin): Likewise.
1351
1352         * config/c4x/c4x.c (c4x_init_builtins): New function.
1353         (c4x_expand_builtin): Likewise.
1354
1355         * config/c4x/c4x.md (floatunsqihf2): New pattern.
1356         (*floatqihf2_set, *fixhfqi_set, fix_trunchfqi2): Likewise.
1357         (fixuns_trunchfqi2, toieee, frieee, *ldhf_conditional): Likewise.
1358         (*ldhf_conditional_noov, movhfcc, trap, cond_trap_cc): Likewise.
1359         (*toieee_movqf_clobber, *frieee_movqf_clobber): Likewise.
1360
1361 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1362
1363         * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
1364         * libgcc2.c (__absvsi2): Use Wtype and DWtype.
1365         (__absvdi2, __addvsi3, __addvdi3, __subvsi3): Likewise.
1366         (__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise.
1367
1368 2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
1369
1370         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Enclose the block
1371         statement in do/while(0).
1372
1373 Sat Dec 16 19:56:24 MET 2000  Jan Hubicka  <jh@suse.cz>
1374
1375         * i386.md (ashrsi3_cmpno, ashrhi3_cmpno, ashrqi3_cmpno, lshrsi3_cmpno,
1376         lshrhi3_cmpno): Remove redundant '@' from the template.
1377
1378         * i386.md (cmpstrsi_1): Fix type of the compare.
1379
1380         * genattrtab.c (attr_rtx_cost): New function.
1381         (simplify_test_exp): Avoid overactive inlining; use temporary
1382         obstacks for tests.
1383
1384 Sat Dec 16 10:41:11 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1385
1386         * diagnostic.c (finish_abort): Deleted.
1387         (fatal): Add code from finish_abort.
1388         (error_recursion, fancy_abort): Call fatal, not finish_abort.
1389         (trim_filename): Remove leading "../".
1390         * diagnostic.h (finish_abort): Deleted.
1391         * toplev.c (crash_signal): Call fatal, not finish_abort.
1392
1393         * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT
1394         as if size were variable.
1395
1396         * expmed.c (expand_mult): Write REG_EQUAL note with proper mode.
1397
1398 2000-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1399
1400         * tradcpp.c: T_WARNING: New.
1401         (do_warning): New function.
1402         (finclude): Skip past the newline and increase the line number
1403         before calling output_line_command.
1404         (do_line): Skip the new line after output_line_command.  Don't
1405         pre-decrement the line number.
1406
1407 2000-12-15  Diego Novillo  <dnovillo@redhat.com>
1408
1409         * i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix references to
1410         _GLOBAL_OFFSET_TABLE_ when using Intel syntax.
1411
1412 2000-12-15  Jakub Jelinek  <jakub@redhat.com>
1413
1414         * gcc.c (cpp_options): Pass -fno-operator-names.
1415         * cpplib.h (struct cpp_options): Add operator_names.
1416         * cppinit.c (cpp_create_reader): Initialize it.
1417         (initialize_builtins): If -fno-operator-names, don't add
1418         C++ alternate operator names.
1419         (COMMAND_LINE_OPTIONS): Add -fno-operator-names.
1420         (cpp_handle_option): Clear operator_names.
1421
1422 2000-12-15  Jason Merrill  <jason@redhat.com>
1423
1424         * jump.c (jump_optimize_1): Don't delete the line note after the
1425         prologue even if it seems redundant.
1426
1427         * config/arm/arm.c (arm_expand_prologue): Set RTX_FRAME_RELATED_P
1428         on all insns used to adjust the stack.
1429
1430 Fri Dec 15 15:32:16 MET 2000  Jan Hubicka  <jh@suse.cz>
1431
1432         * combine.c (cant_combine_insn_p): Get around SUBREGs when determining
1433         hardreg<->reg moves.
1434
1435 Fri Dec 15 14:48:37 MET 2000  Jan Hubicka  <jh@suse.cz>
1436
1437         * genrecog.c (add_to_sequence): Remove special case for
1438         const_int_operand.
1439         (maybe_both_true): Return 1 when falling out of sequence when
1440         trying to find common possition in the pattern.
1441
1442 Fri Dec 15 14:44:51 MET 2000  Jan Hubicka  <jh@suse.cz>
1443
1444         * integrate.c (copy_rtx_and_substitute): Copy mode too.
1445
1446 Fri Dec 15 14:11:57 MET 2000  Jan Hubicka  <jh@suse.cz>
1447
1448         * flow.c (notice_stack_pointer_modification_1): Cleanup.
1449
1450 2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
1451
1452         * function.c (adjust_trampoline_addr): New function.
1453         (trampoline_address): Call it instead of round_trampoline_addr().
1454         * tm.texi (TRAMPOLINE_ADJUST_ADDRESS): Document it.
1455
1456 2000-12-14  Zack Weinberg  <zack@wolery.stanford.edu>
1457
1458         * cppfiles.c (hack_vms_include_specification): Delete function
1459         (not used since 1998).
1460
1461 Fri Dec 15 03:37:51 2000  J"orn Rennecke <amylaar@redhat.com>
1462
1463         * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.
1464
1465 2000-12-14  Jim Wilson  <wilson@redhat.com>
1466
1467         * alias.c (get_alias_set): Call record_component_aliases for
1468         COMPLEX_TYPE.
1469         (record_component_aliases): Handle COMPLEX_TYPE.
1470
1471 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1472
1473         * fixinc/gnu-regex.c: Disable NLS.
1474
1475 2000-12-14  Richard Henderson  <rth@redhat.com>
1476
1477         * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
1478         comparison operands when that would create non-canonical rtl.
1479
1480         * config/i386/i386.md (umulsi3_highpart): Remove * from name.
1481         (smulsi3_highpart): Likewise.
1482
1483 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1484
1485         * gcc.c (cpp_options): Add -remap.
1486
1487 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1488
1489        * gcc.c (cpp_options): Update to use '&'.
1490        (struct switchstr): Change type of validated to save space.
1491        New member 'ordering'.
1492        (handle_braces, validate_switches): Update to handle '&'.
1493
1494 2000-12-13  Laurynas Biveinis  <lauras@softhome.net>
1495
1496         * fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
1497         found in a header.
1498         * fixinc/fixincl.x: regenerated.
1499
1500 2000-12-13  DJ Delorie  <dj@redhat.com>
1501
1502         * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
1503
1504 2000-12-13  Tom Tromey  <tromey@redhat.com>
1505
1506         * gcc.c (handle_braces): Handle %{<S*} spec correctly.
1507
1508 2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
1509
1510         * function.c (assign_parms): Optimize incoming PARALLELs into
1511         REGs if possible.
1512
1513 2000-12-13  Bruce Korb  <bkorb@gnu.org>
1514
1515         * fixinc/Makefile.in(*): substantial rewrite to accommodate systems
1516         that cannot handle bi-directional pipes, viz. BeOS and DOS.
1517         * fixinc/fixlib.h(IGNORE_ARG): new macro
1518         (STATIC): define for all of fixinc to use
1519         * fixinc/fixfixes.c(*): eliminate unused arg warnings
1520         * fixinc/fixtests.c(*): ditto
1521         * fixinc/fixincl.c(start_fixer): chain_open now uses const arg list
1522         * fixinc/gnu-regex.c: reorder some includes to avoid _GNU_SOURCE
1523         warning.  Also, eliminate the ``#ifdef emacs'' stuff.
1524         (re_syntax_options): make global as it is declared so.
1525         * fixinc/mkfixinc.sh: process the argument list more consistently
1526         (beos/msdosdjgpp): set TARGETS to twoprocess vs. oneprocess
1527         * fixinc/procopen.c(globals): include "fixlib.h" for std defs
1528         * fixinc/server.c(globals): ditto
1529         * fixinc/server.h(defines): ditto
1530
1531 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1532
1533         * tradcpp.c (special_symbol): Improve test for definedness,
1534         though it is still not perfect.
1535         (do_define): Don't define illegal macro names.
1536
1537 2000-12-07  Aldy Hernandez  <aldyh@redhat.com>
1538
1539         * config/mips/elf.h (ASM_OUTPUT_SECTION_NAME): emit @nobits
1540         if changing into .bss section.
1541         * config/mips/elf64.h: same.
1542         * config/mips/iris6.h: same.
1543         * config/mips/netbsd.h: same.
1544         * config/mips/openbsd.h: same.
1545
1546 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1547
1548         * cppfiles.c (read_name_map): Return null if open () fails.
1549         (remap_filename): Simplify logic.  Add ICE if it doesn't work
1550         as expected. Perform secondary lookup attempt on base filename
1551         only.
1552
1553 Wed Dec 13 19:48:04 MET 2000  Jan hubicka  <jh@suse.cz>
1554
1555         * flow.c (notice_stack_pointer_modification_1): Notice midifications
1556         using PRE_MODIFY and POST_MODIFY.
1557
1558 Wed Dec 13 17:25:32 MET 2000  Jan Hubicka  <jh@suse.cz>
1559
1560         * genoutput.c (process_template): Add sanity checking for '@' templates.
1561
1562 2000-12-13  Bernd Schmidt  <bernds@redhat.co.uk>
1563
1564         * simplify-rtx.c (cselib_finish): Free reg_values and used_regs
1565         varrays.
1566
1567 2000-12-12  Mike Stump  <mrs@wrs.com>
1568
1569         * Makefile.in (distclean): Remove safe-ctype.c as well.
1570
1571 2000-12-12  Brad Lucier <lucier@math.purdue.edu>
1572
1573         * tradcpp.c (do_error): Cast difference of pointers to int
1574         for error message.
1575
1576 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1577
1578         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Move from here...
1579         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): ...to here.
1580
1581 2000-12-12  Jim Wilson  <wilson@redhat.com>
1582
1583         * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT.
1584
1585 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
1586
1587         * configure.in: Simplify language enabling/disabling code.
1588         * configure: Rebuilt.
1589         * ch/config-lang.in (target_libs): Set.
1590         (build_by_default): Set to no.
1591         * cp/config-lang.in (target_libs): Set.
1592         * f/config-lang.in (target_libs): Set.
1593         * java/config-lang.in (target_libs): Set.
1594         * objc/config-lang.in (target_libs): Set.
1595
1596 2000-12-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1597
1598         * tradcpp.c (enum node_type): Add T_ERROR.
1599         (do_error): New function.
1600         (directive_table): Add #error handler.
1601
1602 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1603
1604         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check
1605         for powerpc*-*-*.
1606         * configure: Regenerated.
1607         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
1608         * config/rs6000/rs6000.c (rs6000_unique_section): Use
1609         STRIP_NAME_ENCODING.
1610
1611 Mon Dec 11 13:51:09 2000  Jeffrey A Law  (law@cygnus.com)
1612
1613         * pa.c (cmpib_comparison_operator): Remove GEU and LTU.
1614         * pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
1615         changes.
1616
1617 2000-12-11  Bruce Korb  <bkorb@gnu.org>
1618
1619         * fixinc/fixincl.tpl: initialize all fields for warnings
1620         * fixinc/fixincl.x: regenerate
1621
1622 2000-12-11  Neil Booth  <neilb@earthling.net>
1623
1624         * tradcpp.h: For tradcpp, NUL is not whitespace.
1625
1626 2000-12-11  Neil Booth  <neilb@earthling.net>
1627
1628         * fix-header.c (read_scan_file): Macro expansion is not a file buffer.
1629
1630 2000-12-05  Marek Michalkiewicz  <marekm@linux.org.pl>
1631
1632         * config/avr/avr.c (compare_condition, compare_sign_p): New functions.
1633         (compare_diff_p, compare_eq_p): Call compare_condition.
1634         (out_tsthi, out_tstsi): Call compare_sign_p.
1635         (avr_progmem_p): Check for error_mark_node.
1636
1637 2000-12-11  Neil Booth  <neilb@earthling.net>
1638
1639         * cpperror.c (print_location): New function.
1640         (print_containing_files): Simplify.
1641         (_cpp_begin_message): Simplify and use print_location.
1642         * cppfiles.c (stack_include_file): Update.
1643         (_cpp_pop_file_buffer): Update.
1644         * cpphash.h (struct cpp_buffer): New members
1645         include_stack_listed and type.
1646         * cpplib.c (_cpp_handle_directive): Buffer->inc is not null.
1647         (run_directive): Take buffer type.  cpp_push_buffer cannot fail.
1648         (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef,
1649         handle_assertion): Update.
1650         (cpp_push_buffer): Take a buffer type and file name.
1651         (cpp_pop_buffer): Update.  Clear include_stack_listed.
1652         * cpplib.h (input_stack_listing_current): Remove.
1653         (enum cpp_buffer_type): New.
1654         (cpp_push_buffer): New prototype.
1655         * cppmacro.c (builtin_macro): Simplify; buffer cannot be null.
1656         * fix-header.c (read_scan_file): Update.
1657
1658 2000-12-10  Robert Lipe <robertlipe@usa.net>
1659
1660         * install.texi (i*86-*-sco3.2v5*): Remove information duplicated
1661         in html version.
1662
1663 2000-12-10  Richard Henderson  <rth@redhat.com>
1664
1665         * genrecog.c (find_operand): Handle 'V' format code.
1666         (find_matching_operand): New.
1667         (validate_pattern): Accept '=' for an in-out operand if there
1668         is another operand with a matching constraint.
1669
1670         * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
1671         for op1 to op0.
1672
1673 2000-12-10  Richard Henderson  <rth@redhat.com>
1674
1675         * genrecog.c (validate_pattern) [STRICT_LOW_PART]: Fix thinko.
1676
1677 2000-12-09  Richard Henderson  <rth@redhat.com>
1678
1679         * genrecog.c (validate_pattern): Verify that ZERO_EXTRACT and
1680         STRICT_LOW_PART as SET_DEST have in-out constraints.
1681
1682 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1683
1684         * c-common.c (check_function_format): Don't suggest adding format
1685         attributes to functions with no parameter to which to add them.
1686
1687 2000-12-09  Nick Clifton  <nickc@redhat.com>
1688
1689         * config/arm/arm.c (arm_expand_prologue): Mark the generated
1690         insn not the set as being DWARF2_FRAME_RELATED_P.
1691
1692 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1693
1694         * Makefile.in: use $(build_exeext) for all build
1695         system executable targets.
1696
1697 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
1698
1699         * install.texi: remove i[345]86-*-winnt3.5 section.
1700         * configur.bat: removed.
1701         * config/msdos: directory removed.
1702
1703 2000-12-09  Neil Booth  <neilb@earthling.net>
1704
1705         * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
1706         * cpphash.h (NEVER_REREAD, DO_NOT_REREAD, ABSOLUTE_PATH): Delete.
1707         * cpplex.c (parse_identifier): Improve diagnostic.
1708         (_cpp_lex_token): Return unconditionally at the end of a directive.
1709         * cpplib.c (read_flag): Verify legality of each flag.
1710         (end_directive): Resotre pfile->skipping before skip_rest_of_line.
1711         (do_line): Use the new read_flag.
1712         * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
1713         check_macro_redefinition, parse_params): Rename var_args to
1714         variadic.
1715
1716 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1717
1718         * .cvsignore: Add info files.
1719
1720 2000-12-08 Laurynas Biveinis <lauras@softhome.net>
1721
1722         * config/winnt: Remove obsolete directory.
1723         * install.texi (Configurations): Remove obsolete documentation for
1724         Windows NT.
1725
1726 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1727
1728         * configure.in: Don't define INSTALL_INFO.
1729         * configure: Regenerate.
1730         * Makefile.in (INSTALL_INFO): Remove.
1731         (info): Depend on info files in source directory.
1732         (cpp.info, gcc.info, c-tree.info): Build info files in source
1733         directory.
1734         (distclean): Don't remove info files.
1735         (maintainer-clean): Remove info files from source directory.
1736         (install-normal): Depend on install-info.
1737         (install-info): Install info files from source directory, if they
1738         exist.
1739         * texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org.
1740
1741 2000-12-08  Alexandre Oliva  <aoliva@redhat.com>
1742
1743         * lcm.c (optimize_mode_switching): Check whether an insn is a NOTE
1744         before taking its NOTE_LINE_NUMBER.
1745
1746 2000-12-08  Nick Clifton  <nickc@redhat.com>
1747
1748         * config/arm/arm.md (load_indirect_jump): Add pool ranges.
1749
1750         * extend.texi: Document ARM "interrupt" function attribute.
1751         Mention that the ARM also support the "naked" function
1752         attribute.
1753
1754         * config/arm/arm-protos.h (arm_current_func_type): Add
1755         prototype.
1756
1757         * config/arm/arm.h (EXCEPTION_LR_REGNUM): Define.
1758         (struct machine_function): Add 'func_type' field.
1759         Define bit values for 'func_type' field.
1760         (ARM_FUNC_TYPE): New macro.
1761         (IS_INTERRUPT): New macro.
1762         (IS_VOLATILE): New macro.
1763         (IS_NAKED): New macro.
1764         (IS_NESTED): New macro.
1765         (ARM_INITIAL_ELIMINATION_OFFSET): Use IS_VOLATILE.
1766
1767         * config/arm/arm.c (isr_attribute_args): New Structure.  A
1768         list of "interrupt" function attribute modifiers.
1769         (arm_isr_value): New Function: Returns the type of the current
1770         interrupt function.
1771         (arm_compute_func_type): New Function: Computes the type of
1772         the current function.
1773         (arm_current_func_type): New Function: Returns the type of the
1774         current function.
1775         (use_return_insn): Use arm_current_func_type.
1776         (arm_valid_type_attribute_p): Accept "interrupt" function
1777         attribute.
1778         (arm_comp_type_attributes): Check "interrupt" attributes.
1779         (arm_valid_machine_decl): Accept "interrupt" function
1780         attribute.
1781         (arm_function_ok_for_sibcall): Do not allow interrupt
1782         functions to use sibcalls.
1783         (arm_naked_function_p): Delete.
1784         (print_multi_reg): Remove redundant parameter 'hat'.
1785         (arm_compute_save_reg_mask): New Function: Compute a bit mask
1786         of registers saved during the current function's prologue.
1787         (output_arm_return_instruction): Use arm_current_func_type.
1788         Generate return instruction when LR is not poppsed off the
1789         stack.
1790         (arm_volatile_func): Delete.
1791         (output_arm_prologue): Use arm_current_func_type and
1792         arm_compute_save_reg_mask.
1793         Note presernce of interrupt functions.
1794         (arm_output_epilogue): Use arm_current_func_type and
1795         arm_compute_save_reg_mask.
1796         (arm_expand_prologue): Use arm_current_func_type and
1797         arm_compute_save_reg_mask.
1798         (arm_init_machine_status): Initialise func_type field, if
1799         necessary.
1800         (thumb_expand_prologue): Use arm_current_func_type.
1801         (output_thumb_prologue): Use arm_current_func_type.
1802
1803 2000-12-08  Brad Lucier <lucier@math.purdue.edu>
1804
1805         * tradcpp.c (do_include): Make pointer differences 64-bit clean.
1806
1807 Fri Dec  8 08:23:29 2000  J"orn Rennecke <amylaar@redhat.com>
1808
1809         * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
1810         for multiplies.
1811
1812 2000-12-07  Mike Stump  <mrs@wrs.com>
1813
1814         * Makefile.in (distclean): Remove alloca.c hashtab.c.
1815
1816 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1817
1818         * Makefile.in (HOST_RTL): Add safe-ctype.o.
1819         (safe-ctype.o): New rule.
1820         * system.h: Include safe-ctype.h, not ctype.h.  No need to
1821         wrap ctype macros.
1822
1823         * cpphash.h: Zap IStable and related macros.  Define is_* in
1824         terms of safe-ctype.h macros.
1825         * cppinit.c: Delete the IStable and all related code.
1826
1827         * tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
1828         is_space arrays.  Delete initialize_char_syntax.  Change all
1829         references to the above arrays to use macros instead.
1830         * tradcpp.h: Define is_idchar, is_idstart, is_space, and
1831         is_nvspace in terms of safe_ctype.h's macros.
1832         * tradcif.y: is_idchar, is_idstart are macros not arrays.
1833
1834         * config/i370/i370.c, config/winnt/dirent.c,
1835         config/winnt/fixinc-nt.c, config/winnt/ld.c:
1836         Use uppercase ctype macros.  If we included ctype.h,
1837         include safe-ctype.h instead.
1838
1839         * fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
1840         ISLOWER(c) before calling TOUPPER(c).
1841         * fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
1842         * fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
1843         wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
1844
1845 2000-12-07  DJ Delorie  <dj@redhat.com>
1846
1847         * c-decl.c (grokdeclarator): preserve previous alignments when
1848         rebuilding array types.
1849
1850 2000-12-07  Neil Booth  <neilb@earthling.net>
1851
1852         * cppfiles.c (struct include_file): Move from cpphash.h.
1853         (_cpp_never_reread): New function.
1854         (open_file, read_include_file): Use it.
1855         (stack_include_file): Set the buffer's sysp according to the
1856         path in which the file was found.
1857         (find_include_file): Don't set sysp.
1858         (cpp_make_system_header, actual_directory): Update.
1859         (_cpp_execute_include): Do #include_next lookup handling here,
1860         not in cpplib.c.  Use _cpp_never_reread.
1861         * cpphash.h (struct_include_file): Remove.
1862         (struct cpp_buffer): New member sysp.
1863         (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
1864         (_cpp_never_reread): New.
1865         * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
1866         (end_directive): Clear line_extension flag.
1867         (_cpp_handle_directive): Set line_extension flag for #number.
1868         (do_include_next): Handle path lookup in _cpp_execute_include.
1869         (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
1870         (_cpp_do_file_change): Update.
1871         (do_pragma_once): Use cpp_never_reread.  Clean up.
1872         * cpplib.h (struct lexer_state): New member line_extension.
1873
1874 2000-12-07  Richard Henderson  <rth@redhat.com>
1875
1876         * flow.c (calculate_global_regs_live): Force the stack pointer live
1877         after reload as well.
1878
1879 2000-12-07  Bruce Korb  <bkorb@gnu.org>
1880
1881         * fixinc/Makefile.*(exeext): the variables are exeext, the
1882         substitution expression is build_exeext.
1883
1884 2000-12-07  Neil Booth  <neilb@earthling.net>
1885
1886         * c-common.c (parse_in): Make a cpp_reader *.
1887         * cppfiles.c (_cpp_fake_include): Remove.
1888         * cpphash.h: Similarly.
1889         * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
1890         #line always creates a callback; FC_RENAME if there are no
1891         #line flags.
1892         * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
1893         The first EOF must be our get_char buffer.
1894
1895 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1896
1897         * c-common.c (warn_format_security): New variable.
1898         (check_format_info): Warn about non-literal formats with no format
1899         arguments if either -Wformat-nonliteral or -Wformat-security is
1900         specified.
1901         (set_Wformat): Set warn_format_security for settings other than 1.
1902         * c-common.h (warn_format_security): Declare.
1903         * c-decl.c (c_decode_option): Decode -Wformat-security and
1904         -Wno-format-security.
1905         * invoke.texi: Document -Wformat-security.
1906         * toplev.c (documented_lang_options): Include -Wformat-security
1907         and -Wno-format-security.
1908
1909 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1910
1911         * c-common.c (check_format_info): Warn for non-constant format
1912         strings with strftime formats if -Wformat-nonliteral.  Where the
1913         format can convert arguments, if the format is not a string
1914         literal and there are no arguments to the format, give a different
1915         warning message from the general non-string-literal case.
1916
1917 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1918
1919         * c-common.c (format_wanted_type): Add reading_from_flag.
1920         (print_char_table): Mark %s and %S formats with flag "R".
1921         (check_format_info_main): Set up reading_from_flag appropriately.
1922         If aflag, always set writing_in_flag rather than relying on the
1923         format used being a scanf format and so having it set.
1924         (check_format_types): Check for formats reading through null
1925         pointers.
1926
1927 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1928
1929         * invoke.texi (-Wformat): Document what format features are
1930         checked.
1931
1932 2000-12-06  Kazu Hirata  <kazu@hxi.com>
1933
1934         * config/h8300/h8300.h: Fix formatting.
1935
1936 2000-12-06      Joel Sherrill <joel@OARcorp.com>
1937
1938         * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
1939         h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
1940         * config.gcc (*-rtems*): Add support for gthr-rtems.h.
1941         * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
1942         config/h8300/rtems.h, config/mips/rtems.h: New files.
1943
1944 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
1945
1946         * config.gcc: Reorganize handling of *-*-gnu*, to share target
1947         specific make details with Linux.  Update comments to clarify
1948         the distinction between GNU/Linux and GNU/Hurd.
1949
1950 Wed Dec  6 19:22:02 2000  Jeffrey A Law  (law@cygnus.com)
1951
1952         * contrib.texi: Fix my email address.  Update Per's
1953         list of contributions.
1954
1955 2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
1956
1957         * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
1958         * collect2.c (scan_libraries): Remove unused `ch'.
1959         (COFF specific stuff): Prototype ldgetname.  Declare and prototype
1960         ldbtread and ldclose.
1961
1962         * config/alpha/osf.h: Standarize copyright statement.
1963         * config/arc/arc.h: Likewise.
1964         * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
1965         * config/arm/arm.c config/arm/arm.h: Likewise.
1966         * config/elxsi/elxsi.h: Likewise.
1967         * config/i386/sco.h: Likewise.
1968         * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
1969         * config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
1970         * config/m68k/sun3.h: Likewise.
1971         * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
1972         * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
1973         * config/romp/romp.h: Likewise.
1974         * config/rs6000/aix41.h: Likewise.
1975         * config/sparc/sysv4.h: Likewise.
1976         * config/we32k/we32k.c config/we32k/we32k.h: Likewise.
1977         * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
1978         * cpplib.h cppexp.c cselib.h profile.c: Likewise.
1979         * longlong.h: Likewise.
1980         * libgcc2.c: Likewise.
1981
1982 2000-12-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1983
1984         * machmode.def: Use correct definition for BITSIZE on targets where
1985         BITS_PER_UNIT != 8.
1986
1987 2000-12-06  Bruce Korb  <bkorb@gnu.org>
1988
1989         * fixinc/Makefile.*: Reduce differences to (ultimately) reduce
1990         the number of them.
1991
1992 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1993
1994         * pa.c: Include expr.h before c-tree.h.
1995         (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
1996         instead of reverse_condition.
1997         (print_operand): Correct predicates for GT, GE, LT and LE.  Add
1998         predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
1999         ORDERED.
2000         (cmpib_comparison_operator): Add GEU and LTU codes.
2001         * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
2002         * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
2003         bordered): New float conditional branch patterns.
2004
2005 Wed Dec  6 21:03:41 2000  J"orn Rennecke <amylaar@redhat.com>
2006
2007         * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.
2008
2009 2000-12-06  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
2010
2011         * cpplex.c (skip_escaped_newlines): Don't warn for spaces between
2012         backslash and newline, when inside a comment.
2013
2014 2000-12-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2015
2016         * invoke.texi: Use @table @samp instead of @itemize @minus for
2017         table of language standards.  Fix use of @pxref.  From Zack
2018         Weinberg.  Also exclude specs documentation from generated
2019         manpage, and create separate ENVIRONMENT section.
2020
2021 2000-12-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2022
2023         * gcse.c (compute_pre_data): Kill trapping expressions in
2024         destination blocks of abnormal edges.
2025
2026 2000-12-05  Richard Sandiford  <r.sandiford@redhat.com>
2027
2028         * config/mn10300/mn10300.c (mn10300_print_reg_list): Added.
2029         (mn10300_get_live_callee_saved_regs): Likewise.
2030         (mn10300_gen_multiple_store): Likewise.
2031         (store_multiple_operation): Likewise.
2032         (expand_prologue): Use mn10300_gen_multiple_store().
2033         * config/mn10300/mn10300-protos.h (mn10300_print_reg_list): Added.
2034         (mn10300_get_live_callee_saved_regs): Likewise.
2035         (mn10300_gen_multiple_store): Likewise.
2036         (store_multiple_operation): Likewise.
2037         * config/mn10300/mn10300.md (store_movm): Use a MATCH_PARALLEL
2038         tied to store_multiple_operation().
2039
2040 Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
2041
2042         * builtins.c (expand_builtin_setjmp_setup): Set
2043         current_function_has_nonlocal_label.
2044
2045 2000-12-05  Neil Booth  <neilb@earthling.net>
2046
2047         * cppfiles.c (stack_include_file): Push zero-length buffers
2048         in case of failure.  Return void, as we don't fail any more.
2049         (read_include_file): Check for files we shouldn't re-read.
2050         Don't return an error code; errors are implied by marking the
2051         file NEVER_REREAD.
2052         (_cpp_execute_include): Move the recursion and in-macro checks
2053         here.  Update for stack_include_file not failing.
2054         * cpplib.c (cpp_push_buffer): Always succeed, since
2055         _cpp_execute_include performs the recursion check.  Tidy up.
2056         * cpplib.h (cpp_push_buffer): Update prototype.
2057
2058 2000-12-05  Alexandre Oliva  <aoliva@redhat.com>
2059
2060         * sched-vis.c (visual_tbl_line_length): New variable.
2061         (get_visual_tbl_length): Set it.
2062         (visualize_stall_cycles): Don't let stalls overrun
2063         visual_tbl_line_length.
2064
2065 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
2066
2067         * global.c (global_conflicts): Allow for a REG_UNUSED note
2068         with a different mode to the REG set in the insn.
2069
2070 2000-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2071
2072         * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
2073
2074         * fixinc/Makefile.in (FIXINC_DEFS): Add $(WARN_CFLAGS).
2075
2076 2000-12-05  Bruce Korb  <bkorb@gnu.org>
2077
2078         * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd and
2079         GNU/Linux.
2080
2081 2000-12-05  Richard Earnshaw  <rearnsha@arm.com>
2082
2083         * fixinc/mkfixinc.sh: Run fixinc on netbsd.
2084         * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files,
2085         to cope with aliased copies.
2086         * fixinc/fixincl.x: Regenerate.
2087
2088 2000-12-05  Bernd Schmidt  <bernds@redhat.co.uk>
2089
2090         * sched-vis.c: Guard with #ifdef INSN_SCHEDULING.
2091         * sched-rgn.c: Likewise.
2092         (rgn_print_insn): Fix output.
2093
2094 2000-12-05  Bruce Korb  <bkorb@gnu.org>
2095
2096         * fixinc/Makefile.*: make these more consistent
2097         * fixinc/mkfixincl.sh: enable BeOS fixincludes
2098
2099 2000-12-05  Richard Henderson  <rth@redhat.com>
2100
2101         * stmt.c (warn_if_unused_value): Move side effects test earlier.
2102
2103 2000-12-05  Alan Modra <alan@linuxcare.com.au>
2104
2105         * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
2106         when using sjlj.
2107
2108 2000-12-05  Richard Henderson  <rth@redhat.com>
2109
2110         * flow.c (calculate_global_regs_live): Only force stack pointer
2111         live before reload.  Force pic register live before reload.
2112         (insn_dead_p): Don't protect pic references from deletion.
2113
2114 2000-12-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2115
2116         * invoke.texi: Add support for using texi2pod.pl.  Don't use
2117         @multitable.
2118
2119 2000-12-04  Nick Clifton  <nickc@redhat.com>
2120
2121         * config/arm/arm.c (arm_override_options): Test 'insn_flags' not
2122         'tune_flags' for XScale nature.
2123         Remove spurious test of HARD_FLOAT and XScale flags.
2124
2125         * config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
2126         contraint, accidentally changed during XScale contribution.
2127
2128         * config/arm/lib1funcs.asm (interwork_call_via_, call_via_): Do
2129         not create these functions if the target architecture does not
2130         support Thumb instructions.
2131
2132 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2133
2134         * ONEWS: New file with the current contents of NEWS up to EGCS
2135         1.1.
2136         * NEWS: Generate automatically from online release notes from EGCS
2137         1.0 to GCC 2.95.2, using ../contrib/gennews.
2138
2139 2000-12-04  Neil Booth  <neilb@earthling.net>
2140
2141         * tradcif.y: Move lexptr to top of file.  Add rule to handle
2142         assertions in conditional expressions.
2143         * tradcpp.c (parse_answer): Assertions do not need to go to
2144         end of line in conditional directives.
2145         (parse_assertion): Get first character of identifiers correct.
2146         (test_assertion): New function.
2147         * tradcpp.h (test_assertion): New prototype.
2148
2149 2000-12-01  Rodney Brown  <RodneyBrown@mynd.com>
2150
2151         * config.gcc: Fix typo for UnixWare 7.
2152
2153 2000-12-03  Phil Edwards  <pme@sources.redhat.com>
2154
2155         * invoke.texi:  Replace `pedwarns' with clearer text.
2156
2157 2000-12-04  Bruce Korb  <bkorb@gnu.org>
2158
2159         * fixinc/Makefile.*(clean):  don't clean autogenerated files.
2160         (mainainer-clean): clean autogenerated files
2161
2162 2000-12-04  DJ Delorie  <dj@redhat.com>
2163
2164         * md.texi: Add overview, clarify match_dup and define_expand.
2165
2166 2000-12-04  DJ Delorie  <dj@redhat.com>
2167
2168         * print-tree.c (print_node): Target-specific builtins print
2169         numbers, not names.
2170
2171 2000-12-04  Jason Merrill  <jason@redhat.com>
2172
2173         * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
2174         MODE_VECTOR_FLOAT.
2175
2176         * diagnostic.c (report_problematic_module): s/function/module/.
2177
2178         * c-lex.h: Remove decl for check_newline.
2179
2180 2000-12-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2181
2182         * README.APOLLO: Remove obsolete file.
2183
2184 2000-12-04  Neil Booth  <neilb@earthling.net>
2185
2186         * cppinternals.texi: New file.
2187
2188 2000-12-04  Neil Booth  <neilb@earthling.net>
2189
2190         * cppfiles.c (cpp_make_system_header): Take 2 booleans,
2191         and operate on current buffer.
2192         (cpp_read_file): Rename _cpp_read_file.
2193         * cpplib.c (do_line, do_pragma_system_header): Update calls to
2194         cpp_make_system_header.
2195         * fix-header.c: Similarly.
2196         * cpphash.h (_cpp_read_file): Move from...
2197         * cpplib.h: ... here.
2198         * cppinit.c (do_includes, cpp_start_read): Update appropriately.
2199
2200 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2201
2202         * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
2203         Handle another transformation.
2204
2205 2000-12-03  Nick Clifton  <nickc@redhat.com>
2206
2207         * config.gcc: Add support for StrongARM targets.
2208         * config/arm/t-strongarm-elf: New file.
2209         * config/arm/t-strongarm-coff: New file.
2210         * config/arm/t-strongarm-pe: New file.
2211         * config/arm/strongarm-pe.h: New file.
2212
2213 2000-12-03  Nick Clifton  <nickc@redhat.com>
2214
2215         * NEWS: Mention XScale has been added.
2216         * config.gcc: Add support for XScale targets.
2217         * config/arm/arm.h: Add support for XScale processor.
2218         * config/arm/arm.c: Add support for XScale processor.
2219         * config/arm/arm.md: Add support for XScale processor.
2220         * config/arm/t-xscale-elf: New file.
2221         * config/arm/t-xscale-coff: New file.
2222         * config/arm/xscale-elf.h: New file.
2223         * config/arm/xscale-coff.h: New file.
2224
2225 2000-12-03  Richard Henderson  <rth@redhat.com>
2226
2227         * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
2228         unless exception handling is enabled, and if not using sjlj.
2229
2230         * builtins.c (expand_builtin_setjmp_setup): New.
2231         (expand_builtin_setjmp_receiver): New.
2232         (expand_builtin_setjmp): Split out _setup and _receiver functions.
2233         Move argument parsing in from ...
2234         (expand_builtin): ... here.
2235         * except.c (receive_exception_label): Branch around receiver
2236         unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
2237         (start_dynamic_handler): Call expand_builtin_setjmp_setup.
2238         * expr.h: Update builtin setjmp decls.
2239
2240 2000-12-03  Bruce Korb  <bkorb@gcc.org>
2241
2242         * fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
2243         build machine name.  Default to the target.
2244
2245 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
2246
2247         * Makefile.in: use $(build_canonical), not $(canonical_build).
2248
2249 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
2250
2251         * Makefile.in (OBJS): Add sched-rgn.o.
2252         (sched-rgn.o): New rule.  * haifa-sched.c (sched_verbose): No
2253         longer static.
2254         (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
2255         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
2256         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
2257         MAX_BLOCKAGE_COST): Move to sched-int.h.
2258         (MAX_RGN_BLOCKS, MAX_RGN_INSNS, INSN_REF_COUNT, FED_BY_SPEC_LOAD,
2259         IS_LOAD_INSN, struct haifa_edge, edge_table, NEXT_IN, NEXT_OUT,
2260         FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,
2261         OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
2262         rgn_bb_table, block_to_bb, containing_rgn, RGN_NR_BLOCKS,
2263         RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,
2264         debug_regions, find_single_block_region, find_rgns, too_large,
2265         init_regions, current_nr_blocks, current_blocks, bitset, bitlst,
2266         bitlst_table_last, bitlst_table_size, bitlst_table, bitset_member,
2267         extract_bitlst, bblst, struct candidate, candidate_table,
2268         bblst_table, bblst_size, bblst_last, IS_VALID, IS_SPECULATIVE,
2269         SRC_PROB, target_bb, split_edges, compute_trg_info,
2270         debug_candidate, debug_candidates, bbset, bbset_size, dom,
2271         IS_RGN_ENTRY, IS_DOMINATED, prob, GET_SRC_PROB, edgeset,
2272         rgn_nr_edges, rgn_edges, edgeset_size, edgeset_bitsize,
2273         EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
2274         compute_dom_prob_ps, ABS_VALUE, INSN_PROBABILITY,
2275         IS_SPECULATIVE_INSN, INSN_BB, MIN_DIFF_PRIORITY, MIN_PROBABILITY,
2276         MIN_PROB_DIFF, check_live_1, update_live_1, check_live,
2277         update_live, set_spec_fed, is_pfree, find_conditional_protection,
2278         is_conditionally_protected, may_trap_exp, haifa_classify_insn,
2279         is_prisky, is_exception_free, add_branch_dependences,
2280         propagate_deps, compute_block_backward_dependences,
2281         debug_dependencies, is_cfg_nonregular, build_control_flow,
2282         new_edge, bb_deps, BITSET_UNION, BITSET_INTER, BITSET_DIFFER,
2283         BITSET_INVERT, BITSET_ADD, BITSET_REMOVE, debug_regions,
2284         UPDATE_LOOP_RELATIONS, INSN_TRAP_CLASS, WORST_CLASS, IS_REACHABLE,
2285         CONST_BASED_ADDRESS_P, free_pending_lists, sched_target_n_insns,
2286         target_n_insns, sched_n_insns, init_ready_list, deaths_in_region,
2287         can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn,
2288         rgn_rank, region_sched_info): Move to sched-rgn.c.
2289         (debug_reg_vector): Delete useless function.
2290         (get_bb_head_tail): Likewise.
2291         (insn_issue_delay, insn_cost, ready_add, get_block_head_tail,
2292         no_real_insns_p, rm_line_notes, save_line_notes,
2293         restore_line_notes, rm_redundant_line_notes, sched_init): No
2294         longer static.
2295         (rm_line_notes, save_line_notes, restore_line_notes,
2296         schedule_block, set_priorities): Change argument to be a real
2297         basic block, not one of haifa's "bb"s.  All callers changed
2298         (rm_other_notes): Initialize note_list here, not in
2299         schedule_region.
2300         (sched_finish): New function, called from schedule_insn.  * *
2301         sched-int.h (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
2302         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
2303         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
2304         MAX_BLOCKAGE_COST): Moved here from haifa-sched.c.
2305         (get_block_head_tail, no_real_insns_p, rm_line_notes,
2306         save_line_notes, restore_line_notes, rm_redundant_line_notes,
2307         rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
2308         sched_init, sched_finish, ready_add, insn_cost): Declare.
2309
2310 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
2311             Bruce Korb  <bkorb@gnu.org>
2312
2313         * Makefile.in: pass $(build_canonical) to mkfixinc.sh.
2314         * fixinc/mkfixinc.sh: accept build system name as an argument.
2315         Use it for choosing the fix build method.  Use the target for
2316         selecting special fix rules.
2317
2318 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
2319
2320         * Makefile.in (OBJS): Add sched-deps.o.
2321         (sched-deps.o): New rule.
2322         * haifa-sched.c (struct deps, struct haifa_insn_data): Moved to
2323         sched-int.h.
2324         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved to
2325         sched-int.h.
2326         (SIZE_FOR_MODE): Delete unused macro.
2327         (reg_known_equiv_p, reg_known_value, reg_pending_clobbers,
2328         reg_pending_sets, reg_pending_sets_all, true_dependency_cache,
2329         anti_dependency_cache, output_dependency_cache,
2330         forward_dependency_cache): Variables moved to sched-deps.c.
2331         (add_dependence, remove_dependence, find_insn_list,
2332         find_insn_mem_list, add_insn_mem_dependence, flush_pending_lists,
2333         sched_analyze_insn, sched_analyze_1, sched_analyze_2,
2334         sched_analyze, group_leader, compute_forward_dependences,
2335         init_deps, free_deps, init_dependency_caches, free_dependency_caches):
2336         Functions moved to sched-deps.c.
2337         (schedule_region): Call init_deps_global and finish_deps_global
2338         instead of directly manipulating dependency data structures.
2339         * sched-deps.c: New file.
2340         (init_deps_global, finish_deps_global): New functions.
2341         * sched-int.h (struct haifa_insn_data, struct deps): Moved here from
2342         haifa-sched.c.
2343         (h_i_d): Declare.
2344         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved here
2345         from haifa-sched.c.
2346
2347         * Makefile.in (OBJS): Add sched-vis.o.
2348         (sched-vis.o): New rule.
2349         * haifa-sched.c (get_unit_last_insn): New function.
2350         (sched_dump, insn_unit, actual_hazard_this_instance): No longer
2351         static.
2352         (schedule_block): Call visualize_alloc and visualize_free.  Delete
2353         spurious return statement.
2354         (init_target_units, insn_print_units, get_visual_tbl_length,
2355         init_block_visualization, print_block_visualization, safe_concat,
2356         visualize_scheduled_inns, visualize_no_unit, visualize_stall_cycles,
2357         print_exp, print_value, print_pattern, print_insn, target_units,
2358         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines, visual_tbl,
2359         n_vis_no_unit, vis_no_unit): Move scheduling visualization
2360         functions/variables...
2361         * sched-vis.c: ...here.  New file.
2362         (visualize_alloc, visualize_free): New functions.
2363         (visualize_scheduled_insns, visualize_stall_cycles,
2364         print_block_visualization): Lose basic block argument.  All callers
2365         changed.
2366         (visualize_scheduled_insns): Use new function get_unit_last_insn.
2367         * sched-int.h (current_sched_info, sched_dump): Declare.
2368         (init_target_units, insn_print_units, init_block_visualization,
2369         print_block_visualization, visualize_scheduled_inns,
2370         visualize_no_unit, visualize_stall_cycles, visualize_alloc,
2371         visualize_free): Declare functions.
2372
2373         * sched-int.h: New file.
2374         * Makefile.in (haifa-sched.o): Depend on it.
2375         * haifa-sched.c: Include it.
2376         (no_real_insns_p): New function.
2377         (current_sched_info): New static variable.
2378         (__inline, HAIFA_INLINE): Moved to sched-int.h.
2379         (get_block_head_tail): Minor cleanup.
2380         (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
2381         rgn_print_insn, rgn_rank): New functions, broken out of
2382         rank_for_schedule, schedule_insn and schedule_block, where they
2383         are now called through function pointers in current_sched_info.
2384         (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
2385         print_insn): To display uid and block number, call the print_insn
2386         function pointer in current_schedule_info.
2387         (region_sched_info): New static variable.
2388         (sched_target_n_insns, sched_n_insns, target_n_insns): New global
2389         variables, moved out of schedule_block.
2390         (schedule_block): Return void.  All callers changed.
2391         Move some of the setup code into schedule_region.  Get head/tail
2392         from current_sched_info, and update it when done.
2393         (schedule_region): Slightly rearranged, some code moved here from
2394         schedule_block.  Call no_real_insns_p to avoid doing work for a
2395         block that consists only of notes and labels.
2396         (schedule_insns): Initialize current_sched_info.
2397
2398 2000-12-03  Neil Booth  <neilb@earthling.net>
2399
2400         * cppmacro.c (funlike_invocation_p): Re-disable macros enabled
2401         by contexts drops AFTER argument pre-expansion, so that they
2402         remain enabled during argument pre-expansion.
2403         (_cpp_pop_context): Unconditionally re-enable a macro when
2404         dropping a context level.
2405
2406 2000-12-03  Manfred Hollstein  <manfredh@redhat.com>
2407
2408         * arm/t-linux (MULTILIB_OPTIONS): Comment.
2409         (MULTILIB_DIRNAMES): Likewise.
2410         (EXTRA_MULTILIB_PARTS): Likewise.
2411         (LIBGCC): Likewise.
2412         (INSTALL_LIBGCC): Likewise.
2413
2414 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2415
2416         * builtins.c (expand_builtin_strcat, expand_builtin_strncat,
2417         expand_builtin_strspn, expand_builtin_strcspn): New functions.
2418         (expand_builtin): Handle BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2419         BUILT_IN_STRSPN and BUILT_IN_STRCSPN.
2420
2421         * builtins.def (BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
2422         BUILT_IN_STRSPN, BUILT_IN_STRCSPN): New entries.
2423
2424         * c-common.c (c_common_nodes_and_builtins): Declare builtin
2425         strcat, strncat, strspn and strcspn.
2426         (string_ftype_string_cstring): Renamed from `string_ftype_ptr_ptr'.
2427
2428         * extend.texi (strcat, strcspn, strncat, strspn): Document new
2429         builtins.
2430
2431 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2432
2433         * builtins.c (expand_builtin_strcmp): Use const*_rtx when
2434         expanding strcmp at compile-time.  Add another transformation.
2435         (expand_builtin_strncmp): Add more transformations.  Call
2436         expand_builtin_memcmp, not expand_builtin_strcmp, under
2437         appropriate conditions if HAVE_cmpstrsi.
2438
2439 2000-12-02  David Edelsohn  <edelsohn@gnu.org>
2440
2441         * rs6000.md (anddi3_internal[23]): Prefer rldic? over andis
2442         instruction.
2443         (cr logic): Really make operands sequential.
2444
2445 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
2446
2447         * c-common.c (combine_strings): When the ISO C standard specifies
2448         the maximum length of a string, it doesn't include the trailing
2449         zero byte.
2450
2451         * cpplib.c (do_ifdef): Add check_eol() call.
2452         (do_ifndef): Likewise.
2453
2454 2000-12-02  Daniel Berlin  <dberlin@redhat.com>
2455             Bruce Korb  <bkorb@gnu.org>
2456
2457         * fixinc/*: global substitute /__MSDOS__/SEPARATE_FIX_PROC/
2458         * fixinc/mkfixinc.sh: prepare to use Makefile.BEOS for *-*-beos*
2459         * fixinc/Makefile.DOS: define SEPARATE_FIX_PROC for build
2460         * fixinc/fixfix.c(wrap_fix): avoid wrapping files that
2461         use the "__need_" hackery.  It breaks them.
2462         * fixinc/fixincl.c(process - SEPARATE_FIX_PROC):
2463         Sometimes on DOS and BeOS the temp output file cannot be opened.
2464         Skip the file noisily.  Ought to be fixed instead.
2465
2466 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2467
2468         From: 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2469
2470         * fixfixes.c (emit_gnu_type, format_write): Prototype.
2471         (format_write, char_macro_use_fix, char_macro_def_fix): Use gcc's
2472         custom uppercase ctype macros.
2473         * fixincl.c (do_version): Make static and add ATTRIBUTE_NORETURN.
2474         Use gcc's custom uppercase ctype macros.
2475         (main): Prototype.
2476         (machine_matches): Add static prototype and constify variable.
2477         (create_file, test_test, egrep_test): Add static prototype.
2478         (quoted_file_exists): Likewise, and constify parameters.
2479         (extract_quoted_files, internal_fix, start_fixer, fix_applies,
2480         write_replacement, test_for_changes): Add static prototype.
2481         (write_replacement, test_for_changes): Delete excess argument to
2482         `create_file'.
2483         * fixtests.c (test): Make static.
2484         * server.c (load_data, sig_handler, server_setup, find_shell): Add
2485         static prototype.
2486         (sig_handler): Mark parameter with ATTRIBUTE_UNUSED.
2487
2488 2000-12-02  Bruce Korb  <bkorb@gnu.org>
2489
2490         * fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
2491         (per Laurynas Biveinis  <lauras@softhome.net>)
2492
2493 2000-12-02  Richard Earnshaw  <rearnsha@arm.com>
2494
2495         * arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
2496         macros.
2497         (REGNO_MODE_OK_FOR_BASE_P): Define in terms of above.
2498         (REGNO_OK_FOR_FOR_BASE_P): Delete.
2499         (ARM_REG_OK_FOR_BASE_P, THUMB_REG_MODE_OK_FOR_BASE_P): New macros for
2500         both strict and non-strict uses.
2501         (REG_MODE_OK_FOR_BASE_P): Define in terms of above.
2502         (ARM_REG_OK_FOR_INDEX_P, THUMB_REG_OK_FOR_INDEX_P): New macros.
2503         (REG_OK_FOR_INDEX_P): Define in terms of above.
2504         (REG_OK_FOR_BASE_P): Delete.
2505         (REG_OK_FOR_PRE_POST_P): Delete.
2506         (ARM_BASE_REGISTER_RTX_P): Renamed from BASE_REGISTER_RTX_P.
2507         (ARM_INDEX_REGISTER_RTX_P): Renamed from INDEX_REGISTER_RTX_P.
2508         (ARM_GO_IF_LEGITIMATE_INDEX): Renamed from GO_IF_LEGITIMATE_INDEX.
2509         (THUMB_LEGITIMATE_OFFSET): Renamed from LEGITIMATE_OFFSET.
2510         (ARM_GO_IF_LEGITIMATE_ADDRESS): Adjust for name changes.  Use ARM
2511         specific variants rather than general ones.  Use ARM_REG_OK_FOR_BASE_P
2512         in pre/post increment cases.
2513         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Similarly for Thumb.
2514         (ARM_LEGITIMIZE_ADDRESS): Similarly.
2515         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Similarly.
2516         * arm.c (legitimate_pic_address): Similarly.
2517
2518 2000-12-02  Neil Booth  <neilb@earthling.net>
2519
2520         * tradcpp.c (struct answer, parse_assertion, parse_answer,
2521         canonicalize_text, find_answer): New.
2522         (do_assert, do_unassert): Provide appropriate function bodies.
2523         (union hashval): New member answers.
2524
2525 2000-11-23  Marek Michalkiewicz  <marekm@linux.org.pl>
2526
2527         * config/avr/avr.md: Document UNSPEC usage.
2528         (*tablejump_rjmp, *tablejump_lib, *tablejump_enh, *tablejump):
2529         Make operand 0 input only, clobber it.  Use UNSPEC, not a bogus
2530         MEM for program memory word reference.  Do not add the label to
2531         the table index in each of the asm output templates, instead ...
2532         (casesi): ... do it in RTL.  Adjust to match the above change.
2533
2534 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2535
2536         * c-common.c (PTRDIFF_TYPE): Provide default here, ...
2537         * c-decl.c: ... not here.
2538
2539         * haifa-sched.c (sched_dump): Renamed from dump.  All users changed.
2540         (old_max_uid): New variable.
2541         (compute_forward_dependences): Renamed from
2542         compute_block_forward_dependences; changed to accept block head and
2543         tail instead of block number.  Caller changed.
2544         (free_deps, init_dependency_caches, free_dependency_caches,
2545         init_regions, sched_init): New functions, split out from
2546         schedule_insns and compute_block_backward_dependences.
2547
2548 2000-12-02  Neil Booth  <neilb@earthling.net>
2549
2550         * cppexp.c (parse_number): Update diagnostic test.
2551
2552 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
2553
2554         * reload1.c (free_for_value_p): New function, frontend to
2555         reload_reg_free_for_value_p.  All callers of the latter now call
2556         this function with an additional mode argument.
2557
2558 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2559
2560         * install.texi (Configurations): Remove obsolete documentation for
2561         hppa*-*-*.
2562
2563 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2564
2565         * install.texi (Installation): Remove obsolete description for
2566         libstdc++ which is now an integral part of GCC.
2567
2568 2000-12-01  Jim Blandy  <jimb@redhat.com>
2569
2570         * dbxout.c (dbxout_parms): Correctly describe parameters passed by
2571         invisible reference in registers, but then spilled to the stack.
2572         Remove code to emit a second stab for such parameters; it attempts
2573         to describe the value's location by introducing a synthetic C++
2574         `reference' type, and then saying the stack slot has that
2575         reference type.  This loses type information (breaking GDB's
2576         `ptype' command, among other things) just to describe a location
2577         which stabs can represent correctly in other ways.
2578
2579 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2580
2581         * final.c (output_addr_const) <PLUS>: Don't assume at least one
2582         operand is a CONST_INT.
2583
2584         * config/sh/sh.c (reg_class_from_letter): Assign `k' to SIBCALL_REGS.
2585         (machine_dependent_reorg): Split all insns.
2586         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Compute
2587         reg_class_contents[SIBCALL_REGS].
2588         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add SIBCALL_REGS.
2589         * config/sh/sh.md (calli_pcrel, call_pcrel, call_valuei_pcrel,
2590         call_value_pcrel, call, call_value, sibcall): Match even when
2591         not optimizing.
2592         (sibcalli_pcrel, sibcall_pcrel): Likewise.  Use constraint `k'
2593         for call address.
2594         (sibcalli): Likewise.
2595
2596 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2597
2598         * c-common.c (warn_format, warn_format_y2k,
2599         warn_format_extra_args, warn_format_nonliteral): Define.
2600         (check_format_info): Check warn_format_nonliteral and
2601         warn_format_extra_args.
2602         (check_format_info_main): Check warn_format_y2k.
2603         (set_Wformat): New function.
2604         * c-common.h (warn_format_y2k, warn_format_extra_args,
2605         warn_format_nonliteral, set_Wformat): Declare.
2606         * c-decl.c (warn_format): Remove definition.
2607         (c_decode_option): Handle -Wformat-nonliteral,
2608         -Wno-format-extra-args and -Wno-format-y2k, and negated versions.
2609         Use set_Wformat.
2610         * invoke.texi: Document these new options and -Wformat=2.
2611         * toplev.c (documented_lang_options): Add these new options.
2612
2613 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2614
2615         * builtins.def (BUILT_IN_IMAXABS): Add.
2616         * builtins.c (expand_builtin): Also abort on BUILT_IN_IMAXABS.
2617         * c-common.c (c_common_nodes_and_builtins): Create builtin
2618         functions __builtin_imaxabs, and plain imaxabs unless
2619         flag_no_nonansi_builtin outside C99 mode.
2620         (expand_tree_builtin): Handle BUILT_IN_IMAXABS.
2621         * extend.texi: Document builtin imaxabs.
2622
2623 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2624
2625         * c-common.c: Include "defaults.h".
2626         (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Define.
2627         (c_common_nodes_and_builtins): Create string_type_node,
2628         const_string_type_node, wint_type_node, intmax_type_node,
2629         uintmax_type_node, default_function_type, ptrdiff_type_node and
2630         unsigned_ptrdiff_type_node.
2631         * c-common.h (identifier_global_value): Declare.
2632         * c-decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
2633         (init_decl_processing): Don't create string_type_node,
2634         const_string_type_node, wint_type_node, intmax_type_node,
2635         uintmax_type_node, default_function_type, ptrdiff_type_node and
2636         unsigned_ptrdiff_type_node.
2637         (identifier_global_value): New function.
2638
2639 2000-12-01  Neil Booth  <neilb@earthling.net>
2640
2641         * cppinit.c (initialize): Forgotten prototype.
2642         * cpplex.c (_cpp_lex_token): Loop until not skipping.
2643         Always clear PREV_WHITE upon meeting a new line.
2644         * cpplib.c (end_directive): Set pfile->skipping after
2645         skip_rest_of_line.
2646         * cpplib.h (cpp_reader): Remove macro_pos.
2647         * cppmacro.c (cpp_get_line): Don't do anything special inside
2648         macros.
2649         (parse_arg): Add PREV_WHITE if a token appears after new lines.
2650         (funlike_invocation_p): Save and restore the output position
2651         over a successful check for a '('.
2652         (enter_macro_context): Delete uses of macro_pos.
2653         (cpp_get_token): Don't use pfile->skipping.
2654
2655 2000-12-01  Phil Edwards  <pme@sources.redhat.com>
2656
2657         * diagnostic.c:  Fix typos in comments.
2658         * diagnostic.h:  Likewise.
2659
2660 2000-11-30  Phil Edwards  <pme@sources.redhat.com>
2661
2662         * rtl.texi (Machine Modes):  Document BImode and OImode.
2663
2664 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2665
2666         * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
2667         .FPP.
2668
2669 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2670
2671         * c-decl.c (grokdeclarator): If pedantic, warn about arrays with
2672         incomplete element type.
2673         (grokparms): Before checking for incomplete parameter type, check
2674         the type isn't error_mark_node.
2675
2676 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
2677
2678         * builtins.c (target_char_cast): New function.
2679         (expand_builtin_strchr): Use it.
2680         (expand_builtin_strrchr): Use it.
2681         (builtin_memset_read_str): New function.
2682         (expand_builtin_memset): Use target_char_cast.
2683         Try to optimize memset with second argument non-zero using
2684         store_by_pieces.
2685
2686 2000-11-30  Marek Michalkiewicz  <marekm@linux.org.pl>
2687
2688         * install.texi (avr): Replace incomplete list of supported MCU
2689         types with a link to the current one ...
2690         * invoke.texi (AVR Options): ... here.  Update -mmcu= to list
2691         all supported MCU types.  Document -minit-stack= default.
2692         Document new options -mno-tablejump, -mtiny-stack.
2693         * md.texi (AVR family):  Fix typo in 'w' constraint letter
2694         description.  Document 'q'.  Update 'O'.
2695
2696 2000-12-01  Bernd Schmidt  <bernds@redhat.co.uk>
2697
2698         * combine.c (cant_combine_insn_p): Only disallow insns involving
2699         hard regs if they are reg-reg moves.
2700         (try_combine, can_combine_p, combinable_i3pat): Delete old
2701         SMALL_REGISTER_CLASSES tests.
2702
2703 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2704
2705         * config/sh/sh.c (shiftcosts): Don't get INTVAL before testing
2706         whether X is a CONST_INT.
2707         (addsubcosts): Likewise.
2708
2709         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Use INTVAL instead of
2710         mis-used XINT.
2711         (ARG_POINTER_REGNUM): Set to AP_REG.
2712
2713 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2714
2715         * config/sh/sh.md (fpu_switch0, fpu_switch1, movpsi, fpu_switch,
2716         splits): Only match on TARGET_SH4.
2717
2718         * combine.c (try_combine): Disregard USEs when updating LOG_LINKS
2719         of subsequent insns.
2720
2721 2000-11-30  Richard Henderson  <rth@redhat.com>
2722
2723         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Disable.
2724         * config/alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
2725
2726 2000-11-30  Richard Henderson  <rth@redhat.com>
2727
2728         * config/alpha/elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.
2729         (DO_SELECT_SECTION): New.
2730         (SELECT_SECTION): Use it.
2731         (UNIQUE_SECTION_P): New.
2732         (UNIQUE_SECTION): New.
2733
2734 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
2735
2736         * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
2737         from va_list before using it.
2738
2739 2000-11-30  Michael Matz  <matzmich@cs.tu-berlin.de>
2740
2741         * flow.c (make_edge): Early out, if no flags to set.
2742         (calculate_global_regs_live): Clear out garbage only when necessary.
2743
2744         * simplify-rtx.c (varray_type used_regs): New.
2745         (clear_table): Use it to only clear necessary items.
2746         (cselib_lookup, cselib_record_set): Remember newly set items.
2747         (cselib_update_varray_sizes, cselib_init): Initialize and grow
2748         used_regs.
2749
2750         * local-alloc.c (update_equiv_regs): New local `cleared_regs'.
2751         Move clearing of dead regs out of insn-loop.
2752
2753 2000-11-30  Richard Henderson  <rth@redhat.com>
2754
2755         * calls.c (expand_call): Emit queued insns before creating
2756         the tail recursion sequence.
2757
2758 2000-11-30  J. David Anglin  <dave.anglin@nrc.ca>
2759             Bruce Korb  <bkorb@gnu.org>
2760
2761         * fixinc/inclhack.def(): prevent dual double definition protection
2762         * fixinc/fixincl.x: regenerate
2763
2764 2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
2765
2766         * fixinc/Makefile.in (fixincl.x): Explicitly state the
2767         location of the generated file.
2768
2769 2000-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2770
2771         * README.FRESCO: Remove obsolete file.
2772
2773 2000-11-30  Mark Kettenis  <kettenis@gnu.org>
2774
2775         * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
2776         TARGET_LIBGCC2_CFLAGS): Remove.  We now use the settings from
2777         config/t-linux for the Hurd.
2778
2779 2000-11-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2780
2781         * config/mn10200/udivmod.c, config/mn10200/divmod.c,
2782         config/mn10200/udivmodsi4.c: Moved from here.
2783         * config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
2784         * config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
2785         C division functions.
2786         * config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.
2787
2788 Thu Nov 30 01:12:52 2000  Jeffrey A Law  (law@cygnus.com)
2789
2790         * pa.md (conditional moves): Avoid holes in operand list.
2791         (mod, umod patterns): Similarly.
2792         (variable extract/shift patterns): Similarly.
2793
2794 2000-11-30  Neil Booth  <neilb@earthling.net>
2795
2796         * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
2797         maybe_objc_check_decl, build_objc_string_object,
2798         objc_declare_alias, objc_declare_class, build_message_expr,
2799         build_protocol_expr, build_selector_expr, build_encode_expr,
2800         get_class_ivars, start_class, start_protocol): Remove
2801         redundant code, assuming doing_objc_thang is true.
2802
2803 2000-11-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2804
2805         * pa.c (restore_unscaled_index_insn_codes): Delete procedure.
2806         (record_unscaled_index_insn_codes): Likewise.
2807         (unscaled_index_insn_codes): Delete.
2808         (max_unscaled_index_insn_codes_uid): Delete.
2809         (output_function_prologue, output_function_epilogue, pa_reorg):
2810         Don't use the unscaled index insn hack.
2811
2812         * pa.md: Remove hack from all index insns to reverse the operand
2813         order of frame and stack pointer references incorrectly created
2814         in the reload pass.
2815
2816         * function.h (emit_status): Delete member regno_pointer_flag and
2817         rename regno_pointer_flag_length to regno_pointer_align_length.
2818         Delete define for REGNO_POINTER_FLAG.
2819         * integrate.h (inline_remap): Delete member regno_pointer_flag.
2820         Add member x_regno_reg_rtx.
2821         * rtl.h (rtx_def): Use frame_related bit to indicate register is
2822         a pointer in REG expressions.  Define REG_POINTER macro.
2823         * alias.c (find_base_value, find_base_term): Use REG_POINTER
2824         instead of REGNO_POINTER_FLAG.
2825         * combine.c (nonzero_bits, num_sign_bit_copies): Likewise.
2826         * emit-rtl.c (gen_reg_rtx): Use regno_pointer_align_length instead
2827         of regno_pointer_flag_length.  Remove code which refers to
2828         regno_pointer_flag.
2829         (mark_reg_pointer): Use REG_POINTER.
2830         (free_emit_status): Remove code which refers to regno_pointer_flag.
2831         (init_emit, mark_emit_status): Likewise.
2832         * flow.c (dump_flow_info): Likewise.
2833         * function.c (preserve_temp_slots): Likewise.
2834         * integrate.c (expand_inline_function, copy_rtx_and_substitute):
2835         Use x_regno_reg_rtx instead of regno_pointer_flag for function
2836         pointer determination in map.
2837         * loop.c (strength_reduce, maybe_eliminate_biv_1): Use REG_POINTER.
2838         * predict.c (estimate_probability): Likewise.
2839         * regclass.c (record_address_regs, reg_scan_mark_refs): Likewise.
2840         * unroll.c (unroll_loop): Use x_regno_reg_rtx instead of
2841         regno_pointer_flag for function pointer determination in map.
2842         * convex.h (RTX_COSTS): Don't test regno_pointer_flag and use
2843         REG_POINTER.
2844         * pa.c (hppa_legitimize_address, emit_move_sequence, basereg_operand):
2845         Use REG_POINTER.
2846         (restore_unscaled_index_insn_codes): Revise comment.
2847
2848         * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.
2849
2850 2000-11-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2851
2852         * extend.texi: Update documentation for attributes.
2853
2854 2000-11-29  David O'Brien  <obrien@FreeBSD.org>
2855
2856         * config/alpha/elf.h (IDENT_ASM_OP): Protect the #define.
2857         (ASM_DECLARE_OBJECT_NAME): Same.
2858         (ASM_FILE_END): Same.
2859         (ASM_FINISH_DECLARE_OBJECT): Same.
2860         (ASM_IDENTIFY_GCC): Same.
2861         (ASM_IDENTIFY_LANGUAGE): Same.
2862         (ASM_OUTPUT_CONSTRUCTOR): Same.
2863         (ASM_OUTPUT_DEF): Same.
2864         (ASM_OUTPUT_DESTRUCTOR): Same.
2865         (ASM_OUTPUT_EXTERNAL_LIBCALL): Same.
2866         (ASM_OUTPUT_SECTION_NAME): Same.
2867         (ASM_WEAKEN_LABEL): Same.
2868         (BSS_SECTION_ASM_OP): Same.
2869         (COMMON_ASM_OP): Same.
2870         (CONST_SECTION_ASM_OP): Same.
2871         (CONST_SECTION_FUNCTION): Same.
2872         (CTORS_SECTION_ASM_OP): Same.
2873         (DTORS_SECTION_ASM_OP): Same.
2874         (ESCAPES): Same.
2875         (FINI_SECTION_ASM_OP): Same.
2876         (IDENT_ASM_OP): Same.
2877         (IDENT_ASM_OP): Same.
2878         (INIT_SECTION_ASM_OP): Same.
2879         (INT_ASM_OP): Same.
2880         (MAX_OFILE_ALIGNMENT): Same.
2881         (SBSS_SECTION_ASM_OP): Same.
2882         (SDATA_SECTION_ASM_OP): Same.
2883         (SECTION_FUNCTION_TEMPLATE): Same.
2884         (SELECT_SECTION): Same.
2885         (SE_CONST_SECTION): Same.
2886         (SIZE_ASM_OP): Same.
2887         (SKIP_ASM_OP): Same.
2888         (STRING_ASM_OP): Same.
2889         (STRING_LIMIT): Same.
2890         (TYPE_ASM_OP): Same.
2891         (TYPE_OPERAND_FMT): Same.
2892
2893 2000-11-29  Neil Booth  <neilb@earthling.net>
2894
2895         * c-decl.c (c_decode_option): Don't handle -lang-objc.
2896         * objc/lang-options.h: Remove -lang-objc.
2897         * objc/lang-specs.h: Don't pass -lang-objc to cc1obj.
2898         * objc/objc-act.c (lang_init_options): Set c_language.
2899
2900 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2901
2902         * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
2903         tests.
2904
2905 2000-11-29  Neil Booth  <neilb@earthling.net>
2906
2907         * c-pragma.c (init_pragma): Update for parse_in type change.
2908
2909 2000-11-29  Laurynas Biveinis  <lauras@softhome.net>
2910
2911         * configure.in: recognize DOS-style absolute paths.
2912
2913 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
2914
2915         * expr.h (store_by_pieces): Add prototype.
2916         (can_store_by_pieces): Likewise.
2917         * expr.c (struct store_by_pieces): Renamed from clear_by_pieces.
2918         (can_store_by_pieces): New.
2919         (store_by_pieces): New.
2920         (clear_by_pieces): New.
2921         (clear_by_pieces_1): New.
2922         (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
2923         arbitrary compiler generated constants into memory block.
2924         (store_by_pieces_2): Renamed from clear_by_pieces_1, likewise.
2925         * builtins.c (c_readstr): New.
2926         (builtin_memcpy_read_str): New.
2927         (expand_builtin_memcpy): If src is string constant and
2928         emit_block_move would move it by pieces, compute integer constants
2929         from the string and store it into memory block instead.
2930         (builtin_strncpy_read_str): New.
2931         (expand_builtin_strncpy): If N is not constant zero and c_strlen does
2932         not return INTEGER_CST, don't optimize.
2933         If N is larger than strlen(src) + 1, try to copy the string
2934         including padding with store_by_pieces.
2935         (expand_builtin_strcmp): If both arguments have side effects, don't
2936         optimize.
2937         (expand_builtin_fputs): If STR has side effects, don't optimize.
2938
2939 2000-11-29  Richard Earnshaw  <rearnsha@arm.com>
2940
2941         * arm.md (sibcall, sibcall_value, sibcall_insn, sibcall_value_insn):
2942         Add use of link register.
2943
2944 2000-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2945
2946         * extend.texi: Update documentation for default format attributes.
2947
2948 Tue Nov 28 21:56:45 2000  Jeffrey A Law  (law@cygnus.com)
2949
2950         * pa/pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
2951         a list, to keep track of the sections.
2952
2953 2000-11-28  Nick Clifton  <nickc@redhat.com>
2954
2955         * config/arm/arm.md (pic_load_addr): Split into
2956         pic_load_addr_arm and pic_load_addr_thumb.
2957
2958         * config/arm/arm.c (legitimize_pic_address): Generate either
2959         ARM or Thumb versions of pic_load_addr.
2960         (arm_finalize_pic): Generate either ARM or Thumb versions of
2961         pic_load_addr.
2962
2963 2000-11-28  Richard Henderson  <rth@redhat.com>
2964
2965         * calls.c (expand_call): Defer const/pure NO_DEFER_POP until
2966         after sibcall do_pending_stack_adjust.
2967
2968 Wed Nov 29 00:08:23 2000  J"orn Rennecke <amylaar@redhat.com>
2969
2970         * jump.c (delete_insn): Check that REG_LABEL note actually contains
2971         a CODE_LABEL.
2972
2973 2000-11-28  Neil Booth  <neilb@earthling.net>
2974
2975         * c-common.h: Remove flag_digraphs.
2976         * c-decl.c: Remove flag_digraphs.
2977         (c_decode_option): Don't set it.
2978         * c-lex.c (init_c_lex): Don't do anything for digraphs.
2979
2980 2000-11-28  Richard Henderson  <rth@redhat.com>
2981
2982         * c-parse.in (finish_parse): Update for parse_in type change.
2983         (_yylex): Likewise.
2984
2985 2000-11-28  Neil Booth  <neilb@earthling.net>
2986
2987         * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
2988         indicating whether to scan all buffers on the stack or
2989         just one.
2990         * cppinit.c (do_includes): Update.
2991         * cppmain.c (main): Update.
2992         * cpplib.h: Update prototype.
2993
2994 2000-11-28  Richard Henderson  <rth@redhat.com>
2995
2996         * genoutput.c (validate_insn_operands): New.
2997         (gen_insn): Call it.
2998
2999         * config/alpha/alpha.md (divmodsi_internal): Renumber operands.
3000         (divmoddi_internal): Likewise.
3001         * config/arm/arm.md (andsi3_compare0_scratch): Likewise.
3002         * config/i960/i960.md (branch patterns): Likewise.
3003         * config/ia64/ia64.md (tbit_and_0): Likewise.
3004         (tbit_and_1, tbit_or_0, tbit_or_1): Likewise.
3005         * config/m68k/m68k.md (zero_extract memory patterns): Likewise.
3006         * config/mips/mips.md (divmodsi4_internal): Likewise.
3007         (divmoddi4_internal): Likewise.
3008         * config/rs6000/rs6000.md (call patterns): Likewise.
3009         * config/sh/sh.md (movsi_y): Likewise.
3010         * config/sparc/sparc.md: Comment out if 0 v8p shift pattern.
3011
3012 2000-11-28  Richard Henderson  <rth@redhat.com>
3013
3014         * config.gcc: Kill residual pyramid support.
3015
3016 2000-11-28  Neil Booth  <neilb@earthling.net>
3017
3018         * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
3019         * c-decl.c (c_decode_option): Update to match.
3020         * c-lex.c (init_c_lex, yyparse): Update to match.
3021         * c-lang.c (lang_init_options): Use cpp_create_reader.
3022         * cppinit.c (cpp_init): Rename initialize.
3023         (cpp_reader_init): Rename cpp_create_reader.  Create the
3024         reader.  Initialize cpplib if appropriate.
3025         * cpplib.h (cpp_create_reader) New prototype.
3026         (cpp_init, cpp_reader_init): Delete prototypes.
3027         * cppmain.c (general_init, setup_callbacks): New functions.
3028         (main): Use them.
3029         * fix-header.c (scan_in): Change type to cpp_reader *.
3030         (read_scan_file): Update for new cpplib interface and scan_in type.
3031
3032         * cp/decl.c (parse_in): Change to cpp_reader *.
3033         (lang_decode_option): Update.
3034         * cp/lex.c (lang_init_options): Use new cpplib interface.
3035         (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.
3036         * cp/spew.c (read_token): Update.
3037         * objc/objc-act.c (lang_init_options): Update new cpplib interface.
3038
3039 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3040
3041         * loop.c (load_mems): Avoid using next_label to find end_label. If
3042         jumping outside of the loop (other than loop end), don't hoist MEMs
3043         out of loop.
3044
3045 2000-11-28  Jan Hubicka  <jh@suse.cz>
3046
3047         * calls.c (expand_call): Don't disable tail recursion based
3048         on the loop nest.
3049
3050 2000-11-28  Neil Booth  <neilb@earthling.net>
3051
3052         * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
3053         (struct directive): Drop 4th argument from handlers.
3054         (do_define, do_line, do_include, do_undef, do_else, do_elif,
3055         do_endif): Similarly.
3056         (do_assert, do_unassert, do_ifdef, do_ifndef): New handlers.
3057         (do_ifxdef): Update as common handler of do_ifdef and do_ifndef.
3058         (make_definition, make_undef): Take a const char*.
3059         (make_assertion): New function.
3060         (struct directive_table): Update.
3061         (main): Handle -A command line argument.
3062         (handle_directive): Drop fourth handler argument.
3063
3064 2000-11-28  Bernd Schmidt  <bernds@redhat.co.uk>
3065
3066         * simplify-rtx.c (cselib_record_sets): Ignore sets whose destination
3067         is anything but REG or MEM, but look inside STRICT_LOW_PART.
3068
3069 Tue Nov 28 09:53:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3070
3071         * system.h (IS_DIR_SEPARATOR): Use uppercase macro name.
3072         (IS_ABSOLUTE_PATHNAME): New macro.
3073         * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
3074
3075 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3076
3077         * config/i386/i386.md (truncxfsf2_2): Fix predicate.
3078
3079 2000-11-27  Jim Wilson  <wilson@redhat.com>
3080
3081         * reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
3082
3083 2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
3084
3085         * extend.texi (Nested Functions): Update URL of Usenix paper.
3086
3087 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
3088
3089         * function.c (free_after_compilation): Clear x_clobber_return_insn.
3090
3091 2000-11-27  Neil Booth  <neilb@earthling.net>
3092
3093         * cppinit.c (cpp_reader_init): Remove handling of warn_paste
3094         command line options.
3095         (cpp_handle_option): Similarly.
3096         * cpplib.h (struct cpp_options): Remove warn_paste.
3097         * cppmacro.c (paste_tokens): Apart from assembler, make
3098         unpasteable token warning mandatory.
3099
3100 2000-11-27  Neil Booth  <neilb@earthling.net>
3101
3102         * tradcpp.c (enum pending_dir_t, struct pending_dir): New.
3103         (main): Allocate a pending directive set of these.  Use it.
3104         Merge handling of -D and -U.  Update handling of pending
3105         directives.  Free the memory after use.
3106
3107 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
3108
3109         * flow.c (entry_exit_blocks): Add entry for cond_local_set.
3110         (struct propagate_block_info): Add new member cond_local_set.
3111         (propagate_block): Accept new arg cond_local_set.  All callers
3112         changed.
3113         (init_propagate_block_info): Likewise.
3114         (calculate_global_regs_live): Allocate & free cond_local_set.  Always
3115         rescan if there's overlap between cond_local_set and new_live_at_end.
3116         (mark_set_1): Set bits either in cond_local_set or local_set, as
3117         appropriate.
3118         * basic-block.h (struct basic_block_def): New field cond_local_set.
3119         (propagate_block, init_propagate_block_info): Update prototypes.
3120
3121 Mon Nov 27 17:29:44 2000  kaz Kojima <kkojima@rr.iij4u.or.jp>
3122
3123         * gcc/config/sh/sh.md (udivsi3_i4, udivsi3_i4_single): Clobber
3124         T register.
3125
3126 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
3127
3128         * arm.c (select_dominance_cc_mode): Handle new way that combine
3129         canonicalizes conditional compares.
3130         (arm_select_cc_mode): Likewise.
3131         * arm.md: Garbage collect some dead code.
3132         (cmp_and, cmp_ior): New patterns.
3133         (splitter for conditional move with inverted false): Use cond_exec
3134         and handle unordered comparisons.
3135
3136 Mon Nov 27 17:22:56 MET 2000  Jan Hubicka  <jh@suse.cz>
3137
3138         * i386.c (ix86_force_to_memory, ix86_free_from_memory): New.
3139         * i386-protos.h (ix86_force_to_memory, ix86_free_from_memory): Declare
3140         * i386.md (float?i?f, int/fp operations): Rewrite spliters to use
3141         ix86_force_to_memory and ix86_free_from_memory.
3142
3143 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
3144
3145         * arm.md (arm_adddi3, adddi_sesidi_di, adddi_zesidi_di, arm_addsi3,
3146         arm_subsi3_insn, anddi_zesidi_di, arm_andsi3_insn, anddi_notdi_di,
3147         anddi_notzesidi_di, anddi_notsesidi_di, arm_iorsi3,
3148         one_cmpldi2): Merge with splitters to create define_insn_and_split
3149         patterns.  Remove redundant splits.
3150         (peephole2 for add:SI of invalid immediate): New.
3151         (peephole2 for minus:SI of invalid immediate): New.
3152         (peephole2 for ior:SI of invalid immediate): New.
3153         (peephole for merge of move and compare): Convert ot peephole2.
3154         (addsf3, adddf3): Mark as commutative.
3155
3156         * arm.md (thumb peephole for merging stack adjustments): Convert to
3157         peephole2.
3158
3159 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
3160
3161         * haifa-sched.c (print_pattern): Prettier output for COND_EXEC.
3162
3163         * reload1.c (reload_cse_simplify_set): Pass down mode to cselib_lookup.
3164         (reload_cse_simplify_operands): Do nothing about operands where both
3165         the operand and the match_operand fail to give us a mode.
3166         * simplify-rtx.c (wrap_constant): New function.
3167         (entry_and_rtx_equal_p): Except integer constants to come wrapped in a
3168         CONST describing the proper mode.
3169         (rtx_equal_for_cselib_p): Pass down modes to recursive calls of
3170         cselib_lookup.
3171         (cselib_lookup_mem): Call wrap_constant on the rtx that is passed to
3172         htab_find_slot_with_hash.
3173         (cselib_lookup): Likewise.
3174
3175         Based on a patch from Geoff Keating <geoffk@redhat.com>:
3176         * loop.c (basic_induction_var): If a REG is set from something
3177         that is not a biv, then the REG is not a biv.  Even if it is
3178         earlier set from something that is a biv.
3179
3180 2000-11-27  Alexandre Oliva  <aoliva@redhat.com>
3181
3182         * configure.in (extra_objs): Enclose extra_headers in quotes.
3183         * configure: Rebuilt.
3184
3185 2000-11-27  Neil Booth  <neilb@earthling.net>
3186
3187         * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
3188         Combine into the new function cb_change_file.
3189         (init_c_lex): Update.
3190         * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
3191         (cpp_syshdr_flags): Delete.
3192         * cpphash.h (_cpp_do_file_change): New prototype.
3193         Move struct cpp_buffer here from...
3194         * cpplib.h (struct cpp_buffer): ... here.
3195         (enum cpp_fc_reason, struct cpp_file_loc,
3196         struct_cpp_file_change, change_file): New.
3197         (enter_file, leave_file, rename_file, cpp_syshdr_flags): Delete.
3198         * cpplib.c (do_line): Update for new cb_change_file callback.
3199         (_cpp_do_file_change): New function.
3200         (_cpp_pop_buffer): Update to use it.
3201         * cppmain.c (move_printer): Delete.
3202         (main): Set up single callback cb_change_file.
3203         (cb_enter_file, cb_leave_file, cb_rename_file): Delete.
3204         (cb_change_file): New.
3205         * fix-header.c (cur_file, cb_change_file): New.
3206         (recognized_function, read_scan_file): Update.
3207         * scan-decls.c (scan_decls): Update.
3208         * scan.h (recognized_function): Update prototype.
3209
3210 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
3211
3212         * tree.h (mark_tree_hashtable): New function.
3213         * tree.c (mark_tree_hashtable_entry): New function.
3214         (mark_tree_hashtable): Likewise.
3215
3216 2000-11-27  Michael Meissner  <meissner@redhat.com>
3217
3218         * d30v-protos.h (srelational_si_operator): Correctly spell
3219         function.
3220         (urelational_si_operator): Ditto.
3221         (relational_si_operator): Ditto.
3222         (d30v_expand_prologue): Add prototype.
3223         (d30v_expand_epilogue): Ditto.
3224
3225         * d30v.h (OPTIMIZATION_OPTIONS): Undo November 22nd change.
3226
3227         * d30v.md (movcccc_*): Delete now unused patterns.
3228         (64 bit comparison splitters): Rewrite to use COND_EXEC instead of
3229         IF_THEN_ELSE.
3230         (define_cond_exec): Use 'b' to select branch flags.
3231
3232 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3233
3234         * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New
3235         functions.
3236         (expand_builtin): Handle BUILT_IN_STRNCPY and BUILT_IN_STRNCMP.
3237
3238         * builtins.def (BUILT_IN_STRNCPY, BUILT_IN_STRNCMP): New entries.
3239
3240         * c-common.c (c_common_nodes_and_builtins): Declare builtin
3241         strncpy and strncmp.
3242
3243         * extend.texi (strncmp, strncpy): Document new builtins.
3244
3245 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
3246
3247         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
3248         a list, to keep track of the sections.
3249         * tm.texi (ASM_OUTPUT_SECTION_NAME): Document the fact that the
3250         parameter provided will always be a canonical string.
3251
3252 2000-11-26  Neil Booth  <neilb@earthling.net>
3253
3254         * cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
3255         current buffer.
3256
3257 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
3258
3259         * makefile.vms: Remove EGCS references.
3260
3261 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
3262
3263         * dwarf2out.c (output_file_names): New function.  Compute minimal
3264         combination of directory and file name table and emit them.
3265         (output_line_info): Remove code to emit directory and file name
3266         table and call output_file_names instead.
3267         (file_info_cmp): Helper function to sort directory names.
3268
3269 2000-11-26  Neil Booth  <neilb@earthling.net>
3270
3271         * cpplib.h (struct cpp_reader): Remove lang_asm.
3272         (struct cpp_options): Remove c89. New members lang,
3273         extended_numbers.
3274         * cppexp.c (parse_number): Use them.
3275         * cpphash.h (VALID_SIGN): Use them.
3276         * cppinit.c (set_lang, cpp_start_read): Update.
3277         * cpplex.c (parse_string, _cpp_lex_token): Update.
3278         * cpplib.c (_cpp_handle_directive): Update.
3279         * cppmacro.c (parse_args): Update.
3280         * cppmain.c (scan_buffer): Update.
3281
3282 Sun Nov 26 10:02:37 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3283
3284         * fold-const.c (fold, case CONVERT_EXPR): Always return tree of
3285         proper type.
3286
3287 2000-11-26  Neil Booth  <neilb@earthling.net>
3288
3289         * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
3290         * c-decl.c: Remove parse_in declaration.
3291         * c-lang.c: Similarly.
3292         * c-lex.c: Similarly.
3293         * c-parse.in: Similarly.
3294         * c-pragma.c: Similarly.
3295         * configure.in: Similarly.
3296         * cp/Make-lang.in: Similarly.
3297         * cp/spew.c: Similarly.
3298         * cp/decl2.c: Remove check for lang-c++ option.
3299         * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line.
3300         * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++.
3301         * c-lex.h: Add declaration of parse_in.
3302         * cppinit.c: Call set_lang after allocating pfile->pending.
3303         * configure: Regenerate.
3304
3305 2000-11-25  Zack Weinberg  <zack@wolery.stanford.edu>
3306
3307         * combine.c (try_combine): Remove redundant test.
3308
3309 2000-11-25  Richard Henderson  <rth@redhat.com>
3310
3311         * c-common.h (DECL_C_HARD_REGISTER): New.
3312         * c-decl.c (finish_decl): Set it for asm register variables.
3313         * c-semantics.c (emit_local_var): Test it when instantiating one.
3314
3315 2000-11-25  Richard Henderson  <rth@redhat.com>
3316
3317         * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than
3318         lineno for the start of the function.
3319
3320 2000-11-25  Richard Henderson  <rth@redhat.com>
3321
3322         * dwarf2out.c (file_table, file_table_allocated): Remove.
3323         (file_table_allocated): Remove.
3324         (struct file_table): New.
3325         (decl_file_table, line_file_table): New.
3326         (print_dwarf_line_table): Use them.
3327         (size_of_line_prolog): Likewise.
3328         (output_line_info): Likewise.
3329         (add_src_coords_attributes): Likewise.
3330         (gen_subprogram_die): Likewise.
3331         (gen_variable_die): Likewise.
3332         (dwarf2out_add_library_unit_info): Likewise.
3333         (dwarf2out_line): Likewise.
3334         (lookup_filename): Take a struct file_table argument.
3335         (init_file_table): New.
3336         (dwarf2out_init): Use it.
3337
3338 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3339
3340         * invoke.texi: Update sequence points references.
3341
3342 2000-11-25  Neil Booth  <neilb@earthling.net>
3343
3344         * c-common.c: Remove USE_CPPLIB conditional inclusions.
3345         * c-common.h: Similarly.
3346         * c-decl.c: Similarly.
3347         * c-lang.c: Similarly.
3348         * c-lex.c: Similarly.
3349         * c-parse.in: Similarly.
3350         * c-pragma.c: Similarly.
3351         * c-pragma.h: Similarly.
3352         * gcc.c: Similarly.
3353         * toplev.c: Similarly.
3354         * cp/cp-tree.h: Similarly.
3355         * cp/decl2.c: Similarly.
3356         * cp/lang-specs.h: Similarly.
3357         * cp/lex.c: Similarly.
3358         * cp/lex.h: Similarly.
3359         * cp/spew.c: Similarly.
3360         * java/lang-options.h: Similarly.
3361         * objc/lang-specs.h: Similarly.
3362         * objc/objc-act.c: Similarly.
3363
3364         * configure.in: Remove configure option.
3365         * config.in: Regenerate.
3366         * configure: Regenerate.
3367
3368 2000-11-25  Richard Henderson  <rth@redhat.com>
3369
3370         * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):
3371         Revert 2000-11-22 change.
3372
3373 2000-11-25  Bernd Schmidt  <bernds@redhat.co.uk>
3374
3375         * config/i386/i386.h (FIXED_REGS): Make the three flags registers
3376         fixed.
3377
3378 2000-11-25  Philipp Thomas  <pthomas@suse.de>
3379         * configure.in (ALL_LINGUAS): Remove en_GB and add sv.
3380         * configure: Rebuilt.
3381
3382 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3383
3384         * config/sparc/sparc.md (muldi3_v8plus): Remove H constraint.
3385         Handle CONST_INT as second argument.
3386         * config/sparc/sparc.c (set_extends): Remove first argument.
3387         Properly handle AND, CONST_INT and CONST_DOUBLE, handle IOR, XOR and
3388         MOV.
3389         (sparc_check_64): Abort if first argument is not REG.
3390         If it is DImode REG, look at the lower register of the register
3391         pair.
3392
3393         * config/sparc/sparc.c (load_pic_register, restore_regs,
3394         output_return, sparc_v8plus_shift, sparc_function_profiler,
3395         sparc_function_block_profiler, sparc_block_profiler): Fix output
3396         formatting.
3397
3398 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3399
3400         * config/sh/sh.h (TARGET_NONE): New.
3401         (TARGET_SWITCHES): For all variant-selecting switch, use
3402         TARGET_NONE to reset all other variant-selecting switch.  Added
3403         empty strings to avoid warnings.
3404         (TARGET_DEFAULT): Set to SH1_BIT.
3405
3406         * Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
3407         insn-codes.h.
3408
3409         * gcc/config/sh/sh.md (sibcalli, sibcalli_pcrel): New insns.
3410         (sibcall_pcrel): New insn_and_split.
3411         (sibcall, sibcall_value, sibcall_epilogue): New expands.
3412
3413         * config/sh/sh.md (GOTaddr2picreg, symGOT2reg, symGOTOFF2reg,
3414         symPLT_label2reg, call, call_value): Don't set
3415         current_function_uses_pic_offset_table.
3416         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't mark
3417         PIC_OFFSET_TABLE_REGNUM as call_used, so that calc_live_regs
3418         takes it into account.
3419         (FINALIZE_PIC): Delete, useless.
3420         (LEGITIMATE_CONSTANT_P): Delete, unused.
3421         * config/sh/sh.c (sh_expand_prologue): Don't use
3422         current_function_uses_pic_offset_table.  Don't special-case
3423         PIC_OFFSET_TABLE_REGNUM.  Initialize it if it's ever live and
3424         PIC is enabled.
3425         (sh_expand_epilogue, initial_elimination_offset): Don't
3426         special case PIC_OFFSET_TABLE_REGNUM.
3427
3428 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>, NIIBE Yutaka  <gniibe@m17n.org>
3429
3430         * config/sh/sh-protos.h (symbol_ref_operand): Declare.
3431         * config/sh/sh.md (UNSPEC_CALLER): New constant.
3432         (calli_pcrel, call_valuei_pcrel): Use PIC_REG.
3433         (call_pcrel, call_value_pcrel): New insn_and_splits.
3434         (call, call_value): Use them.
3435         (call_site): New expand.
3436         (sym_label2reg, symPLT_label2reg): Adjust to hold call_sites.
3437         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA) [UNSPEC_CALLER]:
3438         Output call_site label.
3439         (PREDICATE_CODES): Added symbol_ref_operand.
3440         * config/sh/sh.c (symbol_ref_operand): Define.
3441         * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
3442         to CALL_INSNs in the split sequence.
3443
3444 2000-11-24  Nick Clifton  <nickc@redhat.com>
3445
3446         * config.gcc (v850-*-*): Define c_target_objs and
3447         cxx_target_objs.
3448
3449         * config/v850/t-v850: Define how to build v850-c.o
3450
3451         * config/v850/v850.h (struct data_area_stack_element): Move
3452         definition here from v850.c.
3453
3454         * config/v850v850.c: Include gcc.h to avoid compile time
3455         warning.
3456         (push_data_area): Move to v850-c.c.
3457         (pop_data_area): Move to v850-c.c.
3458         (mark_current_function_as_interrupt): Move to v850-c.c.
3459         (GHS_default_section_names): Allow to be exported.
3460         (GHS_current_section_names): Allow to be exported.
3461         (data_area_stack_elements): Allow to be exported.
3462         (ghs_pragma_section): Move to v850-c.c.
3463         (ghs_pragma_interrupt): Move to v850-c.c.
3464         (ghs_pragma_starttda): Move to v850-c.c.
3465         (ghs_pragma_startsda): Move to v850-c.c.
3466         (ghs_pragma_startzda): Move to v850-c.c.
3467         (ghs_pragma_endtda): Move to v850-c.c.
3468         (ghs_pragma_endsda): Move to v850-c.c.
3469         (ghs_pragma_endzda): Move to v850-c.c.
3470
3471         * config/v850/v850-c.c: New file: Contains v850 specific
3472         pragma parsing functions.
3473
3474 2000-11-24  Nick Clifton  <nickc@redhat.com>
3475
3476         * config.gcc (extra_objs): Remove duplicate description.
3477         (c_target_objs): New variable.  Contains target specific
3478         object files for the gcc C compiler only.
3479         (cxx_target_objs): New variable.  Contains target specific
3480         object files for the gxx C++ compiler only.
3481
3482         * configure.in (c_target_objs): Substitute in the makefile.
3483         (cxx_target_objs): Substitute in the makefile.
3484         * configure: Regenerate.
3485
3486         * Makefile.in (C_TARGET_OBJS): Define and initialise from
3487         c_target_objs.
3488         (CXX_TARGET_OBJS): Define and initialise from
3489         cxx_target_objs.
3490         (C_AND_OBJC_OBJS): Include C_TARGET_OBJS.
3491
3492         * cp/Make-lang.in (CXX_C_OBJS): Include CXX_TARGET_OBJS).
3493
3494         * tm.texi (REGISTER_TARGET_PRAGMAS): Add paragraph explaining
3495         about how the use of the 'c_lex' function requires the use of
3496         the target specific, language specific object files feature of
3497         the configuration mechanism.
3498
3499 Fri Nov 24 18:50:58 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3500
3501         * gcc.c (process_command): Use F_OK, not R_OK.
3502
3503 2000-11-24  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>
3504
3505         * flow.c (print_rtl_and_abort): Remove ANSIism.
3506
3507 Fri Nov 24 19:54:36 2000  Alexandre Oliva  <aoliva@redhat.com>
3508
3509         * config/sh/sh.h (GENERAL_REGISTER_P,
3510         GENERAL_OR_AP_REGISTER_P, FP_REGISTER_P, XD_REGISTER_P,
3511         FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros.  Use them
3512         all over.
3513         (SPECIAL_REG): Renamed to SPECIAL_REGISTER_P.
3514         * config/sh/sh.c: Use new macros.
3515         * config/sh/sh.md: Likewise.
3516
3517 Fri Nov 24 19:46:16 2000  Alexandre Oliva  <aoliva@redhat.com>
3518
3519         * config/sh/sh.md: Clobber MACH_REG and MACL_REG in SImode,
3520         instead of just MACH_REG in DImode.  Always refer to FPSCR_REG
3521         in PSImode.
3522
3523 Fri Nov 24 22:37:41 2000  Denis Chertykov  <denisc@overta.ru>
3524
3525         * config/avr/avr.c (out_tsthi,out_tstsi): Test simplification bug
3526         fixed.
3527         (machine_dependent_reorg): Wrong optimization based on
3528         NOTICE_UPDATE_CC removed.
3529
3530 Fri Nov 24 19:48:09 2000  J"orn Rennecke <amylaar@redhat.com>
3531
3532         * jump.c (delete_computation): Re-instate deletion of feeding insn.
3533         (delete_insn): Look for REG_LABEL notes.
3534         (redirect_tablejump): Delete feeding insns.
3535
3536 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3537
3538         * config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
3539         call_value_pop_1): Make sure operand numbers are contiguous.
3540
3541         * fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
3542
3543         * reload1.c (conflicts_with_override): New function.
3544         (emit_input_reload_insns): Use it to tighten test for validity
3545         of substituting into output of previous insn.
3546
3547         * haifa-sched.c (struct ready_list): New.
3548         (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
3549         functions.
3550         (schedule_insn): Replace args READY and N_READY with a pointer to a
3551         ready_list; return void.  Use the new functions to access the ready
3552         list.  All callers changed.
3553         (queue_to_ready, debug_ready_list): Likewise.
3554         (schedule_block): Initialize a ready_list structure.  Use new
3555         functions to access it.
3556         (max_priority): Remove unused variable.
3557         (schedule_insn): Don't set it.
3558
3559         * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs.
3560
3561         * combine.c (cant_combine_insn_p): New function.
3562         (try_combine): Use it.
3563
3564         * Makefile.in (c-common.o): Depend on $(OBSTACK_H).
3565         * c-common.c (c-obstack.c): Include "obstack.h".
3566         (struct reverse_tree): Delete.
3567         (reverse_list, reverse_max_depth): Delete.
3568         (build_reverse_tree, common_ancestor, modify_ok): Delete functions.
3569         (struct tlist, struct tlist_cache): New.
3570         (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
3571         (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
3572         warn_for_collisions, warn_for_collisions_1, new_tlist): New
3573         static functions.
3574         (verify_sequence_points): Rewritten.
3575         * fold-const.c (fold): Don't lose possibly important sequence
3576         points when removing one arm of TRUTH_ORIF_EXPRs or TRUTH_ANDIF_EXPRs.
3577
3578 2000-11-24  Richard Sandiford  <rsandifo@redhat.com>
3579
3580         * gcc/cse.c (cse_insn): Removed conversion of REG_EQUIV to REG_EQUAL
3581         when reversing a register-to-register copy.  Reversal now disabled
3582         when the previous instruction has a REG_EQUIV.
3583
3584 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3585
3586         * c-parse.in (unary_expr): Move VA_ARG from here ...
3587         (primary): ... to here.
3588
3589 2000-11-23  Graham Stott  <grahams@redhat.com>
3590
3591         * expr.c (store_constructor): If a field is non addressable and
3592         the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.
3593
3594 2000-11-23  Bernd Schmidt  <bernds@redhat.co.uk>
3595
3596         * flow.c (print_rtl_and_abort): New function.
3597         (verify_wide_reg, verify_local_live_at_start): Try to dump more
3598         information before aborting.
3599
3600 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
3601
3602         * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode
3603         is narrower than requested mode.
3604         (gen_highpart): Abort if register mode is narrower than
3605         requested mode.
3606
3607 2000-11-23  Graham Stott  <grahams@redhat.com>
3608
3609         * cse.c (cse_insn): Initialise all regcost variables.
3610         Fix a typo add missing '='.
3611         Only compare costs if there is a replacement insn.
3612
3613 Thu Nov 23 04:33:33 2000  Alexandre Oliva  <aoliva@redhat.com>
3614
3615         * final.c (output_addr_const) [LABEL_REF]: Simplify.
3616         [MINUS]: Enclose non-CONST_INTs in parentheses.
3617         [default]: Try OUTPUT_ADDR_CONST_EXTRA.
3618         * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it.
3619         * varasm.c (decode_rtx_const) [CONST]: If it's not something
3620         PLUS or MINUS a CONST_INT, use the whole CONST with offset 0
3621         instead of abort()ing.
3622         * sh.c (output_pic_addr_const): Removed.  Fixed all callers.
3623         * sh.h (OUTPUT_ADDR_CONST_EXTRA): New.  Handle the UNSPECs
3624         formerly handled in output_pic_addr_const.
3625         * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC
3626         operands of MINUS in CONSTs so that decode_rtx_const() will
3627         accept them.
3628
3629 Thu Nov 23 04:10:30 2000  Alexandre Oliva  <aoliva@redhat.com>
3630
3631         * config/sh/sh.md (mova_const): New pattern.
3632         (GOTaddr2picreg): Use it.
3633         * config/sh/sh.c (broken_move): Match it.
3634         (mova_p): Don't match it.
3635         (machine_dependent_reorg): Adjust it.
3636
3637 Thu Nov 23 02:09:09 2000  Alexandre Oliva  <aoliva@redhat.com>
3638
3639         * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
3640         Moved most register-number #defines...
3641         * config/sh/sh.md (define_constants): ... here.  Use macros to
3642         refer to registers and unspecs.
3643         * config/sh/sh.c: Likewise.
3644
3645 Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>
3646
3647         * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
3648         (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE.
3649         (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3650         (splay-tree.o, hash.o): Likewise.
3651         GCONFIG_H: New.
3652         (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H).
3653         (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
3654         (hashtab.o): Likewise.
3655         (gcov.o): Depend on $(CONFIG_H).
3656         * configure.in: #include insn-codes.h in tm.h.
3657
3658 2000-11-22  Nick Clifton  <nickc@redhat.com>
3659
3660         * config/arm/arm.c (arm_encode_call_attribute): Make 'newstr' a
3661         const char * to avoid a compile time warning.
3662
3663         * config/arm/arm.md (define_constants): Define symbolic names for
3664         the link register, last integer register and the fake CC register.
3665         Update patterns to use these symbolic names.
3666
3667 2000-11-22  Neil Booth  <neilb@earthling.net>
3668
3669         * cpplex.c (trigraph_ok): Ensure we don't warn twice.
3670         * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
3671
3672 2000-11-22  Richard Henderson  <rth@redhat.com>
3673
3674         * haifa-sched.c (sched_analyze_1): Don't special-case calls
3675         for clobbering registers.
3676         (sched_analyze_2): Likewise.
3677         (sched_analyze): Zap reg_last_uses and reg_last_sets after calls.
3678
3679 2000-11-22  Chris Demetriou  <cgd@sibyte.com>
3680             Neil Booth  <neilb@earthling.net>
3681
3682         * gcc.c (validate_switches): Validate multiple switches named
3683         in '|' (or) expressions in specs.
3684         (handle_braces): If more than 1 alternative in a '|' spec
3685         matches, call do_spec1 just once.
3686
3687 2000-11-22  Michael Meissner  <meissner@redhat.com>
3688
3689         * d30v.h (TARGET_SWITCHES): Add documentation strings.
3690         (TARGET_OPTIONS): Ditto.
3691         (OPTIMIZATION_OPTIONS): Temporarily turn off -frename-registers if
3692         -O3.
3693
3694 Wed Nov 22 06:40:56 2000  Jeffrey A Law  (law@cygnus.com)
3695
3696         * pa.c (hppa_encode_label): Account for addition of encoding
3697         character when allocating persistent space for the new label
3698         name.
3699
3700 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
3701
3702         * Makefile.in, config.gcc, configure.in: Expunge remaining
3703         traces of facility for running MD files through C preprocessor.
3704
3705 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3706
3707         * gcov.texi: Add magic comments for texi2pod.pl.
3708         * Makefile.in: Add rules to generate and install gcov.1.
3709         * gcov.1: New (generated) file.
3710
3711 2000-11-21  Richard Henderson  <rth@redhat.com>
3712
3713         * regrename.c (scan_rtx_reg): Terminate the chain rather than
3714         abort on mark_read with NO_REGS.
3715
3716 2000-11-21  Mike Stump  <mrs@wrs.com>
3717
3718         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow
3719         compilation with older compilers, such as /bin/cc on SunOS.
3720         * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
3721
3722 2000-11-21  Richard Henderson  <rth@redhat.com>
3723
3724         * varasm.c (record_constant): Pad the constructed
3725         constant_descriptor appropriately.
3726
3727 Wed Nov 22 00:52:55 2000  J"orn Rennecke <amylaar@redhat.com>
3728
3729         * rtl.h (traverse_md_constants): Declare.
3730         (struct md_constant): Define.
3731         * Makefile.in (HOST_RTL): Add hashtab.o .
3732         (OBJS): Add hashtab.o .
3733         (hashtab.o): New rule.
3734         (rtl.o): Depends on HASHTAB_H.
3735         * rtl.c (hashtab.h): #include.
3736         (md_constants): New static variable.
3737         (def_hash, def_name_eq_p, read_constants): New static functions.
3738         (traverse_md_constants): New function.
3739         (read_name): Do constant expansion.
3740         (read_rtx): Recognize define_constants.
3741         * gencodes.c (print_md_constant): New function.
3742         (main): Emit #defines for all constant definitions encountered.
3743         * md.texi (Constant Definitions): New node.
3744         * gensupport.c (xcalloc): New function.
3745
3746 2000-11-21  Richard Henderson  <rth@redhat.com>
3747
3748         * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
3749         * config/alpha/alpha-protos.h: Declare it.
3750         * config/alpha/alpha.md (abstf_internal): Use it.
3751         (negtf_internal): Likewise.
3752         (andnotdi3): Unstar the name.
3753         (movtf_internal): Add o/G alternative.
3754
3755 2000-11-21  Zack Weinberg  <zack@wolery.stanford.edu>
3756
3757         * stringpool.c (stringpool_statistics): Also report number and
3758         percentage of entries which are identifiers.
3759
3760 2000-11-21  Diego Novillo  <dnovillo@redhat.com>
3761
3762         * gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as
3763         visited before visiting it.
3764
3765 2000-11-21  Nick Clifton  <nickc@redhat.com>
3766
3767         * config/arm/arm.h: Accept TARGET_CPU_arm9tdmi,
3768         TARGET_CPU_strongarm110 and TARGET_SPU_strongarm1100.
3769
3770         * config.gcc: Accept --with-cpu=arm9 and --with-cpu=arm9tdmi.
3771
3772 2000-11-21  Richard Henderson  <rth@redhat.com>
3773
3774         * c-common.c (c_unsafe_for_reeval): New function.
3775         (add_c_tree_codes): Register it.
3776         * c-common.h: Declare it.
3777         * tree.c (lang_unsafe_for_reeval): New hook.
3778         (unsafe_for_reeval): Call it.
3779         * tree.h: Declare it.
3780
3781 2000-11-21  Richard Henderson  <rth@redhat.com>
3782
3783         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT
3784         references as well.
3785
3786 2000-11-21  Neil Booth  <neilb@earthling.net>
3787
3788         * do_includes: Revert to using cpp_read_file.
3789
3790 2000-11-21  Bernd Schmidt  <bernds@redhat.co.uk>
3791
3792         * loop.c (consec_sets_giv): If the reg we're examining is anything
3793         but UNKNOWN_INDUCT, do nothing.
3794         Reset the reg's type to UNKNOWN_INDUCT before returning.
3795
3796         Mostly from Vladimir Makarov (vmakarov@redhat.com)
3797         * ia64.md (attr itanium_class): Define insn types as described in
3798         Itanium docs.
3799         (all insn patterns): Use itanium_class, not type attributes.
3800         Occasionally split alternatives as necessary.
3801         (attr type): Compute from new attr itanium_class.
3802
3803 2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3804
3805         * tradcpp.c (output_line_command): Mark system headers as such in
3806         `line' commands.
3807
3808 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3809
3810         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
3811         support in as as well.
3812         * configure: Regenerate.
3813
3814 2000-11-20  Richard Henderson  <rth@redhat.com>
3815
3816         * c-lex.c (orig_filename): New variable.
3817         (init_c_lex): Set it.  Move call to cpp_start_read ...
3818         (yyparse): ... here.  New function.
3819         * c-parse.in (yyparse_1): Rename the parser entry point.
3820         * c-tree.h: Declare it.
3821
3822 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3823
3824         * expr.c (do_compare_and_jump): If op0 was replaced by promoted
3825         integer constant, use type of op1 for comparison.
3826
3827 2000-11-20  Stan Shebs  <shebs@apple.com>
3828
3829         * config/rs6000/xm-darwin.h: New file, Darwin host definitions.
3830         * config/rs6000/x-darwin: New file, Darwin host fragment.
3831         * config.gcc (powerpc-*-darwin*): New host.
3832         * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
3833         overridden by a config file.
3834
3835 2000-11-20  Neil Booth  <neilb@earthling.net>
3836
3837         * cppmacro.c (paste_tokens): Rename from paste_payloads.
3838         Change token type after pasting spellings.
3839         (paste_all_tokens): Use it.
3840         * gcc.dg/cpp/paste2.c: Update test.
3841         * objc/execute/paste.m: New test.
3842
3843 2000-11-20  Richard Henderson  <rth@redhat.com>
3844
3845         * dwarf.h (FMT_CODE): Adjust argument order; fix mapping to
3846         dwarf_subscr_data_formats bits.
3847         * dwarfout.c (simple_type_size_in_bits): Handle a type with
3848         no computed size as size zero.
3849         (field_byte_offset): Likewise.
3850         (subscript_data_attribute): Handle a range with no upper bound.
3851
3852 2000-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3853
3854         * gansidecl.h (const): Check __STDC__ before undef'ing `const'.
3855
3856 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3857
3858         * c-typeck.c (build_conditional_expr): When merging type
3859         qualifiers for conditional expressions between a pointer and a
3860         pointer to a void type, merge the qualifiers on the target types
3861         rather than the pointer type.  Remove obsolete conditioned out
3862         code.
3863
3864 2000-11-20  Neil Booth  <neilb@earthling.net>
3865
3866         * c-lang.c (lang_init_options): Update call to
3867         cpp_reader_init.
3868         * cppmain.c (main): Similarly.
3869         * fix-header.c (read_scan_file): Similarly.
3870         * cp/lex.c (lang_init_options): Similarly.
3871         * objc/objc-act.c (lang_init_options): Similarly.
3872         * cppexp.c (parse_number): Only warn for unextended C89.
3873         * cppinit.c (set_lang): New function.
3874         (cpp_reader_init): Take a LANG argument and pass it to set_lang.
3875         (COMMAND_LINE_OPTIONS): New option std=c++98.
3876         (cpp_handle_option): Use set_lang.
3877         * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
3878         * cppib.h (enum_c_lang): New enumeration.  Update comments.
3879
3880 2000-11-20  Will Cohen  <wcohen@redhat.com>
3881
3882         * calls.c (expand_call): Clear target only when target is in
3883         hard register and current_function_check_memory_usage is set.
3884
3885 2000-11-20  Bernd Schmidt  <bernds@redhat.co.uk>
3886
3887         * toplev.c (rest_of_compilation): Run optimize_mode_switching even
3888         if not optimizing.
3889         * sh.c (emit_sf_insn, emit_df_insn): Just call emit_insn.
3890
3891 2000-11-19  Richard Henderson  <rth@redhat.com>
3892
3893         * crtstuff.c (force_to_data): Use array size 1 not 0.
3894
3895         * dwarf2out.c (simple_type_size_in_bits): Handle a type with
3896         no computed size as size zero.
3897         (field_byte_offset): Likewise.
3898
3899 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3900
3901         * config.gcc: Fix another typo.
3902
3903 2000-11-19  Richard Henderson  <rth@redhat.com>
3904
3905         * c-decl.c (grokdeclarator): Support flexible array members.
3906         Use open-ended ranges for these and zero-length arrays.
3907         * c-typeck.c (push_init_level): Validate the context of
3908         initialization of a zero-length array.
3909         * tree.c (int_fits_type_p): Be prepared for missing bounds.
3910         * varasm.c (array_size_for_constructor): New.
3911         (output_constructor): Use it for arrays of unspecified length.
3912         * extend.texi (Zero Length): Mention C99 flexible array members.
3913         Document initialization in a top-level struct as valid.
3914
3915 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3916
3917         * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
3918
3919         * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
3920         stdarg and varargs functions.
3921
3922 2000-11-19  Zack Weinberg  <zack@wolery.stanford.edu>
3923
3924         * gcc.c (process_command): Define 'j' variable when
3925         MODIFY_TARGET_NAME is defined.
3926
3927 2000-11-19  Richard Henderson  <rth@redhat.com>
3928
3929         * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
3930
3931 2000-11-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3932
3933         * rs6000/rs6000.c (rs6000_encode_section_info): Fix string length
3934         calculation and allocation.
3935
3936 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3937
3938         * builtins.c (c_getstr): Constify variable.
3939         * gmon-sol2.c (_mcleanup): Comment out #endif labels.
3940         * conflict.c (const_conflict_graph_arc): New typedef.
3941         (arc_hash, arc_eq): Avoid needlessly casting away const-ness.
3942         * cppmacro.c (builtin_macro): Likewise.
3943         * dwarf2out.c (output_comp_unit): Constify variable.
3944         * fix-header.c (v_fatal): Add ATTRIBUTE_PRINTF.
3945         * protoize.c (IS_SAME_PATH_CHAR): Use TOUPPER, not toupper.
3946         * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting
3947         away const-ness.
3948         * tradcpp.c (rescan, do_line, macroexpand, macarg): Use
3949         ISALNUM/ISDIGIT/ISPRINT, not isalnum/isdigit/isprint.
3950         * varasm.c (const_str_htab_hash, const_str_htab_eq,
3951         compare_constant_1, record_constant_1): Constify.
3952
3953 2000-11-18  Richard Henderson  <rth@redhat.com>
3954
3955         * c-decl.c (grokdeclarator): Special case the creation of an
3956         index for a zero-length array.
3957         * tree.c (build_index_type): Revert Oct 20 change.
3958
3959 2000-11-18  Marek Michalkiewicz  <marekm@linux.org.pl>
3960
3961         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
3962         * config/avr/avr.c (jump_tables_size): New variable.
3963         (function_prologue): Initialize it as 0.
3964         (function_epilogue): Add it to function_size.
3965         (avr_output_addr_vec_elt): New function.  Count words in jump
3966         tables in jump_tables_size.  Move code ...
3967         * config/avr/avr.h (ASM_OUTPUT_ADDR_VEC_ELT): ... from here.
3968         Call avr_output_addr_vec_elt instead.
3969         * config/avr/avr.md (tablejump): Remove disabled define_expand.
3970
3971 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
3972
3973         * configure.in: Make --enable-new-gxx-abi the default.
3974         * configure: Likewise.
3975
3976 2000-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3977
3978         * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.
3979
3980         * tradcif.y: Include tradcpp.h.  Constify.  Make functions static.
3981         Move extern function declarations to tradcpp.h.
3982
3983         * tradcpp.c: Likewise.
3984
3985         * tradcpp.h: New file.
3986
3987 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3988
3989         * c-decl.c (check_for_loop_decls): New function.
3990         * c-parse.in (for_init_stmt): New.
3991         (select_or_iter_stmt): Use for_init_stmt.
3992         * c-tree.h (check_for_loop_decls): New declaration.
3993
3994 2000-11-18  Neil Booth  <neilb@earthling.net>
3995
3996         * cppinit.c: Update comments.
3997         (cpp_reader_init): Make -imacro and -include use the standard
3998         #include "" search path.
3999         (do_includes): New function.
4000
4001 2000-11-18  Ben Elliston  <bje@redhat.com>
4002
4003         * config/sh/crt1.asm (start_l): Move PC-relative move instruction
4004         out of a branch delay slot.
4005
4006 2000-11-17  Richard Henderson  <rth@redhat.com>
4007
4008         * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
4009         (ASM_SPEC): Disable and enable .mdebug based on -gstabs.
4010         (ASM_FILE_START): Only write out ecoff .file directive if
4011         emitting mdebug debugging.
4012
4013 2000-11-17  Richard Henderson  <rth@redhat.com>
4014
4015         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.  Detect
4016         whether as accepts .file/.loc and produces dwarf2 line info.
4017         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if
4018         the assembler supports it.
4019         * config.in, configure: Regenerate.
4020
4021 2000-11-17  Richard Henderson  <rth@redhat.com>
4022
4023         * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
4024
4025 2000-11-17  Jim Wilson  <wilson@redhat.com>
4026
4027         * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
4028         Don't clear need_barrier is next_insn is a CALL_INSN, or has
4029         instruction type B or UNKNOWN.
4030
4031 2000-11-17  Neil Booth  <neilb@earthling.net>
4032
4033         * cpperror.c (print_file_and_line): Don't display line number if 0.
4034
4035 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
4036
4037         * ggc.h: Delete ggc_add_string_root and ggc_mark_string.  Add
4038         digit_vector and digit_string.
4039         * stringpool.c (digit_vector): New.
4040         (ggc_alloc_string): Use digit_string.
4041
4042         * stmt.c (digit_strings): Delete.
4043         (init_stmt): Do not initialize digit_strings.
4044         (expand_asm_operands): Use ggc.h's digit_string macro.
4045         * toplev.c (mark_file_stack): Delete.
4046         (compile_file): Don't call init_tree_codes.
4047         (main): No need to make the file stack a GC root.
4048         * tree.c (init_tree_codes): Delete.
4049         * tree.h (init_tree_codes): Delete.
4050
4051         * c-lex.c: Don't include ggc.h.
4052         (mark_splay_tree_node, mark_splay_tree): Delete.
4053         (init_c_lex): No need to ggc_strdup string constant.  Don't add
4054         file_info_tree to GGC roots.
4055         (cb_enter_file, cb_rename_file): No need to ggc_strdup
4056         ip->nominal_fname.
4057
4058         * Makefile.in (c-lex.o): No longer depends on $(GGC_H).
4059
4060         * dbxout.c (dbxout_init),
4061         dwarf2out.c (dwarf2out_line),
4062         ggc-common.c (ggc_mark_rtx_children, ggc_mark_trees),
4063         varasm.c (mark_const_hash_entry, mark_pool_constant, init_varasm_once),
4064         xcoffout.c (xcoffout_source_file),
4065         i386.c (load_pic_register):
4066         Delete call(s) to ggc_add_string_root and/or ggc_mark_string.
4067
4068         * except.c (create_rethrow_ref),
4069         profile.c (init_edge_profiler),
4070         toplev.c (compile_file),
4071         varasm.c (named_section, assemble_static_space,
4072         assemble_trampoline_template, output_constant_def, force_const_mem),
4073         i386.c (load_pic_register),
4074         ia64.c (ia64_encode_section_info),
4075         rs6000.c (rs6000_emit_load_toc_table, create_TOC_reference,
4076         rs6000_emit_prologue, rs6000_emit_epilogue),
4077         rs6000.md (load_toc_aix_si, load_toc_aix_di):
4078         Change ggc_alloc_string (var, -1) to ggc_strdup (var).
4079
4080         * profile.c (output_func_start_profiler),
4081         tree.c (make_node),
4082         i386.c (load_pic_register): No need to ggc_strdup string constant.
4083
4084 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
4085
4086         * Makefile.in (config.status): Depend on config.gcc.
4087         * configure.in <for machine in $build $host $target>: Move
4088         contents of loop into config.gcc, removing autoconf quoting.
4089         Fix changequote bug for alpha*-*-vxworks*.
4090         * configure: Regenerate.
4091         * config.gcc: New.
4092
4093 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
4094
4095         * c-parse.in (if_prefix): Find the filename and line number at
4096         $-2 and $-1 respectively.
4097         * diagnostic.c (error_recursion): Add missing newline, use
4098         fputs, translate string.
4099
4100 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
4101
4102         * stringpool.c: New file.
4103         * ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
4104         (ggc_alloc_string): Now in stringpool.o.
4105         * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
4106         * ggc.h: Delete prototype of ggc_add_string_root.  #define
4107         ggc_add_string_root and ggc_mark_string to nothing.  Prototype
4108         init_stringpool and stringpool_statistics.
4109         (ggc_alloc_string): Returns a const char *.
4110         * tree.c (hash_table, do_identifier_warnings): Delete.
4111         (init_obstacks): Don't initialize the identifier hash table.
4112         (get_identifier, maybe_get_identifier, start_identifier_warnings,
4113         set_identifier_size): Now in stringpool.c.
4114         * tree.h (struct tree_string): Constify pointer field.
4115         (approx_sqrt): Prototype.
4116
4117         * Makefile.in (stringpool.o): Add rule, mention in OBJS.
4118
4119         * toplev.c (approx_sqrt): New function.
4120         (compile_file): Call stringpool_statistics if mem_report is on.
4121         (main): Call init_stringpool.
4122
4123         * builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
4124         (process_directive), c-typeck.c (constructor_asmspec, struct
4125         initializer_stack, start_init), except.c (create_rethrow_ref),
4126         stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
4127         (built_in_filename), varasm,c (in_named_name,
4128         assemble_static_space, struct constant_descriptor, struct
4129         deferred_string, struct pool_constant, force_const_mem),
4130         i386.c (pic_label_name, global_offset_table_name), rs6000.c
4131         (rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.
4132
4133         * c-common.c (combine_strings): Combine strings in scratch
4134         buffer, then pass to build_string.
4135         * optabs.c (init_libfuncs), profile.c (init_edge_profiler,
4136         output_func_start_profiler), stmt.c (init_stmt), alpha.c
4137         (alpha_need_linkage), arm.c (arm_encode_call_attribute),
4138         i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
4139         rs6000.c (rs6000_encode_section_info): Create string in
4140         scratch buffer, then pass to ggc_alloc_string.
4141
4142         * stmt.c (expand_asm_operands): If we must adjust the
4143         constraint strings, do so by creating a new one, not by
4144         modifying the old one in place.  Constify some char *s.
4145         * config/pa/pa.c (hppa_encode_label): Drop unnecessary second
4146         argument.  Create string in scratch buffer, then pass to
4147         ggc_alloc_string.
4148         * config/pa/pa-protos.h: Update prototype.
4149         * config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
4150         hppa_encode_label takes only one argument.
4151
4152 2000-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4153
4154         * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
4155         malloc/realloc.
4156
4157         * cpplib.c (glue_header_name): Likewise.
4158
4159         * fixincl.c (run_compiles, start_fixer): Likewise.
4160
4161         * fixlib.c (load_file_data): Likewise.
4162
4163         * mkdeps.c (munge): Likewise.
4164
4165 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
4166
4167         * defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
4168         trailing ';'.  Fix formatting.
4169
4170 2000-11-16  Jim Wilson  <wilson@redhat.com>
4171
4172         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
4173         Shift masks left by one to avoid conflict.
4174
4175         * config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
4176         DECL_EXTERNAL set.
4177
4178 2000-11-16  Nick Clifton  <nickc@redhat.com>
4179
4180         * config/arm/arm.c (output_arm_prologue): Note nested functions.
4181         (arm_expand_prologue): For nested functions preserve the
4182         static chain register during stack frame creation.
4183
4184         * config/arm/arm.h (STATIC_CHAIN_REGNUM): Change to 12.
4185         (ARM_INITIAL_FRAME_ELIMINATION_OFFSET): For a nested function
4186         with a stack frame there is a 4 byte gap between the arg
4187         pointer and the hard frame pointer (used to preserve the
4188         static chain register during stack frame creation).
4189
4190 2000-11-16  DJ Delorie  <dj@redhat.com>
4191
4192         * rtl.c (read_rtx): Provide suitable names for unnamed
4193         define_insn and define_insn_and_split patterns, based on file
4194         and line numbers.
4195
4196 2000-11-15  Neil Booth  <neilb@earthling.net>
4197
4198         * cpplib.c (start_directive, end_directive): New functions.
4199         (_cpp_handle_directive, run_directive): Use them.
4200         (_cpp_handle_directive): Don't -Wtraditional on indented
4201         null directives.
4202         (_cpp_push_buffer): Don't re-clear was_skipping.
4203         * cpplib.h (struct cpp_reader): New member la_saved.
4204         * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
4205         directives.
4206
4207         gcc.dg/cpp/_Pragma1.c: Update.
4208         gcc.dg/cpp/_Pragma2.c: New test.
4209
4210 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
4211
4212         * toplev.c (wrapup_global_declarations): Don't write out
4213         artificial static variables that aren't needed.
4214
4215 2000-11-15  Bernd Schmidt  <bernds@redhat.co.uk>
4216
4217         * ia64.c (struct group): New structure.
4218         (last_group): New static array.
4219         (group_idx): New static variable.
4220         (emit_group_barrier_after, errata_find_address_regs, errata_emit_nops):
4221         New static functions.
4222         (emit_insn_group_barriers): Initialize and keep track of group_idx
4223         and last_group.
4224         Call errata_emit_nops if TARGET_B_STEP or TARGET_A_STEP.
4225         Replace all calls to emit_insn_after that emit a group barrier to use
4226         emit_group_barrier_after.
4227         * ia64.h (MASK_B_STEP): New.
4228         (other MASK_XXX macros): Renumbered.
4229         (TARGET_B_STEP): New.
4230         (TARGET_SWITCHES): Add -mb-step.
4231
4232 2000-11-15  Fred Fish  <fnf@be.com>
4233
4234         * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
4235         machines for which fixincludes is not needed.
4236         * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
4237
4238 2000-11-15  Jason Merrill  <jason@redhat.com>
4239
4240         * diagnostic.c (finish_abort): New fn.
4241         (fancy_abort, error_recursion): Use it.
4242         * toplev.c (crash_signal): Likewise.
4243         * diagnostic.h: Declare it.
4244
4245 2000-11-13  Andrew Haley  <aph@redhat.com>
4246
4247         * tree.c (build_type_no_quals): New function.
4248         * tree.h (build_type_no_quals): Declare.
4249         * c-common.c (c_get_alias_set): When considering type
4250         compatibility for pointer types, ignore cv-qualifiers anywhere in
4251         a pointer chain.
4252
4253 2000-11-15  Graham Stott  <grahams@redhat.com>
4254
4255         * regrename.c (scan_rtx_rtx): Skip to the next chain on
4256         encountering a terminated chain.
4257
4258 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
4259
4260         * configure.in: Move check for V3 above check for C++ header-file
4261         directory.
4262         * configure: Regenerated.
4263
4264 2000-11-14  DJ Delorie  <dj@redhat.com>
4265
4266         * config/v850/v850.c: Remove obstacks.
4267
4268 Tue Nov 14 21:54:31 2000  Marek Michalkiewicz  <marekm@linux.org.pl> & Denis Chertykov  <denisc@overta.ru>
4269
4270         * config/avr/avr.c (avr_case_values_threshold): New.
4271         (avr_override_options): Set it depending on options, make it large
4272         when not optimizing to work around "unable to generate reloads".
4273
4274         * config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
4275         (EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
4276         executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
4277         (JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
4278         (ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
4279         (avr_case_values_threshold): Declare as extern int.
4280         (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
4281
4282         * config/avr/avr.md (tablejump): Removed.
4283         (*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
4284         (*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
4285         index in the table, not multiplied by 2.
4286         (casesi): Change to match the above insns.  Always enable.
4287
4288         * config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
4289         Change to expect the word address of the table, multiply it by 2
4290         here and not in the caller.  Change "adiw" to faster "inc".
4291
4292 2000-11-14  Neil Booth  <neilb@earthling.net>
4293
4294         * cppexp.c (parse_defined): Call cpp_get_token not
4295         _cpp_get_token.
4296         (lex): Similarly.
4297         * cpplex.c (cpp_output_line): Similarly.
4298         * cpplib.c (glue_header_name, do_line, do_ident,
4299         parse_answer, parse_assertion): Similarly.
4300         (_cpp_handle_diretive): Don't save to lookaheads
4301         when processing directives.
4302         * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
4303         _cpp_get_token.
4304         (funlike_invocation_p): Don't save to lookaheads
4305         when pre-expanding arguments.
4306         (_cpp_get_token): Delete.
4307         (cpp_get_token): Merge contents of _cpp_get_token.
4308
4309 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4310
4311         * builtins.c (expand_builtin_setjmp): Set
4312         current_function_calls_setjmp.
4313         (expand_builtin_longjmp): Set current_function_calls_longjmp.
4314
4315         * config/sparc/sparc.md (builtin_setjmp_setup): New expand.
4316         (do_builtin_setjmp_setup): New insn.
4317
4318 Tue Nov 14 12:34:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4319
4320         * tree.c (get_unwidened): Use host_integerp and tree_low_cst.
4321         (int_fits_type_p): For variable bounds, call force_fit_type.
4322
4323 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4324
4325         * varasm.c (struct deferred_string): New structure.
4326         (const_str_htab): New variable.
4327         (STRHASH): New macro.
4328         (mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
4329         constr_str_htab_eq, const_str_htab_del): New functions.
4330         (output_constant_def): Add DEFER argument, defer string
4331         constants until mark_constant_pool time if requested.
4332         (mark_constant_pool): Walk the insn chain even if const_str_htab is
4333         not empty.
4334         (mark_constants): If a SYMBOL_REF for deferred string is found,
4335         output it and remove from hash table.
4336         (output_addressed_constants): Set DEFER to 0 in call to
4337         output_constant_def.
4338         * rtl.h (STRING_POOL_ADDRESS_P): Define.
4339         (output_constant_def): Adjust prototype.
4340         * expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.
4341
4342 2000-11-14  Chandrakala Chavva  <cchavva@redhat.com>
4343
4344         * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
4345         signed types if flag_trapv.
4346
4347 2000-11-14  Zack Weinberg  <zack@wolery.stanford.edu>
4348
4349         * tradcpp.c, tradcif.y: Update FSF mailing address, delete
4350         reference to GPLv1.
4351
4352 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4353
4354         * c-common.h (CTI_C_SIZE_TYPE): Update comment.
4355
4356 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4357
4358         * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
4359         to array of pool_constnat pointers.
4360         (struct pool_constant): Add next_sym and label members.
4361         (struct pool_sym): Remove.
4362         (init_varasm_status): Change pool_sym into pool_constant.
4363         (mark_pool_constant): Mark pc->label string as well.
4364         (mark_pool_sym_hash_table): Remove.
4365         (mark_varasm_status): Remove it from caller as well.
4366         (free_varasm_status): Don't free pool_sym structures.
4367         (force_const_mem): Don't allocate pool_sym structure, instead
4368         fill pool->label and chain it into rtx_sym hash table.
4369         (find_pool_constant, mark_constant_pool): Use pool_constant instead
4370         of pool_sym.
4371
4372 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4373
4374         * reload1.c (emit_input_reload_insns): Honour forcing of constants
4375         into memory by PREFERRED_RELOAD_CLASS NO_REGS.
4376
4377 2000-11-14  Michael Matz  <matzmich@cs.tu-berlin.de>
4378
4379         * dominance.c: New file.
4380         * Makefile.in (OBJS): Add dominance.o.
4381
4382         * flow.c (compute_flow_dominators): Remove.
4383         (compute_immediate_dominators): Remove.
4384         (compute_immediate_postdominators): Remove.
4385         * basic-block.h: Remove their prototypes.
4386         (calculate_dominance_info): Add prototype.
4387
4388         * dce.c (eliminate_dead_code): Change calls to above functions.
4389         Don't compute dominators but only immediate dominators.
4390         * flow.c (flow_loops_find): Change callers.
4391         * gcse.c (compute_code_hoist_data): Likewise.
4392         * haifa-sched.c (schedule_insns): Likewise.
4393         * ifcvt.c (if_convert): Likewise.
4394         * ssa.c (convert_to_ssa): Likewise, and only compute immediate
4395         dominators.
4396
4397 2000-11-14  Richard Henderson  <rth@redhat.com>
4398
4399         * stmt.c (warn_if_unused_value): Don't warn if the expression
4400         has side effects.
4401
4402         * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
4403         (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
4404
4405 2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4406
4407         * loop.c (basic_induction_var): Revert accidental checkin.
4408
4409 2000-11-13  Hans-Peter Nilsson  <hp@axis.com>
4410
4411         * c-lex.c (cb_leave_file): Harmonize conditions and order of
4412         statements to those of process_directive for (action == act_pop).
4413
4414         * collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.
4415
4416         * local-alloc.c (equiv_init_movable_p): References to CC0 are not
4417         movable.
4418
4419 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4420
4421         * c-parse.in (stmts_and_decls): Deprecate use of label at end of
4422         compound statement.
4423
4424 2000-11-13  Neil Booth  <neilb@earthling.net>
4425
4426         * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
4427         cases return without MI check.
4428         * cpplib.c (do_diagnostic): Take boolean of whether to
4429         print the directive name.
4430         (do_error, do_warning): Update.
4431         (do_pragma_dependency): Use it.
4432         * cpplib.h (VARARGS_FIRST): Delete.
4433         (struct cpp_token): Delete integer.
4434         * cppmacro.c (enter_macro_context): Move disabled check
4435         to _cpp_get_token.
4436         (_cpp_get_token): Simplify into a single loop.
4437
4438 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4439
4440         * configure.in:  Use 'test -f' not '[ -e'.
4441         * configure: Regenerated.
4442
4443 2000-11-13  DJ Delorie  <dj@redhat.com>
4444
4445         * config/mn10300/mn10300.md (store_movm): Note which registers are
4446         really used or clobbered.
4447
4448 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4449
4450         * c-parse.in (ends_in_label): Remove from %union and %type.
4451         (decls, stmts, lineno_stmt_or_labels, xstmts,
4452         lineno_stmt_or_label, stmt_or_label): Remove.
4453         (stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
4454         lineno_stmt_decl_or_labels_ending_decl,
4455         lineno_stmt_decl_or_labels_ending_label,
4456         lineno_stmt_decl_or_labels_ending_error,
4457         lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
4458         lineno_stmt, lineno_label): New.
4459         (compstmt_nostart): Use compstmt_contents_nonempty.
4460
4461 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4462
4463         * c-common.c (boolean_increment): New function.
4464         * c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
4465         CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
4466         (c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
4467         (boolean_increment): Declare.
4468         * c-convert.c (convert): Allow for BOOLEAN_TYPE.
4469         * c-decl.c (init_decl_processing): Create boolean nodes.
4470         (finish_struct): Allow for _Bool bitfields.
4471         * c-parse.in (reswords): Add _Bool.
4472         (rid_to_yy): Allow for RID_BOOL.
4473         * c-typeck.c (default_conversion): Make booleans promote to int.
4474         (convert_arguments, build_unary_op, build_modify_expr,
4475         convert_for_assignment): Allow for booleans.
4476         * ginclude/stdbool.h: Make conforming to C99.
4477
4478 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4479
4480         * c-parse.in (c99_block_start, c99_block_end,
4481         c99_block_lineno_labeled_stmt): New.
4482         (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
4483         (stmt): Split off selection and iteration statements into...
4484         (select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
4485
4486 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4487
4488         * invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
4489         -time): Update.
4490
4491 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4492
4493         * arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
4494         Rewrite to avoid use of match_dup.  Don't try to tie registers that
4495         are not in the same mode.
4496
4497 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4498
4499         * invoke.texi: Update lists of languages and suffixes supported.
4500
4501 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4502
4503         * configure.in: Take toplevel configure arguments from the
4504         environment to create configargs.h and substitute
4505         gcc_config_arguments, taking account of any existing configargs.h
4506         if reconfiguring.
4507         * configure: Regenerate.
4508         * gccbug.in: Include toplevel configure arguments in gccbug.
4509
4510 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
4511
4512         * varasm.c (struct constant_descriptor): Put CONTENTS inside a
4513         union to make it well-aligned.  Update all uses.
4514
4515 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4516
4517         * c-parse.in (initelt): Give appropriate pedantic warnings,
4518         depending on flag_isoc99, for non-ISO syntax and for C99 syntax
4519         outside C99 mode.
4520         (designator): If pedantic, pedwarn for a designator specifying a
4521         range of elements.
4522         * c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
4523         these cases.
4524         * extend.texi: Document the C99 syntax as the preferred syntax,
4525         and the pre-2.5 syntax as obsolete.  Mention use of designator
4526         lists for nested subobjects.
4527
4528 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4529
4530         * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
4531         Add ATTRIBUTE_PRINTF.
4532         * tradcpp.c (v_message, warning, error, fatal, error_with_line):
4533         Add ATTRIBUTE_PRINTF*.
4534
4535 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4536
4537         * function.c (assign_parms): When calling put_var_into_stack, make
4538         sure that there are no hidden pending sequences.
4539
4540 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4541
4542         * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
4543         BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
4544         BUILT_IN_STRRCHR.
4545
4546         * builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.
4547
4548         * c-common.c (c_common_nodes_and_builtins): Declare index and
4549         rindex when nonansi builtins are allowed.
4550
4551         * extend.texi (index, rindex): Document new builtins.
4552
4553 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4554
4555         * configure.in: Turn on libstdc++ V3 by default.
4556         * configure: Regenerated.
4557
4558         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
4559
4560 2000-11-12  Jakub Jelinek  <jakub@redhat.com>
4561
4562         * reload1.c (set_label_offsets): Go inside of PARALLELs.
4563
4564 2000-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4565
4566         * invoke.texi: Clean up option summary.
4567
4568 2000-11-12  Nick Clifton  <nickc@redhat.com>
4569
4570         * config/mcore/mcore.c: Fix comment formating, and adjust sequence
4571         of #include headers.
4572
4573 2000-11-12  Marc Espie <espie@openbsd.org>
4574
4575         * configure.in: Fix filds test.
4576         * configure: Regen.
4577
4578 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4579
4580         * jump.c (delete_computation): Don't assume that just becuase an
4581         instruction sets a register, that register is dead.
4582
4583 2000-11-12  Neil Booth  <neilb@earthling.net>
4584
4585         * cppexp.c: Don't worry about pfile->skipping.
4586         * cpplib.c (struct if_stack): Make was_skipping unsigned char.
4587         (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
4588         for handled directives.
4589         (skip_rest_of_line): Use _cpp_lex_token after popping contexts
4590         and releasing lookaheads.
4591         (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
4592         (do_else, do_elif, push_conditional): Update logic.
4593         (do_endif): Set buffer->was_skipping rather than pfile->skipping.
4594         (unwind_if_stack): Inline into cpp_pop_buffer.
4595         (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
4596         * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
4597         multiple-include optimisation.
4598         * cpplib.h (struct cpp_buffer): New member was_skipping.
4599         * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
4600         works because skipping == 0 in directives.
4601         (_cpp_release_lookahead): Renamed from release_lookahead.
4602         (cpp_get_token): No need to check skipping as _cpp_get_token does
4603         this for us.  No need to handle MI optimisation.
4604
4605 Sat Nov 11 21:14:02 2000  Mark P Mitchell  <mark@codesourcery.com>
4606
4607         * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
4608         declarations that use `__MATH_EXCEPTION' in their prototypes, too.
4609         * fixinc/fixincl.x: Regenerated.
4610
4611 2000-11-11  Bruce Korb  <bkorb@gnu.org>
4612
4613         * fixinc/inclhack.def (avoid_bool_type): avoid commenting out #endif
4614         (avoid_wchar_t_type): ditto
4615         * fixinc/fixinc.irix: obsoleted
4616
4617 2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
4618
4619         * configure.in: Don't add $outputs to all_lang_makefiles.  Add
4620         $srcdir/$s/Makefile.in if it exists.
4621         * configure: Regenerate.
4622
4623 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
4624
4625         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
4626
4627 2000-11-11  Jason Merrill  <jason@redhat.com>
4628
4629         * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
4630         give the parm a register and then call put_var_into_stack.
4631         * stmt.c (expand_decl): Likewise.
4632
4633 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4634
4635         * gcc.texi: Adjust wording.
4636
4637 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4638
4639         * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
4640         * fininc/fixincl.x: Regenerated.
4641
4642 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4643
4644         * invoke.texi: Correct spelling of -foptimize-register-move.
4645
4646 2000-11-11  Neil Booth  <neilb@earthling.net>
4647
4648         Remove CPP_PLACEMARKERs.
4649
4650         * cppexp.c (lex): Don't handle CPP_PLACEMARKER.
4651         * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
4652         * cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
4653                    Similarly.
4654         * cpplib.h: Remove CPP_PLACEMARKER.
4655         (struct lexer_state): Rename skip_newlines to next_bol.
4656         * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
4657         Simplify prev_white handling as a result.
4658         (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
4659         (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
4660         (parse_args): Similarly.  Update argument count tests.
4661         (enter_macro_context): Return 2 to indicate an empty macro.
4662         (replace_args): Don't bother pre-expanding an empty argument.
4663         Handle placemarkers and ## extension during pre-expansion.
4664         (cpp_get_token): Handle empty macro expansions.  Don't worry
4665         about CPP_PLACEMARKERs.
4666         (_cpp_create_definition): Empty macros are now empty.
4667         (cpp_macro_defintion): Don't special case empty macros.
4668         * scan-decls.c: Don't bother with CPP_PLACEMARKERs.
4669         * c-lex.c: Similarly.
4670
4671 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4672
4673         * gcc.texi, invoke.texi: Add new section discussing language
4674         standards; link to it where appropriate; refer to ISO C instead of
4675         ANSI C.
4676
4677 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
4678
4679         * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
4680         into account.
4681
4682         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
4683         modes.
4684
4685 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4686
4687         * gcc.texi, gcov.texi: Update dates and version numbers.
4688
4689 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
4690
4691         * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
4692         flex and bison, specifically, first in a unified build and
4693         then installed on the system.
4694         * Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
4695         LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
4696         match.
4697
4698         (collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
4699         cppdefault.o): Remove pointless sed munging of source file
4700         name.
4701
4702 2000-11-10  Bernd Schmidt  <bernds@redhat.co.uk>
4703
4704         * reload.c (find_reloads_address_1, case POST_MODIFY): Use RELOAD_OTHER
4705         for address reloads.  Push replacements for REG_INC notes.
4706         (regno_clobbered_p): New arg SETS.  Examine SETs if it's nonzero.  All
4707         callers changed.
4708         * reload1.c (choose_reload_regs): Registers set in the insn can't be
4709         used for RELOAD_OTHER reloads.
4710
4711 2000-11-10  Mark Mitchell  <mark@codesourcery.com>
4712
4713         * c-dump.h: New file.
4714
4715 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4716
4717         * alpha.c (check_float_value): Use memcpy, not bcopy.
4718         * arm.c (output_move_double): Likewise.
4719         * arm.md: Likewise.
4720         * m88k.c (legitimize_operand): Likewise.
4721         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
4722         * m88k.md: Likewise.
4723         * mips.c (override_options): Likewise.
4724         * mips.md: Likewise.
4725         * romp.c (output_fpops): Likewise.
4726         * rs6000.c (rs6000_override_options): Likewise.
4727         * sh.md: Likewise.
4728         * vax.c (check_float_value): Likewise.
4729
4730         * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
4731         * expmed.c (synth_mult): Likewise.
4732         * final.c (add_bb_string): Likewise.
4733         * genattr.c (main): Likewise.
4734         * genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
4735         Likewise.
4736         * jump.c (thread_jumps): Likewise.
4737         * prefix.c (save_string): Likewise.
4738         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
4739         * regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
4740         * reload1.c (reload, eliminate_regs): Likewise.
4741
4742 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4743
4744         * gcc.texi (Service): Update to reflect current practice and
4745         location of the GNU service directory.
4746
4747 2000-11-09  Bernd Schmidt  <bernds@redhat.co.uk>
4748
4749         * regrename.c (build_def_use): Mark contents of REG_INC notes as
4750         needing replacement.
4751
4752         * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Emit
4753         a no-op move if regs are equal.
4754         * toplev.c (rest_of_compilation): Do the noop moves elimination pass
4755         when calling jump after post-reload splitting.
4756
4757 2000-11-09  Jan van Male  <jan.vanmale@fenk.wau.nl>
4758
4759         * c-tree.texi: Fix typos.
4760         * extend.texi: Likewise
4761         * gcov.texi: Likewise
4762         * rtl.texi: Likewise
4763         * tm.texi: Likewise
4764
4765 2000-11-09  Hans-Peter Nilsson  <hp@axis.com>
4766
4767         * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
4768         in_system_header and flags[1] before dereferencing flags[2].
4769
4770 2000-11-09  Matthew Hiller <hiller@redhat.com>
4771
4772         * reload1.c (reload_combine): Fixed calculation of
4773         first_index_reg, last_index_reg.
4774
4775 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
4776
4777         * c-dump.c (dequeue_and_dump): Dump function bodies.
4778
4779         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
4780         (c-dump.o): New target.
4781         * c-common.h (flag_dump_translation_unit): New variable.
4782         (C_TYPE_QUALS): New macro.
4783         (strip_array_types): New function.
4784         (DECL_C_BIT_FIELD): New macro.
4785         (SET_DECL_C_BIT_FIELD): Likewise.
4786         (CLEAR_DECL_C_BIT_FIELD): Likewise.
4787         (dump_info_p): New typedef.
4788         (dump_tree_fn): Likewise.
4789         (lang_dump_tree): New variable.
4790         (dump_node_to_file): New function.
4791         * c-common.c (flag_dump_translation_unit): Define it.
4792         (strip_array_types): New function.
4793         * c-decl.c (c_decode_option): Handle -fdump-translation-unit.
4794         * c-lang.c (finish_file): Call dump_node_to_file if
4795         flag_dump_translation_unit.
4796         * c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
4797         * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
4798         * c-dump.c: New file.
4799
4800 2000-11-09  Christopher Faylor <cgf@cygnus.com>
4801
4802         * config/i386/cygwin.h: Add mingw startfile prefix.
4803
4804 2000-11-09  Richard Henderson  <rth@redhat.com>
4805
4806         * flow.c (invalidate_mems_from_set): Split out from ...
4807         (mark_set_1): ... here.
4808         (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
4809         instead of turning insn into a NOTE_INSN_DELETED.
4810
4811 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4812
4813         * extend.texi, invoke.texi: Move documentation of builtin versions
4814         of C library functions to one place and update.
4815
4816 2000-11-09  Richard Henderson  <rth@redhat.com>
4817
4818         * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
4819         the types themselves to discover type equivalence.
4820
4821 2000-11-09  Mike Stump  <mrs@wrs.com>
4822
4823         * Makefile.in (distclean): Remove a few extra leftovers.
4824
4825 2000-11-09  Richard Henderson  <rth@redhat.com>
4826
4827         * recog.c (validate_replace_rtx_1): Consider subregs when
4828         replacing a register with a constant inside a sign/zero_extend.
4829
4830         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
4831
4832 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4833
4834         * c-decl.c (finish_struct): When a structure is completed,
4835         check all its variant types for completeness.
4836
4837 2000-11-09  Neil Booth  <neilb@earthling.net>
4838
4839         * cpphash.c: Move cpp_defined here from cpplib.c.
4840         * cpplib.c: Update comments, move cpp_defined to cpphash.c.
4841         * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
4842         * cppmacro.c (cpp_get_token): Update comments, no need now
4843         to catch the CPP_EOF meaning EOL case.
4844
4845 2000-11-08  Geoffrey Keating  <geoffk@redhat.com>
4846
4847         * config/sparc/sparc.c (sparc_va_arg): When the required alignment
4848         is more than that provided, copy to a temporary.
4849
4850 2000-11-09  Alexandre Oliva  <aoliva@redhat.com>
4851
4852         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
4853         interpreting $out as a macro assignment.
4854         * Makefile.in (T_TARGET): New auxiliary macro and target.
4855         (all): Add a target right in the beginning, so that we don't build
4856         T_TARGET by default.
4857
4858 2000-11-09  Graham Stott  <grahams@redhat.com>
4859
4860         * config/i386/i386.md (mmx_pinsrw): Output operands in correct
4861         order for -mintel-syntax.  Remove comment now that the operand
4862         order has been checked.
4863         (mmx_pextrw): Likewise.
4864         (mmx_pshufw): Likewise.
4865
4866 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4867
4868         * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
4869         (c_getstr): New function.
4870         (expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
4871         If both arguments are constant string, optimize out.
4872         (expand_builtin_strchr, expand_builtin_strrchr): New functions.
4873         (expand_builtin_strpbrk): Use c_getstr, do nothing if
4874         -fcheck-memory-usage.
4875         (expand_builtin_fputs): Likewise.
4876         (expand_builtin_strcmp): Add MODE argument.
4877         Use even if !HAVE_cmpstrsi.
4878         Optimize the case when both arguments are constant strings.
4879         (expand_builtin): Adjust expand_builtin_strcmp caller.
4880         Call expand_builtin_strchr and expand_builtin_strrchr.
4881         * c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
4882         builtins.
4883         * builtins.def (BUILT_IN_STRRCHR): Add.
4884
4885 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4886
4887         * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
4888
4889 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4890
4891         * calls.c (expand_call, emit_library_call_value_1), collect2.c
4892         (scan_prog_file), config/a29k/a29k.c (print_operand),
4893         config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
4894         instead of bcopy ().
4895         * real.h: Use memcmp () instead of bcmp ().
4896         * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
4897         (split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
4898         ultrasparc_sched_init, ultrasparc_sched_reorder),
4899         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
4900         instead of bzero ().
4901         * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
4902         instead of rindex ().
4903         * configure.in: Don't check for bzero, bcmp, index or rindex.
4904         * configure, config.in: Regenerate.
4905         * system.h: Don't include declarations for bzero, bcmp, index or
4906         rindex.
4907         * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
4908         bzero, bcmp, index or rindex.
4909
4910 Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
4911
4912         * config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin
4913         include and library paths from -mcygwin case.  Parameterize some
4914         declarations to avoid warnings.  Use standard locations for include and
4915         lib dirs.
4916
4917 2000-11-08  Nick Clifton  <nickc@redhat.com>
4918
4919         * config/arm/arm.md (mulsidi3adddi): Change output operand
4920         constraint from "=&" to "+&".
4921         (umulsidi3adddi): Change output operand constraint from "=&" to
4922         "+&".
4923
4924 2000-11-08  Richard Henderson  <rth@redhat.com>
4925
4926         * flow.c (init_propagate_block_info): Protect the rtx stored in
4927         mem_set_list from modification by find_auto_inc.
4928         (mark_set_1): Likewise.
4929
4930 2000-11-08  Neil Booth  <neilb@earthling.net>
4931
4932         Move directive handling into the lexer itself.
4933
4934         * cpplex.c (_cpp_lex_token): Handle directives directly.
4935         In the case of a directive interrupting a function-like
4936         macro invocation, use extra_char since read_ahead is
4937         used to store the '#'.  Return a CPP_EOF in this case.
4938         * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
4939         (cpp_get_token): Don't handle directives here.
4940         * cpplib.h: Remove CPP_DHASH token type.
4941
4942 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
4943
4944         * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
4945         formed using PRE_MODIFY too.
4946
4947 2000-11-08  Mark Mitchell  <mark@codesourcery.com>
4948
4949         * c-tree.texi (VAR_DECL): Describe representation of GCC's
4950         extension for placing variables in particular registers.
4951
4952         * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
4953         unprototyped C functions with no parameters.
4954
4955 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4956
4957         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
4958         before passing to fprintf.
4959
4960 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4961
4962         * function.c (expand_function_start): Cast GET_MODE_SIZE to
4963         HOST_WIDE_INT before negating it.
4964
4965 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4966
4967         * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
4968         passed in multiple non-contiguous locations.
4969
4970 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4971
4972         * README.gnat: Remove file.
4973
4974 2000-11-08  Alexandre Oliva  <aoliva@redhat.com>
4975
4976         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts
4977         in-place.
4978
4979 2000-11-07  Richard Henderson  <rth@redhat.com>
4980
4981         * dwarfout.c (INSN_LABEL_FMT): Remove.
4982         (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4983         (dwarfout_label): Remove.
4984         * dwarfout.h: Remove it's prototype.
4985         * dwarf2out.c (INSN_LABEL_FMT): Remove.
4986         (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
4987         (dwarf2out_label): Remove.
4988         * dwarf2out.h: Remove it's prototype.
4989         * final.c (final_scan_insn): Don't call dwarf[2]out_label.
4990
4991 2000-11-07  Richard Henderson  <rth@redhat.com>
4992
4993         * config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary
4994         search on the unwind region section.
4995
4996         * config/ia64/ia64.md (movbi): Add r/r alternative.
4997         (cmovdi_internal_astep): Describe all combinations of register
4998         classes for sources & destinations; remove matching constraints.
4999         (cmovdi_internal): Likewise.
5000
5001         * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.
5002
5003 2000-11-07  Richard Henderson  <rth@redhat.com>
5004
5005         * c-lang.c (start_cdtor, finish_cdtor): New functions.
5006         (finish_file): Use them in building constructor/destructor functions.
5007
5008         * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH,
5009         LD_FINI_SWITCH): Move ...
5010         * config/alpha/osf.h: ... here.
5011         * config/alpha/alpha-interix.h: Don't undef them.
5012
5013 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
5014
5015         * config/mips/t-iris6 (FPBIT): New.  Added so that __unorddf2 is
5016         included in libgcc.a.
5017         (DPBIT): Likewise.
5018         (dp-bit.c): Likewise.
5019         (fp-bit.c): Likewise.
5020
5021 2000-11-07  Nick Clifton  <nickc@redhat.com>
5022
5023         * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
5024         (INTERNAL_ASM_OP): Add missing tab.
5025
5026 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5027
5028         * alias.c (init_alias_analysis), calls.c (expand_call,
5029         emit_library_call_value_1), combine.c (init_reg_last_arrays),
5030         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
5031         (init_output_buffer, set_diagnostic_context), dwarf2out.c
5032         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
5033         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
5034         function.c (assign_parms), gcse.c (compute_can_copy,
5035         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
5036         compute_hash_table, compute_set_hash_table,
5037         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
5038         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
5039         clear_units, schedule_block), integrate.c (initialize_for_inline,
5040         expand_inline_function), jump.c (thread_jumps), local-alloc.c
5041         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
5042         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
5043         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
5044         record_reg_classes, allocate_reg_info), reload.c
5045         (get_secondary_mem, remove_address_replacements, find_reloads),
5046         reload1.c (reload, set_initial_label_offsets, finish_spills,
5047         reload_as_needed, choose_reload_regs_init,
5048         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
5049         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
5050         (rename_registers), stmt.c (expand_end_case), unroll.c
5051         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
5052         () instead of bzero ().
5053
5054 2000-11-07  Neil Booth  <neilb@earthling.net>
5055
5056        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
5057
5058 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5059
5060         * c-common.c (combine_strings): Only warn about long strings for C.
5061
5062 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
5063
5064         * combine.c (distribute_notes): Fix typo in last change.
5065
5066 2000-11-07  Geoff Keating  <geoffk@redhat.com>
5067
5068         * config/rs6000/rs6000.md (movdi_internal32+1): Use
5069         operand_subreg_force rather than gen_rtx_SUBREG.
5070         (movdi_internal32+2): Likewise.
5071
5072 2000-11-07  Philip Blundell  <philb@gnu.org>
5073
5074         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
5075         * config/arm/linux-aout.h: Likewise.
5076         * configure: Regenerate.
5077
5078 2000-11-07  Philipp Thomas  <pthomas@suse.de>
5079
5080         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
5081         accepted my the gettext maintainer.
5082
5083 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5084
5085         * builtins.c (expand_builtin_strpbrk): New function.
5086         (expand_builtin): Handle BUILT_IN_STRPBRK.
5087
5088         * builtins.def (BUILT_IN_STRPBRK): New entry.
5089
5090         * c-common.c (c_common_nodes_and_builtins): Declare builtin
5091         strpbrk.
5092
5093 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
5094
5095         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
5096         * POTFILES.in: Add config/alpha/freebsd.h
5097         * configure.in: Add alpha*-freebsd support.
5098         * configure: Regenerate.
5099
5100 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5101
5102         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
5103         copy of ptr_type_node rather than ptr_type_node itself.
5104
5105 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
5106
5107         * combine.c (recog_for_combine): Allocate uninitialized vector with
5108         rtvec_alloc.
5109         * recog.c (apply_change_group): Likewise.
5110
5111 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
5112
5113         * flow.c (verify_local_live_at_start): Back out last change.
5114         * combine.c (distribute_notes): When parts of a hard reg are
5115         neither set nor referenced in PLACE, search backwards for a
5116         place to put a REG_UNUSED note; if none found, ask for flow
5117         info refresh.
5118
5119 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
5120
5121         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
5122         with (clobber (match_scratch...)).
5123
5124 2000-11-06  Neil Booth  <neilb@earthling.net>
5125
5126         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
5127         error status.
5128
5129 2000-11-06  Neil Booth  <neilb@earthling.net>
5130
5131         * tradcpp.c (special_symbol): Assign an null string rather
5132         than writing to an unallocated buffer.
5133
5134 2000-11-06  Neil Booth  <neilb@earthling.net>
5135
5136         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
5137         CPP_MACRO_ARG case.
5138
5139 2000-11-06  Neil Booth  <neilb@earthling.net>
5140
5141         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
5142         tok.val.arg_no as appropriate.
5143         * cppexp.c (lex): Similarly.
5144         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
5145         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
5146         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
5147         cpp_macro_definition): Similarly.
5148         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
5149
5150 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5151
5152         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
5153         operands[1] is constant, calculate the sum and generate movdi.
5154         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
5155         (subsi3): Use SImode in call to arith_4096_operand.
5156
5157 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5158
5159         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
5160         adjust %o1, not %o0 if the return type is large structure.
5161
5162 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5163
5164         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
5165         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
5166
5167 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
5168
5169         * expmed.c (expand_divmod): For signed divide by 2, prefer
5170         a branch and fewer shifts if branches are very cheap.
5171
5172 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5173
5174         * Makefile.in: Remove all targets related to building
5175         distributions and diffs, or INSTALL.
5176         * INSTALL, install1.texi: Remove.
5177         * configure.in: Remove mention of distdir.
5178         * configure: Regenerate.
5179         * objc/Make-lang.in: Remove mention of distdir.
5180
5181 2000-11-04  Neil Booth  <neilb@earthling.net>
5182
5183         * cpp.texi: Update for _Pragma.
5184
5185 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5186
5187         * gcc.texi (Contributing): Update URL for projects web page.
5188
5189 2000-11-04  Neil Booth  <neilb@earthling.net>
5190
5191         * cpplex.c (parse_string): Don't allow multiline strings in
5192         #include family directives.
5193
5194 2000-11-04  Neil Booth  <neilb@earthling.net>
5195
5196         * cpplib.c (do_line): Only warn pedantically if not reading
5197         preprocessed input.
5198
5199 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
5200
5201         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
5202         RETURN_POPS_ARGS().
5203
5204 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
5205
5206         * builtins.c (expand_builtin_strlen): Remove unused mode
5207         argument.
5208         * gcc.c (process_command): Remove unused variable.
5209         * fold-const.c: Include expr.h.
5210         * recog.c: Include reload.h.
5211         * Makefile.in (recog.o, fold-const.o): Update deps.
5212
5213 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
5214
5215         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
5216
5217 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
5218
5219         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
5220         handling.
5221         (STARTFILE_SPEC): Likewise.
5222         (LINK_SPEC): Likewise.
5223
5224 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5225
5226         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
5227         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
5228         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
5229
5230 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5231
5232         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
5233         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
5234         perm_calloc, get_identifier, maybe_get_identifier,
5235         real_value_from_int_cst, simple_cst_equal), varasm.c
5236         (assemble_name, assemble_real, immed_real_const_1,
5237         compare_constant_1, decode_rtx_const, output_constant_pool): Use
5238         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
5239         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
5240         bzero ().
5241
5242 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
5243
5244         * cppfiles.c (open_file): If already read, then don't reopen.
5245         Immediately close an empty file.
5246
5247 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
5248
5249         * expr.h (fold_builtin): Move declaration...
5250         * tree.h (fold_builtin): ... here.
5251
5252 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
5253
5254         * flow.c (verify_local_live_at_start): Allow hard regs to die.
5255
5256 2000-11-02  Neil Booth  <neilb@earthling.net>
5257
5258 config:
5259         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
5260         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
5261         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
5262         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
5263         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
5264         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
5265         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
5266         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
5267         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
5268         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
5269         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
5270         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
5271         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
5272         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
5273         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
5274         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
5275         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
5276         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
5277         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
5278         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
5279         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
5280         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
5281         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
5282         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
5283         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
5284         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
5285         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
5286         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
5287         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
5288         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
5289         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
5290         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
5291         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
5292         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
5293         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
5294         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
5295         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
5296         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
5297         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
5298         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
5299         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
5300         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
5301         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
5302         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
5303         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
5304         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
5305         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
5306         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
5307         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
5308         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
5309         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
5310         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
5311         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
5312         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
5313         vax/vaxv.h, vax/vms.h, we32k/we32k.h
5314
5315         Replace -A() with -A=, the new assertion syntax.
5316
5317 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
5318
5319         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
5320         elim_i1.
5321         In REG_DEAD handling: When handling parts of multi-hard-reg hard
5322         registers, increment the loop counter by the size of the parts;
5323         use recursion to handle individual parts.
5324
5325 2000-11-02  Neil Booth  <neilb@earthling.net>
5326
5327         * configure.in: Make integrated CPP the default.
5328         * configure: Regenerate.
5329
5330 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
5331
5332         * reload.c (find_equiv_reg): Test all hard registers for membership
5333         in the requested class.
5334
5335 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5336
5337         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
5338         process_command, main), gcov.c (open_files, output_data), tlink.c
5339         (frob_extension, scan_linker_output), toplev.c
5340         (file_name_nondirectory): Use strchr () and strrchr () instead of
5341         index () and rindex ().
5342
5343 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5344
5345         * c-common.c (get_flag_spec, check_format_info_main,
5346         check_format_types): Use strchr () instead of index ().  Compare
5347         against error_mark_node instead of comparing the TREE_CODE against
5348         ERROR_MARK.
5349
5350 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
5351
5352         Integrated CPP.
5353
5354         * c-lex.c (init_c_lex): Update cpp_start_read call.
5355         (cb_ident): Update for new callback prototype.
5356         (cb_def_pragma): Update for new cpp_get_token prototype.
5357         (c_lex): Similarly.  Use cpp_get_line.
5358
5359         * c-parse.in (finish_parse): Update for new cpp_finish
5360         prototype.
5361
5362         * cp/lex.c (finish_parse): Similarly.
5363
5364 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
5365
5366         * machmode.def: Add V16QImode.
5367
5368 2000-11-01  Richard Henderson  <rth@redhat.com>
5369
5370         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
5371         from rtl_for_decl_location.
5372         (add_location_or_const_value_attribute): Likewise.
5373
5374 2000-11-01  Neil Booth  <neilb@earthling.net>
5375
5376         * cpplib.c (run_directive): Use correct line number for output
5377         of _Pragma.  Remember any in-progress directive.
5378
5379         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
5380
5381 2000-11-01  Richard Henderson  <rth@redhat.com>
5382
5383         * stmt.c (expand_start_null_loop): Set continue_label.
5384
5385 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
5386
5387         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
5388         (expand_builtin_constant_p): Move parts of the code into
5389         fold_builtin_constant_p.
5390         (expand_builtin_strlen): Move parts of the code into fold_builtin.
5391         * expr.h (fold_builtin): Declare.
5392         * fold-const.c (fold): Handle builtin calls.
5393
5394         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
5395
5396 2000-11-01  Richard Henderson  <rth@redhat.com>
5397
5398         * stmt.c (expand_start_null_loop): New.
5399         (expand_end_null_loop): New.
5400         * c-semantics.c (genrtl_do_stmt): Use them.
5401         * tree.h: Declare them.
5402
5403 2000-11-01  Richard Henderson  <rth@redhat.com>
5404
5405         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
5406
5407 2000-11-01  Neil Booth  <neilb@earthling.net>
5408
5409         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
5410         * cp/spew.c: Similarly.
5411         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
5412         * cppmacro.c (stringify_arg): Similarly.
5413         * cpplib.h (CPP_BACKSLASH): Delete.
5414
5415 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5416
5417         * builtins.c (expand_builtin_strstr): New function.
5418         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
5419
5420         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
5421
5422         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
5423         and builtin strchr.
5424
5425 2000-10-31  Richard Henderson  <rth@redhat.com>
5426
5427         * config/i386/i386.c (fcmov_comparison_operator): Check for
5428         CCFPmode or CCFPUmode instead of CCmode.
5429         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
5430         unordered operations as well.
5431
5432 2000-10-31  Richard Henderson  <rth@redhat.com>
5433
5434         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
5435         of integer_zero_node.
5436
5437 2000-10-31  Richard Henderson  <rth@redhat.com>
5438
5439         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
5440
5441 2000-10-31  Nick Clifton  <nickc@redhat.com>
5442
5443         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
5444         -fdata-sections to override the section attribute of a DECL.
5445
5446 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
5447
5448         * libgcc2.c (__shtab): Remove __shtab variable.
5449         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
5450         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
5451         members.
5452
5453 2000-10-31  Jim Wilson  <wilson@redhat.com>
5454
5455         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
5456         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
5457         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
5458         instead of ASM_OUTPUT_INTERNAL_LABEL.
5459         (dwarf2out_end_block, dwarf2out_label): Likewise.
5460         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
5461         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
5462
5463 2000-10-31  Richard Henderson  <rth@redhat.com>
5464
5465         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
5466         (size_of_locs): Set it.
5467         (output_loc_operands): Use it to compute branch displacement.
5468         (int_loc_descriptor): New.
5469         (mem_loc_descriptor): Dereference memory in the proper size.
5470         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
5471         (loc_descriptor_from_tree): New.
5472         (rtl_for_decl_location): Break out from ...
5473         (add_location_or_const_value_attribute): ... here.
5474         (add_bound_info): Use loc_descriptor_from_tree.
5475
5476 2000-10-31  Neil Booth  <neilb@earthling.net>
5477
5478         * cpp.texi: Update for new command line assertion syntax.
5479         * cpplib.c (cpp_define): Simplify a bit.
5480         (cpp_assert, cpp_unassert): Use handle_assertion.
5481         (handle_assertion): New function; accept new command line
5482         syntax with '='.
5483         * testsuite/gcc.dg/cpp/assert3.c: New tests.
5484
5485 2000-10-31  Neil Booth  <neilb@earthling.net>
5486
5487         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
5488         undefined.  Remove #ifdef check.
5489         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
5490         Define STDC_0_IN_SYSTEM_HEADERS to 1.
5491
5492 2000-10-31  Jan Hubicka  <jh@suse.cz>
5493             Jakub Jelinek  <jakub@redhat.com>
5494
5495         * config/i386/i386.h: Clarify CCNOmode description in comment.
5496         (EXTRA_CC_MODES): Remove CCRCmode.
5497         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
5498         (put_condition_code, ix86_match_ccmode): Likewise.
5499         (ix86_cc_mode): Likewise.  Fix comment.
5500         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
5501         * config/i386/i386.md: Add unspec 12 description.
5502         (adddi3 split): Use unspec 12 instead of CCRCmode.
5503         (addsi3_carry_rc): Remove.
5504         (addsi3_cc, addqi3_cc): New patterns.
5505         (addsi_3): Swap operands, match CCZmode.
5506         (addsi_4): Rewritten.
5507         (addsi_5): Renamed from addsi_6.
5508         (addsi_6): Removed.
5509         (addhi_3): Swap operands, match CCZmode.
5510         (addhi_4): Rewritten.
5511         (addhi_5): Renamed from addhi_6.
5512         (addhi_6): Removed.
5513         (addqi_3): Swap operands, match CCZmode.
5514         (addqi_4): Rewritten.
5515         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
5516         (subsi3_carry_rc): Removed.
5517         (iorqi_3): Use =q constraint for clobber.
5518         (xorqi_cc_2): Likewise.
5519         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
5520         (x86_movsicc_0_m1_rc): Removed.
5521         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
5522
5523 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5524
5525         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
5526         and decrement of complex types.
5527
5528 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5529
5530         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
5531         builtin fputs, ensure we still evaluate the stream in case it
5532         has side-effects.
5533
5534 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
5535
5536         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
5537         to expand_shift.
5538
5539 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
5540
5541         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
5542         (fp_extended_operand, emit_fpscr_use): Likewise.
5543         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
5544         (fpul_operand): New function.
5545         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
5546         fp_extended_operand.  Add fpul_operand.
5547         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
5548         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
5549         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
5550         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
5551         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
5552         (divdf3_i): Likewise.
5553         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
5554         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
5555         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
5556         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
5557         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
5558
5559 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
5560
5561         * config/i386/i386.c (ix86_init_builtins): Correct return type
5562         building v4hi_ftype_v4hi_int_int tree node.
5563         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
5564         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
5565
5566         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
5567         for operand 1.
5568         (mmx__uavgv8qi3): Correct insn mnemonic.
5569         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
5570         (mmx_punpckhwd): Correct insn mnemonic.
5571         (mmx_punpckhdq): Likewise.
5572         (mmx_punpcklwd): Likewise.
5573         (mmx_punpckldq): Likewise.
5574         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
5575         Renumber case labels to match the _mm_prefetch constants defined in
5576         xmmintrin.h.
5577
5578         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
5579         if the splitter didn't emit new insns.
5580         Make sure we call cleanup_subreg_operands even when splitting the last
5581         insn in a basic block.
5582
5583         * invoke.texi (Debugging Options): Describe -do.
5584         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
5585         (dump_file): Likewise.
5586         (rest_of_compilation): Split .greg dump into .greg and .postreload.
5587
5588 2000-10-30  Neil Booth  <neilb@earthling.net>
5589
5590         * cppfiles.c (stack_include_file): Check for stacked contexts
5591         here.
5592         * cpphash.h (_cpp_do__Pragma): New prototype.
5593         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
5594
5595         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
5596         escaped newlines if !(buffer->from_stage3).
5597         (_cpp_lex_token): Warn about missing newlines iff
5598         !buffer->from_stage3.
5599
5600         * cpplib.c (get__Pragma_string, destringize,
5601         _cpp_do__Pragma): New functions.
5602         (run_directive): Set output_line for _Pragma to avoid line
5603         markers in output.  Set from_stage3 and prevent macro expansion
5604         for _Pragma and command-line options.  Check buffer exhaustion.
5605         (cpp_push_buffer): Don't check for stacked macro contexts, as
5606         this is perfectly legitimate for _Pragma.  Move the check to
5607         stack_include_file instead. Set from_stage3 iff buffer is
5608         preprocessed input.
5609
5610         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
5611         unsigned. New boolean from_stage3.
5612         (struct spec_nodes): Add n__Pragma.
5613
5614         * cppmacro.c (enter_macro_context): Flip sense of return value.
5615         (_cpp_get_token): Handle _Pragma operator.
5616
5617 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
5618
5619         * gcc.texi:  The C++ standard isn't "draft" anymore.
5620
5621 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
5622
5623         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
5624
5625 2000-10-29  Neil Booth  <neilb@earthling.net>
5626
5627         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
5628
5629 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5630
5631         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
5632         fixinc/inclhack.def: Change comments mentioning C9X to refer to
5633         C99 instead.
5634
5635         * invoke.texi: Document that -V will only work for very similar
5636         versions of driver and compiler.
5637
5638 2000-10-29  Neil Booth  <neilb@earthling.net>
5639
5640         * cppmacro.c (_cpp_create_definition): Optimize the case of
5641         a macro defined to itself.
5642
5643 2000-10-29  Neil Booth  <neilb@earthling.net>
5644
5645         * cpplex.c (save_comment): Don't store new lines in C++ comments.
5646
5647 2000-10-29  Michael Hayes  <mhayes@redhat.com>
5648
5649         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
5650
5651 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
5652
5653         * cpphash.c (cpp_forall_identifiers): Add context variable
5654         for callback routine.
5655         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
5656         change.
5657         (main): Call cpp_forall_identifiers with null context.
5658         * cpplib.h (cpp_forall_identifiers): Update prototype.
5659
5660         * cppmain.c: Make `parse_in' and `print' static.
5661
5662 2000-10-28  Alan Modra <alan@linuxcare.com.au>
5663
5664         * c-decl.c (finish_function): Clear c_function_name_declared_p.
5665
5666 2000-10-28  Richard Henderson  <rth@redhat.com>
5667
5668         * regrename.c (scan_rtx_address): Frob action, not class,
5669         when trying to disable optimization.
5670
5671 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
5672
5673         * c-semantics.c (make_rtl_for_local_static): Don't clobber
5674         DECL_ASSEMBLER_NAME.
5675
5676 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5677
5678         * configure.in: Determine and substitute gcc_version_full.
5679         * configure: Regenerate.
5680         * gccbug.in: Use it to give full version.  Don't allow
5681         confidential PRs.
5682
5683 2000-10-28  Richard Henderson  <rth@redhat.com>
5684
5685         * recog.c (split_all_insns): Run cleanup_subreg_operands
5686         after reload.
5687
5688         * regrename.c (regrename_optimize): Verify that all registers of
5689         a multiple register mode are available.
5690         (scan_rtx_address): Accept the mode of the address; all callers
5691         changed.
5692
5693         * cpplib.c (run_directive): Fix prototype.
5694
5695 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
5696
5697         * reload.c (find_reloads): Distinguish "wins" so that we know whether
5698         a given operand won because of a matching constraint or not; then use
5699         that information to compute goal_alternative_matched properly.
5700         * reload1.c (choose_reload_regs): Never set reload_override_in for an
5701         optional reload.
5702
5703         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
5704         accurate value for MULT.
5705         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
5706         2% or > 98% before using static branch prediction bits.
5707
5708 2000-10-28  Neil Booth  <neilb@earthling.net>
5709
5710         New macro expander.
5711
5712         * cpplib.c (struct answer): New.
5713         (struct if_stack): Use cpp_lexer_pos rather than line and col.
5714         Rename cmacro mi_cmacro.
5715         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
5716         IN_I): New directive and flags.
5717         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
5718         parse_answer, parse_assertion, find_answer): New functions.
5719         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
5720         (lex_macro_node): New function to replace parse_ifdef and
5721         get_define_node.
5722
5723         (_cpp_handle_directive): New function, combines _cpp_check_directive
5724         and _cpp_check_linemarker.
5725
5726         (do_define, do_undef, parse_include, do_include, do_import,
5727         do_include_next, read_line_number, do_line, do_ident, do_pragma,
5728         do_pragma_once, do_pragma_poison, do_pragma_dependency):
5729         Update for new token getting interface.
5730
5731         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
5732         : Update for new multiple-include optimisation technique.
5733         (do_elif): Don't forget to invalidate controlling macros.
5734
5735         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
5736         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
5737         Functions to handle assertions with the new token interface.
5738         (do_assert, do_unassert): Use them.
5739
5740         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
5741         Use run_directive.
5742
5743         (_cpp_init_stacks): Register directive names.  Don't register special
5744         nodes.
5745
5746         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
5747         new position recording regime.
5748         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
5749         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
5750         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
5751         (cpp_type2name): Move to cpplex.c.
5752
5753         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
5754         (parse_defined): Update to handle new multiple include optimisation
5755         method.  Remove poisoned identifier warning.
5756         (parse_assertion, TYPE_NAME): Delete.
5757         (lex): Update for multiple include optimisation, removal of
5758         CPP_DEFINED, to use _cpp_test_assertion for assertions and
5759         cpp_token_as_text.
5760         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
5761         (op_as_text): New function, to wrap cpp_token_as_text.
5762
5763         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
5764         Update for MI optimisation.
5765         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
5766         segfault on diagnostic.
5767         (_cpp_compare_file_date): Take a token rather than 3 args.
5768         (cpp_read_file): Work correctly for zero-length files.
5769
5770         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
5771         _cpp_init_hashtable and _cpp_cleanup_hashtable.
5772         (cpp_lookup): Place identifiers at front of identifier pool
5773         for _cpp_lookup_with_hash.
5774         (_cpp_lookup_with_hash): Require identifiers to be at the front of
5775         the identifier pool.  Commit the memory if not already in the
5776         hash table.
5777
5778         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
5779         Initialise various members of cpp_reader, memory pools, and the
5780         special nodes.
5781         (cpp_printer_init): Delete.
5782         (cpp_cleanup): Update.
5783         (struct builtin, builtin_array, initialize_builtins): Update for new
5784         hashnode definition and builtin handling.
5785         (cpp_start_read, cpp_finish): Don't take or initialise a
5786         printer.  Update.
5787
5788         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
5789         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
5790         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
5791         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
5792         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
5793         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
5794         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
5795         struct toklist, struct cpp_context, struct specnodes,
5796         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
5797         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
5798         enum builtin_type, cpp_can_paste): New.
5799         (struct cpp_token): Delete line and col members.
5800         (struct cpp_buffer): New member output_lineno.
5801         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
5802         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
5803         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
5804         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
5805         base_context, context, directive, mi_state, mi_if_not_defined,
5806         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
5807         mlstring_pos, macro_buffer, macro_buffer_len.
5808         Delete members mls_line, mls_column, token_list, potential_control_macro,
5809         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
5810         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
5811         save_parameter_spellings, need_newline, .
5812         Change type of date, time and spec_nodes members.
5813         Change prototypes for include and ident callbacks.
5814         (struct cpp_hashnode): Change type of name.  Remove union members
5815         expansion and code.  Add members macro, operator and builtin.
5816
5817         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
5818         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
5819         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
5820         cpp_stop_lookahead): New prototypes.
5821         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
5822
5823         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
5824         Move from cpphash.h.
5825
5826         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
5827         ufputs): Move to cpplib.h.
5828         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
5829         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
5830         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
5831         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
5832         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
5833         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
5834         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
5835         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
5836         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
5837         _cpp_parse_assertion, _cpp_find_answer): Delete.
5838         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
5839         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
5840         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
5841         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
5842         _cpp_handle_directive, DSC): New.
5843         (struct include_file): New member defined.
5844
5845         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
5846         _cpp_compare_file_date): Update.
5847         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
5848         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
5849         _cpp_cleanup_hashtable.
5850
5851         * Makefile.in: Remove cppoutput.c.
5852
5853         * cppoutput.c: Delete
5854
5855         * fixheader.c (read_scan_file): Update for new cpp_get_token
5856         prototype.
5857         (recognized_function): New argument LINE.
5858
5859         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
5860         new cpp_get_token prototype.
5861
5862         * scan.h (recognized_function): Update prototype.
5863
5864         * po/POTFILES.in: Remove cppoutput.c.
5865
5866 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
5867
5868         * c-typeck.c (check_init_type_bitfields): Remove.
5869         (constructor_incremental): Likewise.
5870         (struct constructor_stack): Remove incremental bit.
5871         (struct initializer_stack): Likewise.
5872         (start_init): Don't play with constructor_incremental.
5873         (finish_init): Likewise.
5874         (really_start_incremental_init): Likewise.
5875         (push_init_level): Likewise.
5876         (pop_init_level): Likewise.
5877         (output_init_level): Likewise.
5878         (output_pending_init_elements): Likewise.
5879
5880 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
5881
5882         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
5883         Improve error messages.  Correct parsing of
5884         #pragma pack(pop [,id]).  Do not check the user-supplied
5885         alignment if we're popping.
5886
5887         * gcc.dg/pack-test-1.c: New test case.
5888         * gcc.dg/pack-test-2.c: New test case.
5889         * gcc.dg/pack-test-1.h: New file.
5890
5891 2000-10-27  Neil Booth  <neilb@earthling.net>
5892
5893         * cpp.texi: Update.
5894
5895 2000-10-27  Kelley Cook <kelley.cook@home.com>
5896
5897         * invoke.texi: Document -mintel-syntax
5898
5899 2000-10-27  Richard Henderson  <rth@redhat.com>
5900
5901         * invoke.texi: Document -frename-registers.  Add it to -O3.
5902         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
5903         (enum dump_file_index, dump_file): Update order.
5904         (main): Set flag_rename_registers at -O3.
5905
5906 2000-10-27  Richard Henderson  <rth@redhat.com>
5907
5908         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
5909         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
5910         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
5911         * config/alpha/alpha.md (call_osf_1): Use it.
5912         (call_value_osf_1): Likewise.
5913
5914         * config/ia64/ia64.c: Revert 10-23 patch.
5915         (ia64_hard_regno_rename_ok): New.
5916         * config/ia64/ia64-protos.h: Declare it.
5917         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
5918
5919 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
5920             Richard Henderson  <rth@redhat.com>
5921
5922         * regrename.c: Rewrite to handle multi-register modes and
5923         cond_exec instructions.
5924         * Makefile.in (regrename.o): Update dependancies.
5925         * recog.h (struct operand_alternative): Add is_address.
5926         * recog.c (preprocess_constraints) [case 'p']: Set it.
5927
5928 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
5929
5930         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
5931         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
5932         top level.  Kill oldstyle_subdirs.  Do not include
5933         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
5934         $outputs.  Do not run configure.lang from config.status.
5935         Rearrange warning-flag logic to correspond to what the
5936         makefile wants.  Put special vax stage1 options in
5937         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
5938         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
5939         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
5940         switch is given, nothing otherwise.
5941         * configure.lang: Delete.
5942
5943         * Makefile.in: Expunge all traces of extra_c_objs,
5944         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
5945         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
5946         warning options via a three level scheme so that -pedantic and
5947         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
5948         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
5949         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
5950         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
5951         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
5952         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
5953         generation rules.  Wrap all rules that change the current
5954         directory in parentheses; pmake doesn't spawn a new shell for
5955         each command.  Expunge all references to $(P).  When one
5956         command depends on another and they're run all at once, use &&
5957         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
5958         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
5959         and beyond.
5960
5961         * objc/Make-lang.in: Wrap all rules that change the current
5962         directory in parentheses.  Expunge all references to $(P).
5963         When one command depends on another and they're run all at
5964         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
5965         all object-file generation rules.  Delete obsolete variables.
5966         * objc/Makefile.in: Delete.
5967
5968 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
5969
5970         * calls.c (expand_call): If sibcall_failure is set during pass 1,
5971         clear tail_call_insns as well.
5972
5973 2000-10-27  Nick Clifton  <nickc@redhat.com>
5974
5975         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
5976         prototype.
5977
5978 2000-10-26  Richard Henderson  <rth@redhat.com>
5979
5980         * calls.c (expand_call): Supress sibcall if we have a
5981         BLKmode return in registers.
5982
5983 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
5984
5985         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
5986         into memory.
5987
5988 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
5989
5990         * tree.c (make_node, case 't'): Set alignment to that of
5991         char_type_node.
5992         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
5993
5994 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
5995
5996         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
5997         * configure.in (enable-libstdcxx-v3): Arrange to have
5998         HAVE_LIBSTDCXX_V3 substituted into the output files.
5999
6000 2000-10-25  Richard Henderson  <rth@redhat.com>
6001
6002         * recog.c (constrain_operands): Initialize which_alternative
6003         before no alternatives early exit.
6004
6005         * cse.c (find_comparison_args): Check that we can reverse a
6006         comparison if needed before accepting the substitution.
6007
6008         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
6009
6010         * simplify-rtx.c (simplify_relational_operation): Sign extend
6011         low words before sign extending to high words.
6012
6013 2000-10-25  Nick Clifton  <nickc@redhat.com>
6014
6015         * config/mcore/mcore.c: Include config.h before system.h.
6016
6017 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
6018
6019         * config/mcore/mcore.md (return): Force function epilogue to
6020         always be generated to work around epilogue suppression bug in
6021         M*Core backend.
6022
6023 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6024
6025         * c-decl.c (grokdeclarator): Move warning for qualified void
6026         return types with -pedantic to when the function type is
6027         constructed.  At -W, warn in general for qualified function return
6028         types, except for volatile void.
6029         * invoke.texi: Document this new warning at -W.
6030
6031 2000-10-25  Neil Booth  <neilb@earthling.net>
6032
6033         * cpp.texi: Update with implementation-defined behavior and
6034         internal limits.
6035
6036 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
6037
6038         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
6039         incomplete type force it into alias set 0.
6040
6041 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
6042
6043         * alias.c: Include basic-block.h.
6044         (loop_p): New function.
6045         (mark_constant_function): Use it.
6046         * Makefile.in (alias.o): Update dependencies.
6047
6048 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
6049
6050         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
6051         like memory.
6052
6053 2000-10-24  Jim Wilson  <wilson@cygnus.com>
6054
6055         * expmed.c (store_bit_field): Move integer pun code down after
6056         code that calls emit_move_insn for entire register move.
6057         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
6058         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
6059
6060 2000-10-24  Richard Henderson  <rth@cygnus.com>
6061
6062         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
6063         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
6064
6065 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
6066
6067         * gcse.c (cprop_insn): do not propagate constants into jump_insn
6068         for machines with CC0 more than once.
6069
6070 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
6071
6072         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
6073         pseudos just like memory.
6074
6075 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
6076
6077         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
6078         when deleting libcall sequence collapsed to a single instruction.
6079
6080 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
6081
6082         * expr.c (do_store_flag): Don't crash if either side of a
6083         comparison is error_mark_node.
6084
6085 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
6086
6087         * sibcall.c (purge_mem_unchanging_flag): New function.
6088         (optimize_sibling_and_tail_recursive_calls): Call it.
6089
6090 2000-10-24  Philipp Thomas  <pthomas@suse.de>
6091
6092         * Makefile.in (check-po): New target for doing checks in the po
6093         subdir if all languages configured.
6094         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
6095         configure if NLS is enabled.
6096         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
6097         otherwise leave empty.
6098         * configure: Regenerate.
6099
6100 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
6101
6102         * i386.c (print_operand): Handle new 'A' formatting code.
6103         387 opcodes need suffixes even with -mintel-syntax.
6104         Check for explicit size override (codes 'b', 'w' and 'k').
6105         (print_operand_address): Check if register prefix is needed when
6106         emitting `ds' segment override.
6107         * i386.h: Add comment about new 'A' formatting code.
6108         * i386.md (jump and call patterns): Emit absolute references using %A.
6109
6110 2000-10-23  Richard Henderson  <rth@cygnus.com>
6111
6112         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
6113         output registers as fixed.
6114         (ia64_function_epilogue): Undo output fixation.
6115
6116 2000-10-23  Richard Henderson  <rth@cygnus.com>
6117
6118         * config/alpha/alpha.md: Add names for all unnamed insns; use
6119         define_insn_and_split in some obvious places.
6120         (lda): Remove.
6121         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
6122         (zero_extendqisi2, zero_extendqidi2): Likewise.
6123         (zero_extendhisi2, zero_extendhidi2): Likewise.
6124         (abs splitters): Fix match_scratch operand number.
6125         (bcc_reverse): Swap pc & label instead of non-canonical compare.
6126
6127 2000-10-23  Jim Wilson  <wilson@cygnus.com>
6128
6129         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
6130         CONST_INT.
6131         * ia64.md (cmpsi_adjusted): Use %r3.
6132         (cmpdi_adjusted): Likewise.
6133
6134 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
6135
6136         * config/i386/att.h (ASM_FILE_START): Define.
6137
6138 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
6139
6140         * config/i386/linux.h (ASM_FILE_START): Define.
6141
6142 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
6143
6144         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
6145         since this (only) drags in a crt0.o reference that the .ld files
6146         also introduce.
6147
6148 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
6149
6150         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
6151         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
6152         reloads just like an RELOAD_FOR_OUTPUT would.
6153
6154         * local-alloc.c (update_equiv_regs): Add an abort().  When
6155         deleting or moving insns, update reg_equiv[regno].init_insns.
6156
6157 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
6158
6159         * c-tree.texi: Improve documentation for IF_STMTs and related
6160         conditional statements.
6161
6162 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
6163
6164         * expr.c (do_preexpand_calls): Remove.
6165         (same_from_p): Don't use CALL_EXPR_RTL.
6166         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
6167         (preexpand_calls): Remove.
6168         * tree.c (first_rtl_op): Remove CALL_EXPR case.
6169         (unsave_expr_1): Likewise.
6170         * tree.def (CALL_EXPR): Give it only two slots.
6171         * tree.h (CALL_EXPR_RTL): Remove.
6172
6173 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
6174
6175         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
6176         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
6177         New functions.
6178
6179 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
6180
6181         * calls.c (combine_pending_stack_adjustment_and_call): Don't
6182         adjust stack when unadjusted_alignment ends up as zero.
6183
6184 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6185
6186         * fixinc/genfixes: Remove EGCS reference.
6187         * install.texi: Remove EGCS reference.
6188         * INSTALL: Regenerate.
6189
6190 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
6191
6192         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
6193
6194 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6195
6196         * diagnostic.c: Remove EGCS reference in comment.
6197
6198 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6199
6200         * loop.c (strength_reduce): Fix error in last change.
6201
6202 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
6203
6204         * Makefile.in (SHLIB_NM_FLAGS): New.
6205         (libgcc.mk): Pass it.
6206         * mklibgcc.in (libgcc.map): Use it.
6207
6208         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
6209         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
6210
6211 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6212
6213         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
6214
6215         * sparc.c (load_pic_register): Delete unused varaible.
6216
6217         * libgcc2.c (__addvsi3): Delete unused variable.
6218
6219         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
6220         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
6221         __negvdi2): Prototype.
6222
6223         * ssa.c (apply_delayed_renames): Avoid undefined operation.
6224
6225         * toplev.c (display_target_options): Make static to match
6226         prototype.  Delete empty declaration.
6227
6228 2000-10-20  Tom Tromey  <tromey@cygnus.com>
6229
6230         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
6231         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
6232
6233 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6234
6235         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
6236         returned MEM.
6237         (expand_expr_unaligned, case ARRAY_REF): Check that index is
6238         a constant before comparing it; use tree_low_cst.
6239         * tree.c (save_expr): Set TREE_READONLY.
6240         (substitute_expr): Return inside of NON_LVALUE_EXPR.
6241         (build, build1): Set TREE_READONLY if all operands are.
6242         (build_index_type): If upper bound is a negative number, lower
6243         bound is zero and sizetype is unsigned, use upper bound of one and
6244         lower of zero.
6245
6246 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
6247
6248         * gcc.c (process_command, main): Use "because" instead of
6249         "since" in error messages.
6250
6251 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6252
6253         * stor-layout.c (compute_record_mode): Use tree_low_cst.
6254         Don't use mode of field for record unless sizes are the same.
6255         (layout_type, case ARRAY_TYPE): Remove special bounds handling
6256         previously added for Ada; also change to using host_integerp
6257         and tree_low_cst.
6258
6259         * loop.c (strength_reduce): Show when new register made for
6260         giv is known to be a pointer and its aligment if so and known.
6261         (loop_dump_aux): Show VERBOSE parameter unused.
6262
6263         * gcse.c (set_hash_table_size): Now unsigned.
6264         * sdbout.c (template_name_p): Add "const" to avoid warnings.
6265         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
6266         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
6267         (sdbout_end_epilogue): Remove variable NAME.
6268         * system.h (getopt): Add default definition.
6269         * config/alpha/alpha.c (print_operand): Don't continue processing
6270         after issuing error.
6271         (summarize_insn): Avoid use of UL in constant.
6272
6273         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
6274
6275         * fold-const.c (force_fit_type): Unsigned values can overflow
6276         if they are sizetype.
6277         (int_const_binop): Don't use cache if overflows.
6278
6279 2000-10-20  Richard Henderson  <rth@cygnus.com>
6280
6281         * function.c (locate_and_pad_parm): Zero alignment_pad.
6282
6283         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
6284         perform substitutions, and apply_change_group to see if it worked.
6285
6286 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6287
6288         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
6289
6290         * combine.c (struct undo): Change int to unsigned int.
6291         (do_SUBST_INT): Args are unsigned int.
6292         (make_extraction, force_to_mode): Use proper type when forming mask.
6293         (make_field_assignment): Likewise.
6294
6295 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6296
6297         * c-common.c (check_format_info_recurse): Extract string constant
6298         initializers from non-volatile constant arrays and check them as
6299         formats.
6300         * c-typeck.c (decl_constant_value): Don't check pedantic or check
6301         for DECL_MODE (decl) != BLKmode.
6302         (decl_constant_value_for_broken_optimization): New function which
6303         includes these checks.
6304         (default_conversion, convert_for_assignment, digest_init): Use
6305         decl_constant_value_for_broken_optimization instead of
6306         decl_constant_value.
6307
6308 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
6309
6310         * tree.h (DECL_ALIGN_UNIT): New macro.
6311
6312 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
6313
6314         * config/avr/avr-protos.h (avr_output_bld): New.
6315         (out_shift_with_cnt): Add t_len argument.
6316         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
6317         (output_movqi, output_movhi, output_movsisf): Optimize loading
6318         any constant with exactly one bit set to NO_LD_REGS.
6319         (out_shift_with_cnt): Optimize output code for size or speed,
6320         depending on optimize_size.  Handle small shift counts as well
6321         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
6322         with or without a scratch register, with help of __tmp_reg__
6323         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
6324         length of TEMPLATE in words, return total insn length in *LEN.
6325         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
6326         out_shift_with_cnt to work with the above change.
6327         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
6328         lshrsi3_out): Likewise.  Optimize more known shift count cases.
6329         Remove cases already well optimized in out_shift_with_cnt.
6330         (avr_output_bld): New function.
6331         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
6332         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
6333         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
6334         Add reload_completed to insn condition - only for peepholes.
6335         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
6336         in a register or memory.
6337         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
6338         Do not require a scratch register.
6339         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
6340         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
6341         Optimize shifts by known count using a scratch register, but only
6342         if one is still available after register allocation.
6343
6344 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6345
6346         * t-vax: New file.  Don't build modules from libgcc1.c.
6347
6348 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
6349
6350         * alias.c: (mark_constant_function): Don't check pure functions.
6351         Initialize and end alias analysis.
6352         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
6353         Don't make a special exception for recursion.  Handle
6354         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
6355         unless it's volatile.
6356
6357         * local-alloc.c (equivalence): New structure.
6358         (reg_equiv): Define.
6359         (contains_replace_regs): Remove array and use
6360         field in reg_equiv.
6361         (memref_referenced_p): Likewise.
6362         (no_equiv): Likewise.
6363         (update_equiv_regs): Likewise.
6364
6365         (equiv_init_varies_p,
6366         equiv_init_movable_p): New functions.
6367         (update_equiv_regs): Use them.  Use rtx_varies_p
6368         instead of function_invariant_p.  Process insns
6369         from end to beginning.  Allow a REG_EQUIV insn
6370         within the same loop as a use to be moved, also
6371         allow it to be moved out of a loop.  Update
6372         REG_DEAD notes when substituting into an insn.
6373
6374 2000-10-19  Jim Wilson  <wilson@cygnus.com>
6375
6376         * c-decl.c (start_decl): Check for error_mark_node type before using
6377         COMPLETE_TYPE_P.
6378         (finish_decl): Likewise.  Don't give an error if decl type is
6379         already error_mark_node.
6380
6381         * haifa-sched.c (compute_trg_info): Add explanatory comments.
6382         New local update_blocks.  Use update_blocks to remove duplicates
6383         when computing update blocks.  Check for bblst_table overflow.
6384         (schedule_block): Add explanatory comment.  Reduce bblst_size by
6385         factor of 2.
6386         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
6387         notes.
6388
6389 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6390
6391         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
6392
6393 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6394
6395         * expmed.c: Minor corrections in comments.
6396         * invoke.texi: Added desciption for the new option -ftrapv.
6397
6398 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
6399
6400         * libgcc2.c: Added the missing #endif.
6401
6402 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6403
6404         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
6405
6406 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
6407
6408         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
6409         Use smulv_optab for -ftrapv.
6410         (expand_mult_highpart): Use unsigned multiply.
6411         (expand_divmod): Special-case division by -1.
6412         For EXACT_DIV_EXPR, do right shift first, then the multiply.
6413         For complex divide, use abs with unsigned result.
6414         * expr.c (force_operand): Use unsigned multiply.
6415         (expand_expr): Use overflow-trapping optabs for signed types if
6416         flag_trapv.
6417         If flag_trapv, don't generate a recursive call with EXPAND_SUM
6418         if the type is signed and the original call wasn't EXPAND_SUM or
6419         EXPAND_INITIALIZER.
6420         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
6421         (negv_optab, absv_optab): Declare.
6422         * flags.h (flag_trapv): Declare.
6423         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
6424         smulv_optab, sdivv_optab, negv_optab and absv_optab.
6425         (gen_insn): Interpret '$P' as requiring an integer mode,
6426         including partial integer modes.
6427         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
6428         (product_cheap_p): Use unsigned expand_mult.
6429         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
6430         (negv_optab, absv_optab): Define.
6431         (expand_binop): Use overflow-trapping optabs for signed types if
6432         flag_trapv.
6433         Handle negv_optab libe neg_optab.
6434         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
6435         Use overflow-trapping optabs for signed result if flag_trapv.
6436         (expand_complex_abs): Use overflow-trapping optabs for signed types if
6437         flag_trapv.
6438         Don't open-code complex absolute-value operation for flag_trapv.
6439         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
6440         sdivv_optab, negv_optab and absv_optab.
6441         * toplev.c (flag_trapv): Define.
6442         (lang_independent_options f_options): Include flag_trapv.
6443         * tree.h (TYPE_TRAP_SIGNED): Define.
6444         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
6445         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
6446         New functions.
6447         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
6448         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
6449
6450 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
6451             David V. Henkel-Wallace  <gumby@cygnus.com>
6452
6453         * config/i386/t-netware: Bring in from the Red Hat tree.
6454         * config/i386/netware.h: Likewise.
6455         * config/netware.h: Likewise.
6456         * config/rs6000/netware.h: Delete.
6457         * configure.in: Add i[34567]86-*-netware.
6458         * configure: Hand-edit to match configure.in change.
6459
6460 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
6461
6462         * c-common.h (flag_no_builtin): Declare.
6463         (flag_no_nonansi_builtin): Likewise.
6464         (c_common_nodes_and_builtins): Change prototype.
6465         * c-common.c (flag_no_builtin): New variable.
6466         (flag_no_nonansi_builtin): Likewise.
6467         (c_common_nodes_and_builtins): Remove parameters.  Adjust
6468         accordingly.
6469         * c-decl.c (flag_no_builtin): Remove.
6470         (flag_no_nonansi_builtin): Likewise.
6471         (init_decl_processing): Adjust call to
6472         c_common_nodes_and_builtins.
6473
6474 2000-10-18  Marc Espie <espie@openbsd.org>
6475
6476         * tm.texi (LIBGCC_SPEC): Synch with reality.
6477
6478 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6479
6480         * c-common.c (check_format_types): Check for writing through a
6481         NULL pointer argument.
6482
6483 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
6484
6485         * tm.texi (Exception Region Output): Document
6486         DWARF_CIE_DATA_ALIGNMENT.
6487         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
6488         #ifndef.
6489         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
6490         DWARF_CIE_DATA_ALIGNMENT.
6491
6492 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
6493
6494         * basic-block.h (struct loop): Delete fields pre_header_root
6495         and pre_header_trace and replace with pre_header_edges
6496         and num_pre_header_edges.
6497         * flow.c (flow_loop_dump): Dump pre_header_edges.
6498         (flow_loops_free): Free pre_header_edges.
6499         (flow_loop_pre_header_scan): Calculate pre_header_edges.
6500
6501 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6502
6503         * contrib.texi: Update references to steering committee members
6504         and Jeff Law's entry.
6505
6506 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6507
6508         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
6509         (maybe_read_dollar_number, check_format_info_main): Use them for
6510         pedantic warning messages.
6511
6512 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6513
6514         * c-common.c (check_format_info_main): Minor cleanup: move
6515         variables into inner scopes; initialize declarations where
6516         appropriate; don't hardcode "scanf" name on warning for zero
6517         width.
6518
6519 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
6520
6521         * c-common.c (back_end_hook): New variable.
6522         * c-common.h (back_end_hook): Declare it.
6523         * c-lang.c (finish_file): Use it.
6524
6525         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
6526         earlier.
6527
6528 2000-10-18  Jan Hubicka  <jh@suse.cz>
6529
6530         * i386.c (ix86_comparison_operator, put_condition_code,
6531         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
6532         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
6533         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
6534         * i386.md (adddi and negdi splitter): Use CCRCmode.
6535         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
6536         (subsi3_carry): add '*'
6537         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
6538         (cmp to add peep2): Use CCRCmode; swap operands.
6539
6540 2000-10-18  Kazu Hirata  <kazu@hxi.com>
6541
6542         * h8300.c: Fix a comment typo.
6543         (round_frame_size): New.
6544         (compute_saved_regs): Likewise.
6545         (push): Likewise.
6546         (pop): Likewise.
6547         (push_order): Remove.
6548         (pop_order): Likewise.
6549         (function_prologue): Rearrange code for readability.
6550         (function_epilogue): Likewise.
6551
6552         * config/h8300/h8300.md: Remove an unnecessary sign_extend
6553         expander that is used when not optimizing.  Output a tab after
6554         each assembly insns.
6555
6556         * reorg.c: Fix formatting.
6557
6558 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
6559
6560         * reload1.c (move2add_note_store): Check for simple
6561         auto-inc in destination.
6562
6563 2000-10-17  Michael Chastain  <chastain@redhat.com>
6564
6565         * config/i386/i386-aout.h: define INT_ASM_OP.
6566
6567 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
6568
6569         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
6570
6571 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
6572
6573         * i370.md: Fix spelling typo.
6574
6575 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6576
6577         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
6578         Fixes execute/20001017-1.c on powerpc-linux-gnu.
6579
6580         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
6581         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
6582         LABEL_REF.
6583
6584         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
6585         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
6586         here...
6587         * rs6000/aix.h: ...to here.
6588         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
6589
6590 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
6591
6592         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
6593
6594         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
6595         sure linker can relax even the delay slot mov %g1,%o7, fix output
6596         formating.
6597
6598 2000-10-17  Kazu Hirata  <kazu@hxi.com>
6599
6600         * config/h8300/h8300.md: Remove an unnecessary zero_extend
6601         expander that is used when not optimizing.  Output a tab after
6602         each assembly insns.
6603
6604 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
6605
6606         * gcc.c: New options --target-help.
6607         (process_command): Added code to parse this new option.
6608         * toplev.c (display_target_options): New function to support the
6609         above new option.
6610         * cppinit.c (new_pending_directive) : New option OPT_target__help.
6611         (cpp_handle_option): Support this new option.
6612         * invoke.texi: Added notes about --target-help option.
6613
6614 2000-10-17  Graham Stott  <grahams@redhat.com>
6615
6616         * config/i386/i386.md (testqi_1): Add missing operand prefix
6617         for operand 0.
6618         * config/i386/i386-protos.h: Add missing prototype.
6619
6620 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
6621
6622         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
6623         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
6624         using -mintel-syntax.
6625
6626 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6627
6628         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
6629         (format_types): Use it for printf.
6630         (maybe_read_dollar_number): Add parameter for the kind of format
6631         involved.  Warn for multiple use for arguments if this is
6632         inappropriate for the kind of format involved.
6633         (check_format_info_main): Update calls to maybe_read_dollar_number.
6634
6635 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6636
6637         * inclhack.def (hpux_maxint): Also apply fix to values.h.
6638         * fixincl.x: Rebuilt.
6639
6640 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
6641
6642         * genrecog.c (write_switch): Return the first condition that needs a
6643         label.
6644
6645 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6646
6647         * c-tree.h (warn_sequence_point): Move declaration to...
6648         * c-common.h (warn_sequence_point): ... here.
6649         * c-decl.c (warn_sequence_point): Move definition to...
6650         * c-common.c (warn_sequence_point): ... here.
6651         (struct reverse_tree): New.
6652         (reverse_list, reverse_max_depth): New static variables.
6653         (build_reverse_tree, common_ancestor, modify_ok
6654         verify_sequence_points): New functions.
6655         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
6656         * c-typeck.c (check_modify_expr): Delete.
6657         (build_modify_expr): Don't call it.
6658
6659 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6660
6661         * c-common.h (warn_missing_format_attribute): New variable.
6662         * c-decl.c (warn_missing_format_attribute): New variable.
6663         (c_decode_option): Decode -Wmissing-format-attribute and
6664         -Wno-missing-format-attribute.
6665         * c-common.c (check_function_format): If
6666         -Wmissing-format-attribute, give a warning where a vprintf or
6667         vscanf function is called by a function without its own printf or
6668         scanf attribute.
6669         * toplev.c (documented_lang_options): Add
6670         -Wmissing-format-attribute.
6671         * invoke.texi: Document -Wmissing-format-attribute.
6672
6673 2000-10-17  Marc Espie <espie@openbsd.org>
6674
6675         * invoke.texi (-shared): Insist on requiring code generation flags
6676         to be used along with -shared, and document the subtle failure that
6677         may occur otherwise.
6678
6679 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6680
6681         * pa.md (return_internal): Move `use' after `return'.
6682
6683 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6684
6685         * machmode.def: Correct comment.
6686
6687 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
6688
6689         * print-rtl.c (print_rtx_head): Constify.
6690         * rtl.h (print_rtx_head): Similarly.
6691
6692         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
6693         Constify char * return value.
6694         * config/pa/pa/pa.c
6695         (output_64bit_and, output_64bit_ior): Constify char * return value.
6696         (pa_can_combine_p): Make static.
6697         (function_arg): Decorate unused `named' argument. Fix comment typo.
6698         (function_arg_partial_nregs): Decorate unused `named' argument.
6699
6700 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6701
6702         * c-common.c (format_check_results): New structure.
6703         (finish_dollar_format_checking): Adjust to take a
6704         format_check_results * parameter.
6705         (check_format_info, check_format_info_recurse,
6706         check_format_info_main): Split check_format_info into three
6707         functions, the main checking going in check_format_info_main.
6708         Recurse when any reduction of the format string argument towards a
6709         string literal is done; go down both branches of a conditional
6710         expression.  Don't warn for extra format arguments or empty format
6711         strings if they only occur in some branches of a conditional
6712         expression.
6713
6714 2000-10-16  Kazu Hirata  <kazu@hxi.com>
6715
6716         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
6717
6718 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6719
6720         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
6721
6722 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
6723
6724         * i386.md (*movsi_or): Switch operand order for intel syntax.
6725
6726 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6727
6728         * PROBLEMS: Remove.
6729
6730         * gcc.texi (Contributing): Update.
6731
6732 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
6733
6734         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
6735         appropriate assembler dialect.
6736
6737 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
6738
6739         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
6740
6741 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
6742
6743         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
6744         constants 1 and 2 to NO_LD_REGS.
6745
6746 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6747
6748         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
6749
6750         * objc/Make-lang.in (objc-parse.c): Likewise.
6751
6752 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6753
6754         * arm.c: Include obstack.h
6755         (minipool_obstack, minipool_startobj): Define.
6756         (arm_add_gc_roots): Initialize them.
6757         (create_fix_barrier): Use our new obstack.
6758         (push_minipool_barrier, push_minipool_fix): Likewise.
6759         (arm_reorg): Release obstack memory.
6760
6761 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6762
6763         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
6764         (prologue, exception_receiver, builtin_setjmp_receiver): New
6765         patterns.
6766         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
6767         * config/sparc/sparc-protos.h (finalize_pic): Remove.
6768         (load_pic_register): New prototype.
6769         * config/sparc/sparc.c (pic_setup_code): Remove.
6770         (finalize_pic): Rename to...
6771         (load_pic_register): ...this function.
6772         Don't look for nonlocal_goto_receivers and emit pic setup code
6773         directly.  Don't check current_function_uses_pic_offset_table.
6774
6775 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
6776
6777         * tree.h (struct obstack): Declare.
6778
6779 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
6780
6781         Remove obstacks.
6782         * Makefile.in (ggc-callbacks.o): Remove target.
6783         (flow.o): Depend on GGC_H.
6784         * alias.c (init_alias_analysis):
6785         Remove ggc_p conditionals.
6786         (end_alias_analysis): Likewise.
6787         * basic-block.h (init_flow): New function.
6788         (allocate_reg_life_data): Declare.
6789         * bb-reorder.c  (function_obstack): Replace with ...
6790         (flow_obstack): ... new variable.
6791         (fixup_reorder_chain): Use it.
6792         * c-decl.c (ggc_p): Remove.
6793         (caller-save.c): Don't call oballoc/obfree.
6794         * combine.c (struct
6795         undobuf): Remove storage.
6796         (try_combine): Don't call oballoc.
6797         (undo_all): Don't call obfree.
6798         * cse.c (insert): Use xmalloc, not
6799         oballoc.
6800         (cse_main): Adjust accordingly.
6801         * dwarf2out.c (save_rtx): Remove
6802         obstack code.
6803         (dwarf2out_init): Remove ggc_p conditionals.
6804         * emit-rtl.c (rtl_obstack): Remove.
6805         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
6806         (make_insn_raw): Likewise.
6807         (emit_insn_before): Likewise.
6808         (emit_insn_after): Likewise.
6809         (emit_insn): Likewise.
6810         (gen_sequence): Likewise.
6811         (copy_insn_1): Remove handling of `b' RTL components.
6812         (init_emit_once): Remove ggc_p conditionals.
6813         * except.c (create_rethrow_ref): Don't fool with obstacks.
6814         (add_partial_entry): Likewise.
6815         (call_get_eh_context): Likewise.
6816         (begin_protect_partials): Likewise.
6817         (protect_with_terminate): Likewise.
6818         * explow.c
6819         (plus_constant_wide): Likewise.
6820         * expr.c (init_expr_once):
6821         Likewise.
6822         (emit_block_move): Likewise.
6823         (clear_storage): Likewise.
6824         (expand_expr): Likewise.
6825         * flow.c (function_obstack): Remove.
6826         (flow_obstack): New variable.
6827         (flow_firstobj): Likewise.
6828         (create_base_block): Use the flow_obstack.
6829         (split_block): Likewise.
6830         (split_edge): Likewise.
6831         (calculate_global_regs_live): Likewise.
6832         (allocate_bb_life_data): Make it static.  Likewiwse.
6833         (init_flow): New function.
6834         (size_int_type_wide): Remove ggc_p conditionals.
6835         * function.c
6836         (push_function_context_to): Don't call save_tree_status.
6837         (pop_function_context_from): Or restore_tree_status.
6838         (assign_stack_local_1): Don't call push_obstacks.
6839         (find_fixup_replacement): Use xmalloc.
6840         (fixup_var_refs_insns): Free the storage.
6841         (insns_for_mem_walk): Don't mess with obstacks.
6842         (instantiate_decls): Likewise.
6843         (trampoline_address): Likewise.
6844         (expand_function_end): Likewise.
6845         * function.h (sturct function):
6846         Remove obstack-related variables.
6847         (save_tree_status): Don't declare.
6848         (restore_tree_status): Likewise.
6849         * gcse.c (compute_can_copy):
6850         Don't call oballoc/obfree.
6851         * genattrtab.c (operate_exp): Remove
6852         ggc_p conditionals.
6853         (simplify_cond): Likewise.
6854         (simplify_test_exp): Don't mess with obstacks.
6855         (optimize_attrs): Likewise.
6856         * gengenrtl.c (gendef): Don't include
6857         ggc_p conditionals.
6858         * ggc-callbacks.c (ggc_p): Remove.
6859         * ggc-none.c (ggc_p): Remove.
6860         * ggc.h (ggc_p): Don't declare.
6861         * integrate.c (save_for_inline): Don't mess with obstacks.
6862         (integrate_decl_tree): Likewise.
6863         (output_inline_function): Likewise.
6864         * lists.c
6865         (init_EXPR_INSN_LIST_cache): Likewise.
6866         * loop.c (temp_obstack):
6867         Remove.
6868         (rtl_obstack): Likewise.
6869         (init_loop): Don't mess with obstacks.
6870         (reg_address_cost): Free BIVs and GIVs.
6871         (check_insns_for_bivs): Use xmalloc, not oballoc.
6872         (find_mem_givs): Likewise.
6873         (record_biv): Likewise.
6874         (general_induction_var): Likewise.
6875         (product_cheap_p): Likewse.
6876         * optabs.c (init_one_libfunc): Remove
6877         ggc_p conditional.
6878         * print-tree.c (debug_tree): Don't use
6879         oballoc/obfree.
6880         (print_node): Likewise.
6881         * profile.c (output_func_start_profiler):
6882         Remove call to temporary_allocation.
6883         * reload1.c
6884         (eliminate_regs_in_insn): Don't mess with obstacks.
6885         * resource.c
6886         (mark_target_live_regs): Use xmalloc.
6887         (free_resource_info): Free the memory.
6888         * rtl.c (rtl_obstack):
6889         Remove.
6890         (rtvec_alloc): Don't mess with obstacks.
6891         (rtx_alloc): Likewise.
6892         (rtx_free): Remove.
6893         (copy_rtx): Don't handle `b' cases.
6894         (read_rtx): Use a local rtl_obstack.
6895         * rtl.h (oballoc): Remove.
6896         (obfree): Likewise.
6897         (pop_obstacks): Likewise.
6898         (push_obstacks): Likewise.
6899         (allocate_bb_life_data): Likewise.
6900         (allocate_reg_life_data): Likewise.
6901         (rtx_free): Likewise.
6902         * sdbout.c (sdbout_queue_anonymous_type):
6903         Use tree_cons, not saveable_tree_cons.
6904         * simplify-rtx.c
6905         (cselib_init): Don't mess with obstacks.
6906         * stmt.c
6907         (mark_block_nesting): Mark the label_chain.
6908         (epxand_label): Use ggc_alloc, not oballoc.
6909         (clear_last_expr): Don't mess with obstacks.
6910         (expand_decl_cleanup): Likewise.
6911         (expand_dcc_cleanup): Likewise.
6912         (expand_dhc_cleanup): Likewise.
6913         (expand_anon_union_decl): Likewise.
6914         (add_case_node): Use xmalloc, not oballoc.
6915         (free_case_nodes): New function.
6916         (expand_end_case): Call it.
6917         * stor-layout.c (layout_type): Don't
6918         mess with obstacks.
6919         (layout_type): Likewise.
6920         * toplev.c (wrapup_global_declarations):
6921         Likewise.
6922         (compile_file): Remove ggc_p conditionals.
6923         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
6924         (decode_f_option): Remove ggc_p conditionals.
6925         * tree.c
6926         (function_maybepermanent_obstack): Remove.
6927         (maybepermanent_obstack): Likewise.
6928         (function_obstack): Likewise.
6929         (tmeporary_obstack): Likewise.
6930         (momentary_obstack): Likewise.
6931         (temp_decl_obstack): Likewise.
6932         (saveable_obstack): Likewise.
6933         (rtl_obstack): Likewise.
6934         (current_obstack): Likewise.
6935         (expression_obstack): Likewise.
6936         (struct obstack_stack): Likewise.
6937         (obstack_stack): Likewise.
6938         (obstack_stack_obstack): Likewise.
6939         (maybepermanent_firstobj): Likewise.
6940         (temporary_firstobj): Likewise.
6941         (momentary_firstobj): Likewise.
6942         (temp_decl_firstobj): Likewise.
6943         (momentary_function_firstobj): Likewise.
6944         (all_types_permanent): Likewise.
6945         (struct momentary_level): Likewise.
6946         (momentary_stack): Likewise.
6947         (init_obstacks): Remove initialization of removed obstacks.
6948         (save_tree_status): Remove.
6949         (restore_tree_status): Likewise.
6950         (temporary_allocation): Liekwise.
6951         (end_temporary_allocation): Liekwise.
6952         (resume_temporary_allocation): Likewise.
6953         (saveable_allocation): Likewise.
6954         (push_obstacks): Likewise.
6955         (push_obstacks_nochange): Likewise.
6956         (pop_obstacks): Likewise.
6957         (allocation_temporary_p): Likewise.
6958         (permanent_allocation): Likewise.
6959         (preserve_data): Likewise.
6960         (preserve_initializer): Likewise.
6961         (rtl_in_current_obstack): Likewise.
6962         (rtl_in_saveable_obstack): Likewise.
6963         (oballoc): Likewise.
6964         (obfree): Likewise.
6965         (savealloc): Likewise.
6966         (expralloc): Likewise.
6967         (print_obstack_name): Likewise.
6968         (debug_obstack): Likewise.
6969         (object_permanent_p): Likewise.
6970         (push_momentary): Likewise.
6971         (perserve_momentary): Likewise.
6972         (clear_momentary): Likewise.
6973         (pop_momentary): Likewise.
6974         (pop_momentary_nofree): Likewise.
6975         (suspend_momentary): Likewise.
6976         (resume_momentary): Likewise.
6977         (make_node): Don't set TREE_PERMANENT.
6978         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
6979         Don't set TREE_PERMANENT.
6980         (get_identifier): Remove ggc_p conditionals.
6981         (build_string): Likewise.
6982         (make_tree_vec): Likewise.
6983         (build_decl_list): Remove.
6984         (build_expr_list): Likewise.
6985         (tree_cons): Remove ggc_p conditionals.
6986         (decl_tree_cons): Remove.
6987         (expr_tree_cons): Likewise.
6988         (perm_tree_cons): Likewise.
6989         (temp_tree_cons): Likewise.
6990         (saveable_tree_cons): Likewise.
6991         (build1): Remove ggc_p conditionals.
6992         (build_parse_node): Likewise.
6993         (build_type_attribute_variant): Don't mess with obstacks.
6994         (build_type_copy): Likewise.
6995         (type_hash_canon): Likewise.
6996         (build_pointer_type): Likewise.
6997         (build_reference_type): Likewise.
6998         (build_index_type): Likewise.
6999         (build_range_type): Likewise.
7000         (dump_tree_statistics): Don't print obstack information.
7001         * tree.h
7002         (struct tree_common): Remove permanent_flag.
7003         (TREE_PERMANENT): Remove.
7004         (TREE_SET_PERMANENT): Likewise.
7005         (TYPE_OBSTACK): Likewise.
7006         (struct tree_type): Remove obstack.
7007         (oballoc): Remove.
7008         (savealloc): Likewise.
7009         (build_decl_list): Likewise.
7010         (build_expr_list): Likewise.
7011         (perm_tree_cons): Likewise.
7012         (temp_tree_cons): Likewise.
7013         (saveable_tree_cons): Likewise.
7014         (decl_tree_cons): Likewise.
7015         (expr_tree_cons): Likewise.
7016         (suspend_momentary): Likewise.
7017         (allocation_temporary_p): Likewise.
7018         (resume_momentary): Likewise.
7019         (push_obstacks_nochange): Likewise.
7020         (permanent_allocation): Likewise.
7021         (push_momentary): Likewise.
7022         (clear_momentary): Likewise.
7023         (pop_momentary): Likewise.
7024         (end_temporary_allocation): Likewise.
7025         (pop_obstacks): Likewise.
7026         (push_obstacks): Likewise.
7027         (pop_momentary_nofree): LIkewise.
7028         (preserve_momentary): Likewise.
7029         (saveable_allocation): Likewise.
7030         (temporary_allocation): Likewise.
7031         (resume_temporary_allocation): Likewise.
7032         (perserve_initializer): Likewise.
7033         (debug_obstack): Likewise.
7034         (rtl_in_current_obstack): Likewise.
7035         (rtl_in_saveable_obstack): Likewise.
7036         (obfree): Likewise.
7037         * varasm.c (current_obstack): Remove.
7038         (saveable_obstack): Remove.
7039         (rtl_obstack): Remove.
7040         (immed_double_const): Don't mess with obstacks.
7041         (immed_real_cons): Likewise.
7042         (output_constant_def): Likewise.
7043         (init_varasm_status): Use xcalloc.
7044         (mark_pool_constant): Mark the pool constant itself.
7045         (free_varasm_status): Free memory.
7046         (decode_rtx_const): Call bzero directly, rather than expanding it
7047         inline.
7048         (record_rtx_const): Don't mess with obstacks.
7049         (force_const_mem): Likewise.
7050         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
7051         conditionals.
7052         (aof_pic_entry): Likewise.
7053         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
7054         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
7055         * config/pa/pa.c (saveable_obstack): Remove.
7056         (rtl_obstack): Likewise.
7057         (current_obstack): Likewise.
7058         (output_call): Don't mess with obstacks.
7059         (hppa_encode_label): Remove ggc_p conditionals.
7060         * config/romp/romp.c (get_symref): Don't mess with obstacks.
7061         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
7062         (rs6000_encode_section_info): Likewise.
7063         * config/sh/sh.c (get_fpscr_rtx): Likewise.
7064
7065 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
7066
7067         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
7068         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
7069         (addsi3_carry): Canonicalize.
7070         (addqi_5): Remove '*'.
7071         (sbb pattern): Canonicalize.
7072
7073         * i386.md (cmp to inc/add peep2): New.
7074
7075 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
7076
7077         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
7078         the exit block.
7079
7080 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7081
7082         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
7083         * README.TRAD, TESTS.FLUNK: Remove.
7084
7085 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7086
7087         * c-common.c (decl_attributes): Don't allow strftime formats with
7088         first_arg_num nonzero.
7089         (check_format_info): Set wanted_type and wanted_type_name to zero
7090         before they are possibly assigned and used.
7091
7092 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7093
7094         * c-common.c (scanf_flag_specs): Add flags ' and I.
7095         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
7096         or the ^ and # flags together.
7097         (scan_char_table): Handle the ' and I flags.
7098         (format_types): Add ' and I flags for scanf.
7099
7100 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7101
7102         * c-common.c (print_char_table): Use the unpromoted type for
7103         lengths "h" and "hh" with conversions dioxXu.
7104         (check_format_types): Apply the default argument promotions where
7105         the wanted type is not a pointer target.
7106
7107 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
7108             Joseph S. Myers  <jsm28@cam.ac.uk>
7109
7110         * c-typeck.c (check_modify_expr): New function.
7111         (build_modify_expr): Call it if warn_sequence_point.
7112         * c-decl.c (warn_sequence_point): New variable.
7113         (c_decode_option): Handle -Wsequence-point and
7114         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
7115         * c-tree.h (warn_sequence_point): Declare.
7116         * invoke.texi (-Wsequence-point): Document.
7117         * toplev.c (documented_lang_options): Add -Wsequence-point and
7118         -Wno-sequence-point.
7119         Original work by Michael Meeks, 16 Jun 1998.
7120
7121 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7122
7123         * tree.c (get_narrower): Don't look at precision of field if
7124         not laid out yet.
7125
7126 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
7127
7128         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
7129         declaration for data with "progmem" attribute.
7130
7131 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
7132
7133         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
7134         Correct insn length if shift count is a memory operand.
7135         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
7136         (*iorhi3_clobber): Change lo8 to hi8.
7137         (zero_extendhisi2): Change %B0 to %A1.
7138         (ashlhi3, ashrhi3): Correct insn length.
7139         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
7140         from "clobber" to "set_n" in some alternatives.
7141
7142 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
7143
7144         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
7145         remove its insn_chain structure as well.
7146
7147 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7148
7149         * dbxout.c (dbxout_source_line): Remove extra tab.
7150
7151 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
7152
7153         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
7154
7155 2000-10-09  Richard Henderson  <rth@cygnus.com>
7156
7157         * Makefile.in (LANG_LIB2FUNCS): Remove.
7158         (LIB2FUNCS): Remove _pure.
7159         (LIB2ADD): Remove LANG_LIB2FUNCS.
7160         (stage_a): Don't set LANG_LIB2FUNCS.
7161         * libgcc2.c (__terminate): Mark noreturn.
7162         (__pure_virtual): Remove.
7163         * mklibgcc.in: Remove LIB2ADD .txt processing.
7164
7165 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
7166
7167         * arm.md (push_multi): Revert unintended change.
7168
7169 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
7170
7171         * arm.c: Miscellaneous white space and comment clean-ups.  No
7172         functional change.
7173         * arm.md: Likewise.
7174
7175 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7176
7177         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
7178         STRING_CST by calling combine_strings.
7179
7180 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
7181
7182         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
7183         (thumb_output_move_mem_multiple): Support new insn format.
7184         * arm.md (movmem12b): Use SSA compatible format.
7185         (movmem8b): Likewise.
7186
7187 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
7188
7189         * arm.md (predicable): New attribute, default to "no".
7190         (all patterns): Mark as predicable if appropriate.
7191         (conditional execution splits): Split using predication format.
7192         (define_cond_exec): Define.
7193         * arm.c (arm_print_operand): handle insn predicate.
7194
7195 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7196
7197         * README.NS32K: Remove file.
7198
7199 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7200
7201         * README-bugs: Remove file.
7202
7203 2000-10-08  Philipp Thomas  <pthomas@suse.de>
7204         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
7205         for test.
7206         * configure: Rebuilt.
7207
7208 2000-10-08  Philipp Thomas  <pthomas@suse.de>
7209         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
7210         disable catalog building if no suitable program was found.
7211         Move warning message from here
7212         (AM_GNU_GETTEXT): To here.
7213         * configure: Rebuilt.
7214
7215 2000-10-08  Philipp Thomas  <pthomas@suse.de>
7216         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
7217         different cache variables.
7218         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
7219         uses different cache variables.
7220         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
7221         * configure: Regenerated.
7222
7223 2000-10-08  Richard Henderson  <rth@cygnus.com>
7224
7225         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
7226         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
7227         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
7228         Use SHLIB_EXT.
7229
7230         * config/t-linux (SHLIB_EXT): New.
7231         (SHLIB_LINK): Use the entire build command, with substitutions.
7232         (SHLIB_LIBS): Remove.
7233         * config/alpha/t-osf4: Likewise.
7234         * config/mips/t-iris6: Likewise.
7235         * config/sparc/t-sol2: Likewise, but move shlib stuff...
7236         * config/sparc/t-slibgcc-sld: ...here.
7237         * config/sparc/t-slibgcc: New file.
7238
7239 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7240
7241         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
7242         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
7243         CTI_UINTMAX_TYPE.
7244         (intmax_type_node, uintmax_type_node): Define.
7245         * c-common.c (decl_attributes): If pedantic, warn if `mode'
7246         attributes create a type wider than intmax_t.
7247         (T_IM, T_UIM): Define properly.
7248         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
7249         defined.
7250         (init_decl_processing): Initialize intmax_type_node and
7251         uintmax_type_node.
7252         * c-lex.c (lex_number): When pedantic and warning for integer
7253         constants that are too large, in C99 mode warn for those that have
7254         a type wider than long long.
7255
7256 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7257
7258         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
7259         FMT_FLAG_FANCY_PERCENT_OK): Define.
7260         (format_char_info): Add flag "4" to comment.
7261         (format_flag_spec, format_flag_pair): New structures.
7262         (format_kind_info): Add additional fields to control format
7263         checking.
7264         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
7265         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
7266         arrays.
7267         (time_char_table): Use "4" flag to handle %Ey.
7268         (format_types): Add entries for new fields.
7269         (get_flag_spec): New function.
7270         (check_format_info): Increase size of flag_chars[] to 256.
7271         Control format checking using the new fields of a format_kind_info
7272         and the new tables; remove all conditionals on printf_format_type,
7273         scanf_format_type or strftime_format_type.  Handle all details of
7274         bad combinations of flags (including width, precision and strftime
7275         modifiers) through data rather than ad hoc code.  Handle all
7276         details of standard versions in which flags appeared through
7277         data.  Use the "4" flag.
7278
7279 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
7280
7281         * config/h8300/h8300.md: Remove the memory alternative and correct
7282         the insn lengths in the templates for sign extention and zero
7283         extention.
7284
7285 2000-10-07  Richard Henderson  <rth@cygnus.com>
7286
7287         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
7288         * flow.c (make_edges): Revert last change.
7289
7290         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
7291         TREE_THIS_VOLATILE.
7292         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
7293
7294 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
7295
7296         * config/alpha/elf.h: Standardize the formatting.
7297
7298 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
7299
7300         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
7301         #undef.
7302
7303 2000-10-06  Richard Henderson  <rth@cygnus.com>
7304
7305         * function.c (diddle_return_value): Examine
7306         current_function_return_rtx instead of the DECL_RESULT.
7307         (expand_function_end): Handle reloading DECL_RESULT from memory
7308         into a hard register.  Query promote_mode for sign of mismatched
7309         modes.
7310
7311 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
7312
7313         * haifa-sched.c (schedule_insns): Fix typo in freeing
7314         forward_dependency_cache.
7315
7316 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
7317
7318         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
7319         `TARGET_SH2' as a condition.
7320
7321 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
7322
7323         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
7324         forward_dependency_cache): New variables.
7325         (add_dependence, remove_dependence): Use anti_dependency_cache and
7326         output_dependency_cache.
7327         (compute_block_forward_dependences): Use forward_dependency_cache.
7328         (schedule_insns): Allocate and free memory for anti/output/forward
7329         dependencies caches.
7330
7331 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
7332
7333         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
7334         `! TARGET_SH1'.  Reindent.
7335
7336 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7337
7338         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
7339         Move functions from here ...
7340
7341         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
7342         ... to here.
7343         (c_expand_builtin): New function.
7344         (init_function_format_info): Don't set `check_function_format_ptr'.
7345         (c_common_nodes_and_builtins): Set built_in_class type for
7346         printf/__builtin_printf to BUILT_IN_FRONTEND.
7347         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
7348
7349         * c-common.h (build_function_call): Declare.
7350
7351         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
7352         to `lang_expand_expr' rather than `expand_builtin'.
7353
7354         * tree.c (check_function_format_ptr): Delete.
7355
7356         * tree.h (check_function_format_ptr): Likewise.
7357
7358 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
7359
7360         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
7361         DW_OP_bregx when cfa->reg > 31.
7362
7363         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
7364         break.
7365
7366 2000-10-05  Richard Henderson  <rth@cygnus.com>
7367
7368         * c-decl.c (warn_missing_noreturn): Remove.
7369         (c_expand_body): Don't set or check can_reach_end.
7370         * c-tree.h (warn_missing_noreturn): Move ...
7371         * flags.h: ... here.
7372         (can_reach_end): Remove.
7373         * flow.c (check_function_return_warnings): New.
7374         (make_edges): No edge to exit for noreturn sibcalls.
7375         * function.c (expand_function_end): Save the return value
7376         clobber instruction.
7377         (mark_function_status): Mark it.
7378         * function.h (struct function): Add x_clobber_return_insn.
7379         * jump.c (can_reach_end): Remove.
7380         (calculate_can_reach_end): Remove.
7381         (jump_optimize_1): Don't call it.
7382         * output.h (check_function_return_warnings): Declare.
7383         * toplev.c (warn_missing_noreturn): Move from c-decl.c
7384         (rest_of_compilation): Call check_function_return_warnings.
7385
7386 2000-10-05  Richard Henderson  <rth@cygnus.com>
7387
7388         * Makefile.in (NM_FOR_TARGET): New.
7389         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
7390         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
7391         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
7392         shared library build on that and EXTRA_MULTILIB_PARTS.
7393         * mkmap-flat.awk: New file.
7394         * mkmap-symver.awk: New file.
7395         * libgcc-std.ver: New file.
7396         * config/libgcc-glibc.ver: New file.
7397         * config/ia64/libgcc-ia64.ver: New file.
7398         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7399         (SHLIB_LINK): Add --version-script.
7400         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
7401         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7402         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
7403         (SHLIB_LINK): Add -M.
7404
7405 2000-10-05  Richard Henderson  <rth@cygnus.com>
7406
7407         * Makefile.in (LIB2FUNCS): Add _clz.
7408         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
7409         (__clz_tab): Put in its own unit, non-static.
7410         * libgcc2.h: Always include longlong.h.
7411
7412         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
7413         a zero instead of -1.
7414         (count_trailing_zeros): Likewise.
7415
7416 2000-10-05  Richard Henderson  <rth@cygnus.com>
7417
7418         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
7419         when second op1 is const0_rtx.  Validate op0 as a register.
7420         * config/alpha/alpha.md (setcc_internal): Don't allow constants
7421         in the first argument of the compare.
7422         (setcc_swapped_internal): Likewise.
7423         (setne_internal): Likewise.
7424
7425 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
7426
7427         * tree.c (tree_size): New function split out of copy_node.
7428         (make_node): Remove obstack handling.  Use tree_size.
7429         (copy_node): Use tree_size.
7430         * tree.h: Prototype tree_size.
7431
7432 2000-10-05  Richard Henderson  <rth@cygnus.com>
7433
7434         * diagnostic.c (output_format): Add missing break.
7435
7436 2000-10-05  Jim Wilson  <wilson@cygnus.com>
7437
7438         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
7439         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
7440         sequence insn to INSN, and delete last sequence insn.
7441
7442 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7443
7444         * gcc.c (main): Include generated configargs.h header
7445         and use arguments in '-v' output.
7446
7447 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7448
7449         * gcc.c: Move data on prefixes forward in file and reorganize.
7450         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
7451         Always define, but make null if no value.
7452         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
7453         and "md_startfile_prefix_1".
7454         (main): Check whether md_exec_prefix and the others are the
7455         null string rather than whether the macro is defined.
7456
7457 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7458
7459         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
7460         from PSImode to SImode.
7461
7462 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
7463
7464         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
7465         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
7466         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
7467         sizeof(long).
7468
7469 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7470
7471         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
7472         negation in proper type.a
7473
7474 2000-10-04  Richard Henderson  <rth@cygnus.com>
7475
7476         * configure.in (enable-shared): New.
7477         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
7478         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
7479         * mklibgcc.in: Use them to link shared a libgcc.
7480         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
7481         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
7482         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
7483         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
7484
7485         * configure.in (alpha-osf*): Use t-osf and x-osf.
7486         * config/alpha/t-osf: New file.
7487         * config/alpha/t-osf4: New file.
7488         * config/alpha/x-osf: New file.
7489         * config/alpha/x-alpha: Remove file.
7490
7491 2000-10-04  Will Cohen  <wcohen@redhat.com>
7492
7493         * c-typeck.c (process_init_element): Added warning for zero-length
7494         array.
7495
7496         * extend.texi (Zero Length): State that static initializers for
7497         zero-length arrays are not allowed.
7498
7499 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7500
7501         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
7502         to come last.
7503
7504 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7505
7506         * config/float-c4x.h: New.
7507         * configure.in (c4x-*): Set float_format to c4x.
7508         * configure: Regenerate.
7509
7510 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7511
7512         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
7513         compilation for solaris versions 2.7 and greater.
7514
7515 2000-10-02  Marc Espie <espie@openbsd.org>
7516
7517         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
7518         instead of redefining from scratch.
7519
7520 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
7521
7522         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
7523
7524 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
7525
7526         * config/ns32k/genix.h: Remove.
7527         * config/ns32k/x-genix: Likewise.
7528         * config/ns32k/xm-genix.h: Likewise.
7529         * config/fx80: Remove all filee in directory.
7530         * config/pyr: Likewise.
7531         * config/tahoe: Likewise.
7532         * config/gmicro: Likewise.
7533         * config/spur: Likewise.
7534         * configure.in: Remove configury bits for above targets.
7535         * configure: Regenerated.
7536
7537         * configure.in: Don't configure chill by default.
7538         * configure: Regenerated.
7539
7540         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
7541         (lang_mark_false_label_stack): Remove.
7542         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
7543         <top level> string in GC area.
7544         (mark_splay_tree_node): New function.
7545         (mark_splay_tree): Likewise.
7546         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
7547         if it exists.
7548         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
7549         * ggc-common.c (lang_mark_false_label_stack): Change type.
7550         * ggc.h (ggc_alloc_string): Add comment.
7551         (ggc_strdup): New function.
7552
7553 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
7554
7555         * config/avr/avr.h (BRANCH_COST): Define as 0.
7556
7557         * config/pdp11/pdp11.c: #include "tree.h" added.
7558
7559 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7560
7561         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
7562         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
7563         with known shift count.
7564         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
7565         New alternative for shift count 2 with no scratch register.
7566         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
7567         "set_n" for shift counts 1 and 2.
7568
7569 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
7570
7571         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
7572         the mask value from the individual SET operations.
7573         (return_internal_si): Move the USE after the RETURN.
7574         (return_internal_di): Likewise.
7575         (return_and_restore_fpregs_si): Likewise.
7576         (return_and_restore_fpregs_di): Likewise.
7577         (return_eh_si): Likewise.
7578         (return_eh_di): Likewise.
7579         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
7580         or check, the USE.
7581         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
7582         Don't generate a PARALLEL around a single operation movsi_to_cr.
7583         Generate the RETURN first in any PARALLELs.
7584
7585         * rtlanal.c (single_set_1): Use fatal_insn to display the
7586         invalid insn.  Check for more cases when a USE or CLOBBER occurs
7587         before a SET.
7588         * Makefile.in: Update dependencies for rtlanal.o.
7589
7590 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7591
7592         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
7593
7594 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7595
7596         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
7597         Consistently use @email for formatting email addresses.
7598
7599 2000-09-29  Richard Henderson  <rth@cygnus.com>
7600
7601         * cse.c (notreg_cost): New argument outer.
7602         (COST): Pass in SET to notreg_cost
7603         (COST_IN): New.
7604         (fold_rtx): Use COST_IN.  Prefer constants when costs
7605         are the same.
7606
7607 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
7608
7609         * fixinc/inclhack.def (broken_cabs): Generalize regex.
7610         * fixinc/fixincl.x: Regenerate.
7611
7612 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7613
7614         * loop.c (check_final_value): A GIV is not replaceable if used
7615         before set.
7616
7617 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
7618
7619         * version.c: Bump to gcc-2.97.
7620
7621 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7622
7623         * final.c (final_scan_insn): Remove extra extract_insn call;
7624         Use caching for constrain_operands.
7625         (cleanup_subreg_operands): Use caching for extract_insn.
7626         * recog.c (constrain_operands_cached): New.
7627         * recog.h (constrain_operands_cached): Declare.
7628         * i386.c (ix86_attr_length_immediate_default,
7629         ix86_attr_length_address_default, ix86_agi_dependant): Cache
7630         extract_insn call.
7631
7632         * recog.c (asm_noperands): Tweak.
7633         (extract_insn): Do not call asm_noperads for non-asm instructions.
7634
7635 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7636
7637         * recog.c (recog_memoized): Rename to recog_memoized_1.
7638         * recog.h (recog_memoized): Rename to recog_memoized_1.
7639         (recog_memoized): New macro.
7640         * rtl.h (single_set): Rename to single_set_1
7641         (single_set): New macro.
7642         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
7643         to be last.
7644
7645         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
7646         Do not use match_dup of input operands at outputs.
7647         Use register_operand for memory expression.
7648         (rep_movsi): Put use last, canonicalize.
7649         Use register_operand for memory expression.
7650         (rep_movqi): Put use last.
7651         Use register_operand for memory expression.
7652         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
7653         of input operands at outputs.  Use register_operand for memory
7654         expression.
7655         (rep_stossi): Put use last; canonicalize; fix match_dup in
7656         the address expression
7657         (rep_stosqi): Likewise.
7658         (memcmp expander): Update calls.
7659         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
7660         the clobbers.
7661
7662         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
7663         VOIDmode.
7664         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
7665
7666 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
7667
7668         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
7669         Contains the old contents of config/i386/freebsd.h
7670         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
7671         Contains the old contents of config/i386/freebsd-elf.h
7672         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
7673         config/i386/freebsd.h.
7674         * configure.in: Adjust for above changes.
7675         * po/POTFILES.in: Likewise.
7676         * po/en_GB.po: Likewise.
7677         * po/gcc.pot: Likewise.
7678         * configure: Rebuilt.
7679
7680 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7681
7682         * doloop.c (doloop_modify): Prevent delete_insn() from
7683         deleting too much.  Prefer loop->top over loop->start as
7684         target for the new JUMP insn.
7685         (doloop_valid_p): Ignore loop with exit_count != 0.
7686
7687 2000-09-28  Philipp Thomas  <pthomas@suse.de>
7688
7689         * invoke.texi (i386 Options): Add athlon to table of possible
7690         choices for -mcpu=.
7691
7692 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
7693
7694         * diagnostic.h (output_clear_message_text): New function.
7695         (output_message_text): New macro.
7696
7697         * diagnostic.c (clear_text_info): Rename to
7698         output_clear_message_text.
7699         (output_clear): Adjust.
7700         (output_finish): Rename to output_finalize_message.  Tweek.
7701         (output_to_stream): Adjust.
7702
7703 2000-09-28  Neil Booth  <neilb@earthling.net>
7704
7705         * cpperror.c (_cpp_begin_message):  Do the test for suppression
7706         of warnings and pedantic warnings before the "is a warning an
7707         error" tests.
7708         * cppinit.c (cpp_handle_option): Remove surplus \n.
7709         * cpplex.c (ON_REST_ARG): Delete.
7710         (skip_block_comment): Initialise prevc.
7711         (parse_args): Improve error messages.
7712         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
7713         than ON_REST_ARG.
7714         * cpplib.c (cpp_push_buffer): Fix grammar in message.
7715         * cppmain.c (main): Set callbacks for #ident and #pragma
7716         only if no_output option is false.
7717         (do_pragma_implementation): Only call the #pragma handler
7718         if it is set in the cpp_reader structure.
7719
7720 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
7721
7722         * integrate.c (copy_insn_list): if an ignored return value
7723         is being clobbered, skip cloning that into the inline copy.
7724
7725 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
7726
7727         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
7728         use @uref for formatting URLs.
7729
7730 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
7731
7732         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
7733         name and prefix.
7734
7735 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
7736
7737         * gcc.c (cpp_options): Add spec for -ftabstop=.
7738         (invoke_as): New spec that handles invoking as.
7739         Update specs to handle -save-temps and -traditional.
7740         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
7741         Use invoke_as.
7742         * cp/lang-specs.h, objc/lang-specs.h: Update to use
7743         invoke_as, and handle -save-temps and -traditional (if
7744         appropriate).
7745
7746 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
7747
7748         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
7749         op0 is a SUBREG.
7750         (function_arg_slotno): Accept TImode/CTImode.
7751         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
7752         to UNITS_PER_WORD.
7753
7754 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
7755
7756         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
7757         from entry block.
7758
7759 2000-09-25  Jim Wilson  <wilson@cygnus.com>
7760
7761         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
7762         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
7763         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
7764         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
7765
7766 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
7767
7768         * cpplex.c (parse_args): Don't set VOID_REST flag.
7769         (CONTEXT_VARARGS): New flag.
7770         (maybe_paste_with_next): Set context earlier in loop.  Use
7771         it.  Do varargs test with CONTEXT_VARARGS flag.
7772         (push_arg_context): Set CONTEXT_VARARGS flag if we're
7773         pushing an argument context for a varargs argument.
7774         * cpplib.h (VOID_REST): Delete.
7775         * gcc.dg/cpp/vararg1.c: Add test case.
7776
7777 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
7778
7779         * flags.h:  Declare warning flag warn_system_headers.
7780         * toplev.c:  Define it.
7781         (W_options): Add option -Wsystem-headers.
7782         * diagnostic.c (count_error): Test warn_system_headers.
7783         * invoke.texi:  Add description for -Wsystem-headers.
7784         * cpplib.h (cpp_options): New member warn_system_headers.
7785         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
7786         CPP_IN_SYSTEM_HEADER.
7787         * cpplib.c (do_import, do_pragma_once): Likewise.
7788         * cpperror.c (_cpp_begin_message): Test warn_system_headers
7789         and CPP_IN_SYSTEM_HEADER.
7790         * cppinit.c (handle_option): Recognize -Wsystem_headers.
7791         (print_help): Describe -Wsystem_headers.
7792         * cpplex.c (lex_line): Reorganize condition so that warnings
7793         about C++ comments in system headers can be enabled. Remove
7794         label do_line_comment.
7795
7796 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
7797
7798         * cpplex.c (save_comment): Only store the initial '/'
7799         now.
7800         (lex_token): Combine handling of the two comment types.
7801         Pass everything but the initial '/' to save_comment.
7802
7803 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
7804
7805         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
7806         _cpp_can_paste): New library-internal prototypes.
7807         * cpplex.c (dump_param_spelling, output_line_command,
7808         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
7809         cpp_printf, cpp_output_list): Move to cppoutput.c.
7810         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
7811         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
7812         cppoutput.c.
7813         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
7814         dump_param_spelling, output_line_command, cpp_scan_buffer,
7815         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
7816         from elsewhere.
7817         * Makefile.in: Add cppoutput.c.
7818         * po/POTFILES.in: Add cppoutput.c.
7819
7820 2000-09-25  Richard Henderson  <rth@cygnus.com>
7821
7822         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
7823         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
7824         split until after reload.
7825         (rotlsi3, rotldi3): New.
7826
7827 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7828
7829         * diagnostic.c (output_last_position): Define.
7830         (set_real_maximum_length): Tweek.
7831         * diagnostic.h (output_last_position): Declare.
7832
7833 2000-09-25  Kazu Hirata  <kazu@hxi.com>
7834
7835         * config/i386/i386.c: Fix formatting.
7836
7837 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
7838
7839         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
7840         UNITS_PER_WORD is small.
7841
7842 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7843
7844         * c-common.c (format_char_info): Add flags2; update comments.
7845         (print_char_table, scan_char_table, time_char_table): Split some
7846         flags out into flags2.
7847         (check_format_info): Use flags2 for those flags, for identifying
7848         the initial character of a scanf scanset, and for identifying
7849         printf formats where the '0' flag is ignored with precision.
7850
7851 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
7852
7853         Changes below marked "here" add TABs on either or both sides,
7854         covering start of line, up to any operand for all noted .*ASM.*_OP
7855         definitions.  All callers changed.
7856         * tm.texi: Make documented *_ASM.*_OP:s include spacing
7857         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
7858         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7859         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7860         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
7861         Fix typos in description for LONG_LONG_TYPE_SIZE and
7862         FINI_SECTION_ASM_OP.
7863         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
7864         why these defaults don't have leading spacing.
7865         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
7866         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7867         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
7868         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
7869         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
7870         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
7871         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
7872         * varasm.c (ASM_STABS_OP): Here.
7873         * xcoffout.h (ASM_STABS_OP): Here.
7874         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7875         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7876         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
7877         STRING_ASM_OP): Here.
7878         * config/freebsd.h (IDENT_ASM_OP): Here.
7879         * config/linux-aout.h (SET_ASM_OP): Here.
7880         * config/linux.h (SET_ASM_OP): Here.
7881         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7882         INT_ASM_OP): Here.
7883         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7884         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
7885         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
7886         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7887         INT_ASM_OP): Here.
7888         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
7889         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
7890         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
7891         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
7892         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
7893         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7894         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
7895         * config/a29k/udi.h (INT_ASM_OP): Here.
7896         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
7897         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7898         SET_ASM_OP): Here.
7899         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
7900         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7901         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7902         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
7903         ASM_STABD_OP): Here.
7904         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
7905         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
7906         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7907         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
7908         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
7909         SIZE_ASM_OP, STRING_ASM_OP): Here.
7910         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
7911         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
7912         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
7913         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
7914         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
7915         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
7916         Here.
7917         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7918         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
7919         * config/arm/coff.h (INT_ASM_OP): Here.
7920         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7921         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
7922         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
7923         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
7924         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
7925         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7926         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
7927         STRING_ASM_OP): Here.  Update documentation copy in comments.
7928         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
7929         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
7930         DATA_SECTION_ASM_OP): Here.
7931         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
7932         Here.
7933         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
7934         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7935         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7936         BSS_SECTION_ASM_OP): Here.
7937         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7938         BSS_SECTION_ASM_OP): Here.
7939         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7940         Here.
7941         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
7942         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
7943         * config/h8300/h8300.h (ASM_WORD_OP): Here.
7944         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7945         BSS_SECTION_ASM_OP): Here.
7946         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
7947         * config/i386/bsd.h (ASM_BYTE_OP): Here.
7948         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
7949         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
7950         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
7951         Here.
7952         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
7953         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
7954         Here.
7955         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
7956         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7957         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
7958         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
7959         SET_ASM_OP): Here.
7960         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
7961         * config/i386/netbsd.h (INT_ASM_OP): Here.
7962         * config/i386/openbsd.h (INT_ASM_OP): Here.
7963         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
7964         IDENT_ASM_OP): Here.
7965         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
7966         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
7967         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
7968         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
7969         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
7970         SHARED_BSS_SECTION_ASM_OP): Here.
7971         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
7972         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7973         DATA_SECTION_ASM_OP): Here.
7974         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7975         CONST_SECTION_ASM_OP): Here.
7976         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
7977         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7978         BSS_SECTION_ASM_OP): Here.
7979         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
7980         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
7981         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
7982         BSS_ASM_OP): Here, but use trailing spaces.
7983         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
7984         DATA_SECTION_ASM_OP): Here.
7985         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
7986         Here.
7987         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
7988         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
7989         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
7990         TDESC_SECTION_ASM_OP): Here.
7991         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
7992         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
7993         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
7994         Here.
7995         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
7996         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
7997         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
7998         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
7999         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
8000         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
8001         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
8002         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
8003         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
8004         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
8005         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
8006         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
8007         SET_ASM_OP): Here.
8008         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
8009         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
8010         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
8011         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
8012         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
8013         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
8014         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
8015         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
8016         GLOBAL_ASM_OP): Here.
8017         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
8018         BSS_SECTION_ASM_OP): Here.
8019         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
8020         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
8021         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
8022         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
8023         SKIP_ASM_OP): Here.
8024         * config/m68k/newsgas.h (SET_ASM_OP): Here.
8025         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
8026         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
8027         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
8028         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
8029         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
8030         but use trailing spaces.
8031         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
8032         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
8033         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
8034         Here.
8035         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
8036         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
8037         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
8038         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
8039         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8040         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
8041         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
8042         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
8043         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
8044         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
8045         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
8046         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
8047         ASM_BYTE_OP): Here.
8048         * config/m88k/openbsd.h (SET_ASM_OP): Here.
8049         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8050         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
8051         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
8052         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
8053         DTORS_SECTION_ASM_OP): Here.
8054         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
8055         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
8056         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
8057         BSS_SECTION_ASM_OP): Here.
8058         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
8059         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
8060         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
8061         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
8062         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
8063         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
8064         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
8065         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
8066         Here.
8067         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
8068         Here.
8069         * config/mips/osfrose.h (SET_ASM_OP): Here.
8070         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
8071         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
8072         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
8073         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8074         Here.
8075         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
8076         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
8077         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
8078         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
8079         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
8080         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8081         Here.
8082         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8083         Here.
8084         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
8085         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
8086         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
8087         Here.
8088         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
8089         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
8090         * config/sparc/linux.h (COMMON_ASM_OP): Here.
8091         * config/sparc/linux64.h (COMMON_ASM_OP,
8092         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
8093         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
8094         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
8095         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
8096         * config/sparc/pbd.h (ASM_INT_OP): Here.
8097         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
8098         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
8099         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
8100         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
8101         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
8102         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
8103         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
8104         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
8105         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
8106         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8107         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
8108         EH_FRAME_SECTION_ASM_OP): Here.
8109         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
8110         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8111         Here.
8112         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8113         Here.
8114         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
8115         TCOMMON_ASM_OP): Here.
8116         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
8117         Here.
8118         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
8119         ASM_BYTE_OP): Here.
8120
8121 2000-09-25  Richard Henderson  <rth@cygnus.com>
8122
8123         * expmed.c (store_bit_field): Adjust last change to not consider
8124         any word-sized field naturally aligned.
8125
8126 2000-09-24  Richard Henderson  <rth@cygnus.com>
8127
8128         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
8129         TFmode unordered compares properly.  Revalidate integer compare
8130         operands.
8131         (alpha_emit_setcc): New.
8132         (alpha_emit_conditional_move): Revalidate integer compare operands.
8133         * config/alpha/alpha-protos.h: Update.
8134         * config/alpha/alpha.md (cmpdi): Allow general operands.
8135         (sne): Use alpha_emit_setcc.
8136         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
8137         (sunordered, sordered): New.
8138
8139 2000-09-24  Richard Henderson  <rth@cygnus.com>
8140
8141         * config/ia64/ia64-protos.h: Update.
8142         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
8143         (ia64_expand_call): New.
8144         (ia64_expand_prologue): Emit an alloc if we need extra input
8145         registers.
8146         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
8147         instruction if true.
8148         (struct reg_flags): Add is_sibcall.
8149         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
8150         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
8151         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
8152         * config/ia64/ia64.h (PREDICATE_CODES): Update.
8153         * config/ia64/ia64.md (call): Use ia64_expand_call.
8154         (call_value): Likewise.
8155         (sibcall, sibcall_value): New.
8156         (call patterns): Remove extra expanders; tidy.
8157         (sibcall_epilogue): New.
8158         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
8159
8160 2000-09-24  Richard Henderson  <rth@cygnus.com>
8161
8162         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
8163
8164         * sibcall.c (skip_pic_restore): New.
8165         (identify_call_return_value): Use it.
8166
8167 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
8168
8169         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
8170         functions.  Generalize to handle both C and C++.
8171         * Makefile.in (c-tree.info): New target.
8172         (info): Add c-tree.info.
8173
8174 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8175
8176         * expr.c (store_field): If BITSIZE is negative, use size of type.
8177         (expand_expr, case COMPONENT_EXPR): Likewise.
8178
8179 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
8180
8181         * cpplex.c: Update TODO comment.
8182         * cpplib.c (do_error, do_warning): Merge common code of
8183         do_error and do_warning into do_diagnostic.  Use it.
8184         (do_diagnostic): New function.
8185         * cpplib.h: Fix comment typo.
8186
8187 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8188
8189         * c-common.c (check_format_info): Warn for a wide character string
8190         used as a non-wide format argument.
8191
8192 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8193
8194         * builtins.def (BUILT_IN_LLABS): Add.
8195         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
8196         * c-common.c (c_common_nodes_builtins): Create builtin functions
8197         __builtin_llabs, and plain llabs unless no_nonansi_builtins
8198         outside of C99 mode.
8199         (expand_tree_builtin): Handle BUILT_IN_LLABS.
8200
8201 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
8202
8203         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
8204         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
8205         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
8206         _cpp_free_toklist): No need to worry about extra dummy token
8207         at the start of token lists any more.
8208         (trigraph_ok): Only warn outside comments.
8209         (skip_block_comment): Set and clear lexing_comment.
8210         (skip_line_comment): Take a cpp_reader not cpp_buffer.
8211         Set and clear lexing_comment.
8212         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
8213         (check_long_token): Delete.
8214         (lex_percent, lex_dot): New subroutines of lex_token to
8215         handle lexing of '.' and '%' without lookback.
8216         (lex_token): Use lex_dot and lex_percent.
8217         (lex_line): Don't check for LIST_OFFSET.
8218         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
8219         * cpplib.c (_cpp_parse_assertion): Similarly.
8220         (cpp_push_buffer): Initialize extra_char.
8221         * cpplib.h (LIST_OFFSET): Delete.
8222         (struct cpp_buffer): New member extra_char.
8223         (struct lexer_state): New members lexing_comment and seen_dot.
8224
8225 2000-09-23  Jason Merrill  <jason@redhat.com>
8226
8227         * config/rs6000/x-aix41 (CLIB): Define here.
8228         * config/rs6000/t-aix43: Not here.
8229         * config/rs6000/t-aix41: Or here.  Remove.
8230         * configure.in: Don't use it.
8231
8232 2000-09-22  Jason Merrill  <jason@redhat.com>
8233
8234         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
8235         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
8236         * config.in: Regenerate.
8237
8238         * configure.in: Fix checks for assembler features when using a
8239         one-tree assembler that has not yet been built.
8240         Fix --disable-threads.
8241
8242 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
8243
8244         * stmt.c (expand_asm_operands): Allow # in constraints.
8245
8246 2000-09-22  Jason Merrill  <jason@redhat.com>
8247
8248         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
8249
8250         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
8251         function-local names.
8252
8253 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
8254             Mark Mitchell  <mark@codesourcery.com>
8255
8256         * toplev.c (warn_disabled_optimization): Declare new warning flag.
8257         * flags.h (warn_disabled_optimization): Add it here.
8258         * gcse.c (gcse_main): Add warning when disabled.
8259         * invoke.texi: Document -Wdisabled-optimization.
8260
8261 2000-09-21  Jason Merrill  <jason@redhat.com>
8262
8263         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
8264
8265         * dwarf2out.c (tree_add_const_value_attribute): New fn.
8266         (gen_variable_die): Call it for non-definitions.
8267
8268         * dwarf2out.c (die_struct): Add die_mark field.
8269         (mark_dies, unmark_dies): New fns.
8270         (clear_die_sizes): Remove.
8271         (print_die): Check die_symbol rather than die_offset.
8272         (build_abbrev_table, output_pubnames, output_aranges): Check
8273         die_mark rather than die_offset.
8274         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
8275         Call mark_dies.
8276
8277 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
8278
8279         * cppfiles.c (lookup_include_file): Rename to open_file.
8280         Always create a splay tree value, even on syscall failures.
8281         Negative entries indicated by fd == -2.
8282         Re-open files closed in the meantime.
8283         (_cpp_fake_include): Create a negative splay tree entry.
8284         (find_include_file, cpp_read_file): Update for function name
8285         change.
8286         * gcc.gd/cpp/mi4.c: Testcase.
8287
8288 2000-09-21  Nick Clifton  <nickc@redhat.com>
8289
8290         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
8291         ARM and THUMB modes.
8292
8293         * config/mcore/mcore.c: Fix compile time warnings.
8294         * config/mcore/mcore-protos.h: Fix compile time warnings.
8295
8296 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8297
8298         * configure.in: Correct test of gcc_cv_glibc.
8299         * configure: Rebuilt.
8300         * config.in: Rebuilt.
8301
8302 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8303
8304         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
8305         (expand_builtin): Handle BUILT_IN_FWRITE.
8306
8307         * builtins.def (BUILT_IN_FWRITE): New entry.
8308
8309         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
8310
8311 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8312
8313         * gcc.c (modify_target): New variable and struct.
8314         (process_command): Handle MODIFY_TARGET_NAME.
8315         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
8316         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
8317
8318         * c-decl.c (finish_decl): Add else's to avoid referencing
8319         TYPE_DOMAIN of an ERROR_MARK.
8320
8321 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
8322
8323         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
8324         `reload_in*' insns.
8325
8326 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
8327
8328         * config/avr/avr.md (neghi2): Add alternative for input and output
8329         operands in different registers, as in negsi2.
8330         (*negsi2): Remove '*' from the name.  Use "movw" if available.
8331
8332 2000-09-19  Jim Wilson  <wilson@cygnus.com>
8333
8334         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
8335         HAVE_GAS_HIDDEN macro.
8336
8337 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
8338
8339         * cpplex.c (lex_line): Drop the EOF token for unknown
8340         directives in assembler.
8341
8342 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
8343
8344         * configure.in: Allow enable_threads_flag value of "aix".  Define
8345         thread_file as "aix" for AIX 4.3 and above.
8346         * configure: Regenerated.
8347
8348         * gthr-aix.h: New file.
8349
8350         * rs6000/t-aix43: Replace soft-float multilib with pthread.
8351         Remove 403 processor multilib match.  Fix rios2 processor multilib
8352         match.
8353
8354         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
8355         to return to appropriate csect.
8356
8357 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8358
8359         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
8360         functions.
8361         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
8362         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
8363         BUILT_IN_PRINTF.
8364
8365         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
8366         New entries.
8367
8368         * c-common.c (init_function_format_info): Handle __builtin_printf.
8369         Set `check_function_format_ptr'.
8370         (c_common_nodes_and_builtins): Set `puts_ftype' and
8371         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
8372         __builtin_printf and printf.
8373
8374         * tree.c, tree.h (check_function_format_ptr): Declare.
8375
8376 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
8377
8378         * cppfiles.c (read_include_file): Take no special action for
8379         zero-length files.
8380
8381 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
8382
8383         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
8384         rather than that of branch.
8385         (shorten_branches): Don't increment insn_current_address twice.
8386
8387         Undo most of the Wed Jan 27 23:39:53 1999 patch:
8388         * loop.h (struct induction): Delete members derived, ix and last_use.
8389         (struct loop_ivs): Delete members first_increment_giv and
8390         last_increment_giv.
8391         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
8392         recombine_givs): Delete functions.
8393         (find_and_verify_loops): Don't initialize cont_dominator.
8394         (strength_reduce): Lose code to try to find bivs that can be
8395         expressed as givs of another biv, and to convert biv increments
8396         into givs.
8397         Lose loop_scan_start variable, always use loop->scan_start.
8398         Don't call recombine_givs.  Don't handle derived givs.
8399         (record_giv): Don't initialize derived and last_use fields.
8400         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
8401         givs.
8402         * unroll.c (derived_regs): Delete static variable.
8403         (unroll_loop): Don't initialize it.
8404         (copy_loop_body): Lose code to handle derived givs.
8405         (find_splittable_givs): Don't check for givs made from biv
8406         increments.
8407         Don't set derived_regs.
8408
8409         Fix misapplied earlier patch:
8410         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
8411         to fpul.
8412         (floatsisf2): Generate floatsisf_ie by default.
8413         (floatsisf_i4): Conditional on TARGET_SH4.
8414
8415         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
8416         predicate for the expanders.
8417
8418 2000-09-19  Richard Henderson  <rth@cygnus.com>
8419
8420         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
8421         in addition to pentium and pentiumpro symbols.
8422         (CPP_CPU_DEFAULT_SPEC): Likewise.
8423
8424         * c-typeck.c (c_expand_asm_operands): Restore the output tree
8425         after expanding.
8426
8427         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
8428         if the tree has side effects.
8429         (warn_if_unused_value): Do not warn about void constructs.
8430
8431         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
8432
8433         * unroll.c (copy_loop_body): Update LABEL_NUSES before
8434         calling invert_jump.
8435
8436 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8437
8438         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
8439         into anything.
8440
8441 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8442
8443         * Makefile.in (c-common.o): Depend on diagnostic.h.
8444
8445         * c-common.c: Include diagnostic.h.
8446         (tfaff): Delete.
8447         (status_warning): New function.
8448         (check_format_info, maybe_read_dollar_number, check_format_types,
8449         finish_dollar_format_checking, check_function_format): Accept a
8450         `status' parameter.  All callers changed.
8451
8452         * c-common.h (check_function_format): Accept a `status' parameter.
8453
8454         * c-typeck.c: Update call to `check_function_format'.
8455
8456 2000-09-18  Richard Henderson  <rth@cygnus.com>
8457
8458         * c-decl.c (c_expand_body): Call mark_varargs before
8459         expand_function_start.
8460
8461 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
8462
8463         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
8464         * config/rs6000/eabi-ci.asm: Likewise.
8465
8466 2000-09-18  Richard Henderson  <rth@cygnus.com>
8467
8468         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
8469         for BImode.
8470
8471 2000-09-18  Jim Wilson  <wilson@cygnus.com>
8472
8473         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
8474         before passing it to fold_rtx_mult_add.
8475
8476         * unroll.c (final_giv_value): Pass increment through
8477         extend_value_for_giv before passing it to emit_iv_add_mult.
8478
8479         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
8480         paradoxical subreg, then directly substitute the replacement and
8481         return.
8482
8483 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
8484
8485         * cpp.texi: Update documentation, including some clarifications,
8486         the treatment of various newline combinations, and space between
8487         backslash and newline.
8488
8489 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8490
8491         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
8492         Replace ASM_OUTPUT_LABELREF with assemble_name.
8493
8494 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8495
8496         * sh.c (addsubcosts): CONST is not cheap.
8497         (find_barrier): For Sh1, take alignment after jumps into account.
8498
8499 2000-09-15  Andrew Haley  <aph@redhat.com>
8500
8501         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
8502         remove all SETs of SUBREGs of hard registers.
8503         * function.c (purge_hard_subreg_sets): New function.
8504         (purge_single_hard_subreg_set): New function.
8505         * rtl.h: (purge_hard_subreg_sets): New function.
8506
8507 2000-09-18  Richard Henderson  <rth@cygnus.com>
8508
8509         * config/ia64/ia64-protos.h: Update.
8510         * config/ia64/ia64.c (signed_inequality_operator): New.
8511         (ia64_expand_compare): New.
8512         (ia64_register_move_cost): Handle PR_REGS moves.
8513         (ia64_secondary_reload_class): Require a GR when moving to a PR.
8514         (struct reg_write_state): Add written_by_and/or.
8515         (struct reg_flags): Add is_and/or.
8516         (rws_update): Set them.
8517         (rws_access_regno): Test them to allow parallel comparisons.
8518         (rtx_needs_barrier): Recognize parallel comparisons.
8519         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
8520         Call recog_memoized; ignore pred_rel_mutex.
8521         (emit_predicate_relation_info): Don't call find_basic_blocks here.
8522         (ia64_reorg): Do it here instead.
8523         * config/ia64/ia64.h: s/CCmode/BImode/g
8524         (MODES_TIEABLE_P): Don't tie BImode.
8525         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
8526         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
8527         (RTX_COSTS): Make multiply 4 insns.
8528         (MEMORY_MOVE_COST): New.
8529         (PREDICATE_CODES): Update.
8530         * config/ia64/ia64.md: s/CCmode/BImode/g
8531         (movcci, movbi): New.
8532         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
8533         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
8534         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
8535         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
8536         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
8537         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
8538         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
8539         (mulsi, muldi): Use xmpy not xma.
8540         (cmpbi): New.
8541         (movcc, movcc_internal): Remove.
8542         (branch expanders): Use ia64_expand_compare.
8543         (setcc expanders): Likewise.
8544         (cmov insns): Use move_operand and ia64_move_ok.
8545         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
8546         scheduler from moving it past a use.
8547         * config/ia64/build.hacks: Remove.
8548
8549 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
8550
8551         * cpphash.h (HASHSTEP): Take character rather than pointer
8552         to character.
8553         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
8554
8555         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
8556
8557         * cpplex.c (auto_expand_name_space, trigraph_replace,
8558         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
8559         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
8560         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
8561         KNOWN_DIRECTIVE): Delete.
8562
8563         (handle_newline, check_long_token, skip_escaped_newlines,
8564         unterminated): New functions.
8565         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
8566
8567         (parse_identifier): Was parse_name, new implementation.
8568         (skip_line_comment, skip_block_comment, skip_whitespace,
8569         parse_number, parse_string, trigraph_ok, save_comment,
8570         adjust_column, _cpp_get_line): New implementations.
8571
8572         (lex_token): New function.  Lexes a token at a time, looking
8573         forwards.  Contains most of the guts of the old lex_line.
8574         (lex_line): New implementation, using lex_token to obtain
8575         individual tokens.
8576         (cpp_scan_buffer): Use the token's line, not the list's line.
8577
8578         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
8579          New implementations.
8580         (do_assert): Don't bother setting the answer's list's line.
8581         (cpp_push_buffer): Initialise new pfile and read_ahead members
8582         of struct cpp_buffer.
8583
8584         * cpplib.h (cppchar_t): New typedef.
8585         (struct cpp_buffer): read_ahead, pfile and col_adjust are
8586         new members.
8587         (struct lexer_state): New structure that determines the state
8588         and behaviour of the lexer.
8589         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
8590         (struct cpp_reader): New member "state". Rename
8591         multiline_string_line and multiline_string_column. Delete
8592         col_adjust, in_lex_line members.
8593         (CPP_BUF_COLUMN): Update.
8594
8595 2000-09-18  Richard Henderson  <rth@cygnus.com>
8596
8597         * combine.c (simplify_comparison): Shift a NOT out of a single
8598         bit test.
8599
8600         * combine.c (if_then_else_cond): Canonicalize BImode true to
8601         STORE_FLAG_VALUE.
8602         * explow.c (trunc_int_for_mode): Likewise.
8603
8604         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
8605         the NOT for De Morgan's rule.
8606         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
8607         of a comparison to the reverse comparison.
8608
8609         * combine.c (try_combine): Allow split to create a single insn.
8610
8611         * machmode.def: Add BImode.  Add a column for bitsize.
8612         * machmode.h (DEF_MACHMODE): Adjust for extra column.
8613         (GET_MODE_BITSIZE): Use it.
8614         * rtl.c (DEF_MACHMODE): Adjust for extra column.
8615         (mode_bitsize): New.
8616         (mode_mask_array): Use bitsize.
8617         * combine.c (combine_simplify_rtx): Require inner and outer
8618         modes to match on nonzero_bits optimizations.
8619
8620 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8621
8622         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
8623         its entry in spill_reg_store.
8624         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
8625         * sh.c (reg_no_subreg_operand): New function.
8626         * sh-protos.h (reg_no_subreg_operand): Declare it.
8627         * sh.h (PREDICATE_CODES): Add it.
8628         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
8629         input operand that needs to be in fpul.
8630         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
8631         * sh.c (find_barrier): Take into account that machine_dependent_reorg
8632         might add new insns.
8633
8634 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
8635
8636         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
8637         MAYBE_DEAD.
8638         (sh_expand_epilogue): Take the PIC register into account when
8639         computing the frame size.
8640
8641         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
8642         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
8643         LABEL_REFs with a PIC-safe unspec.
8644
8645 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8646
8647         * c-common.c (check_format_info): Properly save the argument
8648         number and parameter for $ operand number formats in case width
8649         and precision arguments are also used.  Allow printf width and
8650         precision arguments to have operand numbers even if none was
8651         specified for the main format, since this is OK for %*.*m.  Only
8652         object to missing $ operand number if the format used requires an
8653         argument.
8654
8655 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8656
8657         * c-common.c (format_char_info): Add 'W' flag to comment.
8658         (print_char_table, scan_char_table): Use it.
8659         (check_format_info): Use the 'W' flag to determine whether a
8660         format argument is written into.
8661
8662 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8663
8664         * c-common.c (check_format_types): Reorganise and clean up,
8665         checking earlier for ERROR_MARKs and making cur_type into its
8666         TYPE_MAIN_VARIANT where convenient.
8667
8668 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8669
8670         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
8671
8672 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
8673
8674         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
8675
8676         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
8677         * i386.c (struct builtin_description): New.
8678         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
8679         (mmx_reg_operand): Declare MODE arg as unused.
8680         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
8681         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
8682         ix86_expand_binop_builtin, ix86_expand_store_builtin,
8683         ix86_init_builtins, ix86_expand_builtin): New functions.
8684         * i386.h (ix86_builtins): New enumeration.
8685         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
8686         * i386.md (attr length_immediate): 0 for mmx/sse types.
8687         (attr prefix_0f): 1 for mmx/sse types.
8688         (setcc_2): Remove "*" so we get gen_setcc_2.
8689         (emms): Account for changed register numbering.  Set "memory" attr
8690         to unknown.
8691         (sfence): Set "memory" attr to unknown.
8692
8693 2000-09-18  Andreas Jaeger  <aj@suse.de>
8694
8695         * configure.in: Define _GNU_SOURCE only when using the GNU C
8696         Library.
8697         * configure: Regenerated.
8698         * config.in: Regenerated.
8699
8700 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
8701
8702         * cppinit.c (cpp_init): Don't use ANSI prototypes.
8703         * flow.c (flow_dump_loop): Likewise.
8704         (flow_loops_dump): Likewise.
8705
8706         * c-typeck.c (c_start_case): Fix typo.
8707
8708 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8709
8710         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
8711         to int for plain complex which defaults to complex double.  Do
8712         warn about defaulting to complex double if pedantic.  Warn about
8713         complex integer types if pedantic.  Warn about complex types if
8714         pedantic and not in C99 mode.
8715         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
8716         for complex conjugation.
8717
8718 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8719
8720         * contrib.texi: Update my entry.
8721
8722 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
8723
8724         * config/avr/avr.md (mcu_enhanced): New attribute.
8725         (mcu_mega): Likewise.
8726         (extendhisi2): Use mcu_enhanced.
8727         (zero_extendhisi2): Likewise.
8728         (call_insn): Use mcu_enhanced and mcu_mega.
8729         (call_value_insn): Likewise.
8730         (*sbrx_branch): Use mcu_mega.
8731         (*sbrx_and_branchsi): Likewise.
8732         (*sbrx_and_branchhi): Likewise.
8733         (*tablejump_lib): Likewise.
8734
8735 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8736
8737         * alias.c (true_dependence): Allow non-unchanging read to conflict
8738         with unchanging write.
8739
8740         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
8741         (store_constructor): Pass alias_set to it.
8742
8743         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
8744         TYPE_MAIN_VARIANT of ERROR_MARK.
8745         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
8746
8747         * simplify-rtx.c (simplify_unary_operation): Add cases
8748         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
8749
8750 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
8751
8752         * expr.h (emit_library_call, emit_library_call_value): Delete
8753         declarations.
8754         * rtl.h (enum libcall_type): New.
8755         (emit_library_call, emit_library_call_value): Change fn_type arg to
8756         be of type enum libcall_type.
8757         * calls.c: Likewise for the function definitions.  Several callers
8758         throughout changed to use the new enumeration appropriately.
8759         (emit_library_call_value_1): Likewise.  Put back code to make libcall
8760         blocks of equal form, but only use it for the two new higher
8761         enumeration values.
8762
8763 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
8764
8765         Convert the C front-end to use function-at-a-time mode.
8766         * c-common.h: Include splay-tree.h.
8767         (C_DECLARED_LABEL_FLAG): New macro.
8768         (struct language_function): Add x_scope_stmt_stack and
8769         x_function_name_declared_p.
8770         (RECHAIN_STMTS): Move definition.
8771         (lang_statment_code_p): Likewise.
8772         (lang_expand_stmt): Likewise.
8773         (lang_expand_decl_stmt): New variable.
8774         (lang_expand_function_end): Likewise.
8775         (current_scope_stmt_stack): New function.
8776         (add_decl_stmt): Likewise.
8777         (add_scope_stmt): Likewise.
8778         (mark_stmt_tree): Likewise.
8779         (struct c_lang_decl): New structure.
8780         (DECL_SAVED_TREE): Define.
8781         (c_mark_lang_decl): New function.
8782         (c_expand_start_cond): Change prototype.
8783         (c_finish_then): New function.
8784         (c_finish_else): Likewise.
8785         (current_function_name_declared): Remove.
8786         (set_current_function_name_declared): Likewise.
8787         (mark_c_language_function): Declare.
8788         (case_compare): Likewise.
8789         (c_add_case_label): Likewise.
8790         (c_expand_expr): Likewise.
8791         (c_safe_from_p): Likewise.
8792         * c-common.c (lang_expand_function_end): New variable.
8793         (struct if_elt): Add if_stmt.
8794         (c_expand_start_cond): Add the if-statement to the statement-tree,
8795         rather than generating RTL.
8796         (c_finish_then): New function.
8797         (c_expand_start_else): Don't generate RTL.
8798         (c_finish_else): New function.
8799         (c_expand_expr_stmt): Don't generate RTL.
8800         (statement_code_p): Add SCOPE_STMT.
8801         (case_compare): New function.
8802         (c_add_case_label): Likewise.
8803         (mark_stmt_tree): Likewise.
8804         (c_mark_lang_decl): Likewise.
8805         (mark_c_language_function): Likewise.
8806         (c_expand_expr): Likewise.
8807         (c_safe_from_p): Likewise.
8808         * c-decl.c (c_stmt_tree): New variable
8809         (c_scope_stmt_stack): Likewise.
8810         (c_function_name_declared_p): Likewise.
8811         (lang_expand_expr_stmt): Remove.
8812         (poplevel): Don't call output_inline_function for nested
8813         functions.
8814         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
8815         `extern' function.
8816         (redeclaration_error_message): Change means of computing whether
8817         or not a function is nested.
8818         (lookup_label): Don't call label_rtx.
8819         (init_decl_processing): Add more GC roots.
8820         (start_decl): Add DECL_STMTs to the statement-tree, rather than
8821         calling rest_of_decl_compilation.
8822         (finish_decl): Don't call expand_decl.
8823         (store_parm_decls): Begin the statement-tree, but don't generate
8824         RTL.
8825         (finish_function): Tie off the statement-tree.  Call c_expand_body
8826         if appropriate.
8827         (c_expand_body): New function.
8828         (push_c_function_context): Save more information.
8829         (pop_c_function_contxt): Likewise.
8830         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
8831         (lang_mark_tree): Mark it.
8832         (current_stmt_tree): Adjust.
8833         (current_scope_stmt_stack): New function.
8834         (do_case): Remove.
8835         (set_current_name_declared): Likewise.
8836         (c_begin_compound_stmt): Define.
8837         (c_expand_decl_stmt): Likewise.
8838         * c-lang.c: Include rtl.h and expr.h.
8839         (lang_init): Set more language-specific hooks.
8840         * c-lex.c: Include expr.h.
8841         * c-parse.in: Changes throughout to add statements to the
8842         statement-tree, rather than generating RTL after every statement.
8843         * c-semantics.c (lang_expand_decl_stmt): Define.
8844         (add_decl_stmt): New function.
8845         (add_scope_stmt): Likewise.
8846         (finish_stmt_tree): Tweak.
8847         (genrtl_expr_stmt): Likewise.
8848         (genrtl_decl_stmt): Handle local labels, and call
8849         lang_expand_decl_stmt if required.
8850         (genrtl_for_stmt): Fix line-number handling.
8851         (genrtl_case_label): Handle cleanups.
8852         (genrtl_asm_stmt): Don't call combine_strings.
8853         (genrtl_compound_stmt): Simplify.
8854         (expand_stmt): Handle SCOPE_STMTs.
8855         * c-tree.h (struct lang_decl): New structure.
8856         (C_DECLARED_LABEL_FLAG): Remove.
8857         (c_begin_compound_stmt): Declare.
8858         (c_expand_decl_stmt): Likewise.
8859         (c_expand_start_case): Rename to c_start_case.
8860         (c_finish_case): New function.
8861         * c-typeck.c (start_init): Tweak setting of
8862         constructor_incremental.
8863         (c_expand_asm_operands): Tweak error-handling.  Add to the
8864         statement-tree.
8865         (c_expand_return): Add to the statement-tree.
8866         (c_expand_start_case): Rename to ...
8867         (c_start_case): ... this.
8868         (struct c_switch): New type.
8869         (switch_stack): New variable.
8870         (do_case): Simplify.
8871         (c_finish_case): New function.
8872         * dependence.c: Include expr.h.
8873         (enum dependence_type): Change spelling of enumerals.
8874         (check_node_dependence): Adjust.
8875         * expr.h (lang_safe_from_p): Declare.
8876         (safe_from_p): Likewise.
8877         * expr.c (lang_safe_from_p): New variable.
8878         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
8879         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
8880         * toplev.c (rest_of_decl_compilation): Robustify.
8881         * tree.c (contains_placeholder_p): Likewise.
8882         * Makefile.in: Update dependencies.
8883         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
8884         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
8885         (objc_expand_function_end): New function.
8886         (finish_method_def): Use it.
8887         (init_objc): Initialize more language-specific hooks.
8888         * objc/Make-lang.in: Update dependencies.
8889
8890 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
8891
8892         * configure.in: Define macros that affect features before
8893         testing for features.  Don't define _XOPEN_SOURCE.
8894         * configure: Regenerated.
8895         * config.in: Regenerated.
8896
8897 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
8898
8899         * rtlanal.c (rtx_varies_p): Volatile asms vary.
8900         (rtx_unstable_p): Restructure code.  Volatile asms
8901         are unstable.
8902
8903 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8904
8905         * function.h (no_debugging_symbols): New field.
8906         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
8907         Initialize no_debugging_symbols.
8908         (output_inline_function): Save and restore write_symbols and set from
8909         no_debugging_symbols.
8910         * toplev.c (rest_of_compilation): Call save_for_inline.
8911         * tree.h: Update comment.
8912
8913         * stor-layout.c (place_field): Don't do anything if field or
8914         its type are ERROR_MARK.
8915
8916 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
8917
8918         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
8919         (read_include_file): Ensure inc->mmaped is initialized.
8920
8921 2000-09-16  Richard Henderson  <rth@cygnus.com>
8922
8923         * cppiles.c (purge_cache): Use PTR not caddr_t.
8924
8925 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
8926
8927         * gcc.c: In description for %{<S}, say the option removed is -S.
8928         * invoke.texi (Spec Files): Ditto.
8929
8930 2000-09-16  Andreas Jaeger  <aj@suse.de>
8931
8932         * configure.in: Always define _GNU_SOURCE to make interfaces
8933         visible that were hidden by only defining _GNU_SOURCE.
8934         * configure: Regenerated.
8935
8936 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
8937
8938         * cpplex.c (push_macro_context): Set an argument's level after
8939         calling parse_args.  We could loop infinitely otherwise.
8940
8941 2000-09-15  Tom Tromey  <tromey@cygnus.com>
8942
8943         * configure, config.in: Rebuilt.
8944         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
8945
8946 2000-09-15  Greg McGary  <greg@mcgary.org>
8947
8948         * cppmacro.c (check_trad_stringification): Check token
8949         text pointers against limit before dereferencing.
8950
8951 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8952
8953         * c-common.c (format_wanted_type): New structure.
8954         (check_format_types): New function.
8955         (check_format_info): Pass all checking of types of format
8956         arguments, including width and precision arguments, to this new
8957         function.
8958
8959 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8960
8961         * BUGS: Remove file.
8962
8963 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
8964
8965         * config/alpha/alpha.c (override_options): ev6 cache latencies
8966         from Richard Henderson.  Don't allow -mmemory-latency=L0.
8967
8968         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
8969         (TARGET_OPTIONS): Add tune=.
8970         (alpha_tune_string): Declare.
8971         * config/alpha/alpha.c (override_options): Add cpu_table.
8972         Use alpha_cpu_string first to set both alpha_cpu and target_flags
8973         and then alpha_tune_string to set alpha_cpu only.
8974         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
8975         * config/alpha/elf.h (ASM_FILE_START): Likewise.
8976         * config/alpha/osf.h (ASM_FILE_START): Likewise.
8977         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
8978
8979 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8980
8981         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
8982         Remove.
8983         (ix86_comparison_operator, ix86_cc_mode): Declare
8984         * i386.h (CCGC, CCGCO): New modes.
8985         (SELECT_CC_MODE): Move offline to ....
8986         * i386.c (ix86_cc_mode): .... here; use new modes.
8987         (ix86_comparison_operator): New.
8988         (fcmov_comparison_operator): Ensure proper mode.
8989         (put_condition_mode): More sanity checking.
8990         (ix86_match_ccmode): Handle new modes.
8991         (ix86_expand_fp_compare): GEU requires CCmode.
8992         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
8993         doing it by hand.
8994         * i386.md (cmp?i_ccz_1): Remove
8995         (cmp?i_ccno_1): Use ix86_match_ccmode.
8996         (cmp?i_minus_1): New.
8997         (cmpsi_1): New expander.
8998         (cmpqi_ext_1): Use match_ccmode
8999         (cmpqi_ext_3): New expander.
9000         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
9001         (cmpqi_ext_4): Use match_ccmode.
9002         (add?i_?): Use match_ccmode.
9003         (add?i_6): New.
9004         (test?i_ccz_1): Remove
9005         (test?i_1): New.
9006         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
9007         (testqi_ext_0): Use ix86_match_ccmode.
9008         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
9009         (xorqi_cc_ext_1): New expander.
9010         (shift patterns): Use CCGOCmode for all shifts except for sar.
9011         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
9012         (setcc_3, jcc_3, miv?icc_c): Remove.
9013
9014 2000-09-15  Will Cohen  <wcohen@redhat.com>
9015
9016         * dwarf2out.c (add_const_value_attribute): Changed array into a
9017         xmalloced object, so it exists after function exit.
9018         (free_AT): Added case for dw_val_class_float to free allocated
9019         memory.
9020
9021 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9022
9023         * config/i386/i386.md: Fix a comment typo.
9024         * gcc.c: Fix formatting.
9025
9026 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
9027
9028         * optabs.c (emit_libcall_block): If target is a user variable,
9029         copy to a temporary first.
9030         * expr.c (convert_move): When generating a libcall, make a libcall
9031         block.
9032         * calls.c (emit_library_call_value_1): Don't create a libcall
9033         sequence here; our caller will in most cases do it.
9034
9035         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
9036         MACH into FPUL.
9037         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
9038         * sh.md (reload_outsf): Generate recognizable patterns for
9039         TARGET_SH3E.
9040         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
9041         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
9042         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
9043         truncdfsf2_i4): Change not to use explicit references to fpul.
9044         (floatsisf2_ie): Remove USE of fpscr.
9045         (floatsisf2): Change default expansion to match this.
9046         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
9047         unused patterns.
9048
9049 2000-09-15  Richard Henderson  <rth@cygnus.com>
9050
9051         * expmed.c (store_bit_field): Consider naturally aligned
9052         memory for direct reference.
9053
9054 2000-09-15  Richard Henderson  <rth@cygnus.com>
9055
9056         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
9057         AND addresses into alias set 0.
9058         (alpha_expand_unaligned_store): Likewise.
9059         (alpha_expand_unaligned_load_words): Likewise.
9060         (alpha_expand_unaligned_store_words): Likewise.
9061
9062 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
9063
9064         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
9065         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
9066         is defined.
9067         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
9068         rsize of UNITS_PER_WORD.
9069
9070 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
9071
9072         * cpplex.c (ON_REST_ARG): Correct the test.
9073         (maybe_paste_with_next): Duplicate a token that fail pasting,
9074         and clear its PASTE_LEFT flag, so that nested pasting attempts
9075         do not occur.
9076
9077 2000-09-14  Richard Henderson  <rth@cygnus.com>
9078
9079         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
9080         * cse.c (rtx_cost): Likewise.
9081         * optabls.c (expand_binop): Likewise.
9082         (expand_twoval_binop, prepare_cmp_insn): Likewise.
9083         * regclass.c (copy_cost): Likewise.
9084         * reload1.c (reload_cse_move2add): Likewise.
9085
9086 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9087
9088         * c-parse.in (reswords): Add _Complex.
9089
9090 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9091
9092         * gcc.1: Delete documentation for -undef preprocessor option.
9093
9094 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
9095
9096         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
9097         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
9098         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
9099         Remove undefine before config/elfos.h.
9100         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
9101
9102 2000-09-14  Kazu Hirata  <kazu@hxi.com>
9103
9104         * invoke.texi (H8/300 Options): Add -ms2600.
9105         * config/h8300.c (h8300_init_once): Output an error when -ms2600
9106         is used without -ms.
9107         * config/h8300.h (TARGET_MAC): New.
9108         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
9109         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
9110         machine other than H8/S2600.
9111         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
9112         of the H8/S2000.
9113
9114 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
9115
9116         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
9117         pseudos that refer to the original pseudos, not only to their
9118         equivalent memory locations.
9119
9120 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9121
9122         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
9123         when making new MEM.
9124
9125         * Makefile.in (LN): Remove duplicate definition.
9126
9127 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
9128
9129         From Joern Rennecke:
9130         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
9131         on an insn and function_invariant_p returns nonzero for the source,
9132         add a REG_EQUAL note.
9133
9134 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
9135
9136         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
9137         conflict with frame_pointer_rtx.
9138
9139 2000-09-13  Kazu Hirata  <kazu@hxi.com>
9140
9141         * loop.c: Fix formatting.
9142         * loop.h: Likewise.
9143
9144 2000-09-13  Richard Henderson  <rth@cygnus.com>
9145
9146         * config/ia64/ia64.md (divsf3): New.
9147         (divsf3_internal_lat, divsf3_internal_thr): New.
9148         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
9149         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
9150         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
9151         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
9152         (nmadddf4_alts, nmadddf4_trunc): New.
9153         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
9154         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
9155         (multf3_truncsf_alts, multf3_truncdf_alts): New.
9156         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
9157         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
9158         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
9159         (nmaddtf4_truncdf_alts): New.
9160         (recip_approx): Don't predicate.
9161
9162 2000-09-13  Richard Henderson  <rth@cygnus.com>
9163
9164         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
9165
9166 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9167
9168         * flags.h (flag_dump_rtl_in_asm): Declare.
9169         * toplev.c (flag_dump_rtl_in_asm): Define.
9170         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
9171         if -dP is specified.
9172         * rtl.h (print_rtx_head): Declare.
9173         * print-rtl.c (print_rtx_head): Define.
9174         (print_rtx): Print the string pointed to by print_rtx_head
9175         at beginning of each dump line.
9176         (print_rtl): Likewise.
9177         (print_rtl_single): Likewise.
9178         * final.c (final_scan_insn): Dump the insn in the assembly
9179         file for debugging.
9180         * gcc.1: Document -dP option.
9181         * invoke.texi (Debugging Options): Likewise.
9182
9183 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9184
9185         * md.texi (Machine Constraints): Document the 68HC11 constraints.
9186         * install.texi (Configurations): Document the 68HC11&68HC12 port.
9187         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
9188
9189 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
9190
9191         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
9192         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
9193         (*clrstrqi): Likewise.
9194         (xorhi3,xorsi3,absqi2): Likewise.
9195         (one_cmplhi2,one_cmplsi2): Likewise.
9196         (addsi3): Two stupid constraint alternatives removed.
9197         (extendhisi2): Use `movw' for enhanced avr cores.
9198         (zero_extendhisi2): Likewise.
9199
9200 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
9201
9202         * alias.c (find_base_term): Use frame_pointer_rtx
9203         when handling an ADDRESSOF.
9204
9205         * cse.c (canon_hash): Handle USE of BLKmode memory.
9206         (cse_insn): Outgoing arguments for a libcall don't
9207         affect any recorded expressions.
9208
9209 2000-09-12  Tom Tromey  <tromey@cygnus.com>
9210
9211         * configure, config.in: Rebuilt.
9212         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
9213
9214 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
9215
9216         * c-lex.c (lex_string): Use charwidth to compute bytemask.
9217         * expr.c (expand_expr): Don't optimize constant array references
9218         initialized with wide string constants.
9219
9220 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
9221
9222         * loop.c (note_set_pseudo_multiple_uses): Correct.
9223
9224 2000-09-12  Jim Wilson  <wilson@cygnus.com>
9225
9226         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
9227         else block, and X has side-effects, then fail.
9228
9229 2000-09-12  Greg McGary  <greg@mcgary.org>
9230
9231         * config/mips/mips-protos.h
9232         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
9233         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
9234         (PREDICATE_CODES): Add "trap_cmp_op".
9235         * config/mips/mips.c
9236         (trap_cmp_op, mips_gen_conditional_trap): New functions.
9237         * config/mips/mips.md (trap, conditional_trap): New patterns.
9238
9239 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
9240
9241         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
9242         pointer.
9243
9244 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9245
9246         * builtins.c (built_in_decls): New array.
9247         (expand_builtin_fputs): New function.
9248         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
9249
9250         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
9251
9252         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
9253
9254         * tree.h (built_in_decls): New array.
9255
9256 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
9257
9258         * convex.md: Use "+" instead of "=" for outputs wrapped in a
9259         STRICT_LOW_PART.
9260         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
9261
9262 2000-09-12  Kazu Hirata  <kazu@hxi.com>
9263
9264         * haifa-sched.c: Fix formatting.
9265
9266         * genattrtab.c: Fix formatting.
9267
9268         * unroll.c: Fix formatting.
9269
9270 2000-09-12  Bruce Korb  <bkorb@gnu.org>
9271
9272         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
9273         remove obsolete code
9274         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
9275         * fixinc/fixincl.tpl: make non-exported arrays static scope
9276         * fixinc/fixincl.x: regenerate
9277         * fixinc/fixlib.h: Use PARAMS, not _P_
9278         * fixinc/fixtests.c: make a type for the test proc & use it
9279         * fixinc/server.h: Use PARAMS, not _P_
9280
9281 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9282
9283         * c-typeck.c (process_init_element): Avoid union init warnings on
9284         floating point zero.  Don't crash on unions containing structs.
9285
9286 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
9287
9288         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
9289         general_movsrc_operand, and remove CONST_INT from
9290         general_movdst_operand.
9291
9292 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
9293
9294         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
9295         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
9296         regs with a higher cost.
9297         (preferrable): Deal with cases where either cost or regcost is
9298         MAX_COST.
9299         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
9300         regcost values.
9301         (COSTS_N_INSNS): Move definition...
9302         * rtl.h: ...here.
9303         (MAX_COST): New macro.
9304         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
9305         constant.
9306
9307 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
9308
9309         * c-common.h (genrtl_clear_out_block): Remove.
9310         * c-semantics.c (genrtl_clear_out_block): Remove.
9311         (genrtl_while_stmt): Don't call it.
9312         (genrtl_for_stmt): Likewise.
9313
9314 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
9315
9316         * cppfiles.c: Move all default-#defines to top of file.
9317         (open_include_file): Replace by lookup_include_file.
9318         (read_with_read, read_file): Merged into read_include_file.
9319         (stack_include_file, purge_cache): New functions.
9320         (close_cached_fd): Delete.
9321         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
9322         Cache the in-memory buffer, not the file descriptor.
9323
9324         * cpphash.h (struct include_file): Add buffer, st, refcnt,
9325         mapped fields.
9326         (xcnew): New utility macro.
9327         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
9328         * cpplib.h (struct cpp_buffer): Remove mapped field.
9329
9330 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
9331
9332         * cpplex.c (parse_string): Accept backslash space newline as a
9333         line continuation.
9334         (lex_line): Likewise.
9335         (_cpp_get_token): Remove hard limit on macro nesting.
9336
9337 2000-09-12  Philipp Thomas  <pthomas@suse.de>
9338
9339         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
9340         * configure: Rebuilt.
9341
9342 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
9343
9344         * flow.c (split_block): Fix update of registers live at
9345         end of split block.
9346
9347 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9348
9349         * i386.md (add?i_3, add?i_5): New.
9350         (add?i_4): Rename from add?i_3;  Fix compare pattern.
9351         (sub?i_3, xor?i_3, ior?i_3): New.
9352
9353         * genrecog.c (write_tree): Output code to clear insn_extract cache.
9354         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
9355         instead of extract_insn and extract_constrain_insn_cache instead of
9356         extract_insn and constrain_operands.
9357         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
9358         New functions.
9359         (extract_insn): Clear which_alternative.
9360         (constrain_operands): Set which_alternative to -1 when failed.
9361         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
9362         Declare.
9363
9364 2000-09-11  Matthew Hiller  <hiller@redhat.com>
9365
9366         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
9367         on operand 0 to '+'.
9368         (movstricthi): Likewise.
9369
9370 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9371
9372         * loop.h (LOOP_IVS): New macro.
9373         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
9374         (struct loop_ivs): New.
9375         (struct loop_info): Add ivs field.
9376         (reg_iv_type, reg_iv_info): Delete prototype.
9377         (reg_biv_class, loop_iv_list): Likewise.
9378         * loop.c (record_biv, find_life_end): Pass loop argument.
9379         (reg_iv_type): Remove global array and use
9380         field in loop_regs structure within loop_ivs structure.
9381         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
9382         (first_increment_giv, last_increment_giv): Use entry in
9383         loop_ivs structure.
9384         (record_initial): Pass ivs pointer.
9385         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
9386
9387 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9388
9389         * loop.h (LOOP_REGS): New macro.
9390         (struct loop_regs): New.
9391         (struct loop_info): Add regs field.
9392         * loop.c (set_in_loop): Remove global array and store
9393         in loop_regs structure as part of loop_info structure.
9394         (n_times_set, may_not_optimize): Likewise.
9395         (reg_single_usage, moved_once): Likewise.
9396         (count_one_set): Add regs argument.
9397         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
9398         (set_pseudo_multiple_uses): Pass regs pointer.
9399
9400 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9401
9402         * unroll.c (iteration_info): Subsume into loop_iterations.
9403         * loop.h (loop_info): New field iv.
9404
9405 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9406
9407         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
9408         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
9409         (flow_loops_update): New prototype.
9410         (flow_loops_find): Add flags to prototype.
9411         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
9412         * flow.c (flow_loop_pre_header_scan): New.
9413         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
9414         (flow_loop_free): Free pre-header root and trace and exit dominators.
9415         (flow_loops_find): New argument flags.
9416         (flow_loops_update): New function.
9417         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
9418
9419 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
9420
9421         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
9422         * flow.c (split_block, update_bb_for_insn): New functions.
9423
9424 2000-09-11  Richard Henderson  <rth@cygnus.com>
9425
9426         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
9427
9428 2000-09-11  Richard Henderson  <rth@cygnus.com>
9429
9430         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
9431         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
9432         (ia64_override_options): Prevent optimizing division for both
9433         latency and throughput.
9434         (rtx_needs_barrier): Handle frcpa.
9435         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
9436         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
9437         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
9438         (TARGET_SWITCHES): Add -minline-divide-min-latency and
9439         -minline-divide-max-throughput.
9440         (PREDICATE_CODES): Update.
9441         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
9442         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
9443         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
9444         (extendsftf2): Likewise.
9445         (extenddftf2): Likewise.
9446         (fix_trunctfdi2_alts): New.
9447         (fixuns_trunctfdi2_alts): New.
9448         (madd*4): Rename from madd*3.
9449         (divsi3, modsi3, udivsi3, umodsi3): New.
9450         (divsi3_internal): New.
9451         (divdi3, moddi3, udivdi3, umoddi3): New.
9452         (divdi3_internal_lat, divdi3_internal_thr): New.
9453         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
9454         (recip_approx): New.
9455
9456 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
9457
9458         * print-rtl.c (debug_call_placeholder_verbose): New variable.
9459         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
9460         set.
9461         * integrate.c (copy_rtx_and_substitute): Don't share
9462         LEAF_REG_REMAPpable registers with the inlined function.  Don't
9463         share the function value with calling sequences.
9464
9465 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
9466
9467         * c-decl.c (do_case): Fix a typo.
9468
9469         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
9470         to a if the comparison is floating mode and not -ffast-math.
9471         * simplify-rtx.c (simplify_ternary_operation): Likewise.
9472
9473 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9474
9475         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
9476         gen_ic_invalidate_line.
9477
9478 2000-09-11  Philip Blundell  <pb@futuretv.com>
9479
9480         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
9481
9482 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
9483
9484         * install.texi (LANGUAGES): Update to include new languages.
9485         * INSTALL: Rebuilt.
9486
9487 2000-09-11  DJ Delorie  <dj@redhat.com>
9488
9489         * gcc.c (main): Don't warn about unused -B prefixes
9490         (unused_prefix_warnings): remove
9491
9492 2000-09-11  Kazu Hirata  <kazu@hxi.com>
9493
9494         * final.c: Fix formatting.
9495
9496         * integrate.c: Fix formatting.
9497
9498 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
9499
9500         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
9501
9502 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
9503
9504         * reload.c (regno_clobbered_p): Fix thinko in previous change.
9505
9506 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9507
9508         * gcc.1: Document 68hc11 specific options.
9509
9510 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
9511
9512         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
9513         (TARGET_LONG_DOUBLE_128): Define.
9514         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
9515         (LONG_DOUBLE_TYPE_SIZE): Redefine.
9516         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
9517         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
9518         of __LONG_DOUBLE_128__.
9519         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
9520         passed.
9521         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
9522         (CPP_SYSV_DEFAULT_SPEC): Define.
9523         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
9524         (INIT_TARGET_OPTABS): Define.
9525
9526         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
9527         (RS6000_UITRUNC): Likewise.
9528         (INIT_TARGET_OPTABS): New macro.
9529         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
9530         (trunc_defined): Delete.
9531         (output_prolog): Don't output .extern definitions for fp->int
9532         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
9533         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
9534         (trunc_defined): Delete.
9535         (RS6000_ITRUNC): Moved to aix.h.
9536         (RS6000_UITRUNC): Likewise.
9537         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
9538         only emit a libcall.
9539         (fixuns_truncdfsi2): Delete.
9540         (trunc_call): Delete.
9541         (trunc_call_rtl): Delete.
9542
9543 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9544
9545         * varasm.c (make_decl_rtl): Restore leading star on
9546         DECL_ASSEMBLER_NAME set for decls with an asmspec.
9547
9548 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9549
9550         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
9551         won't give a spurious error for '#pragma pack()'.  Simplify
9552         control flow for readability.  'reset' action is not necessary.
9553
9554 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9555
9556         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
9557         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
9558         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
9559         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
9560
9561         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
9562         profile.c, sdbout.c, tradcif.y, tree.c:
9563         Include defaults.h if not already included.
9564         Don't define the above macros.
9565
9566         * Makefile.in: Update dependencies.
9567
9568 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
9569
9570         * c-common.h (add_stmt): Change prototype.
9571         (RECHAIN_STMTS): New macro.
9572         (CASE_LABEL_DECL): Likewise.
9573         (genrtl_case_label): Change prototype.
9574         (c_expand_start_case): Remove prototype.
9575         (build_case_label): Change prototype.
9576         (decl_constant_value): Declare.
9577         * c-common.c (check_case_value): Handle C++'s extensions to C
9578         semantics.
9579         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
9580         field.
9581         * c-parse.in (stmt): Adjust handling of return statements and case
9582         laels.
9583         * c-semantics.c (add_stmt): Return the new statement.
9584         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
9585         returned expression.  Directly generate RTL, rather than calling
9586         c_expand_return.
9587         (genrtl_switch_stmt): Don't call c_expand_start_case.
9588         (build_case_label): Take the LABEL_DECL as input, too.
9589         (genrtl_case_label): Just call add_case_node.
9590         (expand_stmt): Adjust calls to genrtl_return_stmt and
9591         genrtl_case_label.
9592         * c-tree.h (c_expand_start_case): Declare.
9593         * c-typeck.c (decl_constant_value): Give it external linkage.
9594         (c_expand_return): Don't call expand_return or expand_null_return;
9595         use genrtl_return_stmt instead.
9596         * stmt.c (struct nesting): Remove num_ranges field.
9597         (add_case_node): Give it external linkage.
9598         (expand_start_case): Don't set num_ranges.
9599         (expand_start_case_dummy): Don't clear it.
9600         (pushcase): Rely on add_case_node to handle `default' labels.
9601         (add_case_node): Handle `default' labels.
9602         * tree.c (tree_int_cst_compare): New function.
9603         * tree.h (tree_int_cst_compare): Declare.
9604         (add_case_node): Likewise.
9605
9606 2000-09-10  Richard Henderson  <rth@cygnus.com>
9607
9608         * c-parse.in: Revert last change.
9609         (init_reswords): Do not enter disabled keywords into the ridpointers
9610         table, modulo objc weirdness.
9611         (_yylex): Return the canonical spelling for a keyword.
9612
9613 2000-09-10  Philip Blundell  <philb@gnu.org>
9614
9615         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
9616         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
9617
9618 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
9619
9620         * alias.c (find_base_term): Handle ADDRESSOF.
9621         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
9622
9623 2000-09-10  Denis Chertykov  <denisc@overta.ru>
9624
9625         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
9626         outputting templates with many lines.
9627
9628 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9629
9630         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
9631         to decide whether 64-bit support must be generated.
9632
9633 2000-09-10  Richard Henderson  <rth@cygnus.com>
9634
9635         * c-parse.in (asm patterns): Fix volatile check.
9636
9637 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9638
9639         * cppmacro.c (check_trad_stringification): New function.
9640         (save_expansion): If -Wtraditional, warn about stringification of
9641         macro arguments.
9642
9643 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
9644
9645         * loop.h (struct loop_mem_info): Move from loop.c
9646         (struct loop_info): Add fields store_mems, mems, mems_idx,
9647         mems_allocated, unknown_address_altered,
9648         unknown_constant_address_altered, num_mem_sets, and
9649         first_loop_store_insn.
9650
9651         * loop.c (loop_store_mems): Replace with field in loop_info struct.
9652         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
9653         (unknown_address_altered, unknown_constant_address_altered): Likewise.
9654         (num_mem_sets): Likewise.
9655         (replace_loop_mems, replace_loop_regs): New.
9656         (struct loop_replace_args): New.
9657         (load_mems): Use replace_loop_mems.
9658         (try_copy_prop): Use replace_loop_regs.
9659         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
9660
9661 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9662
9663         * configure.in: Recognize m6811-elf and m6812-elf.
9664         * configure: Regenerate.
9665
9666 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
9667
9668         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
9669         to operand_subword.
9670
9671 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
9672
9673         * loop.c (struct movables): New.
9674         (num_movables): Move into struct movables.
9675         (the_movables): Change type to struct movables.
9676         (ignore_some_movables): Change struct movable arg to struct movables.
9677         (force_movables, combine_movables, regs_match_p): Likewise.
9678         (rtx_equal_for_loop_p, move_movables): Likewise.
9679         (scan_loop): Change movables to be of type struct movables.
9680         Replace last_movable with field in movables structure.
9681
9682 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
9683
9684         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
9685         (init_pragma): Avoid warning if pfile happens to be unused.
9686         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
9687         define init_pragma to nothing.  Always prototype
9688         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
9689
9690         * c-lex.c (process_directive): Always call dispatch_pragma.
9691         Initialize entering_c_header to 0.
9692
9693 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9694
9695         * config/m68hc11/m68hc11.md: New file, machine description for
9696         68HC11 & 68HC12.
9697         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
9698         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
9699         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
9700         * config/m68hc11/m68hc11-protos.h: New file.
9701         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
9702         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
9703         * config/m68hc11/xm-m68hc11.h: New file, target defs.
9704         * config/m68hc11/larith.asm: New file, libgcc routines.
9705
9706 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9707
9708         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
9709         (FPBIT_FUNCS): Add _usi_to_sf.
9710         * config/fp-bit.c (usi_to_float): New function.
9711         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
9712         (usi_to_float): Add appropriate #define.
9713
9714 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9715
9716         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
9717         new functions.
9718         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
9719         * i386.md (attr "type"): Add sse and mmx types.
9720         (attr "memory"): Handle them without a crash.
9721         (movsi_1, movdi_2): Allow MMX regs.
9722         (movdi splits): Don't split moves involving MMX regs.
9723         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
9724         (movv4sf_internal, movv4si_internal, movv8qi_internal,
9725         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
9726         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
9727         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
9728         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
9729         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
9730         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
9731         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
9732         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
9733         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
9734         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
9735         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
9736         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
9737         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
9738         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
9739         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
9740         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
9741         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
9742         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
9743         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
9744         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
9745         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
9746         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
9747         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
9748         mmx_clrdi): New patterns.
9749
9750 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
9751
9752         * arm.c: Don't include tm.h directly.
9753
9754 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9755
9756         * recog.c (validate_replace_rtx_1): Fix confusion about equality
9757         testing; simplify subregs of constants and nested subregs.
9758
9759 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
9760
9761         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
9762
9763 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
9764
9765         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
9766         VEC_CONCAT.
9767         * rtl.texi (description of USE): Add note about possible pitfalls
9768         with this rtx.
9769         From Richard Henderson:
9770         * reload1.c (choose_reload_regs): Compute need_mode properly.
9771
9772 2000-09-07  Richard Henderson  <rth@cygnus.com>
9773
9774         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
9775         (__modsi3, __umodsi3): Likewise.
9776         (__udivsi3): Likewise.  Normalize the TFmode values.
9777
9778 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
9779
9780         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
9781         with a prototype.
9782         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
9783         warning.
9784
9785 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
9786
9787         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
9788         (cmpeqdi_t): Add output pattern.
9789         (cmpeqdi_t+1): Don't split when not optimizing.
9790         Restore proper splitting operation.
9791
9792 2000-09-07  Richard Henderson  <rth@cygnus.com>
9793
9794         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
9795         do not call dispatch_pragma.
9796
9797 2000-09-07  Jim Wilson  <wilson@cygnus.com>
9798
9799         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
9800         to CLASS_CANNOT_CHANGE_MODE.
9801         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
9802         mode classes are different.
9803
9804 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9805
9806         * cpplib.h (struct cpp_options): Add user_label_prefix member,
9807         left out of commit which removed cppulp.c.
9808
9809 2000-09-07  Richard Henderson  <rth@cygnus.com>
9810
9811         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
9812         after switch for CASE_DROPS_THROUGH.
9813
9814 2000-09-07  Richard Henderson  <rth@cygnus.com>
9815
9816         * loop.c (strength_reduce): Call check_ext_dependant_givs.
9817         Properly extend the biv initial value for the giv.
9818         (record_biv): Zero ext_dependant.
9819         (record_giv): New argument ext_val.  Update all callers.
9820         (general_induction_var): Likewise.
9821         (consec_sets_giv): Likewise.
9822         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
9823         a sign-extend, zero-extend, or truncate.
9824         (combine_givs_p): Make sure modes are compatible.
9825         (check_ext_dependant_givs): New.
9826         (extend_value_for_giv): New.
9827         * loop.h (struct induction): Add ext_dependant.
9828         * unroll.c (iteration_info): Extend the biv initial value for the giv.
9829         (find_splittable_givs): Likewise.
9830         (final_giv_value): Likewise.
9831
9832 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
9833
9834         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
9835         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
9836         definitions from cpplib.h.
9837         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
9838         already done it.
9839         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
9840         documentation for REGISTER_TARGET_PRAGMAS.
9841
9842         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
9843         default-pragma callback to implement -Wunknown-pragmas if
9844         USE_CPPLIB.
9845         * c-parse.in: Move all includes to top of file.
9846         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
9847         tm_p.h.
9848         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
9849         warning.
9850         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
9851
9852         * arm.h, arm-protos.h, arm.c,
9853           c4x.h, c4x-protos.h, c4x.c,
9854           h8300.h, h8300-protos.h, h8300.c,
9855           i370.h, i370-protos.h, i370.c,
9856           i960.h, i960-protos.h, i960.c,
9857           sh.h, sh-protos.h, sh.c,
9858           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
9859         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
9860
9861         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
9862         multiple include guard.
9863         * i370.md (untyped_call): Use GEN_CALL.
9864         (umodsi3): Remove unused variable.
9865         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
9866         * v850.c (output_move_single, output_move_double): Constify
9867         return value.
9868         (print_operand): Constify a char *.
9869         * v850.h (struct small_memory_info): Constify name member.
9870
9871 2000-09-07  Kazu Hirata  <kazu@hxi.com>
9872
9873         * config/h8300.h: Fix comment typos.
9874         * config/h8300/h8300.md: Likewise.
9875         * config/h8300/lib1funcs.asm: Likewise.
9876
9877 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
9878
9879         * Makefile.in: Remove references to cppulp.{c,o}.
9880         * cppinit.c (initialize_builtins, cpp_start_read,
9881         cpp_handle_option): Update to use cpp_options structure.
9882         * cppulp.c: Remove.
9883
9884 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9885
9886         * c-common.c (time_char_table): Allow %#b and %#h.
9887
9888 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9889
9890         * reorg.c (find_end_label): If the basic block reorder pass moves the
9891         return insn to some other place try to locate it again and put our
9892         end_of_function_label there.
9893         * reorg.c (relax_delay_slots): Check if find_end_label created a
9894         new label that invalidates the current optimazation.
9895
9896 2000-09-07  Catherine Moore  <clm@redhat.com>
9897
9898         * unroll.c (unroll_loop): Check for unconditional jumps
9899         to loop continuation.  Delete if n_iterations is 1.
9900         (ujump_to_loop_cont): New routine.
9901
9902 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
9903
9904         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
9905         MODE_VECTOR_FLOAT.
9906         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
9907         to handle multiword modes correctly.  All callers and the declaration
9908         changed.
9909
9910 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9911
9912         * c-common.h (prep_stmt): Declare.
9913         (lang_expand_stmt): Likewise.
9914         * c-decl.c (lang_expand_stmt): Remove.
9915         * c-semantics.c (lang_expand_stmt): Define.
9916         (prep_stmt): New function.
9917         (expand_stmt): Handle common statement types here.
9918
9919 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
9920
9921         * configure.in (sh-*-linux*): Added.
9922         * configure: Rebuilt.
9923         * config/sh/t-linux: New file.
9924         * config/sh/sh.h (USERMODE_BIT): Define.
9925         (TARGET_USERMODE): Likewise.
9926         (TARGET_SWITCHES): New switches for the bits above.
9927         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
9928         * config/sh/linux.h: New file.
9929         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
9930         underscore on linux.
9931         (L_sdivsi3, L_udivsi3): Define for linux.
9932         (L_ic_invalidate): Define.
9933         * invoke.texi (SH Options): Document -musermode.
9934
9935 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
9936
9937         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
9938         CSE unless generating PIC.
9939
9940         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
9941         the PIC register.
9942
9943 2000-09-06  H.J. Lu  (hjl@gnu.org)
9944
9945         * Makefile.in (clean_s1): Depend on stage_b.
9946         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
9947         stage2. They are used for "make compare".
9948
9949 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9950
9951         Move statement-tree facilities from C++ to C front-end.
9952         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
9953         (void_zero_node): New macro.
9954         (struct stmt_tree_s): New type.
9955         (stmt_tree): New typedef.
9956         (struct language_function): New type.
9957         (last_tree): New macro.
9958         (last_expr_type): Likewise.
9959         (walk_tree_fn): New typedef.
9960         (current_stmt_tree): New function.
9961         (begin_stmt_tree): Likewise.
9962         (add_stmt): Likewise.
9963         (finish_stmt_tree): Likewise.
9964         (statement_code_p): Likewise.
9965         (lang_statement_code_p): New variable.
9966         (walk_stmt_tree): New function.
9967         (STMT_IS_FULL_EXPR_P): New macro.
9968         * c-common.c (lang_statement_code_p): New variable.
9969         (c_common_nodes_and_builtins): Initialize void_zero_node.
9970         (statement_code_p): New function.
9971         (walk_stmt_tree): Likewise.
9972         * c-decl.c (language_function): Rename to ...
9973         (c_language_function): ... this.  Include language_function.
9974         (push_c_function_context): Adjust accordingly.
9975         (pop_c_function_context): Likewise.
9976         (mark_c_function_context): Likewise.
9977         (current_stmt_tree): Define.
9978         * c-semantics.c (begin_stmt_tree): New function.
9979         (add_stmt): Likewise.
9980         (prune_unused_decls): Likewise.
9981         (finish_stmt_tree): Likewise.
9982
9983 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9984
9985         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
9986
9987 2000-09-06  Kazu Hirata  <kazu@hxi.com>
9988
9989         * calls.c: Fix formatting.
9990
9991 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
9992
9993         * config/i386/i386.h (ADDRESS_COST): Fix typo.
9994
9995 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9996
9997         Integrated preprocessor.
9998
9999         * Makefile.in: Remove all references to c-parse.gperf,
10000         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
10001         generating c-parse.c.  Update dependencies.
10002         * c-parse.gperf, c-gperf.h: Delete.
10003
10004         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
10005         yy_lim, or yy_get_token.  Don't define get_directive_line if
10006         USE_CPPLIB.
10007         * c-common.h: Add multiple include guard.  Define RID values
10008         for every keyword in C, C++, and Objective C.  Put all the
10009         modifiers first.
10010         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
10011         * c-decl.c (c_decode_option): Handle -lang-objc here.
10012         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
10013         (grokdeclarator): Adjust for new RID scheme.
10014         (extract_interface_info): New stub.
10015         * c-lang.c: Don't declare yy_cur or parse_options.
10016         (lang_init_options): Call cpp_init.  Don't call
10017         cpp_options_init.
10018         (lang_init): Don't call check_newline if USE_CPPLIB.
10019
10020         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
10021         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
10022         rendered unnecessary by new architecture.  Move routines not
10023         shared with C++ to c-parse.in.  Maintain a local idea of the
10024         line number.    Handle C++ as well as C.
10025         [USE_CPPLIB]: Declare and register callbacks for #ident and
10026         for entering/leaving files.
10027         (init_c_lex, c_lex): Are now the entry points to this file.
10028         (check_newline): Break out directive handling to
10029         process_directive.
10030         (read_ucs, is_extended_char, utf8_extend_token): Moved here
10031         from C++ front end.
10032         (readescape, parse_float): Overhaul.
10033         (lex_number, lex_string, lex_charconst): Break out of c_lex
10034         (n'ee yylex).
10035         (get_fileinfo, update_header_times, dump_one_header,
10036         dump_time_statistics): New and/or moved here from C++.
10037         Support per-file data needed by C++ and per-header timing
10038         statistics (C++ only, at the moment).
10039         * c-lex.h: Update prototypes.  Add multiple include guard.
10040         * c-tree.h (struct lang_identifier): Add rid_code field.
10041         (C_IS_RESERVED_WORD, C_RID_CODE): New.
10042
10043         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
10044         reinit_parse_for_function and/or position_after_white_space.
10045         (save_filename, save_lineno): Look ahead before saving.
10046         (label -> identifier ':'): Save file and line before shifting ':'.
10047         (reservedwords): No need to call get_identifier.
10048         (init_parse, finish_parse, yyerror, yylex, yyprint,
10049         make_pointer_declarator): Are now here for C/ObjC.
10050         (rid_to_yy): Conversion table from RID constants to Yacc codes.
10051
10052         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
10053         #pragma registry.  Provide dummy implementation of that
10054         interface if !USE_CPPLIB.
10055         * c-pragma.h: Update to match.
10056
10057         * flags.h: Add multiple include guard.
10058         (flag_detailed_statistics): Moved here from C++.
10059         * toplev.c: Define flag_detailed_statistics.
10060
10061         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
10062         #if USE_CPPLIB.
10063         * timevar.def (TV_CPP, TV_LEX): New.
10064         * timevar.h: Add multiple include guard.
10065
10066         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
10067         #if USE_CPPLIB.
10068         * objc/objc-act.c: Don't mention yy_cur or parse_options.
10069         Initialize cpplib properly.  Force lineno to 0 after first
10070         call to check_newline.  Don't handle -lang-objc here.
10071         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
10072
10073 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
10074
10075         * rs6000.md: Correct function unit definitions for cr_logical and
10076         mtjmpr.
10077         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
10078         and use portable method for >=0 and floating point >=.  Remove
10079         associated matchers.
10080
10081 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
10082
10083         * extend.texi: Mark named return value extension as deprecated.
10084
10085 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
10086
10087         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
10088         the result.
10089
10090 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
10091
10092         * toplev.c (display_help): Fix thinko in documentation.
10093
10094         * diagnostic.h (output_buffer::indent_skip): New fields.
10095         (output_indentation): New macro.
10096
10097         * diagnostic.c (output_indent): New function.
10098         (output_set_prefix, clear_diagnostic_info): Use.
10099         (output_emit_prefix): Predict future indentation.
10100
10101 2000-09-06  DJ Delorie  <dj@redhat.com>
10102
10103         * Makefile.in (stage_*): add more dependencies to ensure parallel
10104         builds build correctly
10105
10106 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
10107
10108         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
10109         not bootstrap-lean_f.
10110
10111 2000-09-06  Andreas Schwab  <schwab@suse.de>
10112
10113         * mklibgcc.in: Emit rule for libgcc-stage-start.
10114         * Makefile.in (stage1-start, stage2-start, stage3-start,
10115         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
10116
10117 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
10118
10119         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
10120         (update_equiv_regs): Likewise, except for the mn10200 kludge.
10121         (combine_regs): Likewise.
10122
10123         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
10124         * cse.c: Include "basic-block.h".
10125         (struct table_elt): New field REGCOST.
10126         (CHEAP_REG): Delete macro.
10127         (COST): Return 0 for REGs.
10128         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
10129         (notreg_cost): Return 0 for appropriate SUBREGs.
10130         (COSTS_N_INSNS): Return N * 2.
10131         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
10132         SUBREGs.
10133         (CHEAPER): Use new function preferrable.
10134         (insert): Initialize REGCOST member.
10135         (find_best_addr): Use approx_reg_cost for estimation of register
10136         usage.
10137         (cse_insn): Likewise.
10138         * loop.c (iv_add_mult_cost): New function.
10139         (add_cost, shift_cost, mult_cost): Delete variables.
10140         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
10141         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
10142         Make code that detects autoinc opportunities slightly less optimistic.
10143         (simplify_giv_expr): If expression contains other reg that is also a
10144         giv, only increment benefit if this is the only use of that reg.
10145         (consec_sets_giv): Take that change into account.
10146         (combine_givs): Slightly more verbose output.
10147
10148         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
10149         not the cost of an equivalent shift.
10150         * sh-protos.h (addsubcosts): Declare.
10151         * sh.c (addsubcosts): New function.
10152         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
10153         (RTX_COSTS): Tweak.  Use addsubcosts.
10154         (ADDRESS_COST): Return higher cost for reg+reg addressing.
10155
10156 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
10157
10158         * config/rs6000/rs6000.c (validate_condition_mode): New function.
10159         (branch_comparison_operator): Call validate_condition_mode to
10160         abort rather than returning 0.
10161         (branch_positive_comparison_operator): New function.
10162         (scc_comparison_operator): Call validate_condition_mode to abort
10163         rather than returning 0.
10164         (ccr_bit): Call validate_condition_mode.  Update for
10165         new branch scheme.
10166         (print_operand): Delete %C modifier.  Update %E case
10167         to use EQ bit not SO bit.
10168         (rs6000_reverse_condition): New function.
10169         (rs6000_generate_compare): New function.
10170         (rs6000_emit_sCOND): New function.
10171         (rs6000_emit_cbranch): New function.
10172         (output_cbranch): The length of a long branch insn is
10173         now only 8 bytes.  Add validate_condition_mode.  Use
10174         rs6000_reverse_condition.  Remove cror generation.
10175
10176         * config/rs6000/rs6000.h: Update comments.
10177         (PREDICATE_CODES): Add new predicate.  Update codes used
10178         by branch_comparison_operator and scc_comparison_operator.
10179         * config/rs6000/rs6000-protos.h: Add prototypes for
10180         new external functions.
10181         * config/rs6000/rs6000.md: Add new scheduling parameters
10182         for cr_logical instructions.  Change length of branch
10183         instructions.
10184         (bCOND patterns): Call rs6000_emit_cbranch.
10185         (sCOND patterns): Call rs6000_emit_sCOND.
10186         (branch patterns): Change lengths to 4.
10187         (cr logical patterns): New.
10188
10189 2000-09-06  Richard Henderson  <rth@cygnus.com>
10190
10191         * config/i386/i386.md (call_pop): Fix test for setting
10192         current_function_uses_pic_offset_table.
10193         (call, call_value_pop, call_value): Likewise.
10194
10195 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
10196
10197         * timevar.c (timevar_add): Delete.
10198         (timevar_get): Also count time since the selected timer was
10199         last updated.  Do not examine the timevar stack if the
10200         selected timer is standalone.
10201
10202 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10203
10204         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
10205
10206 2000-09-05  Jason Merrill  <jason@redhat.com>
10207
10208         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
10209         for 'extern' arrays.
10210
10211 2000-09-05  Richard Henderson  <rth@cygnus.com>
10212
10213         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
10214         Eliminate final copy from non-trapping case.
10215         (__divdf3, __divsf3): Likewise.
10216
10217 2000-09-05  Richard Henderson  <rth@cygnus.com>
10218
10219         * config/ia64/ia64.md (mulhi3): Fix typo last change.
10220         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
10221
10222 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
10223
10224         * Makefile.in: Restructure bootstrap stages to allow clean
10225         restart after failure.
10226
10227 2000-09-05  Richard Henderson  <rth@cygnus.com>
10228
10229         * config/ia64.md (movsi and movdi patterns): Allow moves from
10230         8-bit constants to AR registers.
10231
10232 2000-09-05  Richard Henderson  <rth@cygnus.com>
10233
10234         * config/ia64/ia64.md (mulhi3): New.
10235
10236 2000-09-05  Richard Henderson  <rth@cygnus.com>
10237
10238         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
10239         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
10240         Optimization Guide, minimum latency alternative.
10241         (__moddi3, __udivdi3, __umoddi3): Likewise.
10242         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
10243
10244 2000-09-05  Bruce Korb  <bkorb@gnu.org>
10245
10246         * fixinc/fixincl.c (load_file): always read header files
10247         with sizes that are a multiple of the page size.
10248         & use libiberty's getpagesize for determining that.
10249
10250 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10251
10252         * gcse.c (hash_string_1): Add prototype.
10253         * cse.c (canon_hash_string): Likewise.
10254
10255 2000-09-04  Craig Newell  <CraigN@ieee.org>
10256
10257         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
10258
10259 2000-09-04  Andreas Schwab  <schwab@suse.de>
10260
10261         * Makefile.in (STAGESTUFF): Remove libgcc.
10262         (stage1-start, stage2-start, stage3-start): Copy the contents of
10263         the libgcc directory explicitly.
10264         (mostlyclean): Clean libgcc.
10265
10266 2000-09-04  Andrew Haley  <aph@redhat.com>
10267
10268         * dwarf2out.c: (stack_adjust_offset): New prototype.
10269
10270 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
10271
10272         * combine.c (make_extraction): Fix rtx_cost comparison to
10273         match the comment.
10274
10275 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
10276
10277         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
10278         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
10279         Add '*' to insn pattern name.
10280
10281 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10282
10283         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
10284         use posn - 1 to index into tokens array.
10285         (maybe_paste_with_next): Adjust caller.
10286
10287 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
10288
10289         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
10290
10291         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
10292         (REGNO_REG_CLASS): Use symbolic register
10293         names.
10294
10295 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
10296
10297         * arm.c (final_prescan_insn): If the form of a jump insn isn't
10298         recognized, don't try to conditionally execute it.
10299
10300 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
10301
10302         * config/avr/avr.md ("*tablejump_lib"): New pattern.
10303         (call_value_insn): Right length claculation.
10304         (call_insn): Likewise.
10305
10306 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
10307
10308         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
10309         gas_output_limited_string, gas_output_ascii, output_movqi,
10310         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
10311         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
10312         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
10313         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
10314         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
10315         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
10316         Add "const" as needed to remove warnings.
10317
10318         * config/avr/avr.c (avr_override_options, avr_init_once,
10319         function_prologue, function_epilogue, frame_pointer_required_p,
10320         class_likely_spilled_p, order_regs_for_local_alloc,
10321         avr_address_cost, avr_ret_register): Use K&R style arguments.
10322         (initial_elimination_offset, gas_output_limited_string):
10323         Remove ATTRIBUTE_UNUSED from the used arguments.
10324         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
10325         Use local variables src, dest, base to access operands[].
10326         Rename reg_dest to reg_src if that's what it is.
10327         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
10328         constants to LD_REGS if reg_was_0.
10329         (output_reload_insisf): Change arg 3 to insn length and set it.
10330         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
10331         access to 16-bit I/O register pairs.
10332         (avr_address_cost): Lower cost for the above case.
10333         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
10334         may be clobbered, also for LD_REGS.
10335         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
10336         with a CONST_INT.
10337
10338         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
10339
10340         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
10341         macro to test_hard_reg_class function.
10342         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
10343         for loading immediate constants to LD_REGS.
10344         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
10345
10346
10347 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
10348
10349         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
10350         * config/avr/libgcc.S: Lost part of the previous patch.
10351
10352 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10353
10354         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
10355         object before calling pthread_mutex_init.
10356
10357 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
10358
10359         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
10360         config/sh/crtn.asm: New files.
10361         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
10362         (crt1.o, crti.o, crtn.o): New targets.
10363         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
10364         sh/t-elf.
10365         * configure: Rebuilt.
10366         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
10367         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
10368         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
10369         Undefine for config/elfos.h to redefine.
10370         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
10371
10372 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10373
10374         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
10375         legitimize_pic_address, output_pic_addr_const): Declare.
10376         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
10377         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
10378         (TARGET_SWITCHES): New switch -mprefergot.
10379         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
10380         (PIC_OFFSET_TABLE_REGNUM): Define.
10381         (GOT_SYMBOL_TABLE): Likewise.
10382         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
10383         (ENCODE_SECTION_INFO): Define.
10384         (FINALIZE_PIC): New macros.
10385         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
10386         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
10387         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
10388         (prepare_move_operands): Call emit_pic_move or
10389         emit_pic_const_move if appropriate.
10390         (output_far_jump): For PIC, use braf and output long offset.
10391         (machine_dependent_reorg):
10392         (sh_expand_prologue): Save and initialize the PIC register.
10393         (sh_expand_epilogue): Restore it.
10394         (initial_elimination_offset): Account for it.
10395         (nonpic_symbol_mentioned_p): New function.
10396         (legitimize_pic_address): Likewise.
10397         (output_pic_addr_const): Likewise.
10398         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
10399         (call, call_value): Use them.
10400         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
10401         symPLT_label2reg): New expands.
10402         * invoke.texi (SH Options): Document -mprefergot.
10403
10404 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10405
10406         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
10407         * gcse.c (hash_string_1): New function.
10408         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
10409         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
10410         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
10411         (canon_hash_string): New function.
10412         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
10413         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
10414         (fold_rtx): Use ASM_OPERANDS accessor macros.
10415         * emit-rtl.c (copy_insn_1): Likewise.
10416         * integrate.c (copy_rtx_and_substitute): Likewise.
10417         * stmt.c (expand_asm_operands): Likewise.  Give an
10418         ASM_OPERANDS rtx the mode of the output reg being set from it.
10419
10420 2000-09-01  Fred Fish  <fnf@be.com>
10421
10422         * fix-header.c (write_rbrac): Add putc and getc to list of
10423         functions to protect against prior definition as a macro.
10424
10425 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10426
10427         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
10428         (c_size_type_node): Define.
10429         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
10430         * c-common.c (enum format_lengths, enum format_std_version,
10431         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
10432         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
10433         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
10434         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
10435         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
10436         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
10437         format_types): Define.
10438         (format_char_info, print_char_table, scan_char_table,
10439         time_char_table): Rearrange for new organization of information
10440         about format length modifiers and standard versions.
10441         (T_ST): Redefine to use c_size_type_node.
10442         (check_format_info): Obtain information about length modifiers and
10443         standard versions from tables.  Adjust warning message wordings.
10444         Use the name from the user's program for `ll' and `hh' length
10445         modifiers in warning messages.  Use more informative names for
10446         wanted types where available (for wchar_t, wint_t, size_t, signed
10447         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
10448
10449 2000-09-01  Jim Wilson  <wilson@cygnus.com>
10450
10451         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
10452         * combine.c (distribute_notes): Handle REG_NORETURN.
10453         * rtl.c (reg_note_name): Add REG_NORETURN.
10454         * rtl.h (enum reg_note): Likewise.
10455
10456         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
10457         ia64_file_start.
10458         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
10459         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
10460         (emit_predicate_relation_info): Handle conditional calls with
10461         REG_NORETURN.
10462         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
10463         instead of ia64_file_start.
10464         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
10465         * config/ia64/ia64.md (safe_across_calls_all,
10466         save_across_calls_normal): New patterns.
10467
10468         * loop.c (check_final_value): Check for biv use before checking for
10469         giv use.  Check for both biv and giv uses.  Always set last_giv_use
10470         if there is a giv use.
10471
10472 2000-09-01  Richard Henderson  <rth@cygnus.com>
10473
10474         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
10475         (madddi3): Likewise.
10476         (maddsi3): New.
10477
10478 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10479
10480         * expr.c (clear_storage): Don't use emit_move_insn unless
10481         either BLKmode or proper size.
10482         (store_constructor): Don't call clear_storage if REG of wrong size.
10483
10484         * flow.c (init_propagate_block_info): Don't mark frame dead at end
10485         of function if returns wiht stack pointer depressed.
10486
10487 2000-09-01  Andrew Haley  <aph@redhat.com>
10488
10489         * dwarf2out.c (stack_adjust_offset): New function.
10490         (dwarf2out_stack_adjust): Break out stack adjust logic into
10491         new stack_adjust_offset function.  Look inside parallels and
10492         sequences for stack adjustments.
10493
10494 2000-08-31  Jeff Law <law@cygnus.com>
10495
10496         * arm.md: Use no_new_pseudos to determine when it is safe
10497         to create new pseudo registers.
10498
10499         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
10500         when we can safely allocate new registers.
10501
10502 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
10503
10504         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
10505         so that CONCATs are not generated for ASMs.
10506         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
10507         not generating_concat_p.
10508         * function.c (pop_function_context_from): Reset
10509         generating_concat_p.
10510         (prepare_function_start): Likewise.
10511         * rtl.c (generating_concat_p): Define.
10512         * rtl.h (generating_concat_p): Declare.
10513         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
10514
10515 2000-08-22  Philipp Thomas  <pthomas@suse.de>
10516             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
10517
10518         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
10519         for translation.
10520
10521 2000-08-30  Greg McGary  <greg@mcgary.org>
10522
10523         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
10524         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
10525         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
10526
10527 2000-08-30  Greg McGary  <greg@mcgary.org>
10528
10529         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
10530         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
10531         (TREE_INT_CST): New macro.
10532         * varasm.c (const_hash, compare_constant_1, record_constant_1):
10533         Use new macro TREE_INT_CST.
10534
10535 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
10536
10537         * contrib.texi: Add self.
10538
10539 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10540
10541         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
10542         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
10543         and labels.
10544
10545 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10546
10547         * fixinc/gnu-regex.c: Don't define `const'.
10548
10549 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10550
10551         * expr.c (store_constructor): Allow variable bounds of array type.
10552         (expand_expr): Don't blow up if type is ERROR_MARK.
10553         * varasm.c (output_constructor): Don't access lower bound of array
10554         type unless need it if index is supplied (so it can be a variable
10555         if no index is supplied).
10556         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
10557         Other minor cleanups.
10558
10559 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10560
10561         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
10562         for compilations in stage 1 and subsequent stages, respectively.
10563         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
10564         * configure: Rebuilt.
10565         * x-vax, x-vax-gcc: Deleted.
10566
10567 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10568
10569         * c-common.c (declare_function_name): Use func_id_node,
10570         function_id_node, and pretty_function_id_node.  Do not make
10571         __func__ visible at file scope.
10572         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
10573         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
10574         (function_id_node, pretty_function_id_node, func_id_node): New
10575         macros.
10576         * c-decl.c (init_decl_processing): Initialize function_id_node,
10577         pretty_function_id_node, and func_id_node.
10578         (c_make_fname_decl): Correct comment.
10579
10580         * tree.h (struct tree_identifier): Constify pointer member.
10581
10582         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
10583         * c-pragma.h (struct weak_syms): Constify name and value members.
10584         (add_weak): Constify arguments.
10585
10586         * calls.c (special_function_p): Constify a char *.
10587         (expand_call): Remove variable which is initialized and then
10588         never used.
10589         * dependence.c (struct def_use, struct induction, struct subscript):
10590         Constify 'variable' member.
10591         (get_low_bound, have_induction_variable): Constify char * argument.
10592         (find_induction_variable): Add braces to avoid dangling else.
10593         (classify_dependence): Constify char * arrays.
10594         * profile.c (output_func_start_profiler): Constify a char *.
10595         * stor-layout.c (finalize_record_size): Constify a char *.
10596         * tree.c (is_attribute_p): Constify a char *.
10597         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
10598
10599         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
10600         for comprehensibility.  Do not call get_identifier if we did
10601         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
10602         create temporary string constants, not ggc_alloc_string.  No
10603         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
10604         char * to hold IDENTIFIER_POINTERs.
10605
10606 2000-08-29  Richard Henderson  <rth@cygnus.com>
10607
10608         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
10609         for the inputs.
10610
10611 2000-08-29  Richard Henderson  <rth@cygnus.com>
10612
10613         * reload.c (push_secondary_reload): Allow class == reload_class
10614         if we're using a reload_in/out pattern.
10615
10616         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
10617         the half that does not conflict with the reload register.
10618         (reload_outti): Likewise.
10619
10620 2000-08-29  Kazu Hirata  <kazu@hxi.com>
10621
10622         * reload.c: Fix formatting.
10623
10624         * stmt.c: Fix formatting.
10625
10626         * gcc.c: Fix formatting.
10627
10628 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10629
10630         * flags.h (time_report, mem_report): New global flags.
10631         * toplev.c: Define time_report and mem_report.
10632         (f_options): Add -ftime-report and -fmem-report.
10633         (compile_file): Turn on time_report if quiet_flag is off.
10634         Call ggc_print_statistics at very end if mem_report is on.
10635         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
10636
10637         * ggc-common.c (ggc_print_statistics): Rename to
10638         ggc_print_common_statistics; all callers changed.  Scale
10639         quantities above 10K to kilobytes and above 10M to megabytes.
10640         * ggc-page.c (ggc_page_print_statistics): Rename to
10641         ggc_print_statistics.  Report memory consumed by internal data
10642         structures for each allocation bucket.  Scale quantities above
10643         10K to kilobytes and above 10M to megabytes.
10644         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
10645         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
10646         Define tally_leaves always.
10647         (ggc_print_statistics): New function.
10648         * ggc.h: Adjust for renamed functions.
10649
10650 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
10651
10652         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
10653         output_movsisf instead of which_alternative.
10654
10655         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
10656
10657 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
10658
10659         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
10660         (avr_progmem_p): New prototype.
10661         (output_movsisf): Prototype declaration changed.
10662         (output_movqi): New prototype.
10663         (output_movhi): New prototype.
10664         (call_insn_operand): Likewise.
10665         (final_prescan_insn): Likewise.
10666         (avr_simplify_comparision_p): Likewise.
10667         (avr_normalize_condition): Likewise.
10668         (compare_eq_p): Likewise.
10669         (out_shift_with_cnt): Likewise.
10670         (const_int_pow2_p): Likewise.
10671         (output_reload_inhi): Prototype declaration changed.
10672
10673         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
10674         (ldi_reg_rtx): New. rtx for r31.
10675         (avr_init_stack): Initialize as "__stack".
10676         (function_prologue): Use it.
10677         Replace all TARGET_ENHANCED with AVR_ENHANCED.
10678         (avr_mcu_name): Initialize as "avr2".
10679         (avr_enhanced_p, avr_mega_p): New variables.
10680         (mcu_types, avr_override_options): Handle all known MCU types.
10681         Also handle avr1 (only preprocess, assemble and link).
10682         (print_operand): Using of `%K' in output template removed.
10683         (out_movqi_r_mr): Optimized.
10684         (out_movhi_r_mr): Likewise.
10685         (output_movqi): New function.
10686         (output_movhi): Likewise.
10687         (out_movsi_r_mr): Optimized.
10688         (output_movsisf): Compute insn length for `adjust_insn_length'
10689         (out_movqi_mr_r): Optimized.
10690         (out_movhi_mr_r): Optimized.
10691         (adjust_insn_length): Use output_movsisf, output_movqi,
10692         output_movhi for insn length adjusting.
10693         (reg_unused_after): Use dead_or_set_p.
10694         (preferred_reload_class): Now havn't any restriction.
10695         (reg_was_0): New function.
10696         (io_address_p): Likewise.
10697         (const_int_pow2_p): Likewise.
10698         (output_reload_inhi): Likewise.
10699         (output_reload_insisf): Likewise.
10700
10701         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
10702         (LIB_SPEC): Use -lc for all supported devices.
10703         (LIBGCC_SPEC): Use -lgcc for all supported devices.
10704         (AVR_MEGA): Define as avr_mega_p.
10705         (AVR_ENHANCED): New, define as avr_enhanced_p.
10706         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
10707         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
10708         (CRT_BINUTILS_SPECS): Handle all known MCU types.
10709         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
10710         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
10711         (ASM_SPEC): Pass -mmcu=... to the assembler.
10712         Change all -DAVR_* to -D__AVR_*__.
10713         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
10714         Rename library functions to start with two underscores.
10715         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
10716         alignment.
10717         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
10718         (SUPPORTS_WEAK): Likewise.
10719         (LDI_REG_REGNO): New. Register r31 will be used as temporary
10720         register for loading constants to r0-r14.
10721
10722         * config/avr/avr.md: Replace all TARGET_ENHANCED with
10723         AVR_ENHANCED.
10724         (*mov_r_sp): Removed. Handled by output_movhi.
10725         (*mov_sp_r): Likewise.
10726         (*mov_sp_r_no_interrupts): Likewise
10727         (*mov_sp_r_tiny): Likewise.
10728         (*movqi): Use output_movqi.
10729         (*reload_inqi): New.
10730         (*movhi): Use output_movhi.
10731         (*reload_inhi): New.
10732         (*negsi2): Optimized.
10733         (*negsf2): Likewise.
10734         Added peepholes (define_peephole2) for loading constants to r0-r14
10735         and for using `cpse' command.
10736
10737         * config/avr/libgcc.S: Rename library functions to start with two
10738         underscores.
10739         Add support for enhanced core.
10740         (_moqhi3): Fix typo, now _modqi3.
10741         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
10742         (__prologue_saves__): Remove test for stack adjust by 0.
10743         (__tablejump__): New.
10744
10745         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
10746         Add multilib support.
10747
10748 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
10749
10750         * loop.c (prescan_loop): Don't check unknown_address_altered
10751         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
10752         to loop_store_mems as necessary.
10753         (loop_invariant_p): Don't check unknown_address_altered
10754         or unknown_constant_address_altered.
10755
10756 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10757
10758         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
10759
10760 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10761
10762         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
10763         print just the filename.
10764         * cpplex.c (_cpp_run_directive): Add additional argument, the
10765         name to give the synthetic buffer.  This defaults to
10766         translated "<command line>".
10767         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
10768         Adjust to match.
10769         (_cpp_define_builtin): New function.
10770         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
10771         * cpphash.h: Update prototypes.
10772
10773         * tradcpp.c (main): Process -D and -U simultaneously, in the
10774         order they appeared on the command line.
10775
10776 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10777
10778         * c-decl.c (define_label): Call warning_with_file_and_line and
10779         error_with_file_and_line instead of plain warning or error.
10780
10781         * c-parse.in (label): Use save_filename/save_lineno to ensure
10782         correct values for calls to define_label.
10783
10784 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
10785
10786         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
10787         away.
10788         * expr.c (expand_expr, case TARGET_EXPR): Don't call
10789         mark_addressable.
10790         * tree.h (get_file_function_name): Remove two duplicate
10791         declarations.
10792
10793 2000-08-28  Kazu Hirata  <kazu@hxi.com>
10794
10795         * tree.c: Fix formatting.
10796
10797         * xcoffout.c: Fix formatting.
10798
10799 2000-08-28  Jason Merrill  <jason@redhat.com>
10800
10801         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
10802
10803 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10804
10805         * dwarf2out.c (dwarf2out_finish): Don't bother calling
10806         break_out_includes if it won't do anything.
10807
10808 2000-08-28  Richard Henderson  <rth@cygnus.com>
10809
10810         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
10811         (find_reloads): Likewise.
10812         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
10813         (reload_inhi): Likewise.
10814
10815 2000-08-28  Richard Henderson  <rth@cygnus.com>
10816
10817         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
10818         (call_insn_operand): Don't expect a surrounding mem.
10819         (constant_call_address_operand): Likewise.
10820         * config/i386/i386.h (PREDICATE_CODES): Update.
10821         * config/i386/i386.md (call patterns): Move the match_operand
10822         for the call destination inside the mem.
10823
10824 2000-08-28  Richard Henderson  <rth@cygnus.com>
10825
10826         * local-alloc.c (requires_inout): Don't use reserved range for
10827         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
10828         * recog.c (asm_operand_ok): Likewise.
10829         (preprocess_constraints, constrain_operands): Likewise.
10830         * regclass.c (record_reg_classes): Likewise.
10831         * reload.c (find_reloads): Likewise.
10832         * reload1.c (maybe_fix_stack_asms): Likewise.
10833         (reload_cse_simplify_operands): Likewise.
10834         * stmt.c (expand_asm_operands): Likewise.
10835
10836         * md.texi: Update constraints documentation.
10837         * tm.texi (EXTRA_CONSTRAINT): Update.
10838
10839 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
10840
10841         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
10842         (print_die): If we don't know the offset of the
10843         target die, try the symbol.  Add a trailing newline.
10844         (reverse_all_dies): New fn.
10845         (dwarf2out_finish): Call it.
10846         (break_out_includes): Reorganize for clarity.
10847         (add_sibling_attributes): Don't call reverse_die_lists.
10848         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
10849         primary CU, too.
10850         * flags.h: Add flag_eliminate_dwarf2_dups.
10851         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
10852
10853 2000-08-28  Jason Merrill  <jason@redhat.com>
10854
10855         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
10856         * dwarf2out.c: #include "md5.h".
10857         (DIE_LABEL_PREFIX): New macro.
10858         (dw_val_struct): Add 'external' flag to val_die_ref.
10859         (add_AT_die_ref, AT_ref): Adjust.
10860         (AT_ref_external, set_AT_ref_external): New fns.
10861         (build_abbrev_table): Call set_AT_ref_external.
10862         (value_format): Call AT_ref_external.
10863         (die_struct): Add die_symbol field.
10864         (new_die): Clear it.
10865         (dwarf_tag_name): Handle BINCL/EINCL.
10866         (dwarf2out_start_source_file): Add BINCL DIE.
10867         (dwarf2out_end_source_file): Add EINCL DIE.
10868         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
10869         (loc_checksum, attr_checksum, die_checksum): New fns.
10870         (is_type_die, is_comdat_die, is_symbol_die): New fns.
10871         (compute_section_prefix, assign_symbol_names): New fns.
10872         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
10873         (output_die): Call output_die_symbol and AT_ref_external.
10874         (output_comdat_comp_unit): New fn, split out from...
10875         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
10876         secondary CUs.
10877         (output_pubnames, output_aranges): Abort if we see entries from
10878         secondary CUs.
10879         * toplev.h: Declare file_name_nondirectory.
10880         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
10881         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
10882         (debug_start_source_file): Call dwarf2out_start_source_file
10883         regardless of debug verbosity.
10884         (debug_end_source_file): Similarly.
10885         * tree.h: Declare clean_symbol_name.
10886         * tree.c (clean_symbol_name): Split out from...
10887         (get_file_function_name_long): ...here.
10888
10889         * dwarf2out.c (new_loc_descr): Use calloc.
10890         (splice_child_die): Remove the die from the right parent.
10891         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
10892
10893 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10894
10895         * toplev.c (decode_g_option): Don't give warning for unknown -g
10896         option; return 0 instead.
10897         (main): If -g option is not recognized by front end or
10898         language-independent code, give warning.
10899
10900 2000-08-28  Greg McGary  <greg@mcgary.org>
10901
10902         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
10903         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
10904         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
10905
10906 2000-08-27  Greg McGary  <greg@mcgary.org>
10907
10908         * cpplex.c (parse_string): Don't look for backslash
10909         before first char in `namebuf'.
10910         * loop.c (strength_reduce): Skip NOTEs.
10911
10912 2000-08-27  Jason Merrill  <jason@redhat.com>
10913
10914         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
10915         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
10916         TREE_ASM_WRITTEN, either.
10917         (finish_decl): Adjust.
10918
10919 2000-08-28  Philipp Thomas  <pthomas@suse.de>
10920
10921         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
10922         they have been incorporated into the gettext CVS. Change the text to
10923         reflect the current status of NLS. Add instructions for accessing
10924         the gettext CVS and add the patch from Martin v. Loewis.
10925
10926 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10927
10928         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
10929         by using gen_lowpart_common.
10930         (movdi_internal64+6): Likewise.
10931
10932 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10933
10934         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
10935         Document.
10936
10937         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
10938         numbers to the ranges used by GDB.
10939
10940 2000-08-25  Richard Henderson  <rth@cygnus.com>
10941
10942         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
10943         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
10944         (ia64_expand_prologue): Likewise.
10945         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
10946         argument for stdargs.
10947
10948 2000-08-25  Jason Merrill  <jason@redhat.com>
10949
10950         * integrate.c (expand_inline_function): Pull out the original decl.
10951
10952 2000-08-25  Jim Wilson  <wilson@cygnus.com>
10953
10954         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
10955
10956         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
10957
10958 2000-08-25  Greg McGary  <greg@mcgary.org>
10959
10960         * flow.c (dump_edge_info): Use ARRAY_SIZE.
10961         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
10962
10963 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
10964
10965         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
10966
10967 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
10968
10969         * i386.c (ix86_find_base_term): New.
10970         * i386-protos.h (ix86_find_base_term): Prototype.
10971         * i386.h (FIND_BASE_TERM): Define.
10972         * alias.c (find_base_term): Use it.
10973         * tm.texi (FIND_BASE_TERM): Document it.
10974
10975         * alias.c (true_dependence, write_dependence_p): Unchanging
10976         memory can't conflict with non-unchanging memory.
10977
10978         * alias.c (memrefs_conflict_p): A BLKmode reference
10979         to a symbol (or CONST_INT address) always conflicts
10980         with a reference to another symbol.
10981
10982 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10983
10984         * c-common.c (time_char_table): Don't allow width and flags with
10985         "z" format.
10986
10987 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10988
10989         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
10990         way as LT and LTU when the second operand has 0 in low word.
10991
10992 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
10993
10994         * basic-block.h (struct loop): Rename `exits' field to
10995         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
10996
10997         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
10998         (flow_loop_entry_edges_find): Add.
10999         (flow_edge_list_print): Rename from flow_exits_print.
11000         (flow_loops_find): Call flow_loop_entry_edges_find.
11001         (flow_loop_dump): Dump entry_edges list.
11002         (flow_loops_free): Free entry_edges.
11003
11004 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
11005
11006         * loop.c (loop_dump_aux, debug_loop): New functions.
11007         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
11008
11009         * flow.c (flow_loops_dump): Add callback parameter.
11010         (flow_loop_dump): Add callback parameter and call it.  Move
11011         loop note debugging code to loop_dump_aux.
11012
11013         * basic-block.h (flow_loop_dump): Add callback parameter
11014         (flow_loops_dump): Likewise.
11015
11016         * toplev.c (rest_of_compilation): Add NULL callback function pointer
11017         to call to flow_loops_dump.
11018
11019 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
11020
11021         * loop.c (count_loop_regs_set): Replace start and end arguments
11022         with loop argument.  All callers udated.
11023
11024 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
11025
11026         * loop.c (constant_high_bytes): Delete.
11027
11028 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
11029
11030         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
11031         and NOTE_INSN_LOOP_VTOP to...
11032         (find_and_verify_loops) ...here.
11033
11034 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
11035
11036         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
11037         (fini_dummy, init_dummy): Use it.
11038
11039 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
11040
11041         * cpplex.c (is_macro_disabled): Caller has already checked
11042         that we're not a preprocessed file.
11043
11044 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
11045
11046         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
11047         (c-iterate.o): Remove target.
11048         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
11049         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
11050         (finish_decl): Don't handle iterators.
11051         (grokdeclarator): Likewise.
11052         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
11053         * gcc/c-gperf.h: Regenerated.
11054         * gcc/c-iterate.c: Removed.
11055         * gcc/c-lex.c (init_lex): Don't handle iterators.
11056         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
11057         (compstmt_primary_start): Remove push_iterator_stack call.
11058         (stmt): Don't allow iterator statements.  Replace iterator_expand
11059         with expand_expr_stmt.
11060         (all_iter_stmt): Remove.
11061         (all_iter_stmt_simple): Likewise.
11062         (all_iter_stmt_with_decl): Likewise.
11063         * gcc/c-tree.h (ITERATOR_P): Remove.
11064         (ITERATOR_BOUND_P): Likewise.
11065         (init_iterators): Remove declaration.
11066         (iterator_expand): Likewise.
11067         (iterator_for_loop_start): Likewise.
11068         (iterator_for_loop_end): Likewise.
11069         (iterator_for_loop_record): Likewise.
11070         (push_iterator_stack): Likewise.
11071         (pop_iterator_stack): Likewise.
11072         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
11073         (readonly_warning): Likewise.
11074         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
11075
11076 2000-08-24  Jim Wilson  <wilson@cygnus.com>
11077
11078         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
11079         Copy type in a TYPE_DECL, just like pushdecl does.
11080
11081 2000-08-24  Richard Henderson  <rth@cygnus.com>
11082
11083         * toplev.c (main): Enable flag_reorder_blocks at -O2.
11084
11085 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
11086
11087         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
11088         asked for one page, allocate GGC_QUIRE_SIZE of them and put
11089         the extras on the free list.
11090         (release_pages): Clean up.
11091         (ggc_set_mark): Don't adjust G.allocated here...
11092         (sweep_pages): ... do it here.
11093
11094 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
11095
11096         * cppfiles.c (read_include_file): Rearrange initializations.
11097
11098 2000-08-24  Richard Henderson  <rth@cygnus.com>
11099
11100         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
11101
11102         * config/ia64/ia64-protos.h: Update.
11103         * config/ia64/ia64.c (gr_register_operand): New.
11104         (fr_register_operand, grfr_register_operand): New.
11105         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
11106         (grfr_reg_or_8bit_operand): New.
11107         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
11108         use gr_register_operand.
11109         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
11110         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
11111         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
11112         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
11113         (fr_reg_or_fp01_operand): Likewise.
11114         (not_postinc_memory_operand): New.
11115         (ia64_split_timode): Remove unused variables.
11116         (rtx_needs_barrier): Check arguments to cmpxchg.
11117         (builtin_description): Remove.
11118         (bdesc_2argsi, bdesc_2argdi): Remove.
11119         (ia64_init_builtins): Declare all builtins directly.
11120         (ia64_expand_fetch_and_op): Rewrite to be called from
11121         ia64_expand_builtin directly.  Use expand_binop and co.
11122         (ia64_expand_op_and_fetch): Likewise.
11123         (ia64_expand_compare_and_swap): Likewise.
11124         (ia64_expand_binop_builtin): Remove.
11125         (ia64_expand_lock_test_and_set): New.
11126         (ia64_expand_lock_release): New.
11127         (ia64_expand_builtin): Use them.
11128         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
11129         (EXTRA_CONSTRAINT): Use it.
11130         (PREDICATE_CODES): Update.
11131         * config/ia64/ia64.md (*): Use gr_register_operand and co.
11132         (mf): Indicate that we set memory as well as use it.
11133         (fetchadd_acq_si): Show memory being modified as well.
11134         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
11135         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
11136         (lock_test_and_set_si, lock_test_and_set_di): Remove.
11137         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
11138         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
11139         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
11140         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
11141         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
11142         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
11143         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
11144         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
11145         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
11146         return type.  Pretty print definitions.
11147
11148 2000-08-24  Jim Wilson  <wilson@cygnus.com>
11149
11150         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
11151         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
11152
11153 2000-08-24  Jason Merrill  <jason@redhat.com>
11154
11155         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
11156         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
11157         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
11158         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
11159
11160 2000-08-24  Greg McGary  <greg@mcgary.org>
11161
11162         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
11163         and extendtab within their proper array boundaries.
11164         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
11165         for the entire array.
11166
11167         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
11168         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
11169         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
11170         * config/fr30/fr30.c (fr30_print_operand): Likewise.
11171         * config/i386/dgux.c (output_options): Likewise.
11172         * config/i386/dgux.h (ASM_FILE_START): Likewise.
11173         * config/m88k/m88k.c (output_options): Likewise.
11174         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
11175         * config/mcore/mcore.c (mcore_output_inline_const_forced,
11176         layout_mcore_frame, handle_structs_in_regs): Likewise.
11177         * config/mips/mips.c (output_block_move): Likewise.
11178         * config/rs6000/rs6000.c (rs6000_override_options,
11179         rs6000_file_start): Likewise.
11180         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
11181         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
11182         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
11183         * builtins.c (expand_builtin_setjmp): Likewise.
11184         * expr.c (safe_from_p): Likewise.
11185         * flow.c (life_analysis): Likewise.
11186         * fold-const.c (size_int_type_wide): Likewise.
11187         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
11188         * genattrtab.c (make_length_attrs): Likewise.
11189         * genopinit.c (gen_insn): Likewise.
11190         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
11191         * global.c (global_alloc): Likewise.
11192         * local-alloc.c (find_free_reg): Likewise.
11193         * mips-tdump.c (print_symbol): Likewise.
11194         * mips-tfile.c (parse_def, parse_input): Likewise.
11195         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
11196         * stmt.c (expand_nl_goto_receiver): Likewise.
11197         * stor-layout.c (set_sizetype): Likewise.
11198         * varasm.c (decode_reg_name): Likewise.
11199         * toplev.c (decode_f_option, decode_W_option,
11200         set_target_switch, print_switch_values): Likewise.
11201         (NUM_ELEM): Remove macro.
11202         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
11203
11204 2000-08-24  Greg McGary  <greg@mcgary.org>
11205
11206         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
11207         (MAIN_NAME_P, main_identifier_node): New macros.
11208         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
11209         * c-decl.c (start_decl, grokdeclarator, start_function,
11210         store_parm_decls, finish_function): Use MAIN_NAME_P.
11211         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
11212         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
11213         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
11214         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
11215
11216 2000-08-24  Greg McGary  <greg@mcgary.org>
11217
11218         * cppfiles.c (actual_directory): Don't write beyond `dir'
11219         when it contains "".
11220         * real.c (asctoeg): Stay within bounds of etens[][].
11221
11222 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11223
11224         * dependence.c (dependence_string, direction_string,
11225         dump_one_node, dump_node_dependence): Hide unused identifiers.
11226         (get_low_bound, normalize_coefficients): Match definition to
11227         static prototype.
11228         (get_one_coefficient): Initialize variables `value0_is_idx' and
11229         `value1_is_idx'.
11230         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
11231         (ziv_test): Delete variable `idx', use parameter `sub' instead.
11232         (direction_merge): Avoid automatic aggregate initialization.
11233         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
11234         Initialize variables `dest_idx' and `src_idx'.
11235         (end_dependence_analysis): Avoid C89 style function definition.
11236
11237 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11238
11239         * c-common.c (time_char_table): Don't allow width with %F.
11240         (check_format_info): Don't allow "Z" length with scanf.
11241
11242 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
11243
11244         * diagnostic.c (finish_diagnostic): Define.
11245         (output_do_printf): Use wrap_text instead of output_add_string.
11246         (default_print_error_function): Avoid embedded '\n'.
11247
11248         * diagnostic.h (flush_diagnostic_buffer): Declare.
11249
11250 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11251
11252         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
11253
11254 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
11255
11256         * Makefile.in (GCC_PASSES): Add specs.
11257
11258 2000-08-23  Jim Wilson  <wilson@cygnus.com>
11259
11260         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
11261         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
11262         EHANDLER nor UHANDLER bit is set.
11263         (__get_except_table): Likewise.
11264
11265 2000-08-23  Nick Clifton  <nickc@redhat.com>
11266
11267         * config/arm/lib1funcs.asm: Replace upper case condition codes
11268         with lower case versions.
11269
11270         * config/arm/arm.h (STRUCT_VALUE): Define.
11271         (STRUCT_VALUE_REGNUM): Delete.
11272
11273 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
11274
11275         * cpphash.h (IN_I): New flag for directive table.
11276         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
11277         #pragma with IN_I.
11278         (_cpp_check_directive): If -fpreprocessed, execute directives
11279         marked with IN_I.  Issue no warnings in this case.
11280         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
11281
11282 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11283
11284         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
11285         %u.
11286         (check_format_info): Support printf 'I' flag; warn about it with
11287         -pedantic.
11288
11289 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
11290
11291         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
11292         barrier can't be ignored by the alias analysis code.
11293
11294 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
11295
11296         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
11297         works inside fixincl.
11298
11299 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
11300
11301         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
11302         simplify_relational_operation() unless both operands are of
11303         VOIDmode.
11304         * cse.c (fold_rtx): Likewise.
11305
11306 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
11307
11308         * rtlanal.c (rtx_unstable_p): The pic register is stable
11309         (within one function) and the actual rtx should be used
11310         when checking the registers.
11311         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
11312
11313         * alias.c (true_dependence, write_dependence_p): Fix
11314         bug in previous patch.
11315
11316         * i386.c (ix86_GOT_alias_set): New.
11317         (legitimize_pic_address): Use it.
11318
11319         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
11320         only stable if its address is stable.
11321         (rtx_varies_p): An unchanging MEM can't vary if
11322         its address doesn't vary.
11323
11324 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11325
11326         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
11327
11328 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11329
11330         * vax.h (ASM_SPEC): Pass `-J' to assembler.
11331         * x-vax-gcc: New file for bootstrapping with gcc.
11332         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
11333         * configure.in: Use x-vax-gcc with gcc.
11334         * configure: Rebuilt.
11335
11336 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11337
11338         * toplev.c (rest_of_compilation): Rebuild label notes after
11339         post-reload splitting pass if new labels have been created.
11340
11341 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
11342
11343         * diagnostic.h (output_buffer_state): New macro.
11344         * diagnostic.c (diagnostic_for_decl, sorry,
11345         default_print_error_function, output_do_verbatim,
11346         report_diagnostic, report_problematic_module): Use it.
11347         (wrap_text): Tweak.
11348         (output_format): Use wrap_text instead of maybe_wrap_text.
11349
11350 2000-08-22  Nick Clifton  <nickc@redhat.com>
11351
11352         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
11353         Common code for ARM divide and modulus functions.
11354         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
11355         ARM_DIV_MOD_BODY.
11356         (FUNC_END): New macro: Common code at the end of the division and
11357         modulo functions.
11358         (THUMB_FUNCTION_START): New macro:  Common code at the start of
11359         Thumb functions.
11360         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
11361
11362 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
11363
11364         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
11365
11366         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
11367         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
11368         const0_rtx.
11369
11370 2000-08-22  Nick Clifton  <nickc@redhat.com>
11371
11372         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
11373         restorative additions, test for bottom bits of IP being set,
11374         rather than relying upon the RORs not matching.
11375         (__modsi3): Ditto.
11376
11377 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
11378
11379         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
11380         text_section() as appropriate instead of emitting text csect
11381         pseudo-op directly.
11382         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
11383         (UNIQUE_SECTION): Define macro.
11384         (ASM_OUTPUT_SECTION_NAME): Define macro.
11385         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
11386         on AIX if debugging and -fdata-sections always.
11387
11388 2000-08-22  Steven King  <sxking@uswest.net>
11389
11390         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
11391         machinery.
11392         (LDBL_MAX): Same here.
11393
11394 2000-08-22  Richard Henderson  <rth@cygnus.com>
11395
11396         * flow.c (tidy_fallthru_edge): Update b->end properly.
11397
11398 2000-08-22  Stan Cox  <scox@redhat.com>
11399
11400         * Makefile.in (OBJS): Add dependence.o.
11401         * dependence.c: New file.
11402
11403 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
11404
11405         * calls.c (check_sibcall_argument_overlap_1): Adjust for
11406         ARGS_GROW_DOWNWARD.
11407         (check_sibcall_argument_overlap): Likewise.
11408
11409 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11410
11411         * invoke.texi (SH Options): Document -m4-nofpu,
11412         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
11413         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
11414
11415 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11416
11417         * c-common.c (check_format_info): Give the 'some locales' warning
11418         for strftime %Ey rather than the unconditional 'only last 2 digits
11419         of year' one.
11420
11421 2000-08-22  Richard Henderson  <rth@cygnus.com>
11422
11423         * alias.c (init_alias_analysis): Do not register
11424         struct_value_incoming_rtx or static_chain_rtx as pointing
11425         to stack memory.
11426
11427 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
11428
11429         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
11430
11431 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
11432
11433         * diagnostic.h (report_problematic_module): Declare.
11434         * diagnostic.c (report_problematic_module): New function.
11435         (report_error_function): Tweak.
11436
11437 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11438
11439         * stmt.c (expand_goto_internal, fixup_gotos): Only check
11440         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11441
11442 2000-08-21  Richard Henderson  <rth@cygnus.com>
11443
11444         * flow.c (calculate_global_regs_live): Mark frame pointer live
11445         everywhere before reload.
11446
11447 2000-08-21  Jim Wilson  <wilson@cygnus.com>
11448
11449         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
11450         INTEL_EXTENDED_IEEE_FORMAT.
11451         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
11452         clear last two bytes of output FP value.
11453
11454 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
11455
11456         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
11457
11458 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11459
11460         * unroll.c (loop_find_equiv_value): If ret is modified between
11461         insn and loop_start, ret might not be equivalent to reg.
11462
11463 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11464
11465         * c-common.c (init_dollar_format_checking,
11466         maybe_read_dollar_number, finish_dollar_format_checking): New
11467         functions.
11468         (dollar_arguments_used, dollar_arguments_count,
11469         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
11470         New variables.
11471         (check_format_info): Support $ formats for scanf and printf width
11472         and precision.  Always increment format_chars to advance past the
11473         '*' of precision, not just when the format parameters are
11474         available to check.
11475
11476 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11477
11478         * mips.c (block_move_loop, expand_block_move,
11479         function_arg_partial_nregs, save_restore_insns, function_prologue,
11480         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
11481         constant suffix.
11482         (function_arg_advance, function_arg): Match argument to format
11483         specifier `%p'.
11484
11485 2000-08-21  Nix  <nix@esperi.demon.co.uk>
11486
11487         * gcc.c (do_spec_1): Implement %j spec flag.
11488         Remove dead comment.
11489
11490         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
11491         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
11492         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
11493         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
11494
11495         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
11496         writable) instead of hardcoded value.
11497
11498         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
11499
11500         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
11501         MKTEMP_EACH_FILE.
11502
11503         * gcc.c (cc1_options): Do not process -o or run the assembler if
11504         -fsyntax-only.
11505         * objc/lang-spec.h: Likewise.
11506
11507 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
11508
11509         * fixinc/fixincl.c (fix_with_system): Pipe the output of
11510         "external" fixes through `cat', to avoid truncating the input
11511         file by redirection.
11512
11513 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11514
11515         * config/i386/i386.md (lea_general_1): Copy insn condition to split
11516         condition.
11517         (lea_general_2, lea_general_3): Likewise.
11518
11519 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11520
11521         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
11522         warnings to user code.
11523
11524         * c-lex.c (readescape, yylex): Likewise.
11525
11526         * c-typeck.c (store_init_value, process_init_element): Likewise
11527         (c_expand_start_case): Format.
11528
11529 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11530
11531         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
11532
11533         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
11534         and linker_endian_spec to endian_spec.
11535         (ENDIAN_SPEC): Add %{EB} and %{EL}.
11536         (LINK_SPEC): Remove %{EB} and %{EL}.
11537         (ASM_SPEC): Likewise.  Use %(endian_spec).
11538
11539 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11540
11541         * c-tree.h (flag_hosted): Move declaration from here...
11542         * c-common.h (flag_hosted): ... to here.
11543         (flag_noniso_default_format_attributes): New declaration.
11544         * c-decl.c (flag_noniso_default_format_attributes): New variable.
11545         (c_decode_option): Set it appropriately for options choosing
11546         language standard variant.
11547         * c-common.c (init_function_format_info): Only provide default
11548         format attributes if flag_hosted.  Only provide the gettext
11549         formats if flag_noniso_default_format_attributes.  Update
11550         comments.
11551         (check_format_info): Disable treatment of %a as a scanf flag in
11552         C99 mode.
11553
11554 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11555
11556         * c-common.c (scan_char_table): Add 'w' to flags for all formats
11557         except 'n'.
11558         (check_format_info): Set 'wide' for scanf format widths.  Warn for
11559         a zero scanf width.  Make the check for writing into a constant
11560         object at the first level of indirection; at later levels, warn if
11561         any type qualifiers are encountered.
11562
11563 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
11564
11565         * reload.c (reload_inner_reg_of_subreg): New function broken out of
11566         push_reload.
11567         (push_reload): Use reload_inner_reg_of_subreg.
11568         (combine_reloads): Do not combine reloads if the input reload
11569         is a SUBREG in which the inner part will need reloading.
11570
11571         * global.c (global_alloc): Avoid passing dumpfile argument to
11572         reload routines.
11573         * toplev.c (rest_of_compilation): Likewise.
11574         * reload.h (reload): Remove dumpfile argument.  Callers changed.
11575         (debug_reload, debug_reload_to_stream): Move prototypes here.
11576         * rtl.h  (reload): Remove dumpfile argument.
11577         * reload.c (debug_reload): Remove prototype.
11578         (debug_reload_to_stream): Likewise.
11579         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
11580         instead.
11581
11582 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11583
11584         * diagnostic.c (context_as_prefix): Export.
11585         (need_error_newline): Remove.
11586         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
11587         (error_module_changed, record_last_error_module,
11588         error_function_changed, record_last_error_function): New functions.
11589         (initialize_diagnostics): Default intialize
11590         lang_diagnostic_starter, lang_diagnostic_finalizer.
11591         (init_output_buffer): Tweak.
11592         (file_name_as_prefix): New function.
11593         (announce_function, default_print_error_function,
11594         report_error_function, set_diagnostic_context): Tweak.
11595
11596 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
11597
11598         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
11599         condition expression.
11600
11601 2000-08-20  Richard Henderson  <rth@cygnus.com>
11602
11603         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
11604
11605 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
11606
11607         * cppinit.c (cpp_init): Set global flag when called.
11608         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
11609
11610 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
11611
11612         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
11613         before `process_directive' so that newlines won't be missed
11614         for directives.
11615         (cpp_printf): Increment `print->lineno' when newline is emitted.
11616
11617         * cppmain.c (cb_ident): Likewise.
11618         (cb_define): Likewise.
11619         (cb_undef): Likewise.
11620         (cb_include): Likewise.
11621         (cb_def_pragma): Likewise.
11622         (dump_macros_helper): Likewise.
11623
11624 2000-08-20  Richard Henderson  <rth@cygnus.com>
11625
11626         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
11627         assigned before a loop.
11628
11629         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
11630         (ashrsi3, lshrsi3): Likewise.
11631
11632 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11633
11634         * c-lang.c: #include diagnostic.h
11635         (c_tree_printer): New function.
11636         (lang_init): Initialize lang_printer.
11637
11638         * Makefile.in (c-lang.o): Depends on diagnostic.h
11639
11640 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
11641
11642         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
11643
11644         * diagnostic.c (default_diagnostic_starter,
11645         default_diagnostic_finalizer): New functions.
11646         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
11647         (pedwarn, pedwarn_with_file_and_line, error,
11648         error_with_file_and_line, fatal, warning,
11649         warning_with_file_and_line): Adjust call to report_diagnostic.
11650         (report_diagnostic): Rework.
11651         (set_diagnostic_context): New function.
11652
11653         * diagnostic.h (struct diagnostic_context): New data structure.
11654         (diagnostic_message, diagnostic_argument_list,
11655         diagnostic_file_location, diagnostic_line_location,
11656         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
11657         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
11658         (set_diagnostic_context): Declare.
11659         (report_diagnostic): Change prototype.
11660
11661 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
11662
11663         * fix-header.c (main): Initialize cpplib.
11664
11665 2000-08-19  Michael Meissner  <meissner@redhat.com>
11666
11667         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
11668         instructions in it before checking for indirect jumps.
11669
11670         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
11671         in a indirect jump as a potential for conditional execution.
11672
11673         * d30v.h (d30v_init_expanders): Don't declare here.
11674         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
11675         prototype.
11676
11677 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
11678
11679         * cpp.texi: Add @section for assertions.
11680
11681 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
11682
11683         * loop.c (scan_loop): Use CONST_CALL_P instead of
11684         checking for REG_LIBCALL / REG_RETVAL.
11685
11686 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
11687
11688         * reload1.c (reload_as_needed): Accept dumpfile argument,
11689         pass it to emit_reload_insns.
11690         (emit_reload_insns): Add new dumpfile argument.  If non-null
11691         then dump the reloads for each insn into the dumpfile.
11692         (reload): Pass dumpfile to reload_as_needed.
11693
11694         * invoke.texi: Clean up linux-gnu vs linux comments.
11695
11696 2000-08-19  Richard Henderson  <rth@cygnus.com>
11697
11698         * config/ia64/ia64.c (reg_or_5bit_operand): New.
11699         (ia64_depz_field_mask): New.
11700         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
11701         (PREDICATE_CODES): Update.
11702         * config/ia64/ia64.md: Update commentary.
11703         (depz_internal): New.
11704         (ashlsi3): Implement directly.
11705         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
11706         (ashldi3): Use shladd.
11707         * config/ia64/ia64-protos.h: Update.
11708
11709 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11710
11711         * toplev.c (independent_decode_option): Always process -g.
11712         Remove third argument, now unused.  Adjust caller to match.
11713
11714 2000-08-18  Richard Henderson  <rth@cygnus.com>
11715
11716         * combine.c (make_compound_operation): Break after creating
11717         the extraction.
11718
11719 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11720
11721         * cpplib.c (cpp_register_pragma_space): Just return if the
11722         namespace is already registered.
11723
11724 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
11725
11726         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
11727         constant amount.  Do not generate ROTL instruction.
11728
11729 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
11730
11731         * config/sh/elf.h: Do not include sh/sh.h.
11732         * config/sh/rtems.h: Likewise.
11733         * config/sh/rtemself.h: Do not include sh/elf.h.
11734         * configure.in: Get them included with `tm_file's.
11735         * configure: Rebuilt.
11736
11737         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
11738         * config/sh/sh.c (fpscr_set_from_mem): Use them.
11739
11740 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11741
11742         * stor-layout.c (compute_record_type): Don't use mode of single
11743         field as mode of record if not integer mode of same type.
11744
11745         * regmove.c (perhaps_ends_bb_p): New function.
11746         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
11747         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
11748         (fixup_match_1): Likewise.
11749         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
11750         avoid signed/unsigned warnings.
11751
11752         * function.c (fixup_var_refs_1, case MEM): Update CODE after
11753         updating X.
11754
11755 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
11756
11757         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
11758         (_cpp_trigraph_map): Declaration moved from cpplex.c
11759
11760         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
11761         instead of 256.  Use consistent test for designated initializers.
11762         (cpp_init): Initialize trigraph_map.
11763         (initialize_standard_includes, parse_option):  Use memcmp
11764         instead of strncmp.
11765
11766         * cpplex.c (init_trigraph_map): Remove.
11767         (trigraph_ok, trigraph_replace, lex_line): Refer to
11768         _cpp_trigraph_map.
11769
11770         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
11771         (do_unassert): Remove unused "next" local.
11772
11773         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
11774
11775 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
11776
11777         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
11778         insn.
11779
11780 2000-08-17  Richard Henderson  <rth@cygnus.com>
11781
11782         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
11783         the first insn in a sequence.
11784
11785 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
11786
11787         * alias.c (true_dependence, write_dependence_p): A read
11788         involving a label_ref or the constant pool doesn't create
11789         a dependency.
11790
11791         * rtl.h (unchanging): Improve documentation.
11792
11793 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
11794
11795         * cse.c (insert_regs): Remove unused `regno'.
11796
11797 2000-08-17  Neil Booth  <NeilB@earthling.net>
11798
11799         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
11800         remove_dup_dirs.  If qtail == brack, remove brack not
11801         qtail.
11802         (remove_dup_dir, remove_dup_dirs): New functions.
11803
11804 2000-08-17  Neil Booth  <NeilB@earthling.net>
11805
11806         * cppinit.c (cpp_cleanup): Free include dir chains.
11807         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
11808         (do_unassert): Free the assert with _cpp_free_definition.
11809         * cppmacro.c (_cpp_free_definition): Free memory allocated for
11810         assertions.  Make the node a T_VOID node.
11811
11812 2000-08-17  Neil Booth  <NeilB@earthling.net>
11813
11814         * cppinit.c (path_include, append_include_chain):
11815         Remove 2nd parameter (struct cpp_pending *).
11816         (path_include, initialize_standard_includes, cpp_handle_option):
11817         Update callers appropriately.
11818         (cpp_handle_option): Use pend.
11819
11820 2000-08-17  Neil Booth  <NeilB@earthling.net>
11821
11822         * cppinit.c (sort_options): Remove, put functionality in
11823         cpp_init.
11824         (cpp_init): New.
11825         (initialize_builtins): Free memory.
11826         (cpp_start_read): Move init_IStable to cpp_init.
11827
11828         * cpplib.h (cpp_init): New prototype.
11829         * cppmain.c (main): Call cpp_init.
11830
11831 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
11832
11833         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
11834         (rtx_unstable_p, rtx_varies_p): Process vectors.
11835
11836 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11837
11838         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
11839         references to GLOBAL symbols.  Use LOCAL where appropriate.
11840
11841 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11842
11843         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
11844         use t-aix41 when host == target.
11845
11846 2000-08-16  Richard Henderson  <rth@cygnus.com>
11847
11848         * reload.c (push_secondary_reload): Revert last change.
11849         If we use a reload_in/out pattern, make the when the same
11850         as the primary reload.
11851         (find_reloads): Likewise.
11852
11853 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
11854
11855         * configure.in (libstdcxx-v3): Fix test.
11856         * configure: Regenerate.
11857
11858 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11859
11860         * calls.c (calls_function_1, expand_call): Only test
11861         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
11862         * function.c (thread_prologue_and_epilogue_insns): Likewise.
11863
11864 2000-08-16  Richard Henderson  <rth@cygnus.com>
11865
11866         * combine.c (simplify_shift_const): Revert previous two
11867         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
11868         before the main loop.
11869
11870 2000-08-15  Richard Henderson  <rth@cygnus.com>
11871
11872         * combine.c (simplify_shift_const): Bound shift count when
11873         combining shifts.
11874
11875 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11876
11877         * calls.c (ECF_SP_DEPRESSED): New macro.
11878         (calls_function_1): Treat calling sp-depressed function as alloca.
11879         (emit_call_1): Don't adjust SP if calling sp-depressed function.
11880         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
11881         If sp-depressed, ensure block saves and restores SP.
11882         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
11883         for INTEGER_TYPE.
11884         * function.c (keep_stack_depressed): New function.
11885         (thread_prologue_and_epilogue_insns): Call it.
11886         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
11887         to print DECL_OFFSET_ALIGN.
11888         Print no-force-blk and transparent-union flags properly.
11889         * stmt.c (expand_goto_internal): Don't restore stack if last block
11890         and function returns with sp depressed.
11891         (fixup_gotos): Likewise.
11892         (save_stack_pointer): New function, from code in expand_decl.
11893         (expand_decl): Call new function.
11894         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
11895         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
11896         (save_stack_pointer): New declaration.
11897
11898         * diagnostic.c (fatal_function): New variable.
11899         (set_fatal_function): New function.
11900         (fatal): Call it.
11901         * diagnostic.h (set_fatal_function): New declaration.
11902
11903 2000-08-15  William Cohen  <wcohen@redhat.com>
11904
11905         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
11906         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
11907         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
11908
11909 2000-08-15  Richard Henderson  <rth@cygnus.com>
11910
11911         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
11912
11913 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11914
11915         * arm.c (arm_function_ok_for_sibcall): New function.
11916         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
11917         * arm.md (call expanders): Don't check here for calls that can't
11918         be sibling calls.
11919
11920 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11921
11922         * arm.md (splits generating cond_exec): Disable.
11923
11924 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11925
11926         * arm/linux-elf.h (text_section): Delete declaration.
11927
11928 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
11929
11930         ARM support for unordered FP operations.
11931         * arm-protos.h (arm_comparison_operator): Declare.
11932         * arm.c (arm_comparison_operator): New function.
11933         (arm_select_cc_mode): Add unordered comparison codes.
11934         (get_arm_condition_code): Likewise.
11935         (arm_final_prescan_insn): Can't handle unordered jumps that can't
11936         be done in one insn.
11937         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
11938         * arm.md (all uses of comparison_operator): Replace with
11939         arm_comparison_operator.
11940         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
11941         expands.
11942         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
11943         patterns.
11944
11945 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11946
11947         * gthr-posix.h: Conditionally include <sched.h>; include
11948         <config.h> from libobjc/.
11949
11950 2000-08-14  Richard Henderson  <rth@cygnus.com>
11951
11952         * config/i386/i386.c (legitimize_pic_address): Use Pmode
11953         for all CONSTs.
11954
11955 2000-08-14  Richard Henderson  <rth@cygnus.com>
11956
11957         * configure.in (ia64-*): Set float_format for i386 long double.
11958
11959         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
11960         as we would for i386 XFmode.
11961         (PUT_REAL): Likewise.
11962         (endian, ereal_atof, real_value_truncate): Likewise.
11963         (ereal_isneg, toe64, etens, make_nan): Likewise.
11964         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
11965
11966         * config/ia64/ia64-protos.h: Update.
11967         * config/ia64/ia64.c (general_tfmode_operand): New.
11968         (destination_tfmode_operand): New.
11969         (tfreg_or_fp01_operand): New.
11970         (ia64_split_timode): New.
11971         (spill_tfmode_operand): New.
11972         (ia64_expand_prologue): Use TFmode not XFmode.
11973         (ia64_expand_epilogue): Likewise.
11974         (ia64_function_arg): Likewise.
11975         (ia64_function_arg_advance): Likewise.
11976         (ia64_return_in_memory): Likewise.
11977         (ia64_function_value): Likewise.
11978         (ia64_print_operand): Likewise.
11979         (ia64_register_move_cost): Set GR<->FR to 5.
11980         (ia64_secondary_reload_class): Get GR for TImode memory op.
11981         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
11982         (ROUND_TYPE_ALIGN): Remove.
11983         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
11984         (INTEL_EXTENDED_IEEE_FORMAT): Define.
11985         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
11986         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
11987         (MODES_TIEABLE_P): Use TFmode, not XFmode.
11988         (CLASS_MAX_NREGS): Likewise.
11989         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
11990         (PREDICATE_CODES): Update.
11991         * config/ia64/ia64.md (movti): New.
11992         (movti_internal): Use a clobber for memory alternatives.
11993         (reload_inti, reload_outti): New.
11994         (movsfcc_astep): Predicate properly.
11995         (movdfcc_astep): Likewise.
11996         (movxf): Remove.
11997         (movtf): New.
11998         (extendsftf2, extenddftf2): New.
11999         (trunctfsf2, trunctfdf2): New.
12000         (floatditf2, fix_trunctfdi2): New.
12001         (floatunsditf2, fixuns_trunctfdi2): New.
12002         (addtf3, subtf3, multf3, abstf2): New.
12003         (negtf2, nabstf2, mintf3, maxtf3): New.
12004         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
12005         (cmptf): New.
12006         (fr_spill): Use TFmode, not XFmode.
12007         (fr_restore): Likewise.
12008         * config/ia64/lib1funcs.asm (__divtf3): New.
12009         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
12010
12011 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12012
12013         * cse.c (fold_rtx): Avoid empty body in an if-statement.
12014
12015         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
12016         `U' integer constant suffix.
12017
12018         * dwarf2out.c (add_subscript_info): Avoid empty body in an
12019         else-statement.
12020
12021         * sparc/sol2.h (__enable_execute_stack): Prototype.
12022
12023 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
12024
12025         * collect2.c: Remove use of AIX import file.
12026
12027         * longlong.h: Test ARCH_PWR not ARCH_POWER.
12028
12029         * rs6000.c (print_operand, case 'E'): Add else.
12030
12031 2000-08-14  Richard Henderson  <rth@cygnus.com>
12032
12033         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
12034         (movdi_symbolic): New.
12035
12036 2000-08-14  Jim Wilson  <wilson@cygnus.com>
12037
12038         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
12039         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
12040         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
12041         to GNU as.
12042
12043 2000-08-14  Richard Henderson  <rth@cygnus.com>
12044
12045         * expr.c (emit_group_load): Don't force constants into registers.
12046         Special case source already in the correct mode.
12047
12048 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12049
12050         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12051         * fixinc/inclhack.def: Likewise.
12052         * fixinc/mkfixinc.sh: Likewise.
12053         * configure: Regenerate.
12054         * fixinc/fixincl.x: Regenerate.
12055         * install.texi: Document equivalence of linux and linux-gnu.
12056
12057 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12058
12059         * cse.c (insert_regs): Also in REG case: When finding an invalid
12060         value, and we make a new quantity, make sure that it won't be
12061         mistaken by for a valid one by mention_regs.
12062
12063 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
12064
12065         * h8300.md: Remove obsolete peepholes.
12066
12067 2000-08-13  Kazu Hirata  <kazu@hxi.com>
12068
12069         * invoke.texi (H8/300 Options): Fix typos.
12070         * config/h8300.c: Fix formatting.
12071         * config/h8300.h: Fix comment typos.
12072         (OVERRIDE_OPTIONS): Fix formatting.
12073
12074         * function.c: Fix formatting.
12075
12076         * cse.c: Fix formatting.
12077
12078 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12079
12080         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
12081         (attempt_auto_inc): Suppress parentheses warning.
12082         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
12083         * loop.c (load_mems): Remove `u' suffix in two places.
12084         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
12085         hex constants.
12086         * config/rs6000/rs6000.h: Likewise.
12087         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
12088         __eabi dummy routine.
12089         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
12090         variable `buf_ptr'.
12091
12092         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
12093         not put stuff in .sdata unnecessarily.
12094         (rs6000_unique_section): New function.
12095         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
12096         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
12097
12098         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
12099         arrays in C99.  Don't try to look at DECL_REGISTER of a
12100         COMPONENT_REF.  Don't complain twice about the same error.
12101
12102         * fixinc/inclhack.def (aix_pthread): New fix.
12103         (aix_sysmachine): New fix.
12104         * fixinc/fixincl.x: Regenerate.
12105
12106         * expr.c (expand_expr): Call convert_modes when turning a large
12107         multiply into a small one.
12108
12109 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
12110
12111         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
12112         the tree structure an exponent rather than an explicit alignment
12113         so it doesn't overflow.
12114         (SET_DECL_OFFSET_ALIGN): New macro.
12115         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
12116         rather than DECL_OFFSET_ALIGN.
12117         (place_field): Likewise.
12118         * expmed.c (store_bit_field): Abort on align==0 to avoid
12119         antisocial machine behaviour.
12120
12121 2000-08-12  Richard Henderson  <rth@cygnus.com>
12122
12123         * sibcall.c (uses_addressof): Accept both addressof and
12124         current_function_internal_arg_pointer inside a mem.
12125         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
12126         if current_function_uses_addressof.
12127         * stmt.c (expand_return): Kill tail recursion and HAVE_return
12128         optimizations.
12129
12130 2000-08-11  Richard Henderson  <rth@cygnus.com>
12131
12132         * config/ia64/ia64.md (addsi3): Remove expander.
12133         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
12134         (*addsi3_shladd): New.
12135
12136 2000-08-11  Richard Henderson  <rth@cygnus.com>
12137
12138         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
12139         (do_restore): Likewise.
12140         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
12141         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
12142         (rtx_needs_barrier): Track actual bit manipulation for
12143         ar.unat moves, gr_spill, and gr_restore.
12144         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
12145         (process_set): Don't handle varargs spills.
12146         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
12147         .mem.offset here instead of in process_set.
12148         (gr_restore): Likewise.
12149
12150 2000-08-11  Richard Henderson  <rth@cygnus.com>
12151
12152         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
12153
12154 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
12155
12156         * gcc.texi (The Configuration File): Document
12157         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
12158         UPDATE_PATH_HOST_CANONICALIZATION.
12159
12160 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12161
12162         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
12163         unprototyped function pointer casts on integer constants.
12164
12165 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
12166
12167         * fixproto: Recognize DOS paths with drive letters as absolute paths.
12168
12169 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12170
12171         * extend.texi (Volatiles): Fix typos.
12172
12173 2000-08-11  Kazu Hirata  <kazu@hxi.com>
12174
12175         * flow.c: Fix formatting.
12176
12177 2000-08-11  Richard Henderson  <rth@cygnus.com>
12178
12179         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
12180         pattern, always allocate a tertiary scratch register.
12181
12182         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
12183         (reload_inhi): Likewise.
12184
12185 2000-08-11  Richard Henderson  <rth@cygnus.com>
12186
12187         * function.c (put_reg_into_stack): Allow type to be NULL.
12188         (schedule_fixup_var_refs): Likewise.
12189         (gen_mem_addressof): Allow decl to be NULL.
12190         (put_addressof_into_stack): Likewise.
12191
12192         * flow.c (merge_blocks_nomove): Be more careful about
12193         locating the beginning of block A.
12194
12195         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
12196
12197 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12198
12199         * configure.in:
12200         * configure:
12201         * gthr-posix.h:
12202         * config.in: Reverted the check for <sched.h>.
12203
12204 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
12205
12206         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
12207         macros define the name of CTOR and DTOR sections.
12208         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
12209         DTOR_LIST_END): Change to use attributes to specify
12210         sections.
12211         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
12212         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
12213         DTOR_LIST_END): Same as in mips/elf.h.
12214
12215 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
12216
12217         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
12218         disabling just crt0.o.
12219
12220 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
12221
12222         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
12223         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
12224         (EXTRA_SPECS): Add them.
12225         * arm/lib1funcs.asm: Support builds for interworking.
12226         Use macros to eliminate duplicated pieces of code.
12227
12228 2000-08-10  Kazu Hirata  <kazu@hxi.com>
12229
12230         * h8300.c (expand_a_rotate): New.
12231         (emit_a_rotate): Likewise.
12232         (h8300_adjust_insn_length): Add support for the rotate insns.
12233         * h8300.md (rotlqi3): New.
12234         (*rotlqi3_1): Likewise.
12235         (rotlhi3): Likewise.
12236         (*rotlhi3_1): Likewise.
12237         (rotlhi3): Likewise.
12238         (*rotlhi3_1): Likewise.
12239         * h8300-proto.h: Add prototypes for expand_a_rotate and
12240         emit_a_rotate.
12241
12242         * h8300.c: Fix comment typos.
12243         (dosize): Declare the variable amount as unsigned.
12244         (get_shift_alg): Fix a comparison between signed and unsigned.
12245         (emit_a_shift): Likewise.
12246         (h8300_adjust_insn_length): Simplify the code.
12247
12248         * c-decl.c: Fix formatting.
12249
12250 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12251
12252         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
12253         warning about non-traditional numeric constant suffixes.
12254
12255         * cppexp.c (parse_number): Likewise.
12256
12257         * invoke.texi: (-Wtraditional): Document new behavior.
12258
12259 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12260
12261         * gthr-posix.h: Include auto-host.h. Conditionally include
12262         <sched.h>.
12263         * configure.in: Check for the <sched.h> header file.
12264         * config.in: Added define for HAVE_SCHED_H.
12265
12266 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12267
12268         * c-typeck.c (process_init_element): For -Wtraditional, warn about
12269         initialization of unions.
12270
12271         * invoke.texi (-Wtraditional): Document new behavior.
12272
12273 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
12274
12275         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
12276         instead of extra_c_flags.
12277         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
12278         * configure: Regenerate.
12279         * config.in: Regenerate.
12280
12281         * cpperror.c (cpp_type2name): New function.
12282         * cpplex.c (lex_line): If we issued an error for an invalid
12283         preprocessing directive, discard that logical line.
12284         * cpplib.c (do_line): Call a hook function if the current file
12285         is renamed by #line.
12286         (do_ident): Pass the contents of the string, not the entire
12287         token, to the callback function.
12288         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
12289         (cb.rename_file): New hook function.
12290         (cb.ident): Adjust prototype.
12291         (cpp_type2name): Prototype.
12292         * cppmacro.c (dump_macro_args): Correct precedence lossage.
12293
12294         * cppmain.c (cb_ident): Update for changed interface.
12295         (cb_rename_file): New function.
12296         (main): Set rename callback.
12297
12298 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
12299
12300         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
12301         multi-word registers.
12302
12303 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12304
12305         * c-common.c (combine_strings, check_format_info): Refer to ISO C
12306         or ISO C89 instead of ANSI C.
12307         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
12308         build_enumerator, do_case): Likewise.
12309         * c-lex.c (parse_float, yylex): Likewise.
12310         * c-parse.in: Likewise.
12311         * c-typeck.c (common_type, build_array_ref, build_binary_op,
12312         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
12313         build_c_cast, convert_for_assignment, set_init_index,
12314         set_init_label, c_expand_start_case): Likewise.
12315         * toplev.c (documented_lang_options, display_help): Likewise.
12316
12317 2000-08-08  Kazu Hirata  <kazu@hxi.com>
12318
12319         * h8300.c: Fix formatting.
12320         * h8300.h: Likewise.
12321         * h8300.md: Likewise.
12322         (movsi_h8300hs): Fix formatting of the resulting assembly code.
12323
12324         * reload1.c: Fix formatting.
12325
12326 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
12327
12328         * alpha/alpha.c (alpha_emit_xfloating_libcall):
12329         Use GEN_CALL_VALUE define.
12330         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
12331         * clipper/clipper.md (untyped_call): Likewise.
12332         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
12333         * fx80/fx80.md (untyped_call): Likewise.
12334         * mips/mips.md (untyped_call): Likewise.
12335         * ns32k/ns32k.md (untyped_call): Likewise.
12336         * pa/pa.md (untyped_call): Likewise.
12337         * romp/romp.md (untyped_call): Likewise.
12338         * sparc/sparc.md (untyped_call): Likewise.
12339
12340 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
12341
12342         * config/i860/i860.c (singlemove_string): Do not generate assembler
12343         pseudo instructions that must be expanded (that is, with signed
12344         constants larger than 16 bits).
12345
12346 2000-08-08  Richard Henderson  <rth@cygnus.com>
12347
12348         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
12349         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
12350         (init_propagate_block_info): Don't kill memory stores at -O0.
12351         (mark_set_1, mark_used_regs): Likewise.
12352
12353 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
12354
12355         * rs6000.c (optimization_options): Decorate 'level' as
12356         ATTRIBUTE_UNUSED.
12357         (mask64_operand): Remove sign-extend thinko.
12358         (rldic_operand): New function.
12359         (load_multiple_operation): regno's are unsigned ints.
12360         (store_multiple_operation): Likewise.
12361         (lmw_operation): Likewise.
12362         (stmw_operation): Likewise.
12363         (includes_lshift_p): shift_mask is unsigned int.
12364         (includes_lshift64_p): New function.
12365         (addrs_ok_for_quad_peep): unsigned int reg1.
12366         (print_operand): Consistently add "else" after
12367         output_operand_lossage().
12368         (print_operand, case 'b'): Fold in case 'W'.
12369         (print_operand, case 'W'): Print rldic MB value.
12370         (output_epilogue): Update Objective-C language string.
12371         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
12372         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
12373         * rs6000.md (ashldi3): Add rldic instruction.
12374         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
12375         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
12376         modifier.
12377
12378 2000-08-08  Richard Henderson  <rth@cygnus.com>
12379
12380         * config/ia64/ia64-protos.h: Remove duplicates.  Update
12381         for massive code rearrangements.
12382         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
12383         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
12384         (ia64_local_regs, ia64_need_regstk): Remove.
12385         (ar_ccv_reg_operand): New.
12386         (ia64_gp_save_reg): New.
12387         (struct ia64_frame_info): Combine most of the size elements;
12388         add new gr save elements.
12389         (find_gr_spill): New.
12390         (next_scratch_gr_reg): New.
12391         (mark_reg_gr_used_mask): New.
12392         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
12393         to GR backing store regs when possible.
12394         (ia64_initial_elimination_offset): New.
12395         (ia64_rap_fp_offset): Remove.
12396         (save_restore_insns): Remove.
12397         (setup_spill_pointers): New.
12398         (finish_spill_pointers): New.
12399         (spill_restore_mem): New.
12400         (do_spill, do_restore): New.
12401         (ia64_expand_prologue): Rewrite to use them.
12402         (ia64_expand_epilogue): Likewise.
12403         (ia64_direct_return): Update for current_frame_info changes.
12404         (ia64_function_prologue): Simplify .prologue emission.  Emit
12405         .spill when needed.
12406         (ia64_setup_incoming_varargs): Don't ever emit rtl.
12407         (ia64_dbx_register_number): New.
12408         (ia64_initialize_trampoline): New.
12409         (ia64_secondary_reload_class): Request GR_REGS for integer
12410         arithmetic destined for FR_REGS.
12411         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
12412         (ia64_mark_machine_status): Mark ia64_gp_save.
12413         (rws_access_regno): Rename from rws_access_reg; don't treat
12414         predicates specially.
12415         (rws_access_reg): New.  Update all callers.
12416         (rtx_needs_barrier): Remove dead unspecs.
12417         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
12418         (ia64_encode_section_info): Silence signed/unsigned warnings.
12419         (spill_offset, sp_offset, spill_offset_emitted): Remove.
12420         (tmp_reg, tmp_saved): Remove.
12421         (process_set): Rewrite to expect complicated bits via
12422         REG_FRAME_RELATED_EXPR.
12423         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
12424         in the use of ar.ccv; never set RTX_UNCHANGING_P.
12425         (ia64_expand_op_and_fetch): Likewise.
12426         (ia64_expand_compare_and_swap): Likewise.
12427         (ia64_expand_builtin): Likewise.
12428         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
12429         (FIRST_PSEUDO_REGISTER): Update.
12430         (AR_M_REGNO_P): Update.
12431         (FIXED_REGS): Don't mark three local registers as used.
12432         (EXTRA_CC_MODES): New.
12433         (SELECT_CC_MODE): New.
12434         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
12435         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
12436         (FRAME_GROWS_DOWNWARD): Unset.
12437         (STARTING_FRAME_OFFSET): Zero.
12438         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
12439         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
12440         (HARD_FRAME_POINTER_REGNUM): New.
12441         (CAN_DEBUG_WITHOUT_FP): Define.
12442         (TRAMPOLINE_TEMPLATE): Remove.
12443         (TRAMPOLINE_SIZE): Lower to 32.
12444         (TRAMPOLINE_ALIGNMENT): Lower to 64.
12445         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
12446         (PREDICATE_CODES): Update.
12447         (struct machine_function): Add ia64_gp_save.
12448         * config/ia64/ia64.md: Purge unused unspecs.
12449         (movsi patterns): Allow moves to/from AR_M_REGS.
12450         (movdi patterns): Allow moves to/from p0.
12451         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
12452         (gr_spill, gr_restore): Indicate ar.unat read/written.
12453         (nonlocal_goto): Don't pass old frame_pointer.
12454         (nonlocal_goto_receiver): Remove.
12455         (exception_receiver): New.
12456         (builtin_setjmp_setup): New.
12457         (builtin_setjmp_receiver): New.
12458         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
12459         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
12460         (__ia64_restore_stack_nonlocal): Likewise.
12461         (__ia64_trampoline): New.
12462         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
12463         function.
12464         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
12465
12466 2000-08-08  Richard Henderson  <rth@cygnus.com>
12467
12468         * frame.h (ia64_frame_state): Add my_psp.
12469         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
12470         (__throw): Pass it in.  Don't clobber r7.
12471         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
12472         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
12473         and nothing to do with sp.
12474         (normalize_reg_loc): Use frame->my_psp.
12475         (frame_translate): Handle frame-pointer-less functions.  Set
12476         spill_base correctly, in absence of being told.
12477         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
12478         (__ia64_backtrace_helper): New sp argument.  Use
12479         builtin_return_address instead of label addresses.
12480         (print_record) [mem_stack_v]: No size member.
12481
12482 2000-08-08  Richard Henderson  <rth@cygnus.com>
12483
12484         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
12485
12486 2000-08-08  Richard Henderson  <rth@cygnus.com>
12487
12488         * tm.texi (LOCAL_REGNO): Document.
12489         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
12490         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
12491         * reload1.c (reload): Likewise when considering nonlocal labels.
12492
12493         * config/ia64/ia64.h (LOCAL_REGNO): New.
12494         * config/sparc/sparc.h (LOCAL_REGNO): New.
12495
12496 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12497
12498         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
12499
12500 2000-08-07  Nick Clifton  <nickc@redhat.com>
12501
12502         * config/mips/mips.c: Fix compile time warning messages.
12503         * config/mips/mips-protos.h: Add prototype for equality_op.
12504
12505         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
12506
12507 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
12508
12509         * mn10300.md: Use nonimmediate_operand instead of general_operand
12510         on output operands.
12511
12512         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
12513
12514 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
12515
12516         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
12517         * sh.c (expand_block_move): Break long lines.
12518         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
12519         * sh.md (mulsi3): Likewise.
12520         (movdi): Adjust spacing.
12521
12522 2000-08-07  Richard Henderson  <rth@cygnus.com>
12523
12524         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
12525         * expr.c (emit_group_store): Don't set it.
12526
12527 2000-08-07  Kazu Hirata  <kazu@hxi.com>
12528
12529         * invoke.texi (Options for Debugging Your Program or GCC): Remove
12530         duplicate entries for 'w' and 'z'.
12531
12532         * flow.c: Fix a comment typo.
12533
12534 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12535
12536         * c-parse.in: Changed the language string for Objective-C to "GNU
12537         Objective-C".
12538
12539 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12540
12541         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
12542         to improve the Posix thread support for Objective-C.
12543
12544 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12545
12546         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
12547         CTI_UNSIGNED_PTRDIFF_TYPE.
12548         (signed_size_type_node): Define.
12549         (unsigned_ptrdiff_type_node): Define.
12550         * c-decl.c (init_decl_processing): Create the
12551         signed_size_type_node and unsigned_ptrdiff_type_node types.
12552         * c-common.c (T_SC): Define.
12553         (T_SST): Define.
12554         (T_UPD): Define.
12555         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
12556         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
12557         %s and %p.
12558         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
12559         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
12560         flags for %c, %s and %[.
12561         (check_format_info): Only allow leniency for signedness of targets
12562         of character pointers (when pedantic) for formats flagged with
12563         "c", so for strings but not for %hh formats.  When pedantic, don't
12564         allow character pointers to substitute for void pointers if a
12565         second level of indirection is present.
12566
12567 2000-08-06  Kazu Hirata  <kazu@hxi.com>
12568
12569         * invoke.texi (Options for Debugging Your Program or GCC): Update
12570         the names of dump files.
12571
12572         * h8300.c (dosize): Rearrange code for conciseness.
12573         (split_adds_subs): Likewise.
12574
12575         * loop.c: Fix formatting.
12576
12577         * dwarf2out.c: Fix formatting.
12578
12579         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
12580
12581         * expr.c: Fix formatting.
12582
12583 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12584
12585         * rs6000.c (rs6000_maybe_dead): Prototype.
12586
12587 2000-08-06  Richard Henderson  <rth@cygnus.com>
12588
12589         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
12590         HAVE_nonlocal_goto as well.
12591         * config/i960/i960.md (nonlocal_goto): Don't do it here.
12592         * config/pj/pj.md (nonlocal_goto): Likewise.
12593
12594 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
12595
12596         * loop.c (try_swap_copy_prop): New function.
12597         (load_mems): Rename copies to load_copies and add new regset
12598         store_copies.  Check for sets of shadow registers and mark
12599         in store_copies.   Call try_swap_copy_prop for registers
12600         marked in store_copies.
12601
12602 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
12603
12604         * objc/objc-act.c: New command line option -fconstant-string-class
12605         to allow specifying a user defined constant string class,
12606         different from NXConstantString.
12607
12608         * toplev.c: Moved the Objective-C specific options to
12609         objc/lang-options.h.
12610
12611         * objc/lang-options.h: Moved the Objective-C specific options from
12612         toplev.c. Added -fconstant-string-class.
12613
12614 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
12615
12616         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12617         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
12618         __CTOR_LIST__ from func_ptr array to just func_ptr, to
12619         avoid extra alignment imposed on arrays.
12620         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
12621         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
12622
12623         * mips.h: Clean up comments and spacing near MASKs.
12624         (TARGET_UNIX_ASM): Delete.
12625         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
12626         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
12627         values contiguous.
12628
12629 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12630
12631         * c-common.c (print_char_table): Add entries for the X/Open '
12632         format flag (print decimals with locale's thousands grouping
12633         character).  Make %C expect wint_t.
12634         (check_format_info): If pedantic, warn when the %n$ operand
12635         number form is used.  Allow for the ' flag; warn about it if
12636         pedantic.
12637
12638 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12639
12640         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
12641         type is a float mode, cfun->decl's return type is not, and
12642         TARGET_FLOAT_RETURNS_IN_80387.
12643
12644 2000-08-04  Andreas Schwab  <schwab@suse.de>
12645
12646         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
12647         token list, which are always `#' and `pragma'.
12648
12649 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12650
12651         * tree.c (tree_expr_nonnegative_p): Move to...
12652         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
12653         (rtl_expr_nonnegative_p): New.
12654         * tree.h: Add prototype for rtl_expr_nonnegative_p.
12655
12656         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
12657         CONST_DOUBLE_CHAIN: Move to...
12658         * rtl.h: ...here.  Use XCINT/XCEXP.
12659
12660         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
12661         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
12662         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
12663         to VOL_FILES.
12664
12665         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
12666
12667 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12668
12669         * config/c4x/c4x.md (return_indirect_internal): New.
12670         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
12671
12672 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12673
12674         * c-common.c (time_char_table): Mark up formats added in C99 and
12675         make other corrections.  %D and %g were added in C99.  %Og is an
12676         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
12677         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
12678         C99 rather than GNU extensions, but %OG and %Oz are extensions.
12679         %h was added in C99.  %C was added in C99.  %OY and %OC are
12680         extensions.  Add the C99 format %F.
12681         (check_format_info): If pedantic and not in C99 mode, warn for C99
12682         formats, %E and %O.
12683
12684 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12685
12686         * function.c (schedule_fixup_var_refs): New function, broken out
12687         of put_reg_into_stack.
12688         (put_reg_into_stack): Use it.
12689         (put_var_into_stack): In CONCAT case, fixup up references for
12690         components only after fixing up references to the whole concat.
12691
12692 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
12693
12694         * alias.c (mark_constant_function): Use INSN_P.
12695         (init_alias_analysis): Likewise.
12696         * combine.c (combine_instructions): Use INSN_P.
12697         (can_combine_p): Likewise.
12698         (try_combine): Likewise.
12699         (distribute_notes): Likewise.
12700         (distribute_links): Likewise.
12701         * cse.c (cse_around_loop): Use INSN_P.
12702         (invalidate_skipped_block): Likewise.
12703         (cse_set_around_loop): Likewise.
12704         (cse_end_of_basic_block): Likewise.
12705         (delete_trivially_dead_insns): Likewise.
12706         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
12707         (unshare_all_rtl_1): Likewise.
12708         (next_cc0_user): Likewise.
12709         (try_split make_insn_raw): Likewise.
12710         (remove_unnecessary_notes): Likewise.
12711         * final.c (shorten_branches): Use INSN_P.
12712         (leaf_renumber_regs): Likewise.
12713         (leaf_renumber_regs_insn): Likewise.
12714         * flow.c (find_label_refs): Use INSN_P.
12715         (verify_wide_reg): Likewise.
12716         (notice_stack_pointer_modification): Likewise.
12717         (count_or_remove_death_notes): Likewise.
12718         (verify_flow_info): Likewise.
12719         (clear_log_links): Likewise.
12720         * function.c (fixup_var_refs_insns): Use INSN_P.
12721         (compute_insns_for_mem): Likewise.
12722         * gcse.c (alloc_gcse_mem): Use INSN_P.
12723         (compute_sets): Likewise.
12724         (compute_hash_table): Likewise.
12725         (classic_gcse): Likewise.
12726         (cprop): Likewise.
12727         (insert_insn_end_bb): Likewise.
12728         (delete_null_pointer_checks_1): Likewise.
12729         * global.c (expand_preferences): Use INSN_P.
12730         (build_insn_chain): Likewise.
12731         * graph.c (node_data): Use INSN_P.
12732         * haifa-sched.c (priority): Use INSN_P.
12733         (rm_line_notes): Likewise.
12734         (rm_other_notes): Likewise.
12735         (find_insn_reg_weight): Likewise.
12736         (init_target_units): Likewise.
12737         (schedule_block): Likewise.
12738         (compute_block_forward_dependences): Likewise.
12739         (debug_dependencies): Likewise.
12740         (set_priorities): Likewise.
12741         * integrate.c (function_cannot_inline_p): Use INSN_P.
12742         (save_parm_insns): Likewise.
12743         (copy_insn_list): Likewise.
12744         * jump.c (mark_all_labels): Use INSN_P.
12745         (never_reached_warning): Likewise.
12746         * lcm.c (optimize_mode_switching): Use INSN_P.
12747         * local-alloc.c (validate_equiv_mem): Use INSN_P.
12748         (memref_used_between_p): Likewise.
12749         (update_equiv_regs): Likewise.
12750         (block_alloc): Likewise.
12751         (no_conflict_p): Likewise.
12752         * loop.c (scan_loop): Use INSN_P.
12753         (find_and_verify_loops): Likewise.
12754         (count_loop_regs_set): Likewise.
12755         (loop_reg_used_before_p): Likewise.
12756         (strength_reduce): Likewise.
12757         (recombine_givs): Likewise.
12758         (check_dbra_loop): Likewise.
12759         (load_mems): Likewise.
12760         (try_copy_prop): Likewise.
12761         * print-rtl.c (print_rtx): Use INSN_P.
12762         * recog.c (find_single_use): Use INSN_P.
12763         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
12764         (next_flags_user): Likewise.
12765         (swap_rtx_condition): Likewise.
12766         * regmove.c (mark_flags_life_zones): Use INSN_P.
12767         (optimize_reg_copy_1): Likewise.
12768         (optimize_reg_copy_2): Likewise.
12769         (optimize_reg_copy_3): Likewise.
12770         (reg_is_remote_constant_p): Likewise.
12771         (fixup_match_2): Likewise.
12772         (regmove_optimize): Likewise.
12773         (fixup_match_1): Likewise.
12774         * regrename.c (build_def_use): Use INSN_P.
12775         (replace_reg_in_block): Likewise.
12776         (consider_use): Likewise.
12777         * reload.c (find_equiv_reg): Use INSN_P.
12778         * reload1.c (reload): Use INSN_P.
12779         (maybe_fix_stack_asms): Likewise.
12780         (calculate_needs_all_insns): Likewise.
12781         (reload_as_needed): Likewise.
12782         (emit_output_reload_insns): Likewise.
12783         (delete_address_reloads_1): Likewise.
12784         (reload_cse_regs_1): Likewise.
12785         (reload_combine): Likewise.
12786         (reload_cse_move2add): Likewise.
12787         * reorg.c (redundant_insn): Use INSN_P.
12788         (dbr_schedule): Likewise.
12789         * resource.c (find_dead_or_set_registers): Use INSN_P.
12790         (mark_target_live_regs): Likewise.
12791         * rtlanal.c (reg_used_between_p): Use INSN_P.
12792         (reg_referenced_between_p): Likewise.
12793         (reg_set_between_p): Likewise.
12794         (reg_set_p): Likewise.
12795         (single_set): Likewise.
12796         (multiple_sets): Likewise.
12797         (find_last_value): Likewise.
12798         (reg_set_last): Likewise.
12799         (find_reg_note): Likewise.
12800         (find_regno_note): Likewise.
12801         * sibcall.c (sequence_uses_addressof): Use INSN_P.
12802         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
12803         * ssa.c (find_evaluations): Use INSN_P.
12804         (rename_block): Likewise.
12805         (rename_equivalent_regs): Likewise.
12806         * unroll.c (loop_find_equiv_value): Use INSN_P.
12807         (set_dominates_use): Likewise.
12808         * varasm.c (mark_constant_pool): Use INSN_P.
12809         (mark_constants): Likewise.
12810         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
12811         (alphaev4_next_group): Likewise.
12812         (alphaev5_next_group): Likewise.
12813         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
12814         (c4x_rptb_rpts_p): Likewise.
12815         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
12816         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
12817         (rs6000_adjust_priority): Likewise.
12818         * config/sh/sh.c (sh_loop_align): Use INSN_P.
12819         (machine_dependent_reorg): Likewise.
12820         (split_branches): Likewise.
12821         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
12822
12823 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
12824
12825         * combine.c (recog_for_combine): Remove the old notes
12826         prior to attempting to recognize the new pattern.
12827         (distribute_notes): Ignore REG_NONNEG notes.
12828
12829 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
12830
12831         * varasm.c (output_constructor): Add .align 0 for packed vars.
12832
12833 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
12834
12835         * configure.in: Use default thread_file even when enable_threads is
12836         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
12837         * configure: Rebuilt.
12838
12839         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
12840
12841 2000-08-04  Donn Terry (donnte@microsoft.com)
12842
12843         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
12844
12845 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
12846
12847         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
12848         Delete code that conditionally modifies 'version'.
12849         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
12850         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
12851         * gcc.c (main): Use it.
12852         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
12853         * prefix.c (update_path): Use it.
12854         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
12855         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
12856         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
12857         code.
12858         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
12859         (SUBTARGET_SWITCHES): Adjust.
12860         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
12861         defining.
12862         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
12863
12864 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12865
12866         * c-common.h (flag_isoc94): Declare.
12867         * c-decl.c (flag_isoc94): Define.
12868         (c_decode_option): Set flag_isoc94 as appropriate.
12869         * c-common.c (T_PD, T_IM, T_UIM): Define.
12870         (format_char_info): Add tlen and jlen.
12871         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
12872         %F.  Allow %lf.
12873         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
12874         %l[.
12875         (time_char_table): Add NULL entries for %t and %j.
12876         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
12877         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
12878         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
12879         precision.  Allow precision argument to be unsigned int.  If
12880         pedantic, warn for %p passed an argument not a pointer to possibly
12881         qualified void or a possibly qualified character type, and for
12882         pointer targets of the wrong sign, except for character pointers.
12883
12884 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12885
12886         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
12887         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
12888         (wint_type_node): Define.
12889         * c-decl.c (WINT_TYPE): Define.
12890         (init_decl_processing): Create the wint_type_node type.
12891         * c-common.c (T_WI): Define.
12892         (print_char_table): Use T_WI for %lc format.
12893
12894 2000-08-04  Bruce Korb  <bkorb@gnu.org>
12895
12896         * fixinc/:  Verified that the MSDOS patch does not break
12897         the UNIX functionality and applied the next three patches
12898         from July:
12899
12900 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
12901
12902         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
12903         output file with the temporary one by appending ".X" to generate
12904         the temporary fuile's name.  If the output file already has an
12905         extension, replace it with ".X".
12906
12907         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
12908         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
12909         reallocate the command buffer while copying the command-line
12910         argument.  Redirect the output directly to the temporary file,
12911         instead of going through another temporary file.
12912         (process): Close the temporary file before unlinking it.
12913         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
12914         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
12915         (run_compiles): Pass p_fixd argument to machine_matches, as it
12916         expects.
12917
12918         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
12919         environment, assume there are no symlinks in the include
12920         directory.  When cleaning up the DONE files, look for them
12921         case-insensitively.  Don't try to remove symlinks if they aren't
12922         there.
12923
12924         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
12925         all callers changed.  Declare pz "const char *", to avoid compiler
12926         warnings.
12927
12928         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
12929         Change prototype of make_raw_shell_str.
12930
12931 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
12932
12933         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
12934         (initialize) [__MSDOS__]: Use tempnam.
12935         (initialize): Don't use SIGPIPE if it is not defined.
12936
12937         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
12938         return stdout.
12939
12940 2000-07-25  Bruce Korb  <bkorb@gnu.org>
12941
12942         * fixinc/fix*.[ch]: substantially reworked to make it possible
12943         to run this program without using fork(2) or pipe(2) (i.e. in
12944         a DOS environment).
12945
12946 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12947
12948         * cppdefault.h (WINT_TYPE): Define.
12949         * cppinit.c (builtin_array): Define __WINT_TYPE__.
12950         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
12951         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
12952
12953 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
12954
12955         * (mips_legitimate_address_p): Don't allow register+offset
12956         if the offset is large and negative, and we are compiling
12957         for 64 bit registers.
12958
12959 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12960
12961         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
12962         insn_code_number + 1.
12963
12964 2000-08-04  Kazu Hirata  <kazu@hxi.com>
12965
12966         * h8300.c (function_prologue): Rearrange code for conciseness.
12967         (function_epilogue): Likewise.
12968         * h8300.h (OK_FOR_U): Fix formatting.
12969
12970         * cse.c: Fix a comment typo. Fix formatting.
12971
12972 2000-08-03  Richard Henderson  <rth@cygnus.com>
12973
12974         * config/i386/i386.md (return_indirect_internal): New.
12975         * config/i386/i386.c (ix86_expand_epilogue): Use it.
12976
12977 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12978
12979         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
12980         before the name.
12981         (lex_line): Glue @ onto the beginning of identifiers and
12982         string constants, in Objective-C mode.
12983         (output_token, spell_token): Handle CPP_OSTRING.
12984         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
12985         beginning of a NAME or a STRING, in objc mode.
12986
12987         * cpplib.c (get_define_node): Do not permit identifiers that
12988         begin with @ to be #defined.
12989         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
12990         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
12991
12992         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
12993         * c-tree.h (build_objc_string): Delete prototype.
12994         * objc/objc-tree.def: Delete OBJC_STRING_CST.
12995         * c-lex.c (yylex): Use build_string for all three kinds of strings.
12996
12997         * c-parse.in, objc/objc-act.c: Update commentary.
12998
12999 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
13000
13001         * extend.texi: Fix typo in last change.
13002
13003         * extend.texi: Add commentary on statement-expressions and their
13004         interactions with C++.
13005
13006 2000-08-03  Nick Clifton  <nickc@cygnus.com>
13007
13008         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
13009         * dwarf.h (LANG_JAVA): Change value to 0x000b.
13010
13011 2000-08-03  Anthony Green  <green@cygnus.com>
13012
13013         * dwarf2out.c (gen_compile_unit_die): Add java language support.
13014         (add_bound_info): Check for java language.
13015         (is_java): New function.
13016         * dwarfout.c (output_compile_unit_die): Ditto.
13017         * dwarf.h (dwarf_source_language): Add java source language type.
13018         * dwarf2.h (dwarf_source_language): Ditto.
13019
13020 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13021
13022         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
13023         operands.
13024
13025         * i386.c (ix86_expand_branch): Mode of comparison in
13026         IF_THEN_ELSE is VOIDmode.
13027
13028 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
13029
13030         * gengenrtl.c, rtl.c: Avoid #elif.
13031
13032 2000-08-03  Michael Poole  <poole@troilus.org>
13033
13034         * tm.texi (Register Classes): Clarify order of sub-initializers
13035         in REG_CLASS_CONTENTS.
13036
13037 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13038
13039         From SAITOH Masanobu:
13040         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
13041
13042 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13043
13044         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
13045         is not supported by tradcpp and isn't actually needed for cygwin.
13046
13047 2000-08-03  Kazu Hirata  <kazu@hxi.com>
13048
13049         * h8300.c: Fix a comment typo.
13050         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
13051
13052         * jump.c: Fix formatting.
13053
13054         * toplev.c: Fix formatting.
13055
13056 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
13057
13058         * flow.c (find_auto_inc): Verify that we've got a REG before
13059         peeking at its regno.  Fail, don't abort if we can't find
13060         the increment of the desired register.
13061
13062         * pa.md (shadd height reduction patterns/splitters): Remove.
13063
13064 2000-08-02  Jim Wilson  <wilson@cygnus.com>
13065
13066         * config/ia64/ia64-protos.h (flag_ssa): Declare.
13067         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
13068
13069 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
13070
13071         * dce.c: Remove all uses of assert.
13072         * dwarf2out.c: Likewise.
13073         * dwarfout.c: Likewise.
13074         * ssa.c: Likewise.
13075
13076 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13077
13078         * gcc.h (lang_specific_driver): Constify second argument.
13079         * gcc.c (translate_options, process_command, main): Likewise.
13080         Constify variables to match.  Cast second argument to
13081         pexecute.
13082
13083         * cppspec.c, gccspec.c: Adjust type of second argument to
13084         lang_specific_driver, and update code as necessary.
13085
13086 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13087
13088         * loop.c (scan_loop): Ensure update_end label does not
13089         go away until reg_scan_update is run.
13090
13091 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13092
13093         * c-common.h: Prototype min_precision and c_build_qualified_type here...
13094         * c-tree.h: ... not here.
13095         * errors.h: Prototype fancy_abort.
13096
13097         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
13098         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
13099         * regrename.c (regrename_optimize): Make control flow explicit.
13100         (replace_reg_in_block): Initialize reg_use to 0.
13101
13102         * i386.c (legitimate_address_p): Rename error label to
13103         report_error to avoid namespace clash.
13104
13105 2000-08-02  Kazu Hirata  <kazu@hxi.com>
13106
13107         * fold-const.c: Fix formatting.
13108
13109 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13110
13111         * i386.c (legitimate_address_p): Accept other bases than
13112         pic_offset_table_rtx for GOTOFF constructs.
13113
13114 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13115
13116         * i386.md (shift to lea splitter): Use const_int_operand.
13117
13118 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13119
13120         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
13121         cppspec.c: Do not use 'legal' or 'illegal' in error messages
13122         and comments.
13123
13124         * cppmain.c (cb_define, cb_undef): Don't generate any output
13125         if not done_initializing.
13126         * cpplex.c (maybe_paste_with_next): When the token after a ##
13127         is an omitted rest argument, only delete the token before it
13128         if that token is a comma.  Do not warn about bogus token
13129         pastes for , ## rest_arg.
13130
13131         * cpp.texi: Update.
13132         * cpp.1: Regenerate.
13133
13134 2000-08-02  Fred Fish  <fnf@be.com>
13135
13136         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
13137         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
13138         and later.
13139
13140         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
13141         Be directories to search path.
13142
13143         Remove support for __declspec(dllimport) and __declspec(dllexport).
13144         This is leftover cruft from the earlier BeOS gcc port when BeOS
13145         used Microsoft's PE object file format.
13146         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
13147         * config/i386/t-beos (winnt.o): Remove Makefile frag.
13148         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
13149         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
13150         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
13151         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
13152         (REDO_SECTION_INFO_P): Remove.
13153         (ASM_EXPORT_DECL): Remove.
13154         (ASM_DECLARE_FUNCTION_NAME): Remove.
13155         (ASM_DECLARE_OBJECT_NAME): Remove.
13156         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
13157         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
13158         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
13159         (STRIP_NAME_ENCODING): Remove.
13160
13161         Remove support for obsolete version of BeOS that is no longer
13162         supported by Be.
13163         * configure.in (i*86-*-beospe*): Remove.
13164         * config/i386/beos-pe.h: Remove.
13165
13166 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
13167             Mark Mitchell <mark@codesourcery.com>
13168
13169         * Makefile.in (OBJS): Added dce.o.
13170         (ssa.o): Updated target to include ssa.h.
13171         (flow.o): Likewise.
13172         (toplev.o): Likewise.
13173         (dce.o): Created target.
13174         * basic-block.h: Added comments.
13175         (INVALID_BLOCK): Added definition.
13176         (connect_infinite_loops_to_exit): Added declaration.
13177         Moved SSA declarations to ssa.h.
13178         * flow.c: Added inclusion of ssa.h.
13179         (struct depth_first_search_dsS, depth_first_search_ds):
13180         Added definitions.
13181         (compute_immediate_postdominators): Added definition.
13182         (connect_infinite_loops_to_exit): Likewise.
13183         (flow_dfs_compute_reverse_init): Likewise.
13184         (flow_dfs_compute_reverse_add_bb): Likewise.
13185         (flow_dfs_compute_reverse_execute): Likewise.
13186         (flow_dfs_compute_reverse_finish): Likewise.
13187         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
13188         (LABEL_P): Added definition.
13189         (JUMP_P): Likewise.
13190         (NOTE_P): Likewise.
13191         (BARRIER_P): Likewise.
13192         (JUMP_TABLE_DATA_P): Likewise.
13193         (INSN_DEAD_CODE_P): Likewise.
13194         * ssa.c: Replaced inclusions with ssa.h inclusion.
13195         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
13196         (rename_registers): Removed unnecessary variables.
13197         * ssa.h: Created by moving declarations from ssa.c and
13198         basic-block.h.
13199         * timevar.def: Defined TV_DEAD_CODE_ELIM.
13200         * toplev.c: Added ssa.h inclusion.
13201         (dump_file_index): Added DFI_dce.
13202         (dump_file): Added "dce" entry.
13203         Defined flag_ssa.
13204         (f_options): Added dce entry.
13205         * invoke.texi: Document -fdce.  Emphasize experimental status of
13206         -fssa.
13207         * dce.c: New file.
13208
13209 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
13210
13211         * cpperror.c (v_message): Split into _cpp_begin_message and
13212         v_message macro.  All callers updated.
13213         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
13214         checks here.
13215
13216         * cppfiles.c (cpp_syshdr_flags): New function.
13217         (read_include_file): Don't call cpp_output_tokens.  Call
13218         enter_file hook.
13219         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
13220         (cpp_reader_init): Don't initialize token_buffer.  Call
13221         _cpp_init_internal_pragmas.
13222         (cpp_cleanup): Don't clear token_buffer.
13223         (cpp_start_read): Don't worry about output from -D processing.
13224         Don't call cpp_output_tokens.
13225         (cpp_finish): Don't dump macros here.  Don't call
13226         cpp_output_tokens.
13227         * cppmacro.c (_cpp_dump_definition): Rename
13228         cpp_dump_definition.  Write directly to a FILE *.
13229         (dump_funlike_macro): Delete.
13230         (dump_macro_args): New.
13231
13232         * cpplex.c (TOKEN_LEN): Convert to inline function.
13233         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
13234         cpp_scan_line, _cpp_dump_list): Delete.
13235         (cpp_printf, cpp_output_list): New.
13236         (output_line_command): Don't worry about entering or leaving files.
13237         (cpp_scan_buffer): Just output each token as we hit it.
13238         (process_directive): Don't call cpp_output_tokens.
13239         (_cpp_glue_header_name): Don't use token_buffer.
13240         (output_token, dump_param_spelling): Write directly to a FILE *.
13241
13242         * cpplib.c (pass_thru_directive, dump_macro_name,
13243         pragma_dispatch, do_pragma_gcc): Delete.
13244         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
13245         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
13246         functions.
13247         (do_error, do_warning, pragma_dependency): Call
13248         _cpp_begin_message, then cpp_output_list.
13249         (cpp_register_pragma, cpp_register_pragma_space,
13250         _cpp_init_internal_pragmas): New.
13251         (do_pragma): Walk the pragmas table here.
13252         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
13253         do_pragma_dependency): Return void.
13254         (do_pragma_implementation): Moved to cppmain.c.
13255
13256         * cpplib.h: Update prototypes.
13257          (struct cpp_reader): Remove printer, token_buffer,
13258         token_buffer_size, and limit.  Add struct cb, and pragmas.
13259         (struct cpp_printer): Remove last_id and written.
13260         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
13261         CPP_ADJUST_WRITTEN): Delete.
13262         * cpphash.h: Update prototypes.
13263         (ufputs): New wrapper.
13264
13265         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
13266         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
13267         (main): Set up callbacks.  Register #pragma implementation.
13268         Dump macros from here.
13269
13270 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
13271
13272         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
13273         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
13274         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
13275         insns if they have a REG_MAYBE_DEAD note attached.
13276         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
13277         (rs6000_emit_load_toc_table): TOC loads may go dead.
13278
13279 2000-08-01  Jim Wilson  <wilson@cygnus.com>
13280
13281         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
13282         type exists before using it.  Use number of words as alignment
13283         otherwise.
13284         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
13285         ia64_va_arg): Propagate ia64_function_args changes here.
13286
13287 2000-08-01  Richard Henderson  <rth@cygnus.com>
13288
13289         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
13290         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
13291
13292 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
13293
13294         From Joern Rennecke:
13295         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
13296         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
13297         unless TARGET_SH3E is set.
13298         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
13299
13300         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
13301         (ashlsi3_std): New pattern.
13302         (ashlsi3 expander): Use it for TARGET_SH3.
13303         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
13304
13305 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13306
13307         * loop.c (canonicalize_condition):  Use destination, not source to
13308         determine SET's mode.
13309
13310 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
13311
13312         * flow.c (clear_log_links): Fix typo.
13313
13314 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
13315
13316         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
13317         on targets which need more than one insn for a compare/cbranch
13318         operation.
13319
13320 2000-07-31  Jim Wilson  <wilson@cygnus.com>
13321
13322         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
13323         when computing offset.
13324
13325 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
13326
13327         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
13328
13329 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
13330
13331         * flow.c (clear_log_links): Nuke global_live_at_start and
13332         global_live_at_end data, since if the log_links stuff is invalid
13333         so is global_live_at_*.
13334
13335 2000-07-31  Richard Henderson  <rth@cygnus.com>
13336
13337         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
13338
13339 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13340
13341         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
13342         (_cpp_get_token): Don't macro expand a just pasted token if it
13343         was pasted at no_expand_level.
13344
13345 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13346
13347         * cppmacro.c (find_param, count_params, save_expansion):
13348         Permit 'defined' as a macro parameter name.
13349
13350 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13351
13352         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
13353         xcpp to cpp throughout.
13354         (native): Remove unnecessary dependency on cpp.
13355
13356         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
13357         tradcpp to tradcpp0.
13358         (.i spec): Add missing output-file spec to cc1 command line.
13359         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
13360
13361 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13362
13363         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
13364         (implicit_decl_warning): New function.
13365         (implicitly_declare): Use it.
13366         * c-typeck.c (build_external_ref): Use implicit_decl_warning
13367         to complain about implicit decls of builtins.
13368
13369         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
13370         based on pedantic && flag_isoc99, if not already set.
13371         * c-tree.h: Declare mesg_implicit_function_declaration.
13372         Prototype implicit_decl_warning.
13373
13374 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
13375
13376         * Makefile.in (ssa.o): Updated header files in dependences.
13377         * basic-block.h: Added compute_immediate_postdominators declaration.
13378         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
13379         definition.
13380         * flow.c (compute_immediate_dominators): Updated comment.
13381         (compute_immediate_postdominators): Added definition.
13382         * rtl.h (HARD_REGISTER_P): Added definition.
13383         * ssa.c: Include additional header files.
13384         (assert): Added definition.
13385         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
13386         include select hard registers.
13387         (ssa_rename_to_insert): Likewise.
13388         (ssa_rename_from_initialize): Likewise.
13389         (ssa_rename_from_lookup): Likewise.
13390         (original_register): Likewise.
13391         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
13392         include select hard reigsters.
13393         (ssa_rename_from_traverse): Likewise.
13394         (ssa_rename_from_free): Likewise.
13395         (ssa_rename_from_print): Likewise.
13396         (ssa_rename_from_print_1): Likewise.
13397         (ssa_rename_from_hash_function): Likewise.
13398         (ssa_rename_from_equal): Likewise.
13399         (ssa_rename_from_delete): Likewise.
13400         (simplify_to_immediate_dominators): Removed in favor of
13401         flow.c:compute_immediate_dominators.
13402         (find_evaluations_1): Modified to work with hard registers.
13403         (insert_phi_node): Likewise.
13404         (insert_phi_nodes): Likewise.
13405         (struct rename_set_data): Updated prev_reg comment.
13406         (create_delayed_rename): Modified to work with hard registers.
13407         (RENAME_NO_RTX): Updated comment.
13408         (apply_delayed_renames): Modified to work with hard registers.
13409         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
13410         (rename_block): Updated to use revised ssa_rename_to interface.
13411         (rename_registers): Updated to use revised ssa_rename_to and
13412         ssa_rename_from interface.
13413         (convert_to_ssa): Revised to use compute_immediate_dominators and
13414         deal with hard registers.
13415         (make_regs_equivalent_over_bad_edges): Modified to work with hard
13416         registers.  Added check for illegal unification of hard register.
13417         (make_equivalent_phi_alternatives_equivalent): Modified to work
13418         with hard registers.
13419         (compute_conservative_reg_partition): Likewise.
13420         (coalesce_if_unconflicting): Modified to work with hard registers
13421         and check for conflicting hard registers.
13422         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
13423         registers.
13424         (rename_equivalent_regs_in_insn): Modified to work with hard
13425         registers.
13426         (record_canonical_element_1): Added definition.
13427         (check_hard_regs_in_partition): Added definition.
13428         (convert_from_ssa): Added data structure deallocation and check
13429         for illegal hard register unification.
13430         (conflict_hard_regs_p): Added definition.
13431         * toplev.c (rest_of_compilation): Added comment.
13432
13433 2000-07-31  Anthony Green  <green@redhat.com>
13434
13435         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
13436
13437 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
13438
13439         * builtins.c (expand_builtin_apply): Don't defer pop during
13440         argument setup.
13441
13442 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13443
13444         * calls.c (combine_pending_stack_adjustment_and_call): Only use
13445         preferred_unit_stack_boundary when it is > 1.
13446
13447 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13448
13449         * c-common.c (init_function_format_info): Add C99 format functions
13450         in C99 mode.
13451
13452         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
13453         void' or 'register void' as being the special case of 'void' alone
13454         in a parameter list.
13455
13456         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
13457         discarding qualifiers into a plain warning.
13458
13459 2000-07-31  Kazu Hirata  <kazu@hxi.com>
13460
13461         * combine.c: Fix formatting.
13462
13463         * h8300.md: Fix formatting.
13464
13465         * local-alloc.c: Fix formatting.
13466
13467         * h8300.c (get_shift_alg): Remove the variable alg.
13468         (emit_a_shift): Rearrange code to improve readability.
13469
13470         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
13471
13472         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
13473         HImode on all architectures and a combination of HImode and SImode
13474         on H8/300H and H8/S.
13475
13476         * h8300.c (split_adds_subs): Rearrange code for conciseness.
13477
13478 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13479
13480         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
13481         in my last checkin.
13482
13483 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13484
13485         * recog.c (extract_insn): Set operand_mode according to
13486         operand if match_operand is VOIDmode.
13487
13488 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13489
13490         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
13491
13492 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
13493
13494         * c-parse.in (extdefs): Call ggc_collect between external
13495         definitions.
13496
13497 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
13498             Richard Henderson  <rth@cygnus.com>
13499
13500         * Makefile.in (OBJS): Add doloop.o.
13501         * doloop.c: New file.
13502
13503         * final.c (insn_current_reference_address): Return 0 before final.
13504         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
13505         * jump.c (any_uncondjump_p): Likewise.
13506         * loop.c (indirect_jump_in_function): Make static.
13507         (strength_reduce): Call doloop_optimize.
13508         (insert_bct, instrument_loop_bct): Remove.
13509         * loop.h (doloop_optimize): Prototype.
13510         * recog.c (split_all_insns): Split all INSN_P.
13511         * toplev.c (flag_branch_on_count_reg): Default on.
13512
13513         * config/c4x/c4x.c (c4x_optimization_options): Don't set
13514         flag_branch_on_count_reg.
13515         * config/i386/i386.c (override_options): Likewise.
13516         * config/rs6000/rs6000.c (optimization_options): Likewise.
13517
13518         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
13519         (doloop_end): New.
13520         (dbra_ge): Remove, as well as all it's splitters.
13521
13522         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
13523         (doloop_end): New.
13524
13525         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
13526         (ia64_register_move_cost): Declare.
13527         * config/ia64/ia64.c (ar_lc_reg_operand): New.
13528         (struct ia64_frame_info): Add ar_size.
13529         (ia64_compute_frame_size): Set it.
13530         (save_restore_insns): Save and restore ar.lc.
13531         (ia64_register_move_cost): New, moved from header file.  Handle
13532         application registers.
13533         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
13534         (emit_insn_group_barriers): Special case doloop_end_internal.
13535         (ia64_epilogue_uses): Mark ar.lc live at end.
13536         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
13537         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
13538         (FIRST_PSEUDO_REGISTER): Make room.
13539         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
13540         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
13541         (REG_ALLOC_ORDER): Update.
13542         (HARD_REGNO_MODE_OK): Update.
13543         (REGISTER_NAMES): Update.
13544         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
13545         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
13546         (REGNO_REG_CLASS): Update.
13547         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
13548         (REGISTER_MOVE_COST): Move out of line.
13549         (PREDICATE_CODES): Update.
13550         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
13551         (addsi3_plus1_alt, adddi3_plus1_alt): New.
13552         (shladd_elim splitter): Allow constants in the predicate.
13553         (doloop_end, doloop_end_internal): New.
13554
13555 2000-07-30  Richard Henderson  <rth@cygnus.com>
13556
13557         * genattrtab.c (struct insn_def): Add lineno member.
13558         (struct insn_ent): Likewise.
13559         (struct attr_desc): Likewise.
13560         (struct delay_desc): Likewise.
13561         (struct function_unit_op): Likewise.
13562         (struct function_unit): Likewise.
13563         (check_attr_value): Use message_with_line.
13564         (check_defs): Likewise.
13565         (expand_units): Likewise.
13566         (check_attr_test): Take a lineno argument.
13567         (gen_attr): Likewise.
13568         (gen_insn): Likewise.
13569         (gen_delay): Likewise.
13570         (gen_unit): Likewise.
13571         (main): Give it to them.
13572         (convert_set_attr_alternative): Take an insn_def argument
13573         instead of num_alt and insn_index.
13574         (convert_set_attr): Likewise.
13575         (write_test_expr): Protect INSN_ADDRESSES load
13576         with INSN_ADDRESSES_SET_P.
13577
13578 2000-07-30  Richard Henderson  <rth@cygnus.com>
13579
13580         * flow.c (init_propagate_block_info): Use pc_set.
13581
13582 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13583
13584         * i386.md (*lea_general_[123]) New insns and splits.
13585         (addsi3 to lea splitter): Handle other modes too.
13586         (shlsi3 to lea splitter): Likewise.
13587         (addhi_1_lea, shlhi_1_lea): New patterns.
13588         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
13589
13590 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13591
13592         * recog.c (general_operand, nonimmediate_operand): Accept
13593         any mode for VOIDmode CONSTANT_P operands.
13594
13595 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13596
13597         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
13598         instead of replace_rtx.
13599         * recog.c (validate_replace_rtx_subexp): New function.
13600         * recog.h (validate_replace_rtx_subexp): Declare.
13601
13602 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13603
13604         * combine.c (simplify_set, make_extraction, make_compound_operation
13605         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
13606         as force_to_mode argument.
13607
13608 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13609
13610         * combine.c (if_then_else_cond): Be sure that mode fits in
13611         HOST_WIDE_INT.
13612
13613 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13614
13615         * combine.c (record_promoted_value):  Allow bitsize of mode
13616         to be equivalent to HOST_BITS_PER_WISE_INT.
13617
13618 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13619
13620         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
13621         Do not call gen_mode_alignment when mode is BLKmode.
13622
13623 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13624
13625         * loop.c (express_from_1): Fix call of simplify_gen_binary.
13626
13627 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13628
13629         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
13630         VOIDmode implies both operands to be VOIDmode.
13631         (simplify_ternary_operation): Compute properly the mode of comparison.
13632         * combine.c (combine_simplify_rtx): Likewise.
13633
13634 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
13635
13636         * basic-block.h (struct loops): New field rc_order.
13637         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
13638         (flow_loops_free): Free rc_order.
13639         (flow_depth_first_order_compute): New parameter rc_order.
13640         (flow_loops_find): Allocate rc_order and swap usage with
13641         dfs_order.
13642
13643 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13644            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13645
13646         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
13647         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
13648         (nodb_call, return_from_epilogue): Likewise.
13649         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
13650         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
13651         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
13652         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
13653         (c4x_valid_type_attribute_p): Likewise.
13654         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
13655         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
13656
13657 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13658
13659         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
13660         and loadhi_big_constant if applicable.
13661         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
13662         and add new splitter.s
13663
13664 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13665
13666         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
13667
13668 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13669
13670         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
13671
13672 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13673
13674         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
13675
13676 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13677
13678         * config/c4x/libgcc.S (divqf3): Improve accuracy.
13679
13680 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
13681
13682         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
13683         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
13684         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
13685         (get_prev_bb_note): Likewise.
13686         (remove_scope_notes): Likewise.
13687         * flow.c (commit_one_edge_insertion): Likewise.
13688         (merge_blocks_nomove): Likewise.
13689         (verify_flow_info): Likewise.
13690         * gcse.c (insert_insn_end_bb): Likewise.
13691         * reg-stack.c (emit_swap_insn): Likewise.
13692         * ssa.c (first_insn_after_basic_block_note): New function.
13693         (insert_phi_node): Use it.
13694         (rename_block): Likewise.
13695         (eliminate_phi): Likewise.
13696         (make_regs_equivalent_over_bad_edges): Likewise.
13697         (make_equivalent_phi_alternatives_equivalent): Likewise.
13698         (for_each_successor_phi): Likewise.
13699         (convert_from_ssa): Modify phi-node deletion algorithm.
13700
13701 2000-07-29  Andreas Jaeger  <aj@suse.de>
13702
13703         * configure.in (mips*-*-linux*): Use mips*el to check for little
13704         endian MIPS, add tmake_file.
13705
13706         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
13707         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
13708         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
13709
13710 2000-07-28  Richard Henderson  <rth@cygnus.com>
13711
13712         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
13713         Sign extend mode size before negating.
13714
13715 2000-07-28  Richard Henderson  <rth@cygnus.com>
13716
13717         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
13718
13719 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
13720
13721         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
13722         (cse_insn): Likewise.
13723         (addr_affects_sp_p): Likewise.
13724         * expr.c (move_by_pieces): Likewise.
13725         (clear_by_pieces): Likewise.
13726         * gcse.c (oprs_unchanged_p): Likewise.
13727         * haifa-sched.c (sched_analyze_2): Likewise.
13728         * recog.c (offsettable_address_p): Likewise.
13729         * regclass.c (record_address_regs): Likewise.
13730         * reload.c (find_reusable_reload): Likewise.
13731         (push_reload): Likewise.
13732         (operands_match_p): Likewise.
13733         (decompose): Likewise.
13734         (find_reloads_address_1): Likewise.
13735         (find_inc_amount): Likewise.
13736         * reload1.c (elimination_effects): Likewise.
13737         * resource.c (mark_set_resources): Likewise.
13738         * flow.c (attempt_auto_inc): New function; mostly broken out
13739         of find_auto_inc.
13740         (find_auto_inc): Split into two functions and enhanced to
13741         generate POST_MODIFY.
13742         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
13743         * rtl.h (count_all_occurrences):  Declare.
13744         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
13745         defined.
13746         * rtlanal.c (count_all_occurrences): New function.
13747         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
13748         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
13749
13750         * config/ia64/ia64-protos.h (destination_operand): Declare.
13751         * config/ia64/ia64.c (destination_operand): New function.
13752         (ia64_print_operand): Handle POST_MODIFY.
13753         (rtx_needs_barrier): Likewise.
13754         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
13755         (HAVE_POST_MODIFY_REG): Define to 1.
13756         (MAX_REGS_PER_ADDRESS): Change to 2.
13757         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
13758         (LEGITIMATE_ADDRESS_REG): New helper macro.
13759         (LEGITIMATE_ADDRESS_DISP): Likewise.
13760         (PREDICATE_CODES): Add entry for destination_operand.
13761         * config/ia64/ia64.md (all mov patterns): Use destination_operand
13762         predicate for operand 0.
13763
13764 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13765
13766         * dwarf2out.c: Indent #error directive.
13767
13768         * gbl-ctors.h: Fix typo in comment.
13769         (__do_global_ctors): Prototype.
13770
13771         * gcse.c (record_one_set, pre_delete): Remove unused variables.
13772
13773         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
13774         (print_operand): Initialize variable `t'.
13775
13776 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
13777
13778         * config/arm/arm.md ("call_value"): removed constraints.
13779         Constraints are ignored in expanders.
13780         (*call_value_reg): split =rf into various constraints.
13781         (*call_value_mem): same
13782         (*call_value_symbol): same
13783         (*sibcall_value_insn): same
13784
13785 2000-07-28  Philipp Thomas  <pthomas@suse.de>
13786
13787         * install.texi (--enable-nls): Change the description of the NLS
13788         related configure options to match the current state.
13789         (--with-included-gettext): Likewise.
13790         (--enable-maintainer-mode): New description added.
13791         * extend.texi (-fstrict-prototype): Add missing '.'.
13792
13793 2000-07-27  Jim Wilson  <wilson@cygnus.com>
13794
13795         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
13796         DECL_INITIAL (decl) == NULL_TREE.
13797
13798 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13799
13800         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
13801         on insn-attr.h with it.
13802         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
13803         * insn-addr.h: New header.
13804         (insn_addresses_): Renamed from insn_addresses.
13805         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
13806         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
13807         INSN_ADDRESSES_NEW): New macros.
13808         * genattrtab.c (write_test_expr): Use new macros.
13809         * final.c (insn_addresses, init_insn_lengths): Likewise.
13810         (align_fuzz, shorten_branches): Likewise.
13811         (final): Likewise.  Do not reject new insns if their addresses
13812         have been added to INSN_ADDRESSES.
13813         * config/arm/arm.c, config/avr/avr.c: Use new macros.
13814         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
13815         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
13816         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
13817         * config/sh/sh.c: Likewise.
13818         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
13819
13820         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
13821
13822 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
13823
13824         * gcc.c (struct prefix_list): Add member priority.
13825         (enum path_prefix_priority): Declare.
13826         (add_prefix): Replace ``first'' with ``priority''.  Append new
13827         entry but keep list in priority order.
13828         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
13829         PREFIX_PRIORITY_LAST to add_prefix.
13830         (process_command): Move include kludge - foo/stageN - to before
13831         foo/include.
13832
13833 2000-07-27  Jason Merrill  <jason@redhat.com>
13834
13835         * dwarf2out.c (gen_typedef_die): Abort if we get identical
13836         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
13837
13838 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
13839
13840         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
13841         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
13842
13843 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13844
13845         * c-decl.c (finish_function): Don't treat 'main' specially unless
13846         flag_hosted.  In C99 mode, return 0 from 'main' unless
13847         DEFAULT_MAIN_RETURN is otherwise defined.
13848
13849         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
13850         parameters defaulting to int in an old-style function definition.
13851
13852 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13853
13854         * c-parse.in (string): For -Wtraditional, warn about string
13855         concatenation only once per line.
13856
13857 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
13858
13859         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
13860         for HI-UX/WE2 systems.
13861
13862 2000-07-24  Bruce Korb  <bkorb@gnu.org>
13863
13864         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
13865         defining the __xxx_TYPE__ macros.
13866         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
13867         * fixincl/fixlib.h: don't need to include "tm.h" anymore
13868         * fixincl/inclhack.def(type_map): now obsolete
13869
13870 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13871
13872         * cpp.texi: Append a trailing full-stop to xrefs where needed.
13873
13874 2000-07-26  Dave Pitts  <dpitts@cozx.com>
13875
13876         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
13877         routine constants.
13878         (mvs_hash_alias): New function.
13879         (mvs_add_alias): Change argument spacing.
13880         (mvs_need_alias): Change aliasing criteria. Added documentation.
13881         (mvs_get_alias): Change to use hashed name. The hashed name prevents
13882         CSECT name collisions.
13883         (mvs_check_alias): Likewise.
13884         (handle_pragma): Change documentation.
13885         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
13886         mode from SImode to DImode.
13887         (iorhi3): Changed LTORG size for insn.
13888
13889 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
13890
13891         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
13892         mem if the address is a mode_dependent_address_p.
13893
13894 2000-07-26  Kazu Hirata  <kazu@hxi.com>
13895
13896         * h8300.c (print_operand): Print ":8" when the 'R' operand is
13897         suitable for 8-bit absolute.
13898         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
13899         (OK_FOR_U): Add a case for the 8-bit constant address on the
13900         H8/300H.
13901
13902 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
13903
13904         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
13905         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
13906         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
13907         lack of implemented alignment.
13908
13909 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
13910
13911         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
13912         cross-compiling between 64-bit and 32-bit machines.
13913
13914 2000-07-27  Richard Henderson  <rth@cygnus.com>
13915
13916         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
13917         (movhicc_astep, movhi_internal_astep): New.
13918         (movsicc_astep, movsi_internal_astep): New.
13919         (movdicc_astep, movdi_internal_astep): New.
13920         (movsfcc_astep, movsf_internal_astep): New.
13921         (movdfcc_astep, movdf_internal_astep): New.
13922         (movxfcc_astep, movxf_internal_astep): New.
13923         (cmovdi_internal_astep, cmovsi_internal_astep): New.
13924         Unify the cmov[ds]i splitters.
13925
13926 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
13927
13928         * real.c (asctoeg): Rename `error' label to unexpected_char_error
13929
13930 2000-07-26  Nick Clifton  <nickc@cygnus.com>
13931
13932         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
13933         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
13934
13935         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
13936         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
13937
13938 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13939
13940         * c-decl.c (finish_enum): Convert enumerations that fit in an
13941         `int' to `int'.
13942         (build_enumerator): In pedantic mode, cast to `int' those that
13943         don't.
13944
13945 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
13946
13947         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
13948
13949 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13950
13951         * sh.md (cmpgtdi_t): Must be split.
13952         (cmpgtdi_t+1): New splitter.
13953
13954 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13955
13956         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
13957         warnings for indented directives even if we are skipping.
13958
13959 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13960
13961         * invoke.texi (strict-prototypes): Remove.
13962         * extend.texi (Deprecated Features): Add strict-prototypes.
13963         (Backwards Compatibility): New node.
13964
13965 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13966
13967         * config/i386/i386.md (andsi_1+1): Allow HImode.
13968         (andsi_1+2): Require q_regs_operand.
13969
13970 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13971
13972         * config/i386/i386.md (call_pop): Check operands[0],
13973         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13974         (call): Likewise.
13975         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
13976         (call_value): Likewise.
13977
13978 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
13979
13980         * toplev.c (pipe_closed): Delete.
13981         (crash_signal): New.  Generate ICE for a fatal signal.
13982         (float_signal): Call crash_signal outside a float-handler
13983         block, not abort.
13984         (main): Install crash_signal as handler for core-dumping signals.
13985
13986 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
13987
13988         * rs6000.c (print_operand, case 'T'): New case.
13989
13990         * rs6000.md (call_indirect_aix32): Convert to expander of
13991         scheduled instructions.
13992         (call_indirect_aix64): Likewise.
13993         (call_value_indirect_aix{32,64}): Likewise.
13994         (call, call_value): Invoke expanders for AIX.  Fall through to
13995         matchers for SysV.
13996         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
13997         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
13998         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
13999         only "g" constraint.
14000         (call_nonlocal_aix64): Likewise.
14001         (call_value_nonlocal_aix{32,64}): Likewise.
14002         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
14003         operands.
14004         (call_value_nonlocal_sysv): New pattern.
14005         (indirect_jump{si,di}): Use new 'T' modifier.
14006         (tablejump{si,di} matchers): Likewise.
14007         (return_internal_{si,di}): Likewise.
14008         (return_eh_{si,di}): Likewise.
14009
14010 2000-07-24  Richard Henderson  <rth@cygnus.com>
14011
14012         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
14013         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
14014         * config/ia64/ia64.md (movdi_internal): Use it.
14015
14016 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
14017
14018         * cppexp.c: Warn about unary + if -Wtraditional.
14019         * cpplex.c (lex_line): Always set BOL on the first token of a line.
14020
14021 2000-07-24  Michael Meissner  <meissner@redhat.com>
14022
14023         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
14024         unsupported macro.
14025
14026 2000-07-24  Nick Clifton  <nickc@cygnus.com>
14027
14028         * config/arm/arm.c (emit_multi_reg_push): Generate a
14029         REG_FRAME_RELEATED_NOTE that is compatable with the code in
14030         dwarf2out_debug_frame_expr.
14031
14032 2000-07-24  Jason Merrill  <jason@redhat.com>
14033
14034         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
14035         UNALIGNED_INT_ASM_OP.
14036         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
14037         a location expression.
14038         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
14039         assume indirect access if we're saving the CFA address exactly.
14040
14041         * Makefile.in (bootstrap): Move -BstageN/ to the end.
14042
14043 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
14044
14045         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
14046         as well.
14047
14048 2000-07-24  Michael Meissner  <meissner@redhat.com>
14049
14050         * invoke.texi (D30V Options): Add d30v options.
14051
14052 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
14053
14054         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
14055         needed by our gcse pass anymore.
14056         (free_pre_mem): Corresponding changes.
14057         (compute_pre_data): Do not call compute_transpout anymore.
14058
14059         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
14060         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
14061         changes.
14062
14063         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
14064         (compute_pre_data): Do it here instead.
14065
14066         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
14067         'temp_bitmap'.
14068         (pre_delete): Corresponding changes.
14069
14070 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
14071
14072         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
14073         to figure out whether or not a variable has already been emitted.
14074
14075 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
14076
14077         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
14078         instead of gen_call.
14079
14080 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
14081
14082         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
14083
14084 2000-07-23  Kazu Hirata  <kazu@hxi.com>
14085
14086         * h8300.c: Fix formatting.
14087
14088 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14089
14090         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
14091         for `long' switch expression into a plain warning.
14092
14093         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
14094         (yylex): Don't pedwarn for "inline" in C99 mode.
14095
14096         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
14097         with %p.
14098         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
14099         ggc_alloc): Likewise.
14100         * bb-reorder.c (dump_scope_forest_1): Likewise.
14101
14102 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
14103
14104         * reload.c (find_reloads_toplev): Add new parameter
14105         "address_reloaded".
14106         (find_reloads): Add new parameter to find_reloads_toplev calls.
14107
14108 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14109
14110         * collect2.c (main): Typo fixed.
14111         * diagnostic.c: Typo fixed.
14112         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
14113         * eh-common.h: Typo fixed.
14114         * emit-rtl.c (start_sequence): Typo fixed.
14115         * flow.c (find_label_refs): Typo fixed.
14116         (calculate_global_regs_live): Typo fixed.
14117         (mark_regno_cond_dead): Typo fixed.
14118         (create_edge_list): Typos fixed.
14119         (verify_edge_list): Typo fixed.
14120         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
14121         * loop.c (strength_reduce): Typo in function name fixed.
14122         * rtl.h: Added comments.  Typo in function name fixed.
14123         * rtlanal.c: Typo in function name fixed.
14124         (insn_dependant_p): Rename to ...
14125         (insn_dependent_p): ... this.
14126         (computed_jumo_p): Typo fixed.
14127
14128 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14129
14130         * system.h (__FUNCTION__): Wrap definition in #ifndef.
14131
14132 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
14133
14134         * rs6000.h (SIZE_TYPE): Define.
14135
14136 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
14137
14138         * ssa.c (rename_insn_1): Don't rename registers that are
14139         CLOBBERed.
14140
14141 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
14142
14143         * diagnostic.c (trim_filename, fancy_abort): Moved here from
14144         rtl.c.
14145         (fatal_function, set_fatal_function): Removed.
14146         (fatal): Don't prepare for or call the fatal_function.
14147         (diagnostic_lock, error_recursion): New.
14148         (diagnostic_for_decl, report_diagnostic): Guard against
14149         re-entering the error reporting routines.
14150         (fancy_abort): Assume function is not NULL.
14151
14152         * errors.c (fancy_abort): New.  Assume function is not NULL.
14153         * tradcpp.c (fancy_abort): Assume function is not NULL.
14154
14155         * system.h: Provide default definition of __FUNCTION__.
14156         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
14157         Always use __FUNCTION__ in definition of abort.
14158         * tree.h: Likewise.
14159         * varray.h: Likewise.
14160         * toplev.h: Likewise.  Don't prototype set_fatal_function.
14161
14162 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
14163
14164         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
14165         in 64-bit mode.
14166         * glimits.h: Don't do #if defined for ARCH_PPC.
14167
14168         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
14169         constants of size no larger than a pointer should go in the TOC.
14170         Add 'MODE' parameter.
14171         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
14172         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
14173         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
14174         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
14175         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
14176         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
14177         (rs6000_legitimize_address): Likewise.
14178         (rs6000_emit_move): Likewise.
14179         (rs6000_select_rtx_section): Likewise.
14180         (output_toc): Deal properly with outputting small constants like
14181         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
14182         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
14183         MODE parameter.  Put small constants in the TOC.
14184
14185         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
14186         easy in SImode.
14187         (rs6000_emit_move): When reload calls us with an illegitimate
14188         address, exit early.  Move the change_address calls to one place
14189         at the end of the routine.  Merge the SImode and DImode expanders.
14190         When called by reload to put an integer into a FP register, force
14191         it to memory.
14192
14193         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
14194         field.
14195         (rs6000_hash_constant): Hash mode too.
14196         (toc_hash_function): Allow for key_mode.
14197         (toc_hash_eq): Structures are different if key_mode differs.
14198         (output_toc): Add 'mode' parameter.  Save key_mode.
14199         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
14200         Pass 'mode' parameter.
14201         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
14202
14203         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
14204         for vtable references.
14205
14206         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
14207         choice, don't put integer values in FP regs.
14208
14209 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
14210
14211         * flow.c (verify_flow_info): Revamp code to verify that the
14212         head and end of each basic block are in the insn chain.
14213
14214 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
14215
14216         * gcse.c (record_one_set): Prepend instead of append onto
14217         reg_set_table, making it O(n) instead O(n^2).
14218         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
14219         Use a queue instead of a stack as worklist.
14220
14221 2000-07-20  Kazu Hirata  <kazu@hxi.com>
14222
14223         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
14224         * h8300.h (OK_FOR_T): New.
14225         (EXTRA_CONSTRAINT): Support OK_FOR_T.
14226         * h8300.md: Use inc/dec.[wl] for increment/decrement
14227         by 1 and 2 in HI and SI modes.
14228
14229 2000-07-20  Jim Wilson  <wilson@cygnus.com>
14230
14231         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
14232         larger than 14 bits.
14233
14234 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
14235
14236         * cppmacro.c (CAN_PASTE_AFTER): New macro.
14237         (count_params): Don't set GNU_REST_ARGS on anything.
14238         (save_expansion): Set PASTE_LEFT only on tokens for which
14239         CAN_PASTE_AFTER is true, or which are named operators.
14240
14241         * cpplex.c (parse_args): Distinguish between a rest argument
14242         given one empty argument, and a rest argument given zero arguments.
14243         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
14244         deletion of previous token based on that.
14245         (get_raw_token): Flatten some control structure.
14246
14247         * cpplib.h (CPP_LAST_EQ): Correct.
14248         (VOID_REST): New token flag.
14249         (GNU_REST_ARGS): Delete.
14250
14251         * tradcpp.c (main): Don't munge -D options.
14252         (make_definition): Bring -D handling in line with cpplib.
14253         (do_define): Strip all leading whitespace from macro definitions.
14254
14255 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
14256
14257         * Makefile.in (tradcpp): Depend on intl.o and version.o.
14258
14259 2000-07-20  Bruce Korb  <bkorb@gnu.org>
14260
14261         * fixincl/check.tpl: strip the platform specific types before testing
14262         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
14263         * fixincl/fixincl.tpl: use platform specific types
14264         * fixincl/fixlib.h: include the platform specific types
14265         * fixincl/inclhack.def(gnu_types): don't supply the types
14266         * fixincl/fixincl.x: regen
14267
14268 2000-07-19  Jim Wilson  <wilson@cygnus.com>
14269
14270         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
14271         GR_REGS.
14272
14273 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
14274
14275         * tradcpp.c (rescan): Do not recognize directives when the #
14276         is indented.
14277
14278 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
14279
14280         Implement C++ named operators.
14281
14282         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
14283         of operators allowed in #if and having an _EQ variant.  Add
14284         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
14285         (cpp_token flags): Add NAMED_OP.
14286         (enum node_type): Add T_OPERATOR.
14287         (struct cpp_hashnode): Add code slot to value union.
14288         * cpphash.h (spec_nodes): Remove n_defined.
14289
14290         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
14291         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
14292         (is_macro_disabled): Tweak error messages.
14293
14294         * cpplib.c (get_define_node): Disallow all named operators as
14295         macro names.  Tweak error messages.
14296         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
14297
14298         * cppinit.c (builtin_array): Add entries for the named operators.
14299         * cppexp.c (lex): Check for CPP_DEFINED token.
14300         (priority table): Add entries for CPP_MIN and CPP_MAX.
14301         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
14302
14303 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14304
14305         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
14306         larger than the array of cuids.
14307         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
14308         cuids.
14309
14310 2000-07-19  Bruce Korb  <bkorb@gnu.org>
14311
14312         * fixinc/fixincl.c:  Convert to using a table of environment variables
14313         and activate the auto-edit marker on the fixed output files.
14314         * fixinc/fixlib.h:  Define the environment table
14315         * fixinc/fixincl.sh: export the ${INPUT} dir
14316         * fixinc/check.tpl: likewise
14317
14318 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
14319
14320         * gcc.c (.h spec): Fix typo.
14321
14322 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14323
14324         * Makefile.in: Fix tradcif.c path.
14325
14326 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
14327
14328         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
14329           macros, not five.
14330
14331         * cpphash.h (TOKEN_NAME): New macro.
14332         (_cpp_spell_operator): Deleted.
14333         (token_spellings): Now _cpp_token_spellings.
14334
14335         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
14336         * cpplex.c: Use OP and TK macros when expanding the
14337         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
14338         store the stringification of the enumeration name (CPP_CHAR,
14339         etc.) in the name slot of token_spellings.
14340         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
14341         token_spellings directly.
14342         * cpplib.c: Use TOKEN_SPELL.
14343
14344         * cpplex.c (_cpp_push_token): If the token being pushed back
14345         is the previous token in this context, just subtract one from
14346         context->posn.
14347         * cppmacro.c (save_expansion): Clear aux field when storing a
14348         placemarker.
14349
14350 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
14351
14352         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
14353         buffer, provided it is not NULL.
14354
14355 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
14356
14357         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
14358         case of invalid volatile re-declaration.
14359
14360 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
14361
14362         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
14363         (expand_call): Adjust caller.
14364
14365 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
14366
14367         * diagnostic.h (report_diagnostic): Change prototype.
14368
14369         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
14370         diagnostic_for_decl):  Change prototype.
14371         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
14372         error, warning, error_with_file_and_line,
14373         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
14374         Adjust call to report_diagnostic, diagnostic_for_decl.
14375         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
14376         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
14377
14378         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
14379         varaible argument list.
14380
14381 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14382
14383         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
14384         moved to cppmacro.c.
14385         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
14386         dump_hash_helper): Delete.
14387         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
14388         cpp_forall_identifiers): New. Implement specialized version of
14389         Vlad's expandable hash table.
14390         (cpp_lookup): Use new functions.
14391         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
14392         implementation.
14393         * cppmacro.c: New file.
14394         * cppinit.c (dump_macros_helper): New.
14395         (cpp_finish): Iterate over the identifier table directly.
14396         * cpplex.c (parse_name): Calculate the hash of the identifier
14397         while we scan it.  Use _cpp_lookup_with_hash when we can.
14398
14399         * cpphash.h: Update prototypes.
14400         (xcnewvec, HASHSTEP): New helper macros.
14401         * cpplib.h: Update prototypes.
14402         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
14403         (cppmacro.o): New rule.
14404         (cpphash.o): Update deps.
14405
14406         * cppmain.c: Do not set pfile->printer if no_output is on.
14407
14408 2000-07-15  Neil Booth  <neilb@earthling.net>
14409
14410         * cpplib.c: Change all directive-handler functions to return
14411         void, not int.
14412         * cpphash.h: Update typedefs.
14413
14414 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14415
14416         * configure: Regenerate.
14417
14418         * extend.texi (Extended Asm): Mention that a memory clobber
14419         does not count as a side-effect.
14420
14421         * unroll.c (copy_loop_body): Fix one instance of using host
14422         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
14423         cross-compile.
14424
14425         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
14426
14427 2000-07-17  Richard Henderson  <rth@cygnus.com>
14428
14429         * config/ia64/ia64.md (movdi): Split out load address code.
14430         New post-reload splitter for symbolic operands.
14431         (movdi_internal): Abort if we didn't split symbolic operands
14432         when we should have.
14433         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
14434         (ia64_reorg): Split insns when not optimizing.
14435         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
14436
14437 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14438
14439         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
14440         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
14441
14442 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14443
14444         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
14445
14446 2000-07-17  Jason Merrill  <jason@redhat.com>
14447
14448         * Makefile.in (clean): Remove libgcc directory.
14449
14450         * configure.in (-Wno-long-long check): Use higher-level macros.
14451
14452 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
14453
14454         * simplify-rtx.c (simplify_binary_operation): Recognize
14455            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
14456         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
14457            a CONST_INT, it will always be zero.
14458
14459 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
14460
14461         * loop.c (check_dbra_loop) : Return if more than one condition is
14462         present to control the loop.
14463
14464 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
14465
14466         * mips.c (mips_expand_prologue): Don't calculate the last argument
14467         register unless we need it.  When we are calculating this, make
14468         sure FUNCTION_ARG is giving us a REG.
14469
14470 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14471
14472         * flow.c (libcall_dead_p): Use single_set to verify the insn
14473         has only one set and get for analysis.
14474         (propagate_one_insn): Don't pass the PATTERN of the insn.
14475
14476 2000-07-17  Mark Klein <mklein@dis.com>
14477
14478          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
14479
14480 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14481
14482         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
14483         * configure.in (TARGET_GETGROUPS_T): Evaluate.
14484         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
14485         of second argument of getgroups.
14486         * configure, config.in: Rebuilt.
14487
14488 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
14489
14490         * simplify-rtx.c (simplify_relational_operation): Two signed
14491         values with equal high words are less/greater than each other if
14492         their low words are less/greater when considered as unsigned.
14493
14494 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
14495
14496         * configure.in (vax-*-openbsd):  Change to new style configuration,
14497         add collect2/float_format information.
14498         * configure:  Rebuilt.
14499         * config/vax/openbsd1.h:  New.
14500         * config/vax/openbsd.h:  New.
14501         * config/vax/t-openbsd:  New.
14502
14503 2000-07-17  Chip Salzenberg  <chip@valinux.com>
14504
14505         * c-common.c (shorten_compare): Quiet warnings about unsigned
14506         comparisons with zero when they occur in a system header.
14507
14508 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14509
14510         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
14511         update to describe current practice.
14512
14513         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
14514
14515         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
14516         references to C9X.  Change references to -fstd and -flang-isoc9x
14517         to refer to -std.
14518
14519         * c-common.c (scan_char_table): Allow "z" length modifiers on
14520         diouxXn formats.
14521         (check_format_info): Use TYPE_DOMAIN on the type matched against
14522         for "z" formats, to retrieve the language size_t rather than the
14523         internal one.
14524
14525         * c-common.c (check_format_info): Do not make a pedantic objection
14526         to the 'L' length modifier if used with a floating point type
14527         character.
14528
14529         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
14530         constants in C99 mode.
14531
14532 2000-07-17  Kazu Hirata  <kazu@hxi.com>
14533
14534         * h8300.md: Fix the format of mac.
14535         (movsi_h8300hs): Output a tab after stmac instead of a space.
14536
14537         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
14538         profitable adds/subs sequences.
14539
14540         * fold-const.c: Fix comment typos.
14541
14542 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
14543
14544         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
14545
14546 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14547
14548         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
14549
14550 2000-07-16  Neil Booth  <NeilB@earthling.net>
14551
14552         * cpplex.c: Update comments.
14553         * README.Portability: Small update.
14554
14555 2000-07-16  Neil Booth  <NeilB@earthling.net>
14556
14557         * README.Portability:  Small update.
14558
14559 2000-07-15  Richard Henderson  <rth@cygnus.com>
14560
14561         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
14562         * config/ia64/ia64.c (ia64_move_ok): New function.
14563         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
14564         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
14565
14566 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
14567
14568         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
14569         immediately following a paste operator.
14570         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
14571         (cpp_reader_init): Call it, if HOST_EBCDIC.
14572         (cpp_handle_options): Do not sort option list here.
14573         (handle_option): Rename to cpp_handle_option and export.
14574         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
14575         _cpp_get_token directly.
14576         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
14577         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
14578         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
14579         cpp_scan_line.
14580
14581 2000-07-15  Richard Henderson  <rth@cygnus.com>
14582
14583         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
14584         cast around an expression.  Tidy other unsigned tests.
14585
14586 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
14587
14588         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
14589         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
14590         (v_message_with_decl): Rename to ...
14591         (format_with_decl): ... this. Tweak
14592         (diagnostic_for_decl): New function.
14593         (fatal_io_error): Use verbatim in lieu of notice.
14594         (announce_function): Use verbatim.
14595         (default_print_error_function): Likewise.
14596         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
14597         infratructure.
14598
14599 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14600
14601         * mips.c (function_arg_pass_by_reference): Don't do automatic
14602         aggregate initialization.
14603         (machine_dependent_reorg): Initialize variable `mode'.
14604
14605         * mips.md (absdi2): Change variable `regno1' to unsigned int.
14606         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
14607         conflicts with sys/param.h macro of the same name.
14608         (reload_outdi): Likewise.
14609
14610 2000-07-15  Michael Meissner  <meissner@redhat.com>
14611
14612         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
14613         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
14614         create a new node instead.
14615
14616 2000-07-15  Neil Booth  <NeilB@earthling.net>
14617
14618         * README.Portability: Correct example about calling a function
14619         through a pointer to function.  Format wide paragraphs.
14620
14621 2000-07-15  Michael Meissner  <meissner@redhat.com>
14622
14623         * README.Portability: Update integer suffixes and function
14624         prototype sections.
14625
14626 2000-07-15  Neil Booth  <NeilB@earthling.net>
14627
14628         * README.Portability: Small update.
14629
14630 2000-07-15  Neil Booth  <NeilB@earthling.net>
14631
14632         * README.Portability: New file.
14633
14634 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
14635
14636         * INSTALL: Give special instructions for building GCC on Irix 6.
14637         * config/mips/x-iris6 (CC): Don't set it.
14638         (OLDCC): Likewise.
14639
14640 2000-07-14  Jason Merrill  <jason@redhat.com>
14641
14642         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
14643         register in the stack and later in another register, use the new
14644         register.
14645
14646 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
14647
14648         * config/mips/mips.md: (absdi2): Handle sign_extend for
14649         second operand.
14650
14651 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
14652
14653         * cpplib.c (do_pragma_dependency): Tidy warning messages.
14654
14655 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
14656
14657         * .cvsignore: Correct typo.
14658
14659 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
14660
14661         * .cvsignore: Add generated YACC files.
14662         * objc/.cvsignore: New file.
14663
14664 2000-07-14  Neil Booth  <NeilB@earthling.net>
14665
14666         * cpplex.c (adjust_column): New funcion.
14667         (skip_whitespace): Use it.
14668         (skip_block_comment): Use it, and warn about /*/* with
14669         -Wcomments.
14670
14671 2000-07-14  Neil Booth  <NeilB@earthling.net>
14672
14673         * cpphash.c (struct macro_info): Add new members.
14674         (_cpp_free_definition): Delete the macro directly.
14675         (count_params): Return void, with first token of
14676         expansion in struct macro_info on success.
14677         (parse_define): Return int.  Hoist syntax checking from
14678         save_macro_expansion.  Leave call to save_expansion to
14679         _cpp_create_definition.
14680         (alloc_macro): Needs just 2 arguments.
14681         (free_macro): Delete.
14682         (save_expansion): Don't perform syntax check.
14683         (_cpp_create_definition): Call save_expansion.
14684
14685 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14686
14687         * genrecog.c (write_header): Split long string.
14688
14689         * cpphash.c (macro_info): Don't use the `signed' keyword.
14690
14691         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
14692
14693 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
14694
14695         * calls.c (stored_args_map): New variable.
14696         (check_sibcall_argument_overlap_1): New.
14697         (check_sibcall_argument_overlap): New.
14698         (expand_call): Initialize stored_args_map.
14699         Call check_sibcall_argument_overlap.
14700
14701 2000-07-13  Bruce Korb  <bkorb@gnu.org>
14702
14703         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
14704         (emit_gnu_type): utility procedure for gnu_type_fix
14705         (gnu_type_fix): implement various pre-processor guards around
14706         standard types so these types can be defined over and over
14707         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
14708         types alluded to above will have GNU-compliant base types
14709         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
14710         * fixinc/inclhack.def: add test_text entries and utilize the new
14711         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
14712         * fixinc/fixincl.x: regenerate
14713
14714 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
14715
14716         * diagnostic.c (vline_wrapper_message_with_location,
14717         v_message_with_file_and_line, v_error_with_file_and_file,
14718         v_error_for_asm, v_warning_for_asm, vfatal,
14719         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
14720         vsorry, verror, vwarning, vpedwarn): Remove.
14721         (diagnostic_for_asm): New function.
14722         (pedwarn, error, warning, pedwarn_with_file_and_line,
14723         error_with_file_and_line, warning_with_file_and_line, sorry,
14724         error_for_asm, warning_for_asm, fatal): Reimplement.
14725         (finish_diagnostic): Clear diagnostic info as well.
14726
14727 2000-07-13  Neil Booth  <NeilB@earthling.net>
14728
14729         * c-common.h (flag_digraphs): New.
14730         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
14731         * c-lex.c (yylex): Use flag_digraphs to decide whether to
14732         honour digraphs.
14733
14734 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
14735
14736         * gcc.c (do_spec_1): Add new %B operator.
14737         (set_input): Prepare for %B.
14738
14739         (link_command_spec): Move up with the other tm.h-
14740         overrideable specs.  Factor out the portion conditional on
14741         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
14742         (struct compiler): Just have a single spec string.  All users
14743         updated.
14744         (default_compilers): Remove unnecessary braces.
14745         (static_specs): Update.
14746
14747         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
14748         named specs.
14749         (C and assembly specs): Use the new named specs, as appropriate.
14750
14751         * objc/lang-specs.h: Use the new named specs.
14752         Remove unnecessary braces.
14753
14754 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14755
14756         * gcc.c (execute): If a subprocess gets a fatal signal, report
14757         strsignal() of the signal number, and ask for a bug report.
14758         Do not do this for SIGPIPE if there's already been an error.
14759
14760         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
14761         Delete pipe_closed.
14762
14763         * tradcif.c: Remove.
14764
14765 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14766
14767         * final.c (profile_function): Do not emit profile counters in
14768         the data section, if NO_PROFILE_COUNTERS is defined.
14769         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
14770         FUNCTION_PROFILER.
14771
14772         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
14773         (FUNCTION_PROFILER): Just emit a call to mcount.
14774
14775 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14776
14777         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
14778
14779         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
14780         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
14781         traditional, lang_chill, or lang_fortran.
14782
14783         * cppfiles.c: #undef strcmp to suppress warning about macros
14784         used without arguments.
14785         (_cpp_execute_include): Use f, not fname, in "No include path"
14786         error.
14787         (_cpp_pop_file_buffer): New function.
14788         * cpplib.c: Don't include <sys/mman.h>.
14789         (cpp_push_buffer): Set line_base and lineno in new buffer.
14790         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
14791
14792         * cpplex.c: Move all prototypes and structure declarations to the
14793         top of the file.  Properly parenthesise some macro arguments.
14794         (cpp_scan_line): New function.
14795         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
14796         don't need to walk up the stack counting.
14797
14798 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14799
14800         * c-common.c (combine_strings): Emit a pedantic warning when a
14801         string length is greater than the minimum ANSI C is required
14802         to support.
14803
14804 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
14805
14806         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
14807         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
14808
14809 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14810
14811         * c-decl.c (define_label): Warn about identifier conflicts with
14812         labels in traditional C.
14813
14814         * c-parse.in (unop +): Warn about the unary plus operator for
14815         traditional C.
14816
14817         * c-typeck.c (store_init_value): Warn about automatic aggregate
14818         initialization for traditional C.
14819
14820         * invoke.texi (-Wtraditional): Document new warnings.
14821
14822 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14823
14824         * Makefile.in (c-errors.o): Fix thinko in dependency.
14825
14826 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14827
14828         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
14829         -traditional, -ftraditional, or -traditional-cpp was given.
14830         Do not pass -traditional to the preprocessor.
14831         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
14832         preprocessor does it automatically.
14833         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
14834
14835         * ch/lang-specs.h: Always use tradcpp.  Do not pass
14836         -traditional, -trigraphs, or -pedantic to the preprocessor.
14837         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
14838         _LANGUAGE_FORTRAN.
14839
14840 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
14841
14842         * cppexp.c (LOGICAL): Delete macro.
14843         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
14844         and && directly.
14845
14846         * cpphash.c (HASHSIZE): Increase to 4096.
14847         (struct hashdummy): Add hash field.
14848         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
14849         the string values using memcmp.
14850         (cpp_lookup): Set dummy.hash.
14851
14852 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
14853
14854         * configure.in (m88k-openbsd): Express configuration using new fragment
14855         style.
14856         * configure: Rebuilt.
14857         * m88k/aout-dbx.h: New.
14858         * m88k/openbsd.h: New.
14859         * m88k/xm-openbsd.h: New.
14860
14861 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14862
14863         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
14864
14865 2000-07-12  Richard Henderson  <rth@cygnus.com>
14866
14867         * reload.c (push_secondary_reload): Make sure to add the new
14868         reload at the end, after acquiring secondary memory.
14869
14870 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14871
14872         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
14873
14874         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
14875         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
14876
14877         * c-parse.in (stmt): Delete unused variables.
14878
14879         * convert.c (convert_to_vector): Likewise.
14880
14881         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
14882
14883         * tree.c (finish_vector_type): Prototype.
14884
14885 2000-07-12  Bruce Korb  <bkorb@gnu.org>
14886
14887         * fixinc/fixfixes.c: use xmalloc
14888         * fixinc/fixincl.c(initialize): set program name for xmalloc
14889         * fixinc/fixlib.c(must_malloc): obsolete
14890         (is_cxx_header): no longer used - disabled
14891         (skip_quote): inserted and disabled for future use
14892         * fixinc/fixlib.h: reflects above
14893         * fixinc/fixtests.c: removed dinkleberries
14894
14895 2000-07-12  Neil Booth  <NeilB@earthling.net>
14896
14897         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
14898         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
14899
14900         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
14901         struct toklist_dummy): New.
14902         (cpp_free_definition): Free macros with free_macro.
14903         (count_params): Don't save paramter spellings.  Save macro
14904         information in a struct macro_info.
14905         (parse_define): Don't allocate a token list.
14906         (save_expansion): Allocate the macro's token list, and
14907         save parameter spellings if necessary.  Use TOKEN_SPELL.
14908         (cpp_create_definition): Make list const.
14909
14910 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14911
14912         * c-typeck.c (pedwarn_c99): Move to
14913         * c-errors.c: ... Here.
14914         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
14915         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
14916         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
14917         (c-errors.o): List dependency.
14918
14919 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
14920
14921         * c-parse.c: Remove.
14922         * c-parse.h: Likewise.
14923         * c-parse.y: Likewise.
14924         * objc/objc-parse.c: Likewise.
14925         * objc/objc-pasre.y: Likewise.
14926
14927 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
14928
14929         * gcc.texi: Fix minor typos
14930         * extend.texi: Fix minor typos
14931
14932 2000-07-11  Marc Espie <espie@openbsd.org>
14933
14934         * collect2.c (main): Recognize .lo as object files.
14935
14936 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14937
14938         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
14939         true.
14940
14941         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
14942         with MAP_ANONYMOUS and MAP_ANON.
14943         * configure, config.in: Rebuilt.
14944
14945 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
14946
14947         * diagnostic.c (save_output_state): Remove.
14948         (restore_output_state): Likewise.
14949         (clear_text_info): New function.
14950         (clear_diagnostic_info): Likewise.
14951         (output_text_length, is_starting_newline, output_prefix,
14952         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
14953         prefixing_policy, output_buffer_ptr_to_format_args): New macros
14954         (set_real_maximum_length, output_set_maximum_length,
14955         output_set_prefix, output_get_prefix, output_set_maximum_length,
14956         output_destroy_prefix, init_output_buffer,
14957         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
14958         output_add_newline, output_add_character, output_add_space,
14959         output_append_r, output_append, wrap_text, output_format,
14960         output_do_printf, output_printf, output_do_verbatim,
14961         output_verbatim, verbatim): Use them.
14962         (output_clear): Split into cleat_text_info and
14963         clear_diagnostic_info.
14964         (struct output_state): Move to...
14965
14966         * diagnostic.h: ...Here
14967         (struct output_buffer): Adjust.
14968
14969 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
14970
14971         * cpplex.c (parse_name): No longer inline (premature optimization).
14972         (do_pop_context): Fold into pop_context.
14973         (pop_context): Returns int.
14974         (lex_next): Hoist test for end of directive into pop_context.
14975         (push_macro_context): Returns int; takes just reader and token.
14976         Hoist test for excessive nesting to caller.
14977         (push_arg_context): Returns void; takes just reader and token.
14978         Do not call stringify_arg or get_raw_token.
14979         (get_raw_token): Convert tail recursion through push_arg_context
14980         to a loop at this level.  Call stringify_arg here if appropriate.
14981         (maybe_paste_with_next): Convert tail recursion to a while loop.
14982         Hoist test of paste_level to caller.
14983
14984         (stringify_arg): Push arg context at beginning.
14985         (cpp_get_token): Split out core into _cpp_get_token.  Call
14986         process_directive here.  Throw away CPP_PLACEMARKER tokens.
14987         (_cpp_get_token): Convert tail recursion through
14988         push_macro_context to a loop at this level.
14989         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
14990         _cpp_get_raw_token): Use _cpp_get_token.
14991         (_cpp_skip_rest_of_line): Drop the context stack directly; do
14992         not call pop_context.
14993         (_cpp_run_directive): Call lex_next directly.
14994
14995         * cpphash.h: Prototype _cpp_get_token.
14996         * cppexp.c (lex): Use it.
14997         * cpphash.c (parse_define): Use it.
14998         * cpplib.c (get_define_node, do_undef, parse_include,
14999         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
15000         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
15001         parse_ifdef, validate_else): Use it.
15002         (cpp_push_buffer): Tweak error message; abort if anyone tries
15003         to push a buffer while macro expansions are stacked.
15004
15005 2000-07-11  Donn Terry  <donnte@microsoft.com>
15006
15007         * cpplex.c (free_macro_args, save_token): Cast arg of free
15008         and/or xrealloc to PTR.
15009         (_cpp_init_input_buffer): Clear all fields of the base context.
15010
15011 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
15012
15013         * gensupport.c (process_rtx): Make rtl checking stop
15014         complaining about the define_insn while it is being
15015         converted from a define_insn_and_split.
15016
15017 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
15018
15019         * config/mips/mips.c (simple_memory_operand): Access the
15020         INTVAL of the address, not it's containing MEM.
15021
15022 2000-07-11  Bruce Korb  <bkorb@gnu.org>
15023
15024         * fixinc/fixtests.c(double_slash): obsolete
15025         (else_endif_label): likewise
15026         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
15027         (libc1_ifdefd_memx): correct initial comment
15028         and omit the #if/#endif pair from the memxxx declarations
15029         * fixinc/fixincl.x: regen
15030
15031 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15032
15033         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
15034
15035 2000-07-11  Neil Booth  <NeilB@earthling.net>
15036
15037         * cpp.texi: Update.
15038
15039 2000-07-11  Neil Booth  <NeilB@earthling.net>
15040
15041         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
15042         (handle_option): Set digraphs according to standard.
15043         Merge OPT_lang_c89 handler with OPT_std_c89.
15044
15045         * cpplex.c: (lex_line, can_paste): Honour digraphs in
15046         accordance with the digraphs flag.
15047
15048         * cpplib.h: (struct cpp_options): New option digraphs.
15049
15050 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
15051             Bruce Korb  <bkorb@gnu.org>
15052
15053         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
15054         * fixinc/fixincl.x: Regenerate.
15055         * fixinc/tests/base/testing.h: Add testcase.
15056
15057 2000-07-10  Richard Henderson  <rth@cygnus.com>
15058
15059         * config/ia64/ia64.c (got_symbolic_operand): New.
15060         (symbolic_operand, move_operand): Revert 0701 change.
15061         * config/ia64/ia64.h (PREDICATE_CODES): Update.
15062         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
15063         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
15064         split the offset into a 14-bit low part instead of a 13-bit low part.
15065         (load_fptr): Mark the mem as unchanging.
15066         (load_symptr): Use got_symbolic_operand.
15067
15068 2000-07-10  Nick Clifton  <nickc@cygnus.com>
15069
15070         * libgcc2.c (next_stack_level): Cast result of computation to
15071         (void **) so that the assignment does not generate a warning.
15072
15073 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
15074
15075         * flags.h : Add new variable flag_single_precision_constant.
15076         * toplev.c (display_help) : Add -fsingle-precision-constant option.
15077         (flag_single_precision_constant): New.
15078         * c-lex.c (yylex): Convert floating point constant to single
15079         precision constant.
15080         * invoke.texi : Add documentation for this new option.
15081
15082 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
15083
15084         * diagnostic.c (output_octal): Second parameter is unsigned.
15085         (output_long_octal): Likewise.
15086         (output_hexadecimal): Likewise.
15087         (output_long_hexadecimal): Likewise.
15088         (output_format): Adjust arguments extraction. Tweak.
15089         (output_verbatim, verbatim): End variable argument list.
15090         (report_diagnostic): Improve documentation.
15091
15092 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
15093
15094         * c-common.h (build_stmt): Declare.
15095         (build_continue_stmt): Likewise.
15096         (build_break_stmt): Likewise.
15097         (build_return_stmt): Likewise.
15098
15099         * c-decl.c (do_case): Rewrite to do what previously done in
15100         c-parse.in.
15101
15102         * c-semantics.c (build_stmt): Define.
15103         (build_return_stmt): Likewise.
15104         (build_break_stmt): Likewise.
15105         (build_continue_stmt): Likewise.
15106         (build_case_label): Likewise.
15107
15108         * c-parse.in (BREAK): Change to build tree, then generate RTL.
15109         (CONTINUE): Likewise.
15110         (RETURN): Likewise.
15111         (CASE): Likewise.
15112         (DEFAULT): Likewise.
15113
15114         * c-parse.y: Regenerate.
15115         * c-pasre.c: Likewise.
15116
15117 2000-07-09  Jason Merrill  <jason@redhat.com>
15118
15119         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
15120
15121         * tree.h (STRIP_NOPS): Check for error_mark_node.
15122         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
15123         (dwarf2out_*): Remove duplicate declarations.
15124
15125         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
15126         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
15127
15128 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
15129
15130         * diagnostic.c (wrap_text): New function.
15131         (maybe_wrap_text): Likewise.
15132         (output_add_string): Use it.
15133         (output_format): Likewise.
15134         (count_error): Use verbatim instead of notice.
15135         (report_error_function): Likewise. Don't use plain fprintf.
15136         (finish_diagnostic): New function.
15137         (output_do_verbatim): Tweak.  Commonalize functionalities in
15138         output_verbatim and verbatim.
15139         (output_verbatim): Adjust.
15140         (verbatim): Likewise.
15141         (report_diagnostic): Define.
15142
15143         * diagnostic.h (report_diagnostic): Prototype.
15144
15145 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
15146
15147         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
15148
15149 2000-07-09  Neil Booth  <NeilB@earthling.net>
15150
15151         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
15152         IShspace, ISspace: Update.
15153
15154         * cppinit.c: ISTABLE: Update.
15155         V: New.
15156
15157         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
15158         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
15159         (skip_block_comment, skip_line_comment, parse_string,
15160         lex_line): Use is_vspace rather than IS_NEWLINE.
15161         (skip_whitespace, lex_line): Clean up to use is_nvspace.
15162         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
15163         gets a BOL flag.
15164         (lex_next): Unconditionally stop if within a directive.
15165         Treat directives within macro invocations as directives
15166         (after parse_args emits error), not as the argument.
15167
15168 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
15169
15170         * diagnostic.c (diagnostic_args): New macro.
15171         (diagnostic_msg): Likewise.
15172         (output_formatted_integer): Likewise.
15173         (output_state): New data type.
15174         (digit_buffer): Make global.
15175         (output_add_integer): Rename to output_decimal. Squeeze
15176         digit_buffer.
15177         (output_long_decimal, output_unsigned_decimal,
15178         output_long_unsigned_decimal, output_octal, output_long_octal,
15179         output_hexadecimal, output_long_hexadecimal): New functions.
15180         (output_append_r): New function.
15181         (output_append): Tweak.
15182         (output_flush_on): Rename to output_to_stream.
15183         (output_format): Change prototype.  Improve documentation. Handle
15184         more format specifiers.
15185         (build_location_prefix): Rename to context_as_prefix.
15186         (output_notice): Rename to output_do_printf.
15187         (output_printf): Tweak.
15188         (line_wrapper_printf): Likewise.
15189         (vline_wrapper_message_with_location): Adjust call to renamed
15190         functions.
15191         (v_message_with_decl): Likewise.
15192         (default_print_error_function): Likewise.
15193         (save_output_state): New function.
15194         (restore_output_state): Likewise.
15195         (output_do_verbatim): Likewise.
15196         (output_verbatim): Define.
15197         (verbatim): Likewise.
15198
15199         * diagnostic.h (printer_fn): Change return type from void to int.
15200         Improve documentation.
15201         (output_add_integer): Rename to output_decimal.
15202         (output_flush_on, output_format): Don't export.
15203         (output_verbatim, verbatim): Declare.
15204
15205 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
15206
15207         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
15208         Check whether c divides op1 exactly if operation is not
15209         multiplication.
15210
15211 2000-07-08  Richard Henderson  <rth@cygnus.com>
15212
15213         * final.c (final): Do not abort when reg-stack introduces
15214         a new insn.
15215
15216 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
15217
15218         * cpplib.h (struct cpp_name): Now struct cpp_string.
15219         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
15220         CPP_HEADER_NAME): Change to type S.
15221         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
15222         field, a cpp_hashnode *.  All references to val.name updated
15223         to use val.str or val.node as appropriate.
15224         (struct cpp_reader): Add spec_nodes field.
15225         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
15226
15227         * cpphash.h (struct spec_nodes): New.
15228         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
15229         val.str.  All references to 'spelling > SPELL_NONE' updated to
15230         match.
15231
15232         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
15233         pfile->buffer->inc are not NULL before dereferencing them.
15234
15235         * cpplex.c (parse_name): Take a pointer to the current token,
15236         plus current position and limit as args; return the new
15237         position; don't copy the text of a name into the string
15238         buffer, instead call cpp_lookup and store the node pointer.
15239         If extending a token, copy out the text of the old into a
15240         scratch buffer, append the new, look that up and store the new
15241         node pointer.  Inline.
15242         (maybe_paste_with_next): If the result of paste is a NAME,
15243         then look up the pasted text and store its node pointer.
15244         (lex_line): Adjust for new parse_name interface.
15245         Check for L"str", L'str' using spec_nodes->n_L.
15246         (spell_token): SPELL_IDENT tokens have their spelling in
15247         val.node->name.  Handle SPELL_STRING tokens that don't have
15248         string delimiters.
15249         (_cpp_expand_name_space,
15250         (can_paste): Check for L ## "str" using spec_nodes->n_L.
15251         (cpp_get_token, special_symbol): No need to call cpp_lookup.
15252         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
15253         return 1=equal 0=not, not a tristate.
15254
15255         * cpphash.c (var_args_str): Delete.
15256         (find_param): Compare node fields directly.
15257         (is__va_args__): Use CPP_PEDANTIC.  Just compare
15258         token->val.node with spec_nodes->n__VA_ARGS__.
15259         (dump_funlike_macro): Don't use var_args_str.
15260
15261         * cpplib.c (_cpp_check_directive): Just walk through
15262         spec_nodes->dirs comparing pointers.
15263         (get_define_node, do_pragma_poison, detect_if_not_defined,
15264         parse_ifdef): The identifier has already been looked up.
15265         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
15266         node.
15267         (do_if): Only call detect_if_not_defined at beginning of file.
15268         (_cpp_parse_assertion): Only copy string pointers for
15269         SPELL_STRING tokens.
15270         (pragma_dispatch): Take a node pointer and examine its name
15271         field.
15272         (_cpp_init_stacks): Also initialize the spec_nodes structure.
15273
15274         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
15275         _cpp_init_macros.
15276         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
15277         reverse order from the corresponding _cpp_init_* routines.
15278
15279         * cppexp.c (parse_number, parse_charconst, parse_defined,
15280         lex): Check val.node->type instead of calling cpp_defined.
15281         Use spec_nodes entries where appropriate.
15282
15283         * fix-header.c, scan-decls.c: Update for interface changes.
15284
15285 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
15286
15287         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
15288         emitting aux_truncdfsf2.
15289
15290 2000-07-03  Donn Terry  (donnte@microsoft.com)
15291
15292         * cppinit.c (print_help): split overlong line into ISO C89
15293         maximum chunks.
15294
15295 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15296
15297         * cppexp.c: Update all code for new lexer interface.
15298         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
15299         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
15300         * cpplex.c (token_names): Trim leading CPP_ from names; make
15301         the strings unsigned.
15302         (_cpp_spell_operator): New.
15303         (is_macro_disabled): Disable all macros if rescanning
15304         preprocessed text.
15305         (_cpp_get_directive_token): Remove.
15306
15307         * cppinit.c: Don't set no_macro_expand.
15308         * cpplib.c (read_line_number, do_line): Check only for EOF,
15309         not VSPACE.
15310         * cpphash.h: Update prototypes.
15311         * cpplib.h (CPP_VSPACE): Remove.
15312         (struct cpp_reader): Remove no_macro_expand.
15313
15314 2000-07-08  Neil Booth  <NeilB@earthling.net>
15315
15316         * cpphash.c (is__va_args__): New function.
15317         (count_params): Fix line reported in error messages.  Use
15318         is__va_args__.  Don't return ')' on error.  Flag GNU style
15319         rest args macro definitions.
15320         (parse_define): Check macro name is not __VA_ARGS__.
15321         (save_expansion): Check identifier in non-varargs-macro is
15322         not __VA_ARGS__.  Don't flag GNU_VARARGS.
15323         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
15324         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
15325          than per-token GNU_VARARGS.
15326         * cpplib.h (GNU_VARARGS): Remove.
15327         (GNU_REST_ARGS): New.
15328
15329 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15330
15331         * i386.md (call_pop, call, call_value_pop): Do not set
15332         current_function_uses_pic_offset_table for calls to static
15333         functions or indirect calls.
15334
15335 2000-07-07  Jim Wilson  <wilson@cygnus.com>
15336
15337         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
15338         is_predicate_reg, then take max write_count of register pair.
15339
15340 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15341
15342         * tradcpp.c (main): Rename label `include' to `add_include' to
15343         avoid conflicts with variable `include' in traditional C.
15344
15345 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15346
15347         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
15348
15349 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15350
15351         * sibcall.c (uses_addressof): Add INMEM argument, check for
15352         current_function_internal_arg_pointer outside of MEM rtxs in addition
15353         to ADDRESSOFs.
15354         (sequence_uses_addressof): Update caller.
15355
15356 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15357
15358         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
15359         and friends.
15360
15361 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15362
15363         * system.h (UNION_INIT_ZERO): New macro for initializing union
15364         members in structs.
15365
15366         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
15367
15368 2000-07-07  Neil Booth  <NeilB@earthling.net>
15369
15370         * cpp.texi: Update.
15371
15372 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
15373
15374         * final.c (final): Detect out of bounds array access to
15375         the insn_lengths array.
15376
15377 2000-07-07  Kazu Hirata  <kazu@hxi.com>
15378
15379         * fold-const.c (fold): Fix a comment typo.
15380
15381 2000-07-07  Neil Booth  <NeilB@earthling.net>
15382
15383         * cpp.texi: Update to new lexer.
15384
15385 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
15386
15387         * tradcpp.c: New file.
15388         * tradcif.y: New file.
15389         * tradcif.c: New generated file.
15390
15391         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
15392         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
15393         dependencies of C.  Install tradcpp from install-common, in
15394         $(libsubdir).
15395
15396 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
15397
15398         * cppinit.c: Include cppdefault.h.  Refer to
15399         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
15400         to GCC_INCLUDE_DIR and its length.
15401         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
15402         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
15403         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
15404         cppdefault.h.
15405         (include_defaults_array): Move to cppdefault.c.
15406
15407         * cppdefault.h: New file.
15408         * cppdefault.c: New file.
15409
15410         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
15411         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
15412         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
15413         this file.
15414
15415 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15416
15417         * reload.c (push_reload): When seeing if can reuse a register,
15418         check extra registers against widest of INMODE and OUTMODE.
15419
15420 2000-07-06  Neil Booth  <NeilB@earthling.net>
15421
15422         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
15423         based on full length of predicate.
15424
15425 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
15426
15427         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
15428         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
15429
15430 2000-07-05  Kazu Hirata  <kazu@hxi.com>
15431
15432         * h8300-proto.h: Fix formatting.
15433         * h8300.c: Likewise.
15434         * h8300.h: Likewise.
15435
15436 2000-07-05  Jim Wilson  <wilson@cygnus.com>
15437
15438         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
15439         CCmode.
15440
15441 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
15442
15443         * invoke.texi: Fix minor typos
15444         * md.texi: Fix minor typos
15445
15446 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15447
15448         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
15449
15450 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15451
15452         * cpplex.c: Don't include sys/mman.h.
15453         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
15454
15455         * cpplib.c: Include sys/mman.h and obstack.h.
15456         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
15457         obstack.
15458         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
15459         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
15460         bother freeing if stack entries (they will be freed with their buffer).
15461         (do_endif): Free if stack entries from the buffer obstack.
15462         (push_conditional): Allocate if stack entries from the buffer obstack.
15463
15464         (find_answer): Rename to _cpp_find_answer.
15465         (do_assert, do_unassert): Update.
15466
15467         * cpphash.h: Update prototypes.
15468         (xobnew): New convenience macro.
15469         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
15470         Update comments.
15471         (struct cpp_hashnode): Remove disabled field.
15472
15473         * cppinit.c: Don't include hashtab.h or splay-tree.h.
15474         (report_missing_guard): Moved to cppfiles.c.
15475         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
15476         cpp_init_includes.
15477         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
15478         cpp_cleanup_includes.  Don't destroy hashtab or
15479         all_include_files here.
15480         (cpp_finish): Use _cpp_report_missing_guards.
15481
15482         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
15483         (_cpp_init_include_table): Rename _cpp_init_includes.
15484         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
15485
15486         * cppexp.c (parse_assertion): Update for new name of
15487         find_answer.
15488
15489         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
15490
15491 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15492
15493         * cpplib.c (do_ident): s/VSPACE/EOF/
15494
15495 2000-07-05  Neil Booth  <NeilB@earthling.net>
15496
15497         * cpplex.c: Fix trigraph replacement within strings.
15498
15499 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15500
15501         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
15502
15503         * xcoffout.c (assign_type_number): Constify.
15504         (xcoffout_source_file): Add static prototype.  Don't needlessly
15505         cast away const-ness.
15506
15507 2000-07-04  Jason Merrill  <jason@redhat.com>
15508
15509         * frame.h (frame_state): Move base_offset to end.
15510
15511 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15512
15513         * calls.c (emit_library_call_value_1): Revert previous change.
15514
15515 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15516
15517         * fix-header.c (struct partial_proto): Remove unnecessary fields.
15518         (recognized_extern, recognized_function, read_scan_file):
15519         Update for new scheme.
15520         (check_protection): It's still a multiple include guard even
15521         if it doesn't always trigger.
15522         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
15523         new scheme.
15524         * scan.h: Declare struct cpp_token.  Update prototypes.
15525
15526 2000-07-03  Neil Booth  <neilb@earthling.net>
15527             Zack Weinberg  <zack@wolery.cumb.org>
15528
15529         Complete overhaul of the lexer and macro expander.
15530
15531         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
15532         arg, arglist, argdata, reflist, collect_objlike_expansion,
15533         collect_funlike_expansion, collect_params,
15534         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
15535         unsafe_chars, macarg, compare_defs, special_symbol,
15536         scan_arguments, stringify, funlike_macroexpand,
15537         _cpp_quote_string, monthnames): Delete.
15538         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
15539         _cpp_create_definition, _cpp_dump_definition,
15540         dump_hash_helper): Adjust.
15541         (find_param, count_params, parse_define, var_args_str,
15542         check_macro_redefinition, save_expansion): New.
15543
15544         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
15545         parse_string, output_line_command, trigraph_replace,
15546         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
15547         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
15548         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
15549         _cpp_skip_rest_of_line): Modify.
15550
15551         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
15552         find_position, null_warning, bump_column, expand_name_space,
15553         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
15554         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
15555         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
15556         _cpp_prescan): Delete.
15557
15558         (dump_param_spelling, process_directive, lex_next,
15559         is_macro_disabled, stringify_arg, expand_context_stack,
15560         output_token, make_string_token, alloc_number_token,
15561         special_symbol, duplicate_token, maybe_paste_with_next,
15562         can_paste, prevent_macro_expansion, restore_macro_expansion,
15563         get_temp_token, release_temp_tokens, quote_string,
15564         token_names, token_spellings, _cpp_expand_name_space,
15565         _cpp_glue_header_name, _cpp_reserve_name_space,
15566         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
15567         placemarker_token, eof_token, cpp_context, macro_args,
15568         get_raw_token, parse_arg, parse_args, save_token,
15569         push_arg_context, push_macro_context, pop_context,
15570         do_pop_context, free_macro_args, _cpp_get_line,
15571         _cpp_run_directive): New.
15572
15573         * cpplib.c (validate_else, parse_include, push_conditional,
15574         pass_thru_directive, read_line_number, parse_ifdef,
15575         detect_if_not_defined, _cpp_check_directive, do_define,
15576         do_undef, do_include, do_import, do_include_next, do_error,
15577         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
15578         top_pragmas, do_pragma_gcc, do_pragma_implementation,
15579         do_pragma_poison, do_pragma_system_header,
15580         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
15581         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
15582         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
15583         cpp_defined): Update for new scheme.
15584         (strtoul_for_line, get_define_node, dump_macro_name,
15585         _cpp_check_linemarker, _cpp_parse_assertion): New.
15586         (_cpp_handle_directive, do_pragma_default): Delete.
15587
15588         * cpphash.h (struct predicate): Now struct answer.
15589         (enum spell_type, struct token_spelling, struct directive,
15590         directive_handler): New.
15591         Update prototypes.  Remove unused macros.
15592         * cpplib.h: Update prototypes.  Remove unused macros,
15593         structure definitions, and fields.
15594
15595         * cpperror.c (print_containing_files, v_message): Adjust.
15596         * cppexp.c (parse_assertion, lex, parse_escape,
15597         _cpp_parse_expr): Adjust.
15598         * cppfiles.c (open_include_file, _cpp_execute_include,
15599         _cpp_compare_file_date, cpp_read_file, read_include_file):
15600         Adjust.
15601         * cppinit.c (dump_special_to_buffer): Delete.
15602         (append_include_chain, merge_include_chains, cpp_reader_init,
15603         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
15604         cpp_finish, handle_option, print_help): Adjust.
15605         * cppmain.c (main): Adjust.
15606
15607 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15608
15609         * cppspec.c (lang_specific_driver): Use double quotes in error
15610         message.
15611
15612 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
15613
15614         * calls.c (emit_library_call_value_1): Use valreg instead
15615         of hard_libcall_value.
15616
15617 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
15618
15619         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
15620         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
15621         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
15622         (movhi): Likewise.
15623         (movqi): Likewise.
15624         (movdf): Likewise.
15625         (movsf): Likewise.
15626         (movdi): Likewise.
15627         (movti): Likewise.
15628
15629         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
15630         mode instead of wider_mode is being used.
15631
15632 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15633
15634         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
15635         of 'r'. Use q_regs_operand.
15636         (andsi_1+2): Use q_regs_operand.
15637
15638 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15639
15640         * builtins.c (get_memory_rtx): Always put into alias set 0.
15641
15642 2000-07-03  Nick Clifton  <nickc@cygnus.com>
15643
15644         * config/arm/arm.md: Fix post increment and pre increment
15645         peepholes so that they do not generate UNPREDICATBLE opcodes.
15646         (ie ones where the increment clobbers the source/destination).
15647
15648 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
15649
15650         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
15651         change too big for -mtiny-stack" a warning, if larger than 63.
15652         (out_set_stack_ptr): Change the logic so -mno-interrupts is
15653         always safe to use on possible future devices.
15654         (function_prologue): Write SPH before SPL, for consistency.
15655         If interrupt_func_p true, we know we have enabled interrupts.
15656         (avr_num_arg_regs): New function.  Round up to even number of
15657         bytes if no -mpack-args or if calling a libgcc function.
15658         (function_arg, function_arg_advance): Use it.
15659         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
15660         Output "movw" if available.
15661         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
15662         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
15663         (asm_output_section_name): Add blanks for consistent output.
15664         (encode_section_info): Set TREE_READONLY for progmem data to
15665         avoid gas warnings about changed section attributes.
15666         (avr_hard_regno_mode_ok): Force non-QImode data to start in
15667         even numbered registers on devices with "movw".
15668         * config/avr/avr.h (MASK_*): Define bits for target_flags.
15669         (TARGET_SWITCHES): Mark help strings for translation.
15670         Add new -mpack-args and -menhanced switches.
15671         (TARGET_OPTIONS): Mark help strings for translation.
15672         (progmem_section): Add section attributes.
15673         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
15674         Output "movw" if available.
15675         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
15676         New patterns.
15677         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
15678         call convention (arguments aligned on even registers).
15679         (_cleanup, _exit): Make weak symbols libc can override.
15680
15681 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15682
15683         * fp-bit.h: New file.
15684
15685         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
15686         Comment #endif statements.
15687         (__thenan_sf, __thenan_df): Add missing braces around initializer.
15688
15689 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
15690
15691         * gcse.c (compute_pre_data): Compute ae_kill using other local
15692         properties instead of calling compute_ae_kill.
15693
15694         * alias.c (init_alias_analysis): Do not call
15695         prologue_epilogue_contains until after reload has completed.
15696
15697 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
15698
15699         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
15700         (genrtl_finish_compound_stmt): Likewise.
15701         (genrtl_compound_stmt): Change to return void.
15702
15703         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
15704         move code from here to ...
15705         (genrtl_compound_stmt): ... here.
15706         (genrtl_finish_compound_stmt): Remove.
15707         (expand_stmt): Add comment.
15708
15709 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
15710
15711         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
15712         and VOID_TYPE_P.
15713
15714 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
15715
15716         * cpplib.h (struct cpp_reader): New field include_depth.
15717         (struct cpp_printer): Rename last_bsd to last_id.
15718         * cppfiles.c (read_include_file): Bump include_depth.
15719         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
15720         (output_line_command): Output correct #line if a header
15721         is including itself and is not protected against multiple inclusion.
15722         Use include_depth instead of buffer_stack_depth, last_id instead of
15723         last_bsd.
15724         * cppinit.c (cpp_start_read): Initialize last_id instead of
15725         last_bsd.
15726
15727 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
15728
15729         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
15730         (c-semantics.o): New target.
15731
15732         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
15733         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
15734         (genrtl_clear_out_block): Likewise.
15735         (genrtl_goto_stmt): Likewise.
15736         (genrtl_expr_stmt): Likewise.
15737         (genrtl_decl_stmt): Likewise.
15738         (genrtl_if_stmt): Likewise.
15739         (genrtl_while_stmt): Likewise.
15740         (genrtl_do_stmt): Likewise.
15741         (genrtl_return_stmt): Likewise.
15742         (genrtl_for_stmt): Likewise.
15743         (genrtl_break_stmt): Likewise.
15744         (genrtl_continue_stmt): Likewise.
15745         (genrtl_scope_stmt): Likewise.
15746         (genrtl_switch_stmt): Likewise.
15747         (genrtl_case_label): Likewise.
15748         (genrtl_begin_compound_stmt): Likewise.
15749         (gerntl_finish_compound_stmt): Likewise.
15750         (genrtl_compound_stmt): Likewise.
15751         (genrtl_asm_stmt): Likewise.
15752         (genrtl_decl_cleanup): Likewise.
15753         (DECL_ANON_UNION_ELEMS): Likewise.
15754         (emit_local_var): Likewise.
15755         (make_rtl_for_local_static): Likewise.
15756         (expand_cond): Likewise.
15757         (expand_stmt): Likewise.
15758         (c_expand_return): Likewise.
15759         (c_expand_start_case): Likewise.
15760         (do_case): Likewise.
15761         (COMPOUND_STMT_NO_SCOPE): Likewise.
15762         (c_expand_asm_operands): Likewise.
15763         (NEW_FOR_SCOPE_P): New macro.
15764         (expand_expr_stmt_fn): New type.
15765
15766         (set_current_function_name_declared): Likewise.
15767         (current_function_name_declared): Likewise.
15768         (lang_expand_stmt): Likewise.
15769         (stmts_are_full_exprs_p): Likewise.
15770         (anon_aggr_type_p): Likewise.
15771         (lang_expand_expr_stmt): Likewise.
15772         (build_case_label): Likewise.
15773
15774         * c-decl.c (lang_expand_expr_stmt): Initialize.
15775         (stmts_are_full_exprs_p): Define.
15776         (current_function_name_declared): Likewise.
15777         (do_case): Likewise.
15778         (lang_expand_stmt): Likewise.
15779         (set_current_function_name_declared): Likewise.
15780         (anon_aggr_type_p): Likewise.
15781
15782         * c-semantics.c: New file.
15783         (expand_cond): Moved from cp/semantics.c.
15784         (genrtl_do_pushlevel): Likewise.
15785         (genrtl_clear_out_block): Likewise.
15786         (genrtl_goto_stmt): Likewise.
15787         (genrtl_expr_stmt): Likewise.
15788         (genrtl_decl_stmt): Likewise.
15789         (genrtl_if_stmt): Likewise.
15790         (genrtl_while_stmt): Likewise.
15791         (genrtl_do_stmt): Likewise.
15792         (genrtl_return_stmt): Likewise.
15793         (genrtl_for_stmt): Likewise.
15794         (genrtl_break_stmt): Likewise.
15795         (genrtl_continue_stmt): Likewise.
15796         (genrtl_scope_stmt): Likewise.
15797         (genrtl_switch_stmt): Likewise.
15798         (genrtl_case_label): Likewise.
15799         (genrtl_begin_compound_stmt): Likewise.
15800         (genrtl_finish_compound_stmt): Likewise.
15801         (genrtl_compound_stmt): Likewise.
15802         (genrtl_asm_stmt): Likewise.
15803         (genrtl_decl_cleanup): Likewise.
15804         (make_rtl_for_local_static): Moved from cp/decl.c.
15805         (emit_local_var): Likewise.
15806         (expand_stmt): Define.
15807
15808         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
15809         (c_expand_return): Likewise.
15810         (c_expand_start_case): Likewise.
15811
15812 2000-07-01  Richard Henderson  <rth@cygnus.com>
15813
15814         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
15815         with the low 13 bits set.
15816         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
15817         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
15818         of the low 13 bits into a CONST plus an adddi3.
15819         (load_symptr): Set RTX_UNCHANGING_P.
15820
15821 See ChangeLog.3 for earlier changes.