alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2
3         * alias.c (init_alias_analysis), calls.c (expand_call,
4         emit_library_call_value_1), combine.c (init_reg_last_arrays),
5         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
6         (init_output_buffer, set_diagnostic_context), dwarf2out.c
7         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
8         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
9         function.c (assign_parms), gcse.c (compute_can_copy,
10         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
11         compute_hash_table, compute_set_hash_table,
12         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
13         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
14         clear_units, schedule_block), integrate.c (initialize_for_inline,
15         expand_inline_function), jump.c (thread_jumps), local-alloc.c
16         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
17         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
18         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
19         record_reg_classes, allocate_reg_info), reload.c
20         (get_secondary_mem, remove_address_replacements, find_reloads),
21         reload1.c (reload, set_initial_label_offsets, finish_spills,
22         reload_as_needed, choose_reload_regs_init,
23         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
24         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
25         (rename_registers), stmt.c (expand_end_case), unroll.c
26         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
27         () instead of bzero ().
28
29 2000-11-07  Neil Booth  <neilb@earthling.net>
30
31        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
32
33 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34
35         * c-common.c (combine_strings): Only warn about long strings for C.
36
37 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
38
39         * combine.c (distribute_notes): Fix typo in last change.
40
41 2000-11-07  Geoff Keating  <geoffk@redhat.com>
42
43         * config/rs6000/rs6000.md (movdi_internal32+1): Use
44         operand_subreg_force rather than gen_rtx_SUBREG.
45         (movdi_internal32+2): Likewise.
46
47 2000-11-07  Philip Blundell  <philb@gnu.org>
48
49         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
50         * config/arm/linux-aout.h: Likewise.
51         * configure: Regenerate.
52
53 2000-11-07  Philipp Thomas  <pthomas@suse.de>
54
55         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
56         accepted my the gettext maintainer.
57
58 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
59
60         * builtins.c (expand_builtin_strpbrk): New function.
61         (expand_builtin): Handle BUILT_IN_STRPBRK.
62
63         * builtins.def (BUILT_IN_STRPBRK): New entry.
64
65         * c-common.c (c_common_nodes_and_builtins): Declare builtin
66         strpbrk.
67
68 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
69
70         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
71         * POTFILES.in: Add config/alpha/freebsd.h
72         * configure.in: Add alpha*-freebsd support.
73         * configure: Regenerate.
74
75 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
76
77         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
78         copy of ptr_type_node rather than ptr_type_node itself.
79
80 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
81
82         * combine.c (recog_for_combine): Allocate uninitialized vector with
83         rtvec_alloc.
84         * recog.c (apply_change_group): Likewise.
85
86 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
87
88         * flow.c (verify_local_live_at_start): Back out last change.
89         * combine.c (distribute_notes): When parts of a hard reg are
90         neither set nor referenced in PLACE, search backwards for a
91         place to put a REG_UNUSED note; if none found, ask for flow
92         info refresh.
93
94 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
95
96         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
97         with (clobber (match_scratch...)).
98
99 2000-11-06  Neil Booth  <neilb@earthling.net>
100
101         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
102         error status.
103
104 2000-11-06  Neil Booth  <neilb@earthling.net>
105
106         * tradcpp.c (special_symbol): Assign an null string rather
107         than writing to an unallocated buffer.
108
109 2000-11-06  Neil Booth  <neilb@earthling.net>
110
111         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
112         CPP_MACRO_ARG case.
113
114 2000-11-06  Neil Booth  <neilb@earthling.net>
115
116         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
117         tok.val.arg_no as appropriate.
118         * cppexp.c (lex): Similarly.
119         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
120         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
121         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
122         cpp_macro_definition): Similarly.
123         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
124
125 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
126
127         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
128         operands[1] is constant, calculate the sum and generate movdi.
129         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
130         (subsi3): Use SImode in call to arith_4096_operand.
131
132 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
133
134         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
135         adjust %o1, not %o0 if the return type is large structure.
136
137 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
138
139         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
140         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
141
142 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
143
144         * expmed.c (expand_divmod): For signed divide by 2, prefer
145         a branch and fewer shifts if branches are very cheap.
146
147 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
148
149         * Makefile.in: Remove all targets related to building
150         distributions and diffs, or INSTALL.
151         * INSTALL, install1.texi: Remove.
152         * configure.in: Remove mention of distdir.
153         * configure: Regenerate.
154         * objc/Make-lang.in: Remove mention of distdir.
155
156 2000-11-04  Neil Booth  <neilb@earthling.net>
157
158         * cpp.texi: Update for _Pragma.
159
160 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
161
162         * gcc.texi (Contributing): Update URL for projects web page.
163
164 2000-11-04  Neil Booth  <neilb@earthling.net>
165
166         * cpplex.c (parse_string): Don't allow multiline strings in
167         #include family directives.
168
169 2000-11-04  Neil Booth  <neilb@earthling.net>
170
171         * cpplib.c (do_line): Only warn pedantically if not reading
172         preprocessed input.
173
174 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
175
176         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
177         RETURN_POPS_ARGS().
178
179 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
180
181         * builtins.c (expand_builtin_strlen): Remove unused mode
182         argument.
183         * gcc.c (process_command): Remove unused variable.
184         * fold-const.c: Include expr.h.
185         * recog.c: Include reload.h.
186         * Makefile.in (recog.o, fold-const.o): Update deps.
187
188 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
189
190         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
191
192 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
193
194         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
195         handling.
196         (STARTFILE_SPEC): Likewise.
197         (LINK_SPEC): Likewise.
198
199 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
200
201         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
202         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
203         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
204
205 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
206
207         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
208         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
209         perm_calloc, get_identifier, maybe_get_identifier,
210         real_value_from_int_cst, simple_cst_equal), varasm.c
211         (assemble_name, assemble_real, immed_real_const_1,
212         compare_constant_1, decode_rtx_const, output_constant_pool): Use
213         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
214         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
215         bzero ().
216
217 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
218
219         * cppfiles.c (open_file): If already read, then don't reopen.
220         Immediately close an empty file.
221
222 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
223
224         * expr.h (fold_builtin): Move declaration...
225         * tree.h (fold_builtin): ... here.
226
227 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
228
229         * flow.c (verify_local_live_at_start): Allow hard regs to die.
230
231 2000-11-02  Neil Booth  <neilb@earthling.net>
232
233 config:
234         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
235         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
236         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
237         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
238         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
239         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
240         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
241         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
242         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
243         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
244         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
245         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
246         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
247         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
248         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
249         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
250         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
251         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
252         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
253         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
254         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
255         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
256         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
257         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
258         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
259         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
260         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
261         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
262         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
263         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
264         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
265         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
266         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
267         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
268         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
269         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
270         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
271         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
272         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
273         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
274         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
275         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
276         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
277         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
278         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
279         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
280         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
281         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
282         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
283         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
284         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
285         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
286         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
287         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
288         vax/vaxv.h, vax/vms.h, we32k/we32k.h
289         
290         Replace -A() with -A=, the new assertion syntax.
291
292 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
293
294         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
295         elim_i1.
296         In REG_DEAD handling: When handling parts of multi-hard-reg hard
297         registers, increment the loop counter by the size of the parts;
298         use recursion to handle individual parts.
299
300 2000-11-02  Neil Booth  <neilb@earthling.net>
301
302         * configure.in: Make integrated CPP the default.
303         * configure: Regenerate.
304
305 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
306
307         * reload.c (find_equiv_reg): Test all hard registers for membership
308         in the requested class.
309
310 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
311
312         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
313         process_command, main), gcov.c (open_files, output_data), tlink.c
314         (frob_extension, scan_linker_output), toplev.c
315         (file_name_nondirectory): Use strchr () and strrchr () instead of
316         index () and rindex ().
317
318 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
319
320         * c-common.c (get_flag_spec, check_format_info_main,
321         check_format_types): Use strchr () instead of index ().  Compare
322         against error_mark_node instead of comparing the TREE_CODE against
323         ERROR_MARK.
324
325 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
326
327         Integrated CPP.
328           
329         * c-lex.c (init_c_lex): Update cpp_start_read call.
330         (cb_ident): Update for new callback prototype.
331         (cb_def_pragma): Update for new cpp_get_token prototype.
332         (c_lex): Similarly.  Use cpp_get_line.
333           
334         * c-parse.in (finish_parse): Update for new cpp_finish
335         prototype.
336           
337         * cp/lex.c (finish_parse): Similarly.
338
339 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
340
341         * machmode.def: Add V16QImode.
342
343 2000-11-01  Richard Henderson  <rth@redhat.com>
344
345         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
346         from rtl_for_decl_location.
347         (add_location_or_const_value_attribute): Likewise.
348
349 2000-11-01  Neil Booth  <neilb@earthling.net>
350
351         * cpplib.c (run_directive): Use correct line number for output
352         of _Pragma.  Remember any in-progress directive. 
353   
354         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
355
356 2000-11-01  Richard Henderson  <rth@redhat.com>
357
358         * stmt.c (expand_start_null_loop): Set continue_label.
359
360 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
361
362         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
363         (expand_builtin_constant_p): Move parts of the code into
364         fold_builtin_constant_p.
365         (expand_builtin_strlen): Move parts of the code into fold_builtin.
366         * expr.h (fold_builtin): Declare.
367         * fold-const.c (fold): Handle builtin calls.
368
369         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
370
371 2000-11-01  Richard Henderson  <rth@redhat.com>
372
373         * stmt.c (expand_start_null_loop): New.
374         (expand_end_null_loop): New.    
375         * c-semantics.c (genrtl_do_stmt): Use them.
376         * tree.h: Declare them.
377
378 2000-11-01  Richard Henderson  <rth@redhat.com>
379
380         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
381
382 2000-11-01  Neil Booth  <neilb@earthling.net>
383
384         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
385         * cp/spew.c: Similarly.
386         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
387         * cppmacro.c (stringify_arg): Similarly.
388         * cpplib.h (CPP_BACKSLASH): Delete.
389
390 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
391
392         * builtins.c (expand_builtin_strstr): New function.
393         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
394
395         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
396
397         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
398         and builtin strchr.
399
400 2000-10-31  Richard Henderson  <rth@redhat.com>
401
402         * config/i386/i386.c (fcmov_comparison_operator): Check for
403         CCFPmode or CCFPUmode instead of CCmode.
404         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
405         unordered operations as well.
406
407 2000-10-31  Richard Henderson  <rth@redhat.com>
408
409         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
410         of integer_zero_node.
411
412 2000-10-31  Richard Henderson  <rth@redhat.com>
413
414         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
415
416 2000-10-31  Nick Clifton  <nickc@redhat.com>
417
418         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
419         -fdata-sections to override the section attribute of a DECL.
420
421 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
422
423         * libgcc2.c (__shtab): Remove __shtab variable.
424         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
425         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
426         members.
427
428 2000-10-31  Jim Wilson  <wilson@redhat.com>
429
430         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
431         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
432         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
433         instead of ASM_OUTPUT_INTERNAL_LABEL.
434         (dwarf2out_end_block, dwarf2out_label): Likewise.
435         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
436         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
437         
438 2000-10-31  Richard Henderson  <rth@redhat.com>
439
440         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
441         (size_of_locs): Set it.
442         (output_loc_operands): Use it to compute branch displacement.
443         (int_loc_descriptor): New.
444         (mem_loc_descriptor): Dereference memory in the proper size.
445         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
446         (loc_descriptor_from_tree): New.
447         (rtl_for_decl_location): Break out from ...
448         (add_location_or_const_value_attribute): ... here.
449         (add_bound_info): Use loc_descriptor_from_tree.
450
451 2000-10-31  Neil Booth  <neilb@earthling.net>
452
453         * cpp.texi: Update for new command line assertion syntax.
454         * cpplib.c (cpp_define): Simplify a bit.
455         (cpp_assert, cpp_unassert): Use handle_assertion.
456         (handle_assertion): New function; accept new command line
457         syntax with '='.
458         * testsuite/gcc.dg/cpp/assert3.c: New tests.
459
460 2000-10-31  Neil Booth  <neilb@earthling.net>
461
462         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
463         undefined.  Remove #ifdef check.
464         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
465         Define STDC_0_IN_SYSTEM_HEADERS to 1.
466
467 2000-10-31  Jan Hubicka  <jh@suse.cz>
468             Jakub Jelinek  <jakub@redhat.com>
469
470         * config/i386/i386.h: Clarify CCNOmode description in comment.
471         (EXTRA_CC_MODES): Remove CCRCmode.
472         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
473         (put_condition_code, ix86_match_ccmode): Likewise.
474         (ix86_cc_mode): Likewise.  Fix comment.
475         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
476         * config/i386/i386.md: Add unspec 12 description.
477         (adddi3 split): Use unspec 12 instead of CCRCmode.
478         (addsi3_carry_rc): Remove.
479         (addsi3_cc, addqi3_cc): New patterns.
480         (addsi_3): Swap operands, match CCZmode.
481         (addsi_4): Rewritten.
482         (addsi_5): Renamed from addsi_6.
483         (addsi_6): Removed.
484         (addhi_3): Swap operands, match CCZmode.
485         (addhi_4): Rewritten.
486         (addhi_5): Renamed from addhi_6.
487         (addhi_6): Removed.
488         (addqi_3): Swap operands, match CCZmode.
489         (addqi_4): Rewritten.
490         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
491         (subsi3_carry_rc): Removed.
492         (iorqi_3): Use =q constraint for clobber.
493         (xorqi_cc_2): Likewise.
494         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
495         (x86_movsicc_0_m1_rc): Removed.
496         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
497
498 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
499
500         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
501         and decrement of complex types.
502
503 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
504
505         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
506         builtin fputs, ensure we still evaluate the stream in case it
507         has side-effects.
508
509 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
510
511         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
512         to expand_shift.
513
514 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
515
516         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
517         (fp_extended_operand, emit_fpscr_use): Likewise.
518         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
519         (fpul_operand): New function.
520         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
521         fp_extended_operand.  Add fpul_operand.
522         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
523         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
524         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
525         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
526         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
527         (divdf3_i): Likewise.
528         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
529         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
530         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
531         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
532         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
533
534 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
535
536         * config/i386/i386.c (ix86_init_builtins): Correct return type
537         building v4hi_ftype_v4hi_int_int tree node.
538         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
539         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
540
541         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
542         for operand 1.
543         (mmx__uavgv8qi3): Correct insn mnemonic.
544         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
545         (mmx_punpckhwd): Correct insn mnemonic.
546         (mmx_punpckhdq): Likewise.
547         (mmx_punpcklwd): Likewise.
548         (mmx_punpckldq): Likewise.
549         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
550         Renumber case labels to match the _mm_prefetch constants defined in
551         xmmintrin.h.
552
553         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
554         if the splitter didn't emit new insns.
555         Make sure we call cleanup_subreg_operands even when splitting the last
556         insn in a basic block.
557
558         * invoke.texi (Debugging Options): Describe -do.
559         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
560         (dump_file): Likewise.
561         (rest_of_compilation): Split .greg dump into .greg and .postreload.
562
563 2000-10-30  Neil Booth  <neilb@earthling.net>
564
565         * cppfiles.c (stack_include_file): Check for stacked contexts
566         here.
567         * cpphash.h (_cpp_do__Pragma): New prototype.
568         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
569
570         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
571         escaped newlines if !(buffer->from_stage3).
572         (_cpp_lex_token): Warn about missing newlines iff
573         !buffer->from_stage3.
574
575         * cpplib.c (get__Pragma_string, destringize,
576         _cpp_do__Pragma): New functions.
577         (run_directive): Set output_line for _Pragma to avoid line
578         markers in output.  Set from_stage3 and prevent macro expansion
579         for _Pragma and command-line options.  Check buffer exhaustion.
580         (cpp_push_buffer): Don't check for stacked macro contexts, as
581         this is perfectly legitimate for _Pragma.  Move the check to
582         stack_include_file instead. Set from_stage3 iff buffer is
583         preprocessed input.
584
585         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
586         unsigned. New boolean from_stage3.
587         (struct spec_nodes): Add n__Pragma.
588
589         * cppmacro.c (enter_macro_context): Flip sense of return value.
590         (_cpp_get_token): Handle _Pragma operator.
591
592 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
593
594         * gcc.texi:  The C++ standard isn't "draft" anymore.
595
596 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
597
598         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
599
600 2000-10-29  Neil Booth  <neilb@earthling.net>
601
602         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
603
604 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
605
606         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
607         fixinc/inclhack.def: Change comments mentioning C9X to refer to
608         C99 instead.
609
610         * invoke.texi: Document that -V will only work for very similar
611         versions of driver and compiler.
612
613 2000-10-29  Neil Booth  <neilb@earthling.net>
614
615         * cppmacro.c (_cpp_create_definition): Optimize the case of
616         a macro defined to itself.
617
618 2000-10-29  Neil Booth  <neilb@earthling.net>
619
620         * cpplex.c (save_comment): Don't store new lines in C++ comments.
621
622 2000-10-29  Michael Hayes  <mhayes@redhat.com>
623
624         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
625
626 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
627
628         * cpphash.c (cpp_forall_identifiers): Add context variable
629         for callback routine.
630         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
631         change.
632         (main): Call cpp_forall_identifiers with null context.
633         * cpplib.h (cpp_forall_identifiers): Update prototype.
634
635         * cppmain.c: Make `parse_in' and `print' static.
636
637 2000-10-28  Alan Modra <alan@linuxcare.com.au>
638
639         * c-decl.c (finish_function): Clear c_function_name_declared_p.
640
641 2000-10-28  Richard Henderson  <rth@redhat.com>
642
643         * regrename.c (scan_rtx_address): Frob action, not class,
644         when trying to disable optimization.
645
646 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
647
648         * c-semantics.c (make_rtl_for_local_static): Don't clobber
649         DECL_ASSEMBLER_NAME.
650
651 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
652
653         * configure.in: Determine and substitute gcc_version_full.
654         * configure: Regenerate.
655         * gccbug.in: Use it to give full version.  Don't allow
656         confidential PRs.
657
658 2000-10-28  Richard Henderson  <rth@redhat.com>
659
660         * recog.c (split_all_insns): Run cleanup_subreg_operands
661         after reload.
662
663         * regrename.c (regrename_optimize): Verify that all registers of
664         a multiple register mode are available.
665         (scan_rtx_address): Accept the mode of the address; all callers
666         changed.
667
668         * cpplib.c (run_directive): Fix prototype.
669
670 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
671
672         * reload.c (find_reloads): Distinguish "wins" so that we know whether
673         a given operand won because of a matching constraint or not; then use
674         that information to compute goal_alternative_matched properly.
675         * reload1.c (choose_reload_regs): Never set reload_override_in for an
676         optional reload.
677
678         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
679         accurate value for MULT.
680         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
681         2% or > 98% before using static branch prediction bits.
682
683 2000-10-28  Neil Booth  <neilb@earthling.net>
684
685         New macro expander.
686         
687         * cpplib.c (struct answer): New.
688         (struct if_stack): Use cpp_lexer_pos rather than line and col.
689         Rename cmacro mi_cmacro.
690         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
691         IN_I): New directive and flags.
692         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
693         parse_answer, parse_assertion, find_answer): New functions.
694         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
695         (lex_macro_node): New function to replace parse_ifdef and
696         get_define_node.
697
698         (_cpp_handle_directive): New function, combines _cpp_check_directive
699         and _cpp_check_linemarker.
700
701         (do_define, do_undef, parse_include, do_include, do_import,
702         do_include_next, read_line_number, do_line, do_ident, do_pragma,
703         do_pragma_once, do_pragma_poison, do_pragma_dependency):
704         Update for new token getting interface.
705
706         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
707         : Update for new multiple-include optimisation technique.
708         (do_elif): Don't forget to invalidate controlling macros.
709
710         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
711         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
712         Functions to handle assertions with the new token interface.
713         (do_assert, do_unassert): Use them.
714
715         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
716         Use run_directive.
717
718         (_cpp_init_stacks): Register directive names.  Don't register special
719         nodes.
720
721         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
722         new position recording regime.
723         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
724         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
725         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
726         (cpp_type2name): Move to cpplex.c.
727
728         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
729         (parse_defined): Update to handle new multiple include optimisation
730         method.  Remove poisoned identifier warning.
731         (parse_assertion, TYPE_NAME): Delete.
732         (lex): Update for multiple include optimisation, removal of
733         CPP_DEFINED, to use _cpp_test_assertion for assertions and
734         cpp_token_as_text.
735         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
736         (op_as_text): New function, to wrap cpp_token_as_text.
737
738         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
739         Update for MI optimisation.
740         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
741         segfault on diagnostic.
742         (_cpp_compare_file_date): Take a token rather than 3 args.
743         (cpp_read_file): Work correctly for zero-length files.
744
745         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
746         _cpp_init_hashtable and _cpp_cleanup_hashtable.
747         (cpp_lookup): Place identifiers at front of identifier pool
748         for _cpp_lookup_with_hash.
749         (_cpp_lookup_with_hash): Require identifiers to be at the front of
750         the identifier pool.  Commit the memory if not already in the
751         hash table.
752
753         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
754         Initialise various members of cpp_reader, memory pools, and the
755         special nodes.
756         (cpp_printer_init): Delete.
757         (cpp_cleanup): Update.
758         (struct builtin, builtin_array, initialize_builtins): Update for new
759         hashnode definition and builtin handling.
760         (cpp_start_read, cpp_finish): Don't take or initialise a
761         printer.  Update.
762
763         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
764         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
765         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
766         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
767         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
768         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
769         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
770         struct toklist, struct cpp_context, struct specnodes,
771         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
772         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
773         enum builtin_type, cpp_can_paste): New.
774         (struct cpp_token): Delete line and col members.
775         (struct cpp_buffer): New member output_lineno.
776         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
777         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
778         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
779         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
780         base_context, context, directive, mi_state, mi_if_not_defined,
781         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
782         mlstring_pos, macro_buffer, macro_buffer_len.
783         Delete members mls_line, mls_column, token_list, potential_control_macro,
784         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
785         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
786         save_parameter_spellings, need_newline, .
787         Change type of date, time and spec_nodes members.
788         Change prototypes for include and ident callbacks.
789         (struct cpp_hashnode): Change type of name.  Remove union members
790         expansion and code.  Add members macro, operator and builtin.
791
792         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
793         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
794         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
795         cpp_stop_lookahead): New prototypes.
796         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
797
798         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
799         Move from cpphash.h.
800
801         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
802         ufputs): Move to cpplib.h.
803         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
804         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
805         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
806         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
807         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
808         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
809         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
810         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
811         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
812         _cpp_parse_assertion, _cpp_find_answer): Delete.
813         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
814         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
815         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
816         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
817         _cpp_handle_directive, DSC): New.
818         (struct include_file): New member defined.
819
820         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
821         _cpp_compare_file_date): Update.
822         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
823         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
824         _cpp_cleanup_hashtable.
825
826         * Makefile.in: Remove cppoutput.c.
827         
828         * cppoutput.c: Delete
829
830         * fixheader.c (read_scan_file): Update for new cpp_get_token
831         prototype.
832         (recognized_function): New argument LINE.
833
834         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
835         new cpp_get_token prototype.
836
837         * scan.h (recognized_function): Update prototype.
838
839         * po/POTFILES.in: Remove cppoutput.c.
840         
841 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
842
843         * c-typeck.c (check_init_type_bitfields): Remove.
844         (constructor_incremental): Likewise.
845         (struct constructor_stack): Remove incremental bit.
846         (struct initializer_stack): Likewise.
847         (start_init): Don't play with constructor_incremental.
848         (finish_init): Likewise.
849         (really_start_incremental_init): Likewise.
850         (push_init_level): Likewise.
851         (pop_init_level): Likewise.
852         (output_init_level): Likewise.
853         (output_pending_init_elements): Likewise.
854
855 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
856
857         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
858         Improve error messages.  Correct parsing of 
859         #pragma pack(pop [,id]).  Do not check the user-supplied
860         alignment if we're popping.
861
862         * gcc.dg/pack-test-1.c: New test case.
863         * gcc.dg/pack-test-2.c: New test case.
864         * gcc.dg/pack-test-1.h: New file.
865
866 2000-10-27  Neil Booth  <neilb@earthling.net>
867
868         * cpp.texi: Update.
869
870 2000-10-27  Kelley Cook <kelley.cook@home.com>
871
872         * invoke.texi: Document -mintel-syntax
873
874 2000-10-27  Richard Henderson  <rth@redhat.com>
875
876         * invoke.texi: Document -frename-registers.  Add it to -O3.
877         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
878         (enum dump_file_index, dump_file): Update order.
879         (main): Set flag_rename_registers at -O3.
880
881 2000-10-27  Richard Henderson  <rth@redhat.com>
882
883         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
884         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
885         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
886         * config/alpha/alpha.md (call_osf_1): Use it.
887         (call_value_osf_1): Likewise.
888
889         * config/ia64/ia64.c: Revert 10-23 patch.
890         (ia64_hard_regno_rename_ok): New.
891         * config/ia64/ia64-protos.h: Declare it.
892         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
893
894 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
895             Richard Henderson  <rth@redhat.com>
896
897         * regrename.c: Rewrite to handle multi-register modes and
898         cond_exec instructions.
899         * Makefile.in (regrename.o): Update dependancies.
900         * recog.h (struct operand_alternative): Add is_address.
901         * recog.c (preprocess_constraints) [case 'p']: Set it.
902
903 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
904
905         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
906         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
907         top level.  Kill oldstyle_subdirs.  Do not include
908         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
909         $outputs.  Do not run configure.lang from config.status.
910         Rearrange warning-flag logic to correspond to what the
911         makefile wants.  Put special vax stage1 options in
912         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
913         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
914         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
915         switch is given, nothing otherwise.
916         * configure.lang: Delete.
917
918         * Makefile.in: Expunge all traces of extra_c_objs,
919         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
920         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
921         warning options via a three level scheme so that -pedantic and
922         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
923         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
924         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
925         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
926         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
927         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
928         generation rules.  Wrap all rules that change the current
929         directory in parentheses; pmake doesn't spawn a new shell for
930         each command.  Expunge all references to $(P).  When one
931         command depends on another and they're run all at once, use &&
932         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
933         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
934         and beyond.
935
936         * objc/Make-lang.in: Wrap all rules that change the current
937         directory in parentheses.  Expunge all references to $(P).
938         When one command depends on another and they're run all at
939         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
940         all object-file generation rules.  Delete obsolete variables.
941         * objc/Makefile.in: Delete.
942
943 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
944
945         * calls.c (expand_call): If sibcall_failure is set during pass 1,
946         clear tail_call_insns as well.
947
948 2000-10-27  Nick Clifton  <nickc@redhat.com>
949
950         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
951         prototype.
952
953 2000-10-26  Richard Henderson  <rth@redhat.com>
954
955         * calls.c (expand_call): Supress sibcall if we have a
956         BLKmode return in registers.
957
958 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
959
960         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
961         into memory.
962
963 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
964
965         * tree.c (make_node, case 't'): Set alignment to that of
966         char_type_node.
967         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
968
969 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
970
971         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
972         * configure.in (enable-libstdcxx-v3): Arrange to have
973         HAVE_LIBSTDCXX_V3 substituted into the output files.
974
975 2000-10-25  Richard Henderson  <rth@redhat.com>
976
977         * recog.c (constrain_operands): Initialize which_alternative
978         before no alternatives early exit.
979
980         * cse.c (find_comparison_args): Check that we can reverse a
981         comparison if needed before accepting the substitution.
982
983         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
984
985         * simplify-rtx.c (simplify_relational_operation): Sign extend
986         low words before sign extending to high words.
987
988 2000-10-25  Nick Clifton  <nickc@redhat.com>
989
990         * config/mcore/mcore.c: Include config.h before system.h.
991
992 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
993
994         * config/mcore/mcore.md (return): Force function epilogue to
995         always be generated to work around epilogue suppression bug in
996         M*Core backend.
997
998 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
999
1000         * c-decl.c (grokdeclarator): Move warning for qualified void
1001         return types with -pedantic to when the function type is
1002         constructed.  At -W, warn in general for qualified function return
1003         types, except for volatile void.
1004         * invoke.texi: Document this new warning at -W.
1005
1006 2000-10-25  Neil Booth  <neilb@earthling.net>
1007
1008         * cpp.texi: Update with implementation-defined behavior and
1009         internal limits.
1010
1011 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
1012
1013         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
1014         incomplete type force it into alias set 0.
1015
1016 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
1017
1018         * alias.c: Include basic-block.h.
1019         (loop_p): New function.
1020         (mark_constant_function): Use it.
1021         * Makefile.in (alias.o): Update dependencies.
1022
1023 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
1024
1025         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
1026         like memory.
1027
1028 2000-10-24  Jim Wilson  <wilson@cygnus.com>
1029
1030         * expmed.c (store_bit_field): Move integer pun code down after
1031         code that calls emit_move_insn for entire register move.
1032         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
1033         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
1034
1035 2000-10-24  Richard Henderson  <rth@cygnus.com>
1036
1037         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
1038         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
1039
1040 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
1041
1042         * gcse.c (cprop_insn): do not propagate constants into jump_insn
1043         for machines with CC0 more than once.
1044
1045 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
1046
1047         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
1048         pseudos just like memory.
1049
1050 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
1051
1052         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
1053         when deleting libcall sequence collapsed to a single instruction.
1054
1055 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
1056
1057         * expr.c (do_store_flag): Don't crash if either side of a
1058         comparison is error_mark_node.
1059
1060 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
1061
1062         * sibcall.c (purge_mem_unchanging_flag): New function.
1063         (optimize_sibling_and_tail_recursive_calls): Call it.
1064
1065 2000-10-24  Philipp Thomas  <pthomas@suse.de>
1066
1067         * Makefile.in (check-po): New target for doing checks in the po
1068         subdir if all languages configured.
1069         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
1070         configure if NLS is enabled.
1071         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
1072         otherwise leave empty.
1073         * configure: Regenerate.
1074
1075 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
1076
1077         * i386.c (print_operand): Handle new 'A' formatting code.
1078         387 opcodes need suffixes even with -mintel-syntax.
1079         Check for explicit size override (codes 'b', 'w' and 'k').
1080         (print_operand_address): Check if register prefix is needed when
1081         emitting `ds' segment override.
1082         * i386.h: Add comment about new 'A' formatting code.
1083         * i386.md (jump and call patterns): Emit absolute references using %A.
1084
1085 2000-10-23  Richard Henderson  <rth@cygnus.com>
1086
1087         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
1088         output registers as fixed.
1089         (ia64_function_epilogue): Undo output fixation.
1090
1091 2000-10-23  Richard Henderson  <rth@cygnus.com>
1092
1093         * config/alpha/alpha.md: Add names for all unnamed insns; use
1094         define_insn_and_split in some obvious places.
1095         (lda): Remove.
1096         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
1097         (zero_extendqisi2, zero_extendqidi2): Likewise.
1098         (zero_extendhisi2, zero_extendhidi2): Likewise.
1099         (abs splitters): Fix match_scratch operand number.
1100         (bcc_reverse): Swap pc & label instead of non-canonical compare.
1101
1102 2000-10-23  Jim Wilson  <wilson@cygnus.com>
1103
1104         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
1105         CONST_INT.
1106         * ia64.md (cmpsi_adjusted): Use %r3.
1107         (cmpdi_adjusted): Likewise.
1108
1109 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
1110
1111         * config/i386/att.h (ASM_FILE_START): Define.
1112
1113 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
1114
1115         * config/i386/linux.h (ASM_FILE_START): Define.
1116
1117 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
1118
1119         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
1120         since this (only) drags in a crt0.o reference that the .ld files
1121         also introduce.
1122
1123 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
1124
1125         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
1126         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
1127         reloads just like an RELOAD_FOR_OUTPUT would.
1128
1129         * local-alloc.c (update_equiv_regs): Add an abort().  When
1130         deleting or moving insns, update reg_equiv[regno].init_insns.
1131
1132 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
1133
1134         * c-tree.texi: Improve documentation for IF_STMTs and related
1135         conditional statements.
1136
1137 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
1138
1139         * expr.c (do_preexpand_calls): Remove.
1140         (same_from_p): Don't use CALL_EXPR_RTL.
1141         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
1142         (preexpand_calls): Remove.
1143         * tree.c (first_rtl_op): Remove CALL_EXPR case.
1144         (unsave_expr_1): Likewise.
1145         * tree.def (CALL_EXPR): Give it only two slots.
1146         * tree.h (CALL_EXPR_RTL): Remove.
1147
1148 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
1149
1150         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
1151         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
1152         New functions.
1153
1154 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
1155
1156         * calls.c (combine_pending_stack_adjustment_and_call): Don't
1157         adjust stack when unadjusted_alignment ends up as zero.
1158
1159 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1160
1161         * fixinc/genfixes: Remove EGCS reference.
1162         * install.texi: Remove EGCS reference.
1163         * INSTALL: Regenerate.
1164
1165 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
1166
1167         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
1168
1169 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1170
1171         * diagnostic.c: Remove EGCS reference in comment.
1172
1173 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1174
1175         * loop.c (strength_reduce): Fix error in last change.
1176
1177 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
1178
1179         * Makefile.in (SHLIB_NM_FLAGS): New.
1180         (libgcc.mk): Pass it.
1181         * mklibgcc.in (libgcc.map): Use it.
1182
1183         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
1184         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
1185
1186 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1187
1188         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
1189
1190         * sparc.c (load_pic_register): Delete unused varaible.
1191
1192         * libgcc2.c (__addvsi3): Delete unused variable.
1193
1194         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
1195         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
1196         __negvdi2): Prototype.
1197
1198         * ssa.c (apply_delayed_renames): Avoid undefined operation.
1199
1200         * toplev.c (display_target_options): Make static to match
1201         prototype.  Delete empty declaration.
1202
1203 2000-10-20  Tom Tromey  <tromey@cygnus.com>
1204
1205         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
1206         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
1207
1208 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1209
1210         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
1211         returned MEM.
1212         (expand_expr_unaligned, case ARRAY_REF): Check that index is
1213         a constant before comparing it; use tree_low_cst.
1214         * tree.c (save_expr): Set TREE_READONLY.
1215         (substitute_expr): Return inside of NON_LVALUE_EXPR.
1216         (build, build1): Set TREE_READONLY if all operands are.
1217         (build_index_type): If upper bound is a negative number, lower
1218         bound is zero and sizetype is unsigned, use upper bound of one and
1219         lower of zero.
1220
1221 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
1222
1223         * gcc.c (process_command, main): Use "because" instead of
1224         "since" in error messages.
1225
1226 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1227
1228         * stor-layout.c (compute_record_mode): Use tree_low_cst.
1229         Don't use mode of field for record unless sizes are the same.
1230         (layout_type, case ARRAY_TYPE): Remove special bounds handling
1231         previously added for Ada; also change to using host_integerp
1232         and tree_low_cst.
1233
1234         * loop.c (strength_reduce): Show when new register made for
1235         giv is known to be a pointer and its aligment if so and known.
1236         (loop_dump_aux): Show VERBOSE parameter unused.
1237
1238         * gcse.c (set_hash_table_size): Now unsigned.
1239         * sdbout.c (template_name_p): Add "const" to avoid warnings.
1240         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
1241         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
1242         (sdbout_end_epilogue): Remove variable NAME.
1243         * system.h (getopt): Add default definition.
1244         * config/alpha/alpha.c (print_operand): Don't continue processing
1245         after issuing error.
1246         (summarize_insn): Avoid use of UL in constant.
1247
1248         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
1249
1250         * fold-const.c (force_fit_type): Unsigned values can overflow
1251         if they are sizetype.
1252         (int_const_binop): Don't use cache if overflows.
1253
1254 2000-10-20  Richard Henderson  <rth@cygnus.com>
1255
1256         * function.c (locate_and_pad_parm): Zero alignment_pad.
1257
1258         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
1259         perform substitutions, and apply_change_group to see if it worked.
1260
1261 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1262
1263         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
1264
1265         * combine.c (struct undo): Change int to unsigned int.
1266         (do_SUBST_INT): Args are unsigned int.
1267         (make_extraction, force_to_mode): Use proper type when forming mask.
1268         (make_field_assignment): Likewise.
1269
1270 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1271
1272         * c-common.c (check_format_info_recurse): Extract string constant
1273         initializers from non-volatile constant arrays and check them as
1274         formats.
1275         * c-typeck.c (decl_constant_value): Don't check pedantic or check
1276         for DECL_MODE (decl) != BLKmode.
1277         (decl_constant_value_for_broken_optimization): New function which
1278         includes these checks.
1279         (default_conversion, convert_for_assignment, digest_init): Use
1280         decl_constant_value_for_broken_optimization instead of
1281         decl_constant_value.
1282
1283 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
1284
1285         * tree.h (DECL_ALIGN_UNIT): New macro.
1286
1287 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
1288
1289         * config/avr/avr-protos.h (avr_output_bld): New.
1290         (out_shift_with_cnt): Add t_len argument.
1291         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
1292         (output_movqi, output_movhi, output_movsisf): Optimize loading
1293         any constant with exactly one bit set to NO_LD_REGS.
1294         (out_shift_with_cnt): Optimize output code for size or speed,
1295         depending on optimize_size.  Handle small shift counts as well
1296         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
1297         with or without a scratch register, with help of __tmp_reg__
1298         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
1299         length of TEMPLATE in words, return total insn length in *LEN.
1300         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
1301         out_shift_with_cnt to work with the above change.
1302         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
1303         lshrsi3_out): Likewise.  Optimize more known shift count cases.
1304         Remove cases already well optimized in out_shift_with_cnt.
1305         (avr_output_bld): New function.
1306         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
1307         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
1308         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
1309         Add reload_completed to insn condition - only for peepholes.
1310         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
1311         in a register or memory.
1312         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
1313         Do not require a scratch register.
1314         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
1315         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
1316         Optimize shifts by known count using a scratch register, but only
1317         if one is still available after register allocation.
1318
1319 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1320
1321         * t-vax: New file.  Don't build modules from libgcc1.c.
1322
1323 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
1324
1325         * alias.c: (mark_constant_function): Don't check pure functions.
1326         Initialize and end alias analysis.
1327         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
1328         Don't make a special exception for recursion.  Handle
1329         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
1330         unless it's volatile.
1331
1332         * local-alloc.c (equivalence): New structure.
1333         (reg_equiv): Define.
1334         (contains_replace_regs): Remove array and use
1335         field in reg_equiv.
1336         (memref_referenced_p): Likewise.
1337         (no_equiv): Likewise.
1338         (update_equiv_regs): Likewise.
1339
1340         (equiv_init_varies_p,
1341         equiv_init_movable_p): New functions.
1342         (update_equiv_regs): Use them.  Use rtx_varies_p
1343         instead of function_invariant_p.  Process insns
1344         from end to beginning.  Allow a REG_EQUIV insn
1345         within the same loop as a use to be moved, also
1346         allow it to be moved out of a loop.  Update
1347         REG_DEAD notes when substituting into an insn.
1348
1349 2000-10-19  Jim Wilson  <wilson@cygnus.com>
1350
1351         * c-decl.c (start_decl): Check for error_mark_node type before using
1352         COMPLETE_TYPE_P.
1353         (finish_decl): Likewise.  Don't give an error if decl type is
1354         already error_mark_node.
1355
1356         * haifa-sched.c (compute_trg_info): Add explanatory comments.
1357         New local update_blocks.  Use update_blocks to remove duplicates
1358         when computing update blocks.  Check for bblst_table overflow.
1359         (schedule_block): Add explanatory comment.  Reduce bblst_size by
1360         factor of 2.
1361         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
1362         notes.
1363
1364 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
1365
1366         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
1367
1368 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
1369
1370         * expmed.c: Minor corrections in comments.
1371         * invoke.texi: Added desciption for the new option -ftrapv.
1372
1373 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
1374
1375         * libgcc2.c: Added the missing #endif.
1376
1377 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1378
1379         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
1380
1381 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
1382
1383         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
1384         Use smulv_optab for -ftrapv.
1385         (expand_mult_highpart): Use unsigned multiply.
1386         (expand_divmod): Special-case division by -1.
1387         For EXACT_DIV_EXPR, do right shift first, then the multiply.
1388         For complex divide, use abs with unsigned result.
1389         * expr.c (force_operand): Use unsigned multiply.
1390         (expand_expr): Use overflow-trapping optabs for signed types if
1391         flag_trapv.
1392         If flag_trapv, don't generate a recursive call with EXPAND_SUM
1393         if the type is signed and the original call wasn't EXPAND_SUM or
1394         EXPAND_INITIALIZER.
1395         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
1396         (negv_optab, absv_optab): Declare.
1397         * flags.h (flag_trapv): Declare.
1398         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
1399         smulv_optab, sdivv_optab, negv_optab and absv_optab.
1400         (gen_insn): Interpret '$P' as requiring an integer mode,
1401         including partial integer modes.
1402         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
1403         (product_cheap_p): Use unsigned expand_mult.
1404         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
1405         (negv_optab, absv_optab): Define.
1406         (expand_binop): Use overflow-trapping optabs for signed types if
1407         flag_trapv.
1408         Handle negv_optab libe neg_optab.
1409         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
1410         Use overflow-trapping optabs for signed result if flag_trapv.
1411         (expand_complex_abs): Use overflow-trapping optabs for signed types if
1412         flag_trapv.
1413         Don't open-code complex absolute-value operation for flag_trapv.
1414         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
1415         sdivv_optab, negv_optab and absv_optab.
1416         * toplev.c (flag_trapv): Define.
1417         (lang_independent_options f_options): Include flag_trapv.
1418         * tree.h (TYPE_TRAP_SIGNED): Define.
1419         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
1420         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
1421         New functions.
1422         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
1423         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
1424
1425 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
1426             David V. Henkel-Wallace  <gumby@cygnus.com>
1427
1428         * config/i386/t-netware: Bring in from the Red Hat tree.
1429         * config/i386/netware.h: Likewise.
1430         * config/netware.h: Likewise.
1431         * config/rs6000/netware.h: Delete.
1432         * configure.in: Add i[34567]86-*-netware.
1433         * configure: Hand-edit to match configure.in change.
1434
1435 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
1436
1437         * c-common.h (flag_no_builtin): Declare.
1438         (flag_no_nonansi_builtin): Likewise.
1439         (c_common_nodes_and_builtins): Change prototype.
1440         * c-common.c (flag_no_builtin): New variable.
1441         (flag_no_nonansi_builtin): Likewise.
1442         (c_common_nodes_and_builtins): Remove parameters.  Adjust
1443         accordingly.
1444         * c-decl.c (flag_no_builtin): Remove.
1445         (flag_no_nonansi_builtin): Likewise.
1446         (init_decl_processing): Adjust call to
1447         c_common_nodes_and_builtins.
1448
1449 2000-10-18  Marc Espie <espie@openbsd.org>
1450
1451         * tm.texi (LIBGCC_SPEC): Synch with reality.
1452
1453 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1454
1455         * c-common.c (check_format_types): Check for writing through a
1456         NULL pointer argument.
1457
1458 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
1459
1460         * tm.texi (Exception Region Output): Document
1461         DWARF_CIE_DATA_ALIGNMENT.
1462         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
1463         #ifndef.
1464         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
1465         DWARF_CIE_DATA_ALIGNMENT.
1466
1467 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
1468
1469         * basic-block.h (struct loop): Delete fields pre_header_root
1470         and pre_header_trace and replace with pre_header_edges
1471         and num_pre_header_edges.
1472         * flow.c (flow_loop_dump): Dump pre_header_edges.
1473         (flow_loops_free): Free pre_header_edges.
1474         (flow_loop_pre_header_scan): Calculate pre_header_edges.
1475
1476 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1477
1478         * contrib.texi: Update references to steering committee members
1479         and Jeff Law's entry.
1480
1481 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1482
1483         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
1484         (maybe_read_dollar_number, check_format_info_main): Use them for
1485         pedantic warning messages.
1486
1487 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1488
1489         * c-common.c (check_format_info_main): Minor cleanup: move
1490         variables into inner scopes; initialize declarations where
1491         appropriate; don't hardcode "scanf" name on warning for zero
1492         width.
1493
1494 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
1495
1496         * c-common.c (back_end_hook): New variable.
1497         * c-common.h (back_end_hook): Declare it.
1498         * c-lang.c (finish_file): Use it.
1499
1500         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
1501         earlier.
1502
1503 2000-10-18  Jan Hubicka  <jh@suse.cz>
1504
1505         * i386.c (ix86_comparison_operator, put_condition_code,
1506         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
1507         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
1508         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
1509         * i386.md (adddi and negdi splitter): Use CCRCmode.
1510         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
1511         (subsi3_carry): add '*'
1512         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
1513         (cmp to add peep2): Use CCRCmode; swap operands.
1514
1515 2000-10-18  Kazu Hirata  <kazu@hxi.com>
1516
1517         * h8300.c: Fix a comment typo.
1518         (round_frame_size): New.
1519         (compute_saved_regs): Likewise.
1520         (push): Likewise.
1521         (pop): Likewise.
1522         (push_order): Remove.
1523         (pop_order): Likewise.
1524         (function_prologue): Rearrange code for readability.
1525         (function_epilogue): Likewise.
1526
1527         * config/h8300/h8300.md: Remove an unnecessary sign_extend
1528         expander that is used when not optimizing.  Output a tab after
1529         each assembly insns.
1530
1531         * reorg.c: Fix formatting.
1532
1533 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
1534
1535         * reload1.c (move2add_note_store): Check for simple
1536         auto-inc in destination.
1537
1538 2000-10-17  Michael Chastain  <chastain@redhat.com>
1539
1540         * config/i386/i386-aout.h: define INT_ASM_OP.
1541
1542 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
1543
1544         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
1545
1546 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
1547
1548         * i370.md: Fix spelling typo.
1549
1550 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1551
1552         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
1553         Fixes execute/20001017-1.c on powerpc-linux-gnu.
1554
1555         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
1556         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
1557         LABEL_REF.
1558
1559         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
1560         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
1561         here...
1562         * rs6000/aix.h: ...to here.
1563         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
1564
1565 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
1566
1567         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
1568
1569         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
1570         sure linker can relax even the delay slot mov %g1,%o7, fix output
1571         formating.
1572
1573 2000-10-17  Kazu Hirata  <kazu@hxi.com>
1574
1575         * config/h8300/h8300.md: Remove an unnecessary zero_extend
1576         expander that is used when not optimizing.  Output a tab after
1577         each assembly insns.
1578
1579 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
1580
1581         * gcc.c: New options --target-help.
1582         (process_command): Added code to parse this new option.
1583         * toplev.c (display_target_options): New function to support the
1584         above new option.
1585         * cppinit.c (new_pending_directive) : New option OPT_target__help.
1586         (cpp_handle_option): Support this new option.
1587         * invoke.texi: Added notes about --target-help option.
1588
1589 2000-10-17  Graham Stott  <grahams@redhat.com>
1590
1591         * config/i386/i386.md (testqi_1): Add missing operand prefix
1592         for operand 0.
1593         * config/i386/i386-protos.h: Add missing prototype.
1594
1595 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
1596
1597         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
1598         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
1599         using -mintel-syntax.
1600
1601 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1602
1603         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
1604         (format_types): Use it for printf.
1605         (maybe_read_dollar_number): Add parameter for the kind of format
1606         involved.  Warn for multiple use for arguments if this is
1607         inappropriate for the kind of format involved.
1608         (check_format_info_main): Update calls to maybe_read_dollar_number.
1609
1610 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1611
1612         * inclhack.def (hpux_maxint): Also apply fix to values.h.
1613         * fixincl.x: Rebuilt.
1614
1615 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
1616
1617         * genrecog.c (write_switch): Return the first condition that needs a
1618         label.
1619
1620 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
1621
1622         * c-tree.h (warn_sequence_point): Move declaration to...
1623         * c-common.h (warn_sequence_point): ... here.
1624         * c-decl.c (warn_sequence_point): Move definition to...
1625         * c-common.c (warn_sequence_point): ... here.
1626         (struct reverse_tree): New.
1627         (reverse_list, reverse_max_depth): New static variables.
1628         (build_reverse_tree, common_ancestor, modify_ok
1629         verify_sequence_points): New functions.
1630         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
1631         * c-typeck.c (check_modify_expr): Delete.
1632         (build_modify_expr): Don't call it.
1633
1634 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1635
1636         * c-common.h (warn_missing_format_attribute): New variable.
1637         * c-decl.c (warn_missing_format_attribute): New variable.
1638         (c_decode_option): Decode -Wmissing-format-attribute and
1639         -Wno-missing-format-attribute.
1640         * c-common.c (check_function_format): If
1641         -Wmissing-format-attribute, give a warning where a vprintf or
1642         vscanf function is called by a function without its own printf or
1643         scanf attribute.
1644         * toplev.c (documented_lang_options): Add
1645         -Wmissing-format-attribute.
1646         * invoke.texi: Document -Wmissing-format-attribute.
1647
1648 2000-10-17  Marc Espie <espie@openbsd.org>
1649
1650         * invoke.texi (-shared): Insist on requiring code generation flags
1651         to be used along with -shared, and document the subtle failure that
1652         may occur otherwise.
1653
1654 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1655
1656         * pa.md (return_internal): Move `use' after `return'.
1657
1658 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1659
1660         * machmode.def: Correct comment.
1661
1662 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
1663
1664         * print-rtl.c (print_rtx_head): Constify.
1665         * rtl.h (print_rtx_head): Similarly.
1666
1667         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
1668         Constify char * return value.
1669         * config/pa/pa/pa.c
1670         (output_64bit_and, output_64bit_ior): Constify char * return value.
1671         (pa_can_combine_p): Make static.
1672         (function_arg): Decorate unused `named' argument. Fix comment typo.
1673         (function_arg_partial_nregs): Decorate unused `named' argument.
1674
1675 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1676
1677         * c-common.c (format_check_results): New structure.
1678         (finish_dollar_format_checking): Adjust to take a
1679         format_check_results * parameter.
1680         (check_format_info, check_format_info_recurse,
1681         check_format_info_main): Split check_format_info into three
1682         functions, the main checking going in check_format_info_main.
1683         Recurse when any reduction of the format string argument towards a
1684         string literal is done; go down both branches of a conditional
1685         expression.  Don't warn for extra format arguments or empty format
1686         strings if they only occur in some branches of a conditional
1687         expression.
1688
1689 2000-10-16  Kazu Hirata  <kazu@hxi.com>
1690
1691         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
1692
1693 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
1694
1695         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
1696
1697 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
1698
1699         * i386.md (*movsi_or): Switch operand order for intel syntax.
1700
1701 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1702
1703         * PROBLEMS: Remove.
1704
1705         * gcc.texi (Contributing): Update.
1706
1707 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
1708
1709         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
1710         appropriate assembler dialect.
1711
1712 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
1713
1714         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
1715
1716 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
1717
1718         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
1719         constants 1 and 2 to NO_LD_REGS.
1720
1721 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1722
1723         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
1724
1725         * objc/Make-lang.in (objc-parse.c): Likewise.
1726
1727 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
1728
1729         * arm.c: Include obstack.h
1730         (minipool_obstack, minipool_startobj): Define.
1731         (arm_add_gc_roots): Initialize them.
1732         (create_fix_barrier): Use our new obstack.
1733         (push_minipool_barrier, push_minipool_fix): Likewise.
1734         (arm_reorg): Release obstack memory.
1735
1736 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
1737
1738         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
1739         (prologue, exception_receiver, builtin_setjmp_receiver): New
1740         patterns.
1741         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
1742         * config/sparc/sparc-protos.h (finalize_pic): Remove.
1743         (load_pic_register): New prototype.
1744         * config/sparc/sparc.c (pic_setup_code): Remove.
1745         (finalize_pic): Rename to...
1746         (load_pic_register): ...this function.
1747         Don't look for nonlocal_goto_receivers and emit pic setup code
1748         directly.  Don't check current_function_uses_pic_offset_table.
1749
1750 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
1751
1752         * tree.h (struct obstack): Declare.
1753
1754 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
1755
1756         Remove obstacks.
1757         * Makefile.in (ggc-callbacks.o): Remove target.
1758         (flow.o): Depend on GGC_H.
1759         * alias.c (init_alias_analysis):
1760         Remove ggc_p conditionals.
1761         (end_alias_analysis): Likewise.
1762         * basic-block.h (init_flow): New function.
1763         (allocate_reg_life_data): Declare.
1764         * bb-reorder.c  (function_obstack): Replace with ...
1765         (flow_obstack): ... new variable.
1766         (fixup_reorder_chain): Use it.
1767         * c-decl.c (ggc_p): Remove.
1768         (caller-save.c): Don't call oballoc/obfree.
1769         * combine.c (struct
1770         undobuf): Remove storage.
1771         (try_combine): Don't call oballoc.
1772         (undo_all): Don't call obfree.
1773         * cse.c (insert): Use xmalloc, not
1774         oballoc.
1775         (cse_main): Adjust accordingly.
1776         * dwarf2out.c (save_rtx): Remove
1777         obstack code.
1778         (dwarf2out_init): Remove ggc_p conditionals.
1779         * emit-rtl.c (rtl_obstack): Remove.
1780         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
1781         (make_insn_raw): Likewise.
1782         (emit_insn_before): Likewise.
1783         (emit_insn_after): Likewise.
1784         (emit_insn): Likewise.
1785         (gen_sequence): Likewise.
1786         (copy_insn_1): Remove handling of `b' RTL components.
1787         (init_emit_once): Remove ggc_p conditionals.
1788         * except.c (create_rethrow_ref): Don't fool with obstacks.
1789         (add_partial_entry): Likewise.
1790         (call_get_eh_context): Likewise.
1791         (begin_protect_partials): Likewise.
1792         (protect_with_terminate): Likewise.
1793         * explow.c
1794         (plus_constant_wide): Likewise.
1795         * expr.c (init_expr_once):
1796         Likewise.
1797         (emit_block_move): Likewise.
1798         (clear_storage): Likewise.
1799         (expand_expr): Likewise.
1800         * flow.c (function_obstack): Remove.
1801         (flow_obstack): New variable.
1802         (flow_firstobj): Likewise.
1803         (create_base_block): Use the flow_obstack.
1804         (split_block): Likewise.
1805         (split_edge): Likewise.
1806         (calculate_global_regs_live): Likewise.
1807         (allocate_bb_life_data): Make it static.  Likewiwse.
1808         (init_flow): New function.
1809         (size_int_type_wide): Remove ggc_p conditionals.
1810         * function.c
1811         (push_function_context_to): Don't call save_tree_status.
1812         (pop_function_context_from): Or restore_tree_status.
1813         (assign_stack_local_1): Don't call push_obstacks.
1814         (find_fixup_replacement): Use xmalloc.
1815         (fixup_var_refs_insns): Free the storage.
1816         (insns_for_mem_walk): Don't mess with obstacks.
1817         (instantiate_decls): Likewise.
1818         (trampoline_address): Likewise.
1819         (expand_function_end): Likewise.
1820         * function.h (sturct function):
1821         Remove obstack-related variables.
1822         (save_tree_status): Don't declare.
1823         (restore_tree_status): Likewise.
1824         * gcse.c (compute_can_copy):
1825         Don't call oballoc/obfree.
1826         * genattrtab.c (operate_exp): Remove
1827         ggc_p conditionals.
1828         (simplify_cond): Likewise.
1829         (simplify_test_exp): Don't mess with obstacks.
1830         (optimize_attrs): Likewise.
1831         * gengenrtl.c (gendef): Don't include
1832         ggc_p conditionals.
1833         * ggc-callbacks.c (ggc_p): Remove.
1834         * ggc-none.c (ggc_p): Remove.
1835         * ggc.h (ggc_p): Don't declare.
1836         * integrate.c (save_for_inline): Don't mess with obstacks.
1837         (integrate_decl_tree): Likewise.
1838         (output_inline_function): Likewise.
1839         * lists.c
1840         (init_EXPR_INSN_LIST_cache): Likewise.
1841         * loop.c (temp_obstack):
1842         Remove.
1843         (rtl_obstack): Likewise.
1844         (init_loop): Don't mess with obstacks.
1845         (reg_address_cost): Free BIVs and GIVs.
1846         (check_insns_for_bivs): Use xmalloc, not oballoc.
1847         (find_mem_givs): Likewise.
1848         (record_biv): Likewise.
1849         (general_induction_var): Likewise.
1850         (product_cheap_p): Likewse.
1851         * optabs.c (init_one_libfunc): Remove
1852         ggc_p conditional.
1853         * print-tree.c (debug_tree): Don't use
1854         oballoc/obfree.
1855         (print_node): Likewise.
1856         * profile.c (output_func_start_profiler):
1857         Remove call to temporary_allocation.
1858         * reload1.c
1859         (eliminate_regs_in_insn): Don't mess with obstacks.
1860         * resource.c
1861         (mark_target_live_regs): Use xmalloc.
1862         (free_resource_info): Free the memory.
1863         * rtl.c (rtl_obstack):
1864         Remove.
1865         (rtvec_alloc): Don't mess with obstacks.
1866         (rtx_alloc): Likewise.
1867         (rtx_free): Remove.
1868         (copy_rtx): Don't handle `b' cases.
1869         (read_rtx): Use a local rtl_obstack.
1870         * rtl.h (oballoc): Remove.
1871         (obfree): Likewise.
1872         (pop_obstacks): Likewise.
1873         (push_obstacks): Likewise.
1874         (allocate_bb_life_data): Likewise.
1875         (allocate_reg_life_data): Likewise.
1876         (rtx_free): Likewise.
1877         * sdbout.c (sdbout_queue_anonymous_type):
1878         Use tree_cons, not saveable_tree_cons.
1879         * simplify-rtx.c
1880         (cselib_init): Don't mess with obstacks.
1881         * stmt.c
1882         (mark_block_nesting): Mark the label_chain.
1883         (epxand_label): Use ggc_alloc, not oballoc.
1884         (clear_last_expr): Don't mess with obstacks.
1885         (expand_decl_cleanup): Likewise.
1886         (expand_dcc_cleanup): Likewise.
1887         (expand_dhc_cleanup): Likewise.
1888         (expand_anon_union_decl): Likewise.
1889         (add_case_node): Use xmalloc, not oballoc.
1890         (free_case_nodes): New function.
1891         (expand_end_case): Call it.
1892         * stor-layout.c (layout_type): Don't
1893         mess with obstacks.
1894         (layout_type): Likewise.
1895         * toplev.c (wrapup_global_declarations):
1896         Likewise.
1897         (compile_file): Remove ggc_p conditionals.
1898         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
1899         (decode_f_option): Remove ggc_p conditionals.
1900         * tree.c
1901         (function_maybepermanent_obstack): Remove.
1902         (maybepermanent_obstack): Likewise.
1903         (function_obstack): Likewise.
1904         (tmeporary_obstack): Likewise.
1905         (momentary_obstack): Likewise.
1906         (temp_decl_obstack): Likewise.
1907         (saveable_obstack): Likewise.
1908         (rtl_obstack): Likewise.
1909         (current_obstack): Likewise.
1910         (expression_obstack): Likewise.
1911         (struct obstack_stack): Likewise.
1912         (obstack_stack): Likewise.
1913         (obstack_stack_obstack): Likewise.
1914         (maybepermanent_firstobj): Likewise.
1915         (temporary_firstobj): Likewise.
1916         (momentary_firstobj): Likewise.
1917         (temp_decl_firstobj): Likewise.
1918         (momentary_function_firstobj): Likewise.
1919         (all_types_permanent): Likewise.
1920         (struct momentary_level): Likewise.
1921         (momentary_stack): Likewise.
1922         (init_obstacks): Remove initialization of removed obstacks.
1923         (save_tree_status): Remove.
1924         (restore_tree_status): Likewise.
1925         (temporary_allocation): Liekwise.
1926         (end_temporary_allocation): Liekwise.
1927         (resume_temporary_allocation): Likewise.
1928         (saveable_allocation): Likewise.
1929         (push_obstacks): Likewise.
1930         (push_obstacks_nochange): Likewise.
1931         (pop_obstacks): Likewise.
1932         (allocation_temporary_p): Likewise.
1933         (permanent_allocation): Likewise.
1934         (preserve_data): Likewise.
1935         (preserve_initializer): Likewise.
1936         (rtl_in_current_obstack): Likewise.
1937         (rtl_in_saveable_obstack): Likewise.
1938         (oballoc): Likewise.
1939         (obfree): Likewise.
1940         (savealloc): Likewise.
1941         (expralloc): Likewise.
1942         (print_obstack_name): Likewise.
1943         (debug_obstack): Likewise.
1944         (object_permanent_p): Likewise.
1945         (push_momentary): Likewise.
1946         (perserve_momentary): Likewise.
1947         (clear_momentary): Likewise.
1948         (pop_momentary): Likewise.
1949         (pop_momentary_nofree): Likewise.
1950         (suspend_momentary): Likewise.
1951         (resume_momentary): Likewise.
1952         (make_node): Don't set TREE_PERMANENT.
1953         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
1954         Don't set TREE_PERMANENT.
1955         (get_identifier): Remove ggc_p conditionals.
1956         (build_string): Likewise.
1957         (make_tree_vec): Likewise.
1958         (build_decl_list): Remove.
1959         (build_expr_list): Likewise.
1960         (tree_cons): Remove ggc_p conditionals.
1961         (decl_tree_cons): Remove.
1962         (expr_tree_cons): Likewise.
1963         (perm_tree_cons): Likewise.
1964         (temp_tree_cons): Likewise.
1965         (saveable_tree_cons): Likewise.
1966         (build1): Remove ggc_p conditionals.
1967         (build_parse_node): Likewise.
1968         (build_type_attribute_variant): Don't mess with obstacks.
1969         (build_type_copy): Likewise.
1970         (type_hash_canon): Likewise.
1971         (build_pointer_type): Likewise.
1972         (build_reference_type): Likewise.
1973         (build_index_type): Likewise.
1974         (build_range_type): Likewise.
1975         (dump_tree_statistics): Don't print obstack information.
1976         * tree.h
1977         (struct tree_common): Remove permanent_flag.
1978         (TREE_PERMANENT): Remove.
1979         (TREE_SET_PERMANENT): Likewise.
1980         (TYPE_OBSTACK): Likewise.
1981         (struct tree_type): Remove obstack.
1982         (oballoc): Remove.
1983         (savealloc): Likewise.
1984         (build_decl_list): Likewise.
1985         (build_expr_list): Likewise.
1986         (perm_tree_cons): Likewise.
1987         (temp_tree_cons): Likewise.
1988         (saveable_tree_cons): Likewise.
1989         (decl_tree_cons): Likewise.
1990         (expr_tree_cons): Likewise.
1991         (suspend_momentary): Likewise.
1992         (allocation_temporary_p): Likewise.
1993         (resume_momentary): Likewise.
1994         (push_obstacks_nochange): Likewise.
1995         (permanent_allocation): Likewise.
1996         (push_momentary): Likewise.
1997         (clear_momentary): Likewise.
1998         (pop_momentary): Likewise.
1999         (end_temporary_allocation): Likewise.
2000         (pop_obstacks): Likewise.
2001         (push_obstacks): Likewise.
2002         (pop_momentary_nofree): LIkewise.
2003         (preserve_momentary): Likewise.
2004         (saveable_allocation): Likewise.
2005         (temporary_allocation): Likewise.
2006         (resume_temporary_allocation): Likewise.
2007         (perserve_initializer): Likewise.
2008         (debug_obstack): Likewise.
2009         (rtl_in_current_obstack): Likewise.
2010         (rtl_in_saveable_obstack): Likewise.
2011         (obfree): Likewise.
2012         * varasm.c (current_obstack): Remove.
2013         (saveable_obstack): Remove.
2014         (rtl_obstack): Remove.
2015         (immed_double_const): Don't mess with obstacks.
2016         (immed_real_cons): Likewise.
2017         (output_constant_def): Likewise.
2018         (init_varasm_status): Use xcalloc.
2019         (mark_pool_constant): Mark the pool constant itself.
2020         (free_varasm_status): Free memory.
2021         (decode_rtx_const): Call bzero directly, rather than expanding it
2022         inline.
2023         (record_rtx_const): Don't mess with obstacks.
2024         (force_const_mem): Likewise.
2025         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
2026         conditionals.
2027         (aof_pic_entry): Likewise.
2028         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
2029         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
2030         * config/pa/pa.c (saveable_obstack): Remove.
2031         (rtl_obstack): Likewise.
2032         (current_obstack): Likewise.
2033         (output_call): Don't mess with obstacks.
2034         (hppa_encode_label): Remove ggc_p conditionals.
2035         * config/romp/romp.c (get_symref): Don't mess with obstacks.
2036         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
2037         (rs6000_encode_section_info): Likewise.
2038         * config/sh/sh.c (get_fpscr_rtx): Likewise.
2039
2040 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
2041
2042         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
2043         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
2044         (addsi3_carry): Canonicalize.
2045         (addqi_5): Remove '*'.
2046         (sbb pattern): Canonicalize.
2047
2048         * i386.md (cmp to inc/add peep2): New.
2049
2050 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
2051
2052         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
2053         the exit block.
2054
2055 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2056
2057         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
2058         * README.TRAD, TESTS.FLUNK: Remove.
2059
2060 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2061
2062         * c-common.c (decl_attributes): Don't allow strftime formats with
2063         first_arg_num nonzero.
2064         (check_format_info): Set wanted_type and wanted_type_name to zero
2065         before they are possibly assigned and used.
2066
2067 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2068
2069         * c-common.c (scanf_flag_specs): Add flags ' and I.
2070         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
2071         or the ^ and # flags together.
2072         (scan_char_table): Handle the ' and I flags.
2073         (format_types): Add ' and I flags for scanf.
2074
2075 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2076
2077         * c-common.c (print_char_table): Use the unpromoted type for
2078         lengths "h" and "hh" with conversions dioxXu.
2079         (check_format_types): Apply the default argument promotions where
2080         the wanted type is not a pointer target.
2081
2082 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
2083             Joseph S. Myers  <jsm28@cam.ac.uk>
2084
2085         * c-typeck.c (check_modify_expr): New function.
2086         (build_modify_expr): Call it if warn_sequence_point.
2087         * c-decl.c (warn_sequence_point): New variable.
2088         (c_decode_option): Handle -Wsequence-point and
2089         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
2090         * c-tree.h (warn_sequence_point): Declare.
2091         * invoke.texi (-Wsequence-point): Document.
2092         * toplev.c (documented_lang_options): Add -Wsequence-point and
2093         -Wno-sequence-point.
2094         Original work by Michael Meeks, 16 Jun 1998.
2095
2096 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2097
2098         * tree.c (get_narrower): Don't look at precision of field if
2099         not laid out yet.
2100
2101 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
2102
2103         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
2104         declaration for data with "progmem" attribute.
2105
2106 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
2107
2108         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
2109         Correct insn length if shift count is a memory operand.
2110         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
2111         (*iorhi3_clobber): Change lo8 to hi8.
2112         (zero_extendhisi2): Change %B0 to %A1.
2113         (ashlhi3, ashrhi3): Correct insn length.
2114         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
2115         from "clobber" to "set_n" in some alternatives.
2116
2117 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
2118
2119         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
2120         remove its insn_chain structure as well.
2121
2122 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2123
2124         * dbxout.c (dbxout_source_line): Remove extra tab.
2125
2126 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
2127
2128         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
2129
2130 2000-10-09  Richard Henderson  <rth@cygnus.com>
2131
2132         * Makefile.in (LANG_LIB2FUNCS): Remove.
2133         (LIB2FUNCS): Remove _pure.
2134         (LIB2ADD): Remove LANG_LIB2FUNCS.
2135         (stage_a): Don't set LANG_LIB2FUNCS.
2136         * libgcc2.c (__terminate): Mark noreturn.
2137         (__pure_virtual): Remove.
2138         * mklibgcc.in: Remove LIB2ADD .txt processing.
2139
2140 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
2141
2142         * arm.md (push_multi): Revert unintended change.
2143
2144 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
2145
2146         * arm.c: Miscellaneous white space and comment clean-ups.  No
2147         functional change.
2148         * arm.md: Likewise.
2149
2150 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2151
2152         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
2153         STRING_CST by calling combine_strings.
2154
2155 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
2156
2157         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
2158         (thumb_output_move_mem_multiple): Support new insn format.
2159         * arm.md (movmem12b): Use SSA compatible format.
2160         (movmem8b): Likewise.
2161
2162 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
2163
2164         * arm.md (predicable): New attribute, default to "no".
2165         (all patterns): Mark as predicable if appropriate.
2166         (conditional execution splits): Split using predication format.
2167         (define_cond_exec): Define.
2168         * arm.c (arm_print_operand): handle insn predicate.
2169
2170 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2171
2172         * README.NS32K: Remove file.
2173
2174 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2175
2176         * README-bugs: Remove file.
2177
2178 2000-10-08  Philipp Thomas  <pthomas@suse.de>
2179         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
2180         for test.
2181         * configure: Rebuilt.
2182
2183 2000-10-08  Philipp Thomas  <pthomas@suse.de>
2184         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
2185         disable catalog building if no suitable program was found.
2186         Move warning message from here
2187         (AM_GNU_GETTEXT): To here.
2188         * configure: Rebuilt.
2189
2190 2000-10-08  Philipp Thomas  <pthomas@suse.de>
2191         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
2192         different cache variables.
2193         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
2194         uses different cache variables.
2195         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
2196         * configure: Regenerated.
2197
2198 2000-10-08  Richard Henderson  <rth@cygnus.com>
2199
2200         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
2201         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
2202         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
2203         Use SHLIB_EXT.
2204
2205         * config/t-linux (SHLIB_EXT): New.
2206         (SHLIB_LINK): Use the entire build command, with substitutions.
2207         (SHLIB_LIBS): Remove.
2208         * config/alpha/t-osf4: Likewise.
2209         * config/mips/t-iris6: Likewise.
2210         * config/sparc/t-sol2: Likewise, but move shlib stuff...
2211         * config/sparc/t-slibgcc-sld: ...here.
2212         * config/sparc/t-slibgcc: New file.
2213
2214 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2215
2216         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
2217         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
2218         CTI_UINTMAX_TYPE.
2219         (intmax_type_node, uintmax_type_node): Define.
2220         * c-common.c (decl_attributes): If pedantic, warn if `mode'
2221         attributes create a type wider than intmax_t.
2222         (T_IM, T_UIM): Define properly.
2223         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
2224         defined.
2225         (init_decl_processing): Initialize intmax_type_node and
2226         uintmax_type_node.
2227         * c-lex.c (lex_number): When pedantic and warning for integer
2228         constants that are too large, in C99 mode warn for those that have
2229         a type wider than long long.
2230
2231 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2232
2233         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
2234         FMT_FLAG_FANCY_PERCENT_OK): Define.
2235         (format_char_info): Add flag "4" to comment.
2236         (format_flag_spec, format_flag_pair): New structures.
2237         (format_kind_info): Add additional fields to control format
2238         checking.
2239         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
2240         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
2241         arrays.
2242         (time_char_table): Use "4" flag to handle %Ey.
2243         (format_types): Add entries for new fields.
2244         (get_flag_spec): New function.
2245         (check_format_info): Increase size of flag_chars[] to 256.
2246         Control format checking using the new fields of a format_kind_info
2247         and the new tables; remove all conditionals on printf_format_type,
2248         scanf_format_type or strftime_format_type.  Handle all details of
2249         bad combinations of flags (including width, precision and strftime
2250         modifiers) through data rather than ad hoc code.  Handle all
2251         details of standard versions in which flags appeared through
2252         data.  Use the "4" flag.
2253
2254 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
2255
2256         * config/h8300/h8300.md: Remove the memory alternative and correct
2257         the insn lengths in the templates for sign extention and zero
2258         extention.
2259
2260 2000-10-07  Richard Henderson  <rth@cygnus.com>
2261
2262         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
2263         * flow.c (make_edges): Revert last change.
2264
2265         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
2266         TREE_THIS_VOLATILE.
2267         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
2268
2269 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
2270
2271         * config/alpha/elf.h: Standardize the formatting.
2272
2273 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
2274
2275         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
2276         #undef.
2277
2278 2000-10-06  Richard Henderson  <rth@cygnus.com>
2279
2280         * function.c (diddle_return_value): Examine
2281         current_function_return_rtx instead of the DECL_RESULT.
2282         (expand_function_end): Handle reloading DECL_RESULT from memory
2283         into a hard register.  Query promote_mode for sign of mismatched
2284         modes.
2285
2286 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
2287
2288         * haifa-sched.c (schedule_insns): Fix typo in freeing
2289         forward_dependency_cache.
2290
2291 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
2292
2293         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
2294         `TARGET_SH2' as a condition.
2295
2296 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
2297
2298         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
2299         forward_dependency_cache): New variables.
2300         (add_dependence, remove_dependence): Use anti_dependency_cache and
2301         output_dependency_cache.
2302         (compute_block_forward_dependences): Use forward_dependency_cache.
2303         (schedule_insns): Allocate and free memory for anti/output/forward
2304         dependencies caches.
2305
2306 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
2307
2308         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
2309         `! TARGET_SH1'.  Reindent.
2310
2311 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2312
2313         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
2314         Move functions from here ...
2315
2316         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
2317         ... to here.
2318         (c_expand_builtin): New function.
2319         (init_function_format_info): Don't set `check_function_format_ptr'.
2320         (c_common_nodes_and_builtins): Set built_in_class type for
2321         printf/__builtin_printf to BUILT_IN_FRONTEND.
2322         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
2323
2324         * c-common.h (build_function_call): Declare.
2325
2326         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
2327         to `lang_expand_expr' rather than `expand_builtin'.
2328
2329         * tree.c (check_function_format_ptr): Delete.
2330
2331         * tree.h (check_function_format_ptr): Likewise.
2332
2333 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
2334
2335         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
2336         DW_OP_bregx when cfa->reg > 31.
2337
2338         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
2339         break.
2340
2341 2000-10-05  Richard Henderson  <rth@cygnus.com>
2342
2343         * c-decl.c (warn_missing_noreturn): Remove.
2344         (c_expand_body): Don't set or check can_reach_end.
2345         * c-tree.h (warn_missing_noreturn): Move ...
2346         * flags.h: ... here.
2347         (can_reach_end): Remove.
2348         * flow.c (check_function_return_warnings): New.
2349         (make_edges): No edge to exit for noreturn sibcalls.
2350         * function.c (expand_function_end): Save the return value
2351         clobber instruction.
2352         (mark_function_status): Mark it.
2353         * function.h (struct function): Add x_clobber_return_insn.
2354         * jump.c (can_reach_end): Remove.
2355         (calculate_can_reach_end): Remove.
2356         (jump_optimize_1): Don't call it.
2357         * output.h (check_function_return_warnings): Declare.
2358         * toplev.c (warn_missing_noreturn): Move from c-decl.c
2359         (rest_of_compilation): Call check_function_return_warnings.
2360
2361 2000-10-05  Richard Henderson  <rth@cygnus.com>
2362
2363         * Makefile.in (NM_FOR_TARGET): New.
2364         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
2365         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
2366         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
2367         shared library build on that and EXTRA_MULTILIB_PARTS.
2368         * mkmap-flat.awk: New file.
2369         * mkmap-symver.awk: New file.
2370         * libgcc-std.ver: New file.
2371         * config/libgcc-glibc.ver: New file.
2372         * config/ia64/libgcc-ia64.ver: New file.
2373         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
2374         (SHLIB_LINK): Add --version-script.
2375         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
2376         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
2377         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
2378         (SHLIB_LINK): Add -M.
2379
2380 2000-10-05  Richard Henderson  <rth@cygnus.com>
2381
2382         * Makefile.in (LIB2FUNCS): Add _clz.
2383         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
2384         (__clz_tab): Put in its own unit, non-static.
2385         * libgcc2.h: Always include longlong.h.
2386
2387         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
2388         a zero instead of -1.
2389         (count_trailing_zeros): Likewise.
2390
2391 2000-10-05  Richard Henderson  <rth@cygnus.com>
2392
2393         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
2394         when second op1 is const0_rtx.  Validate op0 as a register.
2395         * config/alpha/alpha.md (setcc_internal): Don't allow constants
2396         in the first argument of the compare.
2397         (setcc_swapped_internal): Likewise.
2398         (setne_internal): Likewise.
2399
2400 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
2401
2402         * tree.c (tree_size): New function split out of copy_node.
2403         (make_node): Remove obstack handling.  Use tree_size.
2404         (copy_node): Use tree_size.
2405         * tree.h: Prototype tree_size.
2406
2407 2000-10-05  Richard Henderson  <rth@cygnus.com>
2408
2409         * diagnostic.c (output_format): Add missing break.
2410
2411 2000-10-05  Jim Wilson  <wilson@cygnus.com>
2412
2413         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
2414         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
2415         sequence insn to INSN, and delete last sequence insn.
2416
2417 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
2418
2419         * gcc.c (main): Include generated configargs.h header
2420         and use arguments in '-v' output.
2421
2422 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2423
2424         * gcc.c: Move data on prefixes forward in file and reorganize.
2425         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
2426         Always define, but make null if no value.
2427         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
2428         and "md_startfile_prefix_1".
2429         (main): Check whether md_exec_prefix and the others are the
2430         null string rather than whether the macro is defined.
2431
2432 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
2433
2434         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
2435         from PSImode to SImode.
2436
2437 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
2438
2439         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
2440         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
2441         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
2442         sizeof(long).
2443
2444 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2445
2446         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
2447         negation in proper type.a
2448
2449 2000-10-04  Richard Henderson  <rth@cygnus.com>
2450
2451         * configure.in (enable-shared): New.
2452         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
2453         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
2454         * mklibgcc.in: Use them to link shared a libgcc.
2455         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
2456         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
2457         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
2458         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
2459
2460         * configure.in (alpha-osf*): Use t-osf and x-osf.
2461         * config/alpha/t-osf: New file.
2462         * config/alpha/t-osf4: New file.
2463         * config/alpha/x-osf: New file.
2464         * config/alpha/x-alpha: Remove file.
2465
2466 2000-10-04  Will Cohen  <wcohen@redhat.com>
2467
2468         * c-typeck.c (process_init_element): Added warning for zero-length
2469         array.
2470
2471         * extend.texi (Zero Length): State that static initializers for
2472         zero-length arrays are not allowed.
2473
2474 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2475
2476         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
2477         to come last.
2478
2479 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2480
2481         * config/float-c4x.h: New.
2482         * configure.in (c4x-*): Set float_format to c4x.
2483         * configure: Regenerate.
2484
2485 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2486
2487         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
2488         compilation for solaris versions 2.7 and greater.
2489
2490 2000-10-02  Marc Espie <espie@openbsd.org>
2491
2492         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
2493         instead of redefining from scratch.
2494
2495 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
2496
2497         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
2498
2499 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
2500
2501         * config/ns32k/genix.h: Remove.
2502         * config/ns32k/x-genix: Likewise.
2503         * config/ns32k/xm-genix.h: Likewise.
2504         * config/fx80: Remove all filee in directory.
2505         * config/pyr: Likewise.
2506         * config/tahoe: Likewise.
2507         * config/gmicro: Likewise.
2508         * config/spur: Likewise.
2509         * configure.in: Remove configury bits for above targets.
2510         * configure: Regenerated.
2511
2512         * configure.in: Don't configure chill by default.
2513         * configure: Regenerated.
2514
2515         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
2516         (lang_mark_false_label_stack): Remove.
2517         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
2518         <top level> string in GC area.
2519         (mark_splay_tree_node): New function.
2520         (mark_splay_tree): Likewise.
2521         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
2522         if it exists.
2523         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
2524         * ggc-common.c (lang_mark_false_label_stack): Change type.
2525         * ggc.h (ggc_alloc_string): Add comment.
2526         (ggc_strdup): New function.
2527
2528 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
2529
2530         * config/avr/avr.h (BRANCH_COST): Define as 0.
2531
2532         * config/pdp11/pdp11.c: #include "tree.h" added.
2533
2534 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
2535
2536         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
2537         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
2538         with known shift count.
2539         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
2540         New alternative for shift count 2 with no scratch register.
2541         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
2542         "set_n" for shift counts 1 and 2.
2543
2544 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
2545
2546         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
2547         the mask value from the individual SET operations.
2548         (return_internal_si): Move the USE after the RETURN.
2549         (return_internal_di): Likewise.
2550         (return_and_restore_fpregs_si): Likewise.
2551         (return_and_restore_fpregs_di): Likewise.
2552         (return_eh_si): Likewise.
2553         (return_eh_di): Likewise.
2554         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
2555         or check, the USE.
2556         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
2557         Don't generate a PARALLEL around a single operation movsi_to_cr.
2558         Generate the RETURN first in any PARALLELs.
2559
2560         * rtlanal.c (single_set_1): Use fatal_insn to display the
2561         invalid insn.  Check for more cases when a USE or CLOBBER occurs
2562         before a SET.
2563         * Makefile.in: Update dependencies for rtlanal.o.
2564
2565 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2566
2567         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
2568
2569 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2570
2571         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
2572         Consistently use @email for formatting email addresses.
2573
2574 2000-09-29  Richard Henderson  <rth@cygnus.com>
2575
2576         * cse.c (notreg_cost): New argument outer.
2577         (COST): Pass in SET to notreg_cost
2578         (COST_IN): New.
2579         (fold_rtx): Use COST_IN.  Prefer constants when costs
2580         are the same.
2581
2582 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
2583
2584         * fixinc/inclhack.def (broken_cabs): Generalize regex.
2585         * fixinc/fixincl.x: Regenerate.
2586
2587 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2588
2589         * loop.c (check_final_value): A GIV is not replaceable if used
2590         before set.
2591
2592 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
2593
2594         * version.c: Bump to gcc-2.97.
2595
2596 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2597
2598         * final.c (final_scan_insn): Remove extra extract_insn call;
2599         Use caching for constrain_operands.
2600         (cleanup_subreg_operands): Use caching for extract_insn.
2601         * recog.c (constrain_operands_cached): New.
2602         * recog.h (constrain_operands_cached): Declare.
2603         * i386.c (ix86_attr_length_immediate_default,
2604         ix86_attr_length_address_default, ix86_agi_dependant): Cache
2605         extract_insn call.
2606
2607         * recog.c (asm_noperands): Tweak.
2608         (extract_insn): Do not call asm_noperads for non-asm instructions.
2609
2610 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2611
2612         * recog.c (recog_memoized): Rename to recog_memoized_1.
2613         * recog.h (recog_memoized): Rename to recog_memoized_1.
2614         (recog_memoized): New macro.
2615         * rtl.h (single_set): Rename to single_set_1
2616         (single_set): New macro.
2617         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
2618         to be last.
2619
2620         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
2621         Do not use match_dup of input operands at outputs.
2622         Use register_operand for memory expression.
2623         (rep_movsi): Put use last, canonicalize.
2624         Use register_operand for memory expression.
2625         (rep_movqi): Put use last.
2626         Use register_operand for memory expression.
2627         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
2628         of input operands at outputs.  Use register_operand for memory
2629         expression.
2630         (rep_stossi): Put use last; canonicalize; fix match_dup in
2631         the address expression
2632         (rep_stosqi): Likewise.
2633         (memcmp expander): Update calls.
2634         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
2635         the clobbers.
2636
2637         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
2638         VOIDmode.
2639         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
2640
2641 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
2642
2643         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
2644         Contains the old contents of config/i386/freebsd.h
2645         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
2646         Contains the old contents of config/i386/freebsd-elf.h
2647         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
2648         config/i386/freebsd.h.
2649         * configure.in: Adjust for above changes.
2650         * po/POTFILES.in: Likewise.
2651         * po/en_GB.po: Likewise.
2652         * po/gcc.pot: Likewise.
2653         * configure: Rebuilt.
2654
2655 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2656
2657         * doloop.c (doloop_modify): Prevent delete_insn() from
2658         deleting too much.  Prefer loop->top over loop->start as
2659         target for the new JUMP insn.
2660         (doloop_valid_p): Ignore loop with exit_count != 0.
2661
2662 2000-09-28  Philipp Thomas  <pthomas@suse.de>
2663
2664         * invoke.texi (i386 Options): Add athlon to table of possible
2665         choices for -mcpu=.
2666
2667 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
2668
2669         * diagnostic.h (output_clear_message_text): New function.
2670         (output_message_text): New macro.
2671
2672         * diagnostic.c (clear_text_info): Rename to
2673         output_clear_message_text.
2674         (output_clear): Adjust.
2675         (output_finish): Rename to output_finalize_message.  Tweek.
2676         (output_to_stream): Adjust.
2677
2678 2000-09-28  Neil Booth  <neilb@earthling.net>
2679
2680         * cpperror.c (_cpp_begin_message):  Do the test for suppression
2681         of warnings and pedantic warnings before the "is a warning an
2682         error" tests.
2683         * cppinit.c (cpp_handle_option): Remove surplus \n.
2684         * cpplex.c (ON_REST_ARG): Delete.
2685         (skip_block_comment): Initialise prevc.
2686         (parse_args): Improve error messages.
2687         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
2688         than ON_REST_ARG.
2689         * cpplib.c (cpp_push_buffer): Fix grammar in message.
2690         * cppmain.c (main): Set callbacks for #ident and #pragma
2691         only if no_output option is false.
2692         (do_pragma_implementation): Only call the #pragma handler
2693         if it is set in the cpp_reader structure.
2694
2695 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
2696
2697         * integrate.c (copy_insn_list): if an ignored return value
2698         is being clobbered, skip cloning that into the inline copy.
2699
2700 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
2701
2702         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
2703         use @uref for formatting URLs.
2704
2705 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
2706
2707         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
2708         name and prefix.
2709
2710 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
2711
2712         * gcc.c (cpp_options): Add spec for -ftabstop=.
2713         (invoke_as): New spec that handles invoking as.
2714         Update specs to handle -save-temps and -traditional.
2715         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
2716         Use invoke_as.
2717         * cp/lang-specs.h, objc/lang-specs.h: Update to use
2718         invoke_as, and handle -save-temps and -traditional (if
2719         appropriate).
2720
2721 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
2722
2723         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
2724         op0 is a SUBREG.
2725         (function_arg_slotno): Accept TImode/CTImode.
2726         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
2727         to UNITS_PER_WORD.
2728
2729 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
2730
2731         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
2732         from entry block.
2733
2734 2000-09-25  Jim Wilson  <wilson@cygnus.com>
2735
2736         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
2737         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
2738         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
2739         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
2740
2741 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
2742
2743         * cpplex.c (parse_args): Don't set VOID_REST flag.
2744         (CONTEXT_VARARGS): New flag.
2745         (maybe_paste_with_next): Set context earlier in loop.  Use
2746         it.  Do varargs test with CONTEXT_VARARGS flag.
2747         (push_arg_context): Set CONTEXT_VARARGS flag if we're
2748         pushing an argument context for a varargs argument.
2749         * cpplib.h (VOID_REST): Delete.
2750         * gcc.dg/cpp/vararg1.c: Add test case.
2751
2752 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
2753
2754         * flags.h:  Declare warning flag warn_system_headers.
2755         * toplev.c:  Define it.
2756         (W_options): Add option -Wsystem-headers.
2757         * diagnostic.c (count_error): Test warn_system_headers.
2758         * invoke.texi:  Add description for -Wsystem-headers.
2759         * cpplib.h (cpp_options): New member warn_system_headers.
2760         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
2761         CPP_IN_SYSTEM_HEADER.
2762         * cpplib.c (do_import, do_pragma_once): Likewise.
2763         * cpperror.c (_cpp_begin_message): Test warn_system_headers
2764         and CPP_IN_SYSTEM_HEADER.
2765         * cppinit.c (handle_option): Recognize -Wsystem_headers.
2766         (print_help): Describe -Wsystem_headers.
2767         * cpplex.c (lex_line): Reorganize condition so that warnings
2768         about C++ comments in system headers can be enabled. Remove
2769         label do_line_comment.
2770
2771 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
2772
2773         * cpplex.c (save_comment): Only store the initial '/'
2774         now.
2775         (lex_token): Combine handling of the two comment types.
2776         Pass everything but the initial '/' to save_comment.
2777
2778 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
2779
2780         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
2781         _cpp_can_paste): New library-internal prototypes.
2782         * cpplex.c (dump_param_spelling, output_line_command,
2783         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
2784         cpp_printf, cpp_output_list): Move to cppoutput.c.
2785         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
2786         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
2787         cppoutput.c.
2788         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
2789         dump_param_spelling, output_line_command, cpp_scan_buffer,
2790         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
2791         from elsewhere.
2792         * Makefile.in: Add cppoutput.c.
2793         * po/POTFILES.in: Add cppoutput.c.
2794
2795 2000-09-25  Richard Henderson  <rth@cygnus.com>
2796
2797         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
2798         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
2799         split until after reload.
2800         (rotlsi3, rotldi3): New.
2801
2802 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
2803
2804         * diagnostic.c (output_last_position): Define.
2805         (set_real_maximum_length): Tweek.
2806         * diagnostic.h (output_last_position): Declare.
2807
2808 2000-09-25  Kazu Hirata  <kazu@hxi.com>
2809
2810         * config/i386/i386.c: Fix formatting.
2811
2812 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
2813
2814         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
2815         UNITS_PER_WORD is small.
2816
2817 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2818
2819         * c-common.c (format_char_info): Add flags2; update comments.
2820         (print_char_table, scan_char_table, time_char_table): Split some
2821         flags out into flags2.
2822         (check_format_info): Use flags2 for those flags, for identifying
2823         the initial character of a scanf scanset, and for identifying
2824         printf formats where the '0' flag is ignored with precision.
2825
2826 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
2827
2828         Changes below marked "here" add TABs on either or both sides,
2829         covering start of line, up to any operand for all noted .*ASM.*_OP
2830         definitions.  All callers changed.
2831         * tm.texi: Make documented *_ASM.*_OP:s include spacing
2832         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
2833         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
2834         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
2835         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
2836         Fix typos in description for LONG_LONG_TYPE_SIZE and
2837         FINI_SECTION_ASM_OP.
2838         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
2839         why these defaults don't have leading spacing.
2840         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
2841         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2842         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
2843         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
2844         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
2845         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
2846         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
2847         * varasm.c (ASM_STABS_OP): Here.
2848         * xcoffout.h (ASM_STABS_OP): Here.
2849         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
2850         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
2851         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
2852         STRING_ASM_OP): Here.
2853         * config/freebsd.h (IDENT_ASM_OP): Here.
2854         * config/linux-aout.h (SET_ASM_OP): Here.
2855         * config/linux.h (SET_ASM_OP): Here.
2856         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2857         INT_ASM_OP): Here.
2858         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
2859         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
2860         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
2861         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2862         INT_ASM_OP): Here.
2863         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
2864         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
2865         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
2866         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
2867         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
2868         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2869         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
2870         * config/a29k/udi.h (INT_ASM_OP): Here.
2871         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
2872         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
2873         SET_ASM_OP): Here.
2874         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
2875         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2876         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2877         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
2878         ASM_STABD_OP): Here.
2879         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
2880         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
2881         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2882         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
2883         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
2884         SIZE_ASM_OP, STRING_ASM_OP): Here.
2885         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
2886         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
2887         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
2888         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
2889         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
2890         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
2891         Here.
2892         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2893         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
2894         * config/arm/coff.h (INT_ASM_OP): Here.
2895         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
2896         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
2897         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
2898         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
2899         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
2900         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2901         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
2902         STRING_ASM_OP): Here.  Update documentation copy in comments.
2903         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
2904         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
2905         DATA_SECTION_ASM_OP): Here.
2906         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
2907         Here.
2908         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
2909         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
2910         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2911         BSS_SECTION_ASM_OP): Here.
2912         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2913         BSS_SECTION_ASM_OP): Here.
2914         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2915         Here.
2916         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
2917         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
2918         * config/h8300/h8300.h (ASM_WORD_OP): Here.
2919         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2920         BSS_SECTION_ASM_OP): Here.
2921         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
2922         * config/i386/bsd.h (ASM_BYTE_OP): Here.
2923         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
2924         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
2925         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
2926         Here.
2927         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
2928         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
2929         Here.
2930         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
2931         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2932         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
2933         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
2934         SET_ASM_OP): Here.
2935         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
2936         * config/i386/netbsd.h (INT_ASM_OP): Here.
2937         * config/i386/openbsd.h (INT_ASM_OP): Here.
2938         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
2939         IDENT_ASM_OP): Here.
2940         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
2941         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
2942         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
2943         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
2944         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
2945         SHARED_BSS_SECTION_ASM_OP): Here.
2946         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
2947         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
2948         DATA_SECTION_ASM_OP): Here.
2949         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2950         CONST_SECTION_ASM_OP): Here.
2951         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
2952         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2953         BSS_SECTION_ASM_OP): Here.
2954         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
2955         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
2956         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
2957         BSS_ASM_OP): Here, but use trailing spaces.
2958         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
2959         DATA_SECTION_ASM_OP): Here.
2960         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
2961         Here.
2962         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
2963         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
2964         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2965         TDESC_SECTION_ASM_OP): Here.
2966         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
2967         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2968         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2969         Here.
2970         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2971         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
2972         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2973         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
2974         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
2975         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
2976         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2977         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
2978         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
2979         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
2980         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
2981         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
2982         SET_ASM_OP): Here.
2983         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
2984         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2985         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
2986         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
2987         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
2988         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
2989         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
2990         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2991         GLOBAL_ASM_OP): Here.
2992         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
2993         BSS_SECTION_ASM_OP): Here.
2994         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
2995         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2996         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
2997         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
2998         SKIP_ASM_OP): Here.
2999         * config/m68k/newsgas.h (SET_ASM_OP): Here.
3000         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
3001         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
3002         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
3003         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
3004         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
3005         but use trailing spaces.
3006         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
3007         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
3008         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
3009         Here.
3010         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
3011         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
3012         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
3013         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
3014         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
3015         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
3016         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
3017         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
3018         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
3019         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
3020         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
3021         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
3022         ASM_BYTE_OP): Here.
3023         * config/m88k/openbsd.h (SET_ASM_OP): Here.
3024         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
3025         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
3026         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
3027         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
3028         DTORS_SECTION_ASM_OP): Here.
3029         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
3030         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
3031         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
3032         BSS_SECTION_ASM_OP): Here.
3033         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
3034         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
3035         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
3036         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
3037         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
3038         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
3039         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
3040         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
3041         Here.
3042         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
3043         Here.
3044         * config/mips/osfrose.h (SET_ASM_OP): Here.
3045         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
3046         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
3047         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
3048         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3049         Here.
3050         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
3051         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
3052         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
3053         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
3054         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
3055         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3056         Here.
3057         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3058         Here.
3059         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
3060         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
3061         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
3062         Here.
3063         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
3064         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
3065         * config/sparc/linux.h (COMMON_ASM_OP): Here.
3066         * config/sparc/linux64.h (COMMON_ASM_OP,
3067         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
3068         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
3069         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
3070         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
3071         * config/sparc/pbd.h (ASM_INT_OP): Here.
3072         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
3073         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
3074         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
3075         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
3076         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
3077         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
3078         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
3079         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
3080         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
3081         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
3082         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
3083         EH_FRAME_SECTION_ASM_OP): Here.
3084         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
3085         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3086         Here.
3087         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3088         Here.
3089         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
3090         TCOMMON_ASM_OP): Here.
3091         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
3092         Here.
3093         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
3094         ASM_BYTE_OP): Here.
3095
3096 2000-09-25  Richard Henderson  <rth@cygnus.com>
3097
3098         * expmed.c (store_bit_field): Adjust last change to not consider
3099         any word-sized field naturally aligned.
3100
3101 2000-09-24  Richard Henderson  <rth@cygnus.com>
3102
3103         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
3104         TFmode unordered compares properly.  Revalidate integer compare
3105         operands.
3106         (alpha_emit_setcc): New.
3107         (alpha_emit_conditional_move): Revalidate integer compare operands.
3108         * config/alpha/alpha-protos.h: Update.
3109         * config/alpha/alpha.md (cmpdi): Allow general operands.
3110         (sne): Use alpha_emit_setcc.
3111         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
3112         (sunordered, sordered): New.
3113
3114 2000-09-24  Richard Henderson  <rth@cygnus.com>
3115
3116         * config/ia64/ia64-protos.h: Update.
3117         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
3118         (ia64_expand_call): New.
3119         (ia64_expand_prologue): Emit an alloc if we need extra input
3120         registers.
3121         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
3122         instruction if true.
3123         (struct reg_flags): Add is_sibcall.
3124         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
3125         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
3126         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
3127         * config/ia64/ia64.h (PREDICATE_CODES): Update.
3128         * config/ia64/ia64.md (call): Use ia64_expand_call.
3129         (call_value): Likewise.
3130         (sibcall, sibcall_value): New.
3131         (call patterns): Remove extra expanders; tidy.
3132         (sibcall_epilogue): New.
3133         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
3134
3135 2000-09-24  Richard Henderson  <rth@cygnus.com>
3136
3137         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
3138
3139         * sibcall.c (skip_pic_restore): New.
3140         (identify_call_return_value): Use it.
3141
3142 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
3143
3144         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
3145         functions.  Generalize to handle both C and C++.
3146         * Makefile.in (c-tree.info): New target.
3147         (info): Add c-tree.info.
3148
3149 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3150
3151         * expr.c (store_field): If BITSIZE is negative, use size of type.
3152         (expand_expr, case COMPONENT_EXPR): Likewise.
3153
3154 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
3155
3156         * cpplex.c: Update TODO comment.
3157         * cpplib.c (do_error, do_warning): Merge common code of
3158         do_error and do_warning into do_diagnostic.  Use it.
3159         (do_diagnostic): New function.
3160         * cpplib.h: Fix comment typo.
3161
3162 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3163
3164         * c-common.c (check_format_info): Warn for a wide character string
3165         used as a non-wide format argument.
3166
3167 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3168
3169         * builtins.def (BUILT_IN_LLABS): Add.
3170         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
3171         * c-common.c (c_common_nodes_builtins): Create builtin functions
3172         __builtin_llabs, and plain llabs unless no_nonansi_builtins
3173         outside of C99 mode.
3174         (expand_tree_builtin): Handle BUILT_IN_LLABS.
3175
3176 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
3177
3178         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
3179         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
3180         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
3181         _cpp_free_toklist): No need to worry about extra dummy token
3182         at the start of token lists any more.
3183         (trigraph_ok): Only warn outside comments.
3184         (skip_block_comment): Set and clear lexing_comment.
3185         (skip_line_comment): Take a cpp_reader not cpp_buffer.
3186         Set and clear lexing_comment.
3187         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
3188         (check_long_token): Delete.
3189         (lex_percent, lex_dot): New subroutines of lex_token to
3190         handle lexing of '.' and '%' without lookback.
3191         (lex_token): Use lex_dot and lex_percent.
3192         (lex_line): Don't check for LIST_OFFSET.
3193         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
3194         * cpplib.c (_cpp_parse_assertion): Similarly.
3195         (cpp_push_buffer): Initialize extra_char.
3196         * cpplib.h (LIST_OFFSET): Delete.
3197         (struct cpp_buffer): New member extra_char.
3198         (struct lexer_state): New members lexing_comment and seen_dot.
3199
3200 2000-09-23  Jason Merrill  <jason@redhat.com>
3201
3202         * config/rs6000/x-aix41 (CLIB): Define here.
3203         * config/rs6000/t-aix43: Not here.
3204         * config/rs6000/t-aix41: Or here.  Remove.
3205         * configure.in: Don't use it.
3206
3207 2000-09-22  Jason Merrill  <jason@redhat.com>
3208
3209         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
3210         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
3211         * config.in: Regenerate.
3212
3213         * configure.in: Fix checks for assembler features when using a
3214         one-tree assembler that has not yet been built.
3215         Fix --disable-threads.
3216
3217 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
3218
3219         * stmt.c (expand_asm_operands): Allow # in constraints.
3220
3221 2000-09-22  Jason Merrill  <jason@redhat.com>
3222
3223         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
3224
3225         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
3226         function-local names.
3227
3228 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
3229             Mark Mitchell  <mark@codesourcery.com>
3230
3231         * toplev.c (warn_disabled_optimization): Declare new warning flag.
3232         * flags.h (warn_disabled_optimization): Add it here.
3233         * gcse.c (gcse_main): Add warning when disabled.
3234         * invoke.texi: Document -Wdisabled-optimization.
3235
3236 2000-09-21  Jason Merrill  <jason@redhat.com>
3237
3238         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
3239
3240         * dwarf2out.c (tree_add_const_value_attribute): New fn.
3241         (gen_variable_die): Call it for non-definitions.
3242
3243         * dwarf2out.c (die_struct): Add die_mark field.
3244         (mark_dies, unmark_dies): New fns.
3245         (clear_die_sizes): Remove.
3246         (print_die): Check die_symbol rather than die_offset.
3247         (build_abbrev_table, output_pubnames, output_aranges): Check
3248         die_mark rather than die_offset.
3249         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
3250         Call mark_dies.
3251
3252 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
3253
3254         * cppfiles.c (lookup_include_file): Rename to open_file.
3255         Always create a splay tree value, even on syscall failures.
3256         Negative entries indicated by fd == -2.
3257         Re-open files closed in the meantime.
3258         (_cpp_fake_include): Create a negative splay tree entry.
3259         (find_include_file, cpp_read_file): Update for function name
3260         change.
3261         * gcc.gd/cpp/mi4.c: Testcase.
3262
3263 2000-09-21  Nick Clifton  <nickc@redhat.com>
3264
3265         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
3266         ARM and THUMB modes.
3267
3268         * config/mcore/mcore.c: Fix compile time warnings.
3269         * config/mcore/mcore-protos.h: Fix compile time warnings.
3270
3271 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3272
3273         * configure.in: Correct test of gcc_cv_glibc.
3274         * configure: Rebuilt.
3275         * config.in: Rebuilt.
3276
3277 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3278
3279         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
3280         (expand_builtin): Handle BUILT_IN_FWRITE.
3281
3282         * builtins.def (BUILT_IN_FWRITE): New entry.
3283
3284         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
3285
3286 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3287
3288         * gcc.c (modify_target): New variable and struct.
3289         (process_command): Handle MODIFY_TARGET_NAME.
3290         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
3291         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
3292
3293         * c-decl.c (finish_decl): Add else's to avoid referencing
3294         TYPE_DOMAIN of an ERROR_MARK.
3295
3296 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
3297
3298         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
3299         `reload_in*' insns.
3300
3301 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
3302
3303         * config/avr/avr.md (neghi2): Add alternative for input and output
3304         operands in different registers, as in negsi2.
3305         (*negsi2): Remove '*' from the name.  Use "movw" if available.
3306
3307 2000-09-19  Jim Wilson  <wilson@cygnus.com>
3308
3309         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
3310         HAVE_GAS_HIDDEN macro.
3311
3312 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
3313
3314         * cpplex.c (lex_line): Drop the EOF token for unknown
3315         directives in assembler.
3316
3317 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
3318
3319         * configure.in: Allow enable_threads_flag value of "aix".  Define
3320         thread_file as "aix" for AIX 4.3 and above.
3321         * configure: Regenerated.
3322
3323         * gthr-aix.h: New file.
3324
3325         * rs6000/t-aix43: Replace soft-float multilib with pthread.
3326         Remove 403 processor multilib match.  Fix rios2 processor multilib
3327         match.
3328
3329         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
3330         to return to appropriate csect.
3331
3332 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3333
3334         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
3335         functions.
3336         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
3337         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
3338         BUILT_IN_PRINTF.
3339
3340         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
3341         New entries.
3342
3343         * c-common.c (init_function_format_info): Handle __builtin_printf.
3344         Set `check_function_format_ptr'.
3345         (c_common_nodes_and_builtins): Set `puts_ftype' and
3346         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
3347         __builtin_printf and printf.
3348
3349         * tree.c, tree.h (check_function_format_ptr): Declare.
3350
3351 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
3352
3353         * cppfiles.c (read_include_file): Take no special action for
3354         zero-length files.
3355
3356 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
3357
3358         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
3359         rather than that of branch.
3360         (shorten_branches): Don't increment insn_current_address twice.
3361
3362         Undo most of the Wed Jan 27 23:39:53 1999 patch:
3363         * loop.h (struct induction): Delete members derived, ix and last_use.
3364         (struct loop_ivs): Delete members first_increment_giv and
3365         last_increment_giv.
3366         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
3367         recombine_givs): Delete functions.
3368         (find_and_verify_loops): Don't initialize cont_dominator.
3369         (strength_reduce): Lose code to try to find bivs that can be
3370         expressed as givs of another biv, and to convert biv increments
3371         into givs.
3372         Lose loop_scan_start variable, always use loop->scan_start.
3373         Don't call recombine_givs.  Don't handle derived givs.
3374         (record_giv): Don't initialize derived and last_use fields.
3375         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
3376         givs.
3377         * unroll.c (derived_regs): Delete static variable.
3378         (unroll_loop): Don't initialize it.
3379         (copy_loop_body): Lose code to handle derived givs.
3380         (find_splittable_givs): Don't check for givs made from biv
3381         increments.
3382         Don't set derived_regs.
3383
3384         Fix misapplied earlier patch:
3385         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
3386         to fpul.
3387         (floatsisf2): Generate floatsisf_ie by default.
3388         (floatsisf_i4): Conditional on TARGET_SH4.
3389
3390         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
3391         predicate for the expanders.
3392
3393 2000-09-19  Richard Henderson  <rth@cygnus.com>
3394
3395         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
3396         in addition to pentium and pentiumpro symbols.
3397         (CPP_CPU_DEFAULT_SPEC): Likewise.
3398
3399         * c-typeck.c (c_expand_asm_operands): Restore the output tree
3400         after expanding.
3401
3402         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
3403         if the tree has side effects.
3404         (warn_if_unused_value): Do not warn about void constructs.
3405
3406         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
3407
3408         * unroll.c (copy_loop_body): Update LABEL_NUSES before
3409         calling invert_jump.
3410
3411 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
3412
3413         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
3414         into anything.
3415
3416 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3417
3418         * Makefile.in (c-common.o): Depend on diagnostic.h.
3419
3420         * c-common.c: Include diagnostic.h.
3421         (tfaff): Delete.
3422         (status_warning): New function.
3423         (check_format_info, maybe_read_dollar_number, check_format_types,
3424         finish_dollar_format_checking, check_function_format): Accept a
3425         `status' parameter.  All callers changed.
3426
3427         * c-common.h (check_function_format): Accept a `status' parameter.
3428
3429         * c-typeck.c: Update call to `check_function_format'.
3430
3431 2000-09-18  Richard Henderson  <rth@cygnus.com>
3432
3433         * c-decl.c (c_expand_body): Call mark_varargs before
3434         expand_function_start.
3435
3436 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
3437
3438         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
3439         * config/rs6000/eabi-ci.asm: Likewise.
3440
3441 2000-09-18  Richard Henderson  <rth@cygnus.com>
3442
3443         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
3444         for BImode.
3445
3446 2000-09-18  Jim Wilson  <wilson@cygnus.com>
3447
3448         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
3449         before passing it to fold_rtx_mult_add.
3450
3451         * unroll.c (final_giv_value): Pass increment through
3452         extend_value_for_giv before passing it to emit_iv_add_mult.
3453
3454         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
3455         paradoxical subreg, then directly substitute the replacement and
3456         return.
3457
3458 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
3459
3460         * cpp.texi: Update documentation, including some clarifications,
3461         the treatment of various newline combinations, and space between
3462         backslash and newline.
3463
3464 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
3465
3466         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
3467         Replace ASM_OUTPUT_LABELREF with assemble_name.
3468
3469 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
3470
3471         * sh.c (addsubcosts): CONST is not cheap.
3472         (find_barrier): For Sh1, take alignment after jumps into account.
3473
3474 2000-09-15  Andrew Haley  <aph@redhat.com>
3475
3476         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
3477         remove all SETs of SUBREGs of hard registers.
3478         * function.c (purge_hard_subreg_sets): New function.
3479         (purge_single_hard_subreg_set): New function.
3480         * rtl.h: (purge_hard_subreg_sets): New function.
3481
3482 2000-09-18  Richard Henderson  <rth@cygnus.com>
3483
3484         * config/ia64/ia64-protos.h: Update.
3485         * config/ia64/ia64.c (signed_inequality_operator): New.
3486         (ia64_expand_compare): New.
3487         (ia64_register_move_cost): Handle PR_REGS moves.
3488         (ia64_secondary_reload_class): Require a GR when moving to a PR.
3489         (struct reg_write_state): Add written_by_and/or.
3490         (struct reg_flags): Add is_and/or.
3491         (rws_update): Set them.
3492         (rws_access_regno): Test them to allow parallel comparisons.
3493         (rtx_needs_barrier): Recognize parallel comparisons.
3494         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
3495         Call recog_memoized; ignore pred_rel_mutex.
3496         (emit_predicate_relation_info): Don't call find_basic_blocks here.
3497         (ia64_reorg): Do it here instead.
3498         * config/ia64/ia64.h: s/CCmode/BImode/g
3499         (MODES_TIEABLE_P): Don't tie BImode.
3500         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
3501         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
3502         (RTX_COSTS): Make multiply 4 insns.
3503         (MEMORY_MOVE_COST): New.
3504         (PREDICATE_CODES): Update.
3505         * config/ia64/ia64.md: s/CCmode/BImode/g
3506         (movcci, movbi): New.
3507         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
3508         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
3509         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
3510         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
3511         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
3512         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
3513         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
3514         (mulsi, muldi): Use xmpy not xma.
3515         (cmpbi): New.
3516         (movcc, movcc_internal): Remove.
3517         (branch expanders): Use ia64_expand_compare.
3518         (setcc expanders): Likewise.
3519         (cmov insns): Use move_operand and ia64_move_ok.
3520         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
3521         scheduler from moving it past a use.
3522         * config/ia64/build.hacks: Remove.
3523
3524 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
3525
3526         * cpphash.h (HASHSTEP): Take character rather than pointer
3527         to character.
3528         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
3529
3530         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
3531
3532         * cpplex.c (auto_expand_name_space, trigraph_replace,
3533         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
3534         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
3535         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
3536         KNOWN_DIRECTIVE): Delete.
3537
3538         (handle_newline, check_long_token, skip_escaped_newlines,
3539         unterminated): New functions.
3540         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
3541
3542         (parse_identifier): Was parse_name, new implementation.
3543         (skip_line_comment, skip_block_comment, skip_whitespace,
3544         parse_number, parse_string, trigraph_ok, save_comment,
3545         adjust_column, _cpp_get_line): New implementations.
3546
3547         (lex_token): New function.  Lexes a token at a time, looking
3548         forwards.  Contains most of the guts of the old lex_line.
3549         (lex_line): New implementation, using lex_token to obtain
3550         individual tokens.
3551         (cpp_scan_buffer): Use the token's line, not the list's line.
3552
3553         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
3554          New implementations.
3555         (do_assert): Don't bother setting the answer's list's line.
3556         (cpp_push_buffer): Initialise new pfile and read_ahead members
3557         of struct cpp_buffer.
3558
3559         * cpplib.h (cppchar_t): New typedef.
3560         (struct cpp_buffer): read_ahead, pfile and col_adjust are
3561         new members.
3562         (struct lexer_state): New structure that determines the state
3563         and behaviour of the lexer.
3564         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
3565         (struct cpp_reader): New member "state". Rename
3566         multiline_string_line and multiline_string_column. Delete
3567         col_adjust, in_lex_line members.
3568         (CPP_BUF_COLUMN): Update.
3569
3570 2000-09-18  Richard Henderson  <rth@cygnus.com>
3571
3572         * combine.c (simplify_comparison): Shift a NOT out of a single
3573         bit test.
3574
3575         * combine.c (if_then_else_cond): Canonicalize BImode true to
3576         STORE_FLAG_VALUE.
3577         * explow.c (trunc_int_for_mode): Likewise.
3578
3579         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
3580         the NOT for De Morgan's rule.
3581         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
3582         of a comparison to the reverse comparison.
3583
3584         * combine.c (try_combine): Allow split to create a single insn.
3585
3586         * machmode.def: Add BImode.  Add a column for bitsize.
3587         * machmode.h (DEF_MACHMODE): Adjust for extra column.
3588         (GET_MODE_BITSIZE): Use it.
3589         * rtl.c (DEF_MACHMODE): Adjust for extra column.
3590         (mode_bitsize): New.
3591         (mode_mask_array): Use bitsize.
3592         * combine.c (combine_simplify_rtx): Require inner and outer
3593         modes to match on nonzero_bits optimizations.
3594
3595 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
3596
3597         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
3598         its entry in spill_reg_store.
3599         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
3600         * sh.c (reg_no_subreg_operand): New function.
3601         * sh-protos.h (reg_no_subreg_operand): Declare it.
3602         * sh.h (PREDICATE_CODES): Add it.
3603         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
3604         input operand that needs to be in fpul.
3605         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
3606         * sh.c (find_barrier): Take into account that machine_dependent_reorg
3607         might add new insns.
3608
3609 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
3610
3611         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
3612         MAYBE_DEAD.
3613         (sh_expand_epilogue): Take the PIC register into account when
3614         computing the frame size.
3615
3616         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
3617         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
3618         LABEL_REFs with a PIC-safe unspec.
3619
3620 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3621
3622         * c-common.c (check_format_info): Properly save the argument
3623         number and parameter for $ operand number formats in case width
3624         and precision arguments are also used.  Allow printf width and
3625         precision arguments to have operand numbers even if none was
3626         specified for the main format, since this is OK for %*.*m.  Only
3627         object to missing $ operand number if the format used requires an
3628         argument.
3629
3630 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3631
3632         * c-common.c (format_char_info): Add 'W' flag to comment.
3633         (print_char_table, scan_char_table): Use it.
3634         (check_format_info): Use the 'W' flag to determine whether a
3635         format argument is written into.
3636
3637 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3638
3639         * c-common.c (check_format_types): Reorganise and clean up,
3640         checking earlier for ERROR_MARKs and making cur_type into its
3641         TYPE_MAIN_VARIANT where convenient.
3642
3643 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3644
3645         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
3646
3647 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
3648
3649         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
3650
3651         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
3652         * i386.c (struct builtin_description): New.
3653         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
3654         (mmx_reg_operand): Declare MODE arg as unused.
3655         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
3656         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
3657         ix86_expand_binop_builtin, ix86_expand_store_builtin,
3658         ix86_init_builtins, ix86_expand_builtin): New functions.
3659         * i386.h (ix86_builtins): New enumeration.
3660         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
3661         * i386.md (attr length_immediate): 0 for mmx/sse types.
3662         (attr prefix_0f): 1 for mmx/sse types.
3663         (setcc_2): Remove "*" so we get gen_setcc_2.
3664         (emms): Account for changed register numbering.  Set "memory" attr
3665         to unknown.
3666         (sfence): Set "memory" attr to unknown.
3667
3668 2000-09-18  Andreas Jaeger  <aj@suse.de>
3669
3670         * configure.in: Define _GNU_SOURCE only when using the GNU C
3671         Library.
3672         * configure: Regenerated.
3673         * config.in: Regenerated.
3674
3675 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
3676
3677         * cppinit.c (cpp_init): Don't use ANSI prototypes.
3678         * flow.c (flow_dump_loop): Likewise.
3679         (flow_loops_dump): Likewise.
3680
3681         * c-typeck.c (c_start_case): Fix typo.
3682
3683 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3684
3685         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
3686         to int for plain complex which defaults to complex double.  Do
3687         warn about defaulting to complex double if pedantic.  Warn about
3688         complex integer types if pedantic.  Warn about complex types if
3689         pedantic and not in C99 mode.
3690         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
3691         for complex conjugation.
3692
3693 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3694
3695         * contrib.texi: Update my entry.
3696
3697 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
3698
3699         * config/avr/avr.md (mcu_enhanced): New attribute.
3700         (mcu_mega): Likewise.
3701         (extendhisi2): Use mcu_enhanced.
3702         (zero_extendhisi2): Likewise.
3703         (call_insn): Use mcu_enhanced and mcu_mega.
3704         (call_value_insn): Likewise.
3705         (*sbrx_branch): Use mcu_mega.
3706         (*sbrx_and_branchsi): Likewise.
3707         (*sbrx_and_branchhi): Likewise.
3708         (*tablejump_lib): Likewise.
3709
3710 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3711
3712         * alias.c (true_dependence): Allow non-unchanging read to conflict
3713         with unchanging write.
3714
3715         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
3716         (store_constructor): Pass alias_set to it.
3717
3718         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
3719         TYPE_MAIN_VARIANT of ERROR_MARK.
3720         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
3721
3722         * simplify-rtx.c (simplify_unary_operation): Add cases
3723         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
3724
3725 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
3726
3727         * expr.h (emit_library_call, emit_library_call_value): Delete
3728         declarations.
3729         * rtl.h (enum libcall_type): New.
3730         (emit_library_call, emit_library_call_value): Change fn_type arg to
3731         be of type enum libcall_type.
3732         * calls.c: Likewise for the function definitions.  Several callers
3733         throughout changed to use the new enumeration appropriately.
3734         (emit_library_call_value_1): Likewise.  Put back code to make libcall
3735         blocks of equal form, but only use it for the two new higher
3736         enumeration values.
3737
3738 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
3739
3740         Convert the C front-end to use function-at-a-time mode.
3741         * c-common.h: Include splay-tree.h.
3742         (C_DECLARED_LABEL_FLAG): New macro.
3743         (struct language_function): Add x_scope_stmt_stack and
3744         x_function_name_declared_p.
3745         (RECHAIN_STMTS): Move definition.
3746         (lang_statment_code_p): Likewise.
3747         (lang_expand_stmt): Likewise.
3748         (lang_expand_decl_stmt): New variable.
3749         (lang_expand_function_end): Likewise.
3750         (current_scope_stmt_stack): New function.
3751         (add_decl_stmt): Likewise.
3752         (add_scope_stmt): Likewise.
3753         (mark_stmt_tree): Likewise.
3754         (struct c_lang_decl): New structure.
3755         (DECL_SAVED_TREE): Define.
3756         (c_mark_lang_decl): New function.
3757         (c_expand_start_cond): Change prototype.
3758         (c_finish_then): New function.
3759         (c_finish_else): Likewise.
3760         (current_function_name_declared): Remove.
3761         (set_current_function_name_declared): Likewise.
3762         (mark_c_language_function): Declare.
3763         (case_compare): Likewise.
3764         (c_add_case_label): Likewise.
3765         (c_expand_expr): Likewise.
3766         (c_safe_from_p): Likewise.
3767         * c-common.c (lang_expand_function_end): New variable.
3768         (struct if_elt): Add if_stmt.
3769         (c_expand_start_cond): Add the if-statement to the statement-tree,
3770         rather than generating RTL.
3771         (c_finish_then): New function.
3772         (c_expand_start_else): Don't generate RTL.
3773         (c_finish_else): New function.
3774         (c_expand_expr_stmt): Don't generate RTL.
3775         (statement_code_p): Add SCOPE_STMT.
3776         (case_compare): New function.
3777         (c_add_case_label): Likewise.
3778         (mark_stmt_tree): Likewise.
3779         (c_mark_lang_decl): Likewise.
3780         (mark_c_language_function): Likewise.
3781         (c_expand_expr): Likewise.
3782         (c_safe_from_p): Likewise.
3783         * c-decl.c (c_stmt_tree): New variable
3784         (c_scope_stmt_stack): Likewise.
3785         (c_function_name_declared_p): Likewise.
3786         (lang_expand_expr_stmt): Remove.
3787         (poplevel): Don't call output_inline_function for nested
3788         functions.
3789         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
3790         `extern' function.
3791         (redeclaration_error_message): Change means of computing whether
3792         or not a function is nested.
3793         (lookup_label): Don't call label_rtx.
3794         (init_decl_processing): Add more GC roots.
3795         (start_decl): Add DECL_STMTs to the statement-tree, rather than
3796         calling rest_of_decl_compilation.
3797         (finish_decl): Don't call expand_decl.
3798         (store_parm_decls): Begin the statement-tree, but don't generate
3799         RTL.
3800         (finish_function): Tie off the statement-tree.  Call c_expand_body
3801         if appropriate.
3802         (c_expand_body): New function.
3803         (push_c_function_context): Save more information.
3804         (pop_c_function_contxt): Likewise.
3805         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
3806         (lang_mark_tree): Mark it.
3807         (current_stmt_tree): Adjust.
3808         (current_scope_stmt_stack): New function.
3809         (do_case): Remove.
3810         (set_current_name_declared): Likewise.
3811         (c_begin_compound_stmt): Define.
3812         (c_expand_decl_stmt): Likewise.
3813         * c-lang.c: Include rtl.h and expr.h.
3814         (lang_init): Set more language-specific hooks.
3815         * c-lex.c: Include expr.h.
3816         * c-parse.in: Changes throughout to add statements to the
3817         statement-tree, rather than generating RTL after every statement.
3818         * c-semantics.c (lang_expand_decl_stmt): Define.
3819         (add_decl_stmt): New function.
3820         (add_scope_stmt): Likewise.
3821         (finish_stmt_tree): Tweak.
3822         (genrtl_expr_stmt): Likewise.
3823         (genrtl_decl_stmt): Handle local labels, and call
3824         lang_expand_decl_stmt if required.
3825         (genrtl_for_stmt): Fix line-number handling.
3826         (genrtl_case_label): Handle cleanups.
3827         (genrtl_asm_stmt): Don't call combine_strings.
3828         (genrtl_compound_stmt): Simplify.
3829         (expand_stmt): Handle SCOPE_STMTs.
3830         * c-tree.h (struct lang_decl): New structure.
3831         (C_DECLARED_LABEL_FLAG): Remove.
3832         (c_begin_compound_stmt): Declare.
3833         (c_expand_decl_stmt): Likewise.
3834         (c_expand_start_case): Rename to c_start_case.
3835         (c_finish_case): New function.
3836         * c-typeck.c (start_init): Tweak setting of
3837         constructor_incremental.
3838         (c_expand_asm_operands): Tweak error-handling.  Add to the
3839         statement-tree.
3840         (c_expand_return): Add to the statement-tree.
3841         (c_expand_start_case): Rename to ...
3842         (c_start_case): ... this.
3843         (struct c_switch): New type.
3844         (switch_stack): New variable.
3845         (do_case): Simplify.
3846         (c_finish_case): New function.
3847         * dependence.c: Include expr.h.
3848         (enum dependence_type): Change spelling of enumerals.
3849         (check_node_dependence): Adjust.
3850         * expr.h (lang_safe_from_p): Declare.
3851         (safe_from_p): Likewise.
3852         * expr.c (lang_safe_from_p): New variable.
3853         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
3854         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
3855         * toplev.c (rest_of_decl_compilation): Robustify.
3856         * tree.c (contains_placeholder_p): Likewise.
3857         * Makefile.in: Update dependencies.
3858         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
3859         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
3860         (objc_expand_function_end): New function.
3861         (finish_method_def): Use it.
3862         (init_objc): Initialize more language-specific hooks.
3863         * objc/Make-lang.in: Update dependencies.
3864
3865 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
3866
3867         * configure.in: Define macros that affect features before
3868         testing for features.  Don't define _XOPEN_SOURCE.
3869         * configure: Regenerated.
3870         * config.in: Regenerated.
3871
3872 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
3873
3874         * rtlanal.c (rtx_varies_p): Volatile asms vary.
3875         (rtx_unstable_p): Restructure code.  Volatile asms
3876         are unstable.
3877
3878 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3879
3880         * function.h (no_debugging_symbols): New field.
3881         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
3882         Initialize no_debugging_symbols.
3883         (output_inline_function): Save and restore write_symbols and set from
3884         no_debugging_symbols.
3885         * toplev.c (rest_of_compilation): Call save_for_inline.
3886         * tree.h: Update comment.
3887
3888         * stor-layout.c (place_field): Don't do anything if field or
3889         its type are ERROR_MARK.
3890
3891 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
3892
3893         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
3894         (read_include_file): Ensure inc->mmaped is initialized.
3895
3896 2000-09-16  Richard Henderson  <rth@cygnus.com>
3897
3898         * cppiles.c (purge_cache): Use PTR not caddr_t.
3899
3900 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
3901
3902         * gcc.c: In description for %{<S}, say the option removed is -S.
3903         * invoke.texi (Spec Files): Ditto.
3904
3905 2000-09-16  Andreas Jaeger  <aj@suse.de>
3906
3907         * configure.in: Always define _GNU_SOURCE to make interfaces
3908         visible that were hidden by only defining _GNU_SOURCE.
3909         * configure: Regenerated.
3910
3911 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
3912
3913         * cpplex.c (push_macro_context): Set an argument's level after
3914         calling parse_args.  We could loop infinitely otherwise.
3915
3916 2000-09-15  Tom Tromey  <tromey@cygnus.com>
3917
3918         * configure, config.in: Rebuilt.
3919         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
3920
3921 2000-09-15  Greg McGary  <greg@mcgary.org>
3922
3923         * cppmacro.c (check_trad_stringification): Check token
3924         text pointers against limit before dereferencing.
3925
3926 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3927
3928         * c-common.c (format_wanted_type): New structure.
3929         (check_format_types): New function.
3930         (check_format_info): Pass all checking of types of format
3931         arguments, including width and precision arguments, to this new
3932         function.
3933
3934 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3935
3936         * BUGS: Remove file.
3937
3938 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
3939
3940         * config/alpha/alpha.c (override_options): ev6 cache latencies
3941         from Richard Henderson.  Don't allow -mmemory-latency=L0.
3942
3943         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
3944         (TARGET_OPTIONS): Add tune=.
3945         (alpha_tune_string): Declare.
3946         * config/alpha/alpha.c (override_options): Add cpu_table.
3947         Use alpha_cpu_string first to set both alpha_cpu and target_flags
3948         and then alpha_tune_string to set alpha_cpu only.
3949         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
3950         * config/alpha/elf.h (ASM_FILE_START): Likewise.
3951         * config/alpha/osf.h (ASM_FILE_START): Likewise.
3952         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
3953
3954 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3955
3956         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
3957         Remove.
3958         (ix86_comparison_operator, ix86_cc_mode): Declare
3959         * i386.h (CCGC, CCGCO): New modes.
3960         (SELECT_CC_MODE): Move offline to ....
3961         * i386.c (ix86_cc_mode): .... here; use new modes.
3962         (ix86_comparison_operator): New.
3963         (fcmov_comparison_operator): Ensure proper mode.
3964         (put_condition_mode): More sanity checking.
3965         (ix86_match_ccmode): Handle new modes.
3966         (ix86_expand_fp_compare): GEU requires CCmode.
3967         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
3968         doing it by hand.
3969         * i386.md (cmp?i_ccz_1): Remove
3970         (cmp?i_ccno_1): Use ix86_match_ccmode.
3971         (cmp?i_minus_1): New.
3972         (cmpsi_1): New expander.
3973         (cmpqi_ext_1): Use match_ccmode
3974         (cmpqi_ext_3): New expander.
3975         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
3976         (cmpqi_ext_4): Use match_ccmode.
3977         (add?i_?): Use match_ccmode.
3978         (add?i_6): New.
3979         (test?i_ccz_1): Remove
3980         (test?i_1): New.
3981         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
3982         (testqi_ext_0): Use ix86_match_ccmode.
3983         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
3984         (xorqi_cc_ext_1): New expander.
3985         (shift patterns): Use CCGOCmode for all shifts except for sar.
3986         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
3987         (setcc_3, jcc_3, miv?icc_c): Remove.
3988
3989 2000-09-15  Will Cohen  <wcohen@redhat.com>
3990
3991         * dwarf2out.c (add_const_value_attribute): Changed array into a
3992         xmalloced object, so it exists after function exit.
3993         (free_AT): Added case for dw_val_class_float to free allocated
3994         memory.
3995
3996 2000-09-15  Kazu Hirata  <kazu@hxi.com>
3997
3998         * config/i386/i386.md: Fix a comment typo.
3999         * gcc.c: Fix formatting.
4000
4001 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
4002
4003         * optabs.c (emit_libcall_block): If target is a user variable,
4004         copy to a temporary first.
4005         * expr.c (convert_move): When generating a libcall, make a libcall
4006         block.
4007         * calls.c (emit_library_call_value_1): Don't create a libcall
4008         sequence here; our caller will in most cases do it.
4009
4010         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
4011         MACH into FPUL.
4012         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
4013         * sh.md (reload_outsf): Generate recognizable patterns for
4014         TARGET_SH3E.
4015         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
4016         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
4017         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
4018         truncdfsf2_i4): Change not to use explicit references to fpul.
4019         (floatsisf2_ie): Remove USE of fpscr.
4020         (floatsisf2): Change default expansion to match this.
4021         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
4022         unused patterns.
4023
4024 2000-09-15  Richard Henderson  <rth@cygnus.com>
4025
4026         * expmed.c (store_bit_field): Consider naturally aligned
4027         memory for direct reference.
4028
4029 2000-09-15  Richard Henderson  <rth@cygnus.com>
4030
4031         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
4032         AND addresses into alias set 0.
4033         (alpha_expand_unaligned_store): Likewise.
4034         (alpha_expand_unaligned_load_words): Likewise.
4035         (alpha_expand_unaligned_store_words): Likewise.
4036
4037 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
4038
4039         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
4040         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
4041         is defined.
4042         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
4043         rsize of UNITS_PER_WORD.
4044
4045 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
4046
4047         * cpplex.c (ON_REST_ARG): Correct the test.
4048         (maybe_paste_with_next): Duplicate a token that fail pasting,
4049         and clear its PASTE_LEFT flag, so that nested pasting attempts
4050         do not occur.
4051
4052 2000-09-14  Richard Henderson  <rth@cygnus.com>
4053
4054         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
4055         * cse.c (rtx_cost): Likewise.
4056         * optabls.c (expand_binop): Likewise.
4057         (expand_twoval_binop, prepare_cmp_insn): Likewise.
4058         * regclass.c (copy_cost): Likewise.
4059         * reload1.c (reload_cse_move2add): Likewise.
4060
4061 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4062
4063         * c-parse.in (reswords): Add _Complex.
4064
4065 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4066
4067         * gcc.1: Delete documentation for -undef preprocessor option.
4068
4069 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
4070
4071         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
4072         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
4073         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
4074         Remove undefine before config/elfos.h.
4075         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
4076
4077 2000-09-14  Kazu Hirata  <kazu@hxi.com>
4078
4079         * invoke.texi (H8/300 Options): Add -ms2600.
4080         * config/h8300.c (h8300_init_once): Output an error when -ms2600
4081         is used without -ms.
4082         * config/h8300.h (TARGET_MAC): New.
4083         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
4084         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
4085         machine other than H8/S2600.
4086         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
4087         of the H8/S2000.
4088
4089 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
4090
4091         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
4092         pseudos that refer to the original pseudos, not only to their
4093         equivalent memory locations.
4094
4095 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4096
4097         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
4098         when making new MEM.
4099
4100         * Makefile.in (LN): Remove duplicate definition.
4101
4102 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
4103
4104         From Joern Rennecke:
4105         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
4106         on an insn and function_invariant_p returns nonzero for the source,
4107         add a REG_EQUAL note.
4108
4109 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
4110
4111         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
4112         conflict with frame_pointer_rtx.
4113
4114 2000-09-13  Kazu Hirata  <kazu@hxi.com>
4115
4116         * loop.c: Fix formatting.
4117         * loop.h: Likewise.
4118
4119 2000-09-13  Richard Henderson  <rth@cygnus.com>
4120
4121         * config/ia64/ia64.md (divsf3): New.
4122         (divsf3_internal_lat, divsf3_internal_thr): New.
4123         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
4124         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
4125         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
4126         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
4127         (nmadddf4_alts, nmadddf4_trunc): New.
4128         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
4129         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
4130         (multf3_truncsf_alts, multf3_truncdf_alts): New.
4131         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
4132         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
4133         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
4134         (nmaddtf4_truncdf_alts): New.
4135         (recip_approx): Don't predicate.
4136
4137 2000-09-13  Richard Henderson  <rth@cygnus.com>
4138
4139         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
4140
4141 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4142
4143         * flags.h (flag_dump_rtl_in_asm): Declare.
4144         * toplev.c (flag_dump_rtl_in_asm): Define.
4145         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
4146         if -dP is specified.
4147         * rtl.h (print_rtx_head): Declare.
4148         * print-rtl.c (print_rtx_head): Define.
4149         (print_rtx): Print the string pointed to by print_rtx_head
4150         at beginning of each dump line.
4151         (print_rtl): Likewise.
4152         (print_rtl_single): Likewise.
4153         * final.c (final_scan_insn): Dump the insn in the assembly
4154         file for debugging.
4155         * gcc.1: Document -dP option.
4156         * invoke.texi (Debugging Options): Likewise.
4157
4158 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4159
4160         * md.texi (Machine Constraints): Document the 68HC11 constraints.
4161         * install.texi (Configurations): Document the 68HC11&68HC12 port.
4162         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
4163
4164 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
4165
4166         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
4167         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
4168         (*clrstrqi): Likewise.
4169         (xorhi3,xorsi3,absqi2): Likewise.
4170         (one_cmplhi2,one_cmplsi2): Likewise.
4171         (addsi3): Two stupid constraint alternatives removed.
4172         (extendhisi2): Use `movw' for enhanced avr cores.
4173         (zero_extendhisi2): Likewise.
4174
4175 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
4176
4177         * alias.c (find_base_term): Use frame_pointer_rtx
4178         when handling an ADDRESSOF.
4179
4180         * cse.c (canon_hash): Handle USE of BLKmode memory.
4181         (cse_insn): Outgoing arguments for a libcall don't
4182         affect any recorded expressions.
4183
4184 2000-09-12  Tom Tromey  <tromey@cygnus.com>
4185
4186         * configure, config.in: Rebuilt.
4187         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
4188
4189 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
4190
4191         * c-lex.c (lex_string): Use charwidth to compute bytemask.
4192         * expr.c (expand_expr): Don't optimize constant array references
4193         initialized with wide string constants.
4194
4195 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
4196
4197         * loop.c (note_set_pseudo_multiple_uses): Correct.
4198
4199 2000-09-12  Jim Wilson  <wilson@cygnus.com>
4200
4201         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
4202         else block, and X has side-effects, then fail.
4203
4204 2000-09-12  Greg McGary  <greg@mcgary.org>
4205
4206         * config/mips/mips-protos.h
4207         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
4208         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
4209         (PREDICATE_CODES): Add "trap_cmp_op".
4210         * config/mips/mips.c
4211         (trap_cmp_op, mips_gen_conditional_trap): New functions.
4212         * config/mips/mips.md (trap, conditional_trap): New patterns.
4213
4214 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
4215
4216         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
4217         pointer.
4218
4219 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4220
4221         * builtins.c (built_in_decls): New array.
4222         (expand_builtin_fputs): New function.
4223         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
4224
4225         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
4226
4227         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
4228
4229         * tree.h (built_in_decls): New array.
4230
4231 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
4232
4233         * convex.md: Use "+" instead of "=" for outputs wrapped in a
4234         STRICT_LOW_PART.
4235         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
4236
4237 2000-09-12  Kazu Hirata  <kazu@hxi.com>
4238
4239         * haifa-sched.c: Fix formatting.
4240
4241         * genattrtab.c: Fix formatting.
4242
4243         * unroll.c: Fix formatting.
4244
4245 2000-09-12  Bruce Korb  <bkorb@gnu.org>
4246
4247         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
4248         remove obsolete code
4249         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
4250         * fixinc/fixincl.tpl: make non-exported arrays static scope
4251         * fixinc/fixincl.x: regenerate
4252         * fixinc/fixlib.h: Use PARAMS, not _P_
4253         * fixinc/fixtests.c: make a type for the test proc & use it
4254         * fixinc/server.h: Use PARAMS, not _P_
4255
4256 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4257
4258         * c-typeck.c (process_init_element): Avoid union init warnings on
4259         floating point zero.  Don't crash on unions containing structs.
4260
4261 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
4262
4263         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
4264         general_movsrc_operand, and remove CONST_INT from
4265         general_movdst_operand.
4266
4267 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
4268
4269         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
4270         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
4271         regs with a higher cost.
4272         (preferrable): Deal with cases where either cost or regcost is
4273         MAX_COST.
4274         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
4275         regcost values.
4276         (COSTS_N_INSNS): Move definition...
4277         * rtl.h: ...here.
4278         (MAX_COST): New macro.
4279         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
4280         constant.
4281
4282 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
4283
4284         * c-common.h (genrtl_clear_out_block): Remove.
4285         * c-semantics.c (genrtl_clear_out_block): Remove.
4286         (genrtl_while_stmt): Don't call it.
4287         (genrtl_for_stmt): Likewise.
4288
4289 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4290
4291         * cppfiles.c: Move all default-#defines to top of file.
4292         (open_include_file): Replace by lookup_include_file.
4293         (read_with_read, read_file): Merged into read_include_file.
4294         (stack_include_file, purge_cache): New functions.
4295         (close_cached_fd): Delete.
4296         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
4297         Cache the in-memory buffer, not the file descriptor.
4298
4299         * cpphash.h (struct include_file): Add buffer, st, refcnt,
4300         mapped fields.
4301         (xcnew): New utility macro.
4302         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
4303         * cpplib.h (struct cpp_buffer): Remove mapped field.
4304
4305 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4306
4307         * cpplex.c (parse_string): Accept backslash space newline as a
4308         line continuation.
4309         (lex_line): Likewise.
4310         (_cpp_get_token): Remove hard limit on macro nesting.
4311
4312 2000-09-12  Philipp Thomas  <pthomas@suse.de>
4313
4314         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
4315         * configure: Rebuilt.
4316
4317 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
4318
4319         * flow.c (split_block): Fix update of registers live at
4320         end of split block.
4321
4322 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4323
4324         * i386.md (add?i_3, add?i_5): New.
4325         (add?i_4): Rename from add?i_3;  Fix compare pattern.
4326         (sub?i_3, xor?i_3, ior?i_3): New.
4327
4328         * genrecog.c (write_tree): Output code to clear insn_extract cache.
4329         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
4330         instead of extract_insn and extract_constrain_insn_cache instead of
4331         extract_insn and constrain_operands.
4332         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
4333         New functions.
4334         (extract_insn): Clear which_alternative.
4335         (constrain_operands): Set which_alternative to -1 when failed.
4336         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
4337         Declare.
4338
4339 2000-09-11  Matthew Hiller  <hiller@redhat.com>
4340
4341         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
4342         on operand 0 to '+'.
4343         (movstricthi): Likewise.
4344
4345 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4346
4347         * loop.h (LOOP_IVS): New macro.
4348         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
4349         (struct loop_ivs): New.
4350         (struct loop_info): Add ivs field.
4351         (reg_iv_type, reg_iv_info): Delete prototype.
4352         (reg_biv_class, loop_iv_list): Likewise.
4353         * loop.c (record_biv, find_life_end): Pass loop argument.
4354         (reg_iv_type): Remove global array and use
4355         field in loop_regs structure within loop_ivs structure.
4356         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
4357         (first_increment_giv, last_increment_giv): Use entry in
4358         loop_ivs structure.
4359         (record_initial): Pass ivs pointer.
4360         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
4361
4362 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4363
4364         * loop.h (LOOP_REGS): New macro.
4365         (struct loop_regs): New.
4366         (struct loop_info): Add regs field.
4367         * loop.c (set_in_loop): Remove global array and store
4368         in loop_regs structure as part of loop_info structure.
4369         (n_times_set, may_not_optimize): Likewise.
4370         (reg_single_usage, moved_once): Likewise.
4371         (count_one_set): Add regs argument.
4372         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
4373         (set_pseudo_multiple_uses): Pass regs pointer.
4374
4375 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4376
4377         * unroll.c (iteration_info): Subsume into loop_iterations.
4378         * loop.h (loop_info): New field iv.
4379
4380 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4381
4382         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
4383         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
4384         (flow_loops_update): New prototype.
4385         (flow_loops_find): Add flags to prototype.
4386         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
4387         * flow.c (flow_loop_pre_header_scan): New.
4388         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
4389         (flow_loop_free): Free pre-header root and trace and exit dominators.
4390         (flow_loops_find): New argument flags.
4391         (flow_loops_update): New function.
4392         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
4393
4394 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4395
4396         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
4397         * flow.c (split_block, update_bb_for_insn): New functions.
4398
4399 2000-09-11  Richard Henderson  <rth@cygnus.com>
4400
4401         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
4402
4403 2000-09-11  Richard Henderson  <rth@cygnus.com>
4404
4405         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
4406         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
4407         (ia64_override_options): Prevent optimizing division for both
4408         latency and throughput.
4409         (rtx_needs_barrier): Handle frcpa.
4410         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
4411         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
4412         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
4413         (TARGET_SWITCHES): Add -minline-divide-min-latency and
4414         -minline-divide-max-throughput.
4415         (PREDICATE_CODES): Update.
4416         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
4417         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
4418         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
4419         (extendsftf2): Likewise.
4420         (extenddftf2): Likewise.
4421         (fix_trunctfdi2_alts): New.
4422         (fixuns_trunctfdi2_alts): New.
4423         (madd*4): Rename from madd*3.
4424         (divsi3, modsi3, udivsi3, umodsi3): New.
4425         (divsi3_internal): New.
4426         (divdi3, moddi3, udivdi3, umoddi3): New.
4427         (divdi3_internal_lat, divdi3_internal_thr): New.
4428         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
4429         (recip_approx): New.
4430
4431 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4432
4433         * print-rtl.c (debug_call_placeholder_verbose): New variable.
4434         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
4435         set.
4436         * integrate.c (copy_rtx_and_substitute): Don't share
4437         LEAF_REG_REMAPpable registers with the inlined function.  Don't
4438         share the function value with calling sequences.
4439
4440 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
4441
4442         * c-decl.c (do_case): Fix a typo.
4443
4444         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
4445         to a if the comparison is floating mode and not -ffast-math.
4446         * simplify-rtx.c (simplify_ternary_operation): Likewise.
4447
4448 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4449
4450         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
4451         gen_ic_invalidate_line.
4452
4453 2000-09-11  Philip Blundell  <pb@futuretv.com>
4454
4455         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
4456
4457 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
4458
4459         * install.texi (LANGUAGES): Update to include new languages.
4460         * INSTALL: Rebuilt.
4461
4462 2000-09-11  DJ Delorie  <dj@redhat.com>
4463
4464         * gcc.c (main): Don't warn about unused -B prefixes
4465         (unused_prefix_warnings): remove
4466
4467 2000-09-11  Kazu Hirata  <kazu@hxi.com>
4468
4469         * final.c: Fix formatting.
4470
4471         * integrate.c: Fix formatting.
4472
4473 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
4474
4475         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
4476
4477 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
4478
4479         * reload.c (regno_clobbered_p): Fix thinko in previous change.
4480
4481 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4482
4483         * gcc.1: Document 68hc11 specific options.
4484
4485 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
4486
4487         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
4488         (TARGET_LONG_DOUBLE_128): Define.
4489         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
4490         (LONG_DOUBLE_TYPE_SIZE): Redefine.
4491         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
4492         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
4493         of __LONG_DOUBLE_128__.
4494         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
4495         passed.
4496         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
4497         (CPP_SYSV_DEFAULT_SPEC): Define.
4498         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
4499         (INIT_TARGET_OPTABS): Define.
4500
4501         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
4502         (RS6000_UITRUNC): Likewise.
4503         (INIT_TARGET_OPTABS): New macro.
4504         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
4505         (trunc_defined): Delete.
4506         (output_prolog): Don't output .extern definitions for fp->int
4507         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
4508         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
4509         (trunc_defined): Delete.
4510         (RS6000_ITRUNC): Moved to aix.h.
4511         (RS6000_UITRUNC): Likewise.
4512         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
4513         only emit a libcall.
4514         (fixuns_truncdfsi2): Delete.
4515         (trunc_call): Delete.
4516         (trunc_call_rtl): Delete.
4517
4518 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4519
4520         * varasm.c (make_decl_rtl): Restore leading star on
4521         DECL_ASSEMBLER_NAME set for decls with an asmspec.
4522
4523 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4524
4525         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
4526         won't give a spurious error for '#pragma pack()'.  Simplify
4527         control flow for readability.  'reset' action is not necessary.
4528
4529 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4530
4531         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
4532         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
4533         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
4534         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
4535
4536         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
4537         profile.c, sdbout.c, tradcif.y, tree.c:
4538         Include defaults.h if not already included.
4539         Don't define the above macros.
4540
4541         * Makefile.in: Update dependencies.
4542
4543 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
4544
4545         * c-common.h (add_stmt): Change prototype.
4546         (RECHAIN_STMTS): New macro.
4547         (CASE_LABEL_DECL): Likewise.
4548         (genrtl_case_label): Change prototype.
4549         (c_expand_start_case): Remove prototype.
4550         (build_case_label): Change prototype.
4551         (decl_constant_value): Declare.
4552         * c-common.c (check_case_value): Handle C++'s extensions to C
4553         semantics.
4554         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
4555         field.
4556         * c-parse.in (stmt): Adjust handling of return statements and case
4557         laels.
4558         * c-semantics.c (add_stmt): Return the new statement.
4559         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
4560         returned expression.  Directly generate RTL, rather than calling
4561         c_expand_return.
4562         (genrtl_switch_stmt): Don't call c_expand_start_case.
4563         (build_case_label): Take the LABEL_DECL as input, too.
4564         (genrtl_case_label): Just call add_case_node.
4565         (expand_stmt): Adjust calls to genrtl_return_stmt and
4566         genrtl_case_label.
4567         * c-tree.h (c_expand_start_case): Declare.
4568         * c-typeck.c (decl_constant_value): Give it external linkage.
4569         (c_expand_return): Don't call expand_return or expand_null_return;
4570         use genrtl_return_stmt instead.
4571         * stmt.c (struct nesting): Remove num_ranges field.
4572         (add_case_node): Give it external linkage.
4573         (expand_start_case): Don't set num_ranges.
4574         (expand_start_case_dummy): Don't clear it.
4575         (pushcase): Rely on add_case_node to handle `default' labels.
4576         (add_case_node): Handle `default' labels.
4577         * tree.c (tree_int_cst_compare): New function.
4578         * tree.h (tree_int_cst_compare): Declare.
4579         (add_case_node): Likewise.
4580
4581 2000-09-10  Richard Henderson  <rth@cygnus.com>
4582
4583         * c-parse.in: Revert last change.
4584         (init_reswords): Do not enter disabled keywords into the ridpointers
4585         table, modulo objc weirdness.
4586         (_yylex): Return the canonical spelling for a keyword.
4587
4588 2000-09-10  Philip Blundell  <philb@gnu.org>
4589
4590         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
4591         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
4592
4593 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
4594
4595         * alias.c (find_base_term): Handle ADDRESSOF.
4596         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
4597
4598 2000-09-10  Denis Chertykov  <denisc@overta.ru>
4599
4600         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
4601         outputting templates with many lines.
4602
4603 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4604
4605         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
4606         to decide whether 64-bit support must be generated.
4607
4608 2000-09-10  Richard Henderson  <rth@cygnus.com>
4609
4610         * c-parse.in (asm patterns): Fix volatile check.
4611
4612 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4613
4614         * cppmacro.c (check_trad_stringification): New function.
4615         (save_expansion): If -Wtraditional, warn about stringification of
4616         macro arguments.
4617
4618 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
4619
4620         * loop.h (struct loop_mem_info): Move from loop.c
4621         (struct loop_info): Add fields store_mems, mems, mems_idx,
4622         mems_allocated, unknown_address_altered,
4623         unknown_constant_address_altered, num_mem_sets, and
4624         first_loop_store_insn.
4625
4626         * loop.c (loop_store_mems): Replace with field in loop_info struct.
4627         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
4628         (unknown_address_altered, unknown_constant_address_altered): Likewise.
4629         (num_mem_sets): Likewise.
4630         (replace_loop_mems, replace_loop_regs): New.
4631         (struct loop_replace_args): New.
4632         (load_mems): Use replace_loop_mems.
4633         (try_copy_prop): Use replace_loop_regs.
4634         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
4635
4636 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4637
4638         * configure.in: Recognize m6811-elf and m6812-elf.
4639         * configure: Regenerate.
4640
4641 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
4642
4643         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
4644         to operand_subword.
4645
4646 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
4647
4648         * loop.c (struct movables): New.
4649         (num_movables): Move into struct movables.
4650         (the_movables): Change type to struct movables.
4651         (ignore_some_movables): Change struct movable arg to struct movables.
4652         (force_movables, combine_movables, regs_match_p): Likewise.
4653         (rtx_equal_for_loop_p, move_movables): Likewise.
4654         (scan_loop): Change movables to be of type struct movables.
4655         Replace last_movable with field in movables structure.
4656
4657 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
4658
4659         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
4660         (init_pragma): Avoid warning if pfile happens to be unused.
4661         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
4662         define init_pragma to nothing.  Always prototype
4663         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
4664
4665         * c-lex.c (process_directive): Always call dispatch_pragma.
4666         Initialize entering_c_header to 0.
4667
4668 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4669
4670         * config/m68hc11/m68hc11.md: New file, machine description for
4671         68HC11 & 68HC12.
4672         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
4673         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
4674         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
4675         * config/m68hc11/m68hc11-protos.h: New file.
4676         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
4677         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
4678         * config/m68hc11/xm-m68hc11.h: New file, target defs.
4679         * config/m68hc11/larith.asm: New file, libgcc routines.
4680
4681 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4682
4683         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
4684         (FPBIT_FUNCS): Add _usi_to_sf.
4685         * config/fp-bit.c (usi_to_float): New function.
4686         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
4687         (usi_to_float): Add appropriate #define.
4688
4689 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
4690
4691         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
4692         new functions.
4693         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
4694         * i386.md (attr "type"): Add sse and mmx types.
4695         (attr "memory"): Handle them without a crash.
4696         (movsi_1, movdi_2): Allow MMX regs.
4697         (movdi splits): Don't split moves involving MMX regs.
4698         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
4699         (movv4sf_internal, movv4si_internal, movv8qi_internal,
4700         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
4701         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
4702         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
4703         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
4704         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
4705         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
4706         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
4707         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
4708         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
4709         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
4710         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
4711         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
4712         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
4713         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
4714         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
4715         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
4716         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
4717         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
4718         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
4719         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
4720         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
4721         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
4722         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
4723         mmx_clrdi): New patterns.
4724
4725 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
4726
4727         * arm.c: Don't include tm.h directly.
4728
4729 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4730
4731         * recog.c (validate_replace_rtx_1): Fix confusion about equality
4732         testing; simplify subregs of constants and nested subregs.
4733
4734 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
4735
4736         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
4737
4738 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
4739
4740         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
4741         VEC_CONCAT.
4742         * rtl.texi (description of USE): Add note about possible pitfalls
4743         with this rtx.
4744         From Richard Henderson:
4745         * reload1.c (choose_reload_regs): Compute need_mode properly.
4746
4747 2000-09-07  Richard Henderson  <rth@cygnus.com>
4748
4749         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
4750         (__modsi3, __umodsi3): Likewise.
4751         (__udivsi3): Likewise.  Normalize the TFmode values.
4752
4753 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
4754
4755         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
4756         with a prototype.
4757         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
4758         warning.
4759
4760 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4761
4762         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
4763         (cmpeqdi_t): Add output pattern.
4764         (cmpeqdi_t+1): Don't split when not optimizing.
4765         Restore proper splitting operation.
4766
4767 2000-09-07  Richard Henderson  <rth@cygnus.com>
4768
4769         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
4770         do not call dispatch_pragma.
4771
4772 2000-09-07  Jim Wilson  <wilson@cygnus.com>
4773
4774         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
4775         to CLASS_CANNOT_CHANGE_MODE.
4776         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
4777         mode classes are different.
4778
4779 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
4780
4781         * cpplib.h (struct cpp_options): Add user_label_prefix member,
4782         left out of commit which removed cppulp.c.
4783
4784 2000-09-07  Richard Henderson  <rth@cygnus.com>
4785
4786         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
4787         after switch for CASE_DROPS_THROUGH.
4788
4789 2000-09-07  Richard Henderson  <rth@cygnus.com>
4790
4791         * loop.c (strength_reduce): Call check_ext_dependant_givs.
4792         Properly extend the biv initial value for the giv.
4793         (record_biv): Zero ext_dependant.
4794         (record_giv): New argument ext_val.  Update all callers.
4795         (general_induction_var): Likewise.
4796         (consec_sets_giv): Likewise.
4797         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
4798         a sign-extend, zero-extend, or truncate.
4799         (combine_givs_p): Make sure modes are compatible.
4800         (check_ext_dependant_givs): New.
4801         (extend_value_for_giv): New.
4802         * loop.h (struct induction): Add ext_dependant.
4803         * unroll.c (iteration_info): Extend the biv initial value for the giv.
4804         (find_splittable_givs): Likewise.
4805         (final_giv_value): Likewise.
4806
4807 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
4808
4809         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
4810         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
4811         definitions from cpplib.h.
4812         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
4813         already done it.
4814         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
4815         documentation for REGISTER_TARGET_PRAGMAS.
4816
4817         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
4818         default-pragma callback to implement -Wunknown-pragmas if
4819         USE_CPPLIB.
4820         * c-parse.in: Move all includes to top of file.
4821         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
4822         tm_p.h.
4823         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
4824         warning.
4825         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
4826
4827         * arm.h, arm-protos.h, arm.c,
4828           c4x.h, c4x-protos.h, c4x.c,
4829           h8300.h, h8300-protos.h, h8300.c,
4830           i370.h, i370-protos.h, i370.c,
4831           i960.h, i960-protos.h, i960.c,
4832           sh.h, sh-protos.h, sh.c,
4833           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
4834         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
4835
4836         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
4837         multiple include guard.
4838         * i370.md (untyped_call): Use GEN_CALL.
4839         (umodsi3): Remove unused variable.
4840         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
4841         * v850.c (output_move_single, output_move_double): Constify
4842         return value.
4843         (print_operand): Constify a char *.
4844         * v850.h (struct small_memory_info): Constify name member.
4845
4846 2000-09-07  Kazu Hirata  <kazu@hxi.com>
4847
4848         * config/h8300.h: Fix comment typos.
4849         * config/h8300/h8300.md: Likewise.
4850         * config/h8300/lib1funcs.asm: Likewise.
4851
4852 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
4853
4854         * Makefile.in: Remove references to cppulp.{c,o}.
4855         * cppinit.c (initialize_builtins, cpp_start_read,
4856         cpp_handle_option): Update to use cpp_options structure.
4857         * cppulp.c: Remove.
4858
4859 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4860
4861         * c-common.c (time_char_table): Allow %#b and %#h.
4862
4863 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4864
4865         * reorg.c (find_end_label): If the basic block reorder pass moves the
4866         return insn to some other place try to locate it again and put our
4867         end_of_function_label there.
4868         * reorg.c (relax_delay_slots): Check if find_end_label created a
4869         new label that invalidates the current optimazation.
4870
4871 2000-09-07  Catherine Moore  <clm@redhat.com>
4872
4873         * unroll.c (unroll_loop): Check for unconditional jumps
4874         to loop continuation.  Delete if n_iterations is 1.
4875         (ujump_to_loop_cont): New routine.
4876
4877 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
4878
4879         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
4880         MODE_VECTOR_FLOAT.
4881         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
4882         to handle multiword modes correctly.  All callers and the declaration
4883         changed.
4884
4885 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
4886
4887         * c-common.h (prep_stmt): Declare.
4888         (lang_expand_stmt): Likewise.
4889         * c-decl.c (lang_expand_stmt): Remove.
4890         * c-semantics.c (lang_expand_stmt): Define.
4891         (prep_stmt): New function.
4892         (expand_stmt): Handle common statement types here.
4893
4894 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4895
4896         * configure.in (sh-*-linux*): Added.
4897         * configure: Rebuilt.
4898         * config/sh/t-linux: New file.
4899         * config/sh/sh.h (USERMODE_BIT): Define.
4900         (TARGET_USERMODE): Likewise.
4901         (TARGET_SWITCHES): New switches for the bits above.
4902         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
4903         * config/sh/linux.h: New file.
4904         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
4905         underscore on linux.
4906         (L_sdivsi3, L_udivsi3): Define for linux.
4907         (L_ic_invalidate): Define.
4908         * invoke.texi (SH Options): Document -musermode.
4909
4910 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
4911
4912         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
4913         CSE unless generating PIC.
4914
4915         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
4916         the PIC register.
4917
4918 2000-09-06  H.J. Lu  (hjl@gnu.org)
4919
4920         * Makefile.in (clean_s1): Depend on stage_b.
4921         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
4922         stage2. They are used for "make compare".
4923
4924 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
4925
4926         Move statement-tree facilities from C++ to C front-end.
4927         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
4928         (void_zero_node): New macro.
4929         (struct stmt_tree_s): New type.
4930         (stmt_tree): New typedef.
4931         (struct language_function): New type.
4932         (last_tree): New macro.
4933         (last_expr_type): Likewise.
4934         (walk_tree_fn): New typedef.
4935         (current_stmt_tree): New function.
4936         (begin_stmt_tree): Likewise.
4937         (add_stmt): Likewise.
4938         (finish_stmt_tree): Likewise.
4939         (statement_code_p): Likewise.
4940         (lang_statement_code_p): New variable.
4941         (walk_stmt_tree): New function.
4942         (STMT_IS_FULL_EXPR_P): New macro.
4943         * c-common.c (lang_statement_code_p): New variable.
4944         (c_common_nodes_and_builtins): Initialize void_zero_node.
4945         (statement_code_p): New function.
4946         (walk_stmt_tree): Likewise.
4947         * c-decl.c (language_function): Rename to ...
4948         (c_language_function): ... this.  Include language_function.
4949         (push_c_function_context): Adjust accordingly.
4950         (pop_c_function_context): Likewise.
4951         (mark_c_function_context): Likewise.
4952         (current_stmt_tree): Define.
4953         * c-semantics.c (begin_stmt_tree): New function.
4954         (add_stmt): Likewise.
4955         (prune_unused_decls): Likewise.
4956         (finish_stmt_tree): Likewise.
4957
4958 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4959
4960         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
4961
4962 2000-09-06  Kazu Hirata  <kazu@hxi.com>
4963
4964         * calls.c: Fix formatting.
4965
4966 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
4967
4968         * config/i386/i386.h (ADDRESS_COST): Fix typo.
4969
4970 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4971
4972         Integrated preprocessor.
4973
4974         * Makefile.in: Remove all references to c-parse.gperf,
4975         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
4976         generating c-parse.c.  Update dependencies.
4977         * c-parse.gperf, c-gperf.h: Delete.
4978
4979         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
4980         yy_lim, or yy_get_token.  Don't define get_directive_line if
4981         USE_CPPLIB.
4982         * c-common.h: Add multiple include guard.  Define RID values
4983         for every keyword in C, C++, and Objective C.  Put all the
4984         modifiers first.
4985         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
4986         * c-decl.c (c_decode_option): Handle -lang-objc here.
4987         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
4988         (grokdeclarator): Adjust for new RID scheme.
4989         (extract_interface_info): New stub.
4990         * c-lang.c: Don't declare yy_cur or parse_options.
4991         (lang_init_options): Call cpp_init.  Don't call
4992         cpp_options_init.
4993         (lang_init): Don't call check_newline if USE_CPPLIB.
4994
4995         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
4996         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
4997         rendered unnecessary by new architecture.  Move routines not
4998         shared with C++ to c-parse.in.  Maintain a local idea of the
4999         line number.    Handle C++ as well as C.
5000         [USE_CPPLIB]: Declare and register callbacks for #ident and
5001         for entering/leaving files.
5002         (init_c_lex, c_lex): Are now the entry points to this file.
5003         (check_newline): Break out directive handling to
5004         process_directive.
5005         (read_ucs, is_extended_char, utf8_extend_token): Moved here
5006         from C++ front end.
5007         (readescape, parse_float): Overhaul.
5008         (lex_number, lex_string, lex_charconst): Break out of c_lex
5009         (n'ee yylex).
5010         (get_fileinfo, update_header_times, dump_one_header,
5011         dump_time_statistics): New and/or moved here from C++.
5012         Support per-file data needed by C++ and per-header timing
5013         statistics (C++ only, at the moment).
5014         * c-lex.h: Update prototypes.  Add multiple include guard.
5015         * c-tree.h (struct lang_identifier): Add rid_code field.
5016         (C_IS_RESERVED_WORD, C_RID_CODE): New.
5017
5018         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
5019         reinit_parse_for_function and/or position_after_white_space.
5020         (save_filename, save_lineno): Look ahead before saving.
5021         (label -> identifier ':'): Save file and line before shifting ':'.
5022         (reservedwords): No need to call get_identifier.
5023         (init_parse, finish_parse, yyerror, yylex, yyprint,
5024         make_pointer_declarator): Are now here for C/ObjC.
5025         (rid_to_yy): Conversion table from RID constants to Yacc codes.
5026
5027         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
5028         #pragma registry.  Provide dummy implementation of that
5029         interface if !USE_CPPLIB.
5030         * c-pragma.h: Update to match.
5031
5032         * flags.h: Add multiple include guard.
5033         (flag_detailed_statistics): Moved here from C++.
5034         * toplev.c: Define flag_detailed_statistics.
5035
5036         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
5037         #if USE_CPPLIB.
5038         * timevar.def (TV_CPP, TV_LEX): New.
5039         * timevar.h: Add multiple include guard.
5040
5041         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
5042         #if USE_CPPLIB.
5043         * objc/objc-act.c: Don't mention yy_cur or parse_options.
5044         Initialize cpplib properly.  Force lineno to 0 after first
5045         call to check_newline.  Don't handle -lang-objc here.
5046         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
5047
5048 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
5049
5050         * rs6000.md: Correct function unit definitions for cr_logical and
5051         mtjmpr.
5052         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
5053         and use portable method for >=0 and floating point >=.  Remove
5054         associated matchers.
5055
5056 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
5057
5058         * extend.texi: Mark named return value extension as deprecated.
5059
5060 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
5061
5062         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
5063         the result.
5064
5065 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
5066
5067         * toplev.c (display_help): Fix thinko in documentation.
5068
5069         * diagnostic.h (output_buffer::indent_skip): New fields.
5070         (output_indentation): New macro.
5071
5072         * diagnostic.c (output_indent): New function.
5073         (output_set_prefix, clear_diagnostic_info): Use.
5074         (output_emit_prefix): Predict future indentation.
5075
5076 2000-09-06  DJ Delorie  <dj@redhat.com>
5077
5078         * Makefile.in (stage_*): add more dependencies to ensure parallel
5079         builds build correctly
5080
5081 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
5082
5083         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
5084         not bootstrap-lean_f.
5085
5086 2000-09-06  Andreas Schwab  <schwab@suse.de>
5087
5088         * mklibgcc.in: Emit rule for libgcc-stage-start.
5089         * Makefile.in (stage1-start, stage2-start, stage3-start,
5090         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
5091
5092 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
5093
5094         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
5095         (update_equiv_regs): Likewise, except for the mn10200 kludge.
5096         (combine_regs): Likewise.
5097
5098         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
5099         * cse.c: Include "basic-block.h".
5100         (struct table_elt): New field REGCOST.
5101         (CHEAP_REG): Delete macro.
5102         (COST): Return 0 for REGs.
5103         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
5104         (notreg_cost): Return 0 for appropriate SUBREGs.
5105         (COSTS_N_INSNS): Return N * 2.
5106         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
5107         SUBREGs.
5108         (CHEAPER): Use new function preferrable.
5109         (insert): Initialize REGCOST member.
5110         (find_best_addr): Use approx_reg_cost for estimation of register
5111         usage.
5112         (cse_insn): Likewise.
5113         * loop.c (iv_add_mult_cost): New function.
5114         (add_cost, shift_cost, mult_cost): Delete variables.
5115         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
5116         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
5117         Make code that detects autoinc opportunities slightly less optimistic.
5118         (simplify_giv_expr): If expression contains other reg that is also a
5119         giv, only increment benefit if this is the only use of that reg.
5120         (consec_sets_giv): Take that change into account.
5121         (combine_givs): Slightly more verbose output.
5122
5123         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
5124         not the cost of an equivalent shift.
5125         * sh-protos.h (addsubcosts): Declare.
5126         * sh.c (addsubcosts): New function.
5127         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
5128         (RTX_COSTS): Tweak.  Use addsubcosts.
5129         (ADDRESS_COST): Return higher cost for reg+reg addressing.
5130
5131 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
5132
5133         * config/rs6000/rs6000.c (validate_condition_mode): New function.
5134         (branch_comparison_operator): Call validate_condition_mode to
5135         abort rather than returning 0.
5136         (branch_positive_comparison_operator): New function.
5137         (scc_comparison_operator): Call validate_condition_mode to abort
5138         rather than returning 0.
5139         (ccr_bit): Call validate_condition_mode.  Update for
5140         new branch scheme.
5141         (print_operand): Delete %C modifier.  Update %E case
5142         to use EQ bit not SO bit.
5143         (rs6000_reverse_condition): New function.
5144         (rs6000_generate_compare): New function.
5145         (rs6000_emit_sCOND): New function.
5146         (rs6000_emit_cbranch): New function.
5147         (output_cbranch): The length of a long branch insn is
5148         now only 8 bytes.  Add validate_condition_mode.  Use
5149         rs6000_reverse_condition.  Remove cror generation.
5150
5151         * config/rs6000/rs6000.h: Update comments.
5152         (PREDICATE_CODES): Add new predicate.  Update codes used
5153         by branch_comparison_operator and scc_comparison_operator.
5154         * config/rs6000/rs6000-protos.h: Add prototypes for
5155         new external functions.
5156         * config/rs6000/rs6000.md: Add new scheduling parameters
5157         for cr_logical instructions.  Change length of branch
5158         instructions.
5159         (bCOND patterns): Call rs6000_emit_cbranch.
5160         (sCOND patterns): Call rs6000_emit_sCOND.
5161         (branch patterns): Change lengths to 4.
5162         (cr logical patterns): New.
5163
5164 2000-09-06  Richard Henderson  <rth@cygnus.com>
5165
5166         * config/i386/i386.md (call_pop): Fix test for setting
5167         current_function_uses_pic_offset_table.
5168         (call, call_value_pop, call_value): Likewise.
5169
5170 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
5171
5172         * timevar.c (timevar_add): Delete.
5173         (timevar_get): Also count time since the selected timer was
5174         last updated.  Do not examine the timevar stack if the
5175         selected timer is standalone.
5176
5177 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5178
5179         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
5180
5181 2000-09-05  Jason Merrill  <jason@redhat.com>
5182
5183         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
5184         for 'extern' arrays.
5185
5186 2000-09-05  Richard Henderson  <rth@cygnus.com>
5187
5188         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
5189         Eliminate final copy from non-trapping case.
5190         (__divdf3, __divsf3): Likewise.
5191
5192 2000-09-05  Richard Henderson  <rth@cygnus.com>
5193
5194         * config/ia64/ia64.md (mulhi3): Fix typo last change.
5195         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
5196
5197 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
5198
5199         * Makefile.in: Restructure bootstrap stages to allow clean
5200         restart after failure.
5201
5202 2000-09-05  Richard Henderson  <rth@cygnus.com>
5203
5204         * config/ia64.md (movsi and movdi patterns): Allow moves from
5205         8-bit constants to AR registers.
5206
5207 2000-09-05  Richard Henderson  <rth@cygnus.com>
5208
5209         * config/ia64/ia64.md (mulhi3): New.
5210
5211 2000-09-05  Richard Henderson  <rth@cygnus.com>
5212
5213         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
5214         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
5215         Optimization Guide, minimum latency alternative.
5216         (__moddi3, __udivdi3, __umoddi3): Likewise.
5217         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
5218
5219 2000-09-05  Bruce Korb  <bkorb@gnu.org>
5220
5221         * fixinc/fixincl.c (load_file): always read header files
5222         with sizes that are a multiple of the page size.
5223         & use libiberty's getpagesize for determining that.
5224
5225 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5226
5227         * gcse.c (hash_string_1): Add prototype.
5228         * cse.c (canon_hash_string): Likewise.
5229
5230 2000-09-04  Craig Newell  <CraigN@ieee.org>
5231
5232         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
5233
5234 2000-09-04  Andreas Schwab  <schwab@suse.de>
5235
5236         * Makefile.in (STAGESTUFF): Remove libgcc.
5237         (stage1-start, stage2-start, stage3-start): Copy the contents of
5238         the libgcc directory explicitly.
5239         (mostlyclean): Clean libgcc.
5240
5241 2000-09-04  Andrew Haley  <aph@redhat.com>
5242
5243         * dwarf2out.c: (stack_adjust_offset): New prototype.
5244
5245 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
5246
5247         * combine.c (make_extraction): Fix rtx_cost comparison to
5248         match the comment.
5249
5250 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
5251
5252         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
5253         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
5254         Add '*' to insn pattern name.
5255
5256 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
5257
5258         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
5259         use posn - 1 to index into tokens array.
5260         (maybe_paste_with_next): Adjust caller.
5261
5262 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
5263
5264         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
5265
5266         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
5267         (REGNO_REG_CLASS): Use symbolic register
5268         names.
5269
5270 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
5271
5272         * arm.c (final_prescan_insn): If the form of a jump insn isn't
5273         recognized, don't try to conditionally execute it.
5274
5275 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
5276
5277         * config/avr/avr.md ("*tablejump_lib"): New pattern.
5278         (call_value_insn): Right length claculation.
5279         (call_insn): Likewise.
5280
5281 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
5282
5283         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
5284         gas_output_limited_string, gas_output_ascii, output_movqi,
5285         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
5286         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
5287         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
5288         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
5289         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
5290         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
5291         Add "const" as needed to remove warnings.
5292
5293         * config/avr/avr.c (avr_override_options, avr_init_once,
5294         function_prologue, function_epilogue, frame_pointer_required_p,
5295         class_likely_spilled_p, order_regs_for_local_alloc,
5296         avr_address_cost, avr_ret_register): Use K&R style arguments.
5297         (initial_elimination_offset, gas_output_limited_string):
5298         Remove ATTRIBUTE_UNUSED from the used arguments.
5299         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
5300         Use local variables src, dest, base to access operands[].
5301         Rename reg_dest to reg_src if that's what it is.
5302         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
5303         constants to LD_REGS if reg_was_0.
5304         (output_reload_insisf): Change arg 3 to insn length and set it.
5305         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
5306         access to 16-bit I/O register pairs.
5307         (avr_address_cost): Lower cost for the above case.
5308         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
5309         may be clobbered, also for LD_REGS.
5310         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
5311         with a CONST_INT.
5312
5313         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
5314
5315         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
5316         macro to test_hard_reg_class function.
5317         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
5318         for loading immediate constants to LD_REGS.
5319         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
5320
5321
5322 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
5323
5324         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
5325         * config/avr/libgcc.S: Lost part of the previous patch.
5326
5327 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5328
5329         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
5330         object before calling pthread_mutex_init.
5331
5332 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
5333
5334         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
5335         config/sh/crtn.asm: New files.
5336         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
5337         (crt1.o, crti.o, crtn.o): New targets.
5338         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
5339         sh/t-elf.
5340         * configure: Rebuilt.
5341         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
5342         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
5343         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
5344         Undefine for config/elfos.h to redefine.
5345         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
5346
5347 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5348
5349         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
5350         legitimize_pic_address, output_pic_addr_const): Declare.
5351         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
5352         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
5353         (TARGET_SWITCHES): New switch -mprefergot.
5354         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
5355         (PIC_OFFSET_TABLE_REGNUM): Define.
5356         (GOT_SYMBOL_TABLE): Likewise.
5357         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
5358         (ENCODE_SECTION_INFO): Define.
5359         (FINALIZE_PIC): New macros.
5360         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
5361         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
5362         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
5363         (prepare_move_operands): Call emit_pic_move or
5364         emit_pic_const_move if appropriate.
5365         (output_far_jump): For PIC, use braf and output long offset.
5366         (machine_dependent_reorg):
5367         (sh_expand_prologue): Save and initialize the PIC register.
5368         (sh_expand_epilogue): Restore it.
5369         (initial_elimination_offset): Account for it.
5370         (nonpic_symbol_mentioned_p): New function.
5371         (legitimize_pic_address): Likewise.
5372         (output_pic_addr_const): Likewise.
5373         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
5374         (call, call_value): Use them.
5375         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
5376         symPLT_label2reg): New expands.
5377         * invoke.texi (SH Options): Document -mprefergot.
5378
5379 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
5380
5381         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
5382         * gcse.c (hash_string_1): New function.
5383         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
5384         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
5385         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
5386         (canon_hash_string): New function.
5387         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
5388         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
5389         (fold_rtx): Use ASM_OPERANDS accessor macros.
5390         * emit-rtl.c (copy_insn_1): Likewise.
5391         * integrate.c (copy_rtx_and_substitute): Likewise.
5392         * stmt.c (expand_asm_operands): Likewise.  Give an
5393         ASM_OPERANDS rtx the mode of the output reg being set from it.
5394
5395 2000-09-01  Fred Fish  <fnf@be.com>
5396
5397         * fix-header.c (write_rbrac): Add putc and getc to list of
5398         functions to protect against prior definition as a macro.
5399
5400 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5401
5402         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
5403         (c_size_type_node): Define.
5404         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
5405         * c-common.c (enum format_lengths, enum format_std_version,
5406         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
5407         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
5408         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
5409         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
5410         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
5411         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
5412         format_types): Define.
5413         (format_char_info, print_char_table, scan_char_table,
5414         time_char_table): Rearrange for new organization of information
5415         about format length modifiers and standard versions.
5416         (T_ST): Redefine to use c_size_type_node.
5417         (check_format_info): Obtain information about length modifiers and
5418         standard versions from tables.  Adjust warning message wordings.
5419         Use the name from the user's program for `ll' and `hh' length
5420         modifiers in warning messages.  Use more informative names for
5421         wanted types where available (for wchar_t, wint_t, size_t, signed
5422         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
5423
5424 2000-09-01  Jim Wilson  <wilson@cygnus.com>
5425
5426         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
5427         * combine.c (distribute_notes): Handle REG_NORETURN.
5428         * rtl.c (reg_note_name): Add REG_NORETURN.
5429         * rtl.h (enum reg_note): Likewise.
5430
5431         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
5432         ia64_file_start.
5433         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
5434         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
5435         (emit_predicate_relation_info): Handle conditional calls with
5436         REG_NORETURN.
5437         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
5438         instead of ia64_file_start.
5439         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
5440         * config/ia64/ia64.md (safe_across_calls_all,
5441         save_across_calls_normal): New patterns.
5442
5443         * loop.c (check_final_value): Check for biv use before checking for
5444         giv use.  Check for both biv and giv uses.  Always set last_giv_use
5445         if there is a giv use.
5446
5447 2000-09-01  Richard Henderson  <rth@cygnus.com>
5448
5449         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
5450         (madddi3): Likewise.
5451         (maddsi3): New.
5452
5453 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5454
5455         * expr.c (clear_storage): Don't use emit_move_insn unless
5456         either BLKmode or proper size.
5457         (store_constructor): Don't call clear_storage if REG of wrong size.
5458
5459         * flow.c (init_propagate_block_info): Don't mark frame dead at end
5460         of function if returns wiht stack pointer depressed.
5461
5462 2000-09-01  Andrew Haley  <aph@redhat.com>
5463
5464         * dwarf2out.c (stack_adjust_offset): New function.
5465         (dwarf2out_stack_adjust): Break out stack adjust logic into
5466         new stack_adjust_offset function.  Look inside parallels and
5467         sequences for stack adjustments.
5468
5469 2000-08-31  Jeff Law <law@cygnus.com>
5470
5471         * arm.md: Use no_new_pseudos to determine when it is safe
5472         to create new pseudo registers.
5473
5474         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
5475         when we can safely allocate new registers.
5476
5477 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
5478
5479         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
5480         so that CONCATs are not generated for ASMs.
5481         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
5482         not generating_concat_p.
5483         * function.c (pop_function_context_from): Reset
5484         generating_concat_p.
5485         (prepare_function_start): Likewise.
5486         * rtl.c (generating_concat_p): Define.
5487         * rtl.h (generating_concat_p): Declare.
5488         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
5489
5490 2000-08-22  Philipp Thomas  <pthomas@suse.de>
5491             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
5492
5493         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
5494         for translation.
5495
5496 2000-08-30  Greg McGary  <greg@mcgary.org>
5497
5498         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
5499         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
5500         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
5501
5502 2000-08-30  Greg McGary  <greg@mcgary.org>
5503
5504         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
5505         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
5506         (TREE_INT_CST): New macro.
5507         * varasm.c (const_hash, compare_constant_1, record_constant_1):
5508         Use new macro TREE_INT_CST.
5509
5510 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
5511
5512         * contrib.texi: Add self.
5513
5514 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
5515
5516         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
5517         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
5518         and labels.
5519
5520 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5521
5522         * fixinc/gnu-regex.c: Don't define `const'.
5523
5524 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5525
5526         * expr.c (store_constructor): Allow variable bounds of array type.
5527         (expand_expr): Don't blow up if type is ERROR_MARK.
5528         * varasm.c (output_constructor): Don't access lower bound of array
5529         type unless need it if index is supplied (so it can be a variable
5530         if no index is supplied).
5531         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
5532         Other minor cleanups.
5533
5534 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5535
5536         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
5537         for compilations in stage 1 and subsequent stages, respectively.
5538         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
5539         * configure: Rebuilt.
5540         * x-vax, x-vax-gcc: Deleted.
5541
5542 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5543
5544         * c-common.c (declare_function_name): Use func_id_node,
5545         function_id_node, and pretty_function_id_node.  Do not make
5546         __func__ visible at file scope.
5547         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
5548         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
5549         (function_id_node, pretty_function_id_node, func_id_node): New
5550         macros.
5551         * c-decl.c (init_decl_processing): Initialize function_id_node,
5552         pretty_function_id_node, and func_id_node.
5553         (c_make_fname_decl): Correct comment.
5554
5555         * tree.h (struct tree_identifier): Constify pointer member.
5556
5557         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
5558         * c-pragma.h (struct weak_syms): Constify name and value members.
5559         (add_weak): Constify arguments.
5560
5561         * calls.c (special_function_p): Constify a char *.
5562         (expand_call): Remove variable which is initialized and then
5563         never used.
5564         * dependence.c (struct def_use, struct induction, struct subscript):
5565         Constify 'variable' member.
5566         (get_low_bound, have_induction_variable): Constify char * argument.
5567         (find_induction_variable): Add braces to avoid dangling else.
5568         (classify_dependence): Constify char * arrays.
5569         * profile.c (output_func_start_profiler): Constify a char *.
5570         * stor-layout.c (finalize_record_size): Constify a char *.
5571         * tree.c (is_attribute_p): Constify a char *.
5572         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
5573
5574         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
5575         for comprehensibility.  Do not call get_identifier if we did
5576         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
5577         create temporary string constants, not ggc_alloc_string.  No
5578         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
5579         char * to hold IDENTIFIER_POINTERs.
5580
5581 2000-08-29  Richard Henderson  <rth@cygnus.com>
5582
5583         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
5584         for the inputs.
5585
5586 2000-08-29  Richard Henderson  <rth@cygnus.com>
5587
5588         * reload.c (push_secondary_reload): Allow class == reload_class
5589         if we're using a reload_in/out pattern.
5590
5591         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
5592         the half that does not conflict with the reload register.
5593         (reload_outti): Likewise.
5594
5595 2000-08-29  Kazu Hirata  <kazu@hxi.com>
5596
5597         * reload.c: Fix formatting.
5598
5599         * stmt.c: Fix formatting.
5600
5601         * gcc.c: Fix formatting.
5602
5603 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5604
5605         * flags.h (time_report, mem_report): New global flags.
5606         * toplev.c: Define time_report and mem_report.
5607         (f_options): Add -ftime-report and -fmem-report.
5608         (compile_file): Turn on time_report if quiet_flag is off.
5609         Call ggc_print_statistics at very end if mem_report is on.
5610         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
5611
5612         * ggc-common.c (ggc_print_statistics): Rename to
5613         ggc_print_common_statistics; all callers changed.  Scale
5614         quantities above 10K to kilobytes and above 10M to megabytes.
5615         * ggc-page.c (ggc_page_print_statistics): Rename to
5616         ggc_print_statistics.  Report memory consumed by internal data
5617         structures for each allocation bucket.  Scale quantities above
5618         10K to kilobytes and above 10M to megabytes.
5619         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
5620         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
5621         Define tally_leaves always.
5622         (ggc_print_statistics): New function.
5623         * ggc.h: Adjust for renamed functions.
5624
5625 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
5626
5627         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
5628         output_movsisf instead of which_alternative.
5629
5630         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
5631
5632 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
5633
5634         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
5635         (avr_progmem_p): New prototype.
5636         (output_movsisf): Prototype declaration changed.
5637         (output_movqi): New prototype.
5638         (output_movhi): New prototype.
5639         (call_insn_operand): Likewise.
5640         (final_prescan_insn): Likewise.
5641         (avr_simplify_comparision_p): Likewise.
5642         (avr_normalize_condition): Likewise.
5643         (compare_eq_p): Likewise.
5644         (out_shift_with_cnt): Likewise.
5645         (const_int_pow2_p): Likewise.
5646         (output_reload_inhi): Prototype declaration changed.
5647
5648         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
5649         (ldi_reg_rtx): New. rtx for r31.
5650         (avr_init_stack): Initialize as "__stack".
5651         (function_prologue): Use it.
5652         Replace all TARGET_ENHANCED with AVR_ENHANCED.
5653         (avr_mcu_name): Initialize as "avr2".
5654         (avr_enhanced_p, avr_mega_p): New variables.
5655         (mcu_types, avr_override_options): Handle all known MCU types.
5656         Also handle avr1 (only preprocess, assemble and link).
5657         (print_operand): Using of `%K' in output template removed.
5658         (out_movqi_r_mr): Optimized.
5659         (out_movhi_r_mr): Likewise.
5660         (output_movqi): New function.
5661         (output_movhi): Likewise.
5662         (out_movsi_r_mr): Optimized.
5663         (output_movsisf): Compute insn length for `adjust_insn_length'
5664         (out_movqi_mr_r): Optimized.
5665         (out_movhi_mr_r): Optimized.
5666         (adjust_insn_length): Use output_movsisf, output_movqi,
5667         output_movhi for insn length adjusting.
5668         (reg_unused_after): Use dead_or_set_p.
5669         (preferred_reload_class): Now havn't any restriction.
5670         (reg_was_0): New function.
5671         (io_address_p): Likewise.
5672         (const_int_pow2_p): Likewise.
5673         (output_reload_inhi): Likewise.
5674         (output_reload_insisf): Likewise.
5675
5676         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
5677         (LIB_SPEC): Use -lc for all supported devices.
5678         (LIBGCC_SPEC): Use -lgcc for all supported devices.
5679         (AVR_MEGA): Define as avr_mega_p.
5680         (AVR_ENHANCED): New, define as avr_enhanced_p.
5681         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
5682         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
5683         (CRT_BINUTILS_SPECS): Handle all known MCU types.
5684         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
5685         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
5686         (ASM_SPEC): Pass -mmcu=... to the assembler.
5687         Change all -DAVR_* to -D__AVR_*__.
5688         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
5689         Rename library functions to start with two underscores.
5690         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
5691         alignment.
5692         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
5693         (SUPPORTS_WEAK): Likewise.
5694         (LDI_REG_REGNO): New. Register r31 will be used as temporary
5695         register for loading constants to r0-r14.
5696
5697         * config/avr/avr.md: Replace all TARGET_ENHANCED with
5698         AVR_ENHANCED.
5699         (*mov_r_sp): Removed. Handled by output_movhi.
5700         (*mov_sp_r): Likewise.
5701         (*mov_sp_r_no_interrupts): Likewise
5702         (*mov_sp_r_tiny): Likewise.
5703         (*movqi): Use output_movqi.
5704         (*reload_inqi): New.
5705         (*movhi): Use output_movhi.
5706         (*reload_inhi): New.
5707         (*negsi2): Optimized.
5708         (*negsf2): Likewise.
5709         Added peepholes (define_peephole2) for loading constants to r0-r14
5710         and for using `cpse' command.
5711
5712         * config/avr/libgcc.S: Rename library functions to start with two
5713         underscores.
5714         Add support for enhanced core.
5715         (_moqhi3): Fix typo, now _modqi3.
5716         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
5717         (__prologue_saves__): Remove test for stack adjust by 0.
5718         (__tablejump__): New.
5719
5720         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
5721         Add multilib support.
5722
5723 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
5724
5725         * loop.c (prescan_loop): Don't check unknown_address_altered
5726         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
5727         to loop_store_mems as necessary.
5728         (loop_invariant_p): Don't check unknown_address_altered
5729         or unknown_constant_address_altered.
5730
5731 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5732
5733         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
5734
5735 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5736
5737         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
5738         print just the filename.
5739         * cpplex.c (_cpp_run_directive): Add additional argument, the
5740         name to give the synthetic buffer.  This defaults to
5741         translated "<command line>".
5742         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
5743         Adjust to match.
5744         (_cpp_define_builtin): New function.
5745         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
5746         * cpphash.h: Update prototypes.
5747
5748         * tradcpp.c (main): Process -D and -U simultaneously, in the
5749         order they appeared on the command line.
5750
5751 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5752
5753         * c-decl.c (define_label): Call warning_with_file_and_line and
5754         error_with_file_and_line instead of plain warning or error.
5755
5756         * c-parse.in (label): Use save_filename/save_lineno to ensure
5757         correct values for calls to define_label.
5758
5759 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
5760
5761         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
5762         away.
5763         * expr.c (expand_expr, case TARGET_EXPR): Don't call
5764         mark_addressable.
5765         * tree.h (get_file_function_name): Remove two duplicate
5766         declarations.
5767
5768 2000-08-28  Kazu Hirata  <kazu@hxi.com>
5769
5770         * tree.c: Fix formatting.
5771
5772         * xcoffout.c: Fix formatting.
5773
5774 2000-08-28  Jason Merrill  <jason@redhat.com>
5775
5776         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
5777
5778 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
5779
5780         * dwarf2out.c (dwarf2out_finish): Don't bother calling
5781         break_out_includes if it won't do anything.
5782
5783 2000-08-28  Richard Henderson  <rth@cygnus.com>
5784
5785         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
5786         (find_reloads): Likewise.
5787         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
5788         (reload_inhi): Likewise.
5789
5790 2000-08-28  Richard Henderson  <rth@cygnus.com>
5791
5792         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
5793         (call_insn_operand): Don't expect a surrounding mem.
5794         (constant_call_address_operand): Likewise.
5795         * config/i386/i386.h (PREDICATE_CODES): Update.
5796         * config/i386/i386.md (call patterns): Move the match_operand
5797         for the call destination inside the mem.
5798
5799 2000-08-28  Richard Henderson  <rth@cygnus.com>
5800
5801         * local-alloc.c (requires_inout): Don't use reserved range for
5802         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
5803         * recog.c (asm_operand_ok): Likewise.
5804         (preprocess_constraints, constrain_operands): Likewise.
5805         * regclass.c (record_reg_classes): Likewise.
5806         * reload.c (find_reloads): Likewise.
5807         * reload1.c (maybe_fix_stack_asms): Likewise.
5808         (reload_cse_simplify_operands): Likewise.
5809         * stmt.c (expand_asm_operands): Likewise.
5810
5811         * md.texi: Update constraints documentation.
5812         * tm.texi (EXTRA_CONSTRAINT): Update.
5813
5814 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
5815
5816         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
5817         (print_die): If we don't know the offset of the
5818         target die, try the symbol.  Add a trailing newline.
5819         (reverse_all_dies): New fn.
5820         (dwarf2out_finish): Call it.
5821         (break_out_includes): Reorganize for clarity.
5822         (add_sibling_attributes): Don't call reverse_die_lists.
5823         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
5824         primary CU, too.
5825         * flags.h: Add flag_eliminate_dwarf2_dups.
5826         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
5827
5828 2000-08-28  Jason Merrill  <jason@redhat.com>
5829
5830         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
5831         * dwarf2out.c: #include "md5.h".
5832         (DIE_LABEL_PREFIX): New macro.
5833         (dw_val_struct): Add 'external' flag to val_die_ref.
5834         (add_AT_die_ref, AT_ref): Adjust.
5835         (AT_ref_external, set_AT_ref_external): New fns.
5836         (build_abbrev_table): Call set_AT_ref_external.
5837         (value_format): Call AT_ref_external.
5838         (die_struct): Add die_symbol field.
5839         (new_die): Clear it.
5840         (dwarf_tag_name): Handle BINCL/EINCL.
5841         (dwarf2out_start_source_file): Add BINCL DIE.
5842         (dwarf2out_end_source_file): Add EINCL DIE.
5843         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
5844         (loc_checksum, attr_checksum, die_checksum): New fns.
5845         (is_type_die, is_comdat_die, is_symbol_die): New fns.
5846         (compute_section_prefix, assign_symbol_names): New fns.
5847         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
5848         (output_die): Call output_die_symbol and AT_ref_external.
5849         (output_comdat_comp_unit): New fn, split out from...
5850         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
5851         secondary CUs.
5852         (output_pubnames, output_aranges): Abort if we see entries from
5853         secondary CUs.
5854         * toplev.h: Declare file_name_nondirectory.
5855         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
5856         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
5857         (debug_start_source_file): Call dwarf2out_start_source_file
5858         regardless of debug verbosity.
5859         (debug_end_source_file): Similarly.
5860         * tree.h: Declare clean_symbol_name.
5861         * tree.c (clean_symbol_name): Split out from...
5862         (get_file_function_name_long): ...here.
5863
5864         * dwarf2out.c (new_loc_descr): Use calloc.
5865         (splice_child_die): Remove the die from the right parent.
5866         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
5867
5868 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5869
5870         * toplev.c (decode_g_option): Don't give warning for unknown -g
5871         option; return 0 instead.
5872         (main): If -g option is not recognized by front end or
5873         language-independent code, give warning.
5874
5875 2000-08-28  Greg McGary  <greg@mcgary.org>
5876
5877         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
5878         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
5879         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
5880
5881 2000-08-27  Greg McGary  <greg@mcgary.org>
5882
5883         * cpplex.c (parse_string): Don't look for backslash
5884         before first char in `namebuf'.
5885         * loop.c (strength_reduce): Skip NOTEs.
5886
5887 2000-08-27  Jason Merrill  <jason@redhat.com>
5888
5889         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
5890         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
5891         TREE_ASM_WRITTEN, either.
5892         (finish_decl): Adjust.
5893
5894 2000-08-28  Philipp Thomas  <pthomas@suse.de>
5895
5896         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
5897         they have been incorporated into the gettext CVS. Change the text to
5898         reflect the current status of NLS. Add instructions for accessing
5899         the gettext CVS and add the patch from Martin v. Loewis.
5900
5901 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
5902
5903         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
5904         by using gen_lowpart_common.
5905         (movdi_internal64+6): Likewise.
5906
5907 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
5908
5909         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
5910         Document.
5911
5912         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
5913         numbers to the ranges used by GDB.
5914
5915 2000-08-25  Richard Henderson  <rth@cygnus.com>
5916
5917         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
5918         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
5919         (ia64_expand_prologue): Likewise.
5920         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
5921         argument for stdargs.
5922
5923 2000-08-25  Jason Merrill  <jason@redhat.com>
5924
5925         * integrate.c (expand_inline_function): Pull out the original decl.
5926
5927 2000-08-25  Jim Wilson  <wilson@cygnus.com>
5928
5929         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
5930
5931         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
5932
5933 2000-08-25  Greg McGary  <greg@mcgary.org>
5934
5935         * flow.c (dump_edge_info): Use ARRAY_SIZE.
5936         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
5937
5938 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
5939
5940         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
5941
5942 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
5943
5944         * i386.c (ix86_find_base_term): New.
5945         * i386-protos.h (ix86_find_base_term): Prototype.
5946         * i386.h (FIND_BASE_TERM): Define.
5947         * alias.c (find_base_term): Use it.
5948         * tm.texi (FIND_BASE_TERM): Document it.
5949
5950         * alias.c (true_dependence, write_dependence_p): Unchanging
5951         memory can't conflict with non-unchanging memory.
5952
5953         * alias.c (memrefs_conflict_p): A BLKmode reference
5954         to a symbol (or CONST_INT address) always conflicts
5955         with a reference to another symbol.
5956
5957 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5958
5959         * c-common.c (time_char_table): Don't allow width and flags with
5960         "z" format.
5961
5962 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
5963
5964         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
5965         way as LT and LTU when the second operand has 0 in low word.
5966
5967 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5968
5969         * basic-block.h (struct loop): Rename `exits' field to
5970         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
5971
5972         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
5973         (flow_loop_entry_edges_find): Add.
5974         (flow_edge_list_print): Rename from flow_exits_print.
5975         (flow_loops_find): Call flow_loop_entry_edges_find.
5976         (flow_loop_dump): Dump entry_edges list.
5977         (flow_loops_free): Free entry_edges.
5978
5979 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5980
5981         * loop.c (loop_dump_aux, debug_loop): New functions.
5982         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
5983
5984         * flow.c (flow_loops_dump): Add callback parameter.
5985         (flow_loop_dump): Add callback parameter and call it.  Move
5986         loop note debugging code to loop_dump_aux.
5987
5988         * basic-block.h (flow_loop_dump): Add callback parameter
5989         (flow_loops_dump): Likewise.
5990
5991         * toplev.c (rest_of_compilation): Add NULL callback function pointer
5992         to call to flow_loops_dump.
5993
5994 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5995
5996         * loop.c (count_loop_regs_set): Replace start and end arguments
5997         with loop argument.  All callers udated.
5998
5999 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
6000
6001         * loop.c (constant_high_bytes): Delete.
6002
6003 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
6004
6005         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
6006         and NOTE_INSN_LOOP_VTOP to...
6007         (find_and_verify_loops) ...here.
6008
6009 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
6010
6011         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
6012         (fini_dummy, init_dummy): Use it.
6013
6014 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
6015
6016         * cpplex.c (is_macro_disabled): Caller has already checked
6017         that we're not a preprocessed file.
6018
6019 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
6020
6021         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
6022         (c-iterate.o): Remove target.
6023         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
6024         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
6025         (finish_decl): Don't handle iterators.
6026         (grokdeclarator): Likewise.
6027         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
6028         * gcc/c-gperf.h: Regenerated.
6029         * gcc/c-iterate.c: Removed.
6030         * gcc/c-lex.c (init_lex): Don't handle iterators.
6031         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
6032         (compstmt_primary_start): Remove push_iterator_stack call.
6033         (stmt): Don't allow iterator statements.  Replace iterator_expand
6034         with expand_expr_stmt.
6035         (all_iter_stmt): Remove.
6036         (all_iter_stmt_simple): Likewise.
6037         (all_iter_stmt_with_decl): Likewise.
6038         * gcc/c-tree.h (ITERATOR_P): Remove.
6039         (ITERATOR_BOUND_P): Likewise.
6040         (init_iterators): Remove declaration.
6041         (iterator_expand): Likewise.
6042         (iterator_for_loop_start): Likewise.
6043         (iterator_for_loop_end): Likewise.
6044         (iterator_for_loop_record): Likewise.
6045         (push_iterator_stack): Likewise.
6046         (pop_iterator_stack): Likewise.
6047         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
6048         (readonly_warning): Likewise.
6049         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
6050
6051 2000-08-24  Jim Wilson  <wilson@cygnus.com>
6052
6053         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
6054         Copy type in a TYPE_DECL, just like pushdecl does.
6055
6056 2000-08-24  Richard Henderson  <rth@cygnus.com>
6057
6058         * toplev.c (main): Enable flag_reorder_blocks at -O2.
6059
6060 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
6061
6062         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
6063         asked for one page, allocate GGC_QUIRE_SIZE of them and put
6064         the extras on the free list.
6065         (release_pages): Clean up.
6066         (ggc_set_mark): Don't adjust G.allocated here...
6067         (sweep_pages): ... do it here.
6068
6069 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
6070
6071         * cppfiles.c (read_include_file): Rearrange initializations.
6072
6073 2000-08-24  Richard Henderson  <rth@cygnus.com>
6074
6075         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
6076
6077         * config/ia64/ia64-protos.h: Update.
6078         * config/ia64/ia64.c (gr_register_operand): New.
6079         (fr_register_operand, grfr_register_operand): New.
6080         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
6081         (grfr_reg_or_8bit_operand): New.
6082         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
6083         use gr_register_operand.
6084         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
6085         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
6086         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
6087         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
6088         (fr_reg_or_fp01_operand): Likewise.
6089         (not_postinc_memory_operand): New.
6090         (ia64_split_timode): Remove unused variables.
6091         (rtx_needs_barrier): Check arguments to cmpxchg.
6092         (builtin_description): Remove.
6093         (bdesc_2argsi, bdesc_2argdi): Remove.
6094         (ia64_init_builtins): Declare all builtins directly.
6095         (ia64_expand_fetch_and_op): Rewrite to be called from
6096         ia64_expand_builtin directly.  Use expand_binop and co.
6097         (ia64_expand_op_and_fetch): Likewise.
6098         (ia64_expand_compare_and_swap): Likewise.
6099         (ia64_expand_binop_builtin): Remove.
6100         (ia64_expand_lock_test_and_set): New.
6101         (ia64_expand_lock_release): New.
6102         (ia64_expand_builtin): Use them.
6103         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
6104         (EXTRA_CONSTRAINT): Use it.
6105         (PREDICATE_CODES): Update.
6106         * config/ia64/ia64.md (*): Use gr_register_operand and co.
6107         (mf): Indicate that we set memory as well as use it.
6108         (fetchadd_acq_si): Show memory being modified as well.
6109         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
6110         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
6111         (lock_test_and_set_si, lock_test_and_set_di): Remove.
6112         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
6113         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
6114         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
6115         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
6116         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
6117         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
6118         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
6119         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
6120         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
6121         return type.  Pretty print definitions.
6122
6123 2000-08-24  Jim Wilson  <wilson@cygnus.com>
6124
6125         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
6126         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
6127
6128 2000-08-24  Jason Merrill  <jason@redhat.com>
6129
6130         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
6131         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
6132         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
6133         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
6134
6135 2000-08-24  Greg McGary  <greg@mcgary.org>
6136
6137         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
6138         and extendtab within their proper array boundaries.
6139         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
6140         for the entire array.
6141
6142         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
6143         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
6144         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
6145         * config/fr30/fr30.c (fr30_print_operand): Likewise.
6146         * config/i386/dgux.c (output_options): Likewise.
6147         * config/i386/dgux.h (ASM_FILE_START): Likewise.
6148         * config/m88k/m88k.c (output_options): Likewise.
6149         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
6150         * config/mcore/mcore.c (mcore_output_inline_const_forced,
6151         layout_mcore_frame, handle_structs_in_regs): Likewise.
6152         * config/mips/mips.c (output_block_move): Likewise.
6153         * config/rs6000/rs6000.c (rs6000_override_options,
6154         rs6000_file_start): Likewise.
6155         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
6156         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
6157         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
6158         * builtins.c (expand_builtin_setjmp): Likewise.
6159         * expr.c (safe_from_p): Likewise.
6160         * flow.c (life_analysis): Likewise.
6161         * fold-const.c (size_int_type_wide): Likewise.
6162         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
6163         * genattrtab.c (make_length_attrs): Likewise.
6164         * genopinit.c (gen_insn): Likewise.
6165         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
6166         * global.c (global_alloc): Likewise.
6167         * local-alloc.c (find_free_reg): Likewise.
6168         * mips-tdump.c (print_symbol): Likewise.
6169         * mips-tfile.c (parse_def, parse_input): Likewise.
6170         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
6171         * stmt.c (expand_nl_goto_receiver): Likewise.
6172         * stor-layout.c (set_sizetype): Likewise.
6173         * varasm.c (decode_reg_name): Likewise.
6174         * toplev.c (decode_f_option, decode_W_option,
6175         set_target_switch, print_switch_values): Likewise.
6176         (NUM_ELEM): Remove macro.
6177         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
6178
6179 2000-08-24  Greg McGary  <greg@mcgary.org>
6180
6181         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
6182         (MAIN_NAME_P, main_identifier_node): New macros.
6183         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
6184         * c-decl.c (start_decl, grokdeclarator, start_function,
6185         store_parm_decls, finish_function): Use MAIN_NAME_P.
6186         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
6187         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
6188         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
6189         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
6190
6191 2000-08-24  Greg McGary  <greg@mcgary.org>
6192
6193         * cppfiles.c (actual_directory): Don't write beyond `dir'
6194         when it contains "".
6195         * real.c (asctoeg): Stay within bounds of etens[][].
6196
6197 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6198
6199         * dependence.c (dependence_string, direction_string,
6200         dump_one_node, dump_node_dependence): Hide unused identifiers.
6201         (get_low_bound, normalize_coefficients): Match definition to
6202         static prototype.
6203         (get_one_coefficient): Initialize variables `value0_is_idx' and
6204         `value1_is_idx'.
6205         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
6206         (ziv_test): Delete variable `idx', use parameter `sub' instead.
6207         (direction_merge): Avoid automatic aggregate initialization.
6208         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
6209         Initialize variables `dest_idx' and `src_idx'.
6210         (end_dependence_analysis): Avoid C89 style function definition.
6211
6212 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6213
6214         * c-common.c (time_char_table): Don't allow width with %F.
6215         (check_format_info): Don't allow "Z" length with scanf.
6216
6217 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
6218
6219         * diagnostic.c (finish_diagnostic): Define.
6220         (output_do_printf): Use wrap_text instead of output_add_string.
6221         (default_print_error_function): Avoid embedded '\n'.
6222
6223         * diagnostic.h (flush_diagnostic_buffer): Declare.
6224
6225 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
6226
6227         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
6228
6229 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
6230
6231         * Makefile.in (GCC_PASSES): Add specs.
6232
6233 2000-08-23  Jim Wilson  <wilson@cygnus.com>
6234
6235         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
6236         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
6237         EHANDLER nor UHANDLER bit is set.
6238         (__get_except_table): Likewise.
6239
6240 2000-08-23  Nick Clifton  <nickc@redhat.com>
6241
6242         * config/arm/lib1funcs.asm: Replace upper case condition codes
6243         with lower case versions.
6244
6245         * config/arm/arm.h (STRUCT_VALUE): Define.
6246         (STRUCT_VALUE_REGNUM): Delete.
6247
6248 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
6249
6250         * cpphash.h (IN_I): New flag for directive table.
6251         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
6252         #pragma with IN_I.
6253         (_cpp_check_directive): If -fpreprocessed, execute directives
6254         marked with IN_I.  Issue no warnings in this case.
6255         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
6256
6257 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6258
6259         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
6260         %u.
6261         (check_format_info): Support printf 'I' flag; warn about it with
6262         -pedantic.
6263
6264 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
6265
6266         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
6267         barrier can't be ignored by the alias analysis code.
6268
6269 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
6270
6271         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
6272         works inside fixincl.
6273
6274 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
6275
6276         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
6277         simplify_relational_operation() unless both operands are of
6278         VOIDmode.
6279         * cse.c (fold_rtx): Likewise.
6280
6281 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
6282
6283         * rtlanal.c (rtx_unstable_p): The pic register is stable
6284         (within one function) and the actual rtx should be used
6285         when checking the registers.
6286         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
6287
6288         * alias.c (true_dependence, write_dependence_p): Fix
6289         bug in previous patch.
6290
6291         * i386.c (ix86_GOT_alias_set): New.
6292         (legitimize_pic_address): Use it.
6293
6294         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
6295         only stable if its address is stable.
6296         (rtx_varies_p): An unchanging MEM can't vary if
6297         its address doesn't vary.
6298
6299 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6300
6301         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
6302
6303 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6304
6305         * vax.h (ASM_SPEC): Pass `-J' to assembler.
6306         * x-vax-gcc: New file for bootstrapping with gcc.
6307         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
6308         * configure.in: Use x-vax-gcc with gcc.
6309         * configure: Rebuilt.
6310
6311 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6312
6313         * toplev.c (rest_of_compilation): Rebuild label notes after
6314         post-reload splitting pass if new labels have been created.
6315
6316 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
6317
6318         * diagnostic.h (output_buffer_state): New macro.
6319         * diagnostic.c (diagnostic_for_decl, sorry,
6320         default_print_error_function, output_do_verbatim,
6321         report_diagnostic, report_problematic_module): Use it.
6322         (wrap_text): Tweak.
6323         (output_format): Use wrap_text instead of maybe_wrap_text.
6324
6325 2000-08-22  Nick Clifton  <nickc@redhat.com>
6326
6327         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
6328         Common code for ARM divide and modulus functions.
6329         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
6330         ARM_DIV_MOD_BODY.
6331         (FUNC_END): New macro: Common code at the end of the division and
6332         modulo functions.
6333         (THUMB_FUNCTION_START): New macro:  Common code at the start of
6334         Thumb functions.
6335         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
6336
6337 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
6338
6339         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
6340
6341         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
6342         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
6343         const0_rtx.
6344
6345 2000-08-22  Nick Clifton  <nickc@redhat.com>
6346
6347         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
6348         restorative additions, test for bottom bits of IP being set,
6349         rather than relying upon the RORs not matching.
6350         (__modsi3): Ditto.
6351
6352 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
6353
6354         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
6355         text_section() as appropriate instead of emitting text csect
6356         pseudo-op directly.
6357         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
6358         (UNIQUE_SECTION): Define macro.
6359         (ASM_OUTPUT_SECTION_NAME): Define macro.
6360         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
6361         on AIX if debugging and -fdata-sections always.
6362
6363 2000-08-22  Steven King  <sxking@uswest.net>
6364
6365         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
6366         machinery.
6367         (LDBL_MAX): Same here.
6368
6369 2000-08-22  Richard Henderson  <rth@cygnus.com>
6370
6371         * flow.c (tidy_fallthru_edge): Update b->end properly.
6372
6373 2000-08-22  Stan Cox  <scox@redhat.com>
6374
6375         * Makefile.in (OBJS): Add dependence.o.
6376         * dependence.c: New file.
6377
6378 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
6379
6380         * calls.c (check_sibcall_argument_overlap_1): Adjust for
6381         ARGS_GROW_DOWNWARD.
6382         (check_sibcall_argument_overlap): Likewise.
6383
6384 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6385
6386         * invoke.texi (SH Options): Document -m4-nofpu,
6387         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
6388         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
6389
6390 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6391
6392         * c-common.c (check_format_info): Give the 'some locales' warning
6393         for strftime %Ey rather than the unconditional 'only last 2 digits
6394         of year' one.
6395
6396 2000-08-22  Richard Henderson  <rth@cygnus.com>
6397
6398         * alias.c (init_alias_analysis): Do not register
6399         struct_value_incoming_rtx or static_chain_rtx as pointing
6400         to stack memory.
6401
6402 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
6403
6404         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
6405
6406 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
6407
6408         * diagnostic.h (report_problematic_module): Declare.
6409         * diagnostic.c (report_problematic_module): New function.
6410         (report_error_function): Tweak.
6411
6412 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6413
6414         * stmt.c (expand_goto_internal, fixup_gotos): Only check
6415         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
6416
6417 2000-08-21  Richard Henderson  <rth@cygnus.com>
6418
6419         * flow.c (calculate_global_regs_live): Mark frame pointer live
6420         everywhere before reload.
6421
6422 2000-08-21  Jim Wilson  <wilson@cygnus.com>
6423
6424         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
6425         INTEL_EXTENDED_IEEE_FORMAT.
6426         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
6427         clear last two bytes of output FP value.
6428
6429 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
6430
6431         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
6432
6433 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6434
6435         * unroll.c (loop_find_equiv_value): If ret is modified between
6436         insn and loop_start, ret might not be equivalent to reg.
6437
6438 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6439
6440         * c-common.c (init_dollar_format_checking,
6441         maybe_read_dollar_number, finish_dollar_format_checking): New
6442         functions.
6443         (dollar_arguments_used, dollar_arguments_count,
6444         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
6445         New variables.
6446         (check_format_info): Support $ formats for scanf and printf width
6447         and precision.  Always increment format_chars to advance past the
6448         '*' of precision, not just when the format parameters are
6449         available to check.
6450
6451 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6452
6453         * mips.c (block_move_loop, expand_block_move,
6454         function_arg_partial_nregs, save_restore_insns, function_prologue,
6455         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
6456         constant suffix.
6457         (function_arg_advance, function_arg): Match argument to format
6458         specifier `%p'.
6459
6460 2000-08-21  Nix  <nix@esperi.demon.co.uk>
6461
6462         * gcc.c (do_spec_1): Implement %j spec flag.
6463         Remove dead comment.
6464
6465         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
6466         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
6467         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
6468         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
6469
6470         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
6471         writable) instead of hardcoded value.
6472
6473         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
6474
6475         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
6476         MKTEMP_EACH_FILE.
6477
6478         * gcc.c (cc1_options): Do not process -o or run the assembler if
6479         -fsyntax-only.
6480         * objc/lang-spec.h: Likewise.
6481
6482 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
6483
6484         * fixinc/fixincl.c (fix_with_system): Pipe the output of
6485         "external" fixes through `cat', to avoid truncating the input
6486         file by redirection.
6487
6488 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6489
6490         * config/i386/i386.md (lea_general_1): Copy insn condition to split
6491         condition.
6492         (lea_general_2, lea_general_3): Likewise.
6493
6494 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6495
6496         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
6497         warnings to user code.
6498
6499         * c-lex.c (readescape, yylex): Likewise.
6500
6501         * c-typeck.c (store_init_value, process_init_element): Likewise
6502         (c_expand_start_case): Format.
6503
6504 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6505
6506         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
6507
6508         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
6509         and linker_endian_spec to endian_spec.
6510         (ENDIAN_SPEC): Add %{EB} and %{EL}.
6511         (LINK_SPEC): Remove %{EB} and %{EL}.
6512         (ASM_SPEC): Likewise.  Use %(endian_spec).
6513
6514 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6515
6516         * c-tree.h (flag_hosted): Move declaration from here...
6517         * c-common.h (flag_hosted): ... to here.
6518         (flag_noniso_default_format_attributes): New declaration.
6519         * c-decl.c (flag_noniso_default_format_attributes): New variable.
6520         (c_decode_option): Set it appropriately for options choosing
6521         language standard variant.
6522         * c-common.c (init_function_format_info): Only provide default
6523         format attributes if flag_hosted.  Only provide the gettext
6524         formats if flag_noniso_default_format_attributes.  Update
6525         comments.
6526         (check_format_info): Disable treatment of %a as a scanf flag in
6527         C99 mode.
6528
6529 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6530
6531         * c-common.c (scan_char_table): Add 'w' to flags for all formats
6532         except 'n'.
6533         (check_format_info): Set 'wide' for scanf format widths.  Warn for
6534         a zero scanf width.  Make the check for writing into a constant
6535         object at the first level of indirection; at later levels, warn if
6536         any type qualifiers are encountered.
6537
6538 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
6539
6540         * reload.c (reload_inner_reg_of_subreg): New function broken out of
6541         push_reload.
6542         (push_reload): Use reload_inner_reg_of_subreg.
6543         (combine_reloads): Do not combine reloads if the input reload
6544         is a SUBREG in which the inner part will need reloading.
6545
6546         * global.c (global_alloc): Avoid passing dumpfile argument to
6547         reload routines.
6548         * toplev.c (rest_of_compilation): Likewise.
6549         * reload.h (reload): Remove dumpfile argument.  Callers changed.
6550         (debug_reload, debug_reload_to_stream): Move prototypes here.
6551         * rtl.h  (reload): Remove dumpfile argument.
6552         * reload.c (debug_reload): Remove prototype.
6553         (debug_reload_to_stream): Likewise.
6554         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
6555         instead.
6556
6557 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6558
6559         * diagnostic.c (context_as_prefix): Export.
6560         (need_error_newline): Remove.
6561         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
6562         (error_module_changed, record_last_error_module,
6563         error_function_changed, record_last_error_function): New functions.
6564         (initialize_diagnostics): Default intialize
6565         lang_diagnostic_starter, lang_diagnostic_finalizer.
6566         (init_output_buffer): Tweak.
6567         (file_name_as_prefix): New function.
6568         (announce_function, default_print_error_function,
6569         report_error_function, set_diagnostic_context): Tweak.
6570
6571 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
6572
6573         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
6574         condition expression.
6575
6576 2000-08-20  Richard Henderson  <rth@cygnus.com>
6577
6578         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
6579
6580 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
6581
6582         * cppinit.c (cpp_init): Set global flag when called.
6583         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
6584
6585 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
6586
6587         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
6588         before `process_directive' so that newlines won't be missed
6589         for directives.
6590         (cpp_printf): Increment `print->lineno' when newline is emitted.
6591
6592         * cppmain.c (cb_ident): Likewise.
6593         (cb_define): Likewise.
6594         (cb_undef): Likewise.
6595         (cb_include): Likewise.
6596         (cb_def_pragma): Likewise.
6597         (dump_macros_helper): Likewise.
6598
6599 2000-08-20  Richard Henderson  <rth@cygnus.com>
6600
6601         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
6602         assigned before a loop.
6603
6604         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
6605         (ashrsi3, lshrsi3): Likewise.
6606
6607 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
6608
6609         * c-lang.c: #include diagnostic.h
6610         (c_tree_printer): New function.
6611         (lang_init): Initialize lang_printer.
6612
6613         * Makefile.in (c-lang.o): Depends on diagnostic.h
6614
6615 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
6616
6617         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
6618
6619         * diagnostic.c (default_diagnostic_starter,
6620         default_diagnostic_finalizer): New functions.
6621         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
6622         (pedwarn, pedwarn_with_file_and_line, error,
6623         error_with_file_and_line, fatal, warning,
6624         warning_with_file_and_line): Adjust call to report_diagnostic.
6625         (report_diagnostic): Rework.
6626         (set_diagnostic_context): New function.
6627
6628         * diagnostic.h (struct diagnostic_context): New data structure.
6629         (diagnostic_message, diagnostic_argument_list,
6630         diagnostic_file_location, diagnostic_line_location,
6631         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
6632         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
6633         (set_diagnostic_context): Declare.
6634         (report_diagnostic): Change prototype.
6635
6636 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
6637
6638         * fix-header.c (main): Initialize cpplib.
6639
6640 2000-08-19  Michael Meissner  <meissner@redhat.com>
6641
6642         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
6643         instructions in it before checking for indirect jumps.
6644
6645         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
6646         in a indirect jump as a potential for conditional execution.
6647
6648         * d30v.h (d30v_init_expanders): Don't declare here.
6649         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
6650         prototype.
6651
6652 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
6653
6654         * cpp.texi: Add @section for assertions.
6655
6656 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
6657
6658         * loop.c (scan_loop): Use CONST_CALL_P instead of
6659         checking for REG_LIBCALL / REG_RETVAL.
6660
6661 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
6662
6663         * reload1.c (reload_as_needed): Accept dumpfile argument,
6664         pass it to emit_reload_insns.
6665         (emit_reload_insns): Add new dumpfile argument.  If non-null
6666         then dump the reloads for each insn into the dumpfile.
6667         (reload): Pass dumpfile to reload_as_needed.
6668
6669         * invoke.texi: Clean up linux-gnu vs linux comments.
6670
6671 2000-08-19  Richard Henderson  <rth@cygnus.com>
6672
6673         * config/ia64/ia64.c (reg_or_5bit_operand): New.
6674         (ia64_depz_field_mask): New.
6675         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
6676         (PREDICATE_CODES): Update.
6677         * config/ia64/ia64.md: Update commentary.
6678         (depz_internal): New.
6679         (ashlsi3): Implement directly.
6680         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
6681         (ashldi3): Use shladd.
6682         * config/ia64/ia64-protos.h: Update.
6683
6684 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6685
6686         * toplev.c (independent_decode_option): Always process -g.
6687         Remove third argument, now unused.  Adjust caller to match.
6688
6689 2000-08-18  Richard Henderson  <rth@cygnus.com>
6690
6691         * combine.c (make_compound_operation): Break after creating
6692         the extraction.
6693
6694 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6695
6696         * cpplib.c (cpp_register_pragma_space): Just return if the
6697         namespace is already registered.
6698
6699 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
6700
6701         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
6702         constant amount.  Do not generate ROTL instruction.
6703
6704 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
6705
6706         * config/sh/elf.h: Do not include sh/sh.h.
6707         * config/sh/rtems.h: Likewise.
6708         * config/sh/rtemself.h: Do not include sh/elf.h.
6709         * configure.in: Get them included with `tm_file's.
6710         * configure: Rebuilt.
6711
6712         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
6713         * config/sh/sh.c (fpscr_set_from_mem): Use them.
6714
6715 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6716
6717         * stor-layout.c (compute_record_type): Don't use mode of single
6718         field as mode of record if not integer mode of same type.
6719
6720         * regmove.c (perhaps_ends_bb_p): New function.
6721         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
6722         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
6723         (fixup_match_1): Likewise.
6724         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
6725         avoid signed/unsigned warnings.
6726
6727         * function.c (fixup_var_refs_1, case MEM): Update CODE after
6728         updating X.
6729
6730 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
6731
6732         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
6733         (_cpp_trigraph_map): Declaration moved from cpplex.c
6734
6735         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
6736         instead of 256.  Use consistent test for designated initializers.
6737         (cpp_init): Initialize trigraph_map.
6738         (initialize_standard_includes, parse_option):  Use memcmp
6739         instead of strncmp.
6740
6741         * cpplex.c (init_trigraph_map): Remove.
6742         (trigraph_ok, trigraph_replace, lex_line): Refer to
6743         _cpp_trigraph_map.
6744
6745         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
6746         (do_unassert): Remove unused "next" local.
6747
6748         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
6749
6750 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
6751
6752         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
6753         insn.
6754
6755 2000-08-17  Richard Henderson  <rth@cygnus.com>
6756
6757         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
6758         the first insn in a sequence.
6759
6760 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
6761
6762         * alias.c (true_dependence, write_dependence_p): A read
6763         involving a label_ref or the constant pool doesn't create
6764         a dependency.
6765
6766         * rtl.h (unchanging): Improve documentation.
6767
6768 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
6769
6770         * cse.c (insert_regs): Remove unused `regno'.
6771
6772 2000-08-17  Neil Booth  <NeilB@earthling.net>
6773
6774         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
6775         remove_dup_dirs.  If qtail == brack, remove brack not
6776         qtail.
6777         (remove_dup_dir, remove_dup_dirs): New functions.
6778
6779 2000-08-17  Neil Booth  <NeilB@earthling.net>
6780
6781         * cppinit.c (cpp_cleanup): Free include dir chains.
6782         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
6783         (do_unassert): Free the assert with _cpp_free_definition.
6784         * cppmacro.c (_cpp_free_definition): Free memory allocated for
6785         assertions.  Make the node a T_VOID node.
6786
6787 2000-08-17  Neil Booth  <NeilB@earthling.net>
6788
6789         * cppinit.c (path_include, append_include_chain):
6790         Remove 2nd parameter (struct cpp_pending *).
6791         (path_include, initialize_standard_includes, cpp_handle_option):
6792         Update callers appropriately.
6793         (cpp_handle_option): Use pend.
6794
6795 2000-08-17  Neil Booth  <NeilB@earthling.net>
6796
6797         * cppinit.c (sort_options): Remove, put functionality in
6798         cpp_init.
6799         (cpp_init): New.
6800         (initialize_builtins): Free memory.
6801         (cpp_start_read): Move init_IStable to cpp_init.
6802
6803         * cpplib.h (cpp_init): New prototype.
6804         * cppmain.c (main): Call cpp_init.
6805
6806 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
6807
6808         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
6809         (rtx_unstable_p, rtx_varies_p): Process vectors.
6810
6811 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6812
6813         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
6814         references to GLOBAL symbols.  Use LOCAL where appropriate.
6815
6816 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6817
6818         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
6819         use t-aix41 when host == target.
6820
6821 2000-08-16  Richard Henderson  <rth@cygnus.com>
6822
6823         * reload.c (push_secondary_reload): Revert last change.
6824         If we use a reload_in/out pattern, make the when the same
6825         as the primary reload.
6826         (find_reloads): Likewise.
6827
6828 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
6829
6830         * configure.in (libstdcxx-v3): Fix test.
6831         * configure: Regenerate.
6832
6833 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6834
6835         * calls.c (calls_function_1, expand_call): Only test
6836         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
6837         * function.c (thread_prologue_and_epilogue_insns): Likewise.
6838
6839 2000-08-16  Richard Henderson  <rth@cygnus.com>
6840
6841         * combine.c (simplify_shift_const): Revert previous two
6842         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
6843         before the main loop.
6844
6845 2000-08-15  Richard Henderson  <rth@cygnus.com>
6846
6847         * combine.c (simplify_shift_const): Bound shift count when
6848         combining shifts.
6849
6850 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6851
6852         * calls.c (ECF_SP_DEPRESSED): New macro.
6853         (calls_function_1): Treat calling sp-depressed function as alloca.
6854         (emit_call_1): Don't adjust SP if calling sp-depressed function.
6855         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
6856         If sp-depressed, ensure block saves and restores SP.
6857         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
6858         for INTEGER_TYPE.
6859         * function.c (keep_stack_depressed): New function.
6860         (thread_prologue_and_epilogue_insns): Call it.
6861         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
6862         to print DECL_OFFSET_ALIGN.
6863         Print no-force-blk and transparent-union flags properly.
6864         * stmt.c (expand_goto_internal): Don't restore stack if last block
6865         and function returns with sp depressed.
6866         (fixup_gotos): Likewise.
6867         (save_stack_pointer): New function, from code in expand_decl.
6868         (expand_decl): Call new function.
6869         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
6870         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
6871         (save_stack_pointer): New declaration.
6872
6873         * diagnostic.c (fatal_function): New variable.
6874         (set_fatal_function): New function.
6875         (fatal): Call it.
6876         * diagnostic.h (set_fatal_function): New declaration.
6877
6878 2000-08-15  William Cohen  <wcohen@redhat.com>
6879
6880         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
6881         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
6882         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
6883
6884 2000-08-15  Richard Henderson  <rth@cygnus.com>
6885
6886         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
6887
6888 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6889
6890         * arm.c (arm_function_ok_for_sibcall): New function.
6891         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
6892         * arm.md (call expanders): Don't check here for calls that can't
6893         be sibling calls.
6894
6895 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6896
6897         * arm.md (splits generating cond_exec): Disable.
6898
6899 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6900
6901         * arm/linux-elf.h (text_section): Delete declaration.
6902
6903 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6904
6905         ARM support for unordered FP operations.
6906         * arm-protos.h (arm_comparison_operator): Declare.
6907         * arm.c (arm_comparison_operator): New function.
6908         (arm_select_cc_mode): Add unordered comparison codes.
6909         (get_arm_condition_code): Likewise.
6910         (arm_final_prescan_insn): Can't handle unordered jumps that can't
6911         be done in one insn.
6912         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
6913         * arm.md (all uses of comparison_operator): Replace with
6914         arm_comparison_operator.
6915         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
6916         expands.
6917         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
6918         patterns.
6919
6920 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6921
6922         * gthr-posix.h: Conditionally include <sched.h>; include
6923         <config.h> from libobjc/.
6924
6925 2000-08-14  Richard Henderson  <rth@cygnus.com>
6926
6927         * config/i386/i386.c (legitimize_pic_address): Use Pmode
6928         for all CONSTs.
6929
6930 2000-08-14  Richard Henderson  <rth@cygnus.com>
6931
6932         * configure.in (ia64-*): Set float_format for i386 long double.
6933
6934         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
6935         as we would for i386 XFmode.
6936         (PUT_REAL): Likewise.
6937         (endian, ereal_atof, real_value_truncate): Likewise.
6938         (ereal_isneg, toe64, etens, make_nan): Likewise.
6939         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
6940
6941         * config/ia64/ia64-protos.h: Update.
6942         * config/ia64/ia64.c (general_tfmode_operand): New.
6943         (destination_tfmode_operand): New.
6944         (tfreg_or_fp01_operand): New.
6945         (ia64_split_timode): New.
6946         (spill_tfmode_operand): New.
6947         (ia64_expand_prologue): Use TFmode not XFmode.
6948         (ia64_expand_epilogue): Likewise.
6949         (ia64_function_arg): Likewise.
6950         (ia64_function_arg_advance): Likewise.
6951         (ia64_return_in_memory): Likewise.
6952         (ia64_function_value): Likewise.
6953         (ia64_print_operand): Likewise.
6954         (ia64_register_move_cost): Set GR<->FR to 5.
6955         (ia64_secondary_reload_class): Get GR for TImode memory op.
6956         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
6957         (ROUND_TYPE_ALIGN): Remove.
6958         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
6959         (INTEL_EXTENDED_IEEE_FORMAT): Define.
6960         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
6961         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
6962         (MODES_TIEABLE_P): Use TFmode, not XFmode.
6963         (CLASS_MAX_NREGS): Likewise.
6964         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
6965         (PREDICATE_CODES): Update.
6966         * config/ia64/ia64.md (movti): New.
6967         (movti_internal): Use a clobber for memory alternatives.
6968         (reload_inti, reload_outti): New.
6969         (movsfcc_astep): Predicate properly.
6970         (movdfcc_astep): Likewise.
6971         (movxf): Remove.
6972         (movtf): New.
6973         (extendsftf2, extenddftf2): New.
6974         (trunctfsf2, trunctfdf2): New.
6975         (floatditf2, fix_trunctfdi2): New.
6976         (floatunsditf2, fixuns_trunctfdi2): New.
6977         (addtf3, subtf3, multf3, abstf2): New.
6978         (negtf2, nabstf2, mintf3, maxtf3): New.
6979         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
6980         (cmptf): New.
6981         (fr_spill): Use TFmode, not XFmode.
6982         (fr_restore): Likewise.
6983         * config/ia64/lib1funcs.asm (__divtf3): New.
6984         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
6985
6986 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6987
6988         * cse.c (fold_rtx): Avoid empty body in an if-statement.
6989
6990         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
6991         `U' integer constant suffix.
6992
6993         * dwarf2out.c (add_subscript_info): Avoid empty body in an
6994         else-statement.
6995
6996         * sparc/sol2.h (__enable_execute_stack): Prototype.
6997
6998 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
6999
7000         * collect2.c: Remove use of AIX import file.
7001
7002         * longlong.h: Test ARCH_PWR not ARCH_POWER.
7003
7004         * rs6000.c (print_operand, case 'E'): Add else.
7005
7006 2000-08-14  Richard Henderson  <rth@cygnus.com>
7007
7008         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
7009         (movdi_symbolic): New.
7010
7011 2000-08-14  Jim Wilson  <wilson@cygnus.com>
7012
7013         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
7014         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
7015         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
7016         to GNU as.
7017
7018 2000-08-14  Richard Henderson  <rth@cygnus.com>
7019
7020         * expr.c (emit_group_load): Don't force constants into registers.
7021         Special case source already in the correct mode.
7022
7023 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
7024
7025         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7026         * fixinc/inclhack.def: Likewise.
7027         * fixinc/mkfixinc.sh: Likewise.
7028         * configure: Regenerate.
7029         * fixinc/fixincl.x: Regenerate.
7030         * install.texi: Document equivalence of linux and linux-gnu.
7031
7032 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7033
7034         * cse.c (insert_regs): Also in REG case: When finding an invalid
7035         value, and we make a new quantity, make sure that it won't be
7036         mistaken by for a valid one by mention_regs.
7037
7038 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
7039
7040         * h8300.md: Remove obsolete peepholes.
7041
7042 2000-08-13  Kazu Hirata  <kazu@hxi.com>
7043
7044         * invoke.texi (H8/300 Options): Fix typos.
7045         * config/h8300.c: Fix formatting.
7046         * config/h8300.h: Fix comment typos.
7047         (OVERRIDE_OPTIONS): Fix formatting.
7048
7049         * function.c: Fix formatting.
7050
7051         * cse.c: Fix formatting.
7052
7053 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
7054
7055         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
7056         (attempt_auto_inc): Suppress parentheses warning.
7057         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
7058         * loop.c (load_mems): Remove `u' suffix in two places.
7059         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
7060         hex constants.
7061         * config/rs6000/rs6000.h: Likewise.
7062         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
7063         __eabi dummy routine.
7064         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
7065         variable `buf_ptr'.
7066
7067         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
7068         not put stuff in .sdata unnecessarily.
7069         (rs6000_unique_section): New function.
7070         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
7071         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
7072
7073         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
7074         arrays in C99.  Don't try to look at DECL_REGISTER of a
7075         COMPONENT_REF.  Don't complain twice about the same error.
7076
7077         * fixinc/inclhack.def (aix_pthread): New fix.
7078         (aix_sysmachine): New fix.
7079         * fixinc/fixincl.x: Regenerate.
7080
7081         * expr.c (expand_expr): Call convert_modes when turning a large
7082         multiply into a small one.
7083
7084 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
7085
7086         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
7087         the tree structure an exponent rather than an explicit alignment
7088         so it doesn't overflow.
7089         (SET_DECL_OFFSET_ALIGN): New macro.
7090         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
7091         rather than DECL_OFFSET_ALIGN.
7092         (place_field): Likewise.
7093         * expmed.c (store_bit_field): Abort on align==0 to avoid
7094         antisocial machine behaviour.
7095
7096 2000-08-12  Richard Henderson  <rth@cygnus.com>
7097
7098         * sibcall.c (uses_addressof): Accept both addressof and
7099         current_function_internal_arg_pointer inside a mem.
7100         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
7101         if current_function_uses_addressof.
7102         * stmt.c (expand_return): Kill tail recursion and HAVE_return
7103         optimizations.
7104
7105 2000-08-11  Richard Henderson  <rth@cygnus.com>
7106
7107         * config/ia64/ia64.md (addsi3): Remove expander.
7108         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
7109         (*addsi3_shladd): New.
7110
7111 2000-08-11  Richard Henderson  <rth@cygnus.com>
7112
7113         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
7114         (do_restore): Likewise.
7115         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
7116         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
7117         (rtx_needs_barrier): Track actual bit manipulation for
7118         ar.unat moves, gr_spill, and gr_restore.
7119         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
7120         (process_set): Don't handle varargs spills.
7121         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
7122         .mem.offset here instead of in process_set.
7123         (gr_restore): Likewise.
7124
7125 2000-08-11  Richard Henderson  <rth@cygnus.com>
7126
7127         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
7128
7129 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
7130
7131         * gcc.texi (The Configuration File): Document
7132         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
7133         UPDATE_PATH_HOST_CANONICALIZATION.
7134
7135 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7136
7137         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
7138         unprototyped function pointer casts on integer constants.
7139
7140 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
7141
7142         * fixproto: Recognize DOS paths with drive letters as absolute paths.
7143
7144 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7145
7146         * extend.texi (Volatiles): Fix typos.
7147
7148 2000-08-11  Kazu Hirata  <kazu@hxi.com>
7149
7150         * flow.c: Fix formatting.
7151
7152 2000-08-11  Richard Henderson  <rth@cygnus.com>
7153
7154         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
7155         pattern, always allocate a tertiary scratch register.
7156
7157         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
7158         (reload_inhi): Likewise.
7159
7160 2000-08-11  Richard Henderson  <rth@cygnus.com>
7161
7162         * function.c (put_reg_into_stack): Allow type to be NULL.
7163         (schedule_fixup_var_refs): Likewise.
7164         (gen_mem_addressof): Allow decl to be NULL.
7165         (put_addressof_into_stack): Likewise.
7166
7167         * flow.c (merge_blocks_nomove): Be more careful about
7168         locating the beginning of block A.
7169
7170         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
7171
7172 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7173
7174         * configure.in:
7175         * configure:
7176         * gthr-posix.h:
7177         * config.in: Reverted the check for <sched.h>.
7178
7179 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
7180
7181         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
7182         macros define the name of CTOR and DTOR sections.
7183         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
7184         DTOR_LIST_END): Change to use attributes to specify
7185         sections.
7186         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
7187         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
7188         DTOR_LIST_END): Same as in mips/elf.h.
7189
7190 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
7191
7192         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
7193         disabling just crt0.o.
7194
7195 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
7196
7197         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
7198         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
7199         (EXTRA_SPECS): Add them.
7200         * arm/lib1funcs.asm: Support builds for interworking.
7201         Use macros to eliminate duplicated pieces of code.
7202
7203 2000-08-10  Kazu Hirata  <kazu@hxi.com>
7204
7205         * h8300.c (expand_a_rotate): New.
7206         (emit_a_rotate): Likewise.
7207         (h8300_adjust_insn_length): Add support for the rotate insns.
7208         * h8300.md (rotlqi3): New.
7209         (*rotlqi3_1): Likewise.
7210         (rotlhi3): Likewise.
7211         (*rotlhi3_1): Likewise.
7212         (rotlhi3): Likewise.
7213         (*rotlhi3_1): Likewise.
7214         * h8300-proto.h: Add prototypes for expand_a_rotate and
7215         emit_a_rotate.
7216
7217         * h8300.c: Fix comment typos.
7218         (dosize): Declare the variable amount as unsigned.
7219         (get_shift_alg): Fix a comparison between signed and unsigned.
7220         (emit_a_shift): Likewise.
7221         (h8300_adjust_insn_length): Simplify the code.
7222
7223         * c-decl.c: Fix formatting.
7224
7225 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7226
7227         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
7228         warning about non-traditional numeric constant suffixes.
7229
7230         * cppexp.c (parse_number): Likewise.
7231
7232         * invoke.texi: (-Wtraditional): Document new behavior.
7233
7234 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7235
7236         * gthr-posix.h: Include auto-host.h. Conditionally include
7237         <sched.h>.
7238         * configure.in: Check for the <sched.h> header file.
7239         * config.in: Added define for HAVE_SCHED_H.
7240
7241 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7242
7243         * c-typeck.c (process_init_element): For -Wtraditional, warn about
7244         initialization of unions.
7245
7246         * invoke.texi (-Wtraditional): Document new behavior.
7247
7248 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
7249
7250         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
7251         instead of extra_c_flags.
7252         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
7253         * configure: Regenerate.
7254         * config.in: Regenerate.
7255
7256         * cpperror.c (cpp_type2name): New function.
7257         * cpplex.c (lex_line): If we issued an error for an invalid
7258         preprocessing directive, discard that logical line.
7259         * cpplib.c (do_line): Call a hook function if the current file
7260         is renamed by #line.
7261         (do_ident): Pass the contents of the string, not the entire
7262         token, to the callback function.
7263         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
7264         (cb.rename_file): New hook function.
7265         (cb.ident): Adjust prototype.
7266         (cpp_type2name): Prototype.
7267         * cppmacro.c (dump_macro_args): Correct precedence lossage.
7268
7269         * cppmain.c (cb_ident): Update for changed interface.
7270         (cb_rename_file): New function.
7271         (main): Set rename callback.
7272
7273 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
7274
7275         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
7276         multi-word registers.
7277
7278 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7279
7280         * c-common.c (combine_strings, check_format_info): Refer to ISO C
7281         or ISO C89 instead of ANSI C.
7282         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
7283         build_enumerator, do_case): Likewise.
7284         * c-lex.c (parse_float, yylex): Likewise.
7285         * c-parse.in: Likewise.
7286         * c-typeck.c (common_type, build_array_ref, build_binary_op,
7287         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
7288         build_c_cast, convert_for_assignment, set_init_index,
7289         set_init_label, c_expand_start_case): Likewise.
7290         * toplev.c (documented_lang_options, display_help): Likewise.
7291
7292 2000-08-08  Kazu Hirata  <kazu@hxi.com>
7293
7294         * h8300.c: Fix formatting.
7295         * h8300.h: Likewise.
7296         * h8300.md: Likewise.
7297         (movsi_h8300hs): Fix formatting of the resulting assembly code.
7298
7299         * reload1.c: Fix formatting.
7300
7301 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
7302
7303         * alpha/alpha.c (alpha_emit_xfloating_libcall):
7304         Use GEN_CALL_VALUE define.
7305         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
7306         * clipper/clipper.md (untyped_call): Likewise.
7307         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
7308         * fx80/fx80.md (untyped_call): Likewise.
7309         * mips/mips.md (untyped_call): Likewise.
7310         * ns32k/ns32k.md (untyped_call): Likewise.
7311         * pa/pa.md (untyped_call): Likewise.
7312         * romp/romp.md (untyped_call): Likewise.
7313         * sparc/sparc.md (untyped_call): Likewise.
7314
7315 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
7316
7317         * config/i860/i860.c (singlemove_string): Do not generate assembler
7318         pseudo instructions that must be expanded (that is, with signed
7319         constants larger than 16 bits).
7320
7321 2000-08-08  Richard Henderson  <rth@cygnus.com>
7322
7323         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
7324         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
7325         (init_propagate_block_info): Don't kill memory stores at -O0.
7326         (mark_set_1, mark_used_regs): Likewise.
7327
7328 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
7329
7330         * rs6000.c (optimization_options): Decorate 'level' as
7331         ATTRIBUTE_UNUSED.
7332         (mask64_operand): Remove sign-extend thinko.
7333         (rldic_operand): New function.
7334         (load_multiple_operation): regno's are unsigned ints.
7335         (store_multiple_operation): Likewise.
7336         (lmw_operation): Likewise.
7337         (stmw_operation): Likewise.
7338         (includes_lshift_p): shift_mask is unsigned int.
7339         (includes_lshift64_p): New function.
7340         (addrs_ok_for_quad_peep): unsigned int reg1.
7341         (print_operand): Consistently add "else" after
7342         output_operand_lossage().
7343         (print_operand, case 'b'): Fold in case 'W'.
7344         (print_operand, case 'W'): Print rldic MB value.
7345         (output_epilogue): Update Objective-C language string.
7346         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
7347         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
7348         * rs6000.md (ashldi3): Add rldic instruction.
7349         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
7350         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
7351         modifier.
7352
7353 2000-08-08  Richard Henderson  <rth@cygnus.com>
7354
7355         * config/ia64/ia64-protos.h: Remove duplicates.  Update
7356         for massive code rearrangements.
7357         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
7358         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
7359         (ia64_local_regs, ia64_need_regstk): Remove.
7360         (ar_ccv_reg_operand): New.
7361         (ia64_gp_save_reg): New.
7362         (struct ia64_frame_info): Combine most of the size elements;
7363         add new gr save elements.
7364         (find_gr_spill): New.
7365         (next_scratch_gr_reg): New.
7366         (mark_reg_gr_used_mask): New.
7367         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
7368         to GR backing store regs when possible.
7369         (ia64_initial_elimination_offset): New.
7370         (ia64_rap_fp_offset): Remove.
7371         (save_restore_insns): Remove.
7372         (setup_spill_pointers): New.
7373         (finish_spill_pointers): New.
7374         (spill_restore_mem): New.
7375         (do_spill, do_restore): New.
7376         (ia64_expand_prologue): Rewrite to use them.
7377         (ia64_expand_epilogue): Likewise.
7378         (ia64_direct_return): Update for current_frame_info changes.
7379         (ia64_function_prologue): Simplify .prologue emission.  Emit
7380         .spill when needed.
7381         (ia64_setup_incoming_varargs): Don't ever emit rtl.
7382         (ia64_dbx_register_number): New.
7383         (ia64_initialize_trampoline): New.
7384         (ia64_secondary_reload_class): Request GR_REGS for integer
7385         arithmetic destined for FR_REGS.
7386         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
7387         (ia64_mark_machine_status): Mark ia64_gp_save.
7388         (rws_access_regno): Rename from rws_access_reg; don't treat
7389         predicates specially.
7390         (rws_access_reg): New.  Update all callers.
7391         (rtx_needs_barrier): Remove dead unspecs.
7392         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
7393         (ia64_encode_section_info): Silence signed/unsigned warnings.
7394         (spill_offset, sp_offset, spill_offset_emitted): Remove.
7395         (tmp_reg, tmp_saved): Remove.
7396         (process_set): Rewrite to expect complicated bits via
7397         REG_FRAME_RELATED_EXPR.
7398         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
7399         in the use of ar.ccv; never set RTX_UNCHANGING_P.
7400         (ia64_expand_op_and_fetch): Likewise.
7401         (ia64_expand_compare_and_swap): Likewise.
7402         (ia64_expand_builtin): Likewise.
7403         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
7404         (FIRST_PSEUDO_REGISTER): Update.
7405         (AR_M_REGNO_P): Update.
7406         (FIXED_REGS): Don't mark three local registers as used.
7407         (EXTRA_CC_MODES): New.
7408         (SELECT_CC_MODE): New.
7409         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
7410         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
7411         (FRAME_GROWS_DOWNWARD): Unset.
7412         (STARTING_FRAME_OFFSET): Zero.
7413         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
7414         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
7415         (HARD_FRAME_POINTER_REGNUM): New.
7416         (CAN_DEBUG_WITHOUT_FP): Define.
7417         (TRAMPOLINE_TEMPLATE): Remove.
7418         (TRAMPOLINE_SIZE): Lower to 32.
7419         (TRAMPOLINE_ALIGNMENT): Lower to 64.
7420         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
7421         (PREDICATE_CODES): Update.
7422         (struct machine_function): Add ia64_gp_save.
7423         * config/ia64/ia64.md: Purge unused unspecs.
7424         (movsi patterns): Allow moves to/from AR_M_REGS.
7425         (movdi patterns): Allow moves to/from p0.
7426         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
7427         (gr_spill, gr_restore): Indicate ar.unat read/written.
7428         (nonlocal_goto): Don't pass old frame_pointer.
7429         (nonlocal_goto_receiver): Remove.
7430         (exception_receiver): New.
7431         (builtin_setjmp_setup): New.
7432         (builtin_setjmp_receiver): New.
7433         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
7434         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
7435         (__ia64_restore_stack_nonlocal): Likewise.
7436         (__ia64_trampoline): New.
7437         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
7438         function.
7439         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
7440
7441 2000-08-08  Richard Henderson  <rth@cygnus.com>
7442
7443         * frame.h (ia64_frame_state): Add my_psp.
7444         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
7445         (__throw): Pass it in.  Don't clobber r7.
7446         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
7447         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
7448         and nothing to do with sp.
7449         (normalize_reg_loc): Use frame->my_psp.
7450         (frame_translate): Handle frame-pointer-less functions.  Set
7451         spill_base correctly, in absence of being told.
7452         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
7453         (__ia64_backtrace_helper): New sp argument.  Use
7454         builtin_return_address instead of label addresses.
7455         (print_record) [mem_stack_v]: No size member.
7456
7457 2000-08-08  Richard Henderson  <rth@cygnus.com>
7458
7459         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
7460
7461 2000-08-08  Richard Henderson  <rth@cygnus.com>
7462
7463         * tm.texi (LOCAL_REGNO): Document.
7464         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
7465         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
7466         * reload1.c (reload): Likewise when considering nonlocal labels.
7467
7468         * config/ia64/ia64.h (LOCAL_REGNO): New.
7469         * config/sparc/sparc.h (LOCAL_REGNO): New.
7470
7471 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7472
7473         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
7474
7475 2000-08-07  Nick Clifton  <nickc@redhat.com>
7476
7477         * config/mips/mips.c: Fix compile time warning messages.
7478         * config/mips/mips-protos.h: Add prototype for equality_op.
7479
7480         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
7481
7482 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
7483
7484         * mn10300.md: Use nonimmediate_operand instead of general_operand
7485         on output operands.
7486
7487         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
7488
7489 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
7490
7491         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
7492         * sh.c (expand_block_move): Break long lines.
7493         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
7494         * sh.md (mulsi3): Likewise.
7495         (movdi): Adjust spacing.
7496
7497 2000-08-07  Richard Henderson  <rth@cygnus.com>
7498
7499         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
7500         * expr.c (emit_group_store): Don't set it.
7501
7502 2000-08-07  Kazu Hirata  <kazu@hxi.com>
7503
7504         * invoke.texi (Options for Debugging Your Program or GCC): Remove
7505         duplicate entries for 'w' and 'z'.
7506
7507         * flow.c: Fix a comment typo.
7508
7509 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7510
7511         * c-parse.in: Changed the language string for Objective-C to "GNU
7512         Objective-C".
7513
7514 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7515
7516         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
7517         to improve the Posix thread support for Objective-C.
7518
7519 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7520
7521         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
7522         CTI_UNSIGNED_PTRDIFF_TYPE.
7523         (signed_size_type_node): Define.
7524         (unsigned_ptrdiff_type_node): Define.
7525         * c-decl.c (init_decl_processing): Create the
7526         signed_size_type_node and unsigned_ptrdiff_type_node types.
7527         * c-common.c (T_SC): Define.
7528         (T_SST): Define.
7529         (T_UPD): Define.
7530         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
7531         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
7532         %s and %p.
7533         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
7534         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
7535         flags for %c, %s and %[.
7536         (check_format_info): Only allow leniency for signedness of targets
7537         of character pointers (when pedantic) for formats flagged with
7538         "c", so for strings but not for %hh formats.  When pedantic, don't
7539         allow character pointers to substitute for void pointers if a
7540         second level of indirection is present.
7541
7542 2000-08-06  Kazu Hirata  <kazu@hxi.com>
7543
7544         * invoke.texi (Options for Debugging Your Program or GCC): Update
7545         the names of dump files.
7546
7547         * h8300.c (dosize): Rearrange code for conciseness.
7548         (split_adds_subs): Likewise.
7549
7550         * loop.c: Fix formatting.
7551
7552         * dwarf2out.c: Fix formatting.
7553
7554         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
7555
7556         * expr.c: Fix formatting.
7557
7558 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7559
7560         * rs6000.c (rs6000_maybe_dead): Prototype.
7561
7562 2000-08-06  Richard Henderson  <rth@cygnus.com>
7563
7564         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
7565         HAVE_nonlocal_goto as well.
7566         * config/i960/i960.md (nonlocal_goto): Don't do it here.
7567         * config/pj/pj.md (nonlocal_goto): Likewise.
7568
7569 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
7570
7571         * loop.c (try_swap_copy_prop): New function.
7572         (load_mems): Rename copies to load_copies and add new regset
7573         store_copies.  Check for sets of shadow registers and mark
7574         in store_copies.   Call try_swap_copy_prop for registers
7575         marked in store_copies.
7576
7577 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7578
7579         * objc/objc-act.c: New command line option -fconstant-string-class
7580         to allow specifying a user defined constant string class,
7581         different from NXConstantString.
7582
7583         * toplev.c: Moved the Objective-C specific options to
7584         objc/lang-options.h.
7585
7586         * objc/lang-options.h: Moved the Objective-C specific options from
7587         toplev.c. Added -fconstant-string-class.
7588
7589 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
7590
7591         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
7592         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
7593         __CTOR_LIST__ from func_ptr array to just func_ptr, to
7594         avoid extra alignment imposed on arrays.
7595         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
7596         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
7597
7598         * mips.h: Clean up comments and spacing near MASKs.
7599         (TARGET_UNIX_ASM): Delete.
7600         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
7601         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
7602         values contiguous.
7603
7604 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7605
7606         * c-common.c (print_char_table): Add entries for the X/Open '
7607         format flag (print decimals with locale's thousands grouping
7608         character).  Make %C expect wint_t.
7609         (check_format_info): If pedantic, warn when the %n$ operand
7610         number form is used.  Allow for the ' flag; warn about it if
7611         pedantic.
7612
7613 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
7614
7615         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
7616         type is a float mode, cfun->decl's return type is not, and
7617         TARGET_FLOAT_RETURNS_IN_80387.
7618
7619 2000-08-04  Andreas Schwab  <schwab@suse.de>
7620
7621         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
7622         token list, which are always `#' and `pragma'.
7623
7624 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
7625
7626         * tree.c (tree_expr_nonnegative_p): Move to...
7627         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
7628         (rtl_expr_nonnegative_p): New.
7629         * tree.h: Add prototype for rtl_expr_nonnegative_p.
7630
7631         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
7632         CONST_DOUBLE_CHAIN: Move to...
7633         * rtl.h: ...here.  Use XCINT/XCEXP.
7634
7635         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
7636         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
7637         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
7638         to VOL_FILES.
7639
7640         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
7641
7642 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7643
7644         * config/c4x/c4x.md (return_indirect_internal): New.
7645         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
7646
7647 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7648
7649         * c-common.c (time_char_table): Mark up formats added in C99 and
7650         make other corrections.  %D and %g were added in C99.  %Og is an
7651         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
7652         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
7653         C99 rather than GNU extensions, but %OG and %Oz are extensions.
7654         %h was added in C99.  %C was added in C99.  %OY and %OC are
7655         extensions.  Add the C99 format %F.
7656         (check_format_info): If pedantic and not in C99 mode, warn for C99
7657         formats, %E and %O.
7658
7659 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7660
7661         * function.c (schedule_fixup_var_refs): New function, broken out
7662         of put_reg_into_stack.
7663         (put_reg_into_stack): Use it.
7664         (put_var_into_stack): In CONCAT case, fixup up references for
7665         components only after fixing up references to the whole concat.
7666
7667 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
7668
7669         * alias.c (mark_constant_function): Use INSN_P.
7670         (init_alias_analysis): Likewise.
7671         * combine.c (combine_instructions): Use INSN_P.
7672         (can_combine_p): Likewise.
7673         (try_combine): Likewise.
7674         (distribute_notes): Likewise.
7675         (distribute_links): Likewise.
7676         * cse.c (cse_around_loop): Use INSN_P.
7677         (invalidate_skipped_block): Likewise.
7678         (cse_set_around_loop): Likewise.
7679         (cse_end_of_basic_block): Likewise.
7680         (delete_trivially_dead_insns): Likewise.
7681         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
7682         (unshare_all_rtl_1): Likewise.
7683         (next_cc0_user): Likewise.
7684         (try_split make_insn_raw): Likewise.
7685         (remove_unnecessary_notes): Likewise.
7686         * final.c (shorten_branches): Use INSN_P.
7687         (leaf_renumber_regs): Likewise.
7688         (leaf_renumber_regs_insn): Likewise.
7689         * flow.c (find_label_refs): Use INSN_P.
7690         (verify_wide_reg): Likewise.
7691         (notice_stack_pointer_modification): Likewise.
7692         (count_or_remove_death_notes): Likewise.
7693         (verify_flow_info): Likewise.
7694         (clear_log_links): Likewise.
7695         * function.c (fixup_var_refs_insns): Use INSN_P.
7696         (compute_insns_for_mem): Likewise.
7697         * gcse.c (alloc_gcse_mem): Use INSN_P.
7698         (compute_sets): Likewise.
7699         (compute_hash_table): Likewise.
7700         (classic_gcse): Likewise.
7701         (cprop): Likewise.
7702         (insert_insn_end_bb): Likewise.
7703         (delete_null_pointer_checks_1): Likewise.
7704         * global.c (expand_preferences): Use INSN_P.
7705         (build_insn_chain): Likewise.
7706         * graph.c (node_data): Use INSN_P.
7707         * haifa-sched.c (priority): Use INSN_P.
7708         (rm_line_notes): Likewise.
7709         (rm_other_notes): Likewise.
7710         (find_insn_reg_weight): Likewise.
7711         (init_target_units): Likewise.
7712         (schedule_block): Likewise.
7713         (compute_block_forward_dependences): Likewise.
7714         (debug_dependencies): Likewise.
7715         (set_priorities): Likewise.
7716         * integrate.c (function_cannot_inline_p): Use INSN_P.
7717         (save_parm_insns): Likewise.
7718         (copy_insn_list): Likewise.
7719         * jump.c (mark_all_labels): Use INSN_P.
7720         (never_reached_warning): Likewise.
7721         * lcm.c (optimize_mode_switching): Use INSN_P.
7722         * local-alloc.c (validate_equiv_mem): Use INSN_P.
7723         (memref_used_between_p): Likewise.
7724         (update_equiv_regs): Likewise.
7725         (block_alloc): Likewise.
7726         (no_conflict_p): Likewise.
7727         * loop.c (scan_loop): Use INSN_P.
7728         (find_and_verify_loops): Likewise.
7729         (count_loop_regs_set): Likewise.
7730         (loop_reg_used_before_p): Likewise.
7731         (strength_reduce): Likewise.
7732         (recombine_givs): Likewise.
7733         (check_dbra_loop): Likewise.
7734         (load_mems): Likewise.
7735         (try_copy_prop): Likewise.
7736         * print-rtl.c (print_rtx): Use INSN_P.
7737         * recog.c (find_single_use): Use INSN_P.
7738         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
7739         (next_flags_user): Likewise.
7740         (swap_rtx_condition): Likewise.
7741         * regmove.c (mark_flags_life_zones): Use INSN_P.
7742         (optimize_reg_copy_1): Likewise.
7743         (optimize_reg_copy_2): Likewise.
7744         (optimize_reg_copy_3): Likewise.
7745         (reg_is_remote_constant_p): Likewise.
7746         (fixup_match_2): Likewise.
7747         (regmove_optimize): Likewise.
7748         (fixup_match_1): Likewise.
7749         * regrename.c (build_def_use): Use INSN_P.
7750         (replace_reg_in_block): Likewise.
7751         (consider_use): Likewise.
7752         * reload.c (find_equiv_reg): Use INSN_P.
7753         * reload1.c (reload): Use INSN_P.
7754         (maybe_fix_stack_asms): Likewise.
7755         (calculate_needs_all_insns): Likewise.
7756         (reload_as_needed): Likewise.
7757         (emit_output_reload_insns): Likewise.
7758         (delete_address_reloads_1): Likewise.
7759         (reload_cse_regs_1): Likewise.
7760         (reload_combine): Likewise.
7761         (reload_cse_move2add): Likewise.
7762         * reorg.c (redundant_insn): Use INSN_P.
7763         (dbr_schedule): Likewise.
7764         * resource.c (find_dead_or_set_registers): Use INSN_P.
7765         (mark_target_live_regs): Likewise.
7766         * rtlanal.c (reg_used_between_p): Use INSN_P.
7767         (reg_referenced_between_p): Likewise.
7768         (reg_set_between_p): Likewise.
7769         (reg_set_p): Likewise.
7770         (single_set): Likewise.
7771         (multiple_sets): Likewise.
7772         (find_last_value): Likewise.
7773         (reg_set_last): Likewise.
7774         (find_reg_note): Likewise.
7775         (find_regno_note): Likewise.
7776         * sibcall.c (sequence_uses_addressof): Use INSN_P.
7777         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
7778         * ssa.c (find_evaluations): Use INSN_P.
7779         (rename_block): Likewise.
7780         (rename_equivalent_regs): Likewise.
7781         * unroll.c (loop_find_equiv_value): Use INSN_P.
7782         (set_dominates_use): Likewise.
7783         * varasm.c (mark_constant_pool): Use INSN_P.
7784         (mark_constants): Likewise.
7785         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
7786         (alphaev4_next_group): Likewise.
7787         (alphaev5_next_group): Likewise.
7788         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
7789         (c4x_rptb_rpts_p): Likewise.
7790         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
7791         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
7792         (rs6000_adjust_priority): Likewise.
7793         * config/sh/sh.c (sh_loop_align): Use INSN_P.
7794         (machine_dependent_reorg): Likewise.
7795         (split_branches): Likewise.
7796         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
7797
7798 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
7799
7800         * combine.c (recog_for_combine): Remove the old notes
7801         prior to attempting to recognize the new pattern.
7802         (distribute_notes): Ignore REG_NONNEG notes.
7803
7804 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
7805
7806         * varasm.c (output_constructor): Add .align 0 for packed vars.
7807
7808 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7809
7810         * configure.in: Use default thread_file even when enable_threads is
7811         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
7812         * configure: Rebuilt.
7813
7814         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
7815
7816 2000-08-04  Donn Terry (donnte@microsoft.com)
7817
7818         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
7819
7820 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
7821
7822         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
7823         Delete code that conditionally modifies 'version'.
7824         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
7825         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
7826         * gcc.c (main): Use it.
7827         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
7828         * prefix.c (update_path): Use it.
7829         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
7830         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
7831         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
7832         code.
7833         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
7834         (SUBTARGET_SWITCHES): Adjust.
7835         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
7836         defining.
7837         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
7838
7839 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7840
7841         * c-common.h (flag_isoc94): Declare.
7842         * c-decl.c (flag_isoc94): Define.
7843         (c_decode_option): Set flag_isoc94 as appropriate.
7844         * c-common.c (T_PD, T_IM, T_UIM): Define.
7845         (format_char_info): Add tlen and jlen.
7846         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
7847         %F.  Allow %lf.
7848         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
7849         %l[.
7850         (time_char_table): Add NULL entries for %t and %j.
7851         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
7852         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
7853         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
7854         precision.  Allow precision argument to be unsigned int.  If
7855         pedantic, warn for %p passed an argument not a pointer to possibly
7856         qualified void or a possibly qualified character type, and for
7857         pointer targets of the wrong sign, except for character pointers.
7858
7859 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7860
7861         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
7862         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
7863         (wint_type_node): Define.
7864         * c-decl.c (WINT_TYPE): Define.
7865         (init_decl_processing): Create the wint_type_node type.
7866         * c-common.c (T_WI): Define.
7867         (print_char_table): Use T_WI for %lc format.
7868
7869 2000-08-04  Bruce Korb  <bkorb@gnu.org>
7870
7871         * fixinc/:  Verified that the MSDOS patch does not break
7872         the UNIX functionality and applied the next three patches
7873         from July:
7874
7875 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
7876
7877         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
7878         output file with the temporary one by appending ".X" to generate
7879         the temporary fuile's name.  If the output file already has an
7880         extension, replace it with ".X".
7881
7882         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
7883         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
7884         reallocate the command buffer while copying the command-line
7885         argument.  Redirect the output directly to the temporary file,
7886         instead of going through another temporary file.
7887         (process): Close the temporary file before unlinking it.
7888         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
7889         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
7890         (run_compiles): Pass p_fixd argument to machine_matches, as it
7891         expects.
7892
7893         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
7894         environment, assume there are no symlinks in the include
7895         directory.  When cleaning up the DONE files, look for them
7896         case-insensitively.  Don't try to remove symlinks if they aren't
7897         there.
7898
7899         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
7900         all callers changed.  Declare pz "const char *", to avoid compiler
7901         warnings.
7902
7903         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
7904         Change prototype of make_raw_shell_str.
7905
7906 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
7907
7908         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
7909         (initialize) [__MSDOS__]: Use tempnam.
7910         (initialize): Don't use SIGPIPE if it is not defined.
7911
7912         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
7913         return stdout.
7914
7915 2000-07-25  Bruce Korb  <bkorb@gnu.org>
7916
7917         * fixinc/fix*.[ch]: substantially reworked to make it possible
7918         to run this program without using fork(2) or pipe(2) (i.e. in
7919         a DOS environment).
7920
7921 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7922
7923         * cppdefault.h (WINT_TYPE): Define.
7924         * cppinit.c (builtin_array): Define __WINT_TYPE__.
7925         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
7926         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
7927
7928 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
7929
7930         * (mips_legitimate_address_p): Don't allow register+offset
7931         if the offset is large and negative, and we are compiling
7932         for 64 bit registers.
7933
7934 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7935
7936         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
7937         insn_code_number + 1.
7938
7939 2000-08-04  Kazu Hirata  <kazu@hxi.com>
7940
7941         * h8300.c (function_prologue): Rearrange code for conciseness.
7942         (function_epilogue): Likewise.
7943         * h8300.h (OK_FOR_U): Fix formatting.
7944
7945         * cse.c: Fix a comment typo. Fix formatting.
7946
7947 2000-08-03  Richard Henderson  <rth@cygnus.com>
7948
7949         * config/i386/i386.md (return_indirect_internal): New.
7950         * config/i386/i386.c (ix86_expand_epilogue): Use it.
7951
7952 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
7953
7954         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
7955         before the name.
7956         (lex_line): Glue @ onto the beginning of identifiers and
7957         string constants, in Objective-C mode.
7958         (output_token, spell_token): Handle CPP_OSTRING.
7959         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
7960         beginning of a NAME or a STRING, in objc mode.
7961
7962         * cpplib.c (get_define_node): Do not permit identifiers that
7963         begin with @ to be #defined.
7964         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
7965         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
7966
7967         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
7968         * c-tree.h (build_objc_string): Delete prototype.
7969         * objc/objc-tree.def: Delete OBJC_STRING_CST.
7970         * c-lex.c (yylex): Use build_string for all three kinds of strings.
7971
7972         * c-parse.in, objc/objc-act.c: Update commentary.
7973
7974 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
7975
7976         * extend.texi: Fix typo in last change.
7977
7978         * extend.texi: Add commentary on statement-expressions and their
7979         interactions with C++.
7980
7981 2000-08-03  Nick Clifton  <nickc@cygnus.com>
7982
7983         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
7984         * dwarf.h (LANG_JAVA): Change value to 0x000b.
7985
7986 2000-08-03  Anthony Green  <green@cygnus.com>
7987
7988         * dwarf2out.c (gen_compile_unit_die): Add java language support.
7989         (add_bound_info): Check for java language.
7990         (is_java): New function.
7991         * dwarfout.c (output_compile_unit_die): Ditto.
7992         * dwarf.h (dwarf_source_language): Add java source language type.
7993         * dwarf2.h (dwarf_source_language): Ditto.
7994
7995 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7996
7997         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
7998         operands.
7999
8000         * i386.c (ix86_expand_branch): Mode of comparison in
8001         IF_THEN_ELSE is VOIDmode.
8002
8003 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
8004
8005         * gengenrtl.c, rtl.c: Avoid #elif.
8006
8007 2000-08-03  Michael Poole  <poole@troilus.org>
8008
8009         * tm.texi (Register Classes): Clarify order of sub-initializers
8010         in REG_CLASS_CONTENTS.
8011
8012 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8013
8014         From SAITOH Masanobu:
8015         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
8016
8017 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
8018
8019         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
8020         is not supported by tradcpp and isn't actually needed for cygwin.
8021
8022 2000-08-03  Kazu Hirata  <kazu@hxi.com>
8023
8024         * h8300.c: Fix a comment typo.
8025         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
8026
8027         * jump.c: Fix formatting.
8028
8029         * toplev.c: Fix formatting.
8030
8031 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
8032
8033         * flow.c (find_auto_inc): Verify that we've got a REG before
8034         peeking at its regno.  Fail, don't abort if we can't find
8035         the increment of the desired register.
8036
8037         * pa.md (shadd height reduction patterns/splitters): Remove.
8038
8039 2000-08-02  Jim Wilson  <wilson@cygnus.com>
8040
8041         * config/ia64/ia64-protos.h (flag_ssa): Declare.
8042         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
8043
8044 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
8045
8046         * dce.c: Remove all uses of assert.
8047         * dwarf2out.c: Likewise.
8048         * dwarfout.c: Likewise.
8049         * ssa.c: Likewise.
8050
8051 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
8052
8053         * gcc.h (lang_specific_driver): Constify second argument.
8054         * gcc.c (translate_options, process_command, main): Likewise.
8055         Constify variables to match.  Cast second argument to
8056         pexecute.
8057
8058         * cppspec.c, gccspec.c: Adjust type of second argument to
8059         lang_specific_driver, and update code as necessary.
8060
8061 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
8062
8063         * loop.c (scan_loop): Ensure update_end label does not
8064         go away until reg_scan_update is run.
8065
8066 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
8067
8068         * c-common.h: Prototype min_precision and c_build_qualified_type here...
8069         * c-tree.h: ... not here.
8070         * errors.h: Prototype fancy_abort.
8071
8072         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
8073         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
8074         * regrename.c (regrename_optimize): Make control flow explicit.
8075         (replace_reg_in_block): Initialize reg_use to 0.
8076
8077         * i386.c (legitimate_address_p): Rename error label to
8078         report_error to avoid namespace clash.
8079
8080 2000-08-02  Kazu Hirata  <kazu@hxi.com>
8081
8082         * fold-const.c: Fix formatting.
8083
8084 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8085
8086         * i386.c (legitimate_address_p): Accept other bases than
8087         pic_offset_table_rtx for GOTOFF constructs.
8088
8089 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8090
8091         * i386.md (shift to lea splitter): Use const_int_operand.
8092
8093 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
8094
8095         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
8096         cppspec.c: Do not use 'legal' or 'illegal' in error messages
8097         and comments.
8098
8099         * cppmain.c (cb_define, cb_undef): Don't generate any output
8100         if not done_initializing.
8101         * cpplex.c (maybe_paste_with_next): When the token after a ##
8102         is an omitted rest argument, only delete the token before it
8103         if that token is a comma.  Do not warn about bogus token
8104         pastes for , ## rest_arg.
8105
8106         * cpp.texi: Update.
8107         * cpp.1: Regenerate.
8108
8109 2000-08-02  Fred Fish  <fnf@be.com>
8110
8111         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
8112         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
8113         and later.
8114
8115         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
8116         Be directories to search path.
8117
8118         Remove support for __declspec(dllimport) and __declspec(dllexport).
8119         This is leftover cruft from the earlier BeOS gcc port when BeOS
8120         used Microsoft's PE object file format.
8121         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
8122         * config/i386/t-beos (winnt.o): Remove Makefile frag.
8123         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
8124         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
8125         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
8126         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
8127         (REDO_SECTION_INFO_P): Remove.
8128         (ASM_EXPORT_DECL): Remove.
8129         (ASM_DECLARE_FUNCTION_NAME): Remove.
8130         (ASM_DECLARE_OBJECT_NAME): Remove.
8131         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
8132         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
8133         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
8134         (STRIP_NAME_ENCODING): Remove.
8135
8136         Remove support for obsolete version of BeOS that is no longer
8137         supported by Be.
8138         * configure.in (i*86-*-beospe*): Remove.
8139         * config/i386/beos-pe.h: Remove.
8140
8141 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
8142             Mark Mitchell <mark@codesourcery.com>
8143
8144         * Makefile.in (OBJS): Added dce.o.
8145         (ssa.o): Updated target to include ssa.h.
8146         (flow.o): Likewise.
8147         (toplev.o): Likewise.
8148         (dce.o): Created target.
8149         * basic-block.h: Added comments.
8150         (INVALID_BLOCK): Added definition.
8151         (connect_infinite_loops_to_exit): Added declaration.
8152         Moved SSA declarations to ssa.h.
8153         * flow.c: Added inclusion of ssa.h.
8154         (struct depth_first_search_dsS, depth_first_search_ds):
8155         Added definitions.
8156         (compute_immediate_postdominators): Added definition.
8157         (connect_infinite_loops_to_exit): Likewise.
8158         (flow_dfs_compute_reverse_init): Likewise.
8159         (flow_dfs_compute_reverse_add_bb): Likewise.
8160         (flow_dfs_compute_reverse_execute): Likewise.
8161         (flow_dfs_compute_reverse_finish): Likewise.
8162         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
8163         (LABEL_P): Added definition.
8164         (JUMP_P): Likewise.
8165         (NOTE_P): Likewise.
8166         (BARRIER_P): Likewise.
8167         (JUMP_TABLE_DATA_P): Likewise.
8168         (INSN_DEAD_CODE_P): Likewise.
8169         * ssa.c: Replaced inclusions with ssa.h inclusion.
8170         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
8171         (rename_registers): Removed unnecessary variables.
8172         * ssa.h: Created by moving declarations from ssa.c and
8173         basic-block.h.
8174         * timevar.def: Defined TV_DEAD_CODE_ELIM.
8175         * toplev.c: Added ssa.h inclusion.
8176         (dump_file_index): Added DFI_dce.
8177         (dump_file): Added "dce" entry.
8178         Defined flag_ssa.
8179         (f_options): Added dce entry.
8180         * invoke.texi: Document -fdce.  Emphasize experimental status of
8181         -fssa.
8182         * dce.c: New file.
8183
8184 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
8185
8186         * cpperror.c (v_message): Split into _cpp_begin_message and
8187         v_message macro.  All callers updated.
8188         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
8189         checks here.
8190
8191         * cppfiles.c (cpp_syshdr_flags): New function.
8192         (read_include_file): Don't call cpp_output_tokens.  Call
8193         enter_file hook.
8194         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
8195         (cpp_reader_init): Don't initialize token_buffer.  Call
8196         _cpp_init_internal_pragmas.
8197         (cpp_cleanup): Don't clear token_buffer.
8198         (cpp_start_read): Don't worry about output from -D processing.
8199         Don't call cpp_output_tokens.
8200         (cpp_finish): Don't dump macros here.  Don't call
8201         cpp_output_tokens.
8202         * cppmacro.c (_cpp_dump_definition): Rename
8203         cpp_dump_definition.  Write directly to a FILE *.
8204         (dump_funlike_macro): Delete.
8205         (dump_macro_args): New.
8206
8207         * cpplex.c (TOKEN_LEN): Convert to inline function.
8208         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
8209         cpp_scan_line, _cpp_dump_list): Delete.
8210         (cpp_printf, cpp_output_list): New.
8211         (output_line_command): Don't worry about entering or leaving files.
8212         (cpp_scan_buffer): Just output each token as we hit it.
8213         (process_directive): Don't call cpp_output_tokens.
8214         (_cpp_glue_header_name): Don't use token_buffer.
8215         (output_token, dump_param_spelling): Write directly to a FILE *.
8216
8217         * cpplib.c (pass_thru_directive, dump_macro_name,
8218         pragma_dispatch, do_pragma_gcc): Delete.
8219         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
8220         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
8221         functions.
8222         (do_error, do_warning, pragma_dependency): Call
8223         _cpp_begin_message, then cpp_output_list.
8224         (cpp_register_pragma, cpp_register_pragma_space,
8225         _cpp_init_internal_pragmas): New.
8226         (do_pragma): Walk the pragmas table here.
8227         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
8228         do_pragma_dependency): Return void.
8229         (do_pragma_implementation): Moved to cppmain.c.
8230
8231         * cpplib.h: Update prototypes.
8232          (struct cpp_reader): Remove printer, token_buffer,
8233         token_buffer_size, and limit.  Add struct cb, and pragmas.
8234         (struct cpp_printer): Remove last_id and written.
8235         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
8236         CPP_ADJUST_WRITTEN): Delete.
8237         * cpphash.h: Update prototypes.
8238         (ufputs): New wrapper.
8239
8240         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
8241         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
8242         (main): Set up callbacks.  Register #pragma implementation.
8243         Dump macros from here.
8244
8245 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
8246
8247         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
8248         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
8249         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
8250         insns if they have a REG_MAYBE_DEAD note attached.
8251         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
8252         (rs6000_emit_load_toc_table): TOC loads may go dead.
8253
8254 2000-08-01  Jim Wilson  <wilson@cygnus.com>
8255
8256         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
8257         type exists before using it.  Use number of words as alignment
8258         otherwise.
8259         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
8260         ia64_va_arg): Propagate ia64_function_args changes here.
8261
8262 2000-08-01  Richard Henderson  <rth@cygnus.com>
8263
8264         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
8265         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
8266
8267 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
8268
8269         From Joern Rennecke:
8270         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
8271         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
8272         unless TARGET_SH3E is set.
8273         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
8274
8275         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
8276         (ashlsi3_std): New pattern.
8277         (ashlsi3 expander): Use it for TARGET_SH3.
8278         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
8279
8280 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8281
8282         * loop.c (canonicalize_condition):  Use destination, not source to
8283         determine SET's mode.
8284
8285 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
8286
8287         * flow.c (clear_log_links): Fix typo.
8288
8289 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
8290
8291         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
8292         on targets which need more than one insn for a compare/cbranch
8293         operation.
8294
8295 2000-07-31  Jim Wilson  <wilson@cygnus.com>
8296
8297         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
8298         when computing offset.
8299
8300 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
8301
8302         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
8303
8304 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
8305
8306         * flow.c (clear_log_links): Nuke global_live_at_start and
8307         global_live_at_end data, since if the log_links stuff is invalid
8308         so is global_live_at_*.
8309
8310 2000-07-31  Richard Henderson  <rth@cygnus.com>
8311
8312         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
8313
8314 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
8315
8316         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
8317         (_cpp_get_token): Don't macro expand a just pasted token if it
8318         was pasted at no_expand_level.
8319
8320 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
8321
8322         * cppmacro.c (find_param, count_params, save_expansion):
8323         Permit 'defined' as a macro parameter name.
8324
8325 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
8326
8327         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
8328         xcpp to cpp throughout.
8329         (native): Remove unnecessary dependency on cpp.
8330
8331         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
8332         tradcpp to tradcpp0.
8333         (.i spec): Add missing output-file spec to cc1 command line.
8334         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
8335
8336 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
8337
8338         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
8339         (implicit_decl_warning): New function.
8340         (implicitly_declare): Use it.
8341         * c-typeck.c (build_external_ref): Use implicit_decl_warning
8342         to complain about implicit decls of builtins.
8343
8344         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
8345         based on pedantic && flag_isoc99, if not already set.
8346         * c-tree.h: Declare mesg_implicit_function_declaration.
8347         Prototype implicit_decl_warning.
8348
8349 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
8350
8351         * Makefile.in (ssa.o): Updated header files in dependences.
8352         * basic-block.h: Added compute_immediate_postdominators declaration.
8353         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
8354         definition.
8355         * flow.c (compute_immediate_dominators): Updated comment.
8356         (compute_immediate_postdominators): Added definition.
8357         * rtl.h (HARD_REGISTER_P): Added definition.
8358         * ssa.c: Include additional header files.
8359         (assert): Added definition.
8360         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
8361         include select hard registers.
8362         (ssa_rename_to_insert): Likewise.
8363         (ssa_rename_from_initialize): Likewise.
8364         (ssa_rename_from_lookup): Likewise.
8365         (original_register): Likewise.
8366         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
8367         include select hard reigsters.
8368         (ssa_rename_from_traverse): Likewise.
8369         (ssa_rename_from_free): Likewise.
8370         (ssa_rename_from_print): Likewise.
8371         (ssa_rename_from_print_1): Likewise.
8372         (ssa_rename_from_hash_function): Likewise.
8373         (ssa_rename_from_equal): Likewise.
8374         (ssa_rename_from_delete): Likewise.
8375         (simplify_to_immediate_dominators): Removed in favor of
8376         flow.c:compute_immediate_dominators.
8377         (find_evaluations_1): Modified to work with hard registers.
8378         (insert_phi_node): Likewise.
8379         (insert_phi_nodes): Likewise.
8380         (struct rename_set_data): Updated prev_reg comment.
8381         (create_delayed_rename): Modified to work with hard registers.
8382         (RENAME_NO_RTX): Updated comment.
8383         (apply_delayed_renames): Modified to work with hard registers.
8384         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
8385         (rename_block): Updated to use revised ssa_rename_to interface.
8386         (rename_registers): Updated to use revised ssa_rename_to and
8387         ssa_rename_from interface.
8388         (convert_to_ssa): Revised to use compute_immediate_dominators and
8389         deal with hard registers.
8390         (make_regs_equivalent_over_bad_edges): Modified to work with hard
8391         registers.  Added check for illegal unification of hard register.
8392         (make_equivalent_phi_alternatives_equivalent): Modified to work
8393         with hard registers.
8394         (compute_conservative_reg_partition): Likewise.
8395         (coalesce_if_unconflicting): Modified to work with hard registers
8396         and check for conflicting hard registers.
8397         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
8398         registers.
8399         (rename_equivalent_regs_in_insn): Modified to work with hard
8400         registers.
8401         (record_canonical_element_1): Added definition.
8402         (check_hard_regs_in_partition): Added definition.
8403         (convert_from_ssa): Added data structure deallocation and check
8404         for illegal hard register unification.
8405         (conflict_hard_regs_p): Added definition.
8406         * toplev.c (rest_of_compilation): Added comment.
8407
8408 2000-07-31  Anthony Green  <green@redhat.com>
8409
8410         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
8411
8412 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
8413
8414         * builtins.c (expand_builtin_apply): Don't defer pop during
8415         argument setup.
8416
8417 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8418
8419         * calls.c (combine_pending_stack_adjustment_and_call): Only use
8420         preferred_unit_stack_boundary when it is > 1.
8421
8422 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8423
8424         * c-common.c (init_function_format_info): Add C99 format functions
8425         in C99 mode.
8426
8427         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
8428         void' or 'register void' as being the special case of 'void' alone
8429         in a parameter list.
8430
8431         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
8432         discarding qualifiers into a plain warning.
8433
8434 2000-07-31  Kazu Hirata  <kazu@hxi.com>
8435
8436         * combine.c: Fix formatting.
8437
8438         * h8300.md: Fix formatting.
8439
8440         * local-alloc.c: Fix formatting.
8441
8442         * h8300.c (get_shift_alg): Remove the variable alg.
8443         (emit_a_shift): Rearrange code to improve readability.
8444
8445         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
8446
8447         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
8448         HImode on all architectures and a combination of HImode and SImode
8449         on H8/300H and H8/S.
8450
8451         * h8300.c (split_adds_subs): Rearrange code for conciseness.
8452
8453 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8454
8455         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
8456         in my last checkin.
8457
8458 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8459
8460         * recog.c (extract_insn): Set operand_mode according to
8461         operand if match_operand is VOIDmode.
8462
8463 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8464
8465         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
8466
8467 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
8468
8469         * c-parse.in (extdefs): Call ggc_collect between external
8470         definitions.
8471
8472 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
8473             Richard Henderson  <rth@cygnus.com>
8474
8475         * Makefile.in (OBJS): Add doloop.o.
8476         * doloop.c: New file.
8477
8478         * final.c (insn_current_reference_address): Return 0 before final.
8479         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
8480         * jump.c (any_uncondjump_p): Likewise.
8481         * loop.c (indirect_jump_in_function): Make static.
8482         (strength_reduce): Call doloop_optimize.
8483         (insert_bct, instrument_loop_bct): Remove.
8484         * loop.h (doloop_optimize): Prototype.
8485         * recog.c (split_all_insns): Split all INSN_P.
8486         * toplev.c (flag_branch_on_count_reg): Default on.
8487
8488         * config/c4x/c4x.c (c4x_optimization_options): Don't set
8489         flag_branch_on_count_reg.
8490         * config/i386/i386.c (override_options): Likewise.
8491         * config/rs6000/rs6000.c (optimization_options): Likewise.
8492
8493         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
8494         (doloop_end): New.
8495         (dbra_ge): Remove, as well as all it's splitters.
8496
8497         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
8498         (doloop_end): New.
8499
8500         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
8501         (ia64_register_move_cost): Declare.
8502         * config/ia64/ia64.c (ar_lc_reg_operand): New.
8503         (struct ia64_frame_info): Add ar_size.
8504         (ia64_compute_frame_size): Set it.
8505         (save_restore_insns): Save and restore ar.lc.
8506         (ia64_register_move_cost): New, moved from header file.  Handle
8507         application registers.
8508         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
8509         (emit_insn_group_barriers): Special case doloop_end_internal.
8510         (ia64_epilogue_uses): Mark ar.lc live at end.
8511         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
8512         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
8513         (FIRST_PSEUDO_REGISTER): Make room.
8514         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
8515         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
8516         (REG_ALLOC_ORDER): Update.
8517         (HARD_REGNO_MODE_OK): Update.
8518         (REGISTER_NAMES): Update.
8519         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
8520         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
8521         (REGNO_REG_CLASS): Update.
8522         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
8523         (REGISTER_MOVE_COST): Move out of line.
8524         (PREDICATE_CODES): Update.
8525         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
8526         (addsi3_plus1_alt, adddi3_plus1_alt): New.
8527         (shladd_elim splitter): Allow constants in the predicate.
8528         (doloop_end, doloop_end_internal): New.
8529
8530 2000-07-30  Richard Henderson  <rth@cygnus.com>
8531
8532         * genattrtab.c (struct insn_def): Add lineno member.
8533         (struct insn_ent): Likewise.
8534         (struct attr_desc): Likewise.
8535         (struct delay_desc): Likewise.
8536         (struct function_unit_op): Likewise.
8537         (struct function_unit): Likewise.
8538         (check_attr_value): Use message_with_line.
8539         (check_defs): Likewise.
8540         (expand_units): Likewise.
8541         (check_attr_test): Take a lineno argument.
8542         (gen_attr): Likewise.
8543         (gen_insn): Likewise.
8544         (gen_delay): Likewise.
8545         (gen_unit): Likewise.
8546         (main): Give it to them.
8547         (convert_set_attr_alternative): Take an insn_def argument
8548         instead of num_alt and insn_index.
8549         (convert_set_attr): Likewise.
8550         (write_test_expr): Protect INSN_ADDRESSES load
8551         with INSN_ADDRESSES_SET_P.
8552
8553 2000-07-30  Richard Henderson  <rth@cygnus.com>
8554
8555         * flow.c (init_propagate_block_info): Use pc_set.
8556
8557 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8558
8559         * i386.md (*lea_general_[123]) New insns and splits.
8560         (addsi3 to lea splitter): Handle other modes too.
8561         (shlsi3 to lea splitter): Likewise.
8562         (addhi_1_lea, shlhi_1_lea): New patterns.
8563         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
8564
8565 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8566
8567         * recog.c (general_operand, nonimmediate_operand): Accept
8568         any mode for VOIDmode CONSTANT_P operands.
8569
8570 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8571
8572         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
8573         instead of replace_rtx.
8574         * recog.c (validate_replace_rtx_subexp): New function.
8575         * recog.h (validate_replace_rtx_subexp): Declare.
8576
8577 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8578
8579         * combine.c (simplify_set, make_extraction, make_compound_operation
8580         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
8581         as force_to_mode argument.
8582
8583 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8584
8585         * combine.c (if_then_else_cond): Be sure that mode fits in
8586         HOST_WIDE_INT.
8587
8588 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8589
8590         * combine.c (record_promoted_value):  Allow bitsize of mode
8591         to be equivalent to HOST_BITS_PER_WISE_INT.
8592
8593 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8594
8595         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
8596         Do not call gen_mode_alignment when mode is BLKmode.
8597
8598 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8599
8600         * loop.c (express_from_1): Fix call of simplify_gen_binary.
8601
8602 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8603
8604         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
8605         VOIDmode implies both operands to be VOIDmode.
8606         (simplify_ternary_operation): Compute properly the mode of comparison.
8607         * combine.c (combine_simplify_rtx): Likewise.
8608
8609 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
8610
8611         * basic-block.h (struct loops): New field rc_order.
8612         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
8613         (flow_loops_free): Free rc_order.
8614         (flow_depth_first_order_compute): New parameter rc_order.
8615         (flow_loops_find): Allocate rc_order and swap usage with
8616         dfs_order.
8617
8618 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8619            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8620
8621         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
8622         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
8623         (nodb_call, return_from_epilogue): Likewise.
8624         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
8625         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
8626         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
8627         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
8628         (c4x_valid_type_attribute_p): Likewise.
8629         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
8630         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
8631
8632 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8633
8634         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
8635         and loadhi_big_constant if applicable.
8636         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
8637         and add new splitter.s
8638
8639 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8640
8641         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
8642
8643 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8644
8645         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
8646
8647 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8648
8649         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
8650
8651 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8652
8653         * config/c4x/libgcc.S (divqf3): Improve accuracy.
8654
8655 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
8656
8657         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
8658         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
8659         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
8660         (get_prev_bb_note): Likewise.
8661         (remove_scope_notes): Likewise.
8662         * flow.c (commit_one_edge_insertion): Likewise.
8663         (merge_blocks_nomove): Likewise.
8664         (verify_flow_info): Likewise.
8665         * gcse.c (insert_insn_end_bb): Likewise.
8666         * reg-stack.c (emit_swap_insn): Likewise.
8667         * ssa.c (first_insn_after_basic_block_note): New function.
8668         (insert_phi_node): Use it.
8669         (rename_block): Likewise.
8670         (eliminate_phi): Likewise.
8671         (make_regs_equivalent_over_bad_edges): Likewise.
8672         (make_equivalent_phi_alternatives_equivalent): Likewise.
8673         (for_each_successor_phi): Likewise.
8674         (convert_from_ssa): Modify phi-node deletion algorithm.
8675
8676 2000-07-29  Andreas Jaeger  <aj@suse.de>
8677
8678         * configure.in (mips*-*-linux*): Use mips*el to check for little
8679         endian MIPS, add tmake_file.
8680
8681         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
8682         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
8683         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
8684
8685 2000-07-28  Richard Henderson  <rth@cygnus.com>
8686
8687         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
8688         Sign extend mode size before negating.
8689
8690 2000-07-28  Richard Henderson  <rth@cygnus.com>
8691
8692         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
8693
8694 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
8695
8696         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
8697         (cse_insn): Likewise.
8698         (addr_affects_sp_p): Likewise.
8699         * expr.c (move_by_pieces): Likewise.
8700         (clear_by_pieces): Likewise.
8701         * gcse.c (oprs_unchanged_p): Likewise.
8702         * haifa-sched.c (sched_analyze_2): Likewise.
8703         * recog.c (offsettable_address_p): Likewise.
8704         * regclass.c (record_address_regs): Likewise.
8705         * reload.c (find_reusable_reload): Likewise.
8706         (push_reload): Likewise.
8707         (operands_match_p): Likewise.
8708         (decompose): Likewise.
8709         (find_reloads_address_1): Likewise.
8710         (find_inc_amount): Likewise.
8711         * reload1.c (elimination_effects): Likewise.
8712         * resource.c (mark_set_resources): Likewise.
8713         * flow.c (attempt_auto_inc): New function; mostly broken out
8714         of find_auto_inc.
8715         (find_auto_inc): Split into two functions and enhanced to
8716         generate POST_MODIFY.
8717         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
8718         * rtl.h (count_all_occurrences):  Declare.
8719         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
8720         defined.
8721         * rtlanal.c (count_all_occurrences): New function.
8722         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
8723         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
8724
8725         * config/ia64/ia64-protos.h (destination_operand): Declare.
8726         * config/ia64/ia64.c (destination_operand): New function.
8727         (ia64_print_operand): Handle POST_MODIFY.
8728         (rtx_needs_barrier): Likewise.
8729         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
8730         (HAVE_POST_MODIFY_REG): Define to 1.
8731         (MAX_REGS_PER_ADDRESS): Change to 2.
8732         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
8733         (LEGITIMATE_ADDRESS_REG): New helper macro.
8734         (LEGITIMATE_ADDRESS_DISP): Likewise.
8735         (PREDICATE_CODES): Add entry for destination_operand.
8736         * config/ia64/ia64.md (all mov patterns): Use destination_operand
8737         predicate for operand 0.
8738
8739 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8740
8741         * dwarf2out.c: Indent #error directive.
8742
8743         * gbl-ctors.h: Fix typo in comment.
8744         (__do_global_ctors): Prototype.
8745
8746         * gcse.c (record_one_set, pre_delete): Remove unused variables.
8747
8748         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
8749         (print_operand): Initialize variable `t'.
8750
8751 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
8752
8753         * config/arm/arm.md ("call_value"): removed constraints.
8754         Constraints are ignored in expanders.
8755         (*call_value_reg): split =rf into various constraints.
8756         (*call_value_mem): same
8757         (*call_value_symbol): same
8758         (*sibcall_value_insn): same
8759
8760 2000-07-28  Philipp Thomas  <pthomas@suse.de>
8761
8762         * install.texi (--enable-nls): Change the description of the NLS
8763         related configure options to match the current state.
8764         (--with-included-gettext): Likewise.
8765         (--enable-maintainer-mode): New description added.
8766         * extend.texi (-fstrict-prototype): Add missing '.'.
8767
8768 2000-07-27  Jim Wilson  <wilson@cygnus.com>
8769
8770         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
8771         DECL_INITIAL (decl) == NULL_TREE.
8772
8773 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8774
8775         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
8776         on insn-attr.h with it.
8777         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
8778         * insn-addr.h: New header.
8779         (insn_addresses_): Renamed from insn_addresses.
8780         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
8781         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
8782         INSN_ADDRESSES_NEW): New macros.
8783         * genattrtab.c (write_test_expr): Use new macros.
8784         * final.c (insn_addresses, init_insn_lengths): Likewise.
8785         (align_fuzz, shorten_branches): Likewise.
8786         (final): Likewise.  Do not reject new insns if their addresses
8787         have been added to INSN_ADDRESSES.
8788         * config/arm/arm.c, config/avr/avr.c: Use new macros.
8789         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
8790         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
8791         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
8792         * config/sh/sh.c: Likewise.
8793         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
8794
8795         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
8796
8797 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
8798
8799         * gcc.c (struct prefix_list): Add member priority.
8800         (enum path_prefix_priority): Declare.
8801         (add_prefix): Replace ``first'' with ``priority''.  Append new
8802         entry but keep list in priority order.
8803         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
8804         PREFIX_PRIORITY_LAST to add_prefix.
8805         (process_command): Move include kludge - foo/stageN - to before
8806         foo/include.
8807
8808 2000-07-27  Jason Merrill  <jason@redhat.com>
8809
8810         * dwarf2out.c (gen_typedef_die): Abort if we get identical
8811         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
8812
8813 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
8814
8815         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
8816         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
8817
8818 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
8819
8820         * c-decl.c (finish_function): Don't treat 'main' specially unless
8821         flag_hosted.  In C99 mode, return 0 from 'main' unless
8822         DEFAULT_MAIN_RETURN is otherwise defined.
8823
8824         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
8825         parameters defaulting to int in an old-style function definition.
8826
8827 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8828
8829         * c-parse.in (string): For -Wtraditional, warn about string
8830         concatenation only once per line.
8831
8832 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
8833
8834         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
8835         for HI-UX/WE2 systems.
8836
8837 2000-07-24  Bruce Korb  <bkorb@gnu.org>
8838
8839         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
8840         defining the __xxx_TYPE__ macros.
8841         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
8842         * fixincl/fixlib.h: don't need to include "tm.h" anymore
8843         * fixincl/inclhack.def(type_map): now obsolete
8844
8845 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8846
8847         * cpp.texi: Append a trailing full-stop to xrefs where needed.
8848
8849 2000-07-26  Dave Pitts  <dpitts@cozx.com>
8850
8851         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
8852         routine constants.
8853         (mvs_hash_alias): New function.
8854         (mvs_add_alias): Change argument spacing.
8855         (mvs_need_alias): Change aliasing criteria. Added documentation.
8856         (mvs_get_alias): Change to use hashed name. The hashed name prevents
8857         CSECT name collisions.
8858         (mvs_check_alias): Likewise.
8859         (handle_pragma): Change documentation.
8860         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
8861         mode from SImode to DImode.
8862         (iorhi3): Changed LTORG size for insn.
8863
8864 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
8865
8866         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
8867         mem if the address is a mode_dependent_address_p.
8868
8869 2000-07-26  Kazu Hirata  <kazu@hxi.com>
8870
8871         * h8300.c (print_operand): Print ":8" when the 'R' operand is
8872         suitable for 8-bit absolute.
8873         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
8874         (OK_FOR_U): Add a case for the 8-bit constant address on the
8875         H8/300H.
8876
8877 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
8878
8879         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
8880         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
8881         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
8882         lack of implemented alignment.
8883
8884 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
8885
8886         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
8887         cross-compiling between 64-bit and 32-bit machines.
8888
8889 2000-07-27  Richard Henderson  <rth@cygnus.com>
8890
8891         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
8892         (movhicc_astep, movhi_internal_astep): New.
8893         (movsicc_astep, movsi_internal_astep): New.
8894         (movdicc_astep, movdi_internal_astep): New.
8895         (movsfcc_astep, movsf_internal_astep): New.
8896         (movdfcc_astep, movdf_internal_astep): New.
8897         (movxfcc_astep, movxf_internal_astep): New.
8898         (cmovdi_internal_astep, cmovsi_internal_astep): New.
8899         Unify the cmov[ds]i splitters.
8900
8901 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
8902
8903         * real.c (asctoeg): Rename `error' label to unexpected_char_error
8904
8905 2000-07-26  Nick Clifton  <nickc@cygnus.com>
8906
8907         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
8908         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
8909
8910         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
8911         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
8912
8913 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
8914
8915         * c-decl.c (finish_enum): Convert enumerations that fit in an
8916         `int' to `int'.
8917         (build_enumerator): In pedantic mode, cast to `int' those that
8918         don't.
8919
8920 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
8921
8922         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
8923
8924 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8925
8926         * sh.md (cmpgtdi_t): Must be split.
8927         (cmpgtdi_t+1): New splitter.
8928
8929 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
8930
8931         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
8932         warnings for indented directives even if we are skipping.
8933
8934 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8935
8936         * invoke.texi (strict-prototypes): Remove.
8937         * extend.texi (Deprecated Features): Add strict-prototypes.
8938         (Backwards Compatibility): New node.
8939
8940 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
8941
8942         * config/i386/i386.md (andsi_1+1): Allow HImode.
8943         (andsi_1+2): Require q_regs_operand.
8944
8945 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
8946
8947         * config/i386/i386.md (call_pop): Check operands[0],
8948         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
8949         (call): Likewise.
8950         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
8951         (call_value): Likewise.
8952
8953 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
8954
8955         * toplev.c (pipe_closed): Delete.
8956         (crash_signal): New.  Generate ICE for a fatal signal.
8957         (float_signal): Call crash_signal outside a float-handler
8958         block, not abort.
8959         (main): Install crash_signal as handler for core-dumping signals.
8960
8961 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
8962
8963         * rs6000.c (print_operand, case 'T'): New case.
8964
8965         * rs6000.md (call_indirect_aix32): Convert to expander of
8966         scheduled instructions.
8967         (call_indirect_aix64): Likewise.
8968         (call_value_indirect_aix{32,64}): Likewise.
8969         (call, call_value): Invoke expanders for AIX.  Fall through to
8970         matchers for SysV.
8971         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
8972         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
8973         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
8974         only "g" constraint.
8975         (call_nonlocal_aix64): Likewise.
8976         (call_value_nonlocal_aix{32,64}): Likewise.
8977         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
8978         operands.
8979         (call_value_nonlocal_sysv): New pattern.
8980         (indirect_jump{si,di}): Use new 'T' modifier.
8981         (tablejump{si,di} matchers): Likewise.
8982         (return_internal_{si,di}): Likewise.
8983         (return_eh_{si,di}): Likewise.
8984
8985 2000-07-24  Richard Henderson  <rth@cygnus.com>
8986
8987         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
8988         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
8989         * config/ia64/ia64.md (movdi_internal): Use it.
8990
8991 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
8992
8993         * cppexp.c: Warn about unary + if -Wtraditional.
8994         * cpplex.c (lex_line): Always set BOL on the first token of a line.
8995
8996 2000-07-24  Michael Meissner  <meissner@redhat.com>
8997
8998         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
8999         unsupported macro.
9000
9001 2000-07-24  Nick Clifton  <nickc@cygnus.com>
9002
9003         * config/arm/arm.c (emit_multi_reg_push): Generate a
9004         REG_FRAME_RELEATED_NOTE that is compatable with the code in
9005         dwarf2out_debug_frame_expr.
9006
9007 2000-07-24  Jason Merrill  <jason@redhat.com>
9008
9009         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
9010         UNALIGNED_INT_ASM_OP.
9011         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
9012         a location expression.
9013         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
9014         assume indirect access if we're saving the CFA address exactly.
9015
9016         * Makefile.in (bootstrap): Move -BstageN/ to the end.
9017
9018 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
9019
9020         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
9021         as well.
9022
9023 2000-07-24  Michael Meissner  <meissner@redhat.com>
9024
9025         * invoke.texi (D30V Options): Add d30v options.
9026
9027 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
9028
9029         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
9030         needed by our gcse pass anymore.
9031         (free_pre_mem): Corresponding changes.
9032         (compute_pre_data): Do not call compute_transpout anymore.
9033
9034         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
9035         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
9036         changes.
9037
9038         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
9039         (compute_pre_data): Do it here instead.
9040
9041         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
9042         'temp_bitmap'.
9043         (pre_delete): Corresponding changes.
9044
9045 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
9046
9047         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
9048         to figure out whether or not a variable has already been emitted.
9049
9050 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
9051
9052         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
9053         instead of gen_call.
9054
9055 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
9056
9057         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
9058
9059 2000-07-23  Kazu Hirata  <kazu@hxi.com>
9060
9061         * h8300.c: Fix formatting.
9062
9063 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9064
9065         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
9066         for `long' switch expression into a plain warning.
9067
9068         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
9069         (yylex): Don't pedwarn for "inline" in C99 mode.
9070
9071         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
9072         with %p.
9073         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
9074         ggc_alloc): Likewise.
9075         * bb-reorder.c (dump_scope_forest_1): Likewise.
9076
9077 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
9078
9079         * reload.c (find_reloads_toplev): Add new parameter
9080         "address_reloaded".
9081         (find_reloads): Add new parameter to find_reloads_toplev calls.
9082
9083 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9084
9085         * collect2.c (main): Typo fixed.
9086         * diagnostic.c: Typo fixed.
9087         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
9088         * eh-common.h: Typo fixed.
9089         * emit-rtl.c (start_sequence): Typo fixed.
9090         * flow.c (find_label_refs): Typo fixed.
9091         (calculate_global_regs_live): Typo fixed.
9092         (mark_regno_cond_dead): Typo fixed.
9093         (create_edge_list): Typos fixed.
9094         (verify_edge_list): Typo fixed.
9095         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
9096         * loop.c (strength_reduce): Typo in function name fixed.
9097         * rtl.h: Added comments.  Typo in function name fixed.
9098         * rtlanal.c: Typo in function name fixed.
9099         (insn_dependant_p): Rename to ...
9100         (insn_dependent_p): ... this.
9101         (computed_jumo_p): Typo fixed.
9102
9103 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9104
9105         * system.h (__FUNCTION__): Wrap definition in #ifndef.
9106
9107 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
9108
9109         * rs6000.h (SIZE_TYPE): Define.
9110
9111 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
9112
9113         * ssa.c (rename_insn_1): Don't rename registers that are
9114         CLOBBERed.
9115
9116 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
9117
9118         * diagnostic.c (trim_filename, fancy_abort): Moved here from
9119         rtl.c.
9120         (fatal_function, set_fatal_function): Removed.
9121         (fatal): Don't prepare for or call the fatal_function.
9122         (diagnostic_lock, error_recursion): New.
9123         (diagnostic_for_decl, report_diagnostic): Guard against
9124         re-entering the error reporting routines.
9125         (fancy_abort): Assume function is not NULL.
9126
9127         * errors.c (fancy_abort): New.  Assume function is not NULL.
9128         * tradcpp.c (fancy_abort): Assume function is not NULL.
9129
9130         * system.h: Provide default definition of __FUNCTION__.
9131         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
9132         Always use __FUNCTION__ in definition of abort.
9133         * tree.h: Likewise.
9134         * varray.h: Likewise.
9135         * toplev.h: Likewise.  Don't prototype set_fatal_function.
9136
9137 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
9138
9139         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
9140         in 64-bit mode.
9141         * glimits.h: Don't do #if defined for ARCH_PPC.
9142
9143         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
9144         constants of size no larger than a pointer should go in the TOC.
9145         Add 'MODE' parameter.
9146         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
9147         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
9148         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
9149         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
9150         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
9151         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
9152         (rs6000_legitimize_address): Likewise.
9153         (rs6000_emit_move): Likewise.
9154         (rs6000_select_rtx_section): Likewise.
9155         (output_toc): Deal properly with outputting small constants like
9156         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
9157         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
9158         MODE parameter.  Put small constants in the TOC.
9159
9160         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
9161         easy in SImode.
9162         (rs6000_emit_move): When reload calls us with an illegitimate
9163         address, exit early.  Move the change_address calls to one place
9164         at the end of the routine.  Merge the SImode and DImode expanders.
9165         When called by reload to put an integer into a FP register, force
9166         it to memory.
9167
9168         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
9169         field.
9170         (rs6000_hash_constant): Hash mode too.
9171         (toc_hash_function): Allow for key_mode.
9172         (toc_hash_eq): Structures are different if key_mode differs.
9173         (output_toc): Add 'mode' parameter.  Save key_mode.
9174         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
9175         Pass 'mode' parameter.
9176         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
9177
9178         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
9179         for vtable references.
9180
9181         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
9182         choice, don't put integer values in FP regs.
9183
9184 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
9185
9186         * flow.c (verify_flow_info): Revamp code to verify that the
9187         head and end of each basic block are in the insn chain.
9188
9189 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
9190
9191         * gcse.c (record_one_set): Prepend instead of append onto
9192         reg_set_table, making it O(n) instead O(n^2).
9193         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
9194         Use a queue instead of a stack as worklist.
9195
9196 2000-07-20  Kazu Hirata  <kazu@hxi.com>
9197
9198         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
9199         * h8300.h (OK_FOR_T): New.
9200         (EXTRA_CONSTRAINT): Support OK_FOR_T.
9201         * h8300.md: Use inc/dec.[wl] for increment/decrement
9202         by 1 and 2 in HI and SI modes.
9203
9204 2000-07-20  Jim Wilson  <wilson@cygnus.com>
9205
9206         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
9207         larger than 14 bits.
9208
9209 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
9210
9211         * cppmacro.c (CAN_PASTE_AFTER): New macro.
9212         (count_params): Don't set GNU_REST_ARGS on anything.
9213         (save_expansion): Set PASTE_LEFT only on tokens for which
9214         CAN_PASTE_AFTER is true, or which are named operators.
9215
9216         * cpplex.c (parse_args): Distinguish between a rest argument
9217         given one empty argument, and a rest argument given zero arguments.
9218         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
9219         deletion of previous token based on that.
9220         (get_raw_token): Flatten some control structure.
9221
9222         * cpplib.h (CPP_LAST_EQ): Correct.
9223         (VOID_REST): New token flag.
9224         (GNU_REST_ARGS): Delete.
9225
9226         * tradcpp.c (main): Don't munge -D options.
9227         (make_definition): Bring -D handling in line with cpplib.
9228         (do_define): Strip all leading whitespace from macro definitions.
9229
9230 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
9231
9232         * Makefile.in (tradcpp): Depend on intl.o and version.o.
9233
9234 2000-07-20  Bruce Korb  <bkorb@gnu.org>
9235
9236         * fixincl/check.tpl: strip the platform specific types before testing
9237         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
9238         * fixincl/fixincl.tpl: use platform specific types
9239         * fixincl/fixlib.h: include the platform specific types
9240         * fixincl/inclhack.def(gnu_types): don't supply the types
9241         * fixincl/fixincl.x: regen
9242
9243 2000-07-19  Jim Wilson  <wilson@cygnus.com>
9244
9245         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
9246         GR_REGS.
9247
9248 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
9249
9250         * tradcpp.c (rescan): Do not recognize directives when the #
9251         is indented.
9252
9253 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
9254
9255         Implement C++ named operators.
9256
9257         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
9258         of operators allowed in #if and having an _EQ variant.  Add
9259         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
9260         (cpp_token flags): Add NAMED_OP.
9261         (enum node_type): Add T_OPERATOR.
9262         (struct cpp_hashnode): Add code slot to value union.
9263         * cpphash.h (spec_nodes): Remove n_defined.
9264
9265         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
9266         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
9267         (is_macro_disabled): Tweak error messages.
9268
9269         * cpplib.c (get_define_node): Disallow all named operators as
9270         macro names.  Tweak error messages.
9271         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
9272
9273         * cppinit.c (builtin_array): Add entries for the named operators.
9274         * cppexp.c (lex): Check for CPP_DEFINED token.
9275         (priority table): Add entries for CPP_MIN and CPP_MAX.
9276         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
9277
9278 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
9279
9280         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
9281         larger than the array of cuids.
9282         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
9283         cuids.
9284
9285 2000-07-19  Bruce Korb  <bkorb@gnu.org>
9286
9287         * fixinc/fixincl.c:  Convert to using a table of environment variables
9288         and activate the auto-edit marker on the fixed output files.
9289         * fixinc/fixlib.h:  Define the environment table
9290         * fixinc/fixincl.sh: export the ${INPUT} dir
9291         * fixinc/check.tpl: likewise
9292
9293 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
9294
9295         * gcc.c (.h spec): Fix typo.
9296
9297 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9298
9299         * Makefile.in: Fix tradcif.c path.
9300
9301 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
9302
9303         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
9304           macros, not five.
9305
9306         * cpphash.h (TOKEN_NAME): New macro.
9307         (_cpp_spell_operator): Deleted.
9308         (token_spellings): Now _cpp_token_spellings.
9309
9310         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
9311         * cpplex.c: Use OP and TK macros when expanding the
9312         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
9313         store the stringification of the enumeration name (CPP_CHAR,
9314         etc.) in the name slot of token_spellings.
9315         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
9316         token_spellings directly.
9317         * cpplib.c: Use TOKEN_SPELL.
9318
9319         * cpplex.c (_cpp_push_token): If the token being pushed back
9320         is the previous token in this context, just subtract one from
9321         context->posn.
9322         * cppmacro.c (save_expansion): Clear aux field when storing a
9323         placemarker.
9324
9325 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
9326
9327         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
9328         buffer, provided it is not NULL.
9329
9330 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
9331
9332         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
9333         case of invalid volatile re-declaration.
9334
9335 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
9336
9337         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
9338         (expand_call): Adjust caller.
9339
9340 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
9341
9342         * diagnostic.h (report_diagnostic): Change prototype.
9343
9344         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
9345         diagnostic_for_decl):  Change prototype.
9346         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
9347         error, warning, error_with_file_and_line,
9348         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
9349         Adjust call to report_diagnostic, diagnostic_for_decl.
9350         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
9351         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
9352
9353         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
9354         varaible argument list.
9355
9356 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9357
9358         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
9359         moved to cppmacro.c.
9360         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
9361         dump_hash_helper): Delete.
9362         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
9363         cpp_forall_identifiers): New. Implement specialized version of
9364         Vlad's expandable hash table.
9365         (cpp_lookup): Use new functions.
9366         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
9367         implementation.
9368         * cppmacro.c: New file.
9369         * cppinit.c (dump_macros_helper): New.
9370         (cpp_finish): Iterate over the identifier table directly.
9371         * cpplex.c (parse_name): Calculate the hash of the identifier
9372         while we scan it.  Use _cpp_lookup_with_hash when we can.
9373
9374         * cpphash.h: Update prototypes.
9375         (xcnewvec, HASHSTEP): New helper macros.
9376         * cpplib.h: Update prototypes.
9377         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
9378         (cppmacro.o): New rule.
9379         (cpphash.o): Update deps.
9380
9381         * cppmain.c: Do not set pfile->printer if no_output is on.
9382
9383 2000-07-15  Neil Booth  <neilb@earthling.net>
9384
9385         * cpplib.c: Change all directive-handler functions to return
9386         void, not int.
9387         * cpphash.h: Update typedefs.
9388
9389 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9390
9391         * configure: Regenerate.
9392
9393         * extend.texi (Extended Asm): Mention that a memory clobber
9394         does not count as a side-effect.
9395
9396         * unroll.c (copy_loop_body): Fix one instance of using host
9397         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
9398         cross-compile.
9399
9400         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
9401
9402 2000-07-17  Richard Henderson  <rth@cygnus.com>
9403
9404         * config/ia64/ia64.md (movdi): Split out load address code.
9405         New post-reload splitter for symbolic operands.
9406         (movdi_internal): Abort if we didn't split symbolic operands
9407         when we should have.
9408         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
9409         (ia64_reorg): Split insns when not optimizing.
9410         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
9411
9412 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9413
9414         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
9415         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
9416
9417 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
9418
9419         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
9420
9421 2000-07-17  Jason Merrill  <jason@redhat.com>
9422
9423         * Makefile.in (clean): Remove libgcc directory.
9424
9425         * configure.in (-Wno-long-long check): Use higher-level macros.
9426
9427 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9428
9429         * simplify-rtx.c (simplify_binary_operation): Recognize
9430            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
9431         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
9432            a CONST_INT, it will always be zero.
9433
9434 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
9435
9436         * loop.c (check_dbra_loop) : Return if more than one condition is
9437         present to control the loop.
9438
9439 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
9440
9441         * mips.c (mips_expand_prologue): Don't calculate the last argument
9442         register unless we need it.  When we are calculating this, make
9443         sure FUNCTION_ARG is giving us a REG.
9444
9445 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9446
9447         * flow.c (libcall_dead_p): Use single_set to verify the insn
9448         has only one set and get for analysis.
9449         (propagate_one_insn): Don't pass the PATTERN of the insn.
9450
9451 2000-07-17  Mark Klein <mklein@dis.com>
9452
9453          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
9454
9455 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9456
9457         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
9458         * configure.in (TARGET_GETGROUPS_T): Evaluate.
9459         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
9460         of second argument of getgroups.
9461         * configure, config.in: Rebuilt.
9462
9463 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9464
9465         * simplify-rtx.c (simplify_relational_operation): Two signed
9466         values with equal high words are less/greater than each other if
9467         their low words are less/greater when considered as unsigned.
9468
9469 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
9470
9471         * configure.in (vax-*-openbsd):  Change to new style configuration,
9472         add collect2/float_format information.
9473         * configure:  Rebuilt.
9474         * config/vax/openbsd1.h:  New.
9475         * config/vax/openbsd.h:  New.
9476         * config/vax/t-openbsd:  New.
9477
9478 2000-07-17  Chip Salzenberg  <chip@valinux.com>
9479
9480         * c-common.c (shorten_compare): Quiet warnings about unsigned
9481         comparisons with zero when they occur in a system header.
9482
9483 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9484
9485         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
9486         update to describe current practice.
9487
9488         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
9489
9490         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
9491         references to C9X.  Change references to -fstd and -flang-isoc9x
9492         to refer to -std.
9493
9494         * c-common.c (scan_char_table): Allow "z" length modifiers on
9495         diouxXn formats.
9496         (check_format_info): Use TYPE_DOMAIN on the type matched against
9497         for "z" formats, to retrieve the language size_t rather than the
9498         internal one.
9499
9500         * c-common.c (check_format_info): Do not make a pedantic objection
9501         to the 'L' length modifier if used with a floating point type
9502         character.
9503
9504         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
9505         constants in C99 mode.
9506
9507 2000-07-17  Kazu Hirata  <kazu@hxi.com>
9508
9509         * h8300.md: Fix the format of mac.
9510         (movsi_h8300hs): Output a tab after stmac instead of a space.
9511
9512         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
9513         profitable adds/subs sequences.
9514
9515         * fold-const.c: Fix comment typos.
9516
9517 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
9518
9519         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
9520
9521 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9522
9523         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
9524
9525 2000-07-16  Neil Booth  <NeilB@earthling.net>
9526
9527         * cpplex.c: Update comments.
9528         * README.Portability: Small update.
9529
9530 2000-07-16  Neil Booth  <NeilB@earthling.net>
9531
9532         * README.Portability:  Small update.
9533
9534 2000-07-15  Richard Henderson  <rth@cygnus.com>
9535
9536         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
9537         * config/ia64/ia64.c (ia64_move_ok): New function.
9538         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
9539         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
9540
9541 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
9542
9543         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
9544         immediately following a paste operator.
9545         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
9546         (cpp_reader_init): Call it, if HOST_EBCDIC.
9547         (cpp_handle_options): Do not sort option list here.
9548         (handle_option): Rename to cpp_handle_option and export.
9549         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
9550         _cpp_get_token directly.
9551         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
9552         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
9553         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
9554         cpp_scan_line.
9555
9556 2000-07-15  Richard Henderson  <rth@cygnus.com>
9557
9558         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
9559         cast around an expression.  Tidy other unsigned tests.
9560
9561 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9562
9563         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
9564         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
9565         (v_message_with_decl): Rename to ...
9566         (format_with_decl): ... this. Tweak
9567         (diagnostic_for_decl): New function.
9568         (fatal_io_error): Use verbatim in lieu of notice.
9569         (announce_function): Use verbatim.
9570         (default_print_error_function): Likewise.
9571         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
9572         infratructure.
9573
9574 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9575
9576         * mips.c (function_arg_pass_by_reference): Don't do automatic
9577         aggregate initialization.
9578         (machine_dependent_reorg): Initialize variable `mode'.
9579
9580         * mips.md (absdi2): Change variable `regno1' to unsigned int.
9581         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
9582         conflicts with sys/param.h macro of the same name.
9583         (reload_outdi): Likewise.
9584
9585 2000-07-15  Michael Meissner  <meissner@redhat.com>
9586
9587         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
9588         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
9589         create a new node instead.
9590
9591 2000-07-15  Neil Booth  <NeilB@earthling.net>
9592
9593         * README.Portability: Correct example about calling a function
9594         through a pointer to function.  Format wide paragraphs.
9595
9596 2000-07-15  Michael Meissner  <meissner@redhat.com>
9597
9598         * README.Portability: Update integer suffixes and function
9599         prototype sections.
9600
9601 2000-07-15  Neil Booth  <NeilB@earthling.net>
9602
9603         * README.Portability: Small update.
9604
9605 2000-07-15  Neil Booth  <NeilB@earthling.net>
9606
9607         * README.Portability: New file.
9608
9609 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
9610
9611         * INSTALL: Give special instructions for building GCC on Irix 6.
9612         * config/mips/x-iris6 (CC): Don't set it.
9613         (OLDCC): Likewise.
9614
9615 2000-07-14  Jason Merrill  <jason@redhat.com>
9616
9617         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
9618         register in the stack and later in another register, use the new
9619         register.
9620
9621 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
9622
9623         * config/mips/mips.md: (absdi2): Handle sign_extend for
9624         second operand.
9625
9626 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
9627
9628         * cpplib.c (do_pragma_dependency): Tidy warning messages.
9629
9630 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
9631
9632         * .cvsignore: Correct typo.
9633
9634 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
9635
9636         * .cvsignore: Add generated YACC files.
9637         * objc/.cvsignore: New file.
9638
9639 2000-07-14  Neil Booth  <NeilB@earthling.net>
9640
9641         * cpplex.c (adjust_column): New funcion.
9642         (skip_whitespace): Use it.
9643         (skip_block_comment): Use it, and warn about /*/* with
9644         -Wcomments.
9645
9646 2000-07-14  Neil Booth  <NeilB@earthling.net>
9647
9648         * cpphash.c (struct macro_info): Add new members.
9649         (_cpp_free_definition): Delete the macro directly.
9650         (count_params): Return void, with first token of
9651         expansion in struct macro_info on success.
9652         (parse_define): Return int.  Hoist syntax checking from
9653         save_macro_expansion.  Leave call to save_expansion to
9654         _cpp_create_definition.
9655         (alloc_macro): Needs just 2 arguments.
9656         (free_macro): Delete.
9657         (save_expansion): Don't perform syntax check.
9658         (_cpp_create_definition): Call save_expansion.
9659
9660 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9661
9662         * genrecog.c (write_header): Split long string.
9663
9664         * cpphash.c (macro_info): Don't use the `signed' keyword.
9665
9666         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
9667
9668 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
9669
9670         * calls.c (stored_args_map): New variable.
9671         (check_sibcall_argument_overlap_1): New.
9672         (check_sibcall_argument_overlap): New.
9673         (expand_call): Initialize stored_args_map.
9674         Call check_sibcall_argument_overlap.
9675
9676 2000-07-13  Bruce Korb  <bkorb@gnu.org>
9677
9678         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
9679         (emit_gnu_type): utility procedure for gnu_type_fix
9680         (gnu_type_fix): implement various pre-processor guards around
9681         standard types so these types can be defined over and over
9682         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
9683         types alluded to above will have GNU-compliant base types
9684         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
9685         * fixinc/inclhack.def: add test_text entries and utilize the new
9686         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
9687         * fixinc/fixincl.x: regenerate
9688
9689 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9690
9691         * diagnostic.c (vline_wrapper_message_with_location,
9692         v_message_with_file_and_line, v_error_with_file_and_file,
9693         v_error_for_asm, v_warning_for_asm, vfatal,
9694         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
9695         vsorry, verror, vwarning, vpedwarn): Remove.
9696         (diagnostic_for_asm): New function.
9697         (pedwarn, error, warning, pedwarn_with_file_and_line,
9698         error_with_file_and_line, warning_with_file_and_line, sorry,
9699         error_for_asm, warning_for_asm, fatal): Reimplement.
9700         (finish_diagnostic): Clear diagnostic info as well.
9701
9702 2000-07-13  Neil Booth  <NeilB@earthling.net>
9703
9704         * c-common.h (flag_digraphs): New.
9705         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
9706         * c-lex.c (yylex): Use flag_digraphs to decide whether to
9707         honour digraphs.
9708
9709 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
9710
9711         * gcc.c (do_spec_1): Add new %B operator.
9712         (set_input): Prepare for %B.
9713
9714         (link_command_spec): Move up with the other tm.h-
9715         overrideable specs.  Factor out the portion conditional on
9716         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
9717         (struct compiler): Just have a single spec string.  All users
9718         updated.
9719         (default_compilers): Remove unnecessary braces.
9720         (static_specs): Update.
9721
9722         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
9723         named specs.
9724         (C and assembly specs): Use the new named specs, as appropriate.
9725
9726         * objc/lang-specs.h: Use the new named specs.
9727         Remove unnecessary braces.
9728
9729 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9730
9731         * gcc.c (execute): If a subprocess gets a fatal signal, report
9732         strsignal() of the signal number, and ask for a bug report.
9733         Do not do this for SIGPIPE if there's already been an error.
9734
9735         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
9736         Delete pipe_closed.
9737
9738         * tradcif.c: Remove.
9739
9740 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9741
9742         * final.c (profile_function): Do not emit profile counters in
9743         the data section, if NO_PROFILE_COUNTERS is defined.
9744         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
9745         FUNCTION_PROFILER.
9746
9747         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
9748         (FUNCTION_PROFILER): Just emit a call to mcount.
9749
9750 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9751
9752         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
9753
9754         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
9755         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
9756         traditional, lang_chill, or lang_fortran.
9757
9758         * cppfiles.c: #undef strcmp to suppress warning about macros
9759         used without arguments.
9760         (_cpp_execute_include): Use f, not fname, in "No include path"
9761         error.
9762         (_cpp_pop_file_buffer): New function.
9763         * cpplib.c: Don't include <sys/mman.h>.
9764         (cpp_push_buffer): Set line_base and lineno in new buffer.
9765         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
9766
9767         * cpplex.c: Move all prototypes and structure declarations to the
9768         top of the file.  Properly parenthesise some macro arguments.
9769         (cpp_scan_line): New function.
9770         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
9771         don't need to walk up the stack counting.
9772
9773 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9774
9775         * c-common.c (combine_strings): Emit a pedantic warning when a
9776         string length is greater than the minimum ANSI C is required
9777         to support.
9778
9779 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
9780
9781         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
9782         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
9783
9784 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9785
9786         * c-decl.c (define_label): Warn about identifier conflicts with
9787         labels in traditional C.
9788
9789         * c-parse.in (unop +): Warn about the unary plus operator for
9790         traditional C.
9791
9792         * c-typeck.c (store_init_value): Warn about automatic aggregate
9793         initialization for traditional C.
9794
9795         * invoke.texi (-Wtraditional): Document new warnings.
9796
9797 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9798
9799         * Makefile.in (c-errors.o): Fix thinko in dependency.
9800
9801 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9802
9803         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
9804         -traditional, -ftraditional, or -traditional-cpp was given.
9805         Do not pass -traditional to the preprocessor.
9806         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
9807         preprocessor does it automatically.
9808         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
9809
9810         * ch/lang-specs.h: Always use tradcpp.  Do not pass
9811         -traditional, -trigraphs, or -pedantic to the preprocessor.
9812         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
9813         _LANGUAGE_FORTRAN.
9814
9815 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9816
9817         * cppexp.c (LOGICAL): Delete macro.
9818         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
9819         and && directly.
9820
9821         * cpphash.c (HASHSIZE): Increase to 4096.
9822         (struct hashdummy): Add hash field.
9823         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
9824         the string values using memcmp.
9825         (cpp_lookup): Set dummy.hash.
9826
9827 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
9828
9829         * configure.in (m88k-openbsd): Express configuration using new fragment
9830         style.
9831         * configure: Rebuilt.
9832         * m88k/aout-dbx.h: New.
9833         * m88k/openbsd.h: New.
9834         * m88k/xm-openbsd.h: New.
9835
9836 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9837
9838         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
9839
9840 2000-07-12  Richard Henderson  <rth@cygnus.com>
9841
9842         * reload.c (push_secondary_reload): Make sure to add the new
9843         reload at the end, after acquiring secondary memory.
9844
9845 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9846
9847         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
9848
9849         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
9850         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
9851
9852         * c-parse.in (stmt): Delete unused variables.
9853
9854         * convert.c (convert_to_vector): Likewise.
9855
9856         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
9857
9858         * tree.c (finish_vector_type): Prototype.
9859
9860 2000-07-12  Bruce Korb  <bkorb@gnu.org>
9861
9862         * fixinc/fixfixes.c: use xmalloc
9863         * fixinc/fixincl.c(initialize): set program name for xmalloc
9864         * fixinc/fixlib.c(must_malloc): obsolete
9865         (is_cxx_header): no longer used - disabled
9866         (skip_quote): inserted and disabled for future use
9867         * fixinc/fixlib.h: reflects above
9868         * fixinc/fixtests.c: removed dinkleberries
9869
9870 2000-07-12  Neil Booth  <NeilB@earthling.net>
9871
9872         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
9873         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
9874
9875         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
9876         struct toklist_dummy): New.
9877         (cpp_free_definition): Free macros with free_macro.
9878         (count_params): Don't save paramter spellings.  Save macro
9879         information in a struct macro_info.
9880         (parse_define): Don't allocate a token list.
9881         (save_expansion): Allocate the macro's token list, and
9882         save parameter spellings if necessary.  Use TOKEN_SPELL.
9883         (cpp_create_definition): Make list const.
9884
9885 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9886
9887         * c-typeck.c (pedwarn_c99): Move to
9888         * c-errors.c: ... Here.
9889         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
9890         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
9891         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
9892         (c-errors.o): List dependency.
9893
9894 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
9895
9896         * c-parse.c: Remove.
9897         * c-parse.h: Likewise.
9898         * c-parse.y: Likewise.
9899         * objc/objc-parse.c: Likewise.
9900         * objc/objc-pasre.y: Likewise.
9901
9902 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
9903
9904         * gcc.texi: Fix minor typos
9905         * extend.texi: Fix minor typos
9906
9907 2000-07-11  Marc Espie <espie@openbsd.org>
9908
9909         * collect2.c (main): Recognize .lo as object files.
9910
9911 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9912
9913         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
9914         true.
9915
9916         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
9917         with MAP_ANONYMOUS and MAP_ANON.
9918         * configure, config.in: Rebuilt.
9919
9920 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9921
9922         * diagnostic.c (save_output_state): Remove.
9923         (restore_output_state): Likewise.
9924         (clear_text_info): New function.
9925         (clear_diagnostic_info): Likewise.
9926         (output_text_length, is_starting_newline, output_prefix,
9927         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
9928         prefixing_policy, output_buffer_ptr_to_format_args): New macros
9929         (set_real_maximum_length, output_set_maximum_length,
9930         output_set_prefix, output_get_prefix, output_set_maximum_length,
9931         output_destroy_prefix, init_output_buffer,
9932         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
9933         output_add_newline, output_add_character, output_add_space,
9934         output_append_r, output_append, wrap_text, output_format,
9935         output_do_printf, output_printf, output_do_verbatim,
9936         output_verbatim, verbatim): Use them.
9937         (output_clear): Split into cleat_text_info and
9938         clear_diagnostic_info.
9939         (struct output_state): Move to...
9940
9941         * diagnostic.h: ...Here
9942         (struct output_buffer): Adjust.
9943
9944 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
9945
9946         * cpplex.c (parse_name): No longer inline (premature optimization).
9947         (do_pop_context): Fold into pop_context.
9948         (pop_context): Returns int.
9949         (lex_next): Hoist test for end of directive into pop_context.
9950         (push_macro_context): Returns int; takes just reader and token.
9951         Hoist test for excessive nesting to caller.
9952         (push_arg_context): Returns void; takes just reader and token.
9953         Do not call stringify_arg or get_raw_token.
9954         (get_raw_token): Convert tail recursion through push_arg_context
9955         to a loop at this level.  Call stringify_arg here if appropriate.
9956         (maybe_paste_with_next): Convert tail recursion to a while loop.
9957         Hoist test of paste_level to caller.
9958
9959         (stringify_arg): Push arg context at beginning.
9960         (cpp_get_token): Split out core into _cpp_get_token.  Call
9961         process_directive here.  Throw away CPP_PLACEMARKER tokens.
9962         (_cpp_get_token): Convert tail recursion through
9963         push_macro_context to a loop at this level.
9964         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
9965         _cpp_get_raw_token): Use _cpp_get_token.
9966         (_cpp_skip_rest_of_line): Drop the context stack directly; do
9967         not call pop_context.
9968         (_cpp_run_directive): Call lex_next directly.
9969
9970         * cpphash.h: Prototype _cpp_get_token.
9971         * cppexp.c (lex): Use it.
9972         * cpphash.c (parse_define): Use it.
9973         * cpplib.c (get_define_node, do_undef, parse_include,
9974         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
9975         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
9976         parse_ifdef, validate_else): Use it.
9977         (cpp_push_buffer): Tweak error message; abort if anyone tries
9978         to push a buffer while macro expansions are stacked.
9979
9980 2000-07-11  Donn Terry  <donnte@microsoft.com>
9981
9982         * cpplex.c (free_macro_args, save_token): Cast arg of free
9983         and/or xrealloc to PTR.
9984         (_cpp_init_input_buffer): Clear all fields of the base context.
9985
9986 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
9987
9988         * gensupport.c (process_rtx): Make rtl checking stop
9989         complaining about the define_insn while it is being
9990         converted from a define_insn_and_split.
9991
9992 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
9993
9994         * config/mips/mips.c (simple_memory_operand): Access the
9995         INTVAL of the address, not it's containing MEM.
9996
9997 2000-07-11  Bruce Korb  <bkorb@gnu.org>
9998
9999         * fixinc/fixtests.c(double_slash): obsolete
10000         (else_endif_label): likewise
10001         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
10002         (libc1_ifdefd_memx): correct initial comment
10003         and omit the #if/#endif pair from the memxxx declarations
10004         * fixinc/fixincl.x: regen
10005
10006 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10007
10008         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
10009
10010 2000-07-11  Neil Booth  <NeilB@earthling.net>
10011
10012         * cpp.texi: Update.
10013
10014 2000-07-11  Neil Booth  <NeilB@earthling.net>
10015
10016         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
10017         (handle_option): Set digraphs according to standard.
10018         Merge OPT_lang_c89 handler with OPT_std_c89.
10019
10020         * cpplex.c: (lex_line, can_paste): Honour digraphs in
10021         accordance with the digraphs flag.
10022
10023         * cpplib.h: (struct cpp_options): New option digraphs.
10024
10025 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
10026             Bruce Korb  <bkorb@gnu.org>
10027
10028         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
10029         * fixinc/fixincl.x: Regenerate.
10030         * fixinc/tests/base/testing.h: Add testcase.
10031
10032 2000-07-10  Richard Henderson  <rth@cygnus.com>
10033
10034         * config/ia64/ia64.c (got_symbolic_operand): New.
10035         (symbolic_operand, move_operand): Revert 0701 change.
10036         * config/ia64/ia64.h (PREDICATE_CODES): Update.
10037         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
10038         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
10039         split the offset into a 14-bit low part instead of a 13-bit low part.
10040         (load_fptr): Mark the mem as unchanging.
10041         (load_symptr): Use got_symbolic_operand.
10042
10043 2000-07-10  Nick Clifton  <nickc@cygnus.com>
10044
10045         * libgcc2.c (next_stack_level): Cast result of computation to
10046         (void **) so that the assignment does not generate a warning.
10047
10048 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
10049
10050         * flags.h : Add new variable flag_single_precision_constant.
10051         * toplev.c (display_help) : Add -fsingle-precision-constant option.
10052         (flag_single_precision_constant): New.
10053         * c-lex.c (yylex): Convert floating point constant to single
10054         precision constant.
10055         * invoke.texi : Add documentation for this new option.
10056
10057 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
10058
10059         * diagnostic.c (output_octal): Second parameter is unsigned.
10060         (output_long_octal): Likewise.
10061         (output_hexadecimal): Likewise.
10062         (output_long_hexadecimal): Likewise.
10063         (output_format): Adjust arguments extraction. Tweak.
10064         (output_verbatim, verbatim): End variable argument list.
10065         (report_diagnostic): Improve documentation.
10066
10067 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
10068
10069         * c-common.h (build_stmt): Declare.
10070         (build_continue_stmt): Likewise.
10071         (build_break_stmt): Likewise.
10072         (build_return_stmt): Likewise.
10073
10074         * c-decl.c (do_case): Rewrite to do what previously done in
10075         c-parse.in.
10076
10077         * c-semantics.c (build_stmt): Define.
10078         (build_return_stmt): Likewise.
10079         (build_break_stmt): Likewise.
10080         (build_continue_stmt): Likewise.
10081         (build_case_label): Likewise.
10082
10083         * c-parse.in (BREAK): Change to build tree, then generate RTL.
10084         (CONTINUE): Likewise.
10085         (RETURN): Likewise.
10086         (CASE): Likewise.
10087         (DEFAULT): Likewise.
10088
10089         * c-parse.y: Regenerate.
10090         * c-pasre.c: Likewise.
10091
10092 2000-07-09  Jason Merrill  <jason@redhat.com>
10093
10094         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
10095
10096         * tree.h (STRIP_NOPS): Check for error_mark_node.
10097         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
10098         (dwarf2out_*): Remove duplicate declarations.
10099
10100         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
10101         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
10102
10103 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
10104
10105         * diagnostic.c (wrap_text): New function.
10106         (maybe_wrap_text): Likewise.
10107         (output_add_string): Use it.
10108         (output_format): Likewise.
10109         (count_error): Use verbatim instead of notice.
10110         (report_error_function): Likewise. Don't use plain fprintf.
10111         (finish_diagnostic): New function.
10112         (output_do_verbatim): Tweak.  Commonalize functionalities in
10113         output_verbatim and verbatim.
10114         (output_verbatim): Adjust.
10115         (verbatim): Likewise.
10116         (report_diagnostic): Define.
10117
10118         * diagnostic.h (report_diagnostic): Prototype.
10119
10120 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
10121
10122         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
10123
10124 2000-07-09  Neil Booth  <NeilB@earthling.net>
10125
10126         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
10127         IShspace, ISspace: Update.
10128
10129         * cppinit.c: ISTABLE: Update.
10130         V: New.
10131
10132         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
10133         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
10134         (skip_block_comment, skip_line_comment, parse_string,
10135         lex_line): Use is_vspace rather than IS_NEWLINE.
10136         (skip_whitespace, lex_line): Clean up to use is_nvspace.
10137         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
10138         gets a BOL flag.
10139         (lex_next): Unconditionally stop if within a directive.
10140         Treat directives within macro invocations as directives
10141         (after parse_args emits error), not as the argument.
10142
10143 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
10144
10145         * diagnostic.c (diagnostic_args): New macro.
10146         (diagnostic_msg): Likewise.
10147         (output_formatted_integer): Likewise.
10148         (output_state): New data type.
10149         (digit_buffer): Make global.
10150         (output_add_integer): Rename to output_decimal. Squeeze
10151         digit_buffer.
10152         (output_long_decimal, output_unsigned_decimal,
10153         output_long_unsigned_decimal, output_octal, output_long_octal,
10154         output_hexadecimal, output_long_hexadecimal): New functions.
10155         (output_append_r): New function.
10156         (output_append): Tweak.
10157         (output_flush_on): Rename to output_to_stream.
10158         (output_format): Change prototype.  Improve documentation. Handle
10159         more format specifiers.
10160         (build_location_prefix): Rename to context_as_prefix.
10161         (output_notice): Rename to output_do_printf.
10162         (output_printf): Tweak.
10163         (line_wrapper_printf): Likewise.
10164         (vline_wrapper_message_with_location): Adjust call to renamed
10165         functions.
10166         (v_message_with_decl): Likewise.
10167         (default_print_error_function): Likewise.
10168         (save_output_state): New function.
10169         (restore_output_state): Likewise.
10170         (output_do_verbatim): Likewise.
10171         (output_verbatim): Define.
10172         (verbatim): Likewise.
10173
10174         * diagnostic.h (printer_fn): Change return type from void to int.
10175         Improve documentation.
10176         (output_add_integer): Rename to output_decimal.
10177         (output_flush_on, output_format): Don't export.
10178         (output_verbatim, verbatim): Declare.
10179
10180 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
10181
10182         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
10183         Check whether c divides op1 exactly if operation is not
10184         multiplication.
10185
10186 2000-07-08  Richard Henderson  <rth@cygnus.com>
10187
10188         * final.c (final): Do not abort when reg-stack introduces
10189         a new insn.
10190
10191 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
10192
10193         * cpplib.h (struct cpp_name): Now struct cpp_string.
10194         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
10195         CPP_HEADER_NAME): Change to type S.
10196         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
10197         field, a cpp_hashnode *.  All references to val.name updated
10198         to use val.str or val.node as appropriate.
10199         (struct cpp_reader): Add spec_nodes field.
10200         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
10201
10202         * cpphash.h (struct spec_nodes): New.
10203         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
10204         val.str.  All references to 'spelling > SPELL_NONE' updated to
10205         match.
10206
10207         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
10208         pfile->buffer->inc are not NULL before dereferencing them.
10209
10210         * cpplex.c (parse_name): Take a pointer to the current token,
10211         plus current position and limit as args; return the new
10212         position; don't copy the text of a name into the string
10213         buffer, instead call cpp_lookup and store the node pointer.
10214         If extending a token, copy out the text of the old into a
10215         scratch buffer, append the new, look that up and store the new
10216         node pointer.  Inline.
10217         (maybe_paste_with_next): If the result of paste is a NAME,
10218         then look up the pasted text and store its node pointer.
10219         (lex_line): Adjust for new parse_name interface.
10220         Check for L"str", L'str' using spec_nodes->n_L.
10221         (spell_token): SPELL_IDENT tokens have their spelling in
10222         val.node->name.  Handle SPELL_STRING tokens that don't have
10223         string delimiters.
10224         (_cpp_expand_name_space,
10225         (can_paste): Check for L ## "str" using spec_nodes->n_L.
10226         (cpp_get_token, special_symbol): No need to call cpp_lookup.
10227         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
10228         return 1=equal 0=not, not a tristate.
10229
10230         * cpphash.c (var_args_str): Delete.
10231         (find_param): Compare node fields directly.
10232         (is__va_args__): Use CPP_PEDANTIC.  Just compare
10233         token->val.node with spec_nodes->n__VA_ARGS__.
10234         (dump_funlike_macro): Don't use var_args_str.
10235
10236         * cpplib.c (_cpp_check_directive): Just walk through
10237         spec_nodes->dirs comparing pointers.
10238         (get_define_node, do_pragma_poison, detect_if_not_defined,
10239         parse_ifdef): The identifier has already been looked up.
10240         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
10241         node.
10242         (do_if): Only call detect_if_not_defined at beginning of file.
10243         (_cpp_parse_assertion): Only copy string pointers for
10244         SPELL_STRING tokens.
10245         (pragma_dispatch): Take a node pointer and examine its name
10246         field.
10247         (_cpp_init_stacks): Also initialize the spec_nodes structure.
10248
10249         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
10250         _cpp_init_macros.
10251         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
10252         reverse order from the corresponding _cpp_init_* routines.
10253
10254         * cppexp.c (parse_number, parse_charconst, parse_defined,
10255         lex): Check val.node->type instead of calling cpp_defined.
10256         Use spec_nodes entries where appropriate.
10257
10258         * fix-header.c, scan-decls.c: Update for interface changes.
10259
10260 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
10261
10262         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
10263         emitting aux_truncdfsf2.
10264
10265 2000-07-03  Donn Terry  (donnte@microsoft.com)
10266
10267         * cppinit.c (print_help): split overlong line into ISO C89
10268         maximum chunks.
10269
10270 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
10271
10272         * cppexp.c: Update all code for new lexer interface.
10273         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
10274         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
10275         * cpplex.c (token_names): Trim leading CPP_ from names; make
10276         the strings unsigned.
10277         (_cpp_spell_operator): New.
10278         (is_macro_disabled): Disable all macros if rescanning
10279         preprocessed text.
10280         (_cpp_get_directive_token): Remove.
10281
10282         * cppinit.c: Don't set no_macro_expand.
10283         * cpplib.c (read_line_number, do_line): Check only for EOF,
10284         not VSPACE.
10285         * cpphash.h: Update prototypes.
10286         * cpplib.h (CPP_VSPACE): Remove.
10287         (struct cpp_reader): Remove no_macro_expand.
10288
10289 2000-07-08  Neil Booth  <NeilB@earthling.net>
10290
10291         * cpphash.c (is__va_args__): New function.
10292         (count_params): Fix line reported in error messages.  Use
10293         is__va_args__.  Don't return ')' on error.  Flag GNU style
10294         rest args macro definitions.
10295         (parse_define): Check macro name is not __VA_ARGS__.
10296         (save_expansion): Check identifier in non-varargs-macro is
10297         not __VA_ARGS__.  Don't flag GNU_VARARGS.
10298         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
10299         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
10300          than per-token GNU_VARARGS.
10301         * cpplib.h (GNU_VARARGS): Remove.
10302         (GNU_REST_ARGS): New.
10303
10304 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10305
10306         * i386.md (call_pop, call, call_value_pop): Do not set
10307         current_function_uses_pic_offset_table for calls to static
10308         functions or indirect calls.
10309
10310 2000-07-07  Jim Wilson  <wilson@cygnus.com>
10311
10312         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
10313         is_predicate_reg, then take max write_count of register pair.
10314
10315 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10316
10317         * tradcpp.c (main): Rename label `include' to `add_include' to
10318         avoid conflicts with variable `include' in traditional C.
10319
10320 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10321
10322         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
10323
10324 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10325
10326         * sibcall.c (uses_addressof): Add INMEM argument, check for
10327         current_function_internal_arg_pointer outside of MEM rtxs in addition
10328         to ADDRESSOFs.
10329         (sequence_uses_addressof): Update caller.
10330
10331 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
10332
10333         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
10334         and friends.
10335
10336 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10337
10338         * system.h (UNION_INIT_ZERO): New macro for initializing union
10339         members in structs.
10340
10341         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
10342
10343 2000-07-07  Neil Booth  <NeilB@earthling.net>
10344
10345         * cpp.texi: Update.
10346
10347 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
10348
10349         * final.c (final): Detect out of bounds array access to
10350         the insn_lengths array.
10351
10352 2000-07-07  Kazu Hirata  <kazu@hxi.com>
10353
10354         * fold-const.c (fold): Fix a comment typo.
10355
10356 2000-07-07  Neil Booth  <NeilB@earthling.net>
10357
10358         * cpp.texi: Update to new lexer.
10359
10360 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
10361
10362         * tradcpp.c: New file.
10363         * tradcif.y: New file.
10364         * tradcif.c: New generated file.
10365
10366         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
10367         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
10368         dependencies of C.  Install tradcpp from install-common, in
10369         $(libsubdir).
10370
10371 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
10372
10373         * cppinit.c: Include cppdefault.h.  Refer to
10374         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
10375         to GCC_INCLUDE_DIR and its length.
10376         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
10377         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
10378         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
10379         cppdefault.h.
10380         (include_defaults_array): Move to cppdefault.c.
10381
10382         * cppdefault.h: New file.
10383         * cppdefault.c: New file.
10384
10385         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
10386         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
10387         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
10388         this file.
10389
10390 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10391
10392         * reload.c (push_reload): When seeing if can reuse a register,
10393         check extra registers against widest of INMODE and OUTMODE.
10394
10395 2000-07-06  Neil Booth  <NeilB@earthling.net>
10396
10397         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
10398         based on full length of predicate.
10399
10400 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
10401
10402         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
10403         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
10404
10405 2000-07-05  Kazu Hirata  <kazu@hxi.com>
10406
10407         * h8300-proto.h: Fix formatting.
10408         * h8300.c: Likewise.
10409         * h8300.h: Likewise.
10410
10411 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10412
10413         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
10414         CCmode.
10415
10416 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
10417
10418         * invoke.texi: Fix minor typos
10419         * md.texi: Fix minor typos
10420
10421 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
10422
10423         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
10424
10425 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10426
10427         * cpplex.c: Don't include sys/mman.h.
10428         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
10429
10430         * cpplib.c: Include sys/mman.h and obstack.h.
10431         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
10432         obstack.
10433         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
10434         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
10435         bother freeing if stack entries (they will be freed with their buffer).
10436         (do_endif): Free if stack entries from the buffer obstack.
10437         (push_conditional): Allocate if stack entries from the buffer obstack.
10438
10439         (find_answer): Rename to _cpp_find_answer.
10440         (do_assert, do_unassert): Update.
10441
10442         * cpphash.h: Update prototypes.
10443         (xobnew): New convenience macro.
10444         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
10445         Update comments.
10446         (struct cpp_hashnode): Remove disabled field.
10447
10448         * cppinit.c: Don't include hashtab.h or splay-tree.h.
10449         (report_missing_guard): Moved to cppfiles.c.
10450         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
10451         cpp_init_includes.
10452         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
10453         cpp_cleanup_includes.  Don't destroy hashtab or
10454         all_include_files here.
10455         (cpp_finish): Use _cpp_report_missing_guards.
10456
10457         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
10458         (_cpp_init_include_table): Rename _cpp_init_includes.
10459         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
10460
10461         * cppexp.c (parse_assertion): Update for new name of
10462         find_answer.
10463
10464         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
10465
10466 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10467
10468         * cpplib.c (do_ident): s/VSPACE/EOF/
10469
10470 2000-07-05  Neil Booth  <NeilB@earthling.net>
10471
10472         * cpplex.c: Fix trigraph replacement within strings.
10473
10474 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10475
10476         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
10477
10478         * xcoffout.c (assign_type_number): Constify.
10479         (xcoffout_source_file): Add static prototype.  Don't needlessly
10480         cast away const-ness.
10481
10482 2000-07-04  Jason Merrill  <jason@redhat.com>
10483
10484         * frame.h (frame_state): Move base_offset to end.
10485
10486 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
10487
10488         * calls.c (emit_library_call_value_1): Revert previous change.
10489
10490 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10491
10492         * fix-header.c (struct partial_proto): Remove unnecessary fields.
10493         (recognized_extern, recognized_function, read_scan_file):
10494         Update for new scheme.
10495         (check_protection): It's still a multiple include guard even
10496         if it doesn't always trigger.
10497         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
10498         new scheme.
10499         * scan.h: Declare struct cpp_token.  Update prototypes.
10500
10501 2000-07-03  Neil Booth  <neilb@earthling.net>
10502             Zack Weinberg  <zack@wolery.cumb.org>
10503
10504         Complete overhaul of the lexer and macro expander.
10505
10506         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
10507         arg, arglist, argdata, reflist, collect_objlike_expansion,
10508         collect_funlike_expansion, collect_params,
10509         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
10510         unsafe_chars, macarg, compare_defs, special_symbol,
10511         scan_arguments, stringify, funlike_macroexpand,
10512         _cpp_quote_string, monthnames): Delete.
10513         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
10514         _cpp_create_definition, _cpp_dump_definition,
10515         dump_hash_helper): Adjust.
10516         (find_param, count_params, parse_define, var_args_str,
10517         check_macro_redefinition, save_expansion): New.
10518
10519         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
10520         parse_string, output_line_command, trigraph_replace,
10521         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
10522         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
10523         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
10524         _cpp_skip_rest_of_line): Modify.
10525
10526         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
10527         find_position, null_warning, bump_column, expand_name_space,
10528         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
10529         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
10530         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
10531         _cpp_prescan): Delete.
10532
10533         (dump_param_spelling, process_directive, lex_next,
10534         is_macro_disabled, stringify_arg, expand_context_stack,
10535         output_token, make_string_token, alloc_number_token,
10536         special_symbol, duplicate_token, maybe_paste_with_next,
10537         can_paste, prevent_macro_expansion, restore_macro_expansion,
10538         get_temp_token, release_temp_tokens, quote_string,
10539         token_names, token_spellings, _cpp_expand_name_space,
10540         _cpp_glue_header_name, _cpp_reserve_name_space,
10541         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
10542         placemarker_token, eof_token, cpp_context, macro_args,
10543         get_raw_token, parse_arg, parse_args, save_token,
10544         push_arg_context, push_macro_context, pop_context,
10545         do_pop_context, free_macro_args, _cpp_get_line,
10546         _cpp_run_directive): New.
10547
10548         * cpplib.c (validate_else, parse_include, push_conditional,
10549         pass_thru_directive, read_line_number, parse_ifdef,
10550         detect_if_not_defined, _cpp_check_directive, do_define,
10551         do_undef, do_include, do_import, do_include_next, do_error,
10552         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
10553         top_pragmas, do_pragma_gcc, do_pragma_implementation,
10554         do_pragma_poison, do_pragma_system_header,
10555         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
10556         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
10557         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
10558         cpp_defined): Update for new scheme.
10559         (strtoul_for_line, get_define_node, dump_macro_name,
10560         _cpp_check_linemarker, _cpp_parse_assertion): New.
10561         (_cpp_handle_directive, do_pragma_default): Delete.
10562
10563         * cpphash.h (struct predicate): Now struct answer.
10564         (enum spell_type, struct token_spelling, struct directive,
10565         directive_handler): New.
10566         Update prototypes.  Remove unused macros.
10567         * cpplib.h: Update prototypes.  Remove unused macros,
10568         structure definitions, and fields.
10569
10570         * cpperror.c (print_containing_files, v_message): Adjust.
10571         * cppexp.c (parse_assertion, lex, parse_escape,
10572         _cpp_parse_expr): Adjust.
10573         * cppfiles.c (open_include_file, _cpp_execute_include,
10574         _cpp_compare_file_date, cpp_read_file, read_include_file):
10575         Adjust.
10576         * cppinit.c (dump_special_to_buffer): Delete.
10577         (append_include_chain, merge_include_chains, cpp_reader_init,
10578         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
10579         cpp_finish, handle_option, print_help): Adjust.
10580         * cppmain.c (main): Adjust.
10581
10582 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10583
10584         * cppspec.c (lang_specific_driver): Use double quotes in error
10585         message.
10586
10587 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
10588
10589         * calls.c (emit_library_call_value_1): Use valreg instead
10590         of hard_libcall_value.
10591
10592 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
10593
10594         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
10595         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
10596         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
10597         (movhi): Likewise.
10598         (movqi): Likewise.
10599         (movdf): Likewise.
10600         (movsf): Likewise.
10601         (movdi): Likewise.
10602         (movti): Likewise.
10603
10604         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
10605         mode instead of wider_mode is being used.
10606
10607 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10608
10609         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
10610         of 'r'. Use q_regs_operand.
10611         (andsi_1+2): Use q_regs_operand.
10612
10613 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10614
10615         * builtins.c (get_memory_rtx): Always put into alias set 0.
10616
10617 2000-07-03  Nick Clifton  <nickc@cygnus.com>
10618
10619         * config/arm/arm.md: Fix post increment and pre increment
10620         peepholes so that they do not generate UNPREDICATBLE opcodes.
10621         (ie ones where the increment clobbers the source/destination).
10622
10623 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
10624
10625         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
10626         change too big for -mtiny-stack" a warning, if larger than 63.
10627         (out_set_stack_ptr): Change the logic so -mno-interrupts is
10628         always safe to use on possible future devices.
10629         (function_prologue): Write SPH before SPL, for consistency.
10630         If interrupt_func_p true, we know we have enabled interrupts.
10631         (avr_num_arg_regs): New function.  Round up to even number of
10632         bytes if no -mpack-args or if calling a libgcc function.
10633         (function_arg, function_arg_advance): Use it.
10634         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
10635         Output "movw" if available.
10636         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
10637         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
10638         (asm_output_section_name): Add blanks for consistent output.
10639         (encode_section_info): Set TREE_READONLY for progmem data to
10640         avoid gas warnings about changed section attributes.
10641         (avr_hard_regno_mode_ok): Force non-QImode data to start in
10642         even numbered registers on devices with "movw".
10643         * config/avr/avr.h (MASK_*): Define bits for target_flags.
10644         (TARGET_SWITCHES): Mark help strings for translation.
10645         Add new -mpack-args and -menhanced switches.
10646         (TARGET_OPTIONS): Mark help strings for translation.
10647         (progmem_section): Add section attributes.
10648         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
10649         Output "movw" if available.
10650         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
10651         New patterns.
10652         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
10653         call convention (arguments aligned on even registers).
10654         (_cleanup, _exit): Make weak symbols libc can override.
10655
10656 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10657
10658         * fp-bit.h: New file.
10659
10660         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
10661         Comment #endif statements.
10662         (__thenan_sf, __thenan_df): Add missing braces around initializer.
10663
10664 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
10665
10666         * gcse.c (compute_pre_data): Compute ae_kill using other local
10667         properties instead of calling compute_ae_kill.
10668
10669         * alias.c (init_alias_analysis): Do not call
10670         prologue_epilogue_contains until after reload has completed.
10671
10672 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
10673
10674         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
10675         (genrtl_finish_compound_stmt): Likewise.
10676         (genrtl_compound_stmt): Change to return void.
10677
10678         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
10679         move code from here to ...
10680         (genrtl_compound_stmt): ... here.
10681         (genrtl_finish_compound_stmt): Remove.
10682         (expand_stmt): Add comment.
10683
10684 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
10685
10686         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
10687         and VOID_TYPE_P.
10688
10689 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
10690
10691         * cpplib.h (struct cpp_reader): New field include_depth.
10692         (struct cpp_printer): Rename last_bsd to last_id.
10693         * cppfiles.c (read_include_file): Bump include_depth.
10694         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
10695         (output_line_command): Output correct #line if a header
10696         is including itself and is not protected against multiple inclusion.
10697         Use include_depth instead of buffer_stack_depth, last_id instead of
10698         last_bsd.
10699         * cppinit.c (cpp_start_read): Initialize last_id instead of
10700         last_bsd.
10701
10702 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
10703
10704         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
10705         (c-semantics.o): New target.
10706
10707         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
10708         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
10709         (genrtl_clear_out_block): Likewise.
10710         (genrtl_goto_stmt): Likewise.
10711         (genrtl_expr_stmt): Likewise.
10712         (genrtl_decl_stmt): Likewise.
10713         (genrtl_if_stmt): Likewise.
10714         (genrtl_while_stmt): Likewise.
10715         (genrtl_do_stmt): Likewise.
10716         (genrtl_return_stmt): Likewise.
10717         (genrtl_for_stmt): Likewise.
10718         (genrtl_break_stmt): Likewise.
10719         (genrtl_continue_stmt): Likewise.
10720         (genrtl_scope_stmt): Likewise.
10721         (genrtl_switch_stmt): Likewise.
10722         (genrtl_case_label): Likewise.
10723         (genrtl_begin_compound_stmt): Likewise.
10724         (gerntl_finish_compound_stmt): Likewise.
10725         (genrtl_compound_stmt): Likewise.
10726         (genrtl_asm_stmt): Likewise.
10727         (genrtl_decl_cleanup): Likewise.
10728         (DECL_ANON_UNION_ELEMS): Likewise.
10729         (emit_local_var): Likewise.
10730         (make_rtl_for_local_static): Likewise.
10731         (expand_cond): Likewise.
10732         (expand_stmt): Likewise.
10733         (c_expand_return): Likewise.
10734         (c_expand_start_case): Likewise.
10735         (do_case): Likewise.
10736         (COMPOUND_STMT_NO_SCOPE): Likewise.
10737         (c_expand_asm_operands): Likewise.
10738         (NEW_FOR_SCOPE_P): New macro.
10739         (expand_expr_stmt_fn): New type.
10740
10741         (set_current_function_name_declared): Likewise.
10742         (current_function_name_declared): Likewise.
10743         (lang_expand_stmt): Likewise.
10744         (stmts_are_full_exprs_p): Likewise.
10745         (anon_aggr_type_p): Likewise.
10746         (lang_expand_expr_stmt): Likewise.
10747         (build_case_label): Likewise.
10748
10749         * c-decl.c (lang_expand_expr_stmt): Initialize.
10750         (stmts_are_full_exprs_p): Define.
10751         (current_function_name_declared): Likewise.
10752         (do_case): Likewise.
10753         (lang_expand_stmt): Likewise.
10754         (set_current_function_name_declared): Likewise.
10755         (anon_aggr_type_p): Likewise.
10756
10757         * c-semantics.c: New file.
10758         (expand_cond): Moved from cp/semantics.c.
10759         (genrtl_do_pushlevel): Likewise.
10760         (genrtl_clear_out_block): Likewise.
10761         (genrtl_goto_stmt): Likewise.
10762         (genrtl_expr_stmt): Likewise.
10763         (genrtl_decl_stmt): Likewise.
10764         (genrtl_if_stmt): Likewise.
10765         (genrtl_while_stmt): Likewise.
10766         (genrtl_do_stmt): Likewise.
10767         (genrtl_return_stmt): Likewise.
10768         (genrtl_for_stmt): Likewise.
10769         (genrtl_break_stmt): Likewise.
10770         (genrtl_continue_stmt): Likewise.
10771         (genrtl_scope_stmt): Likewise.
10772         (genrtl_switch_stmt): Likewise.
10773         (genrtl_case_label): Likewise.
10774         (genrtl_begin_compound_stmt): Likewise.
10775         (genrtl_finish_compound_stmt): Likewise.
10776         (genrtl_compound_stmt): Likewise.
10777         (genrtl_asm_stmt): Likewise.
10778         (genrtl_decl_cleanup): Likewise.
10779         (make_rtl_for_local_static): Moved from cp/decl.c.
10780         (emit_local_var): Likewise.
10781         (expand_stmt): Define.
10782
10783         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
10784         (c_expand_return): Likewise.
10785         (c_expand_start_case): Likewise.
10786
10787 2000-07-01  Richard Henderson  <rth@cygnus.com>
10788
10789         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
10790         with the low 13 bits set.
10791         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
10792         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
10793         of the low 13 bits into a CONST plus an adddi3.
10794         (load_symptr): Set RTX_UNCHANGING_P.
10795
10796 See ChangeLog.3 for earlier changes.