OSDN Git Service

* cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Sat Nov  3 10:37:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2
3         * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
4         reference to CONST_DOUBLE_MEM in comment.
5         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Remove one operand.
6         (gen_rtx, case CONST_DOUBLE): Call it with one less operand.
7         (init_emit_once): Don't clear CONST_DOUBLE_MEM.
8         * function.c (pop_function_context_from): Don't call
9         restore_varasm_status.
10         * function.h (restore_varasm_status): Delete declaration.
11         * gengenrtl.c (CONST_DOUBLE_FORMAT): Delete CONST_DOUBLE_MEM slot.
12         * rtl.c: Likewise.
13         * rtl.def (CONST_DOUBLE): Update comment.
14         * rtl.h (CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW): Update operand number.
15         (CONST_DOUBLE_CHAIN): Likewise.
16         (CONST_DOUBLE_MEM): Delete.
17         (gen_rtx_CONST_DOUBLE): Update parameters.
18         * varasm.c (struct varasm_status): x_pool_offset now HOST_WIDE_INT.
19         Remove reference to CONST_DOUBLE_MEM.
20         (const_alias_set): New variable.
21         (immed_double_const): Change call to gen_rtx_CONST_DOUBLE.
22         (immed_real_const_1): Adjust tests for 0, 1, and 2.
23         Don't set CONST_DOUBLE_MEM.
24         (clear_const_double_mem): Don't do anything with const_tiny_rtx.
25         (output_constant_def): Don't look at TREE_CST_RTL if INTEGER_CST.
26         Put constant in const_alias_set.
27         (struct pool_constant): ALIGN now unsigned.
28         OFFSET now HOST_WIDE_INT.
29         Delete LABEL.
30         (restore_varasm_status): Deleted.
31         (mark_pool_constant): Mark desc->rtl.
32         (force_const_mem): Rework to store rtl in hash table,
33         not CONST_DOUBLE_MEM.
34         Put constant in const_alias_set.
35         (find_pool_constant): Check desc->rtl.
36         (mark_constants, mark_constant): Don't special-case CONST_DOUBLE.
37         (init_varasm_once): Initialize const_alias_set.
38
39         * expr.c (expand_expr, case ADDDR_EXPR): If at top level, don't call
40         force_const_mem.
41
42         * reload.c (combine_reloads): Don't combine an output reload if there
43         are other reloads around for part of the output.
44
45         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
46         constant expression.
47         (set_mem_decl): New function.
48         * expr.h (set_mem_decl): New declaration.
49         * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
50         (output_asm_operand_names): Add tab.
51         * reload1.c (alter_reg): Set decl of MEM from REG_DECL.
52
53         * builtins.c (get_memory_rtx): Properly set MEM alias set and
54         attributes.
55
56 2001-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
57
58         * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
59         Use "invalid" instead of "illegal".  Use @r in comments in
60         examples.
61
62 2001-11-02  Neil Booth  <neil@daikokuya.demon.co.uk>
63
64         * c-decl.c (pushdecl): Move block inside if conditional to remove
65         possibility of a segfault.  Lookup block-level extern
66         variables in enclosing scopes correctly.
67
68         * testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.
69
70 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
71
72         * expmed.c (store_bit_field): Use simplify_gen_subreg to make
73         SUBREG so we avoid SUBREGing memory.
74
75         * expmed.c (store_bit_field): Same.
76
77 2001-11-02  DJ Delorie  <dj@redhat.com>
78
79         * config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
80         using FP registers for DImode mem-mem moves is acceptable.
81
82 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
83
84         * builtins.c (apply_args_size): Handle vector arguments.
85         (apply_result_size): Same.
86
87         * machmode.def: Set WIDER mode field for all vector entries.
88
89 2001-11-02  Graham Stott  <grahams@redhat.com>
90
91         * recog.c (decode_asm_operands):  Check that the SRC is ASM_OPERANDS.
92
93 2001-11-01  Eric Christopher  <echristo@redhat.com>
94
95         * config.gcc: Revert part of earlier patch.
96         * config/mips/linux.h: Ditto.
97         * df.c: Include tm_p.h to avoid warnings.
98         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults.  Adjust
99         #if/#endif.
100         * config/mips/mips.c: Define mips_abi regardless.
101         (mips_output_function_prologues): Add long casts for .frame
102         output.
103         (override_options): Allow use of ABI_32.
104
105 2001-11-01  Kazu Hirata  <kazu@hxi.com>
106
107         * config/m68hc11/m68hc11.c: Fix comment formatting.
108         * config/m68hc11/m68hc11.h: Likewise.
109         * config/m68hc11/m68hc11.md: Likewise.
110
111 2001-11-01  Neil Booth  <neil@daikokuya.demon.co.uk>
112
113         * c-typeck.c (default_conversion): Retain the original expression
114         codes.
115         * gcc.dg/Wparentheses.c: New tests.
116
117 2001-11-01  David S. Miller  <davem@redhat.com>
118
119         * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
120         64-bit Sparc description more in line with reality.
121
122 2001-11-01  Joseph S. Myers  <jsm28@cam.ac.uk>
123
124         * Makefile.in (GCOV_OBJS): Add version.o.
125         * gcov.c: Include "version.h" and <getopt.h>.
126         (gcov_version_string): Remove.
127         (print_usage): Take a parameter to determine whether this is a
128         call from --help or an error message.  Give fuller output that
129         follows the GNU Coding Standards for --help.
130         (print_version): New function.
131         (options): New.
132         (process_args): Use getopt_long.  Support long options.  Follow
133         GNU Coding Standards for --help and --version.
134         * doc/gcov.texi: Document long options.
135         Addresses part of PR other/704.
136
137 2001-11-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
138
139         * pa.c (output_move_double): Fix typo in double load.
140
141 2001-11-01  Kazu Hirata  <kazu@hxi.com>
142
143         * config/h8300/h8300.c (h8300_encode_label): Compute a string
144         before passing it to ggc_alloc_string.
145
146 2001-11-01  Kazu Hirata  <kazu@hxi.com>
147
148         * config/m68k/3b1.h: Fix comment formatting.
149         * config/m68k/3b1g.h: Likewise.
150         * config/m68k/a-ux.h: Likewise.
151         * config/m68k/amix.h: Likewise.
152         * config/m68k/apollo68.h: Likewise.
153         * config/m68k/atari.h: Likewise.
154         * config/m68k/aux-exit.c: Likewise.
155         * config/m68k/ccur-GAS.h: Likewise.
156         * config/m68k/crds.h: Likewise.
157         * config/m68k/dpx2.h: Likewise.
158         * config/m68k/dpx2g.h: Likewise.
159         * config/m68k/hp310.h: Likewise.
160         * config/m68k/hp320.h: Likewise.
161         * config/m68k/isi.h: Likewise.
162         * config/m68k/linux.h: Likewise.
163         * config/m68k/lynx.h: Likewise.
164         * config/m68k/m68k-psos.h: Likewise.
165         * config/m68k/m68k.c: Likewise.
166         * config/m68k/m68k.h: Likewise.
167         * config/m68k/m68k.md: Likewise.
168         * config/m68k/m68kelf.h: Likewise.
169         * config/m68k/m68kv4.h: Likewise.
170         * config/m68k/mot3300.h: Likewise.
171         * config/m68k/news.h: Likewise.
172         * config/m68k/next.h: Likewise.
173         * config/m68k/pbb.h: Likewise.
174         * config/m68k/plexus.h: Likewise.
175         * config/m68k/sgs.h: Likewise.
176         * config/m68k/sun3.h: Likewise.
177         * config/m68k/tower.h: Likewise.
178         * config/m68k/vxm68k.h: Likewise.
179
180 2001-10-31  DJ Delorie  <dj@redhat.com>
181
182         * config/mips/mips.h (mips_cache_flush_func): Prototype.
183         (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
184         (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
185         * config/mips/mips.c (mips_cache_flush_func): New.
186         * doc/invoke.texi: Document the new options.
187
188 2001-10-31  Hans-Peter Nilsson  <hp@axis.com>
189
190         * config.gcc (cris-*-linux*, tm_file): Rearrange order.
191         * config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
192
193         * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
194
195         * config/cris/cris.c: Include output.h after tree.h but before
196         target.h.
197
198 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
199
200         * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
201         (INTL_SUBDIRS): Just intl.
202         (.SUFFIXES): Add .gmo .po .pox.
203         (native): Also depend on build-@POSUB@.
204         (intl.all, intl.install): Depend on config.h and things it includes.
205         (po-generated): New target; depend on c-parse.c and tradcif.c.
206         (install-normal): Also depend on install-@POSUB@.
207         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
208         (build-, install-, build-po, update-po, install-po,
209         .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
210
211         * aclocal.m4: Prefix each entry in CATALOGS with "po/"
212         * configure.in: Don't munge XGETTEXT.  Don't generate
213         po/Makefile.in.
214         * configure: Regenerate.
215
216         * exgettext: Delete.
217         * config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
218         * objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
219
220 2001-10-31  Kazu Hirata  <kazu@hxi.com>
221
222         * config/h8300/h8300.md (two anonymous patterns): New.
223
224 2001-10-31  Aldy Hernandez  <aldyh@redhat.com>
225
226         * tree.h (tree_index): Add support for V16QI and V8HI.
227         (V8HI_type_node): New.
228         (V16QI_type_node): New.
229
230         * tree.c (build_common_tree_nodes_2): Same.
231
232         * c-common.c (type_for_mode): Same.
233
234 2001-10-31  Kazu Hirata  <kazu@hxi.com>
235
236         * config/i386/att.h: Fix comment formatting.
237         * config/i386/beos-elf.h: Likewise.
238         * config/i386/bsd.h: Likewise.
239         * config/i386/bsd386.h: Likewise.
240         * config/i386/crtdll.h: Likewise.
241         * config/i386/cygwin.asm: Likewise.
242         * config/i386/cygwin.h: Likewise.
243         * config/i386/djgpp.h: Likewise.
244         * config/i386/freebsd-aout.h: Likewise.
245         * config/i386/freebsd.h: Likewise.
246         * config/i386/gas.h: Likewise.
247         * config/i386/i386-interix.h: Likewise.
248         * config/i386/i386-protos.h: Likewise.
249         * config/i386/i386.c: Likewise.
250         * config/i386/i386.h: Likewise.
251         * config/i386/i386.md: Likewise.
252         * config/i386/i386elf.h: Likewise.
253         * config/i386/interix.c: Likewise.
254         * config/i386/isc.h: Likewise.
255         * config/i386/isccoff.h: Likewise.
256         * config/i386/iscdbx.h: Likewise.
257         * config/i386/linux.h: Likewise.
258         * config/i386/lynx.h: Likewise.
259         * config/i386/mingw32.h: Likewise.
260         * config/i386/netbsd-elf.h: Likewise.
261         * config/i386/next.h: Likewise.
262         * config/i386/osf1elf.h: Likewise.
263         * config/i386/osfrose.h: Likewise.
264         * config/i386/sco5.h: Likewise.
265         * config/i386/seq-gas.h: Likewise.
266         * config/i386/seq-sysv3.h: Likewise.
267         * config/i386/sequent.h: Likewise.
268         * config/i386/sol2.h: Likewise.
269         * config/i386/sun386.h: Likewise.
270         * config/i386/uwin.asm: Likewise.
271         * config/i386/uwin.h: Likewise.
272         * config/i386/vxi386.h: Likewise.
273         * config/i386/win32.h: Likewise.
274         * config/i386/winnt.c: Likewise.
275         * config/i386/xm-cygwin.h: Likewise.
276         * config/i386/xm-mingw32.h: Likewise.
277
278 2001-10-31  Kazu Hirata  <kazu@hxi.com>
279
280         * builtins.def: Fix comment typos.
281         * config/alpha.c: Likewise.
282         * config/arm/arm.c: Likewise.
283         * config/avr/avr.h: Likewise.
284         * config/d30v/d30v.c: Likewise.
285         * config/d30v/d30v.h: Likewise.
286         * config/d30v/d30v.md: Likewise.
287         * config/dsp16xx/dsp16xx.c: Likewise.
288         * config/fr30/fr30.c: Likewise.
289         * config/fr30/fr30.md: Likewise.
290         * config/i386/i386.c: Likewise.
291         * config/i860/i860.c: Likewise.
292         * config/i960/i960.c: Likewise.
293         * config/ia64/ia64.c: Likewise.
294         * config/mips/mips.c: Likewise.
295         * config/pa/pa.c: Likewise.
296         * config/rs6000/rs6000.c: Likewise.
297         * config/s390/s390.c: Likewise.
298         * config/sparc/sparc.c: Likewise.
299
300 2001-10-30  Kazu Hirata  <kazu@hxi.com>
301
302         * config/mips/elf.h: Fix comment formatting.
303         * config/mips/elf64.h: Likewise.
304         * config/mips/iris5.h: Likewise.
305         * config/mips/iris5gas.h: Likewise.
306         * config/mips/iris6.h: Likewise.
307         * config/mips/isa3264.h: Likewise.
308         * config/mips/linux.h: Likewise.
309         * config/mips/mips.c: Likewise.
310         * config/mips/mips.h: Likewise.
311         * config/mips/mips.md: Likewise.
312         * config/mips/mips16.S: Likewise.
313         * config/mips/netbsd.h: Likewise.
314         * config/mips/osfrose.h: Likewise.
315         * config/mips/r3900.h: Likewise.
316         * config/mips/sni-svr4.h: Likewise.
317         * config/mips/svr4-t.h: Likewise.
318         * config/mips/ultrix.h: Likewise.
319
320 2001-10-30  Daniel Berlin  <dan@cgsoftware.com>
321
322         * bitmap.c (bitmap_element_free): Don't forget to update head->indx
323         when we update head->current.
324
325 2001-10-30  Neil Booth  <neil@daikokuya.demon.co.uk>
326
327         * tree.c (id_string_size): Remove.
328         (dump_tree_statistics): Update.
329         * toplev.c (compile_file): If dumping stats, dump tree stats too.
330
331 Tue Oct 30 19:00:43 CET 2001  Jan Hubicka  <jh@suse.cz>
332
333         * sched-rgn.c (schedule_insns): Fix comment.
334
335 2001-10-30  Zack Weinberg  <zack@codesourcery.com>
336
337         * configure.in: Correct previous change: don't assume that
338         gas's version number _isn't_ the last thing on the line, or
339         isn't the only number on the line, either.
340         * configure: Regenerate.
341
342 2001-10-30  Kazu Hirata  <kazu@hxi.com>
343
344         * cfgcleanup.c: Fix a comment typo.
345
346 2001-10-30  Kazu Hirata  <kazu@hxi.com>
347
348         * alias.c: Fix comment formatting.
349         * recog.c: Likewise.
350         * config/cris/cris.c: Likewise.
351         * config/cris/cris.h: Likewise.
352         * config/i960/i960.c: Likewise.
353         * config/i960/i960.h: Likewise.
354
355 2001-10-30  Kazu Hirata  <kazu@hxi.com>
356
357         * config/arm/arm.c: Fix a comment typo.
358         * config/arm/arm.h: Likewise.
359         * config/ia64/ia64.c: Likewise.
360
361 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
362
363         * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
364         REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
365         * rtl.h (set_unique_reg_note): Change return value.
366         * gcse.c (try_replace_reg): Use set_unique_reg_note.
367         * cse.c (cse_insn): Likewise.
368         * expr.c (emit_move_insn): Likewise.
369         * explow.c (force_reg): Likewise.
370         * local-alloc (update_equiv_regs): Likewise.
371         * loop.c (move_moveables, load_mems): Likewise.
372         * reload (find_reloads): Likewise.
373
374 2001-10-30  Paolo Bonzini  <bonzini@gnu.org>
375
376         Localization fixes.
377         * c-decl.c (parmlist_tags_warning, start_struct,
378         check_for_loop_decls): Separate messages for struct, union and
379         enum cases to allow for languages in which they have different
380         genders.
381         * c-format.c (scanf_flag_specs): Separate short and long name of
382         the assignment suppression feature.
383         (check_format_types): Localize "pointer" and "different types"
384         strings.
385         * c-lex.c (lex_number): Localize "an unsigned long int" and
386         related strings.
387         (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
388         warning message.
389         * c-typeck.c (build_unary_up): Separate messages for increment and
390         decrement cases to allow for languages in which they use different
391         articles.  Localize the strings "increment" and "decrement" in one
392         case.
393
394 Tue Oct 30 11:08:11 CET 2001  Jan Hubicka  <jh@suse.cz>
395
396         * lcm.c (optimize_mode_switching):  Do not rebuild liveness information
397         when no changes has been made.
398
399         * gcse.c (reg_set_bitmap): Turn into reg_set.
400         (modify_mem_list_set, canon_modify_mem_list_set)
401         (clear_modify_mem_tables, free_modify_mem_tables): New.
402         (gcse_main); Use free_modify_mem_tables.
403         (free_gcse_mem): Likewise; free the bitmaps.
404         (alloc_gcse_main): Initialize the bitmaps.
405         (canon_list_insert): Set canon_modify_mem_list_set.
406         (record_last_mem_set_info): Likewise; set modify_mem_list_set.
407         (compute_hash_table): Use clear_modify_mem_tables.
408         (reset_opr_set_tables): Likewise.
409         (oprs_not_set_p): reg_set_bitmap is regset.
410         (mark_set, mark_clobber): Likewise.
411
412         * df.h (DF_EQUIV_NOTES): New constant.
413         (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
414         when asked for.
415
416         * sched-rgn.c (CHECK_DEAD_NOTES): New constant.
417         (init_regions, schedule_insns): Conditionalize the checking
418         code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.
419
420 Tue Oct 30 11:02:31 CET 2001  Jan Hubicka  <jh@suse.cz>
421
422         * i386.md (movti_rex64 splitter): Fix condition.
423
424 2001-10-29  Zack Weinberg  <zack@codesourcery.com>
425
426         * configure.in: Do not assume that gas's version number is the
427         last thing on the first line of as --version output.
428         * configure: Regenerate.
429
430         * tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
431         MT_WARNING, MT_ERROR, MT_FATAL.
432         (main): Call gcc_init_libintl.
433         (v_message): Call gettext on msgid and "warning: "
434         * tradcif.y: Include intl.h.
435         (yyerror): Make parameter definition consistent with
436         prototype.  Call gettext on msgid argument.
437
438 2001-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
439
440         * combine.c (num_sign_bit_copies): Avoid signed/unsigned
441         warnings.
442
443         * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
444
445 Mon Oct 29 19:22:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
446
447         * reload1.c (eliminate_regs): Test for reg_renumber being allocated
448         before referencing it.
449
450 2001-10-26  DJ Delorie  <dj@redhat.com>
451
452         * config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
453         override -G, and force -G0.
454
455 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
456
457         * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
458         FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
459         c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
460         timevar.h, tree.h, varasm.c: Fix spelling errors and typos.
461
462         * loop.h (struct induction): Rename ext_dependant to
463         ext_dependent.
464         * loop.c: Change all uses.
465         (check_ext_dependant_givs): Rename to check_ext_dependent_givs.
466         All callers changed.
467         * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
468
469 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
470
471         * c-parse.in (expr_no_commas, primary), c-typeck.c
472         (parser_build_binary_op): Use IS_EXPR_CODE_CLASS.
473
474 2001-10-29  David Edelsohn  <edelsohn@gnu.org>
475
476         Undo assemble_name change in earlier patch.
477
478 Mon Oct 29 21:11:40 2001  Nicola Pero  <n.pero@mi.flashnet.it>
479
480         * objc/objc-act.c (finish_message_expr): For the GNU runtime: when
481         determining the type of the receiver, do not check that TREE_CODE
482         of receiver is CALL_EXPR before calling receiver_is_class_object().
483         (receiver_is_class_object): For the GNU runtime: recognize
484         the case that the receiver is self in a class method context.
485         Check that TREE_CODE of receiver is CALL_EXPR when checking that
486         the receiver is a call to objc_get_class.
487
488 2001-10-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
489
490         * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
491
492 Mon Oct 29 07:23:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
493
494         * Makefile.in (OBJS): Put all files in alphabetical order.
495
496         * dwarf2out.c (add_const_value_attribute): Fix error in last
497         change.
498
499 Mon Oct 29 12:43:06 CET 2001  Jan Hubicka  <jh@suse.cz>
500
501         * basic-block.h (purge_all_dead_edges): Add update_life_p argument.
502         * cfgcleanup.c (merge_blocks): Update the life flag after merging;
503         fix warning.
504         * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
505         (life_analysis): call purge_all_dead_edges after deleting noops.
506         (delete_noop_move): Do not purge CFG.
507         * toplev.c (rest_of_compilation): Update purge_all_dead_edges call.
508
509 2001-10-28  David Edelsohn  <edelsohn@gnu.org>
510
511         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
512         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete.
513         (ASM_GLOBALIZE_LABEL): Use assemble_name.
514         (ASM_OUTPUT_COMMON): Likewise.
515         * config/rs6000/rs6000.c (print_operand): Use assemble_name.
516         (rs6000_output_function_epilogue): Likewise.
517         (output_mi_thunk): Fix typo.
518         (rs6000_output_symbol_ref): Use assemble_name.
519         (output_toc): Likewise.
520         * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete.
521         * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete;
522         assemble_name calls STRIP_NAME_ENCODING.
523         (ASM_OUTPUT_LABEL): Use assemble_name.
524         (ASM_GLOBALIZE_LABEL): Likewise.
525         (ASM_DECLARE_FUNCTION_NAME): Likewise.
526         (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op.  Use assemble_name.
527         (ASM_OUTPUT_LOCAL): Likewise.
528
529 Sun Oct 28 15:45:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
530
531         * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
532         (expand_builtin_apply, expand_builtin_return): Likewise.
533         (expand_builtin_va_arg, expand_builtin_va_copy): Likewise.
534
535 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
536
537         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
538         ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
539         c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
540         configure, configure.in, except.c, except.h, flow.c, function.c,
541         gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
542         predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
543         sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
544         unroll.c: Fix spelling errors.
545
546         * doc/extend.texi, doc/invoke.texi: Fix spelling.
547
548         * doc/gcc.texi: Document use of "dependent" and American spelling.
549
550 Sun Oct 28 17:05:36 CET 2001  Jan Hubicka  <jh@suse.cz>
551
552         * expr.c (emit_group_load): Support CONCATs by storing them to memory
553         and reloading.
554
555 Sun Oct 28 09:59:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
556
557         * expr.c (store_constructor_field): Only call adjust_address on MEM.
558
559 Sun Oct 28 16:48:09 CET 2001  Jan Hubicka  <jh@suse.cz>
560
561         * genrecog.c (write_switch):  Output if before switch for
562         DT_elt_zero_wide_safe.
563
564 2001-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
565
566         * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
567         * i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
568         (FUNCTION_PROFILER): Const-ify.
569         * halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
570         (eliminate_constant_term, assemble_name, output_addr_const):
571         Remove declarations.
572         (ptr_half_pic_address_p, half_pic_hash): Prototype.
573         (all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
574         half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
575         * halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
576         (half_pic_declare, half_pic_external): Const-ify.
577         * toplev.c: Include "halfpic.h".
578
579 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
580
581         * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
582         config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
583         config/i386/i386.c, config/i386/i386-interix.h,
584         config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
585         config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
586         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
587         config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
588         config/sparc/sparc.c, config/m68hc11/m68hc11.c,
589         config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
590         config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
591         spelling errors.
592
593         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
594         ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
595         c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
596         collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
597         haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
598         regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
599         system.h, toplev.c: Fix spelling errors.
600
601 Sat Oct 27 17:32:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
602
603         * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.
604
605         * dwarf2out.c (reg_number): Abort if pseudo.
606         (reg_loc_descriptor): Return 0 if pseudo.
607         (is_based_loc): Return 0 if pseudo.
608         (mem_loc_descriptor): Return 0 for pseudo and handle 0 return from
609         recursive calls.
610         (concat_loc_descriptor): Return 0 if either part's descriptor is 0.
611         (loc_descriptor): Return 0 if can't find location and handle 0
612         return from recursive calls.
613         (loc_descriptor_from_tree): Likewise.
614         Fix handling of indirect.
615         Also return 0 for PLACEHOLDER_EXPR.
616         Clean up COMPONENT_REF cases.
617         (add_AT_location_descriptor): Simplify, but handle 0 return from
618         loc_descriptor.
619         (add_const_value_attribute): Avoid shift count warning.
620         (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
621         Set comp_unit_die as context if not in function.
622
623         * config/mips/mips-protos.h: Break up long lines.
624         Remove needless #ifdef/#endif blocks.
625         Don't declare functions declared in file made by genpreds or recog.h.
626         * config/mips/mips.c (mips_output_function_prologue): TSIZE
627         is now HOST_WIDE_INT; delete unneeded casts.
628         * config/mips/mips.h: Don't use #elif.
629
630         * expr.c (stor_constructor_field): Always call adjust_address.
631         Copy TARGET before changing its alias set.
632         (store_field): Likewise, for TO_RTX.
633         (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
634         replacement.
635         (safe_from_p, case ADDR_EXPR): Properly check for conflict.
636         (find_placeholder): Return 0 if can't find object.
637         (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
638         returns 0.
639
640 Sat Oct 27 16:31:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
641
642         * ifcvt.c (if_convert): Call clear_aux_for_blocks.
643
644 Sat Oct 27 12:12:09 CEST 2001  Jan Hubicka  <jh@suse.cz>
645
646         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
647         merge_blocks_move_successors_nojumps): Set BB_UPDATE_LIFE.
648         (merge_blocks): Properly udpate life after making edge nonfallthru.
649         * cfgrtl.c (merge_blocks_nomove): Update global_live_at_end.
650
651 2001-10-26  Kazu Hirata  <kazu@hxi.com>
652
653         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
654
655 2001-10-26  Neil Booth  <neil@daikokuya.demon.co.uk>
656
657         * c-typeck.c (convert_arguments): When comparing for enumeral
658         type equality, use TYPE_MAIN_VARIANT.
659         * gcc.dg/Wconversion.c: New tests.
660
661 2001-10-26  Kazu Hirata  <kazu@hxi.com>
662
663         * s390/s390.c: Fix comment typos.
664         * s390/s390.h: Likewise.
665         * s390/s390.md: Likewise.
666
667 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
668
669         * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
670         (walk_tree): Use it for tail calls where appropriate.
671
672 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
673
674         * cse.c (check_for_label_ref): Don't require REG_LABEL notes for
675         non-local label_refs.
676
677 2001-10-26  Kazu Hirata  <kazu@hxi.com>
678
679         * config/h8300/h8300.md (4 anonymous patterns): New.
680
681 2001-10-26  Kazu Hirata  <kazu@hxi.com>
682
683         * config/h8300/h8300.c (get_shift_alg): Clean up.  Return the
684         algorithm through the shift_info structure.
685         (emit_a_shift): Update the use of get_shift_alg.
686
687 2001-10-27  Daniel Berlin  <dan@cgsoftware.com>
688
689         * sched-rgn.c: Remove bitset typedef.
690         Change bitset to sbitmap in prototypes / variable types.
691         Remove bbset_size.
692         Remove edgeset_bits.
693         Remove edgeset_size.
694         s/BITSET_ADD/SET_BIT/g
695         s/BITSET_INVERT/sbitmap_ones/g
696         s/BITSET_INTER/sbitmap_a_and_b/g
697         s/BITSET_UNION/sbitmap_a_or_b/g
698         s/BITSET_DIFFER/sbitmap_difference/g
699         s/bitset_member/TEST_BIT/g
700         (BITSET_*): Removed.
701         (bitset_member): Removed.
702         (extract_bitlst): Rewrite, now that we have sbitmaps, we can use
703         EXECUTE_IF_SET_IN_SBITMAP.
704         (split_edges): Rewrite, use sbitmap functions instead of bitset
705         operations.
706         (schedule_region): Allocate/free sbitmaps, rather than bitsets.
707
708 2001-10-26  Andreas Schwab  <schwab@suse.de>
709
710         * reload1.c (emit_input_reload_insns): Fix parens in last
711         (undocumented) change that was supposed to change only whitespace.
712
713 Fri Oct 26 07:18:08 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
714
715         * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.
716
717         * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for
718         ASM_OPERANDS.
719
720 2001-10-26  Andreas Jaeger  <aj@suse.de>
721
722         * flow.c (clear_log_links): Remove unused variable.
723         * cfgcleanup.c (cleanup_cfg): Likewise.
724
725 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
726
727         * tree-inline.c (remap_decl): Don't copy size and size_unit here.
728         (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node.
729
730 2001-10-26  Richard Henderson  <rth@redhat.com>
731
732         * config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG;
733         rename PV_REG to R27_REG.
734         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
735         (REG_CLASS_FROM_LETTER): Update.
736         (PREFERRED_RELOAD_CLASS): Don't widen a reg class.
737         * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27.
738         (udivsi3, modsi3, umodsi3): Likewise.
739         (divdi3, udivdi3, moddi3, umoddi3): Likewise.
740
741 2001-10-26  Richard Henderson  <rth@redhat.com>
742
743         * cfg.c (clear_aux_for_blocks): Split out of ...
744         (free_aux_for_blocks): here.
745         (clear_aux_for_edges): Split from ...
746         (free_aux_for_edges): here.
747         * basic-block.h: Declare them.
748         * lcm.c (compute_antinout_edge): Use them.
749         (compute_laterin, compute_available, compute_nearerout): Likewise.
750         (optimize_mode_switching): Likewise.
751
752 2001-10-26  Richard Henderson  <rth@redhat.com>
753
754         * Makefile.in (unstage*): Remove as, ld, collect-ld before
755         moving everything back to the main build directory.
756
757 2001-10-26  Christopher Faylor  <cgf@redhat.com>
758
759         * config/i386/cygwin.h: Search target specfic include directory, if
760         appropriate.
761
762 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
763
764         * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
765         of macro guards. Fix #endif comment.
766
767         * output.h (default_exception_section, default_eh_frame_section):
768         Move prototypes outside of macro guard.
769
770         * crtstuff.c: Fix #endif comment.
771
772 Thu Oct 25 12:21:58 2001  Jeffrey A Law  (law@cygnus.com)
773
774         * doc/md.texi (movMM): Clarify semantics of storing into a
775         non-paradoxical SUBREG.
776
777 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
778
779         * langhooks.c (lang_hook_default_clear_binding_stack): New.
780         (lang_hook_default_get_alias_set): Move next to other alias
781         hooks.
782         * langhooks.h: Prototype lang_hook_default_clear_binding_stack.
783         (LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
784         (LANG_HOOKS_INITIALIZER): Add it.
785         * toplev.h (struct lang_hooks): Add clear_binding_stack.
786         * toplev.c (compile_file):  Call lang_hooks.clear_binding_stack
787         instead of a loop calling poplevel.
788
789 2001-10-25  Nick Clifton  <nickc@cambridge.redhat.com>
790
791         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Replace
792         occurrences of #elif with #if...#endif.
793
794 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
795
796         * cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
797
798 Thu Oct 25 08:46:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
799
800         * alias.c (can_address_p): No longer static.
801         * emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
802         Return 0 if all parameters are default values.
803         (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
804         (adjust_address_1): Try harder to compute a size.
805         * expr.c (expand_assignment, store_constructor): If can't address,
806         set MEM_KEEP_ALIAS_SET_P.
807         (store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
808         (store_field): Likewise.
809         (store_constructor): Simplify call to store_constructor_field.
810         * expr.h (can_address_p): New declaration.
811         * gensupport.c (gen_rtx_CONST_INT): New function.
812         * rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
813         (MEM_SIZE): Get size from mode, if not set and not BLKmode.
814         (MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.
815
816         * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
817
818 2001-10-24  Christopher Faylor  <cgf@redhat.com>
819
820         * config/i386/cygwin.h: Use proper path for mingw crt files when
821         -mno-cygwin.
822
823 Wed Oct 24 18:43:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
824
825         * dwarf2out.c (file_info_cmp): Always return consistent results.
826
827 2001-10-24  Roger Sayle <roger@eyesopen.com>
828
829         * stmt.c (expand_end_case): Index jumptables from zero for
830         suitably small values of minval.
831
832 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
833
834         * stor-layout.c (place_union_field): If any field was aligned with
835         attribute aligned, set record type's TYPE_USER_ALIGN.
836         (place_field): Likewise.
837         (finalize_record_size): Don't clear TYPE_USER_ALIGN.
838         (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
839
840 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
841
842         * c-common.h (struct c_common_identifier): Remove rid_code field.
843         (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
844
845         * c-typeck.c (constructor_designated): New local flag.
846         (struct constructor_stack): Add "designated" field to match.
847         (start_init): Clear it.
848         (really_start_incremental_init, push_init_level): Push and
849         clear it.
850         (pop_init_level): Pop it.
851         (set_designator): Set it.
852
853         (pop_init_level): Suppress "missing initializer" warnings if
854         constructor_designated is true.
855         (process_init_element): Suppress warning about union
856         initialization under traditional C, if constructor_designated
857         is true.
858
859 Wed Oct 24 15:35:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
860
861         * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
862         change.
863
864 Wed Oct 24 13:26:12 2001  Jeffrey A Law  (law@cygnus.com)
865
866         * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
867
868 2001-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
869
870         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
871         the node was already a set to a constant.
872
873 Wed Oct 24 12:41:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
874
875         * emit-rtl.c (set_mem_attributes): Fix typo in last change.
876         * print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.
877
878 2001-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
879
880         * s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
881         (ASM_OUTPUT_ASCII): Const-ify.  Fix signed/unsigned warning.
882         (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
883         * s390.c (s390_final_chunkify): Don't use string concatenation.
884         (s390_function_prologue, s390_function_epilogue): Const-ify.
885         * s390.h (FUNCTION_PROFILER): Remove unused variable.
886
887 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
888
889         * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
890         prototypes.
891
892 2001-10-23  Stan Shebs  <shebs@apple.com>
893
894         * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
895         -traditional-cpp in first-stage compilation.
896
897 Tue Oct 23 21:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
898
899         * gensupport.c (target_flags): Add.
900
901 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
902
903         * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
904         if needed.
905         (expand_builtin_longjmp, expand_builtin_alloca): Likewise.
906         * except.c (expand_builtin_frob_return_addr): Likewise.
907         (expand_builtin_eh_return): Likewise.
908         * stmt.c (expand_computed_goto): Likewise.
909         * explow.c (memory_address): Likewise.
910         (allocate_dynamic_stack_space): Clean up predicate testing.
911         (probe_stack_range): Convert SIZE to Pmode.
912         * calls.c (rtx_for_function_call): Only call convert_memory_address
913         if needed.
914         Pass function call operand as ptr_mode, not Pmode.
915         * expr.c (expand_assignment): Clean up calls to convert_memory
916         address by only doing so when needed and making offsets Pmode.
917         (store_constructor, expand_expr, expand_expr_unaligned): Likewise.
918         * function.c (assign_parms): Ensure address in MEM for RESULT_DECL
919         is in Pmode, not ptr_mode.
920
921 2001-10-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
922
923         * darwin-protos.h (constructor_section, destructor_section,
924         mod_init_section, mod_term_section): Prototype.
925         * darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
926         Const-ify.
927         * darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
928         Likewise.
929         (SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
930         objc_section_init declaration.
931         (EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
932         (objc_section_init, try_section_alias): Make static.
933         (alias_section): Make static and hide unused function.
934         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
935
936 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
937
938         * alias.c (can_address_p): Compnonents are not addressable if
939         the containing type has alias set 0.
940         (get_alias_set): Rework to use STRIP_NOPS.
941         Only call front-end routine on object, type, or object with
942         NOPs stripped, not inner values.
943         Use language hook to call front-end routine.
944         * builtins.c (get_memory_rtx): Always call set_mem_attributes.
945         (expand_builtin_apply): Call set_mem_align on MEMs we make.
946         Don't pass alignment to emit_block_move.
947         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
948         (expand_builtin_memset): Likewise, but for clear_storage.
949         * c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
950         and remove C++ specific parts.
951         * c-common.h (c_common_get_alias_set): Add declaration.
952         * c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
953         * calls.c (emit_call_1): Fix typo in sibcall_pop case.
954         (save_fixed_argument_area): Call set_mem_align.
955         Remove alignment in call to emit_block_move.
956         (emit_library_call_value_1, store_one_arg): Likewise.
957         (target_for_arg): Remove; disabled long ago.
958         * emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
959         once and similar cleanups.
960         (offset_address): Use proper introductory comment.
961         * expr.c (emit_block_move): Use alignment from that of MEM args, not
962         from explicit operand; all callers changed.
963         (clear_storage): Likewise.
964         (expand_assignment): Don't call set_mem_alias_set on to_rtx.
965         (store_field): Remove kludge on alias set used for to_rtx.
966         (highest_pow2_factor, case *_DIV_EXPR): Never return 0.
967         (expand_expr_unaligned): Call set_mem_attributes instead of
968         set_mem_alias_set.
969         * expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
970         * function.c (assign_stack_temp_for_type): Set MEM alignment.
971         (expand_function_end): Track MEM attributes of trampolines.
972         * ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
973         * integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
974         attributes from original.
975         * langhooks.c (lang_hook_default_get_alias_set): New function.
976         (hook_get_alias_set_0): New function.
977         * langhooks.h (hook_get_alias_set_0): New declaration.
978         (lang_hook_default_get_alias_set): Likewise.
979         (LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
980         * reload1.c (alter_reg): Use adjust_address_nv.
981         * rtl.c (get_mode_alignment): Moved to here.
982         * rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
983         change default if unknown from 1 to BITS_PER_UNIT.
984         * stor-layout.c (get_mode_alignment): Remove from here.
985         * toplev.h (struct lang_hoks): Add get_alias_set field.
986         * tree.h (lang_get_alias_set): Delete declaration.
987         * config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
988         * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
989         (ix86_va_arg): Likewise.
990         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
991         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
992         * config/sparc/sparc.c (sparc_va_arg): Likewise.
993         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
994         (expand_block_move_mem): Remove dead code.
995
996 2001-10-22  Neil Booth  <neil@daikokuya.demon.co.uk>
997
998         * c-common.c (warn_div_by_zero): New.
999         * c-common.h (warn_div_by_zero): New.
1000         * c-decl.c (c_decode_option): Take it on the command line.
1001         * c-typeck.c (build_binary_op): Warn about division by zero.
1002         * doc/invoke.texi: Document the new command line option, fix
1003         documentation of -Wmultichar.
1004         * testsuite/gcc.dg/divbyzero.c: New tests.
1005         * testsuite/gcc.dg/noncompile/20010524-1.c: Update.
1006
1007 Tue Oct 23 15:30:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
1008
1009         * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
1010
1011         * toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
1012         to avoid update_life_info call.
1013         * basic-block.h (CLEANUP_UPATE_LIFE): Define.
1014         * cfgcleanup.c (bb_flags): New enum.
1015         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
1016         (notice_new_block, update_forwarder_flag): New functions.
1017         (try_simplify_condjump): Use FORWARDER_BLOCK_P.
1018         (try_forward_edges): Likewise; update flags.
1019         (merge_blocks): Likewise.
1020         (outgoing_edges_match): Likewise.
1021         (try_crossjump_to_edge): Likewise.
1022         (try_optimize_cfg): Likewise; initialize and clear the flags;
1023         recompute life info if needed.
1024         (cleanup_cfg): No need to clear aux pointers.
1025
1026 2001-10-23  Alexandre Oliva  <aoliva@redhat.com>
1027
1028         * config/i386/i386.c (override_options): Default to minimum
1029         stack alignment when optimizing for code size.
1030         * doc/invoke.texi (-mpreferred-stack-boundary): Document the
1031         change.
1032
1033         * config/i386/i386.c (override_options): Set upper limit of
1034         -mpreferred-stack-boundary to 12.
1035
1036 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
1037
1038         * recog.c (peephole2_optimize): Add default case to switch.
1039
1040 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1041
1042         * doc/gcc.texi (Sending Patches): Remove.
1043
1044 2001-10-22  Hans-Peter Nilsson  <hp@bitrange.com>
1045
1046         * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
1047         fields when comparing.
1048
1049 2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1050
1051         * arm.h (HOST_INT, HOST_UINT): Delete.  Remove all uses.
1052         * arm.c (HOST_INT, HOST_UINT): Likewise.
1053
1054 2001-10-22  Stan Shebs  <shebs@apple.com>
1055
1056         * config/darwin-protos.h (darwin_exception_section): Declare.
1057         (darwin_eh_frame_section): Declare.
1058
1059 Mon Oct 22 18:21:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
1060
1061         * i386.md (movti_rex64): Fix mode.
1062
1063 2001-10-22  Stan Shebs  <shebs@apple.com>
1064
1065         * target.h (struct gcc_target): Add asm_out.exception_section,
1066         asm_out.eh_frame_section.
1067         * target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
1068         (TARGET_ASM_EH_FRAME_SECTION): New.
1069         (TARGET_INITIALIZER): Update.
1070         * output.h (default_exception_section): Declare.
1071         (default_eh_frame_section): Declare.
1072         * dwarf2out.c: Include target.h.
1073         (output_call_frame_info): Call target hook for eh frames.
1074         (default_eh_frame_section): New function.
1075         * except.c: Include target.h.
1076         (output_function_exception_table): Call target hook for exception
1077         section.
1078         * varasm.c (default_exception_section): Rename from
1079         exception_section, remove EXCEPTION_SECTION macro.
1080
1081         * config/darwin.h (darwin_eh_frame_section): New function.
1082         (EXCEPTION_SECTION): Remove.
1083         (TARGET_ASM_EXCEPTION_SECTION): Define.
1084         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
1085         (nextstep_exception_section): New function.
1086         (nextstep_eh_frame_section): New function.
1087         (TARGET_ASM_EXCEPTION_SECTION): Define.
1088         (TARGET_ASM_EH_FRAME_SECTION): Define.
1089
1090         * config/pa/som.h (EXCEPTION_SECTION): Remove.
1091         (TARGET_ASM_EXCEPTION_SECTION): Define.
1092         * config/rs6000/sysv4.h, config/rs6000/xcoff.h
1093         (EXCEPTION_SECTION): Remove.
1094         (TARGET_ASM_EXCEPTION_SECTION): Define.
1095         * config/stormy16/stormy16.h: Remove comments referencing
1096         EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
1097
1098         * doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
1099         TARGET_ASM_EH_FRAME_SECTION.
1100
1101 2001-10-22  Nick Clifton  <nickc@cambridge.redhat.com>
1102
1103         * config/mips/mips.md (mul_acc_si): Fix precedence of conditional
1104         terms.
1105
1106         * c-format.c: Fix spelling typo in comment.
1107
1108         * sched-int.h: Fix typo in GCC preamble.
1109
1110 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1111
1112         PR debug/4252
1113         * doc/invoke.texi: Remove references to -fdump-translation-unit.
1114
1115 2001-10-22  Richard Henderson  <rth@redhat.com>
1116
1117         * config/i386/i386.c (ix86_expand_clear): New.
1118         * config/i386/i386-protos.h: Declare it.
1119         * config/i386/i386.md (setcc peep2s): Use it.
1120         (movsi_xor): Unexport.
1121
1122 2001-10-22  Richard Henderson  <rth@redhat.com>
1123
1124         * flow.c (clear_log_links): Use free_INSN_LIST_list, not
1125         free_EXPR_LIST_list for LOG_LINKS.
1126
1127 2001-10-21  Robert Lipe  <robertlipe@usa.net>
1128
1129         * config/i386/i386.c (sco_asm_named_section): Delete.
1130         (sco_asm_out_constructor): Delete.
1131         * config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
1132         (ASM_OUTPUT_DOUBLE_INT): Likewise.
1133         (TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
1134         (TARGET_ASM_NAMED_SECTION): Use default for ELF.
1135         (EXCEPTION_SECTION): Delete EH scn renaming hack.
1136
1137 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1138
1139         * c-format.c (maybe_read_dollar_number): Use safe-ctype macros
1140         and/or fold extra calls into fewer ones.
1141         * collect2.c (dump_file): Likewise.
1142         * cppexp.c (parse_number): Likewise.
1143         * cpplex.c (_cpp_lex_direct): Likewise.
1144         * final.c (output_asm_insn, asm_fprintf): Likewise.
1145         * fix-header.c (inf_scan_ident, main): Likewise.
1146         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
1147         Likewise.
1148         * fold-const.c (real_hex_to_f): Likewise.
1149         * gen-protos.c (parse_fn_proto): Likewise.
1150         * genattrtab.c (check_attr_test, check_attr_value): Likewise.
1151         * genrecog.c (change_state, write_action): Likewise.
1152         * gensupport.c (shift_output_template): Likewise.
1153         * local-alloc.c (requires_inout): Likewise.
1154         * mips-tfile.c (IS_ASM_IDENT): Likewise.
1155         * protoize.c (is_id_char, main): Likewise.
1156         * real.c (asctoeg): Likewise.
1157         * recog.c (asm_operand_ok): Likewise.
1158         * reload.c (find_reloads): Likewise.
1159         * scan.c (scan_identget_token): Likewise.
1160         * sched-vis.c (print_value): Likewise.
1161         * stringpool.c (ggc_alloc_string): Likewise.
1162         * toplev.c (read_integral_parameter, decode_g_option): Likewise.
1163         * tradcif.y (parse_number, yylex, parse_escape): Likewise.
1164         * tradcpp.c (rescan): Likewise.
1165         * tree.c (clean_symbol_name): Likewise.
1166         * varasm.c (decode_reg_name): Likewise.
1167
1168         * alpha.h (ASM_OUTPUT_ASCII): Likewise.
1169         * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
1170         * dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
1171         * m88k.c (output_ascii): Likewise.
1172         * m88k.h (OVERRIDE_OPTIONS): Likewise.
1173         * mcore.h (REG_CLASS_FROM_LETTER): Likewise.
1174         * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
1175         * sh.h (REG_CLASS_FROM_LETTER): Likewise.
1176
1177 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1178
1179         * langhooks.c (lang_hook_default_do_nothing,
1180         lang_hook_default_decode_option): New defaults.
1181         * langhooks.h: Make hooks unconditional and non-NULL.
1182         * toplev.c (compile_file, toplev_main): Update.
1183         * toplev.h: Update comments.
1184         * objc/objc-act.c (lang_hooks): Update to new paradigm.
1185
1186 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1187
1188         * arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
1189
1190         * system.h (IN_RANGE): New macro.
1191
1192 2001-10-21  Zack Weinberg  <zack@codesourcery.com>
1193
1194         * aclocal.m4 (AM_WITH_NLS): Also create and substitute
1195         INTLDEPS variable, which does not include $LIBICONV.
1196         * Makefile.in: Use INTLDEPS in LIBDEPS.
1197         * configure: Regenerate.
1198
1199 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1200
1201         * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
1202         * cpplex.c (lex_percent, lex_dot): Remove.
1203         (get_effective_char, skip_block_comment, skip_line_comment,
1204         parse_identifier_slow, parse_number, parse_string, save_comment,
1205         _cpp_lex_direct): Update to do lookback freely.
1206         (IF_NEXT_IS, BACKUP): New macros.
1207         * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
1208         * cppmacro.c (paste_tokens): Update.
1209
1210 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
1211
1212         * doc/invoke.texi (i386 and x86-64 Options): Fix typo.
1213
1214 2001-10-20  Hans-Peter Nilsson  <hp@axis.com>
1215
1216         * reload1.c (reload): Check CONSTANT_P before calling
1217         LEGITIMATE_PIC_OPERAND_P.
1218         * config/cris/cris.c (cris_legitimate_pic_operand): Revert
1219         workaround of 2001-10-13.
1220
1221 Sat Oct 20 15:16:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
1222
1223         * i386.c (split_di): Handle splitting of DFmode.
1224
1225 Sat Oct 20 07:27:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1226
1227         * emit-rtl.c (set_mem_attributes): Alignment is in bits.
1228         (adjust_address_1, offset_address): Likewise.
1229
1230         * final.c (output_asm_operand_names): New fcn, from output_asm_insn.
1231         (output_asm_insn): Call it for each line output.
1232         Don't record an operand more than once.
1233
1234         * toplev.h (struct lang_hooks): HONOR_READONLY now bool.
1235         * main.c: Include config.h and system.h, but not ansidecl.h.
1236         * Makefile.in (main.o): Update accordingly.
1237
1238 Sat Oct 20 12:05:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
1239
1240         * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
1241
1242 Sat Oct 20 12:01:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
1243
1244         * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
1245         * cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
1246         Break out from ...
1247         (find_sub_basic_blocks): ... here;
1248         (find_many_sub_basic_blocks): New.
1249         * recog.c (split_all_insns): Update find_sub_basic_blocks call.
1250
1251         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
1252
1253         * i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
1254
1255         * i386.c (split_di, split_ti): Revamp to use simplify_subreg.
1256
1257         * timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
1258         * flow.c (update_life_info): Measure time.
1259         * c-decl.c: Include timevar.h
1260         (c_expand_body): Measure time.
1261         * toplev.c (rest_of_compilation): Measure time of mode switching
1262         separately.
1263         * Makefile.in (c-decl.o, cfgcleanup.o): Add dependency.
1264
1265         * toplev.c (flag_asynchronous_unwind_tables): New global variable.
1266         (lang_independent_options): Add asynchronous-unwind-tables
1267         (toplev_main): flag_asynchronous_unwind_tables implies
1268         flag_unwind_tables.
1269         * flags.h (flag_asynchronous_unwind_tables): Declare.
1270         * dwarf2out.c (dwarf2out_stack_adjust): Take into account
1271         flag_asynchronous_unwind_tables.
1272         (output_call_frame_info): Likewise.
1273         * invoke.texi (-fasynchronous-unwind-tables): Document.
1274         * i386.c (optimization_options): Enable
1275         flag_asynchronous_unwind_tables.
1276
1277         * i386.c (ix86_expand_setcc):  Always expect target to be QImode.
1278         * i386.md (s* expanders): Destination is QImode.
1279
1280         * toplev.c (rest_of_compilation): Do not call clear_log_links.
1281         * rtl.h (clear_log_links): Kill.
1282         * flow.c (clear_log_links): Make static; accept blocks parameter;
1283         do no clear life info.
1284         (update_life_info): Call clear_log_links.
1285
1286         * cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
1287
1288 2001-10-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1289
1290         * cpplex.c (handle_newline, skip_escaped_newlines,
1291         get_effective_char, skip_block_comment, skip_line_comment,
1292         parse_identifier_slow, parse_number, parse_string,
1293         _cpp_lex_direct): Update to do more stepping back.
1294         (trigraph_ok): Similarly.  Rename trigraph_p.
1295         (SAVE_STATE, RESTORE_STATE): Remove.
1296         (BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.
1297
1298         * cpplib.c (destringize): Rename destringize_and_run, and
1299         call run_directive directly.
1300         (_cpp_do__Pragma): Simplify.
1301
1302 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1303
1304         * pe.c (arm_pe_unique_section): Const-ify.
1305         * pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
1306         (switch_to_section): Add static prototype.
1307
1308         * output.h (drectve_section): Prototype.
1309
1310 2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1311
1312         * config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
1313         fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
1314         parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
1315         i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
1316         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
1317         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
1318         i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
1319         i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
1320         i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
1321         i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
1322         i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
1323         i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
1324         ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
1325         mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
1326         powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
1327         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
1328         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
1329         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
1330         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
1331         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
1332         rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
1333         sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
1334         v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
1335         cris-*-none, cris-*-linux*: Update ${tmfile} list.
1336         (c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
1337         i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
1338         mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
1339         powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
1340         v850-*-*): Delete superflous ${cpu_type} setting.
1341         * config/linux.h: Delete svr4.h include.
1342         (SET_ASM_OP): Delete.
1343         * config/netware.h (INT_ASM_OP): Undef before define.
1344         * config/ptx4.h: Delete elfos.h include.
1345         (PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
1346         * config/svr4.h: Delete elfos.h include. Update commentary.
1347         * config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
1348         config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
1349         config/mn10200/mn10300.h, config/stormy16/stormy16.h,
1350         config/v850/v850.h: Delete svr4.h include.
1351         * config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
1352         config/m68k/m68kv4.h, config/m88k/sysv4.h,
1353         config/sparc/sysv4.h: Update includes.
1354         * config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
1355         config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
1356         config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
1357         config/m88k/dguxbcs.h: Delete includes.
1358         * config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
1359         (PREFERRED_DEBUGGING_TYPE): Undef before defining it.
1360         * config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
1361         it.
1362         * config/m88k/dgux.h: Delete include.
1363         (SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
1364         defining it.
1365         * config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
1366         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
1367         * config/sh/elf.h: Update include.
1368         (SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
1369         DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
1370
1371 2001-10-19  Catherine Moore  <clm@redhat.com>
1372
1373         * config/stormy16/stormy-abi:  Updates to varargs descriptions.
1374         * config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
1375         base and count fields.
1376         (stormy16_expand_builtin_va_start):  last_reg_count changed to
1377         size_of_reg_args.  Use count + size in first comparison.
1378
1379 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1380
1381         * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
1382         * toplev.h (struct lang_hooks): New field HONOR_READONLY.
1383         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
1384         TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
1385         Set alignment from type if INDIRECT_REF.
1386         (adjust_address_1, offset_address): Simplify alignment compuitation.
1387         * expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
1388         here; done by set_mem_attributes.
1389
1390 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1391
1392         * Makefile.in (rtlanal.o): Depend on $(TM_P_H).
1393         * arm-protos.h (rdata_section, zero_init_section, common_section):
1394         Prototype.
1395         * arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
1396         * avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
1397         traditional mode stringification.
1398         * function.c (thread_prologue_and_epilogue_insns): Wrap variable
1399         in macros controling its use.
1400         * rtlanal.c: Include tm_p.h.
1401         * varasm.c (asm_output_aligned_bss): Mark parameter with
1402         ATTRIBUTE_UNUSED.
1403         (assemble_constant_align, assemble_start_function, assemble_align,
1404         assemble_variable, assemble_trampoline_template,
1405         output_constant_def_contents): Wrap potentially empty if-stmt body
1406         in brackets.
1407
1408 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1409
1410         * a29k-protos.h (literal_section): Prototype.
1411         * a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
1412         * a29k.md: Ensure function pointers are prototyped.
1413         * genattrtab.c (write_eligible_delay): Mark parameter with
1414         ATTRIBUTE_UNUSED.
1415
1416 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1417
1418         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
1419         * 1750a.c (print_operand): Fix format specifier warning.
1420         * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
1421         * 1750a.md: Likewise.
1422         * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
1423         * genemit.c (output_add_clobbers): Mark parameter with
1424         ATTRIBUTE_UNUSED.
1425         * genrecog.c (write_subroutine): Likewise.
1426         * integrate.c (expand_inline_function): Delete unused variable.
1427         * varasm.c (remove_from_pending_weak_list): Wrap with
1428         ASM_WEAKEN_LABEL.
1429
1430 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
1431
1432         * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
1433         field is different to previous argument's neg field.
1434
1435         * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
1436
1437 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1438
1439         * final.c (get_decl_from_op): New function.
1440         (output_asm_insn): Call it; write "*" when item with decl is address.
1441
1442 2001-10-19  Janis Johnson  <janis187@us.ibm.com>
1443
1444         * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
1445         about 64-bit support from the 3.0_branch version.
1446
1447 2001-10-19  Zack Weinberg  <zack@codesourcery.com>
1448
1449         * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
1450         USE_INCLUDED_LIBINTL when appropriate.
1451         * configure, config.in: Regenerate.
1452         * Makefile.in (datadir): Set to @datadir@.
1453         (intl.o): Also depend on $(CONFIG_H) and system.h.
1454
1455         * intl.c: Factor out common gettext initialization sequence.
1456         (gcc_init_libintl):  New function.
1457         * intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
1458         otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
1459         off NLS.  Add multiple include guard.  No need to #ifdef-guard
1460         an #undef.  Prototype gcc_init_libintl here.
1461
1462         * collect2.c (main), cppmain.c (general_init), gcc.c (main),
1463         gcov.c (main), protoize.c (main), toplev.c (toplev_main):
1464         Use gcc_init_libintl.
1465
1466 2001-10-19  Catherine Moore  <clm@redhat.com>
1467
1468         * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
1469
1470         * config/stormy16/stormy16.c (stormy16_split_move):  Make
1471         sure that REG_INC notes are present for auto_inc operands.
1472
1473 2001-10-19  Andreas Jaeger  <aj@suse.de>
1474
1475         * configure: Regenerated.
1476         * configure.in: Add x86_64 to switch statements.
1477
1478 2001-10-18  Richard Henderson  <rth@redhat.com>
1479
1480         * config/alpha/alpha.md (sibcall_osf_1): Load destination
1481         address into $27 explicitly.
1482         (sibcall_value_osf_1): Likewise.
1483
1484 Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1485
1486         * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
1487         (offset_address): New function.
1488         (free_emit_status): Free regno_decl.
1489         (init_emit): Pass proper number of elements to xcalloc.
1490         Allocate regno_decl.
1491         (mark_emit_status): Mark regno_decl values.
1492         * expr.c (highest_pow2_factor): New function.
1493         (expand_assigment): Use it and offset_address.
1494         Properly handle ptr_mode vs. Pmode in offset calculation.
1495         (store_constructor, expand_expr_unaligned): Likewise.
1496         (expand_expr, case COMPONENT_EXPR): Likewise.
1497         * expr.h (offset_address): New decl.
1498         * function.h (struct emit_status): Add regno_decl.
1499         (REGNO_DECL): New macro.
1500         * final.c (output_asm_name): Move in file and don't conditionalize
1501         on flag_print_asm_name.
1502         (output_asm_insn): Only call output_asm_name if flag_print_asm_name.
1503         Output names of operands, if known.
1504         * function.c (assign_parms): Set REGNO_DECL.
1505         * integrate.c (integrate_decl_tree): Likewise.
1506         * stmt.c (expand_decl): Likewise.
1507         * regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
1508
1509 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
1510
1511         * attribs.c (handle_noinline_attribute): New function.
1512         (handle_used_attribute): Likewise.
1513         (c_common_attribute_table): Added noinline and used.
1514         * doc/extend.texi (Function Attributes): Document them.
1515         * c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
1516         Warn when merging inline with attribute noinline.
1517         (start_decl, start_function): Warn if inline and attribute
1518         noinline appear in the same declaration.
1519
1520 2001-10-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1521
1522         * config.gcc: Update c4x and i370 for C front end-specific
1523         dependencies.
1524         * config/c4x/c4x-c.c: New.
1525         * config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
1526         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
1527         New declarations.
1528         * config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
1529         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
1530         Make extern.
1531         (c4x_init_pragma): Remove.
1532         (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
1533         c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
1534         c4x_pr_ignored): Move to c4x-c.c.
1535         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
1536         * config/c4x/t-c4x: Update.
1537         * config/i370/i370-c.c: New.
1538         * config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
1539         (i370_pr_map): Move to i370-c.c.
1540         * config/i370/t-i370: New.
1541
1542         * doc/tm.texi: Update.
1543
1544 2001-10-17  Stan Shebs  <shebs@apple.com>
1545
1546         * config/rs6000/rs6000.c: Make assorted mechanical formatting and
1547         typo fixes throughout.
1548         (machopic_output_stub): Remove some dead code.
1549
1550 2001-10-17  Richard Earnshaw <rearnsha@arm.com>
1551
1552         * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
1553         leak.
1554
1555 Wed Oct 17 05:26:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1556
1557         * Makefile.in (print-rtl.o): Depend on TREE_H.
1558         * alias.c (get_alias_set): Make two passes over objects to first
1559         see if inner object is access via restricted pointer.
1560         Defer allocating alias set for restricted pointer until here.
1561         Call find_placeholder with second arg nonzero.
1562         Minor cleanups.
1563         * c-common.c (c_apply_type_quals_to_decl): Defer getting alias
1564         set for restricted pointer types.
1565         * emit-rtl.c (set_mem_attributes): Set more attributes.
1566         (set_mem_align, change_address, adjust_address_1): New functions.
1567         (change_address_1): Now static.
1568         (adjust_address, adjust_address_nv): Deleted.
1569         (replace_equiv_address): Call change_address_1.
1570         * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
1571         (find_placeholder): Get starting point from PLIST arg.
1572         (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
1573         * expr.h (set_mem_align, change_address, adjust_address_1): New decls.
1574         (adjust_address, adjust_address_nv): New macros.
1575         * print-rtl.c (tree.h): New include.
1576         (print_rtx, case MEM): Print all memory attributes.
1577
1578 2001-10-17  Richard Henderson  <rth@redhat.com>
1579
1580         * config/alpha/alpha.c (direct_call_operand): Don't fall off end.
1581
1582 2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
1583
1584         * c-tree.texi: Eliminate duplicated word.
1585         * cpp.texi: Likewise.
1586         * install.texi: Likewise.
1587         * invoke.texi: Likewise.
1588         * tm.texi: Likewise.
1589
1590 2001-10-17  Michael Collison  <collison@isisinc.net>
1591
1592         * dsp16xx.c: Fix comment formatting to match GNU standards.
1593         (dsp16xx_output_function_prologue): Change type of 'size'
1594         parameter from 'int' to HOST_WIDE_INT.
1595         (dsp16xx_output_function_epilogue): Change type of 'size'
1596         parameter from 'int' to HOST_WIDE_INT.
1597
1598 2001-10-16  Richard Henderson  <rth@redhat.com>
1599
1600         * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
1601         * configure, config.in: Rebuild.
1602
1603         * config/i386/i386.c (ix86_output_addr_vec_elt): New.
1604         (ix86_output_addr_diff_elt): New.
1605         * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
1606         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1607         (JUMP_TABLES_IN_TEXT_SECTION): New.
1608         * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
1609         * config/i386/i386-protos.h: Update.
1610
1611         * config/i386/386bsd.h, config/i386/beos-elf.h,
1612         config/i386/freebsd-aout.h, config/i386/freebsd.h,
1613         config/i386/i386-interix.h, config/i386/i386elf.h,
1614         config/i386/linux.h, config/i386/netbsd-elf.h,
1615         config/i386/netbsd.h, config/i386/openbsd.h,
1616         config/i386/ptx4-i.h, config/i386/rtemself.h,
1617         config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
1618         (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
1619
1620 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
1621
1622         * stmt.c (expand_asm_operands): Update commentary.
1623
1624 2001-10-16  Stan Shebs  <shebs@apple.com>
1625
1626         * config/darwin.h (GCC_NAME): Remove, no longer used.
1627         (NO_MATH_LIBRARY): Ditto.
1628         (MATH_LIBRARY): Define to emptiness.
1629         (DWARF2_DEBUGGING_INFO): Define.
1630         (PREFERRED_DEBUGGING_TYPE): Define.
1631         (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
1632         (EXCEPTION_SECTION): Define.
1633         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
1634         * config/darwin.c (darwin_encode_section_info): Handle case of
1635         DECL_INITIAL being error_mark_node.
1636
1637 2001-10-16  Richard Henderson  <rth@redhat.com>
1638
1639         * alpha.c (current_file_function_operand): Don't fail for profiling.
1640         (direct_call_operand): New.
1641         * alpha-protos.h: Declare it.
1642         * alpha.h (EXTRA_CONSTRAINT): Use it.
1643         (PREDICATE_CODES): Add it.
1644         (ASM_OUTPUT_MI_THUNK): Remove.
1645         * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
1646         * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
1647
1648 2001-10-16  Krister Walfridsson  <cato@df.lth.se>
1649
1650         * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
1651         (JUMP_TABLES_IN_TEXT_SECTION): Define.
1652
1653 Wed Oct 17 00:21:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
1654
1655         * cfg.c (free_edge): Break out from ....
1656         (remove_edge): ... here.
1657         (clear_edges): Use free_edge.
1658
1659         * att.h (ASM_QUAD): Add comment.
1660         * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
1661
1662 Wed Oct 17 00:01:02 CEST 2001  Jan Hubicka  <jh@suse.cz>
1663
1664         * i386.c (split_ti): New function.
1665         (ix86_split_to_parts): Support TImodes.
1666         * i386.h (VALID_INT_MODE_P): Add TImode.
1667         * i386.md (movdi splitter): Fix.
1668         (movti): Support 64bit integer registers.
1669         (movti_rex64): New function and splitter.
1670
1671         * i386.c (*_cost): Add movsx/movzx cost.
1672         * i386.h (struct processor_costs): Add movsx/movzx fields.
1673         (RTX_COSTS): Handle zero/sign extend + avoid believing that
1674         64bit operations require split on 64bit machine.
1675         (CONST_COST): Make large 64bit constants expensive on 64bit compilation.
1676
1677         * i386.c (ix86_setup_incoming_varargs): Fix mode of PLUS.
1678         (ix86_expand_move): Avoid pushes of memory if size does not match;
1679         move long constants to register.
1680         (x86_initialize_trampoline): Fix mode.
1681         * i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
1682         Use ASM_QUAD on 64bit.
1683         * i386.md (test pattern): Disallow impossible constants.
1684         (tablejump PIC expander): Fix emitting of sum.
1685         (movdicc_rex64): Rename to movdicc.
1686         * linux64.h (LINK_SPEC): Add missing '%'.
1687
1688 2001-10-16  Alexandre Oliva  <aoliva@redhat.com>
1689
1690         * tree-inline.c (inlinable_function_p): Leave it up to the
1691         front-end to turn -finline-functions into DECL_INLINE set for all
1692         functions.
1693
1694 2001-10-16  Stan Shebs  <shebs@apple.com>
1695
1696         * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
1697
1698 2001-10-16  Alan Modra  <amodra@bigpond.net.au>
1699
1700         * recog.c: Formatting and comment typo fixes.
1701
1702         * configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
1703         version in single tree build.
1704         * configure: Regenerate.
1705
1706 2001-10-15  David Edelsohn  <edelsohn@gnu.org>
1707
1708         * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
1709         MODE arguments to gen_rtx and compare operand with const0_rtx.
1710
1711 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1712
1713         * system.h: Poison old unused target macros.
1714         * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
1715         * config/stormy16/stormy16.c: Update references to obsolete macros.
1716         * config/stormy16/stormy16.h: Similarly.
1717         * config/stormy16/stormy16.md: Similarly.
1718         * config/cris/cris.h: Similarly.
1719
1720 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1721
1722         * cpplib.c (struct pragma_entry): Store the name as a hashnode.
1723         (lookup_pragma_entry, insert_pragma_entry, do_pragma,
1724         cpp_register_pragma): Update accordingly.
1725
1726 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
1727
1728         * c-pragma.h (cpp_register_pragma_space): Remove.
1729         * cpplib.h (cpp_register_pragma_space): Remove.
1730         * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
1731         (cpp_register_pragma_space): Remove.
1732         (cpp_register_pragma): Simplify using lookup_pragma_entry,
1733         add sanity checks.
1734         (do_pragma): Similarly.
1735         (_cpp_init_internal_pragmas): Don't register namespaces.
1736
1737         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
1738         Don't register namespaces.
1739         * cp/lex.c (init_cp_pragma): Similarly.
1740         * doc/tm.texi: Update.
1741
1742 2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1743
1744         PR c/4157
1745         * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
1746
1747 2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
1748
1749         * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
1750         add scheduling support.
1751         * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
1752         * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
1753         * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
1754
1755
1756 2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
1757
1758         * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
1759         missing CONSTANT_P test in core GCC.
1760
1761 2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1762
1763         * cppmain.c (struct printer): New member source.
1764         (scan_translation_unit): Fix spacing at start of lines.
1765         (cb_line_change): Update.
1766
1767         * gcc.dg/cpp/spacing2.c: New test.
1768
1769 2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
1770
1771         * config/cris/arit.c: Use __builtin_labs, not abs.
1772
1773         * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
1774
1775         * config/cris/cris.c (cris_target_asm_function_epilogue): Move
1776         misplaced sprintf and fprintf argument.
1777
1778 2001-10-12  Zack Weinberg  <zack@codesourcery.com>
1779
1780         * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
1781         * configure.in, Makefile.in: Take out obsolete check-po logic.
1782         * configure, config.in: Regenerate.
1783
1784 2001-10-12  Ziemowit Laski  <zlaski@apple.com>
1785
1786         * objc/objc-act.c (finish_objc): Correct precondition for emitting
1787         symtab declarations.
1788
1789 2001-10-12  Stan Shebs  <shebs@apple.com>
1790
1791         * config/rs6000/rs6000.c: Remove uses of "register" specifier in
1792         declarations of arguments and local variables.
1793
1794 2001-10-12  Christopher Faylor  <cgf@redhat.com>
1795
1796         * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
1797         ENDFILE_SPEC definition.
1798
1799 2001-10-12  Kazu Hirata  <kazu@hxi.com>
1800
1801         * gthr-dce.h: Fix comment formatting.
1802         * gthr-posix.h: Likewise.
1803         * gthr-single.h: Likewise.
1804         * gthr-solaris.h: Likewise.
1805         * gthr-vxworks.h: Likewise.
1806         * gthr-win32.h: Likewise.
1807
1808 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1809
1810         * final.c (output_asm_insn): Make sure assembly dialects are
1811         terminated, not nested.  Output `|' and `}' characters if they
1812         don't appear inside assembly dialect selection.
1813         * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
1814         rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
1815         rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
1816         strsetsi_rex_1): Add {} braces.
1817
1818 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
1819
1820         * toplev.c (compile_file): Ignore return value from yyparse.
1821         Always pop any nested binding levels after yyparse returns.
1822
1823 2001-10-11  Richard Henderson  <rth@redhat.com>
1824
1825         * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
1826
1827 2001-10-11  Richard Henderson  <rth@redhat.com>
1828
1829         * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
1830         fall back to add_AT_long_long for large CONST_INT.
1831
1832 2001-10-11  Richard Henderson  <rth@redhat.com>
1833
1834         * config/i386/i386.md (setcc splitters): Add four splitters to
1835         simplify compound compares that simplify_comparison can't handle.
1836
1837 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
1838
1839         * cpplex.c (digraph_spellings, token_spellings): Make static.
1840
1841 2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1842
1843         * unroll.c (loop_iterations): Fixup last patch.
1844
1845 2001-10-11  Richard Henderson  <rth@redhat.com>
1846
1847         * rtl.h (REG_VTABLE_REF): New.
1848         * rtl.c (reg_note_name): Add it.
1849         * combine.c (distribute_notes): Handle it.
1850         * final.c (final_scan_insn): Handle it.
1851         * tree.def (VTABLE_REF): New.
1852         * expr.c (expand_expr): Handle it.
1853         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
1854         * output.h: Declare them.
1855
1856 2001-10-11  Richard Henderson  <rth@redhat.com>
1857
1858         * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
1859         for a DECL_INITIAL.
1860
1861 2001-10-11  David Edelsohn  <edelsohn@gnu.org>
1862
1863         * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
1864         available in 64-bit mode.
1865
1866 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
1867
1868         * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
1869         cris-*-linux* cases.
1870         * config/cris/cris-protos.h: New file.
1871         * config/cris/cris.c: New file.
1872         * config/cris/cris.h: New file.
1873         * config/cris/cris.md: New file.
1874         * config/cris/linux.h: New file.
1875         * config/cris/aout.h: New file.
1876         * config/cris/arit.c: New file.
1877         * config/cris/cris_abi_symbol.c: New file.
1878         * config/cris/mulsi3.asm: New file.
1879         * config/cris/t-aout: New file.
1880         * config/cris/t-cris: New file.
1881         * config/cris/t-elfmulti: New file.
1882         * config/cris/t-linux: New file.
1883         * doc/invoke.texi: Add CRIS options.
1884         * doc/install.texi (Specific): Add blurb for CRIS.
1885
1886 2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
1887
1888         * config/float-i128.h: Make sure __STDC__VERSION__ is defined
1889         before using it.
1890         * config/float/i32.h: Likewise.
1891         * config/float-i386.h: Likewise.
1892         * config/float-i64.h: Likewise.
1893         * config/float-m68k.h: Likewise.
1894         * config/float-sh.h: Likewise.
1895         * config/float-sparc.h: Likewise.
1896
1897 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
1898
1899         * doc/contrib.texi: Add note about CRIS port to my entry.
1900
1901 2001-10-11  Kazu Hirata  <kazu@hxi.com>
1902
1903         * basic-block.h: Fix formatting.
1904         * bitmap.h: Likewise.
1905         * cpplib.h: Likewise.
1906         * c-tree.h: Likewise.
1907         * diagnostic.h: Likewise.
1908         * flags.h: Likewise.
1909         * ggc.h: Likewise.
1910         * longlong.h: Likewise.
1911         * real.h: Likewise.
1912         * reload.h: Likewise.
1913         * rtl.h: Likewise.
1914         * tree.h: Likewise.
1915
1916 2001-10-10  Richard Henderson  <rth@redhat.com>
1917
1918         * c-parse.in (asm_operand): Allow named operands.
1919         * genconfig.c (max_recog_operands): Set to 29.
1920         * local-alloc.c (requires_inout): Skip multiple digits.
1921         * recog.c (asm_operand_ok): Likewise.
1922         (preprocess_constraints): Use strtoul for matching constraints.
1923         (constrain_operands): Likewise.
1924         * regmove.c (find_matches): Likewise.
1925         * reload.c (find_reloads): Likewise.
1926         * stmt.c (parse_output_constraint): Don't reject in-out
1927         constraint on operands > 9.  Reject '[' in constraint.
1928         (expand_asm_operands): Handle named operands.  Use strtoul
1929         for matching constraints.
1930         (check_operand_nalternatives): Split out from expand_asm_operands.
1931         (check_unique_operand_names): New.
1932         (resolve_operand_names, resolve_operand_name_1): New.
1933
1934         * doc/extend.texi (Extended Asm): Document named operands.
1935         * doc/md.texi (Simple Constraints): Document matching constraints
1936         on operands > 9.
1937
1938 2001-10-10  Richard Henderson  <rth@redhat.com>
1939
1940         * combine.c (try_combine): Handle a SEQUENCE of one insn.
1941
1942         * i386.c (test splitter): Narrow tests vs paradoxical subregs.
1943         (jcc splitters): Add two splitters to simplify compound compares
1944         that simplify_comparison can't handle.
1945
1946 2001-10-10  Richard Henderson  <rth@redhat.com>
1947
1948         * langhooks.c: Include langhooks.h.
1949         * Makefile.in (langhooks.o): Depend on it.
1950
1951 Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
1952
1953         * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
1954         should not be considered as a no-op.
1955         * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
1956
1957 2001-10-10  Stan Shebs  <shebs@apple.com>
1958
1959         * alias.c: Remove uses of "register" specifier in declarations
1960         of arguments and local variables.
1961         * c-common.c: Ditto.
1962         * c-convert.c: Ditto.
1963         * c-decl.c: Ditto.
1964         * c-format.c: Ditto.
1965         * c-semantics.c: Ditto.
1966         * c-typeck.c: Ditto.
1967         * caller-save.c: Ditto.
1968         * calls.c: Ditto.
1969         * cfg.c: Ditto.
1970         * cfgbuild.c: Ditto.
1971         * cfgrtl.c: Ditto.
1972         * collect2.c: Ditto.
1973         * combine.c: Ditto.
1974         * convert.c: Ditto.
1975         * cppexp.c: Ditto.
1976         * cppfiles.c: Ditto.
1977         * cse.c: Ditto.
1978         * dbxout.c: Ditto.
1979         * defaults.h: Ditto.
1980         * df.c: Ditto.
1981         * dwarf2out.c: Ditto.
1982         * dwarfout.c: Ditto.
1983         * emit-rtl.c: Ditto.
1984         * explow.c: Ditto.
1985         * expmed.c: Ditto.
1986         * expr.c: Ditto.
1987         * final.c: Ditto.
1988         * fix-header.c: Ditto.
1989         * floatlib.c: Ditto.
1990         * flow.c: Ditto.
1991         * fold-const.c: Ditto.
1992         * function.c: Ditto.
1993         * gcc.c: Ditto.
1994         * gcse.c: Ditto.
1995         * gen-protos.c: Ditto.
1996         * genattrtab.c: Ditto.
1997         * gencheck.c: Ditto.
1998         * genconfig.c: Ditto.
1999         * genemit.c: Ditto.
2000         * genextract.c: Ditto.
2001         * genflags.c: Ditto.
2002         * gengenrtl.c: Ditto.
2003         * genoutput.c: Ditto.
2004         * genpeep.c: Ditto.
2005         * genrecog.c: Ditto.
2006         * gensupport.c: Ditto.
2007         * global.c: Ditto.
2008         * gmon.c: Ditto.
2009         * graph.c: Ditto.
2010         * haifa-sched.c: Ditto.
2011         * hard-reg-set.h: Ditto.
2012         * hash.c: Ditto.
2013         * integrate.c: Ditto.
2014         * jump.c: Ditto.
2015         * lists.c: Ditto.
2016         * local-alloc.c: Ditto.
2017         * loop.c: Ditto.
2018         * mips-tdump.c: Ditto.
2019         * mips-tfile.c: Ditto.
2020         * optabs.c: Ditto.
2021         * prefix.c: Ditto.
2022         * print-rtl.c: Ditto.
2023         * read-rtl.c: Ditto.
2024         * real.c: Ditto.
2025         * recog.c: Ditto.
2026         * reg-stack.c: Ditto.
2027         * regclass.c: Ditto.
2028         * regmove.c: Ditto.
2029         * reload.c: Ditto.
2030         * reload1.c: Ditto.
2031         * reorg.c: Ditto.
2032         * resource.c: Ditto.
2033         * rtl.c: Ditto.
2034         * rtlanal.c: Ditto.
2035         * scan.c: Ditto.
2036         * sched-deps.c: Ditto.
2037         * sched-rgn.c: Ditto.
2038         * sdbout.c: Ditto.
2039         * simplify-rtx.c: Ditto.
2040         * stmt.c: Ditto.
2041         * stor-layout.c: Ditto.
2042         * toplev.c: Ditto.
2043         * tradcif.y: Ditto.
2044         * tradcpp.c: Ditto.
2045         * tree.c: Ditto.
2046         * unroll.c: Ditto.
2047         * varasm.c: Ditto.
2048         * xcoffout.c: Ditto.
2049
2050 2001-10-10  Richard Henderson  <rth@redhat.com>
2051
2052         * rtl.h (can_reverse_comparison_p): Remove.
2053
2054 2001-10-10  Christopher Faylor <cgf@redhat.com>
2055
2056         * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
2057         used.
2058
2059 2001-10-10  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2060
2061         * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
2062         (Thanks to Chris Faylor for suggesting macro name).
2063         (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
2064         WIN32 defines.
2065         (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
2066         (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
2067         (MATH_LIBRARY): Undef before definition.
2068         (OUTPUT_QUOTED_STRING): Likewise.
2069         * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
2070
2071 2001-10-10  Richard Henderson  <rth@redhat.com>
2072
2073         * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
2074         (fde_unencoded_compare): Likewise.  Don't use subtraction to get
2075         a tristate comparison value.
2076         (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
2077
2078 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2079
2080         PR c++/4512
2081         * unroll.c (loop_iterations): Ignore insns generated by loop
2082         unrolling.
2083
2084         * config.gcc (mips*-*-gnu*): Delete support.
2085         * config/mips/gnu.h: Remove.
2086
2087 2001-10-10  Kazu Hirata  <kazu@hxi.com>
2088
2089         * calls.c: Fix formatting.
2090         * c-decl.c: Likewise.
2091         * cfgcleanup.c: Likewise.
2092         * combine.c: Likewise.
2093         * cppfiles.c: Likewise.
2094         * cpplib.c: Likewise.
2095         * cppmacro.c: Likewise.
2096         * crtstuff.c: Likewise.
2097         * cse.c: Likewise.
2098         * dwarf2out.c: Likewise.
2099         * expmed.c: Likewise.
2100         * expr.c: Likewise.
2101         * fold-const.c: Likewise.
2102         * function.c: Likewise.
2103         * gcse.c: Likewise.
2104         * genattrtab.c: Likewise.
2105         * ggc-page.c: Likewise.
2106         * integrate.c: Likewise.
2107         * libgcc2.c: Likewise.
2108         * loop.c: Likewise.
2109         * optabs.c: Likewise.
2110         * profile.c: Likewise.
2111         * protoize.c: Likewise.
2112         * real.c: Likewise.
2113         * recog.c: Likewise.
2114         * reload1.c: Likewise.
2115         * reload.c: Likewise.
2116         * reorg.c: Likewise.
2117         * resource.c: Likewise.
2118         * sched-rgn.c: Likewise.
2119         * sdbout.c: Likewise.
2120         * stmt.c: Likewise.
2121         * toplev.c: Likewise.
2122         * varasm.c: Likewise.
2123
2124 2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
2125
2126         * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
2127         * Makefile.in (langhooks.o): Add dependencies.
2128
2129 Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
2130
2131         * rs6000.c (rs6000_emit_load_toc_table): Don't
2132         strdup the toc label.
2133         (create_TOC_reference): Likewise.
2134
2135 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2136
2137         * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
2138         version default.
2139
2140 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2141
2142         * config/i386/i386.c (ix86_attribute_table): Correct
2143         min_len, max_len fields for dllimport, dllexport and shared.
2144
2145 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2146
2147         * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
2148         doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
2149         Consistently use "nonzero" instead of "non-zero".
2150
2151 2001-10-09  Kazu Hirata  <kazu@hxi.com>
2152
2153         * acconfig.h: Fix comment formatting.
2154         * c-dump.h: Likewise.
2155         * c-tree.h: Likewise.
2156         * conditions.h: Likewise.
2157         * expr.h: Likewise.
2158         * function.h: Likewise.
2159         * gthr.h: Likewise.
2160         * hwint.h: Likewise.
2161         * integrate.h: Likewise.
2162         * intl.h: Likewise.
2163         * loop.h: Likewise.
2164         * optabs.h: Likewise.
2165
2166 2001-10-09  Kazu Hirata  <kazu@hxi.com>
2167
2168         * c-common.h: Fix comment formatting.
2169         * c-dump.c: Likewise.
2170         * cfg.c: Likewise.
2171         * diagnostic.h: Likewise.
2172         * except.c: Likewise.
2173         * gcc.h: Likewise.
2174         * gcov-io.h: Likewise.
2175         * genattrtab.c: Likewise.
2176         * output.h: Likewise.
2177         * predict.h: Likewise.
2178         * reload1.c: Likewise.
2179         * reload.h: Likewise.
2180         * resource.h: Likewise.
2181         * scan.h: Likewise.
2182         * system.h: Likewise.
2183         * tree.h: Likewise.
2184         * tree-inline.c: Likewise.
2185         * tsystem.h: Likewise.
2186         * varasm.c: Likewise.
2187         * xcoffout.h: Likewise.
2188
2189 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2190
2191         * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
2192
2193 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2194
2195         * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
2196         config/i386/i386elf.h, config/i386/netbsd-elf.h,
2197         config/i386/netware.h, config/mcore/gfloat.h,
2198         config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
2199         config/netware.h, gccbug.in: Update FSF address.
2200
2201 2001-10-09  Kazu Hirata  <kazu@hxi.com>
2202
2203         * c-common.c: Fix comment typos.
2204         * cfgrtl.c: Likewise.
2205         * collect2.c: Likewise.
2206         * cpplex.c: Likewise.
2207         * doloop.c: Likewise.
2208         * dwarf2out.c: Likewise.
2209         * dwarfout.c: Likewise.
2210         * expr.c: Likewise.
2211         * fold-const.c: Likewise.
2212         * gcc.c: Likewise.
2213         * gcov.c: Likewise.
2214         * gcse.c: Likewise.
2215         * global.c: Likewise.
2216         * ifcvt.c: Likewise.
2217         * loop.c: Likewise.
2218         * optabs.c: Likewise.
2219         * protoize.c: Likewise.
2220         * regclass.c: Likewise.
2221         * reorg.c: Likewise.
2222         * rtl.h: Likewise.
2223         * stmt.c: Likewise.
2224         * tree.h: Likewise.
2225         * doc/cpp.texi: Likewise.
2226         * doc/c-tree.texi: Likewise.
2227         * doc/extend.texi: Likewise.
2228         * doc/invoke.texi: Likewise.
2229         * doc/objc.texi: Likewise.
2230         * doc/tm.texi: Likewise.
2231
2232 2001-10-08  Richard Henderson  <rth@redhat.com>
2233
2234         * varasm.c (set_named_section_flags): Initialize "declared".
2235
2236 2001-10-08  Robert Lipe  <robertlipe@usa.net>
2237
2238         * varasm.c (struct in_named_entry): Add declared.
2239         (named_section_first_declaration): New function.
2240         (default_elf_asm_named_section): Use it.
2241         * output.h (named_section_first_declaration): New.
2242
2243 2001-10-08  Richard Henderson  <rth@redhat.com>
2244
2245         * i386.md (movsi_xor): Export.
2246         (setcc peep2): Use it when available; add an alternative to
2247         match zero_extendhisi2_and.
2248
2249 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2250
2251         * romp-protos.h (romp_initialize_trampoline): New function.
2252         * romp.c (romp_initialize_trampoline): Likewise.
2253         * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
2254         romp_initialize_trampoline.
2255
2256 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2257
2258         * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
2259         * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
2260         * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
2261         * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
2262
2263 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2264
2265         * unroll.c (loop_iterations): Extend check for multiple back edges.
2266
2267 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
2268
2269         * langhooks.h: New file.
2270         * Makefile.in (OBJS): Added langhooks.o.
2271         (c-lang.o): Depend on langhooks.h.
2272         (c-common.o): Don't depend on tree-inline.h.
2273         (tree-inline.o): Depend on toplev.h.
2274         (langhooks.o): New rule.
2275         * c-common.c: Don't include tree-inline.h.
2276         (c_mark_lang_decl): Mark argument c as unused.
2277         (c_common_lang_init): Don't initialize hooks here.
2278         * c-lang.c: Include langhooks.h, then override some macros.
2279         (lang_hooks): Initialize with macros in langhooks.h.
2280         (c_init): Don't initialize hooks here.
2281         * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
2282         (struct lang_hooks): Add tree_inlining.  Refer to langhooks.h.
2283         * tree-inline.c: Include toplev.h.  Don't define hook variables.
2284         * tree-inline.h: Don't define hook types nor declare hook
2285         variables.  Move macros to...
2286         * langhooks.c: ... new file, as functions.  Adjust all callers.
2287
2288 2001-10-08  Jeffrey A Law  <law@cygnus.com>
2289
2290         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
2291         purge_mem_unchanging_flag on all instructions, not just on those
2292         before NOTE_INSN_FUNCTION_BEG.
2293
2294 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2295
2296         * cppmacro.c (_cpp_create_definition): Leave comments off.
2297
2298         * doc/cpp.texi: Update.
2299
2300 2001-10-08  DJ Delorie  <dj@redhat.com>
2301
2302         * c-decl.c (grokfield): Make sure the only unnamed fields
2303         we're allowing are either structs or unions.
2304         * doc/extend.texi: Add documentation for the unnamed field
2305         extension.
2306
2307 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
2308
2309         * aclocal.m4 (gcc_AC_PROG_GNAT): New.
2310         * configure.in: Use it.
2311         * configure: Regenerated.
2312         * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
2313         config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
2314
2315 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2316
2317         * cppfiles.c (open_file): Don't mark zero-length files
2318         never-reread here.  Don't output diagnostics here either.
2319         (stack_include_file): Mark them never-reread here.
2320         (_cpp_read_file): Update.
2321
2322 2001-10-08  Richard Henderson  <rth@redhat.com>
2323
2324         * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
2325
2326 2001-10-08  Richard Henderson  <rth@redhat.com>
2327
2328         * expr.c (store_expr): When converting a CONST_INT for storage
2329         in a SUBREG, convert it to both SUBREG modes before stripping
2330         the SUBREG.
2331
2332 2001-10-08  Richard Henderson  <rth@redhat.com>
2333
2334         * varasm.c (restore_varasm_status): New.
2335         * function.h: Declare it.
2336         * function.c (pop_function_context_from): Call it.
2337
2338 2001-10-08  Richard Henderson  <rth@redhat.com>
2339
2340         * c-common.h (struct c_lang_decl): Add declared_inline.
2341         * c-tree.h (DECL_DECLARED_INLINE_P): New.
2342         * c-lang.c (c_disregard_inline_limits): Use it.
2343         * c-decl.c (duplicate_decls): Likewise.
2344         (pushdecl, redeclaration_error_message): Likewise.
2345         (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
2346         (grokdeclarator): Likewise.  Set DECL_DECLARED_INLINE_P.
2347         Set DECL_INLINE if -finline-functions.
2348         (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
2349
2350 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2351
2352         * cppmacro.c (funlike_invocation_p): Move some logic to caller
2353         in enter_macro_context.  Create a padding token in its own context
2354         if necessary when the search for '(' fails.
2355         (enter_macro_context): Update.
2356
2357 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2358
2359         * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
2360         genmultilib, toplev.c: Fix spelling errors of "separate" as
2361         "seperate", and corresponding spelling errors of related words.
2362
2363 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2364
2365         * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
2366         * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
2367         Likewise.
2368         * c-dump.c (dump_option_value_info): Likewise.
2369         * c-format.c (format_length_info, format_char_info,
2370         format_flag_spec, format_flag_pair, format_kind_info): Likewise.
2371         * collect2.c (names): Likewise.
2372         * cppdefault.h (default_include): Likewise.
2373         * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
2374         * flow.c (life_analysis): Likewise.
2375         * gcc.c (dir_separator_str, modify_target, option_map,
2376         target_option_translations, spec_list_1, extra_specs_1,
2377         init_spec): Likewise.
2378         * gcov.c (gcov_version_string): Likewise.
2379         * genattr.c (write_units): Likewise.
2380         * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
2381         * gengenrtl.c (rtx_definition, defs): Likewise.
2382         * genrecog.c (pred_table): Likewise.
2383         * global.c (global_alloc): Likewise.
2384         * lcm.c (optimize_mode_switching): Likewise.
2385         * local-alloc.c (find_free_reg): Likewise.
2386         * params.h (param_info): Likewise.
2387         * predict.c (predictor_info): Likewise.
2388         * protoize.c (unexpansion_struct): Likewise.
2389         * real.c (bmask): Likewise.
2390         * recog.h (insn_operand_data, insn_data): Likewise.
2391         * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
2392         * stmt.c (expand_nl_goto_receiver): Likewise.
2393         * toplev.c (da, debug_args, lang_opt, documented_lang_options,
2394         target_switches, target_options): Likewise.
2395         * tradcif.y (token, tokentab2, yylex): Likewise.
2396         * tree.h (attribute_spec): Likewise.
2397
2398         * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
2399         Likewise.
2400         * arc.c (arc_output_function_epilogue): Likewise.
2401         * arm.c (processors, all_cores, all_architectures,
2402         arm_override_options, isr_attribute_arg, isr_attribute_args,
2403         arm_isr_value): Likewise.
2404         * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
2405         Likewise.
2406         * c4x.c (c4x_int_reglist): Likewise.
2407         * d30v.c (override_options): Likewise.
2408         * h8300.c (shift_insn): Likewise.
2409         * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
2410         pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
2411         ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
2412         builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
2413         ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
2414         * i386.h (processor_costs, ix86_cost): Likewise.
2415         * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
2416         * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
2417         * m68k.c (codes_68881, codes_FPA): Likewise.
2418         * m88k.c (mode_from_align, max_from_align, all_from_align,
2419         best_from_align, m_options): Likewise.
2420         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
2421         * mcore.c (mode_from_align): Likewise.
2422         * mips/elf64.h (UNIQUE_SECTION): Likewise.
2423         * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
2424         * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
2425         * mips.h (mips_regno_to_class): Likewise.
2426         * ns32k.c (scales): Likewise.
2427         * pa.c (import_string, magic_milli): Likewise.
2428         * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
2429         * sparc.c (leaf_reg_remap, sparc_override_options,
2430         reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
2431         Likewise.
2432         * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
2433
2434 2001-10-07  Dale Johannesen  <dalej@apple.com>
2435
2436         * reload1.c (reload_reg_free_p): Teach register interference
2437         checking that multiple output reloads are emitted in
2438         reverse order.
2439         reload1.c (reload_reg_reaches_end_p):  Ditto.
2440         reload1.c (reloads_conflict):  Ditto.
2441
2442 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2443
2444         * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
2445         NULL_TREE inside @code.
2446
2447 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2448
2449         * doc/gcc.texi: Document consistent style of "32-bit",
2450         "Objective-C", and "@code{NULL}".
2451
2452 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
2453
2454         * cpplex.c (enum spell_type): Add SPELL_NUMBER.
2455         (cpp_token_len, cpp_spell_token, cpp_output_token,
2456         _cpp_equiv_tokens): Handle it.
2457         * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
2458         CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
2459         * cppexp.c (_cpp_parse_expr): Use the correct operator code in
2460         error messages.
2461
2462 Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2463
2464         * gcc.c (default_compilers): Remove .ada.
2465
2466 2001-10-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2467
2468         * doc/cppinternals.texi: Update.
2469
2470 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
2471
2472         * gcc.c (main): Set this_file_error if the appropriate
2473         compiler for a language has not been installed.
2474
2475 2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
2476
2477         * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
2478
2479 2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2480
2481         * gccbug.in (CATEGORIES): Add ada.
2482
2483 2001-10-05  Catherine Moore  <clm@redhat.com>
2484
2485         * config/stormy16/stormy-abi:  Document abi changes.
2486         * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
2487         (ICALL_REGS): New register class.
2488         (NUM_ARGUMENT_REGISTERS): Now 6.
2489         (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
2490         in registers.
2491         (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
2492         * config/stormy16.md (call_internal, call_value_internal,
2493         indirect_jump): Use new 'z' constraint.
2494
2495 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2496
2497         * doc/cppinternals.texi: Update.
2498
2499 2001-10-05  Richard Henderson  <rth@redhat.com>
2500
2501         * dwarf2out.c (FRAME_BEGIN_LABEL): New.
2502         (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
2503         the gas section-name-as-label feature.
2504
2505 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2506
2507         * doc/cppinternals.texi: Update.
2508
2509 Fri Oct  5 08:17:46 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2510
2511         * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
2512         to ensure valid SImode constants.
2513
2514 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
2515
2516         * Makefile.in (c-decl.o): Depend on tree-inline.h.
2517         (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
2518         * c-decl.c: Include tree-inline.h.
2519         (c_expand_body): Call optimize_inline_calls. Determine whether
2520         a function is inlinable upfront, and only clear
2521         DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
2522         * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
2523         (c_disregard_inline_limits): New function.
2524         (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
2525         (c_post_options): Enable tree inlining if inlining is enabled.
2526         Don't inline trees when instrumenting functions.
2527         (c_init): Initialize lang_disregard_inline_limits and
2528         lang_cannot_inline_tree_fn.
2529         * tree-inline.c (initialize_inlined_parameters): Handle calls
2530         with fewer arguments than declared parameters, and fewer
2531         parameters than passed arguments.  Don't assume value is a
2532         DECL.
2533         (declare_return_variable): Convert return value back to the
2534         original type, if it was promoted.
2535         (tree_inlinable_function_p): New function.
2536         (inlinable_function_p): Don't look at DECL_INLINE if we're
2537         inlining all functions.  Make it work with a NULL id.
2538         Re-check DECL_UNINLINABLE after language-specific checks.
2539         * tree-inline.h (tree_inlinable_function_p): Declare it.
2540         * integrate.c (save_for_inline): Don't bother to prepare argvec
2541         when not inlining.
2542         * cse.c (check_for_label_ref): Don't check deleted labels.
2543
2544         * Makefile.in (tree-inline.o): Depend on newly-included headers.
2545         * tree-inline.c: Include headers needed for the functions moved in.
2546         (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
2547         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
2548         (copy_body, initialize_inlined_parameters): Likewise.
2549         (declare_return_variable, inlinable_function_p): Likewise.
2550         (expand_call_inline, expand_calls_inline): Likewise.
2551         (optimize_inline_calls, clone_body): Likewise.
2552         (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
2553         (copy_tree_r, remap_save_expr): Likewise.
2554
2555 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
2556
2557         * Makefile.in (OBJS): Added tree-inline.o.
2558         (c-common.o): Depend on tree-inline.h.
2559         (tree-inline.o): New target.
2560         * c-common.c: Include tree-inline.h.
2561         (c_mark_lang_decl): Don't mark saved_tree.
2562         (c_common_lang_init): Set lang_anon_aggr_type_p.
2563         * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
2564         (struct c_lang_decl): Moved saved_tree to tree_decl.
2565         * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
2566         * integrate.h (function_attribute_inlinable_p): Declare it.
2567         * integrate.c (function_attribute_inlinable_p): Export it.
2568         * tree-inline.c: New file.  Define variables declared in...
2569         * tree-inline.h: New file.  Declare functions to be moved to
2570         tree-inline.c.  Define macros and declare types and hooks for
2571         language-specific tree inlining.
2572         (flag_inline_trees): Moved definition from cp/decl2.c.
2573         * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
2574         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
2575         (struct tree_decl): Moved saved_tree from c_lang_decl and
2576         inlined_fns from C++'s lang_decl.
2577
2578 2001-10-04  Loren J. Rittle  <ljrittle@acm.org>
2579
2580         * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
2581         propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
2582
2583 2001-10-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2584
2585         * doc/cppinternals.texi: Update.
2586
2587 2001-10-04  Eric Christopher  <echristo@redhat.com>
2588
2589         * config/mips/mips.c (init_cumulative_args): Remember to set
2590         cum->prototype.
2591         * config.gcc: Redo linux configuration. Add target_cpu_default
2592         of soft-float to all mipsisa32 combinations and tx39.
2593         * config/mips/linux.h: Remove include of mips.h.
2594
2595 2001-10-03  Loren J. Rittle  <ljrittle@acm.org>
2596
2597         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
2598         HOST_LDFLAGS and HOST_CPPFLAGS.
2599
2600 2001-10-03  Ziemowit Laski  <zlaski@apple.com>
2601
2602         * c-parse.in (objc_inherit_code, objc_pq_context,
2603         objc_public_flag): Make static.
2604         (objc_interface_context, objc_implementation_context,
2605         objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
2606         global tree array in objc/objc-act.[ch].
2607         (methoddef): Remove unnecessary code.
2608
2609         * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
2610         Hoist struct definitions to objc-act.h.
2611         (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
2612         cat_count): Place declaration in objc-act.h.
2613         (objc_tree_index): Move enumeration to objc-act.h.
2614         (objc_global_trees): Place declaration and macro accessors in
2615         objc-act.h.
2616         (implementation_context): Remove duplicate; use
2617         objc_implementation_context instead:
2618         (method_context): Remove duplicate; use objc_method_context
2619         instead.
2620         (objc_ellipsis_node, objc_method_prototype_template,
2621         implemented_classes, function_type): Move global vars to
2622         objc_global_trees.
2623         (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
2624         (build_message_expr): Move actual construction of ObjC message
2625         send nodes to finish_message_expr.
2626         (finish_message_expr): New routine, contains code formerly in
2627         build_message_expr.
2628         * objc/objc-act.h (finish_message_expr): New prototype.
2629         (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
2630         declarations; these vars are now part of objc_global_trees.
2631         (objc_tree_index, objc_global_trees): Move definitions from
2632         objc-act.c.
2633         * objc/objc-tree.def: Update copyright info.
2634
2635 Wed Oct  3 12:22:11 EDT 2001  John Wehle  (john@feith.com)
2636
2637         * dwarf2asm.c (unaligned_integer_asm_op): Abort if
2638         op is NULL.
2639         * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
2640         only if TARGET_ARCH64.
2641
2642 2001-10-02  Bernd Schmidt  <bernds@redhat.com>
2643
2644         * doc/extend.texi: Fix some problems with previous checkin.
2645         * doc/invoke.texi: Likewise.
2646
2647 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2648
2649         * cpphash.h: Update comments.
2650         (cpp_context): Update.
2651         (spec_nodes): Remove n__Pragma.
2652         * cppinit.c (cpp_create_reader): Update.
2653         (builtin_array): Add _Pragma.
2654         * cpplib.h: Update comments.
2655         (NODE_DISABLED, BT_PRAGMA): New.
2656         (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
2657         * cppmacro.c (struct cpp_macro): Remove disabled.
2658         (builtin_macro): Return int, handle _Pragma, push the new token
2659         on the context stack.
2660         (funlike_invocation_p): Unconstify, update.
2661         (enter_macro_context): Handle builtins here.
2662         (replace_args, push_token_context, push_ptoken_context):
2663         Update for prototype changes.
2664         (_cpp_pop_context): Update.
2665         (cpp_get_token): Don't handle buitins, nor _Pragma here.
2666         (cpp_sys_macro_p): Update.
2667         (_cpp_free_definition): Clear disabled flag.
2668         (_cpp_create_definition): Upate.
2669         * cppmain.c: Update comments.
2670
2671 Tue Oct  2 12:46:01 CEST 2001  Bo Thorsen     <bo@suse.co.uk>,
2672                                 Andreas Jaeger <aj@suse.de>,
2673                                 Jan Hubicka    <jh@suse.cz>
2674
2675         * doc/invoke.texi (i386 Options): Document x86-64 options.
2676         (i386 and x86-64 Options): Rename i386 options section.
2677
2678         * config/i386/i386.h (TARGET_UNWIND_INFO): New.
2679         (TARGET_SWITCHES): Add -munwind-info.
2680         (MASK_NO_UNWIND_INFO): New.
2681         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
2682         biarch compilation.
2683         (ASM_OUTPUT_DOUBLE_INT): New.
2684
2685         * config/i386/linux64.h: New spec file for Linux x86-64 support.
2686         * config.gcc: Fix tm_file settings for x86-64.
2687         * config/i386/x86-64.h: New file with OS independent x86-64
2688         definitions.
2689         * config/i386/biarch64.h: New file used to configure compiler
2690         to biarch/64bit compilation.
2691
2692         * config/i386/i386.c: (override_options): Set flags default
2693         for 64bit compilation.
2694
2695 Tue Oct  2 12:46:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
2696
2697         * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
2698         (ix86_expand_int_movcc): Optimize DImode conditional moves with
2699         constants on x86_64.
2700         (ix86_attr_length_immediate_default): Support MODE_DI.
2701         * i386.md (fixdi splitter): Add missing "&& 1" in splitter
2702         condition.
2703         (indirect_jump, tablejump): Turn into expander.
2704
2705 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2706
2707         * c-common.c (c_format_attribute_table): Make format and
2708         format_arg attributes apply to function types rather than to
2709         decls.
2710         (is_valid_printf_arglist): Construct an attribute list and pass
2711         that to check_function_format rather than a name.
2712         * c-common.h (check_function_format): Adjust prototype.
2713         * c-decl.c (duplicate_decls): Preserve attributes from type of
2714         built-in decl when allowing for harmless conflict in types.
2715         * c-format.c (record_function_format,
2716         record_international_format, function_format_list,
2717         international_format_info, international_format_list): Remove.
2718         (function_format_info): Remove next, name and assembler_name.
2719         Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
2720         (decode_format_attr): New.
2721         (handle_format_attribute): Handle receiving a type rather than a
2722         decl.  Call decode_format_attr.  Store format information in a
2723         function_format_info.
2724         (handle_format_arg_attribute): Correct comment.  Handle receiving
2725         a type rather than a decl.  Use unsigned HOST_WIDE_INT for
2726         arg_num.
2727         (check_format_info_recurse, check_format_info_main): Take argument
2728         numbers as unsigned HOST_WIDE_INT.
2729         (check_function_format): Take a list of attributes from the
2730         function type rather than a name or assembler name.  Check for
2731         format attributes in that list and the attributes on the type of
2732         the current function rather than looking through
2733         function_format_list.
2734         (check_format_info): Use unsigned HOST_WIDE_INT for argument
2735         numbers.
2736         (check_format_info_recurse): Take format_arg attributes from the
2737         type of the function calls rather than using
2738         international_format_list.  Allow for multiple format_arg
2739         attributes.
2740         * c-typeck.c (build_function_call): Pass type attributes to
2741         check_function_format rather than name or assembler name.  Don't
2742         require there to be a name or assembler name to check formats.
2743
2744 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2745
2746         * attribs.c (decl_attributes): Possibly call
2747         insert_default_attributes to insert default attributes on
2748         functions in a lazy manner.
2749         * builtin-attrs.def: New file; define the default format and
2750         format_arg attributes.
2751         * c-common.c (c_format_attribute_table): Move to earlier in the
2752         file.
2753         (c_common_nodes_and_builtins): Initialize format_attribute_table.
2754         (enum built_in_attribute, built_in_attributes,
2755         c_attrs_initialized, c_init_attributes,
2756         c_common_insert_default_attributes): New.
2757         (c_common_lang_init): Don't initialize format_attribute_table.  Do
2758         call c_init_attributes.
2759         * Makefile.in (c-common.o): Depend on builtin-attrs.def.
2760         * c-common.h (init_function_format_info): Don't declare.
2761         (c_common_insert_default_attributes): Declare.
2762         * c-decl.c (implicitly_declare, builtin_function): Call
2763         decl_attributes.
2764         (init_decl_processing): Don't call init_function_format_info.
2765         (insert_default_attributes): New.
2766         * c-format.c (handle_format_attribute,
2767         handle_format_arg_attribute): Be quiet about inappropriate
2768         declaration when applying default attributes.
2769         (init_function_format_info): Remove.
2770         * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
2771         (insert_default_attributes): Declare.
2772
2773 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2774
2775         * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
2776
2777 2001-10-01  Jim Wilson  <wilson@redhat.com>
2778
2779         * sched-deps.c (add_dependence): When elide conditional dependence,
2780         check that insn doesn't modify cond2.
2781
2782 2001-10-01  Dale Johannesen  <dalej@apple.com>
2783
2784         * config/rs6000/rs6000.h (enum processor_type): Add support
2785         for 7400 (G4) and 7450.
2786         (RTX_COSTS): Ditto.
2787         * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
2788         (rs6000_issue_rate): Ditto.
2789         (rs6000_adjust_cost): Fix cycle counts for compares.
2790         (debug_stack_info):  Fix an obvious typo.
2791         * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
2792         * doc/invoke.texi: Document.
2793         * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
2794         for Darwin.
2795         (PROCESSOR_DEFAULT): Ditto.
2796
2797 2001-10-01  Loren J. Rittle  <ljrittle@acm.org>
2798
2799         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CC.
2800         (fixinc.sh): Map CC, CFLAGS and LDFLAGS to HOST_* versions for
2801         later recursive make invocation.
2802
2803 2001-10-01  Hans Boehm  <boehm@acm.org>
2804
2805         * optabs.c (emit_libcall_block): When using non-call exceptions,
2806         don't add REG_LIBCALL reg notes to trapping calls.
2807
2808 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
2809
2810         * flow.c (propagate_block_delete_libcall): Remove unused first arg
2811         (propagate_one_insn):  Update for above change
2812
2813 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
2814
2815         * unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
2816         _Unwind_GetTextRelBase): Argument is unused.
2817
2818 Mon Oct  1 19:20:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2819
2820         * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
2821         Loop through NOPs, placeholders, and components.
2822         Don't go through NOPs if change mode.
2823         (record_alias_subset): Do nothing if SUBSET and SET are the same.
2824         * emit-rtl.c (set_mem_alias_set): Enable check.
2825         * expr.c (find_placeholder): New function.
2826         (expand_expr, case PLACEHOLDER_EXPR): Use it.
2827         (expand_expr, case COMPONENT_EXPR): Always copy OP0 when we need
2828         to modify it and avoid unneeded copies.
2829         * expr.h (expand_expr): Always define.
2830         (find_placeholder): New declaration.
2831
2832 2001-10-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2833
2834         * config/m68hc11/m68hc11.md ("add-split"): Fix add split when
2835         operand 2 is the stack pointer.
2836         ("addr-peephole"): Fix address computation peephole when operand 2
2837         is the stack pointer.
2838
2839 Mon Oct  1 09:26:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2840
2841         * config/i386/i386.c (ix86_va_arg): Call set_mem_alias_set.
2842         (ix86_setup_incoming_varargs): Likewise.
2843
2844 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
2845
2846         * stor-layout.c (layout_type): Don't complain about too-large
2847         array here.
2848
2849 Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2850
2851         * function.c (keep_stack_depressed): Don't use delete_insn.
2852
2853         * expr.h (set_mem_alias_set): Move decl to here.
2854         * rtl.h (mem_attrs): New typedef and struct.
2855         (union rtunion_def): Add field for mem_attrs.
2856         (X0MEMATTR, MEM_ATTRS): New macros.
2857         (MEM_ALIAS_SET): Use MEM_ATTRS.
2858         (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
2859         (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
2860         (set_mem_alias_set): Delete decl from here.
2861
2862         * alias.c (set_mem_alias_set): Delete from here.
2863         * emit-rtl.c (mem_attrs_htab): New variable.
2864         (rtx_htab_mark, rtx_htab_mark_1): Deleted.
2865         (mem_attrs_htab_hash, mem_attrs_htab_eq): New functions.
2866         (mem_attrs_mark, get_mem_attrs): Likewise.
2867         (gen_rtx_MEM): Clear MEM_ATTRS.
2868         (set_mem_attributes): Move to here.
2869         (set_mem_alias_set): Likewise, and call get_mem_attrs.
2870         (init_emit_once): const_int_htab now deletable htab.
2871         Initialize mem_attrs_htab.
2872         * explow.c (set_mem_attributes): Delete from here.
2873         * function.c (put_var_into_stack): Clear MEM_ATTRS.
2874         (gen_mem_addressof): Likewise; rework to use set_mem_attributes.
2875         * ggc-common.c (ggc_mark_rtx_children, case MEM): New case.
2876         * reload1.c (reload): Rework changing REG to MEM.
2877
2878 2001-09-30  H.J. Lu <hjl@gnu.org>
2879
2880         * acconfig.h (PREFIX_INCLUDE_DIR): New variable.
2881         * config.in: Rebuild.
2882
2883 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2884
2885         * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
2886         ("tsthi_1"): Avoid allocation in register y.
2887         ("*movqi_68hc12"): Reorganize and fix constraints.
2888         ("zero_extendqisi2"): Prefer d over x and y for operand 1.
2889         ("addqi3"): Likewise.
2890         ("addhi3"): Fix constraints.
2891         ("*logicalhi3_zexthi"): Disparage soft registers.
2892
2893 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2894
2895         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Fix move of sp
2896         to tmp reg.
2897
2898 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2899
2900         * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
2901         that we use setjmp/longjmp exceptions.
2902
2903 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2904
2905         * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
2906         POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
2907         struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
2908         _cpp_pool_alloc, _cpp_next_chunk): Remove.
2909         (_cpp_extend_buff, BUFF_ROOM): Update.
2910         (_cpp_append_extend_buff): New.
2911         (struct cpp_reader): Remove macro_pool, add a_buff.
2912         * cppinit.c (cpp_create_reader): Initialize a_buff, instead of
2913         macro_pool.
2914         (cpp_destroy): Free a_buff instead of macro_pool.
2915         * cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
2916         new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
2917         _cpp_pool_alloc, ): Remove.
2918         (parse_number, parse_string): Update use of _cpp_extend_buff.
2919         (_cpp_extend_buff): Update.
2920         (_cpp_append_extend_buff, cpp_aligned_alloc): New.
2921         * cpplib.c (glue_header_name, parse_answer):
2922         Update use of _cpp_extend_buff.
2923         (cpp_register_pragma, cpp_register_pragma_space): Use
2924         _cpp_aligned_alloc.
2925         (do_assert, do_unassert): Check for EOL, update.
2926         * cppmacro.c (stringify_arg, collect_args): Update to use
2927         _cpp_extend_buff and _cpp_append_extend_buff.
2928         (save_parameter, parse_params, alloc_expansion_token,
2929         _cpp_create_definition): Rework memory management.
2930
2931 2001-09-29  Andris Pavenis  <pavenis@lanet.lv>
2932
2933         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
2934         update md_exec_prefix.
2935         (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
2936         to string constant.
2937
2938 2001-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
2939
2940         * config/s390/s390.h (EXTRA_CC_MODES): Add CCLmode.
2941         (SELECT_CC_MODE): Use s390_select_ccmode.
2942         * config/s390/s390-protos.h (s390_select_ccmode): Add.
2943         * config/s390/s390.c (s390_select_ccmode): New.
2944         (s390_match_ccmode): Add CCLmode.
2945         (s390_branch_condition_mask, s390_branch_condition_mnemonic): New.
2946         (output_branch_condition, output_inverse_branch_condition): Removed.
2947         (print_operand): Use s390_branch_condition_mnemonic.
2948         * config/s390/s390.md (addsi3_cc, addsi3_cconly, addsi3_cconly2,
2949         subsi3_cc, subsi3_cconly): Use logical instructions and CCLmode.
2950         (bunordered, bordered, buneq, bungt, bunlt, bnuge, bunle, bltgt): New.
2951
2952         * config/s390/s390.c (check_and_change_labels): Preserve CC mode
2953         when converting conditional branches to far branches.
2954         * config/s390/s390.md (cmpstr_const, cmpstr_64, cmpstr_31, cmpint_si,
2955         cmpint_di): Use CCSmode instead of CCUmode.
2956
2957         * config/s390/s390.c (legitimate_la_operand_p): New.
2958         * config/s390/s390-protos.h (legitimate_la_operand_p): Add.
2959         * config/s390/s390.md (movsi): Convert load address patterns to
2960         arithmetic operations when necessary.
2961         (addaddr_picR, addaddr_picL, addaddr_picN): Removed.
2962         (do_la): Renamed to *do_la and use legitimate_la_operand_p.
2963         (*do_la_reg_0): Don't use before reload.
2964
2965         * config/s390/s390.c (legitimize_address): Make more efficient
2966         use of two-register addressing mode.
2967
2968         * config/s390/s390.c (s390_function_prologue): Fix incorrect prolog
2969         with -mno-backchain in some corner cases.
2970
2971         * config/s390/s390.md (cmpsi_cct): Operands 0 and 1 do not commute.
2972
2973 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
2974
2975         * reload.c (find_reloads): Mark new USE insns with QImode.
2976         (find_reloads_toplev, find_reloads_address, subst_reg_equivs,
2977         find_reloads_subreg_address): Likewise.
2978         * regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
2979         encountered.
2980         * reload1.c (reload_combine_note_use): Likewise, inside USEs and
2981         CLOBBERs.
2982         (reload): Make sure there are no USEs with mode other than
2983         VOIDmode.  At the end, remove those marked with QImode.
2984
2985 2001-09-29  Per Bothner  <per@bothner.com>
2986
2987         * cppdefault.c (cpp_include_defaults):  Also search PREFIX_INCLUDE_DIR.
2988         * Makefile.in (includedir):  Rename to local_includedir.
2989         (includedir):  Define as $(prefix)/include.
2990         * config.in (PREFIX_INCLUDE_DIR):  New variable.
2991         * configure.in (PREFIX_INCLUDE_DIR):  Test for new variable.
2992
2993 2001-09-29  Bernd Schmidt  <bernds@redhat.com>
2994
2995         * config/i386/i386.c (init_mmx_sse_builtins): Fix type of storelps and
2996         storehps builtins.
2997         * doc/extend.texi (Vector Extensions): New node.
2998         * doc/invoke.texi (Machine Dependent Options): Add documentation for
2999         i386 -mmmx, -msse, -m3dnow.
3000
3001 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
3002
3003         * doc/invoke.texi (Optimize Options): Revert an accidental checkin.
3004
3005 2001-09-29  Hans-Peter Nilsson  <hp@axis.com>
3006
3007         * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
3008
3009         * doc/invoke.texi (Optimize Options): Delete spurious @table.
3010
3011 2001-09-28  Richard Henderson  <rth@redhat.com>
3012
3013         * varasm.c (assemble_integer): Bound alignment check by
3014         BIGGEST_ALIGNMENT.
3015
3016         * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
3017
3018 2001-09-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3019
3020         * config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
3021
3022 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
3023
3024         Mostly from Graham Stott  <grahams@redhat.com>
3025         * c-common.c (type_for_mode): Add support for V2SFmode.
3026         * tree.c (build_common_tree_nodes_2): Likewise.
3027         * tree.h (enum tree_index, global_trees): Likewise.
3028         * config/i386/i386.c (x86_3dnow_a): New variable.
3029         (override_options): Support 3Dnow extensions.
3030         (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
3031         Athlon's version of 3Dnow.
3032         (ix86_init_mmx_sse_builtins): Create 3Dnow builtins.
3033         (ix86_expand_builtin): Handle them.
3034         (ix86_hard_regno_mode_ok): Support V2SFmode if using 3Dnow.
3035         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A, TARGET_3DNOW,
3036         TARGET_3DNOW_A): New macros.
3037         (TARGET_SWITCHES): Add 3Dnow switches.
3038         (VALID_MMX_REG_MODE_3DNOW): New macro.
3039         (VECTOR_MODE_SUPPORTED_P): Use it.
3040         (enum ix86_builtins): Add entries for 3Dnow builtins.
3041         * config/i386/i386.md (movv2sf_internal, movv2sf, pushv2sf, pf2id,
3042         pf2iw, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3, eqv2sf3,
3043         pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
3044         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pavgusb, pfrcpv2sf2,
3045         pfrcpit1v2sf3, pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3,
3046         pmulhrwvhi3, pswapdv2si2, pswapdv2sf2): New patterns.
3047         (mmx_pmovmskb, mmx_maskmovq, sse_movntdi, umulv4hi3_highpart,
3048         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw,
3049         mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
3050         sfence_insn, prefetch): Make these available if TARGET_SSE or
3051         TARGET_3DNOW_A.
3052
3053 Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
3054
3055         * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
3056         ix86_va_start, ix86_build_va_list): Declare.
3057         * i386.c (ix86_setup_incoming_varargs, ix86_va_arg,
3058         ix86_va_start, ix86_build_va_list): New global functions.
3059         * i386.md (sse_prologue_save_insn): New insn.
3060         (sse_prologue_save): New expander.
3061         * i386.h (EXPAND_BUILTIN_VA_ARG, EXPAND_BUILTIN_VA_START,
3062         BUILD_VA_LIST_TYPE, SETUP_INCOMING_VARARGS): New macros.
3063
3064 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3065
3066         * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
3067         Use size_t everywhere, make definitions consistent with
3068         prototypes.
3069
3070 Fri Sep 28 14:59:34 CEST 2001  Jan Hubicka  <jh@suse.cz>
3071
3072         * gcse.c (replace_store_insn): Use delete_insn.
3073         * loop.c (move_movables): Likewise; avoid delete_insn
3074         from clobbering notes moved elsewhere.
3075         (check_dbra_loop): Use delete_insn.
3076         * ssa.c (convert_from_ssa): Likewise.
3077         * cse.c (cse_insn): Use delete_insn.
3078
3079 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3080
3081         * cpphash.h (struct cpp_buff): Make unsigned.
3082         (_cpp_get_buff): Take length of size_t.
3083         (_cpp_unaligned_alloc): New.
3084         (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.
3085         (struct cpp_reader): Remove ident_pool.  Add u_buff.
3086         * cppinit.c (cpp_create_reader): Initialize u_buff, not ident_pool.
3087         (cpp_destroy): Destroy u_buff, not ident_pool.
3088         * cpplex.c (parse_number, parse_string, save_comment,
3089         cpp_token_as_text): Update to use the unaligned buffer.
3090         (new_buff): Make unsigned.
3091         (_cpp_unaligned_alloc): New.
3092         * cpplib.c (glue_header_name): Update to use the unaligned buffer.
3093         * cppmacro.c (new_number_token, builtin_macro, stringify_arg):
3094         Similarly.
3095         (collect_args): Make unsigned.
3096
3097 2001-09-27  Zack Weinberg  <zack@codesourcery.com>
3098
3099         * cpplex.c (cpp_output_token): Use a putc loop for
3100         SPELL_OPERATOR, and fwrite for SPELL_IDENT.
3101
3102         * configure.in: Detect fwrite_unlocked and fprintf_unlocked.
3103         * configure, config.in: Regenerate.
3104         * system.h: Replace fwrite and fprintf with their unlocked
3105         variants if available.
3106
3107 2001-09-27  Richard Henderson  <rth@redhat.com>
3108
3109         * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame
3110         in favour of .eh_frame.
3111
3112 2001-09-27  Aldy Hernandez  <aldyh@redhat.com>
3113
3114         * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
3115         to macros.
3116         (LIBCALL_VALUE): Likewise.
3117
3118 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3119
3120         * cpphash.h: Update comment.
3121         * cpplex.c: Update comments.
3122         (_cpp_can_paste): Remove.
3123         * cpplib.h (_cpp_can_paste): Remove.
3124         * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
3125         lexer rather than _cpp_can_paste.
3126
3127 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3128
3129         * doc/cppinternals.texi: Update.
3130
3131 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3132
3133         * cpphash.h (struct cpp_pool): Remove locks and locked.
3134         (struct cpp_context): Add member buff.
3135         (struct cpp_reader): Remove member argument_pool.
3136         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
3137         * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
3138         * cpplex.c (chunk_suitable): Remove pool argument.
3139         (MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
3140         (new_buff, _cpp_extend_buff): Update.
3141         (_cpp_get_buff): Fix silly pointer bug.  Be more selective about
3142         which buffer is returned.
3143         (_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
3144         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
3145         * cppmacro.c (lock_pools, unlock_pools): Remove.
3146         (push_ptoken_context): Take a _cpp_buff.
3147         (enter_macro_context): Pool locking removed.
3148         (replace_args): Use a _cpp_buff for the replacement list with
3149         arguments replaced.
3150         (push_token_context): Clear buff.
3151         (expand_arg): Use _cpp_pop_context.
3152         (_cpp_pop_context): Free a context's buffer, if any.
3153
3154 2001-09-26  DJ Delorie  <dj@redhat.com>
3155
3156         * c-typeck.c (digest_init): Check for sizeless arrays.
3157
3158 2001-09-26  Richard Henderson  <rth@redhat.com>
3159
3160         * optabs.c (init_one_libfunc): Create a dummy function type
3161         instead of using error_mark_node.
3162
3163 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3164
3165         * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
3166         _cpp_extend_buff, _cpp_free_buff): New.
3167         (struct cpp_reader): New member free_buffs.
3168         * cppinit.c (cpp_destroy): Free buffers.
3169         * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
3170         _cpp_extend_buff, _cpp_free_buff): New.
3171         * cpplib.h (struct cpp_options): Remove unused member.
3172         * cppmacro.c (collect_args): New.  Combines the old parse_arg
3173         and parse_args.  Use _cpp_buff for memory allocation.
3174         (funlike_invocation_p, replace_args): Update.
3175
3176 Wed Sep 26 13:20:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
3177
3178         * final.c (final_scan_insn): Use delete_insn instead of delete_note.
3179
3180 2001-09-25  Andrew Haley  <aph@cambridge.redhat.com>
3181
3182         * except.c (sjlj_mark_call_sites): Change address inside sequence.
3183
3184 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
3185
3186         * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
3187         glibc.
3188
3189 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
3190             Jim Wilson  <wilson@redhat.com>
3191
3192         * doc/install.texi (Specific, ia64-*-linux): Document.
3193
3194 Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
3195
3196         * Makefile.in (cfgrtl.o): Add.
3197         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
3198         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
3199         free_aux_for_edge): Declare.
3200         * cfg.c
3201         (HAVE_return): Undefine.
3202         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
3203         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
3204         free_aux_for_edge): New global functions.
3205         (first_delete_block): New static variable.
3206         (init_flow): Clear first_delete_block.
3207         (basic_block_for_insn, label_value_list, tail_recursion_label_list,
3208          can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,
3209          try_redirect_by_replacing_jump, last_loop_beg_note,
3210          back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
3211          delete_insn, delete_insn_chain, create_basic_block_structure,
3212          create_basic_block, flow_delete_block, compute_bb_for_insn,
3213          free_bb_for_insn, update_bb_for_insn, set_block_for_insn,
3214          set_block_for_new_insns, split_block, merge_blocks_nomove,
3215          block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
3216          redirect_edge_and_branch, force_nonfallthru_and_redirect,
3217          force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,
3218          tidy_fallthru_edges, split_edge, insert_insn_on_edge,
3219          commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
3220          debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
3221          purge_all_dead_edges): Move to ....
3222         * cfgrtl.c: New file; .... Here.
3223
3224         * bb-reorder.c (fixup_reorder_chain): Use alloc_aux_for_block.
3225         (reroder_basic_block): Use alloc_aux_for_blocks.
3226         * predict.c (estimate_bb_frequencies): Likewise; use
3227         alloc_aux_for_edges.
3228         * profile.c (compute_branch_probabilities): Likewise.
3229         (branch_prob): Likewise.
3230         * reg-stack.c (reg_to_stack): Likewise.
3231
3232         * emit-rtl.c (emit_insns_after): Never return NULL.
3233
3234         * basic-block.h (set_block_for_new_insns): Delete.
3235         * cfgrtl.c (set_block_for_new_insns): Delete.
3236
3237         * cfgcleanup.c (try_optimize_cfg): Add fake exit edges for noreturn
3238         calls when crossjumping.
3239
3240         * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
3241         * unroll.c (copy_loop_body): Use delete_insn.
3242
3243         * final.c (final, final_scan_insn): Use delete_insn/delete_note.
3244         * function.c (fixup_var_refs_insn, fixup_var_refs_1,
3245         keep_stack_depressed): Likewise.
3246         * gcse.c (cprop_cc0_jump): Likewise.
3247         * local-alloc.c (update_equiv_regs): Likewise.
3248         * loop.c (scan_loop, loop_delete_insns): Likewise.
3249         * regmove.c (try_auto_increment, fixup_match_1): Likewise.
3250         * reload1.c (reload, calculate_needs_all_insns, reload_as_needed,
3251         delete_output_reload, delete_address_reloads_1,
3252         reload_cse_delete_noop_set, reload_combine, reload_cse_move2add):
3253         Likewise.
3254         * sibcall.c (replace_call_placeholder): Likewise.
3255         * cse.c (cse_insn): Likewise.
3256
3257 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
3258
3259         From Graham Stott  <grahams@redhat.com>
3260         (def_builtin): Only define builtins appropriate for target_flags.  All
3261         callers changed.
3262         (builtin_decsription): Add new field mask which is used to determine
3263         when to define the builtin via the macro def_builtin.
3264
3265         (bdesc_comi): Initialise new mask fields.
3266         (bdesc_2srg): Likewise.
3267         (bdesc_1arg): Likewise.
3268
3269         * config/i386/i386.c (ix86_init_builtins): Correct return type
3270         building v4hi_ftype_v4hi_int_int tree node.
3271         (ix86_expand_sse_comi): Fix typo swapping operands.
3272         Don't swap comparision condition, it is already swapped.
3273         (ix86_expand_sse_compare): Before swapping operands
3274         move operand 1 into new rtx and not the target rtx.
3275         Don't swap comparison condition, it is already swapped.
3276         Always check whether we need to create a new TARGET.
3277
3278         * config/i386/i386.md: (sse_comi) Fix typos.
3279         (sse_ucomi): Likewise.
3280         (cvtss2si): Fix operand 0 contraint.
3281         (cvttss2si): Likewise.
3282         (sse_unpckhps): Fix mode for operand 2.
3283         (sse_unpcklps): Likewise.
3284
3285 2001-09-25  Graham Stott  <grahams@redhat.com>
3286
3287         * sibcall.c (skip_copy_to_return_value): Tighten return value
3288         copy check.
3289
3290 2001-09-24  David Edelsohn  <edelsohn@gnu.org>
3291
3292         * rs6000.c (lwa_operand): Address must be word aligned.
3293
3294 Mon Sep 24 18:57:59 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3295
3296         * tree.c (type_hash_marked_p): Consider as marked if debug symbol
3297         number has been set.
3298         (type_hash_mark): Mark type itself.
3299
3300 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3301
3302         * c-lex.c (cb_def_pragma): Update.
3303         (c_lex): Update, and skip padding.
3304         * cppexp.c (lex, parse_defined): Update, remove unused variable.
3305         * cpphash.h (struct toklist): Delete.
3306         (union utoken): New.
3307         (struct cpp_context): Update.
3308         (struct cpp_reader): New members eof, avoid_paste.
3309         (_cpp_temp_token): New.
3310         * cppinit.c (cpp_create_reader): Update.
3311         * cpplex.c (_cpp_temp_token): New.
3312         (_cpp_lex_direct): Add PREV_WHITE when parsing args.
3313         (cpp_output_token): Don't print leading whitespace.
3314         (cpp_output_line): Update.
3315         * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
3316         do_include_common, do_line, do_ident, do_pragma,
3317         do_pragma_dependency, _cpp_do__Pragma, parse_answer,
3318         parse_assertion): Update.
3319         (get_token_no_padding): New.
3320         * cpplib.h (CPP_PADDING): New.
3321         (AVOID_LPASTE): Delete.
3322         (struct cpp_token): New union member source.
3323         (cpp_get_token): Update.
3324         * cppmacro.c (macro_arg): Convert to use pointers to const tokens.
3325         (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
3326         replace_args, quote_string, stringify_arg, parse_arg, next_context,
3327         enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
3328         _cpp_backup_tokens, _cpp_create_definition): Update.
3329         (push_arg_context): Delete.
3330         (padding_token, push_token_context, push_ptoken_context): New.
3331         (make_string_token, make_number_token): Update, rename.
3332         (cpp_get_token): Update to handle tokens as pointers to const,
3333         and insert padding appropriately.
3334         * cppmain.c (struct printer): New member prev.
3335         (check_multiline_token): Constify.
3336         (do_preprocessing, cb_line_change): Update.
3337         (scan_translation_unit): Update to handle spacing.
3338         * scan-decls.c (get_a_token): New.
3339         (skip_to_closing_brace, scan_decls): Update.
3340         * fix-header.c (read_scan_file): Update.
3341
3342         * doc/cpp.texi: Update.
3343
3344 2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3345
3346         * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC.  Avoid
3347         leak by passing malloc'ed pointer to reconcat, not concat.
3348
3349 2001-09-24  DJ Delorie  <dj@redhat.com>
3350
3351         * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
3352
3353 2001-09-24  Ulrich Weigand  <uweigand@de.ibm.com>:
3354
3355         * flow.c (delete_dead_jumptables): Delete jumptable if the only
3356         reference is from the literal pool.
3357
3358 2001-09-24  Janis Johnson  <janis187@us.ibm.com>
3359
3360         * doc/install.texi (Final install): Request additional information
3361         in mail about successful builds.
3362
3363 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3364
3365         * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero.  Use
3366         initial value of return pointer register instead of value in frame-20.
3367         Revise comments.
3368
3369 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3370
3371         * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.
3372         (ASM_OUTPUT_EXTERNAL_LIBCALL): Only generate a .IMPORT statement for
3373         the libcall if there isn't a referenced identifier for the symbol.
3374
3375 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3376
3377         * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for
3378         non 64-bit machines.  Use these as a plabel for the trampoline.
3379         (TRAMPOLINE_SIZE): Adjust size for new words.
3380         (INITIALIZE_TRAMPOLINE): Initialize new words.
3381         (TRAMPOLINE_ADJUST_ADDRESS): New.  Adjust address to make it a
3382         pointer to the plabel in the trampoline.
3383
3384 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3385
3386         * pa.c (function_arg): Pass floating arguments in both general and
3387         floating registers in indirect (dynamic) calls when generating code
3388         for the 32 bit ABI and the HP assembler.
3389
3390 2001-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3391
3392         * doc/install.texi: Markup fixes.
3393         Use Solaris 2, SunOS 4 as appropriate.
3394         (Specific, *-*-solaris2*): Explain this.
3395         Unconditionally warn against /usr/ucb tools.
3396         Remove Sun as warning, obsolete.
3397         Move X11 header bug workaround here, update patches.
3398         (Specific, sparc-sun-solaris2*): Detail Sun as fix status.
3399         (Specific, sparc-sun-solaris2.7): Update patch 106950 status.
3400
3401 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
3402
3403         * errors.h (warning, error, fatal, internal_error): Don't mark
3404         with ATTRIBUTE_PRINTF_n.
3405         * toplev.h (internal_error, fatal_io_error, warning, error,
3406         pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
3407         error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
3408         Likewise.
3409
3410 Sun Sep 23 18:19:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3411
3412         * function.c (pop_function_context_from): var_refs_queue
3413         and temp slots now in GC memory.
3414         (mark_function_status, free_after_compilation): Likewise;
3415         also struct function now in GC memory.
3416         (assign_stack_temp_for_type): struct temp_slot now in GC memory.
3417         (combine_temp_slots): Likewise.
3418         (schedule_fixup_var_refs): var_refs_queue now in GC memory.
3419         (prepare_function_start): Use GC memory for struct function.
3420         (mark_temp_slot): Deleted.
3421         (gcc_mark_struct_function): struct function now in GC memory.
3422
3423         * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust
3424         code for division, not modulus.
3425
3426         * rtl.def (MEM): Remove obsolete part of comment.
3427
3428 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3429
3430         * c-format.c (init_function_format_info): Check __builtin_printf
3431         and __builtin_fprintf even if -ffreestanding.  Check C99 functions
3432         in gnu89 mode.
3433
3434 Sat Sep 22 09:09:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3435
3436         * c-common.c (format_attribute_table): Remove decl.
3437         * tree.h (format_attribute_table, lang_attribute_table): New decls.
3438         (lang_attribute_common): Likewise.
3439
3440         * function.c (fix_lexical_address): Use set_mem_alias_set.
3441         (expand_function_start): Likewise.
3442         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Likewise.
3443
3444         * varasm.c (output_constant): Fix unused variable warning.
3445
3446         * attribs.c: New file, from c-common.c.
3447         (attribute_tables): Now four elements.
3448         (format_attribute_table, lang_attribute_common): New variables.
3449         (init_attributes): Reflect above changes.
3450         (handle_mode_attribute): Delete check for wider than uintmax.
3451         * c-common.c: Delete parts moved to attribs.c.
3452         (enum attrs): Deleted; unused.
3453         (c_format_attribute_table): New variable.
3454         (c_common_lang_init): Initialize format_attribute_table with it.
3455         * c-common.h (decl_attributes): Remove decl.
3456         * tree.h (decl_attribute): Move it to here.
3457         * Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
3458         (attribs.o): New rule.
3459
3460 2001-09-22  Andreas Jaeger  <aj@suse.de>
3461
3462         * builtins.c (c_getstr): Remove unused variable.
3463
3464 2001-09-21  Richard Henderson  <rth@redhat.com>
3465
3466         * reload1.c (reload): Use delete_insn instead of splatting
3467         NOTE_INSN_DELETED.
3468
3469 2001-09-21  Richard Henderson  <rth@redhat.com>
3470
3471         * reload.c (push_secondary_reload): Don't check for "=" in output
3472         constraint after ""->ALL_REGS check.
3473
3474 2001-09-21  Richard Henderson  <rth@redhat.com>
3475
3476         * predict.c (expected_value_to_br_prob): Use pc_set.
3477
3478         * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
3479         ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.
3480
3481 2001-09-21  Richard Henderson  <rth@redhat.com>
3482
3483         * rtl.h (LCT_RETURNS_TWICE): New.
3484         * calls.c (emit_call_1): Set current_function_calls_setjmp for
3485         ECF_RETURNS_TWICE.
3486         (emit_library_call_value_1): Map LCT_RETURNS_TWICE
3487         to ECF_RETURNS_TWICE.
3488         * except.c (sjlj_emit_function_enter): Use LCT_RETURNS_TWICE for
3489         call to setjmp.
3490
3491         * unwind-sjlj.c: Invent the setjmp.h declarations if inhibit_libc.
3492
3493         * config/stormy16/stormy16.h (DONT_USE_BUILTIN_SETJMP): New.
3494         (JMP_BUF_SIZE): New.
3495
3496 2001-09-21  Richard Henderson  <rth@redhat.com>
3497
3498         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
3499         to R8_REGS.
3500
3501 2001-09-21  Richard Henderson  <rth@redhat.com>
3502
3503         * tree.def (FDESC_EXPR): New.
3504         * expr.c (expand_expr): Handle it.
3505         * varasm.c (initializer_constant_valid_p): Likewise.
3506         (output_constant): Likewise.
3507         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
3508         * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
3509         (ASM_OUTPUT_FDESC): New.
3510         * doc/tm.texi: Document the new macros.
3511
3512 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
3513
3514         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Don't leave
3515         ADDR_VEC or ADDR_DIFF_VEC jump insns as part of the basic block
3516         once merging is complete.
3517
3518 Fri Sep 21 11:20:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3519
3520         * integrate.c (allocate_initial_values): Eliminate unused arg warning.
3521
3522 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
3523
3524         * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
3525         that would be invalid after a merge.
3526
3527 Fri Sep 21 14:24:29 CEST 2001  Jan Hubicka  <jh@suse.cz>
3528
3529         * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.
3530         * cfg.c (delete_insn): Rename from ....; use remove_insn; do not
3531         remove some labels.
3532         (flow_delete_insn): This one.
3533         (delete_insn_chain): Rename from ...; do not care labels.
3534         (flow_delete_insn_chain): ... this one.
3535         (flow_delete_block): Remove the insns one BB has been expunged.
3536         (merge_blocks_nomove): Likewise.
3537         (try_redirect_by_replacing_jump): Use delete_insn[_chain]; do not care
3538         updating BB boundaries.
3539         (tidy_fallthru_edge): Likewise.
3540         (commit_one_edge_insertion): Likewise.
3541         * cfgbuild.c (find_basic_block): Likewise.
3542         (find_basic_blocks_1): Likewise.
3543         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Likewise.
3544         (try_crossjump_to_edge): Likewise.
3545         (try_optimize_cfg): Likewise.
3546         * cse.c (delete_trivially_dead_insns): Likewise.
3547         * df.c (df_insn_delete): Likewise.
3548         * doloop.c (doloop_modify): Use delete_related_insns.
3549         * emit-rtl.c (try_split): Likewise.
3550         (remove_insn): Update BB boundaries.
3551         * expect.c (connect_post_landing_pads): Use delete_related_insns.
3552         * flow.c (delete_dead_jumptables): Use delete_insn[_chain]; do not care
3553         updating BB boundaries.
3554         (propagate_block_delete_insn): Likewise.
3555         (propagate_block_delete_libcall): Likewise.
3556         * function.c (delete_handlers): Use delete_related_insns.
3557         (thread_prologue_and_epilogue_insns): Likewise.
3558         * gcse.c (delete_null_pointer_checks): Use delete_related_insns.
3559         * genpeep.c (gen_peephole): Use delete_related_insns.
3560         * ifcvt.c (noce_process_if_block): Use delete_insn; do not care updating
3561         BB boundaries.
3562         (find_cond_trap): Likewise.
3563         * integrate.c (save_for_inline): Use delete_related_insns.
3564         (copy_insn_list): Likewise.
3565         * jump.c (pruge_linie_number_notes): Likewise.
3566         (duplicate_loop_exit_test): Likewise.
3567         (delete_computation): Likewise.
3568         (delete_related_insn): Rename from ...; use delete_insn
3569         (delete_insn): ... this one.
3570         (redirect_jump): Use delete_related_insns.
3571         * loop.c (scan_loop): Likewise.
3572         (move_movables): Likewise.
3573         (find_and_verify_loops): Likewise.
3574         (check_dbra_loop): Likewise.
3575         * recog.c (peephole2_optimize): Likewise.
3576         * reg-stack.c (delete_insn_for_stacker): Remove.
3577         (move_for_stack_reg): Use delete_insn.
3578         * regmove.c (combine_stack_adjustments_for_block): Likewise.
3579         * reload1.c (delete_address_reloads): Use delete_related_insns.
3580         (fixup_abnormal_edges): Use delete_insn.
3581         * recog.c (emit_delay_sequence): Use delete_related_insns.
3582         (delete_from-delay_slot): Likewise.
3583         (delete_scheduled_jump): likewise.
3584         (optimize_skip): Likewise.
3585         (try_merge_delay_insns): Likewise.
3586         (full_simple_delay_slots): Likewise.
3587         (fill_slots_from_thread): Likewise.
3588         (relax_delay_slots): Likewise.
3589         (make_return_insns): Likewise.
3590         (dbr_schedule): Likewise.
3591         * rtl.h (delete_insn): Rename to delete_related_insns.
3592         (delete_insn, delete_insn_chain): New prototypes.
3593         * ssa-ccp (sse_fast_dce):  Remove deleting of DEF, as it is done
3594         by df_insn_delete already.
3595         * ssa-dce.c (delete_insn_bb): Use delete_insn.
3596         * ssa.c (convert_from_ssa): Use delete_related_insns.
3597         * unroll.c (unroll_loop): Likewise.
3598         (calculate_giv_inc): Likewise.
3599         (copy_loop_body): Likewise.
3600
3601         * i386-protos.h (ix86_libcall_value, ix86_function_value,
3602         ix86_function_arg_regno_p, ix86_function_arg_boundary,
3603         ix86_return_in_memory, ix86_function_value): Declare.
3604         * i386.c (x86_64_int_parameter_registers, x86_64_int_return_registers):
3605         new static valurables.
3606         (x86_64_reg_class): New enum
3607         (x86_64_reg_class_name): New array.
3608         (classify_argument, examine_argument, construct_container,
3609          merge_classes): New static functions.
3610         (optimization_options): Enable flag_omit_frame_pointer and disable
3611         flag_pcc_struct_return on 64bit.
3612         (ix86_libcall_value, ix86_function_value,
3613         ix86_function_arg_regno_p, ix86_function_arg_boundary,
3614         ix86_return_in_memory, ix86_function_value): New global functions.
3615         (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
3616         (function_arg_advance): Handle x86_64 passing conventions.
3617         (function_arg): Likewise.
3618         * i386.h (FUNCTION_ARG_BOUNDARY): New macro.
3619         (RETURN_IN_MEMORY): Move offline.
3620         (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
3621         (FUNCTION_VALUE_REGNO_P): New macro.
3622         (FUNCTION_ARG_REGNO_P): Move offline.
3623         (struct ix86_args): Add maybe_vaarg.
3624         * next.h (FUNCTION_VALUE_REGNO_P): Delete.
3625         * unix.h (FUNCTION_VALUE_REGNO_P): Delete.
3626
3627 2001-09-21  Hartmut Penner  <hpenner@de.ibm.com>
3628
3629         * s390.md: Changed attributes for scheduling.
3630         * s390.c: (s390_adjust_cost, s390_adjust_priority)
3631         Changed scheduling
3632
3633 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3634
3635         Table-driven attributes.
3636         * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
3637         config/arm/arm.c, config/arm/pe.c, config/avr/avr.c,
3638         config/avr/avr.h, config/d30v/d30v.h, config/fr30/fr30.h,
3639         config/h8300/h8300.c, config/i386/cygwin.h, config/i386/winnt.c,
3640         config/m32r/m32r.c, config/mcore/mcore.c, config/sh/sh.c,
3641         config/stormy16/stormy16.h, config/v850/v850.c, doc/c-tree.texi,
3642         doc/tm.texi, ggc-common.c, integrate.c, print-tree.c, tree.c,
3643         tree.h: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
3644         * tree.h (struct tree_decl): Change machine_attributes to
3645         attributes.
3646         * doc/c-tree.texi: Document that all attributes are now attached
3647         to decls and types.
3648         * c-common.c (add_attribute, attrtab, attrtab_idx,
3649         default_valid_lang_attribute, valid_lang_attribute): Remove.
3650         (attribute_tables, attributes_initialized,
3651         c_common_attribute_table, default_lang_attribute_table): New
3652         variables.
3653         (handle_packed_attribute, handle_nocommon_attribute,
3654         handle_common_attribute, handle_noreturn_attribute,
3655         handle_unused_attribute, handle_const_attribute,
3656         handle_transparent_union_attribute, handle_constructor_attribute,
3657         handle_destructor_attribute, handle_mode_attribute,
3658         handle_section_attribute, handle_aligned_attribute,
3659         handle_weak_attribute, handle_alias_attribute,
3660         handle_no_instrument_function_attribute,
3661         handle_no_check_memory_usage_attribute, handle_malloc_attribute,
3662         handle_no_limit_stack_attribute, handle_pure_attribute): New
3663         functions.
3664         (init_attributes, decl_attributes): Rewrite to implement
3665         table-driven attributes.
3666         * c-common.h (enum attribute_flags): Move to tree.h.
3667         * c-format.c (decl_handle_format_attribute,
3668         decl_handle_format_arg_attribute): Rename to
3669         handle_format_attribute and handle_format_arg_attribute.  Update
3670         for table-driven attributes.
3671         * c-common.h (decl_handle_format_attribute,
3672         decl_handle_format_arg_attribute): Remove prototypes.
3673         (handle_format_attribute, handle_format_arg_attribute): Add
3674         prototypes.
3675         * c-decl.c (grokdeclarator): Handle attributes nested inside
3676         declarators.
3677         * c-parse.in (setattrs, maybe_setattrs): Remove.
3678         (maybe_type_quals_setattrs): Rename to maybe_type_quals_attrs.
3679         Update to handle nested attributes properly.
3680         (maybe_resetattrs, after_type_declarator,
3681         parm_declarator_nostarttypename, notype_declarator, absdcl1_noea,
3682         absdcl1_ea, direct_absdcl1): Update to handle nested attributes
3683         properly.
3684         (make_pointer_declarator): Update to handle nested attributes
3685         properly.
3686         * doc/extend.texi: Update documentation of limits of attributes
3687         syntax.  Warn about problems with attribute semantics in C++.
3688         * target.h (struct target): Remove valid_decl_attribute and
3689         valid_type_attribute.  Add attribute_table and
3690         function_attribute_inlinable_p.
3691         * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
3692         TARGET_VALID_TYPE_ATTRIBUTE): Remove.
3693         (TARGET_ATTRIBUTE_TABLE, TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P):
3694         Add.
3695         (TARGET_INITIALIZER): Update.
3696         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): Remove default
3697         definition.
3698         (function_attribute_inlinable_p): New function.  Check for the
3699         presence of any machine attributes before using
3700         targetm.function_attribute_inlinable_p.
3701         (function_cannot_inline_p): Update.
3702         * Makefile.in (integrate.o): Update dependencies.
3703         * doc/tm.texi: Update documentation of target attributes and
3704         example definition of TARGET_VALID_TYPE_ATTRIBUTE.
3705         * tree.c (default_valid_attribute_p, valid_machine_attribute):
3706         Remove.
3707         (default_target_attribute_table,
3708         default_function_attribute_inlinable_p): New.
3709         (lookup_attribute): Update comment to clarify handling of multiple
3710         attributes with the same name.
3711         (merge_attributes, attribute_list_contained): Allow multiple
3712         attributes with the same name but different arguments to appear in
3713         the same attribute list.
3714         * tree.h (default_valid_attribute_p): Remove prototype.
3715         (struct attribute_spec): New.
3716         (default_target_attribute_table): Declare.
3717         (enum attribute_flags): Move from c-common.h.  Add
3718         ATTR_FLAG_TYPE_IN_PLACE.
3719         (default_function_attribute_inlinable_p): Declare.
3720         * config/alpha/alpha.c (vms_valid_decl_attribute_p): Remove.
3721         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3722         (TARGET_ATTRIBUTE_TABLE): Define.
3723         (vms_attribute_table): New.
3724         * config/arc/arc.c (arc_valid_decl_attribute): Remove.
3725         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3726         (TARGET_ATTRIBUTE_TABLE): Define.
3727         (arc_attribute_table, arc_handle_interrupt_attribute): New.
3728         * config/arm/arm.c (arm_valid_type_attribute_p,
3729         arm_valid_decl_attribute_p, arm_pe_valid_decl_attribute_p):
3730         Remove.
3731         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
3732         define.
3733         (TARGET_ATTRIBUTE_TABLE): Define.
3734         (arm_attribute_table, arm_handle_fndecl_attribute,
3735         arm_handle_isr_attribute): New.
3736         * config/avr/avr.c (avr_valid_type_attribute,
3737         avr_valid_decl_attribute): Remove.
3738         (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Don't
3739         define.
3740         (TARGET_ATTRIBUTE_TABLE): Define.
3741         (avr_attribute_table, avr_handle_progmem_attribute,
3742         avr_handle_fndecl_attribute): New.
3743         * config/c4x/c4x.c (c4x_valid_type_attribute_p): Remove.
3744         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
3745         (TARGET_ATTRIBUTE_TABLE): Define.
3746         (c4x_attribute_table, c4x_handle_fntype_attribute): New.
3747         * config/h8300/h8300.c (h8300_valid_decl_attribute): Remove.
3748         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3749         (TARGET_ATTRIBUTE_TABLE): Define.
3750         (h8300_attribute_table, h8300_handle_fndecl_attribute,
3751         h8300_handle_eightbit_data_attribute,
3752         h8300_handle_tiny_data_attribute): New.
3753         * config/i386/i386-protos.h (ix86_valid_type_attribute_p,
3754         i386_pe_valid_decl_attribute_p, i386_pe_valid_type_attribute_p):
3755         Remove prototypes.
3756         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New
3757         declarations.
3758         * config/i386/i386.c (ix86_valid_type_attribute_p: Remove.
3759         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
3760         define.
3761         (TARGET_ATTRIBUTE_TABLE): Define.
3762         (ix86_attribute_table, ix86_handle_cdecl_attribute,
3763         ix86_handle_regparm_attribute): New.
3764         * config/i386/winnt.c (i386_pe_valid_decl_attribute_p,
3765         i386_pe_valid_type_attribute_p): Remove.
3766         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New.
3767         * config/ia64/ia64.c (ia64_valid_type_attribute): Remove.
3768         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
3769         (TARGET_ATTRIBUTE_TABLE): Define.
3770         (ia64_attribute_table): New.
3771         * config/m32r/m32r.c (m32r_valid_decl_attribute, interrupt_ident1,
3772         interrupt_ident2, model_ident1, model_ident2): Remove.
3773         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3774         (TARGET_ATTRIBUTE_TABLE): Define.
3775         (init_idents): Update.
3776         (m32r_attribute_table, m32r_handle_model_attribute): New.
3777         * config/m68hc11/m68hc11.c (m68hc11_valid_type_attribute_p):
3778         Remove.
3779         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
3780         (TARGET_ATTRIBUTE_TABLE): Define.
3781         (m68hc11_attribute_table, m68hc11_handle_fntype_attribute): New.
3782         * config/mcore/mcore.c (mcore_valid_decl_attribute): Remove.
3783         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3784         (TARGET_ATTRIBUTE_TABLE): Define.
3785         (mcore_attribute_table, mcore_handle_naked_attribute): New.
3786         * config/ns32k/ns32k.c (ns32k_valid_type_attribute_p): Remove.
3787         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
3788         (TARGET_ATTRIBUTE_TABLE): Define.
3789         (ns32k_attribute_table, ns32k_handle_fntype_attribute): New.
3790         * config/rs6000/rs6000.c (rs6000_valid_type_attribute_p): Remove.
3791         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
3792         (TARGET_ATTRIBUTE_TABLE): Define.
3793         (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
3794         * config/sh/sh.c (sh_valid_decl_attribute): Remove.
3795         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3796         (TARGET_ATTRIBUTE_TABLE): Define.
3797         (sh_attribute_table, sh_handle_interrupt_handler_attribute,
3798         sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
3799         New.
3800         * config/stormy16/stormy16.c (stormy16_valid_type_attribute):
3801         Remove.
3802         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define
3803         (TARGET_ATTRIBUTE_TABLE): Define.
3804         (stormy16_attribute_table, stormy16_handle_interrupt_attribute):
3805         New.
3806         * config/v850/v850.c (v850_valid_decl_attribute): Remove.
3807         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
3808         (TARGET_ATTRIBUTE_TABLE): Define.
3809         (v850_attribute_table, v850_handle_interrupt_attribute,
3810         v850_handle_data_area_attribute): New.
3811         * config/v850/v850-c.c (mark_current_function_as_interrupt):
3812         Return void.  Call decl_attributes instead of
3813         valid_machine_attribute.
3814
3815 Fri Sep 21 01:49:41 2001  J"orn Rennecke <amylaar@redhat.com>
3816
3817         * sh-protos.h (sh_pr_n_sets): Declare.
3818         * sh.c (calc_live_regs): If the initial value for PR has been copied,
3819         look at the copy to determine if PR needs to be saved.
3820         sh_pr_n_sets: New function.
3821         * sh.h (RETURN_ADDR_RTX): Use get_hard_reg_initial_val.
3822         (ALLOCATE_INITIAL_VALUE): Define.
3823
3824         * sh.c (initial_elimination_offset):
3825         Fix RETURN_ADDRESS_POINTER_REGNUM case.
3826
3827 Fri Sep 21 01:13:56 2001  J"orn Rennecke <amylaar@redhat.com>
3828
3829         * integrate.c (allocate_initial_values): New function.
3830         * integrate.h (allocate_initial_values): Declare.
3831         * local-alloc.c (local_alloc): Move call to allocate_reg_info from
3832         here...
3833         * reload1.c (reload): And initialization of reg_equiv_memory_loc
3834         from here...
3835         * toplev.c (rest_of_compilation): To here.
3836         Call allocate_initial_values.
3837         * tm.texi: add description for ALLOCATE_INITIAL_VALUE.
3838
3839 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3840
3841         * ggc-page.c (ggc_marked_p): Properly convert return to boolean.
3842
3843 2001-09-20  DJ Delorie  <dj@redhat.com>
3844
3845         * c-typeck.c (really_start_incremental_init): Discriminate
3846         between zero-length arrays and flexible arrays.
3847         (push_init_level): Detect zero-length arrays and handle them
3848         like fixed-sized arrays.
3849         * expr.c (store_constructor): Handle zero-length arrays and
3850         flexible arrays correctly.
3851         * doc/extend.texi: Update zero-length array notes.
3852
3853 2001-09-20  Jim Wilson  <wilson@redhat.com>
3854
3855         * config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
3856         (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
3857         for issue port conflicts.
3858         (cycle_end_fill_slots): TYPE_L instructions take two slots.
3859
3860 2001-09-20  Andrew MacLeod  <amacleod@redhat.com>
3861
3862         * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
3863         on ia64.
3864
3865 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3866
3867         * fold-const.c (hashtab.h): Include.
3868         (int_const_binop): Remove FORSIZE arg and compute from type; all
3869         callers changed.
3870         Call size_int_type_wide for all single-word constants.
3871         (size_htab_hash, size_htab_eq): New functions.
3872         (size_int_type_wide): Rework to use hash table.
3873         * ggc-common.c (hashtab.h): Include.
3874         (struct d_htab_root): New struct.
3875         (d_htab_roots): New variable.
3876         (ggc_add_deletable_htab, ggc_htab_delete): New functions
3877         (ggc_mark_roots): Handle deletable htabs.
3878         * ggc-page.c (ggc_marked_p): New function.
3879         * ggc-simple.c (ggc_marked_p): Likewise.
3880         * ggc.h: Reformatting throughout.
3881         (ggc_marked_p, ggc_add_deletable_htab): New declarations.
3882         * tree.c (init_obstacks): Make type_hash_table a deletable root.
3883         (type_hash_add): Allocate struct type_hash from GC memory.
3884         (mark_hash_entry, mark_type_hash): Deleted.
3885         (type_hash_marked_p, type_hash_mark): New functions.
3886         * Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
3887
3888 Thu Sep 20 12:49:34 2001  J"orn Rennecke <amylaar@redhat.com>
3889
3890         * sh.c (shiftcosts): Don't use shiftcosts array for modes wider
3891         than SImode.
3892
3893 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3894
3895         * stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
3896         array-too-large test for signed sizetype.
3897
3898 Thu Sep 20 12:19:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
3899
3900         * i386.md (indirect_jump): Allow Pmode operand.
3901         (tablejump): LIkewise; perform expansion to 64bit mode.
3902         * i386.c (symbolic_operand): Allow 64bit PIC references.
3903         (pic_symbolic_operand): Likewise.
3904         (ix86_find_base_term): Strip the 64bit PIC references.
3905         (legitimate_pic_address_disp_p): Handle 64bit PIC.
3906         (legitimize_pic_address): Likewise.
3907         (i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
3908         * i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
3909
3910 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
3911
3912         * stringpool.c (get_identifier_with_length): New function.
3913         * tree.h (get_identifier_with_length): New prototype.
3914
3915 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
3916             David Edelsohn  <edelsohn@gnu.org>
3917
3918         Revert:
3919         * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
3920         already sign-extended.
3921
3922         * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
3923         * config/rs6000/rs6000.c (logical_operand): Always compare op as
3924         HOST_WIDE_INT.
3925         (rs6000_emit_set_long_const): Avoid unnecessary shift.
3926         (output_profile_hook): Declare label_name const.
3927         * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
3928         to match constraints.
3929
3930 2001-09-19  Stan Shebs  <shebs@apple.com>
3931
3932         * alias.c: Fix typos in comments.
3933         * sched-rgn.c (init_ready_list): Ditto.
3934         * unwind-dw2.c (uw_frame_state_for): Ditto.
3935         * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
3936         * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
3937         * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
3938
3939 2001-09-19  Richard Henderson  <rth@redhat.com>
3940
3941         * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
3942         to the exit block.
3943         * Makefile.in (cfg.o): Depend on TM_P_H.
3944
3945 2001-09-19  Richard Henderson  <rth@redhat.com>
3946
3947         * config/alpha/alpha.c (local_symbol_p): Split out from ...
3948         (local_symbolic_operand): ... here.
3949         (small_symbolic_operand): Check mode.
3950         (global_symbolic_operand): New.
3951         (input_operand): Reject symbolics if explicit relocs.
3952         (call_operand): Tidy.
3953         (alpha_legitimize_address): Use movdi_er_high_g.
3954         (alpha_expand_mov): Likewise.
3955         * config/alpha/alpha-protos.h: Update.
3956         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3957         * config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
3958         (UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
3959         (UNSPECV_LDGP2): Remove.
3960         (all call patterns): Use 's' not 'i' for symbolic constraint.
3961         (call_osf call_value_osf): Use call_operand.
3962         (all osf call patterns): Use $gp.  New peepholes for explicit relocs.
3963         (movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
3964         (prologue_ldgp_1_er): Remove.
3965         (ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
3966         (builtin_setjmp_receiver_er patterns): Use them.
3967         (exception_receiver_er): Likewise.
3968
3969 2001-09-19  Richard Henderson  <rth@redhat.com>
3970
3971         * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
3972
3973         * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
3974         and NON_LOCAL_GOTO notes.
3975         * recog.c (peephole2_optimize): Likewise.  Handle EH_REGION;
3976         copy over CALL_INSN_FUNCTION_USAGE.
3977
3978 2001-09-18  Catherine Moore  <clm@redhat.com>
3979
3980         * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN):
3981         Define as 0.
3982
3983 2001-09-18  Ulrich Weigand  <uweigand@de.ibm.com>:
3984
3985         * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
3986         new-style tm_file specification.  Specify correct tm_p_file,
3987         md_file, and out_file for s390x.
3988
3989         * config/s390/linux.h, linux64.h:  Don't include other target
3990         macro header files.  Now handled via tm_file.
3991
3992         * config/s390/linux.h, s390.h:  (IEEE_FLOAT, TARGET_IEEE_FLOAT,
3993         TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
3994         are defined before use.
3995
3996 Tue Sep 18 09:51:11 2001  Eric Christopher  <ecechristo@redhat.com>
3997
3998         * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
3999         code generation only for Gnu assembler.
4000
4001 2001-09-18  Catherine Moore  <clm@redhat.com>
4002
4003         * config/stormy16 (LIB_SPEC): Remove -lnosys.
4004
4005 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
4006
4007         * config/mips/mips.c (mips_frame_set): New.
4008         (mips_emit_frame_related_store): When storing two 32-bit FPRs, use
4009         a parallel frame-related expression with a set for each register.
4010
4011 2001-09-18  Philip Blundell  <philb@gnu.org>
4012
4013         * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
4014         header files.
4015
4016 2001-09-17  Dale Johannesen  <dalej@apple.com>
4017
4018         * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
4019         * config/rs6000/aix.h (FIXED_R2): Define.
4020         * config/rs6000/darwin.h (FIXED_R2): Define.
4021         * config/rs6000/sysv4.h (FIXED_R2): Define.
4022
4023 2001-09-17  Jeff Sturm  <jsturm@one-point.com>
4024
4025         * except.c (dw2_build_landing_pads): New local
4026         clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
4027         barrier after clobbers.  Fixes c++/4012.
4028
4029 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4030
4031         * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
4032
4033 2001-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4034
4035         * dostage2, dostage3, listing, make-l2.com, makefile.vms,
4036         patch-apollo-includes, vmsconfig.com: Remove obsolete files.
4037
4038 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4039
4040         * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
4041         alloca/strcpy.
4042
4043 2001-09-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4044
4045         * cpphash.h (_cpp_lex_direct): New.
4046         * cpplex.c (_cpp_lex_token): Update.
4047         (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
4048         and increment that pointer.
4049         * cppmacro.c (alloc_expansion_token): New.
4050         (lex_expansion_token): Lex macro expansion directly into
4051         macro storage.
4052
4053 2001-09-16  Brad Lucier  <lucier@math.purdue.edu>
4054
4055         * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
4056
4057 Sun Sep 16 21:59:46 CEST 2001  Jan hubicka  <jh@suse.cz>
4058
4059         * basic-block.h (free_bb_for_insn): Declare.
4060         * bb-reorder.c (label_for_bb): Use block_label.
4061         (emit_jump_to_block_after): Remove.
4062         (insert_intra_1): Do not update block_for_insn.
4063         (insert_inter_bb_scope_notes): Likewise; update bb->end
4064         * cfg.c (free_bb_for_insn): New.
4065         (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
4066         (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
4067         (commit_one_edge_insertion): Likewise.
4068         (commit_one_edge_insertion): Do not update BB boundary.
4069         (commit_edge_insertions): Do not call compute_bb_for_insn.
4070         * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
4071         * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
4072         (merge_blocks_move_successor_nojumps): Likewise.
4073         (try_crossjump_to_edge): Do not update block_for_insn.
4074         * combine.c (combine_instructions): Remove compute_bb_for_insn call.
4075         * df.c (df_pattern_emit_later): Do not update BB boundary.
4076         (df_jump_pattern_emit_after): Likewise.
4077         (df_insn_move_before): Use emit_insn_before.
4078         * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
4079          properly.
4080         (add_insn_after, add_insn_before, emit_insns_after): Update BB
4081         boundaries and basic_block_for_insn.
4082         (reorder_insns_nobb): Rename from reorder_insns.
4083         (reorder_insns): New.
4084         (emit_block_insn_before, emit_block_insn_after): Kill.
4085         * flow.c (check_function_return_warnings): Do not call
4086         compute_bb_for_insn; Do not free basic_block_for_insn.
4087         (attempt_auto_inc): Do not update basic_block_for_insn.
4088         * function.c (emit_return_into_block): Likewise;
4089         do not update BB boundaries.
4090         * gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
4091         (insert_insn_end_bb): Use emit_insn_before; Likewise.
4092         (pre_insert_copy_insn): Likewise.
4093         (update_ld_motion_notes): Likewise.
4094         (insert_insn_start_bb): Likewise.
4095         (replace_store_insn): Likewise.
4096         * ifcvt.c (noce_process_if_block): Likewise.
4097         (if_convert): Do not call compute_bb_for_insn.
4098         * lcm.c (optimize_mode_switching): Do not update BB boundaries.
4099         Use emit_insn_before and emit_insn_after.
4100         * recog.c (split_all_insns): Do not update BB boundaries;
4101         Do not call compute_bb_for_insn.
4102         (peephole2_optimize): Do not update BB boundaries.
4103         * reg-stack.c (emit_pop_insn): Use emit_insn_after and
4104         emit_insn_before.
4105         (emit_swap_insn): Likewise.
4106         (convert_regs_1): Likewise.
4107         * reload1.c (reload): Call compute_bb_for_insn.
4108         * rtl.h (reorder_insns_nobb): Declare.
4109         * ssa.c (rename_equivalent_regs): Use emit_insn_before.
4110         * toplev.c (rest_of_compilation): Call free_bb_for_insn
4111         at places CFG is invalidated; do not call compute_bb_for_insn.
4112
4113         * cfg.c (expunge_block): Invalidate BB structure.
4114
4115         * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
4116         array.
4117
4118         * cfg.c (verify_flow_info): Verify the basic_block_for_insn array.
4119
4120 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4121
4122         * cpphash.h (_cpp_lex_token): Update prototype.
4123         * cpplex.c (_cpp_lex_token): New prototype.
4124         * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
4125         lex_macro_node, read_flag, do_pragma_poison): Update.
4126         * cppmacro.c (cpp_get_token, parse_params,
4127         lex_expansion_token): Update.
4128
4129 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4130
4131         * cppmain.c (scan_translation_unit): Don't worry about
4132         putting a space after hashes.
4133         * cpplib.c (directive_diagnostics): New.
4134         (_cpp_handle_directive): Update to use directive_diagnostics.
4135         (run_directive): Don't toggle prevent_expansion.
4136         (do_line): Backup in case of the line extension.
4137         * cpplib.h (cpp_lexer_pos): Remove.
4138         * cppmacro.c (_cpp_create_definition): Precede a leading #
4139         with whitespace.
4140
4141 2001-09-15  Richard Henderson  <rth@redhat.com>
4142
4143         * c-typeck.c (comptypes): Handle zero-length arrays properly.
4144
4145 2001-09-15  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4146
4147         * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
4148
4149 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4150
4151         PR preprocessor/3571
4152         * tradcpp.c (handle_directive): Skip non-vertical space.
4153
4154 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4155
4156         * cppmain.c (setup_callbacks): Set line callback only
4157         if outputting preprocessed source.
4158
4159 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4160
4161         * collect2.c (main): Const-ification.
4162         * gcc.c (translate_options, process_command): Use xstrdup in
4163         lieu of xmalloc/strcpy.
4164         (main): Use concat in lieu of xmalloc/strcpy/strcat.
4165
4166 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4167
4168         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
4169         example.
4170
4171 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4172
4173         * scan-decls.c (scan_decls): Fix typo.
4174
4175 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4176
4177         * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
4178         Split mlstring_pos into mls_line and mls_col.
4179         * cppinit.c (cpp_create_reader): Initialize line to 1.
4180         (cpp_destroy): Free tokenruns.
4181         (push_include): Don't update lexer_pos.
4182         * cpplex.c (unterminated, parse_string): Update.
4183         (lex_token): Don't update lexer_pos, update.
4184         * cpplib.c (if_stack): Save line instead of line + col.
4185         (start_directive, _cpp_do__Pragma, do_else, do_elif,
4186         push_conditional, _cpp_pop_buffer): Update.
4187         * cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
4188         (_cpp_create_definition): Update.
4189
4190 2001-09-15  Eric Christopher  <echristo@redhat.com>
4191
4192         * config/mips/abi64.h: Add support for MEABI.
4193
4194 2001-09-15  Eric Christopher  <echristo@redhat.com>
4195
4196         * config/mips/mips.md: Add unspec #2.
4197         (reload_indi): Use.
4198         (reload_outdi): Ditto.
4199         (reload_outsi): Ditto.
4200         (HILO_delay): New.
4201
4202 2001-09-15  Eric Christopher  <echristo@redhat.com>
4203             Jason Eckhardt  <jle@redhat.com>
4204
4205         * config.gcc: Add mipsisa32 target and mipsisa32-linux target.
4206         * config/mips/isa32-linux.h: New file.
4207         * config/mips/isa3264.h: Ditto.
4208         * config/mips/mips-protos.h: Add mips_hard_regno_nregs.
4209         * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
4210         (output_block_mode): Support MEABI.
4211         (function_arg): Ditto. Fix floating point arg passing.
4212         (mips_va_start): Ditto.
4213         (override_options): Add isas 32 and 64, meabi, mips32 and mips64
4214         processors.
4215         (mips_asm_file_start): Add new section to pass abi to gdb.
4216         (function_arg_pass_by_reference): Support MEABI.
4217         (mips_parse_cpu): Support mips32 and mips64 processors.
4218         * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
4219         TARGET_MIPS5KC.  Support isa32 and isa64.
4220         (processor_type): Add r4kc, r5kc, r20kc.
4221         (GENERATE_MULT3_SI): New.
4222         (GENERATE_MULT3_DI): Ditto.
4223         (GENERATE_MULT3): Remove.
4224         (ISA_HAS_64BIT_REGS): Add isa == 64.
4225         (ISA_HAS_8CC): Add mips_isa = 32 and 64.
4226         (ISA_HAS_MADD_MSUB): New.
4227         (ISA_HAS_CLZ_CLO): Ditto.
4228         (ISA_HAS_DCLZ_DCLO): Ditto.
4229         (ABI_GAS_ASM_SPEC): New.
4230         (GAS_ASM_SPEC): Use. Add support for mips32, mips64.
4231         (ASM_SPEC): Ditto.
4232         (LINK_SPEC): Ditto.
4233         (SUBTARGET_CC1_SPEC): Ditto.
4234         (SUBTARGET_CPP_SIZE_SPEC): Ditto.
4235         (PAD_VARARGS_DOWN): Support MEABI.
4236         (HARD_REGNO_NREGS): Move to mips.c.
4237         (ASM_OUTPUT_IDENT): Add #undef.
4238         * config/mips/mips.md: Add r4kc, r5kc, r20kc.
4239         (mulsi3): Use GENERATE_MULT3_SI.
4240         (mulsi3_mult3): Ditto.  Support mips32, mips64.
4241         (mul_acc_si): Use ISA_HAS_MADD_MSUB.
4242         (mul_sub_si): New pattern.
4243         (unnamed splitters): New.
4244         (muldi3): Use GENERATE_MULT3_DI.
4245         (muldi3_internal2): Ditto.
4246         (movdicc): Support mips32.
4247         * config/mips/t-isa3264: New file.
4248
4249 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
4250
4251         * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
4252         || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
4253         || HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
4254
4255         * reorg.c (fill_slots_from_thread): After call to
4256         steal_delay_list_from_target, update own_thread as new_thread may
4257         have branched.
4258
4259 2001-09-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4260
4261         * cpperror.c (print_location): Take line and column, for
4262         default positioning use the previously lexed token.
4263         (_cpp_begin_message): Take line and column.
4264         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
4265         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
4266         * cpphash.h (_cpp_begin_message): Update prototype.
4267         * cppinit.c (push_include): Don't set output line.
4268         * cpplex.c (_cpp_lex_token): Callback for start of new output lines.
4269         * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
4270         (do_pragma): Kludge for front ends.  Don't expand macros at all.
4271         * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
4272         (struct cpp_token): Remove output_line.
4273         (struct cpp_callbacks): New member line_change.
4274         * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
4275         cpp_get_token): Preserve BOL flag.
4276         (cpp_get_line): Remove.
4277         (_cpp_backup_tokens): Remove useless abort().
4278         * cppmain.c (cb_line_change): New.
4279         (scan_translation_unit): Don't worry about starting new lines here.
4280         * scan-decls.c (scan_decls): Update.
4281         * c-lex.c (c_lex, init_c_lex): Update.
4282         (cb_line_change, src_lineno): New.
4283
4284 Fri Sep 14 13:54:50 EDT 2001  John Wehle  (john@feith.com)
4285
4286         * tree.c (append_random_chars): Generate the random
4287         characters in a reproducable fashion.
4288
4289 2001-09-14  Richard Henderson  <rth@redhat.com>
4290
4291         * config/i386/i386.c (internal_label_prefix): New.
4292         (internal_label_prefix_len): New.
4293         (override_options): Set them.
4294         (local_symbolic_operand): New.
4295         (legitimate_pic_address_disp_p): Use it.
4296         (legitimize_pic_address): Likewise.
4297
4298 2001-09-14  Marc Espie <espie@openbsd.org>
4299
4300         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
4301         correctly.
4302
4303 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4304
4305         * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
4306         * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
4307
4308 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
4309
4310         * rtlanal.c (subreg_regno_offset): Add semicolon to end of
4311         invocation of SUBREG_REGNO_OFFSET.
4312
4313         * haifa-sched.c: Fix typo in FSF copyright statement.
4314         * sched-deps.c: Fix typo in FSF copyright statement.
4315         * sched-ebb.c: Fix typo in FSF copyright statement.
4316         * sched-rgn.c: Fix typo in FSF copyright statement.
4317         * sched-vis.c: Fix typo in FSF copyright statement.
4318
4319         * config.gcc: Move inclusion of arm elf specific header files
4320         from the files themselves into the tm_file variable.  Make
4321         sure that elfos.h is included before target specific elf
4322         headers.
4323         * config/arm/aout.h (NO_DOLLAR_IN_LABEL): Only define if not
4324         already defined.
4325         (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Protect definition.
4326         * config/arm.arm.h (TARGET_MEM_FUNCTIONS,
4327         ASM_OUTPUT_CASE_LABEL): Protect definition.
4328         (CC1_SPEC, FP_DEFAULT, ARM_FUNCTION_PROFILE): Only define if
4329         not already defined.
4330         * config/arm/conix-elf.h: (USER_LABEL_PREFIX,
4331         LOCAL_LABEL_PREFIX, MAKE_DECL_ONE_ONLY, UNIQUE_SECTION):
4332         Remove duplicate definition.
4333         (READONLY_DATA_SECTION, SUBTARGET_EXTRA_SECTION,
4334         (SUBTARGET_EXTRA_SECTION_FUNCTION, RDATA_SECTION_ASM_OP,
4335         (RDATA_SECTION_FUNCTION): Remove redundant definition.
4336         (STARTFILE_SPEC, ENDFILE_SPEC): Protect definition.
4337         Remove inclusion of arm/elf.h.
4338         * config/arm/unknown-elf.h: as for conix-elf.h.
4339         (STARTFILE_SPEC): Include crti.o and crtn.o.
4340         * config/arm/linux-elf.h: as for conix-elf.h.
4341         * config/arm/ecos-elf.h: Remove inclusion of unknown-elf.h.
4342         * config/arm/strongarm-elf.h: Remove inclusion of
4343         unknown-elf.h.
4344         * config/arm/xscale-elf.h: Remove inclusion of unknown-elf.h.
4345         * config/arm/unknown-elf-oabi.h: Remove inclusion of
4346         unknown-elf.h and elf.h.
4347         * config/arm/uclinux-elf.h: Remove inclusion of linux-elf.h.
4348         * config/arm/linux-gas.h (DBX_DEBUGGING_INFO,
4349         ASM_WEAKEN_LABEL): Remove redundant definition.
4350         * config/arm/elf.h: Test for inclusion of elfos.h
4351         (USER_LABEL_PREFIX, ASM_DECLARE_RESULT, ASM_DECLARE_RESULT,
4352         ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT_NAME,
4353         SUBTARGET_EXTRA_SECTION, SUBTARGET_EXTRA_SECTION_FUNCTION,
4354         EXTRA_SECTIONS, INT_ASM_OP, ASM_WEAKEN_LABEL): Remove
4355         redundant definition.
4356         (TYPE_OPERAND_FMT, ASM_DECLARE_FUNCTION_NAME,
4357         ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_INTERNAL_LABEL,
4358         ASM_OUTPUT_ALIGNED_COMMON): Protect definition.
4359         * t-arm-elf (EXTRA_MULTILIB_PARTS): Add crti.o and crtn.o.
4360         Add rules to build crti.o and crtn.o
4361         * crti.asm: New file.
4362         * crtn.asm: New file.
4363
4364 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4365
4366         * c-parse.in (_yylex): Use _cpp_backup_tokens.
4367         * cpphash.h (struct tokenrun): Add prev.
4368         (struct lexer_state): Remove bol.
4369         (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
4370         (_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
4371         : Remove.
4372         * cppinit.c (cpp_create_reader): Don't set bol.
4373         (cpp_destroy): Don't free lookaheads.
4374         * cpplex.c (lex_directive): Remove.
4375         (next_tokenrun): Update.
4376         (_cpp_lex_token): Clean up logic.
4377         (lex_token): Update to return a pointer to lexed token, since it
4378         can move to the start of the buffer.  Simpify newline handling.
4379         * cpplib.c (SEEN_EOL): Update.
4380         (skip_rest_of_line): Remove lookahead stuff.
4381         (end_directive): Line numbers are already incremented.  Revert
4382         to start of lexed token buffer if we can.
4383         (_cpp_handle_directive, do_pragma, do_pragma_dependency,
4384         parse_answer): Use _cpp_backup_tokens.
4385         (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
4386         instead.  Don't check for EOL.
4387         (do_include_common, do_line, do_pragma_system_header): Use
4388         skip_rest_of_line.
4389         * cpplib.h (BOL, _cpp_backup_tokens): New.
4390         * cppmacro.c (save_lookahead_token, take_lookahead_token,
4391         alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
4392         cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
4393         (builtin_macro): Don't use cpp_get_line.
4394         (cpp_get_line): Short term kludge.
4395         (parse_arg): Handle directives in arguments here.  Back up when
4396         appropriate.  Store EOF at end of argument list.
4397         (funlike_invocation_p): Use _cpp_backup_tokens.
4398         (push_arg_context): Account for EOF at end of list.
4399         (cpp_get_token): Remove lookahead stuff.  Update.
4400
4401 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4402
4403         * c-parse.in (yyerror): Const-ification and/or static-ization.
4404         * c-typeck.c (push_member_name): Likewise.
4405         * collect2.c (main): Likewise.
4406         * dbxout.c (dbxout_parms): Likewise.
4407         * diagnostic.c (format_with_decl): Likewise.
4408         * dwarf2out.c (output_ranges): Likewise.
4409         * dwarfout.c (fundamental_type_code): Likewise.
4410         * except.c (dw2_output_call_site_table): Likewise.
4411         * gcc.c (do_spec_1): Likewise.
4412         * genopinit.c (optabs): Likewise.
4413         * objc/objc-act.c (synth_id_with_class_suffix, start_class,
4414         gen_declaration_1, handle_impent): Likewise.
4415         * protoize.c (default_include, in_system_include_dir, abspath):
4416         Likewise.
4417         * sched-vis.c (visualize_stall_cycles): Likewise.
4418         * sdbout.c (plain_type_1, sdbout_end_function,
4419         sdbout_end_epilogue): Likewise.
4420         * varasm.c (decode_reg_name): Likewise.
4421
4422         * 1750a.c (mod_regno_adjust): Likewise.
4423         * alpha.c (alpha_write_one_linkage,
4424         unicosmk_output_default_externs): Likewise.
4425         * arm.c (arm_condition_codes): Likewise.
4426         * arm.h (arm_condition_codes): Likewise.
4427         * avr.c (output_movsisf, encode_section_info): Likewise.
4428         * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
4429         Likewise.
4430         * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
4431         * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
4432         * m88k.c (output_function_profiler): Likewise.
4433         * mips.c (mips_output_conditional_branch): Likewise.
4434         * ns32k.c (ns32k_out_reg_names): Likewise.
4435         * ns32k.h (ns32k_out_reg_names): Likewise.
4436         * pj.c (pj_output_rval): Likewise.
4437         * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
4438         * sparc.c (sparc_flat_function_prologue,
4439         sparc_flat_function_epilogue): Likewise.
4440
4441 2001-09-13  Markus Werle <numerical.simulation@web.de>
4442             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4443
4444         * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
4445         Aachen University of Technology".
4446
4447 2001-09-13  Andreas Schwab  <schwab@suse.de>
4448
4449         * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
4450         C99.
4451
4452 2001-09-13  Richard Henderson  <rth@redhat.com>
4453
4454         * config/alpha/alpha.c (small_symbolic_operand): New.
4455         (override_options): Set MASK_SMALL_DATA based on pic/PIC.
4456         (some_operand, input_operand): Don't handle HIGH.
4457         (alpha_legitimize_address): Use it.  Emit HIGH with PLUS gp.
4458         (alpha_expand_mov): Likewise.
4459         (print_operand) [H]: Just print HIGH symbol.
4460         (print_operand_address): Handle small data.
4461         * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
4462         (TARGET_SWITCHES): Add -msmall-data/large-data.
4463         (PIC_OFFSET_TABLE_REGNUM): New.
4464         (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
4465         (PREDICATE_COES): Update.
4466         * config/alpha/alpha.md (adddi_er_high): New.
4467         (adddi_er_low): Handle small data.
4468         * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
4469         prefer .sdata to .rodata.
4470         (SELECT_RTX_SECTION): Likewise.
4471
4472 2001-09-12  Josh Martin  <josh.martin@abq.sc.philips.com>
4473
4474         * fixinc/inclhack.def(hpux11_size_t): Keep HP-UX headers from
4475         defining __size_t and leaving size_t undefined.
4476
4477 2001-09-12  Diego Novillo  <dnovillo@redhat.com>
4478
4479         * basic-block.h (expunge_block): Declare.
4480         * cfg.c (expunge_block): Remove static declaration.
4481
4482 2001-09-12  Richard Henderson  <rth@redhat.com>
4483
4484         * integrate.c (copy_insn_list): Copy label name from
4485         NOTE_INSN_DELETED_LABEL.
4486
4487 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4488
4489         * c-common.c (c_tree_code_name): Const-ification.
4490         * c-decl.c (c_decode_option): Likewise.
4491         * c-typeck.c (warn_for_assignment): Likewise.
4492         * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
4493         Likewise.
4494         * cppinit.c (output_deps): Likewise.
4495         * dependence.c (dependence_string, direction_string): Likewise.
4496         * dwarf2out.c (output_ranges): Likewise.
4497         * fixinc/fixfixes.c (emit_gnu_type): Likewise.
4498         * fixinc/gnu-regex.c (re_error_msgid): Likewise.
4499         * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
4500         standard_startfile_prefix, standard_startfile_prefix_1,
4501         standard_startfile_prefix_2, tooldir_base_prefix,
4502         standard_bindir_prefix, find_a_file): Likewise.
4503         * genattrtab.c (make_length_attrs): Likewise.
4504         * gencheck.c (tree_codes): Likewise.
4505         * genemit.c (gen_split): Likewise.
4506         * genrecog.c (special_mode_pred_table): Likewise.
4507         * graph.c (graph_ext): Likewise.
4508         * protoize (default_include): Likewise.
4509         * reload.c (reload_when_needed_name): Likewise.
4510         * sched-vis.c (visualize_stall_cycles): Likewise.
4511         * tlink.c (recompile_files): Likewise.
4512         * toplev.c (decode_g_option): Likewise.
4513         * tradcpp.c (output_deps): Likewise.
4514         * varasm.c (decode_reg_name): Likewise.
4515
4516         * arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
4517         Const-ification.
4518         * arm.md: Likewise.
4519         * avr.c (avr_regnames, encode_section_info): Likewise.
4520         * c4x.c (float_reg_names): Likewise.
4521         * darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
4522         * elfos.h (const_section): Likewise.
4523         * i386.c (ix86_comp_type_attributes): Likewise.
4524         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
4525         * ia64/aix.h (UNIQUE_SECTION): Likewise.
4526         * ia64.c (type_names): Likewise.
4527         * m68hc11.c (reg_class_names): Likewise.
4528         * m88k.c (m_options): Likewise.
4529         * mips.c (mips_output_conditional_branch, mips_unique_section):
4530         Likewise.
4531         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
4532         * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
4533         ultra_code_names): Likewise.
4534         * sparc.h (OVERRIDE_OPTIONS): Likewise.
4535
4536 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
4537
4538         * configure.in (gcc_cv_as_shf_merge): Fix a typo.
4539         Use --fatal-warnings option for gas.
4540         * configure: Rebuilt.
4541
4542 2001-09-12  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4543
4544         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
4545
4546 2001-09-11  Jim Wilson  <wilson@redhat.com>
4547
4548         * alias.c (clear_reg_alias_info): Only handle pseudo registers.
4549
4550 2001-10-11  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4551
4552         * builtins.c (c_strlen): Treat an offset too large for a
4553         HOST_WIDE_INT as out of range.
4554
4555 Tue Sep 11 18:57:47 CEST 2001  Jan Hubicka  <jh@suse.cz>
4556
4557         * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
4558         (EDGE_CRITICAL_P): New predicate.
4559         * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
4560         handling.
4561         (insert_insn_on_edge): Use EDGE_CRITICAL_P.
4562         (dump_edge_info): Remove "crit".
4563         * cfganal.c (mark_critical_edges): Kill.
4564         * cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
4565         * cfgcleanup.c (cleanup_cfg): Likewise.
4566         * profile.c (instrument_edges): Use EDGE_CRITICAL_P.
4567         (find_spanning_tree): Likewise.
4568         * reg-stack.c (convert_regs_1): Likewise.
4569         * ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
4570
4571         * basic-block.h (create_basic_block_structure): New.
4572         (create_basic_block): Update prototype.
4573         (force_nonfallthru): New.
4574         * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
4575         * cfg.c (create_basic_block_structure): Rename from create_basic_block;
4576         handle updating of block_for_insn, creating of empty BBs and BBs at
4577         the end of INSN chain.
4578         (create_basic_block): New function.
4579         (split_block): Use create_basic_block.
4580         (force_nonfallthru_and_redirect): Break out from ...; cleanup
4581         (redirect_edge_and_branch_force): ... here.
4582         (force_nonfallthru): New.
4583         (split_edge): Rewrite to use force_nonfallthru and create_block.
4584         * cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
4585         (find_basic_blocks): Free basic_block_for_insn.
4586         * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
4587
4588         * cfg.c: Fix formating.
4589         * cfgcleanup.c: Fix formating.
4590         (merge_blocks, tail_recursion_label_p): Return bool.
4591         (merge_blocks_move_predecessor_nojumps,
4592          merge_blocks_move_successor_nojumps): Return void.
4593
4594 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
4595
4596         * configure.in: Check whether assembler supports section merging.
4597         * config.in: Rebuilt.
4598         * configure: Rebuilt.
4599         * varasm.c (variable_section, output_constant_pool): Pass alignment
4600         to SELECT_SECTION and SELECT_RTX_SECTION.
4601         (mergeable_string_section): New.
4602         (mergeable_constant_section): New.
4603         (default_elf_asm_named_section): Output SECTION_MERGE and
4604         SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
4605         * output.h (mergeable_string_section): New.
4606         (mergeable_constant_section): New.
4607         (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
4608         * toplev.c (flag_merge_constants): New.
4609         (f_options): Add -fmerge-constants and -fmerge-all-constants
4610         options.
4611         (toplev_main): Default to -fno-merge-constants if not optimizing.
4612         * flags.h (flag_merge_constants): Add extern.
4613         * invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
4614         * tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
4615         argument.
4616         * config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
4617         Define if assembler has working .subsection -1 support.
4618         (SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
4619         Put constant into special SHF_MERGE sections if the linker should
4620         attempt to merge duplicates.
4621         * config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
4622         macro argument.
4623         Put constant into special SHF_MERGE sections if the linker should
4624         attempt to merge duplicates.
4625         * config/alpha/elf.h: Likewise.
4626         (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
4627         has working .subsection -1 support.
4628         * config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
4629         SELECT_SECTION.
4630         * config/svr3.h: Likewise.
4631         * config/darwin.h: Likewise.
4632         * config/arm/aof.h: Likewise.
4633         * config/arm/linux-elf.h: Likewise.
4634         * config/avr/avr.h: Likewise.
4635         * config/c4x/c4x.h: Likewise.
4636         * config/d30v/d30v.h: Likewise.
4637         * config/i386/dgux.h: Likewise.
4638         * config/i386/osfrose.h: Likewise.
4639         * config/i386/sco5.h: Likewise.
4640         * config/i386/svr3gas.h: Likewise.
4641         * config/ia64/aix.h: Likewise.
4642         * config/m32r/m32r.h: Likewise.
4643         * config/m68k/m68k.h: Likewise.
4644         * config/m88k/dgux.h: Likewise.
4645         * config/m88k/m88k.h: Likewise.
4646         * config/mcore/mcore-pe.h: Likewise.
4647         * config/mips/mips.h: Likewise.
4648         * config/pa/pa.h: Likewise.
4649         * config/pa/pa-linux.h: Likewise.
4650         * config/romp/romp.h: Likewise.
4651         * config/rs6000/sysv4.h: Likewise.
4652         * config/rs6000/xcoff.h: Likewise.
4653         * config/s390/linux.h: Likewise.
4654         * config/sparc/sparc.h: Likewise.
4655         * config/sparc/sysv4.h: Likewise.
4656         * config/stormy16/stormy16.h: Likewise.
4657         * config/v850/v850.h: Likewise.
4658         * config/vax/vms.h: Likewise.
4659         * config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
4660         and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
4661         * config/sparc/sparc.c (sparc_elf_asm_named_section): Use
4662         default_elf_asm_named_section for SHF_MERGE sections.
4663
4664 Tue Sep 11 17:55:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
4665
4666         * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
4667         is OK.
4668
4669 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4670
4671         * c-common.c (split_specs_attrs): Allow for empty attributes with
4672         empty TREE_PURPOSE.  Fixes PR c/4294.
4673
4674 Tue Sep 11 11:37:52 CEST 2001  Jan Hubicka  <jh@suse.cz>
4675
4676         * basic-block.h (cached_make_edge, make_single_succ): New.
4677         (make_edge): Remove first parameter.
4678         * bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
4679         * cfg.c (cached_make_edge): Rename from make_edge; return newly
4680         created edge; use obstack allocation.
4681         (make_edge, make_single_succ_edge): New.
4682         (first_removed_edge): New static variable.
4683         (init_flow): Initialize first_removed_edge and n_edges.
4684         (clear_edges): Use remove_edge.
4685         (flow_delete_block): Likewise.
4686         (remove_edge): Add removed edges to the removed edges list.
4687         (split_block, redirect_edge_and_branch_force, split_edge):
4688         Use make_edge.
4689         * cfganal.c (flow_call_edges_add): Updaet make_edge call.
4690         (add_noreturn_fake_exit_edges): Likewise.
4691         (connect_infinite_loops_to_exit): Liekwise.
4692         * cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
4693         Use cached_make_edge.
4694         * cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
4695         * profile.c (branch_prob): Update make_edge call.
4696         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
4697
4698 2001-09-11  Richard Henderson  <rth@redhat.com>
4699
4700         * config/alpha/alpha.c: Tidy formatting.
4701         (local_symbolic_operand): Verify mode.
4702         (alpha_sa_mask): Ignore unicos for eh_return.
4703         (alpha_expand_epilogue): Handle sp_adj2 zero, not NULL.
4704         * config/alpha/alpha.md (umk divsi patterns): Remove.
4705         (extendsfdf2): Remove unicos check.
4706         (tablejump): Merge vms and unicos code; always use direct set
4707         plus label_ref use.
4708
4709 2001-09-11  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4710
4711         * config.gcc (alpha*-*-unicosmk*): New target.
4712
4713         * config/alpha/alpha-protos.h (symbolic_operand,
4714         unicosmk_add_call_info_word, unicosmk_add_extern,
4715         unicosmk_defer_case_vector, unicosmk_unique_section,
4716         unicosmk_output_align, unicosmk_text_section, unicosmk_data_section,
4717         unicosmk_asm_file_start, unicosmk_asm_file_end,
4718         unicosmk_output_common): Declare.
4719
4720         * config/alpha/alpha.c (NUM_ARGS, override_options, call_operand,
4721         direct_return, function_arg, alpha_va_start, alpha_va_arg,
4722         alpha_does_function_need_gp, alpha_end_function): Support Cray
4723         Unicos/Mk.
4724         (alpha_init_machine_status, alpha_mark_machine_status,
4725         alpha_free_machine_status, unicosmk_output_deferred_case_vectors,
4726         unicosmk_gen_dsib, unicosmk_output_ssib, unicosmk_need_dex,
4727         unicosmk_asm_named_section, unicosmk_insert_attributes,
4728         unicosmk_section_type_flags, symbolic_operand,
4729         unicosmk_output_module_name, unicosmk_output_default_externs,
4730         unicosmk_output_dex, unicosmk_output_externs,
4731         unicosmk_output_addr_vec, unicosmk_ssib_name,
4732         unicosmk_initial_elimination_offset, unicosmk_asm_file_start,
4733         unicosmk_asm_file_end, unicosmk_output_common,
4734         unicosmk_section_type_flags, unicosmk_unique_section,
4735         unicosmk_add_call_info_word, unicosmk_text_section,
4736         unicosmk_data_section, unicosmk_extern_list, unicosmk_extern_head,
4737         unicosmk_add_extern, unicosmk_dex, unicosmk_dex_list,
4738         unicosmk_dex_count, unicosmk_special_name): New.
4739         (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
4740         TARGET_ABI_UNICOSMK.
4741         (get_aligned_mem, alpha_expand_unaligned_load,
4742         alpha_expand_unaligned_store, alpha_expand_unaligned_load_words,
4743         alpha_expand_unaligned_store_words): Support big-endian mode.
4744         (print_operand): Likewise. New format specifier 't'. Use
4745         TARGET_AS_SLASH_BEFORE_SUFFIX.
4746         (alpha_is_stack_procedure): Rename from vms_is_stack_procedure.
4747         (alpha_pv_save_size): Update with above change.
4748         (alpha_sa_mask, alpha_sa_size, alpha_expand_prologue,
4749         alpha_start_function, alpha_expand_epilogue): Likewise. Support Cray
4750         Unicos/Mk.
4751
4752         * config/alpha/alpha.h (TARGET_ABI_UNICOSMK): New.
4753         (TARGET_ABI_OSF): Exclude TARGET_ABI_UNICOSMK.
4754         (TARGET_AS_SLASH_BEFORE_SUFFIX): New.
4755         (EXTRA_CONSTRAINT): New constraint 'U'.
4756         (PREDICATE_CODES): Add symbolic_operand.
4757
4758         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM,
4759         UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): New constants.
4760         (mulsi3, *mulsi_se, mulvsi3): Disable for TARGET_ABI_UNICOSMK.
4761         (integer division and modulus patterns): Split in default and
4762         Unicos/Mk versions.
4763         (*divmodsi_internal, *divmoddi_internal): Disable for
4764         TARGET_ABI_UNICOSMK.
4765         (unaligned_extend?idi, unaligned_load?i, unaligned_store?i): Split in
4766         little-endian and big-endian versions.
4767         (ext, ins, msk): Likewise.
4768         (extv, extzv, insv): Support big-endian mode.
4769         (call, call_value, tablejump): Support TARGET_ABI_UNICOSMK.
4770         (call_umk, call_value_umk, *call_umk, tablejump_umk,
4771         *tablejump_umk_internal, *call_value_umk): New.
4772         (*movdi_nofix): Add pattern for loading an address into a register on
4773         TARGET_ABI_UNICOSMK.
4774         (umk_laum, umk_lal, umk_lalm, *umk_load_ciw): New.
4775         (umk_mismatch_args, arg_home_umk): New.
4776         (various insns): Don't use mov, fmov, nop, fnop and unop.
4777         (realign): Support TARGET_ABI_UNICOSMK.
4778
4779         * config/alpha/unicosmk.h: New file.
4780         * config/alpha/t-unicosmk: New file.
4781
4782         * fixinc/inclhack.def (unicosmk_restrict): New.
4783         * fixinc/fixincl.x: Regenerate.
4784
4785         * ginclude/stddef.h (size_t): Check for and define __SIZE_T__.
4786         (wchar_t): Check for and define __WCHAR_T__.
4787
4788 2001-09-11  Richard Sandiford  <rsandifo@redhat.com>
4789
4790         * combine.c (simplify_shift_const): Treat shifts by the mode
4791         size as undefined.
4792
4793 2001-09-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4794
4795         * cpphash.h (struct tokenrun): New.
4796         (struct cpp_context): New member bol.
4797         (struct cpp_reader): New members.
4798         (_cpp_init_tokenrun): New.
4799         * cppinit.c (cpp_create_reader): Set up the token runs.
4800         * cpplex.c (lex_directive, lex_token, next_tokenrun): New.
4801         (lex_token): New internalised version of _cpp_lex_token.  Don't
4802         handle directives or the multiple include opimisation here any
4803         more.  Simply lex a token.
4804         * cpplib.c (run_directive): Clear bol.
4805         (_cpp_pop_buffer): Set bol.
4806         * cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
4807         arguments.
4808
4809 2001-09-11  Michael Meissner  <meissner@redhat.com>
4810
4811         * config/mips/mips.h (CC1_SPEC): If -mgp32 default to -mfp32, and
4812         give an error if the user uses -mfp32.
4813         (CPP_FPR_SPEC): Define __mips_fpr to be 32 or 64 depending on the
4814         default options.
4815         (CPP_SPEC): Define __mips_fpr to be 32 or 64, depending on the
4816         floating point register size.
4817         (EXTRA_SPECS): Add CPP_FPR_SPEC.
4818
4819         * config/mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Use
4820         HOST_WIDE_INT_PRINT_DEC to properly print the result of
4821         int_size_in_bytes.
4822         * config/mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
4823         * config/mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
4824
4825 2001-09-11  Hans-Peter Nilsson  <hp@axis.com>
4826
4827         * dbxout.c (dbxout_parms): Fix typo in comment.
4828         * unroll.c (loop_find_equiv_value): Ditto.
4829         * toplev.c (rest_of_compilation): Ditto.
4830         * loop.c (scan_loop): Ditto.
4831         * dwarf2out.c (struct dw_fde_struct): Ditto.
4832
4833 2001-09-10  Zack Weinberg  <zackw@panix.com>
4834
4835         * cpplex.c (parse_identifier): Fast-path optimize.  Avoid
4836         copying identifier when we're just going to throw it away.
4837         (parse_identifier_slow): New routine to handle abnormal cases.
4838         (_cpp_lex_token): Update call site.
4839
4840         * hashtable.c (ht_lookup): Don't assume that the string we've
4841         been given is NUL-terminated.
4842         * system.h: #define __builtin_expect(a, b) to (a) if not
4843         GCC >=3.0.
4844
4845 2001-09-10  Michael Meissner  <meissner@redhat.com>
4846
4847         * config.gcc (sparc64-*-solaris2): Add alias to be compatible with
4848         binutils, gdb.
4849
4850 2001-09-10  David Edelsohn  <edelsohn@gnu.org>
4851
4852         * config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
4853
4854 Mon Sep 10 16:26:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4855
4856         * builtins.c (c_getstr): Correct thinko in last change and further
4857         cleanup.
4858
4859 2001-09-10  Tim Freeman <tim@fungibole.com>
4860
4861         * dwarf2out.c (incomplete_types, decl_scope_table): Make them
4862         into varray's and register them as roots with the garbage
4863         collector so they are not collected too soon.
4864
4865 Mon Sep 10 14:21:26 CEST 2001  Jan Hubicka  <jh@suse.cz>
4866
4867         * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):
4868         New.
4869         * basic-block.h (flow_obstack, label_value_list,
4870         tail_recursion_label_list): Declare
4871         (tidy_fallthru_edges): Declare.
4872         (expunge_block, last_loop_beg_note): Delete.
4873         (can_fallthru, flow_nodes_print, flow_edge_list_print): Declare.
4874         * cfg.c: New file
4875         (basic_block_for_insn, label_value_list): Move from flow.c; make global.
4876         (n_basic_blocks, n_edges, basic_block_info, entry_exit_blocks,
4877         init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
4878         flow_delete_insn, flow_delete_insn_chain, create_basic_block,
4879         expunge_block, flow_delete_block, compute_bb_for_insn,
4880         update_bb_for_insn, set_block_for_insn, set_block_for_new_insns,
4881         make_edge, remove_edge, redirect_edge_succ, redirect_edge_succ_nodup,
4882         redirect_edge_pred, split_block, marge_blocks_nomove, block_label,
4883         try_redirect_by_replacing_jump, last_loop_beg_note,
4884         redirect_edge_and_branch, redirect_edge_and_branch_force,
4885         tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p,
4886         split_edge, insert_insn_on_edge, commit_one_edge_insertion,
4887         commit_edge_insertions, dump_flow_info, debug_flow_info,
4888         dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
4889         verify_flow_info, purge_dead_edges, purge_all_dead_edges):
4890         Move here from flow.c
4891         * cfganal.c: New file.
4892         (forwarder_block_p, can_fallthru, mark_critical_edges,
4893          mark_dfs_back_edges, need_fake_edge_p, flow_call_edges_add,
4894          find_unreachable_blocks, create_edge_list, free_edge_list,
4895          print_edge_list, verify_edge_list, find_edge_index, flow_nodes_print,
4896          flow_edge_list_print, remove_fake_successors, remove_fake_edges,
4897          add_noreturn_fake_exit_edges, connect_infinite_loops_to_exit,
4898          flow_reverse_top_sort_order_compute, flow_depth_first_order_compute,
4899          flow_dfs_compute_reverse_init, flow_dfs-compute_reverse_add_bb,
4900          flow_dfs-compute_reverse_execute, flow_dfs_compute_reverse_finish);
4901         Move here from flow.c
4902         * cfgbuild.c: New file
4903         (count_basic_blocks, find_label_refs, make_label_edge, make_eh_edge,
4904          make_edges, find_basic_blocks_1, find_basic_blocks,
4905          find_sub_basic_blocks): Move here from flow.c
4906         * cfgcleanup.c: New file.
4907         (try_simplify_condjump, try_forward_edges, tail_recursion_label_p,
4908          merge_blocks_move_predecessor_nojumps,
4909          merge_blocks_move_successor_nojumps, merge_blocks,
4910          flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
4911          try_crossjump_bb, try_optimize_cfg): Move here from flow.c
4912         (delete_unreachable_blocks, cleanup_cfg): Likewise; return true
4913         if succeeded.
4914         * cfgloop.c: New file
4915         (flow_loops_cfg_dump, flow_loop_nested_p, flow_loop_dump,
4916          flow_loops_dump, flow_loops_free, flow_loop_entry_edges_find,
4917          flow_loop_exit_edges_find, flow_loop_nodes_find,
4918          flow_loop_pre_header_scan, flow_loop_pre_header_find,
4919          flow_loop_tree_node_add, flow_loops_tree_build,
4920          flow_loop_level_compute, flow_loops_level_compute, flow_loop_scan,
4921          flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
4922         Move here from flow.c
4923         * flow.c: Remove everything moved elsewhere
4924         * output.h (cleanup_cfg): Return bool.
4925
4926         * bb-reorder.c (reorder_block_def): Remove 'index'.
4927         (insert_intra_1): Add argument BB, set block for new note.
4928         (make_reorder_chain): Do not depdent on BB indexes.
4929         (make_reorder_chain_1): Do not use BB indexes.
4930         (label_for_bb): Likewise; set BB for new insn.
4931         (emit_jump_to_block_after): Likewise.
4932         (fixup_reoder_chain): Sanity check that all basic blocks
4933         are chained; verify newly created insn chain; remove
4934         undocnitional jump simplifying; Do not use BB indexes;
4935         properly initialize count and frequency information;
4936         dump reordered sequence.
4937         (insert_intra_bb_scope_notes): update call of insert_intra_1.
4938         (insert_inter_bb_scope_notes): Set block for new insn.
4939         (reorder_basic_blocks): Dump flow info before reoredering.
4940
4941 Mon Sep 10 06:47:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4942
4943         * alias.c (clear_reg_alias_info): Use K&R format definition.
4944         Avoid unsigned warning.
4945         * builtins.c: Use "unsigned int", not "unsigned".
4946         (target_char_cast): Use host_integerp and tree_low_cst.
4947         (expand_builtin_args_info, expand_builtin_frame_address): Likewise.
4948         (c_strlen): Likewise; OFFSET now HOST_WIDE_INT.
4949         (c_getstr): Likewise.
4950         (std_expand_builtin_va_arg): Use int_size_in_bytes.
4951         (builtin_memcpy_read_str): Avoid unsigned warning.
4952         (expand_builtin_memcpy): Alignments are unsigned.
4953         (expand_builtin_strncpy, expand_builtin_memset): Likewise.
4954         (expand_builtin_expect_jump): Use integer_zerop and integer_onep.
4955         * predict.c (expensive_function_p): LIMIT now unsigned.
4956         * resource.c (mark_target_live_regs): Make some vars unsigned.
4957         * sdbout.c: Use "unsigned int", not "unsigned".
4958         (MAKE_LINE_SAFE): Add cast to avoid unsigned warning.
4959         (sdbout_source_line): Likewise.
4960         (sdbout_record_type_name): Remove "const" for NAME declaration.
4961         * config/alpha/alpha.c (alpha_expand_block_move): Whitespace fixes.
4962
4963 2001-09-10  Richard Sandiford  <rsandifo@redhat.com>
4964
4965         * calls.c (store_one_arg): Expand comment.
4966
4967 2001-09-10  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
4968
4969         * calls.c (store_one_arg): Make sure that the entire argument is
4970         pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.
4971
4972 2001-09-09  Richard Henderson  <rth@redhat.com>
4973
4974         * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
4975
4976 Sun Sep  9 10:43:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
4977
4978         * loop.c (combine_givs): Fix computing of benefit once giv is combined.
4979
4980 2001-09-09  Richard Henderson  <rth@redhat.com>
4981
4982         * config/alpha/alpha.c (alpha_next_sequence_number): New.
4983         (alpha_this_literal_sequence_number): New.
4984         (alpha_this_gpdisp_sequence_number): New.
4985         (some_operand, input_operand): Add HIGH.
4986         (local_symbolic_operand): New.
4987         (alpha_encode_section_info): New.
4988         (alpha_legitimate_address_p): Allow LO_SUM.
4989         (alpha_legitimize_address): Generate HIGH+LO_SUM.
4990         (alpha_expand_mov): Likewise.
4991         (secondary_reload_class): Check memory_operand not general_operand
4992         for FP_REGS test.
4993         (alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
4994         (alpha_expand_unaligned_store): Likewise.
4995         (alpha_expand_unaligned_load_words): Likewise.
4996         (alpha_expand_unaligned_store_words): Likewise.
4997         (alpha_expand_block_clear): Likewise.
4998         (print_operand): Handle %#, %*, %H.
4999         (print_operand_address): Handle LO_SUM.
5000         (find_lo_sum): New.
5001         (alpha_does_function_need_gp): Use it.
5002         (alpha_expand_block_move): Fix signed compare warnings.
5003         (alpha_sa_mask, alpha_align_insns): Likewise.
5004         * config/alpha/alpha-protos.h: Update.
5005         * config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
5006         (MASK_EXPLICIT_RELOCS): New.
5007         (TARGET_SWITCHES): Add -mexplicit-relocs.
5008         (EXTRA_CONSTRAINT): Add 'T'.
5009         (PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
5010         (ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
5011         (ENCODE_SECTION_INFO): Out line.
5012         (REDO_SECTION_INFO_P): New.
5013         (STRIP_NAME_ENCODING): New.
5014         (ASM_OUTPUT_LABELREF): New.
5015         (PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
5016         (PREDICATE_CODES): Update.
5017         * config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
5018         call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
5019         movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
5020         builtin_setjmp_receiver_er, exception_receiver_1_er,
5021         call_value_osf_1_er): New patterns.
5022         (sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
5023         (movqi, movhi, movsi): Add explicit $31 base register to lda.
5024         * config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
5025         (FINAL_PRESCAN_INSN): New.
5026
5027 Sat Sep  8 22:00:55 CEST 2001  Jan Hubicka  <jh@suse.cz>
5028
5029         * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
5030
5031 2001-09-08  Andreas Jaeger  <aj@suse.de>
5032
5033         * i386.h (TARGET_SWITCHES): Fix description.
5034
5035 2001-09-07  David Edelsohn  <edelsohn@gnu.org>
5036
5037         * rs6000.c (num_insns_constant): Compute number of instructions
5038         more accurately.
5039
5040         * doc/install.texi: Explain AIX exception handling work-around.
5041         Update URL for AIX fixes.
5042
5043 2001-09-07  Jim Wilson  <wilson@redhat.com>
5044
5045         * alias.c (clear_reg_alias_info): New.
5046         * flow.c (attempt_auto_inc): Call clear_reg_alias_info.
5047         * rtl.h (clear_reg_alias_info): Declare.
5048
5049 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
5050
5051         * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
5052         available.
5053         (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
5054         (m16m,edivm,emulm): Change declaration to match definition.
5055
5056 2001-09-07  Roman Lechtchinsky <rl@cs.tu-berlin.de>
5057
5058         * reload.c (push_reload): Check for subreg_lowpart_p instead of
5059         SUBREG_BYTE being 0 when determining if the inner part of a subreg
5060         can be reloaded.
5061
5062 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
5063
5064         * c-common.c (signed_or_unsigned_type): Handle machine mode types
5065         which have no corresponding C type.
5066         * fold_const.c (target_isinf,target_isnan,target_negative): Update
5067         the representation of 64-bit doubles to work with 64-bit ints.
5068
5069 2001-09-07  Aldy Hernandez  <aldyh@redhat.com>
5070
5071         * config/mips/mips.c (override_options): Do not override ISA when ABI
5072         specified if MIPS_CPU_STRING_DEFAULT was specified.
5073
5074 2001-09-07  Richard Henderson  <rth@redhat.com>
5075
5076         * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
5077         (express_from_1): Wrap lines.
5078         * rtlanal.c (commutative_operand_precedence): Rename from
5079         operand_preference; export.
5080         * rtl.h: Declare it.
5081         * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
5082         (simplify_binary_operation): Invoke simplify_plus_minus on
5083         (CONST (PLUS ...)) as well.
5084         (struct simplify_plus_minus_op_data): New.
5085         (simplify_plus_minus_op_data_cmp): New.
5086         (simplify_plus_minus): Use them.  Avoid infinite recursion with
5087         simplify_binary_operation wrt CONST.
5088
5089 Fri Sep  7 11:52:30 2001   Kazu Hirata  <kazu@hxi.com>
5090
5091         * h8300-protos.h (general_operand_dst_push): Remove.
5092         * h8300.c (general_operand_dst_push): Likewise.
5093         * h8300.h (OK_FOR_T): Likewise.
5094         (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
5095         * h8300.md (pushqi_h8300): New.
5096         (pushqi_h8300hs): Likewise.
5097         (pushqi): Likewise.
5098         (pushhi_h8300): Likewise.
5099         (pushhi_h8300hs): Likewise.
5100         (pushhi): Likewise.
5101
5102 Fri Sep  7 12:56:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5103
5104         * genattrtab.c (attr_printf): First arg is unsigned.
5105         Clean up formatting of callers.
5106
5107 2001-09-06  Aldy Hernandez  <aldyh@redhat.com>
5108
5109         * config/mips/mips.c (override_options): Allow abi32 with 64 bit
5110         registers.
5111
5112 2001-09-07  Andreas Jaeger  <aj@suse.de>
5113
5114         * i386.h (TARGET_SWITCHES): Fix descriptions.
5115
5116 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5117
5118         * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
5119
5120 2001-09-06  Ira Ruben  <ira@apple.com>
5121
5122         Remove OP_IDENTIFIER.
5123         * tree.def (OP_IDENTIFIER): Remove.
5124         * tree.c (tree_node_kind enum): Remove op_id_kind.
5125         (tree_node_kind_names): Remove "op_identifiers".
5126         (make_node): Remove OP_IDENTIFIER test.
5127         (build_op_identifier): Removed because it isn't being used.
5128         * print-tree.c (print_node): Remove OP_IDENTIFIER case.
5129         * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
5130
5131 2001-09-06  Richard Henderson  <rth@redhat.com>
5132
5133         * simplify-rtx.c (simplify_binary_operation): Revert last change.
5134
5135 2001-09-06  Richard Henderson  <rth@redhat.com>
5136
5137         * simplify-rtx.c (simplify_binary_operation): Simplify contents
5138         of CONST.
5139
5140 2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5141
5142         * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
5143         number used for CR register.
5144
5145 Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
5146                           Joern Rennecke (amylaar@cygnus.com)
5147
5148         * h8300-protos.h (h8300_return_addr_rtx): New prototype.
5149         * h8300.c (initial_offset): Handle offset between RP and FP.
5150         (h8300_return_addr_rtx): New function.
5151         * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
5152         return register.
5153         (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
5154         (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
5155         (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
5156         (CAN_ELIMINATE, REGISTER_NAMES):
5157         (RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
5158
5159 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5160
5161         Remove TYPE_NONCOPIED_PARTS.
5162         * tree.h (TYPE_NONCOPIED_PARTS): Remove.
5163         (struct tree_type): Remove noncopied_parts.
5164         * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
5165         * expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
5166         (fixed_type_p): Remove.
5167         (expand_expr, INIT_EXPR): Don't deal with noncopied parts.
5168         (expand_expr, MODIFY_EXPR): Likewise.
5169         * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
5170         * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
5171
5172 2001-09-06  Alan Modra  <amodra@bigpond.net.au>
5173
5174         * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
5175         compiler warnings.
5176         (mask64_operand): Likewise.
5177         (includes_rldic_lshift_p): Likewise.
5178         (includes_rldicr_lshift_p): Likewise.
5179
5180 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
5181
5182         * objc/objc-act.c (build_message_expr): If a class method cannot
5183         be found, do not issue a warning if a corresponding instance
5184         method exists in the root class.
5185
5186 2001-09-05  Richard Henderson  <rth@redhat.com>
5187
5188         * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
5189
5190 2001-09-05  Zack Weinberg  <zack@codesourcery.com>
5191
5192         * function.c (ggc_mark_struct_function): Mark f->outer.
5193         * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
5194         * integrate.c (output_inline_function): ... not here.
5195
5196 Wed Sep  5 17:28:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
5197
5198         * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
5199
5200         * i386.c (size_cost): New static variable.
5201         (override_function): Use size_cost when -Os is specified.
5202
5203         * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
5204         properly;  Use current_function_calls_eh_return.
5205         (ix86_expand_epilogue): Avoid dummy optimize_size tests;
5206         use leave to avoid depdendancy chain.
5207
5208         * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
5209         get BB loop_depth instead of computing it from LOOP notes.
5210
5211         * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.
5212
5213 2001-09-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5214
5215         * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
5216         * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
5217         UNALIGNED_DOUBLE_INT_ASM_OP): Define
5218
5219 2001-09-05  Jeffrey A Law  (law@cygnus.com)
5220             Jason Merrill (jason@redhat.com)
5221
5222         * stor-layout.c (layout_type): Complain if an array's size can
5223         not be represented in a size_t.
5224
5225         * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.
5226
5227 2001-09-05  David Billinghurst <David.Billinghurst@riotinto.com>
5228
5229         * gcc.c: (process_command) Add parentheses around assignment
5230         used as truth value.
5231
5232 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
5233
5234         * config/mips/mips.c (save_restore_insns): Don't mark any register
5235         save slots as unchanging if current_function_calls_eh_return.
5236
5237 2001-09-05  Richard Henderson  <rth@redhat.com>
5238
5239         * config/alpha/alpha.c (alpha_legitimate_address_p): New.
5240         * config/alpha/alpha-protos.h: Declare it.
5241         * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
5242         (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
5243         (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
5244         (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
5245         (REG_OK_FOR_BASE_P): Select one of the above.
5246
5247 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
5248
5249         * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
5250         (crti.o): Prefix name of object file with $(T).
5251         (crtn.o): Likewise.
5252
5253 2001-09-05  David S. Miller  <davem@redhat.com>
5254
5255         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
5256         * config/sparc/linux64.h: Likewise.
5257
5258 2001-09-05  Andreas Jaeger  <aj@suse.de>
5259
5260         * doc/invoke.texi (i386 Options): -mwide-multiply is not
5261         available anymore, remove the documentation.
5262         (i386 Options): Fix typo, cleanup index entries.
5263
5264         * prefix.c (concat): Remove, we can use the version from liberty.
5265
5266 2001-09-05  Richard Henderson  <rth@redhat.com>
5267
5268         * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
5269         New functions split out of md file expanders.
5270         * config/alpha/alpha-protos.h: Declare them.
5271         * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
5272
5273 2001-09-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5274
5275         * cppmacro.c (funlike_invocation_p): No need to restore context.
5276
5277 2001-09-04  Richard Henderson  <rth@redhat.com>
5278
5279         * reload.c (push_reload): Export.
5280         * reload.h (push_reload): Declare it.
5281
5282         * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
5283         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
5284         * config/alpha/alpha.c (alpha_legitimize_address): New.
5285         (alpha_legitimize_reload_address): Likewise.
5286         * config/alpha/alpha-protos.h: Declare them.
5287
5288 2001-09-04  Stan Shebs  <shebs@apple.com>
5289
5290         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
5291         * config/darwin.c (machopic_stub_name): Account for internally
5292         generated lib calls such as memcpy.
5293
5294 2001-09-04  Richard Henderson  <rth@redhat.com>
5295
5296         * unwind.h (_UA_END_OF_STACK): New flag.
5297         * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
5298
5299 Tue Sep  4 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
5300
5301         * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
5302
5303 2001-09-04  Richard Sandiford  <rsandifo@redhat.com>
5304
5305         * config/mips/mips.c (save_restore_insns): Change base_offset to
5306         fp_offset in second call to mips_emit_frame_related_store.
5307
5308 2001-09-04  Hans-Peter Nilsson  <hp@axis.com>
5309
5310         * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
5311         sometimes be represented as a NOTE of type
5312         NOTE_INSN_DELETED_LABEL.
5313         (Insns): Document NOTE_INSN_DELETED_LABEL.
5314
5315 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5316
5317         * c-common.h (tree_dump_index): Add more comments.
5318         * c-dump.c (dump_files): Name flags `tree' rather than `ast'.
5319         (dump_option_value_info): New struct.
5320         (dump_options): New array.
5321         (dump_switch_p): Parse switch options symbolically.
5322         * doc/invoke.texi (-fdump-ast): Rename to ...
5323         (-fdump-tree): ... here. Document that options are symbolic, and
5324         not all are applicable.
5325
5326 2001-09-04  David S. Miller  <davem@redhat.com>
5327
5328         * config/sparc/sparc.md (define_splits): Kill constraints.
5329
5330         Cleanup redundant and unused insn attributes.
5331         * config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
5332         binary, and move.  Mark ialu as default.
5333         (commented out define_function_unit "alu"): Kill.
5334         (define_attr "use_clobbered"): Kill.
5335         (whole file): Kill address insn type references.  Replace
5336         all unary/binary/move references with ialu.
5337         * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
5338         references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
5339         TYPE_IALU.
5340
5341         Simplify length insn attribute and make more judicious use
5342         of insn attribute defaulting.
5343         * config/sparc/sparc.md (all insns with length > one): Mark as
5344         insn type multi if real instructions, else use default if
5345         it is a forced splitter.
5346         (all insns with length == one): Use default insn length.
5347         (all insns of type ialu): Use default insn type.
5348
5349         Fix erroneous insn attribute settings.
5350         (addx): Set insn type to misc.
5351         (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
5352         const_umulsidi3_sp64): Set insn type to imul.
5353
5354         Track SFmode vs DFmode insns according to UltraSPARC
5355         scheduling rules.
5356         * config/sparc/sparc.md ("fptype"): New attribute, default
5357         to "single".
5358         (all DFmode single insns): Mark as fptype "double".
5359
5360 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
5361
5362         * loop.c (express_from_1): Fix CONSTANT_P(a) case.
5363
5364 2001-09-03  Richard Henderson  <rth@redhat.com>
5365
5366         * function.h (struct function): Add arg_pointer_save_area_init.
5367         * function.c (expand_function_end): Init arg_pointer_save_area.
5368         (get_arg_pointer_save_area): Do not init arg_pointer_save_area
5369         when called from a nested function.
5370
5371 2001-09-02  Angela Marie Thomas <angela@cygnus.com>
5372
5373         * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
5374         is enabled.
5375
5376 Sun Sep  2 18:37:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
5377
5378         * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
5379
5380 2001-09-01  Geoffrey Keating  <geoffk@redhat.com>
5381
5382         * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
5383         (emit_push_insn): Use specified padding direction when
5384         STACK_PUSH_CODE is POST_INC.
5385
5386         * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
5387
5388 2001-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5389
5390         * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
5391
5392 2001-09-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5393
5394         * cppinit.c (cpp_start_read): Free the imacros list as we
5395         traverse it.  Don't free the chains before returning.
5396         (_cpp_push_next_buffer): Only try pushing buffers if we've
5397         completed -imacros handling.
5398
5399 2001-08-31  Eric Christopher  <echristo@redhat.com>
5400
5401         * gcc.c (handle_braces): Add explaination for abort.
5402
5403 2001-08-30  Roman Zippel  <zippel@linux-m68k.org>
5404
5405         * expmed.c (store_bit_field): Update to patch from 2001-08-27:
5406         move adjustment of bitpos instead.
5407
5408 2001-08-31  Zack Weinberg  <zack@codesourcery.com>
5409
5410         * function.c: Remove all_functions.  Make outer_function_chain
5411         static.
5412         (init_function_start): Don't add new function structure to
5413         all_functions.
5414         (find_function_data, push_function_context_to,
5415         pop_function_context_from, put_var_into_stack,
5416         trampoline_address): Update for changed structure element names.
5417         (push_function_context_to): Disentangle.
5418         (free_after_compilation): Also free F.
5419         (expand_dummy_function_end): Don't free cfun here.
5420         (put_var_into_stack): Comment why we can't use find_function_data here.
5421         (fix_lexical_addr, trampoline_address, ): Use find_function_data.
5422         (mark_function_chain): Split into maybe_mark_struct_function and
5423         ggc_mark_struct_function.  Export the latter.
5424         (init_function_once): Mark from cfun and outer_function_chain;
5425         not all_functions.
5426
5427         * function.h (struct function): Kill next_global.  Rename next
5428         to outer.  All users updated to match.
5429         (all_functions, outer_function_chain): Don't declare.
5430
5431         * ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
5432         * integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
5433         don't touch f->inlinable, after calling rest_of_compilation.
5434
5435         * tree.h: Forward-declare struct function.  Prototype
5436         ggc_mark_struct_function.
5437
5438 2001-08-31  Kazu Hirata  <kazu@hxi.com>
5439
5440         * config/h8300/h8300.md (*andorhi3): Fix typos.
5441
5442 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5443
5444         * calls.c (emit_library_call_value): Don't use a fixed
5445         argument after VA_CLOSE, i.e. out of scope in traditional C.
5446
5447         * emit-rtl.c (gen_rtvec): Likewise.
5448
5449 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5450
5451         * Makefile.in (c-pragma.o): Depend on output.h.
5452         (reorg.o): Depend on except.h.
5453
5454         * c-pragma.c: Include output.h.
5455
5456         * reorg.c: Include except.h.
5457
5458         * unwind-dw2.c: Call __builtin_alloca, not alloca.
5459
5460 2001-08-31  Richard Henderson  <rth@redhat.com>
5461
5462         * sched-deps.c (add_dependence): Don't elide dependency if the
5463         conditional used by insn is modified in elem.
5464
5465 2001-08-31  Nick Clifton  <nickc@cambridge.redhat.com>
5466
5467         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Define.
5468
5469 2001-08-31  Diego Novillo  <dnovillo@redhat.com>
5470
5471         * c-decl.c (c_decode_option): Skip '-f' prefix before calling
5472         dump_switch_p.
5473
5474 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
5475
5476         * config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
5477         function.
5478         (stormy16_asm_out_constructor): New function.
5479         (TARGET_ASM_CONSTRUCTOR): Define.
5480         (TARGET_ASM_DESTRUCTOR): Define.
5481
5482 2001-08-31  Andreas Jaeger  <aj@suse.de>
5483
5484         * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
5485         * loop.c (add_label_notes): Likewise.
5486         * reload.c (find_reloads): Likewise.
5487         * config/sh/sh.c (machine_dependent_reorg): Likewise.
5488
5489 2001-08-31  Jason Merrill  <jason_merrill@redhat.com>
5490
5491         * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
5492         code here.  Take _Unwind_{W,Sw}ord*.
5493         (read_encoded_value_with_base): Use them.
5494         * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
5495         words.
5496         (extract_cie_info): Simplify read_?leb128 handling.
5497         (execute_stack_op, execute_cfa_program): Likewise.
5498         * unwind-dw2-fde.c (get_cie_encoding): Likewise.
5499
5500 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
5501
5502         * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
5503         the frame pointer to pop the stack if convenient.
5504
5505         * config/stormy16/stormy16.c (stormy16_initialize_trampoline):
5506         Don't use post-increment before combine.
5507         * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
5508         a call-saved register.
5509
5510 2001-08-31  Andreas Jaeger  <aj@suse.de>
5511
5512         * jump.c (mark_jump_label): Revert patch from 2001-08-28, the
5513         code was correct.
5514
5515 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
5516
5517         * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
5518         not DIV/MOD, of course.
5519
5520 2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
5521
5522         * rtl.def: Undo my patch commited 2001-08-27.
5523
5524         * genattrtab.c: Ditto.
5525
5526         * rtl.h: Ditto.
5527
5528         * sched-int.h: Ditto.
5529
5530         * target-def.h: Ditto.
5531
5532         * target.h: Ditto.
5533
5534         * haifa-sched.c: Ditto.
5535
5536         * sched-rgn.c: Ditto.
5537
5538         * sched-vis.c: Ditto.
5539
5540         * Makefile.in: Ditto.
5541
5542         * doc/md.texi: Ditto.
5543
5544         * doc/tm.texi: Ditto.
5545
5546         * doc/contrib.texi: Ditto.
5547
5548         * doc/gcc.texi: Ditto.
5549
5550         * genattrtab.h: Remove it.
5551
5552         * genautomata.c: Remove it.
5553
5554         * genattr.c: Undo my patch and Richard Henderson's patch commited
5555         2001-08-27.
5556
5557 Thu Aug 30 19:22:15 2001  J"orn Rennecke <amylaar@redhat.com>
5558
5559         * config.gcc (h8300-*-elf*): New case.
5560         * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
5561         (SUBTARGET_CPP_SPEC): Define.
5562         (EXTRA_SPECS): Define.
5563         (SUBTARGET_EXTRA_SPECS): Define.
5564         * config/h8300/crti.asm, config/h8300/crtn.asm: New files.
5565         * config/h8300/elf.h, config/h8300/t-elf: Likewise.
5566
5567 Thu Aug 30 18:50:37 2001  J"orn Rennecke <amylaar@redhat.com>
5568
5569         * t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
5570         (LIB2FUNCS_EXTRA): Define.
5571         config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
5572         config/h8300/fixunssfsi.c: New file.
5573
5574 2001-08-30  Kazu Hirata  <kazu@hxi.com>
5575
5576         * config/h8300/h8300.md (zero_extendqihi2): Changes to
5577         define_expand to accommodate target-specific attributes.
5578         (anonymous zero_extendqihi2 patterns): New.
5579
5580 Thu Aug 30 18:10:56 2001  J"orn Rennecke <amylaar@redhat.com>
5581
5582         * h8300.md (*andorhi3): New pattern.
5583
5584 Thu Aug 30 16:00:31 2001  J"orn Rennecke <amylaar@redhat.com>
5585
5586         * h8300.c (dosize): Fix test for "sub".
5587
5588 Thu Aug 30 10:21:43 2001  J"orn Rennecke <amylaar@redhat.com>
5589
5590         * c-typeck.c (pointer_diff): Try to eliminate common term before
5591         doing conversions.
5592
5593 2001-08-30  Nick Clifton  <nickc@cambridge.redhat.com>
5594
5595         * config/arm/arm.c (arm_compute_initial_elimination_offset):
5596         Account for the saves of the FP registers.
5597
5598         * config/arm/unknown-elf.h (TEXT_SECTION): Delete.
5599         (TEXT_SECTION_ASM_OP): Define.
5600         (INIT_SECTION_ASM_OP): Define.
5601         (FINI_SECTION_ASM_OP): Define.
5602         (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
5603         (RDATA_SECTION_FUNCITON): Provide prototype.
5604
5605 2001-08-29  Geoffrey Keating  <geoffk@redhat.com>
5606
5607         * reload1.c (move2add_note_store): Correct typo checking for
5608         argument pushes.
5609
5610 2001-08-29  Andrew MacLeod  <amacleod@redhat.com>
5611
5612         * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
5613         note should not be considered outside the libcall block.
5614
5615 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5616
5617         * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
5618
5619 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5620
5621         * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
5622
5623 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5624
5625         * config/h8300/h8300-protos.h: Add a prototype for
5626         emit_logical_op.
5627         * config/h8300/h8300.c (emit_logical_op): New.
5628         * config/h8300/h8300.md (andhi3): Use emit_logical_op.
5629         (andsi3): Likewise.
5630         (iorhi3): Likewise.
5631         (iorsi3): Likewise.
5632         (xorhi3): Likewise.
5633         (xorsi3): Likewise.
5634
5635 2001-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5636
5637         * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
5638         comparison with rtx INTVAL.
5639         (pa_output_function_prologue): Don't mix signed and unsigned in `?'
5640         expression.
5641         * pa.h (FUNCTION_ARG_SIZE): Likewise.
5642
5643 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5644
5645         * config/h8300/lib1funcs.asm: Update the copyright.  Fix
5646         comment typos.
5647
5648 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5649
5650         * config/h8300/h8300.md (anonymous movhi pattern): Don't move
5651         (reg n) to (mem (pre_dec (reg n))
5652         (anonymous movsi pattern): Likewise.
5653
5654 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5655
5656         * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
5657
5658 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5659
5660         * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of
5661         several special constants.
5662
5663 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5664
5665         * config/h8300/lib1funcs.asm: Fix comment typos.
5666
5667 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5668
5669         * iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
5670         Fix format specifier warnings.
5671
5672         * irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
5673         inet_makeaddr, semctl): Prototype.
5674
5675         * mips.c (compute_frame_size): Fix signed/unsigned warnings.
5676         (save_restore_insns): Use base_offset, not gp_offset.
5677
5678         * mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
5679         (ASM_OUTPUT_BYTE): Fix format specifier warning.
5680
5681 2001-08-29  Richard Henderson  <rth@redhat.com>
5682
5683         * bb-reorder.c (function_tail_eff_head): New.
5684         (record_effective_endpoints): Set it.
5685         (fixup_reorder_chain): Use it.
5686
5687 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5688
5689         * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
5690
5691 2001-08-28  Dale Johannesen  <dalej@apple.com>
5692
5693         * config/darwin.c (machopic_function_base_name): Add const
5694         qualifier to a string.
5695         (darwin_encode_section_info): Ditto.
5696
5697 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5698
5699         * tree.c (default_valid_attribute_p): Don't use PARAMS on a
5700         function definition.
5701
5702 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
5703
5704         * df.h (struct df): Add rts_order variable.
5705
5706         * df.c (df_visit_next_rts): New function.
5707         (df_visit_next): Renamed to df_visit_next_rc
5708         (df_analyse_1): Allocate/compute/free rts_order as well.
5709         (df_rd_global_compute): Use df_visit_next_rc instead of
5710         df_visit_next.
5711         (df_ru_global_compute): Use df_visit_next_rts instead of
5712         df_visit_next.
5713
5714         * flow.c (flow_reverse_top_sort_order_compute): New function.
5715
5716         * basic-block.h: Add prototype.
5717
5718 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
5719
5720         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
5721         blocks, the BB_REACHABLE is now set, rather than aux being
5722         non-NULL. Update the test to reflect this.
5723
5724 2001-08-28  Eric Christopher  <echristo@redhat.com>
5725
5726         * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
5727         config/mips/crti.asm: Ditto.
5728
5729 2001-08-28  Eric Christopher <echristo@redhat.com>
5730             Richard Henderson <rth@redhat.com>
5731
5732         * c-pragma.h (add_weak): Move prototype from here...
5733         * output.h (add_weak): ... to here.
5734         * varasm.c (add_weak): Fix typo.
5735         * config/mips/crti.asm: New file.
5736         * config/mips/crtn.asm: Ditto.
5737         * config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
5738         (CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
5739         (INVOKE__main): Ditto.
5740         (INIT_SECTION_ASM_OP): New.
5741         (FINI_SECTION_ASM_OP): Ditto.
5742         (STARTFILE_SPEC): Add crti.
5743         (ENDFILE_SPEC): Add crtn.
5744         * config/mips/elf64.h: Same.
5745         * config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
5746         Remove.
5747         * config/mips/vxworks.h: Ditto.
5748         * config/mips/t-elf: Support crti and crtn.
5749
5750 2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
5751
5752         * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
5753         INSN_LIST.
5754
5755 2001-08-28  Richard Henderson  <rth@redhat.com>
5756
5757         * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
5758         (one_cmplbi2 splitter): Remove redundant test.
5759
5760 2001-08-28  Dale Johannesen  <dalej@apple.com>
5761
5762         * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
5763
5764 2001-08-28  Danny Smith  <dannysmith@users.sourceforge.net>
5765
5766         * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
5767
5768 2001-08-28  Stan Shebs  <shebs@apple.com>
5769
5770         * config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
5771         (UNALIGNED_SHORT_ASM_OP): Define.
5772         (UNALIGNED_INT_ASM_OP): Define.
5773
5774 2001-08-28  Will Cohen  <wcohen@redhat.com>
5775
5776         * config/rs6000/rs6000.md (store_multiple): Correct RTL
5777         generation for first set.
5778
5779 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
5780
5781         * flow.c (redirect_edge_succ_nodup): Return new edge.
5782         (try_simplify_condjump): Use new edge.
5783         * basic-block.h (redirect_edge_succ_nodup): Update prototype.
5784
5785         * cse.c (cse_basic_block): Skip note instructions.
5786
5787 2001-08-27  Richard Henderson  <rth@redhat.com>
5788
5789         * combine.c (combine_simplify_rtx): Don't reverse condition
5790         if there is no reverse for the condition.
5791         (simplify_comparison): Don't simplify subregs from INT to FP.
5792
5793         * config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
5794         suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
5795         sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
5796         bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
5797         bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
5798         bunle_rev, bunlt_rev, bltgt_rev): New patterns.
5799
5800 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
5801
5802         * config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
5803         bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
5804         (pushqi1): New.
5805         (adddi_dilshr32, adddi_dishl32): Only data register can be
5806         source for mem destination.
5807
5808         * expmed.c (store_bit_field): Ignore adjustment to bitpos
5809         and use bitnum to decide about register move.
5810
5811 2001-08-27  Richard Henderson  <rth@redhat.com>
5812
5813         * genattr.c (main): Emit state_t even when not doing scheduling.
5814
5815 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
5816             Richard Henderson  <rth@redhat.com>
5817
5818         * gcse.c (reg_first_set, reg_last_set): Replace with ...
5819         (reg_avail_info, current_bb): ... these.
5820         (oprs_unchanged_p, record_last_reg_set_info): Use them.
5821         (compute_hash_table): Likewise.
5822
5823 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
5824
5825         * flow.c (verify_flow_info): Use checksums to verify edges.
5826
5827 2001-08-27  Richard Henderson  <rth@redhat.com>
5828
5829         * genautomata.c (expand_automata): Always create a description.
5830
5831 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
5832
5833         * optabs.c (expand_binop): Correctly handle the carry in multiword
5834         add/subtract operations.
5835
5836 2001-08-27  Fred Fish  <fnf@be.com>
5837
5838         * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
5839         __SIZE_TYPE__.
5840
5841 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
5842
5843         * reload.c (find_reloads_toplev): Back out this change:
5844
5845         Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
5846
5847         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
5848         mem if the address is a mode_dependent_address_p.
5849
5850 2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
5851
5852         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
5853         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
5854         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
5855         RTL constructions.
5856
5857         * genattr.c (main): New variable num_insn_reservations.  Increase
5858         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
5859         pipeline hazard recognizer interface.
5860
5861         * genattrtab.h: New file.
5862
5863         * genattrtab.c: Include genattrtab.h.
5864         (attr_printf, check_attr_test, make_internal_attr,
5865         make_numeric_value): Move protypes into genattrtab.h.  Define them
5866         as external.
5867         (num_dfa_decls): New global variable.
5868         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
5869         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
5870         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
5871         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
5872
5873         * genautomata.c: New file.
5874
5875         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
5876
5877         * sched-int.h: (curr_state): Add the external definition for
5878         automaton pipeline interface.
5879         (haifa_insn_data): Add comments for members blockage and units.
5880
5881         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
5882         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
5883         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
5884         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
5885         TARGET_SCHED_DFA_POST_CYCLE_INSN,
5886         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
5887         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
5888         macros.
5889         (TARGET_SCHED): Use the new macros.
5890
5891         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
5892         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
5893         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
5894         dfa_bubble): New members in gcc_target.sched.
5895
5896         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
5897         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
5898         (insn_queue): Redefine it as pointer to array.
5899         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
5900         INSN_QUEUE_SIZE.
5901         (max_insn_queue_index_macro_value): New variable.
5902         (curr_state, dfa_state_size, ready_try): New varaibles for
5903         automaton interface.
5904         (ready_element, ready_remove, max_issue): New function prototypes
5905         for automaton interface.
5906         (choose_ready): New function prototype.
5907         (insn_unit, blockage_range): Add comments.
5908         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
5909         FUNCTION_UNITS_SIZE == 0.
5910         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
5911         actual_hazard, potential_hazard): Add comments.
5912         (insn_cost): Use cost -1 as undefined value.  Remove
5913         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
5914         pipeline interface.
5915         (ready_element, ready_remove): New functions for automaton
5916         interface.
5917         (schedule_insn): Add new code for automaton pipeline interface.
5918         (queue_to_ready): Add new code for automaton pipeline interface.
5919         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
5920         (debug_ready_list): Print newline when the queue is empty.
5921         (max_issue): New function for automaton pipeline interface.
5922         (choose_ready): New function.
5923         (schedule_block): Add new code for automaton pipeline interface.
5924         Print ready list before scheduling each insn.
5925         (sched_init): Add new code for automaton pipeline interface.
5926         Initiate insn cost by -1.
5927         (sched_finish): Free the current automaton state and finalize
5928         automaton pipeline interface.
5929
5930         * sched-rgn.c: Include target.h.
5931         (init_ready_list, new_ready, debug_dependencies): Add new code for
5932         automaton pipeline interface.
5933
5934         * sched-vis.c: Include target.h.
5935         (get_visual_tbl_length): Add code for automaton interface.
5936         (target_units, print_block_visualization):  Add comments.
5937
5938         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
5939         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
5940         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
5941         (getruntime.o, genautomata.o): New entries.
5942         (genattrtab.o): Add new dependency file genattrtab.h.
5943         (genattrtab): Add new dependencies.  Link it with `libm.a'.
5944         (getruntime.o, hashtab.o): New entries for canadian cross.
5945
5946         * doc/md.texi: Description of automaton based model.
5947
5948         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
5949         Add comments.
5950         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
5951         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
5952         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
5953         TARGET_SCHED_DFA_POST_CYCLE_INSN,
5954         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
5955         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
5956         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
5957         hook descriptions.
5958         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
5959         MAX_DFA_ISSUE_RATE): New macro descriptions.
5960
5961         * doc/contrib.texi: Add dfa based scheduler contribution.
5962
5963         * doc/gcc.texi: Add more information about genattrtab.
5964
5965 2001-08-27  Diego Novillo  <dnovillo@redhat.com>
5966
5967         * flow.c (flow_loop_dump): Do not display insn UIDs if this is not
5968         an RTL basic block.
5969
5970 2001-08-27  Richard Henderson  <rth@redhat.com>
5971
5972         * function.c (expand_function_end): Don't init arg_pointer_save_area.
5973         (get_arg_pointer_save_area): New.  Create an init it here.
5974         (fix_lexical_addr): Use it.
5975         * function.h: Declare it.
5976         * builtins.c (expand_builtin_setjmp_receiver): Use it.
5977         * stmt.c (expand_nl_goto_receiver): Use it.
5978
5979 2001-08-27  Richard Henderson  <rth@redhat.com>
5980
5981         * final.c (final_scan_insn): Don't enter APP_ON mode for
5982         empty asm strings.
5983
5984         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
5985         alignment for assemble_integer for DW_EH_PE_aligned.
5986         * except.c (output_function_exception_table): Likewise.
5987
5988 2001-08-26  Andreas Jaeger  <aj@suse.de>
5989
5990         * c-tree.h: Add prototyp for c_sizeof_nowarn.
5991
5992 2001-08-25 Dan Nicolaescu  <dann@ics.uci.edu>
5993
5994         * ssa-ccp.c (ssa_const_prop): Free ssa_edges.
5995
5996 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
5997
5998         * config/rs6000/rs6000.c (mask_operand): Rewrite without
5999         bit-shifting loop.
6000         (mask64_operand): Likewise.
6001         (rldic_operand): Delete.
6002         (includes_lshift64_p): Delete.
6003         (includes_rldic_lshift_p): New function.
6004         (includes_rldicr_lshift_p): New function.
6005         (print_operand): Don't call rldic_operand in case 'W'.
6006         * config/rs6000/rs6000-protos.h (rldic_operand): Remove.
6007         (includes_lshift64_p): Remove.
6008         (includes_rldic_lshift_p): Declare.
6009         (includes_rldicr_lshift_p): Declare.
6010         * config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
6011         * config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
6012         Replace match_operand rldic_operand predicate with
6013         const_int_operand.  Replace includes_lshift64_p condition with
6014         includes_rldic_lshift_p.
6015         <ashldi3_internal 64 bit rldicr patterns>: New.
6016
6017 2001-08-27  Andreas Jaeger  <aj@suse.de>
6018
6019         * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
6020         * errors.c: Likewise.
6021         * final.c: Likewise.
6022         * dwarf2asm.c: Likewise.
6023         * doprint.c (checkit): Likewise.
6024         * diagnostic.c: Likewise.
6025         * collect2.c: Likewise.
6026         * calls.c: Likewise.
6027         * c-semantics.c (build_stmt): Likewise.
6028         * c-format.c (status_warning): Likewise.
6029         * c-errors.c (pedwarn_c99): Likewise.
6030         * builtins.c (validate_arglist): Likewise.
6031         * config/pj/pj.c (pj_printf): Likewise.
6032         * fix-header.c: Likewise.
6033         * gcc.c: Likewise.
6034         * gcov.c (fnotice): Likewise.
6035         * gensupport.c (message_with_line): Likewise.
6036         * mips-tfile.c: Likewise.
6037         * protoize.c (notice): Likewise.
6038         * read-rtl.c (fatal_with_file_and_line): Likewise.
6039         * rtl-error.c: Likewise.
6040         * tradcpp.c: Likewise.
6041         * tree.c: Likewise.
6042         * cp/tree.c (build_min_nt): Likewise.
6043         (build_min): Likewise.
6044         * cp/lex.c: Likewise.
6045         * cp/errfn.c: Likewise.
6046         * cp/rtti.c (create_pseudo_type_info): Likewise.
6047
6048 Sun Aug 26 20:25:44 2001  Denis Chertykov  <denisc@overta.ru>
6049
6050         * df.c (df_uses_record): Return after recording all uses
6051         in ASM_OPERANDS.
6052
6053 2001-08-26  Daniel Berlin  <dan@cgsoftware.com>
6054
6055         * df.c (df_insn_modify): Realloc the INSN table here, if
6056         necessary, here, too.
6057
6058 2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
6059
6060         * config/mips/mips.c (mips_function_value): Handle complex return
6061         values.
6062
6063 2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
6064
6065         * reload1.c (reload): Make all entries in reg_equiv_memory_loc
6066         unshared.
6067         * reload.c (make_memloc): Copy result if it is still
6068         reg_equiv_memory_loc[regno] on return.
6069         (subst_reloads) [ENABLE_CHECKING]: Check that none of
6070         reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
6071         reg_equiv_mem are modified by the substitutions.
6072
6073 Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
6074
6075         * predict.c (expensive_function_p): New.
6076         * rtl.h (expensive_function_p): Declare.
6077         * i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
6078         (use_fast_prologue_epilogue): New static variable.
6079         (expand_prologue): Set it; emit short prologues if unset.
6080         (expand_epilogue): Likewise.
6081
6082 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
6083
6084         * config.gcc: Add stormy16-*-elf case.
6085         * config/stormy16/stormy-abi: New file.
6086         * config/stormy16/stormy16-lib2.c: New file.
6087         * config/stormy16/stormy16-protos.h: New file.
6088         * config/stormy16/stormy16.c: New file.
6089         * config/stormy16/stormy16.h: New file.
6090         * config/stormy16/stormy16.md: New file.
6091         * config/stormy16/t-stormy16: New file.
6092
6093 Sat Aug 25 15:46:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
6094
6095         * i386.h (no-accumulate-outgoing-args): Use proper mask.
6096
6097 2001-08-24  David Edelsohn  <edelsohn@gnu.org>
6098
6099         * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
6100         descriptor members are pointer size, not constant 4.
6101         * config/rs6000/rs6000.md (define_splits): Remove more unused
6102         constraints.
6103
6104 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6105
6106         * sparc.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
6107
6108 2001-08-24  Andreas Jaeger  <aj@suse.de>, rkl@connect.org.uk
6109
6110         * cp/rtti.c (VPARAMS): Fix parameter.
6111
6112 2001-08-24  Zack Weinberg  <zackw@panix.com>
6113
6114         * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
6115         to zero.
6116         (mode_for_extraction): No need for #ifdefs.  Add default-case abort
6117         to switch.
6118         (store_bit_field): Eliminate insv_bitsize variable.  Put HAVE_insv
6119         in if controlling use of insv.
6120         (extract_bit_field): Likewise, for extv and extzv.
6121
6122 Fri Aug 24 17:27:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
6123
6124         * i386.md (movcc peep2): Fix load of 0.
6125
6126 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6127
6128         * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
6129         *_MOD_EXPR, SAVE_EXPR and NON_LVALUE_EXPR.
6130
6131 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
6132
6133         * c-pragma.h: Move weak_syms and weak_decls...
6134         * varasm.c: ...here.  Now static.
6135         (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
6136         depend on HANDLE_PRAGMA_WEAK.
6137
6138         * c-common.c (c_alignof, c_alignof_expr): Move here...
6139         * c-typeck.c: ...from here.
6140         * c-tree.h, c-common.h: Adjust.
6141
6142 2001-08-23  Bernd Schmidt  <bernds@redhat.com>
6143
6144         * config/ia64/ia64.c (rws_update): If !pred, set write_count
6145         instead of incrementing it.
6146
6147         * config/ia64/ia64.c (ia64_sched_reorder): When there's more than one
6148         asm ready, don't try to move them all into the same array element.
6149
6150 Thu Aug 23 17:21:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
6151
6152         * function.c (thread_prologue_and_epilogue_insns): Avoid
6153         fallthru flag on edge to exit.
6154
6155         * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
6156
6157         * flow.c (delete_noop_moves, propagate_block_delete_insn): Purge
6158         dead edges.
6159
6160 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
6161
6162         * config/mcore/mcore.h (MACHINE_DEPENDENT_SIMPLIFY): Remove.
6163         * config/mcore/mcore.c (mcore_dependent_simplify_rtx): Likewise.
6164         * config/mcore/mcore-protos.h (mcore_dependent_simplify_rtx):
6165         Remove prototype.
6166
6167 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
6168
6169         * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
6170         replace "GNU CC" with "GCC".
6171
6172 2001-08-23  Richard Henderson  <rth@redhat.com>
6173
6174         * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
6175         Reorganize.  Handle ADDL like GR, add GR_AND_BR.  Handle TFmode.
6176         (ia64_secondary_reload_class): Need GR between AR/BR and anything.
6177         Need GR between FR and not GR_AND_FR.
6178         * config/ia64/ia64-protos.h (ia64_register_move_cost): Update.
6179         * config/ia64/ia64.h (reg_class): Add GR_AND_BR_REGS, move
6180         AR regs before GR regs.
6181         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
6182         (PREFERRED_RELOAD_CLASS): Tweak for reordered classes.
6183         (REGISTER_MOVE_COST): Update.
6184         (MEMORY_MOVE_COST): Add GR_AND_FR_REGS.
6185
6186 2001-08-23  Richard Henderson  <rth@redhat.com>
6187
6188         * regclass.c (init_reg_sets_1): Don't assume cost 2 within
6189         a register class.
6190
6191 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
6192
6193         * reload1.c (emit_reload_insns): Don't look for notes
6194         on a NULL store_insn.
6195
6196 2001-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6197
6198         * sparc.c (uns_small_int): Don't reference a constant >32-bit.
6199         (addrs_ok_for_ldd_peep): Fix signed/unsigned warning.
6200         (sparc_flat_function_prologue, sparc_flat_function_epilogue): Fix
6201         format specifier warnings.
6202         (sparc_sched_reorder): Mark parameter with ATTRIBUTE_UNUSED.
6203
6204 2001-08-22  David Billinghurst <David.Billinghurst@riotinto.com>
6205
6206         * config/i386/i386-protos.h: Correct declaration of
6207         i386_pe_asm_named_section.
6208
6209 2001-08-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6210
6211         * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
6212         variable i.
6213         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
6214
6215 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
6216
6217         * cpperror.c (print_location): Don't show _Pragma.
6218         * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
6219         and file change callback generation here.
6220         (stack_include_file): Update use of cpp_push_buffer.
6221         * cpphash.h (_cpp_pop_file_buffer): Update prototype.
6222         (struct cpp_buffer): Remove type, pfile members.
6223         * cppinit.c (cpp_handle_option): Use free_chain.
6224         * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
6225         (skip_escaped_newlines, get_effective_char, lex_percent): Take
6226         a cpp_reader rather than a cpp_buffer.
6227         (skip_escaped_newlines, get_effective_char, skip_block_comment,
6228         skip_line_comment, parse_string, lex_percent, lex_dot,
6229         _cpp_lex_token): Update accordingly.
6230         * cpplib.c (_cpp_pop_buffer): Don't do file change callback
6231         generation here.
6232         (cpp_push_buffer): Update prototype.
6233         (run_directive): Update use of cpp_push_buffer.
6234         (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
6235         handle_assertion): Update use of run_directive.
6236         * cpplib.h (enum cpp_buffer_type): Remove.
6237         (cpp_push_buffer): Update prototype.
6238         * fix-header.c (read_scan_file): Update.
6239
6240 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6241
6242         * gcc.c (struct prefix_list): Change prefix to const char *.
6243
6244 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6245
6246         * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
6247
6248 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
6249
6250         * explow.c (set_mem_attributes): Avoid returning a bogus alias set
6251         from a new MEM.
6252
6253         * jump.c (squeeze_notes): Take parms by reference.  Handle END being
6254         a squeezable note.
6255         * rtl.h: Adjust.
6256         * ifcvt.c (dead_or_predicable): Adjust.
6257         * loop.c (find_and_verify_loops): Adjust.
6258         * stmt.c (expand_end_case): Adjust.
6259         * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
6260         head and end insn pointers in the basic block, not just local copies.
6261         (merge_blocks_move_predecessor_nojumps): Likewise.
6262
6263 2001-08-22  Lars Brinkhoff  <lars@nocrew.org>
6264
6265         * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
6266         bitmap.h, builtin-types.def, builtins.c, builtins.def,
6267         c-aux-info.c, c-common.c, c-common.def, c-common.h,
6268         c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
6269         c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
6270         c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
6271         caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
6272         conditions.h, config.gcc, configure.frag, configure.in,
6273         conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
6274         cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
6275         dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
6276         doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
6277         dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
6278         emit-rtl.c, errors.c, errors.h, except.c, except.h,
6279         exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
6280         fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
6281         function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
6282         gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
6283         gencheck.c, gencodes.c, genconfig.c, genemit.c,
6284         genextract.c, genflags.c, gengenrtl.c, genmultilib,
6285         genopinit.c, genoutput.c, genpeep.c, genrecog.c,
6286         gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
6287         ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
6288         graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
6289         gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
6290         gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
6291         hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
6292         integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
6293         libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
6294         machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
6295         mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
6296         mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
6297         params.h, predict.c, predict.def, predict.h, prefix.c,
6298         prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
6299         read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
6300         regclass.c, regmove.c, regrename.c, regs.h, reload.c,
6301         reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
6302         rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
6303         sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
6304         sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
6305         ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
6306         stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
6307         tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
6308         tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
6309         unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
6310         unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
6311         xcoffout.h: replace "GNU CC" with "GCC".
6312
6313 2001-08-21  Richard Henderson  <rth@redhat.com>
6314
6315         * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
6316         (final_scan_insn): Consider jump tables data even if we have no
6317         independent text section if !JUMP_TABLES_IN_TEXT_SECTION.  Use
6318         ADDR_VEC_ALIGN.
6319         * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
6320         (ASM_OUTPUT_CASE_END): Remove.
6321         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
6322         * config/ia64/ia64.md (tablejump): Decode pc-relative references.
6323         * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
6324
6325 2001-08-21  Richard Henderson  <rth@redhat.com>
6326
6327         * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
6328         at barrier insns.  Emit stop bits before barriers.
6329
6330         * flow.c (flow_find_cross_jump): Don't consider unconditional
6331         return insns for commoning.
6332
6333         * final.c (compute_alignments): Fix typo.
6334
6335         * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
6336         (CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
6337         (store_bit_field): Use mode_for_extraction more places.
6338         (extract_bit_field): Likewise.
6339
6340 2001-08-21  Zack Weinberg  <zackw@panix.com>
6341
6342         * caller-save.c: Don't include insn-codes.h.
6343         (reg_save_code, reg_restore_code): Make arrays of int.
6344         All uses updated to match.
6345         (insert_save, insert_restore): No need to initialize "code"
6346         variable upon declaration.
6347         * Makefile.in: update dependencies; fix typo in clean rule.
6348
6349 2001-08-21  Richard Henderson  <rth@redhat.com>
6350
6351         * ifcvt.c (find_if_block): Allow join_bb as EXIT.
6352         (merge_if_block): Handle fallout from same.
6353
6354 2001-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6355
6356         * builtins.c (type_to_class): Fix typo in last change.
6357
6358 2001-08-21  Richard Henderson  <rth@redhat.com>
6359
6360         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
6361         ia64_asm_output_label.
6362
6363         * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
6364         copy of gp while the real gp register contains garbage.
6365
6366 2001-08-21  Zack Weinberg  <zackw@panix.com>
6367
6368         * expmed.c (mode_for_extraction): New function.
6369         (store_bit_field, extract_bit_field): Use it.
6370         * expr.h: Prototype it and provide an enum for its first argument.
6371
6372         * combine.c, function.c, recog.c: Don't include insn-codes.h.
6373         Use mode_for_extraction rather than testing HAVE_insv/extv/extzv
6374         and digging through the insn_data tables.
6375         * Makefile.in: Update dependencies.
6376
6377 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
6378
6379         * cppfiles.c (stack_include_file): line-map.c now handles include
6380         depth.
6381         (handle_missing_handler): Similarly.
6382         (_cpp_execute_include): Similarly.
6383         (_cpp_pop_file_buffer): Similarly.
6384         * cpphash.h (struct cpp_reader): Remove system_include_depth,
6385         buffer_stack_depth and include_depth.
6386         * cpplib.c (do_include_common): line-map.c now handles include depth.
6387         (cpp_push_buffer): Similarly.
6388         (_cpp_pop_buffer): Similarly.
6389         * cppmacro.c (builtin_macro): Update.
6390         * line-map.c (init_line_maps): Set depth.
6391         (add_line_map): Increment "used" earlier.  Update and use the
6392         include depth.
6393         (trace_include): Use the include depth.
6394         * line-map.h (struct line_maps): New member depth.
6395
6396 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6397
6398         * cppfiles.c (stack_include_file): Don't handle -H here.
6399         * cppinit.c (cpp_start_read): Set include tracing after
6400         cpp_post_options and after stacking the main file.
6401         * line-map.c (trace_include): New.
6402         (init_line_maps, add_line_map): Update.
6403         * line-map.h (struct line_maps): New member trace_includes.
6404
6405 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6406
6407         * cppfiles.c (stack_include_file): Harmonize system headerness tests.
6408         * cppfiles.c (stack_include_file): Only stack a file if there
6409         is something to do.  Return a boolean indicating whether a
6410         buffer was stacked or not.
6411         (_cpp_execute_include): Similarly.
6412         (_cpp_read_file): Similarly.
6413         * cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.
6414
6415 2001-08-21  Sam Steingold  <sds@gnu.org>
6416
6417         * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
6418         (RECACHE): keep obufp_before_macroname up to date
6419
6420 2001-08-21  Zack Weinberg  <zackw@panix.com>
6421
6422         * stmt.c: Don't include insn-codes.h.
6423         (expand_end_case): Machine specific logic moved to expr.c.
6424         No need to worry about __builtin_classify_type.
6425         (check_for_full_enumeration_handling, emit_case_nodes):
6426         Kill #if 0 blocks.
6427
6428         * builtins.o (expand_builtin_classify_type): Split up so code
6429         can be shared with fold_builtin_classify_type.
6430         (type_to_class, fold_builtin_classify_type): New functions.
6431         (fold_builtins): Handle __builtin_classify_type.
6432
6433         * expr.c (do_tablejump): Now static.
6434         (case_values_threshold, try_casesi, try_tablejump): New;
6435         code mostly from stmt.c (expand_end_case).
6436         (expr.h): Update prototypes.
6437
6438         * Makefile.in (stmt.o): Update dependencies.
6439
6440 2001-08-21  Will Cohen  <wcohen@redhat.com>
6441
6442         * configure/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Added local
6443         declaration of variable i.
6444         * configure/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Added local
6445         declaration of variable i.
6446
6447 2001-08-21  Richard Henderson  <rth@redhat.com>
6448
6449         * crtstuff.c: Fix thinko last change.  Move list tails to start
6450         of CRT_END section.  Tidy ifdefs.
6451         (__EH_FRAME_BEGIN__): Always static for ELF.
6452         (__do_global_ctors_1): Rename from __frame_dummy.
6453         * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
6454         name change; don't hide __EH_FRAME_BEGIN__.
6455
6456 2001-08-21  Richard Henderson  <rth@redhat.com>
6457
6458         * gdbinit.in: Move break on exit after break on fancy_abort.
6459
6460         * config/ia64/ia64.c (ia64_return_in_memory): True for variable
6461         sized types.
6462
6463 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6464
6465         * cpphash.h (_cpp_push_next_buffer): New.
6466         * cppinit.c (do_includes): Remove.
6467         (push_include, free_chain, _cpp_push_next_buffer): New.
6468         (cpp_start_read): Use them to rework command line option handling.
6469         (cpp_handle_option): Combine handling of -include and -imacros.
6470         * cpplex.c (_cpp_lex_token): Push a new -include buffer if
6471         appropriate.  Always insert missing \n at EOF.
6472         * cpplib.c (start_directive): Get the directive position right.
6473         * cppmain.c (cb_file_change): Always print the first line, unless
6474         preprocessed.
6475
6476 2001-08-20  Andreas Jaeger  <aj@suse.de>
6477
6478         * profile.c (compute_branch_probabilities): Remove extra new-line
6479         in error message.
6480         * flow.c (verify_flow_info): Likewise.
6481
6482 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
6483
6484         * basic-block.h (basic_block): Add new field 'flags'.
6485         (BB_REACHABLE): Define.
6486         (expunge_block): Declare.
6487         * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
6488         (EXIT_BLOCK_PTR): Ditto.
6489         (expunge_block): Remove static declaration.
6490         (cleanup_cfg): Clear bb->aux on every basic block.
6491         (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
6492         computing reachability.
6493         (delete_unreachable_blocks): Delete block b if b->flags has
6494         BB_REACHABLE unset.
6495
6496 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
6497
6498         * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
6499
6500 2001-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6501
6502         * sparc.c (sparc_variable_issue): Fix typo in last change.
6503
6504 2001-08-20  Richard Henderson  <rth@redhat.com>
6505
6506         * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
6507
6508 2001-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6509
6510         * pa.h (RETURN_IN_MEMORY): Improve comment.
6511
6512 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
6513
6514         * doc/invoke.texi (Profiling options): Clarify the interactions
6515         between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
6516
6517 2001-08-20  Jeffrey Oldham  <oldham@codesourcery.com>
6518
6519         * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
6520         command.
6521
6522 2001-08-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6523
6524         * gcc.c (make_relative_prefix): Allocate a sufficiently large
6525         buffer.
6526
6527 2001-08-20  Richard Henderson  <rth@redhat.com>
6528
6529         * final.c (end_final): Fix typo last change.
6530
6531 2001-08-20  Neil Booth  <neil@daikokuya.demon.co.uk>
6532
6533         * cppinit.c (init_standard_includes): The returned buffer
6534         is already malloc-ed.
6535         * gcc.c (add_prefix): Similarly.
6536         * prefix.c (translate_name): Update to support clear buffer
6537         ownership rules.
6538         (update_path): Similarly.  Be sure to free any newly allocated
6539         key.  UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
6540         (tr): New function.
6541         * prefix.h (update_path): Update prototype and document.
6542         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
6543         up and update to new buffer ownership rules.
6544         * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
6545
6546 Mon Aug 20 01:44:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
6547
6548         * final.c (compute_alignments): New function.
6549         (init_insn_lengths): Do not care label_align.
6550         (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
6551         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
6552         (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
6553         (shorted_branches): Realloc label_align array; do
6554         not call init_insn_lengths; Do not care about loop alignments.
6555         * output.h (compute_alignments): Declare.
6556         * toplev.c (rest_of_compilation): Call compute_alignments.
6557         * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
6558
6559         * predict.c (block_info_def): Add npredecesors, remove nvisited;
6560         change visited to tovisit.
6561         (propagate_freq): Use faster traversing algorithm.
6562         (estimate_loops_at_level, estimate_bb_frequencies): Change visited
6563         to tovisit; reverse meaning.
6564
6565         * predict.c (struct block_info_def): Remove nvisited.
6566         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
6567         (estimate_bb_frequencies): Call mark_dfs_back_edges.
6568
6569 2001-08-19  Geoffrey Keating  <geoffk@redhat.com>
6570
6571         * doc/invoke.texi (MIPS Options): Document -mfused-madd.
6572         * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
6573         (TARGET_FUSED_MADD): New.
6574         (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
6575         * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
6576         the multiply-add instructions.
6577
6578 2001-08-19  Richard Henderson  <rth@redhat.com>
6579
6580         * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
6581         is aligned to pointer size.
6582
6583 2001-08-19  Richard Henderson  <rth@redhat.com>
6584
6585         * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
6586         display markers during final schedule.
6587
6588 2001-08-19  Richard Henderson  <rth@redhat.com>
6589
6590         * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
6591
6592 2001-08-19  Richard Henderson  <rth@redhat.com>
6593
6594         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
6595         in the same string.
6596         (ASM_NAME_TO_STRING): Remove.
6597         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
6598         in the same string.  Remove support for expressions.
6599
6600 2001-08-19  Richard Henderson  <rth@redhat.com>
6601
6602         * config/i386/i386.md (tablejump): Make an expander; handle
6603         pic relative addressing here.
6604         (tablejump_1): Rename from tablejump_pic.
6605         (casesi): Remove.
6606
6607 2001-08-19  Richard Henderson  <rth@redhat.com>
6608
6609         * regclass.c (fix_register): Fix typo.
6610
6611 2001-08-18  Richard Henderson  <rth@redhat.com>
6612
6613         * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
6614         (struct _Unwind_Context): Expand br_loc to hold it.
6615         (uw_frame_state_for): Handle leaf functions better.
6616         (uw_update_reg_address): Update for br_loc change.
6617
6618 2001-08-18  Richard Henderson  <rth@redhat.com>
6619
6620         * crtstuff.c: Move list heads before code that uses them.
6621         (__JCR_LIST__): Remove initial null.
6622         (frame_dummy, __frame_dummy): Do java registration here ...
6623         (__do_global_ctors_aux): ... not here.
6624
6625         * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
6626         (__do_global_dtors_aux): Update to match.
6627         (__JCR_LIST__, __do_jv_register_classes): New.
6628         (.init): Call it.
6629         * config/ia64/crtend.asm (__JCR_END__): New.
6630         (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
6631         instead of an indirect LTOFF22 reloc.
6632
6633 2001-08-18  Richard Henderson  <rth@redhat.com>
6634
6635         * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
6636         * regclass.c (init_reg_sets_1): Fix typo.
6637         * config/ia64/ia64.c (ar_pfs_reg_operand): New.
6638         (ia64_expand_call): Pass ar.pfs to sibcall expanders.
6639         (ia64_compute_frame_size): Make ar.unat live when in use.
6640         (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
6641         for ar.pfs; remove ar.unat handling.
6642         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
6643         call-saved.
6644         (PREDICATE_CODES): Add ar_pfs_reg_operand.
6645         * config/ia64/ia64-protos.h: Update decls.
6646         * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
6647         (sibcall_pic): Likewise.
6648
6649 2001-08-18  Richard Henderson  <rth@redhat.com>
6650
6651         * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
6652         pred_rel_mutex when searching for insn_group_barrier.
6653         * config/ia64/ia64.md (cycle_display): Combine the expander
6654         and insn patterns.
6655
6656         * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
6657         bit before asm as needed.
6658
6659 2001-08-18  Richard Henderson  <rth@redhat.com>
6660
6661         * timevar.def (TV_MACH_DEP): New.
6662         * toplev.c (rest_of_compilation): Use it.
6663         * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
6664
6665 2001-08-18  Zack Weinberg  <zackw@panix.com>
6666
6667         * unwind-dw2.c (execute_stack_op): Add default aborts to
6668         the inner switches to prevent warnings.
6669
6670 2001-08-18  Richard Henderson  <rth@redhat.com>
6671
6672         * timevar.h (struct timevar_time_def): Change element type to float.
6673         (ticks_to_msec, clocks_to_msec): Likewise.
6674         (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
6675         (get_time): Likewise.
6676         (timevar_print): Adjust zero check and printing to match.
6677
6678 2001-08-18  Zack Weinberg  <zackw@panix.com>
6679
6680         * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
6681         doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
6682         Eliminate overfull or underfull hboxes.
6683
6684 2001-08-18  Zack Weinberg  <zackw@panix.com>
6685
6686         * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
6687
6688 2001-08-18  Zack Weinberg  <zackw@panix.com>
6689
6690         * haifa-sched.c: Convert to target hooks.  Macros replaced
6691         are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
6692         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
6693         MD_SCHED_FINISH, and HAVE_cycle_display.
6694         * target-def.h (TARGET_SCHED_ADJUST_COST,
6695         TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
6696         TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
6697         TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
6698         TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
6699         New hook #defines to be overridden.
6700         (TARGET_SCHED): Bring them all together.
6701         (TARGET_INITIALIZER): Update.
6702         * target.h: Don't forward declare struct rtx_def.  Use 'rtx'
6703         instead of 'struct rtx_def *' throughout.
6704         (struct sched): New set of hooks for the scheduler.
6705         * Makefile.in (haifa-sched.o): Depend on target.h.
6706         * doc/tm.texi: Document the new scheduler hooks, together in
6707         their own section, instead of scattered around.
6708         Fix a bunch of underfull/overfull hboxes.
6709
6710         * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
6711         ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
6712         sparc.h: Don't define any of the old scheduler macros.
6713
6714         * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
6715         ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
6716         sparc.c: Create hook functions from code extracted from
6717         corresponding target header, or make existing hooks static, as
6718         appropriate.  Set the appropriate entries in targetm.
6719
6720         * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
6721         i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
6722         rs6000-protos.h, s390-protos.h, sparc-protos.h:
6723         Remove prototypes for functions which are now static.
6724
6725         * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
6726         related gunk; the Haifa scheduler is now the only choice.
6727
6728 2001-08-18  Zack Weinberg  <zackw@panix.com>
6729
6730         * optabs.h (OTI_flodiv, flodiv_optab): Kill.
6731         * genopinit.c: Put floating point divide insns in sdiv_optab.
6732         * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
6733         * config/gofast.h, config/c4x/c4x.h,
6734         config/ia64/hpux_longdouble.h, config/mips/mips.h,
6735         config/pa/long_double.h, config/rs6000/sysv4.h,
6736         config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
6737         * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
6738         (init_optabs): Use init_optabv for overflow-trapping optabs.
6739         Don't init flodiv_optab.  Give mov_optab, movstrict_optab, and
6740         cmp_optab RTX codes so have_insn_for can find them.
6741
6742         * optabs.c (expand_simple_binop, expand_simple_unop,
6743         have_insn_for, gen_sub3_insn): New interfaces.
6744         * expr.h: Prototype new functions.
6745         (enum optab_methods): Move here from optabs.h.
6746
6747         * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
6748         loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
6749         Use new functions instead of working directly with optabs.
6750         * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
6751         unroll.c: Don't include optabs.h.
6752         * caller-save.c, combine.c, function.c, stmt.c: Just include
6753         insn-codes.h, not optabs.h.
6754         * Makefile.in: Update dependencies.
6755
6756         * combine.c (make_compound_operation, simplify_comparison):
6757         Fix typos testing for this or that instruction.
6758
6759 2001-08-18  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
6760
6761         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
6762         generating libgcc.a.
6763
6764 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6765
6766         * except.c (TYPE_HASH): Delete.
6767
6768         * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
6769         HOST_WIDE_INT.
6770
6771         * tree.c (TYPE_HASH): Delete.
6772
6773         * tree.h (TYPE_HASH): Define.
6774
6775 2001-08-18  Graham Stott  <grahams@redhat.com>
6776
6777         * config/mips/mips.md (adddi3_internal_2+1): Remove constraints from
6778         define_split.
6779         (adddi3_internal_2+2): Likewise.
6780         (eh_set_lr_di+1): Likewise.
6781
6782 2001-08-17  Richard Henderson  <rth@redhat.com>
6783
6784         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6785         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
6786         * dwarf2asm.c: ... here.
6787         * dwarfout.c: Remove them.
6788
6789         * varasm.c (assemble_integer): Add align parameter.
6790         (assemble_real, output_constant, output_constructor): Likewise.
6791         * output.h: Update decls.
6792         * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
6793         config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
6794         config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
6795         config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
6796         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
6797         Update all callers.
6798
6799         * final.c (end_final): Abort profile block generation if we
6800         havn't layed it out properly.
6801         * output.h (assemble_eh_integer): Remove stale decl.
6802         * varasm.c (assemble_zeros): Tidy; use assemble_integer.
6803         (min_align): New.
6804         (assemble_integer): Handle unaligned data.
6805         (assemble_real): Abort on unaligned data.
6806         (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
6807         anything useful.
6808         (default_dtor_section_asm_out_destructor): Use assemble_align.
6809         (default_named_section_asm_out_constructor): Likewise.
6810         (default_ctor_section_asm_out_constructor): Likewise.
6811         * config/darwin.c (machopic_asm_out_constructor): Likewise.
6812         (machopic_asm_out_destructor): Likewise.
6813         * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
6814         (nextstep_asm_out_destructor): Likewise.
6815         * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
6816         (vms_asm_out_destructor): Likewise.
6817
6818 2001-08-17  Richard Henderson  <rth@redhat.com>
6819
6820         * config/mips/iris6.h (TARGET_IRIX6): New.
6821         (current_section_name, current_section_flags): New.
6822         (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
6823         (MAX_OFILE_ALIGNMENT): New.
6824         (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
6825         * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
6826         (copy_file_data): Split out from
6827         (mips_asm_file_end): ... here.
6828         (mips_asm_file_start): Remove extra .section directive.  Use
6829         tmpfile instead of mips_make_temp_file.
6830         (mips_unique_section): Use const char * as needed for warnings.
6831         (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
6832         re-add align parameter.
6833         (iris6_asm_named_section): New.
6834         (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
6835         (iris6_asm_output_align, iris6_section_align_1): New.
6836         (iris6_asm_file_start, iris6_asm_file_end): New.
6837         * config/mips/mips-protos.h: Update decls.
6838
6839 2001-08-17  Janis Johnson  <janis187@us.ibm.com>
6840
6841         * doc/install.texi (Install GCC): Add links to build status pages.
6842         (Specific): Ditto.
6843         (Final install): Ditto; request updates for specific info
6844
6845 2001-08-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6846
6847         * cpperror.c (print_location):  Don't take a file name; use the
6848         line map instead.
6849         (_cpp_begin_message): Similarly.
6850         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
6851         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
6852         (cpp_pedwarn_with_file_and_line): Remove.
6853         * cppfiles.c (stack_include_file): Update; set filename to stdin
6854         here when appropriate.
6855         * cpphash.h (struct cpp_buffer): Remove nominal_fname.
6856         (_cpp_begin_message): Don't take a file name.
6857         * cppinit.c: Add comment.
6858         * cpplex.c: Fix end-of-directive indicator.
6859         * cpplib.c: Don't include intl.h.
6860         (run_directive, do_diagnostic): Update.
6861         (do_line): Update to not use nominal_fname.
6862         (cpp_push_buffer): Don't take a filename.
6863         * cpplib.h (struct ht): Remove.
6864         (cpp_push_buffer): Don't take a filename.
6865         (cpp_pedwarn_with_file_and_line): Remove.
6866         * cppmacro.c (struct cpp_macro): Remove file.
6867         (builtin_macro): Update.
6868         (_cpp_create_definition): Update.
6869         * cppmain.c: Correct comment.
6870         * fix-header.c (read_scan_file): Update.
6871
6872 2001-08-17  Kazu Hirata  <kazu@hxi.com>
6873
6874         * sbitmap.c: Fix comment formatting.
6875         * sched-deps.c: Likewise.
6876         * sibcall.c: Likewise.
6877         * simplify-rtx.c: Likewise.
6878         * ssa.c: Likewise.
6879         * ssa-ccp.c: Likewise.
6880         * stor-layout.c: Likewise.
6881         * timevar.c: Likewise.
6882         * toplev.c: Likewise.
6883         * unwind-dw2.c: Likewise.
6884         * unwind-dw2-fde.c: Likewise.
6885         * varasm.c: Likewise.
6886
6887 2001-08-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6888
6889         * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
6890         or larger than an integer in memory.
6891
6892 2001-08-17  Zack Weinberg  <zackw@panix.com>
6893
6894         * system.h: Forward-declare struct rtx_def, struct rtvec_def,
6895         and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
6896         * rtl.h: Don't forward-declare union tree_node here.  Don't
6897         typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
6898         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
6899         and tree respectively.
6900         * tree.h: Don't forward-declare struct rtx_def here.  Don't
6901         typedef tree here.  Change all uses of struct rtx_def *,
6902         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
6903         and tree respectively.
6904
6905 2001-08-17  Richard Henderson  <rth@redhat.com>
6906
6907         * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
6908         config/mips/openbsd.h: Fix typos last change.
6909
6910 2001-08-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6911
6912         * doc/invoke.texi (Optimize Options): The default for
6913         -finline-limit is 600.
6914
6915 2001-08-17  Richard Henderson  <rth@redhat.com>
6916
6917         * varasm.c (text_section): Allow TEXT_SECTION to override the
6918         printing of TEXT_SECTION_ASM_OP.
6919         * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
6920         (DATA_SECTION, BSS_SECTION): Remove.
6921         * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
6922         RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
6923         Rename from s/_NAME//.
6924         * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
6925         (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
6926         (TEXT_SECTION): ... here.  New.
6927         * config/mips/elf.h (TEXT_SECTION): New; no file switching.
6928         * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
6929         * config/mips/openbsd.h: Likewise.
6930         * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
6931         (mips_asm_file_end): Likewise test.
6932         (mips_output_function_epilogue): Likewise.  Switch back to data
6933         section after emitting the function.
6934
6935         * doc/tm.texi (Sections): Document TEXT_SECTION.
6936
6937 2001-08-17  Richard Henderson  <rth@redhat.com>
6938
6939         * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
6940         (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.
6941
6942 2001-08-17  Richard Henderson  <rth@redhat.com>
6943
6944         * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
6945         * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
6946         __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
6947         Add aligned attribute.
6948
6949 2001-08-17  Andrew Haley  <aph@cambridge.redhat.com>
6950
6951         * config/sh/sh.md: Add modes to unspecs in first insn to match
6952         those in the second.
6953
6954         * Makefile.in: Fix collect2 copy for Cygwin.
6955
6956 Fri Aug 17 15:48:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
6957
6958         Install the proper patch.
6959         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
6960         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
6961         (expand_function_start): Likewise.
6962         * stmt.c (expand_decl): Likewise.
6963         * varasm.c (make_decl_rtx): Likewise.
6964
6965 Fri Aug 17 15:41:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
6966
6967         * final.c: Undo my previous accidental checkin.
6968         * output.h: Likewise.
6969         * tm.texi: Likewise.
6970
6971 2001-08-16  Richard Henderson  <rth@redhat.com>
6972
6973         * varasm.c (named_section_flags): Remove align parameter.
6974         * varasm.c, dwarf2out.c: Update all callers.
6975         * output.h: Update prototypes.
6976
6977         * target.h (target.asm_out.named_section): Remove align parameter.
6978         * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
6979         config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
6980         config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
6981         config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
6982         config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
6983
6984         * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
6985         (get_named_section_flags, set_named_section_flags): New.
6986         (named_section_flags): Use them.
6987         (named_section): Do decl vs section flags check here...
6988         (default_section_type_flags): ... not here.
6989         (init_varasm_once): Create in_named_htab.
6990         (resolve_unique_section): Mark reloc unused.
6991
6992 2001-08-16  Richard Henderson  <rth@redhat.com>
6993
6994         * varasm.c (force_const_mem): Keep pool alignment in bits.
6995         (output_constant_pool): Use assemble_align.
6996
6997 2001-08-16  Zack Weinberg  <zackw@panix.com>
6998
6999         * doc/tm.texi: Remove extra @table command.
7000
7001 2001-08-16  Zack Weinberg  <zackw@panix.com>
7002
7003         * final.c (shorten_branches): Clear the end of the label_align
7004         array only if we made it larger.  Break up messy expressions
7005         for clarity.
7006
7007         * diagnostic.c (internal_error): Check for error recursion
7008         before doing ICE suppression.
7009
7010         * timevar.c: Timing variables now count in milliseconds.
7011         (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
7012         (get_time): Not here.
7013         (timevar_print): Don't print any timer whose user, cpu, and
7014         wall times are all zero as displayed.
7015         * timevar.h: Update comment aboout units.  Make timevar
7016         counters unsigned.
7017
7018 Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
7019
7020         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
7021         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
7022         (expand_function_start): Likewise.
7023         * stmt.c (expand_decl): Likewise.
7024         * varasm.c (make_decl_rtx): Likewise.
7025
7026 2001-08-16  Jason Merrill  <jason_merrill@redhat.com>
7027
7028         * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
7029         (finalize_record_size): Don't set TYPE_USER_ALIGN.
7030
7031 2001-08-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7032
7033         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
7034         variables.
7035
7036 2001-08-16  Andreas Jaeger  <aj@suse.de>
7037
7038         * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
7039         prototype.
7040
7041 Wed Aug 15 15:22:52 EDT 2001  John Wehle  (john@feith.com)
7042
7043         * rtl.h (only_sets_cc0_p): New prototype.
7044         * jump.c (sets_cc0_p): Handle INSN.
7045         (only_sets_cc0_p): New function.
7046         * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
7047         (tidy_fallthru_edge): Likewise.
7048         * integrate.c (copy_insn_list): Likewise.
7049         * unroll.c (unroll_loop): Likewise.
7050         (copy_loop_body): Likewise.
7051
7052 2001-08-15  Jason Eckhardt  <jle@redhat.com>
7053
7054         * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
7055
7056 Wed Aug 15 14:24:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
7057
7058         * predict.c (struct block_info_def): Remove nvisited.
7059         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
7060         (estimate_bb_frequencies): Call mark_dfs_back_edges.
7061
7062         * i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium
7063         (ix86_adjust_cost): Teach scheduler that latency to load operand can
7064         be masked.
7065
7066 Wed Aug 15 12:41:32 CEST 2001  Jan Hubicka  <jh@suse.cz>
7067
7068         * predict.def: Update hitrates.
7069
7070 2001-08-15  Richard Henderson  <rth@redhat.com>
7071
7072         * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
7073
7074 Tue Aug 14 17:30:59 2001  Jeffrey A Law  (law@cygnus.com)
7075
7076         * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
7077         note from its associated jump.
7078
7079 2001-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
7080
7081         * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
7082         also on 64-bit s390x targets.
7083
7084 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
7085
7086         * config/arm/arm.c (arm_compute_initial_elimination_offset): New
7087         function.
7088         (arm_expand_prologue): Handled nested functions which take a
7089         variable argument list.
7090         * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
7091         macro with an invocation of
7092         arm_compute_initial_elimination_offset.
7093         * config/arm/arm-protos.h: Prototype
7094         arm_compute_initial_elimination_offset.
7095
7096 2001-08-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7097
7098         * doc/install.texi (Specific, avr): Fix markup.
7099         (Specific, c4x): Ditto.
7100
7101 2001-08-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
7102
7103         * predict.c (dump_prediction): Change `bool' parameter to `int'.
7104
7105 2001-08-14  Gabriel Dos Reis  <gdr@codesourcery.com>
7106
7107         * Makefile.in (OBJS): Add rtl-error.o
7108         (rtl-error.o): New rule.
7109         (diagnostic.o): Adjust dependency.
7110         diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
7111         error_for_asm, _fatal_insn, _fatal_insn_not_found,
7112         warning_for_asm): Move to...
7113         rtl-error.c: ...here.  New file.
7114
7115 2001-08-14  Richard Henderson  <rth@redhat.com>
7116
7117         * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
7118         if USING_SJLJ_EXCEPTIONS.
7119
7120 2001-08-14  Steve Ellcey <sje@cup.hp.com>
7121
7122         * tlink.c (scan_linker_output): Check string for unsatisfied in
7123         addition to undefined and unresolved.
7124
7125 2001-08-14  Graham Stott  <grahams@redhat.com>
7126
7127         * libgcc2.c (*): Replace EH_FRAME_SECTION with
7128         EH_FRAME_SECTION_NAME.
7129
7130 Tue Aug 14 14:57:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
7131
7132         * genattrtab.c (simplify_test_exp_in_temp): New function.
7133         (simplify_test_exp): Avoid explicit use of temporary obstack.
7134         (simplify_cond, insert_right_side, evaluate_eq_attr,
7135         simplify_and_tree, simplify_or_tree, eliminate_known_true):
7136         Use simplify_test_exp_in_temp.
7137         (optimize_attrs): Iterate until expression stabilizes.
7138
7139 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>:
7140
7141         * glimits.h: Remove the __LONG_MAX__ special case for s390x.
7142         * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
7143
7144 2001-08-13  Richard Henderson  <rth@redhat.com>
7145
7146         * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
7147         (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
7148         * config/arm/conix-elf.h: Likewise.
7149
7150 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
7151
7152         * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
7153         in gcc.c.
7154         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
7155
7156         * gcse.c (hash_scan_set): Expressions that are set as part of
7157         jump instructions are not available.
7158
7159 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
7160
7161         * config/s390/s390.c (print_operand, s390_function_prologue,
7162         s390_va_start): Fixed HOST_WIDE_INT type mismatch.
7163
7164 2001-08-13  Richard Henderson  <rth@redhat.com>
7165
7166         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
7167         * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
7168         * doc/tm.texi (Exception Region Output): Document it.
7169
7170 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
7171
7172         * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
7173         DWARF2 instead of stabs by default.
7174
7175 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
7176
7177         * config/rs6000/rs6000.c: Include optabs.h.
7178
7179 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
7180
7181         * config/rs6000/eabi.asm: Define 64-bit versions of FPR
7182         save/restore routines.
7183         * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
7184
7185 2001-08-13  Andreas Jaeger  <aj@suse.de>
7186
7187         * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
7188         the english is correct.
7189
7190 2001-08-13  Zack Weinberg  <zackw@panix.com>
7191
7192         * expr.h: Split out optab- and libfunc-related code to...
7193         * optabs.h, libfuncs.h: ... these new headers.
7194
7195         * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
7196         (OPTABS_H): New.
7197         (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
7198         dependencies.
7199         * mkconfig.sh: Don't include insn-codes.h from config.h.
7200
7201         * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
7202         enum insn_code is available.  Move reload_in_optab and
7203         reload_out_optab array declarations to optabs.h.
7204         * regmove.c (gen_add3_insn): Move to optabs.c, export from
7205         there, prototype in expr.h.
7206         * gencodes.c: Cleanup: zap global variables, don't use
7207         printf where puts will do, don't bother defining MAX_INSN_CODE
7208         which nothing uses, let CODE_FOR_nothing get its value implicitly.
7209
7210         * genemit.c, genopinit.c: Include optabs.h in generated file.
7211         * genoutput.c: Include insn-codes.h in generated file.
7212         * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
7213         expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
7214         reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
7215         config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
7216         config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
7217         config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
7218         Include optabs.h.
7219         * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
7220         optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
7221         config/m88k/m88k.c, config/sparc/sparc.c:
7222         Include libfuncs.h.
7223         * reload.c: Include expr.h and optabs.h before reload.h.
7224         * config/alpha/alpha.c: Include tree.h before reload.h.
7225         * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
7226         and reload.h in that order.
7227         * config/sparc/sparc.c: Include debug.h.
7228         * recog.c: Include insn-codes.h.
7229
7230 2001-08-13  Andreas Jaeger  <aj@suse.de>
7231
7232         * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
7233         s390*linux.
7234
7235 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7236
7237         * dwarf2out.c (output_cfa_loc): Fix typo in comment.
7238         * gcc.c (init_spec): Fix typo in comment.
7239         * varasm.c (data_section): Fix typo in comment.
7240
7241 Mon Aug 13 02:27:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
7242
7243         * predict.c (dump_prediction): New argument "USED".
7244         (combine_predictions_for_insn): Determine the used heuristics,
7245         output the case no heuristic applied.
7246         * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
7247
7248 2001-08-13  Andreas Jaeger  <aj@suse.de>
7249
7250         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
7251         register %rip.
7252
7253 2001-08-13  Kazu Hirata  <kazu@hxi.com>
7254
7255         * jump.c: Fix formatting.
7256
7257 2001-08-13  Kazu Hirata  <kazu@hxi.com>
7258
7259         * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
7260         length.
7261
7262 2001-08-12  Geoffrey Keating  <geoffk@redhat.com>
7263
7264         * loop.c (check_dbra_loop): Use condjump_label to compute
7265         jump_label.
7266
7267         * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
7268         to better document the files they're in.
7269
7270 2001-08-12  Zack Weinberg  <zackw@panix.com>
7271
7272         * recog.h (struct insn_operand_data): Shrink 'mode' field
7273         to 16 bits.
7274
7275 2001-08-12  Kazu Hirata  <kazu@hxi.com>
7276
7277         * gcc.c: Fix comment formatting.
7278         * gccspec.c: Likewise.
7279         * gcov.c: Likewise.
7280         * gcse.c: Likewise.
7281         * genemit.c: Likewise.
7282         * gengenrtl.c: Likewise.
7283         * genrecog.c: Likewise.
7284         * gensupport.c: Likewise.
7285         * ggc-page.c: Likewise.
7286         * global.c: Likewise.
7287         * graph.c: Likewise.
7288         * ifcvt.c: Likewise.
7289         * integrate.c: Likewise.
7290         * lcm.c: Likewise.
7291         * libgcc2.c: Likewise.
7292         * loop.c: Likewise.
7293         * mbchar.c: Likewise.
7294         * optabs.c: Likewise.
7295         * predict.c: Likewise.
7296         * prefix.c: Likewise.
7297         * profile.c: Likewise.
7298         * protoize.c: Likewise.
7299         * real.c: Likewise.
7300         * recog.c: Likewise.
7301         * regclass.c: Likewise.
7302         * regmove.c: Likewise.
7303         * reg-stack.c: Likewise.
7304         * reload1.c: Likewise.
7305         * resource.c: Likewise.
7306         * rtlanal.c: Likewise.
7307         * rtl.c: Likewise.
7308
7309 2001-08-12  Kazu Hirata  <kazu@hxi.com>
7310
7311         * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
7312         a tree representing a constant is passed to the macro.
7313
7314 2001-08-12  Richard Henderson  <rth@redhat.com>
7315
7316         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
7317         (rs6000_elf_asm_out_destructor): New.
7318         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
7319         (DTORS_SECTION_ASM_OP): Remove.
7320         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7321         (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
7322
7323 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
7324
7325         Revert:
7326         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7327         * gcc.c (set_collect_gcc_options): New function, split out from
7328         main.
7329         Ignore elided switches.
7330         (do_spec_1): Invoke before executing command.
7331         (set_input): Export.
7332         Move declaration ...
7333         * gcc.h (set_input): ... here.
7334         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
7335         file.
7336
7337 2001-08-12  Richard Henderson  <rth@redhat.com>
7338
7339         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
7340         thinko wrt TARGET_RELOCATABLE.
7341
7342 2001-08-12  Neil Booth  <neil@daikokuya.demon.co.uk>
7343
7344         * fix-header.c (cb_file_change): Update prototype.
7345
7346 2001-08-11  Zack Weinberg  <zackw@panix.com>
7347
7348         * toplev.c (set_float_handler): Make static.
7349         * toplev.h: Don't prototype set_float_handler.
7350
7351         * simplify-rtx.c: Don't include setjmp.h.
7352         (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
7353         New functions.
7354         (simplify_unary_operation, simplify_binary_operation): Use them,
7355         via do_float_handler.
7356
7357         * fold-const.c: Don't include setjmp.h.
7358         (exact_real_inverse_1): New function.
7359         (exact_real_inverse): Use it, via do_float_handler.
7360
7361         * varasm.c: Don't include setjmp.h.
7362         (assemble_real_1): New function.
7363         (assemble_real): Use it, via do_float_handler.
7364         Call internal_error if we get a trap here.
7365
7366         * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
7367         config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
7368
7369 2001-08-11  Zack Weinberg  <zackw@panix.com>
7370
7371         * defaults.h: Define PREFERRED_STACK_BOUNDARY to
7372         STACK_BOUNDARY if not already defined.
7373
7374         * calls.c, function.c, reload1.c, explow.c: Don't default
7375         PREFERRED_STACK_BOUNDARY.  Remove all #if/#ifdef on
7376         PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
7377
7378         * explow.c (allocate_dynamic_stack_space): Change unsafe #if
7379         to run-time test.
7380
7381         * doc/tm.texi: Document that STACK_BOUNDARY is required;
7382         clarify difference between it and PREFERRED_STACK_BOUNDARY.
7383
7384 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7385
7386         * cppmacro.c (enter_macro_context): Push macro expansions even
7387         if empty.
7388
7389 2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7390
7391         * config/rs6000/rs6000.c: Include integrate.h to silence warning.
7392         (rs6000_elf_section_type_flags): Actually return a value.
7393
7394 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
7395
7396         * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
7397         Clean up code: add missing comments and prototypes, fix warnings,
7398         remove obsolete code, fix spacing to conform to coding style.
7399
7400 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
7401
7402         * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
7403         and TARGET_ASM_CLOSE_PAREN.
7404         (regclass_map): CC register belongs to class NO_REGS.
7405         (legitimize_pic_address): Don't generate unnecessary moves
7406         (to avoid confusing loop optimization).
7407         (check_and_change_labels): Replace jump_long by indirect_jump.
7408         (s390_final_chunkify): Don't start a new literal pool on section
7409         switch in 64-bit code.
7410         (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
7411
7412         * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
7413         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
7414         (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
7415         modes correctly.
7416         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
7417         (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
7418         (CONST_COSTS): Fixed incorrect costs.
7419
7420         * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
7421         Use emit_jump instead of emit_jump_insn (gen_jump).
7422         (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
7423         (to avoid confusing flow analysis).
7424         (tablejump, tablejump1, tablejump2): Removed.  Replaced by casesi.
7425         (casesi, casesi_jump): New.
7426         (jump_long): Removed.  Functionality merged into indirect_jump.
7427         (indirect_jump): Accept address_operand, not just register_operand.
7428         (cjump_long, icjump_long): Use same logic as indirect_jump.
7429         (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
7430         Fixed broken setjmp/longjmp handling.
7431         (do_builtin_setjmp_setup): Removed.
7432
7433         * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
7434         broken GNU as versions that don't accept .quad with large
7435         negative values.  Use hexadecimal output instead.
7436         (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
7437         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
7438         FUNCTION_EPILOGUE): Removed.  Now in targetm.
7439
7440         * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
7441
7442         * config/s390/fixdfdi.h: Add missing copyright statement.
7443         Fix type conflicts on 64-bit.  Add missing SFmode routines.
7444
7445         * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
7446         email address.
7447
7448 2001-08-11  Richard Henderson  <rth@redhat.com>
7449
7450         * rtl.h (REG_EH_RETHROW): Remove.
7451         * rtl.c (reg_note_name): Update.
7452         * combine.c (distribute_notes): Don't check for it.
7453
7454 2001-08-11  Richard Henderson  <rth@redhat.com>
7455
7456         * combine.c (distribute_notes): Place REG_SETJMP.
7457
7458 2001-08-11  Richard Henderson  <rth@redhat.com>
7459
7460         * doc/extend.texi (Arrays and pointers implementation): Discourage
7461         relying on sign-extension of pointers.
7462
7463 2001-08-11  H.J. Lu <hjl@gnu.org>
7464
7465         * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
7466         in_dtors.
7467         (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
7468         RDATA_SECTION_ASM_OP.
7469
7470 2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7471
7472         * doc/install.texi (Specific, c4x): Fix cross-reference to the
7473         main manual to work both for info and HTML versions.
7474
7475 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7476             Matt Kraai <kraai@alumni.carnegiemellon.edu>
7477
7478         * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
7479         * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
7480         (struct cpp_pool): New member first.
7481         * cppinit.c (append_include_chain): Plug memory leaks.
7482         * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
7483         Allocate pragma structures from the (aligned) macro pool to
7484         avoid leaking memory.
7485         * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
7486         so we don't leak memory.
7487         * hashtable.c (ht_destroy): New.
7488         * hashtable.h (ht_destroy): New.
7489
7490 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7491             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7492
7493         * c-lex.c (map): Make const.
7494         (cb_file_change): Update for callback passing a line map.
7495         Don't assume we have a previous map.  Remove sanity check
7496         about popping too many files.
7497         * cpperror.c (print_location): Make map const.
7498         * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
7499         (cpp_make_system_header): Similarly.
7500         (search_from): Similarly.
7501         (_cpp_execute_include): Don't remember where we came from.
7502         * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
7503         (struct cpp_reader): Make map const.
7504         (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
7505         * cpplib.c (do_line): Update; line maps now hold sysp.
7506         (cpp_push_buffer): Similarly.
7507         (_cpp_do_file_change): Similarly; callback with map instead.
7508         (cpp_get_line_maps): Constify return value.
7509         (_cpp_pop_buffer): Update.
7510         * cpplib.h (struct cpp_file_change): Remove.
7511         (struct cpp_callbacks): Update.
7512         (cpp_get_line_maps): Constify return value.
7513         * cppmacro.c (_cpp_create_definition): Update.
7514         * cppmain.c (struct printer): Constify map.
7515         (maybe_print_line): Similarly.
7516         (print_line): Similarly.  Deduce flags 1 and 2 here.
7517         (cb_file_change): Update.
7518         * line-map.c (free_line_maps): Warn regardless.
7519         (add_line_map): Return pointer to const.  When passed NULL to_file
7520         with LC_LEAVE, use the obvious values for the return point so the
7521         caller doesn't have to figure them out.
7522         (lookup_line): Return pointer to const.
7523         (print_containing_files): Take pointer to const.
7524         * line-map.h (struct line_map): New members reason, sysp.
7525         (add_line_map): Return pointer to const.
7526         (lookup_line): Similarly.
7527         (print_containing_files): Take pointer to const.
7528
7529 2001-08-10  Roman Zippel  <zippel@linux-m68k.org>
7530             Richard Henderson  <rth@redhat.com>
7531
7532         * regmove.c (regmove_optimize): Avoid setting a register twice in
7533         a parallel set.
7534
7535 2001-08-10  Richard Henderson  <rth@redhat.com>
7536
7537         * doc/extend.texi (Arrays and pointers implementation): Document
7538         behavior of pointer/integer conversion.
7539
7540 2001-08-10  Ulrich Weigand  <uweigand@de.ibm.com>
7541
7542         * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
7543
7544 2001-08-10  Richard Henderson  <rth@redhat.com>
7545
7546         * doc/extend.texi (C Implementation): New chapter.
7547         * doc/gcc.texi (Top): Link it in.
7548
7549 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
7550
7551         * doc/install.texi (Specific): Fix CVS merge botch.
7552
7553 2001-08-10  Richard Henderson  <rth@redhat.com>
7554
7555         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
7556         ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
7557
7558 2001-08-10  Zack Weinberg  <zackw@stanford.edu>
7559
7560         * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
7561         if not already defined.  Remove all #ifdefs on STACK_BOUNDARY;
7562         this macro is now required.
7563
7564         * cselib.c (cselib_process_insn), flow.c (propagate_block),
7565         loop.c (find_and_verify_loops), reload.c (reload): Check
7566         for rtx code of CALL_INSN, not CALL, when deciding if we
7567         need to check for REG_SETJMP note.
7568
7569         * gcse.c (compute_hash_table, compute_store_table): Update
7570         the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
7571         logic.
7572
7573         * config/avr/avr.c: Fix typo.
7574         * config/convex/convex.c (expand_movstr): Use adjust_address.
7575         * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
7576         variable.
7577         * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
7578         * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
7579         Fix typo.
7580         * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
7581         Do define STACK_BOUNDARY.
7582         * config/i370/i370.c: Include expr.h.
7583         * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
7584         config/pa/som.h, config/v850/v850.h: Take in_ctors and
7585         in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
7586         and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
7587         * config/m88k/m88k.c: Include c-tree.h after expr.h.
7588         * config/pdp11/pdp11.c: Include expr.h and toplev.h.
7589         * config/romp/romp.c: Include expr.h after tree.h.
7590         Include toplev.h.
7591         (output_fpop): Use xmalloc, not oballoc.
7592         * config/we32k/we32k.c: Include expr.h.
7593
7594 2001-08-10  Kazu Hirata  <kazu@hxi.com>
7595
7596         * config/h8300/h8300.h: Fix formatting.
7597
7598 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
7599
7600         * c-common.h (RETURN_NULLIFIED_P): Lose.
7601         * c-semantics.c (genrtl_return_stmt): Don't check it.
7602
7603 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
7604
7605         * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
7606         (mips_annotate_frame_insn): New function.
7607         (mips_emit_frame_related_store): New function.
7608         (save_restore_insns): Don't mark instructions that set up the base
7609         registers as frame-related.  Add REG_FRAME_RELATED_EXPR notes to
7610         the store instructions instead.
7611         (mips_expand_prologue): If the stack size is moved into a temporary
7612         register, do not mark that move as frame-related.  Add a
7613         REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
7614
7615 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
7616
7617         * config/mips/mips.c (save_restore_insns): Don't mark the RA's
7618         stack slot as unchanging if current_function_calls_eh_return.
7619
7620 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
7621
7622         * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
7623         access the second half of the TFmode scratch operand.
7624
7625 2001-08-10  Anthony Green  <green@redhat.com>
7626
7627         * java/class.c (emit_register_classes): Conditionalize code on
7628         JCR_SECTION_NAME.
7629
7630 2001-08-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7631
7632         * doc/install.texi (Specific, avr): Fix cross-reference to the
7633         main manual to work both for info and HTML versions.
7634
7635 2001-08-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7636
7637         * stmt.c (expand_null_return_1): Remove code to generate simple returns
7638         and "use_goto" argument.
7639         (expand_null_return, expand_value_return): Update all callers.
7640         * function.c (expand_function_end): Remove code to generate simple
7641         return.
7642         * config/vax/vax.md (epilogue): New expander for function return.
7643         * doc/md.texi (epilogue): Remove "if defined".
7644
7645 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
7646
7647         * Makefile.in: Partially revert my previous change:
7648         put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
7649         of the hashtab.o and safe-ctype.o rules.
7650
7651 2001-08-09  Richard Henderson  <rth@redhat.com>
7652
7653         * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
7654         (USE_COLLECT2): Remove duplicate definition.
7655         * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
7656         (use_collect2): Remove dead code.
7657         * configure.in (use_collect2): Remove will_use_collect2 and
7658         maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
7659         * configure: Rebuild.
7660
7661         * target.h (targetm.asm_out.constructor): New.
7662         (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
7663         * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
7664         (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
7665         * varasm.c (in_ctors, in_dtors): New.
7666         (assemble_constructor, assemble_destructor): Remove.
7667         (default_stabs_asm_out_destructor): New.
7668         (default_named_section_asm_out_destructor): New.
7669         (dtors_section, default_dtor_section_asm_out_destructor): New.
7670         (default_stabs_asm_out_constructor): New.
7671         (default_named_section_asm_out_constructor): New.
7672         (ctors_section, default_ctor_section_asm_out_constructor): New.
7673         * output.h: Update declarations.
7674         * c-decl.c (c_expand_body): Use target hooks instead of
7675         assemble_constructor and assemble_destructor.
7676         * profile.c (output_func_start_profiler): Likewise.
7677         * objc/objc-act.c (finish_objc): Likewise.
7678         (build_module_descriptor): Tidy.  Set TREE_PUBLIC properly
7679         for the constructor.
7680         * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
7681
7682         * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
7683         (DTORS_SECTION_ASM_OP): Likewise.
7684         (__CTOR_LIST__): Use attribute section when possible.
7685         (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
7686
7687         * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
7688         ASM_OUTPUT_CONSTRUCTOR.
7689
7690         * config/darwin.c (machopic_asm_out_constructor): New.
7691         (machopic_asm_out_destructor): New.
7692         * config/darwin-protos.h: Update declarations.
7693         * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7694         (ASM_OUTPUT_DESTRUCTOR): Remove.
7695         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7696         * config/nextstep.c (nextstep_asm_out_constructor): New.
7697         (nextstep_asm_out_destructor): New.
7698         * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7699         (ASM_OUTPUT_DESTRUCTOR): Remove.
7700         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7701         * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
7702         ASM_OUTPUT_*STRUCTOR.
7703         * config/i386/aix386ng.h: Likewise.
7704
7705         * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
7706         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
7707         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
7708         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
7709         * config/lynx.h: Likewise.
7710         * config/netware.h: Likewise.
7711         * config/psos.h: Likewise.
7712         * config/alpha/alpha-interix.h: Likewise.
7713         * config/alpha/elf.h: Likewise.
7714         * config/arc/arc.h: Likewise.
7715         * config/arm/aof.h: Likewise.
7716         * config/arm/coff.h: Likewise.
7717         * config/arm/elf.h: Likewise.
7718         * config/c4x/c4x.h: Likewise.
7719         * config/h8300/h8300.h: Likewise.
7720         * config/i386/cygwin.h: Likewise.
7721         * config/i386/djgpp.h: Likewise.
7722         * config/i386/i386-coff.h: Likewise.
7723         * config/i386/i386-interix.h: Likewise.
7724         * config/i386/sco5.h: Likewise.
7725         * config/i386/vsta.h: Likewise.
7726         * config/i386/win32.h: Likewise.
7727         * config/i960/i960-coff.h: Likewise.
7728         * config/ia64/sysv4.h: Likewise.
7729         * config/m68hc11/m68hc11.h: Likewise.
7730         * config/m68k/coff.h: Likewise.
7731         * config/m68k/mot3300.h: Likewise.
7732         * config/m88k/m88k.h: Likewise.
7733         * config/mcore/mcore-pe.h: Likewise.
7734         * config/mcore/mcore.h: Likewise.
7735         * config/mips/elf.h: Likewise.
7736         * config/mips/elf64.h: Likewise.
7737         * config/mips/iris6.h: Likewise.
7738         * config/pa/pa64-hpux.h: Likewise.
7739         * config/rs6000/sysv4.h: Likewise.
7740         * config/sh/sh.h: Likewise.
7741         * config/sparc/litecoff.h: Likewise.
7742
7743         * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
7744         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
7745         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
7746         * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7747         (ASM_OUTPUT_DESTRUCTOR): Remove.
7748         * config/a29k/a29k.c: Move include of tree.h.
7749         * config/a29k/udi.h: Delete file.
7750         * config/alpha/alpha.c (vms_asm_out_constructor): New.
7751         (vms_asm_out_destructor): New.
7752         * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
7753         (EXTRA_SECTION_FUNCTIONS): Likewise.
7754         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
7755         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7756         * config/c4x/c4x.c: Move include of tree.h.
7757         * config/clipper/clipper.c (clix_asm_out_constructor): New.
7758         (clix_asm_out_destructor): New.
7759         * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7760         (ASM_OUTPUT_DESTRUCTOR): Remove.
7761         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7762         * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7763         (TARGET_ASM_CONSTRUCTOR): New.
7764         * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
7765         (sco_asm_out_constructor): New.
7766         * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
7767         * config/i386/svr3gas.h: Remove stack grows up code.
7768         Remove code duplicated from i386/sysv3.h.
7769         (TARGET_ASM_CONSTRUCTOR): New.
7770         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
7771         (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
7772         * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7773         (TARGET_ASM_CONSTRUCTOR): New.
7774         * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
7775         (m68hc11_asm_out_destructor): New.
7776         * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
7777         (TARGET_ASM_DESTRUCTOR): New.
7778         * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
7779         * config/m68k/dpx2.h: Properly undef all the bits inherited from
7780         config/svr3.h pertaining to section manipulation.
7781         * config/m68k/dpx2g.h: Remove #if 0 code.
7782         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
7783         * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
7784         (ASM_OUTPUT_CONSTRUCTOR): Remove.
7785         (TARGET_ASM_CONSTRUCTOR): New.
7786         * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
7787         (m88k_svr3_asm_out_constructor): New.
7788         (m88k_svr3_asm_out_destructor): New.
7789         * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7790         (ASM_OUTPUT_DESTRUCTOR): Remove.
7791         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7792         * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
7793         * config/rs6000/aix.h: Likewise.
7794         * config/mips/rtems64.h: Don't undef removed constructor related bits.
7795         * config/mips/vxworks.h: Likewise.
7796         * config/rs6000/lynx.h: Likewise.
7797         * config/sh/elf.h: Likewise.
7798         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
7799         (DTORS_SECTION_ASM_OP): New.
7800         * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7801         (ASM_OUTPUT_DESTRUCTOR): Remove.
7802         * config/sparc/sol2-sld-64.h: Likewise.
7803         * config/vax/vax.c (vms_asm_out_constructor): New.
7804         (vms_asm_out_destructor): New.
7805         * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
7806         (ASM_OUTPUT_DESTRUCTOR): Remove.
7807         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
7808
7809         * doc/tm.texi (@node Initialization): Update.
7810
7811 2001-08-09  Richard Henderson  <rth@redhat.com>
7812
7813         * config/alpha/crtbegin.asm (__JCR_LIST__): New.
7814         (__do_global_dtors_aux): Use gp-relative static data to avoid
7815         one dynamic relocation.
7816         (__do_frame_setup): Register Java classes.
7817         * config/alpha/crtend.asm (__JCR_END__): New.
7818
7819 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
7820
7821         * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
7822         (CONFIG_H, TCONFIG_H, TM_P_H): Update.
7823         (GEN, STAGESTUFF): Add new files.
7824         (insn-constants.h, s-constants, tm-preds.h, s-preds,
7825         genconstants, genpreds, genconstants.o, genpreds.o): New rules.
7826         (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
7827         * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
7828         as well as insn-codes.h and insn-flags.h in config.h; and no
7829         extra headers in tconfig.h and hconfig.h.
7830
7831         * gencodes.c: Eliminate code to generate predicate declarations
7832         or #defines for md-file constants.
7833         * genconstants.c, genpreds.c: New files.
7834
7835         * i386.md: Re-order guard expressions such that TARGET_64BIT
7836         comes first, when this permits better optimization.  Add
7837         TARGET_64BIT to more x86-64 patterns.  Add comment explaining
7838         why this is desirable.
7839
7840 2001-08-09  Jakub Jelinek  <jakub@redhat.com>
7841
7842         * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
7843         (find_fde_for_dso): Remove.
7844         (_Unwind_IteratePhdrCallback): New.
7845         (_Unwind_FindTableEntry): Use dl_iterate_phdr.
7846         * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
7847
7848 Thu Aug  9 11:30:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7849
7850         * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
7851         (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
7852
7853 2001-08-09  Graham Stott  <grahams@redhat.com>
7854
7855         * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
7856         (vis_no_unit): Use it.
7857         (visualize_no_unit): Add the insn only if room exists.
7858
7859 2001-08-09  Graham Stott  <grahams@redhat.com>
7860
7861         * predict.c (estimate_probability): Replace magic numbers with
7862         appropriate enumeration.
7863
7864 2001-08-09  Graham Stott  <grahams@redhat.com>
7865
7866         * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
7867         parameter.
7868         (EXTRACT_FLAGS): Likewise.
7869
7870 2001-08-09  Aldy Hernandez  <aldyh@redhat.com>
7871
7872         * config/mips/mips.c    (mips_legitimate_address_p): Check for
7873         CONST_INT in last patch.
7874
7875 2001-08-08  Anthony Green  <green@redhat.com>
7876
7877         * java/class.c (emit_register_classes): Use assemble_jcr if
7878         possible.  Keep the original mechanism as a fallback.
7879         * defaults.h (JCR_SECTION_NAME): Define if we have named section
7880         and weak symbol support.
7881         * crtstuff.c (__JCR_LIST__): Define.
7882         (__JCR_END__): Define.
7883         (_Jv_RegiserClasses): Define weak symbol if possible.
7884         (__do_global_ctors_aux): Register classes for ELF targets with
7885         weak symbol support.
7886
7887 2001-08-08  Kazu Hirata  <kazu@hxi.com>
7888
7889         * dbxout.c: Fix comment formatting.
7890         * dependence.c: Likewise.
7891         * df.c: Likewise.
7892         * diagnostic.c: Likewise.
7893         * dominance.c: Likewise.
7894         * doprint.c: Likewise.
7895         * dwarf2out.c: Likewise.
7896         * dwarfout.c: Likewise.
7897         * emit-rtl.c: Likewise.
7898         * except.c: Likewise.
7899         * explow.c: Likewise.
7900         * expmed.c: Likewise.
7901         * expr.c: Likewise.
7902         * flow.c: Likewise.
7903         * fold-const.c: Likewise.
7904         * function.c: Likewise.
7905
7906 2001-08-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7907
7908         * global.c (retry_global_alloc): Avoid shadowing allocno.
7909
7910 2001-08-08  Mark Mitchell  <mark@codesourcery.com>
7911
7912         * except.c (remove_fixup_regions): Fix typo.
7913
7914 2001-08-08  Jan van Male <jan.vanmale@fenk.wau.nl>
7915
7916         * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
7917         unsigned HOST_WIDE_INT to avoid warning.
7918         * final.c (final): Cast INSN_UID to unsigned to avoid warning.
7919         * flow.c (set_block_for_new_insns): Likewise.
7920
7921 Wed Aug  8 21:08:14 CEST 2001  Jan Hubicka  <jh@suse.cz>
7922
7923         * sibcall.c (return_value_pseudo): New static variable.
7924         (skip_copy_to_return_value): Handle return_value_pseudo.
7925         (call_ends_block_p): Ensure that return_value_pseudo is set.
7926         (optimize_sibling_and_tail_recursive_call): Discover the
7927         load of pseudo return value in alternate exit block.
7928
7929 Wed Aug  8 21:06:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
7930
7931         * calls.c (ECF_ALWAYS_RETURN): New constant.
7932         (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
7933         (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
7934         (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
7935         * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
7936         * rtl.c (reg_note_name): New name.
7937         * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
7938
7939 2001-08-07  Aldy Hernandez  <aldyh@redhat.com>
7940
7941         * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
7942
7943 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
7944
7945         * alias.c (get_alias_set): Return a previously calculated
7946         alias set for a VAR_DECL.
7947         * function.c (gen_mem_addressof): Calculate the alias set before
7948         touching the RTL.
7949
7950 Wed Aug  8 18:44:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
7951
7952         * predict.def: Set hitrates according our experimental run.
7953
7954 Wed Aug  8 18:01:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
7955
7956         * i386.h (HARD_REGNO_RENAME_OK): New macro.
7957
7958 2001-08-08  H.J. Lu <hjl@gnu.org>
7959
7960         * config/mips/mips.c (mips_unique_section): New. Copied from
7961         config/mips/elf.h.
7962
7963         * config/mips/mips-protos.h (mips_unique_section): New
7964         prototype.
7965
7966         * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
7967
7968         * config/mips/little.h: New. Generic little endian mips
7969         targets. Only mips*-*-linux* is converted to use it so far.
7970
7971         * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
7972         (WCHAR_TYPE): Defined
7973         (WCHAR_TYPE_SIZE): Likewise.
7974         (INIT_SUBTARGET_OPTABS): Likewise.
7975         (BSS_SECTION_ASM_OP): Likewise.
7976         (SBSS_SECTION_ASM_OP): Likewise.
7977         (ASM_OUTPUT_ALIGNED_BSS): Likewise.
7978         (ASM_DECLARE_OBJECT_NAME): Likewise.
7979         (UNIQUE_SECTION): Likewise.
7980         (EXTRA_SECTIONS): Likewise.
7981         (ASM_OUTPUT_CONSTRUCTOR): Likewise.
7982         (ASM_OUTPUT_DESTRUCTOR): Likewise.
7983         (ASM_OUTPUT_DEF): Likewise.
7984         (HANDLE_SYSV_PRAGMA): Removed.
7985         (NO_IMPLICIT_EXTERN_C): Likewise.
7986         (TARGET_MEM_FUNCTIONS): Likewise.
7987         (STARTFILE_SPEC): Likewise.
7988         (ENDFILE_SPEC): Likewise.
7989         (LIB_SPEC): Likewise.
7990         (INVOKE__main): Likewise.
7991         (CTOR_LIST_BEGIN): Likewise.
7992         (CTOR_LIST_END): Likewise.
7993         (DTOR_LIST_BEGIN): Likewise.
7994         (DTOR_LIST_END): Likewise.
7995         (SET_ASM_OP): Likewise.
7996         (ASM_OUTPUT_SOURCE_LINE): Likewise.
7997         (ASM_OUTPUT_DEF): Likewise.
7998         (ASM_OUTPUT_IDENT): Likewise.
7999
8000         * config/mips/mips.h (ASM_SPEC): Undefine before define.
8001         (CPLUSPLUS_CPP_SPEC): Likewise.
8002         (ASM_APP_ON) Redefine only if not defined.
8003         (ASM_APP_OFF): Likewise.
8004         (ASM_OUTPUT_SOURCE_LINE): Likewise.
8005         (ASM_OUTPUT_IDENT): Likewise.
8006
8007         * config.gcc: Update tm_file for Linux/mips.
8008
8009 2001-08-08  Bernd Schmidt  <bernds@redhat.com>
8010
8011         * cselib.c (cselib_record_sets): If insn is predicated, turn
8012         sources into IF_THEN_ELSEs.
8013
8014         * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
8015         Turn into define_insn_and_split.
8016
8017         * sched-deps.c: Include "cselib.h".
8018         (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
8019         Use cselib to turn memory addresses into VALUEs.
8020         (sched_analyze): Call cselib_init/cselib_finish if necessary.
8021         * sched-int.h (struct sched_info): New member USE_CSELIB.
8022         * sched-ebb.c (ebb_sched_info): Initialize it.
8023         * sched-rgn.c (rgn_sched_info): Likewise.
8024         * Makefile.in (sched-deps.o): Update dependencies.
8025
8026         * cselib.h (cselib_subst_to_values): Declare.
8027         * cselib.c (cselib_subst_to_values): No longer static.  Allow MEMs
8028         that have no value and autoincs to be handled by generating a new
8029         dummy value.
8030
8031 2001-08-08  Graham Stott  <grahams@redhat.com>
8032
8033         * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
8034         within fixed length SEQUENCE.
8035
8036 2001-08-08  Graham Stott  <grahams@redhat.com>
8037
8038         * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
8039         (diagnostic_prefixing_rule): Likewise.
8040         (diagnostic_line_cutoff): Likewise.
8041         (diagnostic_kind_count): Likewise.
8042
8043 2001-08-08  Graham Stott  <grahams@redhat.com>
8044
8045         * alias.c (find_base_decl): Delete redundent assignment.
8046
8047 2001-08-08  Graham Stott  <grahams@redhat.com>
8048
8049         * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
8050         (abs): Uppercase and paranthesize macro parameter.
8051         (MEM_DEPENDENCY): Add whitespace.
8052
8053 2001-08-08  Graham Stott  <grahams@redhat.com>
8054
8055         * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
8056         failure check for CONST_INT
8057
8058 2001-08-08  Graham Stott  <grahams@redhat.com>
8059
8060         * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
8061         (libcall_dead_p): Likewise.
8062
8063         (mark_used_regs): Constify fmt.
8064         (find_use_as_address): Likewise.
8065
8066 2001-08-08  Graham Stott  <grahams@redhat.com>
8067
8068         * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
8069          parameter.
8070
8071 2001-08-08  Graham Stott  <grahams@redhat.com>
8072
8073         * combine.c (combine_simplify_rtx): Update comment and
8074         remove erroneous test.
8075
8076 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8077
8078         * cppinit.c (cpp_finish): Pop the final buffer without comment.
8079         * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
8080         take care to avoid multiple no-newline at EOF warnings in that
8081         case.
8082
8083 Tue Aug  7 22:18:06 CEST 2001  Jan Hubicka  <jh@suse.cz>
8084
8085         * calls.c (expand_call): Do not emit INSN_SETJMP note.
8086         (emit_library_call_value_1): Likewise.
8087         (emit_call_1): Emit REG_SETJMP note.
8088         * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
8089         of INSN_SETJMP
8090         * cselib.c (cselib_process_insn): Likewise.
8091         * flow.c (propagate_block): Likewise.
8092         * loop.c (find_and_verify_loops): Likewise.
8093         * reload.c (find_equiv_regs): Likewise.
8094         * reload1.c (reload): Likewise.
8095         * resource.c (mark_referenced_resources,
8096         mark_set_resources): Likewise.
8097         * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
8098         * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
8099         * haifa-sched.c (unlink_other_notes): Likewise.
8100         (reemit_notes): Likewise.
8101         * sched-ebb.c (sched_ebb): Likewise.
8102         * sched-rgc.c (sched_region): Likewise.
8103         * rtl.c (note_insn_name): Likewise.
8104         (reg_note_name): Add REG_SETJMP
8105         * rtl.h (reg_note): Add REG_SETJMP.
8106         (insn_note): Remove NOTE_INSN_SETJMP.
8107
8108         * profile.c (branch_prob): Add fake edges for setjmp.
8109
8110 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>
8111
8112         * config.gcc: Quote target_cpu_default2 correctly for
8113         powerpc*-*-* targets.
8114
8115 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8116
8117         * cpplib.h, line-map.h: Update comments.
8118         * cppmain.c (printer_init): Move inline.
8119         (maybe_print_line, print_line): Take a map pointer.
8120         (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
8121         (cb_file_change): Don't use prior value of print.map.
8122
8123 2001-08-07  David Edelsohn  <edelsohn@gnu.org>
8124
8125         * doc/install.texi: Document fine-grained multilib configuration.
8126
8127 Tue Aug  7 16:52:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
8128
8129         * rtlanal.c (find_first_parameter_load): Call note_stores
8130         only on the instructions.
8131
8132 Tue Aug  7 14:56:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
8133
8134         * alias.c (nonlocal_mentioned_p):
8135         Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
8136         * calls.c (emit_call_1): Likewise.
8137         * cse.c (cse_insn, invalidate_skipped_block): Likewise.
8138         * cselib.c (cselib_process_insn): Likewise.
8139         * df.c (df_insns_modify): Likewise.
8140         * flow.c (need_fake_edge_p): Likewise.
8141         (propagate_one_insn): Likewise.
8142         * haifa-sched.c (reemit_notes): Likewise.
8143         * integrate.c (copy_insn_list): Likewise.
8144         * jump.c (delete_prior_computation): Likewise.
8145         * local-alloc.c (validate_equiv_mem): Likewise.
8146         * loop.c (scan_loop): Likewise.
8147         * predict.c (estimate_probability): Likewise.
8148         * reload.c (reload): Likewise.
8149         * sched-deps (sched_analyze): Likewise.
8150         * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
8151         * gcse.c (compute_hash_table): Likewise.
8152         (mark_call): Likewise.
8153         (store_killed_in_insn): Likewise.
8154
8155 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
8156
8157         * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
8158
8159 2001-08-06  Richard Henderson  <rth@redhat.com>
8160
8161         * varasm.c (assemble_gc_entry): Remove.
8162         * output.h: Likewise.
8163
8164 2001-08-06  Richard Henderson  <rth@redhat.com>
8165
8166         * varasm.c (assemble_constructor): Take a symbol_ref and a
8167         priority instead of a bare string.  Move priority handling
8168         here from cp/decl2.c.
8169         * output.h: Update decls.
8170
8171         * c-decl.c (c_expand_body): Update calls to assemble_constructor
8172         and assemble_destructor.
8173         * profile.c (output_func_start_profiler): Likewise.
8174         * objc/objc-act.c (finish_objc): Likewise.
8175         (build_module_descriptor): Return the symbol not the symbol name.
8176
8177 2001-08-06  David Edelsohn  <edelsohn@gnu.org>
8178
8179         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
8180         * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
8181         ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
8182         * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
8183         * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
8184         * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
8185
8186 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8187
8188         * cpperror.c (print_containing_files): Moved to line-map.c.
8189         (print_location): line-map.c handles re-listing or otherwise.
8190         * cpphash.h (struct lexer_state): Remove next_bol.
8191         (struct cpp_buffer): Remove include_stack_listed.
8192         * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
8193         Remove faked buffer handling.
8194         (_cpp_do_file_change): Tweak.
8195         * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
8196         * cppmain.c (struct printer): Remove filename.
8197         (print_line, cb_file_change): Update accordingly.
8198         * line-map.c: Include intl.h.
8199         (init_line_maps): Initialize last_listed.
8200         (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
8201         (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
8202         (print_containing_files): New.
8203         * line-map.h (struct line_maps): New member last_listed.
8204         (print_containing_files, INCLUDED_FROM): New.
8205         * Makefile.in: Update.
8206         * po/POTFILES.in: Add line-map.c.
8207
8208 2001-08-06  Richard Henderson  <rth@redhat.com>
8209
8210         * except.c (convert_from_eh_region_ranges_1): Never mark
8211         USE or CLOBBER insns as throwing.
8212
8213         * expr.c (store_constructor): Don't clobber memory targets.
8214
8215 2001-08-06  Andreas Jaeger  <aj@suse.de>
8216
8217         * profile.c (branch_prob): Remove unused variable insn.
8218
8219         * Makefile.in (local-alloc.o): Add dependency on except.h.
8220
8221         * local-alloc.c: Include except.h for can_throw_internal prototype.
8222
8223 2001-08-06  Richard Henderson  <rth@redhat.com>
8224
8225         * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
8226         * function.c (expand_main_function): Implement it.
8227         * doc/tm.texi: Document it.
8228
8229 2001-08-06  Stan Shebs  <shebs@apple.com>
8230
8231         * doc/install.texi: Document powerpc-*-darwin* details.
8232
8233 2001-08-06  Daniel Berlin  <dan@cgsoftware.com>
8234
8235         * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
8236         (ASM_CPU_SPEC): Move back to rs6000.h
8237         #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
8238
8239         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
8240
8241         * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
8242         readded.
8243
8244         * config/rs6000/linux64.h: Ditto.
8245
8246         * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
8247         to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
8248         nothing.
8249
8250         Remove accidently readded definitions of FUNCTION_PROLOGUE,
8251         FUNCTION_EPILOGUE,  ASM_OPEN_PAREN, ASM_CLOSE_PAREN
8252
8253         * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
8254         to rs6000.h
8255
8256 2001-08-05  Richard Henderson  <rth@redhat.com>
8257
8258         * local-alloc.c (update_equiv_regs): Do not move insns that
8259         can throw.
8260
8261 2001-08-05  Jan Hubicka  <jh@suse.cz>
8262
8263         * Makefile.in (reload1.o): Add dedendancy on except.h
8264         * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
8265         prototypes.
8266         * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
8267         indicating wehther edges has been cleaned up.
8268         * reload1.c: Inlucde except.h
8269         (fixup_abnormal_edges): Accept deleted insns.
8270         * toplev.c (rest_of_compilation): Purge dead edges unconditionally
8271         after combine.
8272
8273 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8274
8275         * cpplib.c (do_line): Correct line number after pop_buffer.
8276
8277 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8278
8279         PR preprocessor/3824
8280         * line-map.c: Update comments.
8281         * line-map.h: Update comments.
8282         * tradcif.y: Don't consider large numbers unsigned.
8283
8284 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8285
8286         PR preprocessor/3081
8287         * c-lex.c (map): New.
8288         (cb_file_change): Update map and use it.
8289         (cb_def_pragma, cb_define, cb_undef): Use map and line.
8290         (c_lex): Update to use map.
8291         * cpperror.c (print_location): Move to using logical line numbers.
8292         * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
8293         (cpp_make_system_header): Similarly.
8294         (_cpp_execute_include): Stop line numbering hacks.  Store the
8295         line we will return to.
8296         * cpphash.h (CPP_BUF_LINE): Remove.
8297         (struct cpp_buffer): Remove lineno and pseudo_newlines.
8298         Add map and return_to_line.
8299         (_cpp_do_file_change): Update.
8300         * cppinit.c (cpp_start_read): Update line kludge.
8301         * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
8302         (trigraph_ok): Use logical line numbers for diagnostics.
8303         (skip_block_comment): Likewise.
8304         (skip_whitespace): Likewise.
8305         (skip_line_comment): Use pfile->line instead.
8306         (_cpp_lex_token): Update to use logical line numbering exclusively.
8307         Handle BOL locally.  Accept new lines in directives, but keep
8308         pfile->line decremented.  Diagnostics use logical lines.  Update
8309         directive handling.
8310         * cpplib.c (SEEN_EOL): New.
8311         (skip_rest_of_line, check_eol): Use it.
8312         (end_directive): Increase line number when accepting the newline
8313         at the end of a directive.
8314         (run_directive): Simplify.
8315         (do_line): Bad LC_LEAVEs become LC_RENAMEs.  Update.
8316         (_cpp_do_file_change): Update to take buffer line number as an
8317         argument, and store the current map in the cpp_reader.  Remove
8318         line number kludges.
8319         (_cpp_do__Pragma): Restore output position after a _Pragma.
8320         (cpp_push_buffer): Don't set output line or lineno.
8321         (_cpp_pop_buffer): Transfer more info from a faked buffer.
8322         Remove line kludge.  Set output_line.
8323         * cppmacro.c (builtin_macro): Update handling of __LINE__.
8324         (parse_arg): Use logical lines.
8325         (save_lookahead_token): Save EOFs too now.
8326         * cppmain.c (struct printer): Fix comments.
8327         (printer_init): Simplify, let caller do errors.
8328         (scan_translation_unit, check_multiline_token, dump_macro): Update.
8329         (maybe_print_line): Simplify.
8330         (print_line): Don't print a linemarker if -P.
8331         (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
8332         (cb_file_change): Simplify.
8333         * line-map.h (LAST_SOURCE_LINE): Fix.
8334         (CURRENT_LINE_MAP): New.
8335
8336 2001-08-05  Bernd Schmidt  <bernds@redhat.com>
8337
8338         * doloop.c (doloop_modify_runtime): Properly compute number of
8339         iterations if loop was unrolled.
8340
8341         * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
8342         if their CSELIB_VAL_PTRs are.
8343
8344         * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
8345         (setup_spill_pointers): Initialize it.
8346         (spill_restore_mem): Set it.
8347         (do_spill, do_restore): Use it to add REG_INC note.
8348         * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
8349
8350         * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
8351         asms if other insns are available.
8352
8353         * config/ia64/ia64.c (condop_operator): New predicate.
8354         * config/ia64/ia64.h (PREDICATE_CODES): Add it.
8355         * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
8356         patterns.
8357
8358         * expr.c (expand_expr, case COND_EXPR): Prefer working with a
8359         temporary register than directly using a MEM.
8360
8361 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
8362
8363         * config/sh/sh.c (sh_asm_named_section): Fix typo in align
8364         parameter in last change.
8365
8366 2001-08-04  Zack Weinberg  <zackw@panix.com>
8367
8368         * sparc.md: Don't use #if inside C test expression.
8369
8370 2001-08-04  Richard Henderson  <rth@redhat.com>
8371
8372         * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
8373
8374 2001-08-04  Neil Booth  <neil@daikokuya.demon.co.uk>
8375
8376         * cpphash.h (struct cpp_reader): New member directive_line.
8377         * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
8378         * cpplib.c (do_define, do_undef, do_ident, do_include_common,
8379         do_pragma): Pass line to callbacks.
8380         (start_directive): Record line of directive.
8381         * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
8382         cb_include): Similarly.
8383         * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
8384         Similarly.
8385
8386 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
8387
8388         * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
8389         comment.
8390
8391 Sat Aug  4 13:51:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
8392
8393         * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
8394
8395         * reload1.c (fixup_abnormal_edges): New static function.
8396         (reload): Use it.
8397
8398         * flow.c (need_fake_edge_p): New function.
8399         (flow_call_edges_add): Fix handling of noreturn and sibbling calls;
8400         avoid call insn to be very last insn in the insn stream.
8401
8402         * profile.c (branch_prob): Call flow_call_edges_add instead of
8403         doing that by hand; cleanup cfg to re-merge basic blocks once
8404         we are done.
8405
8406 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8407
8408         * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
8409         are also on line-map.h.
8410         * cppfiles.c (stack_include_file): Update.
8411         * cpphash.h (struct cpp_buffer): New member return_at_eof.
8412         (_cpp_pop_buffer): New.
8413         * cppinit.c (cpp_destroy, cpp_finish): Update.
8414         (do_includes): Mark each buffer to return at EOF.
8415         * cpplex.c (_cpp_lex_token): Pop buffers at EOF.  Continue or
8416         return as requested.
8417         * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
8418         (cpp_pop_buffer): Rename _cpp_pop_buffer.  Stop skipping.
8419         * cpplib.h (cpp_pop_buffer): Remove.
8420         (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
8421         * cppmacro.c (cpp_scan_buffer_nooutput): Similarly.  No need to pop
8422         buffers.
8423         * cppmain.c (scan_buffer): Rename scan_translation_unit.  No need
8424         to pop buffers.
8425         (do_preprocessing): Update.
8426         * fix-header.c (read_scan_file): Update.  No need to pop buffers.
8427         * c-parse.in (_yylex): Similarly.
8428         * scan-decls.c (scan_decls): Similarly.
8429         * line-map.h: Update comments.
8430
8431         * objc/Make-lang.in (objc-act.o): Update dependencies.
8432
8433 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8434
8435         * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
8436         and soft register for operand 0.
8437         ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
8438
8439 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8440
8441         * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
8442         register for operand 0.
8443         ("bitcmpqi_z_used"): Allow memory for operand 0.
8444         (split "bitcmpqi"): New split to handle address reg as operand 1.
8445
8446 2001-08-04  Andreas Jaeger  <aj@suse.de>
8447
8448         * gcse.c: Revert Daniel's last patch.
8449
8450 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
8451
8452         * sparc-protos.h: Add prototypes for fp_zero_operand and
8453         reg_or_0_operand.
8454         * sh-protos.h: Add prototype for fpul_operand.
8455
8456 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
8457
8458         * doc/extend.texi (Other Builtins): Fix typo in last change.
8459
8460 2001-08-03  Richard Henderson  <rth@redhat.com>
8461
8462         * target.h (gcc_target): Add asm_out.named_section,
8463         section_type_flags, have_named_sections.
8464         * target-def.h (TARGET_ASM_NAMED_SECTION): New.
8465         (TARGET_HAVE_NAMED_SECTIONS): New.
8466         (TARGET_SECTION_TYPE_FLAGS): New.
8467
8468         * Makefile.in (toplev.o): Depend on TARGET_H.
8469         (varasm.o, dbxout.o): Likewise.
8470         * c-common.c (decl_attributes): Check targetm.have_named_sections
8471         instead of ifdef ASM_OUTPUT_SECTION_NAME.
8472         * dbxout.c (dbxout_function_decl): Likewise.
8473         (dbxout_function_end): Likewise.
8474         * toplev.c (compile_file): Likewise.
8475         * varasm.c (exception_section): Likewise.
8476         * cp/decl2.c (finish_objects): Likewise.
8477
8478         * defaults.h (EH_FRAME_SECTION): Remove.
8479         (EH_FRAME_SECTION_ASM_OP): Remove.
8480         (EH_FRAME_SECTION_NAME): New.
8481         (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
8482         (UNIQUE_SECTION_P): Remove.
8483         * dwarf2out.c (SECTION_FORMAT): Remove.
8484         (ASM_OUTPUT_SECTION): Remove.
8485         (output_call_frame_info): Use named_section_flags.
8486         (output_comp_unit, dwarf2out_start_source_file): Likewise.
8487         (dwarf2out_end_source_file, dwarf2out_define): Likewise.
8488         (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
8489         * varasm.c (in_eh_frame, eh_frame_section): Remove.
8490         (named_section_flags): New.
8491         (named_section): Use it and targetm.section_type_flags.
8492         (resolve_unique_section): New.
8493         (assemble_start_function): Use it.
8494         (asm_emit_uninitialised, assemble_variable): Likewise.
8495         (default_section_type_flags): New.
8496         (default_no_named_section, default_elf_asm_named_section): New.
8497         (default_coff_asm_named_section, default_pe_asm_named_section): New.
8498         * output.h: Update varasm.c decls.
8499         (SECTION_*): New flags.
8500
8501         * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
8502         (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
8503
8504         * config/elfos.h (UNIQUE_SECTION_P): Remove.
8505         * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
8506         * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
8507         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
8508         * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
8509         * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
8510         * config/mips/elf.h, config/mips/elf64.h: Likewise.
8511         * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
8512         * config/pa/pa64-hpux.h,
8513
8514         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
8515         (TARGET_ASM_NAMED_SECTION): New.
8516         * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
8517         * config/alpha/vms.h, config/arm/coff.h: Likewise.
8518         * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
8519         * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
8520         * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
8521         * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
8522         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
8523         * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
8524         * config/i386/sco5.h, config/i386/win32.h: Likewise.
8525         * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
8526         * config/mcore/mcore.h, config/mips/elf.h: Likewise.
8527         * config/mips/elf64.h, config/mips/iris6.h: Likewise.
8528         * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
8529         * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
8530         * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
8531         * config/sparc/sysv4.h: Likewise.
8532
8533         * config/nextstep.h: Error until named sections implemented.
8534
8535         * config/a29k/a29k.c (a29k_asm_named_section): New.
8536         * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
8537         (vms_section_type_flags, vms_asm_named_section): New.
8538         * config/arm/arm.c (arm_elf_asm_named_section): New.
8539         * config/avr/avr.c (asm_output_section_name): Remove.
8540         * config/avr/avr-protos.h: Update.
8541         * config/c4x/c4x.c (c4x_asm_named_section): New.
8542         * config/h8300/h8300.c (h8300_asm_named_section): New.
8543         * config/i386/i386.c (sco_asm_named_section): New.
8544         * config/i386/winnt.c (SECTION_PE_SHARED): New.
8545         (i386_pe_section_type_flags): New.
8546         (i386_pe_asm_named_section): New.
8547         * config/i386/i386-protos.h: Update.
8548         * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
8549         * config/mcore/mcore.c (mcore_asm_named_section): New.
8550         * config/mips/mips.c (iris6_asm_named_section): New.
8551         * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
8552         instead of UNIQUE_SECTION_P.
8553         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
8554         (xcoff_asm_named_section): New.
8555         * config/sh/sh.c (sh_asm_named_section): New.
8556         * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
8557
8558         * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
8559         * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
8560         (EH_FRAME_SECTION_NAME): New.
8561         (EXCEPTION_SECTION): New.
8562         * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
8563         (DEBUG_*_SECTION): Remove.
8564         * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
8565         * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
8566         (EH_FRAME_SECTION_ASM_OP): Remove.
8567
8568         * doc/tm.texi (UNIQUE_SECTION_P): Remove.
8569         (ASM_OUTPUT_SECTION_NAME): Remove.
8570         (TARGET_ASM_NAMED_SECTION): New.
8571         (TARGET_HAVE_NAMED_SECTIONS): New.
8572         (TARGET_SECTION_TYPE_FLAGS): New.
8573         (EH_FRAME_SECTION_ASM_OP): Remove.
8574         (EH_FRAME_SECTION_NAME): New.
8575
8576 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
8577
8578         * builtins.c (fold_builtin_constant_p): Return integer_zero_node
8579         for complex expressions when cfun == 0.
8580         * doc/extend.texi: Document that __builtin_constant_p can be
8581         used in data initializers as well as functions.
8582
8583 2001-08-03  Alexandre Oliva  <aoliva@redhat.com>
8584
8585         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
8586         variable I locally, instead of expecting a declaration in the
8587         calling context.
8588
8589 2001-08-03  Richard Henderson  <rth@redhat.com>
8590
8591         * except.c (collect_one_action_chain): Add an explicit cleanup
8592         action if regions surrounding a catch were encoded entirely
8593         within the call-site entry.
8594
8595 2001-08-03  Richard Henderson  <rth@redhat.com>
8596
8597         * dbxout.c (dbxout_symbol_location): Flatten subregs first;
8598         don't take REGNO of a non-register.
8599
8600 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8601
8602         * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
8603         __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
8604         (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
8605         (__gthread_mutex_init_function): New function for mutex initialization.
8606
8607 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
8608
8609         * Makefile.in: Revert screwed up commit.
8610
8611 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8612
8613         * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
8614         * config/m68hc11/larith.asm (_exit): Split in several sub-sections
8615         merged by linker script to get a final _exit().
8616         (__do_global_dtors): New for destructor handling in specific exit
8617         section.
8618         (__do_global_ctors): New for constructors in specific install section.
8619         (__map_data_section): Map data sections before running constructors.
8620         * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
8621         (CTORS_SECTION_ASM_OP): Define to put in readonly section.
8622         (DTORS_SECTION_ASM_OP): Likewise.
8623         (CTORS_SECTION_FUNCTION): Define to force a reference to
8624         __do_global_ctors.
8625         (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
8626
8627 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
8628
8629         * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
8630
8631         * Makefile.in: Add df.h to gcse.c dependencies.
8632
8633 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8634
8635         * varasm.c (output_constant_def_contents): Use for the length of a
8636         string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
8637         depending on which is larger.
8638
8639 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
8640
8641         * gcse.c: Include df.h for use as a dataflow analyzer.
8642         Remove regvec.
8643         Declaration of reg_set_info: gone.
8644         New df_analyzer variable used by store motion.
8645         (reg_set_info): Deleted.
8646         (mark_mem_regs): New function, analyze regs used by a mem.
8647         (store_ops_ok): Use dataflow analyzer results to determine if
8648         necessary regs are changed in the block.
8649         (find_moveable_store): Remove check for symbol ref, we can handle
8650         much more complex expressions now.
8651         (compute_store_table): Remove most of the code, it's unnecessary
8652         now that the dataflow analyzer records the info for us.
8653         (store_killed_after): Add parameter to say whether to do the
8654         store_ops_okay test, used to speed up testing when we already know
8655         the answer, and just want to know if the store itself was killed.
8656         (build_store_vector): Largely rewritten to calculate the various
8657         vectors properly, and somewhat optimized.
8658         (store_motion): Init the df_analyzer, get REG_DEF chains.
8659         Also handle trapping expressions (since mems almost always trap)
8660         (simple_mem): Redefine what a simple mem is.
8661
8662 2001-08-03  DJ Delorie  <dj@redhat.com>
8663
8664         * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
8665         set from a constant part of the condition.
8666
8667 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
8668
8669         * mkdeps.c (deps_add_default_target): Make local variable
8670         ``start'' a const char pointer.
8671         * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
8672
8673 2001-08-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8674
8675         * doc/install.texi (Configuration): Fix markup.
8676         (Specific, i?86-*-udk): Likewise.
8677         (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
8678         --with-gnu-ld.
8679         Document --enable-threads and --enable-libgcj status.
8680         (Specific, mips-sgi-irix*): Canonicalize triples.
8681         (Specific, mips-sgi-irix5): Warn about problems with this config.
8682         Mention required GNU as patch.
8683         Native assembler problems are fixed.
8684         (Specific, mips-sgi-irix6): Update O32 ABI support status.
8685         Document --enable-threads and --enable-libgcj status.
8686
8687 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
8688
8689         * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
8690         of mkinstalldirs.
8691
8692 2001-08-03  Richard Henderson  <rth@redhat.com>
8693
8694         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
8695         constant data.
8696
8697 2001-08-03  Richard Henderson  <rth@redhat.com>
8698
8699         * rtlanal.c (find_first_parameter_load): Stop if we
8700         reach a CODE_LABEL at BOUNDARY.
8701
8702 2001-08-03  Richard Henderson  <rth@redhat.com>
8703
8704         * config/alpha/alpha.md (force_movdi): New insn.
8705         * config/alpha/alpha.c (alpha_expand_prologue): Use it.
8706         Tweek FRP marking of VMS prologue insns.
8707         * config/alpha/vms.h (EPILOGUE_USES): New.
8708
8709 2001-08-02  Richard Henderson  <rth@redhat.com>
8710
8711         * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
8712
8713 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
8714
8715         * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
8716         simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
8717         config/convex/convex.h, config/d30v/d30v.c,
8718         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
8719         config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
8720         config/mips/mips.h, config/mn10200/mn10200.h,
8721         config/mn10300/mn10300.h, config/pdp11/pdp11.md,
8722         config/v850/v850.h, config/vax/openbsd.h,
8723         config/vax/openbsd1.h, config/vax/ultrix.h,
8724         config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
8725         config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
8726         cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
8727         doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
8728         doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
8729         in comments and documentation.
8730
8731 2001-08-03  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8732
8733         * line-map.c: New.
8734         * line-map.h: New.
8735         * Makefile.in (line-map.o): New.
8736         (LIBCPP_OBJS, LIBCPP_DEPS): Update.
8737         * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
8738         * cpperror.c (print_containing_files): Similarly.
8739         (print_location): Update.  Don't output a space before _Pragma.
8740         * cppfiles.c (stack_include_file): Set to line 1 immediately.
8741         (stack_include_filee, cpp_make_system_header): Update.
8742         (_cpp_execute_include): Get logical line number right for calling
8743         as-yet-unterminated #include.
8744         * cpphash.h (struct cpp_reader): Add line_maps.
8745         (_cpp_do_file_change): Update.
8746         * cppinit.c (cpp_create_reader): Initialize line maps.
8747         (cpp_destroy): Destroy line maps.
8748         (cpp_start_read): Get logical line number right.
8749         * cpplex.c (parse_string): Only warn once for multi-line strings.
8750         Use boolean variable for null warning.
8751         * cpplib.c (_cpp_handle_directive): End the directive if it isn't
8752         already.
8753         (do_include_common): End the directive early.
8754         (do_line): Don't warn about out-of-range lines in preprocessed
8755         source.  Update.  Remove unused variables.
8756         (_cpp_do_file_change): Update for new line mapping.
8757         (pragma_cb): New typedef.
8758         (cpp_register_pragma): Stop looking ahead before calling the
8759         handler.  Clean up.
8760         (do_pragma_system_header): End directive early.
8761         (cpp_get_line_maps): New.
8762         (cpp_pop_buffer): Fudge logical line.  Update.
8763         * cpplib.h: Include line-map.h
8764         (enum cpp_fc_reason): Remove.
8765         (struct cpp_file_change): Update.
8766         (cpp_get_line_maps): New.
8767         * cppmain.c (struct_printer): New member map.
8768         (cb_file_change): Update for new mappings.
8769         * fix-header.c (cb_file_change): Similarly.
8770
8771 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
8772
8773         * Makefile.in (libgcc.mk): Define mkinstalldirs.
8774         * mklibgcc.in: Use mkinstalldirs instead of mkdir.
8775
8776 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
8777
8778         * config/vax/vax.c: include expr.h.
8779
8780 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
8781
8782         * Makefile.in ($(srcdir)/configure): Only rebuild in
8783         maintainer mode.
8784         ($(srcdir)/config.in): Only define in maintainer mode.
8785         ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
8786
8787 2001-08-02  David Edelsohn  <edelsohn@gnu.org>
8788
8789         * doc/install.texi (Install GCC: Binaries): Update Bull info.
8790
8791 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8792
8793         * gcc.c (set_collect_gcc_options): New function, split out from
8794         main.
8795         Ignore elided switches.
8796         (do_spec_1): Invoke before executing command.
8797         (set_input): Export.
8798         Move declaration ...
8799         * gcc.h (set_input): ... here.
8800         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
8801         file.
8802
8803 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8804
8805         Kill -fhonor-std.
8806         * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
8807         interaction.
8808         * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
8809
8810 2001-08-02  Richard Sandiford  <rsandifo@redhat.com>
8811
8812         * mips.md (movdicc): Make conditional on TARGET_64BIT.  Likewise
8813         for the unnamed instructions it expands to.
8814
8815 2001-08-02  Richard Henderson  <rth@redhat.com>
8816
8817         * regclass.c (call_really_used_regs): Conditionally define.
8818         (init_reg_sets_1): Don't use it if not defined.
8819         (fix_register): Similarly, don't set it.
8820
8821 2001-08-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8822
8823         * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
8824         Correct comment that had been missed in the previous change.
8825
8826 2001-08-01  Stan Shebs  <shebs@apple.com>
8827
8828         * config/darwin.c (machopic_stub_name): Try matching by name.
8829         (update_stubs): New function.
8830         (darwin_encode_section_info):  Call it and update_non_lazy_ptrs
8831         unconditionally.
8832
8833 2001-08-01  Richard Henderson  <rth@redhat.com>
8834
8835         * except.c (output_function_exception_table): Use assemble_align.
8836         * varasm.c (assemble_eh_label): Remove.
8837         (assemble_eh_align, assemble_eh_integer): Remove.
8838
8839 2001-08-01  Robert Lipe  <robertl@caldera.com>
8840
8841         * dwarfout.c: Remove reference to README.DWARF.
8842
8843 2001-08-01  Andrew MacLeod  <amacleod@redhat.com>
8844
8845         * regclass.c (call_really_used_regs): New array for registers which
8846         are actually used by a call.
8847         (init_reg_sets_1): Initialize regs_invalidated_by_call with the
8848         new array.
8849         (fix_register): Set call_really_used too.
8850         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
8851         * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
8852
8853 2001-08-01  Richard Henderson  <rth@redhat.com>
8854
8855         * read-rtl.c (read_name): Consider \r whitespace.
8856
8857 2001-07-11  Andrew Cagney  <ac131313@redhat.com>
8858
8859         * config.gcc: Recognize powerpc-*-netbsd*.
8860
8861         * doc/install.texi (Host/target specific installation notes for
8862         GCC): Mention powerpc-*-netbsd*.
8863
8864         * config/rs6000/netbsd.h: New file.
8865         (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
8866         (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
8867         (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
8868         (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
8869         (TARGET_VERSION): Redefine.
8870
8871         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
8872         mcall-netbsd as a match for mcall-sysv.
8873         (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
8874         (ncrti.S, ncrtn.S): New targets.
8875         ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
8876
8877         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
8878         "netbsd' as a V4 ABI.
8879         (ASM_SPEC): Check for -mcall-netbsd.
8880         (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
8881         (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
8882         (LIB_SPEC, ENDFILE_SPEC): Ditto.
8883         (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
8884         (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
8885         (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
8886         (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
8887
8888         * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
8889         (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
8890
8891 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
8892
8893         * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
8894         only if NO_BASE_OF_ENCODED_VALUE isn't defined.
8895         * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
8896         including "unwind-pe.h".
8897
8898 Wed Aug  1 20:01:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
8899
8900         * rs6000.md (define_splits): Kill unused constraints.
8901
8902 Wed Aug  1 20:02:12 CEST 2001 Graham Stott  <grahams@redhat.com>
8903                               Jan Hubicka  <jh@suse.cz>
8904
8905         * function.c (thread_prologue_and_epilogue_insns): Kill code
8906         dealing with non-existent CFG.
8907
8908 2001-08-01  Kazu Hirata  <kazu@hxi.com>
8909
8910         * alias.c: Fix comment formatting.
8911         * bitmap.c: Likewise.
8912         * builtins.c: Likewise.
8913         * calls.c: Likewise.
8914         * c-common.c: Likewise.
8915         * c-decl.c: Likewise.
8916         * c-dump.c: Likewise.
8917         * c-lex.c: Likewise.
8918         * collect2.c: Likewise.
8919         * combine.c: Likewise.
8920         * conflict.c: Likewise.
8921         * cppfiles.c: Likewise.
8922         * cppinit.c: Likewise.
8923         * cpplex.c: Likewise.
8924         * cpplib.c: Likewise.
8925         * cppmacro.c: Likewise.
8926         * cppspec.c: Likewise.
8927         * c-pragma.c: Likewise.
8928         * crtstuff.c: Likewise.
8929         * cse.c: Likewise.
8930         * cselib.c: Likewise.
8931         * c-semantics.c: Likewise.
8932         * c-typeck.c: Likewise.
8933
8934 2001-08-01  H.J. Lu <hjl@gnu.org>
8935
8936         * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
8937
8938 2001-08-01  H.J. Lu <hjl@gnu.org>
8939
8940         * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
8941
8942 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
8943
8944         * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
8945         contextualizing Objective-C class name lookup by the lexer.
8946         (typespec_reserved_nonattr): Disable ObjC class name lookup after
8947         seeing a TYPESPEC.
8948         (protocoldef): Add support for forward @protocol declarations.
8949         (yylexname): Suppress ObjC class name lookup in certain contexts;
8950         re-enable after lookup is complete.
8951         (_yylex): Re-enable ObjC class name lookup when certain
8952         punctuation marks are seen.
8953
8954         * objc/objc-act.c (check_protocol_recursively): New function used
8955         for finding circular dependencies in protocols.
8956         (objc_declare_protocols): New function for handling forward
8957         @protocol declarations.
8958         (receiver_is_class_object): Detect the case when 'self' is used
8959         inside of a class method.
8960         (build_message_expr): Issue a warning if class method is desired
8961         but instance method is found instead.
8962         (conforms_to_protocol): Streamline.
8963         (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
8964         protocol Foo, even if 'Bar foo' does not.
8965         (check_protocols): Streamline.
8966         (start_protocol): Add checks for circular and duplicate protocol
8967         definitions.
8968         (encode_aggregate_within): For typedefs of structs, encode the
8969         underlying struct.
8970         * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
8971         (objc_declare_protocols): New prototype.
8972
8973 2001-08-01  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8974
8975         * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
8976         * cpplex.c (handle_newline): Update prototype.  Maintain logical
8977         line number.
8978         (skip_escaped_newlines, skip_block_comment, parse_string):
8979         Update accordingly.
8980         (_cpp_lex_token): Update, and store token position within the token.
8981         * cpplib.h (struct cpp_token): Add line and column entries.
8982         * cppmacro.c (replace_args): Position stringified tokens correctly.
8983
8984 2001-08-01  Andreas Jaeger  <aj@suse.de>
8985
8986         * basic-block.h: Add prototype for last_loop_beg_note.
8987
8988 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
8989
8990         * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
8991         RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
8992         comment.
8993         (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
8994         while handling WITH_CLEANUP_EXPR node. Use second operand calling
8995         expand_decl_cleanup.
8996         * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
8997         the first RTX.
8998         (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
8999         operand while calling simple_cst_equal.
9000         * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
9001         operand is the cleanup expression, the third is the RTL_EXPR.
9002         * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
9003
9004 2001-07-31  Jeff Sturm  <jsturm@one-point.com>
9005
9006         * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
9007
9008 2001-07-31  matthew green  <mrg@eterna.com.au>
9009
9010         * config.gcc (i386-*-netbsdelf): New description.
9011         * config/i386/netbsd-elf.h: New file.
9012
9013 2001-07-30  Geoffrey Keating  <geoffk@redhat.com>
9014
9015         * loop.c (check_dbra_loop): Use single_set to compute
9016         jump_label.
9017
9018 2001-07-31  Daniel Berlin  <dan@cgsoftware.com>
9019
9020         PowerPC reorg and support for powerpc64-*-linux*.
9021
9022         Also fixes emitting of constants on 32 bit and 64 bit
9023         platforms.
9024
9025         * config.gcc: powerpc64-*-linux* is a new target.
9026         Things that needed aix.h now also include xcoff.h
9027
9028         * config/rs6000/rs6000.h: Split XCOFF specific stuff into
9029         xcoff.h.
9030         Move AIX specific stuff into aix.h.
9031         (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
9032         with more than just XCOFF now.
9033         (SET_ASM_OP): Remove, now defined where needed.
9034         (FUNCTION_PROLOGUE): New macro definition.
9035         (FUNCTION_EPILOGUE): New macro definition.
9036         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
9037
9038         * config/rs6000/xcoff.h: New file.
9039
9040         * config/rs6000/linux64.h: New file.
9041
9042         * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
9043
9044 2001-07-31  Alan Modra  <amodra@bigpond.net.au>
9045
9046         * rs6000.c (print_operand_address): Handle ELF syntax.
9047         (output_toc): Simplify.  Use DOUBLE_INT_ASM_OP.
9048         * rs6000.md (load_toc_aix_di): Handle ELF syntax.
9049         * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
9050
9051 2001-07-31  David Edelsohn  <edelsohn@gnu.org>
9052
9053         * rs6000.c (rs6000_override_options): Only disable
9054         flag_function_sections for XCOFF.
9055         (exact_log2_cint_operand): New predicate.
9056         (reg_or_{add,sub}_cint64_operand): New predicates.
9057         (add_operand): Compare CONST_INT with fewer function calls.
9058         (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
9059         (print_operand, case 'p'): Ensure positive operand.
9060         (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
9061         * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
9062         (PREDICATE_CODES): Add new predicates.
9063         * rs6000.md (addsi3): Split 32-bit constants more correctly.
9064         (divsi3, modsi3): Ensure positive power-of-2.
9065         (adddi3): Use new predicate.  Split 32-bit constants more
9066         correctly.  Re-arrange splitter to handle any constant.
9067         (subdi3): Use new predicate.
9068         (divdi3, moddi3): Ensure positive power-of-2.
9069         (movdi): Use rs6000_emit_set_const.
9070         (load_toc_v4_pic_di): Delete.
9071
9072 2001-07-31  Graham Stott <grahams@redhat.com>
9073
9074         * function.c (pad_below): Revert 2001-07-26 patch.
9075
9076 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
9077
9078         * reg-stack (convert_regs_1): Fix best edge condition.
9079
9080 Tue Jul 31 15:33:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
9081
9082         * jump.c (duplicate_loop_exit_test): Better test for jumps
9083         entering the loop; create loop pre_header.
9084
9085 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
9086
9087         * doc/install.texi: Add s390 and s390x as new targets.
9088         * doc/invoke.texi: Add documentation of S/390 and zSeries
9089         target options.
9090         * doc/md.texi: Add documentation of S/390 and zSeries constraints.
9091
9092 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
9093
9094         * config/m68k/m68k.md: Replace all general_operand with
9095         nonimmediate_operand for all destinations.
9096         * config/m68k/m68k.c (not_sp_operand): Likewise.
9097
9098 Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
9099
9100         * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
9101
9102 2001-07-30  Richard Henderson  <rth@redhat.com>
9103
9104         * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
9105         * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
9106
9107 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
9108
9109         * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
9110         Add missing doc strings
9111         * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
9112         * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
9113
9114 Mon Jul 30 22:16:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
9115
9116         * i386.c (ix86_output_main_function_alignment_hack): New function.
9117         (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
9118
9119         * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
9120         edges by EDGE_DFS_BACK flag.
9121         (dump_edge_info): Add dfs_back flag.
9122         * basic-block.h (EDGE_DFS_BACK): New constant.
9123         (mark_dfs_back_edges): Declare.
9124         * alias.c (loop_p): Remove.
9125         (mark_constant_function): Use mark_dfs_back_edges.
9126
9127         * reg-stack.c (block_info_def): Add predecesors counter and stack_out.
9128         (reg_to_stack): Call mark_dfs_back_edges; count the predecesors.
9129         (compensate_edge): Break out from ...
9130         (convert_regs_1): ... here; do smart choosing of stack_out to copy.
9131         (convert_regs_2): Set block_done once block is really done;
9132         Do updating of the predecesors counts.
9133
9134         * toplev.c (rest_of_compilation): Recompute block_for_insn
9135         before post-reload cfg_cleanup.
9136         * function.c (thread_prologue_epilogue_insns):
9137         Call set_block_for_new_insns when emitting prologue directly.
9138
9139 2001-07-30  Andreas Jaeger  <aj@suse.de>
9140
9141         * jump.c: Add prototype for mark_modified_reg.
9142
9143         * cse.c (set_live_p): Add unused attribute.
9144
9145         * gcov.c (calculate_branch_probs): Use gcov_type to avoid
9146         overflow.
9147         (scan_for_source_files): Use long for count to avoid overflow.
9148         (output_data): Likewise.
9149         (output_data): Don't use string concatatenation to silence gcc
9150         -traditional.
9151
9152         * predict.c: Fix typos and grammar.
9153
9154         * gcse.c (insert_insn_end_bb): Remove unused variables.
9155
9156 Mon Jul 30 21:54:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
9157
9158         * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
9159         (attempt_auto_inc): LIkewise.
9160         (mark_used_reg): Likewise.
9161         (try_pre_increment_1): Likewise.
9162         * regclass.c (regclass): Likewise.
9163         * global.c (allocno_compare): Update comment; change scaling factor.
9164         * local-alloc.c (QTY_CMP_PRI): Likewise.
9165         * regs.h (REG_FREQ_FROM_BB): New.
9166         (REG_FREQ_MAX): Likewise.
9167
9168 2001-07-30  H.J. Lu <hjl@gnu.org>
9169
9170         * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
9171         -D_GNU_SOURCE.
9172
9173 2001-07-30  H.J. Lu  (hjl@gnu.org)
9174
9175         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
9176         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
9177         (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
9178
9179 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
9180
9181         * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
9182         as -mthumb-interwork when -mcpu=arm7 is specified.
9183
9184 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
9185
9186         * predict.def (noreturn, loop branch, loop exit): Mark as first
9187         match heuristics.
9188
9189 Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
9190
9191         * combine.c (try_combine): Avoid barrier after noop jumps.
9192
9193 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9194
9195         * cpphash.h (struct cpp_reader): Remove import_warning.
9196         * cpplib.c (skip_rest_of_line): Don't bother turning off
9197         macro expansion.
9198         (parse_include): Move include handling to...
9199         (do_include_common): ... here.  Move import warning from...
9200         (do_import): ... here.
9201         (do_pragma_poison): Don't do a callback for poison identifiers.
9202         * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
9203         * cppmain.c (setup_callbacks): Similarly.
9204
9205 Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
9206
9207         * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
9208         handle multiple sets.
9209         * except.c (sjlj_mark_call_sites): .... here.
9210         * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
9211
9212 Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
9213
9214         Suggested by Richard Henderson and Richard Kenner:
9215         * combine.c (recog_for_combine): Use the fake recog
9216         only if instruction does not match.
9217         * rtl.h (NOOP_MOVE_INSN_CODE): New.
9218         * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
9219
9220         * combine.c (try_combine): Discover noop jump as direct jump.
9221
9222 2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
9223
9224         * df.c (df_rd_global_compute): Add successors to worklist, not
9225         current item.
9226         (df_ru_global_compute): Ditto.
9227
9228 2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
9229
9230         * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
9231         increment REG_N_SETS.
9232
9233 2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
9234
9235         * sbitmap.h: New prototype for sbitmap_a_xor_b.
9236
9237         * sbitmap.c (sbitmap_a_xor_b): New function.
9238         ifdef the basic block stuff on IN_GCC.
9239
9240 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9241
9242         * cppexp.c (parse_defined): Always record the macro name.
9243         (lex): Don't worry about identifiers, or special-case
9244         CPP_NOT here.
9245         (_cpp_parse_expr): Figure out at the end of the routine
9246         whether we saw a valid !defined() expression.
9247         * cppfiles.c (stack_include_file): Update for mi_valid.
9248         (_cpp_pop_file_buffer): Similarly.
9249         * cpplex.c (_cpp_lex_token): Similarly.
9250         * cpphash.h (enum mi_state, enum mi_ind, mi_state,
9251         mi_if_not_defined, mi_lexed): Remove.
9252         (mi_valid): New.
9253         * cpplib.c (do_if): Simplify.
9254         (do_endif, push_conditional, _cpp_handle_directive): Update
9255         for renaming of mi_state to mi_valid.
9256 doc:
9257         * cpp.texi: Add index entries for digraphs, and add comment
9258         that C++ refers to them as alternative tokens.
9259
9260 Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9261
9262         * basic-block.h (CLEANUP_PRE_LOOP): New.
9263         * except.c (finish_eh_generation): Update call of cleanup_cfg.
9264         * sibcall.c (optimize_sibling_calls): Likewise.
9265         * toplev.c (rest_of_compilation): Likewise.
9266         * flow.c (try_forward_edges): Take argument MODE;
9267         do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
9268         (try_optimize_cfg): Update call of try_forward_edges.
9269
9270 Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
9271                                 Jan Hubicka  <jh@suse.cz>
9272
9273         * (validate_replace_rtx_1): Fix simplification of MINUS.
9274
9275 2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9276
9277         PR preprocessor/3669
9278         * cppinit.c (init_dependency_output): Turn off dump requests
9279         if sending dependencies to stdout.
9280
9281 2001-07-28  Richard Henderson  <rth@redhat.com>
9282
9283         * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
9284         not optimizing.
9285
9286 2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
9287
9288         * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
9289
9290 2001-07-28  Kazu Hirata  <kazu@hxi.com>
9291
9292         * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
9293         is VAR_DECL first to prevent an ICE.
9294
9295 2001-07-28  Richard Henderson  <rth@redhat.com>
9296
9297         * varasm.c (immed_real_const_1): Don't elide special cases for
9298         nested functions.
9299         (clear_const_double_mem): Clear const_tiny_rtx too.
9300
9301 2001-07-28  Richard Henderson  <rth@redhat.com>
9302
9303         * dwarf2out.c (dw_val_class_offset): New.
9304         (struct dw_ranges_struct, dw_ranges_ref): New.
9305         (ranges_table, ranges_table_allocated): New.
9306         (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
9307         (add_AT_offset, add_ranges, output_ranges): New.
9308         (print_die, output_die): Handle dw_val_class_offset.
9309         (attr_checksum, size_of_die, value_format): Likewise.
9310         (gen_lexical_block_die): Handle non-contiguous blocks.
9311         (gen_block_die): Likewise.
9312         (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
9313         if needed.  Dump the ranges table.
9314         * final.c (final_start_function): Remove unnecessary notes and
9315         rebuild the block tree before numbering the blocks.
9316         * function.c (reorder_blocks_0): Walk the existing block tree
9317         to unmark all blocks.
9318         (reorder_blocks_1): Create block fragments when duplicate block
9319         notes are seen.
9320         (reorder_fix_fragments): New.
9321         (reorder_blocks): Call it.
9322         * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
9323
9324 2001-07-28  Richard Henderson  <rth@redhat.com>
9325
9326         * emit-rtl.c (adjust_address): Make a copy of the memory address.
9327
9328 2001-07-28  Richard Henderson  <rth@redhat.com>
9329
9330         * flow.c (add_to_mem_set_list): New function.
9331         (init_propagate_block_info): Use it.
9332         (mark_set_1): Likewise.
9333         (insn_dead_p): Canonicalize memory address for dead store
9334         comparison.  Allow wider mode stores to kill narrower mode stores.
9335         (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
9336         (invalidate_mems_from_set): Don't handle MEMs.
9337
9338 2001-07-28  Kazu Hirata  <kazu@hxi.com>
9339
9340         * config/h8300/h8300.h: Fix formatting.
9341
9342 Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
9343
9344         * basic-block.h (EDGE_FREQUENCY): New macro.
9345         * bb-reorder (fixup_reorder_chain): Set counts and frequencies
9346         for new BB/edges.
9347         * flow.c (find_sub_basic_blocks): Likewise.
9348         (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
9349         (redirect_edge_and_branch): Use EDGE_FREQUENCY.
9350
9351         * predict.c (DEF_PREDICTOR): New argument FLAGS.
9352         (HITRATE): New macro.
9353         (PRED_FLAG_FIRST_MATCH): New constant.
9354         (predictor_info): New field flgags.
9355         (combine_predictions_for_insn): Use DS theory to combine
9356         probabilities; set the edge probabilities when finished.
9357         (estimate_probability): Avoid duplicated matches
9358         of LOOP_BRANCH heuristics for nested loops; update comment.
9359         * predict.def: Add flags for each prediction, set probabilities
9360         according to B&L paper.
9361         * predict.h (DEF_PREDICTOR): New argument FLAGS.
9362
9363         * profile.c (compute_branch_probabilities):  Cleanup way the edge
9364         probabilities are computed and REG_BR_PROB notes are dropped; if
9365         values does not match, emit error.
9366         (init_branch_prob): Do error instead of warning when profile driven
9367         feedback is missing or corrupt.
9368
9369 2001-07-27  DJ Delorie  <dj@redhat.com>
9370
9371         * ifcvt.c (noce_get_alt_condition): If the condition is a compare
9372         against a constant, try to adjust the compare to have the desired
9373         constant in it so that min/max optimizations happen more often.
9374
9375 Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
9376
9377         * flow.c (last_loop_beg_note): New function.
9378         (redirect_edge_and_branch): Use it.
9379         (split_edge): Likewise.
9380
9381         * alias.c (loop_p): Avoid uninitialized memory access.
9382
9383         * flow.c (try_forward_edges): Avoid accessing freed memory.
9384
9385         * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
9386         variable access.
9387
9388 2001-07-26  Andrew Haley  <aph@redhat.com>
9389         Joern Rennecke <amylaar@redhat.com>
9390
9391         * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
9392         (SUBTARGET_CPP_ENDIAN_SPEC): New.
9393         (SUBTARGET_CPP_SPEC): New.
9394         (CPP_SPEC): Remove.
9395         * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
9396         (SUBTARGET_CPP_PTR_SPEC): New.
9397         (CPP_DEFAULT_CPU_SPEC): New.
9398         (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
9399         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
9400         (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
9401         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
9402         (SUBTARGET_CPP_SPEC): Define as an empty string.
9403
9404 2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9405
9406         * doc/install.texi (Configuration): Properly link the host
9407         specific instructions also when generating HTML.
9408
9409 Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
9410
9411         * flow.c (redirect_edge_and_branch_force): Test
9412         target->global_live_at_start.
9413
9414 2001-07-26  Richard Henderson  <rth@redhat.com>
9415
9416         * simplify-rtx.c (avoid_constant_pool_reference): Export.
9417         * rtl.h (avoid_constant_pool_reference): Declare it.
9418         * dwarf2out.c (add_location_or_const_value_attribute): Use it.
9419         (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
9420
9421 Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
9422
9423         * rtl.h (cleanup_barriers): Declare.
9424         * jump.c (cleanup_barriers): New function.
9425         * toplev.c (rest_of_compilation): Call cleanup_barriers
9426         before loop optimizer and after bb_reorder.
9427
9428         * flow.c (back_edge_of_syntactic_loop_p): New.
9429         (split_edge): Use it.
9430
9431 2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9432
9433         * glimits.h (_MACH_MACHLIMITS_H_): Delete.
9434
9435 Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
9436
9437         * cse.c (cse_process_notes): Replace any registers if the address
9438         remains valid.
9439
9440 Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
9441
9442         * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
9443         (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
9444         (propagate_block): Update prototype.
9445         * flow.c (update_life_info): Simplify the CFG and
9446         recalculate the global regs which are alive when
9447         removing dead code during a global update.
9448         (propagate_block): Return non-zero if an INSN is
9449         deleted.
9450
9451 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9452
9453         * Makefile.in (LIBICONV): Define.
9454
9455 2001-07-26  Catherine Moore  <clm@redhat.com>
9456
9457         * config/v850/v850.h (ENCODE_SECTION_INFO):  Change order
9458         of conditional to avoid tree checking errors.
9459
9460 2001-07-26  Kazu Hirata  <kazu@hxi.com>
9461
9462         * regmove.c (regmove_optimize): Don't replace a reg with
9463         another reg of a different mode.
9464
9465 2001-07-26  Andrew MacLeod  <amacleod@redhat.com>
9466
9467         * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
9468         limit length of dependency flush list.
9469         * params.h (MAX_PENDING_LIST_LENGTH): Define.
9470         * sched-int.h  (struct deps): Add pending_flush_length field.
9471         * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
9472         has 1 element in it.
9473         (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
9474         (sched_analyze): After a jump, if the pending memory flush list is too
9475         large, flush the pending lists.
9476         (init_deps): Initialize pending_flush_length to 0.
9477         * doc/invoke.texi (max_pending_list_length): Document parameter.
9478
9479 2001-07-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9480
9481         * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
9482         * dbxout.c (dbxout_global_decl): Move outside #ifdef.
9483         * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
9484
9485 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9486
9487         * cpphash.h (struct_lexer_state): Delete was_skipping.
9488         Move skipping here from struct cpp_reader.
9489         * cpplex.c (parse_identifier): Update.
9490         (_cpp_lex_token): Don't skip tokens in a directive.
9491         * cpplib.c (struct if_stack): Update.
9492         (start_directive, end_directive): Don't change skipping state.
9493         (_cpp_handle_directive): Update.
9494         (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
9495         (do_else, do_endif): Update; only check for excess tokens if not
9496         in a skipped conditional block.
9497         (push_conditional): Update for new struct if_stack.
9498
9499 2001-07-26  Graham Stott  <grahams@redhat.com>
9500
9501         * function.c (locate_and_pad_parm): Also pad initial offset
9502         so that the total argument size also includes the padding.
9503
9504 2001-07-26  Graham Stott <grahams@redhat.com>
9505
9506         * gensupport.c (alter_output_for_insn): Correct enable checking failure
9507         change XSTR to XTMPL.
9508
9509         (process_one_cond_exec): Likewise
9510
9511 2001-07-25  Richard Henderson  <rth@redhat.com>
9512
9513         * varasm.c (assemble_variable): Create DECL_RTL before setting
9514         TREE_ASM_WRITTEN.
9515
9516 Thu Jul 26 00:19:30 CEST 2001  Jan Hubicka  <jh@suse.cz>
9517
9518         * predict.c (estimate_probability): Avoid duplicated predictions.
9519
9520         * loop.c (find_and_verify_loops): Grok multiple barriers.
9521
9522 Wed Jul 25 18:00:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9523
9524         * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
9525
9526         * dbxout.c: Consistently use putc instead of fputc.
9527         (print_wide_int): New function; call instead of direct fprintf.
9528         (dbxout_type_index): Adjust calls of CHARS to be more accurate.
9529         (dbxout_type_fields, dbxout_type_method_1): Likewise.
9530         (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
9531         (print_int_cst_octal): Likewise.
9532         (print_octal): Show we wrote characters.
9533         (dbxout_type): Set have_used_extensions in more places.
9534
9535 2001-07-25  Catherine Moore  <clm@redhat.com>
9536
9537         * config/v850/v850.c (v850_va_arg):  Use addr
9538         instead of valist to build incr.
9539
9540 Wed Jul 25 22:48:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
9541
9542         * flow.c (delete_dead_jumptables): New function.
9543         (life_analyzis): Call it.
9544         * bb-reorder.c (skip_insns_after_block): Handle contradictory
9545         sequences.
9546
9547 2001-07-25  Richard Henderson  <rth@redhat.com>
9548
9549         * except.c (reachable_handlers): Handle a region being removed
9550         out from under a RESX.
9551
9552 2001-07-25  Richard Henderson  <rth@redhat.com>
9553
9554         * config/alpha/alpha.c (alpha_emit_conditional_move): Always
9555         swap GE/GT if it is an fp comparison.
9556
9557 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9558
9559         * alias.c (rtx_equal_for_memref_p): Allow strings as types in
9560         operands.
9561
9562 Wed Jul 25 08:25:01 2001  Jeffrey A Law  (law@cygnus.com)
9563
9564         * ssa.c (rename_insn_1): Do not wrap an assignment to a
9565         paradoxical SUBREG inside a SEQUENCE.  Fix minor formatting
9566         glitch.
9567
9568         * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
9569         throw an exception.
9570         (visit_expression): When attempting to simplify an expression,
9571         retrieve any modes for arguments before they are simplified
9572         to constants.
9573
9574 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
9575             Janis Johnson  <janis@us.ibm.com>
9576
9577         * stmt.c (expand_goto): A nonlocal goto can be a call too.
9578         * builtins.c (expand_builtin_longjmp): Reverse label and static chain
9579         pointer parameters to match documented usage of nonlocal_goto.
9580         * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
9581         parameters to their correct order.
9582         * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
9583         parameters to their correct order.
9584
9585 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
9586
9587         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
9588
9589 2001-07-25  Jan Hubicka  <jh@suse.cz>
9590             Richard Henderson  <rth@redhat.com>
9591
9592         * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
9593         the sequence.
9594         (make_edges): New argument update_p; populate the edge cache if set.
9595         (find_basic_blocks): Update make_edges invocation.
9596
9597 2001-07-24  Joel Sherrill <joel@OARcorp.com>
9598
9599         * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
9600
9601 2001-07-24  Joel Sherrill <joel@OARcorp.com>
9602
9603         * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
9604         -Acpu and -Amachine.h.
9605         * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
9606         Corrected header to say ELF not a.out.
9607         * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
9608         when given -msoft-float.
9609
9610 2001-07-24  Joel Sherrill <joel@OARcorp.com>
9611
9612         * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
9613         extra multilib parts like arm-elf.
9614         (i960-*-coff*, i960-*-rtems): Should not use collect2.
9615         (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
9616         crtfini.o as extra multilib parts.
9617
9618 2001-07-24  Joel Sherrill <joel@OARcorp.com>
9619
9620         * configure.in: Add rtems as a supported thread model.
9621         * gthr-rtems.h: Add missing entry point __gthread_active_p.
9622         * configure: Rebuilt.
9623
9624 2001-07-24  Lars Brinkhoff  <lars@nocrew.org>
9625
9626         * stor-layout.c (get_mode_alignment): make it work when
9627         BITS_PER_UNIT is not a power of two.
9628         * builtins.c (get_pointer_alignment): Likewise.
9629
9630 2001-07-24  Richard Henderson  <rth@redhat.com>
9631
9632         * simplify-rtx.c (avoid_constant_pool_reference): Coerce
9633         the retrieved constant into the expected mode.
9634
9635 Wed Jul 25 01:41:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
9636
9637         * flow.c (try_simplify_condjump): Avoid duplicated edges.
9638         (verify_flow_info): Check for duplicated edges; clarify
9639         error reporting.
9640
9641         * flow.c (block_label): Update basic_block_for_insn.
9642         (commit_edge_insertions): Call compute_bb_for_insn.
9643
9644         * flow.c (purge_dead_edges): Handle conditional jumps and conditional
9645         returns too.
9646
9647         * flow.c (redirect_edge_and_branch,
9648         try_optimize_cfg): Use redirect_edge_succ_nodup
9649         (redirect_edge_succ_nodup): New.
9650         * basic_block.h (redirect_edge_succ_nodup): Declare.
9651
9652         * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
9653         after gcse.
9654
9655 Wed Jul 25 00:32:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
9656
9657         * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
9658         (try_crossjump_to_edge): Update commetns.
9659         (try_crossjump_bb): Likewise.
9660
9661 2001-07-24  Richard Henderson  <rth@redhat.com>
9662
9663         * combine.c (distribute_notes): Move set of need_refresh
9664         for noop_move_p down to catch all cases.
9665
9666 Tue Jul 24 20:32:44 CEST 2001  Jan Hubicka  <jh@suse.cz>
9667
9668         * recog.c (split_all_insns_noflow): New.
9669         * rtl.h (split_all_insns_noflow): Declare.
9670         * ia64.c (ia64_reorg): Use split_all_insns_noflow.
9671         * m68hc11.c (m68hc11_reorg): Likewise.
9672         * sh.c (machine_dependent_reorg): Likewise.
9673         * toplev.c (rest_of_compilation): Likewise for last split_all_insns
9674         call.
9675
9676 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
9677
9678         * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
9679         (ashlsi3_n splitter): Likewise.
9680         (lshrsi3_n splitter): Likewise.
9681
9682         (GOTaddr2picreg): Make const SImode.
9683         (sym_label2reg): Likewise.
9684         (symGOT2reg): Likewise.
9685         (symGOTOFF2reg) Likewise.
9686
9687         (casesi_worker_0): Make unspec SImode.
9688
9689 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
9690
9691         * config/sh/sh.c (barrier_align): Check that an operand really is
9692         an insn before extracting its INSN_CODE.
9693
9694 2001-07-24  Andrew Haley  <aph@cambridge.redhat.com>
9695
9696         * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
9697         dangling else.
9698
9699         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
9700         for SImode to prevent overflow.
9701
9702 2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9703
9704         * config/mips/irix6-libc-compat.c: New file.
9705         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
9706         * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
9707         passing workaround.
9708
9709 2001-07-24  lars brinkhoff  <lars@nocrew.org>
9710
9711         * rtl.texi (REG_POINTER): Document.
9712         (Machine Modes): Document BImode, OImode, PQImode, PHImode,
9713         QFmode, HFmode, TQFmode, QCmode, and HCmode.
9714
9715 Tue Jul 24 10:49:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
9716
9717         * flow.c (delete_noop_moves): Do not confuse libcall regions.
9718
9719 2001-07-23  Richard Henderson  <rth@redhat.com>
9720
9721         * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
9722
9723 2001-07-23  Kazu Hirata  <kazu@hxi.com>
9724
9725         * config/h8300/h8300-protos.h: Add a prototype for
9726         general_operand_dst_push.
9727         * config/h8300/h8300.c (general_operand_dst_push): New.
9728         * config/h8300/h8300.h (OK_FOR_T): New.
9729         (EXTRA_CONSTRAINT): Use it.
9730         * config/h8300/h8300.md (movqi_push): Remove and integrate into
9731         the existing movqi pattern.
9732         (movhi_push): Likewise.
9733
9734         * reload.c: Fix comment typos.
9735
9736 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
9737
9738         * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
9739
9740 2001-07-23  H.J. Lu  (hjl@gnu.org)
9741
9742         * doc/extend.texi: Update __builtin_return_address and
9743         __builtin_frame_address.
9744
9745 2001-07-23  Richard Henderson  <rth@redhat.com>
9746
9747         * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
9748         before CSE.
9749         * config/i386/i386.md: New setcc+movzbl peephole2.
9750
9751 2001-07-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9752
9753         * objc/Make-lang.in (objc-act.o): Depend on debug.h.
9754         * objc/objc-act.c: Include debug.h.
9755         (synth_module_prologue): Save and restore debug hooks too.
9756
9757 2001-07-23  lars brinkhoff  <lars@nocrew.org>
9758
9759         * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
9760         and C4X_FLOAT_FORMAT.
9761         (BOOL_TYPE_SIZE): Document.
9762
9763 Mon Jul 23 11:54:23 2001  Clinton Popetz  <cpopetz@cpopetz.com>
9764
9765         * unroll.c (loop_iterations): Fix miscalculation of initial
9766         giv offset.
9767
9768 2001-07-13  Andrew Haley  <aph@redhat.com>
9769
9770         * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
9771         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
9772         * config/sh/sh.c (sh_can_redirect_branch): New function.
9773         * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
9774         * reorg.c (steal_delay_list_from_target): Use
9775         MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
9776
9777 Mon Jul 23 17:20:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
9778
9779         * flow.c (try_simplify_condjump): Unlink insn chain on
9780         fallthru edge; use can_fallthru.
9781
9782 Mon Jul 23 16:03:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
9783
9784         * basic-block.h (find_sub_basic_block): Declare.
9785         * flow.c (make_edges): New arguments MIN and MAX;
9786         (find_sub_basic_blocks): Revamp to use make_edges
9787         and purge_dead_edges.
9788         (find_basic_blocks): Update call of find_sub_basic_block.
9789
9790         * recog.c (split_all_insns): Always expect CFG to be consistent;
9791         call find_sub_basic_blocks in case something has changed.
9792         * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
9793         has been built.
9794
9795         * basic-block.h (delete_noop_moves): Declare.
9796         * combine.c (combine_instructions): Call it.
9797         (recog_for_combine): Tolerate noop moves
9798         (distribute_notes): Force refresh when register dies at noop move.
9799         * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
9800         too.
9801         (life_analysis): Update delete_noop_moves call.
9802         (set_noop_p): Move too ...
9803         * rtlanal.c (noop_move_p): ... here.
9804         * rtl.h (noop_move_p): Declare.
9805
9806         * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
9807         * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
9808         after combine.
9809         * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
9810         (cprop_jump): Likewise; call purge_dead_edges if substitution suceeded.
9811
9812 2001-07-23  Hans-Peter Nilsson  <hp@bitrange.com>
9813
9814         * reload.c (push_reload): Fix typo in comment.
9815         (find_reloads_address): Ditto.
9816         (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
9817
9818 2001-07-22  Richard Henderson  <rth@redhat.com>
9819
9820         * flow.c: Grammar check and clarify a lot of comments.
9821         (try_simplify_condjump): Rename variables to be clearer.
9822         (try_forward_edges): Skip complex and fallthru edges.
9823         Rearrange tests to avoid duplicate checks.
9824         (flow_find_cross_jump): Likewise.
9825         (outgoing_edges_match): Allow match if neither branch has
9826         probability data.  Loosen probability match to 5%.
9827         (try_crossjump_to_edge): Hoist repeated indirection into
9828         local variables.
9829         (try_crossjump_bb): Don't check complex edges.  Eliminate
9830         redundant crossjump tests.
9831         (try_optimize_cfg): Fix use of bool.  Reorganize cheaper
9832         checks before more expensive checks.
9833
9834 2001-07-22  Richard Henderson  <rth@redhat.com>
9835
9836         * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
9837         INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
9838         arguments.
9839
9840 2001-07-22  Richard Henderson  <rth@redhat.com>
9841
9842         * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
9843         (const_sint32_operand): Likewise.
9844         * m68k.md (anon mulsi pattern): Use const_int_operand not
9845         const_sint32_operand.
9846         (umulsi3_highpart): Zero extend a constant input.
9847         (smulsi3_highpart): Don't bother checking SImode constant.
9848         (const_umulsi3_highpart): Give op3 DImode.
9849         (const_smulsi3_highpart): Likewise.
9850
9851 2001-07-22  Richard Henderson  <rth@redhat.com>
9852
9853         * flow.c (split_block): Make sure bb_note is included in the
9854         new block when splitting before a label.
9855
9856 Sun Jul 22 23:28:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
9857
9858         * basic-block.h (redirect_edge_and_branch_force,
9859         redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
9860         * flow.c (redirect_edge_and_branch_force,
9861         redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
9862         (redirect_edge_and_branch_force): Fix copying of lifeness information.
9863         (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
9864         * ifcvt.c (dead_or_predictable): Take BB as an new destionation
9865         instead of label; update CFG after transformation.
9866         (find_if_case_1): Update call, use redirect_edge_and_branch_force
9867         for finishing the transformation; handle even case where ELSE
9868         does not follow THEN.
9869         (find_if_case_2): Update call of dead_or_predictable; simplify
9870         CFG update.
9871
9872         * emit-rtl.c (split_branch_probability): New global variable.
9873         (try_split): Take care to set split_branch_probability and
9874         create REG_BR_PROB note for new jump insns.
9875         * md.texi (define_split): Document new feature.
9876
9877         * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
9878
9879 2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9880
9881         * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
9882         (asm_out_file): Remove redundant declaration.
9883         (assemble_asm): Remove old #if 0 block.
9884         (assemble_variable): Remove end of function; debug output is
9885         now handled with global_decl.  Remove old #if 0 block.  Update.
9886         Remove saved_in_section and associated no-op code.
9887         * Makefile.in (varasm.o): Correct dependencies.
9888
9889 Sun Jul 22 17:55:11 2001  Alexandre Oliva  <aoliva@redhat.com>
9890
9891         * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
9892         the definition in defaults.h.
9893
9894 Sun Jul 22 21:31:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
9895
9896         * jump.c: Update comments.
9897         (delete_barrier_successors, delete_unreferenced_labels,
9898         delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
9899         delete_labelref_insn, redirect_tablejump, jump_optimize_1,
9900         jump_optimize, jump_optimize_minimal): Kill.
9901         (rebuild_jump_labels): Move code from jump_optimize_1.
9902         (purge_line_number_notes): Likewise.
9903         (copy_loop_headers): Likewise.
9904         * reg-stack.c: Update comment.
9905         * stmt.c: Likewise.
9906         * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
9907         JUMP_AFTER_REGSCAN): Kill.
9908         * toplev.c (rest_of_compilation): Use cleanup_cfg, call
9909         purge_line_number_notes and copy_loop_headers.
9910
9911 2001-07-22 Neil Booth  <neil@daikokuya.demon.co.uk>
9912            Richard Henderson  <rth@redhat.com>
9913
9914         * dbxout.c (dbxout_global_decl): New.
9915         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
9916         * sdbout.c (sdbout_finish): New.
9917         (sdbout_debug_hooks): Use it, add comments.
9918         (sdbout_global_decl): Defer initialised public vars to
9919         sdbout_finish.
9920         * varasm.c (assemble_variable): Don't output debug information
9921         for file-scope variables.
9922
9923 2001-07-22  Richard Henderson  <rth@redhat.com>
9924
9925         * config/alpha/alpha.c (get_trap_mode_suffix): New.
9926         (get_round_mode_suffix): New.
9927         (print_operand): Use them for [/].  Remove support for [&'`()+].
9928         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
9929         * config/alpha/alpha.md (attr round_suffix): New.
9930         (attr trap_suffix): New.
9931         (all insns): Set them appropriately.  Use %/ instead of the
9932         myriad punctuators.
9933
9934 2001-07-22  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9935
9936         * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
9937
9938 2001-07-22  Richard Henderson  <rth@redhat.com>
9939
9940         * regrename.c (regrename_optimize): Compute nregs for each
9941         potential target register.
9942
9943 2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
9944            Richard Henderson  <rth@redhat.com>
9945
9946         * dbxout.c (dbxout_global_decl): New.
9947         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
9948         * sdbout.c (sdbout_finish): New.
9949         (sdbout_debug_hooks): Use it, add comments.
9950         (sdbout_global_decl): Defer initialised public vars to
9951         sdbout_finish.
9952         * varasm.c (assemble_variable): Don't output debug information
9953         for file-scope variables.
9954
9955 2001-07-21  H.J. Lu  (hjl@gnu.org)
9956
9957         * config/mips/mips.c (mips_cpu): Moved into ...
9958         (override_options): Here.
9959
9960         * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
9961         mips_tune.
9962         (mips_cpu): Removed.
9963
9964 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9965
9966         * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
9967         ("iorqi3"): Likewise.
9968         ("xorqi3"): Likewise.
9969         ("*addhi3"): Fix constraint to avoid reloading in a soft register.
9970         ("*subhi3_sp): Likewise.
9971         ("*subhi3"): Likewise.
9972         ("extendhisi2"): Accept D, X and Y as source operand to avoid
9973         reload problems.
9974
9975 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
9976
9977         * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
9978         * config/freebsd.h: Likewise.
9979         * config/linux.h: Likewise.
9980         * config/openbsd.h: Likewise.
9981         * config/alpha/linux-elf.h: Likewise.
9982         * config/arm/linux-elf.h: Likewise.
9983         * config/d30v/d30v.h: Likewise.
9984         * config/fr30/fr30.h: Likewise.
9985         * config/ia64/aix.h: Likewise.
9986         * config/ia64/ia64.h: Likewise.
9987         * config/mips/linux.h: Likewise.
9988         * config/pj/pj.h: Likewise.
9989         * config/rs6000/linux.h: Likewise.
9990         * config/sparc/linux.h: Likewise.
9991         * config/sparc/linux64.h: Likewise.
9992
9993 2001-07-20  Bruce Korb  <bkorb@gnu.org>
9994
9995         * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
9996         because getc() and char* may disagree on signedness.
9997
9998 2001-07-20  Richard Henderson  <rth@redhat.com>
9999
10000         * doc/rtl.texi (REG_DEAD): Update for current semantics.
10001
10002         * flow.c (try_redirect_by_replacing_jump): Correctly compute which
10003         insns to delete in the presence of cc0 in a jump insn.
10004
10005 Fri Jul 20 22:14:49 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
10006                                 Jan Hubicka  <jh@suse.cz>
10007
10008         * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
10009         of doing the change by hand.
10010
10011 Fri Jul 20 21:59:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
10012
10013         * rtlanal.c (set_noop_p): Return true for noop jumps.
10014
10015         * expr.c (emit_single_push_insn): Add call to push expander.
10016         * expr.h (optab_index): Add OTI_push
10017         (push_optab): New constant.
10018         * genopinit.c (optabs): Add push_optab.
10019         * optabs.c (init_optab): Init push optab.
10020         * md.texi (push??1): Document
10021
10022 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10023
10024         * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
10025         expand to emit the pattern; put a REG_INC note for push/pop
10026         instructions.
10027         ("movdf", "movdf_internal"): Likewise.
10028         ("movsi", "movsi_internal"): Likewise.
10029         ("movsf", "movsf_internal"): Likewise.
10030         ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
10031
10032 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10033
10034         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
10035         gen_highpart.
10036
10037 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
10038
10039         * params.def: Change default max inline insns to 100.
10040
10041 2001-07-20  Diego Novillo  <dnovillo@redhat.com>
10042
10043         * combine.c (combine_simplify_rtx): Generate a new shift operation
10044         when simplifying the first operand of a (neg (ashift)) expression.
10045
10046 2001-07-20  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
10047
10048         * regclass.c (N_REG_INTS): Use only 32 bits per element.
10049
10050 2001-07-20  Kelley Cook  <kelley.cook@home.com>
10051
10052         * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
10053         information.   Move rest into ...
10054         (*-*-solaris): ... here.  Eliminate redundant information and
10055         reword necessary packages section.  Delete 4.x assembler bug info.
10056         (sparc-sun-*): Merge into ...
10057         (sparc-sun-sunos*): here.
10058
10059 2001-07-20  Catherine Moore  <clm@redhat.com>
10060
10061         * config/v850/v850.md (casesi): Generate LABEL_REF
10062         with Pmode.
10063
10064 Fri Jul 20 14:12:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
10065
10066         * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
10067         * i386.c (ix86_zero_extend_to_Pmode): Make global.
10068         * i386.md (strclrsi expander): Use it.
10069
10070 Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
10071
10072         * integrate.c (copy_insn_list): handle
10073         NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
10074         (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
10075         identically as to CODE_LABEL.
10076
10077         * fold-const (fold): Convert A/B/C to A/(B*C) and
10078         A/(B/C) to (A/B)*C
10079
10080         * except.c (connect_post_landing_pads): Delete the RESX insns.
10081
10082 2001-07-20  Aldy Hernandez  <aldyh@redhat.com>
10083
10084         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
10085
10086         * config/mips/mips.md (nmadd/nmsub): Use macro.
10087
10088 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
10089
10090         * cppinit.c (remove_dup_dir): Make static.
10091         (remove_dup_dirs): Make static. Only warn about preempting a
10092         system directory with a non-system directory.
10093
10094 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
10095
10096         * ifcvt.c (noce_try_store_flag_constants): Correct order
10097         of parameters to trunc_int_for_mode.
10098
10099 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
10100
10101         * reorg.c (fill_simple_delay_slots): If an instruction might throw
10102         an exception that will be caught within this function, do not fill
10103         its delay slot with any subsequent instruction.
10104
10105 2001-07-19  Steve Ellcey <sje@cup.hp.com>
10106
10107         * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
10108         * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
10109         pointer extension instruction.
10110         * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
10111         * simplify-rtx.c (simplify_unary_operation) Likewise.
10112         * explow.c (convert_memory_address) Check value of
10113         POINTERS_EXTEND_UNSIGNED to avoid some conversions when
10114         less than zero.
10115         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
10116         MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
10117         * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
10118         Add Multilib Support.
10119         (POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
10120         * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
10121         Add Multilib Support.
10122         (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
10123         support.
10124         * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
10125         * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
10126         a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
10127
10128 2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
10129
10130         * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
10131         old and new operands in `<', `3' and `b'.
10132
10133 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
10134
10135         * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
10136         (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
10137         (toplev.o): Don't depend on xcoffout.h.
10138         * c-decl.c: Include debug.h
10139         (duplicate_decls): Use debug hook.
10140         * dbxout.c (dbxout_source_file, dbxout_args): Make static.
10141         (dbx_debug_hooks, xcoff_debug_hooks): Update.
10142         (dbxout_types): Remove.
10143         * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
10144         * debug.c (do_nothing_debug_hooks): Update.
10145         (debug_true_tree, debug_nothing_rtx): New.
10146         * debug.h (struct rtx_def): New.
10147         (struct gcc_debug_hooks): New hooks ignore_block,
10148         outlining_inline_function and label.
10149         (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
10150         dwarf2out_frame_finish): New.
10151         * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
10152         Make static, update prototype.
10153         (dwarf2_debug_hooks): Update.
10154         * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
10155         dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
10156         * dwarfout.c (dwarf_debug_hooks): Update.
10157         * emit-rtl.c: Include debug.h.
10158         (remove_unnecessary_notes): Use debug hook.
10159         * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
10160         (final_scan_insn): Use debug hook.
10161         * integrate.c (output_inline_function): Use debug hook.
10162         * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
10163         (sdb_debug_hooks): Update.
10164         * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
10165         * toplev.c: Don't include xcoffout.h.
10166         (note_outlining_of_inline_function, debug_ignore_block): Remove.
10167         * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
10168         Remove.
10169         * tree.h (dwarf2out_do_frame): Remove.
10170
10171 2001-07-19  Catherine Moore  <clm@cygnus.com>
10172
10173         * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
10174
10175 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
10176
10177         * reload1.c (eliminate_regs_in_insn): When updating a set
10178         to the frame pointer to the hardware frame pointer, perform
10179         the update always not just when REPLACE is set.
10180
10181         * reload1.c (choose_reload_regs): Don't inherit a reload
10182         that crosses multiple registers if registers past the first
10183         don't fit in the desired class.
10184
10185         * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
10186         when negating constants.
10187
10188 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
10189
10190         * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
10191         * doc/tree.texi: Ditto.
10192
10193 2001-07-19  Mark Kettenis  <kettenis@wins.uva.nl>
10194             Jakub Jelinek  <jakub@redhat.com>
10195
10196         * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
10197         (extract_cie_info): Handle "eh" augmentation properly,
10198         remember eh_ptr.
10199         (struct frame_state, __frame_state_for): New.
10200
10201 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10202
10203         * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
10204         HANDLE_SYSV_PRAGMA): Define.
10205         * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
10206         previous args.
10207         (copy_object): Caller changed.
10208
10209 2001-07-19  Andreas Schwab  <schwab@suse.de>
10210
10211         * configure.in (assembler dwarf2 debug_line support): Define nop
10212         insn for m68k.
10213         * configure: Regenerated.
10214
10215 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
10216
10217         * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
10218         dwarfout.h.
10219         * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
10220         to conditionally compiled block.
10221         (dbx_debug_hooks, xcoff_debug_hooks): Update.
10222         * dbxout.h (dbxout_function): Remove.
10223         * debug.c (do_nothing_debug_hooks): Update.
10224         * debug.h (struct gcc_debug_hooks): New hooks function_decl,
10225         global_decl, deferred_inline_function.
10226         * dwarf2out.c (dwarf2_debug_hooks): Update.
10227         (dwarf2out_global_decl): New.
10228         * dwarfout.c: Don't include dwarfout.h.
10229         (dwarfout_global_decl, dwarfout_function_decl,
10230         dwarfout_deferred_inline_function): New.
10231         (dwarf_debug_hooks): Update.
10232         * dwarfout.h: Remove.
10233         * final.c: Don't include dwarfout.h.
10234         * sdbout.c (sdbout_global_decl): New.
10235         (sdbout_debug_hooks): Update.
10236         * toplev.c: Don't include dwarfout.h.
10237         (check_global_declarations, rest_of_compilation): Use new debug hooks.
10238         (note_deferral_of_defined_inline_function): Remove.
10239         * toplev.h (note_deferral_of_defined_inline_function): Remove.
10240         * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
10241         * ch/lex.c: Don't include dwarfout.h.
10242         * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
10243         (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
10244         * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
10245         * cp/optimize.c: Include debug.h.
10246         (maybe_clone_body): Use debug hook.
10247         * cp/semantics.c: Include debug.h.
10248         (expand_body): Use debug hook.
10249         * po/POTFILES.in: Remove dwarfout.h.
10250
10251 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
10252
10253         * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
10254         * c-parse.in (yyerror, _yylex): Similarly.
10255         * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
10256         Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
10257         Update comments.
10258         * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
10259         * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
10260
10261 2001-07-18  Jeff Sturm  <jsturm@one-point.com>
10262
10263         * dwarf2out.c (dwarf2out_abstract_function): Don't emit
10264         in-class declaration at -g1.  Fixes c++/2814.
10265
10266 2001-07-18  Richard Henderson  <rth@redhat.com>
10267
10268         * doc/md.texi (reload_in/out): Document restrictions in predicates
10269         and constraints for these patterns.  Document empty string matching
10270         ALL_REGS.
10271
10272 2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10273
10274         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
10275
10276 Wed Jul 18 20:47:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
10277
10278         * cse.c: Undo my previous patch.
10279
10280 2001-07-18  Tom Tromey  <tromey@redhat.com>
10281
10282         For PR java/2812:
10283         * configure: Rebuilt.
10284         * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
10285         instead.
10286         * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
10287
10288 Wed Jul 18 18:46:30 CEST 2001  Richard Henderson <rth@cygnus.com>
10289                                 Jan Hubicka  <jh@suse.cz>
10290
10291         * flow.c (redirect_edge_and_branch): Bail out on complex edges.
10292         (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
10293         * jump.c (mark_jump_label): Do not forward branches.
10294
10295 Wed Jul 18 18:35:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
10296
10297         * cse.c (delete_trivially_dead_insns): Delete the libcall block
10298         when return value is unused.
10299
10300 Wed Jul 18 18:28:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
10301
10302         * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
10303
10304 Wed Jul 18 12:05:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>
10305
10306         * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
10307         on error.  We can't blindly return the result of
10308         pthread_mutex_trylock because it returns a positive number on
10309         error, while we must return -1 on error.
10310         (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
10311         fixes.
10312         Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
10313
10314 2001-07-18  Andreas Jaeger  <aj@suse.de>
10315
10316         * integrate.c (output_inline_function): Correct type of debug_hooks.
10317
10318 2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10319
10320         * combine.c (combine_simplify_rtx): DIV can be treated
10321         associatively for floats if unsafe math optimisations are enabled.
10322
10323 2001-07-17  Richard Henderson  <rth@redhat.com>
10324
10325         * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
10326
10327 2001-07-17  Richard Henderson  <rth@redhat.com>
10328
10329         * calls.c (prepare_call_address): New parameter SIBCALLP.  If true,
10330         don't force the function address into a register.
10331         (expand_call, emit_library_call_value_1): Update callers.
10332         * builtins.c (expand_builtin_apply): Likewise.
10333         * expr.h (prepare_call_address): Update decl.
10334
10335 2001-07-17  Chandrakala Chavva  <cchavva@redhat.com>
10336
10337         * config.gcc: For *-*-chorusos triplet, get chorus.h file from
10338         config directory.
10339         * config/i386/chorus.h: Move up.
10340         * config/sparc/chorus.h: Likewise.
10341         * config/rs6000/chorus.h: Likewise.
10342         * config/chorus.h: Moved here.
10343
10344 2001-07-17  Andreas Schwab  <schwab@suse.de>
10345
10346         * configure.in  (assembler eh_frame optimization): Handle big
10347         endian.
10348         * configure: Regenerated.
10349
10350 Tue Jul 17 23:43:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
10351
10352         * expr.c (epxand_expr): Convert divisions into multiplications by
10353         reciprocals if -ffast-math.
10354
10355 2001-07-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10356
10357         * dbxout.c (dbxout_really_begin_function): Rename to
10358         dbxout_begin_function.
10359         (dbx_debug_hooks, xcoff_debug_hooks): Update.
10360         (dbxout_begin_function): Remove.
10361         (dbxout_function): Update.
10362         (dbxout_source_line): Update prototype.
10363         * dbxout.h (dbxout_begin_function): Remove.
10364         * debug.c (do_nothing_debug_hooks): Update.
10365         (debug_nothing_tree): Update.
10366         (debug_nothing_charstar_rtx): Remove.
10367         * debug.h (union tree_node): Declare.
10368         (struct rtx_def): Remove.
10369         (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
10370         begin_function.  Change source_line prototype.
10371         (debug_nothing_tree): New.
10372         (debug_nothing_charstar_rtx): Delete.
10373         (dwarf2out_begin_prologue): Moved from ...
10374         * tree.h: ... here.
10375         * dwarf2out.c (dwarf2_debug_hooks): Update.
10376         (dwarf2out_begin_prologue): Update prototype.  If genuine dwarf2
10377         debug info, call dwarf2out_source_line.
10378         (dwarf2out_souce_line): Update prototype.
10379         * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
10380         Change prototype, make static.
10381         (dwarfout_source_line): Update prototype.
10382         (dwarf_debug_hooks): Update.
10383         * dwarfout.h (dwarfout_begin_function): Remove.
10384         * final.c (final_start_function, final_scan_insn): Use appropriate
10385         debug hooks, update to use notice_source_line.
10386         (output_source_line): Rename notice_source_line.  Don't call the
10387         source_line debug hook.
10388         * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
10389         make static, update prototype.
10390         (sdbout_mark_begin_function): Rename sdbout_begin_function, update
10391         prototype.
10392         (sdbout_end_prologue): New.
10393         (sdbout_source_line): Update prototype.
10394         (sdbout_debug_hooks): Update.
10395         (sdbout_symbol): Remove unused var.
10396         * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
10397         Delete.
10398         * varasm.c: Include debug.h.
10399         (assemble_start_function): Use begin_function debug_hook.
10400         * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
10401         update with prototype.
10402         (xcoffout_source_line): Update prototype.
10403         * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
10404         update prototype.
10405         (xcoffout_source_line): Update prototype.
10406
10407 2001-07-17  Richard Henderson  <rth@redhat.com>
10408
10409         * c-typeck.c (build_binary_op): Do not shorten unsigned
10410         right shift after sign extension.
10411
10412 Tue Jul 17 16:56:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
10413
10414         * combine.c (combine_simplify_rtx): Attempt to simplify
10415         a*(b/c) as (a*b)/c for floats in unsafe_math mode.
10416
10417         * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
10418         (simplify_binary_operation, simplify_unary_operation,
10419          simplify_relational_operation): Use it.
10420
10421         * combine.c (combine_simplify_rtx): Don't do associative law
10422         on divisions; allow associative law on floats.
10423
10424 2001-07-17  H.J. Lu <hjl@gnu.org>
10425             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10426
10427         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
10428         ASM_OUTPUT_WEAK_ALIAS are defined.
10429         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
10430         * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
10431         Moved ...
10432         * config/mips/iris5.h: ... here.
10433         (HANDLE_SYSV_PRAGMA): Defined as 1.
10434         * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
10435         * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
10436         symbol.
10437
10438 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10439
10440         * c-parse.in (all_prefix_attributes): New variable.
10441         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
10442         (maybe_resetattrs): New production.
10443         (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
10444         maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
10445         notype_initdcl, nested_function, notype_nested_function,
10446         component_decl, components, components_notype,
10447         component_declarator, component_notype_declarator,
10448         absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
10449         ivars, mydecl, myparm): Update.  Avoid prefix attributes just
10450         after a comma being applied to more than one declarator.
10451         * doc/extend.texi (Attribute Syntax): Update.  Remove
10452         documentation of bugs that are no longer present.
10453
10454 2001-07-13  Eric Christopher  <echristo@redhat.com>
10455
10456         * config/mips/mips.h: Change TUNE_MIPS* options to use
10457         mips_tune.
10458         (EXTRA_SPECS): Add cc1_cpu_spec.
10459         * config/mips/mips.md (muldf3): Fix typo.
10460
10461 2001-07-16  Richard Henderson  <rth@redhat.com>
10462
10463         * config/m68k/m68k.c: Include expr.h and reload.h.
10464         (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
10465         [general int]: Use HOST_WIDE_INT_PRINT_DEC.
10466
10467 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
10468             Richard Henderson  <rth@redhat.com>
10469
10470         * cse.c (set_live_p): Take INSN argument for cc0; update callers.
10471         (insn_live_p): Fix fall off end of function.
10472         (dead_libcall_p): Remove COUNTS argument; update callers.
10473         (delete_trivially_dead_insns): Remove unused variables.
10474
10475 2001-07-17  Andreas Jaeger  <aj@suse.de>
10476
10477         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
10478         x86-64 pic support.
10479
10480         * lcm.c (optimize_mode_switching): Avoid warning for unused
10481         variable if !NORMAL_MODE.
10482
10483         * flow.c (try_crossjump_to_edge): Remove unused variable.
10484
10485 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10486
10487         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
10488         atexit declaration in stdlib.h.
10489
10490 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
10491
10492         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
10493
10494 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
10495
10496         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
10497         * except.c (finish_eh_generation): Update call of cleanup_cfg;
10498         do rebuild_jump_labels instead of jump_optimize
10499         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
10500         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
10501         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
10502
10503         * flow.c: Include timevar.h
10504         (find_basic_block): Push/pop timevar;
10505         (cleanup_cfg): Likewise.
10506         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
10507         * Makefile: Add dependencies on timevar.h
10508
10509         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
10510         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
10511
10512         * rtl.h (delete_trivially_dead_insns): Add new parameter.
10513         * toplev.c (rest_of_compilation): Update calls.
10514         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
10515         (delete_trivially_dead_insns): ... here; accept new argument
10516         preserve_basic_blocks; preserve basic blocks if set.
10517
10518         * reg-stack.c (stack_regs_mentioned): Return 0 if
10519         stack_regs_mentioned_data is not initialized.
10520         (reg_to_stack): Make stack_regs_mentioned survive after the
10521         reg-stack is completted; do not call cleanup_cfg.
10522         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
10523         make cleanup_cfg after bb-reorder to output to debug file.
10524
10525 2001-07-16  Richard Henderson  <rth@redhat.com>
10526
10527         * regclass.c (init_reg_sets): Use only 32 bits per initializer
10528         from int_reg_class_contents.
10529
10530 2001-07-16  Richard Henderson  <rth@redhat.com>
10531
10532         * hard-reg-set.h (regs_invalidated_by_call): Declare.
10533         * regclass.c (regs_invalidated_by_call): Move from cse.c.
10534         (init_reg_sets_1): Move initialization from cse_main.
10535         * cse.c (regs_invalidated_by_call): Move to regclass.c.
10536         (cse_main): Move its initialization also.
10537         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
10538         * flow.c (propagate_one_insn): Likewise.
10539         * gcse.c (compute_hash_table): Likewise.
10540         (compute_kill_rd, compute_store_table): Likewise.
10541         * sched-deps.c (sched_analyze_1): Likewise.
10542
10543 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
10544
10545         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
10546         gen_rtx_SET.
10547
10548 2001-07-16  Steve Ellcey <sje@cup.hp.com>
10549
10550         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
10551         in if statement so we don't access undefined memory.
10552
10553 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
10554
10555         * gcse.c: Update comment at top.
10556         Update comment on mem handling.
10557         mem_last_set, mem_first_set, mem_set_in_block: gone.
10558         Declaration of reg_set_info: gone.
10559         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
10560         pointless with load_killed_in_block_p (they are *more*
10561         conservative then it, not less, and less accurate).
10562         (oprs_not_set_p): Ditto.
10563         (alloc_gcse_mem): Don't allocate mem_set_in_block
10564         (free_gcse_mem): Don't free it, either.
10565         (record_last_mem_set_info): Update comment in front, remove
10566         mem_*set_* stuff. Note the reason we don't handle stores directly
10567         here.
10568         (compute_hash_table): Update comments to reflect reality. Remove
10569         mem_*set_* references.
10570         (reset_opr_set_tables): Remove mem_*set_* references.
10571         (mark_call): Ditto.
10572         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
10573         (mark_clobber): Ditto (on both parts, we double set here too).
10574         (expr_killed_p): Remove mem_set_in_block test.
10575         (compute_transp): Remove mem_set_in_block test.
10576
10577         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
10578         of edge, and removal of phi alternative to dump file.
10579         (ssa_ccp_substitute_constants): Add note about register now being
10580         constant, and which uses were replaced in what insns to dump file.
10581
10582 2001-07-16  Andreas Jaeger  <aj@suse.de>
10583
10584         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
10585         variables of type HOST_WIDEST_INT.
10586
10587         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
10588         (__bb_exit_func): Correct type of count_max to avoid overflow.
10589         (num_digits): Handle long long argument.
10590
10591         * combine.c (gen_lowpart_for_combine): Remove unused variable.
10592
10593 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
10594
10595         * output.h (sdb_begin_function_line): Restore as an extern
10596         variable.
10597         * sdbout.c (sdb_begin_function_line): Make extern.
10598
10599 2001-07-15  Richard Henderson  <rth@redhat.com>
10600
10601         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
10602         * genrecog.c (maybe_both_true_mode): New.
10603         (maybe_both_true_2): Use it.
10604         (write_switch): Don't put Pmode in a switch.
10605         * rtl.c (mode arrays): Don't explicitly size them.
10606
10607 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
10608
10609         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
10610         handling; move unconditional splitting before mode switching.
10611
10612         * i386.md (type): Add fistp type.
10613         (i387, length_attr, scheduling definitions): Handle this type.
10614         (fix_trunc?f?i2): Revamp to use mode switching.
10615         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
10616         * i386.h (fp_cw_mode): New enum
10617         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
10618         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
10619
10620 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10621
10622         * Makefile.in (integrate.o): Add debug.h.
10623         * integrate.c (debug.h): Add.
10624         (output_inline_function): Save, reset, and restore debug_hooks.
10625
10626 2001-07-15  Richard Henderson  <rth@redhat.com>
10627
10628         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
10629         instead of COMPARE for the EQUIV expression.
10630
10631 2001-07-15  Richard Henderson  <rth@redhat.com>
10632
10633         * flow.c (redirect_edge_and_branch_force): Initialize
10634         global_live_at_start and global_live_at_end.
10635         (allocate_bb_life_data): Export.
10636         * basic-block.h (allocate_bb_life_data): Declare.
10637         * toplev.c (rest_of_compilation): Call it.
10638
10639 2001-07-15  Richard Henderson  <rth@redhat.com>
10640
10641         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
10642         (alpha_tablejump_best_label): New.
10643         * config/alpha/alpha-protos.h: Declare them.
10644         * config/alpha/alpha.md: Use braced strings for code blocks.
10645         (tablejump_osf): Break out add with r29.
10646         (tablejump_osf_internal): Remove.
10647         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
10648         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
10649
10650 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
10651
10652         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
10653         of the movable.
10654
10655         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
10656
10657         * i386-protos.h (ix86_split_fp_branch): Update prototype.
10658         (ix86_fp_jump_nontrivial_p): New.
10659         * i386.md (fp_jcc_?): Update call of split_fp_branch;
10660         use ix86_fp_jump_nontrivial_p.
10661         * i386.c (ix86_fp_jump_nontrivial_p): New.
10662         (ix86_split_fp_branch): Accept code instead of rtx.
10663         (ix86_expand_compare): Expand comparison early in case
10664         doing so is resonably cheap.
10665
10666 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
10667
10668         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
10669         not 'machine'.
10670         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
10671         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
10672
10673 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10674
10675         * dbxout.c (dbxout_source_line): Make static, update prototype.
10676         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
10677         (dbxout_init, dbxout_finish, dbxout_source_line,
10678         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
10679         * dbxout.h (dbxout_source_line): Delete.
10680         * debug.c (debug_nothing_file, debug_nothing_file_int,
10681         debug_nothing_file_charstar_rtx): New.
10682         (do_nothing_debug_hooks): Update.
10683         (debug_nothing_void, debug_nothing_charstar_rtx,
10684         dwarf2out_end_epilogue): New.
10685         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
10686         * debug.h (struct rtx_def): Declare.
10687         (gcc_debug_hooks): New hooks source_line, end_epilogue
10688         and end_function.
10689         (debug_nothing_void, debug_nothing_charstar_rtx,
10690         dwarf2out_end_epilogue): New.
10691         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
10692         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
10693         (dwarf2_debug_hooks): Update.
10694         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
10695         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
10696         * dwarf2out.h (dwarf2out_source_line): Remove.
10697         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
10698         Make static, update prototype.
10699         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
10700         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
10701         (dwarf_debug_hooks): Update.
10702         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
10703         dwarfout_end_function): Remove.
10704         * final.c (profile_function): Use debug hooks for ending functions
10705         and epilogues.
10706         (output_source_line, final_end_function): Update prototype,
10707         use debug hooks.
10708         (final_start_function, final_scan_insn): Update.
10709         * output.h (sdb_begin_function_line): Remove.
10710         (final_end_function): Update prototype.
10711         * sdbout.c (sdb_begin_function_line): Make static.
10712         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
10713         (sdbout_source_line): New.
10714         (sdbout_end_epilogue, sdbout_end_function): Make static, update
10715         prototypes.
10716         (sdb_debug_hooks): Update.
10717         (sdbout_init, sdbout_source_line,
10718         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
10719         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
10720         * toplev.c (compile_file, rest_of_compilation): Update.
10721         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
10722         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
10723         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
10724         Update for prototype changes.
10725         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
10726         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
10727
10728 2001-07-15  Richard Henderson  <rth@redhat.com>
10729
10730         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
10731         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
10732         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
10733         * config/alpha/alpha.c: Likewise.
10734         * config/alpha/alpha.md: Likewise.
10735         * config/alpha/alpha32.h: Likewise.
10736         * config/alpha/vms.h: Likewise.
10737         (OPEN_VMS): Remove.
10738
10739 2001-07-14  Richard Henderson  <rth@redhat.com>
10740
10741         * config/alpha/alpha.md: Use define_constants for unspec values.
10742         Substitute throughout.
10743
10744 2001-07-14  Tim Josling  <tej@melbpc.org.au>
10745
10746         * tree.def (EXPON_EXPR) remove. Never supported anyway.
10747
10748 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10749
10750         * pa.md: Remove unused constraints from define_split's.
10751
10752 2001-04-14  Richard Henderson  <rth@redhat.com>
10753
10754         * ifcvt.c (find_cond_trap): Test for exit block.
10755
10756 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
10757
10758         Re-install recently reverted patch.
10759         * emit-rtl.c (try_split): Update mark_jump_label call.
10760         * flow.c (find_sub_basic_blocks): Likewise.
10761         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
10762         jump_back_p): Kill.
10763         (mark_all_labels): Kill second parameter.
10764         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
10765         (rebuild_jump_labels, jump_optimize_minimal): Update call
10766         of jump_optimize_1.
10767         (jump_optimize_1): Kill crossjumping code.
10768         (mark_jump_label): Kill cross_jump parameter.
10769         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
10770         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
10771         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
10772          splitting.
10773         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
10774         DFI_bpro.
10775         (dump_file_info): Likewise.
10776         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
10777         reorganize passes to do reg-stack first, bb-reorder second.
10778         * invoke.texi (-d letters doc): Remove the jump2 pass.
10779
10780 2001-07-14  Richard Henderson  <rth@redhat.com>
10781
10782         * ifcvt.c (find_cond_trap): New.
10783         (find_if_header): Call it.
10784         (merge_if_block): Relax existing jump sanity check.
10785         * jump.c (jump_optimize_1): Remove conditional trap handling.
10786
10787 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
10788
10789         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
10790         millicode.
10791         (insn_refs_are_delayed): Correct comment.
10792         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
10793         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
10794         instead of r31.  Make associated insn !TARGET_64BIT, and
10795         provide an additional 64-bit insn that clobbers r2.
10796         (divsi3): Likewise.
10797         (udivsi3): Likewise.
10798         (modsi3): Likewise.
10799         (umodsi3): Likewise.
10800
10801 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
10802
10803         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
10804
10805         * flow.c (redirect_edge_and_branch_force, split_edge,
10806         try_crossjump_to_edge): Use set_block_for_new_insns.
10807         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
10808
10809 2001-07-13  H.J. Lu  (hjl@gnu.org)
10810
10811         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
10812         the correct patch.
10813
10814 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
10815
10816         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
10817
10818 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10819
10820         * c-common.c (decl_attributes): Take a pointer to the node to
10821         which attributes are to be attached, and a flags argument.
10822         * c-common.h (enum attribute_flags): New.
10823         (decl_attributes): Update prototype.
10824         * c-decl.c (start_decl, push_parm_decl, finish_struct,
10825         finish_enum, start_function): Update calls to decl_attributes.
10826         * c-parse.in (component_declarator, component_notype_declarator,
10827         label): Update calls to decl_attributes.
10828
10829 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
10830
10831         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
10832         * config/avr/avr.c (legitimate_address_p): Return value changed
10833         from letter to register classes. For better debugging.
10834
10835 2001-07-13  Kazu Hirata  <kazu@hxi.com>
10836
10837         * jump.c (reversed_comparison_code_parts): Fix comment typos.
10838
10839 2001-07-13  H.J. Lu  (hjl@gnu.org)
10840
10841         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
10842
10843 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
10844
10845         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
10846         correctly for shared configurations.
10847         * config/t-libgcc-pic:  New.
10848         * config/{i386,m68k,sparc}/t-openbsd:  New.
10849         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
10850         Support -shared.  Support debugging libraries with -g.
10851         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
10852         frame information does not emit pointer diffs.
10853         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
10854         emit pointer diffs.
10855
10856 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
10857
10858         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
10859
10860 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
10861
10862         * combine.c (try_combine): Ensure const_int pow2 is positive.
10863
10864 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
10865
10866         * config.gcc: Add configuration for s/390.
10867         * config/s390/s390.c: New. Subroutines for code generation.
10868         * config/s390/s390.h: New. Definitions for s/390.
10869         * config/s390/s390-protos.h: New. Prototypes.
10870         * config/s390/linux.h: New. Definitions for linux for s/390.
10871         * config/s390/linux64.h: New. Definitions for linux for zSeries.
10872         * config/s390/t-linux: New. Makefile fragment.
10873         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
10874         * config/s390/fixdfdi.h: New. Fix L_fix*di.
10875
10876 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
10877
10878         * emit-rtl.c (try_split): Update mark_jump_label call.
10879         * flow.c (find_sub_basic_blocks): Likewise.
10880         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
10881         jump_back_p): Kill.
10882         (mark_all_labels): Kill second parameter.
10883         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
10884         (rebuild_jump_labels, jump_optimize_minimal): Update call
10885         of jump_optimize_1.
10886         (jump_optimize_1): Kill crossjumping code.
10887         (mark_jump_label): Kill cross_jump parameter.
10888         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
10889         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
10890         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
10891          splitting.
10892         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
10893         DFI_bpro.
10894         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
10895         reorganize passes to do reg-stack first, bb-reorder second.
10896         * invoke.texi (-d letters doc): Remove the jump2 pass.
10897
10898 2001-07-12  Steve Ellcey <sje@cup.hp.com>
10899
10900         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
10901
10902 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
10903
10904         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
10905         basic blocks.
10906         (verify_flow_info): Make diagnostics prettier.
10907
10908 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
10909
10910         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
10911
10912         * flow.c (outgoing_edges_match): Return early if condition reversal
10913         failed.
10914
10915 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
10916
10917         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
10918         (mips_move_2words): When splitting a move into two instructions,
10919         prefix the second address operand with '%D'.
10920
10921 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10922
10923         * Makefile.in (final.o): Depend on debug.h.
10924         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
10925         (dbx_debug_hooks): Add new hooks.
10926         (xcoff_debug_hooks): New.
10927         * debug.c (debug_nothing_file_int_int): New.
10928         (do_nothing_debug_hooks): Update.
10929         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
10930         (debug_nothing_file_int_int): New.
10931         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
10932         static, update prototype.
10933         (dwarf2_debug_hooks): Update.
10934         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
10935         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
10936         static, update prototype.
10937         (dwarf_debug_hooks): Update.
10938         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
10939         * final.c: Include debug.h.
10940         (final_scan_insn): Use debug hooks when beginning and ending blocks.
10941         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
10942         static, update prototype.
10943         (sdb_debug_hooks): Update.
10944         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
10945         * toplev.c: Distinguish between xcoff and dbx.
10946
10947         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
10948         Call all debug hooks, not just dwarf ones.
10949
10950 2001-07-11  Timothy Wall  <twall@redhat.com>
10951
10952         * config.gcc: Add configuration for AIX5/IA64.
10953         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
10954         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
10955         support prefix/suffix code.
10956         * config/ia64/t-aix: New.  Makefile fragment.
10957         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
10958
10959 2001-07-11  Kazu Hirata  <kazu@hxi.com>
10960
10961         * recog.c (validate_change): Fix a comment typo.
10962
10963 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10964
10965         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
10966         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
10967         hooks directly.
10968         * dbxout.c (dbx_debug_hooks): Add new hooks.
10969         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
10970         make static.
10971         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
10972         make static.
10973         * dbxout.h (dbxout_start_new_source_file,
10974         dbxout_resume_previous_source_file): Delete.
10975         * debug.c (do_nothing_debug_hooks): Add new hooks.
10976         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
10977         (debug_nothing_int_charstar, debug_nothing_int): New.
10978         * debug.h (gcc_debug_hooks): New hooks define, undef,
10979         start_source_file and end_source_file.
10980         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
10981         (debug_nothing_int_charstar, debug_nothing_int): New.
10982         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
10983         the conditionally compiled section.
10984         (dwarf2out_start_source_file, dwarf2out_end_source_file,
10985         dwarf2out_define, dwarf2out_undef): Make static.
10986         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
10987         dwarf2out_define, dwarf2out_undef): Remove.
10988         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
10989         (dwarfout_start_source_file, dwarfout_end_source_file,
10990         dwarfout_define, dwarfout_undef): Make static.
10991         (dwarfout_start_source_file_check,
10992         dwarfout_end_source_file_check): New.
10993         (dwarfout_define, dwarfout_finish): Update.
10994         * dwarfout.h (dwarfout_start_new_source_file,
10995         dwarfout_resume_previous_source_file, dwarfout_define,
10996         dwarfout_undef): Remove.
10997         * sdbout.c (sdb_debug_hooks): Add new hooks.
10998         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
10999         make static.
11000         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
11001         make static, take an arg.
11002         * sdbout.h (sdbout_start_new_source_file,
11003         sdbout_resume_previous_source_file): Delete.
11004         * toplev.c (debug_start_source_file, debug_end_source_file,
11005         debug_define, debug_undef): Delete.
11006         * toplev.h (debug_start_source_file, debug_end_source_file,
11007         debug_define, debug_undef): Delete.
11008
11009         * java/jcf-parse.c: Include debug.h.
11010         (parse_class_file): Update to use debug hooks directly.
11011         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
11012
11013 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11014
11015         * alias.c (set_mem_alias_set): New function.
11016         * rtl.h (set_mem_alias_set): Declare it.
11017         * builtins.c (expand_builtin_return_addr): Call it instead of
11018         using MEM_ALIAS_SET accessor.
11019         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
11020         (get_memory_rtx, expand_builtin_va_arg): Likewise.
11021         (expand_builtin_va_copy):Likewise.
11022         * caller-save.c (setup_save_areas): Likewise.
11023         * calls.c (compute_argument_addresses): Likewise.
11024         * explow.c (set_mem_attributes): Likewise.
11025         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
11026         (expand_assignment, store_constructor_field, store_field): Likewise.
11027         (expand_expr_unaligned): Likewise.
11028         * function.c (assign_stack_temp_for_type): Likewise.
11029         (put_reg_into_stack, gen_mem_addressof): Likewise.
11030         * ifcvt.c (noce_try_cmove_arith): Likewise.
11031         * reload1.c (reload, alter_reg): Likewise.
11032         * config/alpha/alpha.c (get_aligned_mem): Likewise.
11033         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
11034         (alpha_expand_unaligned_store): Likewise
11035         (alpha_expand_unaligned_load_words): Likewise.
11036         (alpha_expand_unaligned_store_words): Likewise.
11037         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
11038         (alpha_expand_epilogue): Likewise.
11039         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
11040         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
11041         * config/i386/i386.c (legitimize_pic_address): Likewise.
11042         * config/i960/i960.c (setup_incoming_varargs): Likewise.
11043         * config/ia64/ia64.c (spill_restore_mem): Likewise.
11044         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
11045         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
11046         * config/mips/mips.c (mips_va_arg): Likewise.
11047         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
11048         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
11049         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
11050         (setup_incoming_varargs, rs6000_va_arg): Likewise.
11051         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
11052         (rs6000_emit_epilogue): Likewise.
11053         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
11054         * config/sparc/sparc.c (sparc_va_arg): Likewise.
11055         * config/v850/v850.c (v850_va_arg): Likewise.
11056
11057 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
11058
11059         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
11060         when fallthru edge is present.
11061         (mege_blocks): Handle case where creation of jump insn
11062         is required.
11063
11064         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
11065         CLEANUP_POST_REGSTACK): New constants.
11066         * except.c (finish_eh_generation): Update call of cleanup_cfg,
11067         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
11068         * output.h (cleanup_cfg): Update prototype.
11069         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
11070         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
11071         cleanup_cfg call; kill missleading comment.
11072         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
11073         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
11074         parameter; control optimizations performed using it.
11075         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
11076         try_crossjump_bb): New functions.
11077
11078 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11079
11080         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
11081         extern.
11082         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
11083         pa_output_function_prologue.
11084         * pa-protos.h (pa_output_function_prologue): New prototype.
11085
11086 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11087
11088         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
11089         and low to get correct sign extension in low+high test.
11090
11091 2001-07-11  Janis Johnson <janis@us.ibm.com>
11092
11093         * gcov.c (arcdata): Use gcov_type to fix branch percentage
11094         for large hit count.
11095
11096         * profile.c (branch_prob): Fix .bbg info for computed gotos
11097         and C++ EH code.
11098
11099 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
11100
11101         * stmt.c (parse_output_constraint): New function, split out
11102         from ...
11103         (expand_asm_operands): ... here.  Use parse_output_constraint.
11104         * tree.h (parse_output_constraint): Declare it.
11105
11106 2001-07-11  Richard Henderson  <rth@redhat.com>
11107
11108         * bitmap.c: Comment some functions; fiddle whitespace.
11109         (bitmap_free): Don't export.
11110         (bitmap_element_allocate): Use memset.
11111         * bitmap.h (bitmap_free): Don't declare.
11112
11113 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
11114
11115         * gcse.c, lcm.c, sched-deps.c:
11116         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
11117
11118         * flow.c (flow_loops_find): Free dom if we found no loops, since
11119         we aren't going to save it.
11120
11121         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
11122         done.
11123
11124 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
11125
11126         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
11127
11128 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11129
11130         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
11131         #ifndef DWARF2_DEBUGGING_INFO.
11132
11133 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11134
11135         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
11136
11137 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11138
11139         * config/mips/mips.c (gen_int_relational): Tell the caller not to
11140         reverse a branch if a NE comparison is implemented with GTU.
11141
11142 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11143             H.J. Lu  <hjl@gnu.org>
11144
11145         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
11146         constant addresses.
11147         (call_internal2): Likewise.
11148         (call_value_internal1): Likewise.
11149         (call_value_internal2): Likewise.
11150         (call_value_multiple_internal1): Likewise.
11151         (call_value_multiple_internal2): Likewise.
11152
11153 2001-07-10  Kazu Hirata  <kazu@hxi.com>
11154
11155         * calls.c (emit_library_call_value_1): Fix a comment typo.
11156         * dwarf2out.c (mem_loc_descriptor): Likewise.
11157         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
11158
11159 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
11160
11161         * simplify-rtx.c (simplify_subreg): Fix typo in comment
11162
11163 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11164
11165         * recog.c (offsettable_address_p): Handle LO_SUM case.
11166         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
11167         instead of plus_constant.
11168
11169 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11170
11171         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
11172         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
11173
11174 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11175
11176         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
11177         adjust_address_nv instead of plus_constant.
11178
11179 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
11180
11181         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
11182         dwarf2out.o): Depend on debug.h, wrap long lines.
11183         * dbxout.c: Include debug.h.
11184         (dbx_debug_hooks): New.
11185         (dbxout_init): Make static, take just 2 args.
11186         (dbxout_finish): Make static.
11187         * dbxout.h (dbxout_init, dbxout_finish): Delete.
11188         * debug.c: New file.
11189         * debug.h: New file.
11190         * dwarf2out.c: Include debug.h.
11191         (dwarf2_debug_hooks): New.
11192         (dwarf2out_init): Make static.
11193         (dwarf2out_finish): Make static, take 2 args.
11194         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
11195         * dwarfout.c: Include debug.h.
11196         (dwarf_debug_hooks): New.
11197         (dwarfout_init): Make static.
11198         (dwarfout_finish): Make static, take 2 args.
11199         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
11200         * sdbout.c: Include debug.h.
11201         (sdb_debug_hooks): New.
11202         (sdbout_init): Make static, take 2 args.
11203         * sdbout.h (sdbout_init): Delete.
11204         * toplev.c: Include debug.h.
11205         (debug_hooks): New.
11206         (compile_file): Set deubg_hooks based on command line options.
11207         Use the hooks unconditionally rather than conditional compilation.
11208
11209 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
11210
11211         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
11212         first_insn_after_basic_block_note instead.
11213
11214         * df.c (df_bb_refs_unlink): #if 0 out for now.
11215
11216 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
11217
11218         * ssa.h: Add prototype for ssa_const_prop
11219         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
11220         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
11221         (ssa_fast_dce): Remove unused variable
11222
11223 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11224
11225         * diagnostic.c (finish_diagnostic): Rename to
11226         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
11227         calls thourghout.
11228
11229 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
11230
11231         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
11232         .loc support.
11233
11234         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
11235         (dump_file): Only pad the demangled name with spaces if the
11236         mangled name was padded with spaces.
11237
11238 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
11239
11240         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
11241         edge detection.
11242
11243 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11244
11245         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
11246         extraction if no direct load if either EXPAND_CONST_ADDRESS or
11247         EXPAND_INITIALIZER.
11248
11249         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
11250         whether can put offset inside LO_SUM to check mode alignment, not size.
11251
11252 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11253
11254         * doc/tm.texi (Misc): Fix thinko.
11255
11256 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
11257
11258         * regmove.c (replace_in_call_usage): Fix warnings.
11259         * sched-deps.c (add_dependence): Fix warnings.
11260         * simplify-rtx.c (simplify_subreg): Likewise.
11261         Return NULL_RTX instead of NULL.
11262
11263         * reg-stack.c (emit_swap_insn): Eliminate warnings.
11264         (subst_asm_stack_regs): Likewise.
11265
11266         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
11267         warnings.
11268
11269         * dwarf2out.c (output_call_frame_info): Declare i as int.
11270         (build_abbrev_table): Declare n_alloc as int.
11271         (dwarf2out_finish): Initialize die.
11272         * except.c: Declare sjlj_funcdef_number as unsigned.
11273         (connect_post_landing_pads): Declare j as unsigned.
11274         (convert_to_eh_region_ranges): Initialize call_site.
11275         (output_function_exception_table): Initialize tt_format_size.
11276         * expr.c (move_by_pieces_1): Initialize to1.
11277         (store_constructor): Initialize minelt and maxelt.
11278         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
11279         * function.c (instantiate_decls): Avoid signed/unsigned warning.
11280
11281         * c-decl.c (combine_parm_decls): Unused, remove.
11282         * c-tree.h: Remove prototype for combine_parm_decls.
11283
11284         * reload.c (push_reload): Fix warning.
11285         (regno_clobbered_p): Likewise.
11286         * reload1.c (replace_pseudos_in_call_usage): Likewise.
11287         (reload_combine): Likewise.
11288
11289         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
11290         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
11291         warnings.
11292         * bitmap.c (bitmap_operation): Change user.
11293         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
11294
11295 2001-07-10  Eric Christopher  <echristo@redhat.com>
11296
11297         * config/mips/mips.c (override_options): Fix typo.
11298
11299 2001-07-09  Stan Shebs  <shebs@apple.com>
11300
11301         * target.h (struct gcc_target): New fields init_builtins and
11302         expand_builtin.
11303         * target-def.h (TARGET_INIT_BUILTINS): New macro.
11304         (TARGET_EXPAND_BUILTIN): New macro.
11305         (TARGET_INITIALIZER): Add them.
11306         * builtins.c: Include target.h.
11307         (expand_builtin): Use targetm.expand_builtin.
11308         (default_init_builtins): New function.
11309         (default_expand_builtin): New function.
11310         * expr.h (default_init_builtins): Declare.
11311         (default_expand_builtin): Declare.
11312         * c-common.c (c_common_nodes_and_builtins): Use
11313         targetm.init_builtins.
11314         * defaults.h (MD_INIT_BUILTINS): Remove.
11315         * Makefile.in (builtins.o): Depend on target.h.
11316
11317         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
11318         (TARGET_EXPAND_BUILTIN): Define.
11319         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
11320         (MD_EXPAND_BUILTIN): Remove.
11321
11322         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
11323         (TARGET_EXPAND_BUILTIN): Define.
11324         (c4x_init_builtins): Make endlink arg a local.
11325         (c4x_print_operand): Fix typos in adjust_address usages.
11326         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
11327         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
11328         (MD_EXPAND_BUILTIN): Remove.
11329
11330         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
11331         (TARGET_EXPAND_BUILTIN): Define.
11332         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
11333         (ix86_init_builtins): Call new function only if TARGET_MMX.
11334         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
11335         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
11336         (MD_EXPAND_BUILTIN): Remove.
11337
11338         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
11339         (TARGET_EXPAND_BUILTIN): Define.
11340         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
11341         (MD_EXPAND_BUILTIN): Remove.
11342
11343         * doc/tm.texi: Document these changes.
11344
11345 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
11346
11347         * basic-block.h (tree_node): Forward declare if needed.
11348         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
11349         (BLOCK_HEAD_TREE): Define.
11350         (BLOCK_END_TREE): Define.
11351         (struct loops): Rename field 'tree' to 'tree_root'.
11352         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
11353         'end_tree'.
11354         (flow_loops_tree_build): Rename reference to field 'tree' to
11355         'tree_root'.
11356         (flow_loops_level_compute): Ditto.
11357         * predict.c (estimate_bb_frequencies): Ditto.
11358         * tree.h (struct tree_common): Add field 'aux'.
11359
11360 2001-07-09  Stan Shebs  <shebs@apple.com>
11361
11362         * config/darwin.c (darwin_encode_section_info): Don't mark any
11363         DECL_EXTERNAL node as defined.
11364
11365 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11366
11367         * pa.c (pa_init_machine_status, pa_mark_machine_status,
11368         pa_free_machine_status, hppa_init_pic_save): Delete.
11369         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
11370         (hppa_profile_hook): Use hppa_pic_save_rtx.
11371         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
11372         hppa_init_pic_save): Delete.
11373         (hppa_pic_save_rtx): Declare.
11374         * pa.md (call, call_value, sibcall, sibcall_value,
11375         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
11376
11377 2001-07-09  Kazu Hirata  <kazu@hxi.com>
11378
11379         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
11380         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
11381
11382 2001-07-09  Andreas Jaeger  <aj@suse.de>
11383
11384         * output.h: Add declaration of final_forward_branch_p.
11385
11386         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
11387
11388         * varray.c: Include errors.h for internal_error and trim_filename
11389         declarations.
11390
11391         * Makefile.in (varray.o): Add errors.h.
11392
11393 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
11394
11395         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
11396         * optabs.c (have_add2_insn): Check whether the add insn chosen
11397         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
11398         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
11399
11400 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
11401
11402         * Makefile.in (OBJS): Add ssa-ccp.o
11403         (ssa-ccp.o): Add dependencies.
11404         * toplev.c (DFI_ssa_ccp): New dump file enum.
11405         (dump_file): Add entry for dumping after SSA CCP.
11406         (flag_ssa_ccp): New flag variable.
11407         (f_options): Add -fssa-ccp.
11408         (rest_of_compilation): Run SSA CCP if requested.
11409         * timevar.def (TV_SSA_CCP): New timevar.
11410         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
11411         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
11412         Fix minor typo in SSA DCE documentation.
11413         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
11414         Add documentation for new dump option.  Renumber dump files
11415         appropriately.
11416
11417 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
11418
11419         * emit-rtl.c (gen_highpart_mode): New.
11420         * rtl.h (gen_highpart_mode): Declare.
11421         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
11422         operand can be VOIDmode constant.
11423
11424 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
11425
11426         * flow.c (redirect_edge_and_branch_force): New.
11427         (can_fallthru): Ensure that basic blocks are succeeding.
11428         (try_optimize_cfg): Do not delete basic block if it is the last one.
11429
11430         * flow.c (try_redirect_by_replacing_jump): Do not remove
11431         jumps with side effects, unlink chain on fallthru edge;
11432         set block for new jump instruction; avoid basic block to
11433         over by line number note.
11434
11435         * flow.c (try_simplify_condjump): Verify that the condjump
11436         is not always falling trought.
11437
11438         Re-install patch:
11439         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
11440
11441         * flow.c (forwarder_block_p): Fix for fallthru blocks.
11442         (try_redirect_by_replacing_jump): Update properly the count
11443         and frequency information.
11444
11445 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11446
11447         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
11448         address that is a LO_SUM specially.
11449         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
11450
11451         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
11452
11453         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
11454         (operand_subword): Use them.
11455         (change_address_1): Renamed from change_address; new arg VALIDATE.
11456         * expr.h: Reflect above changes; change_address now macro.
11457         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
11458         making MEM.
11459         * cselib.c (add_mem_for_addr): Likewise.
11460         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
11461         * regmove.c (try_apply_stack_adjustment): Likewise.
11462         * reload.c (push_reload, make_memloc): Likewise.
11463         * reload1.c (eliminate_regs): Likewise.
11464         * simplify-rtx.c (simplify_replace_rtx): Likewise.
11465         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
11466         adjust_addess.
11467         * combine.c (make_extraction, simplify_shift_const): Likewise.
11468         (gen_lowpart_for_combine): Likewise.
11469         * cse.c (gen_lowpart_if_possible): Likewise.
11470         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
11471         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
11472         * optabs.c (gen_move_insn): Likewise.
11473         * reload1.c (alter_reg): Likewise.
11474         * simplify-rtx.c (simplify_subreg): Likewise.
11475         * stmt.c (expand_anon_union_decl): Likewise.
11476         * recog.c (validate_replace_rtx_1): Likewise.
11477         (expr.h): Include.
11478         * Makefile.in (recog.o): Add $(EXPR_H).
11479         * explow.c (stabilize): Call replace_equiv_address.
11480         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
11481         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
11482
11483 2001-07-03  Andrew Haley  <aph@redhat.com>
11484
11485         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
11486         the mode of the memory location.
11487
11488 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
11489
11490         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
11491
11492 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11493
11494         * final.c (output_addr_const): Use target opening and
11495         closing parentheses.
11496         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
11497         defaults, add to TARGET_ASM_OUT.
11498         * target.h (struct gcc_target): Add open_paren and close_paren.
11499         * doc/md.texi: Update.
11500         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
11501         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
11502         TARGET_ASM_CLOSE_PAREN.
11503         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
11504         Override.
11505         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
11506         Override.
11507         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
11508         * config/a29k/a29k.h: Similarly.
11509         * config/alpha/alpha.h: Similarly.
11510         * config/arc/arc.h: Similarly.
11511         * config/arm/aof.h: Similarly.
11512         * config/arm/aout.h: Similarly.
11513         * config/avr/avr.h: Similarly.
11514         * config/c4x/c4x.h: Similarly.
11515         * config/clipper/clipper.h: Similarly.
11516         * config/convex/convex.h: Similarly.
11517         * config/d30v/d30v.h: Similarly.
11518         * config/dsp16xx/dsp16xx.h: Similarly.
11519         * config/elxsi/elxsi.h: Similarly.
11520         * config/fr30/fr30.h: Similarly.
11521         * config/h8300/h8300.h: Similarly.
11522         * config/i370/i370.h: Similarly.
11523         * config/i386/i386.h: Similarly.
11524         * config/i860/i860.h: Similarly.
11525         * config/i960/i960.h: Similarly.
11526         * config/ia64/ia64.h: Similarly.
11527         * config/m32r/m32r.h: Similarly.
11528         * config/m68hc11/m68hc11.h: Similarly.
11529         * config/m68k/m68k.h: Similarly.
11530         * config/m88k/m88k.h: Similarly.
11531         * config/mcore/mcore.h: Similarly.
11532         * config/mips/mips.h: Similarly.
11533         * config/mn10200/mn10200.h: Similarly.
11534         * config/mn10300/mn10300.h: Similarly.
11535         * config/ns32k/ns32k.h: Similarly.
11536         * config/pa/pa.h: Similarly.
11537         * config/pdp11/pdp11.h: Similarly.
11538         * config/pj/pj.h: Similarly.
11539         * config/romp/romp.h: Similarly.
11540         * config/rs6000/rs6000.h: Similarly.
11541         * config/sh/sh.h: Similarly.
11542         * config/sparc/sparc.h: Similarly.
11543         * config/v850/v850.h: Similarly.
11544         * config/vax/vax.h: Similarly.
11545         * config/we32k/we32k.h: Similarly.
11546
11547 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11548
11549         * doc/c-tree.texi: Document representation of attributes.
11550
11551 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11552
11553         * doc/tm.texi: Update some places for the rename of target to
11554         targetm.  Fix typo.
11555
11556 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11557
11558         * target.h (struct gcc_target): Add insert_attributes.
11559         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
11560         (TARGET_INITIALIZER): Update.
11561         * tree.c, tree.h (default_insert_attributes): New function.
11562         Update comments on other default functions to refer to targetm,
11563         not target.
11564         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
11565         TARGET_INSERT_ATTRIBUTES.
11566         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
11567         * c-common.c (decl_attributes): Use targetm.insert_attributes.
11568         Don't use PRAGMA_INSERT_ATTRIBUTES.
11569         * Makefile.in (c-common.o): Depend on $(TARGET_H).
11570         * c-decl.c (start_decl, start_function): Don't call
11571         SET_DEFAULT_DECL_ATTRIBUTES.
11572         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
11573         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
11574         declare.
11575         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
11576         (c4x_check_attribute): Avoid modifying attribute list itself.
11577         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
11578         Make static.
11579         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
11580         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
11581         declare.
11582         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
11583         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
11584         Make static.
11585         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
11586         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
11587         declare.
11588         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
11589         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
11590         Adjust parameters.  Make static.
11591
11592 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11593
11594         * c-common.c (decl_attributes): Only take a single attributes
11595         parameter.
11596         * c-common.h (decl_attributes): Update prototype.
11597         * c-decl.c (start_decl, start_function): Only take a single
11598         attributes parameter.  Update calls to decl_attributes.
11599         (finish_struct, finish_enum): Update calls to decl_attributes.
11600         (push_parm_decl): Expect unified list of attributes.  Update call
11601         to decl_attributes.
11602         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
11603         notype_nested_function, component_declarator,
11604         component_notype_declarator, label): Update calls to
11605         decl_attributes.
11606         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
11607         lists that are passed to push_parm_decl.
11608         * c-tree.h (start_function, start_decl): Update prototypes.
11609         * config/sh/sh-protos.h, config/sh/sh.c
11610         (sh_pragma_insert_attributes): Only take a single attributes
11611         parameter.
11612         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
11613         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
11614         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
11615         build_module_descriptor, generate_static_references,
11616         generate_strings, build_selector_translation_table,
11617         generate_descriptor_table, generate_protocols,
11618         generate_ivars_list, generate_dispatch_table,
11619         generate_protocol_list, generate_category,
11620         generate_shared_structures, really_start_method, add_objc_decls,
11621         generate_classref_translation_entry): Update calls to start_decl
11622         and start_function.
11623         (build_tmp_function_decl, start_method_def): Unify attribute lists
11624         that are passed to push_parm_decl.
11625
11626 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11627
11628         * final.c (no_asm_to_stream): New.
11629         (final_scan_insn): Use target structures for prologue ends
11630         and epilogue starts.
11631         * output.h (no_asm_to_stream): New.
11632         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
11633         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
11634         (TARGET_ASM_OUT): Update.
11635         * target.h (struct gcc_target): New members function_end_prologue
11636         and function_begin_epilogue.
11637         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
11638         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
11639         * config/alpha/alpha.c (output_end_prologue): Rename to
11640         alpha_output_function_end_prologue.  Use in target struct
11641         and make static.
11642         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
11643         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
11644         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
11645         ia64_output_function_end_prologue.  Use in target struct
11646         and make static.
11647         (ia64_function_prologue, ia64_funciton_epilogue): Rename
11648         mistyped prototypes.
11649         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
11650         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
11651         Delete.
11652         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
11653         an use in target struct, make static.
11654         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
11655         Delete.
11656
11657 2001-07-08  Richard Henderson  <rth@redhat.com>
11658
11659         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
11660
11661 2001-07-08  Richard Henderson  <rth@redhat.com>
11662
11663         * config/i386/i386.md: Remove constraints strings from define_split
11664         and define_peephole2 patterns.
11665         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
11666         (eh_return): Use them.
11667
11668 2001-07-08  Richard Henderson  <rth@redhat.com>
11669
11670         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
11671         Document MD_FALLBACK_FRAME_STATE_FOR.
11672
11673 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11674
11675         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
11676         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
11677         elimination.
11678         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
11679
11680 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
11681
11682         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
11683         of the label inside NAME as opposed to just the end of NAME.
11684
11685 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
11686
11687         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
11688         * config/alpha/alpha.c (alpha_init_machine_status,
11689         alpha_mark_machine_status, alpha_free_machine_status): Delete.
11690         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
11691         (vms_valid_decl_attribute_p): Make static, conditionally compile.
11692         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
11693
11694 2001-07-06  Stan Shebs  <shebs@apple.com>
11695
11696         * target.h (targetm): Rename global from "target", so as not to
11697         conflict with local variables.
11698         * c-decl.c: Ditto.
11699         * c-typeck.c: Ditto.
11700         * final.c: Ditto.
11701         * tree.c: Ditto.
11702         * cp/decl.c: Ditto.
11703         * cp/decl2.c: Ditto.
11704         * cp/typeck.c: Ditto.
11705         * 1750a/1750a.c: Ditto.
11706         * a29k/a29k.c: Ditto.
11707         * arc/arc.c: Ditto.
11708         * arm/arm.c: Ditto.
11709         * avr/avr.c: Ditto.
11710         * clipper/clipper.c: Ditto.
11711         * convex/convex.c: Ditto.
11712         * d30v/d30v.c: Ditto.
11713         * dsp16xx/dsp16xx.c: Ditto.
11714         * elxsi/elxsi.c: Ditto.
11715         * fr30/fr30.c: Ditto.
11716         * h8300/h8300.c: Ditto.
11717         * i370/i370.c: Ditto.
11718         * i386/i386.c: Ditto.
11719         * i860/i860.c: Ditto.
11720         * i960/i960.c: Ditto.
11721         * ia64/ia64.c: Ditto.
11722         * m32r/m32r.c: Ditto.
11723         * m68hc11/m68hc11.c: Ditto.
11724         * m68k/m68k.c: Ditto.
11725         * m88k/m88k.c: Ditto.
11726         * mips/mips.c: Ditto.
11727         * ns32k/ns32k.c: Ditto.
11728         * pa/pa.c: Ditto.
11729         * pdp11/pdp11.c: Ditto.
11730         * romp/romp.c: Ditto.
11731         * rs6000/rs6000.c: Ditto.
11732         * sh/sh.c: Ditto.
11733         * sparc/sparc.c: Ditto.
11734         * vax/vax.c: Ditto.
11735         * we32k/we32k.c: Ditto.
11736         * doc/tm.texi: Update the manual to match.
11737
11738 2001-07-06  Richard Henderson  <rth@redhat.com>
11739
11740         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
11741         DWARF2_UNWIND_INFO not just whether it is defined.
11742
11743 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
11744
11745         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
11746         call to simplify_binary_operation returns a new pattern.
11747
11748 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
11749
11750         * glimits.h (__SHRT_MAX__): New.
11751         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
11752         (SHRT_MAX): Define in terms of __SHRT_MAX__.
11753
11754 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
11755
11756         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
11757         avoid warnings.
11758
11759 2001-07-06  Richard Henderson  <rth@redhat.com>
11760
11761         * bitmap.c (bitmap_release_memory): Move adjacent to the
11762         allocation functions.
11763         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
11764         the implementation.  Binary search for the set bit.
11765         (bitmap_union_of_diff): Allocate the temporary on the stack
11766         instead of using xmalloc.
11767
11768 2001-07-06  Richard Henderson  <rth@redhat.com>
11769
11770         * genrecog.c (validate_pattern): Warn for constraints in
11771         define_{expand,split,peephole2}.  Remove strict_low_part
11772         before looking up match_dup.
11773
11774 2001-07-06  DJ Delorie  <dj@redhat.com>
11775
11776         * doc/gcc.texi (Makefile): Rename to be a more general purpose
11777         chapter about various build hints and history.  Add section
11778         talking about the various types of native and cross builds.
11779
11780 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11781
11782         * Makefile.in (final.o): Depend on target.h.
11783         * final.c: Include target.h.
11784         (default_function_pro_epilogue): New.
11785         (final_start_function): Use target structure for function prologues.
11786         (final_end_function): Use target structure for function epilogues.
11787         * fold-const.c (real_hex_to_f): Constify s and p.
11788         * output.h (default_function_pro_epilogue): New.
11789         * real.h (real_hex_to_f): Update prototype.
11790         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
11791         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
11792         (TARGET_INITIALIZER): Update.
11793         * target.h (gcc_target): Add struct asm_out.
11794         * doc/tm.texi: Update.
11795
11796 config:
11797         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
11798         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
11799         in cpu/cpu.c, or rename old functions consistently.  Take
11800         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
11801         redundant macros and prototypes.  Make new functions static.
11802
11803         * 1750a/1750a.c: Similarly.
11804         * 1750a/1750a.h: Similarly.
11805         * a29k/a29k-protos.h: Similarly.
11806         * a29k/a29k.c: Similarly.
11807         * a29k/a29k.h: Similarly.
11808         * arc/arc-protos.h: Similarly.
11809         * arc/arc.c: Similarly.
11810         * arc/arc.h: Similarly.
11811         * arm/arm-protos.h: Similarly.
11812         * arm/arm.c: Similarly.
11813         * arm/arm.h: Similarly.
11814         * avr/avr-protos.h: Similarly.
11815         * avr/avr.c: Similarly.
11816         * avr/avr.h: Similarly.
11817         * clipper/clipper-protos.h: Similarly.
11818         * clipper/clipper.c: Similarly.
11819         * clipper/clipper.h: Similarly.
11820         * convex/convex.c: Similarly.
11821         * convex/convex.h: Similarly.
11822         * d30v/d30v-protos.h: Similarly.
11823         * d30v/d30v.c: Similarly.
11824         * d30v/d30v.h: Similarly.
11825         * d30v/d30v.md: Similarly.
11826         * dsp16xx/dsp16xx-protos.h: Similarly.
11827         * dsp16xx/dsp16xx.c: Similarly.
11828         * dsp16xx/dsp16xx.h: Similarly.
11829         * elxsi/elxsi.c: Similarly.
11830         * elxsi/elxsi.h: Similarly.
11831         * fr30/fr30.c: Similarly.
11832         * fr30/fr30.md: Similarly.
11833         * h8300/h8300-protos.h: Similarly.
11834         * h8300/h8300.c: Similarly.
11835         * h8300/h8300.h: Similarly.
11836         * i370/i370-protos.h: Similarly.
11837         * i370/i370.c: Similarly.
11838         * i370/i370.h: Similarly.
11839         * i386/i386.c: Similarly.
11840         * i386/osf1elf.h: Similarly.
11841         * i386/osfrose.h: Similarly.
11842         * i860/i860-protos.h: Similarly.
11843         * i860/i860.c: Similarly.
11844         * i860/i860.h: Similarly.
11845         * i960/i960-protos.h: Similarly.
11846         * i960/i960.c: Similarly.
11847         * i960/i960.h: Similarly.
11848         * ia64/ia64-protos.h: Similarly.
11849         * ia64/ia64.c: Similarly.
11850         * ia64/ia64.h: Similarly.
11851         * m32r/m32r-protos.h: Similarly.
11852         * m32r/m32r.c: Similarly.
11853         * m32r/m32r.h: Similarly.
11854         * m68hc11/m68hc11-protos.h: Similarly.
11855         * m68hc11/m68hc11.c: Similarly.
11856         * m68hc11/m68hc11.h: Similarly.
11857         * m68k/crds.h: Similarly.
11858         * m68k/dpx2.h: Similarly.
11859         * m68k/m68k-protos.h: Similarly.
11860         * m68k/m68k.c: Similarly.
11861         * m68k/m68k.h: Similarly.
11862         * m68k/news.h: Similarly.
11863         * m88k/m88k-protos.h: Similarly.
11864         * m88k/m88k.c: Similarly.
11865         * m88k/m88k.h: Similarly.
11866         * mips/mips-protos.h: Similarly.
11867         * mips/mips.c: Similarly.
11868         * mips/mips.h: Similarly.
11869         * ns32k/merlin.h: Similarly.
11870         * ns32k/ns32k.c: Similarly.
11871         * ns32k/ns32k.h: Similarly.
11872         * ns32k/tek6000.h: Similarly.
11873         * pa/pa-protos.h: Similarly.
11874         * pa/pa.c: Similarly.
11875         * pa/pa.h: Similarly.
11876         * pdp11/2bsd.h: Similarly.
11877         * pdp11/pdp11-protos.h: Similarly.
11878         * pdp11/pdp11.c: Similarly.
11879         * pdp11/pdp11.h: Similarly.
11880         * romp/romp-protos.h: Similarly.
11881         * romp/romp.c: Similarly.
11882         * romp/romp.h: Similarly.
11883         * rs6000/rs6000-protos.h: Similarly.
11884         * rs6000/rs6000.c: Similarly.
11885         * rs6000/rs6000.h: Similarly.
11886         * rs6000/sysv4.h: Similarly.
11887         * sh/sh-protos.h: Similarly.
11888         * sh/sh.c: Similarly.
11889         * sh/sh.h: Similarly.
11890         * sparc/sparc-protos.h: Similarly.
11891         * sparc/sparc.c: Similarly.
11892         * sparc/sparc.h: Similarly.
11893         * vax/vax.c: Similarly.
11894         * vax/vax.h: Similarly.
11895         * vax/vms.h: Similarly.
11896         * we32k/we32k.c: Similarly.
11897         * we32k/we32k.h: Similarly.
11898
11899 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
11900
11901         * basic-block.h (first_insn_after_basic_block_note): Declare.
11902         * flow.c (first_insn_after_basic_block_note): Define.  Moved
11903         from...
11904         * ssa.c (first_insn_after_basic_block_note): Remove.
11905         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
11906         necessary.
11907         (ssa_eliminate_dead_code): Properly update the CFG and PHI
11908         nodes when we find a dead conditional branch.  Insert BARRIERs
11909         after any blocks with no successors, but which do not have
11910         any BARRIERs.
11911
11912 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
11913
11914         * varray.c (varray_check_failed): Use internal_error.
11915
11916 2001-07-05  Andrew Haley  <aph@redhat.com>
11917
11918         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
11919         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
11920         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
11921
11922 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
11923
11924         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
11925         reference if the target constant is also a SYMBOL_REF.
11926
11927 2001-07-05  Eric Christopher  <echristo@redhat.com>
11928
11929         * config/mips/mips.h (MASK_MIPS3900): Remove.
11930         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
11931         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
11932         (TARGET_MIPS3900): Change to use mips_arch.
11933         (TARGET_MIPS4000): New.
11934         (TARGET_MIPS4100): New.
11935         (TARGET_MIPS4300): New.
11936         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
11937         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
11938         for -mipsX.
11939         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
11940         (ISA_HAS_BRANCHLIKELY): To here.
11941         (CC1_CPU_SPEC):  New.
11942         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
11943         (mips_arch_string): Declare.
11944         (mips_arch): Declare.
11945         (TARGET_OPTIONS): Add -march and -mtune.
11946
11947         * config/mips/mips.c (mips_arch_string): New.
11948         (mips_arch): New.
11949         (override_options): Handle -march for codegen and -mtune
11950         for scheduling. Use mips_arch. Move tx39 target default here.
11951         (mips_parse_cpu): Move error message to override_options.
11952
11953         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
11954
11955         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
11956
11957         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
11958         (MIPS Options): Ditto.  Change mcpu entry to historical text.
11959
11960 2001-07-05  H.J. Lu  (hjl@gnu.org)
11961
11962         * config/mips/mips.c (mips_parse_cpu): New function to parse
11963         -march=*/-mcpu=*.
11964
11965 2001-07-05  Jim Wilson  <wilson@redhat.com>
11966
11967         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
11968         * config/ia64/t-ia64: Likewise.
11969         (LIB1ASMFUNCS): Update comment.
11970
11971 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
11972
11973         * doc/install.texi (Install GCC: Binaries): Fix typo.
11974
11975 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11976
11977         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
11978         reference using the stack pointer, adjust it since we push Y
11979         temporarily.
11980         ("*ashrsi3"): Likewise.
11981         ("*lshrsi3"): Likewise.
11982
11983 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11984
11985         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
11986         when -fomit-frame-pointer is used.
11987
11988 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
11989
11990         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
11991         (try_redirect_by_replacing_jump): Reverse updating properly the
11992         count and frequency information.  Reverse removing cc0 setter.
11993         (forwarder_block_p): Reverse fixing for fallthru blocks.
11994
11995 2001-07-05  DJ Delorie  <dj@redhat.com>
11996
11997         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
11998         (translate_options): If the above is defined, use it to map
11999         given options to new options.
12000         * doc/tm.texi: Document it.
12001
12002 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
12003             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12004
12005         * doc/invoke.texi (Optimize Options): Document that -fgcse may
12006         cause programs using computed gotos to run more slowly.
12007
12008 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12009
12010         * doc/install.texi (Specific): Markup, spelling and typo fixes.
12011         Fixed sorting.
12012         Consistently require binutils 2.11.2, not prereleases.
12013         (Specific, decstation-*): Canonicalize as mips-dec-*.
12014         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
12015         always necessary.
12016         (Specific, m68k-altos): Removed reference to README.altos, deleted.
12017         (Specific, mips-*): Reword MIPS C compiler requirements.
12018         (Specific, powerpc*-*-*): New, mention --with-cpu once.
12019         (Specific, sunv5): Removed, obsolete.
12020
12021 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
12022
12023         * dwarf2out.c (output_loc_list): Use an all ones mask for
12024         .text asm output and don't rely on long long
12025         literals. Reformat some long lines.
12026
12027 2001-07-05  Andreas Jaeger  <aj@suse.de>
12028
12029         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
12030         section.
12031
12032 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
12033
12034         * dwarf2out.c (dwarf2out_define): Update comment.
12035         (dwarf2out_undef): Ditto.
12036         (dwarf2out_start_source_file): Ditto.
12037         (dwarf2out_end_source_file): Ditto.
12038         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
12039         since we never call the start/end debug hook for the primary file.
12040
12041 2001-07-04  Kazu Hirata  <kazu@hxi.com>
12042
12043         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
12044         from shll.
12045
12046 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
12047
12048         * cppinit.c (remove_dup_dirs): Inform if a system include
12049         directory is being reordered.
12050         * doc/invoke.texi (Directory Options): GCC warns if you hide a
12051         system include.
12052         * doc/cpp.texi (Search Paths): Likewise.
12053         * doc/gcc.texi (Interoperation): Remove information about
12054         -I/usr/include.
12055
12056 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
12057
12058         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
12059         (VARRAY_TOP_CHAR_PTR): Likewise.
12060
12061 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12062
12063         * gcc.c (process_command): Don't assign elements of a const char*.
12064
12065 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12066
12067         * emit-rtl.c (change_address): Don't abort if invalid address while
12068         reload is in progress.
12069
12070 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
12071
12072         * c-lex.c (cb_file_change): Pass line number to
12073         debug_start_source_file.
12074         (cb_undefine): Pass correct line number to debug_undef.
12075
12076         * toplev.c (debug_start_source_file): Add line number to
12077         parameters. Pass it along to dwarf2out_start_source_file.
12078         (decode_g_option): Stop resetting debug level back to normal when
12079         we change debug formats, unless the current level is
12080         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
12081         3).
12082
12083         * toplev.h (debug_start_source_file): Add line number to
12084         parameters.
12085
12086         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
12087         parameters.
12088
12089         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
12090         parameters.
12091         Output debug_macinfo data for starting file if requested.
12092         (dwarf2out_end_source_file): Output debug_macinfo data for ending
12093         file if requested.
12094         (dwarf2out_define): Output debug_macinfo data for defining a macro
12095         if requested.
12096         (dwarf2out_undef): Output debug_macinfo data for undefining a
12097         macro if requested.
12098         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
12099         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
12100         (macinfo_section_label): New. DWARF2 macro info section label.
12101         (dwarf2out_init): If we want macro info, output the start label
12102         for the section.
12103         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
12104         attribute to the compilation unit die pointing to the macro info.
12105
12106 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
12107
12108         * dwarf2out.c (new_loc_list): Move to inside #ifdef
12109         DWARF2_DEBUGGING_INFO.
12110         (add_loc_descr_to_loc_list): Ditto.
12111         (output_loc_list): Ditto.
12112         Also, fix thinko in curr not being initialized.
12113         (gen_internal_sym): Ditto.
12114
12115 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12116
12117         * emit-rtl.c (replace_equiv_address): New function.
12118         * expr.h (replace_equiv_address): New declaration.
12119         * explow.c (validize_mem): Call it instead of change_address and
12120         also call if -fforce-addr and address is constant.
12121         * expr.c: Replace more calls to change_address with adjust_address
12122         and/or replace_equiv_address or to validize_mem.
12123         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
12124         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
12125         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
12126         * config/i370/i370.md, config/i860/i860.md: Likewise.
12127         * config/i960/i960.md, config/mips/mips.c: Likewise.
12128         * config/mips/mips.md, config/pa/pa.md: Likewise.
12129         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
12130         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
12131
12132 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12133
12134         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
12135
12136         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
12137         function.
12138
12139 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12140
12141         * doc/include: New directory.
12142         * doc/fdl.texi: Move to doc/include/fdl.texi.
12143         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
12144         * doc/include/funding.texi, doc/include/gpl.texi: New files.
12145         * doc/gcc.texi: Use funding.texi and gpl.texi.
12146         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
12147         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
12148         Update dependencies and use -I $(docdir)/include.
12149
12150 2001-07-04  Anthony Green  <green@redhat.com>
12151
12152         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
12153
12154 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12155
12156         * doc/install.texi (sparc64-*-*): Remove garbage.
12157
12158 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
12159
12160         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
12161         Fix typo in last change to use adjust_address.
12162
12163 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12164
12165         * doc/install.texi (Specific): Update information for *-*-solaris*.
12166
12167 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12168
12169         * explow.c (plus_constant_wide): Reinitialize Y for restart.
12170
12171 2001-07-03  Stan Shebs  <shebs@apple.com>
12172
12173         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
12174         case for flag_no_mach_text_sections.
12175         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
12176         * config/darwin.c (flag_no_mach_text_sections): Remove.
12177         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
12178
12179 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12180
12181         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
12182         and avoid checking for constant as first operand.
12183         * recog.c (find_constant_term_loc): No longer static.
12184         (adj_offettable_operand): Delete.
12185         * rtl.h (adj_offsettable_operand): Delete declaration.
12186         (find_constant_term): Add declaration.
12187         * caller-save.c: Replace calls to adj_offsettable_operand with calls
12188         to adjust_address.
12189         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
12190         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
12191         * config/i386/i386.c, config/i386/i386.md: Likewise.
12192         * config/i860/i860.c, config/i960/i960.c: Likewise.
12193         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
12194         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
12195         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
12196         * config/mips/mips.c, config/mips/mips.md: Likewise.
12197         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
12198         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
12199         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
12200         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
12201         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
12202         * config/ns32k/ns32k.md: Likewise.
12203
12204 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
12205
12206         * rtl.c (copy_rtx): Handle 'T' format letter.
12207         * gensupport.c (collect_insn_data): Likewise.
12208         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
12209
12210 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
12211
12212         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
12213         -B option.  Use 'dir' not 'foo' as example directory name.
12214
12215 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12216
12217         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
12218         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
12219
12220 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12221
12222         * doc/cppinternals.texi: Improve formatting and logical markup.
12223
12224 2001-07-03  Andreas Jaeger  <aj@suse.de>
12225
12226         * Makefile.in (insn-recog.o): Add dependency on reload.h.
12227
12228         * genrecog.c (write_header): Include reload.h for prototypes in
12229         insn-recog.c.
12230
12231 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12232
12233 config:
12234         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
12235         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
12236         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
12237         i386_pe_valid_type_attribute_p): Add.
12238         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
12239         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
12240
12241 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12242
12243         * explow.c (plus_constant_wide, case LO_SUM): New case.
12244         (plus_constant_for_output_wide): Delete.
12245         * rtl.h (plus_constant_for_output): Delete.
12246         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
12247         instead of plus_constant_for_output.
12248         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
12249         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
12250         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
12251         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
12252         * config/sparc/sparc.md: Likewise.
12253         Convert some change_address calls to adjust_address.
12254
12255 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12256
12257         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
12258         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
12259         documentation of -std and -Wwrite-strings.
12260
12261 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
12262
12263         * cse.c (canon_hash): Don't register registers in very small
12264         register classes, as extending their lifetime might cause
12265         reload to fail.
12266
12267 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
12268
12269         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
12270
12271         * flow.c (forwarder_block_p): Fix for fallthru blocks.
12272         (try_redirect_by_replacing_jump): Update properly the count
12273         and frequency information.
12274
12275 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
12276
12277         * toplev.c (dump_file_index): Move SSA dumps just after first
12278         jump dump.
12279         (dump_file): Corresponding changes.
12280         (rest_of_compilation): Move SSA path to just after the first
12281         jump pass.
12282         * doc/gcc.texi (Passes): Update due to movement of SSA path.
12283         * doc/invoke.texi: Update dump file #s as they were completely
12284         out of date with reality.
12285
12286 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
12287
12288         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
12289
12290         * expr.c (emit_move_insn_1): Deal with non-default
12291         STACK_PUSH_CODE.
12292
12293         * expr.c (emit_single_push_insn): Fix warning.
12294
12295 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
12296
12297         * expr.c (emit_move_insn_1): Avoid modifying
12298         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
12299
12300 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12301
12302         * emit-rtl.c (adjust_address): New function.
12303         * expr.h (adjust_address): Add declaration.
12304         * builtins.c: Replace some calls to change_address with calls to it
12305         or to validize_mem.
12306         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
12307         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
12308         * config/arm/arm.c, config/convex/convex.c: Likewise.
12309         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
12310         * config/i386/i386.c, config/i386/i386.md: Likewise.
12311         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
12312         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
12313         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
12314         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
12315         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
12316
12317 2001-07-02  Jim Wilson  <wilson@redhat.com>
12318
12319         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
12320
12321 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
12322
12323         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
12324         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
12325
12326 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
12327
12328         * cppinit.c (lang_defaults): New table.
12329         (set_lang): Just read from lang_defaults into the live options
12330         structure.
12331
12332 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
12333
12334         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
12335         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
12336         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
12337
12338 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12339
12340         * doc/install.texi: Various spelling and markup fixes.
12341         (Installing GCC): Component specific installation instructions are
12342         gone.
12343         Fix reference.
12344         Warn about removing old install dir in the presence of shared libs.
12345         (Configuration): Invoke with options target to match configure
12346         --help.
12347         Consistently refer to gas, gld pathnames.
12348         Invert --enable-multilib documentation.
12349         Remove references to old compiler versions.
12350
12351 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12352
12353         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
12354
12355 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12356
12357         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
12358         section.
12359         (Specific, mips*-sgi-irix5): Note IDO download.
12360         Reworded MIPS C hints.
12361         Use GNU as instead of GAS.
12362         Markup fixes.
12363         Removed SGI Freeware reference, IRIX 6 only.
12364         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
12365         Note N64 library requirement/workaround.
12366         Update O32 hints.
12367         Complete list of structure passing bug victims.
12368
12369 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12370
12371         * doc/install.texi: Remove CVS Id.
12372
12373 2001-07-02  Andreas Jaeger  <aj@suse.de>
12374
12375         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
12376         (find_inherently_necessary): Remove unused variable.
12377
12378 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
12379
12380         * c-common.h (TDI_inlined): New ast dump phase.
12381         (dump_flag_name): New function.
12382         * c-dump.c (dump_files): Add inlined phase.
12383         (dump_flag_name): Define.
12384         * doc/invoke.texi (-fdump-ast-inlined): Document.
12385
12386 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12387
12388         * stor-layout.c (layout_decl): Revert change to handling of alignment
12389         in packed types.
12390
12391 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12392
12393         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
12394         for FIELD_DECL.
12395
12396 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
12397
12398         * doc/tm.texi (FUNCTION_ARG): Document that the last call
12399         is special.
12400
12401 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
12402
12403         * tlink.c (recompile_files): Remove COMPILER_PATH and
12404         LIBRARY_PATH from the environment.
12405
12406 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
12407
12408         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
12409         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
12410         enumerators.
12411         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
12412
12413         * c-parse.in (OBJC_STRING): Kill.
12414         (objc_string): Decompose to [objc_string] '@' STRING.
12415         (reswords): Take the leading '@' off all the Objective C keywords.
12416         (objc_rid_sans_at): Kill.
12417         (init_reswords): Don't initialize it.
12418         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
12419         (_yylex): Kill reconsider label.  Look ahead one token after
12420         an '@'; if we get an identifier, check whether it's an
12421         Objective C @-keyword.  If so, return the keyword.  Otherwise,
12422         put back the token and return the '@' as a terminal.
12423
12424         * cpplib.c (lex_macro_node): Remove unnecessary check for
12425         leading '@' on identifier.  Clarify control flow and commentary.
12426
12427 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12428
12429         * cse.c (new_label_ref): Variable deleted.
12430         (insert): Remove set of new_label_ref.
12431         (check_for_label_ref): New function.
12432         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
12433
12434 See ChangeLog.5 for earlier changes.