OSDN Git Service

HPUX-es vsnprintf and Ultrix-es atexit declaration
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2
3         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
4         atexit declaration in stdlib.h.
5
6 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
7
8         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
9
10 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
11
12         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
13         * except.c (finish_eh_generation): Update call of cleanup_cfg;
14         do rebuild_jump_labels instead of jump_optimize
15         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
16         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
17         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
18
19         * flow.c: Include timevar.h
20         (find_basic_block): Push/pop timevar;
21         (cleanup_cfg): Likewise.
22         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
23         * Makefile: Add dependencies on timevar.h
24
25         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
26         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
27
28         * rtl.h (delete_trivially_dead_insns): Add new parameter.
29         * toplev.c (rest_of_compilation): Update calls.
30         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
31         (delete_trivially_dead_insns): ... here; accept new argument
32         preserve_basic_blocks; preserve basic blocks if set.
33
34         * reg-stack.c (stack_regs_mentioned): Return 0 if
35         stack_regs_mentioned_data is not initialized.
36         (reg_to_stack): Make stack_regs_mentioned survive after the
37         reg-stack is completted; do not call cleanup_cfg.
38         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
39         make cleanup_cfg after bb-reorder to output to debug file.
40
41 2001-07-16  Richard Henderson  <rth@redhat.com>
42
43         * regclass.c (init_reg_sets): Use only 32 bits per initializer
44         from int_reg_class_contents.
45
46 2001-07-16  Richard Henderson  <rth@redhat.com>
47
48         * hard-reg-set.h (regs_invalidated_by_call): Declare.
49         * regclass.c (regs_invalidated_by_call): Move from cse.c.
50         (init_reg_sets_1): Move initialization from cse_main.
51         * cse.c (regs_invalidated_by_call): Move to regclass.c.
52         (cse_main): Move its initialization also.
53         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
54         * flow.c (propagate_one_insn): Likewise.
55         * gcse.c (compute_hash_table): Likewise.
56         (compute_kill_rd, compute_store_table): Likewise.
57         * sched-deps.c (sched_analyze_1): Likewise.
58
59 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
60
61         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
62         gen_rtx_SET.
63
64 2001-07-16  Steve Ellcey <sje@cup.hp.com>
65
66         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
67         in if statement so we don't access undefined memory.
68
69 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
70
71         * gcse.c: Update comment at top. 
72         Update comment on mem handling.
73         mem_last_set, mem_first_set, mem_set_in_block: gone.
74         Declaration of reg_set_info: gone.
75         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
76         pointless with load_killed_in_block_p (they are *more*
77         conservative then it, not less, and less accurate).
78         (oprs_not_set_p): Ditto.        
79         (alloc_gcse_mem): Don't allocate mem_set_in_block
80         (free_gcse_mem): Don't free it, either.
81         (record_last_mem_set_info): Update comment in front, remove
82         mem_*set_* stuff. Note the reason we don't handle stores directly
83         here.
84         (compute_hash_table): Update comments to reflect reality. Remove
85         mem_*set_* references.
86         (reset_opr_set_tables): Remove mem_*set_* references.
87         (mark_call): Ditto.
88         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.       
89         (mark_clobber): Ditto (on both parts, we double set here too).
90         (expr_killed_p): Remove mem_set_in_block test.
91         (compute_transp): Remove mem_set_in_block test.
92
93         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
94         of edge, and removal of phi alternative to dump file. 
95         (ssa_ccp_substitute_constants): Add note about register now being
96         constant, and which uses were replaced in what insns to dump file.
97
98 2001-07-16  Andreas Jaeger  <aj@suse.de>
99
100         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
101         variables of type HOST_WIDEST_INT.
102
103         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
104         (__bb_exit_func): Correct type of count_max to avoid overflow.
105         (num_digits): Handle long long argument.
106
107         * combine.c (gen_lowpart_for_combine): Remove unused variable.
108
109 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
110
111         * output.h (sdb_begin_function_line): Restore as an extern
112         variable.
113         * sdbout.c (sdb_begin_function_line): Make extern.
114
115 2001-07-15  Richard Henderson  <rth@redhat.com>
116
117         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
118         * genrecog.c (maybe_both_true_mode): New.
119         (maybe_both_true_2): Use it.
120         (write_switch): Don't put Pmode in a switch.
121         * rtl.c (mode arrays): Don't explicitly size them.
122
123 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
124
125         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
126         handling; move unconditional splitting before mode switching.
127
128         * i386.md (type): Add fistp type.
129         (i387, length_attr, scheduling definitions): Handle this type.
130         (fix_trunc?f?i2): Revamp to use mode switching.
131         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
132         * i386.h (fp_cw_mode): New enum
133         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
134         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
135
136 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
137
138         * Makefile.in (integrate.o): Add debug.h.
139         * integrate.c (debug.h): Add.
140         (output_inline_function): Save, reset, and restore debug_hooks.
141
142 2001-07-15  Richard Henderson  <rth@redhat.com>
143
144         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
145         instead of COMPARE for the EQUIV expression.
146
147 2001-07-15  Richard Henderson  <rth@redhat.com>
148
149         * flow.c (redirect_edge_and_branch_force): Initialize
150         global_live_at_start and global_live_at_end.
151         (allocate_bb_life_data): Export.
152         * basic-block.h (allocate_bb_life_data): Declare.
153         * toplev.c (rest_of_compilation): Call it.
154
155 2001-07-15  Richard Henderson  <rth@redhat.com>
156
157         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
158         (alpha_tablejump_best_label): New.
159         * config/alpha/alpha-protos.h: Declare them.
160         * config/alpha/alpha.md: Use braced strings for code blocks.
161         (tablejump_osf): Break out add with r29.
162         (tablejump_osf_internal): Remove.
163         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
164         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
165
166 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
167
168         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
169         of the movable.
170
171         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
172
173         * i386-protos.h (ix86_split_fp_branch): Update prototype.
174         (ix86_fp_jump_nontrivial_p): New.
175         * i386.md (fp_jcc_?): Update call of split_fp_branch;
176         use ix86_fp_jump_nontrivial_p.
177         * i386.c (ix86_fp_jump_nontrivial_p): New.
178         (ix86_split_fp_branch): Accept code instead of rtx.
179         (ix86_expand_compare): Expand comparison early in case
180         doing so is resonably cheap.
181
182 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
183
184         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
185         not 'machine'.
186         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
187         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
188
189 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
190
191         * dbxout.c (dbxout_source_line): Make static, update prototype.
192         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
193         (dbxout_init, dbxout_finish, dbxout_source_line,
194         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
195         * dbxout.h (dbxout_source_line): Delete.
196         * debug.c (debug_nothing_file, debug_nothing_file_int,
197         debug_nothing_file_charstar_rtx): New.
198         (do_nothing_debug_hooks): Update.
199         (debug_nothing_void, debug_nothing_charstar_rtx,
200         dwarf2out_end_epilogue): New.
201         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
202         * debug.h (struct rtx_def): Declare.
203         (gcc_debug_hooks): New hooks source_line, end_epilogue
204         and end_function.
205         (debug_nothing_void, debug_nothing_charstar_rtx,
206         dwarf2out_end_epilogue): New.
207         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
208         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
209         (dwarf2_debug_hooks): Update.
210         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
211         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
212         * dwarf2out.h (dwarf2out_source_line): Remove.
213         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
214         Make static, update prototype.
215         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
216         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
217         (dwarf_debug_hooks): Update.
218         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
219         dwarfout_end_function): Remove.
220         * final.c (profile_function): Use debug hooks for ending functions
221         and epilogues.
222         (output_source_line, final_end_function): Update prototype,
223         use debug hooks.
224         (final_start_function, final_scan_insn): Update.
225         * output.h (sdb_begin_function_line): Remove.
226         (final_end_function): Update prototype.
227         * sdbout.c (sdb_begin_function_line): Make static.
228         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
229         (sdbout_source_line): New.
230         (sdbout_end_epilogue, sdbout_end_function): Make static, update
231         prototypes.
232         (sdb_debug_hooks): Update.
233         (sdbout_init, sdbout_source_line,
234         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
235         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
236         * toplev.c (compile_file, rest_of_compilation): Update.
237         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
238         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
239         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
240         Update for prototype changes.
241         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
242         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
243
244 2001-07-15  Richard Henderson  <rth@redhat.com>
245
246         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
247         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
248         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
249         * config/alpha/alpha.c: Likewise.
250         * config/alpha/alpha.md: Likewise.
251         * config/alpha/alpha32.h: Likewise.
252         * config/alpha/vms.h: Likewise.
253         (OPEN_VMS): Remove.
254
255 2001-07-14  Richard Henderson  <rth@redhat.com>
256
257         * config/alpha/alpha.md: Use define_constants for unspec values.
258         Substitute throughout.
259
260 2001-07-14  Tim Josling  <tej@melbpc.org.au>
261
262         * tree.def (EXPON_EXPR) remove. Never supported anyway.
263
264 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
265
266         * pa.md: Remove unused constraints from define_split's.
267
268 2001-04-14  Richard Henderson  <rth@redhat.com>
269
270         * ifcvt.c (find_cond_trap): Test for exit block.
271
272 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
273
274         Re-install recently reverted patch.
275         * emit-rtl.c (try_split): Update mark_jump_label call.
276         * flow.c (find_sub_basic_blocks): Likewise.
277         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
278         jump_back_p): Kill.
279         (mark_all_labels): Kill second parameter.
280         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
281         (rebuild_jump_labels, jump_optimize_minimal): Update call
282         of jump_optimize_1.
283         (jump_optimize_1): Kill crossjumping code.
284         (mark_jump_label): Kill cross_jump parameter.
285         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
286         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
287         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
288          splitting.
289         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
290         DFI_bpro.
291         (dump_file_info): Likewise.
292         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
293         reorganize passes to do reg-stack first, bb-reorder second.
294         * invoke.texi (-d letters doc): Remove the jump2 pass.
295
296 2001-07-14  Richard Henderson  <rth@redhat.com>
297
298         * ifcvt.c (find_cond_trap): New.
299         (find_if_header): Call it.
300         (merge_if_block): Relax existing jump sanity check.
301         * jump.c (jump_optimize_1): Remove conditional trap handling.
302
303 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
304
305         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
306         millicode.
307         (insn_refs_are_delayed): Correct comment.
308         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
309         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
310         instead of r31.  Make associated insn !TARGET_64BIT, and
311         provide an additional 64-bit insn that clobbers r2.
312         (divsi3): Likewise.
313         (udivsi3): Likewise.
314         (modsi3): Likewise.
315         (umodsi3): Likewise.
316
317 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
318
319         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
320
321         * flow.c (redirect_edge_and_branch_force, split_edge,
322         try_crossjump_to_edge): Use set_block_for_new_insns.
323         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
324
325 2001-07-13  H.J. Lu  (hjl@gnu.org)
326
327         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
328         the correct patch.
329
330 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
331
332         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
333
334 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
335
336         * c-common.c (decl_attributes): Take a pointer to the node to
337         which attributes are to be attached, and a flags argument.
338         * c-common.h (enum attribute_flags): New.
339         (decl_attributes): Update prototype.
340         * c-decl.c (start_decl, push_parm_decl, finish_struct,
341         finish_enum, start_function): Update calls to decl_attributes.
342         * c-parse.in (component_declarator, component_notype_declarator,
343         label): Update calls to decl_attributes.
344
345 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
346
347         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
348         * config/avr/avr.c (legitimate_address_p): Return value changed
349         from letter to register classes. For better debugging.
350
351 2001-07-13  Kazu Hirata  <kazu@hxi.com>
352
353         * jump.c (reversed_comparison_code_parts): Fix comment typos.
354
355 2001-07-13  H.J. Lu  (hjl@gnu.org)
356
357         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
358
359 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
360
361         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
362         correctly for shared configurations.
363         * config/t-libgcc-pic:  New.
364         * config/{i386,m68k,sparc}/t-openbsd:  New.
365         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
366         Support -shared.  Support debugging libraries with -g.
367         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
368         frame information does not emit pointer diffs.
369         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
370         emit pointer diffs.
371
372 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
373
374         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
375
376 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
377
378         * combine.c (try_combine): Ensure const_int pow2 is positive.
379
380 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
381
382         * config.gcc: Add configuration for s/390.
383         * config/s390/s390.c: New. Subroutines for code generation.
384         * config/s390/s390.h: New. Definitions for s/390.
385         * config/s390/s390-protos.h: New. Prototypes.
386         * config/s390/linux.h: New. Definitions for linux for s/390.
387         * config/s390/linux64.h: New. Definitions for linux for zSeries.
388         * config/s390/t-linux: New. Makefile fragment.
389         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
390         * config/s390/fixdfdi.h: New. Fix L_fix*di.
391
392 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
393
394         * emit-rtl.c (try_split): Update mark_jump_label call.
395         * flow.c (find_sub_basic_blocks): Likewise.
396         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
397         jump_back_p): Kill.
398         (mark_all_labels): Kill second parameter.
399         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
400         (rebuild_jump_labels, jump_optimize_minimal): Update call
401         of jump_optimize_1.
402         (jump_optimize_1): Kill crossjumping code.
403         (mark_jump_label): Kill cross_jump parameter.
404         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
405         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
406         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
407          splitting.
408         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
409         DFI_bpro.
410         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
411         reorganize passes to do reg-stack first, bb-reorder second.
412         * invoke.texi (-d letters doc): Remove the jump2 pass.
413
414 2001-07-12  Steve Ellcey <sje@cup.hp.com>
415
416         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
417
418 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
419
420         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
421         basic blocks.
422         (verify_flow_info): Make diagnostics prettier.
423
424 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
425
426         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
427
428         * flow.c (outgoing_edges_match): Return early if condition reversal
429         failed.
430
431 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
432
433         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
434         (mips_move_2words): When splitting a move into two instructions,
435         prefix the second address operand with '%D'.
436
437 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
438
439         * Makefile.in (final.o): Depend on debug.h.
440         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
441         (dbx_debug_hooks): Add new hooks.
442         (xcoff_debug_hooks): New.
443         * debug.c (debug_nothing_file_int_int): New.
444         (do_nothing_debug_hooks): Update.
445         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
446         (debug_nothing_file_int_int): New.
447         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
448         static, update prototype.
449         (dwarf2_debug_hooks): Update.
450         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
451         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
452         static, update prototype.
453         (dwarf_debug_hooks): Update.
454         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
455         * final.c: Include debug.h.
456         (final_scan_insn): Use debug hooks when beginning and ending blocks.
457         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
458         static, update prototype.
459         (sdb_debug_hooks): Update.
460         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
461         * toplev.c: Distinguish between xcoff and dbx.
462
463         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
464         Call all debug hooks, not just dwarf ones.
465
466 2001-07-11  Timothy Wall  <twall@redhat.com>
467
468         * config.gcc: Add configuration for AIX5/IA64.
469         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
470         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
471         support prefix/suffix code.
472         * config/ia64/t-aix: New.  Makefile fragment.
473         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
474
475 2001-07-11  Kazu Hirata  <kazu@hxi.com>
476
477         * recog.c (validate_change): Fix a comment typo.
478
479 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
480
481         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
482         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
483         hooks directly.
484         * dbxout.c (dbx_debug_hooks): Add new hooks.
485         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
486         make static.
487         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
488         make static.
489         * dbxout.h (dbxout_start_new_source_file,
490         dbxout_resume_previous_source_file): Delete.
491         * debug.c (do_nothing_debug_hooks): Add new hooks.
492         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
493         (debug_nothing_int_charstar, debug_nothing_int): New.
494         * debug.h (gcc_debug_hooks): New hooks define, undef,
495         start_source_file and end_source_file.
496         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
497         (debug_nothing_int_charstar, debug_nothing_int): New.
498         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
499         the conditionally compiled section.
500         (dwarf2out_start_source_file, dwarf2out_end_source_file,
501         dwarf2out_define, dwarf2out_undef): Make static.
502         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
503         dwarf2out_define, dwarf2out_undef): Remove.
504         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
505         (dwarfout_start_source_file, dwarfout_end_source_file,
506         dwarfout_define, dwarfout_undef): Make static.
507         (dwarfout_start_source_file_check,
508         dwarfout_end_source_file_check): New.
509         (dwarfout_define, dwarfout_finish): Update.
510         * dwarfout.h (dwarfout_start_new_source_file,
511         dwarfout_resume_previous_source_file, dwarfout_define,
512         dwarfout_undef): Remove.
513         * sdbout.c (sdb_debug_hooks): Add new hooks.
514         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
515         make static.
516         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
517         make static, take an arg.
518         * sdbout.h (sdbout_start_new_source_file,
519         sdbout_resume_previous_source_file): Delete.
520         * toplev.c (debug_start_source_file, debug_end_source_file,
521         debug_define, debug_undef): Delete.
522         * toplev.h (debug_start_source_file, debug_end_source_file,
523         debug_define, debug_undef): Delete.
524
525         * java/jcf-parse.c: Include debug.h.
526         (parse_class_file): Update to use debug hooks directly.
527         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
528
529 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
530
531         * alias.c (set_mem_alias_set): New function.
532         * rtl.h (set_mem_alias_set): Declare it.
533         * builtins.c (expand_builtin_return_addr): Call it instead of
534         using MEM_ALIAS_SET accessor.
535         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
536         (get_memory_rtx, expand_builtin_va_arg): Likewise.
537         (expand_builtin_va_copy):Likewise.
538         * caller-save.c (setup_save_areas): Likewise.
539         * calls.c (compute_argument_addresses): Likewise.
540         * explow.c (set_mem_attributes): Likewise.
541         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
542         (expand_assignment, store_constructor_field, store_field): Likewise.
543         (expand_expr_unaligned): Likewise.
544         * function.c (assign_stack_temp_for_type): Likewise.
545         (put_reg_into_stack, gen_mem_addressof): Likewise.
546         * ifcvt.c (noce_try_cmove_arith): Likewise.
547         * reload1.c (reload, alter_reg): Likewise.
548         * config/alpha/alpha.c (get_aligned_mem): Likewise.
549         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
550         (alpha_expand_unaligned_store): Likewise
551         (alpha_expand_unaligned_load_words): Likewise.
552         (alpha_expand_unaligned_store_words): Likewise.
553         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
554         (alpha_expand_epilogue): Likewise.
555         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
556         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
557         * config/i386/i386.c (legitimize_pic_address): Likewise.
558         * config/i960/i960.c (setup_incoming_varargs): Likewise.
559         * config/ia64/ia64.c (spill_restore_mem): Likewise.
560         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
561         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
562         * config/mips/mips.c (mips_va_arg): Likewise.
563         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
564         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
565         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
566         (setup_incoming_varargs, rs6000_va_arg): Likewise.
567         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
568         (rs6000_emit_epilogue): Likewise.
569         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
570         * config/sparc/sparc.c (sparc_va_arg): Likewise.
571         * config/v850/v850.c (v850_va_arg): Likewise.
572
573 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
574
575         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
576         when fallthru edge is present.
577         (mege_blocks): Handle case where creation of jump insn
578         is required.
579
580         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
581         CLEANUP_POST_REGSTACK): New constants.
582         * except.c (finish_eh_generation): Update call of cleanup_cfg,
583         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
584         * output.h (cleanup_cfg): Update prototype.
585         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
586         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
587         cleanup_cfg call; kill missleading comment.
588         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
589         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
590         parameter; control optimizations performed using it.
591         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
592         try_crossjump_bb): New functions.
593
594 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
595
596         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
597         extern.
598         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
599         pa_output_function_prologue.
600         * pa-protos.h (pa_output_function_prologue): New prototype.
601
602 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
603
604         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
605         and low to get correct sign extension in low+high test.
606
607 2001-07-11  Janis Johnson <janis@us.ibm.com>
608
609         * gcov.c (arcdata): Use gcov_type to fix branch percentage
610         for large hit count.
611
612         * profile.c (branch_prob): Fix .bbg info for computed gotos
613         and C++ EH code.
614
615 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
616
617         * stmt.c (parse_output_constraint): New function, split out
618         from ...
619         (expand_asm_operands): ... here.  Use parse_output_constraint.
620         * tree.h (parse_output_constraint): Declare it.
621
622 2001-07-11  Richard Henderson  <rth@redhat.com>
623
624         * bitmap.c: Comment some functions; fiddle whitespace.
625         (bitmap_free): Don't export.
626         (bitmap_element_allocate): Use memset.
627         * bitmap.h (bitmap_free): Don't declare.
628
629 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
630
631         * gcse.c, lcm.c, sched-deps.c:
632         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
633
634         * flow.c (flow_loops_find): Free dom if we found no loops, since
635         we aren't going to save it.
636
637         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
638         done.
639
640 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
641
642         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
643
644 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
645
646         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
647         #ifndef DWARF2_DEBUGGING_INFO.
648
649 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
650
651         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
652
653 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
654
655         * config/mips/mips.c (gen_int_relational): Tell the caller not to
656         reverse a branch if a NE comparison is implemented with GTU.
657
658 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
659             H.J. Lu  <hjl@gnu.org>
660
661         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
662         constant addresses.
663         (call_internal2): Likewise.
664         (call_value_internal1): Likewise.
665         (call_value_internal2): Likewise.
666         (call_value_multiple_internal1): Likewise.
667         (call_value_multiple_internal2): Likewise.
668
669 2001-07-10  Kazu Hirata  <kazu@hxi.com>
670
671         * calls.c (emit_library_call_value_1): Fix a comment typo.
672         * dwarf2out.c (mem_loc_descriptor): Likewise.
673         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
674
675 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
676
677         * simplify-rtx.c (simplify_subreg): Fix typo in comment
678
679 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
680
681         * recog.c (offsettable_address_p): Handle LO_SUM case.
682         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
683         instead of plus_constant.
684
685 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
686
687         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
688         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
689
690 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
691
692         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
693         adjust_address_nv instead of plus_constant.
694
695 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
696
697         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
698         dwarf2out.o): Depend on debug.h, wrap long lines.
699         * dbxout.c: Include debug.h.
700         (dbx_debug_hooks): New.
701         (dbxout_init): Make static, take just 2 args.
702         (dbxout_finish): Make static.
703         * dbxout.h (dbxout_init, dbxout_finish): Delete.
704         * debug.c: New file.
705         * debug.h: New file.
706         * dwarf2out.c: Include debug.h.
707         (dwarf2_debug_hooks): New.
708         (dwarf2out_init): Make static.
709         (dwarf2out_finish): Make static, take 2 args.
710         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
711         * dwarfout.c: Include debug.h.
712         (dwarf_debug_hooks): New.
713         (dwarfout_init): Make static.
714         (dwarfout_finish): Make static, take 2 args.
715         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
716         * sdbout.c: Include debug.h.
717         (sdb_debug_hooks): New.
718         (sdbout_init): Make static, take 2 args.
719         * sdbout.h (sdbout_init): Delete.
720         * toplev.c: Include debug.h.
721         (debug_hooks): New.
722         (compile_file): Set deubg_hooks based on command line options.
723         Use the hooks unconditionally rather than conditional compilation.
724
725 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
726
727         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
728         first_insn_after_basic_block_note instead.
729
730         * df.c (df_bb_refs_unlink): #if 0 out for now.
731
732 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
733
734         * ssa.h: Add prototype for ssa_const_prop
735         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
736         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
737         (ssa_fast_dce): Remove unused variable
738
739 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
740
741         * diagnostic.c (finish_diagnostic): Rename to
742         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
743         calls thourghout.
744
745 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
746
747         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
748         .loc support.
749
750         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
751         (dump_file): Only pad the demangled name with spaces if the
752         mangled name was padded with spaces.
753
754 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
755
756         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
757         edge detection.
758
759 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
760
761         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
762         extraction if no direct load if either EXPAND_CONST_ADDRESS or
763         EXPAND_INITIALIZER.
764
765         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
766         whether can put offset inside LO_SUM to check mode alignment, not size.
767
768 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
769
770         * doc/tm.texi (Misc): Fix thinko.
771
772 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
773
774         * regmove.c (replace_in_call_usage): Fix warnings.
775         * sched-deps.c (add_dependence): Fix warnings.
776         * simplify-rtx.c (simplify_subreg): Likewise.
777         Return NULL_RTX instead of NULL.
778
779         * reg-stack.c (emit_swap_insn): Eliminate warnings.
780         (subst_asm_stack_regs): Likewise.
781
782         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
783         warnings.
784
785         * dwarf2out.c (output_call_frame_info): Declare i as int.
786         (build_abbrev_table): Declare n_alloc as int.
787         (dwarf2out_finish): Initialize die.
788         * except.c: Declare sjlj_funcdef_number as unsigned.
789         (connect_post_landing_pads): Declare j as unsigned.
790         (convert_to_eh_region_ranges): Initialize call_site.
791         (output_function_exception_table): Initialize tt_format_size.
792         * expr.c (move_by_pieces_1): Initialize to1.
793         (store_constructor): Initialize minelt and maxelt.
794         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
795         * function.c (instantiate_decls): Avoid signed/unsigned warning.
796
797         * c-decl.c (combine_parm_decls): Unused, remove.
798         * c-tree.h: Remove prototype for combine_parm_decls.
799
800         * reload.c (push_reload): Fix warning.
801         (regno_clobbered_p): Likewise.
802         * reload1.c (replace_pseudos_in_call_usage): Likewise.
803         (reload_combine): Likewise.
804
805         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
806         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
807         warnings.
808         * bitmap.c (bitmap_operation): Change user.
809         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
810
811 2001-07-10  Eric Christopher  <echristo@redhat.com>
812
813         * config/mips/mips.c (override_options): Fix typo.
814
815 2001-07-09  Stan Shebs  <shebs@apple.com>
816
817         * target.h (struct gcc_target): New fields init_builtins and
818         expand_builtin.
819         * target-def.h (TARGET_INIT_BUILTINS): New macro.
820         (TARGET_EXPAND_BUILTIN): New macro.
821         (TARGET_INITIALIZER): Add them.
822         * builtins.c: Include target.h.
823         (expand_builtin): Use targetm.expand_builtin.
824         (default_init_builtins): New function.
825         (default_expand_builtin): New function.
826         * expr.h (default_init_builtins): Declare.
827         (default_expand_builtin): Declare.
828         * c-common.c (c_common_nodes_and_builtins): Use
829         targetm.init_builtins.
830         * defaults.h (MD_INIT_BUILTINS): Remove.
831         * Makefile.in (builtins.o): Depend on target.h.
832
833         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
834         (TARGET_EXPAND_BUILTIN): Define.
835         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
836         (MD_EXPAND_BUILTIN): Remove.
837
838         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
839         (TARGET_EXPAND_BUILTIN): Define.
840         (c4x_init_builtins): Make endlink arg a local.
841         (c4x_print_operand): Fix typos in adjust_address usages.
842         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
843         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
844         (MD_EXPAND_BUILTIN): Remove.
845
846         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
847         (TARGET_EXPAND_BUILTIN): Define.
848         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
849         (ix86_init_builtins): Call new function only if TARGET_MMX.
850         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
851         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
852         (MD_EXPAND_BUILTIN): Remove.
853
854         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
855         (TARGET_EXPAND_BUILTIN): Define.
856         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
857         (MD_EXPAND_BUILTIN): Remove.
858
859         * doc/tm.texi: Document these changes.
860
861 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
862
863         * basic-block.h (tree_node): Forward declare if needed.
864         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
865         (BLOCK_HEAD_TREE): Define.
866         (BLOCK_END_TREE): Define.
867         (struct loops): Rename field 'tree' to 'tree_root'.
868         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
869         'end_tree'.
870         (flow_loops_tree_build): Rename reference to field 'tree' to
871         'tree_root'.
872         (flow_loops_level_compute): Ditto.
873         * predict.c (estimate_bb_frequencies): Ditto.
874         * tree.h (struct tree_common): Add field 'aux'.
875
876 2001-07-09  Stan Shebs  <shebs@apple.com>
877
878         * config/darwin.c (darwin_encode_section_info): Don't mark any
879         DECL_EXTERNAL node as defined.
880
881 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
882
883         * pa.c (pa_init_machine_status, pa_mark_machine_status,
884         pa_free_machine_status, hppa_init_pic_save): Delete.
885         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
886         (hppa_profile_hook): Use hppa_pic_save_rtx.
887         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
888         hppa_init_pic_save): Delete.
889         (hppa_pic_save_rtx): Declare.
890         * pa.md (call, call_value, sibcall, sibcall_value,
891         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
892
893 2001-07-09  Kazu Hirata  <kazu@hxi.com>
894
895         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
896         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
897
898 2001-07-09  Andreas Jaeger  <aj@suse.de>
899
900         * output.h: Add declaration of final_forward_branch_p.
901
902         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
903
904         * varray.c: Include errors.h for internal_error and trim_filename
905         declarations.
906
907         * Makefile.in (varray.o): Add errors.h.
908
909 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
910
911         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
912         * optabs.c (have_add2_insn): Check whether the add insn chosen
913         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
914         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
915
916 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
917
918         * Makefile.in (OBJS): Add ssa-ccp.o
919         (ssa-ccp.o): Add dependencies.
920         * toplev.c (DFI_ssa_ccp): New dump file enum.
921         (dump_file): Add entry for dumping after SSA CCP.
922         (flag_ssa_ccp): New flag variable.
923         (f_options): Add -fssa-ccp.
924         (rest_of_compilation): Run SSA CCP if requested.
925         * timevar.def (TV_SSA_CCP): New timevar.
926         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
927         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
928         Fix minor typo in SSA DCE documentation.
929         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
930         Add documentation for new dump option.  Renumber dump files
931         appropriately.
932
933 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
934
935         * emit-rtl.c (gen_highpart_mode): New.
936         * rtl.h (gen_highpart_mode): Declare.
937         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
938         operand can be VOIDmode constant.
939
940 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
941
942         * flow.c (redirect_edge_and_branch_force): New.
943         (can_fallthru): Ensure that basic blocks are succeeding.
944         (try_optimize_cfg): Do not delete basic block if it is the last one.
945
946         * flow.c (try_redirect_by_replacing_jump): Do not remove
947         jumps with side effects, unlink chain on fallthru edge;
948         set block for new jump instruction; avoid basic block to
949         over by line number note.
950
951         * flow.c (try_simplify_condjump): Verify that the condjump
952         is not always falling trought.
953
954         Re-install patch:
955         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
956
957         * flow.c (forwarder_block_p): Fix for fallthru blocks.
958         (try_redirect_by_replacing_jump): Update properly the count
959         and frequency information.
960
961 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
962
963         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
964         address that is a LO_SUM specially.
965         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
966
967         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
968
969         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
970         (operand_subword): Use them.
971         (change_address_1): Renamed from change_address; new arg VALIDATE.
972         * expr.h: Reflect above changes; change_address now macro.
973         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
974         making MEM.
975         * cselib.c (add_mem_for_addr): Likewise.
976         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
977         * regmove.c (try_apply_stack_adjustment): Likewise.
978         * reload.c (push_reload, make_memloc): Likewise.
979         * reload1.c (eliminate_regs): Likewise.
980         * simplify-rtx.c (simplify_replace_rtx): Likewise.
981         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
982         adjust_addess.
983         * combine.c (make_extraction, simplify_shift_const): Likewise.
984         (gen_lowpart_for_combine): Likewise.
985         * cse.c (gen_lowpart_if_possible): Likewise.
986         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
987         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
988         * optabs.c (gen_move_insn): Likewise.
989         * reload1.c (alter_reg): Likewise.
990         * simplify-rtx.c (simplify_subreg): Likewise.
991         * stmt.c (expand_anon_union_decl): Likewise.
992         * recog.c (validate_replace_rtx_1): Likewise.
993         (expr.h): Include.
994         * Makefile.in (recog.o): Add $(EXPR_H).
995         * explow.c (stabilize): Call replace_equiv_address.
996         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
997         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
998
999 2001-07-03  Andrew Haley  <aph@redhat.com>
1000
1001         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
1002         the mode of the memory location.
1003
1004 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
1005
1006         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
1007
1008 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1009
1010         * final.c (output_addr_const): Use target opening and
1011         closing parentheses.
1012         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
1013         defaults, add to TARGET_ASM_OUT.
1014         * target.h (struct gcc_target): Add open_paren and close_paren.
1015         * doc/md.texi: Update.
1016         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
1017         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
1018         TARGET_ASM_CLOSE_PAREN.
1019         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
1020         Override.
1021         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
1022         Override.
1023         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
1024         * config/a29k/a29k.h: Similarly.
1025         * config/alpha/alpha.h: Similarly.
1026         * config/arc/arc.h: Similarly.
1027         * config/arm/aof.h: Similarly.
1028         * config/arm/aout.h: Similarly.
1029         * config/avr/avr.h: Similarly.
1030         * config/c4x/c4x.h: Similarly.
1031         * config/clipper/clipper.h: Similarly.
1032         * config/convex/convex.h: Similarly.
1033         * config/d30v/d30v.h: Similarly.
1034         * config/dsp16xx/dsp16xx.h: Similarly.
1035         * config/elxsi/elxsi.h: Similarly.
1036         * config/fr30/fr30.h: Similarly.
1037         * config/h8300/h8300.h: Similarly.
1038         * config/i370/i370.h: Similarly.
1039         * config/i386/i386.h: Similarly.
1040         * config/i860/i860.h: Similarly.
1041         * config/i960/i960.h: Similarly.
1042         * config/ia64/ia64.h: Similarly.
1043         * config/m32r/m32r.h: Similarly.
1044         * config/m68hc11/m68hc11.h: Similarly.
1045         * config/m68k/m68k.h: Similarly.
1046         * config/m88k/m88k.h: Similarly.
1047         * config/mcore/mcore.h: Similarly.
1048         * config/mips/mips.h: Similarly.
1049         * config/mn10200/mn10200.h: Similarly.
1050         * config/mn10300/mn10300.h: Similarly.
1051         * config/ns32k/ns32k.h: Similarly.
1052         * config/pa/pa.h: Similarly.
1053         * config/pdp11/pdp11.h: Similarly.
1054         * config/pj/pj.h: Similarly.
1055         * config/romp/romp.h: Similarly.
1056         * config/rs6000/rs6000.h: Similarly.
1057         * config/sh/sh.h: Similarly.
1058         * config/sparc/sparc.h: Similarly.
1059         * config/v850/v850.h: Similarly.
1060         * config/vax/vax.h: Similarly.
1061         * config/we32k/we32k.h: Similarly.
1062
1063 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1064
1065         * doc/c-tree.texi: Document representation of attributes.
1066
1067 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1068
1069         * doc/tm.texi: Update some places for the rename of target to
1070         targetm.  Fix typo.
1071
1072 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1073
1074         * target.h (struct gcc_target): Add insert_attributes.
1075         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
1076         (TARGET_INITIALIZER): Update.
1077         * tree.c, tree.h (default_insert_attributes): New function.
1078         Update comments on other default functions to refer to targetm,
1079         not target.
1080         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
1081         TARGET_INSERT_ATTRIBUTES.
1082         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
1083         * c-common.c (decl_attributes): Use targetm.insert_attributes.
1084         Don't use PRAGMA_INSERT_ATTRIBUTES.
1085         * Makefile.in (c-common.o): Depend on $(TARGET_H).
1086         * c-decl.c (start_decl, start_function): Don't call
1087         SET_DEFAULT_DECL_ATTRIBUTES.
1088         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
1089         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
1090         declare.
1091         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
1092         (c4x_check_attribute): Avoid modifying attribute list itself.
1093         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
1094         Make static.
1095         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
1096         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
1097         declare.
1098         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
1099         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
1100         Make static.
1101         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
1102         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
1103         declare.
1104         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
1105         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
1106         Adjust parameters.  Make static.
1107
1108 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1109
1110         * c-common.c (decl_attributes): Only take a single attributes
1111         parameter.
1112         * c-common.h (decl_attributes): Update prototype.
1113         * c-decl.c (start_decl, start_function): Only take a single
1114         attributes parameter.  Update calls to decl_attributes.
1115         (finish_struct, finish_enum): Update calls to decl_attributes.
1116         (push_parm_decl): Expect unified list of attributes.  Update call
1117         to decl_attributes.
1118         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
1119         notype_nested_function, component_declarator,
1120         component_notype_declarator, label): Update calls to
1121         decl_attributes.
1122         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
1123         lists that are passed to push_parm_decl.
1124         * c-tree.h (start_function, start_decl): Update prototypes.
1125         * config/sh/sh-protos.h, config/sh/sh.c
1126         (sh_pragma_insert_attributes): Only take a single attributes
1127         parameter.
1128         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
1129         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
1130         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
1131         build_module_descriptor, generate_static_references,
1132         generate_strings, build_selector_translation_table,
1133         generate_descriptor_table, generate_protocols,
1134         generate_ivars_list, generate_dispatch_table,
1135         generate_protocol_list, generate_category,
1136         generate_shared_structures, really_start_method, add_objc_decls,
1137         generate_classref_translation_entry): Update calls to start_decl
1138         and start_function.
1139         (build_tmp_function_decl, start_method_def): Unify attribute lists
1140         that are passed to push_parm_decl.
1141
1142 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1143
1144         * final.c (no_asm_to_stream): New.
1145         (final_scan_insn): Use target structures for prologue ends
1146         and epilogue starts.
1147         * output.h (no_asm_to_stream): New.
1148         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
1149         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
1150         (TARGET_ASM_OUT): Update.
1151         * target.h (struct gcc_target): New members function_end_prologue
1152         and function_begin_epilogue.
1153         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
1154         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
1155         * config/alpha/alpha.c (output_end_prologue): Rename to
1156         alpha_output_function_end_prologue.  Use in target struct
1157         and make static.
1158         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
1159         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
1160         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
1161         ia64_output_function_end_prologue.  Use in target struct
1162         and make static.
1163         (ia64_function_prologue, ia64_funciton_epilogue): Rename
1164         mistyped prototypes.
1165         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
1166         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
1167         Delete.
1168         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
1169         an use in target struct, make static.
1170         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
1171         Delete.
1172
1173 2001-07-08  Richard Henderson  <rth@redhat.com>
1174
1175         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
1176
1177 2001-07-08  Richard Henderson  <rth@redhat.com>
1178
1179         * config/i386/i386.md: Remove constraints strings from define_split
1180         and define_peephole2 patterns.
1181         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
1182         (eh_return): Use them.
1183
1184 2001-07-08  Richard Henderson  <rth@redhat.com>
1185
1186         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
1187         Document MD_FALLBACK_FRAME_STATE_FOR.
1188
1189 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1190
1191         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
1192         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
1193         elimination.
1194         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
1195
1196 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
1197
1198         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
1199         of the label inside NAME as opposed to just the end of NAME.
1200
1201 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
1202
1203         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
1204         * config/alpha/alpha.c (alpha_init_machine_status,
1205         alpha_mark_machine_status, alpha_free_machine_status): Delete.
1206         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
1207         (vms_valid_decl_attribute_p): Make static, conditionally compile.
1208         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
1209
1210 2001-07-06  Stan Shebs  <shebs@apple.com>
1211
1212         * target.h (targetm): Rename global from "target", so as not to
1213         conflict with local variables.
1214         * c-decl.c: Ditto.
1215         * c-typeck.c: Ditto.
1216         * final.c: Ditto.
1217         * tree.c: Ditto.
1218         * cp/decl.c: Ditto.
1219         * cp/decl2.c: Ditto.
1220         * cp/typeck.c: Ditto.
1221         * 1750a/1750a.c: Ditto.
1222         * a29k/a29k.c: Ditto.
1223         * arc/arc.c: Ditto.
1224         * arm/arm.c: Ditto.
1225         * avr/avr.c: Ditto.
1226         * clipper/clipper.c: Ditto.
1227         * convex/convex.c: Ditto.
1228         * d30v/d30v.c: Ditto.
1229         * dsp16xx/dsp16xx.c: Ditto.
1230         * elxsi/elxsi.c: Ditto.
1231         * fr30/fr30.c: Ditto.
1232         * h8300/h8300.c: Ditto.
1233         * i370/i370.c: Ditto.
1234         * i386/i386.c: Ditto.
1235         * i860/i860.c: Ditto.
1236         * i960/i960.c: Ditto.
1237         * ia64/ia64.c: Ditto.
1238         * m32r/m32r.c: Ditto.
1239         * m68hc11/m68hc11.c: Ditto.
1240         * m68k/m68k.c: Ditto.
1241         * m88k/m88k.c: Ditto.
1242         * mips/mips.c: Ditto.
1243         * ns32k/ns32k.c: Ditto.
1244         * pa/pa.c: Ditto.
1245         * pdp11/pdp11.c: Ditto.
1246         * romp/romp.c: Ditto.
1247         * rs6000/rs6000.c: Ditto.
1248         * sh/sh.c: Ditto.
1249         * sparc/sparc.c: Ditto.
1250         * vax/vax.c: Ditto.
1251         * we32k/we32k.c: Ditto.
1252         * doc/tm.texi: Update the manual to match.
1253
1254 2001-07-06  Richard Henderson  <rth@redhat.com>
1255
1256         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
1257         DWARF2_UNWIND_INFO not just whether it is defined.
1258
1259 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
1260
1261         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
1262         call to simplify_binary_operation returns a new pattern.
1263
1264 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
1265
1266         * glimits.h (__SHRT_MAX__): New.
1267         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
1268         (SHRT_MAX): Define in terms of __SHRT_MAX__.
1269
1270 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
1271
1272         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
1273         avoid warnings.
1274
1275 2001-07-06  Richard Henderson  <rth@redhat.com>
1276
1277         * bitmap.c (bitmap_release_memory): Move adjacent to the
1278         allocation functions.
1279         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
1280         the implementation.  Binary search for the set bit.
1281         (bitmap_union_of_diff): Allocate the temporary on the stack
1282         instead of using xmalloc.
1283
1284 2001-07-06  Richard Henderson  <rth@redhat.com>
1285
1286         * genrecog.c (validate_pattern): Warn for constraints in
1287         define_{expand,split,peephole2}.  Remove strict_low_part
1288         before looking up match_dup.
1289
1290 2001-07-06  DJ Delorie  <dj@redhat.com>
1291
1292         * doc/gcc.texi (Makefile): Rename to be a more general purpose
1293         chapter about various build hints and history.  Add section
1294         talking about the various types of native and cross builds.
1295
1296 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1297
1298         * Makefile.in (final.o): Depend on target.h.
1299         * final.c: Include target.h.
1300         (default_function_pro_epilogue): New.
1301         (final_start_function): Use target structure for function prologues.
1302         (final_end_function): Use target structure for function epilogues.
1303         * fold-const.c (real_hex_to_f): Constify s and p.
1304         * output.h (default_function_pro_epilogue): New.
1305         * real.h (real_hex_to_f): Update prototype.
1306         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
1307         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
1308         (TARGET_INITIALIZER): Update.
1309         * target.h (gcc_target): Add struct asm_out.
1310         * doc/tm.texi: Update.
1311
1312 config:
1313         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
1314         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
1315         in cpu/cpu.c, or rename old functions consistently.  Take
1316         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
1317         redundant macros and prototypes.  Make new functions static.
1318
1319         * 1750a/1750a.c: Similarly.
1320         * 1750a/1750a.h: Similarly.
1321         * a29k/a29k-protos.h: Similarly.
1322         * a29k/a29k.c: Similarly.
1323         * a29k/a29k.h: Similarly.
1324         * arc/arc-protos.h: Similarly.
1325         * arc/arc.c: Similarly.
1326         * arc/arc.h: Similarly.
1327         * arm/arm-protos.h: Similarly.
1328         * arm/arm.c: Similarly.
1329         * arm/arm.h: Similarly.
1330         * avr/avr-protos.h: Similarly.
1331         * avr/avr.c: Similarly.
1332         * avr/avr.h: Similarly.
1333         * clipper/clipper-protos.h: Similarly.
1334         * clipper/clipper.c: Similarly.
1335         * clipper/clipper.h: Similarly.
1336         * convex/convex.c: Similarly.
1337         * convex/convex.h: Similarly.
1338         * d30v/d30v-protos.h: Similarly.
1339         * d30v/d30v.c: Similarly.
1340         * d30v/d30v.h: Similarly.
1341         * d30v/d30v.md: Similarly.
1342         * dsp16xx/dsp16xx-protos.h: Similarly.
1343         * dsp16xx/dsp16xx.c: Similarly.
1344         * dsp16xx/dsp16xx.h: Similarly.
1345         * elxsi/elxsi.c: Similarly.
1346         * elxsi/elxsi.h: Similarly.
1347         * fr30/fr30.c: Similarly.
1348         * fr30/fr30.md: Similarly.
1349         * h8300/h8300-protos.h: Similarly.
1350         * h8300/h8300.c: Similarly.
1351         * h8300/h8300.h: Similarly.
1352         * i370/i370-protos.h: Similarly.
1353         * i370/i370.c: Similarly.
1354         * i370/i370.h: Similarly.
1355         * i386/i386.c: Similarly.
1356         * i386/osf1elf.h: Similarly.
1357         * i386/osfrose.h: Similarly.
1358         * i860/i860-protos.h: Similarly.
1359         * i860/i860.c: Similarly.
1360         * i860/i860.h: Similarly.
1361         * i960/i960-protos.h: Similarly.
1362         * i960/i960.c: Similarly.
1363         * i960/i960.h: Similarly.
1364         * ia64/ia64-protos.h: Similarly.
1365         * ia64/ia64.c: Similarly.
1366         * ia64/ia64.h: Similarly.
1367         * m32r/m32r-protos.h: Similarly.
1368         * m32r/m32r.c: Similarly.
1369         * m32r/m32r.h: Similarly.
1370         * m68hc11/m68hc11-protos.h: Similarly.
1371         * m68hc11/m68hc11.c: Similarly.
1372         * m68hc11/m68hc11.h: Similarly.
1373         * m68k/crds.h: Similarly.
1374         * m68k/dpx2.h: Similarly.
1375         * m68k/m68k-protos.h: Similarly.
1376         * m68k/m68k.c: Similarly.
1377         * m68k/m68k.h: Similarly.
1378         * m68k/news.h: Similarly.
1379         * m88k/m88k-protos.h: Similarly.
1380         * m88k/m88k.c: Similarly.
1381         * m88k/m88k.h: Similarly.
1382         * mips/mips-protos.h: Similarly.
1383         * mips/mips.c: Similarly.
1384         * mips/mips.h: Similarly.
1385         * ns32k/merlin.h: Similarly.
1386         * ns32k/ns32k.c: Similarly.
1387         * ns32k/ns32k.h: Similarly.
1388         * ns32k/tek6000.h: Similarly.
1389         * pa/pa-protos.h: Similarly.
1390         * pa/pa.c: Similarly.
1391         * pa/pa.h: Similarly.
1392         * pdp11/2bsd.h: Similarly.
1393         * pdp11/pdp11-protos.h: Similarly.
1394         * pdp11/pdp11.c: Similarly.
1395         * pdp11/pdp11.h: Similarly.
1396         * romp/romp-protos.h: Similarly.
1397         * romp/romp.c: Similarly.
1398         * romp/romp.h: Similarly.
1399         * rs6000/rs6000-protos.h: Similarly.
1400         * rs6000/rs6000.c: Similarly.
1401         * rs6000/rs6000.h: Similarly.
1402         * rs6000/sysv4.h: Similarly.
1403         * sh/sh-protos.h: Similarly.
1404         * sh/sh.c: Similarly.
1405         * sh/sh.h: Similarly.
1406         * sparc/sparc-protos.h: Similarly.
1407         * sparc/sparc.c: Similarly.
1408         * sparc/sparc.h: Similarly.
1409         * vax/vax.c: Similarly.
1410         * vax/vax.h: Similarly.
1411         * vax/vms.h: Similarly.
1412         * we32k/we32k.c: Similarly.
1413         * we32k/we32k.h: Similarly.
1414
1415 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
1416
1417         * basic-block.h (first_insn_after_basic_block_note): Declare.
1418         * flow.c (first_insn_after_basic_block_note): Define.  Moved
1419         from...
1420         * ssa.c (first_insn_after_basic_block_note): Remove.
1421         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
1422         necessary.
1423         (ssa_eliminate_dead_code): Properly update the CFG and PHI
1424         nodes when we find a dead conditional branch.  Insert BARRIERs
1425         after any blocks with no successors, but which do not have
1426         any BARRIERs.
1427
1428 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
1429
1430         * varray.c (varray_check_failed): Use internal_error.
1431
1432 2001-07-05  Andrew Haley  <aph@redhat.com>
1433
1434         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
1435         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
1436         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
1437
1438 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
1439
1440         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
1441         reference if the target constant is also a SYMBOL_REF.
1442
1443 2001-07-05  Eric Christopher  <echristo@redhat.com>
1444
1445         * config/mips/mips.h (MASK_MIPS3900): Remove.
1446         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
1447         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
1448         (TARGET_MIPS3900): Change to use mips_arch.
1449         (TARGET_MIPS4000): New.
1450         (TARGET_MIPS4100): New.
1451         (TARGET_MIPS4300): New.
1452         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
1453         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
1454         for -mipsX.
1455         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
1456         (ISA_HAS_BRANCHLIKELY): To here.
1457         (CC1_CPU_SPEC):  New.
1458         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
1459         (mips_arch_string): Declare.
1460         (mips_arch): Declare.
1461         (TARGET_OPTIONS): Add -march and -mtune.
1462
1463         * config/mips/mips.c (mips_arch_string): New.
1464         (mips_arch): New.
1465         (override_options): Handle -march for codegen and -mtune
1466         for scheduling. Use mips_arch. Move tx39 target default here.
1467         (mips_parse_cpu): Move error message to override_options.
1468
1469         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
1470
1471         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
1472
1473         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
1474         (MIPS Options): Ditto.  Change mcpu entry to historical text.
1475
1476 2001-07-05  H.J. Lu  (hjl@gnu.org)
1477
1478         * config/mips/mips.c (mips_parse_cpu): New function to parse
1479         -march=*/-mcpu=*.
1480
1481 2001-07-05  Jim Wilson  <wilson@redhat.com>
1482
1483         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
1484         * config/ia64/t-ia64: Likewise.
1485         (LIB1ASMFUNCS): Update comment.
1486
1487 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
1488
1489         * doc/install.texi (Install GCC: Binaries): Fix typo.
1490
1491 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1492
1493         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
1494         reference using the stack pointer, adjust it since we push Y
1495         temporarily.
1496         ("*ashrsi3"): Likewise.
1497         ("*lshrsi3"): Likewise.
1498
1499 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1500
1501         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
1502         when -fomit-frame-pointer is used.
1503
1504 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
1505
1506         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
1507         (try_redirect_by_replacing_jump): Reverse updating properly the
1508         count and frequency information.  Reverse removing cc0 setter.
1509         (forwarder_block_p): Reverse fixing for fallthru blocks.
1510
1511 2001-07-05  DJ Delorie  <dj@redhat.com>
1512
1513         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
1514         (translate_options): If the above is defined, use it to map
1515         given options to new options.
1516         * doc/tm.texi: Document it.
1517
1518 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
1519             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1520
1521         * doc/invoke.texi (Optimize Options): Document that -fgcse may
1522         cause programs using computed gotos to run more slowly.
1523
1524 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1525
1526         * doc/install.texi (Specific): Markup, spelling and typo fixes.
1527         Fixed sorting.
1528         Consistently require binutils 2.11.2, not prereleases.
1529         (Specific, decstation-*): Canonicalize as mips-dec-*.
1530         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
1531         always necessary.
1532         (Specific, m68k-altos): Removed reference to README.altos, deleted.
1533         (Specific, mips-*): Reword MIPS C compiler requirements.
1534         (Specific, powerpc*-*-*): New, mention --with-cpu once.
1535         (Specific, sunv5): Removed, obsolete.
1536
1537 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
1538
1539         * dwarf2out.c (output_loc_list): Use an all ones mask for
1540         .text asm output and don't rely on long long
1541         literals. Reformat some long lines.
1542
1543 2001-07-05  Andreas Jaeger  <aj@suse.de>
1544
1545         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
1546         section.
1547
1548 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
1549
1550         * dwarf2out.c (dwarf2out_define): Update comment.
1551         (dwarf2out_undef): Ditto.
1552         (dwarf2out_start_source_file): Ditto.
1553         (dwarf2out_end_source_file): Ditto.
1554         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
1555         since we never call the start/end debug hook for the primary file.
1556
1557 2001-07-04  Kazu Hirata  <kazu@hxi.com>
1558
1559         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
1560         from shll.
1561
1562 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
1563
1564         * cppinit.c (remove_dup_dirs): Inform if a system include
1565         directory is being reordered.
1566         * doc/invoke.texi (Directory Options): GCC warns if you hide a
1567         system include.
1568         * doc/cpp.texi (Search Paths): Likewise.
1569         * doc/gcc.texi (Interoperation): Remove information about
1570         -I/usr/include.
1571
1572 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
1573
1574         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
1575         (VARRAY_TOP_CHAR_PTR): Likewise.
1576
1577 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1578
1579         * gcc.c (process_command): Don't assign elements of a const char*.
1580
1581 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1582
1583         * emit-rtl.c (change_address): Don't abort if invalid address while
1584         reload is in progress.
1585
1586 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
1587
1588         * c-lex.c (cb_file_change): Pass line number to
1589         debug_start_source_file.
1590         (cb_undefine): Pass correct line number to debug_undef.
1591
1592         * toplev.c (debug_start_source_file): Add line number to
1593         parameters. Pass it along to dwarf2out_start_source_file.
1594         (decode_g_option): Stop resetting debug level back to normal when
1595         we change debug formats, unless the current level is
1596         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
1597         3).
1598
1599         * toplev.h (debug_start_source_file): Add line number to
1600         parameters.
1601
1602         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
1603         parameters.
1604
1605         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
1606         parameters.
1607         Output debug_macinfo data for starting file if requested.
1608         (dwarf2out_end_source_file): Output debug_macinfo data for ending
1609         file if requested.
1610         (dwarf2out_define): Output debug_macinfo data for defining a macro
1611         if requested.
1612         (dwarf2out_undef): Output debug_macinfo data for undefining a
1613         macro if requested.
1614         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
1615         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
1616         (macinfo_section_label): New. DWARF2 macro info section label.
1617         (dwarf2out_init): If we want macro info, output the start label
1618         for the section.
1619         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
1620         attribute to the compilation unit die pointing to the macro info.
1621
1622 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
1623
1624         * dwarf2out.c (new_loc_list): Move to inside #ifdef
1625         DWARF2_DEBUGGING_INFO.
1626         (add_loc_descr_to_loc_list): Ditto.
1627         (output_loc_list): Ditto.
1628         Also, fix thinko in curr not being initialized.
1629         (gen_internal_sym): Ditto.
1630
1631 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1632
1633         * emit-rtl.c (replace_equiv_address): New function.
1634         * expr.h (replace_equiv_address): New declaration.
1635         * explow.c (validize_mem): Call it instead of change_address and
1636         also call if -fforce-addr and address is constant.
1637         * expr.c: Replace more calls to change_address with adjust_address
1638         and/or replace_equiv_address or to validize_mem.
1639         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
1640         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
1641         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
1642         * config/i370/i370.md, config/i860/i860.md: Likewise.
1643         * config/i960/i960.md, config/mips/mips.c: Likewise.
1644         * config/mips/mips.md, config/pa/pa.md: Likewise.
1645         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
1646         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
1647
1648 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1649
1650         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
1651
1652         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
1653         function.
1654
1655 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1656
1657         * doc/include: New directory.
1658         * doc/fdl.texi: Move to doc/include/fdl.texi.
1659         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
1660         * doc/include/funding.texi, doc/include/gpl.texi: New files.
1661         * doc/gcc.texi: Use funding.texi and gpl.texi.
1662         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
1663         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
1664         Update dependencies and use -I $(docdir)/include.
1665
1666 2001-07-04  Anthony Green  <green@redhat.com>
1667
1668         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
1669
1670 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1671
1672         * doc/install.texi (sparc64-*-*): Remove garbage.
1673
1674 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
1675
1676         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
1677         Fix typo in last change to use adjust_address.
1678
1679 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1680
1681         * doc/install.texi (Specific): Update information for *-*-solaris*.
1682
1683 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1684
1685         * explow.c (plus_constant_wide): Reinitialize Y for restart.
1686
1687 2001-07-03  Stan Shebs  <shebs@apple.com>
1688
1689         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
1690         case for flag_no_mach_text_sections.
1691         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
1692         * config/darwin.c (flag_no_mach_text_sections): Remove.
1693         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
1694
1695 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1696
1697         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
1698         and avoid checking for constant as first operand.
1699         * recog.c (find_constant_term_loc): No longer static.
1700         (adj_offettable_operand): Delete.
1701         * rtl.h (adj_offsettable_operand): Delete declaration.
1702         (find_constant_term): Add declaration.
1703         * caller-save.c: Replace calls to adj_offsettable_operand with calls
1704         to adjust_address.
1705         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
1706         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
1707         * config/i386/i386.c, config/i386/i386.md: Likewise.
1708         * config/i860/i860.c, config/i960/i960.c: Likewise.
1709         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
1710         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
1711         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
1712         * config/mips/mips.c, config/mips/mips.md: Likewise.
1713         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
1714         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
1715         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
1716         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
1717         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
1718         * config/ns32k/ns32k.md: Likewise.
1719
1720 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
1721
1722         * rtl.c (copy_rtx): Handle 'T' format letter.
1723         * gensupport.c (collect_insn_data): Likewise.
1724         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
1725
1726 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1727
1728         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
1729         -B option.  Use 'dir' not 'foo' as example directory name.
1730
1731 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1732
1733         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
1734         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
1735
1736 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1737
1738         * doc/cppinternals.texi: Improve formatting and logical markup.
1739
1740 2001-07-03  Andreas Jaeger  <aj@suse.de>
1741
1742         * Makefile.in (insn-recog.o): Add dependency on reload.h.
1743
1744         * genrecog.c (write_header): Include reload.h for prototypes in
1745         insn-recog.c.
1746
1747 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1748
1749 config:
1750         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
1751         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
1752         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
1753         i386_pe_valid_type_attribute_p): Add.
1754         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
1755         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
1756
1757 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1758
1759         * explow.c (plus_constant_wide, case LO_SUM): New case.
1760         (plus_constant_for_output_wide): Delete.
1761         * rtl.h (plus_constant_for_output): Delete.
1762         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
1763         instead of plus_constant_for_output.
1764         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
1765         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
1766         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
1767         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
1768         * config/sparc/sparc.md: Likewise.
1769         Convert some change_address calls to adjust_address.
1770
1771 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1772
1773         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
1774         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
1775         documentation of -std and -Wwrite-strings.
1776
1777 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
1778
1779         * cse.c (canon_hash): Don't register registers in very small
1780         register classes, as extending their lifetime might cause
1781         reload to fail.
1782
1783 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
1784
1785         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
1786
1787         * flow.c (forwarder_block_p): Fix for fallthru blocks.
1788         (try_redirect_by_replacing_jump): Update properly the count
1789         and frequency information.
1790
1791 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
1792
1793         * toplev.c (dump_file_index): Move SSA dumps just after first
1794         jump dump.
1795         (dump_file): Corresponding changes.
1796         (rest_of_compilation): Move SSA path to just after the first
1797         jump pass.
1798         * doc/gcc.texi (Passes): Update due to movement of SSA path.
1799         * doc/invoke.texi: Update dump file #s as they were completely
1800         out of date with reality.
1801
1802 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
1803
1804         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
1805
1806         * expr.c (emit_move_insn_1): Deal with non-default
1807         STACK_PUSH_CODE.
1808
1809         * expr.c (emit_single_push_insn): Fix warning.
1810
1811 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
1812
1813         * expr.c (emit_move_insn_1): Avoid modifying
1814         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
1815
1816 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1817
1818         * emit-rtl.c (adjust_address): New function.
1819         * expr.h (adjust_address): Add declaration.
1820         * builtins.c: Replace some calls to change_address with calls to it
1821         or to validize_mem.
1822         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
1823         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
1824         * config/arm/arm.c, config/convex/convex.c: Likewise.
1825         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
1826         * config/i386/i386.c, config/i386/i386.md: Likewise.
1827         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
1828         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
1829         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
1830         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
1831         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
1832
1833 2001-07-02  Jim Wilson  <wilson@redhat.com>
1834
1835         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
1836
1837 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
1838
1839         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
1840         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
1841
1842 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
1843
1844         * cppinit.c (lang_defaults): New table.
1845         (set_lang): Just read from lang_defaults into the live options
1846         structure.
1847
1848 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
1849
1850         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
1851         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
1852         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
1853
1854 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1855
1856         * doc/install.texi: Various spelling and markup fixes.
1857         (Installing GCC): Component specific installation instructions are
1858         gone.
1859         Fix reference.
1860         Warn about removing old install dir in the presence of shared libs.
1861         (Configuration): Invoke with options target to match configure
1862         --help.
1863         Consistently refer to gas, gld pathnames.
1864         Invert --enable-multilib documentation.
1865         Remove references to old compiler versions.
1866
1867 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1868
1869         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
1870
1871 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1872
1873         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
1874         section.
1875         (Specific, mips*-sgi-irix5): Note IDO download.
1876         Reworded MIPS C hints.
1877         Use GNU as instead of GAS.
1878         Markup fixes.
1879         Removed SGI Freeware reference, IRIX 6 only.
1880         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
1881         Note N64 library requirement/workaround.
1882         Update O32 hints.
1883         Complete list of structure passing bug victims.
1884
1885 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1886
1887         * doc/install.texi: Remove CVS Id.
1888
1889 2001-07-02  Andreas Jaeger  <aj@suse.de>
1890
1891         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
1892         (find_inherently_necessary): Remove unused variable.
1893
1894 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1895
1896         * c-common.h (TDI_inlined): New ast dump phase.
1897         (dump_flag_name): New function.
1898         * c-dump.c (dump_files): Add inlined phase.
1899         (dump_flag_name): Define.
1900         * doc/invoke.texi (-fdump-ast-inlined): Document.
1901
1902 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1903
1904         * stor-layout.c (layout_decl): Revert change to handling of alignment
1905         in packed types.
1906
1907 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1908
1909         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
1910         for FIELD_DECL.
1911
1912 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
1913
1914         * doc/tm.texi (FUNCTION_ARG): Document that the last call
1915         is special.
1916
1917 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1918
1919         * tlink.c (recompile_files): Remove COMPILER_PATH and
1920         LIBRARY_PATH from the environment.
1921
1922 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
1923
1924         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
1925         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
1926         enumerators.
1927         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
1928
1929         * c-parse.in (OBJC_STRING): Kill.
1930         (objc_string): Decompose to [objc_string] '@' STRING.
1931         (reswords): Take the leading '@' off all the Objective C keywords.
1932         (objc_rid_sans_at): Kill.
1933         (init_reswords): Don't initialize it.
1934         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
1935         (_yylex): Kill reconsider label.  Look ahead one token after
1936         an '@'; if we get an identifier, check whether it's an
1937         Objective C @-keyword.  If so, return the keyword.  Otherwise,
1938         put back the token and return the '@' as a terminal.
1939
1940         * cpplib.c (lex_macro_node): Remove unnecessary check for
1941         leading '@' on identifier.  Clarify control flow and commentary.
1942
1943 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1944
1945         * cse.c (new_label_ref): Variable deleted.
1946         (insert): Remove set of new_label_ref.
1947         (check_for_label_ref): New function.
1948         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
1949
1950 See ChangeLog.5 for earlier changes.