OSDN Git Service

* alias.c (init_alias_analysis): Do not call
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
2
3         * alias.c (init_alias_analysis): Do not call
4         prologue_epilogue_contains until after reload has completed.
5
6 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
7
8         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
9         (genrtl_finish_compound_stmt): Likewise.
10         (genrtl_compound_stmt): Change to return void.
11
12         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and 
13         move code from here to ...
14         (genrtl_compound_stmt): ... here.
15         (genrtl_finish_compound_stmt): Remove.
16         (expand_stmt): Add comment.
17
18 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
19
20         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
21         and VOID_TYPE_P.
22
23 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
24
25         * cpplib.h (struct cpp_reader): New field include_depth.
26         (struct cpp_printer): Rename last_bsd to last_id.
27         * cppfiles.c (read_include_file): Bump include_depth.
28         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
29         (output_line_command): Output correct #line if a header
30         is including itself and is not protected against multiple inclusion.
31         Use include_depth instead of buffer_stack_depth, last_id instead of
32         last_bsd.
33         * cppinit.c (cpp_start_read): Initialize last_id instead of
34         last_bsd.
35
36 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
37
38         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
39         (c-semantics.o): New target.
40         
41         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
42         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
43         (genrtl_clear_out_block): Likewise.
44         (genrtl_goto_stmt): Likewise.
45         (genrtl_expr_stmt): Likewise.
46         (genrtl_decl_stmt): Likewise.
47         (genrtl_if_stmt): Likewise.
48         (genrtl_while_stmt): Likewise.
49         (genrtl_do_stmt): Likewise.
50         (genrtl_return_stmt): Likewise.
51         (genrtl_for_stmt): Likewise.
52         (genrtl_break_stmt): Likewise.
53         (genrtl_continue_stmt): Likewise.
54         (genrtl_scope_stmt): Likewise.
55         (genrtl_switch_stmt): Likewise.
56         (genrtl_case_label): Likewise.
57         (genrtl_begin_compound_stmt): Likewise.
58         (gerntl_finish_compound_stmt): Likewise.
59         (genrtl_compound_stmt): Likewise.
60         (genrtl_asm_stmt): Likewise.
61         (genrtl_decl_cleanup): Likewise.
62         (DECL_ANON_UNION_ELEMS): Likewise.
63         (emit_local_var): Likewise.
64         (make_rtl_for_local_static): Likewise.
65         (expand_cond): Likewise.
66         (expand_stmt): Likewise.
67         (c_expand_return): Likewise.
68         (c_expand_start_case): Likewise.
69         (do_case): Likewise.
70         (COMPOUND_STMT_NO_SCOPE): Likewise.
71         (c_expand_asm_operands): Likewise.
72         (NEW_FOR_SCOPE_P): New macro.
73         (expand_expr_stmt_fn): New type.
74
75         (set_current_function_name_declared): Likewise.
76         (current_function_name_declared): Likewise.
77         (lang_expand_stmt): Likewise.
78         (stmts_are_full_exprs_p): Likewise.
79         (anon_aggr_type_p): Likewise.
80         (lang_expand_expr_stmt): Likewise.
81         (build_case_label): Likewise.
82         
83         * c-decl.c (lang_expand_expr_stmt): Initialize.
84         (stmts_are_full_exprs_p): Define.
85         (current_function_name_declared): Likewise.
86         (do_case): Likewise.
87         (lang_expand_stmt): Likewise.
88         (set_current_function_name_declared): Likewise.
89         (anon_aggr_type_p): Likewise.
90         
91         * c-semantics.c: New file.
92         (expand_cond): Moved from cp/semantics.c.
93         (genrtl_do_pushlevel): Likewise.
94         (genrtl_clear_out_block): Likewise.
95         (genrtl_goto_stmt): Likewise.
96         (genrtl_expr_stmt): Likewise.
97         (genrtl_decl_stmt): Likewise.
98         (genrtl_if_stmt): Likewise.
99         (genrtl_while_stmt): Likewise.
100         (genrtl_do_stmt): Likewise.
101         (genrtl_return_stmt): Likewise.
102         (genrtl_for_stmt): Likewise.
103         (genrtl_break_stmt): Likewise.
104         (genrtl_continue_stmt): Likewise.
105         (genrtl_scope_stmt): Likewise.
106         (genrtl_switch_stmt): Likewise.
107         (genrtl_case_label): Likewise.
108         (genrtl_begin_compound_stmt): Likewise.
109         (genrtl_finish_compound_stmt): Likewise.
110         (genrtl_compound_stmt): Likewise.
111         (genrtl_asm_stmt): Likewise.
112         (genrtl_decl_cleanup): Likewise.
113         (make_rtl_for_local_static): Moved from cp/decl.c.
114         (emit_local_var): Likewise.
115         (expand_stmt): Define.
116
117         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
118         (c_expand_return): Likewise.
119         (c_expand_start_case): Likewise.
120                 
121 2000-07-01  Richard Henderson  <rth@cygnus.com>
122
123         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
124         with the low 13 bits set.
125         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
126         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
127         of the low 13 bits into a CONST plus an adddi3.
128         (load_symptr): Set RTX_UNCHANGING_P.
129
130 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
131
132         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
133         * c-common.c (ridpointers): Declare.
134         * c-common.h (enum rid): Declare.
135         (NORID): Likewise.
136         (ridpointers): Likewise.
137         * c-lex.c (ridpointers): Don't declare.
138         (init_lex): Initialize ridpointers.
139         * c-lex.h (enum rid): Don't declare.
140         (NORID): Likewise.
141         (RID_FIRST_MODIFIER): Likewise.
142         (ridpointers): Likewise.
143         
144 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
145
146         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
147         have global scope.
148
149 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
150
151         * invoke.texi (-Wreturn-type): In C++, a missing return type is
152         always an error.
153
154 2000-06-30  Catherine Moore  <clm@cygnus.com>
155  
156         * c-common.c (decl_attributes):  Differentiate between
157         types and type decls for alignment.
158
159 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
160
161         * cpp.texi: Document #pragma GCC dependency
162         * cppfiles.c (open_include_file): Set date to unknown.
163         (_cpp_compare_file_date): New function.
164         (read_include_file): Set file date.
165         * cpphash.h (struct include_file): Add date member.
166         (_cpp_compare_file_date): Prototype.
167         * cpplib.c (parse_include): Add trail parameter. Adjust.
168         (do_include): Adjust parse_include call.
169         (do_import): Likewise.
170         (do_include_next): Likewise.
171         (gcc_pragmas): Add dependency pragma.
172         (do_pragma_dependancy): New pragma.
173
174 2000-06-29  Jason Merrill  <jason@redhat.com>
175
176         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
177         no operands.
178
179 2000-06-29  Jim Wilson  <wilson@cygnus.com>
180
181         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
182         a volatile mem and FR_REGS.
183
184 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
185
186         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
187         * c-common.h (flag_const_strings): Declare.
188         (warn_format): Likewise.
189         (flag_traditional): Likewise.
190         (flag_isoc99): Likewise.
191         (warn_parentheses): Likewise.
192         (warn_conversion): Likewise.
193         (C_TYPE_OBJECT_P): Likewise.
194         (C_TYPE_INCOMPLETE_P): Likewise.
195         (C_TYPE_FUNCTION_P): Likewise.
196         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
197         (C_EXP_ORIGINAL_CODE): Likewise.
198         (build_unary_op): Likewise.
199         (build_binary_op): Likewise.
200         (lvalue_p): Likewise.
201         (default_conversion): Likewise.
202         (common_type): Likewise.
203         * c-tree.h (C_TYPE_OBJECT_P): Remove.
204         (C_TYPE_INCOMPLETE_P): Likewise.
205         (C_TYPE_FUNCTION_P): Likewise.
206         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
207         (C_EXP_ORIGINAL_CODE): Likewise.
208         (common_type): Likewise.
209         (default_conversion): Likewise.
210         (build_binary_op): Likewise.
211         (build_unary_op): Likewise.
212         (lvalue_p): Likewise.
213         (flag_const_strings): Likewise.
214         (warn_format): Likewise.
215         (warn_conversion): Likewise.
216         (flag_traditional): Likewise.
217         (flag_isoc99): Likewise.
218         (warn_parentheses): Likewise.
219         
220 2000-06-29  James E. Wilson  <wilson@cygnus.com>
221
222         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
223         
224         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
225         same.  Only tie XFmode with XFmode.
226
227 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
228
229         * c-decl.c, timevar.c, tlink.c: Include intl.h.
230         * Makefile.in: Update deps.
231
232 2000-06-29  Andrew Haley  <aph@cygnus.com>
233
234         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
235         to true.
236
237 2000-06-29  Andrew Haley  <aph@cygnus.com>
238
239         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
240         bytes: remove the multiply by 8.
241
242 2000-06-29  Philipp Thomas  <pthomas@suse.de>
243
244         * rtl.c : Revert NLS changes.
245         * gcc.c : Fix bug in display_help introced by my last changes.
246
247 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
248
249         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
250         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
251
252 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
253
254         * flow.c (flow_depth_first_order_compute): Fix algorithm.
255
256 2000-06-28  Philipp Thomas  <pthomas@suse.de>
257
258         * c-decl.c : Mark strings for translation.
259         (parmlist_tags_warning): Use distinct messages instead
260         of conditional expressions.
261         * diagnostic.c (v_message_with_decl): Mark string for translation.
262         * gcc.c: Mark messages for translation.
263         (display_help): Combine messages into one string where necessary.
264         * mips-tfile: Add intl.h. Mark messages for translation.
265         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
266         messages for translation.
267         * timevar.c: Mark messages for translation.
268         * tlink.c: Likewise.
269         * toplev.c: Likewise.
270
271 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
272
273         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
274
275         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
276         use -isystem instead of -idirafter.
277         * i386/i386-interix.h: Likewise.
278
279 2000-06-28  Jason Merrill  <jason@redhat.com>
280
281         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
282         unless DWARF2_DEBUGGING_INFO is defined.
283         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
284
285 2000-06-28  Richard Henderson  <rth@cygnus.com>
286
287         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
288
289 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
290
291         * cpplex.c (output_line_command): Output correct #line if a header
292         is including itself and is not protected against multiple inclusion.
293
294 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
295
296         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
297         ENFILE, close all cached file descriptors and try again.      
298         (_cpp_execute_include): Keep a count of the number of times
299         each header is included.
300         (close_cached_fd): New function.
301         * cpphash.h (struct include_file): Rename before to
302         include_count; all users updated.  Make include_count and sysp
303         unsigned short.
304         * cppinit.c (cpp_finish): If -H, report headers that could use
305         reinclude guards.
306         (report_missing_guard): New function.
307
308 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
309
310         * i386.md (prologue_set_got): Set length_immediate field.
311         (testqi_ccno_1):  Add missing '@' character.
312
313 2000-06-27  Jason Merrill  <jason@redhat.com>
314
315         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
316         DWARF_FRAME_REGNUM.
317
318 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
319
320         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no 
321         unsigned macros available.
322
323 2000-06-27  Richard Henderson  <rth@cygnus.com>
324
325         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
326         epilogue_deallocate_stack.
327
328         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
329         completers for UNORDERED and ORDERED as well.
330         * config/ia64/ia64.md (bunordered, bordered): New.
331         (sunordered, sordered): New.
332
333 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
334
335         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
336         * i386.c (ix86_attr_length_default): Kill.
337         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
338         New.
339         * i386-protos.h (ix86_attr_length_default): Kill
340         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
341         Add prototype
342         * i386.md (attribute type): Add "test".
343         (attribute length_prefix): Kill.
344         (attribute length_opcode): Kill.
345         (attribute i387, mode, length_immediate, length_address, prefix_data16,
346         prefix_rep, prefix_0f, modrm): New.
347         (attribute length): Compute using the new attributes.
348         (attribute pent_prefix): New.
349         (attribute pent_pair): Compute using pent_prefix.
350         (all insn patterns): Set mode,modrm and immediate_length attributes where
351         needed.
352         (cmpsi patterns): Compute sizes propertly for test instruction.
353         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
354         (movstricthi_xor, movstrictqi_xor): New patterns.
355         (andsi/andhi): Use splitters to generate xor instructions.
356         (xorqi_ext_1): New pattern.
357         (movstricthi->movstricthi_xor peep2): New.
358
359 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
360
361         * i386.md (addqi_low_1): Remove.
362
363 2000-06-27  Philipp Thomas  <pthomas@suse.de>
364
365         * 1750a.h: Mark help strings for options/switches for translation.
366         * a29k.h: Likewise.
367         * alpha.h: Likewise.
368         * arm.h: Likewise.
369         * pe.h: Likewise.
370         * riscix.h: Likewise.
371         * c4x.h: Likewise.
372         * clipper.h: Likewise.
373         * convex.h: Likewise. 
374         * elxsi.h: Likewise.
375         * fr30.h: Likewise.
376         * fx80.h: Likewise.
377         * h8300.h: Likewise.
378         * i370.h: Likewise.
379         * cygwin.h: Likewise.
380         * dgux.h: Likewise.
381         * djgpp.h: Likewise.
382         * i386.h: Likewise.
383         * osf1elf.h: Likewise.
384         * osfrose.h: Likewise.
385         * sco5.h: Likewise.
386         * win32.h: Likewise.
387         * i860.h: Likewise.
388         * paragon.h: Likewise.
389         * i960.h: Likewise.
390         * ia64.h: Likewise.
391         * m32r.h: Likewise.
392         * mcore.h: Likewise.
393         * mips.h: Likewise.
394         * mn10300.h: Likewise.
395         * ns32k.h: Likewise.
396         * pdp11.h: Likewise.
397         * pj.h: Likewise.
398         * aix.h: Likewise.
399         * aix41.h: Likewise.
400         * aix43.h: Likewise.
401         * beos.h: Likewise.
402         * rs6000.h: Likewise.
403         * sysv4.h: Likewise.
404         * linux.h: Likewise.
405         * linux64.h: Likewise.
406         * sp64-elf.h: Likewise.
407         * sparc.h: Likewise.
408         * splet.h: Likewise.
409         * v850.h: Likewise.
410         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
411         for translation.
412         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
413         Properly document option and mark for translation.
414         * sp86x-elf.h: Likewise.
415
416 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
417
418         Add MMX and SSE registers to i386 machine description.
419         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
420         ix86_local_alignment): Declare.
421
422         * i386.h (TARGET_MMX, TARGET_SSE): New.
423         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
424         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
425         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
426         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
427         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
428         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
429         (RETURN_IN_MEMORY): Handle MMX/SSE.
430         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
431         also get stack space.
432         (MUST_PASS_IN_STACK): Added TImode to the default definition.
433         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
434         (MMX_REGISTER_NAMES): New.
435         (ALIGN_MODE_128): New macro.
436         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
437         (DATA_ALIGNMENT): Likewise.
438         (LOCAL_ALIGNMENT): Likewise.
439         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
440         TARGET_MMX/TARGET_SSE.
441         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
442         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
443         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
444         SSE/MMX regs and something else.
445         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
446         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
447         3 if moving between MMX regs and something else.
448
449         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
450         (regclass_map): Add MMX/SSE registers.
451         (print_operand): Add code to print XMMWORD as appropriate.
452         (ix86_split_movdi): Abort for MMX regs.
453         (init_cumulative_args): Also allow SSE_REGS
454         (function_arg_advance, function_arg): Likewise
455         (print_reg): Support 'm'.  Add case for TImode.
456         (override_options): TARGET_SSE implies TARGET_MMX.
457         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
458         New functions.
459
460         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
461         FIRST_SSE_REG.
462         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
463         memory.
464         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
465         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
466
467 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
468
469         * ssa.c (struct rename_set_data): Change the name of field
470         'set_dest' to 'old_reg'.  Add comments.
471         (struct rename_context): Change the name of 'set_data' to
472         'new_renames'.  Add new field 'done_renames'.
473         (create_delayed_rename): New function.
474         (apply_delayed_renames): New function.
475         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
476         SUBREGs and similar by emitting a move.
477         (new_registers_for_updates): Delete, functionality moved to
478         apply_delayed_renames.
479         (rename_block): Handle moves emitted by rename_insn_1 by putting
480         them into a SEQUENCE with the original insn.  Add sanity checks
481         and comments.
482         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
483         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
484         
485 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
486             Jason Merrill <jason@redhat.com>
487
488         * dwarf2.h (enum dwarf_call_frame_info): Add 
489         DW_CFA_def_cfa_expression.
490         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
491         dw_loc_descr_struct entry.
492         (struct cfa_loc): New structure to track a CFA location.
493         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
494         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
495         offset, plus handle DW_CFA_def_cfa_expression.
496         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
497         cfa_loc record.
498         (dwarf2out_def_cfa): Entry point maintained for compatability.
499         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
500         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
501         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
502         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
503         cfa_reg.
504         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
505         sequences for the new DW_CFA_def_cfa_expression record.
506         (dwarf2out_frame_debug): Use new variables/fields.A
507         (output_cfi): Handle DW_CFA_def_cfa_expression.
508         (output_cfa_loc): New function to generate a CFI record for 
509         DW_CFA_def_cfa_expression.
510         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
511         a dw_loc_descr sequeunce.
512         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
513         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
514         size_of_locs, output_loc_operands, output_loc_sequence): Move into
515         unwind info section.
516         * frame.h (frame_state): Add base_offset and indirect fields.
517         * frame-dwarf2.c (decode_stack_op): New function to interpret a
518         dw_loc_descr operation.
519         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
520         (struct frame_state): Add base offset and indirect fields.
521         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
522
523 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
524
525         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
526         Make warnings about implicit int be pedwarns in C99.  Don't warn
527         about duplicate type qualifiers in C99.
528         (start_function): Make warning about implict int return type be a
529         pedwarn in C99.
530         * c-lex.c (yylex): Don't warn about `long long' in C99.
531         * c-typeck.c (c_expand_return): In C99, always pedwarn about
532         `return' with no value in function returning non-void.
533
534 2000-06-26  Richard Henderson  <rth@cygnus.com>
535
536         * c-typeck.c (pedwarn_c99): New.
537         * diagnostic.c (verror, vwarning, vpedwarn): Export.
538         * toplev.h: Prototype them.
539
540 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
541
542         * c-typeck.c (digest_init): Return error_mark_node node when
543         TREE_TYPE (init)  == error_mark_node.
544
545 2000-06-26  Philipp Thomas  <pthomas@suse.de>
546
547         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
548         test for msgfmt without path instead.
549         * configure: Rebuilt.
550
551 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
552
553         * gengenrtl.c (special_rtx): Fix typo in comment.
554
555 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
556
557         * mklibgcc.in (LIB2FUNCS): Add missing space.
558
559 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
560
561         * tree.h (enum tree_index): Add vector type nodes.
562         Add accessor macros for them.
563         (TYPE_REPRESENATION_TYPE): New macro.
564         * tree.c (build_common_tree_nodes_2): Build these nodes.
565         (finish_vector_type): New function.
566         * c-common.c (type_for_mode): Handle vector modes.
567         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
568
569         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
570         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
571         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
572         (gen_type_die): Likewise.
573         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
574         (fundamental_type_code): Likewise.
575         (type_is_fundamental): VECTOR_TYPEs aren't.
576         (output_type): Handle VECTOR_TYPEs.
577
578 2000-06-25  Kazu Hirata  <kazu@hxi.com>
579
580         * config/arm.c: Fix a comment typo.
581         * config/arm.h: Likewise.
582
583 2000-06-25  Philipp Thomas  <pthomas@suse.de>
584
585         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
586         compiler found.
587         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
588         * configure: Rebuilt.
589         
590 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
591
592         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
593
594 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
595
596         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
597         libgcc.a.
598
599 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
600
601         * collect2.c (resolve_lib_name): Move '/' check out of loop.
602
603 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
604
605         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
606
607 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
608
609         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
610         last_unconditional_cleanup.
611
612 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
613
614         * tree.def (VECTOR_TYPE): New node type.
615         * tree.h: Adjust some comments to reflect addition of vector types.
616         (TYPE_VECTOR_SUBPARTS): New macro.
617         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
618         * c-convert.c (convert): Likewise.
619         * convert.c (convert_to_integer): Handle vector modes.
620         (convert_to_vector): New function.
621         * convert.h (convert_to_vector): Declare.
622         * expr.c (convert_move): Handle vector modes.
623         * expmed.c (extract_bit_field): Don't abort for vector modes.
624
625 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
626
627         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
628         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
629         New functions, common code moved from function_{prologue,epilogue}
630         and extended to support the -mtiny-stack option.
631         (function_prologue, function_epilogue): Use them.
632         Use lo8/hi8 consistently for asm output readability.
633         (avr_hard_regno_mode_ok): New function.
634         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
635         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
636         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
637         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
638         Write SPH before SPL.
639         (*movqi): No need to disable interrupts for just one "out"
640         in alternative 5.  Change length attribute from 4 to 1.
641         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
642         Write SPH before SPL.
643
644 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
645
646         * rtl.texi (Vector Operations): New node.
647         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
648         (Conversions): Add ss_truncate, us_truncate.
649         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
650         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
651         US_TRUNCATE): New rtx codes.
652         * machmode.def: Add vector modes.
653         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
654         MODE_VECTOR_FLOAT.
655         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
656         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
657         (VECTOR_MODE_P): New.
658
659 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
660
661         * cpp.texi: Clarify #pragma GCC namespace.      
662
663 2000-06-24  Philipp Thomas  <pthomas@suse.de>
664
665         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
666         all catalogs specified in ALL_LINGUAS.
667         * configure: Rebuilt.
668
669 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
670
671         * config/sparc/sparc.md (reload_outdi+1): Handle
672         HOST_BITS_PER_WIDE_INT == 64 case correctly.
673         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
674
675 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
676
677         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
678         struct vs. scalar-ness when -fno-strict-aliasing.
679
680 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
681
682         * cpplib.c (struct pragma_entry): New structure.
683         (pragma_dispatch): Pragma dispatcher.
684         (top_pragmas, gcc_pragmas): New static variables.
685         (do_pragma): Use pragma_dispatch.
686         (do_pragma_gcc): New pragma handler.
687         * cpp.texi: Update.
688
689 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
690
691         * calls.c (compute_argument_addresses): Force stack slots into
692         alias set 0.
693         * expr.c (emit_push_insn): Force pushes into alias set 0.
694
695 2000-06-23  Richard Henderson  <rth@cygnus.com>
696
697         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
698         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
699
700 2000-06-22  Jason Merrill  <jason@redhat.com>
701
702         * toplev.c (compile_file): Always call timevar_print.
703         * Makefile.in (calls.o): Depend on TIMEVAR_H.
704
705 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
706
707         * varasm.c (constant_descriptor): Make contents unsigned char.
708         (mark_const_hash_entry): Adjust.
709         (const_hash): Just hash the code of unknown nodes.
710         (compare_constant_1): Adjust for unsigned char.
711         Use language specific expander on unknown nodes.
712         (record_constant_1): Likewise.
713
714 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
715
716         * cppfiles.c (cpp_make_system_header): New function.
717         * cpplib.h: Prototype it.
718         * cpplib.c (do_line, do_pragma_system_header): Use it.
719         * fix-header.c (read_scan_file): Use it.
720
721         * fix-header.c (check_macro_names): Cast second arg of
722         cpp_defined to const unsigned char *.
723         (read_scan_file): Make getchar_call const unsigned char.
724
725 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
726
727         * cppfiles.c: Include splay-tree.h, not hashtab.h.
728         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
729         (destroy_include_file_node): New.
730         (_cpp_init_include_hash): Rename _cpp_init_include_table.
731         Create a splay tree, not a hash table.
732         (open_include_file): Look up the path in the include table,
733         do the multiple include optimization here, etc.
734         (cpp_included): Walk the path.
735         (find_include_file): Just walk the path calling
736         open_include_file, or call it directly for an absolute path.
737         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
738         scheme.
739         (read_include_file): Update for new scheme.  Don't close the
740         file unless reading fails.
741         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
742
743         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
744         (struct include_file): New.
745         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
746         macros.
747         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
748         Update prototypes.
749
750         * cppinit.c: Include splay-tree.h.
751         (cpp_reader_init, cpp_cleanup): Update.
752
753         * cpplib.h (struct cpp_buffer): Change ihash field to 
754         'struct include_file *inc'.  Remove system_header_p.
755         (struct cpp_reader): Change all_include_files to a
756         struct splay_tree_s *.
757
758         * cpplex.c: Update all references to cpp_buffer->ihash and/or
759         cpp_buffer->system_header_p.
760         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
761
762         * Makefile.in (SPLAY_TREE_H): New macro.
763         (cppfiles.o, cppinit.o): Update dependencies.
764
765 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
766
767         * invoke.texi (g++): "g++" is not a script anymore.
768
769 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
770
771         * function.c (round_down): Delete obsolete prototype.
772
773         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
774
775 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
776
777         * configure.in: Use 'test a = b' not 'test a == b'.
778         * configure: Regen.
779
780         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
781
782         * Makefile.in: Remove all references to HOST_INTLLIBS.
783
784         * cpplex.c (parse_name): Don't warn about $ in identifiers if
785         skipping.
786
787 2000-06-20  Philipp Thomas  <pthomas@suse.de>
788
789         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
790         for PA 2.0.
791
792 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
793
794         * Take REG_INC notes into account.
795
796 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
797
798         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
799         (primary: IDENTIFIER): Just call build_external_ref.
800         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
801         Regenerate.
802         * c-lex.c (lastiddecl): Remove.
803         (yylex): Replace all instances of lastiddecl with local
804         variables.
805
806         * c-typeck.c (build_external_ref): New function.  Treat decls
807         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
808         Look up the decl from the id here.  Call lookup_objc_ivar.
809         * c-lang.c (lookup_objc_ivar): Stub.
810         * objc/objc-act.c (lookup_objc_ivar): New function.
811
812         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
813         * c-lex.h: Don't declare lastiddecl.
814
815 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
816
817         * c-common.h (IF_COND): Added documentation.
818         (THEN_CLAUSE): Likewise.
819         (ELSE_CLAUSE): Likewise.
820         (WHILE_COND): Likewise.
821         (WHILE_BODY): Likewise.
822         (DO_COND): Likewise.
823         (DO_BODY): Likewise.
824         (RETURN_EXPR): Likewise.
825         (EXPR_STMT_EXPR): Likewise.
826         (FOR_INIT_STMT): Likewise.
827         (FOR_COND): Likewise.
828         (FOR_EXPR): Likewise.
829         (FOR_BODY): Likewise.
830         (SWITCH_COND): Likewise.
831         (SWITCH_BODY): Likewise.
832         (CASE_LOW): Likewise.
833         (CASE_HIGH): Likewise.
834         (GOTO_DESTINATION): Likewise.
835         (COMPOUND_BODY): Likewise.
836         (ASM_CV_QUAL): Likewise.
837         (ASM_STRING): Likewise.
838         (ASM_OUTPUTS): Likewise.
839         (ASM_INPUTS): Likewise.
840         (ASM_CLOBBERS): Likewise.
841         (DECL_STMT_DECL): Likewise.
842         (STMT_EXPR_STMT): Likewise.
843         (LABEL_STMT_LABEL): Likewise.
844
845         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
846         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
847         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
848         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
849
850 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
851
852         * configure.in (--enable-checking): Update --help doc to reflect
853         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
854
855 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
856
857         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
858
859         * function.c (put_var_into_stack): Don't reference DECL_ fields
860         if input is a SAVE_EXPR.
861         Use set_mem_attributes in COMPLEX case.
862
863 2000-06-18  Richard Henderson  <rth@cygnus.com>
864
865         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
866         (ia64_file_start): Declare.
867         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
868         (GR_REGNO_P): Likewise.
869         * config/ia64/ia64.c: Many prototypes.
870         (ia64_reg_numbers): Constify.
871         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
872         (ia64_section_threshold): Make unsigned.
873         (ia64_print_operand): Constify.
874         (fix_range): Constify.
875         (ia64_init_builtins): Don't compare signed vs unsigned.
876         (ia64_expand_builtin): Likewise.
877
878         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
879         (CONSTRAINT_OK_FOR_Q): New.
880         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
881         (movsf_internal, movdf_internal): Likewise.
882         (cmovdi_internal): Rewrite so that constraints and predicates match;
883         simplify splitters.
884         (cmovsi_internal): Likewise.
885
886         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
887         (ASM_FILE_START): New.
888         * config/ia64/ia64.c (ia64_file_start): New.
889         (rtx_needs_barrier): Handle pred.rel.mutex.
890         (emit_predicate_relation_info): New.
891         * config/ia64/ia64.md (pred_rel_mutex): New.
892         * config/ia64/linux.h (ASM_SPEC): Define.
893         * config/ia64/sysv4.h (ASM_FILE_START): Define.
894
895         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
896         filtering global register variables.
897
898 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
899
900         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
901
902 2000-06-17  Michael Meissner  <meissner@redhat.com>
903
904         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
905         not present and there is a field after a '-'.
906
907 2000-06-17  Bruce Korb  <bkorb@gnu.org>
908
909         * fixinc/check.tpl:  finish the implementation of multiple tests
910         for a single fix
911         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
912         (io_quotes_def): add a second test
913         (various): reorder `files' so that "limits.h" is never first
914         * fixinc/tests/base/*: update the testing output
915
916 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
917
918         * gcc.texi: Remove reference to stupid.c.
919
920 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
921
922         * c-common.c (c_tree_code_type): New array.
923         (c_tree_code_length): Likewise.
924         (c_tree_code_name): Likewise.
925         (add_c_tree_codes): New function.
926
927         * c-common.h (add_c_tree_codes): Declare.
928         (enum c_tree_code): New enum.
929
930         * c-lex.c (init_parse): Added call to add_c_tree_codes.
931
932 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
933
934         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
935         select pattern to also match macro defs with only one argument.
936
937 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
938
939         * i386.md: Create new [right,left] rotate and right shift
940         patterns to optimize shift by 1 bit for certain ia32 processors.
941         Update patterns which perform left shifts to optimize shift by
942         1 bit for certain ia32 processors.
943         * i386.c (const_int_1_operand): New predicate.
944         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
945         * i386-protos.h (const_int_1_operand): Prototype.
946
947 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
948
949         * mips.c (machine_dependent_reorg): Fix braces for nested if.
950
951 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
952
953         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
954         LABEL_REFs.
955
956 2000-06-14  Richard Henderson  <rth@cygnus.com>
957
958         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
959
960         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
961         auto-inc code.
962
963         * print-rtl.c (print_rtx): Emit space before mem alias set.
964
965 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
966
967         * rs6000.c (expand_block_move): Fix typo in earlier change.
968         (print_operand): Remove unused variables neg and op.
969         (toc_hash_mark_entry): Fix prototype.
970
971 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
972
973         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
974         (THEN_CLAUSE): Likewise.
975         (ELSE_CLAUSE): Likewise.
976         (WHILE_COND): Likewise.
977         (WHILE_BODY): Likewise.
978         (DO_COND): Likewise.
979         (DO_BODY): Likewise.
980         (RETURN_EXPR): Likewise.
981         (EXPR_STMT_EXPR): Likewise.
982         (FOR_INIT_STMT): Likewise.
983         (FOR_COND): Likewise.
984         (FOR_EXPR): Likewise.
985         (FOR_BODY): Likewise.
986         (SWITCH_COND): Likewise.
987         (SWITCH_BODY): Likewise.
988         (CASE_LOW): Likewise.
989         (CASE_HIGH): Likewise.
990         (GOTO_DESTINATION): Likewise.
991         (COMPOUND_BODY): Likewise.
992         (ASM_CV_QUAL): Likewise.
993         (ASM_STRING): Likewise.
994         (ASM_OUTPUTS): Likewise.
995         (ASM_INPUTS): Likewise.
996         (ASM_CLOBBERS): Likewise.
997         (DECL_STMT_DECL): Likewise.
998         (STMT_EXPR_STMT): Likewise.
999         (LABEL_STMT_LABEL): Likewise.
1000         (SCOPE_BEGIN_P): Likewise.
1001         (SCOPE_END_P): Likewise.
1002         (SCOPE_STMT_BLOCK): Likewise.
1003         (SCOPE_NULLIFIED_P): Likewise.
1004         (SCOPE_NO_CLEANUPS_P): Likewise.
1005         (SCOPE_PARTIAL_P): Likewise.
1006         (ASM_VOLATILE_P): Likewise.
1007         (STMT_LINENO): Likewise.
1008         (STMT_LINENO_FOR_FN_P): Likewise.
1009
1010         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
1011         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
1012         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
1013         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
1014         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1015
1016         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
1017
1018 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
1019
1020         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
1021         writable in parts of the GCC code.
1022
1023         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
1024         specification match cast.
1025
1026 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
1027
1028         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
1029         * configure, config.in: Rebuilt.
1030         * sys-protos.h: Similarly.
1031
1032 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
1033
1034         * ifcvt.c (EDGE_COMPLEX): Move definition ...
1035         * basic-block.h (EDGE_COMPLEX): ... here.
1036
1037         * loop.c (check_dbra_loop): Specify the register when
1038         generating REG_NONNEG notes and don't generate duplicates.
1039
1040 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1041
1042         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
1043         (struct tree_type, struct tree_decl): Add user_align member.
1044         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
1045         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
1046         and DECL_USER_ALIGN 0, cap alignment to this value.
1047         (place_field): Likewise.
1048         (finalize_type_size): Set TYPE_USER_ALIGN.
1049         (layout_type): Likewise.
1050         (initialize_sizetypes): Likewise.
1051         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
1052         DECL_USER_ALIGN to 1.
1053         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
1054         (xfer_tag): Set TYPE_USER_ALIGN.
1055         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1056         (finish_enum): Likewise.
1057         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
1058         (expand_anon_union_decl): Likewise.
1059         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1060         (build_index_type): Set TYPE_USER_ALIGN.
1061         (build_range_type): Likewise.
1062         (build_common_tree_nodes_2): Likewise.
1063         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
1064
1065 2000-06-13  Andreas Jaeger  <aj@suse.de>
1066
1067         * configure.in: Use --enable-checking=misc,tree,gc by default if
1068         no --enable-checking option is given and for
1069         --enable-checking=yes.
1070         * configure: Rebuilt.
1071
1072 2000-06-13  Richard Henderson  <rth@cygnus.com>
1073
1074         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
1075         (__throw): Don't pass the address of a label.
1076
1077         * config/ia64/ia64.c (ia64_compute_frame_size): Use
1078         current_function_is_leaf.
1079         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
1080         instead of reg_names[RETURN_ADDRESS_REGNUM].
1081         (ia64_init_machine_status): Reset return_address_pointer_rtx.
1082         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
1083         from RETURN_ADDRESS_REGNUM.  Update all uses.
1084         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
1085         zero instead of null on failure.
1086         (ELIMINABLE_REGS): Add ra->b0 elimination.
1087         (CAN_ELIMINATE): Update accordingly.
1088         (INITIAL_ELIMINATION_OFFSET): Likewise.
1089         (REGISTER_NAMES): Use an illegal assembler name for
1090         RETURN_ADDRESS_POINTER_REGNUM.
1091
1092 2000-06-13  Richard Henderson  <rth@cygnus.com>
1093
1094         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
1095         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
1096         (REG_CLASS_NAMES): Likewise.
1097         (REG_CLASS_CONTENTS): Likewise.
1098         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
1099         (HARD_REGNO_MODE_OK): Remove references to them.
1100         (REGNO_REG_CLASS): Likewise.
1101         (REG_CLASS_FROM_LETTER): Likewise.
1102         (CLASS_MAX_NREGS): Likewise.
1103         (REGISTER_MOVE_COST): Likewise.
1104         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
1105         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
1106         (movqi_internal): Special case moves from zero.
1107         (movhi_internal, movsi_internal): Likewise.
1108         (movdi_internal): Likewise.  Fill out "f" constraints.
1109         (movsf_internal): Fill out "r" constraints.
1110         (movdf_internal): Likewise.
1111
1112 2000-06-13  Richard Henderson  <rth@cygnus.com>
1113
1114         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
1115         alive before reload.
1116
1117         * haifa-sched.c (struct deps): Add in_post_call_group_p.
1118         (add_dependence): Handle notes between SCHED_GROUP_P insns.
1119         (remove_dependence): Always define.
1120         (set_sched_group_p): New.
1121         (sched_analyze_2): Use it.
1122         (sched_analyze_insn): Don't special-case naked uses.  Look for
1123         and extend in_post_call_group_p.
1124         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
1125         (init_deps): Clear in_post_call_group_p.
1126
1127 2000-06-13  Richard Henderson  <rth@cygnus.com>
1128
1129         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
1130         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
1131         and hard-coded tests.
1132         (simplify_set): Likewise.
1133         (gen_lowpart_for_combine): Likewise.
1134         * emit-rtl.c (gen_lowpart_common): Likewise.
1135         * global.c (find_reg): Likewise.
1136         * local-alloc.c (find_free_reg): Likewise.
1137         * recog.c (register_operand): Likewise.
1138         * regclass.c (init_reg_sets_1): Likewise.
1139         (record_operand_costs, regclass): Likewise.
1140         * reload.c (push_reload): Likewise.
1141         * reload1.c (choose_reload_regs): Likewise.
1142         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
1143         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
1144         Update all references.
1145         * regs.h (struct reg_info_def): Likewise.
1146         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
1147         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
1148         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
1149
1150         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
1151         (CLASS_CANNOT_CHANGE_MODE_P): New.
1152         * config/mips/mips.h: Likewise.
1153         * config/pa/pa32-regs.h: Likewise.
1154         * config/pa/pa64-regs.h: Likewise.
1155         * config/rs6000/rs6000.h: Likewise.
1156         * config/sh/sh.h: Likewise.
1157         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
1158         (CLASS_CANNOT_CHANGE_MODE_P): New.
1159         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
1160         * config/d30v/d30v.h: Likewise.
1161
1162 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1163
1164         * configure.in: Add AC_TYPE_GETGROUPS test.
1165         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
1166         * configure: Rebuilt.
1167         * config.in: Rebuilt.
1168
1169 2000-06-13  Richard Henderson  <rth@cygnus.com>
1170
1171         * explow.c (set_mem_attributes): Do nothing for NULL type.
1172
1173 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
1174
1175         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
1176         correctly.
1177
1178 2000-06-13  James E. Wilson  <wilson@cygnus.com>
1179
1180         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
1181
1182 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
1183
1184         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
1185
1186 2000-06-13  Philipp Thomas  <pthomas@suse.de>
1187
1188         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
1189         * configure: Rebuilt.
1190
1191 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
1192
1193         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
1194         We now default to ELF for the i386, and a.out is the special case.
1195         * configure:  Rebuilt.
1196
1197 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
1198
1199         * final.c (final_scan_insn): Delete notes between cc0 setter and
1200         user when restarting from setter.
1201
1202 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1203
1204         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
1205         cast to squelch signed/unsigned warnings.
1206
1207 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
1208
1209         * cpplib.c (handle_directive): Print non-NUL-terminated string
1210         with %.*s.
1211
1212 2000-06-12  Michael Meissner  <meissner@redhat.com>
1213
1214         * ifcvt.c (dead_or_predicable): Don't do conditional execution
1215         path if the machine needs extra support to do conditional
1216         execution.
1217
1218 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
1219
1220         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
1221         to print the alias set.
1222         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
1223
1224 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1225
1226         * config/float-vax.h: Add GFLOAT defines.
1227
1228 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
1229
1230         * configure.in: Update tm dependencies for MPE.
1231         * configure: Rebuilt.
1232
1233 2000-06-12  H.J. Lu  <hjl@gnu.org>
1234
1235         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
1236
1237 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
1238
1239         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
1240         (CPP_SPEC): Change mthreads to pthread.
1241         (LIB_SPEC): Likewise.
1242         (STARTFILE_SPEC): Likewise.
1243         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
1244         (CPP_SPEC): Change mthreads to pthread.
1245         (LIB_SPEC): Likewise.
1246         (STARTFILE_SPEC): Likewise.
1247         * rs6000-protos.h (reg_or_arith_cint_operand): New.
1248         * rs6000.c (reg_or_arith_cint_operand): New.
1249         (num_insns_constant_wide): Decorate unsigned constant.
1250         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
1251         * rs6000.md (addsi3): Use new predicate.
1252         (subsi3, adddi3, subdi3): Likewise.
1253
1254 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
1255
1256         * c-common.c (lang_get_alias_set): Fix typo.
1257
1258 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
1259
1260         * flow.c (mark_used_regs): Revert last change.
1261         (life_analysis): Remove PROP_AUTOINC if running after reload.
1262         (propagate_one_insn): PROP_AUTOINC is always off after reload.
1263
1264 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
1265
1266         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
1267         has run.
1268
1269 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1270
1271         * bb-reorder.c (build_scope_forest): Initialize variable
1272         `curr_scope'.
1273
1274         * calls.c (expand_call): Likewise for variables
1275         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
1276
1277         * i386.c (function_arg_advance, function_arg): Cast to avoid
1278         signed/unsigned warnings.
1279
1280         * i386.h (MEMORY_MOVE_COST): Likewise.
1281
1282         * ifcvt.c (cond_exec_process_if_block): Initialize variables
1283         `else_start' and `else_end'.
1284
1285         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
1286
1287         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
1288
1289 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
1290
1291         * Makefile.in (libintl.a): Depend on intl.all.
1292
1293 2000-06-09  H.J. Lu  (hjl@gnu.org)
1294
1295         * Makefile.in (c-parse.o): Also depend on output.h.
1296
1297 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
1298
1299         * mcore-protos.h: discards const warning removal.
1300         * mcore.c: discards const warning removal.
1301
1302 2000-06-09  Kazu Hirata  <kazu@hxi.com>
1303
1304         * config/h8300/lib1funcs.asm: Declare the machine architecture at
1305         the beginning of the file.
1306
1307 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1308
1309         * real.h:  Add prototype for ldexp.
1310
1311 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
1312
1313         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
1314         it ggc_alloc, drop second argument, never clear returned memory.
1315         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
1316         (ggc_alloc_cleared): New.
1317         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
1318         ggc_alloc_obj.  Remove ggc_alloc macro.
1319         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
1320
1321         * rtl.c (rtvec_alloc): Clear the vector always.
1322         (rtx_alloc): Clear the first word always.  Remove dirty
1323         obstack tricks (this routine is no longer a bottleneck).
1324         * tree.c (make_node): Clear the new node always.
1325         (make_tree_vec): Likewise.
1326         (tree_cons): Clear the common structure always.
1327         (build1): Likewise; also, clear TREE_COMPLEXITY.
1328         * gengenrtl.c: Use puts wherever possible.  Remove extra
1329         newlines.
1330         (gendef): Clear the first word of an RTX in the generator
1331         function, irrespective of ggc_p.  Initialize '0' slots to
1332         NULL.
1333         (genlegend): Don't generate obstack_alloc_rtx routine, just a
1334         thin wrapper macro around obstack_alloc.
1335
1336         * stmt.c (expand_fixup): Use ggc_alloc.
1337         * c-typeck.c (add_pending_init): Use ggc_alloc.
1338         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
1339         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
1340         const0_rtx when it is created.
1341         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
1342         we are not in a function.
1343
1344         * tree.c (tree_class_check_failed): Make second arg an int.
1345         * tree.h: Update prototype.
1346
1347 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
1348
1349         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
1350         of an error_mark_node.
1351
1352 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
1353
1354         * config/avr/avr.c (asm_output_section_name): bugfix.
1355
1356 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
1357
1358         * timevar.def: Add TV_EXPAND.
1359         * timevar.c (timevar_print): Update timing information.
1360         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
1361
1362         * stmt.c (expand_return): Check for error_mark_node.
1363
1364 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1365
1366         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
1367
1368         * scan-types.sh (VALUE) Wrap use with double quotes to protect
1369         variable against filename expansion when it contains "char *".
1370
1371         * system.h (SSIZE_MAX): Delete backup definition.
1372
1373         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
1374         instead of SSIZE_MAX.
1375
1376 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
1377
1378         * configure.in: Check whether gas supports -relax.
1379         * configure, config.in: Rebuilt.
1380         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
1381         (EXTRA_SPECS): Add asm_relax.
1382         (ASM_SPEC): Add %(asm_relax).
1383         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
1384         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
1385         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
1386         (ASM_SPEC): Add %(asm_relax).
1387         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
1388         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
1389         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
1390         instead of mov, so that gas can further optimize it.
1391
1392 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
1393
1394         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
1395         size_of_sleb128.
1396         (value_format, case dw_val_class_const): Use sdata format.
1397         (output_die): Call output_sleb128.
1398
1399 2000-06-08  James E. Wilson  <wilson@cygnus.com>
1400
1401         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
1402         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
1403         ASM_OUTPUT_DWARF_CONST_DOUBLE.
1404         (output_die, case dw_val_class_unsigned_const): Correct call to
1405         ASM_OUTPUT_DWARF_DATA8.
1406         (output_die, case dw_val_class_long_long): Use
1407         ASM_OUTPUT_DWARF_CONST_DOUBLE.
1408         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
1409         pos is zero.
1410
1411         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
1412         (output_function_prologue): Fix mispelling.
1413         (output_function_prologue, output_function_epilogue): Reorder to
1414         match ia64.c definition order.
1415         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
1416         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
1417         Use r3 instead of r2 for large stack restores.
1418         (ia64_output_end_prologue): New function.
1419         (process_set): Emit ".restore sp" for epilogue stack restores.
1420         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
1421
1422 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
1423
1424         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
1425         incomplete types.
1426
1427 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1428
1429         * frame.c (end_fde_sort): Remove extraneous erratic array test.
1430
1431 2000-06-08  Denis Perchine <dyp@perchine.com>
1432
1433         * frame.c (start_fde_sort): Don't malloc (0).
1434
1435 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
1436
1437         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
1438         error_mark_node.
1439         * print-tree.c (print_node): The transparent_union_flag means
1440         different things for unions and arrays.  Do not inspect it
1441         with TYPE_TRANSPARENT_UNION.
1442
1443 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
1444
1445         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
1446         returned NULL.
1447
1448 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
1449
1450         * config/avr/avr.c (asm_output_section_name): output section
1451         attributes.
1452         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
1453
1454 2000-06-06  James E. Wilson  <wilson@cygnus.com>
1455
1456         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
1457         fields into header field.
1458         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
1459         macros to access length, flags, and version info from header field.
1460         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
1461         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
1462         (__do_global_ctors_aux): Fix caller.
1463         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
1464         prologue_flag to header.  Pass to read_P_record.
1465         (read_P_record): New argument header.  Implement P4 format.
1466         Multiply P7_T_SIZE by 16.
1467         (execute_one_ia64_descriptor): New static local region_header.  Pass to
1468         get_unwind_record.  Copy r to region_header if r is a header record.
1469         (print_all_records): Likewise.
1470         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
1471         (__get_personality, __get_except_table): Likewise.
1472         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
1473
1474 2000-06-06  Philipp Thomas  <pthomas@suse.de>
1475
1476         * configure.in (AC_C_INLINE): Added.
1477         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
1478         * configure: Regenerate.
1479
1480 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
1481
1482         * c-common.h (c_language_kind): New type.
1483         (c_language): New variab.e
1484         * c-common.c (lang_get_alias_set): Don't put structures in
1485         non-zero alias sets in C++.
1486         * c-decl.c (c_language): Define it.
1487         * c-lex.c (doing_objc_thang): Remove.
1488         * c-tree.h (doing_objc_thang): Make it a macro.
1489         * objc/objc-act.c (lang_decode_option): Set c_language, not
1490         doing_objc_thang.
1491
1492 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
1493
1494         * diagnostic.c (output_maximum_width): Remove.
1495         (doing_line_wrapping): Tweak.
1496         (diagnostic_buffer): New object.
1497         (global_output_buffer): New object.
1498         (output_destroy_prefix): New function.
1499         (default_initialize_buffer): Likewise.
1500         (reshape_diagnostic_buffer): Likewise.
1501         (initialize_diagnostics): Likewise.
1502         (output_clear): Tweak.
1503         (line_wrapper_printf): Adjust call to init_output_buffer.
1504         (vline_wrapper_message_with_location): Likewise.  Use
1505         output_destroy_prefix.
1506         (v_message_with_decl): Likewise.
1507
1508         * diagnostic.h (struct output_buffer): Constify prefix.
1509         (init_output_buffer, output_get_prefix): Constify.
1510         (diagnostic_message_length_per_line): Likewise.
1511         (reshape_diagnostic_buffer): Declare.
1512         (default_initialize_buffer): Declare.
1513         (initialize_diagnostics): Declare.
1514         (diagnostic_buffer): Declare new obbject.
1515
1516         * toplev.c: #include diagnostic.h
1517         (display_help): Document diagnostic formatting options.
1518         (decode_f_option): Handle diagnostic formatting options.
1519         (main): Setup initialization for diagnostic messages outputter.
1520
1521         * toplev.h (set_message_length): Remove.
1522
1523         * Makefile.in (toplev.o): Depends upon diagnostic.h
1524
1525         * invoke.texi : Document diagnostics formatting options.
1526
1527 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
1528
1529         * configure.in (Make the links): Typo fix : the file that must be
1530         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
1531         * configure: File rebuilt.
1532
1533 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
1534
1535         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
1536         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
1537         space.
1538         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
1539         emergency eh_context buffer, if malloc fails.
1540         (__eh_free): Moved from cp/exception.cc. Release to emergency
1541         eh_context buffer, if appropriate.
1542
1543 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
1544
1545         * expr.c (store_expr): Fix typo.
1546
1547 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1548
1549         * m68k.c (legitimize_pic_address): Move prototype ...
1550
1551         * m68k-protos.h (legitimize_pic_address): ... here.
1552
1553         * m68k.md (legitimize_pic_address): Delete prototypes.
1554         (untyped_call): Invoke GEN_CALL(), not gen_call().
1555
1556         * nextstep.c: Include system.h and toplev.h.
1557         (get_directive_line): Don't prototype.
1558         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
1559
1560         * nextstep.h (handle_pragma): Prototype.
1561         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
1562         objc_section_init ...
1563         (EXTRA_SECTION_FUNCTIONS): ... here.
1564
1565 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1566
1567         * sdbout.c (struct sdb_file): NAME now const.
1568         (sdbout_init): input_file_name now const.
1569         (sdbout_start_new_source_file): FILENAME now const.
1570         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
1571
1572 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
1573
1574         * c-typeck.c (build_conditional_expr): Handle complex data types.
1575
1576 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
1577
1578         * explow.c (maybe_set_unchanging): New function, broken out from...
1579         (set_mem_attributes): Here.
1580         * expr.h: Declare it.
1581         * stmt.c (expand_decl): Call it.
1582
1583 2000-06-05  Richard Henderson  <rth@cygnus.com>
1584
1585         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
1586         while looking for a register to inherit from.
1587
1588 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
1589
1590         * Makefile.in (libgcc.ready): Lose.
1591         (libgcc.mk): Just use mv, not move-if-change.
1592         (LIBGCC_DEPS): New macro.
1593         (libgcc.a): Use it.
1594         (stmp-multilib): Likewise.
1595         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
1596         it rather than the directories themselves.
1597         (LIB2ADD): Depend on the list file rather than 'force'.
1598
1599         * fold-const.c (fold, case COND_EXPR): Elide conversion between
1600         cv-qualified versions of types.
1601
1602 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1603
1604         * config/sparc/sparc.c (short_branch): Correct error in range
1605         computation.
1606
1607 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1608
1609         * fixinc/inclhack.def: New include hacks for ultrix.
1610         * (nested_ultrix): Replaced by ultrix_nested_svc.
1611         * (ultrix_atof_param): test_text string added.
1612         * (ultrix_ifdef): Modified select string.
1613
1614 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
1615
1616         * objc/objc-act.c (generate_method_descriptors): Register
1617         objc_method_prototype_template as a GC root.
1618         (comp_method_with_proto): Register function_type as a GC root.
1619         (comp_proto_with_proto): Replace function_type1 and
1620         function_type2 with a two-element array; register it as a GC root.
1621
1622         (generate_protocols, build_protocol_initializer,
1623         generate_protocol_list, build_category_initializer,
1624         build_shared_structure_initializer): Do not cache cast_type
1625         and/or cast_type2.
1626
1627 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1628
1629         * function.c (assign_parms): Add missing argument to set_mem_attributes
1630         call.
1631
1632 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
1633
1634         * tree.h (VOID_TYPE_P): New macro.
1635         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
1636         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
1637         (get_parm_info): Likewise.
1638         (store_parm_decls): Likewise.
1639         (combine_parm_decls): Likewise.
1640         (finish_function): Likewise.
1641         * c-typeck.c (build_function_call): Likewise.
1642         (build_binary_op): Likewise.
1643         (build_conditional_expr): Likewise.
1644         (internal_build_compound_expr): Likewise.
1645         (convert_for_assignment): Likewise.
1646         * stmt.c (expend_expr_stmt): Likewise.
1647         (warn_if_unused_value): Likewise.
1648         (expand_return): Likewise.
1649         * c-parse.in (primary): Likewise.
1650         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
1651         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
1652
1653 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1654
1655         * alias.c (get_alias_set): If compnent is addressable, use alias
1656         set of component.
1657         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
1658         (grokdeclarator): Likewise.
1659         * c-typeck.c (common_type): Likewise.
1660
1661 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
1662
1663         * Makefile.in (OBJS): Remove dyn_string.o
1664         (dyn-string.o): Delete rule.
1665         * dyn-string.c: Delete file
1666         * dyn-string.h: Likewise.
1667
1668 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1669
1670         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
1671         subdir.
1672
1673 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
1674
1675         * alias.c (record_component_aliases): Don't inspect
1676         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
1677
1678 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
1679
1680         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
1681         it with the pattern to do machine dependent work.
1682         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
1683         use it to modify the true/false tests used in conditional
1684         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
1685         defined, invoke them if the conversion to conditional execution
1686         was successful or not.
1687
1688         * tm.texi (IFCVT_MODIFY_TESTS): Document.
1689         (IFCVT_MODIFY_INSN): Ditto.
1690         (IFCVT_MODIFY_FINAL): Ditto.
1691         (IFCVT_MODIFY_CANCEL): Ditto.
1692
1693 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
1694
1695         * toplev.c (main): Fix misspellings of possibility and language.
1696
1697 2000-06-03  Richard Henderson  <rth@cygnus.com>
1698
1699         * alias.c (record_alias_subset): Initialize has_zero_child in the
1700         superset.
1701
1702 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
1703
1704         * arm.md (untyped_call): Use GEN_CALL macro.
1705
1706 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
1707
1708         * Makefile.in: Use $(MAKE) not "make"
1709
1710 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1711
1712         * alias.c (struct alias_set_entry): New field has_zero_child.
1713         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
1714         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
1715         do nothing.
1716         Call record_component_aliases for aggregate types.
1717         (record_alias_subset): Set has_zero_child.
1718         (record_component_aliases, case ARRAY_TYPE): Do nothing if
1719         TYPE_NONALIASES_COMPONENT.
1720         (record_component_aliases, case RECORD_TYPE): Test
1721         DECL_NONADDRESSABLE_P.
1722         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
1723         of TREE_ADDRESSABLE.
1724         * calls.c (initialize_argument_information): Only test
1725         TYPE_TRANSPARENT_UNION for UNION_TYPE.
1726         * function.c (assign_parms): Likewise.
1727         * integrate.c (function_cannot_inline_p): Likewise.
1728         * stor-layout.c (finish_record_layout): Don't call
1729         record_component_aliases.
1730         * tree.h (struct tree_int_cst): Use struct tree_common.
1731         (struct tree_real_cst, struct tree_string): Likewise.
1732         (struct tree_complex, struct tree_identifier): Likewise.
1733         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
1734         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
1735         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
1736         (TYPE_NONALIASES_COMPONENT): New macro.
1737         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
1738         (DECL_NONADDRESSABLE_P): New macro.
1739         (struct tree_decl): Reorder bits for clarity of how many left;
1740         add non_adressable.
1741
1742 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
1743
1744         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
1745         * mklibgcc.in (force): New target.
1746         Make LIB2ADD stuff depend on it.
1747
1748 2000-06-02  Richard Henderson  <rth@cygnus.com>
1749
1750         * alias.c (lang_get_alias_set): Remove.
1751         (get_alias_set): Call it directly, not indirectly.
1752         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
1753         * c-common.h (c_get_alias_set): Don't declare.
1754         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
1755         * expr.h (lang_get_alias_set): Declare as function, not pointer.
1756
1757 2000-06-02  Bruce Korb  <bkorb@gnu.org>
1758
1759         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
1760         (server_setup):  define the server's master pid
1761         (close_server):  actually do the deed IFF we are the server's master
1762
1763 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
1764
1765         * c-common.c (c_get_alias_set): Check whether signed_type did not
1766         return its argument before calling get_alias_set on the result.
1767
1768 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
1769
1770         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
1771
1772 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1773
1774         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
1775         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
1776         for TARGET_NOMACSAVE.
1777         (NOMACSAVE_BIT): Define.
1778         (TARGET_NOMACSAVE): Define.
1779         (TARGET_SWITCHES): Add "nomacsave".
1780
1781 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
1782
1783         * sh.md (untyped_call): Remove excess parameters
1784
1785 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
1786
1787         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
1788         match that used before the conversion to c_fix style.
1789         * fixinc/fixincl.x: regenerate
1790
1791 2000-06-01  Stan Cox  <scox@cygnus.com>
1792
1793         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
1794         macro argument typo.
1795
1796 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
1797
1798         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
1799         error message.
1800         * cpplib.c (parse_include): Remove support for VAX-C
1801         "#include starlet" misfeature.
1802
1803 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
1804
1805         * cppfiles.c: conditionally define O_BINARY.
1806         (open_include_file): pass O_BINARY to open().
1807
1808 2000-06-01  Richard Henderson  <rth@cygnus.com>
1809
1810         * i960.c (i960_br_predict_opcode): Remove.
1811         (i960_print_operand) [+]: Emit branch prediction hints.
1812         (i960_function_arg): Return early for VOIDmode.
1813         (i960_round_align): Return early for incomplete types.
1814         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
1815         * i960.md (all conditional branches): Add "%+".
1816
1817 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1818
1819         * alias.c (get_alias_set): Don't call language-specific routine more
1820         than is needed and clean up code a bit.
1821         * c-common.c (c_get_alias_set): All references whose type
1822         is char get alias set 0, but character types need not.
1823         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
1824         (make_decl_rtl): Don't call it for FUNCTION_DECL.
1825
1826 2000-06-01  Bruce Korb  <bkorb@gnu.org>
1827
1828         * fixinc/tests/base/...: new base result files
1829
1830 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
1831
1832         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
1833         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
1834         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
1835         will use FCOMI.
1836
1837 2000-06-01  Richard Henderson  <rth@cygnus.com>
1838
1839         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
1840
1841         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
1842
1843 2000-05-31  Richard Henderson  <rth@cygnus.com>
1844
1845         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
1846         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
1847         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
1848
1849 2000-05-31  Richard Henderson  <rth@cygnus.com>
1850
1851         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
1852         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
1853         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
1854         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
1855         * config/ia64/ia64.md (all branch/call patterns): Use %+.
1856
1857 2000-05-31  Richard Henderson  <rth@cygnus.com>
1858
1859         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
1860
1861 2000-05-31  Richard Henderson  <rth@cygnus.com>
1862
1863         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
1864         remaining edges.
1865         (find_if_block): Allow THEN with no outgoing edges.
1866         * flow.c (merge_blocks_nomove): Remove a barrier not following
1867         a jump as well.
1868
1869 2000-05-31  Richard Henderson  <rth@cygnus.com>
1870
1871         * flow.c (propagate_block): Move initialization of mem_set_list ...
1872         (init_propagate_block_info): ... here.  Also track blocks with
1873         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
1874
1875 2000-05-31  Richard Henderson  <rth@cygnus.com>
1876
1877         * jump.c (jump_optimize_1): Revert 05-18 change.
1878
1879 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
1880
1881         * invoke.texi: Remove documentation for -fguiding-decls.
1882
1883 2000-05-31  Richard Henderson  <rth@cygnus.com>
1884
1885         * configure.in: Fix typo last change.
1886
1887 2000-05-31  Philipp Thomas  <pthomas@suse.de>
1888
1889         * configure.in (enable-nls): Enable if build == host, i.e. when
1890         not building a canadian cross compiler.
1891         (enable-maintainer-mode): Added for use with i18n.
1892         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
1893         cross section of ALL_LINGUAS and LINGUAS.
1894         * configure: Rebuild.
1895
1896 2000-05-31  Bruce Korb  <bkorb@gnu.org>
1897
1898         * fixinc/check.tpl: rework to use test result tree
1899         * fixinc/Makefile.in: change invocation of check script
1900         * fixinc/check.diff: No longer needed
1901         * fixinc/fixincl.x: regenerate
1902         * fixinc/inclhack.def:  add new tests
1903         * fixinc/tests/base/arch/i960/archI960.h:  New test result
1904         * fixinc/tests/base/curses.h: modified test result
1905         * fixinc/tests/base/stdio.h: ditto
1906         * fixinc/tests/base/time.h: ditto
1907         * fixinc/tests/base/sys/asm.h: ditto
1908         * fixinc/tests/base/sys/stat.h: ditto
1909         * fixinc/tests/base/sys/wait.h: ditto
1910
1911 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
1912
1913         * except.c (clear_function_eh_region): Do not free NULL.
1914
1915 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1916
1917         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
1918         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
1919         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
1920         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
1921         (find_base_decl): New function, from c_find_base_decl in c-common.c.
1922         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
1923         (get_alias_set): Likewise.
1924         Major rework to do more things and allow language-specific code
1925         to just handle special-cases.
1926         (record_alias_subset): Args are HOST_WIDE_INT.
1927         (record_component_alias): Local vars are HOST_WIDE_INT.
1928         Don't handle COMPLEX_EXPR.
1929         (get_varargs_alias_set): Moved from builtins.c.
1930         (get_frame_alias_set): New function.
1931         * builtins.c (expand_builtin_return_address): Use frame alias set.
1932         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
1933         for setjmp buffer.
1934         (get_memory_rtx): Rework to use set_mem_attributes.
1935         (get_varargs_alias_set): Deleted from here.
1936         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
1937         (c_find_base_decl): Deleted from here.
1938         (c_get_alias_set): Remove many cases and rework to just handle
1939         C-specific cases.
1940         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
1941         * c-decl.c (rtl.h, expr.h): Now included.
1942         (init_decl_processing): Call record_component_aliases on array types.
1943         (grokdeclarator): Likewise.
1944         Set TREE_ADDRESSABLE for all fields that are not bitfields.
1945         * c-typeck.c (common_type): Call record_component_aliases for array.
1946         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
1947         Set all save areas to the frame alias set.
1948         * calls.c (initialie_argument_information): Call set_mem_attributes.
1949         (compute_argument_addresses, expand_call): Likewise.
1950         * explow.c (set_mem_attributes): New function.
1951         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
1952         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
1953         LEN and OFFSET now HOST_WIDE_INT.
1954         (clear_by_pieces): Similar changes.
1955         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
1956         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
1957         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
1958         (clear_by_pieces_1): Likewise.
1959         (emit_push_insn): Call set_mem_attributes.
1960         (expand_expr, case INDIRECT_REF): Likewise.
1961         (expand_expr, case VAR_DECL): Call change_address.
1962         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
1963         tree_low_cst.
1964         (get_varargs_alias_set, get_frame_alias_set): New decls.
1965         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
1966         (new_alias_set, set_mem_attributes): Likewse.
1967         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
1968         (assign_stack_temp_for_type): Likewise.
1969         Can split slot even if alias set since can copy.
1970         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
1971         (assign_temp): Use host_integerp and tree_low_cst.
1972         (put_var_into_stack): Properly handle SAVE_EXPR.
1973         (put_addressof_into_stack): Likewise.
1974         (assign_parms): Call set_mem_attributes.
1975         Delete #if 0 code.
1976         (fix_lexical_address): Put reference to chain into frame alias set.
1977         (expand_function_start): Call set_mem_attributes.
1978         * integrate.c (expand_inline_function): Likewise.
1979         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
1980         * regmove.c (try_apply_stack_adjustment): Likewise.
1981         * reload.c (push_reload, make_memloc): Likewise.
1982         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
1983         * rtl.def (MEM): Update comment.
1984         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
1985         (move_by_pieces): Change length to HOST_WIDE_INT.
1986         (record_base_value, record_alias_subset): Delete from here.
1987         * stmt.c (expand_decl): Call set_mem_attributes.
1988         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
1989         * toplev.c (compile_file): Call init_alias_once earlier.
1990         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
1991         from here: now in alias.c.
1992         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
1993         (struct tree_decl): Likewise.
1994         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
1995         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
1996         (output_constant_def, force_const_mem): Likewise.
1997
1998         * flow.c (propagate_block): If block has no successors, stores to
1999         frame are dead if not used.
2000
2001 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2002
2003         * stmt (expand_end_case): Reorder conversion sequence for jump
2004         table to avoid extra truncations.
2005
2006 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
2007
2008         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
2009         in the block is more than just a simple conditional branch.
2010         (noce_process_if_block): Similarly.
2011
2012 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
2013
2014         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
2015         queue.
2016
2017 2000-05-30  Michael Meissner  <meissner@redhat.com>
2018
2019         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
2020         instructions.  Treat LO_SUM operations as loading the full integer
2021         constant.
2022
2023 2000-05-30  Richard Henderson  <rth@cygnus.com>
2024
2025         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
2026
2027 2000-05-30  Richard Henderson  <rth@cygnus.com>
2028
2029         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
2030
2031 2000-05-30  Bruce Korb  <bkorb@gnu.org>
2032
2033         * fixinc/tests/*:  Added expected result files for fixinc's make check
2034         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
2035
2036 2000-05-30  Richard Henderson  <rth@cygnus.com>
2037
2038         * config/alpha/alpha.md (*setne_internal): Use match_operator
2039         instead of working down from insn.
2040
2041 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2042
2043         * invoke.texi (-Wtraditional): Update WRT function macros.
2044
2045 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
2046
2047         * except.c (free_exception_table): Do not free NULL.
2048
2049 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2050
2051         * cpplib.c (do_if): Don't save and restore only_seen_white here.
2052         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
2053         and skipping here.
2054
2055 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
2056
2057         * flow.c (mark_used_reg): If a register is unconditionally live,
2058         remove any conditional death information.
2059
2060 2000-05-29  Richard Henderson  <rth@cygnus.com>
2061
2062         * final.c (current_output_insn): New.
2063         (final_scan_insn): Set it.
2064         * output.h: Declare it.
2065
2066 2000-05-29  Richard Henderson  <rth@cygnus.com>
2067
2068         * stor-layout.c (finalize_record_size): Fix typo.
2069
2070         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
2071         if nlabel is null.
2072
2073 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2074
2075         * cpplib.h (cpp_reader): Remove if_stack.  Change
2076         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
2077         * cpphash.h (struct ihash): Change control_macro to a
2078         cpp_hashnode * and shorten name to cmacro.
2079         Add NEVER_REINCLUDE constant.
2080
2081         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
2082         Examine the cmacro node directly, no need to call cpp_defined.
2083         (_cpp_execute_include, read_include_file): Set cmacro to
2084         NEVER_REINCLUDE, not U"".
2085         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
2086         (cpp_get_token): If pfile->skipping is true, discard text and
2087         keep scanning until we hit a directive; don't expand macros.
2088
2089         * cpplib.c (struct if_stack): Remove if_succeeded, add
2090         was_skipping. Change control_macro to a cpp_hashnode * and
2091         shorten name to cmacro.  Remove typedef IF_STACK.
2092         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
2093         (conditional_skip, skip_if_group,
2094         consider_directive_while_skipping): Delete.
2095         (push_conditional): New.
2096         (_cpp_handle_directive): Don't process directives other than
2097         conditionals if we are skipping.
2098
2099         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
2100         Update to new scheme.
2101         (validate_else): Skip rest of line here, unconditionally.
2102         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
2103         pfile->skipping off.
2104
2105         (all): Remove `scare quotes' from error messages.
2106
2107 2000-05-29  Richard Henderson  <rth@cygnus.com>
2108
2109         * function.c (emit_return_into_block): New line_note arg; emit it.
2110         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
2111         for the close brace to accompany HAVE_return.  Move all line notes
2112         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
2113
2114 2000-05-29  Richard Henderson  <rth@cygnus.com>
2115
2116         * longlong.h [__alpha] (count_leading_zeros): New.
2117         (count_trailing_zeros): New.
2118         (COUNT_LEADING_ZEROS_0): New.
2119
2120         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
2121         (alpha_split_conditional_move): New.
2122         * config/alpha/alpha-protos.h: Prototype them.
2123         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2124         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
2125         * config/alpha/alpha.md: Update ffs cix commentary.
2126         (*ze_and_ne): New.
2127         (*nabssf2, *nabsdf2): New.
2128         (*mov[qhsd]icc_internal): Use add_operand.
2129         (if_then_else constant splitters): New.
2130         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
2131         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
2132
2133 2000-05-29  Richard Henderson  <rth@cygnus.com>
2134
2135         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
2136         a constant to NEG or NOT when conditions allow.
2137
2138         * combine.c (combine_simplify_rtx): Don't create an if_then_else
2139         unless both args are general_operand.  Don't canonicalize plus
2140         to ior unless it helps.
2141
2142         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
2143         instead track register_life_up_to_date.  Toggle no_new_pseudos
2144         around if_convert.
2145
2146 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
2147
2148         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
2149         so output_operand doesn't see them.
2150
2151 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
2152
2153         * lcm.c (make_preds_opaque): Fix comment.
2154         (optimize_mode_switching): Use NORMAL_MODE instead of
2155         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
2156         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
2157         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
2158         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
2159         (MODE_USES_IN_EXIT_BLOCK): Delete.
2160         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
2161         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
2162         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
2163         (MODE_NEEDED): Don't look for USE.
2164         (EPILOGUE_USES): Define.
2165
2166 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
2167
2168         * mklibgcc.in (all): Variable initialised to `libgcc'.
2169
2170 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
2171
2172         * toplev.h (skip_leading_substring): New macro.
2173         * toplev.c (decode_f_option): Use skip_leading_substring instead
2174         of strncmp.
2175         (decode_W_option): Likewise.
2176
2177 2000-05-28  Nick Clifton  <nickc@cygnus.com>
2178
2179         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
2180         modify reg_names.
2181
2182 2000-05-28  Richard Henderson  <rth@cygnus.com>
2183
2184         * regclass.c (record_operand_costs): Protect reg_changes_size
2185         with CLASS_CANNOT_CHANGE_SIZE.
2186
2187         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
2188
2189 2000-05-28  Richard Henderson  <rth@cygnus.com>
2190
2191         * function.c (diddle_return_value): A pcc-style struct return
2192         returns a pointer.
2193
2194 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
2195
2196         * cppfiles.c: Read files in, using mmap if possible, then
2197         prescan them separately.
2198         (read_file, read_with_read): New functions.
2199         * cpplex.c: Don't define UCHAR_MAX.
2200         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
2201         the file here.
2202
2203         * cppinit.c (handle_option): Automatically define __cplusplus,
2204         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
2205         the respective -lang switch.
2206
2207         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
2208         prototype): Move to...
2209         * cpplib.h: ... here.  Rename struct hashnode to struct
2210         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
2211         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
2212
2213 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
2214
2215         * config/rs6000/rs6000.md (movsi): Constify 'name'.
2216
2217         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
2218         (class_can_change_size): New variable.
2219         (reg_changes_size): New variable.
2220         (init_reg_sets_1): Initialise class_can_change_size.
2221         (record_operand_costs): Remove subreg_changes_size.
2222         Don't pass it around.  Instead update reg_changes_size.
2223         (regclass): Initialise and free reg_changes_size.  If a register
2224         changes size, don't preference it to a class that contains
2225         registers that can't change size.
2226         (record_reg_classes): Don't look at subreg_changes_size.
2227
2228 2000-05-27  Richard Henderson  <rth@cygnus.com>
2229
2230         * print-rtl.c (reg_names): Remove const.
2231         * regclass.c (reg_names): Likewise.
2232         * regs.h (reg_names): Likewise.
2233         * hard-reg-set.h (reg_names): Likewise.
2234
2235 2000-05-27  Richard Henderson  <rth@cygnus.com>
2236
2237         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
2238
2239 2000-05-27  Richard Henderson  <rth@cygnus.com>
2240
2241         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
2242         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
2243         (alpha_expand_prologue): Emit prologue_mcount if needed.
2244         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
2245         * config/alpha/alpha.md (prologue_mcount): New.
2246         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
2247         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
2248         * config/alpha/netbsd.h: Likewise.
2249
2250 2000-05-27  Richard Henderson  <rth@cygnus.com>
2251
2252         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
2253         change to config/elfos.h.
2254
2255 2000-05-27  Richard Henderson  <rth@cygnus.com>
2256
2257         * Makefile.in (resource.o): Depend on except.h.
2258         * except.h (output_exception_table_data): Prototype.
2259         * genconfig.c (gen_peephole2): Prototype.
2260         * genemit.c (main): Include ggc.h.
2261         * genoutput.c: Revert parts of last change: include errors.h
2262         (main): Set progname.
2263         * recog.c: Include hard-reg-set.h before recog.h.
2264         * resource.c: Include except.h.
2265
2266         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
2267         with RTX_CODE.
2268         (alpha_write_linkage): Protect with BUFSIZ.
2269         (alpha_need_linkage): Update prototype.
2270         * config/alpha/alpha.c (function_arg): Move VMS code here.
2271         (alpha_links_base): Remove.
2272         (alpha_links): New.
2273         (mark_alpha_links_node, mark_alpha_links): New.
2274         (alpha_write_one_linkage): New.
2275         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
2276         (alpha_write_linkage): Use splay_tree_foreach.
2277         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
2278         to get the linkage symbol.
2279         (call_value_vms): Likewise.
2280         * config/alpha/elf.h (output_file_directive): Remove decl.
2281         (ctors_section, dtors_section): Prototype.
2282         (sbss_section, sdata_section): Prototype.
2283         * config/alpha/vms.h (FUNCTION_ARG): Remove.
2284         (readonly_section, link_section, literals_section): Prototype.
2285         (ctors_section, dtors_section): Prototype.
2286         (vms_valid_decl_attribute_p): Remove decl.
2287         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
2288
2289 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
2290
2291         * reload.c (get_secondary_mem): Don't widen floating-point modes.
2292
2293         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
2294         substituting the REG in a (subreg:X (reg:Y ...)).
2295
2296 2000-05-28  Neil Booth  <NeilB@earthling.net>
2297
2298         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
2299         first token of a line BOL.  Update EOF code for this.
2300         Remove illegal directive check - it appears in the (not
2301         yet committed) caller.
2302         * cpplib.h (BOL): New flag.
2303
2304 2000-05-28  Neil Booth  <NeilB@earthling.net>
2305
2306         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
2307         (_cpp_free_toklist): No comment space to free.
2308         (expand_comment_space): Remove.
2309         (save_comment_space): Place the comment in the current token and
2310         not in a separate comment space.
2311         (_cpp_lex_line): Save comments during plain code and #define
2312         directives only.
2313         * cpplib.h (struct _cpp_toklist): Remove comment space.
2314
2315 2000-05-28  Neil Booth  <NeilB@earthling.net>
2316
2317         * cppexp.c (parse_assertion): Supply extra argument to
2318         _cpp_init_toklist.
2319         * cpplib.c (do_assert, do_unassert): Similarly.
2320         * cpphash.h (_cpp_init_toklist) Update.
2321         (_cpp_expand_token_space): New.
2322         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
2323         * cpplex.c (_cpp_init_toklist): New argument.
2324         (parse_string2): New argument multiline_ok.
2325         (spell_token): Take a const cpp_token *.
2326         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
2327         (SPELL_ macros): Replace with enum.
2328         (expand_token_space): Replace with _cpp_expand_token_space.
2329         Take COUNT argument.
2330         (IS_DIRECTIVE): Update.
2331         (_cpp_lex_line): Update token structure before parsing number.
2332         Don't assume start at beginning of token list.
2333         (save_comment): Use INIT_TOKEN_NAME.
2334
2335 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
2336
2337         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
2338         -Wmissing-prototypes.
2339         * configure: Regenerate.
2340         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
2341
2342         * builtins.c, calls.c: Change all instances of gen_call_* or
2343         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
2344         * calls.c (struct_value_size_rtx): Separate definition from
2345         initialization to avoid unused variable warning.
2346
2347         * genflags.c (gen_macro): New function.
2348         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
2349         (gen_nonproto): Delete.
2350         (gen_insn): Put all insns on the same obstack.
2351         (main): Generate prototypes for everything unconditionally.
2352
2353         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
2354         out check for wchar_t.
2355         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
2356         * system.h: Add infrastructure for defining missing
2357         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
2358         definitions of UCHAR_MAX and SSIZE_MAX.
2359         * configure: Regenerate.
2360         * config.in: Regenerate.
2361
2362         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
2363         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
2364         headers.
2365         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
2366         libgcc2.a, or libgcc1.null.
2367
2368 2000-05-27  Richard Henderson  <rth@cygnus.com>
2369
2370         * Makefile.in (recog.o): Don't depend on resource.h.
2371         * recog.c: Don't include resource.h.
2372         (recog_last_allowed_insn): Remove.
2373         (recog_next_insn): Remove.
2374         (struct peep2_insn_data): New.
2375         (peep2_insn_data, peep2_current): New.
2376         (peep2_next_insn): New.
2377         (peep2_regno_dead_p, peep2_reg_dead_p): New.
2378         (peep2_find_free_register): New.
2379         (peephole2_optimize): Track life information by insn as we go.
2380         * recog.h: Update declarations.
2381         * resource.c (find_free_register, reg_dead_p): Remove.
2382         * resource.h: Remove their declarations.
2383         * toplev.c: Include hard-reg-set.h before recog.h.
2384
2385         * genconfig.c (max_insns_per_peep2): New.
2386         (gen_peephole2): New.
2387         (main): Call it.
2388         * genemit.c (output_peephole2_scratches): Generate calls to
2389         peep2_find_free_register; adjust surrounding code.
2390         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
2391         * genrecog.c (change_state): Don't track last_insn.
2392         (write_action): Write into *_pmatch_len before accepting.
2393         (write_tree): Adjust peephole2_insns and subroutines to match.
2394
2395         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
2396
2397         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
2398         (hard_int_register_operand): New.
2399         * config/alpha/alpha-protos.h: Declare it.
2400         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2401         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
2402         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
2403
2404 2000-05-27  Richard Henderson  <rth@cygnus.com>
2405
2406         * function.c (thread_prologue_epilogue_insns): Don't move the
2407         line note at the head of the chain.  Only force a lineno note
2408         before the end of block 0.
2409
2410 2000-05-27  Richard Henderson  <rth@cygnus.com>
2411
2412         * gensupport.c (collect_insn_data): Record the maximum number
2413         of alternatives, not the last seen.
2414
2415         * genoutput.c: Don't include errors.h.
2416         (struct data): Add lineno member.
2417         (have_error): New.
2418         (scan_operands): Use message_with_line instead of error.
2419         (validate_insn_alternatives): Likewise.
2420         (gen_insn): Accept and store the pattern's line number.
2421         (gen_peephole, gen_expand, gen_split): Likewise.
2422         (main): Don't set progname.  Pass line_no to gen_foo.
2423
2424 2000-05-27  Richard Henderson  <rth@cygnus.com>
2425
2426         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
2427         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
2428         * config/d30v/d30v.md (attr predicable): New.
2429         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
2430         (andsi3*): Unify into one pattern.
2431         (iorsi3*, xorsi3*): Likewise.
2432         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
2433         conditional return.
2434         (old cond_exec patterns): Remove.
2435         (define_cond_exec): New.
2436
2437 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2438
2439         * tree.h (TREE_CODE_LENGTH): New macro.
2440         * c-common.c (c_find_base_decl): Use it.
2441         * expr.c (safe_from_p): Likewise.
2442         * print-tree.c (print_node): Likewise.
2443         * tree.c (make_node, copy_node, get_identifier): Likewie.
2444         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
2445         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
2446         * fold-const.c (make_range): Likewise.
2447         (fold): Likewise; also use first_rtl_op.
2448         * c-iterate.c (collect_iterators): Use first_rtl_op.
2449         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
2450         Use IS_EXPR_CODE_CLASS.
2451         (preexpand_calls): Likewise.
2452         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
2453         and TREE_CODE_LENGTH.
2454         * stmt.c (warn_if_unused_value): If no operands, no unused value.
2455
2456 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
2457
2458         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
2459         than '%1(%*)'.
2460         (movdi_internal64): Likewise.
2461
2462         * config/rs6000/rs6000.md: Correct order of operands for DImode
2463         boolean patterns.
2464
2465         * config/rs6000/rs6000.c (boolean_or_operator): New function.
2466         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
2467         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
2468         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
2469         boolean_operator for the boolean patterns without NOTs.
2470
2471         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
2472         from reg_or_u_cint_operand.  Change comment and behaviour.
2473         (logical_operand): Clean up, add assertion.
2474         (non_logical_cint_operand): Also check for
2475         reg_or_logical_cint_operand.
2476         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
2477         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
2478         in the expander.
2479         (xorsi3): Likewise.
2480         (iordi3): Likewise.
2481         (xordi3): Likewise.
2482
2483 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
2484
2485         * tree.h (struct record_layout_info): Rename to (struct
2486         record_layout_info_s).
2487         * stor-layout.c (start_record_layout): Replace
2488         `record_layout_info' with `record_layout_info_s'.
2489
2490 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
2491
2492         * flow.c (find_label_refs): New function.
2493         (find_basic_blocks_1): Call it for each alternative of a call
2494         placeholder.
2495
2496 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
2497
2498         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
2499         of get_pc.
2500
2501 2000-05-25  Richard Henderson  <rth@cygnus.com>
2502
2503         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
2504         so strict about DImode.
2505         (alpha_swapped_comparison_operator): Likewise.
2506         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
2507         any integer output mode.
2508         (*setcc_internal): Likewise.
2509         (*setcc_swapped_internal): Likewise.
2510         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
2511         (*mov[qhs]icc_internal): New.
2512         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
2513
2514 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2515
2516         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
2517
2518 2000-05-25  Richard Henderson  <rth@cygnus.com>
2519
2520         * bb-reorder.c (reorder_block_def): Reorder elements for size.
2521         Remove add_jump; add next; replace flags with visited.
2522         (rbd_init): Remove.
2523         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
2524         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
2525         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
2526         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
2527         (RBI): New.
2528         (reorder_index, reorder_last_visited): Remove.
2529         (skip_insns_after_block): Rewrite to use a switch.
2530         (get_common_dest): Remove.
2531         (chain_reorder_blocks): Remove.
2532         (record_effective_endpoints): Split out from reorder_basic_blocks.
2533         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
2534         (make_reorder_chain_1): Renamed from old make_reorder_chain.
2535         Only construct the reorder chain, do not move insns.  Try harder
2536         to tail recurse.
2537         (label_for_bb, emit_jump_to_block_after): New.
2538         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
2539         and adjust the jump insns appropriately.  Fixup basic_block_info.
2540         (verify_insn_chain): Always define.
2541         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
2542         in allocation size.
2543         (make_new_scope): Don't write zeros to calloc'd space.
2544         (build_scope_forest): Rely on xrealloc to DTRT.
2545         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
2546         profile_arc_flag.  Streamline EH test.
2547
2548         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
2549         * basic-block.h: Declare them.
2550
2551 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
2552
2553         * emit-rtl.c (reset_used_decls): New function.
2554         (unshare_all_rtl_again): Call it.
2555
2556 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
2557
2558         * cpplex.c (maybe_macroexpand): Warn about function-like
2559         macros used in non-function context, if -Wtraditional.
2560
2561 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
2562
2563         * recog.c (peephole2_optimize): Use INSN_P.
2564
2565 2000-05-25  Richard Henderson  <rth@cygnus.com>
2566
2567         * ifcvt.c (seq_contains_jump): New.
2568         (noce_try_store_flag_constants): Use it to fail conversion.
2569         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
2570
2571 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
2572
2573         * except.h (can_throw): Declare it.
2574         * except.c (can_throw): Give it external linkage.
2575         * resource.c (find_dead_or_set_registers): Use can_throw.
2576
2577 2000-05-25  Richard Henderson  <rth@cygnus.com>
2578
2579         * flow.c (mark_set_1): Don't record conditionally dead memory.
2580
2581 2000-05-25  Jan Hubicka  <jh@suse.cz>
2582
2583         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
2584         and pc_set at the place of simplejump_p and condjump_p.
2585         * cse.c (record_jump_equiv): Likewise.
2586         * emit-rtl.c (emit): Likewise.
2587         * explow.c (find_next_ref): Likewise.
2588         * flow.c (tidy_fallthru_edge): Likewise.
2589         (init_propagate_block_info): Likewise.
2590         * gcse.c (delete_null_pointer_checks): Likewise.
2591         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
2592         dead_or_predicable): Likewise.
2593         * integrate.c (copy_insn_list): Likewise.
2594         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
2595         for_each_insn_in_loop, check_dbra_loop, get_condition,
2596         insert_bct, load_mems): Likewise.
2597         * resource.c (find_dead_or_set_registers): Likewise.
2598         * sibcalls.c (simplejump_p): Likewise.
2599         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
2600
2601 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
2602
2603         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
2604         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
2605         when unaligned.
2606         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
2607         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
2608         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
2609         * rs6000.md: Name various internal patterns.
2610
2611 2000-05-25  Jan Hubicka  <jh@suse.cz>
2612
2613         * jump.c (invert_exp_1): Remove first argument, use pc_set
2614         to get the expression.
2615         (redirect_exp): Make static; redirect only the pc_set expression,
2616         remove first argument.
2617         (invert_exp): Remove first argument, make static.
2618         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
2619         any_onlyjump at most places where we originaly did condjump_p
2620         and simplejump_p.
2621         (jump_back_p, follow_jumps, thread_jumps): Likewise.
2622         (delete_barrier_succesors): Use pc_set.
2623         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
2624         calls of invert_exp and redirect_exp.
2625         * rtl.h (redirect_exp, invert_exp): Remove.
2626         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
2627
2628 2000-05-25  Richard Henderson  <rth@cygnus.com>
2629
2630         * stmt.c (expand_end_bindings): Fix thinko last change.
2631
2632 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
2633             Andrew Haley  <aph@cygnus.com>
2634
2635         * except.c  (func_eh_entry): Add emitted field.
2636         (new_eh_region_entry): Set emitted field to 0;
2637         (output_exception_table_entry): Only emit previously un-emitted data,
2638         and send it to the eh_data section.
2639         (output_exception_table): Break out common parts. Output
2640         exception table for entire compilation unit to eh_data section.
2641         (output_exception_table_data): Common parts of output_exception_table.
2642         Send output to eh_data section.
2643         (output_function_exception_table): Output exception table data for
2644         a single function to eh_data section.
2645         (free_exception_table): New external to free the table.
2646         * except.h (free_exception_table): Add prototype.
2647         (output_function_exception_table): Add prototype.
2648         * final.c (final_end_function): Output function exception table
2649         for IA64_UNWIND_INFO.
2650         (final_scan_insn): Emit any unwind directives for an insn.
2651
2652         * frame-dwarf2.c: New file containing all DWARF 2 specific code
2653         from frame.c.
2654         * frame.c: Remove all DWARF 2 specific code.
2655         * config/ia64/frame-ia64.c: New file.
2656         (gthread_stuff): Make all gthread available with
2657         IA64_UNWIND_INFO.
2658         (dwarf_fde): Define an IA64 struct for dwarf_fde.
2659         (__register_frame_info, __register_frame): Move to common area of file.
2660         (__register_frame_info_table, __register_frame_table): Move to common i
2661         area.
2662         (__deregister_frame_info, __deregister_frame): Move to common area.
2663         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
2664         (read_uleb128): New version for ia64.
2665         (get_unwind_record): Read the next IA-64 unwind record.
2666         (read_R_record): Read a region header record.
2667         (process_a_b_reg_code): X record helper.
2668         (read_X_record): Read an X format record.
2669         (read_B_record): Read a B format record.
2670         (P3_record_types): List of record types matching the P3 format.
2671         (P7_record_types): List of record types matching the P7 format.
2672         (P8_record_types): List of record types matching the P8 format.
2673         (read_P_record): Read a P format record.
2674         (init_ia64_reg_loc): Set default fields for a register.
2675         (init_ia64_unwind_frame): Set defaults for all register records.
2676         (execute_one_ia64_descriptor): Execute one descriptor record.
2677         (rse_address_add): Calculate the position of a local reg in memory.
2678         (normalize_reg_loc): Turn a location descriptor into a memory address.
2679         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
2680         within a specified PC offset range.
2681         (get_real_reg_value): Given a register location, retrieve its value.
2682         (set_real_reg_value): Change the value of a register location.
2683         (copy_reg_value): Copy reg values, if needed.
2684         (copy_saved_reg_state): Copy all registers that need to be copied.
2685         (process_state_between): Normalize all frame register records that
2686         fall within the specified PC range.
2687         (frame_translate): Take a processed frame description, and turn
2688         everything into addresses.
2689         (build_ia64_frame_state ): Find and create frame state record for a PC.
2690         (get_personality): Get the personality routine for a given frame.
2691         (get_except_table): Get the exception table for a given frame.
2692         (record_name): Unwind record names for debugging.
2693         (print_record): Print and unwind record.
2694         (print_all_records): Print an entire unwind image.
2695         (__ia64_backtrace): Print a backtrace.
2696         (ia64_backtrace_helper): New function.
2697         (__register_frame_info_aux): New function.
2698         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
2699
2700         * frame.h (enum unw_record_type): New unwind record types.
2701         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
2702         (struct unw_r_record, unwind_record): New unwind record structs.
2703         (struct unwind_info_ptr): Unwind information layout.
2704         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
2705         descriptors.
2706         (struct ia64_reg_loc): Register location description.
2707         (struct ia64_frame_state): Location of all registers in a frame.
2708         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
2709         * libgcc2.c (__ia64_personality_v1): Personality routine.
2710         (__calc_caller_bsp): Calculate the bsp register for the caller's
2711         frame.
2712         (ia64_throw_helper): Figure out who to return to and set up the
2713         registers.
2714         (__throw): Throw routine.
2715
2716         * output.h (assemble_eh_align, assemble_eh_label): New functions
2717         to generate EH info where we want it.
2718         (assemble_eh_integer): New function.
2719         * toplev.c (compile_file): Output module level exception table for
2720         non-ia64 targets.
2721         (main): Set exceptions_via_longjump and flag_new_exceptions based
2722         on IA64_UNWIND_INFO too.
2723
2724         * varasm.c (assemble_eh_label): Generate a label via
2725         ASM_OUTPUT_EH_LABEL if it has been specified.
2726         (assemble_eh_align): Generate an alignment directive via
2727         ASM_OUTPUT_EH_ALIGN if it has been specified.
2728         (assemble_eh_label): Generate an integer value via
2729         ASM_OUTPUT_EH_type if they have been specified.
2730         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
2731         (ia64_init_builtins): Add __builtin_ia64_bsp
2732         and __builtin_ia64_flushrs.
2733         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
2734         IA64_BUILTIN_FLUSHRS.
2735         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
2736         IA64_BUILTIN_FLUSHRS.
2737
2738         * config/ia64/ia64.md (flushrs): New insn to flush the register
2739         stack.  Add to unspec list.
2740
2741         * config/ia64/crtbegin.asm (frame_object): Change size.
2742         (__do_frame_setup_aux): New function.
2743         * config/ia64/crtend.asm: call __do_frame_setup_aux.
2744         * config/ia64/t-ia64 (LIB2ADDEH): Add.
2745         * Makefile.in (LIB2ADDEH): Add.
2746         (LIB2ADD): Use LIB2ADDEH.
2747
2748 2000-05-24  Richard Henderson  <rth@cygnus.com>
2749
2750         * recog.c (offsettable_address_p): If mode size is zero, assume
2751         BIGGEST_ALIGNMENT.
2752
2753 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
2754
2755         * configure.in: Check for -Wno-long-long option support and improve
2756         handling of warning CFLAGS for stages 1 and 2.
2757         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
2758         * configure: Regenerate.
2759
2760 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
2761
2762         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
2763         * contrib.texi: New file.
2764
2765 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2766
2767         * loop.c (basic_induction_var): Avoid double recording of an increment.
2768
2769 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2770
2771         * Back out this patch:
2772         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
2773           * loop.h (struct induction): Add multi_insn_incr.
2774           * loop.c (basic_induction_var): New multi_insn_incr argument.
2775           Set it if we search back through previous insns for the biv.
2776           (record_biv): New multi_insn_incr argument; fill in struct induction.
2777           (strength_reduce): Discard an iv with multiple bivs, any of
2778           which require multiple insns to increment.
2779
2780         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
2781
2782 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2783
2784         * rtl.h (loc_mentioned_in_p): Declare.
2785         * reload.c (loc_mentioned_in_p): Moved from here...
2786         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
2787         Fix loop increment for 'E' handling.
2788         * loop.c (strength_reduce): When doing biv->giv conversion,
2789         take multi-insn biv increments into account.
2790
2791 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
2792
2793         * stmt.c (expand_end_bindings): Look through NOTEs to find a
2794         BARRIER.
2795
2796 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
2797
2798         * calls.c (expand_call): Handle cleanups in tail-recursion
2799         arguments analagously to cleanups in sibling calls.
2800
2801 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2802
2803         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
2804         All callers changed.
2805
2806 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
2807
2808         * expr.c (expand_assignment, store_expr, expand_expr,
2809         expand_expr_unaligned): Set in_check_memory_usage while emitting
2810         chkr_check_addr libcall.
2811
2812 2000-05-24  Nick Clifton  <nickc@cygnus.com>
2813
2814         * fold-const.c (extract_muldiv): When constructing a
2815         multiplier/divisor, do not expect const_binop to correctly
2816         determine if overflow has occured, so check explicitly.
2817
2818 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
2819
2820         * c-decl.c (build_enumerator): Don't modify the value's type,
2821         convert it.
2822
2823 2000-05-24  Andreas Jaeger  <aj@suse.de>
2824
2825         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
2826
2827 2000-05-24  Eric Christopher <echristo@cygnus.com>
2828
2829         * configure.in: Redefine inhibit_libc conditions.
2830         * libgcc2.c: Remove inhibit_libc conditional define.
2831         * configure: Regenerate.
2832
2833 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
2834
2835         * configure.in:  For --enable-languages=LIST, check for empty LIST.
2836         * configure:  Regenerate.
2837
2838 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
2839
2840         * pdp11.h (STACK_BOUNDARY): Define.
2841
2842 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
2843
2844         * ifcvt.c (if_convert): Update life info globally.
2845
2846 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2847
2848         * emit-rtl.c (unshare_all_decls): New function.
2849         (unshare_all_rtl): Call it.
2850
2851 2000-05-23  Nick Clifton  <nickc@cygnus.com>
2852
2853         * configure.in: Treat 'strongarm' as if it were 'arm' when
2854         determining cpu type.
2855
2856         * configure: Regenerate.
2857
2858         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
2859         where constant strings are involved.
2860
2861         * config/arm/arm.h (arm_condition_codes): Change type to 'const
2862         char *'.
2863
2864         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
2865         cases where constant strings are involved.
2866
2867 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
2868
2869         * config/sh/sh.c (gen_far_branch, split_branches): Update
2870         to reflect new prototypes for redirect_jump and invert_jump.
2871         (sh_insn_length_adjustment): Get rid of const warnings.
2872
2873 2000-05-23  Kazu Hirata  <kazu@hxi.com>
2874
2875         * invoke.texi (Options for Debugging Your Program or GCC): Update
2876         the names of dump files.
2877
2878 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
2879
2880         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
2881         * configure: Regenerated.
2882
2883 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
2884
2885         * simplify-rtx.c (SIGN_EXTEND): New macro.
2886         (simplify_unary_operation, simplify_binary_operation,
2887         simplify_relational_operation): Use SIGN_EXTEND.  Make low
2888         halves of (low, high) pairs unsigned if they weren't already.
2889         (simplify_ternary_operation): Cast INTVAL to unsigned before
2890         comparing to a MODE_BITSIZE.
2891
2892 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2893
2894         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
2895         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
2896
2897         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
2898         gcc_AC_NEED_DECLARATIONS.
2899
2900         * dwarfout.c: Don't prototype time().
2901
2902         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
2903
2904         * system.h: Likewise.
2905
2906         * toplev.c: Likewise.
2907
2908 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
2909
2910         * c-decl.c (pushdecl): Invert sense of test for non-global types.
2911
2912 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2913
2914         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
2915
2916 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
2917
2918         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
2919
2920 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2921
2922         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
2923         (alpha_start_function): Never write ..ng label if VMS or NT.
2924         (alpha_align_insns): Remove GP_IN_USE arg.
2925         Alignment now unsigned.
2926         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
2927         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
2928         and two define_insn's.
2929
2930 2000-05-22  Richard Henderson  <rth@cygnus.com>
2931
2932         * combine.c (simplify_comparison): Use trunc_int_for_mode.
2933
2934 2000-05-22  Richard Henderson  <rth@cygnus.com>
2935
2936         * stor-layout.c (place_field): Change rli->size to rli->offset.
2937
2938 2000-05-22  Richard Henderson  <rth@cygnus.com>
2939
2940         * function.c (thread_prologue_and_epilogue_insns): Make sure
2941         existing line number notes appear after the prologue.
2942
2943 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2944
2945         * config/alpha/alpha.c (alpha_fnname): New static variable.
2946         (print_operand, case '~'): New case.
2947         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
2948         (alpha_start_function): Set alpha_fnname.
2949         Write "ng" label if no ldgp; don't write ldgp insn.
2950         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
2951         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
2952
2953 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
2954
2955         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
2956         on deleted labels.
2957
2958 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
2959
2960         * varasm.c (eh_frame_section): Revert change to argument list.
2961
2962 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2963
2964         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
2965         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
2966
2967         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
2968         dangling "else" that causes "break" to be conditional.
2969         Also remove unneeded code at start.
2970
2971 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
2972
2973         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
2974         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
2975         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
2976
2977 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
2978
2979         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
2980         just one argument.
2981
2982 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2983
2984         * alias.c (record_component_aliases): New function.
2985         * tree.h: Clean up some declarations and comments.
2986         (record_component_aliases): New declaration.
2987         * tree.c (get_alias_set): If type and has alias set, use it.
2988
2989 2000-05-22  Richard Henderson  <rth@cygnus.com>
2990
2991         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
2992         IF_THEN_ELSE to a setcc form.
2993         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
2994
2995 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2996
2997         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
2998         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
2999
3000 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3001
3002         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
3003         not a PARALLEL.
3004
3005 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3006
3007         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
3008         * config/mn10300/mn10300.c (print_operand): Likewise.
3009
3010         * final.c (split_double): Right shift of negative values is not
3011         portable.
3012
3013         * ifcvt.c (if_convert): Scan and kill dead code.
3014
3015         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
3016
3017 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
3018
3019         * diagnostic.c: Eliminate implicit int.
3020         * except.c, gcc.c: Add static prototypes.
3021         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
3022         * gensupport.c (process_rtx): Use XVEC to initialize vector
3023         slot of 'split'.
3024
3025         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
3026         debug_reg_names instead of static reg_names.  If not, define
3027         global reg_names.
3028         * regclass.c: Don't define global reg_names unless
3029         DEBUG_REGISTER_NAMES is defined.
3030
3031         * reload1.c (order_regs_for_reload): Remove unused variable.
3032         * varasm.c: Include output.h after defaults.h.  Define
3033         eh_frame_section as function of no args, not of unspecified args.
3034
3035         * gcc.c: Constify argbuf; arguments to store_arg,
3036         process_command, main; elements of struct command and struct
3037         switchstr; local variables in execute, process_command, main.
3038
3039 2000-05-20  Bruce Korb  <bkorb@gnu.org>
3040
3041         * fixinc/inclhack.def:  many applications of c_fix=format + tests
3042         * fixinc/check.diff:  regenerated
3043         * fixinc/fixincl.x:  regenerated
3044
3045 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3046
3047         * alias.c: Clarify some comments.
3048         (record_base_value): REGNO is unsigned.
3049         * rtl.h (record_base_value): Likewise.
3050
3051         * alias.c (aliases_everything_p): Don't special-case QImode here.
3052         * c-common.c (c_get_alias_set): Do it here.
3053         Handle BIT_FIELD_REF by getting alias info for arg.
3054         Use POINTER_TYPE_P.
3055
3056 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3057
3058         * mklibgcc.in: Restore rule to create ${dir}.
3059
3060 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
3061
3062         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
3063         GCC_FOR_TARGET used by MULTILIBS.
3064         * mklibgcc.in: Make sure each .o file depends on the
3065         directory it will be in.
3066         Make the multilib directory depends libgcc.
3067
3068 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
3069
3070         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
3071
3072 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
3073
3074         * fold-const.c (make_range): Handle degenerated intervals.
3075         Fixes c-torture/execute/991221-1.c
3076
3077 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3078
3079         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
3080         * reload.c (find_equiv_reg): Likewise.
3081         * alias.c (init_alias_analysis): Likewise.
3082         Only call prologue_epilogue_contains on insns.
3083         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
3084         * bb-reorder.c (hard-reg-set.h): Include earlier.
3085         * haifa-sched.c (hard-reg-set.h): Likewise.
3086         * ifcvt.c (hard-reg-set.h): Likewise.
3087         * local-alloc.c (hard-reg-set.h): Likewise.
3088         * loop.c (hard-reg-set.h): Likewise.
3089         * predict.c (hard-reg-set.h): Likewise.
3090         * regrename.c (hard-reg-set.h): Likewise.
3091         * flow.c (hard-reg-set.h): Likewise.
3092         (reg_set_to_hard_reg_set): New function.
3093         * bitmap.c (regs.h, basic-block.h): No longer include.
3094         (bitmap.h): Now include.
3095         * conflict.c (hard-reg-set.h): Include.
3096         * profile.c (hard-reg-set.h): Likewise.
3097         * print-rtl.c (hard-reg-set.h): Likewise.
3098         * sbitmap.c (hard-reg-set.h): Likewise.
3099         * toplev.c (hard-reg-set.h): Likewise.
3100         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
3101         * hard-reg-set.h (reg_names): Now constant.
3102         * regs.h (reg_names): Likewise.
3103         * regclass.c (reg_names): Likewise.
3104         * loop.h (basic-block.h): No longer include.
3105         (bitmap.h): Now include.
3106         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
3107         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
3108         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
3109
3110 2000-05-19  Jan Hubicka  <jh@suse.cz>
3111             Richard Henderson  <rth@cygnus.com>
3112
3113         * basic-block.h (struct edge_def): New field "count".
3114         (struct basic_block_def): Likewise.
3115         * flow.c (entry_exit_blocks): Add count fileds.
3116         (split_edge): Keep count information up-to-date.
3117         (dump_edge_info, dump_flow_info): Dump count fields.
3118
3119         * final.c (count_instrumented_edges): Rename to edge from arc.
3120         (end_final): Update users.
3121         * profile.c: Include expr.h, basic-block.h.
3122         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
3123         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
3124         (ignore_next_note, return_label_execution_count): Kill.
3125         (bbg_file_name, da_file_name): Kill.
3126         (edge_info, bb_info): New structures.
3127         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
3128         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
3129         (total_num_edges_instrumented): Likewise.
3130         (init_arc, expand_spanning_tree): Kill.
3131         (fill_spanning_tree, tablejump_entry_p): Kill.
3132         (instrument_edges):  Rewrite from instrument_arcs to use
3133         commit_edge_insertions infrastructure.
3134         (compute_branch_probabilities): Remove arguments; rewrite for
3135         CFG infrastructure; use rtl_dump_file directly.
3136         (branch_prob, find_spanning_tree): Likewise.
3137         (union_groups, find_group): New.
3138         (init_branch_prob): Make bbg_file_name and da_file_name local.
3139         (end_branch_prob): Use rtl_dump_file directly.
3140         (init_edge_profiler): Rename to edge from arc.
3141         (output_arc_profiler): Kill.
3142         (gen_edge_profiler): New.
3143         (output_func_start_profiler): Turn off profiling.  Make the
3144         constructor static when we can.
3145         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
3146
3147         * toplev.c (DFI_flow): Remove.
3148         (DFI_cfg, DFI_life): New.
3149         (dump_file): Update accordingly.
3150         (compile_file): Call end_branch_prob if profile_arc_flag too.
3151         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
3152         profiling after the CFG is built.  Move flow1 life analysis to
3153         DFI_life.  Always estimate remaining probabilities.
3154
3155 2000-05-19  Richard Henderson  <rth@cygnus.com>
3156
3157         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
3158
3159         * flow.c (make_edges): The sibling call edge to exit is abnormal.
3160
3161 2000-05-19  Richard Henderson  <rth@cygnus.com>
3162
3163         * jump.c (redirect_jump): Add delete_unused argument.  Don't
3164         remove labels and code following when LABEL_NUSES goes to zero.
3165         (invert_jump): Likewise.
3166         (jump_optimize_1): Fix redirect/invert arguments.
3167         (do_cross_jump, thread_jumps): Likewise.
3168         * flow.c (split_edge): Likewise.
3169         * reorg.c (optimize_skip): Likewise.
3170         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
3171         * profile.c (instrument_arcs): Likewise.
3172         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
3173         * rtl.h: Update prototypes.
3174
3175 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
3176
3177         * ssa.c (convert_from_ssa): Tell life_analysis we need death
3178         notes.
3179         (make_regs_equivalent_over_bad_edges): Only look at abnormal
3180         critical edges.
3181
3182 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
3183
3184         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
3185         past l1 when deleting whitespace and markers.
3186
3187         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
3188         * cpplib.c (do_unassert): Put the list to compare against on
3189         the stack.
3190
3191 2000-05-19  Bruce Korb  <bkorb@gnu.org>
3192
3193         * fixinc/README:  cleaned up old documentation
3194         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
3195         * fixinc/check.tpl: compute the list of needed directories
3196         emit "#if defined(name)" because of conflict
3197         omit machine name differences from output differences
3198         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
3199         (machine_name): change test text to use `sed' markers
3200         * fixinc/fixincl.x: regen
3201
3202 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3203
3204         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
3205         a CONSTRUCTOR.
3206
3207 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
3208
3209         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
3210         it to match the current practice.
3211
3212 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
3213
3214         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
3215
3216 2000-05-18  Richard Henderson  <rth@cygnus.com>
3217
3218         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
3219         * rtl.h (insn_dependant_p): Declare it.
3220         * loop.c (strength_reduce): Use it.
3221
3222 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
3223
3224         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
3225         16-bit and 64-bit clean-up.
3226
3227 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
3228
3229         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
3230         * configure: Rebuilt.
3231
3232 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
3233
3234         * genopinit.c: Use $ for escape sequences in optab patterns.
3235         Remove backslashes from optab patterns.  Change $A, $B, $C to
3236         expand to (int) whatever instead of just whatever; remove
3237         explicit (int) from all optab patterns.
3238
3239         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
3240         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
3241         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
3242         genrecog.c: Remove private copies of xmalloc, xrealloc, and
3243         xstrdup.
3244
3245 2000-05-18  Richard Henderson  <rth@cygnus.com>
3246
3247         * jump.c (jump_optimize_1): Base minimum insn count during
3248         find_cross_jump on BRANCH_COST.
3249
3250 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
3251
3252         * print-rtl.c (print_rtx): Only print note line number as string
3253         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
3254         * final.c (final_scan_insn): Do nothing for note line number 0.
3255
3256 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
3257
3258         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
3259         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
3260         NOTE_INSN_DELETED_LABEL.
3261
3262 2000-05-18  Nick Clifton  <nickc@cygnus.com>
3263
3264         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
3265         uninitialised data in .rodata not .bss, and do not interpret an
3266         error in the initialisation value as meaning that the variable
3267         should be placed in the .bss section.
3268
3269 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
3270
3271         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
3272         not `$ac_cv_prog_cc_cc_c_o'.
3273         * configure: Regenerated.
3274
3275 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
3276             Richard Henderson  <rth@cygnus.com>
3277
3278         * c-common.h (enum c_tree_index): Add g77 type entries.
3279         (g77_integer_type_node, g77_uinteger_type_node): New.
3280         (g77_longint_type_node, g77_ulongint_type_node): New.
3281         * c-decl.c (init_decl_processing): Initialize them.
3282
3283 2000-05-18  Richard Henderson  <rth@cygnus.com>
3284
3285         * config/h8300/h8300.md (subs patterns): Use %G to negate.
3286
3287         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
3288         (small_power_of_two): Likewise; use exact_log2.
3289         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
3290         (output_adds_subs): Remove.
3291         (two_insn_adds_subs_operand): New.
3292         (split_adds_subs): New.
3293         * config/h8300/h8300-protos.h: Update.
3294         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
3295         (CONST_OK_FOR_L): Match strict adds operands.
3296         (CONST_OK_FOR_N): Match struct subs operands.
3297         * config/h8300/h8300.md (adds_subs insns): Remove.
3298         (addhi patterns): Output adds/subs directly.
3299         (addsi_h8300h): Likewise.
3300         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
3301
3302 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
3303
3304         * cppexp.c (parse_assertion): New.
3305         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
3306         (_cpp_parse_expr): Remove case '#'.  Don't set
3307         parsing_if_directive.
3308         * cpphash.c (collect_objlike_expansion,
3309         collect_funlike_expansion, collect_params,
3310         _cpp_create_definition): The list no longer has a trailing
3311         VSPACE token.
3312         * cpphash.h (enum node_type): Add T_ASSERTION.
3313         (struct hashnode): Remove aschain, add pred.
3314         (struct predicate): New.
3315         Update prototypes.
3316
3317         * cpplex.c (expand_token_space): Handle both offset and
3318         nonoffset lists.
3319         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
3320         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
3321         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
3322         _cpp_equiv_toklists): New.
3323         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
3324         stop at any single-character token, not just newline.
3325         (_cpp_lex_token): Remove special cases for #define and #if.
3326         (cpp_get_token): Expect # as a separate token type.  Remove
3327         DIRECTIVE case.
3328         (_cpp_get_directive_token): Remove DIRECTIVE case.
3329         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
3330
3331         * cpplib.c (_cpp_check_directive): Set dirno and
3332         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
3333         (_cpp_handle_directive): Run # <number> through the same logic
3334         as normal directives.
3335         (do_define): Don't set parsing_define_directive.  Use
3336         _cpp_scan_until.  The list does not have a VSPACE at the end.
3337         (do_if): Save, clear, and restore only_seen_white around
3338         _cpp_parse_expr.
3339         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
3340         (do_assert, do_unassert): Rewrite.
3341
3342         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
3343         (LIST_OFFSET): New flag.
3344         (struct cpp_toklist): Replace dir_handler and dir_flags with
3345         dirno and flags.
3346         (struct cpp_reader): Remove parsing_if_directive and
3347         parsing_define_directive.
3348
3349 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3350
3351         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
3352         following the cabs decl which terminate on the following line.
3353         Add the corresponding test_text case.
3354
3355 2000-05-18  Neil Booth  <NeilB@earthling.net>
3356
3357         * cppinit.c (cpp_reader_init): Initialise col_adjust and
3358         default tab stop size.
3359         (no_num, OPT_ftabstop): New.
3360         (handle_option): Handle "ftabstop=" command-line option.
3361         (print_help): Document it.
3362         * cpplex.c (COLUMN): Remove.
3363         (handle_newline): Reset col_adjust.
3364         (skip_whitespace): Update col_adjust as tabs encountered.
3365         (_cpp_lex_line): Update to use col_adjust.  Call
3366         skip_whitespace for all whitespace.
3367         * cpplib.h (struct cpp_options): New member tabstop.
3368         (struct cpp_reader): New member col_adjust.
3369         (CPP_BUF_COL): Update.
3370         (CPP_BUF_COLUMN): New.
3371         * cpp.texi: Document "-ftabstop=" command line option.
3372
3373 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
3374
3375         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
3376         files.
3377         * configure: Rebuilt.
3378
3379 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
3380
3381         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
3382
3383         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
3384         HOST_BITS_PER_WIDE_INT is >= 64.
3385
3386 2000-05-17  Richard Henderson  <rth@cygnus.com>
3387
3388         * jump.c (jump_optimize_1): Remove inactive but real insns
3389         in jump-to-next-insn optimization.
3390
3391 2000-05-17  Richard Henderson  <rth@cygnus.com>
3392
3393         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
3394         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
3395         Don't call recompute_reg_usage if no_new_pseudos is true.
3396         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
3397         Return true if we did work; update global life information.
3398         * basic-block.h (optimize_mode_switching): Update decl.
3399
3400 2000-05-17  Neil Booth  <neilb@earthling.net>
3401
3402         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
3403
3404 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
3405
3406         * cpplib.c: New feature, #pragma system_header.
3407         * cpp.texi: Document special treatment of system headers, and
3408         the various mechanisms to get a header that special treatment.
3409
3410 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3411
3412         * system.h (offsetof): Define at the very end, to ensure we prefer
3413         the platform's definition if available.
3414
3415 2000-05-16  Bruce Korb  <bkorb@gnu.org>
3416
3417         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
3418         * fixinc/server.c: likewise
3419         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
3420         + #ifdef debugging code + use #def constant for
3421         sub-pattern count
3422         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
3423         on C++ math namespace
3424
3425 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3426
3427         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
3428         Don't check the return value of sprintf.  Use asprintf to avoid
3429         buffer overflows.
3430
3431 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3432
3433         * flags.h (warn_unused_function, warn_unused_label,
3434         warn_unused_parameter, warn_unused_variable, warn_unused_value):
3435         Replace ``warn_unused''.
3436         (set_Wunused): Add declaration.
3437         * toplev.c (set_Wunused): New function.
3438         (warn_unused_function, warn_unused_label, warn_unused_parameter,
3439         warn_unused_variable, warn_unused_value): New variables.
3440         (W_options): Add -Wunused-function, -Wunused-function,
3441         -Wunused-label, -Wunused-parameter, -Wunused-variable and
3442         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
3443
3444         * toplev.c (decode_W_option): Update -Wunused flags by calling
3445         set_Wunused.
3446         * c-decl.c (c_decode_option): Ditto for -Wall.
3447
3448         * stmt.c (expand_expr_stmt, expand_expr_stmt,
3449         warn_about_unused_variables): Replace warn_unused with more
3450         explicit warn_unused_value et.al.
3451         * function.c (expand_function_end): Ditto.
3452         * c-typeck.c (internal_build_compound_expr,
3453         internal_build_compound_expr): Ditto.
3454         * c-decl.c (poplevel, pop_label_level): Ditto.
3455         * toplev.c (check_global_declarations): Replace warn_unused with
3456         check for either warn_unused_function or warn_unused_variable.
3457
3458         * gcc.1, invoke.texi (Warning Options): Document
3459         -Wunused-function, -Wunused-function, -Wunused-label,
3460         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
3461
3462 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
3463
3464         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
3465         $(srcdir), not in the current directory.
3466
3467 2000-05-16  Richard Henderson  <rth@cygnus.com>
3468
3469         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
3470         assembler supports it.
3471         (.fini, .init): Use a gp-relative indirect call.
3472         (__do_global_dtors_aux): Preserve the gp; rebundle.
3473         (__do_frame_setup): Likewise.
3474         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
3475         (.init): Use a gp-relative indirect call.
3476         (__do_global_ctors_aux): Preserve the gp.
3477
3478 2000-05-16  Richard Henderson  <rth@cygnus.com>
3479
3480         * flow.c (commit_one_edge_insertion): Be prepared for a return
3481         insn to be inserted on the edge with a normal jump.
3482         * jump.c (jump_optimize_1): Don't look to create return isns.
3483
3484         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
3485         * jump.c (jump_optimize_1): Likewise.
3486         (returnjump_p): Verify the argument is a JUMP_INSN.
3487         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
3488
3489 2000-05-16  Nick Clifton  <nickc@cygnus.com>
3490
3491         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
3492         GET_RTX_CLASS (GET_CODE ()) == 'i'.
3493         (large_insn_p): Ditto.
3494         (m32r_is_insn): New function: Return true if the insn contains
3495         an executable instruction.
3496         (m32r_adjust_insn): Use m32r_is_insn.
3497         (m32r_sched_reorder): Use m32r_is_insn.
3498         (m32r_sched_variable_issue): Use m32r_is_insn.
3499
3500 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3501
3502         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
3503         VAR_DECL.
3504
3505         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
3506
3507         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
3508         according to given options.
3509
3510 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
3511
3512         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
3513         if X has VOIDmode either.
3514         (LIMIT_RELOAD_CLASS): Similarly.
3515
3516         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
3517         not "general_operand" to match the processor's capabilities.
3518
3519 2000-05-16  Bruce Korb  <bkorb@gnu.org>
3520
3521         * fixinc/README:  corrected return address
3522         * fixinc/check.diff:  regenerate, now that test works
3523         * fixinc/fixfixes.c(format_fix,format_write): reformatted
3524         (char_macro_def_fix,char_macro_use_fix): corrected and
3525         rewrote to use regex to parse the text
3526         * fixinc/inclhack.def: more testing
3527         * fixinc/fixincl.x:  regenerated
3528
3529         * fixinc/inclhack.def: added several "test_text" attributes
3530         changed several fixes to use `c_fix = format'
3531         re-alphabetized the fixes
3532
3533         * fixinc/check.diff: regenerate
3534         * fixinc/fixincl.x: regenerate
3535         * fixinc/check.tpl: added `sparc' and `netinet' to the list
3536         of created dirs
3537
3538
3539 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
3540
3541         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
3542
3543 2000-05-15  Richard Henderson  <rth@cygnus.com>
3544
3545         * toplev.c (rest_of_compilation): Run full jump pass before
3546         find_basic_blocks of flow2.
3547
3548 2000-05-15  Richard Henderson  <rth@cygnus.com>
3549
3550         * jump.c: Fix typos and clarify commentary from last change.
3551         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
3552         (safe_to_remove_jump_p): Remove.
3553         (condjump_label): Use pc_set.
3554
3555 2000-05-15  Richard Henderson  <rth@cygnus.com>
3556
3557         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
3558         that get in the way after reload.
3559         (cond_exec_process_if_block): Skip a label heading THEN block.
3560
3561 2000-05-15  Richard Henderson  <rth@cygnus.com>
3562
3563         * varasm.c (output_constant_pool): Abort instead of converting
3564         (improperly) deleted labels to zero.
3565
3566 2000-05-16  Neil Booth  <NeilB@earthling.net>
3567
3568         * cpplex.c (parse_string2): Update comment.
3569         (cpp_lex_line): No special assertion treatment for '('.
3570         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
3571         * cpplib.h (SYNTAX_ASSERT): Remove.
3572
3573 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3574
3575         * jump.c (condjump_p):  Mark as depreached.
3576         (any_condump_p): New.
3577         (any_uncondump_p): New.
3578         (pc_set): New.
3579         (safe_to_remove_jump_p): New.
3580         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
3581         safe_to_remove_jump_p): Declare.
3582
3583 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3584
3585         * calls.c: Re-install both patches reverted by last patch.
3586         (struct arg_data): New field tail_call_reg.
3587         (initialize_argument_information): Initialize tail_call_reg
3588         (load_register_parameters): New argument flags, use
3589         tail_call_reg when emiting tail call sequence.
3590         (expand_call): Update call of load_register_parameters;
3591         copy unadjusted_args_size to adjusted_args_size.
3592
3593 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3594
3595         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
3596         and bct_p parameters to flags.
3597         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
3598         * rtl.h (loop_optimize): Update prototype.
3599         * toplev.c (rest_of_compilation): Update call of loop_optimize.
3600
3601 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
3602
3603         * calls.c (expand_call): Move expand_start_target_temps call after
3604         start_sequence().
3605
3606 2000-05-15  Neil Booth  <NeilB@earthling.net>
3607
3608         * cpphash.c (trad_stringify, warn_trad_stringify,
3609         collect_params): Make some pointers pointers to const.
3610         * cpplex.c (auto_expand_name_space) Guaranteed to always
3611         expand by at least one character.
3612         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
3613         (struct token_spelling): Use const U_CHAR * rather than PTR.
3614         (expand_name_space): Fix up token pointers if name space
3615         is moved when expanding.
3616         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
3617         parse_string2, save_comment, spell_token, cpp_output_list):
3618         Update so the routines handle tokens with a direct pointer to
3619         their text, rather than an offset into the token's list's namebuf.
3620         (_cpp_lex_line): Rearrange for clarity.
3621
3622         * cpplib.c (_cpp_check_directive): Similarly.
3623         (do_define): Make SYM a pointer to const.
3624         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
3625         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
3626         (TOK_OFFSET): Delete.
3627         (TOK_NAME): Update.
3628
3629 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
3630
3631         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
3632         64-bit ABI.
3633
3634         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
3635         into account.
3636         (logical_u_operand): Delete.
3637         (non_logical_cint_operand): Rewrite to take MODE into account.
3638         (non_logical_u_cint_operand): Delete.
3639         (boolean_operator): New function.
3640         (print_operand): Add new %q operand.
3641         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
3642         remove logical_u_operand and non_logical_u_cint_operand,
3643         update logical_operand and non_logical_cint_operand.
3644         * config/rs6000/rs6000.md: Rewrite the patterns for performing
3645         logical operations to use %q.
3646
3647         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
3648         (movdi): Make similar to movsi.
3649         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
3650         is no such thing as a DImode CONST_DOUBLE.
3651         * config/rs6000/rs6000.c (output_toc): Likewise.
3652
3653         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
3654         codes when old mnemonics are in use.  Print register names
3655         for cc registers when requested.
3656
3657         * optabs.c (expand_float): Don't allow mode widening that causes
3658         double rounding.
3659
3660         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
3661         flags to their current names -maix64 and -maix32.
3662
3663 2000-05-14  Bruce Korb  <bkorb@gnu.org>
3664
3665         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
3666         and/or after current text of file
3667         * fixinc/fixlib.c(must_malloc):
3668         * fixinc/fixlib.h(must_malloc): + reformatting
3669         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
3670         with usages of ``c_fix = wrap;''
3671         Add several tests and use the ``c_fix = format'' fixer more.
3672         * fixinc/fixincl.x: regen
3673         * fixinc/check.diff: regen
3674         * fixinc/check.tpl: emit the associated header with the missing
3675         test message
3676
3677 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
3678
3679         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
3680         variables $src and $dst.
3681
3682 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
3683
3684         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
3685         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
3686         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
3687         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
3688         fields.
3689         (set_message_prefixing_rule): Declare.
3690
3691         * diagnostic.c: (current_prefixing_rule): New variable.
3692         (set_message_prefixing_rule): Define.
3693         (output_set_prefix): Adjust buffer->emitted_prefix_p.
3694         (init_output_buffer): Adjust Initialization.
3695         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
3696
3697 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
3698
3699         * ifcvt.c (if_convert): Do not free NULL.
3700
3701 2000-05-12  Nick Clifton  <nickc@cygnus.com>
3702
3703         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
3704         to move a double word value.
3705         (di_operand): New function: Return true if the operand is suitbale
3706         for a double word move operation.
3707         (nonimmediate_di_operand): New function: Return true if the
3708         operand is a DImode register or MEM.
3709
3710         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
3711         nonimmediate_di_operand.
3712
3713         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
3714         nonimmediate_di_operand.
3715
3716         * config/fr30/fr30.md (movdi): New pattern.  Required because
3717         other patterns generate DImode results.
3718         (movdi_insn): New pattern.
3719
3720 2000-05-12  Richard Henderson  <rth@cygnus.com>
3721
3722         * config/alpha/alpha.c (struct shadow_summary): Define
3723         bitfields as type unsigned int.
3724
3725 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
3726
3727         * config/avr/t-avr: Added definition of FLOAT while generates
3728         fp-bit.c
3729
3730         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
3731         peepholes for tst+jump = sbrs/sbrc optimization.
3732
3733 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
3734
3735         * expr.c (emit_push_insn): Do not adjust stack pointer when
3736         preallocating.
3737
3738 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
3739
3740         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
3741         * system.h (offsetof): ... to here.
3742
3743 2000-05-12  Richard Henderson  <rth@cygnus.com>
3744
3745         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
3746         * final.c (final_end_function): Use app_disable.  Rearrange note
3747         handling into a switch.  Emit deleted labels.
3748         (output_asm_label): Generate label strings for deleted labels.
3749         * flow.c (tail_recursion_label_list): New.
3750         (find_basic_blocks_1): Set label_value_list directly.  Collect list
3751         of tail recursion labels from call_placeholders.  Don't add deleted
3752         labels to the label value list.
3753         (cleanup_cfg): Use free_EXPR_LIST_list.
3754         (flow_delete_insn_chain): Turn non-removable labels into notes.
3755         (flow_delete_block): Don't disable deleting the block because of
3756         a non-removable label.
3757         (tail_recursion_label_p): New.
3758         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
3759         because of a label.
3760         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
3761         jump table.
3762         (merge_blocks): Disable a merge because of tail recursion labels.
3763         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
3764         Use a more accurate measure of not merging the join block.
3765         (find_if_block): Don't disable conversion because of a label.
3766         (find_if_case_1, find_if_case_2): Likewise.
3767         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
3768         element when copying.
3769         (squeeze_notes): Also leave EH notes.
3770         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
3771         REG_LABEL notes.
3772         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
3773         deleting a label.
3774         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
3775         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
3776         referring to a deleted label.  Convert tail handling to a switch.
3777         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
3778         for NOTE_INSN_DELETED_LABEL.
3779         (NOTE): Fix commentary.
3780         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
3781         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
3782         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
3783         (LABEL_NUSES, LABEL_REFS): Likewise.
3784         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
3785
3786 2000-05-12  Bruce Korb  <bkorb@gnu.org>
3787
3788         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
3789         * fixinc/check.diff: updated
3790         * fixinc/inclhack.def: corrected & added some test_text-s
3791         * fixinc/genfixes: removed unneeded options to autogen invocation
3792         * fixinc/fixincl.tpl: Specified the output file
3793         * fixinc/fixfixes.c: visual appearance
3794         * fixinc/fixincl.x: regenerate
3795
3796 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
3797
3798         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
3799         CTRL_defn_fix): Delete.
3800         (fix_char_macro_defines, fix_char_macro_uses): Rename to
3801         char_macro_def_fix and char_macro_use_fix, respectively.  Put
3802         them into the FIXUP_TABLE.  Get the string to search for from
3803         a c_fix_arg.
3804
3805         (format_write): New function.
3806         (format_fix): Use it.
3807
3808         (FIX_PROC_HEAD): Constify text parameter.
3809         (machine_name_fix): Constify all char *s.
3810         * fixtests.c (skip_quote): Remove double static.
3811
3812         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
3813         ctrl_use_quotes): Update for new scheme.
3814         * fixincl.x: Regenerate.
3815
3816 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
3817
3818         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
3819         DWARF2_DEBUG.
3820         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
3821         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
3822
3823 2000-05-11  Robert Lipe <robertlipe@usa.net>
3824
3825         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
3826         * fixincl.x: Regenerate.
3827
3828 2000-05-11  Richard Henderson  <rth@cygnus.com>
3829
3830         * calls.c: Revert both 05-09 patches.
3831
3832 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
3833
3834         * config/mn10300/mn10300.c (print_operand): Print FP constants in
3835         hexadecimal.
3836         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
3837         for FP values.
3838
3839         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
3840         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
3841
3842 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
3843
3844         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
3845
3846 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
3847
3848         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
3849
3850 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
3851
3852         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
3853         * config/avr/avr.c (jump_over_one_insn_p): New function.
3854         * config/avr/avr.md: New peepholes added. Output test and
3855         conditional jump to "sbrc" or "sbrs" command.
3856
3857 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
3858
3859         * cppmain.c (main): Use IS_DIR_SEPARATOR.
3860
3861 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
3862
3863         * except.c (find_exception_handler_labels_1): New function.
3864         (find_exception_handler_labels): Split into two functions, dive
3865         into CALL_PLACEHOLDERs when looking for exception handler labels.
3866
3867 2000-05-11 Stan Cox <scox@cygnus.com>
3868
3869         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
3870         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
3871         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
3872
3873 2000-05-11  Bruce Korb  <bkorb@gnu.org>
3874
3875         * fixinc/fixfixes.c (double_slash_fix):  obsolete
3876         (else_endif_label_fix): obsolete
3877         (format_fix):  new, unused as yet
3878         (main): obsolete
3879         * fixinc/fixlib.h: added fix description struct for use by format_fix
3880         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
3881         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
3882         modules.  Removed the vestiges of the script version.
3883         Added support for "make check".
3884         * fixinc/check.diff: base diff file (needs work!!)
3885         * fixinc/check.tpl: quiet the fixup output
3886         * fixinc/fixtests.c (main): obsolete
3887         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
3888         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
3889
3890 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
3891
3892         * toplev.c (rest_of_compilation): Remove dead code after
3893         combine.
3894
3895 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
3896
3897         * cpphash.c (collect_funlike_expansion): Make "# is not
3898         followed by a macro argument name" a pedwarn, not an error.
3899         Preserve the # in the output.  Suppress the warning if lang_asm.
3900
3901 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
3902
3903         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
3904         * configure: Rebuilt.
3905
3906 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
3907
3908         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
3909
3910 2000-05-10  Kazu Hirata  <kazu@hxi.com>
3911
3912         * combine.c (try_combine): Fix a typo.
3913
3914 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
3915
3916         * config/ia64/ia64.md (insv): Add comment.
3917
3918 2000-05-10  Richard Henderson  <rth@cygnus.com>
3919
3920         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
3921         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
3922         dependancies on FPBIT and DPBIT.
3923
3924 2000-05-10  Nick Clifton  <nickc@redhat.com>
3925
3926         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
3927         when optimising for size.
3928         (mark_used_regs:) Ditto.
3929         (try_pre_increment_1): Ditto.
3930
3931 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
3932
3933         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
3934         Make error message friendlier.
3935
3936         * cpphash.h (struct hashnode): Use struct hack for name
3937         member.
3938         * cpphash.c (struct hashdummy): New.
3939         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
3940         (make_HASHNODE): No need to set ->name pointer.  Correct
3941         setting of p.
3942         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
3943
3944 2000-05-10  Richard Henderson  <rth@cygnus.com>
3945
3946         * flow.c (find_basic_blocks_1): Remove any spare bb_note
3947         after completion.
3948
3949 2000-05-10  Bruce Korb  <bkorb@gnu.org>
3950
3951         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
3952
3953 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
3954
3955         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
3956         after we enter .debug.
3957
3958 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
3959
3960         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
3961         abstract instance of a nested inline function.
3962
3963         * stor-layout.c (finish_record_layout): finalize_type_size
3964         before laying out the pending_statics.
3965
3966 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
3967
3968         * cpplex.c (spell_token): New function.
3969         (spell_string, spell_comment, spell_name): fold into
3970         spell_token.
3971         (I, S): Add macros.
3972         (E, H): Remove macros.
3973         (save_comment): Save comment opening characters too.
3974         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
3975         handling.
3976         * cpplib.h (I, S): Add macros.
3977         (E, H): Remove macros.
3978         (TTYPE_TABLE): Update entries for new speller.
3979         (SYNTAX_ASSERT): Remove.
3980
3981 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
3982
3983         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
3984         when removing escaped newlines.  Reverse sense of test for
3985         escaped newline.
3986
3987 2000-05-09  Richard Henderson  <rth@cygnus.com>
3988
3989         * flow.c (find_basic_blocks_1): Do not delete the first
3990         bb_note we run across.
3991         (create_basic_block): Use reorder_insns to move an existing
3992         bb_note to the correct place.
3993
3994 2000-05-09  Richard Henderson  <rth@cygnus.com>
3995
3996         * calls.c (expand_call): Increment currently_expanding_call
3997         before calling optimize_tail_recursion.
3998
3999 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4000
4001         * reload1.c (reload_combine): Fix errors in last change.
4002
4003 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
4004
4005         * gcc.c (used_arg): Skip over a semicolon at the end of the
4006         split-up loop; don't break out of it.
4007
4008         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
4009         (tree.o): Depend on output.h.
4010
4011         * c-decl.c (pending_invalid_xref_file,
4012         current_function_prototype_file): Constify.
4013         (pushdecl): Constify a local char *.
4014         (define_label): Constify filename parameter.
4015         * c-lex.c (init_parse): Constify parameter and return value.
4016         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
4017         * c-tree.h: Update prototypes.
4018         * c-parse.in: Constify filename member of %union, and if_stmt_file.
4019         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
4020         objc/objc-parse.c: Regenerate.
4021
4022         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
4023         * dwarfout.h: Update prototypes.
4024         * expr.c (expand_expr): Constify a local char *.
4025         * flags.h: Constify main_input_filename.
4026         * function.c (expand_function_end): Constify filename parameter.
4027         * genrecog.c (make_insn_sequence): Use a character array for
4028         c_test_pos.
4029         (main): Remove unused variables.
4030         * input.h: Constify input_filename, main_input_filename, and
4031         file_stack.name.  Update prototypes.
4032         * output.h: Declare first_global_object_name and
4033         weak_global_object_name here, as const char *.
4034         * stmt.c (expand_asm_operands): Constify filename parameter.
4035         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
4036         Constify filename parameter.
4037         (input_filename, main_input_filename): Constify.
4038         * toplev.h: Update prototypes.
4039         * tree.c: Include output.h.  Don't declare
4040         first_global_object_name or weak_global_object_name.  Clean up string
4041         bashing in get_file_function_name_long.
4042         * tree.h (struct tree_decl): Constify filename member.
4043         (input_filename): Constify.
4044         Update prototypes.
4045         * varasm.c (first_global_object_name, weak_global_object_name):
4046         Constify.
4047         (assemble_start_function, assemble_variable): Clean up string bashing.
4048
4049         * gcc.c: Constify all spec-related strings initialized,
4050         transitively, from string constants.  Constify all strings
4051         and string variables related to multilibs.
4052         (set_spec, read_specs): Cast argument to free to PTR.
4053         (used_arg): Do not modify multilib_matches.  Use strncmp plus
4054         length comparison to compare multilib switches.
4055         * genmultilib: Constify everything declared in multilib.h.
4056
4057 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
4058
4059         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
4060         as deleted.
4061
4062 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
4063
4064         * config/avr/avr-protos.h (extra_constraint): change a type of
4065         second argument from char to int to avoid warnings.
4066         (asm_output_byte): Likewise.
4067
4068         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
4069         (initial_elimination_offset): Handle elimination from
4070         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
4071         (legitimate_address_p): Use MAX_LD_OFFSET.
4072         (legitimize_address): Likewise.
4073         (out_movqi_r_mr): Likewise.
4074         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
4075         (out_movsi_r_mr): Use MAX_LD_OFFSET.
4076         (out_movsi_mr_r): Likewise.
4077         (out_movqi_mr_r): Likewise.
4078         (out_movhi_mr_r): Likewise.
4079         (notice_update_cc): Correct CC for the ashrqi3 with the shift
4080         count as CONST_INT != 6.
4081         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
4082         shift count is a CONSTANT_P, but not a CONST_INT.
4083         (ashlhi3_out): Coding style modifications.
4084         (ashlsi3_out): Likewise.
4085         (ashrhi3_out): Likewise.
4086         (ashrsi3_out): Likewise.
4087         (lshrhi3_out): Likewise.
4088         (lshrsi3_out): Likewise.
4089         (ashrqi3_out): Generate shift for any known constant count without
4090         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
4091         but not a CONST_INT.
4092         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
4093         shift count is a CONSTANT_P, but not a CONST_INT.
4094         (extra_constraint): change a type of
4095         second argument from char to int to avoid warnings.
4096         (asm_output_byte): Likewise.
4097         (asm_file_end): Output size generated commands count as a hex
4098         number too.
4099
4100         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
4101
4102         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
4103         removed.
4104         (ashlqi3): Values of "length" attribute changed. Shift count
4105         uses constraints 'n' instead of 'i'.
4106         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
4107         shifts without clobber register.
4108         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
4109         (call_insn): Correct test for which_alternative == 1 (was 0).
4110         (call_value_insn): Likewise.
4111
4112         * config/avr/t-avr: Remove definition of FLOAT while generates
4113         fp-bit.c
4114
4115 2000-05-09  Bruce Korb  <bkorb@gnu.org>
4116
4117         * fixinc/check.tpl:  Template for checking fixes
4118         * fixinc/inclhack.def:  Added 'test_text' for many fixes
4119         disable hpux8_bogus_inlines on SCO
4120         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
4121
4122 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4123
4124         * calls.c (expand_call): Reorganize somewhat in order
4125         to avoid unnecesary recalculation inside loop and make
4126         tail call failure code cleaner.
4127
4128 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4129
4130         * alias.c (nonlocal_reference_p): Minor reformatting.
4131         * reload.c (find_equiv_reg): Simplify logic for
4132         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
4133         some some reformatting.
4134         * reload1.c (reload_combine): Don't assume everything in
4135         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
4136
4137 2000-05-08  Richard Henderson  <rth@cygnus.com>
4138
4139         * final.c (current_insn_predicate): New.
4140         (final_scan_insn): Set it.
4141         * output.h (current_insn_predicate): Declare.
4142
4143         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
4144         Attach it to call insns.
4145         (cond_exec_process_if_block): Track probability for true and
4146         false branches.
4147         (dead_or_predicable): Likewise.
4148
4149         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
4150         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
4151         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
4152         (estimate_probability, expected_value_to_br_prob): Use them.
4153
4154         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
4155         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
4156         (ia64_expand_prediction): New.
4157         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
4158         as needed after calls.
4159         (ia64_epilogue_uses): Mark b0 used.
4160         * config/ia64/ia64.md (beq_true, beq_false): Remove.
4161         (bne_true, bne_false): Remove.
4162         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
4163         (br_true, br_false): New.  Use predicate_operator and
4164         ia64_expand_prediction.
4165         (return_true, return_false): Likewise.
4166         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
4167         (call_internal1, call_value_internal): Likewise.
4168         (call_value_internal1, call_multiple_values_internal1): Likewise.
4169
4170         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
4171
4172         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
4173
4174 2000-05-08  Richard Henderson  <rth@cygnus.com>
4175
4176         * rtlanal.c (may_trap_p): Consider old-style and volatile
4177         asms to trap.
4178
4179 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
4180
4181         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
4182
4183 2000-05-08  Richard Henderson  <rth@cygnus.com>
4184
4185         * config/ia64/ia64.h (predicate_operator): Declare.
4186
4187         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
4188         of existance.
4189
4190         * gensupport.c (process_rtx): Copy and post-process each member
4191         of the define_insn rtvec individually.
4192
4193 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
4194
4195         * cpplex.c (spell_token): New function.
4196         (TOKEN_LEN): Add 1 for whitespace.
4197         (_cpp_lex_file): Update to use spell_token.
4198         * cpplib.h (E): Remove.
4199         (TTYPE_TABLE): Update CPP_VSPACE entry.
4200
4201 2000-05-08  Richard Henderson  <rth@cygnus.com>
4202
4203         * flow.c (init_propagate_block_info): Watch out for conditional
4204         branch to next instruction, and thus one outgoing edge.
4205
4206         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
4207         for global register variables; don't special case __[CD]TOR_LIST__;
4208         mind ggc_p for string allocation.
4209
4210 2000-05-08  Nick Clifton  <nickc@cygnus.com>
4211
4212         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
4213
4214 2000-05-08  Bruce Korb  <bkorb@gnu.org>
4215
4216         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
4217         i?86-*-msdosdjgpp* no longer uses fixincludes
4218         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
4219         * fixinc/inclhack.sh:  deleted
4220         * fixinc/hackshell.tpl:  deleted
4221         * fixinc/inclhack.tpl:  deleted
4222         * fixinc/Makefile.in:  Remove dependencies on above
4223         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
4224
4225 2000-05-08  Andreas Jaeger  <aj@suse.de>
4226
4227         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
4228         support.
4229
4230 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
4231
4232         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
4233         substitutions.
4234
4235 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
4236
4237         * cpplex.c: Move new lexer definitions and prototypes
4238         to top.  Conditional include these and the code if
4239         NEW_LEXER is defined.  Rename functions whose names
4240         clash if this code included.
4241
4242 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
4243
4244         * rtl.def (COND_EXEC): Clarify.
4245
4246         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
4247         same fashion as zero_extendsidi2.
4248
4249 2000-05-06  Richard Henderson  <rth@cygnus.com>
4250
4251         * config/ia64/ia64.c (predicate_operator): New.
4252         (ia64_print_operand): Handle 'J'.
4253         (rtx_needs_barrier): Handle COND_EXEC.
4254         * config/ia64/ia64.h (BRANCH_COST): Define.
4255         (PREDICATE_CODES): Update.
4256         * config/ia64/ia64.md: Docuement used unspec values.
4257         (attr predicable): New.
4258         (movxf, movxf_internal): New.
4259         (extendsfdf2): Don't comment out nop.
4260         (floatdidf2): Remove.
4261         (truncxfsf2, truncxfdf2, floatdixf2): New.
4262         (abssi2, absdi2): Put the neg in the "true" slot.
4263         (conditional branch instructions): Mark not predicable.
4264         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
4265         (abs*_internal): Likewise.
4266         (alloc, set_bsp): Mark not predicable.
4267         (barrier, insn_group_barrier, flush_cache): Likewise.
4268         (define_cond_exec): New.
4269
4270 2000-05-06  Richard Henderson  <rth@cygnus.com>
4271
4272         * c-decl.c: Include "tm_p.h".
4273
4274         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
4275         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
4276         (ia64_expand_op_and_fetch): Declare.
4277         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
4278         (setjmp_operand): Constify variables for XSTR.
4279         (ia64_encode_section_info): Likewise.
4280         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
4281         values to int.
4282         (ia64_asm_output_external): Constify name.
4283         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
4284         (process_for_unwind_directive): Provide switch default.
4285         (ia64_expand_compare_and_swap): Remove unused variables.
4286         (ia64_expand_builtin): Likewise.
4287         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
4288         for printing.
4289
4290         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
4291         (symbolic_operand, function_operand, setjmp_operand): Likewise.
4292         (shift_count_operand, shift_32bit_count_operand): Likewise.
4293         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
4294         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
4295         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
4296         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
4297         (ia64_expand_builtin): Likewise.
4298         (call_multiple_values_operation): Make dest_regno unsigned.
4299
4300 2000-05-06  Richard Henderson  <rth@cygnus.com>
4301
4302         * rtl.def (DEFINE_COND_EXEC): New.
4303         * md.texi: Document it.
4304
4305         * gensupport.c (input_file): Remove.
4306         (struct queue_elem): Add lineno.
4307         (rtx_ready_queue): Remove.
4308         (errors): New.
4309         (predicable_default): New.
4310         (predicable_true, predicable_false): New.
4311         (define_attr_queue, define_attr_tail): New.
4312         (define_insn_queue, define_insn_tail): New.
4313         (define_cond_exec_queue, define_cond_exec_tail): New.
4314         (other_queue, other_tail): New.
4315         (queue_pattern): New.
4316         (process_rtx): Add patterns to the appropriate queues.
4317         (is_predicable, identify_predicable_attribute): New.
4318         (n_alternatives, collect_insn_data): New.
4319         (alter_predicate_for_insn, alter_test_for_insn): New.
4320         (shift_output_template, alter_output_for_insn): New.
4321         (process_one_cond_exec, process_define_cond_exec): New.
4322         (init_md_reader): Read the entire file.  Process define_cond_exec.
4323         (read_md_rtx): Return elements from the queues.
4324
4325 2000-05-06  Richard Henderson  <rth@cygnus.com>
4326
4327         * flow.c (mark_set_1): Don't update conditional life info
4328         if the register is not_dead.
4329
4330 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
4331
4332         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
4333         (mostlyclean): Also delete fixincl, fixinc.sh, and
4334         specs.ready, and make clean in the fixinc subdir.
4335
4336 2000-05-06  Richard Henderson  <rth@cygnus.com>
4337
4338         * Makefile.in (gensupport.o): Compile for the host.
4339         (host-prefix gensuuprt.o): Remove.
4340         (genflags.o): Depend on gensupport.h and OBSTACK_H.
4341         (genattrtab.o): Likewise.
4342         (gencodes.o): Depend on gensupport.h.
4343         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
4344         (genpeep.o, genattr.o, genoutput.o): Likewise.
4345
4346         * gensupport.c (obstack, rtl_obstack): New.
4347         (init_md_reader): Initialize rtl_obstack.
4348         * gensupport.h (rtl_obstack): Declare.
4349         (message_with_line): Declare.
4350
4351         * genattr.c: Remove all traces of obstack manipulation.
4352         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
4353         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
4354
4355         * genattrtab.c (obstack, rtl_obstack): Remove.
4356         (main): Don't init rtl_obstack.
4357         * genflags.c: Likewise.
4358
4359         * genrecog.c (message_with_line): Move ...
4360         * gensupport.c: ... here.
4361
4362 2000-05-06  Richard Henderson  <rth@cygnus.com>
4363
4364         * c-typeck.c (build_c_cast): Remove dead code.
4365
4366 2000-05-06  Richard Henderson  <rth@cygnus.com>
4367
4368         * flow.c (split_edge): Don't allocate global_live_at_start for
4369         the new block unless the old blocks had them as well.
4370
4371         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
4372
4373         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
4374         test_bb if a or b uses x.
4375
4376 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
4377
4378         * cpphash.h: Remove conditional #define of __extension__.
4379         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
4380         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
4381         (ENABLE_RTL_CHECKING only).
4382         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
4383         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
4384         (ENABLE_TREE_CHECKING only).
4385         * varray.h: Add __extension__ to VARRAY_CHECK macro
4386         (ENABLE_CHECKING only).
4387
4388 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4389
4390         Use new tail-calling mechanism on ARM.
4391         * arm.md (sibcall, sibcall_value): New expands.
4392         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
4393         (tailcalling peepholes): Delete.
4394         (push_multi): Simplify.
4395         * arm.c (lr_save_eliminated): Delete definition.
4396         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
4397         (output_return_instruction): Remove checks on lr_save_eliminated.
4398         (output_arm_prologue): Remove old tail-calling code.
4399         (arm_output_epilogue): New parameter, really_return.  All callers
4400         changed.  Handle tail-calling epilogues.
4401         * arm.h (lr_save_eliminated): Delete declaration.
4402         (frame_pointer_needed): Delete declaration.
4403         * arm-protos.h (arm_output_epilogue): Adjust prototype.
4404
4405         * arm.md (is_thumb): Examine symbol thumb_code, not expression
4406         TARGET_ARM.
4407         * arm.c (thumb_code): Define it.
4408         (arm_override_options): Set it.
4409         * arm.h (thumb_code): Declare it.
4410
4411 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4412
4413         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
4414
4415 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
4416
4417         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
4418         bogus clobber to insns.
4419         (load_multiple_operation, store_mulitple_operation): Don't check
4420         for it.
4421         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
4422
4423         * arm.md (and_scc, ior_scc): Add missing mode.
4424
4425         * arm.md (call_value_symbol): Remove predicate from op2.
4426
4427         * arm.h (SPECIAL_MODE_PREDICATES): Define.
4428
4429 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4430
4431         * expr.c (get_subtarget): New function.
4432         (force_operand, expand_expr, do_store_flag): Use it.
4433
4434         * toplev.c (compile_file): Don't take strlen of NAME if null.
4435
4436 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
4437
4438         * xcoffout.c (xcoff_current_include_file,
4439         xcoff_current_function_file, xcoff_lastfile): Constify char *.
4440         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
4441         char *'.
4442         (xcoffout_declare_function): Make name 'const char *'.
4443         (xcoffout_end_epilogue): Make fname 'const char *'
4444         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
4445         xcoffout_declare_function, xcoffout_source_line): Match above.
4446
4447         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
4448         -maix64 is error.
4449         * rs6000.c (print_operand): Fix lossage typo.
4450         (output_cbranch): Remove "cr" decoration for now.
4451         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
4452
4453 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
4454
4455         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
4456         constant count.
4457
4458 2000-05-05  Bruce Korb  <bkorb@gnu.org>
4459
4460         * fixinc/genfixes: Improve the matching for make target names
4461
4462 2000-05-05  Catherine Moore  <clm@cygnus.com>
4463
4464         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
4465         attribute to the decl.
4466         * c-decl.c (pushdecl): Propagate the USED attribute to the
4467         type copy.
4468
4469 2000-05-05  Richard Henderson  <rth@cygnus.com>
4470
4471         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
4472         same way emit_group_load does.
4473
4474 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
4475
4476         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
4477
4478         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
4479         (main): Likewise.
4480
4481 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
4482
4483         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
4484
4485 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
4486
4487         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
4488         to support -shared, on platforms with dynamic libraries.
4489
4490 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
4491
4492         * system.h (S_ISBLK): Provide fallback definition.
4493
4494 2000-05-05  Geoff Berry  <geoffb@bops.com>
4495
4496         * extend.texi (Extended Asm): Document inability to give asm
4497         statements access to condition codes.
4498
4499 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
4500
4501         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
4502         as arg 2 of UNIQUE_SECTION.
4503
4504 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
4505
4506         * predict.c: Remove May 4 change.
4507         * bb-reorder.c (make_reorder_chain): Do not perform block movement
4508         if we have predicted the branch at 50-50 probability.
4509
4510 2000-05-05  Richard Henderson  <rth@cygnus.com>
4511
4512         * flow.c (init_propagate_block_info): Fix merge error
4513         in HAVE_conditional_execution code.
4514
4515 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
4516
4517         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
4518         shift cycle for unknown shift count. Also generates dec + brpl.
4519         (ashlqi3_out): Don't generate dec + brpl which now generates by
4520         `out_shift_with_cnt'.
4521         (ashlhi3_out): Likewise.
4522         (ashlsi3_out): Likewise.
4523         (ashrqi3_out): Likewise.
4524         (ashrhi3_out): Likewise.
4525         (ashrsi3_out): Likewise.
4526         (lshrqi3_out): Likewise.
4527         (lshrhi3_out): Likewise.
4528         (lshrsi3_out): Likewise.
4529
4530 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
4531
4532         * gcc.c (free_split_directories): Correct typo in explanation
4533         of make_relative_prefix.
4534
4535 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
4536
4537         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
4538         comparison codes to branch_comparison_operator.
4539
4540 2000-05-04  Richard Henderson  <rth@cygnus.com>
4541
4542         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
4543
4544 2000-05-04  Richard Henderson  <rth@cygnus.com>
4545
4546         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
4547         (DPBIT_FUNCS): Remove _sf_to_usi.
4548         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
4549
4550         * ifcvt.c (noce_process_if_block): Fail if A or B modified
4551         between condition and jump.
4552
4553         * libgcc2.c (near eh_context_specific): Comment #endif string.
4554         * longlong.h: Don't use strings with embedded newlines.
4555
4556 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
4557
4558         * config/rs6000/rs6000-protos.h: Add output_cbranch.
4559         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
4560         (print_operand): Delete %t and %T codes.
4561         (output_cbranch): New function.  Support branch prediction.
4562         * config/rs6000/rs6000.md: Use output_cbranch for
4563         conditional branches and returns.
4564
4565 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
4566
4567         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
4568         * stor-layout.c (place_field): Likewise.
4569         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
4570         * expr.c (store_expr): Make align unsigned.
4571         * explow.c (plus_constant_wide): Make low words unsigned.
4572         * expmed.c (choose_multiplier): Likewise.
4573         * fold-const.c (fold):  Likewise.
4574         * tree.h (build_int_2): Likewise.
4575         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
4576         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
4577         (init_emit): Change cast to unsigned char*.
4578         * varasm.c (compare_constant_1): Add cast to char*.
4579         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
4580         * reload1.c (reload): Likewise.
4581
4582         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
4583
4584 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
4585
4586         * predict.c (estimate_probability): If no prediction was found, then
4587         predict the successor that is the next physical block (if such a
4588         successor exists).
4589
4590 2000-05-04  Richard Henderson  <rth@cygnus.com>
4591
4592         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
4593
4594 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4595
4596         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
4597
4598 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
4599
4600         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
4601         attribute macros from here ...
4602         (CPP_SPEC): to here.
4603         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
4604         (CPP_SPEC): Likewise.
4605         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
4606
4607         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
4608         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
4609
4610 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4611
4612         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
4613
4614         * diagnostic (vbuild_message_string, build_message_string,
4615         build_location_prefix, output_get_prefix, init_output_buffer,
4616         output_notice, vline_wrapper_message_with_location,
4617         v_message_with_decl, default_print_error_function): De-constify.
4618         (set_real_maximum_length): Prototype.
4619
4620         * diagnostic.h (struct output_buffer, init_output_buffer,
4621         output_get_prefix, output_set_prefix): De-constify.
4622
4623         * function.c (init_function_start): Constify.
4624
4625         * gensupport.c (remove_constraints, process_rtx): Prototype.
4626
4627         * gthr-posix.h: Indent uses of #pragma.
4628
4629         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
4630         Prototype.
4631
4632         * predict.c (find_expected_value): Delete prototype.
4633         (expected_value_to_br_prob): Initialize variable `ev_reg'.
4634
4635         * sbitmap.h (debug_sbitmap): Prototype.
4636
4637         * ssa.c (compute_coalesced_reg_partition): Prototype.
4638
4639         * stor-layout.c (debug_rli): Prototype.
4640
4641         * tree.h (round_down): Prototype.
4642         (init_function_start): Constify.
4643
4644 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
4645
4646         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
4647         (overly conservative).  Change extern inline wrappers to
4648         static inline, define them always, use PARAMS properly.
4649         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
4650         whitespace warnings for \f and \v at the beginning of a line.
4651
4652 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
4653
4654         * haifa-sched.c (schedule_insns): Free the flow edge list when it
4655         is no longer needed
4656
4657 2000-05-04  Bruce Korb  <bkorb@gnu.org>
4658
4659         * fixincl/inclhack.def: added broken_cabs -
4660         Remove `extern double cabs' declarations from math.h
4661         * fixincl/inclhack.sh: regen
4662         * fixincl/fixincl.x: regen
4663         * fixincl/fixincl.c: Remove BOGOSITY code
4664         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
4665
4666 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4667
4668         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
4669         MEM_ALIAS_SET.
4670         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
4671         when calling MEM_COPY_ATTRIBUTES.
4672         * emit-rtl.c (operand_subword, change_address): Likewise.
4673         * explow.c (stabilize): Likewise.
4674         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
4675         * integrate.c (copy_rtx_and_substitute): Likewise.
4676         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
4677         when calling MEM_COPY_ATTRIBUTES.
4678         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
4679         Likewise.
4680         * cse.c (gen_lowpart_if_possible): Likewise.
4681         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
4682         * optabs.c (gen_move_insn): Likewise.
4683         * recog.c (validate_replace_rtx_1): Likewise.
4684         * simplify-rtx.c (add_mem_for_addr): Likewise.
4685         * stmt.c (expand_anon_union_decl): Likewise.
4686         * config/arm/arm.md: Likewise.
4687         * config/h8300/h7300.c (fix_bit_operand): Likewise.
4688         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
4689         (block_move_no_loop, block_move_sequence): Likewise.
4690         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
4691         * config/alpha/alpha.c (get_aligned_mem): Likewise.
4692         Clear MEM_ALIAS_SET.
4693         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
4694         MEM_COPY_ATTRIBUTES.
4695
4696 2000-05-03  Robert Lipe <robertlipe@usa.net>
4697
4698         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
4699         to suppress libgcc1.
4700         (i[34567]86-*-sco3.2v5*) Likewise.
4701         (i[34567]86-*-sco3.2v4*) Likewise.
4702         (i[34567]86-*-sco) Likewise.
4703         (i[34567]86-*-solaris2) Likewise.
4704         (i[34567]86-*-sysv5*) Likewise.
4705         (i[34567]86-*-sysv4*) Likewise.
4706         (i[34567]86-*-udk*) Likewise.
4707         (i[34567]86-*-sysv*) Likewise.
4708
4709 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
4710
4711         * cpphash.h (U): New define, to correct type of string constants.
4712         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
4713         routines, to do casts when passing unsigned strings to libc.
4714         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
4715
4716         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
4717         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
4718         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
4719         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
4720         second argument an U_CHAR *.
4721
4722         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
4723         length field, clean up initializer.
4724         (ISTABLE): Add __extension__ to designated-
4725         initializers version.
4726         * cpplex.c (CHARTAB): Likewise.
4727
4728         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
4729         case so the file won't be empty.
4730
4731 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
4732
4733         * bb-reorder.c (struct reorder_block_def): Member succ removed.
4734         (REORDER_BLOCK_SUCC): Removed.
4735         (enum reorder_skip_type): Removed.
4736         (skip_insns_between_block): Renamed to skip_insns_after_block.
4737         Removed second argument. Removed dead code and cleaned up.
4738         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
4739         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
4740         second parameter to skip_insns_after_block.
4741
4742 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4743
4744         * tree.c (staticp, case LABEL_DECL): New case.
4745
4746 2000-05-03  Richard Henderson  <rth@cygnus.com>
4747
4748         * Makefile.in (start.encap): Do not depend on LIBGCC1.
4749
4750         * mklibgcc1.in: Fix typo last change.
4751
4752 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
4753
4754         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
4755         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
4756         (GCC_CFLAGS): Use it.
4757         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
4758         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
4759         objc/Make-lang.in: Use it.
4760
4761 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
4762
4763         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
4764
4765 2000-05-03  Richard Henderson  <rth@cygnus.com>
4766
4767         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
4768         LIBGCC1 empty with libgcc1.null.
4769
4770 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
4771
4772         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
4773         change.
4774
4775 2000-05-03  Greg McGary  <gkm@gnu.org>
4776
4777         * tree.h (tree_common): Add bounded_flag member.  Remove
4778         inaccurate comment about number of remaining bits.
4779         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
4780         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
4781         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
4782         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
4783         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
4784         (TYPE_QUAL_BOUNDED): New constant.
4785         (TYPE_QUALS): Handle bounded qualifier.
4786         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
4787         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
4788         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
4789         TYPE_AMBIENT_BOUNDEDNESS): New macros.
4790         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
4791         (tree_type): Add pointer_depth member.  Remove
4792         inaccurate comment about number of remaining bits.
4793         (DECL_POINTER_DEPTH): Add macro.
4794         (tree_decl): Add pointer_depth member.
4795
4796 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
4797
4798         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
4799         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
4800         (lshrhi3_out): Likewise.
4801         (ashrsi3_out): bugfix in shift by 8.
4802         (test_hard_reg_class): New function.
4803         * config/avr/avr.md: Bugfix inside conditions in peepholes.
4804         (ashlhi3): removed define_expand of this pattern.
4805         (*ashlhi3_insn): renamed to ashlhi3.
4806         (ashlsi3): removed define_expand of this pattern.
4807         (*ashlsi3_insn): renamed to ashlsi3.
4808         (ashrqi3): removed define_expand of this pattern.
4809         (*ashrqi3_insn): renamed to ashrqi3.
4810         (ashrhi3): removed define_expand of this pattern.
4811         (*ashrhi3_insn): renamed to ashrhi3.
4812         (ashrsi3): removed define_expand of this pattern.
4813         (*ashrsi3_insn): renamed to ashrsi3.
4814         (lshrhi3): removed define_expand of this pattern.
4815         (*lshrhi3_insn): renamed to lshrhi3.
4816         (lshrsi3): removed define_expand of this pattern.
4817         (*lshrsi3_insn): renamed to lshrsi3.
4818
4819 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
4820
4821         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
4822         inclusion of "system.h".
4823
4824 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
4825
4826         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
4827         TREE_ASM_WRITTEN.
4828
4829 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
4830
4831         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
4832         if -mauto-pic is on.
4833         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
4834         -mconstant-gp is in effect and function-descriptors are being used
4835         to make indirect calls.
4836         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
4837         (MASK_AUTO_PIC): Ditto.
4838         (TARGET_CONST_GP): Ditto.
4839         (TARGET_AUTO_PIC): Ditto.
4840         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
4841         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
4842         -mno-pic is in effect.
4843         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
4844         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
4845         -mauto-pic is in effect.
4846         (gprel64_offset): New pattern.
4847         (load_gprel64): Ditto.
4848         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
4849         -mconstant-gp is in effect, no need to preserve gp around direct
4850         calls.
4851         (call_value): Ditto.
4852         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
4853         (FUNCTION_PROFILER): Define.
4854         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
4855         @fptr() directive when -mno-pic or -mauto-pic is in effect.
4856         (ASM_OUTPUT_DESTRUCTOR): Ditto.
4857
4858 2000-05-03  Richard Henderson  <rth@cygnus.com>
4859
4860         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
4861         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
4862         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
4863         (mklibgcc, libgcc.mk): New targets.
4864         (libgcc.a): Use libgcc.mk.
4865         (stmp-multilib): Likewise.
4866         (stmp-multilib-sub): Remove.
4867         (mostlyclean): Don't delete libgcc2 temp files.
4868         * configure.in (AC_PROG_CC_C_O): Add.
4869         (NO_MINUS_C_MINUS_O): Substitute it.
4870         (all_outputs): Add mklibgcc.
4871         * mklibgcc.in: New file.
4872
4873 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
4874
4875         * cppexp.c (op_t): Make an int.
4876
4877         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
4878
4879         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
4880
4881         * gensupport.c (process_rtx): Fix macros used.
4882
4883 2000-05-03  Richard Henderson  <rth@cygnus.com>
4884
4885         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
4886         call-clobbered registers of a call.
4887
4888 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
4889
4890         * gensupport.c: New file.
4891         * gensupport.h: New file.
4892         * Makefile.in (HOST_RTL): Depend on gensupport.
4893         (gensupport.o) New rule.
4894         * genattr.c: Use gensupport for reading .md files.
4895         * genattrtab.c: Ditto.
4896         * gencodes.c: Ditto.
4897         * genconfig.c: Ditto.
4898         * genemit.c: Ditto.
4899         * genextract.c: Ditto.
4900         * genflags.c: Ditto.
4901         * genopinit.c: Ditto.
4902         * genoutput.c: Ditto.
4903         * genpeep.c: Ditto.
4904         * genrecog.c: Ditto.
4905         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
4906         * md.texi (Insn Splitting): Document define_insn_and_split.
4907
4908 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
4909
4910         * flow.c (verify_flow_info): Added two more sanity checks. The
4911         first checks that the blocks are numbered consecutively. The second
4912         checks that n_basic_blocks is actually equal to the number of
4913         basic blocks in the insn chain.
4914
4915 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
4916
4917         * cpplib.h: Add accessor macros for token lists.
4918         * cpplib.c, cpphash.c, cpplex.c: Use them.
4919
4920 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4921
4922         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
4923         memory usage if not in a function.
4924         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
4925         return address if static.
4926
4927 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4928
4929         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
4930         whether address may trap.
4931
4932 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
4933
4934         * bb-reorder (chain_reorder_blocks): Changed code to test for
4935         EDGE_FALLTHRU rather than making erroneous assumption that the
4936         first outgoing edge is the fall-through edge.
4937
4938 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
4939
4940         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
4941         ABI for varargs, across all MIPS. This is incompatible because the
4942         va_list (__builtin_va_list) structure is different, so a compilation
4943         unit passing a va_list and a compilation unit being passed one, should
4944         both be compiled with the same ABI. (The old structure had two
4945         pointers, now it has three.)
4946
4947 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
4948
4949         * bb-reorder.c (struct reorder_block_def): Remove members end,
4950         block_begin, and block_end.
4951         (REORDER_BLOCK_OLD_END): Delete.
4952         (REORDER_BLOCK_BEGIN): Delete.
4953         (REORDER_BLOCK_END): Delete.
4954         (chain_reorder_blocks): Remove dead code.
4955
4956 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
4957
4958         * bb-reorder.c (remove_scope_notes): Check for both types of scope
4959         notes as the end of a basic block before deleting.
4960
4961 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
4962
4963         * final.c (final_start_function): Fix spelling of "necessary".
4964
4965 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
4966
4967         * toplev.c (debug_ignore_block): Return int.
4968         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
4969         * toplev.h, dwarf2out.h: Adjust.
4970         * emit-rtl.c (remove_unnecessary_notes): Test return value.
4971
4972         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
4973         * toplev.c, final.c, rtl.h: Adjust.
4974
4975 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
4976
4977         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
4978         * configure.in: Look for makeinfo in the unified tree, then
4979         for a system makeinfo which is sufficiently new.
4980         * Makefile.in: If configure says makeinfo is too old, don't
4981         build or install Info documentation.
4982
4983 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
4984
4985         * cpphash.c (collect_params): Fix off-by-one error.
4986         (dump_hash_helper): Dump all four macro nodetypes.
4987
4988 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
4989
4990         * cpphash.c (trad_stringify): Adjust p after stringification as
4991         well.
4992
4993 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
4994
4995         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
4996         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
4997
4998         * cppfiles.c (file_cleanup): Delete.
4999         * cpphash.c (macro_cleanup): Delete.
5000         (collect_objlike_expansion, collect_funlike_expansion,
5001         macarg, scan_arguments): Remove CPP_POP case.
5002
5003         * cpplex.c (null_cleanup): Delete.
5004         (cpp_pop_buffer): Do the work that was done in the cleanups
5005         here.  Call _cpp_unwind_if_stack from here.
5006         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
5007         cpp_scan_buffer): Run until we see CPP_EOF and the top of
5008         stack is the buffer _below_ the one we stacked.
5009         (cpp_get_token): Always pop an exhausted buffer.  Return
5010         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
5011         * cpplib.c (skip_if_group): Don't call cpp_get_token to
5012         increment the line number.
5013         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
5014
5015         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
5016         we see CPP_EOF and the top of stack is the buffer _below_ the
5017         one we stacked.
5018         * scan-decls.c: Likewise.
5019
5020 2000-05-02  Andrew Haley  <aph@cygnus.com>
5021
5022         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
5023         where this function is called for the second time on a decl that
5024         has had its section info changed in such a way as to move it out
5025         of small data/bss.
5026         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
5027
5028 2000-05-01  Richard Henderson  <rth@cygnus.com>
5029
5030         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
5031         the sequence we're moving, not to merge_bb->head.
5032
5033 2000-05-01  Richard Henderson  <rth@cygnus.com>
5034
5035         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
5036         reference to alpha/t-linux.
5037         (alpha*-*-linux-gnu*): Likewise.
5038         * configure: Rebuild.
5039
5040         * calls.c (expand_call): Don't emit reg notes for a sibcall.
5041
5042         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
5043         if not in SSA form.
5044
5045         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
5046
5047 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
5048
5049         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
5050         TREE_THIS_VOLATILE.
5051
5052 2000-05-01  Richard Henderson  <rth@cygnus.com>
5053
5054         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
5055         emit_conditional_move.
5056
5057 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
5058
5059         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
5060         as the dynamic linker.
5061
5062 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
5063
5064         * cppfiles.c (open_include_file): Open file in blocking mode.
5065         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
5066         Only exclude block devices and directories.
5067
5068         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
5069         static.  Allocate the hashnode and its string in the same
5070         block of memory.
5071         (del_HASHNODE): Don't free h->name.
5072         (_cpp_lookup): If there is no entry for this string, create
5073         one, of type T_VOID.
5074         (_cpp_lookup_slot): Delete.
5075         * cpphash.h: Update prototypes.
5076
5077         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
5078         not hp == NULL.
5079         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
5080         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
5081         node here, just fill in the value field properly.  "Delete"
5082         entries by setting the value field to T_VOID.  Check for
5083         hp->type == T_VOID, not hp == NULL.
5084
5085         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
5086         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
5087         hashtab.h.
5088
5089 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
5090
5091         * config/mn10300/mn10300.c (print_operand_address): Do not add
5092         zero to SP.
5093
5094         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
5095         adjusted by less than 256 bytes, use ret regardless of having any
5096         callee-saved register to restore.
5097
5098 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
5099
5100         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
5101
5102 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
5103
5104         * config/i386/djgpp.h (INT_ASM_OP): Define.
5105         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
5106         (ASM_WEAKEN_LABEL): Define.
5107         (MASK_BNU210): Define.
5108         (SUBTARGET_SWITCHES): Define.
5109         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
5110         (MAKE_DECL_ONE_ONLY): Define.
5111         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
5112
5113 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
5114
5115         * i386/cygwin.h (INT_ASM_OP): Define.
5116
5117 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
5118
5119         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
5120         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
5121
5122 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
5123
5124         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
5125         __tmp_reg__ and __zero_reg__ initialization.
5126
5127 2000-04-30  Richard Henderson  <rth@cygnus.com>
5128
5129         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
5130
5131         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
5132         referenced bewteen the condition and the jump.  Don't delete
5133         anything but the jump.
5134
5135 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
5136
5137         * bb-reorder.c (scope_def): New struct.
5138         (scope_forest_info): New struct.
5139         (struct reorder_block_def): New member "scope".
5140         (REORDER_BLOCK_SCOPE): New macro.
5141         (relate_bbs_with_scopes): New function and prototype.
5142         (make_new_scope): Likewise.
5143         (build_scope_forest): Likewise.
5144         (remove_scope_notes): Likewise.
5145         (insert_intra_1): Likewise.
5146         (insert_intra_bb_scope_notes): Likewise.
5147         (insert_inter_bb_scope_notes): Likewise.
5148         (rebuild_scope_notes): Likewise.
5149         (free_scope_forest_1): Likewise.
5150         (free_scope_forest): Likewise.
5151         (dump_scope_forest): Likewise.
5152         (dump_scope_forest_1): Likewise.
5153         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
5154         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
5155         block.
5156         (reorder_basic_blocks): Added calls to build_scope_scope_forest
5157         and remove_scope_notes before reordering is done. Added calls to
5158         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
5159         after reordering is done.
5160
5161 2000-40-30  Bruce Korb  <bkorb@gnu.org>
5162
5163         * fixinc/inclhack.def:  Added definitions needed by OSR5,
5164         removed two stale entries (defined away with OLD_CPP).
5165         * fixinc/inclhack.sh: regen
5166         * fixinc/fixincl.x: regen
5167
5168 2000-04-30  Richard Henderson  <rth@cygnus.com>
5169
5170         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
5171         from the last insn in the sequence.
5172
5173 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
5174
5175         * cpplex.c (cpp_idcmp): New function.
5176         * cpplib.h: Prototype it.
5177         * scan_decls.c (scan_decls): Use it to inspect token names.
5178         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
5179         the file being run through the preprocessor.
5180         (check_macro_names): Provide length of token to cpp_defined.
5181
5182         * Makefile.in: Remove stale warning message.
5183
5184         * cppfiles.c (redundant_include_p): Provide length of token to
5185         cpp_defined.
5186         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
5187         values are unsigned int.
5188         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
5189         (_cpp_lookup_slot): Do not calculate the hash, either.
5190         * cpphash.h: Update prototypes.
5191         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
5192         Hashes are unsigned int.  Calculate hash here, pass by value
5193         to _cpp_lookup_slot.
5194
5195 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
5196
5197         * simplify-rtx.c (check_value_useless): Delete function.
5198         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
5199         by hand.
5200         (cselib_invalidate_regno): Likewise.
5201         (cselib_invalidate_mem_1): Likewise.
5202         (references_value_p): Recognize useless values by the fact that they
5203         have no locations.
5204         (discard_useless_values): Likewise.
5205         (cselib_record_set): This may turn a useless value
5206         into a useful one.
5207
5208 2000-04-30  Richard Henderson  <rth@cygnus.com>
5209
5210         * config/d30v: New port.
5211
5212         * configure.in (d30v-*): Set fp format.
5213         * configure: Rebuild.
5214
5215 2000-04-30  Richard Henderson  <rth@cygnus.com>
5216
5217         * ifcvt.c: New file.
5218         * Makefile.in (OBJS): Add it.
5219         (ifcvt.o): New target.
5220         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
5221         and conditional arithmetic.
5222         (find_insert_position): Remove.
5223         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
5224         * toplev.c (DFI_ce, DFI_ce2): New.
5225         (dump_file): Add ce and ce2 dumps.
5226         (rest_of_compilation): Run if_convert a couple o times.  Set
5227         cse_not_expected after cse2.  Don't set no_new_pseudos until
5228         after sched1 or recompute_reg_usage.
5229
5230 2000-04-30  Richard Henderson  <rth@cygnus.com>
5231
5232         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
5233         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
5234
5235 2000-04-30  Richard Henderson  <rth@cygnus.com>
5236
5237         * flow.c (struct reg_cond_life_info): New.
5238         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
5239         (init_propagate_block_info): Initialize them.
5240         (free_propagate_block_info): Destruct them.
5241         (mark_set_1): Consider conditional life before killing a register.
5242         (mark_regno_cond_dead): New.
5243         (free_reg_cond_life_info): New.
5244         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
5245         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
5246         (mark_used_reg): Record conditional life.
5247
5248         * haifa-sched.c (schedule_insns): Disable death counting
5249         sanity check for HAVE_conditional_execution.
5250
5251 2000-04-30  Richard Henderson  <rth@cygnus.com>
5252
5253         * Makefile.in (TIMEVAR_H): New.
5254         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
5255         (timevar.h): Remove rule.
5256
5257 2000-04-29  Richard Henderson  <rth@cygnus.com>
5258
5259         * config/alpha/crtend.asm: Use C comments instead of #.
5260         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
5261
5262         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
5263
5264 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
5265
5266         * cpphash.h (enum node_type: Take out T_MCONST.
5267         (union hashval): Move into struct hashnode.
5268         (struct hashnode): Pack tighter.  Remove file, line, col
5269         members.
5270         * cpphash.c: Constify most of the macro-definition structures.
5271         (struct definition): Replace by struct object_defn
5272         and struct funct_defn.  Put file, line, column information
5273         here.  All users updated to match.
5274         (_cpp_create_definition, _cpp_macroexpand): Remove special
5275         case for #define WORD OTHERWORD.
5276         * cpplib.c (do_undef): Remove T_MCONST case.
5277
5278         * cpphash.h: Move struct reflist, struct definition, and the
5279         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
5280         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
5281         * cpphash.c (_cpp_free_definition): Free data pointed to by
5282         MCONST, XCONST, MACRO, and FMACRO nodes properly.
5283         (_cpp_create_definition, del_HASHNODE): Just call
5284         _cpp_free_definition to clear out a hashnode.
5285         * cpplib.c (do_pragma_poison): Likewise.
5286
5287 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
5288
5289         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
5290         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
5291         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
5292         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
5293         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
5294         REGNO_AM33_P): Redefine in terms of the new macros.
5295         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
5296         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
5297         STRUCT_VALUE): Likewise.
5298         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
5299         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
5300
5301 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5302
5303         * regmove.c (struct record_stack_memrefs_data): New.
5304         (record_stack_memrefs): New function.
5305         (combine_stack_adjustments_for_block): Use it.
5306
5307 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5308
5309         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
5310         use special_function_p to detect alloca.
5311
5312 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
5313
5314         * gcc.texi: Fixes for makeinfo 4.0 --html.
5315
5316 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
5317
5318         * pcp.h: Delete file.
5319
5320 2000-04-28  Kazu Hirata  <kazu@hxi.com>
5321
5322         * h8300.c (function_epilogue): Clean up flags when the last insn
5323         in a function is a barrier.
5324
5325 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
5326
5327         * configure.in (sparc-hal-solaris2*): protect [] glob from
5328         my expansion.
5329         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
5330         rather than hard-coded constants in target_cpu_default2.
5331         * configure: Regenerate.
5332
5333 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
5334
5335         * tree.c (get_callee_fndecl): Extract the initial value from
5336         a readonly decl.
5337
5338 2000-04-28  Richard Henderson  <rth@cygnus.com>
5339
5340         * varasm.c (record_constant_1): Record the CODE_LABEL when
5341         taking the address of a LABEL_REF.
5342
5343 2000-04-28  Richard Henderson  <rth@cygnus.com>
5344             Jan Hubicka  <jh@suse.cz>
5345
5346         * calls.c (combine_pending_stack_adjustment_and_call): Return the
5347         adjustment; don't do the stack adjust.
5348         (expand_call): Call compute_argument_block_size right before
5349         allocating the block; update comment; don't do alignment sanity
5350         checking for sibling call; use args_size instead of
5351         unadjusted_args_size before args_size is adjusted.  Use
5352         combine_pending_stack_adjustment_and_call to compute stack adjust
5353         for must_preallocate case.
5354
5355         * expr.c (push_block): Remove shadow `temp' in inner scope.
5356
5357 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
5358
5359         * toplev.c (rest_of_compilation): Call
5360         note_deferral_of_defined_inline_function even if the function
5361         can't be inlined.
5362
5363 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
5364
5365         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
5366
5367 2000-04-28  Richard Henderson  <rth@cygnus.com>
5368
5369         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
5370
5371 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5372
5373         * timevar.c (init_timevar): DeANSIfy function definition.
5374
5375 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
5376
5377         * Makefile.in (timevar.o): Depend on flags.h.
5378         * timevar.c (unused_stack_instances): New variable.
5379         (timevar_push): Take a timevar_stack_def from
5380         unused_stack_instances if available.
5381         (timevar_pop): Push the popped timevar_stack_def onto
5382         unused_stack_instances.
5383         (TIMEVAR_ENABLE): New macro.
5384         (timevar_def): Make standalone a 1-bit field.  Add field used.
5385         (get_time): Rename parameter to now.  Return after clearing it if
5386         not TIMEVAR_ENABLE.
5387         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
5388         (timevar_pop): Likewise.
5389         (timevar_stop): Likewise.
5390         (timevar_push): Likewise.  Mark the timing variable as used.
5391         (timevar_start): Likewise.
5392         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
5393         timevars that were never used.
5394
5395 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
5396
5397         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
5398         always TREE_READONLY.
5399
5400 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
5401
5402         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
5403         for call instruction with mode QImode.
5404
5405 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
5406
5407         * Makefile.in (OBJS): Add timevar.o.
5408         (toplev.o): Depend on timevar.h.
5409         (ggc-simple.o): Likewise.
5410         (ggc-page.o): Likewise.
5411         (timevar.o): New rule.
5412         (timevar.h): New rule.
5413
5414         * timevar.h: New file.
5415         * timevar.c: Likewise.
5416         * timevar.def: Likewise.
5417
5418         * toplev.h (gc_time, parse_time, varconst_time): Remove.
5419         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
5420         throughout.
5421         (TIMEVAR): Remove macro.
5422         (gc_time, parse_time, varconst_time, integration_time, jump_time,
5423         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
5424         flow_time, combine_time, regmove_time, sched_time,
5425         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
5426         sched2_time, dbr_sched_time, reorder_blocks_time,
5427         rename_registers_time, shorten_branch_time, stack_reg_time,
5428         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
5429         all_time): Remove.
5430         (compile_file): Don't initialize time variables.  Call
5431         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
5432         of many calls to print_time.
5433         (rest_of_compilation): Add timing for reload_cse_regs.
5434         (get_run_time): Removed to timevar.c.
5435         (print_time): Likewise.
5436         (get_run_time): Implement using TV_TOTAL time variable.
5437         (print_time): Get total run time from get_run_time.
5438         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
5439         computing elapsed time explicitly.
5440         * ggc-simple.c (ggc_collect): Likewise.
5441         (gc_time): Remove declaration.
5442
5443 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
5444
5445         * calls.c (combine_pending_stack_adjustment_and_call): New function.
5446         (expand_call): Use it.
5447
5448 2000-04-27  Jan Hubicka  <jh@suse.cz>
5449
5450         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
5451         fields.
5452
5453 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
5454
5455         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
5456         registers.
5457
5458 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5459
5460         * function.c (epilogue_done): Pass whole insn to record_insns.
5461
5462 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5463
5464         * cse.c (CSE_ADDRESS_COST): Remove.
5465         (find_best_addr): Add new parameter "MODE", use address_cost instead
5466         of CSE_ADDRESS_COST
5467         (address_cost): New.
5468         (fold_rtx): Update call of find_best_addr.
5469         * rtl.h (address_cost): Declare.
5470         * loop.c (general_induction_var): Add new parameter "MODE", use
5471         address_cost instead of ADDRESS_COST
5472         (init_loop): Use address_cost instead of ADDRESS_COST.
5473         (check_insn_for_givs): Update call of general_induction_var.
5474         (find_mem_givs): Likewise.
5475         (consec_sets_giv): Likewise.
5476         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
5477         * i386.c (ix86_address_cost): New.
5478         * i386-protos.h (ix86_address_cost): Declare.
5479
5480 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
5481
5482         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
5483         registers.
5484
5485 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5486
5487         * expr.c (store_expr): Use clear_storage instead of direct memset
5488         libcall.
5489
5490 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
5491
5492         * config/mn10300/mn10300.c (mn10300_address_cost): Test
5493         ASHIFT, AND and LABEL_REF.
5494
5495 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5496
5497         * invoke.texi (-foptimize-sibling-calls): Fix.
5498
5499 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5500
5501         * loop.c (load_mems)  Don't use hard registers for the hoisting.
5502
5503         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
5504         calculation; rename const_equiv array in the preconditioning code
5505         from loop_unroll to loop_unroll_precondition
5506
5507 2000-04-27  Richard Henderson  <rth@cygnus.com>
5508
5509         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
5510         add new_set.
5511         (propagate_one_insn): Clear it.  Don't update reg_live here.
5512         (init_propagate_block_info): Update for pbi member changes.
5513         (free_propagate_block_info): Likewise.
5514         (mark_set_1): Know that zero_extract, sign_extract, and
5515         strict_low_part don't kill their argument.  Alter hard subregs.
5516         Update new_set for non-CLOBBER sets.  Update reg_live.
5517         (find_auto_inc): Update reg_live, not new_dead.
5518         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
5519         to determine if the reg in question was set this insn.  Only update
5520         reg info with PROP_REG_INFO.
5521
5522 2000-04-26  Richard Henderson  <rth@cygnus.com>
5523
5524         * flow.c (allocate_reg_life_data): Set max_regno here ...
5525         (life_analysis): ... not here.
5526
5527         * flow.c (calculate_global_regs_live): Force stack pointer
5528         live at end.
5529
5530 2000-04-26  Richard Henderson  <rth@cygnus.com>
5531
5532         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
5533         commit change group changes.
5534         (invert_exp_1): Similarly.
5535         (redirect_exp, invert_exp): Use them.
5536         (redirect_jump_1): New.
5537         (invert_jump_1): New.
5538         (jump_optimize_1): Remove code subsumed by condexec.c.
5539         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
5540
5541 2000-04-26  Richard Henderson  <rth@cygnus.com>
5542
5543         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
5544
5545         * genconfig.c (main): Set all HAVE_foo to 1.
5546
5547         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
5548
5549 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
5550
5551         * invoke.texi: Document -fssa flag.
5552
5553 2000-04-26  Richard Henderson  <rth@cygnus.com>
5554
5555         * flow.c (count_reg_sets_1): Remove.
5556         (count_reg_sets, count_reg_references): Remove.
5557         (recompute_reg_usage): Implement with update_life_info.
5558         Reallocate life data.
5559
5560 2000-04-26  Richard Henderson  <rth@cygnus.com>
5561
5562         * flow.c (update_life_info): Consider blocks null to mean the
5563         universal set.
5564         (calculate_global_regs_live): Likewise.
5565         (life_analysis): Do that instead of collecting all_blocks.
5566
5567 2000-04-26  Richard Henderson  <rth@cygnus.com>
5568
5569         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
5570         a still-valid conditional jump.
5571
5572 2000-04-26  Richard Henderson  <rth@cygnus.com>
5573
5574         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
5575
5576         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
5577         * flow.c (calculate_loop_depth): Remove.
5578         * output.h (calculate_loop_depth): Don't declare.
5579         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
5580         inline; run estimate_probability at the same time.
5581
5582 2000-04-26  Neil Booth  <NeilB@earthling.net>
5583
5584         * cpplib.h: "~=" is not a single pp-token.
5585         * cpplex.c: Correct commentary.
5586
5587 2000-04-26  Richard Henderson  <rth@cygnus.com>
5588
5589         * flow.c (mark_set_1): New arguments code and flags; update all
5590         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
5591         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
5592         loop_depth when optimizing for size.  Do new_dead update after
5593         emitting REG_UNUSED notes.  Merge mark_set_reg code.
5594         (mark_set_reg): Remove.
5595         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
5596         arrange to not emit REG_UNUSED notes.
5597
5598 2000-04-26  Richard Henderson  <rth@cygnus.com>
5599
5600         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
5601         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
5602
5603 2000-04-26  Richard Henderson  <rth@cygnus.com>
5604
5605         * flow.c (propagate_one_insn): Break out from propagate_block.
5606         (init_propagate_block_info): Likewise.
5607         (free_propagate_block_info): Likewise.
5608         (propagate_block): Use them.  Export.
5609         * basic-block.h: Declare them all.
5610
5611 2000-04-26  Richard Henderson  <rth@cygnus.com>
5612
5613         * basic-block.h (life_analysis): Declare here ...
5614         * output.h: ... not here.
5615         * flow.c (life_analysis): Remove nregs parameter; replace
5616         remove_dead_code with flags.  Remove ssa dead code check.
5617         Only init alias analysis if we'll use it.
5618         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
5619         * ssa.c (convert_to_ssa): Likewise.
5620         (convert_from_ssa): Likewise.
5621         * toplev.c (rest_of_compilation): Likewise.
5622
5623 2000-04-26  Richard Henderson  <rth@cygnus.com>
5624
5625         * flow.c (flow_delete_block): Rename from delete_block.  Export.
5626         * basic-block.h (flow_delete_block): Declare.
5627
5628 2000-04-26  David S. Miller  <davem@redhat.com>
5629
5630         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
5631         taking a PATTERN of it.
5632
5633 2000-04-26  <NeilB@earthling.net>
5634
5635         * cpplex.c (spell_other, spell_char): Remove.
5636         (SPELL_CHAR): New.
5637         (token_spelling, trigraph_map): Use unsigned chars.
5638         (_cpp_lex_line): Tidy up the switch statement.
5639         * cpplib.h: Implement spell_char with spell_string.
5640         (C): New.
5641
5642 2000-04-26  <RodneyBrown@pmsc.com>
5643
5644         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5645         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
5646
5647 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5648
5649         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
5650         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
5651         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
5652         dwarf2out_return_save, dwarf2out_return_reg,
5653         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
5654         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
5655         gen_compile_unit_die, dwarf2out_init): Constify a char*.
5656
5657         * dwarf2out.h (dwarf2out_init): Likewise.
5658
5659         * dwarfout.c (filename_entry, primary_filename, last_filename,
5660         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
5661
5662         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
5663         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
5664         dwarf2out_return_reg): Likewise.
5665
5666 2000-04-26  Andreas Jaeger  <aj@suse.de>
5667
5668         * extend.texi (Function Attributes): Fix description of pure
5669         attribute.
5670
5671 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
5672
5673         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
5674         before calling rest_of_compilation.
5675
5676 2000-04-26  Andreas Jaeger  <aj@suse.de>
5677
5678         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
5679         last patch.
5680
5681 2000-04-25  Richard Henderson  <rth@cygnus.com>
5682
5683         * cse.c (cse_insn): Emit barrier after unconditional jump.
5684
5685         * calls.c (expand_call): Disable tail call generation once
5686         rtx_equal_function_value_matters is false.
5687
5688         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
5689         like EDGE_EH edges.
5690
5691 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
5692
5693         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
5694
5695         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
5696
5697         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
5698         is the primary DIE for a member function.
5699         (gen_decl_die): Call set_decl_origin_self here.
5700         * dwarfout.c (output_decl): And here.
5701         * integrate.c (output_inline_function): Not here.
5702         Don't clear DECL_INLINE until after calling rest_of_compilation.
5703         (set_decl_origin_self): No longer static.
5704         * tree.h: Add prototype.
5705         * toplev.c (note_deferral_of_defined_inline_function): Only write
5706         out abstract instance for actual inlines.
5707
5708 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
5709
5710         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
5711         EXTENDED_REGS only if TARGET_AM33.
5712         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
5713         SP_REGS to register allocation and reloading unless absolutely
5714         necessary.
5715         (movsi3): Remove special-case of adding non-constants to SP.
5716
5717 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5718
5719         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
5720         INCLUDES to search and does not provide any of its own.  Also it
5721         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
5722         parameters.  Also it does not call AC_DEFINE.
5723         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
5724         AC_DEFINE and provides for automatic entries for autoheader.
5725         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
5726
5727         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
5728         so we can pass -I flags and include gansidecl.h/system.h in this
5729         test.
5730
5731         * acconfig.h: Delete all NEED_DECLARATION_* entries.
5732
5733 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5734
5735         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5736         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5737         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
5738
5739         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
5740         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
5741         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
5742         for these macros.  Clean up spacing and linewraps.
5743
5744 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
5745
5746         * calls.c (expand_call): Use get_callee_fndecl.
5747
5748         * print-tree.c (print_node): Print the chain of an _EXPR.
5749
5750 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
5751                           Jim Wilson  <wilson@cygnus.com>
5752                           Andrew Haley  <aph@cygnus.com>
5753
5754         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
5755         and gp save/restore problems.
5756         * config/ia64/crtend.asm: Add IA-64 unwind support.
5757         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
5758         in fr_pad_size calculation.
5759         (save_restore_insns): Move PR save area.  Correct uses of
5760         RTX_FRAME_RELATED_P.
5761         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
5762         (ia64_expand_epilogue): Add eh_epilogue support.
5763         (ia64_function_prologue): Emit .prologue directive.
5764         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
5765         (ia64_override_options): Set init_machine_status and
5766         mark_machine_status.
5767         (rtx_needs_barrier): Handle bsp reads and writes.
5768         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
5769         New static variables.
5770         (process_set, process_for_unwind_directive): New functions.
5771         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
5772         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
5773         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
5774         macros.
5775         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
5776         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
5777         (struct machine_function): Define.
5778         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
5779
5780 2000-04-25  Bruce Korb  <bkorb@gnu.org>
5781
5782         * fixinc/Makefile.in: make the removal of old programs more
5783         robust
5784         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
5785         install-bin and install-sh
5786
5787 2000-04-25  Nick Clifton  <nickc@cygnus.com>
5788
5789         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
5790         defined, define to return zero.
5791         (function_cannot_inline_p): If a function has any target
5792         specific attributes, then use the macro
5793         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
5794         whether it can be inlined.  If it cannot, issue a suitable
5795         explanation.
5796
5797         * tm.texi: Add a new node 'Inlining' to document the new macro
5798         FUNCTION_ATTRIBUTE_INLINABLE_P.
5799
5800 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
5801
5802         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
5803         commentary.
5804
5805 2000-04-25  Neil Booth  <NeilB@earthling.net>
5806
5807         Restore previous patch, plus the following fixes:
5808
5809         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
5810         flags, not CPP_OPEN_PAREN.
5811         * cpplex.c (expand_token_space, init_token_list,
5812         cpp_free_token_list): Put the dummy token at list->tokens[-1].
5813         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
5814
5815 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5816
5817         * config/i386/freebsd.h (INT_ASM_OP): Define.
5818
5819 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5820
5821         * loop.c (strength_reduce): Fix typo in the last checkin.
5822
5823 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5824
5825         * stor-layout.c (finalize_record_size): Simplify to use existing
5826         functions.
5827         (compute_record_mode): No longer static.
5828         * tree.h (compute_record_mode): New declaration.
5829
5830 2000-04-25  Neil Booth  <NeilB@earthling.net>
5831
5832         * Revert my patch below until cause of build failures
5833         determined.
5834
5835 2000-04-25  Richard Henderson  <rth@cygnus.com>
5836
5837         * combine.c (combine_instructions): Add missing argument
5838         to try_combine.
5839
5840         * toplev.c (rest_of_compilation): Delay sibcall optimization
5841         until after emit_eh_context.
5842
5843 2000-04-24  Nick Clifton  <nickc@redhat.com>
5844
5845         * combine.c (combine_instructions): Do not try to combine a
5846         sequence of insns when the second insn has been replaced by a
5847         note.
5848
5849 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
5850
5851         * gcc.c (load_specs): New static function.
5852         (read_specs): Use it.
5853
5854         * gcc.c (lookup_compiler): Make multiple passes for case
5855         insensitive filesystems.
5856
5857 2000-04-24  Neil Booth  <NeilB@earthling.net>
5858
5859         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
5860         * cpphash.h (_cpp_check_directive): new.
5861         * cpplex.c (handle_newline, cpp_free_token_list,
5862         init_trigraph_map, trigraph_ok, trigraph_replace,
5863         backslash_start, skip_block_comment, skip_line_comment,
5864         skip_whitespace, parse_name, parse_number, parse_string,
5865         copy_comment, _cpp_lex_line, spell_char, spell_string,
5866         spell_comment, spell_name, spell_other, _cpp_lex_file,
5867         _cpp_output_list): new.
5868         (expand_name_space): take length argument.
5869         (init_token_list): add comment list initialisation.
5870         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
5871         instead of HSPACE_BEFORE.
5872
5873         * cpplib.c (_cpp_check_directive): new
5874         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
5875         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
5876         (HSPACE_BEFORE): delete.
5877         (TTYPE_TABLE): rearrange.
5878         (struct cpp_toklist): update.
5879
5880 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5881
5882         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
5883         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
5884         argument form of AC_DEFINE.
5885
5886         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
5887         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
5888         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
5889         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
5890         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
5891
5892         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
5893
5894 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5895
5896         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
5897         deduced.h): Use -isystem, not -I, for including system headers.
5898
5899 2000-04-24  Nick Clifton  <nickc@cygnus.com>
5900
5901         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
5902         the source register is the frame pointer or arg pointer.
5903         (addsi3_small_int): Disallow if source register is the frame
5904         pointer or arg pointer.
5905
5906 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5907
5908         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
5909         call to AC_MSG_RESULT.
5910
5911 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5912
5913         * invoke.texi: Correct grammatical errors, document
5914         -fno-gnu-keywords as identical to -fno-asm for C++.
5915
5916 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5917
5918         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
5919         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
5920         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
5921         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
5922         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
5923
5924         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
5925         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
5926         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
5927         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
5928         new macros names.
5929
5930 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
5931
5932         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
5933         (pop_alignment): Likewise.
5934         (handle_pragma_token): Likewise.
5935
5936 2000-04-24  Robert Lipe <robertlipe@usa.net>
5937
5938         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
5939
5940 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
5941
5942         * combine.c (try_combine): Update reg_nonzero_bits of
5943         newi2pat before newpat.
5944
5945 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5946
5947         * loop.c (strength_reduce): Simplify test to INSN_P.
5948         (record_giv): Attempt to simplify the add value, use CONSTANT_P
5949         expressions instead of CONST_INT.
5950         (express_from_1): Likewise.
5951
5952 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
5953
5954         * regs.h (reg_n_max): Don't declare.
5955         * flow.c (reg_n_max): Don't define.
5956         * regclass.c (renumber): Don't initialize to zero.
5957         (regno_allocated): Likewise.
5958         (reg_n_max): Define.
5959         (allocate_reg_info): Don't initialize unnecessarily.
5960
5961 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
5962
5963         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
5964         and blockage_p in the newly allocated attribute.
5965
5966 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
5967
5968         * config/mn10300/mn10300.md (addsi): `inc4' on address
5969         registers does not modify cc, but `inc' on an extended
5970         register does.
5971
5972 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
5973
5974         * reload.c (find_equiv_reg): Checks all valueno regs
5975         as a reload_reg_p regs.
5976
5977 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
5978
5979         * cpphash.c (collect_objlike_expansion): Add sanity check.
5980         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
5981         the buffer is the empty string, return.  Mark __DATE__ and
5982         __TIME__ as XCONST nodes, not MCONST.
5983         (_cpp_macroexpand): Avoid pushing an empty buffer.
5984         (funlike_macroexpand): Don't pop token_buffer here.
5985
5986 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
5987
5988         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
5989         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
5990         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
5991         (REGNO_OK_FOR_BASE_P): Define in terms of them.
5992         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
5993         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
5994         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
5995
5996 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5997
5998         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
5999         constant MULT givs.
6000
6001 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6002
6003         * cpphash.h (struct definition): Move file, line, col members...
6004         (struct hashnode): ... here.  Also add 'disabled' flag.
6005         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
6006         T_IDENTITY.  Remove T_DISABLED.
6007         Update prototypes.
6008
6009         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
6010         (collect_expansion): Split into collect_objlike_expansion and
6011         collect_funlike_expansion.
6012         (_cpp_macroexpand): Split out scan_arguments, stringify, and
6013         funlike_macroexpand.
6014         (_cpp_compare_defs): Rename compare_defs, make static.
6015         (_cpp_make_hashnode): Initialize hp->disabled.
6016         (macro_cleanup): Adjust for new token types.  Clear
6017         m->disabled.
6018         (_cpp_create_definition): Move code here to determine what
6019         sort of macro it is, and code to check for redefinitions, from
6020         do_define.  Implement a few simple cases without creating a
6021         full DEFINITION.
6022         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
6023         Handle the simple cases.
6024         (push_macro_expansion): Set buf->has_escapes and hp->disabled
6025         here.
6026
6027         * cppinit.c (builtin_array): Change MCONST to XCONST
6028         everywhere.
6029         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
6030         fix check for disabled and function-like macros.
6031         * cpplib.c (do_define): Move most logic to
6032         _cpp_create_definition.
6033         (do_undef): Handle new special token types.
6034
6035 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6036
6037         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
6038         of CONSTANT_P for mult_val; always use validate_change to update insn.
6039
6040 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
6041
6042         * cpphash.c (trad_stringify, add_pat): New functions.
6043         (collect_expansion): Restore support for -traditional syntax.
6044         Use trad_stringify and add_pat.
6045         (_cpp_macroexpand): Restore support for -traditional semantics.
6046         * cpplex.c (_cpp_scan_line): Don't change space_before if we
6047         get a COMMENT token.
6048         (_cpp_lex_token): Provide COMMENT tokens to caller if
6049         traditional and parsing_define_directive.
6050         (skip_comment): Warn about // comments if -Wtraditional.
6051         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
6052         proper node type.
6053         (do_undef): Don't warn about undefining EMPTY nodes.
6054
6055 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6056
6057         * loop.c (strength_reduce): Fix biv removal code.
6058
6059 2000-04-22  Richard Henderson  <rth@cygnus.com>
6060
6061         * predict.c (estimate_probability): Examine both sides of
6062         a branch for no exits.  Use 90% not 50% for predict taken.
6063         Reorg for one copy of note generation code.
6064
6065 2000-04-22  Richard Henderson  <rth@cygnus.com>
6066
6067         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
6068
6069 2000-04-22  Richard Henderson  <rth@cygnus.com>
6070
6071         * diagnostic.c (init_output_buffer): Don't initialize format_args.
6072         (output_clear): Likewise.
6073         (output_printf): Use va_copy.
6074         (vline_wrapper_message_with_location): Likewise.
6075         (v_message_with_decl): Likewise.
6076         (line_wrapper_printf): VA_START infor buffer.format_args directly.
6077         * system.h (va_copy): Provide default implementation.
6078
6079 2000-04-22  Richard Henderson  <rth@cygnus.com>
6080
6081         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
6082         the collected condition is not a constant.
6083
6084 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
6085
6086         * diagnostic.h: New file.
6087
6088         * Makefile.in (diagnostic.o): Depends on diagnostic.h
6089
6090         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
6091         various function prototypes.
6092         (diagnostic.h): #include.
6093         (struct output_buffer): Move into diagnostic.h.
6094         (get_output_prefix): Rename to output_get_prefix.  Export.
6095         (init_output_buffer): Export. Break out.  Ajust intialization.
6096         (output_space_left, output_append): Export.
6097         (output_newline): Rename to output_add_newline.  Export.
6098         (output_clear): Nullify additional output_buffer fields.
6099         (output_puts): Rename to output_add_string.  Export.
6100         (dump_output): Rename to output_flush_on.  Export.
6101         (build_location_prefix): Constify return-type.
6102         (emit_output_prefix): Rename to output_emit_prefix. Export.
6103         (set_real_maximum_length): New function.
6104         (output_set_maximum_length): Ditto
6105         (output_clear): Ditto.
6106         (output_add_character): Ditto.
6107         (output_add_integer): Ditto.
6108         (output_add_space): Ditto.
6109         (output_format): Ditto.
6110         (output_printf): Adjust buffer initialization.
6111         (vline_wrapper_message_with_location): Ditto.
6112         (v_message_with_decl): Ditto.  Adjust call to output_puts
6113         and get_output_prefix.
6114         (default_print_error_function): Adjust buffer intialization.
6115
6116 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6117
6118         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
6119         of VOID_TYPE.
6120
6121 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
6122
6123         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
6124         of explicit 0.
6125
6126 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6127
6128         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
6129         accurate data about SP moves.
6130
6131 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
6132
6133         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
6134         aliases to AM33 registers.
6135
6136 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6137
6138         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
6139         to all EXTENDED bitmaps.
6140
6141 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
6142
6143         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
6144         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
6145         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
6146
6147 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
6148
6149         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
6150         the operand is not constant.
6151
6152 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
6153
6154         * reload.c (find_equiv_reg): Checks all valueno and regno regs
6155         as a call-clobbered regs.
6156
6157 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6158
6159         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
6160         * rtl.h: Likewise.
6161         * rtl.def: Update comment.
6162         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
6163         * integrate.c (expand_inline_function): Likewise.
6164         * profile.c (branch_prob): Likewise.
6165         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
6166         * print-rtl.c (print_rtx): Likewise.
6167         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
6168         (reemit_notes): Likewise; also use enum insn_note.
6169
6170         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
6171         (place_field): Properly compute know and actual alignment.
6172
6173         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
6174         in proper format.
6175
6176         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
6177         note for REG1.
6178
6179 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
6180
6181         * cpphash.c (struct arg, struct arglist): Const-ify strings.
6182         (warn_trad_stringify, duplicate_arg_p): New helper functions.
6183         (collect_expansion): Rewrite to scan over a token list.
6184         Remove -traditional support.
6185         (collect_formal_parameters): Rename to collect_params; rewrite
6186         to scan over a token list.
6187         (_cpp_create_definition): Adjust to scan a token list.
6188         (_cpp_macroexpand): Remove -traditional support.
6189         (_cpp_compare_defs): Whitespace is now canonicalized.
6190         (comp_def_part): Delete function.
6191
6192         * cpphash.h: Update prototypes.
6193         * cpplex.c (init_token_list): Don't set lineno if there is no
6194         buffer.
6195         (pedantic_whitespace): New function.
6196         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
6197         consume a newline.  Use pedantic_whitespace.
6198         (_cpp_lex_token): Remove support for -traditional macros.
6199         (_cpp_get_define_token): Delete.
6200         (_cpp_get_directive_token): Do the real work here.  Use
6201         pedantic_whitespace.
6202         (_cpp_init_input_buffer): Initialize pfile->directbuf.
6203
6204         * cpplib.c (get_macro_name): Delete.
6205         (do_define): Read the entire line into pfile->directbuf, then
6206         feed the token list to _cpp_create_definition.
6207         * cpplib.h (HSPACE_BEFORE): new define.
6208         (struct cpp_reader): Add a toklist member, "directbuf".
6209
6210         * predict.c (estimate_probability): New heuristic: if a jump
6211         branches around a block with no successors, predict it taken.
6212         Disentangle control flow.
6213
6214 2000-04-20  Richard Henderson  <rth@cygnus.com>
6215
6216         * loop.c (emit_iv_add_mult): Revert last change.
6217
6218 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
6219
6220         * cpplib.h (enum cpp_ttype): Add token types for all
6221         punctuators.  Distinguish pp-numbers from valid C numbers.
6222         Give some tokens better names.  Initialize from macro.
6223         (struct cpp_name, cpp_token, cpp_toklist): New data
6224         structures.
6225         Update prototypes.
6226         * cpplex.c (bump_column, expand_name_space,
6227         expand_token_space, init_token_list, cpp_output_list,
6228         _cpp_scan_line):  New functions.
6229         (output_line_command): Add third argument, new line number.
6230         * cpphash.h: Update prototypes.
6231         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
6232         token names.
6233
6234 2000-04-20  Richard Henderson  <rth@cygnus.com>
6235
6236         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
6237
6238 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
6239
6240         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
6241         object pointed to.
6242
6243 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6244
6245         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
6246         REG_EQUAL note explaining the calculated value.
6247
6248         * calls.c (expand_call): Avoid unnecesary precalculation
6249         and outgoing parameters space guarding for sibling calls.
6250         (store_one_arg): Likewise.
6251
6252 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6253
6254         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
6255         (rest_of_compilation): Write sibling dump file and account
6256         for time as jump time.
6257         * invoke.texi: Update documentation on dump flags.
6258
6259 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
6260
6261         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
6262
6263 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
6264
6265         * cpphash.c (special_symbol): Represent an empty macro with
6266         "\r \r " not just "\r ".
6267         (_cpp_macroexpand): Correct condition for the foo ( ) special
6268         case.
6269         (unsafe_chars): Handle EOF as second argument.
6270         (push_macro_expansion): Simplify test for removing escape at
6271         end.  Do not trim both escapes if there is no text in between.
6272
6273 2000-04-19  Jim Blandy  <jimb@redhat.com>
6274
6275         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
6276         of PTR_SIZE, when appropriate.
6277
6278 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
6279
6280         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
6281         (USE_ENUM_BITFIELDS): Fix typo.
6282
6283 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6284
6285         * stor-layout.c (place_field): Set rli->offset_align properly.
6286
6287 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6288
6289         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
6290         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
6291         PARM_BOUNDARY): Remove unnecessary casts.
6292
6293 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6294
6295         * calls.c (precompute_arguments): Remove must_preallocate and
6296         args_size calls.
6297         (expand_call): Update call of precompute_arguments.
6298
6299         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
6300         check_insn_for_givs): Break out from ...
6301         (strength_reduce) ... here; use for_every_insn_in_loop to call
6302         check_insn_for_givs.
6303         * loop.h (for_every_insn_in_loop): Declare.
6304         (loop_insn_callback): New type.
6305
6306 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
6307
6308         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
6309         not nul-terminated.
6310
6311 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
6312
6313         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
6314         flag_pic and RELOC.
6315
6316 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
6317
6318         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
6319
6320         * configure.in: Delete --disable-cpplib option and all
6321         references to cpp_main.
6322         * configure: Regenerate.
6323         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
6324         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
6325         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
6326         cpp$(exeext).  Add --no-headers to makeinfo command line when
6327         generating INSTALL.  Install and uninstall cpp.1 manpage, not
6328         cccp.1.
6329         * install.texi: Delete all references to cexp.y/cexp.c.
6330         Delete ancient instructions for compiling GCC on 3b1.
6331         * INSTALL: Regenerate.
6332
6333         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
6334         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
6335         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
6336         cexp.c/cexp.y.
6337         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
6338         which is no longer tested anywhere.
6339
6340         * cppinit.c (handle_option): Don't run error message through
6341         gettext twice.
6342
6343 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6344
6345         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
6346         * cpperror.c (hashtab.h): Now include.
6347         * cppexp.c (hashtab.h): Likewise.
6348         * cpplex.c (hashtab.h): Likewise.
6349         * cppfiles.c (hashtab.h): Likewise.
6350         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
6351         to htab_find_slot_with_hash.
6352         * cpphash.c (hashtab.h): Now include.
6353         (_cpp_lookup_slot): INSERT is now enum insert_option.
6354         * cpphash.h (_cpp_lookup_slot): Likewise.
6355         * cppinit.c (hashtab.h): Include earlier.
6356         (initialize_builtins): Pass enum to htab_find_slot.
6357         * cpplib.c (hashtab.h): Now include.
6358         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
6359         (do_pragma_poison, do_assert): Likewise.
6360         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
6361         htab_find_slot_with_hash.
6362         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
6363         * tree.c (type_hash_add): Likewise.
6364         (build1): Minor cleanup.
6365
6366         * ggc-common.c: Add missing blanks.
6367         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
6368         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
6369
6370         * stmt.c (mark_case_node): New function.
6371         (mark_case_nesting): Call it.
6372
6373         * expmed.c (emit_store_flag): If comparing two-word integer
6374         with zero, can optimize NE, EQ, GE, and LT.
6375
6376         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
6377         * conflict.c: Minor cleanups.
6378         * optabs.c: Add blank line
6379         * simplify-rtx.c: Minor cleanups.
6380
6381 2000-04-18  Stan Cox  <scox@cygnus.com>
6382
6383         * gengenrtl.c (genlegend): Fix misspelling.
6384
6385 2000-04-18  Robert Lipe  <robertlipe@usa.net>
6386
6387         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
6388         bitfields of the host compiler are not signed quantities.
6389         * config.in: Regenerate.
6390         * configure: Regenerate.
6391         * system.h (USE_ENUM_BITFIELDS): Added.
6392         (ENUM_BITFIELDS): Added.
6393         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
6394         (SHORT_ENUM_BUG): Deleted.
6395         * tree.h (tree_common): Members `code', `mode', `built_in_class',
6396         now ENUM_BITFIELD.
6397         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
6398         (CODE_FIELD_BUG): Likewise.
6399         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
6400         (OLD_CC): Likewise.
6401         * config/m68k/x-ccur (X_CFLAGS): Likewise.
6402
6403 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
6404
6405         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
6406         mark is active.
6407
6408 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
6409
6410         * cppexp.c (lex): Don't assume tokens are NUL terminated.
6411         * cpplib.c (do_include, do_import, do_include_next,
6412         read_line_number, detect_if_not_defined): Likewise.
6413         * cpphash.c (collect_expansion): Likewise.
6414         (special_symbol, _cpp_macroexpand): Check return from
6415         cpp_file_buffer.
6416         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
6417         macros.  Delete all uses.
6418
6419         * gcc.dg/cpp-mi.c: Add two more test cases.
6420         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
6421
6422 2000-04-17  Richard Henderson  <rth@cygnus.com>
6423
6424         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
6425         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
6426
6427 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
6428
6429         * function.c (expand_function_start): Use hard_function_value to
6430         compute the RTL to use for DECL_RESULT.
6431
6432 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6433
6434         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
6435         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6436          x86_memory_mismatch_stall): New global variables.
6437         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
6438         alloved; fix load penalties for Athlon.
6439         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
6440         x86_memory_mismatch_stall): Declare.
6441         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
6442          TARGET_MEMORY_MISMATCH_STALL): New.
6443         * i386.md (athlon scheduling parameters): Fix latencies according to
6444         Athlon Optimization Manual.
6445         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
6446         vector.
6447         (fsqrt instruction patterns): Set athlon_decode to direct.
6448         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
6449         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
6450         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
6451         and TARGET_PARTIAL_REGISTER_STALL machines.
6452         (pushdf_nointeger): New pattern.
6453         (pushdf_integer): Rename from pushdf.
6454         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
6455         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
6456
6457 2000-04-17  Richard Henderson  <rth@cygnus.com>
6458
6459         * loop.c (canonicalize_condition): Add WANT_REG argument.
6460         Stop the search if we match it.
6461         * expr.h (canonicalize_condition): Update decl.
6462         * predict.c (expected_value_to_br_prob): Use it.  Track last
6463         expected value note.
6464         (find_expected_value): Remove.
6465
6466         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
6467
6468 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
6469
6470         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
6471         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
6472         a plain file.
6473         * configure.in: Call AC_FUNC_MMAP_FILE.
6474         * configure: Regenerate.
6475         * config.in: Regenerate.
6476
6477         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
6478         * fixinc/fixincl.c: Likewise.
6479
6480 2000-04-17  Richard Henderson  <rth@cygnus.com>
6481
6482         * builtins.c (expand_builtin_expect): New.
6483         (expand_builtin): Call it.
6484         * builtins.def (BUILT_IN_EXPECT): New.
6485         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
6486         * extend.texi: Document it.
6487
6488         * predict.c (expected_value_to_br_prob): New.
6489         (find_expected_value): New.
6490         * basic-block.h (expected_value_to_br_prob): Declare.
6491         * toplev.c (rest_of_compilation): Invoke it.
6492
6493         * rtl.h (NOTE_EXPECTED_VALUE): New.
6494         (NOTE_INSN_EXPECTED_VALUE): New.
6495         * rtl.c (note_insn_name): Update.
6496         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
6497         cases; handle NOTE_INSN_EXPECTED_VALUE.
6498
6499 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
6500
6501         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
6502         leaf sibcall delay slot if flag_pic.
6503         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
6504
6505 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6506
6507         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
6508
6509         * fixproto: If fix-header fails, exit with an error.
6510
6511 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6512
6513         * cse.c (struct check_depdendence_data): New.
6514         (check_dependence): New function.
6515         (invalidate): Use check_depdenence.
6516
6517 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
6518
6519         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
6520         UNITS_PER_WORD is unsigned.
6521
6522         * tree.h (struct tree_common): Remove misleading comment.
6523
6524 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6525
6526         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
6527         message in quotes. Otherwise, IBM's make program treats the '#' as the
6528         start of a comment and ignores the remainder of the line.
6529
6530         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
6531         upper case.
6532         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
6533         * cexp.y (initialize_random_junk): Likewise.
6534         * cppfiles.c (find_include_file): Cast alloca return value.
6535         * cppinit.c (initialize_standard_includes): Likewise.
6536         * cpplib.c (cpp_define, cpp_undef): Likewise.
6537         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
6538         * final.c (output_asm_insn): Allow for holes in EBCDIC.
6539         * fold-const.c (CHARMASK): New.
6540         (real_hex_to_f): Use it.
6541         * real.c (CHARMASK): New.
6542         (etoasc, asctoeg): Use it.
6543         (asctoeg): EBCDIC lower case characters preceed upper case.
6544
6545         * i370.c (mvs_add_label): Change spacing for coding conventions.
6546         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
6547         outputing case vectors.
6548         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
6549         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
6550         since vector in in the data CSECT.
6551         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
6552         * i370.md (Many patterns): Put the length in the XL directives.
6553         (movdi): Put back STM and MVC in definition.
6554         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
6555         pattern using the TCA.
6556         * oe.h (CPP_SPEC): Added to allow trigraphs.
6557         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
6558         not support the "long long" type.
6559
6560 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
6561
6562         * config/mips/mips-protos.h (mips_legitimate_address_p): New
6563         function.
6564         (mips_reg_mode_ok_for_base_p): Likewise.
6565         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
6566         (REG_OK_FOR_INDEX_P): Define unconditionally.
6567         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
6568         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
6569         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
6570         that GET_MODE_SIZE is unsigned.
6571         (mips_reg_mode_ok_for_base_p): Define.
6572         (mips_legitimate_address_p): Likewise.  Adjust now
6573         that GET_MODE_SIZE is unsigned.
6574         (block_move_loop): Make the number of bytes unsigned.
6575         (expand_block_move): Likewise.
6576         (function_arg): Make the loop counter unsigned to match the
6577         boundary condition.
6578
6579 2000-04-16  Richard Henderson  <rth@cygnus.com>
6580
6581         * rtl.h (enum insn_note): New enumeration.  Subsume
6582         NOTE_INSN_DELETED and friends.
6583         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
6584         * rtl.c (note_insn_name): Tweak string order.
6585
6586 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
6587
6588         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
6589         to offset * 2.
6590
6591         * cpplex.c (output_line_command): Remove debugging prints.
6592         (cpp_output_tokens): Don't write out a zero-length buffer or
6593         try to see if it has a newline in it.
6594         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
6595         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
6596         the end of the loop.  Use memmove.  Don't read past the end of
6597         the buffer.  Remove trailing newlines from error messages.
6598
6599 2004-04-16  Neil Booth  <NeilB@earthling.net>
6600
6601         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
6602         * cpplib.c: Add new syntax flags to directive table, and
6603         supporting macros.
6604
6605 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
6606
6607         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
6608         using ret $N.
6609
6610 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
6611
6612         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
6613         * haifa-sched.c: Update -fsched-verbose comments to use "=".
6614
6615 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6616
6617         * Makefile.in (ggc-page.o): Now includes toplev.h.
6618         * ggc-page.c (toplev.h): Now included.
6619         (gc_time): Remove declaration.
6620         (ggc_collect): TIME now long.
6621         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
6622         others static.
6623         * toplev.h (gc_time, parse_time, gc_time): New declarations.
6624
6625         * toplev.c: Make *_time variable long to reduce chance of overflow.
6626         (TIMEVAR): Likewise for `otime'.
6627         (print_time): Arg is now long; compute percentage in FP and round.
6628         * toplev.h (print_time): Arg is long.
6629
6630         * tree.c: Minor whitespace changes.
6631
6632         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
6633         * configure: Rebuilt.
6634         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
6635         (__fixunsxfDI): Renamed from __fixunsxfdi.
6636         (__fixunsdfDI): Renamed from __fixunsdfdi.
6637         (__fixunssfDI): Renamed from __fixunssfdi.
6638         (__floatdisf): Use proper type in REP_BIT macro.
6639         (__fixunsxfSI): Renamed from __fixunsxfsi.
6640         (__fixunsdfSI): Renamed from __fixunsdfsi.
6641         (__fixunssfSI): Renamed from __fixunssfsi.
6642         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
6643         Change location of macros and upper-case some names as above.
6644         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
6645         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
6646
6647         * varasm.c (assemble_variable): Add cast to remove warning.
6648         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
6649
6650         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
6651         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
6652         region number to -1.
6653
6654 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
6655
6656         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
6657         call unshare_all_rtl.
6658
6659         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
6660
6661 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
6662
6663         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
6664         Use .s1 not .s0 for all FP instructions.
6665
6666 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
6667
6668         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
6669         interfaces.
6670         (safe_fwrite, output_line_command): New static functions.
6671         (cpp_expand_to_buffer): Now private to cpplib.
6672         (cpp_scan_buffer): Take a printer.
6673
6674         * cpphash.h: Update prototypes.
6675         * cpplib.h: Update prototypes.
6676         (cpp_printer): New.
6677         (cpp_buffer): Remove last_nominal_fname.
6678         (cpp_reader): Remove lineno.
6679
6680         * cppmain.c: Use a cpp_printer.
6681         * fix-header.c: No need to inhibit line commands.  Call
6682         cpp_start_read with no printer.
6683
6684         * cpperror.c (cpp_notice_from_errno): Provide default name.
6685         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
6686         (find_include_file, cpp_read_file): Use make_IHASH.
6687         (file_cleanup): Set control_macro and clear
6688         input_stack_listing_current here.
6689         (_cpp_execute_include): Don't output entering-file marker.
6690         * cpphash.c (special_symbol): Look for the line number in the
6691         buffer, not the reader.
6692         (_cpp_macroexpand): No need to disable line commands.
6693         (_cpp_dump_definition): No need to generate line commands.
6694         (dump_hash_helper): Remove excess newline from output.
6695         * cppinit.c (dump_special_to_buffer): No need to generate line
6696         commands.
6697         (cpp_printer_init): New.
6698         (cpp_start_read): Take a printer, and start it up if it's not
6699         NULL.  No need to generate line commands.
6700         (cpp_finish): Expect no buffers stacked at all.  Take a
6701         printer argument, and flush the output buffer if it's not
6702         NULL.
6703         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
6704         Don't put two hashes at the beginning of an assertion.
6705         (cpp_get_token): Don't increment pfile->lineno or emit line
6706         commands here.  Return EOF if there's no buffer when we get
6707         EOF.
6708         * cpplib.c (do_define, skip_if_group):
6709         No need to disable line commands.
6710         (_cpp_output_line_command): Delete function.
6711         (do_line): Don't emit line commands here, but set things up so
6712         they will be emitted if necessary.  Use _cpp_fake_ihash to
6713         make unique nominal_fnames if necessary.
6714         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
6715         with 0 for column, not -1.
6716         (_cpp_handle_eof): Don't set the control macro here.  Don't
6717         clear input_stack_listing_current here.  Don't emit line
6718         commands.
6719
6720 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
6721
6722         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
6723         always, use the default SVR4 start address.
6724
6725         * config/rs6000/linux.h (LINK_SPEC): Don't define.
6726         (LINK_SHLIB_SPEC): Define.
6727         (LINK_START_DEFAULT_SPEC): Define.
6728         (LINK_OS_DEFAULT_SPEC): Define.
6729
6730         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
6731
6732         * config/rs6000/eabi.asm (__eabi): Call __init rather than
6733         __do_global_ctors to handle constructors.
6734         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
6735         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
6736         (STARTFILE_MVME_SPEC): Likewise.
6737         (STARTFILE_SIM_SPEC): Likewise.
6738         (ENDFILE_ADS_SPEC): Use crtend.
6739         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
6740         (ENDFILE_MVME_SPEC): Likewise.
6741         (ENDFILE_SIM_SPEC): Likewise.
6742         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
6743         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
6744         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
6745         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
6746         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
6747         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
6748         (CRTSTUFF_T_CFLAGS_S): Define.
6749         * config/rs6000/eabi-ctors.c: Delete.
6750
6751         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
6752         boundary.
6753         (__fini): Likewise.
6754         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
6755         boundary.
6756         (__fini): Likewise.
6757
6758 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
6759
6760         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
6761         plus mask size is smaller or equal to the mode size.
6762
6763 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6764
6765         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
6766         not yet set.
6767
6768         * expr.c (reload.h): Now included.
6769         (emit_block_move): Set volatile_ok when checking for movstr.
6770         (emit_move_1): Check for replacements in addresses in multi-word case.
6771         * Makefile.in (expr.o): Now includes reload.h.
6772
6773         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
6774         Never have a LIBCALL end a basic block.
6775         (find_basic_blocks_1): Likewise.
6776         Reorganize CALL_INSN cases.
6777
6778         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
6779
6780 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
6781
6782         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
6783         completers from mov.ret instruction.
6784
6785 2000-04-14  Richard Henderson  <rth@cygnus.com>
6786
6787         * fold-const.c (extract_muldiv): Don't distribute and widen
6788         multiply across plus for non-sizetype unsigned types.
6789
6790 2000-04-14  Richard Henderson  <rth@cygnus.com>
6791
6792         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
6793         If the original source is dead in the incr insn, it's dead now.
6794
6795 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6796
6797         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
6798         see if DECL_BIT_FIELD needs to still be set.
6799
6800         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
6801
6802         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
6803         print_int_cst_octal with something that's not an INTEGER_CST.
6804
6805         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
6806         and not a SUBREG to a FLOAT rtl.
6807
6808 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
6809
6810         * emit-rtl.c (try_split): Avoid infinite loop if the split
6811         results in a sequence that contains the original insn.
6812
6813 2000-04-13  Andreas Jaeger  <aj@suse.de>
6814
6815         * config/mips/mips.c (expand_block_move): Pass alignment
6816         argument to move_by_pieces in bits, not bytes.
6817
6818         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
6819         __pic__ for little endian.
6820
6821 2000-04-13  Andreas Jaeger  <aj@suse.de>
6822
6823         * config/i386/i386-protos.h: Add prototype for
6824         uno_comparison_operator.
6825
6826 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6827
6828         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
6829         * calls.c (ECF_PURE): New flag.
6830         (emit_call_1): Handle ECF_PURE calls.
6831         (initialize_argument_information): Unset ECF_PURE flag too.
6832         (precompute_arguments): Precompute for ECF_PURE too.
6833         (expand_call): Handle ECF_PURE calls too.
6834         (emit_library_call_value_1): Rename no_queue argument to fn_type,
6835         accept value of 2 as pure function.
6836         (emit_library_call_value, emit_library_call): Rename no_queue argument
6837         to fn_type.
6838         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
6839
6840         * tree.h (DECL_IS_PURE): New macro.
6841         (struct tree_decl): Add pure_flag.
6842         * c-common.c (enum attrs): Add attribute "pure".
6843         (init_attributes): Initialize attribute "pure"
6844         (decl_attributes): Handle attribute "pure".
6845         * extend.texi (Attribute "pure"): Document.
6846         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
6847         in pure function.
6848         (flags_from_decl_or_type): Support attribute "pure".
6849
6850 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
6851
6852         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
6853         the token except for numbers and identifiers.
6854
6855 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
6856
6857         * i386.c (ix86_expand_binary_operator,
6858         ix86_expand_unary_operator): Check no_new_pseudos
6859         instead of reload_in_progress and reload_completed.
6860         (ix86_split_ashldi, ix86_split_ashrdi,
6861         ix86_split_lshrdi): Check no_new_pseudos instead
6862         of reload_completed.
6863
6864 2000-04-12  Jeffrey A Law  (law@cygnus.com)
6865
6866         * function.c (purge_addressof): Unshare any shared rtl created by
6867         purge_addressof and its children.
6868
6869 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
6870
6871         * function.c (aggregate_value_p): VOID_TYPE nodes are never
6872         aggregates.
6873
6874 2000-04-05  Andreas Jaeger  <aj@suse.de>
6875
6876         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
6877         not compiling PIC code, add flags for mabi=64.
6878         (SUBTARGET_CPP_SIZE_SPEC): New.
6879         (SUBTARGET_CPP_SPEC): New.
6880         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
6881         for MIPS/Linux and lots of code needs these defines.
6882
6883 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
6884
6885         * reorg.c (fill_slots_from_thread): Check side_effects_p when
6886         trying the "opposite arithmetic" approach.
6887
6888 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6889
6890         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
6891         (struct sh_args): Add new field force_mem.
6892         (INIT_CUMULATIVE_ARGS): Initialize it.
6893         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
6894
6895 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6896
6897         * calls.c (expand_call): Do not reverse args in "equal from" field.
6898         (emit_library_call_value_1): Emit_libcall_block for const and pure
6899         function.
6900
6901 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6902
6903         * reload1.c (reload_combine): Don't enable optimization for fixed
6904         registers when encountering a BARRIER.
6905
6906 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6907
6908         * builtins.c (expand_builtin_memcmp): Do expansion even with
6909         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
6910
6911         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
6912         stack is propertly aligned; add sanity checking for aligned
6913         stack pointer.
6914         (expand_library_call_value_1): Add sanity checking for aligned
6915         stack pointer.
6916
6917 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
6918
6919         * calls.c (emit_library_call_value_1): Change 3rd arg to
6920         locate_and_pad_parm to disregard the setting of partial.
6921
6922 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6923
6924         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
6925
6926         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
6927         CALL_INSN from the normal case.
6928
6929 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6930
6931         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
6932         New global variables.
6933         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
6934         adjustment.
6935         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
6936         Declare,
6937         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
6938          TARGET_ADD_ESP_8): New macros.
6939         * i386.md: Add peep2s to convert esp adjustments to push and pop
6940         instructions.
6941         (pushsi_prologue, popsi_epilogue): New patterns.
6942
6943 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
6944
6945         * real.c (toe64): Remove stale #endif from the last change.
6946
6947 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
6948
6949         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
6950         * real.c (toe64): Revert previous change.
6951
6952 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
6953
6954         * objc/objc-act.c: Include ggc.h.
6955         (objc_tree_index, objc_global_trees): Convert most of the
6956         static tree variables into a static array with previous names
6957         as defines.
6958         (objc_ellipsis_node): New variable.
6959         (lang_init): Call objc_act_parse_init and c_parse_init.
6960         Create objc_ellipsis_node.
6961         (build_selector_translation_table): Use objc_ellipsis_node instead
6962         of (tree)1.
6963         (hack_method_prototype): Likewise.
6964         (get_arg_type_list): Likewise.
6965         (start_method_def): Likewise.
6966         (continue_method_def): Likewise.
6967         (gen_method_decl): Likewise.
6968         (ggc_mark_imp_list): New function.
6969         (ggc_mark_hash_table): New function.
6970         (objc_act_parse_init): New function.
6971         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
6972         * c-parse.in (c_parse_init): For objc add roots of objc specific
6973         local tree variables.
6974         * objc/objc-parse.y: Rebuilt.
6975         * objc/objc-parse.c: Rebuilt.
6976         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
6977
6978 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
6979
6980         * cse.c (delete_trivially_dead_insns): Also delete insns
6981         that copy a register to itself where the destination is
6982         a strict_low_part.
6983
6984 2000-04-11  Richard Henderson  <rth@cygnus.com>
6985
6986         * flow.c (struct propagate_block_info): Add new_dead, new_live.
6987         (propagate_block): Initialize them.  Use them in parallel instead
6988         of one tmp variable, ie revert much of the 0408 and 0407 functional
6989         changes, but keep the structural changes.
6990         (mark_set_regs): Take new_dead from propagate_block_info instead.
6991         (mark_set_1, mark_set_reg): Likewise.
6992         (mark_used_regs): Likewise with new_live.
6993         (mark_used_reg): Likewise.  Revert 0408 change.
6994
6995 2000-04-11  Nick Clifton  <nickc@cygnus.com>
6996
6997         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
6998         restriction.
6999         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
7000
7001 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7002
7003         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
7004         const section to output a CONSTRUCTOR based on the same conditions
7005         used for VAR_DECLs.
7006
7007 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
7008
7009         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
7010         * pa/pa-protos.h (output_call): Add additional argument indicating
7011         if the call is a sibling/tail call.
7012         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
7013         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
7014         (function_arg, function_arg_partial_nregs): Likewise
7015         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
7016         (emit_move_sequence): Zero extend certain constants as needed
7017         for TARGET_64BIT.
7018         (compute_zdepdi_operands, output_64bit_and): New functions.
7019         (output_64bit_ior, function_arg): Likewise.
7020         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
7021         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
7022         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
7023         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
7024         (output_bvb): Likewise.
7025         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
7026         (output_call): New argument 'sibcall'.  Generate sibcall sequences
7027         as needed.
7028         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
7029         (ouput_arg_descriptor): Do not emit argument descriptors for
7030         TARGET_64BIT.
7031         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
7032         defined.
7033         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
7034         (FUNCTION_OK_FOR_SIBALL): Define.
7035         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
7036         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
7037         (CPP_SPEC): Use new spec infrastructure.
7038         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
7039         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
7040         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
7041         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
7042         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
7043         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
7044         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
7045         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
7046         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
7047         (FUNCTION_ARG); Call out to C code.
7048         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7049         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
7050         (MIN_UNITS_PER_WORD): Likewise.
7051         * pa/pa.md (cmpdi): New expander.
7052         (scc patterns, movstrsi): Not available for TARGET_64BIT.
7053         (64bit conditional arithmetic): New patterns.
7054         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
7055         (movsicc): Not available if modes on all the operands to not match.
7056         (movdicc): New expander and associated patterns.
7057         (64bit branches): New patterns.
7058         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
7059         (pre_ldd, post_std): New patterns.
7060         (64bit addil, load low part): New patterns.
7061         (special movsf constant): Not available for TARGET_64BIT.
7062         (movsf, movdf expanders): Force constants into memory.
7063         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
7064         (64bit movdf/movdi patterns): New patterns.
7065         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
7066         for TARGET_64BIT.
7067         (extendqidi2, extendhidi2, extendsidi2): Similarly.
7068         (adddi3 expander): Allow "arith_operand" for second input.
7069         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
7070         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
7071         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
7072         (muldi3): New expander for TARGET_64BIT.
7073         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
7074         for TARGET_64BIT.
7075         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
7076         patterns for TARGET_64BIT.
7077         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
7078         patterns for TARGET_64BIT.
7079         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
7080         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
7081         (sibcall_epilogue): New expander.
7082         (casesi): Tweak for TARGET_64BIT.
7083         (call expanders): Set & use the outgoing argument pointer.  Use the
7084         64bit call patterns as needed. Add additional arg to output_call.
7085         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
7086         (sibcall, sibcall_internal_symref): New expanders.
7087         (sibcall_value, sibcall_value_internal_symref
7088         (interspace_jump): Turn into an expander + matching patterns.
7089         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
7090         * pa/pa64-regs.h: Eliminate trigraph sequences.
7091         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
7092
7093 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
7094
7095         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
7096         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
7097         cpp_token with cpp_ttype everywhere.
7098         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
7099         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
7100         CPP_BUF_COL.  Line and column numbers are unsigned int, not
7101         long.
7102         * cpplex.c (cpp_buf_line_and_col): Delete.
7103         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
7104         'long lineno' to 'unsigned int lineno'.
7105         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
7106
7107 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7108
7109         * extend.texi: ISO C99 is not a draft anymore.
7110         * invoke.texi: ISO C++ is not a draft anymore.
7111         * cpp.texi: __cplusplus is required by the ISO standard.
7112
7113         * extend.texi (-fthis-is-variable): Undocument.
7114         * flags.h (warn_template_debugging): Remove declaration.
7115         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
7116         -Wenum-clash, -Wtemplate-debugging): Undocument.
7117
7118 2000-04-10  Nick Clifton  <nickc@cygnus.com>
7119
7120         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
7121         integer.
7122         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
7123         integer.
7124         (ARM_SIGN_EXTEND): Use HOST_UINT.
7125         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
7126         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
7127         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
7128         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
7129
7130         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
7131         (arm_gen_constant): Use HOST_UINT.
7132         (arm_canonicalize_constant): Use HOST_UINT.
7133         (arm_reload_in_hi): Use HOST_UINT.
7134         (arm_reload_out_hi): Use HOST_UINT.
7135         (output_multi_immediate): Use HOST_UINT.
7136         (int_log2): Use HOST_UINT.
7137         (arm_poke_function_name): Use HOST_UINT.
7138         (arm_output_epilogue): Use arm_volatile_func().
7139         (output_thumb_prologue): Use arm_strip_name_encoding().
7140
7141 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7142
7143         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
7144         of sequence point problems.
7145
7146 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7147
7148         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
7149         Recomment.
7150         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
7151
7152 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7153
7154         * sbitmap.h: Whitespace changes and use upper-case macro args.
7155         (struct simple_bitmap_def): All sizes now unsigned.
7156         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
7157         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
7158         (sbitmap_vector_alloc): Parms and local vars now unsigned.
7159         (sbitmap_zero): Cast bzero arg to PTR.
7160         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
7161         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
7162         loop to make structure clearer.
7163         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
7164         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
7165         (sbitmap_a_and_b_or_c): Likewise.
7166         (sbitmap_intersection_of_succs): Minor cleanups.
7167         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
7168         (sbitmap_union_of_preds): Likewise.
7169         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
7170         (debug_sbitmap): New function.
7171
7172         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
7173         * c-typeck.c (convert_for_assignment): Likewise.
7174
7175         * expmed.c (init_expmed): Don't free objects we make.
7176         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
7177
7178         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
7179         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
7180
7181         * gcse.c (expr_hash_table_size): Now unsigned.
7182         (compute_ae_gen): Local variable `i' now unsigned.
7183         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
7184         (compute_transout, hoist_code): Likewise.
7185         (compute_local_properties): Likewise, also hash_table_size.
7186         (alloc_expr_hash_table): N_INSNS now unsigned.
7187         (delete_null_pointer_checks): Mark arg F as unused.
7188
7189         * regrename.c: Minor cleanups, including chang some variables
7190         to unsigned int.
7191
7192 2000-04-10  Neil Booth  <NeilB@earthling.net>
7193
7194         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
7195         than GETC ().
7196         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
7197
7198 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7199
7200         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
7201         __classof__, and __headof__ from the list of gnu keywords.
7202         (-ansi): Remove -foperator-names from list of implied options.
7203         Do not call it ANSI C++.
7204         (-foperator-names): Document as -fno-operator-names.
7205
7206 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
7207
7208         * cpphash.c (timestamp): Delete.
7209         (del_HASHNODE): If type is T_MCONST, free value.cpval.
7210         (special_symbol): Remove unnecessary braces.  Remove
7211         T_VERSION.  Treat T_STDC like T_CONST unless
7212         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
7213         when one is encountered, then convert them into T_MCONST
7214         nodes.
7215         * cppinit.c (builtin_array): version_string is T_MCONST.
7216         __STDC__ has a "1" in its cpval.  Don't have a terminator
7217         entry.  Clean up which entries are dumped.
7218         (initialize_builtins): Only __STDC__ gets the special
7219         -traditional treatment.  Count the length of builtin_array.
7220         Render version_string here.
7221         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
7222         * cpplib.h (struct cpp_reader): Remove timebuf.
7223
7224 2000-04-09  Richard Henderson  <rth@cygnus.com>
7225
7226         * genrecog.c (pred): Update comparison_operator for the unordered
7227         operators.
7228
7229         * config/i386/i386.c (no_comparison_operator): Disallow unordered
7230         operators.
7231         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
7232         (uno_comparison_operator): New.
7233         (put_condition_code): Handle UNORDERED/ORDERED.
7234         (unsigned_comparison): Likewise.
7235         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
7236         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
7237         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
7238         update all callers.  Handle all 8 unordered operators.
7239         (ix86_expand_setcc): Lose the unordered argument, update all callers.
7240         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
7241         * config/i386/i386.h (PREDICATE_CODES): Update.
7242         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
7243         (ix86_expand_branch, ix86_expand_setcc): Update.
7244         * config/i386/i386.md (sunordered, sordered): New.
7245         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
7246         (bunordered, bordered): New.
7247         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
7248         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
7249         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
7250
7251 2000-04-09  Philip Blundell  <philb@gnu.org>
7252
7253         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
7254
7255 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
7256
7257         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
7258         fix_truncxfhi2): New patterns.
7259         * i386.c (output_fix_trunc): Handle converting to HImode.
7260
7261 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
7262
7263         * ssa.c (convert_to_ssa): Eliminate dead code when calling
7264         life_analysis.
7265         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
7266         (for_each_successor_phi): Change parameter to basic_block.
7267         (coalesce_regs_in_successor_phi_nodes): Likewise.
7268         (coalesce_regs_in_copies): Likewise.
7269         (compute_coalesced_reg_partition): Use basic_block instead of index.
7270         * rtl.h (convert_to_ssa): Delete.
7271         (convert_from_ssa): Likewise.
7272         (successor_phi_fn): Likewise.
7273         (for_each_successor_phi): Likewise.
7274         (in_ssa_form): Likewise.
7275         * basic-block.h (convert_to_ssa): Moved from rtl.h.
7276         (convert_from_ssa): Likewise.
7277         (successor_phi_fn): Likewise.
7278         (in_ssa_form): Likewise.
7279         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
7280         * flow.c (calculate_global_regs_live): Pass a basic_block to
7281         for_each_successor_phi.
7282
7283 2000-04-08  Richard Henderson  <rth@cygnus.com>
7284
7285         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
7286         was modified in the current insn.
7287
7288 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7289
7290         * arm/thumb.md: Delete.
7291         * arm/thumb-protos.h: Delete.
7292
7293 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7294
7295         Merge changes from merged-arm-thumb-backend-branch onto trunk.
7296
7297         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
7298
7299         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
7300         into branch.
7301
7302         * arm.md (nop): Use the standard RTL expression.  Don't code as a
7303         define_expand.
7304         (*arm_nop, *thumb_nop): Delete.
7305
7306         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
7307         constants.  Use casts instead.
7308         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
7309         output_multi_immediate, arm_poke_function_name): Likewise.
7310         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
7311         MASK_RETURN_ADDDR): Likewise.
7312
7313         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
7314
7315         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
7316         into branch.
7317
7318         * arm.md (eh_epilogue): New function.
7319         * arm.h (struct machine_function): Move to here ...
7320         * arm.c: ... from here.
7321         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
7322         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
7323         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
7324
7325         2000-03-30  Nick Clifton  <nickc@cygnus.com>
7326
7327         * config/arm/semi.h (ASM_SPEC): Restore definition.
7328         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7329
7330         * config/arm/elf.h (ASM_SPEC): Restore definition.
7331         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
7332
7333         * config/arm/arm.h (ASM_SPEC): Remove definition.
7334         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
7335
7336         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
7337
7338         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
7339
7340         2000-03-24  Nick Clifton  <nickc@cygnus.com>
7341
7342         Various formating tidyups, elimination of compile time
7343         warnings and synchronisation with internal sources:
7344
7345         * config/arm/arm-protos.h (assemble_align): Add prototype.
7346         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7347         (gen_comapre_reg): Rename to arm_gen_compare_reg.
7348         (arm_return_addr_rtx): Rename to arm_return_addr.
7349
7350         * config/arm/arm.c: Include except.h.
7351         Define shorter typenames for strict minipool_node and struct
7352         minipool_fix.
7353         (arm_return_in_memory): For WinCE return all structures <= 32 bits
7354         in memory.
7355         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
7356         (gen_comapre_reg): Rename to arm_gen_compare_reg.
7357
7358         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7359         already defined.
7360         (ASM_SPEC): Define if not already defined.
7361         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
7362
7363         * config/arm/arm.md: Rename references to gen_rotated_half_load to
7364         arm_gen_rotated_half_load, and references to gen_comapre_reg to
7365         arm_gen_compare_reg.
7366         (indirect_jump):  Only accept register operands.
7367         (load_indirect_jump): Keep this pattern since combine can generate
7368         it.
7369
7370         * config/arm/coff.h: Include aout.h.
7371         (MULTILIB_DEFAULTS): Only define if not already defined.
7372
7373         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
7374         into arm.h (so that COFF ports can support thumb based aliases).
7375         (ASM_SPEC): Move definition into arm.h
7376
7377         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
7378         redundant apcs spec.
7379         (ASM_SPEC): Move definition to arm.h
7380
7381         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
7382
7383         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
7384         for entries in the .bss section
7385
7386         2000-03-23  Nick Clifton  <nickc@cygnus.com>
7387
7388         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
7389         to thumb_far_jump_used_p.
7390
7391         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
7392         single integer parameter.
7393
7394         * config/arm/arm.c (struct machine_function): Add two new
7395         fields, 'far_jump_used' and 'arg_pointer_live'.
7396         (thumb_far_jump_used_p): Once the decision has been made that
7397         far jumps might be used, always return true.
7398         If being called from the initial elimination offset macro then
7399         do not bother to perform the test if the arg pointer is not
7400         being used.
7401         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
7402         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
7403
7404         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
7405
7406         * arm.c (output_return_instruction): Handle more cases where we can
7407         return from a function with an ldr instruction.
7408         (arm_output_epilogue): Likewise.
7409
7410         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
7411         if we need to push a large stack frame and there are no callee-saved
7412         registers.
7413
7414         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
7415         in ARM code if the frame pointer has been eliminated.
7416
7417         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
7418         unspec_volatile arguments to avoid duplicates.
7419         (consttable_1, consttable_2): Fixes for big-endian mode.
7420
7421         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
7422         as appropriate.
7423
7424         Re-write constant pool code.
7425         * arm.c (minipool_node, minipool_fix): New types.
7426         (minifix): Delete type.
7427         (arm_add_minipool_constant): Delete.
7428         (arm_compute_minipool_offsets, arm_find_barrier,
7429         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
7430         (get_jump_table_size): Now returns HOST_WIDE_INT.
7431         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
7432         functions.
7433         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
7434         (assign_minipool_offsets, arm_print_value): Likewise.
7435         (dump_minipool): Rewrite.
7436         (arm_barrier_cost): New function.
7437         (create_fix_barrier): New function.
7438         (push_minipool_barrier): New function.
7439         (push_minipool_fix): Record additional information about the fixup
7440         required.
7441         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
7442         check the mode of what needs fixing.
7443         (arm_reorg): Rewrite.
7444
7445         2000-03-08  Nick Clifton  <nickc@cygnus.com>
7446
7447         * config/arm/arm.md (indirect_jump): Force constant addresses into
7448         a register.
7449
7450         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
7451
7452         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
7453
7454         2000-02-24  Nick Clifton  <nickc@cygnus.com>
7455
7456         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
7457         adjust is word aligned.
7458         (thumb_expand_epilogue): Make sure that stack adjust is word
7459         aligned.
7460
7461         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
7462
7463         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
7464
7465         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
7466         pointer relative addresses.
7467
7468         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
7469
7470         * arm.c (find_barrier): Find the last barrier within the allowed
7471         range.
7472
7473         2000-02-09  Nick Clifton  <nickc@cygnus.com>
7474
7475         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
7476
7477         2000-02-09  Nick Clifton  <nickc@cygnus.com>
7478
7479         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
7480         ARM_FUNCTION_PROFILER.
7481
7482         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
7483         ARM_FUNCTION_PROFILER.
7484
7485         * config/arm/linux-oldld.h: Imported from mainline sources.
7486
7487         2000-02-07  Nick Clifton  <nickc@cygnus.com>
7488
7489         * config/arm/lib1funcs.asm: Merge in thumb functions from
7490         lib1thumb.asm.
7491
7492         * config/arm/lib1thumb.asm: Delete.
7493
7494         2000-02-04  Nick Clifton  <nickc@cygnus.com>
7495
7496         * config/arm/arm.c: Sychronised with current Red hat local
7497         sources.
7498         * config/arm/arm.h: Ditto.
7499         * config/arm/arm-protos.h: Ditto.
7500
7501         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
7502
7503         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
7504
7505         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
7506         byte stores.
7507
7508         2000-02-02  Nick Clifton  <nickc@cygnus.com>
7509
7510         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
7511
7512         * config/arm/arm.md (epilogue): Fix rtl checking abort because
7513         (return) was emited using an emit_insn() call.
7514
7515         2000-01-31  Nick Clifton  <nickc@cygnus.com>
7516
7517         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
7518         thumb stack frame.
7519         (thumb_exit): Move frame pointer back into hard frame pointer
7520         register if backtracing is being used.
7521
7522         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
7523
7524         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
7525         into branch.
7526
7527         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
7528
7529         * config/arm/arm.md (neg_pool_offset): Provide default for new
7530         attribute.
7531         (arm_movsi_insn): Add neg_pool_offset attribute.
7532         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
7533         rtx for the insn that starts the scan and an unsigned long for its
7534         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
7535         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
7536         instructions in *PINSERTED.
7537         (struct minipool_fixup): Add MIN_ADDRESS elt.
7538         (sort_fixups): Compute it.
7539         (arm_reorg): Changes to support inserting pools before the insn to be
7540         fixed up.
7541
7542         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
7543
7544         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
7545         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
7546         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
7547
7548         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
7549
7550         * config/arm/semi.h (TARGET_VERSION): Do not define if already
7551         defined.
7552         (TARGET_DEFAULT): Do not define if already defined.
7553
7554         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
7555
7556         * config/arm/arm.md (anddi3): Allow disjoint source operands.
7557         (iordi3): Allow disjoint source operands.
7558         (xordi3): Allow disjoint source operands.
7559         (negdi2): Permit construction for ARM and Thumb.
7560         (arm_negdi2): Renamed version of old negdi2 pattern.
7561         (thumb_negdi2): New pattern: Only permit non-overlapping
7562         source and destination.
7563
7564         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
7565
7566         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
7567         scratch low register so that it will not be deleted.
7568
7569         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
7570
7571         * config/arm/pe.h (ARM_PE): Define.
7572
7573         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
7574         interfacearm attribute if this is a PE toolchain.
7575         (output_return_instruction): Do not emit anything if the function
7576         has the naked attribute set.
7577         (is_called_in_ARM_mode): If the function has the interfacearm
7578         attribute then return true.
7579         (thumb_expand_prologue): Do not generate a prologue for naked
7580         functions.
7581         (thumb_expand_epilogue): Do not generate an epilogie for a naked
7582         function.
7583         (output_thumb_prologue): Do not bother if the function is naked.
7584         Strip PE encoding from function name before emitting.
7585
7586         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
7587
7588         * arm.md (pic_load_addr): Fix constraints.
7589
7590         * arm.md (casesi_insn): Fix mis-applied patch.
7591
7592         * arm.md ("core" function unit): Add rules for single- and
7593         multi-cycle insns.
7594         (All TARGET_THUMB patterns): Add "type" attribute information
7595         where needed.
7596         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
7597         the following insn is a CALL.
7598
7599         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
7600         pointer.
7601         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
7602         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
7603         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
7604
7605         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
7606
7607         * config/arm/linux-gas.h: oops - this file was missed out when the
7608         branch was created...
7609
7610         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
7611
7612         * thumb.c: Deleted.  Move contents to ...
7613         * arm.c: ... here.
7614         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
7615         rule for thumb.o
7616         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
7617         * configure: Regen.
7618
7619         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
7620         declare a prototype for asm_output_align();
7621
7622         * arm.c (thumb_condition_code): Delete.
7623         (arm_print_operand): Always use arm_condition_code array.
7624
7625         * arm.c (thumb_return_addr_rtx): Delete.
7626         (arm_save_machine_status, arm_restore_machine_status): Delete.
7627         (arm_init_machine_status, arm_mark_machine_status): New functions.
7628         (arm_init_expanders): Update accordingly.
7629         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
7630         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
7631         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
7632
7633         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
7634
7635         * configure.in : Fix arm-*-aout target to use new t-arm-aout
7636         script.
7637         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
7638         targets.
7639
7640         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
7641
7642         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
7643         stack backtrace structure.
7644
7645         * config/arm/arm-protos.h: Add prototypes for functions defined in
7646         arm/pe.h.
7647
7648         * config/arm/arm.c (arm_override_options): Fix selection of
7649         attributes of default processor.
7650
7651         * config/arm/coff.h: Delete needless #include.
7652
7653         * config/arm/pe.c: Delete unused code.
7654
7655         * config/arm/pe.h (CPP_DEFINES): Delete
7656         (SUBTARGET_CPP_SPEC): Define.
7657         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
7658
7659         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
7660
7661         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
7662
7663         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
7664         updated.
7665         (CAN_DEBUG_WITHOUT_FP): Define.
7666         (FIXED_REGISTERS): Make r11 call-saved.
7667         (CALL_USED_REGISTERS): Likewise.
7668         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
7669         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
7670         frame-pointer is required.
7671         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
7672         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
7673         if the target normally needs a stack frame in non-leaf functions.
7674         (use_return_insn): Correct logic for determining when a return
7675         instruction can be used.
7676         (output_return_instruction): Handle the frame-pointer register as
7677         a normal register when not TARGET_APCS_FRAME.
7678         (arm_output_prologue): Likewise.
7679         (arm_output_epilogue): Likewise.
7680         (output_func_epilogue): Likewise.
7681         (arm_expand_prologue): Likewise.
7682         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
7683
7684         * arm.c (use_return_insn): No need to check floating point regs if
7685         TARGET_SOFT_FLOAT.
7686         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
7687         the code of value stored in the minipool array.
7688         (arm_add_minipool_constant): Likewise.
7689
7690 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7691
7692         * basic-block.h (conflict_graph_enum_fn): K&R fix.
7693
7694 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7695
7696         * tree.c (tree_expr_nonnegative_p): New function.
7697
7698         * tree.h (tree_expr_nonnegative_p): Declare.
7699
7700         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
7701         elide some sign_compare warnings.
7702         (build_conditional_expr): Likewise.
7703
7704 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
7705
7706         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
7707
7708         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
7709         * i386.c (print_operand): Use the proper suffix for a 387 HImode
7710         operand.  Abort if a 387 operand has an unsupported size.
7711
7712 2000-04-08  Neil Booth  <NeilB@earthling.net>
7713
7714         * cppexp.c (parse_charconst): Null does not end character
7715         constants.
7716         * cppinit.c (ISTABLE): Null character handled as whitespace.
7717         * cpplex.c (null_warning):  new function.
7718         (skip_string): Emit warning if nulls encountered.
7719         (_cpp_skip_hspace): Emit warning if nulls encountered.
7720         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
7721         them.
7722         * cpp.texi: Update.
7723
7724 2000-04-07  Richard Henderson  <rth@cygnus.com>
7725
7726         * flow.c (loop_depth): Remove.
7727         (reg_next_use, cc0_live, mem_set_list): Replace with ...
7728         (struct propagate_block_info): New.
7729         (life_analysis): Don't allocate reg_next_use.
7730         (propagate_block_delete_insn): Break out of propagate_block.
7731         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
7732         (propagate_block_delete_libcall): Likewise.
7733         (propagate_block): Create a propagate_block_info struct to pass
7734         to subroutines.  Allocate one not two temporary regsets.  Don't
7735         clobber memory for const calls.  Look for clobbers in
7736         CALL_INSN_FUNCTION_USAGE.
7737         (mark_set_regs): Recognize COND_EXEC.
7738         (mark_set_reg): Break out of mark_set_1.
7739         (mark_used_reg): Break out of mark_used_regs.
7740         (mark_used_regs): Recognize COND_EXEC.
7741         (insn_dead_p): Use propagate_block_info struct.
7742         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
7743         (find_auto_inc, try_pre_increment_1): Likewise.
7744         (print_rtl_with_bb): Dump regs live at end too.
7745         (count_reg_sets_1): Pass in loop_depth.
7746         (count_reg_sets, count_reg_references): Likewise.
7747         (recompute_reg_usage): Provide it.
7748
7749 2000-04-07  Richard Henderson  <rth@cygnus.com>
7750
7751         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
7752         not the raw files.
7753
7754 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
7755
7756         * cpplib.c (do_elif): Skip the rest of the line if we're
7757         not going to bother evaluating it.
7758         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
7759         to avoid pointless calls to the lexer.
7760
7761 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
7762
7763         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
7764
7765 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
7766
7767         * calls.c (expand_call): emit_queue if we're trying a sibcall.
7768
7769 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
7770
7771         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
7772
7773 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
7774
7775         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
7776         crtend so they can be multilibbed.
7777         (STAGESTUFF): Remove s-crt and s-crtS.
7778
7779 2000-04-07  Richard Henderson  <rth@cygnus.com>
7780
7781         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
7782         if we discover we need a pseudo and no_new_pseudos is true.
7783         * config/alpha/alpha.md (ne:DI insn): New.
7784         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
7785
7786 2000-04-07  Richard Henderson  <rth@cygnus.com>
7787
7788         * rtl.def (COND_EXEC): New.
7789         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
7790         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
7791
7792         * genconfig.c (have_cond_arith_flag): Remove.
7793         (have_cond_exec_flag): New.
7794         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
7795         (main): Print HAVE_conditional_execution.
7796
7797         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
7798         (sched_analyze_insn, print_pattern): Likewise.
7799         * reload.c (find_equiv_reg): Likewise.
7800         * rtlanal.c (reg_referenced_p): Likewise.
7801         (note_stores, dead_or_set_regno_p): Likewise.
7802         (reg_overlap_mentioned_p): Rewrite to use a switch.
7803
7804         * ggc.h (struct rtx_def): Forward declare.
7805
7806         * print-rtl.c (debug_rtx_range): New.
7807         * rtl.h (debug_rtx_range): Declare.
7808
7809         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
7810
7811         * gcse.c (gcse_main): Don't rebuild the CFG here.
7812         (delete_null_pointer_checks): Likewise.
7813         * ssa.c (convert_to_ssa): Likewise.
7814         * toplev.c (rest_of_compilation): Do it here instead.  Combine
7815         sequential calls to TIMEVAR.  Consistently use `insns' instead of
7816         `get_insns()'.  Always split insns after reload when optimizing.
7817
7818         * basic-block.h (merge_blocks_nomove): Declare.
7819         (tidy_fallthru_edge): Declare.
7820         * flow.c (merge_blocks_nomove): Document as merging into previous
7821         blocks.  Remove cruft from between blocks; remove all edges out of A.
7822         (tidy_fallthru_edge): Export.
7823
7824 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
7825
7826         * ssa.c (compute_conservative_reg_partition): Declare with
7827         void arguments.
7828         * toplev.c (clean_dump_file): Remove previously-deleted function
7829         inadvertantly merged back in.
7830         * conflict.c (conflict_graph_add): Use a single call to
7831         htab_find_slot to look up and insert.
7832
7833 2000-04-06  Richard Henderson  <rth@cygnus.com>
7834
7835         * genrecog.c (*): Rename _last_insn to last_insn.
7836         (make_insn_sequence): Set the position of the peephole2 C test
7837         to be at the last insn.
7838
7839 2000-04-06  Richard Henderson  <rth@cygnus.com>
7840
7841         * flow.c (compute_flow_dominators): Free worklist.
7842
7843 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
7844
7845         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
7846
7847 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
7848
7849         * rtl.h (INSN_P): New macro.
7850         (successor_phi_fn): New typedef.
7851         (for_each_successor_phi): New prototype.
7852         (in_ssa_form): New variable.
7853         (PHI_NODE_P): Likewise.
7854         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
7855         phi nodes in successors.
7856         (mark_used_regs): Add PHI case.
7857         (set_phi_alternative_reg): New function.
7858         (life_analysis): Assert that dead code elimination is not selected
7859         when in SSA form.
7860         * toplev.c (to_ssa_time): New variable.
7861         (from_ssa_time): Likewise.
7862         (compile_file): Zero to_ssa_time and from_ssa_time.
7863         Print time to convert to and from SSA.
7864         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
7865         (print_time): Compute percent fraction as integer.
7866         * ssa.c (PHI_NODE_P): Moved to rtl.h.
7867         (convert_to_ssa): Check if we're already in SSA.
7868         Don't eliminate dead code in life_analysis.
7869         Rerun flow and life analysis at bottom.
7870         (eliminate_phi): Use canonical regnos when adding nodes.
7871         (mark_reg_in_phi): New function.
7872         (mark_phi_and_copy_regs): Likewise.
7873         (convert_from_ssa): Rerun life analysis at top.
7874         Use coalesced partition.
7875         Check for removing a phi node at the end of the block.
7876         (compute_coalesced_reg_partition): New function.
7877         (coalesce_regs_in_copies): Likewise.
7878         (coalesce_reg_in_phi): Likewise.
7879         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
7880         (for_each_successor_phi): Likewise.
7881         (rename_context): New struct.
7882         (rename_block): Use a rename_context with rename_insn_1.  When
7883         renaming sets of a subreg, emit a copy of the entire reg first.
7884         (rename_insn_1): Treat data as a rename_context *.  Save current
7885         insn in set_data.
7886         (rename_set_data): Add field set_insn.
7887         * Makefile.in (HASHTAB_H): Move up in file.
7888         (OBSTACK_H): New macro.
7889         (collect2.o): Use OBSTACK_H in dependencies.
7890         (sdbout.o): Likewise.
7891         (emit-rtl.o): Likewise.
7892         (simplify-rtx.o): Likewise.
7893         (fix-header.o): Likewise.
7894         (OBJS): Add conflict.o.
7895         (conflict.o): New rule.
7896         * basic-block.h: Include partition.h.
7897         (conflict_graph): New typedef.
7898         (conflict_graph_enum_fn): Likewise.
7899         (conflict_graph_new): New prototype.
7900         (conflict_graph_delete): Likewise.
7901         (conflict_graph_add): Likewise.
7902         (conflict_graph_conflict_p): Likewise.
7903         (conflict_graph_enum): Likewise.
7904         (conflict_graph_merge_regs): Likewise.
7905         (conflict_graph_print): Likewise.
7906         (conflict_graph_compute): Likewise.
7907         * conflict.c: New file.
7908
7909 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
7910
7911         * tlink.c (read_repo_files): Don't look for .rpo info for
7912         linker flags.
7913
7914 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7915
7916         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
7917
7918 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7919
7920         * config/sh/lib1funcs.asm (___udivsi3_i4):
7921         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
7922         only depends on FMOVD_WORKS.
7923
7924 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7925
7926         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
7927         make double constant 8-byte aligned.
7928
7929 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
7930
7931         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
7932         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
7933         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
7934         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
7935         Accept storing GENERAL_REGS into offsetable memory.
7936         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
7937         building a TFmode constant other than 0.0L into GENERAL_REGS.
7938
7939 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
7940
7941         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
7942
7943 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
7944
7945         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
7946         (macro_cleanup): No need to cast pbuf->macro.
7947         (collect_expansion): Use _cpp_get_define_token.  Goto done if
7948         it returns VSPACE.  Remove check for trailing space after
7949         CPP_COMMENT.
7950         (_cpp_create_definition): Don't diddle flags here.  Return
7951         directly on error.
7952         (unsafe_chars): Handle c1 being EOF.
7953         (push_macro_expansion): Use unsafe_chars for both accidental-paste
7954         checks.  Don't push the buffer till after we're done with
7955         them.
7956         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
7957         (PEEKN, FORWARD, GETC, PEEKC): Use them.
7958         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
7959         appropriately.
7960         (_cpp_parse_assertion): Don't NUL terminate.
7961         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
7962         hspace before calling _cpp_parse_assertion.  Remove all sets
7963         of only_seen_white. Treat '\f' as hspace.  Don't do anything
7964         special with '\n' here.
7965         (maybe_macroexpand): Handle T_EMPTY hash entries without
7966         pushing a buffer at all.
7967         (cpp_get_token): Handle clearing only_seen_white here.  Handle
7968         incrementing the line number here.  Clear
7969         potential_control_macro as well as only_seen_white, if
7970         appropriate.
7971         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
7972         (_cpp_get_define_token): New function, basically like
7973         _cpp_get_directive_token was but doesn't eat horizontal space.
7974         Don't do anything with only_seen_white here.
7975         (_cpp_get_directive_token): Just call _cpp_get_define_token
7976         repeatedly till it returns non-hspace.
7977
7978         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
7979         (conditional_skip, skip_if_group): Return int.
7980         (DIRECTIVE_TABLE): Change origin of all conditional directives
7981         to "COND".
7982         (TRAD_DIRECT_P): New macro.
7983         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
7984         an error for a bogus directive, unless -lang-asm.  Use
7985         TRAD_DIRECT_P. Loop calling handler functions till one returns
7986         zero.
7987         (get_macro_name): Don't diddle flags here.
7988         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
7989         Create T_EMPTY nodes for #define macro /* nothing */.
7990         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
7991         Use hp->name when calling pass_thru_directive.
7992         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
7993         Return the result of conditional_skip and/or skip_if_group.
7994         Don't call _cpp_output_line_command.
7995         (consider_directive_while_skipping): Use _cpp_get_directive_token.
7996         Issue -Wtraditional warnings as appropriate.  Don't complain
7997         about unrecognized directives.  If we are to stop skipping,
7998         return the number of the directive that ended the skip.
7999         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
8000         expansion and line commands while skipping.  Return the result
8001         of consider_directive_while_skipping, if nonzero.
8002         (do_endif): Just set potential_control_macro here.
8003         (validate_else): Use _cpp_get_directive_token.
8004         (do_assert, do_unassert): Don't save pointers into the
8005         token_buffer across calls to the lexer.  Use
8006         _cpp_get_directive_token.
8007
8008         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
8009         pointer, not an offset.  Replace 'data', which was a generic
8010         pointer, with 'macro', which points to a struct hashnode.
8011         (cpp_reader): Add 'potential_control_macro' pointer.
8012         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
8013         (CPP_BUF_GET, CPP_FORWARD): Delete.
8014         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
8015         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
8016         ACTIVE_MARK_P): Update.
8017         (_cpp_get_define_token): New internal function.
8018         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
8019
8020 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
8021
8022         * configure.in: And here.
8023         * configure: Regenerate.
8024         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
8025         --enable-libstdcxx-v3 is passed at configure time.
8026         * config.h.in: Regenerate.
8027
8028 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
8029
8030         * final.c (final): Use xcalloc to allocate line_note_exists.
8031         * function.c (free_after_compilation): Free the temp_slots.
8032         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
8033         (combine_temp_slot): Free temp_slots when they get combined.
8034         (purge_addressof): Fix typo in comment.
8035         * stmt.c (mark_goto_fixup): Mark the fixup itself.
8036         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
8037
8038         * ggc.h: Include varray.h.
8039         (ggc_pending_trees): Declare.
8040         (ggc_mark_tree_children): Remove declaration.
8041         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
8042         * ggc-common.c (ggc_pending_trees): New variable.
8043         (ggc_mark_roots): Call ggc_mark_trees.
8044         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
8045         the ggc_pending_trees.
8046         * Makefile.in (GGC_H): New variable.  Use it throughout in place
8047         of ggc.h.
8048
8049 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8050
8051         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
8052         GET_MODE_SIZE.
8053
8054 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8055
8056         * sh.c (sh_insn_length_adjustment): New function.
8057         * sh-protos.h (sh_insn_length_adjustment): Declare.
8058         * sh.h (ADJUST_INSN_LENGTH): Use it.
8059
8060 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
8061
8062         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
8063         from the insn where REG_RETVAL is added.
8064         (emit_no_conflict_block): Ditto.
8065
8066         * md.texi (Standard Names): Clarify when movX is needed.
8067
8068         * combine.c (simplify_comparison) [MINUS]: Do not replace
8069         all (op (minus A B) 0) with (op A B).
8070
8071 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
8072                           J"orn Rennecke <amylaar@cygnus.co.uk>
8073
8074         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
8075         (block_lump_real): Likewise.
8076
8077 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
8078
8079         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
8080         remaining non-zero debugging masks.
8081
8082 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
8083
8084         * basic-block.h (verify_flow_info): Declare.
8085         (flow_loop_outside_edge_p): Declare.
8086         * flow.c (verify_flow_info): Remove declaration.
8087         (clear_log_links, flow_loop_outside_edge_p): Likewise.
8088
8089 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
8090
8091         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
8092         not C++ comments.
8093
8094 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
8095
8096         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
8097         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
8098         seqdi_zero_trunc+1): Allow splits only if registers are
8099         different.
8100
8101 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
8102
8103         * acconfig.h: Add HAVE_GAS_HIDDEN.
8104         * config.in: Regenerated.
8105         * configure.in: Add test for .hidden pseudo-op in gas.
8106         * configure: Regenerated.
8107         * crtstuff.c: Include auto-host.h.
8108         Emit additional .hidden pseudo-op for __dso_handle if the
8109         assembler knows about it.
8110
8111 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
8112
8113         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
8114         before freeing argnames.
8115         * cpplib.c (do_ifndef): Cast return value of xstrdup.
8116
8117 2000-04-05  Michael Meissner  <meissner@redhat.com>
8118
8119         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
8120         Walton <jonboy@gordian.com> to make memory references with update
8121         work wtih -mregnames.
8122
8123 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8124
8125         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
8126         (regrename_optimize): Rename variables `def_uses' and
8127         `ext_basic_blocks' to avoid conflicts with similarly named
8128         typedefs in traditional C.
8129
8130         * calls.c (initialize_argument_information): Fix typo in previous
8131         change.
8132
8133 2000-04-04  Richard Henderson  <rth@cygnus.com>
8134
8135         * regrename.c (consider_available): Test fixed_regs not
8136         PIC_OFFSET_TABLE_REGNUM.
8137
8138 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
8139
8140         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
8141         crtend.
8142         (CRTSTUFF_T_CFLAGS_S): Delete definition.
8143         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
8144         (ENDFILE_LINUX_SPEC): Always use crtend.
8145         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
8146         (powerpc-*-linux-gnu): Likewise.
8147         * configure: Regenerate.
8148
8149         * config/rs6000/eabi.h: Don't include sysv4.h.
8150         (MULTILIB_DEFAULTS): Don't define.
8151         * config/rs6000/eabiaix.h: Don't include eabi.h.
8152         * config/rs6000/eabile.h: Delete.
8153         * config/rs6000/eabilesim.h: Delete.
8154         * config/rs6000/eabisim.h: Don't include eabi.h.
8155         * config/rs6000/linux.h: Don't include sysv4.h.
8156         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
8157         (MULTILIB_DEFAULTS): Don't redefine.
8158         * config/rs6000/rtems.h: Don't include eabi.h.
8159         * config/rs6000/sol2.h: Don't include sysv4le.h.
8160         * config/rs6000/sysv4le.h: Don't include sysv4.h.
8161         * config/rs6000/t-ppc: Delete.
8162         * config/rs6000/t-ppcgas: Correct comment.
8163         * config/rs6000/t-ppcos: Correct comment.  Don't build
8164         multilibs for -fPIC, rather use -fPIC -mstrict-align
8165         as default.
8166         * config/rs6000/t-ppc: Delete.
8167         * config/rs6000/vxppc.h: Don't include sysv4.h.
8168         * config/rs6000/vxppcle.h: Delete.
8169         * configure.in: Use multiple header files for p2pc ELF targets
8170         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
8171         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
8172         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
8173         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
8174         always available for these platforms.
8175
8176 2000-04-04  Richard Henderson  <rth@cygnus.com>
8177
8178         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
8179
8180 2000-04-04  Stan Cox  <scox@cygnus.com>
8181
8182         * Makefile.in: Add rules for regrename.o
8183         * regrename.c: New file.
8184         * rtl.h (regrename_optimize): Add prototype.
8185         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
8186         (compile_file, decode_d_option): Add support for -frename-registers.
8187         (rest_of_compilation): Call regrename_optimize.
8188         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
8189         New macros.
8190
8191 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8192
8193         * Makefile (gccbug): New target.
8194         (doc): Depend on it.
8195         * gcc.texi (Bugs): Link subnodes.
8196         (gccbug): New node.
8197         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
8198         Document severities, priorities, and classes in bug form.
8199
8200 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
8201
8202         * cpplex.c (trigraph_map, speccase): Combine into single
8203         table, chartab.
8204         (NORMAL, NONTRI): New macros.
8205         (_cpp_read_and_prescan): Change to use unified table.  Use
8206         is_hspace to test for whitespace.
8207
8208         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
8209         definition that doesn't provoke the "empty body in an
8210         if-statement" warning.
8211
8212 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
8213
8214         * builtins.c (expand_builtin_strlen): Force the source to
8215         be a memory address.
8216
8217 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8218
8219         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
8220
8221 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8222
8223         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
8224          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
8225         (ECF_IS_CONST): Rename to ECF_CONST.
8226         (special_function_p): Make static, change interface.
8227         (flags_from_decl_or_type, try_to_integrate): Break out from ...
8228         (expand_call) ... here; convert number of variables to flags.
8229         (emit_library_call_vlue_1): Likewise.
8230         (setjmp_call_p): New function.
8231         (initialize_argument_information): Accepts flags as argument;
8232         return flags.
8233         (precompute_arguments): Likewise.
8234         * tree.h (special_function_p): Remove.
8235         (setjmp_call_p): Add prototype.
8236
8237 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
8238
8239         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
8240         so that addresses are offsetable by up to 16 bytes.
8241         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
8242         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
8243         offsetable.
8244
8245         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
8246         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
8247         (movsf): Don't force any constant to memory if target is integer
8248         hard register.
8249         Move fp_zero_operand check below the const0_rtx check.
8250         (movtf): Likewise. Also allow fp_zero_operand for stores into
8251         memory.
8252         (movdf): Likewise. Also allow fp_zero_operand for stores into
8253         memory and into integer hard registers.
8254         (clear_df, clear_dfp, movdf_const_intreg_sp32,
8255         movdf_const_intreg_sp64): Remove.
8256         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
8257         conditions.
8258         (movdf_no_e_insn_v9_sp32): New pattern.
8259         (movdf_insn_v9only): Remove.
8260         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
8261         (movdf_insn_sp64): Remove.
8262         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
8263         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
8264         (following splits): Rewrite conditions. Add two new splits
8265         for storing 0.0 into memory and registers.
8266         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
8267         (movtf_insn_sp32): Redo constraints and conditions.
8268         (movtf_insn_vis_sp32): New pattern.
8269         (movtf_no_e_insn_sp32): Redo constraints and conditions.
8270         (movtf_insn_hq_sp64): Likewise.
8271         (movtf_insn_hq_vis_sp64): New pattern.
8272         (movtf_insn_sp64): Redo constraints and conditions.
8273         (movtf_insn_vis_sp64): New pattern.
8274         (movtf_no_e_insn_sp64): Redo constraints and conditions.
8275         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
8276         or memory.
8277         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
8278         -mvis or -m64 to take down the number of various reload patterns.
8279
8280 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
8281
8282         * pa/pa-64.h: New file.
8283         * pa/pa64-regs.h: New file.
8284         * pa/pa64-start.h: New file.
8285         * pa/t-pa64: New file.
8286         * pa/xm-pa64hpux.h: New file.
8287
8288 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8289
8290         * sparc.c (output_restore_regs): Prototype.
8291         (sparc_emit_float_lib_cmp): Constification.
8292
8293         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
8294
8295         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
8296         Prototype.
8297
8298         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
8299         (get_value_hash, hash_rtx): Likewise.
8300
8301         * ssa.c (compute_conservative_reg_partition): Prototype.
8302
8303         * tree.c (mark_hash_entry): Prototype.
8304
8305 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
8306
8307         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
8308         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
8309         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
8310
8311         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
8312         * objc/lang-specs.h: Likewise.
8313
8314 2000-04-03  Neil Booth  <NeilB@earthling.net>
8315
8316         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
8317         and SYNTAX_ERROR2. Replace `' in messages with ''.
8318         (op_to_str): Make re-entrant.
8319         (_cpp_parse_expr): Implement new error macros. Use | rather
8320         than || to logically or 2 boolean integers.  Simply expression
8321         checking we have a left operand iff needed.
8322
8323 2000-04-03  Nick Clifton  <nickc@cygnus.com>
8324
8325         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
8326
8327 2000-04-03  Philip Blundell  <philb@gnu.org>
8328
8329         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
8330
8331 2000-04-03  Felix Lee  <flee@cygnus.com>
8332
8333         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
8334         (run_shell): Use it.
8335
8336 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
8337
8338         * Makefile.in (stmp-int-hdrs): Make include subdir here...
8339         (stmp-fixproto): ...rather than here.
8340
8341 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
8342
8343         * pa.c (print_operand): Compute 'base' only inside the code paths
8344         that use it.
8345
8346 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
8347
8348         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
8349         CEIL_DIV_EXPR.
8350
8351 2000-04-03  Philipp Thomas  <pthomas@suse.de>
8352
8353         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
8354
8355 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
8356
8357         * Makefile.in (alias.o): Depend on $(TREE_H).
8358
8359 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
8360
8361         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
8362         processing C++.
8363         * cpplib.c (_cpp_handle_directive): Improve warnings for
8364         traditional C and indented directives.
8365
8366         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
8367         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
8368         fixinc/inclhack.def: Indent the # of #include_next one space.
8369         * cp/rtti.c: Un-indent #if and #endif.
8370
8371         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
8372         syntax error, but an error has already been printed.
8373         * cpplex.c (_cpp_parse_assertion): Give a more specific error
8374         message when called with nothing remaining on the line.
8375         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
8376         OTHER token, not an ASSERTION.
8377         * cpplib.c (do_assert): When we create a 'base' node, clear
8378         its aschain pointer.
8379
8380 2000-04-02  Neil Booth <NeilB@earthling.net>
8381
8382         * cppexp.c:  New typedef op_t.  struct operation and struct
8383         token updated to use it.
8384         (op_to_str): New function.
8385         (_cpp_parse_expr): Error messages modified to use op_to_str.
8386
8387 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8388
8389         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
8390         before checking MUST_PASS_IN_STACK.
8391
8392 2000-04-02  Neil Booth <NeilB@earthling.net>
8393
8394         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
8395         flags and initial priority into a single constant.  New
8396         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
8397         (_parse_cpp_expr): Implement new constants.  Take left operand
8398         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
8399         parse indicated by reducing FINISHED token.  Remove new lines
8400         from cpp_error messages.
8401
8402 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
8403
8404         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
8405         permanent obstack.
8406
8407 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
8408
8409         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
8410         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
8411         the strings and function names on the fly.  Take the #sccs
8412         entry out of the table if SCCS_DIRECTIVE is not defined.
8413         (_cpp_handle_directive): Decide if the # was at the beginning
8414         of the line here.  Issue -pedantic warnings for extended
8415         directives here.  Warn about K+R directives with the #
8416         indented, and C89/extended directives with the # not indented,
8417         here.
8418         (do_import, do_include_next, do_warning, do_ident, do_sccs,
8419         do_assert, do_unassert): Don't issue pedantic warning here.
8420
8421         * cpphash.h: Add CPP_WTRADITIONAL macro.
8422         * cpplib.h (struct cpp_options): Rename warn_stringify to
8423         warn_traditional; update comments.
8424         * cppinit.c (handle_option): Set warn_traditional not
8425         warn_stringify.
8426         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
8427         CPP_WTRADITIONAL (pfile).
8428         * cpplex.c (_cpp_lex_token): Don't decide if directives should
8429         be ignored in -traditional mode here.
8430
8431         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
8432         to initialize speccase[] and trigraph_map[].  Delete all
8433         references to pfile->input_speccase.  Always treat '?' as a
8434         special character.  Remove table-initialization code from
8435         _cpp_init_input_buffer.
8436
8437         * cpplib.h (struct cpp_reader): Remove input_speccase field.
8438         * cppinit.c (cpp_cleanup): Don't free input_speccase.
8439
8440 2000-04-01  Richard Henderson  <rth@cygnus.com>
8441
8442         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
8443         (mostlyclean): Likewise.
8444
8445         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
8446         (struct dump_file_info, enum dump_file_index, dump_file): New.
8447         (open_dump_file): Take a dump_file_index not a suffix, and a decl
8448         not a string.  Clean out file if we havn't yet done so.  Do nothing
8449         if the dump isn't enabled.
8450         (close_dump_file): Do nothing if the dump isn't open.  Dump
8451         graph data if requested.
8452         (dump_rtl, clean_dump_file): Remove.
8453         (compile_file): Don't clean the dump files.  Only finalize .bp dump
8454         if flag_test_coverage or flag_branch_probabilities.  Only finalize
8455         .combine dump if optimizing.  Iterate over dump_file to finalize the
8456         graph dumps.
8457         (rest_of_compilation): Update for open_dump_file/close_dump_file.
8458         Convert all uses of dump_rtl.
8459         (decode_d_option): Iterate over dump_file to implement 'a' and to
8460         locate pass-specific dumps.
8461
8462 2000-04-01  Neil Booth <NeilB@earthling.net>
8463
8464         * cppexp.c: Redefine priority constants.
8465         (_cpp_parse_expr): Replace left and right priority scheme with
8466         single priority logic.  Move LOGICAL to same place as COMPARE.
8467         Remove bogus check for multiple unary +/- operators.
8468
8469 2000-04-01  Neil Booth <NeilB@earthling.net>
8470
8471         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
8472         within the switch statement.  Binary operations break out of
8473         the switch naturally.  '(' tokens handled by forcing
8474         immediate shift.  ')' handled by forcing immediate reduce to
8475         the previous '('.  New error messages.
8476
8477 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
8478
8479         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
8480         part', it's already in use.  Use %K instead.  Add a return at the
8481         end of what is now %K.
8482         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
8483
8484 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8485
8486         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
8487         allocate_dynamic_stack_space.
8488         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
8489         update stack_pointer_delta; do not update arg_size_so_far.
8490         (compute_argument_block_size): Use stack_delta instead of
8491         stack_pointer_pending and arg_size_so_far.
8492         (expand_call): Add sanity checking for stack_pointer_delta;
8493         save and restore stack_pointer_delta for SIB, use
8494         stack_pointer_delta for alignment; do not update arg_space_so_far.
8495         (emit_library_call_value): Use stack_pointer_delta for alignment.
8496         (store_one_arg): Do not update arg_space_so_far.
8497         * explow.c (adjust_stack, anti_adjust_stack): Update
8498         stack_pointer_delta.
8499         (allocate_dynamic_stack_space): Add sanity checking for
8500         stack_pointer_delta.
8501         * expr.c (init_expr, clear_pending_stack_adjust): Clear
8502         stack_pointer_delta.
8503         (emit_push_insn): Update stack_pointer_delta.
8504         * function.h (struct expr_status): Add x_stack_pointer_delta;
8505         remove x_arg_space_so_far.
8506         (arg_space_so_far): Remove.
8507         (stack_pointer_delta): New macro.
8508
8509 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
8510
8511         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
8512         Reorder struct cpp_options and struct cpp_reader for better
8513         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
8514         takes two args.  Change all 'char' flags to 'unsigned char'.
8515         Move show_column flag into struct cpp_options.  Don't
8516         prototype cpp_options_init.
8517         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
8518         cppinit.c, cpplex.c, cpplib.c:
8519         Replace CPP_OPTIONS (pfile)->whatever with
8520         CPP_OPTION (pfile, whatever), and likewise for
8521         opts = CPP_OPTIONS (pfile); ... opts->whatever;
8522
8523         * cppinit.c (merge_include_chains): Take a cpp_reader *.
8524         Extract CPP_OPTION (pfile, pending) and work with that
8525         directly.
8526         (cpp_options_init): Delete.
8527         (cpp_reader_init): Turn on on-by-default options here.
8528         Allocate the pending structure here.
8529         (cl_options, enum opt_code): Define these from the same table,
8530         kept in a large macro.  Add -fshow-column and -fno-show-column
8531         options.
8532
8533         * cpperror.c (v_message): If show_column is off, don't print
8534         the column number.
8535
8536         * cppmain.c: Update for new interface.
8537         * fix-header.c: Likewise.
8538
8539 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
8540
8541         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
8542         definition.
8543         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
8544         are passed to any invocation of AR_FOR_TARGET.
8545         (AR_CREATE_FOR_TARGET): New macro.
8546         (AR_EXTRACT_FOR_TARGET): New macro.
8547         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
8548         AR_EXTRACT_FOR_TARGET.
8549         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
8550         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
8551         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
8552         AR_EXTRACT_FOR_TARGET to sub-makes.
8553
8554 2000-03-31  Neil Booth <NeilB@earthling.net>
8555
8556         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
8557         PAREN_INNER_PRIO.
8558         (_cpp_parse_expr): Check for multiple unary +/- operators.
8559         Correct priorities of ':' and '?'.  Treat ')' as having a
8560         value.  Ensure conditional expression is not void.
8561
8562 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
8563
8564         * alias.c (canon_rtx): Make it global.
8565         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
8566         equality.
8567         * cse.c (struct table_elt): Add canon_exp.
8568         (insert): Clear it.
8569         (invalidate): Canonicalize expressions only once.
8570         * rtl.h (canon_rtx): Declare.
8571
8572 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
8573
8574         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
8575         * alias.c (reg_known_value): Add comments.
8576         (init_alias_analysis): Likewise.
8577         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
8578         address.
8579         (cse_basic_block): Fix typo in comment.
8580         * emit-rtl.c: Include hashtab.h.
8581         (const_int_htab): New variable.
8582         (const_int_htab_hash): New function.
8583         (const_int_htab_eq): Likewise.
8584         (rtx_htab_mark_1): Likewise.
8585         (rtx_htab_mark): Likewise.
8586         (gen_rtx_CONST_INT): Cache all CONST_INTs.
8587         (unshare_all_rtx): Fix formatting.
8588         (init_emit_once): Initialize const_int_htab.
8589         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
8590         address.
8591         * rtl.texi: Document the fact that all CONST_INTs with the same
8592         value are shared.
8593
8594 2000-03-30  Richard Henderson  <rth@cygnus.com>
8595
8596         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
8597
8598 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
8599
8600         * configure.in: Comment out --enable-c-cpplib stanza.
8601         * configure: Regenerate.
8602
8603 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8604
8605         * expr.c (store_constructor): Properly compute displacement and
8606         alignment when offset is variable.
8607
8608         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
8609         cases of alignment in bytes.
8610
8611 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
8612
8613         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
8614         since it is used to generate c-parse.y.
8615         * objc-parse.c, objc-parse.y: Regenerated.
8616
8617         * function.c (expand_function_end): Pass alignment argument to
8618         emit_block_move in bits, not bytes.
8619
8620 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8621
8622         * expr.c (move_by_pieces_ninsns): Fix one more missing align
8623         correction.
8624
8625         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
8626
8627         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
8628         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
8629         * function.c (assign_parms): Likewise.
8630         * integrate.c (expand_inline_function): Likewise.
8631         * stmt.c (expand_decl): Likewise.
8632         (copy_rtx_and_substitute): Likewise.
8633         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
8634         (clear_by_pieces): Fix error in last change.
8635         * emit-rtl.c (init_emit): Set known registers alignment in bits.
8636         * function.h (regno_pointer_align): Now unsigned.
8637         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
8638         is in bits.
8639         * config/i386/i386.c (aligned_operand): Likewise.
8640         * config/sparc/sparc.c (mem_min_alignment): Likewise.
8641         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
8642         (unaligned_memory_operand): Likewise.
8643         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
8644         Also make alignments and sizes unsigned and some whitespace cleanup.
8645         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
8646
8647         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
8648         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
8649         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
8650         (expand_builtin_memset): Likewise, but to clear_storage.
8651         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
8652         (restore_fixed_argument_area): Likewise.
8653         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
8654         (load_register_parameters): Likewise, to emit_group_load.
8655         (expand_call): Likewise, to emit_group_store and emit_block_move.
8656         (emit_library_call_value_1): Likewise, to emit_block_move.
8657         (store_one_arg): Likewise, and to emit_push_insn.
8658         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
8659         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
8660         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
8661         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8662         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
8663         (expand_assigment, store_expr, store_constructor_field): Likewise.
8664         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
8665         (store_constructor, store_field, get_inner_reference): Likewise.
8666         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
8667         (expand_expr, case COMPONENT_REF): Likewise.
8668         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
8669         and positions; reindent code.
8670         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
8671         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
8672         (assign_parms): Likewise to emit_group_store.
8673         * optabs.c (prepare_cmp_insn): Alignment is in bits.
8674         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
8675         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
8676         (expand_return): Likewise to {extract,store}_bit_field.
8677         * stor-layout.c (get_mode_alignment): Minor cleanup.
8678         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
8679         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
8680
8681 2000-03-29  Nick Clifton  <nickc@cygnus.com>
8682
8683         * config/arm/arm.h: Undo effects of previous delta:
8684         (ASM_SPEC): Do not define.
8685         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
8686
8687         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
8688         typo.
8689
8690 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
8691
8692         * cppinit.c (cpp_start_read): Call initialize_dependency_output
8693         only after reading in the primary source file.
8694
8695 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
8696
8697         * c-common.c (c_common_nodes_and_builtins): The first parameter to
8698         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
8699         or a reference to a va_list.
8700         * builtins.c (stabilize_va_list): Simplify now we don't have to
8701         work around C array address decay.
8702         * c-typeck.c (convert_for_assignment): Handle assignment to
8703         a reference parameter by taking the address of the RHS.
8704         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
8705         (va_copy): Likewise.
8706         (__va_copy): Likewise.
8707         * ginclude/varargs.h (va_start): Likewise.
8708         (__va_copy): Likewise.
8709
8710 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
8711
8712         * i386/djgpp.h: Remove extraneous "+".
8713
8714         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
8715
8716         * calls.c (expand_call): Fix typo in last change.
8717
8718 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8719
8720         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
8721         been expanded.
8722
8723 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8724
8725         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
8726         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
8727         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
8728         * tree.c (bit_position, byte_position): Likewise.
8729         * tree.h: Declare new functions.
8730
8731 2000-03-29  Nick Clifton  <nickc@cygnus.com>
8732
8733         * config/arm/arm.c: Minor formatting changes/
8734         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8735         already defined.
8736         (ASM_SPEC): Define if not already defined.
8737
8738 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
8739
8740         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
8741         _cpp_calc_hash.
8742
8743 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
8744
8745         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
8746         value, don't output it as unsigned.
8747
8748 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
8749
8750         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
8751
8752 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8753
8754         * c-common.c (c_common_nodes_and_builtins): Don't special case
8755         cplus_mode when declaring builtin bzero/bcmp, always avoid
8756         prototype arguments.
8757
8758 2000-03-29  Bruce Korb  <bkorb@gnu.org>
8759
8760         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
8761         to a non-file
8762
8763 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8764
8765         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
8766         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
8767         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
8768         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
8769         (save_fixed_argument_area, restore_fixed_argument_area):
8770         conditionize by #ifdef REG_PARM_STACK_SPACE only.
8771         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
8772         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
8773         (precompute_register_parameters): Avoid #ifdefs on
8774         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
8775         (stire_one_args): Likewise.
8776         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
8777         (emit_library_call_value_1): Likewise.
8778         (compute_argument_block_size): Align to STACK_BOUNDARY only for
8779         ACCUMULATE_OUTGOING_ARGS.
8780         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
8781         value.
8782         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
8783         (use_crosses_set_p): Likewise.
8784         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
8785         #define ACCUMULATE_OUTGOING_ARGS 1.
8786         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
8787         frames.
8788         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
8789         constants.
8790         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
8791         (TARGET_SWITCHES): Add push-args, no-push-args,
8792         accumulate-outgoing-args and no-accumulate-outgoing-args.
8793         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
8794         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
8795         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
8796         and PUSH_ROUNDING.
8797         (emit_push_insn): Likewise.
8798         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8799         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
8800         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
8801         (STACK_DYNAMIC_OFFSET): Define correctly for both
8802         ACCUMULATE_OUTGOING_ARGS and normal mode.
8803         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
8804         * tm.texi (PUSH_ARGS): Document.
8805         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
8806
8807 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8808
8809         * flags.h (flag_optimize_sibling_calls): Declare.
8810         * calls.c (expand_call): Fail sibcall when
8811         !flag_optimize_sibling_calls
8812         * invoke.texi (flag_optimize_sibling_calls): Document.
8813         * toplev.c (flag_optimize_sibling_calls): New global variable.
8814         (f_options): Add flag_optimize_sibling_calls.
8815         (rest_of_compilation): Conditionize
8816         optimize_sibling_and_tail_recursive_calls by
8817         flag_optimize_sibling_calls.
8818         (main): Set flag_optimize_sibling_calls for -O2.
8819         * stmt.c (expand_return): Conditionize tail recursion by
8820         flag_optimize_sibling_calls.
8821
8822 2000-03-29  Richard Henderson  <rth@cygnus.com>
8823
8824         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
8825         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
8826
8827 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
8828
8829         * except.c (add_eh_table_entry): Mark type_info's as referenced.
8830
8831 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8832
8833         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
8834         is given.
8835         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
8836         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
8837         * config/rs6000/aix.h: then modified likewise.
8838
8839 2000-03-28  Richard Henderson  <rth@cygnus.com>
8840
8841         * rtl.h: Redistribute enum reg_note documentation.
8842         Kill trailing whitespace.
8843         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
8844         Kill trailing whitespace.
8845
8846 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
8847
8848         * cppfiles.c (hash_IHASH): Just return i->hash.
8849         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
8850         htab_find_with_hash.
8851         (cpp_read_file): Likewise.
8852         (find_include_file): Likewise.  Properly initialize
8853         ih->nshort.  Share ih->name and ih->nshort if possible.
8854         * cpphash.c (_cpp_calc_hash): New function.
8855         (hash_HASHNODE): Just return h->hash.
8856         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
8857         htab_find_with_hash.
8858         * cpphash.h: Prototype _cpp_calc_hash.
8859         * cppinit.c (initialize_builtins): Provide a valid hash
8860         to _cpp_make_hashnode, using _cpp_calc_hash.
8861
8862         * cpphash.c (collect_expansion): # is not a special character
8863         in object-like macros.  In -traditional mode, /**/ is not
8864         token paste at the beginning or end of the line.
8865         * cpplib.c (do_include, do_import, do_include_next): If
8866         parse_include fails, return immediately.
8867
8868 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
8869
8870         * config/arm/arm.md (return peepholes): Update to reflect the new
8871         call insn patterns.
8872         * config/arm/arm.c (arm_volatile_func): Also check
8873         current_function_nothrow.
8874         (output_return_instruction, output_func_prologue): Use it.
8875         (arm_output_epilogue, arm_expand_prologue): Likewise.
8876
8877 2000-03-27  Tom Tromey  <tromey@cygnus.com>
8878
8879         * gcc.c (handle_braces): In {x*...} case, break out of loop if
8880         switch is found.
8881
8882 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8883
8884         * expr.c (store_constructor): SIZE now signed.
8885         For EXPR_SIZE, don't evaluate size; just needed if constant.
8886         * fold-const.c (fold): Fix a number of cases when folded tree is
8887         wrong type.
8888         * function.c (flush_addressof): Reenable.
8889         * tree.h (flush_addressof): Likewise.
8890         * toplev.c (independent_decode_option): Look at strings_processed.
8891         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
8892
8893 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
8894
8895         * sibcall.c (indentify_call_return_value): Find last call in the chain;
8896         Allow stack adjustment after function call.
8897
8898         * regmove.c (struct csa_memlist): Make mem field rtx *.
8899         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
8900         (try_apply_stack_adjustment): Replace whole MEM rtx.
8901         (combine_stack_adjustments_for_block): Update calls
8902         to record_one_stack_ref.
8903
8904 2000-03-28  Neil Booth  <NeilB@earthling.net>
8905
8906         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
8907         '\\' rather than a null character, so nulls are not special.  Fix
8908         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
8909         speed trigraph conversion.
8910         (_cpp_init_input_buffer): Initialize trigraph map.
8911
8912 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
8913
8914         * config/i386/i386.c (output_387_binary_op): Correct intel
8915         mode assembly output, and add spaces after commas in AT&T
8916         output.  Correct Unixware assembler comment.  Document input
8917         constraints.  Comment fp operations.  Reduce profligate buffer
8918         size.  Remove extraneous abort.  Localize temp var.
8919         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
8920         (output_fix_trunc): Add spaces after commas in assembly output.
8921
8922 2000-03-27  Richard Henderson  <rth@cygnus.com>
8923
8924         * i386-protos.h (ix86_match_ccmode): Declare.
8925         * i386.c (ix86_match_ccmode): New.
8926         (ix86_expand_fp_compare): Update for pattern renames.
8927         (ix86_expand_strlensi_unroll_1): Likewise.
8928         * i386.h (EXTRA_CC_MODES): Add CCZ.
8929         (SELECT_CC_MODE): Use it for EQ/NE zero.
8930         * i386.md (cmpsi_ccz_1): New.
8931         (cmpqi_ccz_1): New.
8932         (*testsi_ccz_1): New.
8933         (testqi_ccz_1): New.
8934         (cmpsi_ccno_1): Rename from cmpsi_0.
8935         (testsi_ccno_1): Rename from testsi_1.
8936         (testqi_ccno_1): Rename from testqi_1.
8937         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
8938         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
8939         (*cmphi_0): Use ix86_match_ccmode.
8940         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
8941         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
8942         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
8943         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
8944         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
8945         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
8946         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
8947         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
8948         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
8949         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
8950         (appropriate peepholes): Likewise.
8951         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
8952         (*subsi_3, *subhi_3, *subqi_3): Remove.
8953         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
8954         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
8955         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
8956         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
8957         (x86_shift_adj_1): Use CCZ.
8958         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
8959
8960 2000-03-27  Stan Cox  <scox@cygnus.com>
8961
8962         * resource.h (mark_resource_type): New.
8963         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
8964         find_free_register): Use mark_resource_type.
8965         (mark_set_resources): Change include_delayed_effects
8966         to mark_resource_type.
8967         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
8968         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
8969         Use mark_resource_type.
8970
8971 2000-03-27  Richard Henderson  <rth@cygnus.com>
8972
8973         * i386.md (call_pop_0, call_value_pop_0): New.
8974         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
8975         (call_value_pop_1): Likewise.
8976         (call_0, call_value_0): New.
8977         (call_1, call_value_1): Remove constraint from unused arg.
8978
8979 2000-03-27  Nick Clifton  <nickc@cygnus.com>
8980
8981         * invoke.texi (Spec Files): Document new spec % command created by
8982         Tom Tromey's recent patch.
8983
8984 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
8985
8986         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
8987         if not defined.
8988
8989 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8990
8991         * expr.c (expand_assignment): Fix typo in last change.
8992
8993         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
8994
8995 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8996
8997         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
8998         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
8999         and DECL_INLINE if FUNCTION_DECL.
9000         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
9001         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
9002         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
9003         (combine_parm_decls): Likewise.
9004         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
9005         * print-tree.c (print_node): Likewise.
9006         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
9007         DECL_TRANSPARENT_UNION on proper decl types.
9008         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
9009         * stor-layout.c (layout_decl): Only check DECL_PACKED and
9010         DECL_BIT_FIELD of FIELD_DECL.
9011         * tree.h (DECL_RESULT_FLD): New macro.
9012
9013         * expr.c (expand_assignment): Add code to handle variable-sized
9014         BLKmode case.
9015
9016 2000-03-26  Richard Henderson  <rth@cygnus.com>
9017
9018         * calls.c (expand_call): Pass parms not original exp to
9019         optimize_tail_recursion.  Mind return value instead of looking
9020         for a barrier.
9021         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
9022         call_expr.  Move checks for call_expr and current_function_decl ...
9023         (expand_return): ... here.
9024
9025 2000-03-26  Tom Tromey  <tromey@cygnus.com>
9026
9027         * gcc.c (handle_braces): Recognize `%{<S}' construct.
9028         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
9029         defines.
9030         (process_command): Use them.
9031         (check_live_switch): Likewise.
9032         (give_switch): Skip ignored switches.
9033
9034 2000-03-26  Jan Hubicka  <jh@suse.cz>
9035
9036         * jump.c (jump_optimize_1): Fix typo in elide optimizations
9037         for minimal jump pass test.
9038
9039 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
9040
9041         * integrate.c (function_cannot_inline_p): Do inline functions that
9042         return `void'.
9043
9044 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9045
9046         * stor-layout.c (layout_type, set_sizetype): early_type_list is
9047         now a list of TREE_LIST entries, not types.
9048         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
9049
9050         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
9051         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
9052         int_bit_position.
9053         * config/mips/mips.c (function_arg): Likewise; also remove cast
9054         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
9055         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
9056         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
9057         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
9058         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
9059         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
9060         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
9061         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
9062         num_adjusts now unsigned.
9063         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
9064         * config/sparc/sparc.c (struct function_arg_record_value_parms):
9065         NREGS now unsigned.
9066         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
9067         as is BITPOS variable; use host_integerp and int_bit_position.
9068         (function_arg_record_value_2): Likewise.
9069         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
9070         Variable REGNO now unsigned.
9071         (function_arg_record_value): NREGS now unsigned.
9072
9073 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
9074
9075         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
9076
9077 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9078
9079         * Rework fields used to describe positions of bitfields and
9080         modify sizes to be unsigned and use HOST_WIDE_INT.
9081         * alias.c (reg_known_value_size): Now unsigned.
9082         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
9083         (really_start_incremental_init): Use bitsize_zero_node.
9084         (push_init_level, pop_init_level, output_init_element): Likewise.
9085         Use bitsize_unit_node and bitsize_one_node.
9086         (output_pending_init_elements, process_init_element): Likewise.
9087         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
9088         (make_extraction): Position and length HOST_WIDE_INT and unsigned
9089         HOST_WIDE_INT, respectively.
9090         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
9091         (num_sign_bit_copies): Returns unsigned.
9092         BITWIDTH now unsigned; rework arithmetic.
9093         Remove recursive call from arg to MAX.
9094         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
9095         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
9096         REGNO now unsigned.
9097         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
9098         (find_split_point, expand_compound_operation, make_extraction): LEN
9099         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
9100         (make_field_assignment): Likewise.
9101         (combine_simplify_rtx): Add cast.
9102         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
9103         (force_to_mode): WIDTH now unsigned; add cast.
9104         (if_then_else_cond): SIZE now unsigned.
9105         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
9106         (extended_count): Now returns unsigned.
9107         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
9108         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
9109         (simplify_comparison): MODE_WIDTH now unsigned.
9110         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
9111         (mark_used_regs_combine): Likewise; rework arithmetic.
9112         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
9113         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
9114         (record_promoted_value): REGNO now unsigned.
9115         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
9116         (get_last_value): REGNO now unsigned.
9117         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
9118         (reg_dead_regno, reg_dead_endregno): Now unsigned.
9119         (remove_death): Arg REGNO now unsigned.
9120         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
9121         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
9122         now unsigned.
9123         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
9124         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
9125         (struct cse_reg_info): REGNO now unsigned.
9126         (cached_regno): Now unsigned.
9127         (REGNO_QTY_VALID_P): Add cast.
9128         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
9129         (remove_invalid_regs): Likewise.
9130         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
9131         as are variables END and I.
9132         (get_cse_reg_info, insert): Likewise.
9133         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
9134         (canon_hash): Likewise.
9135         (insert_regs, lookup_for_remove): REGNO now unsigned.
9136         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
9137         New variable RN.
9138         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
9139         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
9140         * emit-rtl.c (subreg_realpart_p): Add cast.
9141         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
9142         (operand_subword_force): Arg I is now unsigned.
9143         * except.c (eh_regs): Variable I is now unsigned.
9144         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
9145         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
9146         length is unsigned HOST_WIDE_INT; likewise for internal variables.
9147         (store_split_bit_field, extract_fixed_bit_field): Likewise.
9148         (extract_split_bit_field, store_bit_field, extract_bit_field):
9149         Likewise.
9150         * expr.c (store_constructor_fields, store_constructor, store_field):
9151         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
9152         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
9153         (do_jump): Likewise.
9154         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
9155         MAX_SIZE is now unsigned.
9156         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
9157         (emit_group_store): Likewise.
9158         (emit_move_insn): I now unsigned.
9159         (store_constructor): Use host_integerp, tree_low_cst, and
9160         bitsize_unit_node.
9161         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
9162         Rework all calculations to use trees and new fields.
9163         * expr.h (promoted_input_arg): Regno now unsigned.
9164         (store_bit_field, extract_bit_field): Adjust types of pos and size.
9165         (mark_seen_cases): Arg is HOST_WIDE_INT.
9166         * flow.c (verify_wide_reg_1): REGNO now unsigned.
9167         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
9168         precisions and alignments are unsigned.
9169         (optimize_bit_field_compare, fold_truthop): Likewise.
9170         (int_const_binop): Adjust threshold for size_int_type_wide call.
9171         (fold_convert): Likewise.
9172         (size_int_type_wide): Make table larger and fix thinko that only
9173         had half of table used.
9174         (all_ones_mask_p, fold): Precisions are unsigned.
9175         * function.c (put_reg_info_stack): REGNO is unsigned.
9176         (instantiate_decl): Size is HOST_WIDE_INT.
9177         (instantiate_virtual_regs): I is unsigned.
9178         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
9179         (promoted_input_arg): REGNO is unsigned.
9180         * function.h (struct function): x_max_parm_reg is now unsigned.
9181         * gcse.c (max_gcse_regno): Now unsigned.
9182         (struct null_pointer_info): min_reg and max_reg now unsigned.
9183         (lookup_set, next_set): REGNO arg now unsigned.
9184         (compute_hash_table): REGNO and I now unsigned.
9185         (handle_avail_expr): regnum_for_replacing now unsigned.
9186         (cprop_insn): REGNO now unsigned.
9187         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
9188         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
9189         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
9190         * hard-reg-set.h (reg_class_size): Now unsigned.
9191         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
9192         * jump.c (mark_modified_reg): I now unsigned; add cast.
9193         (rtx_equal_for_thread_p): Add cast.
9194         * loop.c (max_reg_before_loop): Now unsigned.
9195         (struct_movable): REGNO now unsigned.
9196         (try_copy_prop): REGNO arg unsigned.
9197         (regs_match_p): XN and YN now unsigned.
9198         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
9199         (strength_reduce): Likewise; NREGS also unsigned.
9200         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
9201         * loop.h (struct iv_class): REGNO now unsigned.
9202         (max_reg_before_loop, first_increment_giv, last_increment_giv):
9203         Now unsigned.
9204         * machmode.h (mode_size, mode_unit_size): Now unsigned.
9205         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
9206         * optabs.c (expand_binop): I and NWORDS now unsigned.
9207         (expand_unop): I now unsigned.
9208         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
9209         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
9210         * real.c (significand_size): Now returns unsigned.
9211         * real.h (significand_size): Likewise.
9212         * regclass.c (reg_class_size): Now unsigned.
9213         (choose_hard_reg_mode): Both operands now unsigned.
9214         (record_reg_classes): REGNO and NR now unsigned.
9215         (reg_scan): NREGS now unsigned.
9216         (reg_scan_update): old_max_regno now unsigned.
9217         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
9218         * reload.c (find_valid_class): BEST_SIZE now unsigned.
9219         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
9220         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
9221         Likewise for variable R.
9222         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
9223         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
9224         (find_equiv_reg): Add casts.
9225         (regno_clobbered_p): Arg REGNO now unsigned.
9226         * reload.h (struct reload): NREGS now unsigned.
9227         (refers_to_regno_for_reload_p): Regno args are unsigned.
9228         (regno_clobbered_p): Likewise.
9229         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
9230         (compute_use_by_pseudos): REGNO now unsigned.
9231         (find_reg): I and J now unsigned, new variable K, and change loop
9232         variables accordingly; THIS_NREGS now unsigned.
9233         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
9234         (spill_hard_reg): REGNO arg now unsigned; add casts.
9235         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
9236         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
9237         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
9238         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
9239         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
9240         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
9241         (emit_reload_insns): REGNO now unsigned.
9242         (reload_cse_move2add): Add cast.
9243         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
9244         and rework loop.
9245         * resource.c (mark_referenced_resources, mark_set_resources): New
9246         variable R; REGNO and LAST_REGNO now unsigned.
9247         (mark_target_live_regs): J and REGNO now unsigned.
9248         * rtl.c (mode_size, mode_unit_size): Now unsigned.
9249         * rtl.h (union rtunion_def): New field rtuint.
9250         (XCUINT): New macro.
9251         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
9252         (operand_subword, operand_subword_force): Word number is unsigned.
9253         (choose_hard_reg_mode): Operands are unsigned.
9254         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
9255         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
9256         (regno_use_in, combine_instructions, remove_death): Likewise.
9257         (reg_scan, reg_scan_update): Likewise.
9258         (extended_count): Return is unsigned.
9259         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
9260         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
9261         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
9262         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
9263         (reg_reg_last_1): FIRS and LAST now unsigned.
9264         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
9265         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
9266         now unsigned.
9267         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
9268         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
9269         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
9270         (replace_regs): Arg NREGS now unsigned.
9271         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
9272         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
9273         (simplify_binary_operation): Likewise.
9274         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
9275         THIS_LAST now unsigned.
9276         (cselib_record_set): Add cast.
9277         * ssa.c (ssa_max_reg_num): Now unsigned.
9278         (rename_block): REGNO now unsigned.
9279         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
9280         sizes now unsigned.
9281         (all_cases_count): Just return -1 not -2.
9282         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
9283         Rework tests to use trees whenever possible.
9284         Use host_integerp and tree_low_cst.
9285         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
9286         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
9287         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
9288         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
9289         (smallest_mode_for_size): Likewise.
9290         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
9291         KNOWN_ALIGN is now an alignment, so simplify code.
9292         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
9293         (start_record_layout): Renamed from new_record_layout_info.
9294         Update to new fields.
9295         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
9296         New functions.
9297         (place_union_field): Renamed from layout_union_field.
9298         Update to use new fields in rli.
9299         (place_field): Renamed from layout_field.
9300         Major rewrite to use new fields in rli; pass alignment to layout_decl.
9301         (finalize_record_size): Rework to use new fields in rli and handle
9302         union.
9303         (compute_record_mode): Rework to simplify and to use new DECL fields.
9304         (finalize_type_size): Make rounding more consistent.
9305         (finish_union_layout): Deleted.
9306         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
9307         (layout_type, case RECORD_TYPE): Call new function names.
9308         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
9309         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
9310         (get_best_mode): UNIT is now unsigned; remove casts.
9311         * tree.c (bit_position): Compute from new fields.
9312         (byte_position, int_byte_position): New functions.
9313         (print_type_hash_statistics): Cast to remove warning.
9314         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
9315         (build_index_type): Likewise; make subtype of sizetype.
9316         (build_index_2_type): Pass sizetype to build_range_type.
9317         (build_common_tree_nodes): Use size_int and bitsize_int to
9318         initialize nodes; add bitsize_{zero,one,unit}_node.
9319         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
9320         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
9321         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
9322         (DECL_FIELD_BITPOS): Deleted.
9323         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
9324         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
9325         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
9326         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
9327         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
9328         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
9329         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
9330         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
9331         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
9332         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
9333         (DECL_ALIGN): Adjust to new field in union.
9334         (DECL_OFFSET_ALIGN): New field.
9335         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
9336         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
9337         (union tree_decl): Add struct for both aligns.
9338         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
9339         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
9340         (struct record_layout_info): Rework fields to have offset
9341         alignment and byte and bit position.
9342         (start_record_layout, place_field): Renamed from old names.
9343         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
9344         (byte_position, int_byte_position): Likewise.
9345         (get_inner_reference): Change types of position and length.
9346         * unroll.c (unroll_loop): New variable R; use for some loops.
9347         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
9348         (calculate_giv_inc): Arg REGNO now unsigned.
9349         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
9350         * varasm.c (assemble_variable): Clean up handling of size using
9351         host_integerp and tree_low_cst.
9352         (decode_addr_const): Use byte, not bit, position.
9353         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
9354         use tree_low_cst and int_bit_position.
9355         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
9356
9357 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
9358
9359         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
9360         (reorder_block_def): New members eff_head and eff_end.
9361         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
9362         (verify_insn_chain): New function.
9363         (skip_insns_between_block): Add code to skip deleted insns.
9364         Check for note before using.
9365         (chain_reorder_blocks): Replace calls to skip_insns_between_block
9366         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
9367         Check for note before using.
9368         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
9369         (fixup_reorder_chain): Restructure, clean up, defect removal.
9370         (reorder_basic_blocks): Remove last_insn and references to it.
9371         Moved insn chain verification code into a new function (see above).
9372         Delete defective code that sets last insn.
9373         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
9374         all blocks.
9375
9376 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9377
9378         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
9379
9380 2000-03-24  Richard Henderson  <rth@cygnus.com>
9381
9382         * tree.c (lang_safe_for_unsave): Remove.
9383         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
9384         allowing for two levels of unsafeness.  Remove lang hook.
9385         * tree.h: Update declarations.
9386         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
9387         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
9388         Always fail sibcalls when there are pending cleanups.
9389
9390 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
9391
9392         * flow.c (propagate_block): When we delete an ADDR_VEC,
9393         also delete the BARRIER following it if there is one.
9394
9395 2000-03-24  Richard Henderson  <rth@cygnus.com>
9396
9397         * builtins.c (expand_builtin_bzero): Convert `length' argument
9398         to sizetype.
9399
9400 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
9401
9402         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
9403         comparison if regno's are equal.
9404         * calls.c (initialize_argument_informat): Add ecf_flags argument.
9405         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9406         (expand_call): Update caller.
9407         Avoid making a sibling call if argument size of the callee is larger
9408         than argument size of the caller.
9409         Call hard_function_value with outgoing set if in sibcall pass.
9410         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
9411
9412         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
9413         Change LEAF_REGISTERS from an array initializer to actual array
9414         identifier. Move static global variable into the function.
9415         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
9416         sequences for leaf functions.
9417         * global.c (global_alloc): Likewise.
9418         * tm.texi (LEAF_REGISTERS): Update documentation.
9419
9420         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
9421         TARGET_FLAT leaf disabling hack.
9422         (LEAF_REGISTERS): Changed from an array initializer to actual array
9423         identifier to avoid duplication and remove the above hack.
9424         (FUNCTION_OK_FOR_SIBCALL): Define.
9425         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
9426         always like call attribute.
9427         (eligible_for_sibcall_delay): New attribute.
9428         (sibcall): New delay type.
9429         (sibcall, sibcall_value, sibcall_epilogue): New expands.
9430         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
9431         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
9432         * config/sparc/sparc.c (sparc_leaf_regs): New array.
9433         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
9434         New functions.
9435         (output_function_epilogue): Move part of the code into
9436         output_restore_regs.
9437         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
9438         TYPE_SIBCALL.
9439         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
9440         prototypes.
9441
9442         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
9443         until infrastructure is finished.
9444
9445 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
9446
9447         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
9448         (save_parm_insns): Not here.
9449
9450 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9451
9452         * builtins.c (expand_builtin_bzero): New function.
9453         (expand_builtin): Handle bzero.
9454
9455         * builtins.def: Add BUILT_IN_BZERO.
9456
9457         * c-common.c (c_common_nodes_and_builtins): Provide builtin
9458         prototype & function for bzero.
9459
9460 2000-03-23  Michael Meissner  <meissner@redhat.com>
9461
9462         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
9463         change adding TARGET_FP to the TF floating point insns, except for
9464         trunctfsf2, which generates direct calls to truncdfsf2.
9465
9466 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
9467
9468         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
9469         try to protect against middle-end changes that break binary
9470         compatibility.
9471         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
9472
9473 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9474
9475         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
9476
9477 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9478
9479         * calls.c (expand_call): If TARGET is passed by reference and
9480         is readonly, write a CLOBBER.
9481
9482 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9483
9484         * builtins.c (expand_builtin): Handle bcmp.
9485
9486         * builtins.def: Add BUILT_IN_BCMP.
9487
9488         * c-common.c (c_common_nodes_and_builtins): Provide builtin
9489         prototype & function for bcmp.
9490
9491 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
9492
9493         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
9494         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
9495         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
9496
9497 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
9498
9499         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
9500         alternative when using -fp64 -gp32.
9501
9502 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
9503
9504         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
9505         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
9506         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
9507
9508         * frame.h (frame_state): Revert last change.
9509         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
9510         * libgcc2.c (throw_helper): Revert last change.
9511
9512 2000-03-22  Richard Henderson  <rth@cygnus.com>
9513
9514         * stmt.c (expand_asm_operands): Don't promote the temporary.
9515
9516 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9517
9518         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
9519         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
9520           c_get_alias_set): Likewise.
9521         * c-decl.c (duplicate_decls): Likewise.
9522         * c-typeck.c (default_conversion,build_unary_op): Likewise.
9523         * calls.c (initialize_argument_information): Likewise.
9524         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
9525         Likewise.
9526         * dwarfout.c (decl_class_context,output_type): Likewise.
9527         * expr.c (get_inner_reference): Likewise.
9528         * fold-const.c (simple_operand_p,fold): Likewise.
9529         * function.c (aggregate_value_p): Likewise.
9530         * stmt.c (expand_asm_operands): Likewise.
9531         * varasm.c (named_section): Likewise.
9532
9533 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
9534
9535         Implement dwarf2 exception handling for the ARM.
9536         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
9537         (DWARF_FRAME_RETURN_COLUMN): Define.
9538         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
9539         REG_FRAME_RELATED_EXPR note.
9540         (emit_sfm): Likewise.
9541         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
9542         * dwarf2out.c (reg_save): Handle saving a register to itself.
9543         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
9544         * except.c (eh_regs): Don't use the static chain reg if it's
9545         callee-saved.
9546         * frame.h (frame_state): Add cfa_saved field.
9547         * frame.c (execute_cfa_insn): Set it.
9548         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
9549         the epilogue.
9550         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
9551         Now takes a parm.
9552         (instantiate_virtual_regs): Adjust.
9553         * tm.texi: Adjust.
9554         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9555         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
9556         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
9557
9558         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
9559         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
9560
9561 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9562
9563         * builtins.def: New file.
9564
9565         * Makefile.in (TREE_H): Depend on builtins.def.
9566
9567         * builtins.c (built_in_names): Use builtins.def.
9568
9569         * tree.h (built_in_function): Likewise.
9570
9571 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
9572
9573         * tree.c (size_in_bytes): Return size_zero_node, not
9574         integer_zero_node.
9575
9576 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
9577
9578         * config/fp-bit.c (pack_d): Correct the case when a denormal
9579         is rounded up and stops being denormal.
9580
9581 2000-03-21  Richard Henderson  <rth@cygnus.com>
9582
9583         * config/alpha/alpha.c (function_arg): Check for void_type_node
9584         before using MUST_PASS_IN_STACK.
9585
9586 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
9587
9588         * regmove.c (combine_stack_adjustments_for_block): Check that
9589         the stack pointer is a valid memory address.
9590
9591 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
9592
9593         * calls.c: re-install Mar 16 emit_library_call merge.
9594
9595 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
9596
9597         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
9598         we cannot be sure that if reload_completed base register will
9599         be properly aligned.
9600
9601 2000-03-21  Richard Henderson  <rth@cygnus.com>
9602
9603         * flow.c (delete_block): Fix typo last change.
9604
9605 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
9606
9607         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
9608         not COMPLETE_TYPE_P, to check the type of the expression.
9609
9610 2000-03-21  Michael Meissner  <meissner@redhat.com>
9611
9612         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
9613         all floating point insns that just tested the macro
9614         TARGET_HAS_XFLOATING_LIBS.
9615         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
9616         used to only use the gprs.
9617
9618 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
9619
9620         * tree.h (COMPLETE_TYPE_P): New macro.
9621         (COMPLETE_OR_VOID_TYPE_P): New macro.
9622         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
9623         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
9624         * c-aux-info.c (gen_type): Use them.
9625         * c-common.c (c_expand_expr_stmt): Likewise.
9626         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
9627         grokdeclarator, grokparms, finish_struct, start_function,
9628         store_parm_decls, combine_parm_decls): Likewise.
9629         * c-parse.y (cast_expr): Likewise.
9630         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
9631         c_size_in_bytes, c_alignof, build_component_ref,
9632         build_indirect_ref, build_array_ref, convert_arguments,
9633         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
9634         * calls.c (initialize_argument_information): Likewise.
9635         * convert.c (convert_to_integer): Likewise.
9636         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
9637         * dwarfout.c (location_or_const_value_attribute,
9638         output_enumeration_type_die, output_structure_type_die,
9639         output_union_type_die, output_type): Likewise.
9640         * expr.c (safe_from_p, expand_expr): Likewise.
9641         * function.c (assign_parms): Likewise.
9642         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
9643         * tree.c (build_array_type, build_function_type,
9644         build_method_type, build_offset_type, build_complex_type): Likewise.
9645         * c-parse.c, c-parse.h: Regenerated.
9646
9647 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9648
9649         * config/c4x/rtems.h: Include config/rtems.h.
9650
9651 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
9652
9653         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
9654         decl is a FUNCTION_DECL
9655
9656 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
9657
9658         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
9659         function uses output registers.  Don't save RP for leaf functions.
9660         Do save RP even if no epilogue.
9661         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
9662         (CALL_USED_REGISTERS): Unmark in registers.
9663         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
9664         to near the middle.
9665
9666 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
9667
9668         * config/rs6000/rs6000.md (bunordered): New expander.
9669         (bordered): New expander.
9670         (buneq): New expander.
9671         (bunge): New expander.
9672         (bungt): New expander.
9673         (bunle): New expander.
9674         (bunlt): New expander.
9675         (bltgt): New expander.
9676
9677         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
9678         (ccr_bit_negated_p): New function.
9679         (print_operand): For %C, generate appropriate cror for UNEQ,
9680         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
9681
9682 2000-03-20  Andreas Jaeger  <aj@suse.de>
9683
9684         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
9685         warning.
9686
9687         * tree.h (safe_for_unsave): Prototype.
9688
9689 2000-03-20  Richard Henderson  <rth@cygnus.com>
9690
9691         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
9692         (combine_stack_adjustments_for_block): Don't allow sp references
9693         in the side of a set we're not fixing up.
9694         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
9695         after life_analysis.
9696
9697 2000-03-20  Richard Henderson  <rth@cygnus.com>
9698
9699         * calls.c (expand_call): Don't bother generating tail call
9700         sequences if there are pending cleanups.  Use
9701         expand_start_target_temps/expand_end_target_temps to elide
9702         cleanups created during sibcall expansion.
9703
9704 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
9705
9706         * configure.in: Set $IFS to a value if it doesn't already have one
9707         in the --enable-checking handling.
9708         * configure: Regenerate.
9709
9710 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9711
9712         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
9713         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
9714         Regenerated.
9715
9716 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
9717
9718         * jump.c (delete_noop_moves): Remove code attempting to
9719         combine stack adjustments.
9720
9721 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9722
9723         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
9724         * except.c (emit_cleanup_handler): Use them.
9725         (expand_end_all_catch): Likewise.
9726         * function.c (fixup_var_refs): Likewise.
9727         (expand_function_end): Clear catch_clauses_last.
9728         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
9729         * except.h (struct eh_status): New field x_catch_clauses_last.
9730         (catch_clauses_last): New define.
9731
9732         * Makefile.in (tree.o): Depend on HASHTAB_H.
9733         * tree.c: Include hashtab.h.
9734         (struct type_hash): Remove next field.
9735         (TYPE_HASH_SIZE): Remove.
9736         (TYPE_HASH_INITIAL_SIZE): New define.
9737         (type_hash_table): Change type to htab_t.
9738         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
9739         mark_hash_entry): New functions.
9740         (init_obstacks): Allocate type hash.
9741         (type_hash_lookup): Use htab functions.
9742         (type_hash_add, mark_type_hash): Likewise.
9743         (dump_tree_statistics): Call print_type_hash_statistics.
9744
9745 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9746
9747         * rs6000/t-aix41: New file.
9748
9749         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
9750
9751 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
9752
9753         * tm.texi (Driver): Fix typos and tweak entry for
9754         INCLUDE_DEFAULTS.
9755         Move misplaced STRUCT_FORCE_BLK entry ...
9756         (Storage Layout): ... to here.
9757         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
9758
9759 2000-03-19  Richard Henderson  <rth@cygnus.com>
9760
9761         * flow.c (delete_block): Delete the addr_vec along with the block.
9762         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
9763         reference labels.
9764
9765         * fold-const.c (extract_muldiv): Apply type check for defined
9766         overflow to multiply as well as divide.
9767
9768         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
9769
9770 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
9771
9772         * emit-rtl.c (remove_unncessary_notes): Check that all
9773         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
9774         associated NOTE_BLOCK.
9775         * function.h (identify_blocks): Update comments.
9776         (reorder_blocks): Declare.
9777         * function.c (identify_blocks): Don't take paramters.
9778         (reorder_blocks): Don't take parameters.
9779         * loop.h (find_loop_tree_blocks): Remove.
9780         (unroll_block_trees): Likewise.
9781         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
9782         reorder_blocks instead of unroll_block_trees.h
9783         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
9784         * stmt.c (find_loop_tree_blocks): Remove.
9785         (unroll_block_trees): Likewise.
9786         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
9787         in whole-function mode.
9788         * tree.h (reorder_blocks): Remove declaration.
9789
9790         * expr.c: Include intl.h.
9791         * Makefile.in (expr.o): Depend on intl.h.
9792
9793 2000-03-18  Richard Henderson  <rth@cygnus.com>
9794
9795         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
9796
9797 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
9798
9799         * tree.h (tree_index): Remove enumerals for integer types.
9800         (integer_type_kind): New type.
9801         (integer_types): New variable.
9802         (char_type_node): Adjust.
9803         (signed_char_type_node): Likewise.
9804         (unsigned_char_type_node): Likewise.
9805         (short_integer_type_node): Likewise.
9806         (short_unsigned_type_node): Likewise.
9807         (integer_type_node): Likewise.
9808         (unsigned_type_node): Likewise.
9809         (long_integer_type_node): Likewise.
9810         (long_unsigned_type_node): Likewise.
9811         (long_long_integer_type_node): Likewise.
9812         (long_long_unsigned_type_node): Likewise.
9813         * tree.c (integer_types): New variable.
9814         (init_obstacks): Register it as a root.
9815
9816 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
9817
9818         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
9819         NEXT_INSN. Update last insn in chain.
9820
9821 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
9822
9823         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
9824         with TYPE_DECL_SUPPRESS_DEBUG set.
9825
9826 2000-03-18  Richard Henderson  <rth@cygnus.com>
9827
9828         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
9829
9830 2000-03-18  Richard Henderson  <rth@cygnus.com>
9831
9832         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
9833         care for HALF_PIC_P.
9834         (expander_call_insn_operand): Remove.
9835         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
9836         * i386.h (PREDICATE_CODES): Update.
9837         * i386.md (all call expanders): Remove predicates, remove special
9838         handling for half-pic.
9839         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
9840         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
9841         (sibcall_epilogue): New.
9842
9843 2000-03-17  Richard Henderson  <rth@cygnus.com>
9844
9845         * rtlanal.c (single_set): Reject if the parallel has anything
9846         except SET or USE or CLOBBER.
9847
9848 2000-03-17  Jeff Law  <law@cygnus.com>
9849             Richard Henderson  <rth@cygnus.com>
9850
9851         * Makefile.in (OBJS): Add sibcall.o.
9852         (sibcall.o): New.
9853         * sibcall.c: New file.
9854         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
9855         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
9856         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
9857         Emit sibcall patterns when requested.  Update all callers.
9858         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
9859         elimination seems feasable.
9860         * final.c (leaf_function_p): Sibling calls don't discount being
9861         a leaf function.
9862         * flow.c (HAVE_sibcall_epilogue): Provide default.
9863         (find_basic_blocks_1): Sibling calls don't throw.
9864         (make_edges): Make edge from sibling call to EXIT.
9865         (propagate_block): Don't remove sibcall_epilogue insns.
9866         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
9867         (sibcall_epilogue): New.
9868         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
9869         (identify_blocks_1): Likewise.  Break out from ...
9870         (identify_blocks): ... here.
9871         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
9872         (reorder_blocks): ... here.
9873         (init_function_for_compilation): Zap prologue/epilogue as varrays.
9874         (record_insns): Extend a varray instead of mallocing new memory.
9875         (contains): Read a varray not array of ints.
9876         (sibcall_epilogue_contains): New.
9877         (thread_prologue_and_epilogue_insns): Emit and record
9878         sibcall_epilogue patterns.
9879         (init_function_once): Allocate prologue/epilogue varrays.
9880         * genflags.c (gen_insn): Treat sibcall patterns as calls.
9881         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
9882         Broken out from ...
9883         (save_for_inline_nocopy): ... here.
9884         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
9885         Broken out from ...
9886         (expand_inline_function): ... here.
9887         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
9888         (subst_constants): Handle 'n' formats.
9889         * jump.c (jump_optimize_minimal): New.
9890         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
9891         optimizations if it's set.
9892         * rtl.c (copy_rtx): Do copy jump & call for insns.
9893         * rtl.h (struct rtx_def): Document use of jump and call for insns.
9894         (SIBLING_CALL_P): New.
9895         (sibcall_use_t): New.
9896         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
9897         Invoke optimize_sibling_and_tail_recursive_calls.
9898         * tree.c (lang_safe_for_unsave): New.
9899         (safe_for_unsave): New.
9900         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
9901
9902         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
9903         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
9904         (*sibcall_osf_1, *sibcall_value_osf_1): New.
9905
9906 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
9907
9908         * objc/objc-act.c (encode_method_prototype): Pass types, not
9909         PARM_DECLs, to int_size_in_bytes.
9910
9911 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
9912
9913         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
9914
9915         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9916         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
9917
9918 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9919
9920         * Clean up usages of TREE_INT_CST_LOW.
9921         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
9922         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
9923         Regenerated.
9924         * c-tree.h (min_precision): Move declaration to here.
9925         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
9926         (build_unary_op, add_pending_init): Use bit_position.
9927         (pending_init_member, process_init_element): Likewise.
9928         (really_start_incremental_init, push_init_level, pop_init_level):
9929         Don't make copies of nodes or modify them in place, use consistent
9930         types when tracking positions, and use tree routines computations.
9931         (set_init_index, output_init_element): Likewise.
9932         (output_pending_init_elements, process_init_element): Likewise.
9933         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
9934         tree_low_cst and int_bit_position; also minor cleanup.
9935         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
9936         (print_cst_octal): Precision is unsigned.
9937         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
9938         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
9939         (simple_type_align_in_bits): Result is unsigned int.
9940         Use tree_int_low_cst and host_integerp.
9941         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
9942         (field_byte_offset): Result is HOST_WIDE_INT.
9943         Change types of internal variables so alignments are unsigned int,
9944         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
9945         Use host_integerp, tree_low_cst, and int_bit_position.
9946         (add_bit_offset_attribute): Likewise.
9947         (add_data_member_location_attribute): Use tree_cst_low.
9948         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
9949         (add_bit_size_attribute): Use tree_low_cst.
9950         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
9951         * dwarfout.c: Similar changes to dwarf2out.c.
9952         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
9953         * genoutput.c (n_occurences): Return -1 for null string.
9954         (strip_whitespace): Accept null string and make into function.
9955         (scan_operands): Reflect above changes.
9956         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
9957         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
9958         * ssa.c (rename_registers): Add missing cast of arg to bzero.
9959         * tree.c (int_size_in_bytes): Check for too big to represent.
9960         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
9961         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
9962         New declarations.
9963         (min_precision): Delete from here.
9964         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
9965         and int_bit_position.
9966         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
9967         (encode_method_def): Likewise.
9968         (build_ivar_list_initializer): Use int_bit_position.
9969         (generate_shared_structures): Convert size.
9970         (encode_type, encode_complete_bitfield): Use integer_zerop.
9971         (encode_bitfield): Use tree_low_cst and int_bit_position.
9972
9973 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9974
9975         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
9976
9977 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9978
9979         * call.c (special_function_p): It is only malloc if it returns
9980         Pmode.
9981
9982 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9983
9984         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
9985         (C33_FLAG, TARGET_C3X): Add macros.
9986         (TARGET_SWITCHES): Add -m33 option.
9987         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
9988
9989 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9990
9991         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
9992         (PARALLEL_PACK_FLAG): Delete.
9993         (TARGET_SWITCHES): Update.
9994         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
9995
9996 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9997
9998         * fold-const.c (fold): Fix a few cases when the returned result
9999         is not of the same type as the input.
10000
10001 2000-03-16  Nick Clifton  <nickc@cygnus.com>
10002
10003         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
10004         warning.
10005
10006 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10007
10008         * libgcc2.h: Move prototypes above macros with the same name.
10009         Wrap some function prototypes in the conditional which indicates
10010         whether they are supported, i.e. "BITS_PER_UNIT == 8".
10011
10012 2000-03-16  Richard Henderson  <rth@cygnus.com>
10013
10014         * calls.c: Revert last two changes.
10015
10016 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10017
10018         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
10019         has exponent 0 is a zero.
10020
10021         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
10022         HASH may already be nonzero.  Add code/mode into hash value
10023         immediately after repeat label.
10024         (cselib_lookup): Don't leave the hash table in an inconsistent
10025         state before a hash lookup operation.
10026
10027 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
10028
10029         * i386.md (all HI and QI mode non-move patterns):  Conditionize
10030         by TARGET_[HQ]IMODE_MATH.
10031         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10032         x86_promote_qi_regs): Declare.
10033         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
10034         TARGET_PROMOTE_QI_REGS): New macros.
10035         (PROMOTE_MODE): New macro.
10036         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10037         x86_promote_qi_regs): New global variables.
10038
10039 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
10040
10041         * calls.c (emit_library_call_value_1): Break out from ...; handle
10042         VOIDmode function calls too.
10043         (emit_library_call_value): ... here.
10044         (emit_library_call): Implement by calling emit_library_call_value_1.
10045
10046 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
10047
10048         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
10049         Update arg_space_so_far on stack adjustments.
10050         (emit_library_call, emit_library_call_value): Likewise; take into
10051         account arg_space_so_far and pending_stack_adjust when calculcating
10052         the boundary.
10053
10054 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
10055
10056         * flow.c: Move all basic block reordering code into its own file.
10057         (create_basic_block): Externalize.
10058         * bb-reorder.c: New file. Copy all basic block reordering code from
10059         flow.c to this file.
10060         (reorder_basic_blocks): Fix fencepost error in for-loop.
10061         (reorder_basic_blocks): Remove braces from single statement for-loops.
10062         * basic-block.h: Add declaration for create_basic_block.
10063         * Makefile.in: Add rules for bb-reorder.o.
10064
10065 2000-03-16  Neil Booth  <NeilB@earthling.net>
10066
10067         * cppinit.c (handle_option):  Implement #unassert directive
10068         as -A- command line option.
10069         (print_help):  Update.
10070         * cpptexi.c:  Update.
10071
10072 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10073
10074         * md.texi (Standard Names): Document `jump'.
10075
10076 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
10077
10078         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
10079         gotos.
10080
10081 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
10082
10083         Merge changes from newppc-branch onto trunk.
10084
10085         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
10086
10087         * rs6000.c (toc_hash_table): Update for new hash table functions.
10088         (toc_hash_function): Likewise.
10089         (toc_hash_eq): Likewise.
10090         (toc_hash_mark_entry): Likewise.
10091         (toc_hash_mark_table): Likewise.
10092         (output_toc): Likewise.
10093         (rs6000_add_gc_roots): Likewise.
10094
10095         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10096
10097         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
10098         (AR_FLAGS_FOR_TARGET): here.  New macro.
10099
10100         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
10101
10102         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
10103         fpmem_operand) Delete.
10104         (xer_operand) New.
10105         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
10106         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
10107         (rs6000_save_machine_status, rs6000_restore_machine_status,
10108         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
10109         references to above variables.
10110         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
10111         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
10112         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
10113         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
10114         (XER_REGNO_P, XER_REGNO): New.
10115         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
10116         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
10117         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
10118         XER_REGNO_P.
10119         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
10120         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
10121         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
10122
10123         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10124
10125         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
10126         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
10127         * rs6000.h: from here.
10128
10129         * rs6000-protos.h (rs6000_select_section): Provide prototype.
10130         (rs6000_select_rtx_section): Likewise.
10131         (rs6000_encode_section_info): Likewise.
10132         (sdata_section): Likewise.
10133         (sdata2_section): Likewise.
10134         (sbss_section): Likewise.
10135         * sysv4.h (rs6000_select_section): Delete prototype.
10136         (rs6000_select_rtx_section): Likewise.
10137         (rs6000_encode_section_info): Likewise.
10138         (sdata_section): Likewise.
10139         (sdata2_section): Likewise.
10140         (sbss_section): Likewise.
10141         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
10142
10143         * sysv4.h: Delete various unnecessary #undef's and put a comment
10144         on the remaining ones.
10145         Change various comments according to coding standard.
10146
10147         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
10148
10149         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
10150         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
10151         (CR0_REGNO_P) Remove.
10152         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
10153         setup_incoming_varargs, mtcrf_operation, print_operand,
10154         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
10155         Use the above macros.
10156
10157         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
10158
10159         * config/rs6000/rs6000.md: Added a new alternative for each
10160         pattern that had a 'x' alternative but no 'y' alternative.
10161         Added a new split for each of the above patterns.
10162
10163         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
10164
10165         * aix41.h (ASM_CPU_SPEC): Delete.
10166         (CPP_CPU_SPEC): Delete.
10167
10168         * aix.h (RS6000_OUTPUT_BASENAME): Define.
10169         (ASM_OUTPUT_LABEL): Define.
10170         (ASM_GLOBALIZE_LABEL): Define.
10171         (STRIP_NAME_ENCODING): Define.
10172         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
10173         (STRIP_NAME_ENCODING): Don't define.
10174         (ASM_OUTPUT_LABEL): Don't define.
10175         (ASM_GLOBALIZE_LABEL): Don't define.
10176         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
10177         names, and ASM_OUTPUT_LABEL to output labels, rather than
10178         asm_fprintf.
10179         (ASM_OUTPUT_LABEL): Define.
10180         (ASM_OUTPUT_INT): Use assemble_name.
10181         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
10182         (STRIP_NAME_ENCODING): Don't undefine first.
10183         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
10184         ELF.
10185         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
10186         specified with 'asm' even with -fleading-underscore.
10187         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
10188         (output_epilog): Likewise.
10189         (output_toc): Likewise.
10190         * tramp.asm: Handle -fleading-underscore correctly.
10191
10192         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
10193         -mminimal-toc.
10194         (nonlocal_goto_receiver): Delete.
10195         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
10196
10197         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
10198         (SET_ASM_OP): Define.
10199         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
10200
10201         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
10202         (ASM_LONG): Define.
10203
10204         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
10205         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
10206
10207         * rs6000.h: Add 'u' to more constants.
10208
10209         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
10210
10211         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
10212
10213         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
10214
10215         * rs6000.c (reg_or_u_cint_operand): New function.
10216         (logical_operand): Handle 64-bit hosts.
10217         (logical_u_operand): New function.
10218         (non_logical_cint_operand): Handle 64-bit hosts.
10219         (non_logical_u_cint_operand): New function.
10220         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
10221         (PREDICATE_CODES): Define new functions.
10222         * rs6000-protos.h: Declare new functions.
10223         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
10224         (movdi_64): Bracket code intended for 64-bit hosts.  Create
10225         CONST_DOUBLE for 32-bit values.
10226         (scc insns): Generate DImode compares.
10227         (mfcr insns): Create DImode versions.
10228         (sge matchers): New patterns.
10229
10230         2000-02-15  Gabriel Paubert  <paubert@iram.es>
10231
10232         * rs6000.md: Correct instructions length attributes and
10233         constraints on unsigned compare instructions.
10234         (*ne0): Disable for PowerPC64.
10235
10236         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
10237
10238         * rs6000.c (output_function_profiler): Use .long for a 32-bit
10239         quantity, fix profile1.C test failure under -fPIC.
10240
10241         * rs6000.c: Add 'u' to many constants to suppress warnings.
10242         (constant_pool_expr_1): Make static.
10243         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
10244         * rs6000.h: Add 'u' to many constants to suppress warnings.
10245
10246         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
10247         for the start of the TOC, instead of LCTOC..0.
10248         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
10249         of the TOC.
10250         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
10251         (load_toc_aix_di): Use LCTOC..1.
10252
10253         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
10254         * rs6000.c (rs6000_legitimize_address): New function from
10255         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
10256         symbols in the constant pool that really are TOC references.
10257         (print_operand_address): For ELF, write TOC offsets under
10258         -fPIC as subtractions in the insn.
10259         (output_toc): For ELF, define symbols in TOC as normal labels,
10260         to match RTL.
10261         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
10262         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
10263         (create_TOC_reference): Prototype only when RTX_CODE is defined.
10264         * rs6000.md (movsi): Only use create_TOC_reference on
10265         symbols in the constant pool that really are TOC references.
10266
10267         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
10268         * rs6000.c (rs6000_reorg): Delete.
10269         * rs6000-protos.h (rs6000_reorg): Delete.
10270
10271         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
10272
10273         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
10274
10275         * aix.h (SETUP_FRAME_ADDRESSES): Define.
10276         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
10277         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
10278         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
10279         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
10280         rs6000_aix_emit_builtin_unwind_init.
10281         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
10282         rs6000_emit_eh_toc_restore on AIX.
10283         (return_eh_si): Use r2.
10284         (return_eh_di): Use r2.
10285
10286         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
10287         since we're breaking binary compatibility anyway.
10288
10289         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
10290
10291         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
10292         constant_pool_expr_p): Declare them.
10293         (constant_pool_expr_p): Declare it.
10294         * config/rs6000/rs6000.c (toc_label_name): Define.
10295         (rs6000_override_options): Set toc_label_name.
10296         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
10297         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
10298         uses_TOC): New functions.
10299         (print_operand): Delete old '*' case.
10300         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10301         and strip off rtl for TOC before calling output_addr_const.
10302         (rs6000_emit_load_toc_table): Use toc_label_name.
10303         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
10304         the default.
10305         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
10306         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
10307         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
10308         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
10309         into explicit TOC_REGISTER offsets.
10310         (TOC_REGISTER): New macro.
10311         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
10312         TARGET_TOC to reference TOC_REGISTER.
10313         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
10314         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
10315         uses_TOC before emitting label references.
10316
10317         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
10318
10319         * rs6000.md (stack_tie): Fix warning.
10320
10321         * eabi-ctors.c: Use 'asm' names for the start/end variables,
10322         to handle -fleading-underscore.
10323         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
10324         (USER_LABEL_PREFIX): New macro.
10325         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
10326         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
10327         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
10328         call-linux can use the same multilibs.
10329         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
10330         and call-linux multilibs.  Do multilib with -fleading-underscore.
10331         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
10332         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
10333         to call-aix.
10334
10335         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
10336         have MASK_SOFT_FLOAT set.
10337         (CPP_FLOAT_DEFAULT_SPEC): New macro.
10338         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
10339         CPP_FLOAT_DEFAULT_SPEC.
10340
10341         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
10342         * rs6000.md: Whitespace change.
10343         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
10344         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
10345
10346         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
10347
10348         * rs6000.md (eh_epilogue): New expander.
10349         (eh_reg_restore): New expand/split/insn combination.
10350         (return_eh_si): New insn.
10351         (return_eh_di): New insn.
10352
10353         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
10354         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
10355         * eabi-ctors.c (__do_global_ctors): Register this object's
10356         frame.  Clean up.  Call atexit() after the constructors.
10357         (__do_global_dtors): Deregister this object's frame.  Clean up.
10358         Allow for recursive calls to exit().
10359         * rs6000.c (fixuplabelno): New variable.
10360         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
10361         TARGET_RELOCATABLE, it slows down exec() under linux.
10362         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
10363
10364         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
10365         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
10366         (ASM_OUTPUT_DWARF_DELTA2): New macro.
10367         (ASM_OUTPUT_DWARF_DELTA4): New macro.
10368         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
10369         (ASM_OUTPUT_DWARF_ADDR): New macro.
10370         (ASM_OUTPUT_DWARF_DATA4): New macro.
10371         (ASM_OUTPUT_DWARF_DATA2): New macro.
10372         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
10373         (ASM_OUTPUT_DWARF_OFFSET): New macro.
10374         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
10375
10376         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
10377
10378         * rs6000.c (rs6000_sr_alias_set): New variable.
10379         (rs6000_override_options): Initialise rs6000_sr_alias_set.
10380         (rs6000_emit_stack_tie): New function.
10381         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
10382         in a way that dwarf2out can understand.
10383         (rs6000_frame_related): New function.
10384         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
10385         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
10386         Use rs6000_emit_stack_tie when needed.
10387         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
10388         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
10389         * rs6000.md (stack_tie): New insn.
10390         (return_internal_si): Allow return value to be in the count
10391         register.
10392         (return_internal_di): Likewise.
10393
10394         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
10395
10396         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
10397
10398         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
10399
10400         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
10401
10402         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
10403
10404         * rs6000.md (stmw): Use the right POWER opcode.
10405         (lmw): Likewise.
10406
10407         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10408
10409         * rs6000-protos.h: New file.
10410
10411         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
10412
10413         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
10414         warnings.
10415
10416         * sysv4.h: Likewise.
10417
10418         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
10419
10420         * ../../configure.in: Delete powerpcle-*-winnt*
10421         and powerpcle-*-pe|powerpcle-*-cygwin*.
10422         * ../../configure: Regenerated.
10423         * cygwin.h: Delete.
10424         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
10425         (TARGET_WINDOWS_NT): Delete.
10426         (ABI_NT): Delete.
10427         (CALL_NT_DLLIMPORT): Delete.
10428         Delete NT-specific code.
10429         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
10430         * win-nt.h: Delete.
10431         * t-winnt: Delete.
10432         * nt-ci.asm: Delete.
10433         * nt-cn.asm: Delete.
10434         * ntstack.asm: Delete.
10435
10436         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10437
10438         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
10439         (ASM_FILE_START): Likewise.
10440         (ASM_DECLARE_FUNCTION_NAME): Likewise.
10441         (ASM_OUTPUT_LABELREF): Likewise.
10442         (ASM_OUTPUT_SKIP): Likewise.
10443         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10444         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10445         (ASM_OUTPUT_CASE_LABEL): Likewise.
10446         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10447         (ASM_OUTPUT_ASCII): Likewise.
10448
10449         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
10450
10451         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
10452         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
10453         increment rs6000_pic_labelno here.
10454         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
10455         and increment rs6000_pic_labelno here.
10456
10457         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
10458
10459         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
10460         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
10461         allocation knows (reg) is dead before the insn.
10462
10463         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
10464
10465         * rs6000.md (movsi_to_cr): Correct typo in output template.
10466
10467         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
10468
10469         * rs6000.c (rs6000_pic_labelno): Always define.
10470         (rs6000_pic_func_labelno): Delete.
10471         (lmw_operation): Check for a zero base register,
10472         which doesn't mean what we want.
10473         (stmw_operation): New function.
10474         (print_operand): Define new 'l' modifier.
10475         (rs6000_stack_info): We must save all 64 bits of the registers
10476         if TARGET_POWERPC64.
10477         (rs6000_output_load_toc_table): Delete.
10478         (rs6000_emit_load_toc_table): New function.
10479         (rs6000_allocate_stack_space): Delete.
10480         (rs6000_emit_allocate_stack): New function.
10481         (rs6000_emit_prologue): New function.
10482         (output_prolog): Use rs6000_emit_prologue.
10483         (rs6000_emit_epilogue): Change a few variable names to be
10484         more accurate.  Restore all 64 bits of the registers if
10485         TARGET_POWERPC64.  Only restore the FP registers which were used
10486         if they are being saved/restored one-at-a-time.
10487         (output_mi_thunk): Delete inefficient code generation.
10488         (output_function_profiler): Don't use rs6000_output_load_toc_table.
10489         * rs6000.h: Declare rs6000_emit_load_toc_table,
10490         rs6000_allocate_stack_space, stmw_operation.  Don't declare
10491         rs6000_output_load_toc_table.
10492         * rs6000.md (elf_high): Allow register 0, but discourage it
10493         heavily.
10494         (elf_low): Support loading into register 0.
10495         (load_toc_aix_si): New pattern.
10496         (load_toc_aix_di): New pattern.
10497         (load_toc_v4_pic_si): New pattern.
10498         (load_toc_v4_pic_di): New pattern.
10499         (load_toc_v4_PIC_1): New pattern.
10500         (load_toc_v4_PIC_1b): New pattern.
10501         (load_toc_v4_PIC_2): New pattern.
10502         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
10503         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
10504         (prologue): New expander.
10505         (movesi_from_cr): New pattern.
10506         (stmw): New pattern.
10507         (save_fpregs_si): New pattern.
10508         (save_fpregs_di): New pattern.
10509
10510         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10511
10512         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
10513         (movdi): Likewise.
10514         (movhi): Likewise.
10515         (movqi): Likewise.
10516
10517         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10518
10519         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
10520         at present.
10521         (movsi_got_internal): Likewise.
10522         (movsi_got_internal+1): Likewise.
10523         (set_sp): 'unspec 7' does a SImode clobber.
10524
10525         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10526
10527         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
10528         allocate a stack temporary.
10529         (floatsidf2_internal): Likewise.
10530         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
10531         with unspec.
10532         (floatunssidf2): Don't use the fpmem "register", just
10533         allocate a stack temporary.
10534         (floatunssidf2_internal): Likewise.
10535         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
10536         with unspec.
10537         (floatsidf2_loadaddr): Delete.
10538         (floatsidf2_store1): Delete.
10539         (floatsidf2_store2): Delete.
10540         (floatsidf2_load): Delete.
10541         (fix_truncdfsi2): Don't use the fpmem "register", just
10542         allocate a stack temporary.
10543         (fix_truncdfsi2_internal_si): Delete.
10544         (fix_truncdfsi2_internal_di): Delete.
10545         (fix_truncdfsi2_internal): New insn.
10546         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
10547         (fix_truncdfsi2_store): Delete.
10548         (fix_truncdfsi2_load): Delete.
10549         (fctiwz): Produce gen_fctiwz.
10550
10551         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
10552
10553         * eabi.h (INVOKE__main): Define.
10554         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
10555         specially.
10556         (rs6000_emit_prologue): Likewise.
10557         * rs6000.h (struct rs6000_stack): Don't keep track of whether
10558         this is the main program.
10559
10560         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10561
10562         * rs6000.c (rs6000_va_arg): Delete some unused variables.
10563
10564         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10565
10566         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
10567         goes after the argument.
10568
10569         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10570
10571         * rs6000.md: Document 'unspec' values used.
10572         (epilogue): New expander.
10573         (movesi_to_cr_one): New expander.
10574         (movesi_to_cr and following): New pattern.
10575         (lmw): New pattern.
10576         (return_internal_si): New pattern.
10577         (return_internal_di): New pattern.
10578         (return_and_restore_fpregs_si): New pattern.
10579         (return_and_restore_fpregs_di): New pattern.
10580         * rs6000.h: Declare new functions.
10581         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
10582         rather than rs6000_calls_p.
10583         (rs6000_makes_calls): Delete.
10584         (lmw_operation): New function.
10585         (mtcrf_operation): New function.
10586         (rs6000_emit_epilogue): New function.
10587         (output_epilog): Call rs6000_emit_epilogue and final if
10588         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
10589
10590         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10591
10592         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
10593         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
10594         * aix.h (SUBTARGET_SWITCHES): Document switches.
10595         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
10596         sched-prolog and sched-epilog the same.  Document all the
10597         switches.
10598         (TARGET_OPTIONS): No longer allow -mdebug-.
10599
10600         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
10601
10602         * rs6000.h (ASM_FILE_END): Move to aix.h.
10603         (EXTRA_SECTIONS): Move to aix.h.
10604         (READONLY_DATA_SECTION): Move to aix.h.
10605         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
10606         (SELECT_SECTION): Move to aix.h.
10607         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
10608         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
10609         (LINK_REGISTER_REGNUM): New definition.
10610         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
10611         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
10612         AIX and SVR4.
10613         * sysv4.h: Delete the code between the inclusion of rs6000.h
10614         and svr4.h.
10615         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
10616         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
10617         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
10618         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
10619         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
10620         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
10621         (fix_truncdfsi2_internal_di): New pattern.
10622         (fix_truncdfsi2_store): The second arg here is Pmode too.
10623         (fix_truncdfsi2_load): The second arg here is Pmode too.
10624         (tablejumpdi): Now that switch tables hold only SImode values,
10625         gcc needs to know how to add them to the pc which is DImode.
10626         * rs6000.c (rs6000_stack_info): Use symbolic name for
10627         LINK_REGISTER_REGNUM.
10628         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
10629         (output_toc): Delete unused variables s1 and s2.
10630         (output_ascii): Use fputs not fprintf on a variable string.
10631
10632         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
10633
10634         * rs6000.c (processor_target_table): Add power3 as alias for 630.
10635         * aix43.h: Revert Aug 2 change.
10636         (HAS_INIT_SECTION): Define, not visible yet.
10637         (LD_INIT_SWITCH): Define, not visible yet.
10638         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
10639
10640         2000-01-04  Joel Sherrill (joel@OARcorp.com>
10641
10642         * config/rs6000/rtems.h: Include config/rtems.h.
10643
10644         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
10645
10646         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
10647         (SLOW_UNALIGNED_ACCESS): Define.
10648         (CASE_VECTOR_MODE): Always use 32-bit offsets.
10649         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
10650         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
10651         (toc_section): Likewise and .toc pseudo-op.
10652         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
10653         64-bit mode.
10654         (TEXT_SECTION_ASM_OP): Likewise.
10655         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
10656         32-bit offsets.
10657
10658         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
10659
10660         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
10661         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
10662         compiling libgcc2.
10663
10664         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10665
10666         * rs6000.h: Move more stuff from here...
10667         * aix.h: to here.
10668         * sysv4.h: Cleanup accordingly.
10669         * netware.h: Likewise
10670
10671         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10672
10673         * rs6000.h: Continue cleanup.
10674         * aix.h: Likewise.
10675         * lynx.h: Likewise.
10676         * netware.h: Likewise.
10677         * sol2.h: Likewise.
10678         * sysv4.h: Likewise.
10679         * win-nt.h: Likewise.
10680
10681         * rs6000.h (TARGET_SWITCHES): Add descriptions.
10682         (TARGET_OPTIONS): Likewise.
10683
10684         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
10685         (SUBTARGET_OPTIONS): Likewise.
10686
10687         * rs6000.md: Fix compile time warnings.
10688
10689         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10690
10691         vxworks patches from the Cygnus tree originally by
10692         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
10693         <vmakarov@cygnus.com>.
10694         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
10695         (ENDFILE_SPEC): Likewise.
10696         (LIB_VXWORKS_SPEC): New macro.
10697         (STARTFILE_VXWORKS_SPEC): New macro.
10698         (ENDFILE_VXWORKS_SPEC): New macro.
10699         (LINK_START_VXWORKS_SPEC): New macro.
10700         (LINK_OS_VXWORKS_SPEC): New macro.
10701         (CPP_OS_VXWORKS_SPEC): New macro.
10702         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
10703         * vxppc.h: Rewrite to use proper configuration method.
10704         * vxppcle.h: New file.
10705         * ../../configure.in: Add powerpcle-wrs-vxworks*.
10706         * ../../configure: Rebuilt.
10707
10708         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10709
10710         Lots of changes to rs6000.h, sysv4.h, aix.h,
10711         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
10712         with the aim that rs6000.h is the first header
10713         included and the others override it.
10714         * aix.h: New file.
10715
10716         * x-aix41-gld: Remove.
10717         * x-aix43: Remove.
10718         * x-aix41: Remove target-specific switches, and don't specify
10719         -Wl,-bbigtoc as we don't need it any more.
10720         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
10721         Use t-aix43 for AIX 4.3 and above.
10722         * ../../configure: Regenerated.
10723
10724         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
10725         options, that don't do anything yet.
10726         (MASK_SCHED_PROLOG): New macro.
10727         (MASK_SCHED_EPILOG): New macro.
10728         (TARGET_SCHED_PROLOG): New macro.
10729         (TARGET_SCHED_EPILOG): New macro.
10730
10731         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
10732
10733         * rs6000.c: Correct comment, the `minimal' TOCs are actually
10734         one per translation unit, not one per function.
10735         (output_toc): Also do duplicate constant elimination
10736         for per-translation-unit TOCs.
10737
10738         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
10739         a comment explaining _exactly_ when this pattern gets used.
10740         (builtin_setjmp_receiver): New pattern for better clarity.
10741         (init_v4_pic): Move it into a section dealing with TOC registers.
10742
10743         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
10744
10745         * rs6000.c (toc_hash_table): New variable.
10746         (rs6000_hash_constant): New function.
10747         (toc_hash_function): New function.
10748         (toc_hash_eq): New function.
10749         (toc_hash_mark_entry): New function.
10750         (toc_hash_mark_table): New function.
10751         (output_toc): Don't output duplicate TOC entries in
10752         a single file.
10753         (rs6000_add_gc_roots): Add the hash table as a GC root.
10754         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
10755         where they clearly shouldn't be.  This may need to be fixed
10756         later when there is a GNU ar for AIX.
10757         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
10758         Don't define BOOT_LDFLAGS as it is now not necessary.
10759
10760         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
10761
10762         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
10763         for va_list on AIX.  Use unsigned_char_type_node rather than
10764         constructing our own version on svr4.
10765
10766         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
10767
10768         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
10769         since patently it's not.
10770
10771         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
10772
10773         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
10774         define_expand/define_insn pair, and handle restore of the
10775         SVR4 -fpic register.
10776
10777 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
10778
10779         * acconfig.h (HAVE_GAS_WEAK): New define.
10780         * configure.in (assembler weak support): Check for .weak support.
10781         * config.in, configure: Rebuilt.
10782         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
10783         HAVE_GAS_WEAK is defined.
10784
10785 2000-03-15  Nick Clifton  <nickc@cygnus.com>
10786
10787         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
10788         asm_fprintf().
10789
10790 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
10791
10792         * cppfiles.c (open_include_file): New function.
10793         (find_include_file, cpp_read_file): Use it.
10794
10795 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
10796
10797         * cpphash.c (dump_hash_helper): Take the slot, not the element.
10798
10799 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
10800
10801         * flow.c (verify_flow_info): Check for unconditional return.
10802
10803 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
10804
10805         * config/ia64/ia64.md (restore_stack_nonlocal): New.
10806         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
10807         (__ia64_restore_stack_nonlocal): New.
10808         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
10809
10810 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10811
10812         * cpphash.c (collect_formal_parameters): Do not complain about
10813         parameter names that just start with `__VA_ARGS__'.
10814
10815 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
10816
10817         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
10818         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
10819         * i386.c (pentiumpro_cost): Set mul cost to 4.
10820         (x86_use_movx): Set for PPro.
10821
10822 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
10823
10824         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
10825         STACK_BOUNDARY for empty frames now.
10826
10827 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
10828
10829         * stor-layout.c (layout_union): Remove.
10830         (layout_union_field): New function, split out from layout_union.
10831         (finish_union_layout): Likewise.
10832         (layout_field): Handle unions by calling layout_union_field.
10833         (finish_record_layout): Handle unions.
10834         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
10835         QUAL_UNION_TYPE handling.
10836
10837 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
10838
10839         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
10840         end of basic block is jump_insn, not barrier; use create_basic_block
10841         instead of creating basic block by hand.
10842
10843 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
10844
10845         * flow.c (reorder_basic_blocks): Account for barriers when writing
10846         over NEXT_INSN (last_bb->end).
10847         (verify_flow_info): Add check for missing barriers.
10848
10849 2000-03-14  Greg McGary  <gkm@gnu.org>
10850
10851         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
10852         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
10853         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
10854         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
10855         __unbounded, __unbounded__): New keywords.
10856         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
10857         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
10858         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
10859
10860 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10861
10862         * cselib.h: New file.
10863         * alias.c: Include "cselib.h".
10864         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
10865         MEMs as two new arguments.
10866         (get_addr): New static function.
10867         (find_base_term): Handle VALUEs.
10868         (memrefs_conflict_p): Likewise.
10869         (true_dependence): Call get_addr on the addresses.
10870         Call fixed_scalar_and_varying_struct_p with addresses that have been
10871         passed through get_addr and canon_rtx.
10872         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
10873         with true_dependence.
10874         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
10875         * loop.c: Include "cselib.h".
10876         (load_mems): Process extended basic block that enters the loop with
10877         cselib.  Use that information to change initialization of the shadow
10878         register so that a constant equivalence is seen by later passes.
10879         * reload1.c: Include "cselib.h".
10880         (reload_cse_invalidate_regno): Delete function.
10881         (reload_cse_mem_conflict_p): Likewise.
10882         (reload_cse_invalidate_mem): Likewise.
10883         (reload_cse_invalidate_rtx): Likewise.
10884         (reload_cse_regno_equal_p): Likewise.
10885         (reload_cse_check_clobber): Likewise.
10886         (reload_cse_record_set): Likewise.
10887         (reg_values): Delete static variable.
10888         (invalidate_regno_rtx): Likewise.
10889         (reload_cse_delete_noop_set): New static function.
10890         (reload_cse_simplify): New static function, broken out of
10891         reload_cse_regs_1.
10892         (reload_cse_noop_set_p): Delete unused argument INSN.
10893         Just call rtx_equal_for_cselib_p on set source and destination.
10894         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
10895         reload_cse_delete_noop_set.  Delete code to keep track of values; use
10896         cselib functions instead.  Delete code to push/pop obstacks.
10897         (reload_cse_simplify_set): Use cselib to find equivalent values.
10898         Delete code to push/pop obstacks.
10899         (reload_cse_simplify_operands): Likewise.
10900         * rtl.def (VALUE): New rtx code.
10901         * rtl.h (union rtunion_def): New elt rt_cselib.
10902         (X0CSELIB, CSELIB_VAL_PTR): New macros.
10903         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
10904         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
10905         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
10906         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
10907         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
10908         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
10909         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
10910         cselib_record_set, cselib_record_sets): New static functions.
10911         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
10912         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
10913         references_value_p): New functions.
10914         (MAX_USELESS_VALUES, REG_VALUES): New macros.
10915         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
10916         n_useless_values, reg_values, callmem, cselib_obstack,
10917         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
10918         New static variables.
10919         * varray.h (union varray_data_tag): New elt te.
10920         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
10921         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
10922         dependencies.
10923
10924 2000-03-14  Nick Clifton  <nickc@cygnus.com>
10925
10926         * gcc.c (do_spec_1): Catch the case where %* is used in a
10927         substitution pattern, but it has not been initialised.
10928         Issue a meaningful error message if an unrecognised operator
10929         is encountered in a spec string.
10930
10931 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
10932
10933         * function.c (prepare_function_start): Correctly initialize
10934         cfun->stack_alignment_needed.
10935
10936 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
10937
10938         * cppfiles.c (find_include_file): Don't assume nshort is a
10939         substring of name.
10940
10941 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
10942
10943         * configure.in (hppa configurations): Add pa32-regs.h to the
10944         list of tm files as appropriate.
10945         * configure: Rebuilt.
10946         * pa.c (compute_frame_size): Remove explicit knowledge about FP
10947         register numbering.
10948         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
10949         (fmpyaddoperands, fmpysuboperands): Likewise.
10950         * pa.h: Remove various definitions which depend on knowing
10951         how registers are numbered.
10952         * pa32-regs.h: New file with PA32 register numbering specific
10953         definitions.
10954
10955 2000-03-14  Richard Henderson  <rth@cygnus.com>
10956
10957         * regmove.c (combine_stack_adjustments): New.
10958         (stack_memref_p, single_set_for_csa): New.
10959         (free_csa_memlist, record_one_stack_memref): New.
10960         (try_apply_stack_adjustment): New.
10961         (combine_stack_adjustments_for_block): New.
10962         * rtl.h (combine_stack_adjustments): Declare.
10963         * toplev.c (rest_of_compilation): Call it.
10964
10965         * i386.md: Revert 2000-01-16 change.
10966
10967 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10968
10969         * gccbug.in: Add web category, gcc specific classes.
10970
10971 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
10972
10973         * stor-layout.c (finalize_record_size): Fix typo.
10974
10975 2000-03-14  Stan Shebs  <shebs@apple.com>
10976
10977         * c-typeck.c (c_alignof): Error on incomplete types.
10978         * extend.texi (Alignment): Document this.
10979
10980 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
10981
10982         * cppfiles.c: Include mkdeps.h.
10983         (find_include_file, read_include_file): Remove _cpp_ prefix
10984         from name, make static.
10985         (_cpp_execute_include): New function, broken out of
10986         do_include.
10987
10988         * cpplib.c: Don't include mkdeps.h.
10989         (struct directive): Remove type field. Reorder entries.  The
10990         function takes only one argument.
10991         (struct if_stack): Make type field an int.
10992         (directive_table): Rename to dtable.  Generate it, the
10993         prototypes of the directive handlers, and the enum for the
10994         directive numbers, from a template macro.
10995         (do_ifndef, do_include_next, do_import): New functions.
10996         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
10997         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
10998         do_ident, do_assert, do_unassert, do_sccs): Take only one
10999         argument.
11000         (do_sccs): Define always, but alter behavior based on
11001         SCCS_DIRECTIVE.
11002         (_cpp_handle_directive, consider_directive_while_skipping):
11003         Restructure for new directive table layout.
11004
11005         (pass_thru_directive): Take a directive number, not a pointer
11006         to a struct directive.
11007         (parse_include): New function, broken out of do_include.
11008         (do_include, do_import, do_include_next): Use parse_include
11009         and _cpp_execute_include.
11010         (do_elif, do_else): Test for T_ELSE specifically when checking
11011         for #elif/#else after #else.
11012         (parse_ifdef): New function, broken out of do_ifdef.
11013         (validate_else): Expect a name arg without a leading #.
11014         (if_directive_name): Delete.
11015         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
11016         directive handlers with only one argument.
11017
11018         * cpphash.h: Update prototypes.
11019         (enum node_type): Remove entries for directives.
11020         * Makefile.in: Update dependencies.
11021
11022         * cpphash.c (dump_hash_helper): Only dump nodes of type
11023         T_MACRO.  Emit a newline after each definition.
11024
11025 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11026
11027         * gccbug.in: New file.
11028         * configure.in (all_outputs): Add gccbug.
11029         * Makefile.in (install-common): Install gccbug.
11030         (GCCBUG_INSTALL_NAME): New variable.
11031         * configure: Rebuilt.
11032
11033 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11034
11035         * function.c (put_var_into_stack): Use type_for_mode to calculate
11036         part_type.  Use MEM_SET_IN_STRUCT_P.
11037         * expr.c (store_field): Handle CONCAT.
11038         (store_constructor): Use fields_length.
11039         * tree.c (fields_length): New fn.
11040         * tree.h: Declare it.
11041
11042 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11043
11044         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
11045         (cpplex.o): New target.
11046         * po/POTFILES.in: Add cpplex.c.
11047
11048         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
11049         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
11050         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
11051         skip_block_comment, skip_line_comment, skip_comment,
11052         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
11053         _cpp_parse_name, skip_string, parse_string,
11054         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
11055         _cpp_get_directive_token, find_position,
11056         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
11057         (maybe_macroexpand, _cpp_lex_token): New functions.
11058
11059         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
11060         parse_goto_mark): Delete.
11061         (_cpp_handle_eof): New function.
11062         (_cpp_handle_directive): Rename from handle_directive.
11063         (_cpp_output_line_command): Rename from output_line_command.
11064         (do_if, do_elif): Call _cpp_parse_expr directly.
11065         * cppfiles.c (_cpp_read_include_file): Don't call
11066         init_input_buffer here.
11067         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
11068         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
11069         here; pop the token_buffer and skip the rest of the line here.
11070         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
11071         here.
11072
11073         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
11074         Define here.
11075         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
11076         CPP_GOTO_MARK): New macros.
11077         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
11078         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
11079         _cpp_read_and_prescan, _cpp_init_input_buffer,
11080         _cpp_grow_token_buffer, _cpp_get_directive_token,
11081         _cpp_handle_directive, _cpp_handle_eof,
11082         _cpp_output_line_command): Prototype them here.
11083         * cpplib.h (enum cpp_token): Add CPP_MACRO.
11084         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
11085         quote_string, output_line_command): Remove.
11086
11087 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
11088
11089         * stmt.c (expand_end_case): RANGE may be signed, and when checking
11090         whether it is too large we must also verify that it isn't negative.
11091
11092 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
11093
11094         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
11095         (movsi_zero_liveg0): Remove.
11096         (movsf_insn_novis_liveg0): Remove.
11097         (negsi2): Remove.
11098         (negsi2_not_liveg0): Rename to negsi2.
11099         (one_cmplsi2): Remove.
11100         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
11101         (one_cmplsi2_liveg0): Remove.
11102         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
11103         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
11104         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
11105         (PREDICATE_CODES): Remove zero_operand.
11106         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
11107         TARGET_BROKEN_SAVERESTORE.
11108         (zero_operand): Remove.
11109         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
11110         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
11111         options.
11112         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11113         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
11114         TARGET_BROKEN_SAVERESTORE): Remove.
11115         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11116         Remove.
11117         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11118         Remove.
11119         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
11120         Remove.
11121
11122         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
11123
11124 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11125
11126         * cpplib.c (do_pragma_implementation): Fix off-by-one error
11127         truncating a string.  Don't assume tokens are nul terminated.
11128         Problem noted by Andreas Jaeger <aj@suse.de>
11129
11130 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11131
11132         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
11133         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
11134         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
11135
11136 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
11137
11138         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
11139         STRUCTURE_SIZE_BOUNDARY.
11140
11141 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
11142
11143         * tree.h (record_layout_info_s): New structure.
11144         (record_layout_info): New type.
11145         (new_record_layout_info): New function.
11146         (layout_field): Likewise.
11147         (finish_record_layout): Likewise.
11148         * stor-layout.c (layout_record): Remove.
11149         (new_record_layout_info): New function.
11150         (layout_field): New function, broken out from layout_record.
11151         (finalize_record_size): Likewise.
11152         (compute_record_mode): Likewise.
11153         (finalize_type_size): New function, broken out from layout_type.
11154         (finish_record_layout): Likewise.
11155         (layout_type): Use them.
11156
11157 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
11158
11159         * cpphash.c: Don't include version.h.
11160         (special_symbol) [case T_VERSION]: Look for the string in
11161         hp->value.cpval; don't use version_string.
11162         * cppinit.c (initialize_builtins): Set hp->value.cpval for
11163         __VERSION__ to version_string.
11164         * Makefile.in (cpphash.o): Update deps.
11165
11166 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
11167
11168         Convert cpplib to use libiberty/hashtab.c.
11169
11170         * cpplib.h (struct cpp_reader): Make hashtab and
11171         all_include_files of type 'struct htab *'.  Delete HASHSIZE
11172         and ALL_INCLUDE_HASHSIZE macros.
11173
11174         * cpphash.h: Update prototypes.
11175         (struct hashnode): Remove next, prev, and bucket_hdr members.
11176         Make length a size_t.  Add hash member.
11177         (struct ihash): Remove next member.  Add hash member.  Make
11178         name a flexible array member.
11179
11180         * cppfiles.c: Include hashtab.h.
11181         (include_hash): Delete.
11182         (IHASHSIZE): New macro.
11183         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
11184         (cpp_included): Do the hash lookup here.
11185         (_cpp_find_include_file): Rewrite.
11186         (cpp_read_file): Put the "fake" hash entry into the hash
11187         table.  Honor the control_macro, if it turns out we've seen
11188         the file before.  Don't push the buffer here.
11189         (_cpp_read_include_file): Push the buffer here.
11190         (OMODES): New macro.  Use it whenever we call open(2).
11191
11192         * cpphash.c: Include hashtab.h.
11193         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
11194         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
11195         _cpp_lookup_slot): New functions.
11196         (HASHSIZE): new macro.
11197         (hashf, _cpp_install, _cpp_delete_macro): Delete.
11198         (_cpp_lookup): Use hashtab.h routines.
11199
11200         * cppinit.c: Include hashtab.h.
11201         (cpp_reader_init): Call _cpp_init_macro_hash and
11202         _cpp_init_include_hash.  Don't allocate hashtab directly.
11203         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
11204         pfile->all_include_files.
11205         (initialize_builtins): Use _cpp_make_hashnode and
11206         htab_find_slot to add hash entries.
11207         (cpp_finish): Just call _cpp_dump_macro_hash.
11208         * cpplib.c: Include hashtab.h.
11209         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
11210         create hash entries.
11211         (do_pragma_poison, do_assert): Likewise.
11212         (do_include): Don't push the buffer here.  Don't increment
11213         system_include_depth unless _cpp_read_include_file succeeds.
11214         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
11215         or htab_remove_elt.
11216         (do_pragma_implementation): Use alloca to create copy.
11217
11218         * Makefile.in: Update dependencies.
11219
11220 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11221
11222         * cppinit.c (cl_directive_handler): More K&R fixing.
11223
11224 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
11225
11226         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
11227         STACK_BOUNDARY.
11228         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
11229
11230 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11231
11232         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
11233         Change from char[] to macros.
11234
11235 2000-03-12  Neil Booth  <NeilB@earthling.net>
11236
11237         * cppinit.c (cpp_start_read): Update indirect function
11238         call to K&R C.
11239
11240 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
11241
11242         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
11243         entry.
11244
11245         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11246         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
11247
11248 2000-03-11  Neil Booth  <NeilB@earthling.net>
11249
11250         * cppinit.c (struct pending option): Replace undef with a
11251         pointer to a directive handling routine.
11252         (struct cpp_pending): Replace separate assert_ and define_
11253         lists with one directive_ list.
11254         (new_pending_define): Rename new_pending_directive. Extra
11255         argument is the directive's handling routine.
11256         (handle_option): Update to use new_pending_directive.
11257
11258 2000-03-11  Neil Booth  <NeilB@earthling.net>
11259
11260         * cppfiles.c (file_cleanup, _cpp_find_include_file,
11261         remap_filename, _cpp_read_include_file, actual_directory,
11262         hack_vms_include_specification): Replace bcopy(), index() etc
11263         calls.  Add casts to some allocations.  Make some variables
11264         pointers to const [unsigned] char.
11265         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
11266         collect_formal_parameters): Similarly.
11267         * cppinit.c (struct pending_option, append_include_chain,
11268         cpp_options_init, cpp_reader_init, initialize_standard_includes,
11269         cpp_start_read, new_pending_define, handle_option): Similarly.
11270         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
11271         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
11272         do_pragma_implementation, detect_if_not_defined,
11273         do_ifdef, skip_if_group, cpp_get_token, parse_string,
11274         do_assert, do_unassert): Similarly.
11275         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
11276         function prototypes.
11277         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
11278
11279 2000-03-10  Richard Henderson  <rth@cygnus.com>
11280
11281         * builtins.c (expand_builtin_strlen): Revert last change.
11282         Use emit_insn_before if we're at the beginning of a sequence.
11283
11284 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11285
11286         * builtins.c (expand_builtin_strlen): Make sure that we have something
11287         at the beginning of the sequence.
11288
11289         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
11290         deferred inlines.
11291
11292         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
11293
11294 2000-03-10  Richard Henderson  <rth@cygnus.com>
11295
11296         * except.c (can_throw): Use INTVAL on a CONST_INT.
11297         (reachable_handlers): Likewise.
11298         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
11299
11300 2000-03-10  Andreas Jaeger  <aj@suse.de>
11301
11302         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
11303         MD_STARTFILE_PREFIX since those are not needed on linux.
11304         (ASM_FILE_START): New, from mips/gnu.h.
11305
11306 2000-03-09  Richard Henderson  <rth@cygnus.com>
11307             Alex Samuel  <samuel@codesourcery.com> and others
11308
11309         * Makefile.in (ssa.o): New rule.
11310         (OBJS): Add ssa.o.
11311         (STAGESTUFF): Add *.ssa and *.ussa.
11312         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
11313         * rtl.def (PHI): New RTL expression.
11314         * rtl.h (clear_log_links): New declaration.
11315         (convert_to_ssa): Likewise.
11316         (convert_from_ssa): Likewise.
11317         * flow.c (split_edge): If the entry node falls through to the
11318         split edge's source block, split the entry edge.
11319         (clear_log_links): New function.
11320         * toplev.c (ssa_dump): New variable.
11321         (flag_ssa): Likewise.
11322         (f_options): Add "ssa".
11323         (compile_file): Create SSA dump files.
11324         (rest_of_compilation): Go to and from SSA if enabled.
11325         (decide_d_option): Handle -de for SSA dump files.
11326         * ssa.c: New file.
11327
11328 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
11329
11330         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
11331         same as VAR_DECL.
11332
11333 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
11334
11335         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
11336
11337 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
11338
11339         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
11340         (MD_STARTFILE_PREFIX_1): New macro.
11341
11342 2000-03-09  Robert Lipe  <robertl@sco.com>
11343
11344         * config/ia64/ia64.c: Include system.h.
11345
11346 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11347
11348         * except.c (nothrow_function_p): If -fno-exceptions, just return.
11349         (init_eh_nesting_info): Likewise.
11350
11351         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
11352         (TREE_NOTHROW): Rename from TREE_RAISES.
11353         * toplev.c (rest_of_compilation): Set it.
11354         * print-tree.c (print_node): Adjust.
11355         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
11356         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
11357         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
11358         REG_EH_REGION note as appropriate.
11359         (libfunc_nothrow): New fn.
11360         (emit_library_call, emit_library_call_value): Use it.
11361         (expand_call): Check TREE_NOTHROW.
11362
11363         * varasm.c (make_decl_rtl): Skip initial '*' when setting
11364         DECL_ASSEMBLER_NAME.
11365
11366 2000-03-09  Andreas Jaeger  <aj@suse.de>
11367
11368         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
11369         (TARGET_MEM_FUNCTIONS): Define.
11370
11371 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11372
11373         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
11374
11375         * except.c (can_throw): See through a SEQUENCE.
11376         (nothrow_function_p): New fn.
11377         * except.h: Declare it.
11378         * function.c (current_function_nothrow): New var.
11379         (prepare_function_start): Initialize it.
11380         * output.h: Declare it.
11381         * toplev.c (rest_of_compilation): Set it.
11382         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
11383
11384 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
11385
11386         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
11387         match.  (cpp_compare_defs): Count the nul separator when
11388         advancing over argument names.
11389
11390 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
11391
11392         * recog.c (preprocess_constraints): Matching constraints affect
11393         same alternative/different operand, not same operand/different
11394         alternative.
11395
11396         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
11397         register and a constant specially.
11398
11399 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11400
11401         * libgcc2.h: New file.
11402         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
11403
11404 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
11405
11406         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
11407         * configure: Regenerate.
11408         * config/ia64: New.
11409
11410 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
11411
11412         * Makefile.in (LIBCPP_DEPS): New macro.
11413         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
11414         it to declare deps.
11415         * cpperror.c: Include cpphash.h.
11416         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
11417         dingleberry.
11418         (lex): Don't use CPP_WARN_UNDEF.
11419         (_cpp_parse_expr): Return an int, the truth value.
11420         * cppfiles.c: Include cpphash.h.
11421         (_cpp_merge_include_chains): Move to cppinit.c and make static.
11422         * cppinit.c (include_defaults_array): Disentangle.
11423         (cpp_cleanup): Don't free the if stack here.
11424         (cpp_finish): Pop off all buffers, not just one.
11425         * cpplib.c (eval_if_expr): Return int.
11426         (do_xifdef): Rename do_ifdef.
11427         (handle_directive): Don't use CPP_PREPROCESSED.
11428         (cpp_get_token): Don't use CPP_C89.
11429         * fix-header.c: Don't use CPP_OPTIONS.
11430
11431         * cpplib.h: Move U_CHAR, enum node_type, struct
11432         file_name_list, struct ihash, is_idchar, is_idstart,
11433         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
11434         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
11435         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
11436         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
11437         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
11438         of _cpp_simplify_pathname, _cpp_find_include_file,
11439         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
11440         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
11441         cppinit.c.
11442         Change all uses of U_CHAR to be unsigned char instead.
11443         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
11444
11445 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11446
11447         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
11448         (dwarf2out_begin_prologue): Set it.
11449         (output_call_frame_info): Don't emit EH unwind info for leaves.
11450
11451         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
11452         can occur outside of an EH region.
11453         * except.c: Correct comments about rethrow behavior.
11454         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
11455
11456 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
11457
11458         * flow.c (make_edges): Always call make_eh_edge for calls.
11459
11460 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
11461
11462         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
11463         (struct cpp_buffer): Remove fname and underflow fields.
11464         (struct cpp_reader): Remove get_token field.
11465         (struct include_hash): Rename to struct ihash.  Add typedef to
11466         IHASH.
11467         (struct if_stack): Remove fname field.
11468         (IF_STACK_FRAME): Rename to IF_STACK.
11469
11470         * cpperror.c (print_containing_files): Trust that there are no
11471         macro buffers below the top file buffer.
11472         * cppfiles.c: Replace all references to 'struct include_hash'
11473         with 'IHASH'.  Rename initialize_input_buffer to
11474         init_input_buffer.  Don't set or reference cpp_buffer->fname,
11475         use buffer->ihash->name instead.
11476         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
11477         not CPP_NULL_BUFFER.
11478         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
11479         IF_STACK_FRAME, IHASH not struct include_hash.
11480         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
11481         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
11482         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
11483         references to cpp_buffer->fname (delete entirely, or use
11484         ->ihash->name instead) and IF_STACK->fname.
11485         (cpp_push_buffer): Don't set new->underflow.
11486         (do_include): Use cpp_file_buffer.
11487
11488         * cpphash.c (collect_formal_parameters): Remove duplicate
11489         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
11490         used as a macro argument name.  Don't append "..." to namebuf
11491         for varargs macros.  After we're done scanning, go through
11492         namebuf and make it NUL separated, not comma separated.
11493         (_cpp_compare_defs): Remove register tag from variables.
11494         Expect defn->argnames to be NUL separated.
11495         (_cpp_dump_definition): Expect defn->argnames to be NUL
11496         separated and in forward order.
11497         * cpphash.h: Update documentation of argnames field.
11498
11499 2000-03-08  Richard Henderson  <rth@cygnus.com>
11500
11501         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
11502         to fail.  Don't pre-expand the source operand.
11503
11504         * i386.md (strlensi): Initialize eoschar and align before use.
11505
11506 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11507
11508         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
11509         CONSTRUCTOR element.
11510
11511 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
11512
11513         * mips.c (mips_expand_prologue): If the last
11514         named argument is the vararg marker "va_list", treat it as
11515         an unnamed argument.
11516
11517 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
11518
11519         * dbxout.c (dbxout_parms): When correcting for promoted
11520         big-endian parameters, use the mode of the DECL_RTL rather
11521         than UNITS_PER_WORD.
11522
11523 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11524
11525         * c-common.h (make_fname_decl): Declare.
11526         * c-common.c (make_fname_decl): Define.
11527         (declare_hidden_char_array): Remove.
11528         (declare_function_name): Use make_fname_decl.
11529         * c-decl.c (c_make_fname_decl): New function.
11530         (init_decl_processing): Set make_fname_decl.
11531
11532 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
11533
11534         * cccp.c (handle_directive): Initialize backslash_newlines_p.
11535
11536 2000-03-07  Philipp Thomas  <pthomas@suse.de>
11537
11538         * po/POTFILES.in: Remove cppalloc.c from file list.
11539
11540 2000-03-07  Steve Chamberlain  <sac@pobox.com>
11541
11542         * pj.c (pj_expand_prologue): current_function->args_info is
11543         now current_function_args_info.
11544
11545         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
11546         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
11547         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
11548
11549 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11550
11551         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
11552         output as hexadecimal rather than the default octal.
11553
11554 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
11555
11556         * cpphash.c (special_symbol): Fix thinko in previous commit.
11557
11558 2000-03-07  Neil Booth  <NeilB@earthling.net>
11559
11560         * cppexp.c (struct operation, left_shift, right_shift,
11561         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
11562         "int"s to "unsigned int"s.
11563         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
11564         Similarly.
11565         * cpplib.h: Update for above.
11566         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
11567         returned from allocations.
11568
11569         * cppinit.c (opt_comp, parse_options): New functions.
11570         (handle_option): Use parse_option to parse a single command
11571         line option, that possibly takes an argument.
11572         (cpp_handle_options): Sort the array of command line options on
11573         first invocation (non-ASCII hosts only).
11574         (print_help): Update.
11575
11576 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
11577
11578         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
11579         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
11580
11581         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
11582         initialized.
11583         * cppinit.c (cpp_cleanup): Free imp->nshort also.
11584
11585         * cpperror.c (cpp_print_containing_files,
11586         cpp_print_file_and_line, v_cpp_message): Rename to
11587         print_containing_files, print_file_and_line, and v_message.
11588         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
11589         to _cpp_parse_expr, parse_escape, and lex.
11590         (parse_charconst): Remove broken multibyte support.
11591         * cppfiles.c (include_hash): Make static.
11592         (cpp_included): New function.
11593         (merge_include_chains, find_include_file, finclude,
11594         simplify_pathname): Rename to _cpp_merge_include_chains,
11595         _cpp_find_include_file, _cpp_read_include_file, and
11596         _cpp_simplify_pathname.
11597         * cpphash.c (cpp_lookup, free_definition, delete_macro,
11598         cpp_install, create_definition, macroexpand, compare_defs,
11599         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
11600         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
11601         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
11602         * cppinit.c (cpp_handle_option): Rename to handle_option, make
11603         static.
11604         * cpplib.c: Remove extern prototype of cpp_parse_expr.
11605
11606         * cpphash.h: Update prototypes.
11607         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
11608
11609 2000-03-07  Andrew Haley  <aph@cygnus.com>
11610
11611         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
11612         PTRDIFF_TYPE should be based solely on Pmode.
11613         (SIZE_TYPE): ditto.
11614
11615 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11616
11617         * rtl.h (rtunion_def): Constify member `rtstr'.
11618         (emit_line_note_after, emit_line_note, emit_line_note_force,
11619         emit_note, decode_asm_operands): Constify.
11620
11621         * cse.c (canon_hash): Likewise.
11622
11623         * dbxout.c (dbxout_block): Likewise.
11624
11625         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
11626         v_warning_for_asm): Likewise.
11627
11628         * dwarfout.c (function_start_label): Likewise.
11629
11630         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
11631         emit_line_note_force): Likewise.
11632
11633         * final.c (last_filename, asm_insn_count, final_scan_insn,
11634         output_source_line): Likewise.
11635
11636         * function.h (struct emit_status): Likewise.
11637
11638         * gcse.c (hash_expr_1): Likewise.
11639
11640         * genattr.c (gen_attr, main): Likewise.
11641
11642         * genattrtab.c (struct function_unit, current_alternative_string,
11643         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
11644         attr_numeral, check_attr_test, check_attr_value,
11645         convert_set_attr_alternative, convert_set_attr,
11646         compute_alternative_mask, simplify_by_exploding, gen_attr,
11647         gen_unit): Likewise.
11648
11649         * genflags.c (gen_insn): Likewise.
11650
11651         * gengenrtl.c (type_from_format): Likewise.
11652
11653         * genopinit.c (gen_insn): Likewise.
11654
11655         * genoutput.c (n_occurrences, process_template, process_template):
11656         Likewise.
11657
11658         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11659         Likewise.
11660
11661         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
11662         Likewise.
11663
11664         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
11665         ggc_set_mark, ggc_get_size): Likewise.
11666
11667         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
11668
11669         * optabs.c (init_one_libfunc): Likewise.
11670
11671         * output.h (assemble_start_function): Likewise.
11672
11673         * recog.c (decode_asm_operands): Likewise.
11674
11675         * toplev.c (rest_of_compilation): Likewise.
11676
11677         * tree.h (emit_line_note_after, emit_line_note,
11678         emit_line_note_force): Likewise.
11679
11680         * varasm.c (asm_output_bss, asm_output_aligned_bss,
11681         asm_emit_uninitialised, assemble_start_function,
11682         assemble_variable, const_hash, compare_constant_1,
11683         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
11684
11685         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
11686
11687         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
11688
11689         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
11690
11691         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
11692
11693         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
11694         arm_dllimport_name_p): Likewise.
11695
11696         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
11697         Likewise.
11698
11699         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
11700
11701         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11702
11703         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
11704         arm_mark_dllexport, arm_mark_dllimport,
11705         arm_pe_encode_section_info): Likewise.
11706
11707         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
11708         ASM_FINISH_DECLARE_OBJECT): Likewise.
11709
11710         * arm/thumb.c (thumb_function_prologue): Likewise.
11711
11712         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
11713
11714         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11715
11716         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
11717
11718         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
11719
11720         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
11721
11722         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11723
11724         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
11725         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
11726
11727         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
11728
11729         * i386/i386.c (asm_output_function_prefix): Likewise.
11730
11731         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
11732
11733         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11734
11735         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
11736
11737         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
11738         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
11739         ASM_OUTPUT_SECTION_NAME): Likewise.
11740
11741         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
11742
11743         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
11744
11745         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
11746
11747         * m32r/m32r.c (m32r_encode_section_info): Likewise.
11748
11749         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11750
11751         * mcore/mcore.c (mcore_encode_section_info): Likewise.
11752
11753         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11754
11755         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11756
11757         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11758
11759         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
11760
11761         * mips/mips.md (movdi, movsi): Likewise.
11762
11763         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11764
11765         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11766
11767         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
11768
11769         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
11770         ASM_OUTPUT_ASCII): Likewise.
11771
11772         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
11773         output_mi_thunk, output_toc): Likewise.
11774
11775         * rs6000/rs6000.md (movsi): Likewise.
11776
11777         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
11778
11779         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
11780
11781         * v850/v850.c (print_operand, print_operand_address,
11782         v850_encode_data_area): Likewise.
11783
11784 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
11785
11786         * config/mips/mips.md (zero_extendsidi2): Always force operand
11787         one to memory for mips16.
11788
11789 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11790
11791         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
11792         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
11793         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
11794         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
11795         (min_precision): Result is unsigned.
11796         (add_double, neg_double, mul_double): Low word is unsigned.
11797         (lshift_double, rshift_double, lrotate_double): Likewise.
11798         (rrotate_double, div_and_round_double): Likewise.
11799         (tree_floor_log2, compare_tree_int): New functions.
11800         (preserve_rtl_expr_temps): New declaration.
11801         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
11802         (decl_attributes): Use tree_log2 to find alignment.
11803         Check for TREE_INT_CST_HIGH for format args.
11804         (min_precision): Now unsigned.
11805         Use tree_floor_log2.
11806         (truthvalue_conversion): Delete long-disabled code.
11807         * c-decl.c (finish_struct): Clean up tests on field width.
11808         (finish_function): Use compare_tree_int.
11809         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
11810         * c-typeck.c (comptypes): Use tree_int_cst_equal.
11811         (default_conversion, digest_init): Use compare_tree_int.
11812         (build_binary_op): Use integer_all_onesp and compare_tree_int.
11813         Fix type errors in forming masks.
11814         * calls.c (initialize_argument_information): Use compare_tree_int.
11815         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11816         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
11817         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
11818         (store_field): Use compare_tree_int.
11819         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
11820         (expand_expr, case ARRAY_REF): Use compare_tree_int.
11821         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
11822         (do_store_flag): Use compare_tree_int.
11823         * fold-const.c (encode, decode): Low part is always unsigned.
11824         (force_fit_type, add_double, neg_double, mul_double): Likewise.
11825         (lshift_double, rshift_double, lrotate_double): Likewise.
11826         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
11827         (fold_convert): Use compare_tree_int.
11828         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
11829         (invert_truthvalue, case INTEGER_CST): Likewise.
11830         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
11831         * mkdeps.c (deps_dummy_targets): Make I unsigned.
11832         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
11833         (lshift_double, rshift_double, lrotate_double, rrotate_double):
11834         Likewise.
11835         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
11836         (expand_end_case): Use compare_tree_int.
11837         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11838         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
11839         (layout_decl): Likewise.
11840         (layout_record, layout_union): Make sizes unsigned.
11841         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
11842         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
11843         * tree.c (struct type_hash): hashcode is unsigned.
11844         (build_type_attribute_variant, type_hash_list): Likewise.
11845         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
11846         (attribute_hash_list, build_array_type, build_method_type): Likewise.
11847         (build_complex_type): Likewise.
11848         (real_value_from_int_cst): Remove unneeded casts.
11849         (integer_all_onesp): Add casts.
11850         (tree_floor_log2, compare_tree_int): New functions.
11851         (build_index_type): Use tree_int_cst_sgn.
11852         * varasm.c (assemble_variable): Use compare_tree_int.
11853
11854 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
11855
11856         * cpphash.c (collect_expansion): Also catch ## at start of macro.
11857
11858         * varasm.c (make_decl_rtl): Don't add a number to members of
11859         local classes.
11860         (make_function_rtl): Likewise.
11861
11862 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11863
11864         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
11865         patch from 2000-01-28.
11866
11867 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
11868
11869         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
11870         filled with an insn from the jump target.
11871
11872 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11873
11874         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
11875         (c4x_external_ref): Likewise.
11876         * config/c4x/c4x.c (struct name_list): Likewise.
11877
11878 1999-12-16  Ben Collins  <bcollins@debian.org>
11879
11880         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
11881         argument to genmultilib.
11882         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
11883         the contents into the multilib.h header.
11884         * gcc.c: Declare multilib_exclusions for the specs file.
11885         (set_multilib_dir): Use it.
11886         (print_multilib_info): Likewise.
11887         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
11888         to pass to genmultilib.
11889
11890 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11891
11892         * builtins.c (built_in_class_names, built_in_names): Constify a
11893         char*.
11894
11895         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
11896         int.
11897         (_mcleanup): Ensure value matches format specifier in sprintf.
11898
11899         * cpphash.c (special_symbol): Don't needlessly cast away
11900         const-ness.
11901
11902         * cppinit.c (base_name): Delete unused prototype.
11903
11904         * mkdeps.c (deps_init): Make definition K&R safe.
11905
11906         * tree.h (built_in_class_names, built_in_names): Constify a
11907         char*.
11908
11909 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
11910
11911         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
11912         floating point instructions for epilogue delay.
11913
11914         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
11915         to gas if it supports .register pseudo.
11916
11917         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
11918         LONG_DOUBLE_TYPE_SIZE if not defined.
11919         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
11920         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
11921         * real.c: Likewise.
11922         * gengenrtl.c: Likewise.
11923         * print-rtl.c: Likewise.
11924         * rtl.c: Likewise.
11925         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
11926         MASK_LONG_DOUBLE_128.
11927         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
11928         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
11929         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
11930         (SUBTARGET_SWITCHES): Define.
11931         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
11932         with -mlong-double-128.
11933         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
11934         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
11935         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
11936         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
11937         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
11938         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
11939         with -mlong-double-128.
11940         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
11941         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
11942         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
11943         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
11944         TARGET_LONG_DOUBLE_128): Define.
11945         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
11946         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
11947         long double on TARGET_ARCH64.
11948
11949 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
11950
11951         * function.c (free_temps_for_rtl_expr): Don't free slots
11952         that have been pushed into a higher level.
11953
11954         Revert this patch:
11955         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
11956
11957 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
11958
11959         * basic-block.h (ALLOCA_REG_SET): Remove.
11960         (INITIALIZE_REG_SET): New macro.
11961         * flow.c (update_life_info): Use it.
11962         (calculate_global_regs_live): Likewise.
11963         (propagate_block): Likewise.
11964         * global.c (build_insn_chain): Likewise.
11965         * haifa-sched.c (schedule_region): Likewise.
11966
11967 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
11968
11969         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
11970         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
11971         (DWARF_ARANGES_PAD_SIZE): New define.
11972         (output_aranges): Use it to pad the address range header.
11973         (DWARF_ROUND): Fix for non power of 2 rounding.
11974
11975 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
11976
11977         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
11978
11979 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
11980
11981         * tree.def (RTL_EXPR): Update documentation.
11982         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
11983         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
11984         * function.c (preserve_rtl_expr_temp): New function.
11985         (preserve_rtl_expr_temps): Likewise.
11986         (preserve_rtl_expr_result): Use it.
11987
11988         Revert this patch:
11989         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
11990
11991 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
11992
11993         * regmove.c (copy_src_to_dest)  Do not create src->dest move
11994         for unchanging destination.
11995
11996 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
11997
11998         * function.h (struct sequence_stack): Remove rtl_expr.
11999         (struct emit_staus): Likewise.
12000         (seq_rtl_expr): Remove.
12001         * tree.h (free_temps_for_rtl_expr): Don't declare.
12002         (start_sequence_for_rtl_expr): Likewise.
12003         * rtl.h (preserve_rtl_expr_result): Likewise.
12004         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
12005         (start_sequence_for_rtl_expr): Remove.
12006         (push_topmost_sequence): Don't save sequence_rtl_expr.
12007         (pop_topmost_sequence): Remove comment about not restoring it.
12008         (end_sequence): Don't set seq_rtl_expr.
12009         (init_emit): Don't initialize it.
12010         (mark_sequence_stack): Don't mark it.
12011         (mark_emit_status): Likewise.
12012         * except.c (protect_with_terminate): Use
12013         start_sequence_for_rtl_expr, not start_sequence.
12014         * expr.c (expand_expr, case RTL_EXPR): Don't call
12015         preserve_rtl_expr_result or free_temps_for_rtl_expr.
12016         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
12017         (preserve_rtl_expr_result): Remove.
12018         (free_temps_for_rtl_expr): Likewise.
12019         (pop_temp_slots): Likewise.
12020         (mark_temp_slot): Don't mark the rtl_expr.
12021         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
12022         start_sequence_for_rtl_expr.
12023
12024 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
12025
12026         * mkdeps.c, mkdeps.h: New files.
12027         * po/POTFILES.in: Add them.
12028         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
12029         (cpplib.o, cppinit.o): Depend on mkdeps.h.
12030         (mkdeps.o): New target.
12031
12032         * cppfiles.c: Delete deps_output.
12033         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
12034         OBJECT_SUFFIX, and base_name.
12035         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
12036         the include hash.
12037         (initialize_dependency_output): Use deps_init,
12038         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
12039         all the unnecessary string bashing.
12040         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
12041         level.
12042         * cpplib.c (do_include): Use deps_add_dep.
12043         * cpplib.h (struct cpp_reader): Replace deps_buffer,
12044         deps_allocated_size, deps_size, deps_column members with
12045         single pointer to a struct deps.  Delete prototype of
12046         deps_output.
12047
12048         * cppinit.c: Fix thinko in previous patch.
12049
12050 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12051
12052         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
12053         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
12054         (mode_for_size_tree): New function.
12055         (layout_decl, layout_type): Call it and clean up BLKmode checks.
12056         * tree.h (mode_for_size_tree): New declaration.
12057
12058         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
12059
12060 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
12061
12062         * stmt.c (is_body_block): Move...
12063         * dwarfout.c, dwarf2out.c: ...from here.
12064         * tree.h: Declare it.
12065         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
12066         * final.c (final_start_function): Do call remove_unnecessary_notes
12067         when scheduling.
12068
12069 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12070
12071         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
12072
12073         * cpplib.h (_dollar_ok): New macro.
12074         (is_idchar, is_idstart): Use it.
12075         (IStable): Rename to _cpp_IStable.  Declare it const if
12076         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
12077         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
12078         is_space): Update for renamed IStable.
12079
12080         * cppinit.c: Delete all references to FAKE_CONST and CAT
12081         macros. Define init_IStable as empty macro if gcc >=2.7 or
12082         C99. Change TABLE() to ISTABLE and hardcode name of table.
12083         (cpp_start_read): Don't change the IStable based on
12084         dollars_in_ident.
12085
12086         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
12087         changed.  Handle '$' for char1 correctly.
12088         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
12089
12090         * cppexp.c (tokentab2): Make const.
12091         (cpp_lex): Make toktab const.
12092         * cppinit.c (include_defaults_array): Make const.
12093         (initialize_standard_includes): Make default_include const.
12094
12095 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
12096
12097         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
12098         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
12099         (gen_decl_die): Likewise.
12100         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
12101         (output_decl): Likewise.
12102
12103         * varasm.c (make_function_rtl): If we change the name used in the
12104         rtl, update DECL_ASSEMBLER_NAME accordingly.
12105         (make_decl_rtl): Likewise.
12106
12107         * toplev.c (rest_of_compilation): Tweak formatting.
12108
12109         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
12110         remove_unnecessary_notes.
12111         (debug_ignore_block): New fn.
12112         * toplev.h: Declare it.
12113         * emit-rtl.c (remove_unncessary_notes): Call it.
12114         * dwarf2out.c (dwarf2out_ignore_block): New fn.
12115         * dwarf2out.h: Declare it.
12116         * final.c (final_start_function): Don't call remove_unnecessary_notes
12117         if we did insn scheduling.
12118
12119 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12120
12121         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
12122         * cpplib.h: Delete SET_CPP_PEDANTIC.
12123
12124 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12125
12126         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
12127         result is a RECORD_TYPE.
12128
12129 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12130
12131         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
12132
12133 2000-03-03  Richard Henderson  <rth@cygnus.com>
12134
12135         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
12136         addition over compliments over shifts.
12137
12138 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12139
12140         * reload1.c (reload_combine_note_use): Handle return register USEs.
12141         REG case: Handle multi-hard-register hard regs.
12142
12143 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12144
12145         * md.texi: Document use of '*' in insn pattern name.
12146
12147 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
12148
12149         * calls.c (special_function_p): operator new may not be malloc-like.
12150
12151         * gcse.c (dump_hash_table): Really fix error in last change.
12152
12153 2000-03-02  Denis Chertykov  <denisc@overta.ru>
12154
12155         * avr.c (print_operand): Use print_operand_address instead of
12156         output_addr_const.
12157         * avr/libgcc.S: Cleanup code.
12158
12159 2000-03-02  Richard Henderson  <rth@cygnus.com>
12160
12161         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
12162
12163 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
12164
12165         * tree.h (TYPE_ALIGN_UNIT): New macro.
12166
12167 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
12168
12169         * i386.c: (constant_call_address_operand): Reject CONST_INT.
12170
12171 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
12172
12173         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
12174         for the buffer.
12175         (SET_CPP_PEDANTIC): New macro.
12176         * cpplib.c (do_include): Don't bother checking system_header_p.
12177         (do_warning, do_ident, do_assert, do_unassert): Likewise.
12178         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
12179
12180         * function.h (struct expr_status): Add x_arg_space_so_far.
12181         (arg_space_so_far): New macro.
12182         * expr.c (init_expr): Initialize it.
12183         * calls.c (emit_call_1): Reset it.
12184         (compute_argument_block_size, expand_call): Use it.
12185         (expand_call, store_one_arg): Increment it.
12186
12187 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12188
12189         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
12190         a UNION_TYPE.
12191
12192 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
12193
12194         * cppfiles.c (cpp_read_file): New function.
12195
12196         * cpphash.c (collect_expansion): Make sure to reset last_token
12197         to NORM when we hit a string.  Handle trailing whitespace
12198         properly when the expansion is empty.
12199         (create_definition): Disable line commands while parsing the
12200         directive line.
12201         (dump_definition): If pfile->lineno == 0, output a line
12202         command ahead of the dump, and add a trailing newline.
12203
12204         * cppinit.c (append_include_chain): Add fifth argument, which
12205         indicates whether or not system headers are C++ aware.
12206         (initialize_standard_includes): New function,
12207         broken out of read_and_prescan.  Pass 'cxx_aware' value from
12208         the include_defaults_array on to append_include_chain.
12209         (dump_special_to_buffer): Const-ify char array.
12210         (builtin_array): Don't dump __BASE_FILE__.
12211         (cpp_start_read): Use cpp_read_file.  Reorder code for
12212         clarity.  Don't output line commands here for -D/-A/-U
12213         switches.  Don't call deps_output for files included with
12214         -include or -imacros.
12215
12216         * cpplib.c (do_define): Don't pay any attention to the second
12217         argument.
12218         (cpp_expand_to_buffer): Disable line commands while scanning.
12219         (output_line_command): Work in the file buffer.
12220         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
12221         Fix formatting of comments.  Prototype cpp_read_file.
12222
12223 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12224
12225         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
12226         reference the language-equivalent of sizetype.
12227         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
12228         * fold-const.c (size_binop, size_diffop): Put back checks.
12229         * gcse.c (dump_hash_table): Fix minor error in last change.
12230         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
12231         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
12232         all sizetypes.
12233
12234 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
12235
12236         * calls.c (expand_call)  Do not attempt to combine stack adjustments
12237         with inhibit_defer_pop set.
12238
12239 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
12240
12241         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
12242         the DECL_SIZE for a FIELD_DECL.
12243
12244 2000-03-01  Bruce Korb  <bkorb@gnu.org>
12245
12246         * fixinc/inclhack.tpl: remove unused symlinks
12247         * fixinc/README: GCC Maintainer info
12248         * fixinc/inclhack.sh: regen
12249         * fixinc/fixincl.sh: regen
12250
12251 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
12252
12253         * cpphash.c (collect_expansion): Trim trailing white space
12254         from macro definitions, but don't go past the last insertion
12255         point.
12256
12257 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
12258
12259         * i386.md (mulqi3): New pattern.
12260
12261 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
12262
12263         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
12264         token types.
12265         (struct cpp_reader): Add parsing_if_directive and
12266         parsing_define_directive flags.
12267         (struct cpp_options): Remove output_conditionals flag.
12268         (check_macro_name): Delete prototype.
12269
12270         * cpphash.h (struct macrodef): Delete.
12271         (struct reflist): Separate from struct definition.
12272         (struct definition): Remove unused fields.  Add column number.
12273         (create_definition): Returns a DEFINITION *.  Takes a
12274         cpp_reader * and an int.
12275
12276         * cpphash.c (SKIP_WHITE_SPACE): Delete.
12277         (PEEKC): Copy defn from cpplib.c.
12278         (rest_extension, REST_EXTENSION_LENGTH): Delete.
12279         (struct arg): New.
12280         (struct arglist): Simplify.
12281         (collect_expansion): Rewrite.  Get tokens by calling
12282         cpp_get_token.  Add more error checking.
12283         (collect_formal_parameters): New function, broken out of
12284         create_definition and reworked to use get_directive_token.
12285         (create_definition): All real work is now in collect_expansion
12286         and collect_formal_parameters.  do_define handles finding the
12287         macro name.  Return a DEFINITION, not a MACRODEF.
12288         (macroexpand): Replace bcopy with memcpy throughout.  Replace
12289         character-at-a-time copy loop with memcpy and pointer increments.
12290         (compare-defs): d1->argnames / d2->argnames might be null.
12291
12292         * cpplib.c (copy_rest_of_line): Delete function.
12293         (skip_rest_of_line): Do all the work ourselves.
12294         (skip_string): New function.
12295         (parse_string): Use skip_string.
12296         (get_macro_name): New function.
12297         (check_macro_name): Delete.
12298         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
12299         (cpp_skip_hspace): Use CPP_BUMP_LINE.
12300         (handle_directive): ICE if we're called on a macro buffer.
12301         (do_define): Determine macro name and type (funlike/objlike)
12302         here.  Expunge all uses of MACRODEF.
12303         (cpp_push_buffer): Set line_base to NULL.
12304         (do_undef, read_line_number): Don't worry about getting a POP token.
12305         (eval_if_expression): Set/reset parsing_if_directive around
12306         cpp_parse_expr. Don't clear only_seen_white.
12307         (skip_if_group): Remove output_conditionals logic.  Use
12308         skip_rest_of_line.
12309         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
12310         tokens under appropriate conditions.
12311         (cpp_unassert): Call do_unassert not do_assert.  Oops.
12312
12313         * cppexp.c (parse_defined): New function, break out of
12314         cpp_lex.
12315         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
12316         ourselves, with cpp_defined.
12317         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
12318
12319         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
12320         * gcc.dg/strpaste-2.c: New.
12321
12322 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
12323
12324         * fold-const.c (size_binop): Don't asert inputs are the same and
12325         have TYPE_IS_SIZETYPE set.
12326         (size_diffop): Likewise.
12327
12328 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
12329
12330         * dwarfout.c (output_block): Output abstract blocks even if they
12331         don't have TREE_ASM_WRITTEN set.
12332
12333         * calls.c (emit_library_call): Check for null REG.
12334
12335 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12336
12337         * c-decl.c (current_function_decl): Move to toplev.c.
12338         (init_decl_processing): Don't add current_function_decl as a ggc
12339         root here.
12340         * dbxout.c (dbxout_symbol): Change return type to int.
12341         (dbxout_symbol_location, dbxout_syms): Likewise.
12342         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
12343         any locals. Use current_function_func_begin_label if set.
12344         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
12345         * dwarf2out.c (dwarf2out_begin_prologue): Set
12346         current_function_func_begin_label.
12347         * final.c (final_start_function): Reset it.
12348         * toplev.c (current_function_decl): Define it here.
12349         (current_function_func_begin_label): New variable.
12350         (main): Add both as ggc roots.
12351         * tree.h (current_function_func_begin_label): Declare.
12352
12353 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12354
12355         * gcse.c: Cleanups throughout: mostly white-space, but also
12356         some minor rearrangement of code.
12357
12358 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
12359
12360         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
12361         returns a PARALLEL.  Use emit_group_load and use_group_regs
12362         as needed.
12363         (emit_library_call_value): Similarly.
12364
12365         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
12366         * pa/quadlib.asm: Remove.
12367         * pa/quadlib.c: New file.
12368
12369         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
12370         * configure: Rebuilt.
12371
12372 2000-02-29  Philip Blundell  <pb@futuretv.com>
12373
12374         * config/arm/conix-elf.h: New file.
12375         * configure.in (arm*-*-conix*): New configuration.
12376         * configure: Regenerate.
12377
12378 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
12379
12380         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
12381         don't have TREE_ASM_WRITTEN set.
12382
12383 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12384
12385         * Eliminate DECL_FIELD_SIZE.
12386         * builtins.c (built_in_class_names, built_in_names): New variables.
12387         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
12388         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
12389         DECL_SIZE, not DECL_FIELD_SIZE.
12390         * print-tree.c (print_node): Remove code that prints extra blank
12391         lines in some cases.
12392         Properly handle inline and builtin function cases.
12393         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
12394         * tree.h (built_in_class_named, built_in_names): New declarations.
12395         (union tree_decl): Rename internal unions to u1 and u2 and change
12396         some of their components.
12397         Add new field built_in_class.
12398         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
12399         Reflect above changes.
12400         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
12401         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
12402         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
12403         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
12404
12405 2000-02-28  Dmitri Makarov  <dim@windriver.com>
12406
12407         * extend.texi: Document ARM's support for long/short calls.
12408
12409         * invoke.texi: Document ARM's -mlong-calls command line switch.
12410
12411         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
12412         (arm_encode_call_attribute): Add prototype.
12413         (arm_set_default_type_attribute): Add prototype.
12414         (arm_strip_name_encoding): Add prototype.
12415
12416         * config/arm/arm.c (arm_init_cumulative_args): replace
12417         initialisation og 'long_calls' field with initialisation of
12418         'call_cookie' field.
12419         (enum arm_pragma_enum): New enum.
12420         (arm_pragma_long_calls): New static variable.
12421         (arm_process_pragma): Also process "#pragma long_calls_off".
12422         (arm_valid_type_attribute_p): Accept short_call attribute.
12423         (arm_comp_type_attributes): Check long/short call attributes.
12424         (arm_encode_call_attribute):  New function:  Encode long_call
12425         or short_call attribute in function name.
12426         (arm_set_default_type_attributes): New function: Assign
12427         default attributes to newly defined type.
12428         (current_file_function_operand): New function: Return true if
12429         the symbol is a function which has already been compiled.
12430         (arm_is_longcall_p): New function: Return true if the
12431         indicated function should be called via a long call.
12432         (arm_get_strip_length): New function.  Returns number of
12433         prefix characters to be stripped from a function's name.
12434         (arm_strip_name_encoding): New function.  Strip prefix characters
12435         from a function's name.
12436
12437         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
12438         with 'call_cookie'.
12439         (SHORT_CALL_FAG_CHAR): Define.
12440         (LONG_CALL_FAG_CHAR): Define.
12441         (ENCODED_SHORT_CALL_ATTR_P): Define.
12442         (ENCODED_LONG_CALL_ATTR_P): Define.
12443         (ARM_NAME_ENCODING_LENGTHS): Define.
12444         (STRIP_NAME_ENCODING): Define.
12445         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
12446         (ARM_ENCODE_CALL_TYPE): Define.
12447         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
12448         (ARM_DECLARE_FUNCTION_SIZE): Define.
12449         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
12450
12451         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
12452         if a long call is needed.
12453         (call_value): Ditto.
12454         (call_symbol): Ditto.
12455
12456         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
12457         ARM_DECLARE_FUNCTION_SIZE.
12458
12459         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
12460         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
12461         (ARM_STRIP_NAME_ENCODING): Undefine.
12462         (STRIP_NAME_ENCODING): Undefine.
12463         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
12464         (ASM_DECLARE_FUNCTION_NAME): Ditto.
12465         (ASM_OUTPUT_COMMON): Ditto.
12466         (ASM_DECLARE_OBJECT_NAME): Ditto.
12467
12468         * config/arm/pe.c (arm_dllexport_name_p): Check for
12469         ARM_PE_FLAG_CHAR.
12470         (arm_dllimport_name_p): Ditto.
12471         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
12472         (arm_mark_dllimport): Ditto.
12473
12474 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12475
12476         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
12477
12478 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
12479
12480         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
12481
12482 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
12483
12484         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
12485         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
12486         NO_BUILTIN_WCHAR_TYPE is not defined.
12487         (CPP_WCHAR_TYPE): Delete.
12488         * cccp.c (main): Don't change wchar_type if cplusplus.
12489         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
12490
12491 2000-02-28  Nick Clifton  <nickc@cygnus.com>
12492
12493         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
12494
12495 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
12496
12497         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
12498         (ASM_WEAKEN_LABEL): Define.
12499
12500 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
12501
12502         * expr.c (store_constructor): Do not emit USE.
12503         * rtl.h (stupid_life_analysis): Remove.
12504
12505 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12506
12507         * function.c (number_blocks): Reset next_block_index based on
12508         what debugging format is used, not what is defined.
12509
12510         * lcm.c: Minor reformatting throughout.
12511         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
12512
12513         * toplev.c (rest_of_compilation): Account for time in
12514         optimize_mode_switching.
12515
12516         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
12517         if only marking labels.
12518
12519 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
12520
12521         * calls.c (expand_call): Attempt to combine stack adjustments with
12522         pending stack adjustments.
12523
12524 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12525
12526         * loop.c (reg_in_basic_block_p): Don't abort when falling through
12527         to the end of the function.
12528
12529 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
12530
12531         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
12532         blocks.
12533         * final.c (next_block_index): Remove.
12534         (max_block_depth): Likewise.
12535         (pending_blocks): Likewise.
12536         (init_final): Don't initialize them.
12537         (final_start_function): Don't set next_block_index.  Set up
12538         BLOCK_NUMBER.
12539         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
12540         * function.h (number_blocks): New function.
12541         * function.c (get_block_vector): New function.
12542         (identify_blocks): Use it.
12543         (reorder_blocks): Set NOTE_BLOCK.
12544         (number_blocks): New function.
12545         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
12546         * tree.h (BLOCK_NUMBER): New macro.
12547         (tree_block): Add block_num field.
12548         * dbxout.c (next_block_number): Remove.
12549         (dbxout_init): Don't set it.
12550         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
12551         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
12552         block numbers.
12553         * toplev.c (rest_of_compilation): Always call
12554         find_loop_tree_blocks.  Fix indentation.
12555         * dwarf2out.c (next_block_number): Remove.
12556         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12557         to determine block numbers.
12558         (gen_inlined_subroutine_die): Likewise.
12559         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
12560         (decls_for_scope): Don't increment next_block_number.
12561         * dwarfout.c (next_block_number): Remove.
12562         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
12563         to determine block numbers.
12564         (output_inlined_subroutine_die): Likewise.
12565         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
12566         (output_decls_for_scope): Don't increment next_block_number.
12567         * sdbout.c (next_block_number): Remove.
12568         (sdbout_block): Use BLOCK_NUMBER.
12569         (sdbout_begin_block): Simplify.
12570         * xcoffout.c (next_block_number): Remove.
12571         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
12572         (xcoffout_begin_block): Don't set next_block_number.
12573         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
12574         next_block_number.
12575
12576 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12577
12578         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
12579         (expand_builtin_strcpy): Pass correct type to size_binop.
12580         (expand_builtin_strcmp): Likewise.
12581         Clean up conditional structure.
12582         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
12583         (complete_array_type): Don't use size_binop for MAXINDEX.
12584         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
12585         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
12586         (c_alignof): Use size_one_node.
12587         (build_unary_op): Pass arg of proper type to size_binop.
12588         (really_start_incremental_init, push_init_level): Use sizetype for
12589         constructor{,_bit,_unfilled}_index.
12590         (pop_init_label, output_init_element): Likewise.
12591         (output_pending_init_elements, process_init_element): Likewise.
12592         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
12593         * expr.c (store_expr): Use size_int.
12594         (store_constructor): Use proper types for size_binop args.
12595         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
12596         (expand_expr_unaligned): Likewise.
12597         (string_contant): Return object of sizetype.
12598         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
12599         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
12600         (ARGS_SIZE_TREE): Pass proper types to size_binop.
12601         * fold-const.c (int_const_binop): Refine when size_int is called.
12602         (fold_convert): Likewise.
12603         (size_int_wide): Rework to take KIND as arg, only take low order
12604         bits, handle new sizetype_tab datatype, and chain entries in
12605         size_table.
12606         (size_int_type_wide): New function.
12607         (size_binop): Validate types of arguments.
12608         (ssize_binop): Deleted.
12609         (size_diffop): New function.
12610         (extract_muldiv): Only fold division into multiplication for sizetypes.
12611         * function.c (assign_parms): Use size_diffop and make sure
12612         VAR field is of ssizetype; also pass proper type to size_binop.
12613         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
12614         (round_down): Deleted from here.
12615         * store-layout.c (sizetype_tab): Now an array.
12616         (sizetype_set, early_root_list): New variables.
12617         (variable_size): Use size_one_node.
12618         (round_up): Pass proper type to size_binop.
12619         (round_down): Moved to here and corrected as above.
12620         (layout_record): Pass proper arg types to size_binop.
12621         (layout_type): Likewise.
12622         If sizetype_set is zero, record the type just laid out.
12623         (make_unsigned_type): Don't call set_sizetype;
12624         (make_signed_type): Likewise; also, call fixup_signed_type.
12625         (initialize_sizetypes): New function.
12626         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
12627         set name of bitsizetype to "bit_size_type".
12628         Fix up type of sizes of all types made before call.
12629         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
12630         * tree.c (fix_sizetype): Deleted.
12631         (build_common_tree_nodes): Call initialize_sizetypes.
12632         (build_common_tree_nodes_2): Don't call fix_sizetype.
12633         * tree.h (TYPE_IS_SIZETYPE): New macro.
12634         (initialize_sizetype): New declaration.
12635         (enum size_type_kind): New type.
12636         (struct sizetype_tab): Deleted.
12637         (sizetype_tab): Now array; adjust sizetype macros.
12638         (size_diffop, size_int_type_wide): New functions.
12639         (size_int_wide): Change number of args and type; access macros changed.
12640         (ssize_int, sbitsize_int): New macros.
12641         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
12642         (ROUND_TYPE_SIZE_UNIT): New macro.
12643
12644 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
12645
12646         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
12647
12648 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12649
12650         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
12651         Mark as possibly unused.
12652
12653         * cse.c (cse_insn): Delete dead code involving tablejump.
12654         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
12655
12656         * Makefile.in (libcpp.a): Start by deleting it.
12657
12658 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12659
12660         * cpplib.h (enum file_change_code): Added rename_file.
12661         * cpplib.c (do_line): If a filename is given, set file_change to
12662         rename_file.
12663         (output_line_command): If file_change is rename_file, always
12664         output a # directive with the file name.
12665
12666         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
12667
12668 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
12669
12670         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
12671         when copying a PARM_DECL or RESULT_DECL.
12672
12673 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12674
12675         * fix-header.c (recognized_function): Also fix prototypes for
12676         functions taking "void".
12677
12678 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
12679
12680         * reload1.c (do_output_reload): Check reg_reloaded_valid before
12681         looking at reg_reloaded_contents.
12682
12683 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
12684
12685         * Makefile.in (STMP_FIXINC): New toggle.
12686         (LIBGCC2_DEPS): Delete all references.
12687         (stmp-headers): Delete target.  All references either deleted
12688         or changed to stmp-int-headers.
12689         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
12690         (LIBCPP_OBJS): Take out cppalloc.o.
12691         (cppalloc.o): Delete target.
12692         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
12693         (gen-protos, fix-header): Link with libiberty.a.
12694         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
12695         to empty.
12696
12697         * configure.in: Remove refs to strerror.
12698         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
12699         * system.h: Take out strerror stanza.
12700
12701         * cpperror.c (my_strerror): Delete function.
12702         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
12703         * cppmain.c (main): Call xmalloc_set_program_name first thing.
12704         * cppalloc.c: Delete file.
12705         * gen-protos.c: Don't provide xrealloc.
12706
12707         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
12708         xstrerror throughout.
12709
12710 2000-02-26  Bruce Korb  <bkorb@gnu.org>
12711
12712         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
12713         match for DOS headers, too.
12714         * fixinc/inclhack.sh,fixincl.x: Regenerate.
12715
12716 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
12717
12718         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
12719         is right for most ELF targets.
12720         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
12721         Let the default file use %U properly.
12722         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
12723         default.
12724
12725         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
12726         numbers.
12727
12728 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12729
12730         * toplev.c (documented_lang_options): Correct spelling error.
12731         (decode_d_option, decode_f_option, main): Likewise.
12732
12733         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
12734
12735         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
12736         to tell assembler it is permitted to expand large constants.
12737
12738 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
12739
12740         * protoize.c: (AUX_INFO_SUFFIX): New macro.
12741         (aux_info_suffix): Use.
12742         (SAVE_SUFFIX): New macro.
12743         (save_suffix): Use.
12744         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
12745         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
12746         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
12747
12748         * invoke.texi (Running Protoize): Update documentation.
12749
12750 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
12751
12752         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
12753
12754 2000-02-25  John Wehle  (john@feith.com)
12755
12756         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
12757
12758 2000-02-25  Anthony Green  <green@cygnus.com>
12759
12760         * toplev.c (rest_of_compilation): Rebuild jump labels if
12761         combine_instructions has created a new direct jump.
12762         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
12763         when appropriate.
12764         (combine_instructions): Call try_combine with new argument.
12765         Return non-null value when new direct jump instruction is created.
12766         * rtl.h: combine_instructions returns an int.
12767
12768 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
12769
12770         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
12771         jump when changing a computed jump into a jump to a known
12772         target.
12773
12774 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
12775
12776         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
12777         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
12778
12779         * i386.md (define_expand "clrstrsi"): Fix typo.
12780
12781 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
12782
12783         * rtl.texi: Fix typo.
12784
12785 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12786
12787         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
12788         UNITS_PER_WORD.  Change caller initial_elimination_offset.
12789         (rounded_frame_size): Take into account that argument pushed has
12790         changed.  Fix TARGET_ALIGN_DOUBLE problem.
12791
12792 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
12793
12794         * haifa-sched.c (schedule_block): Explain the real reason
12795         we delete REG_SAVE_NOTEs on the first insn of a block.
12796         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
12797
12798 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
12799
12800         * input.h (push_srcloc): New function.
12801         (pop_srcloc): Likewise.
12802         * toplev.c (push_srcloc): Define it.
12803         (pop_srcloc): Likewise.
12804
12805 2000-02-24  Richard Henderson  <rth@cygnus.com>
12806
12807         * flow.c (life_analysis): When collecting reg info, clear
12808         regs_ever_live.
12809
12810 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12811
12812         Fix bug exposed by reload.c no longer rounding the frame
12813         size to BIGGEST_ALIGNMENT:
12814         * sh.c (rounded_frame_size): New function.
12815         (sh_expand_prologue, sh_expand_epilogue): Use it.
12816         (initial_elimination_offset): Likewise.
12817
12818 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12819
12820         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
12821         * sh-protos.h (sh_need_epilogue): Declare.
12822         * sh.c (sh_need_epilogue_known): New static variable.
12823         (sh_need_epilogue): New function.
12824         (function_epilogue): Clear need_epilogue_known.
12825         * sh.md (return): Split into expander / insn pattern.
12826         Make the expander conditional on ! sh_need_epilogue ().
12827
12828 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
12829
12830         * machmode.h (get_mode_alignment): Declare.
12831         (GET_MODE_ALIGNMENT): Call it.
12832         * stor-layout.c (get_mode_alignment): New function. Make
12833         sure alignment is always power of 2.
12834
12835 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
12836
12837         * i386.h: Remove useless definition of "I386" and misleading
12838         comment above it.
12839
12840 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
12841
12842         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
12843         under which TREE_PERMANENT will be set.
12844         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
12845         build1): Use TREE_SET_PERMANENT.
12846         * print-tree.c (print_node): Don't report value of
12847         TREE_PERMANENT if ggc_p is true.
12848
12849         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
12850         decide whether to give a type a new alias set.
12851         * objc/objc-act.c (build_objc_string_object): Never copy the string.
12852         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
12853         of value of 'obstack'.
12854
12855
12856 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12857
12858         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
12859
12860 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12861
12862         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
12863         * cpplib.c (cpp_get_token): Produce them.
12864         * cppexp.c (cpp_lex): Handle them.
12865
12866 2000-02-23  Nick Clifton  <nickc@cygnus.com>
12867
12868         * config/arm/arm.c (arm_comp_type_attributes): Simply and
12869         comment tests on type attributes.
12870
12871 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12872
12873         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
12874         conform to documentation.
12875         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
12876         to check for special cases.
12877         * sh-protos.h (sh_loop_align): Declare.
12878         * sh.c (sh_loop_align): Define.
12879
12880 2000-02-22  Andrew Haley  <aph@cygnus.com>
12881
12882         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
12883         (SIZE_TYPE): Is 32 bits when using -mgp32.
12884         (PTRDIFF_TYPE): Ditto.
12885
12886 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12887
12888         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
12889
12890 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
12891
12892         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
12893         BIGGEST_FIELD_ALIGNMENT a constant.
12894
12895 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
12896
12897         * dwarf2out.c (output_line_info): Put the marker for the end of
12898         the line number info at the actual end.
12899         (gen_struct_or_union_type_die): Use decl_function_context
12900         to check for local classes.
12901         * dwarfout.c (output_type): Likewise.
12902
12903 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
12904
12905         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
12906         for arguments with a mode, but no type.
12907         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
12908         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
12909         * pa/long_double.h: New file.
12910         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
12911         both have 128bit wide long doubles.
12912         * configure: Rebuilt.
12913
12914 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12915
12916         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
12917
12918         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
12919         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
12920         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
12921
12922         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
12923
12924         * integrate.c (compare_blocks, find_block): Likewise.
12925
12926         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
12927
12928         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
12929
12930         * stmt.c (stmt_status, set_file_and_line_for_stmt,
12931         expand_asm_operands): Likewise.
12932
12933 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
12934
12935         * predict.c (estimate_probability): Added the pointer heuristic to
12936         the collection of static branch predictors.
12937
12938 2000-02-21  Catherine Moore  <clm@cygnus.com>
12939
12940         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
12941         * invoke.texi (-mfix7000): Document.
12942
12943 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
12944
12945         * diagnostic.c (init_output_buffer): Make it possible to output at
12946         least 32 characters if we're given a too long prefix.
12947
12948 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
12949
12950         * varasm.c (initializer_constant_valid_p): Call
12951         lang_expand_constant to simplify the constant.
12952
12953 2000-02-20  Bruce Korb  <bkorb@gnu.org>
12954
12955         * fixinc/inclhack.def(stdio_va_list):
12956         typedef needs to be disabled.
12957         * fixinc/inclhack.sh: regen
12958         * fixinc/fixincl.x: regen
12959
12960 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
12961
12962         * print-rtl.c (print_rtx): Don't print addresses when
12963         flag_dump_unnumbered.
12964
12965 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12966
12967         * sparc.c (sparc_output_scratch_registers): Mark parameter with
12968         ATTRIBUTE_UNUSED.
12969         (sparc_va_arg, sparc_flat_output_function_prologue,
12970         sparc_flat_output_function_epilogue): Cast value to unsigned in
12971         comparison.
12972         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
12973
12974         * sparc.md: Add default case in switch.
12975
12976 2000-02-19  Richard Henderson  <rth@cygnus.com>
12977
12978         * c-typeck.c (add_pending_init): Don't abort for multiple
12979         fields at the same offset.
12980         (pending_init_member): Test the correct member.
12981
12982 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12983
12984         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
12985         instead of SImode.
12986         (start_catch_handler) : Same.
12987
12988 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
12989
12990         * Makefile.in: Have flow.o depend on $(EXPR_H)
12991
12992 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12993
12994         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
12995         * c-decl.c (duplicate_decls, finish_enum): Likewise.
12996         (finish_decl): Remove -Wlarger-than code from here.
12997         * flags.h (id_clash_len): Now int.
12998         (larger_than_size): Now HOST_WIDE_INT.
12999         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
13000         Clean up checking to see if in table.
13001         (make_bit_field_ref): Remove extra parm to bitsize_int.
13002         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
13003         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
13004         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
13005         and for computing size of decl.
13006         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
13007         Move -Wlarger-than code to here.
13008         (layout_record): Remove extra arg to bitsize_int.
13009         Set TYPE_BINFO_SIZE_UNIT.
13010         (layout_union): Remove extra arg to bitsize_int.
13011         Use proper type for size of QUAL_UNION.
13012         (layout_type): Remove extra arg to bitsize_int.
13013         * toplev.c (id_clash_len): Now int.
13014         (larger_than_size): Now HOST_WIDE_INT.
13015         (decode_W_option): Clean up id-clash and larger-than- cases.
13016         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
13017         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
13018         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
13019         (struct tree_decl): New field size_unit.
13020         (size_int_wide): No HIGH operand; NUMBER is now signed.
13021         (size_int_2): Deleted.
13022         (size_int, bitsize_int): Don't use it and rework args.
13023         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
13024
13025 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
13026
13027         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
13028
13029 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
13030
13031         * invoke.texi (Warning Options): Add an explanation of why
13032         you might want the -Wfloat-equal flag.
13033
13034 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13035
13036         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
13037         * cppinit.c (new_pending_define): Add cast to avoid warning.
13038         * expmed.c (extract_bit_field): Likewise.
13039         * flow.c (enum reorder_skip_type): New type.
13040         (skip_insns_between_blcok): New it.
13041         Rework to avoid warning about possibly undefined variable.
13042         * function.c (assign_parms): Make thisparm_boundary unsigned.
13043         * genrecog.c (write_switch): Cast XWINT result to int.
13044         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
13045         * mips-tfile.c (init_file): Make two versions of FDR intializer:
13046         one for MIPS and one for Alpha.
13047         (get_tag, copy_object): Add casts to avoid warnings.
13048         * optabs.c (init_one_libfunc): Cast NAME to (char *).
13049         * reload.c (find_reloads): Make TYPE enum reload_type.
13050         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
13051         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
13052         * varasm.c (compare_constant_1): Add cast to avoid warning.
13053         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
13054         to (char *).
13055         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
13056         Cast switch operand of size to int.
13057         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
13058         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
13059         in unhandled case.
13060
13061 2000-02-18  Nick Clifton  <nickc@cygnus.com>
13062
13063         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
13064         anything for an alignment of zero.
13065
13066         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
13067         anything for an alignment of zero.
13068
13069 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13070
13071         * gcc.texi (Bug Reporting): Refer to bugs.html.
13072         (Bug Lists): Likewise.
13073         * system.h (GCCBUGURL): New preprocessor define.
13074         * rtl.c (fancy_abort): Use it.
13075         * gcc.c (main): Likewise.
13076
13077 2000-02-18  Richard Henderson  <rth@cygnus.com>
13078
13079         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
13080         (life_analysis_1): Subsume into ...
13081         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
13082         Use update_life_info for the relaxation.
13083         (update_life_info): Update REG_BASIC_BLOCK for registers live on
13084         entry and regs_live_at_setjmp.
13085         (set_noop_p): Simplify.
13086         (notice_stack_pointer_modification_1): Renamed from s/_1//.
13087         (record_volatile_insns): Split into ...
13088         (delete_noop_moves): ... here,
13089         (notice_stack_pointer_modification): ... here,
13090         (insn_dead_p): ... and here.
13091         (propagate_block): Don't query INSN_VOLATILE.
13092         (mark_used_regs): Mind !PROP_REG_INFO.
13093         * toplev.c (rest_of_compilation): Call mark_constant_function here,
13094         not in life_analysis.
13095
13096 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
13097
13098         * loop.c (canonicalize_condition): New function,
13099         broken out of get_condition.
13100         (get_condition): Use it.
13101         * expr.h (canonicalize_condition): Prototype it.
13102
13103         * tree.h (tree_int_cst_msb): Declare.
13104         * tree.c (tree_int_cst_msb): New function.
13105
13106 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13107
13108         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
13109         isn't set.
13110
13111         * invoke.texi (-fmessage-length=n): Document.
13112
13113 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
13114
13115         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
13116
13117 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13118
13119         * function.c (thread_prologue_and_epilogue_insns): Put a line note
13120         after the prologue.
13121
13122 2000-02-17  Nick Clifton  <nickc@cygnus.com>
13123
13124         * config/arm/thumb.c: Replace includes of system headers with
13125         #include "system.h".
13126
13127 2000-02-16  Richard Henderson  <rth@cygnus.com>
13128
13129         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
13130         Add crtbeginS.o and crtendS.o.
13131         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
13132         (ENDFILE_SPEC): Use crtendS.o.
13133         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
13134
13135         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
13136         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
13137         shared and present.
13138         (__dso_handle): New variable.
13139         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
13140         bias to __CTOR_END__.
13141
13142 2000-02-16  Richard Henderson  <rth@cygnus.com>
13143
13144         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
13145
13146 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13147
13148         * longlong.h (__clz_tab): Declare as static to match definition.
13149
13150 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
13151
13152         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
13153         (XREF_FILE_NAME): Define.
13154
13155         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
13156         (EH_FRAME_SECTION_ASM_OP): Define.
13157         (IDENT_ASM_OP): Define.
13158         (TEXT_SECTION_ASM_OP): Define.
13159         (CPP_SPEC): Define.
13160         (CTORS_SECTION_ASM_OP): Define.
13161         (CTOR_SECTION_FUNCTION): Use it.
13162         (DTORS_SECTION_ASM_OP): Define.
13163         (DTOR_SECTION_FUNCTION): Use it.
13164
13165 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
13166
13167         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
13168         NOTE_BASIC_BLOCK.
13169
13170         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
13171         debug_bb_n): New functions.
13172         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
13173         * basic-block.h: Prototype new functions.
13174
13175 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
13176
13177         * configure.in: Add support for avr target.
13178         * configure: Rebuilt.
13179
13180         * invoke.texi: Add AVR invocation docs.
13181         * install.texi: Add information about AVR.
13182         * md.texi: Add AVR constraint letters description.
13183         * extend.texi: Add description for AVR specific attributes.
13184
13185 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
13186
13187         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
13188
13189 2000-02-16  Nick Clifton  <nickc@cygnus.com>
13190
13191         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
13192         (make_insn_raw): Move RTL check here.
13193
13194 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13195
13196         * version.c: Include gansidecl.h and version.h.
13197
13198         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
13199
13200         * configure.in (gcc_version): When setting, narrow search to
13201         lines containing `version_string'.
13202
13203         * Makefile.in (mainversion): Likewise.
13204         (GCC_H): New variable.
13205         (gcc.h): Delete target.
13206         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
13207         (version.o): Depend on version.h.
13208         (dbxout.o): Don't depend on gcc.h.
13209
13210 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13211                           Michael Meissner  <meissner@cygnus.com>
13212
13213         * md.texi (Simple Constraints): Add item about whitespace.
13214         * genoutput.c (strip_whitespace): New.
13215         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
13216         strip_whitespace for constraints.
13217         Test pointer using NULL, not 0.
13218
13219 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13220
13221         * cpplib.c (do_line): Pedwarn for #line > 32767.
13222
13223         * c-lex.c (readescape): Warn about '\x', but do not reject it.
13224
13225 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
13226
13227         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
13228         to default cpp spec.
13229         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
13230         * cpp.texi: Document __GNUC_PATCHLEVEL__.
13231         * cpp.1: Likewise.
13232
13233         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
13234         default spec.
13235
13236 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13237
13238         * configure.in: Add support for avr target.
13239
13240 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13241
13242         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
13243         (sh_addr_diff_vec_mode): Don't declare.
13244         * sh.c (sh_addr_diff_vec_mode): Delete.
13245
13246 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13247
13248         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
13249
13250 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13251
13252         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
13253         (smulsi3_highpart_i): Name.
13254         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
13255         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
13256         (smulsi3_highpart, umulsi3_highpart): Likewise.
13257
13258         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
13259         correctly independent of endianness.
13260         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
13261         confuse the optimizers.
13262         (mulsidi3+1, umulsidi3+1): New define_split.
13263
13264 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
13265
13266         * config/sh/sh.md: Guard insn splits against illegal registers.
13267         * config/sh/sh.h: Correct comment about macros.
13268
13269 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13270                           Andrew MacLeod  <amacleod@cygnus.com>
13271
13272         * Makefile.in (lcm.o): Depend on insn-attr.h.
13273         * basic-block.h (optimize_mode_switching): Declare.
13274         * lcm.c (tm_p.h, insn-attr.h): #include.
13275         (seginfo, bb_info): New structs.
13276         (antic, transp, comp, delete, insert) : New file-scope static variables.
13277         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
13278         (reg_becomes_live, optimize_mode_switching): Likewise.
13279         * tm.texi: Add description of mode switching macros.
13280         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
13281
13282         * sh-protos.h (remove_dead_before_cse): Remove prototype.
13283         (fldi_ok, fpscr_set_from_mem): New prototypes.
13284         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
13285         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
13286         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
13287         (sh_flag_remove_dead_before_cse): Remove declaration.
13288         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
13289         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
13290         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
13291         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
13292         (barrier_align): Allow for JUMP_INSNS containing a parallel.
13293         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
13294         (fldi_ok): New function.
13295         (get_fpscr_rtx): Add fpscr_rtx as GC root.
13296         (emit_sf_insn): Only generate fpu switches when optimize < 1.
13297         (emit_df_insn): Likewise.
13298         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
13299         (sh_flag_remove_dead_before_cse): Delete.
13300         (get_free_reg, fpscr_set_from_mem): New functions.
13301         * sh.md (movdf, movsf): Remove no_new_pseudos code.
13302         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
13303
13304 2000-02-15  Loren Rittle  <ljrittle@acm.org>
13305
13306         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
13307
13308 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13309
13310         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
13311         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
13312
13313         * cccp.c: Include version.h and/or don't declare `version_string'.
13314         * collect2.c: Likewise.
13315         * alpha.c: Likewise.
13316         * arm/aof.h: Likewise.
13317         * arm/coff.h: Likewise.
13318         * arm/elf.h: Likewise.
13319         * arm/pe.h: Likewise.
13320         * arm/tcoff.h: Likewise.
13321         * arm/telf.h: Likewise.
13322         * arm/tpe.h: Likewise.
13323         * arm/vxarm.h: Likewise.
13324         * convex/convex.c: Likewise.
13325         * i386/dgux.c: Likewise.
13326         * i386/sun386.h: Likewise.
13327         * m88k/m88k.c: Likewise.
13328         * mcore/mcore-pe.h: Likewise.
13329         * mips/mips.h: Likewise.
13330         * romp/romp.h: Likewise.
13331         * sh/sh.c: Likewise.
13332         * cpphash.c: Likewise.
13333         * cppinit.c: Likewise.
13334         * dwarf2out.c: Likewise.
13335         * dwarfout.c: Likewise.
13336         * gcc.c: Likewise.
13337         * gcc.h: Likewise.
13338         * mips-tfile.c: Likewise.
13339         * protoize.c: Likewise.
13340         * toplev.c: Likewise.
13341         * tree.h: Likewise.
13342
13343         * version.c (version_string): Constify a char*.
13344
13345         * version.h: New file.
13346
13347 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13348
13349         * configure.in: Add mcore-elf and mcore-pe targets.
13350         * configure: Regenerate.
13351
13352         * NEWS: Add note that MCore port has been contributed.
13353
13354         * invoke.texi: Document command line switches for MCore port.
13355         * install.texi: Add MCore to list of supported targets.
13356
13357 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
13358
13359         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
13360         then we will need to import the frame handling functions.
13361         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
13362         to import the frames themselves.
13363
13364 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
13365                           Jason Eckhardt  <jle@cygnus.com>
13366
13367         * basic_block.h: Added prototype for reorder_basic_blocks.
13368         * toplev.c: Changes to add -freorder-blocks and graph dump after
13369         block reordering is done.
13370         * flow.c (reorder_block_def): New structure for use during block
13371         reordering.
13372         (REORDER_BLOCK_*): New macros to access members of above structure.
13373         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
13374         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
13375         functions for block reordering.
13376
13377 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13378
13379         * gcc.texi (Passes): Fix typo.
13380         * md.texi (Standard Names): Ditto.
13381         * tm.texi (Storage Layout): Ditto.
13382
13383 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
13384
13385         * cpplib.c (do_define): Only free the old definition if it
13386         actually had one.
13387
13388 2000-02-13   Neil Booth  <NeilB@earthling.net>
13389
13390         * cppfiles.c (read_and_prescan): When emitting deferred
13391         newlines, test speccase[] again instead of checking each
13392         possible whitespace character in turn.  When we encounter \r,
13393         look behind for \n first, then ahead.
13394
13395 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
13396
13397         * cse.c (cse_altered): New internal flag.
13398         (cse_insn): Set it if we changed an insn.
13399         (cse_main): Clear cse_altered before each basic block.
13400         Only garbage collect if cse_altered is true afterward.
13401
13402 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13403
13404         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
13405
13406 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
13407
13408         * combine.c (simplify_comparison): Fix typo.
13409
13410 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
13411
13412         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
13413         consistently.
13414
13415 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13416
13417         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
13418         previously inserted node instead of root node.  Caller changed.
13419
13420 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13421
13422         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
13423
13424 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13425
13426         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
13427         __dereg_frame_dtor): Add prototype argument.
13428
13429         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
13430
13431         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
13432
13433         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
13434
13435         * gthr-vxworks.h (__gthread_once): Likewise.
13436
13437         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
13438
13439 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
13440
13441         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
13442         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
13443         stack pointer in functions w/o saved registers, output LEAVE more often
13444         on TARGET_USE_LEAVE machines.
13445
13446 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
13447
13448         * config/arm/arm.c (arm_init_cumulative_args); New function:
13449         Initlaise the CUMULATIE_ARGS strcuture for a function
13450         defintion.
13451         (arm_function_arg): New function: Determine where to place a
13452         function's argument.  Also handles deciding the function's
13453         call cookie.
13454         (current_file_function_operand): New function: Return true if
13455         the symbol is a function which has already been compiled.
13456         (arm_is_long_call_p): New function: Return true if the
13457         indicated function should be called via a long call.
13458         (arm_valid_type_attribute_p): New function: Return true if the
13459         attribute is a valid, arm specific, attribute.
13460         (arm_comp_type_attribute): New function: Return true if the
13461         two types have compatable, arm specific, attributes.
13462
13463         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
13464         structure.
13465         (FUNCTION_ARG): Redefine to call arm_function_arg.
13466         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
13467         structure field.
13468         (INIT_CUMULATIVE_ARGS): Redefine to call
13469         arm_init_cumulative_args.
13470         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
13471         field.
13472         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
13473         field.
13474         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
13475         functions.
13476         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
13477         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
13478         (COMP_TYPE_ATTRIBUTES): Define.
13479
13480         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
13481         if a long call is needed.
13482         (call_value): Call arm_is_long_call_p to decide if a long call
13483         is needed.
13484         (call_symbol): Call arm_is_long_call_p to decide if a long call
13485         is needed.
13486
13487         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
13488
13489 2000-02-11  Denis Chertykov  <denisc@overta.ru>
13490
13491         * README.AVR: New file with information about the avr ports.
13492         * config/avr: New directory with avr port files.
13493
13494 2000-02-11  Andreas Jaeger  <aj@suse.de>
13495
13496         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
13497
13498 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
13499
13500         * cpphash.c: Fix formatting, update commentary.
13501         (dump_definition): Take three separate arguments instead of a
13502         MACRODEF structure argument.
13503         * cpphash.h: Update prototype of dump_definition.
13504         * cppinit.c (cpp_finish): Update call of dump_definition.
13505
13506         * cpplib.c (do_define): Always create new hash entry with
13507         T_MACRO type.  Remove redundant check for redefinition of
13508         poisoned identifier.  Update call of dump_definition.
13509         (do_undef): Don't call check_macro_name.  Rename sym_length to
13510         len.
13511         (do_error, do_warning): Don't use copy_rest_of_line or
13512         SKIP_WHITE_SPACE.
13513         (do_warning): Don't use pedwarn for the actual warning,
13514         only the notice about its not being in the standard.  (Fixes
13515         bug with #warning in system headers.)
13516         (do_ident): Stricter argument checking - accept only a single
13517         string after #ident.  Also, macro-expand the line.
13518         (do_xifdef): Use cpp_defined.  De-obfuscate.
13519
13520         (do_pragma): Split out specific pragma handling to separate
13521         functions.  Use get_directive_token.  Update commentary.  Do
13522         not pass on #pragma once or #pragma poison to the front end.
13523         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
13524         do_pragma_default): New.
13525
13526 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
13527
13528         * jump.c (jump_optimize_1): The first operand in a relational
13529         can be a CONST_INT.
13530         * optabs.c (emit_conditional_move): Handle relationals which
13531         have a known true/false result.
13532
13533 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
13534
13535         * function.c (thread_prologue_and_epilogue_insns): Don't insert
13536         a RETURN insn into a block which already ends with a jump.
13537
13538 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
13539
13540         * haifa-sched.c (BUF_LEN): Increase a lot.
13541
13542 2000-02-11  Nick Clifton  <nickc@cygnus.com>
13543
13544         * configure.in: Add tm_p_file specification for thumb targets.
13545         * configure: Regenerate.
13546
13547         * config/arm/thumb-protos.h: New file: Prototypes for exported
13548         functions defined in thumb.c.
13549
13550 2000-02-11  Robert Lipe  <robertl@sco.com>
13551
13552         * Makefile.in (bootstrap-lean): Remove additional files.
13553         (bootstrap2-lean): Likewise.
13554         (VOL_FILES): List of files for above.
13555
13556 2000-02-11  Nathan Sidwell  <nathan@acm.org>
13557
13558         * cpphash.c (special_symbol): Remove spurious argument to
13559         cpp_lookup.
13560
13561 2000-02-11  Joel Sherrill (joel@OARcorp.com>
13562
13563         * configure.in: (i*86-*-rtems*): Swapped elf and coff
13564         stanzas.
13565         * configure: Rebuilt.
13566
13567 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
13568
13569         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
13570
13571 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
13572
13573         * pa.c, pa.h: Remove trigraph sequences within comments.
13574
13575 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
13576
13577         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
13578
13579 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
13580
13581         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
13582
13583 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13584
13585         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
13586
13587 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13588
13589         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
13590         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
13591         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
13592         (ASM_FILE_END): Use c4x_file_end.
13593         * config/c4x/c4x.c (c4x_global_label): New function.
13594         (c4x_external_ref, c4x_file_end): Likewise.
13595
13596         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
13597         (c4x_external_ref, c4x_end_file): Likewise.
13598
13599 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
13600
13601         * cppexp.c: Don't include cpphash.h.
13602         (parse_charconst, cpp_lex): Use cpp_defined.
13603         (cpp_lex): Use get_directive_token throughout.  Remove
13604         unnecessary cases from switch.  Move assertion-handling code
13605         down to OTHER case.
13606         (cpp_parse_expr): If we see '+' or '-', check the context to
13607         determine if they are unary or binary operators.  Streamline
13608         the jumps a bit.  Do not call skip_rest_of_line.
13609
13610         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
13611         static.  Export get_directive_token.  Update commentary.
13612         (cpp_defined): New function.
13613         (do_define): Remove reference to T_PCSTRING.  Call
13614         free_definition to release memory for old definition, when
13615         redefining a macro.
13616         (eval_if_expression): Set only_seen_white to 0 before calling
13617         cpp_parse_expr.  Call skip_rest_of_line after it returns.
13618         (cpp_read_check_assertion): Don't preserve a pointer into the
13619         token buffer across a call to cpp_get_token.
13620
13621         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
13622         * cppfiles.c (redundant_include_p): Use cpp_defined.
13623         * cpphash.c (free_definition): New function.
13624         (delete_macro): Use it.  Update commentary.
13625         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
13626         free_definition.
13627         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
13628         from enum node_type.  Prototype cpp_defined and get_directive_token.
13629         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
13630
13631         * fix-header.c (check_macro_names): Use cpp_defined.
13632         (read_scan_file): Set inhibit_warnings and inhibit_errors in
13633         the options structure.
13634
13635 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13636
13637         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
13638
13639 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
13640
13641         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
13642         rather than die->die_tag.
13643
13644 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13645
13646         * combine.c (make_extraction, force_to_mode): Avoid warning on
13647         mixed-signedness conditionals.
13648         (make_field_assignment, nonzero_bits): Likewise.
13649         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
13650         (store_split_bit_field, extract_split_bit_field): Likewise.
13651         (extract_fixed_bit_field, store_bit_field,
13652         * expr.c: Change alignment to be unsigned everywhere.
13653         (move_by_pieces, store_constructor_field, store_constructor):
13654         Alignment parm is unsigned.
13655         (emit_block_move, emit_group_load, emit_group_store): Likewise.
13656         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13657         (do_compare_rtx_and_jump): Likewise.
13658         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
13659         Compare align with GET_MODE_ALIGNMENT.
13660         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
13661         (get_inner_reference): Likewise.
13662         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
13663         (expand_assignment): Local vars for alignment now unsigned.
13664         (store_constructor, store_field, expand_expr, do_jump): Likewise.
13665         (do_compare_and_jump): Likewise.
13666         (store_field): Call new function expr_align.
13667         * expr.h (emit_block_move, emit_group_load, emit_group_store):
13668         Alignment arg now unsigned.
13669         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
13670         (do_compare_rtx_and_jump, store_bit_field): Likewise.
13671         (extract_bit_field): Likewise.
13672         * fold-const.c (add_double): Add cast to eliminate signedness warning.
13673         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
13674         (get_best_mode): Alignment arg is unsigned.
13675         * rtl.h (move_by_pieces): Likewise.
13676         * store-layout.c (maximum_field_alignment, set_alignment):
13677         Now unsigned.
13678         (layout_decl): Alignment arg is now unsigned.
13679         Remove unneeded casts.
13680         (layout_record, layout_union, layout_type): Remove unneeded casts.
13681         Local alignment variables now unsigned.
13682         (get_best_mode): Alignment arg now unsigned.
13683         * tree.c (expr_align): New function.
13684         * tree.h (expr_align): Likewise.
13685         (maximum_field_alignment, set_alignment): Now unsigned.
13686         (get_inner_reference): Alignment argument is now pointer to unsigned.
13687         * varasm.c (assemble_variable): Add cast to eliminate warning.
13688
13689 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
13690
13691         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
13692         then store directly into op0.
13693
13694         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
13695         the CALL_INSN, and emit the note immediately after it.
13696
13697 2000-02-10  Nick Clifton  <nickc@cygnus.com>
13698
13699         * config/arm/thumb.md (epilogue): Include a (return) in the
13700         generated insn, and emit it using emit_jump_insn not
13701         emit_insn.
13702
13703 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
13704
13705         * function.c (assign_temp): Change zero-sized arrays to size 1.
13706         * integrate.c (expand_inline_function): Do not update
13707         stack_alignment_needed
13708         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
13709         add some sanity checking, remove optimization for function with
13710         zero frame size.
13711
13712 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13713
13714         * flow.c (mark_regs_live_at_end): Delete unused variables.
13715
13716         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
13717
13718         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
13719         in macro FRAME_GROWS_DOWNWARD.
13720
13721         * stmt.c (expand_end_bindings): Delete unused variable.
13722
13723         * unroll.c (iteration_info): Mark parameter `loop' with
13724         ATTRIBUTE_UNUSED.
13725
13726 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13727
13728         * fixinc/server.c (load_data): Return NULL if the marker line is
13729         not found.
13730         (run_shell): If load_data returns NULL, retry the command once, in
13731         a new shell.
13732
13733         * configure: Rebuilt.
13734
13735 2000-02-09  Bruce Korb  <bkorb@gnu.org>
13736
13737         * gcc/fixincludes:  ** DELETED **
13738         * gcc/fixcpp:  ** DELETED **
13739         * gcc/fixinc-nt.sed:  ** DELETED **
13740         * gcc/just-fixinc:  ** DELETED **
13741         * gcc/Makefile.in:  Removed out-dated commentary
13742         * gcc/configure.in: Removed fast-fixincludes disablement.
13743         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
13744
13745 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
13746         * function.c (thread_prologue_and_epilogue_insns): Uncomment
13747         last change.
13748
13749 2000-02-09  Richard Henderson  <rth@cygnus.com>
13750
13751         * jump.c (delete_insn): Don't delete user labels at -O0.
13752
13753 2000-02-09  Robert Lipe  <robertl@sco.com>
13754
13755         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
13756         Don't link with HOST_LIBS.
13757
13758 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
13759
13760         * configure.in: Correct --help text for --with-dwarf2.
13761         Put tm-dwarf2.h after other tm files, if it's requested.
13762         * configure: Regenerate.
13763         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
13764         defining it.
13765
13766 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
13767
13768         * cpplib.h: Provide HASHNODE typedef and forward decl of
13769         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
13770         DEFINITION, struct hashnode, struct macrodef, struct
13771         definition, scan_decls prototype, default defn of
13772         INCLUDE_LEN_FUDGE moved elsewhere.
13773
13774         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
13775         definition, and struct hashnode moved here. Remove the unused
13776         'predefined' field from struct definition.  Replace the 'args'
13777         union with its sole member.  All users updated (cpphash.c).
13778         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
13779         multiple include guard.
13780
13781         * cpphash.c (hashf): Make static; use better algorithm; drop
13782         HASHSIZE parameter; return an unsigned int.
13783         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
13784         used. Calculate HASHSIZE modulus here.
13785         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
13786         here.
13787         (create_definition): Drop PREDEFINITION parameter.
13788         * cpplib.c (do_define): Don't calculate a hash value here.
13789         Don't pass (keyword == NULL) to create_definition.
13790
13791         * scan.h: Prototype scan_decls here.
13792         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
13793         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
13794         callers of cpp_lookup and cpp_install updated.
13795
13796         * cpphash.c (macarg): Hoist all the flag diddling out of the
13797         function...
13798         (macroexpand): ... and out of the loop that calls macarg.
13799         Skip over the initial paren before macro arguments with
13800         cpp_get_non_space_token; point may be some distance before
13801         that paren.  Abort if it's not there.
13802
13803         * cpplib.c (parse_clear_mark): Delete function.
13804         (parse_set_mark, parse_goto_mark): Make static.
13805         (ACTIVE_MARK_P): New macro.
13806         (skip_block_comment, skip_line_comment): Do not bump the line
13807         if ACTIVE_MARK_P is true.
13808         (cpp_pop_buffer): The buffer to be popped may not have an
13809         active mark.
13810         (cpp_get_token): When looking for the initial paren before
13811         macro arguments, only set a mark in a file buffer, Always
13812         return to that mark before proceeding to call macroexpand or
13813         return a NAME token.
13814
13815         * cpplib.h: Remove prototypes of parse_set_mark,
13816         parse_clear_mark, parse_goto_mark.
13817         (struct cpp_options): Rename 'put_out_comments' to
13818         'discard_comments' and invert its sense.
13819         * cppinit.c, cpphash.c, cpplib.c: All users of
13820         put_out_comments changed to use discard_comments, with
13821         opposite sense.
13822
13823 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
13824
13825         * function.c (thread_prologue_and_epilogue_insns): Don't delete
13826         the edge from a block that both jumps and falls through to the
13827         fallthru block.
13828
13829 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
13830
13831         * config/arm/arm.md (movsi): In PIC mode, make sure that a
13832         constant source address is legitimate.
13833
13834 2000-02-09  Philip Blundell  <pb@futuretv.com>
13835
13836         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
13837         correctly.
13838
13839         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
13840         generating PIC.
13841         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
13842
13843 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
13844
13845         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
13846         ends with a newline and a NUL.  Don't be so clever manipulating
13847         strings.
13848
13849 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
13850
13851         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
13852         not to BIGGEST_ALIGNMENT.
13853
13854 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
13855
13856         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
13857         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
13858         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
13859         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
13860         * frame.c (execute_cfa_insn): Handle
13861         DW_CFA_GNU_negative_offset_extended.
13862
13863 2000-02-08  Richard Henderson  <rth@cygnus.com>
13864
13865         * flow.c (tidy_fallthru_edges): Split out from ...
13866         (delete_unreachable_blocks): ... here.
13867         (find_basic_blocks): Use it.
13868
13869 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13870
13871         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
13872
13873 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
13874
13875         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
13876         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
13877         (fix-header.o): Don't depend on cpphash.h.
13878
13879         * scan.c (hashstr): New function.
13880         * scan.h: Prototype it.
13881         * fix-header.c: Don't include cpphash.h.  Use hashstr.
13882         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
13883         hashstr.  Report hash table statistics.  Add private
13884         definition of xrealloc.
13885
13886 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13887
13888         * i386.h (TARGET_SWITCHES): Fix typo in option name.
13889
13890 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
13891
13892         * function.c (thread_prologue_and_epilogue_insns): Don't replace
13893         jumps with returns unless they are jumps to the fallthru block.
13894
13895 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
13896
13897         * i386.md (addqi3_cc): Fix contraints.
13898
13899 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13900
13901         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
13902
13903 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
13904
13905         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
13906         carriage return after a macro name.
13907
13908 2000-02-07  Fred Fish  <fnf@be.com>
13909
13910         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
13911         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
13912
13913 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
13914
13915         * cppfiles.c (deps_output): Count spacers in deps_column.
13916
13917 2000-02-07  Neil Booth  <NeilB@earthling.net>
13918
13919         * cppinit.c (initialize_dependency_output): If there is no
13920         suffix, don't try to look for known suffixes.  Use strrchr.
13921         (cpp_start_read): Remove duplicate initialization.
13922
13923 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
13924
13925         * calls.c (compute_argument_block_size): New argument
13926         preferred_stack_boundary.
13927         (expand_call): update cfun->preferred_stack_boundary, update call of
13928         compute_argument_block_size
13929         (emit_library_call): Increate cfun->preferred_stack_boundary
13930         to PREFERRED_STACK_BOUNDARY
13931         (emit_library_call_value): Likewise.
13932         * explow.c (allocate_dynamic_stack_spave): Likewise.
13933         * function.c (prepare_function_start): Set
13934         cfun->preferred_stack_boundary
13935         * function.h (struct function): Add preferred_stack_boundary field.
13936         * integrate.c (expand_inline_function): Update
13937         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
13938         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
13939         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
13940
13941 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
13942
13943         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
13944         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
13945         cpp_pedwarn, cpp_pedwarn_with_line,
13946         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
13947         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
13948         v_cpp_error_with_line, v_cpp_warning_with_line,
13949         cpp_message_from_errno, cpp_perror_with_name): Delete.
13950
13951         * cpperror.c (cpp_print_containing_files): Take starting
13952         buffer as argument.
13953         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
13954         (v_cpp_message): Now called directly by all entry points.
13955         Remove -1 case.
13956         (cpp_pfatal_with_name, cpp_message): Delete.
13957         (cpp_notice_from_errno, cpp_ice): New functions.
13958         (cpp_notice): Is now for reporting error conditions, just
13959         without an associated file.
13960         (cpp_error, cpp_error_with_line): Don't do anything if
13961         opts->inhibit_errors is on.
13962         (cpp_pedwarn_with_file_and_line): Take column argument also.
13963
13964         * cpplib.h: Update prototypes of exported functions.
13965         (struct cpp_options): Add inhibit_errors.
13966
13967         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
13968         non-error messages.  Include intl.h.
13969
13970         * cppinit.c, cppmain.c: Likewise.  Also, use
13971         cpp_notice_from_errno instead of cpp_perror_with_name or
13972         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
13973
13974         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
13975         report internal errors.
13976
13977         * cpplib.c (do_define): Switch bcopy to memcpy.
13978         Give cpp_pedwarn_with_file_and_line a dummy column argument.
13979
13980         * cpplib.c (copy_rest_of_line): Revert previous change: don't
13981         bail out early if we hit a line comment.
13982
13983 2000-02-06  Richard Henderson  <rth@cygnus.com>
13984
13985         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
13986         * basic-block.h: Declare them.
13987         * emit-rtl.h (active_insn_p): New.
13988         (next_active_insn, prev_active_insn): Use it.
13989         * rtl.h: Declare it.
13990         * function.c (emit_return_into_block): New.
13991         (thread_prologue_and_epilogue_insns): Insert return insns instead
13992         of epilogues when possible.
13993         * jump.c (jump_optimize_1): Remove code to insert a return insn
13994         on the fallthru to the exit block.
13995
13996         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
13997         and for non-empty stack frames.
13998         * i386.md (return): Expand to return-pop as needed.
13999
14000 2000-02-06  Richard Henderson  <rth@cygnus.com>
14001
14002         * simplify-rtx.c (simplify_relational_operation): Canonicalize
14003         constant to op1 for testing.
14004
14005 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14006
14007         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
14008         (fixuns_truncqfqi2): Use it.
14009
14010 2000-02-06  Richard Henderson  <rth@cygnus.com>
14011
14012         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
14013         as a TYPE_LEA insn.
14014
14015         * i386.md (widening and peepholes): Mask the constant instead of
14016         using gen_lowpart.
14017
14018 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14019
14020         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
14021         input pointer before possibly branching off to the backslash
14022         code.
14023         * cpphash.c (macroexpand): Correctly delete \r escapes when
14024         stringifying parameters.
14025         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
14026         if we can; bail out early if we hit a line comment.
14027         (handle_directive): Treat '# 123' in an .S file just like
14028         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
14029         Return 1 for '# not_a_directive'.
14030         (get_directive_token): Pop macro buffers here, so that
14031         cpp_get_token can't sneakily move past a newline.
14032         Add sanity checks.
14033         (cpp_get_token): goto randomchar if handle_directive returns 0.
14034
14035         * cppalloc.c: Update copyright.
14036         * cpplib.c: Merge all the static function prototypes into one
14037         block.
14038         * cpplib.h: Remove #if 0 block.
14039
14040         * cpperror.c: Remove #ifdef EMACS block.
14041         * cppmain.c: Likewise.
14042         * cpphash.c: Remove #if 0 blocks.
14043         * cppinit.c: Remove #if 0 blocks, and the -lint option.
14044         * cpplib.c: Remove #if 0 blocks and code referencing
14045         pcp_inside_if or for_lint.  Remove duplicate error message.
14046         Fix error messages for #else after #else or #elif.  Reformat.
14047         Remove archaic TODO list.
14048         * cpplib.h: Remove pcp_inside_if and for_lint flags.
14049
14050 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14051
14052         * i386/osf1elf.h: Add missing backslash to multiline string.
14053
14054 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14055
14056         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
14057
14058 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14059
14060         * Makefile.in (c-common.o): Depend on $(EXPR_H).
14061
14062         * c-common.c: Include expr.h.
14063
14064         * c-pragma.c (mark_align_stack): Add prototype.
14065
14066         * caller-save.c (add_stored_regs): Likewise.
14067
14068         * combine.c (record_promoted_value): Likewise.
14069
14070         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
14071         Likewise.
14072
14073         * cppinit.c (new_pending_define): Likewise.
14074
14075         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
14076
14077         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
14078         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14079         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
14080         class_scope_p): Likewise.
14081
14082         * dwarf2out.h (dwarf2out_set_demangle_name_func,
14083         dwarf2out_add_library_unit_info): Likewise.
14084
14085         * ggc.h (ggc_page_print_statistics): Likewise.
14086
14087         * haifa-sched.c (propagate_deps): Likewise.
14088
14089         * reg-stack.c (next_flags_user, record_label_references): Likewise.
14090
14091         * rtl.h (set_stack_check_libfunc): Likewise.
14092
14093         * toplev.h (set_fatal_function): Likewise.
14094
14095         * toplev.c (set_fatal_function): Delete prototype.
14096
14097         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
14098
14099 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
14100
14101         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
14102         (FUNC_END): Likewise.
14103
14104 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14105
14106         * caller-save.c: Include tm_p.h.
14107
14108 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14109
14110         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
14111
14112 2000-02-04  Neil Booth  <NeilB@earthling.net>
14113
14114         * cccp.c (main): Check 'dir' for a NULL pointer before passing
14115         it to strcmp.
14116
14117 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
14118
14119         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
14120         * genflags.c: Use the max_operand_1 logic from genemit.c to
14121         calculate how many arguments gen_insn prototypes have.  Remove
14122         NO_MD_PROTOTYPES ifdefs from the generated file.
14123         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
14124         file.  Cast gen_insn initializers to insn_gen_fn.
14125         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
14126         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
14127
14128 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14129
14130         * fixinc/Makefile.in (HDR): Add machname.h.
14131         (clean): Likewise.
14132
14133 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14134
14135         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
14136         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
14137         (c4x_cpu_version): Ditto.
14138         * config/c4x/c4x-protos.h: ... here.
14139
14140 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
14141
14142         * dwarf2out.c (add_abstract_origin_attribute): Don't call
14143         gen_abstract_function on our context if we're a nested function.
14144
14145 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14146
14147         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
14148         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
14149
14150 2000-02-04  Bruce Korb  <bkorb@gnu.org>
14151
14152         * fixinc/genfixes(machname.h):
14153         Move the functionality from gen-machine.h into this file.
14154         UNdef MN_NAME_PAT if there are no names to change.
14155         Also, be a little kinder when AutoGen is not present.
14156
14157         * fixinc/Makefile.in(machname.h):
14158         Change the generation rule to use genfixes.
14159
14160         * fixinc/fixfixes.c(machine_name):
14161         machine_name_fix's functionality now dependent upon whether
14162         MN_NAME_PAT is defined.
14163
14164         * fixinc/fixtests.c(machine_name):
14165         ditto.
14166
14167         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
14168         of MN_NAME_PAT.
14169
14170         * fixinc/fixlib.h(mn_get_regexps):
14171         ditto
14172
14173         * fixinc/gen-machine.h: DELETED
14174
14175 2000-02-04  Jan Hubicka  <jh@suse.cz>
14176             Richard Henderson  <rth@cygnus.com>
14177
14178         * i386.c (SAVE_REGS_FIRST): Remove.
14179         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
14180         (ix86_compute_frame_size): Likewise.
14181         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
14182         (ix86_emit_restore_regs): Remove.
14183         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
14184         when a frame pointer is in use.
14185         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
14186         instead of pop to restore a register when profitable; emit leave
14187         when profitable.
14188         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
14189         as a TYPE_LEA insn.
14190         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
14191         * i386.md (prologue_allocate_stack): Remove.
14192         (epilogue_deallocate_stack): Remove.
14193         (pro_epilogue_adjust_stack): New.
14194
14195 2000-02-04  Richard Henderson  <rth@cygnus.com>
14196
14197         * function.c (diddle_return_value): Rework to use a callback function.
14198         Use current_function_return_rtx if it's been set up.
14199         (do_clobber_return_reg, clobber_return_register): New.
14200         (do_use_return_reg, use_return_register): New.
14201         (expand_function_end): Use them.
14202         * stmt.c (expand_null_return): Likewise.
14203         * function.h: Declare them.
14204         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
14205         (mark_reg): Change arguments as appropriate for callback.
14206         * integrate.c (expand_inline_function): Revert 19 Jan change.
14207
14208 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14209
14210         * tm.texi (Values in Registers): Fix typo: "fo" "for".
14211         (Misc): Say the scheduler, not the Haifa scheduler.
14212
14213 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
14214
14215         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
14216         when in_mem is set.  Update all callers.
14217
14218 2000-02-04  Richard Henderson  <rth@cygnus.com>
14219
14220         * i386/openbsd.h (INT_ASM_OP): Define.
14221
14222 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14223
14224         * tm.texi: Fix various typos.
14225
14226 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
14227
14228         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
14229         (MD_STARTFILE_PREFIX_1): New macro.
14230
14231 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
14232
14233         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
14234         destination when needed.
14235         (strmovsi, strsetsi): New expander.
14236         (strmovsi_1, strsetsi_1): New pattern.
14237         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
14238         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
14239         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
14240         * invoke.texi (align-stringops, inline-all-stringops): Document.
14241
14242 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
14243
14244         * i386/netbsd.h (INT_ASM_OP): Define.
14245
14246 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
14247
14248         * cpplib.h (cpp_reader): Add new flag, no_directives.
14249         * cpphash.c (macarg): Set it.
14250         * cpplib.c (handle_directive): If no_directives is on and we
14251         find a directive, issue an error and discard the line.
14252
14253 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
14254
14255         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
14256         FP constants.  Add ! TARGET_FPU check for FP constants.
14257
14258 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
14259
14260         * flow.c (find_basic_blocks): Don't kill label_value_list
14261         here.
14262         (cleanup_cfg): Kill it here.
14263
14264 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14265
14266         * expr.c (store_field): Ensure ALIGN is no stricter than the
14267         alignment of EXP.
14268
14269 2000-02-02  Richard Henderson  <rth@cygnus.com>
14270
14271         * jump.c (delete_insn): Partially revert 19 Jan change;
14272         don't convert unused code labels to notes at -O0.
14273
14274 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14275
14276         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
14277         split_all_insns to recreate REG_LABEL notes for flow2 pass.
14278
14279 2000-02-01  Richard Henderson  <rth@cygnus.com>
14280
14281         * i386.c (general_no_elim_operand): New.
14282         (nonmemory_no_elim_operand): New.
14283         (ix86_expand_move): Copy eliminable operands before a push.
14284         * i386-protos.h: Declare new functions.
14285         * i386.h (CAN_ELIMINATE): Simplify.
14286         (PREDICATE_CODES): Update.
14287         * i386.md (push insns): Don't allow eliminable register operands.
14288
14289 2000-02-01  Richard Henderson  <rth@cygnus.com>
14290
14291         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
14292         replace BLKmode with DECL_RTL's mode.
14293
14294 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
14295
14296         * frame.c (find_fde): Convert for loop to do-while so compiler
14297         sees it's always executed at least once.
14298         * libgcc2.c (BBINBUFSIZE): Kill.
14299         (__bb_init_prg): Use fgets.
14300         (__bb_exit_trace_func): Don't paste strings.
14301         * unroll.c (unroll_loop): Initialize unroll_type, not
14302         unroll_number, and tweak logic to match.
14303
14304         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
14305         all failure paths.
14306         (ix86_flags_dependant): Likewise.  Disentangle control flow.
14307         (ix86_sched_reorder): Break guts out to
14308         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
14309         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
14310         any possible use.
14311
14312         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
14313         use string concatenation.  Don't save and restore esi.
14314
14315         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
14316         (machname.h): Remove script to separate file.  Use two-step
14317         sequence so target is not created if script fails.
14318         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
14319         identifiers are defined.
14320         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
14321         an empty string, machine_name doesn't need to do anything at
14322         all.
14323         (is_cxx_header): Add more cases to regexp.
14324         * fixinc/fixlib.h: Update prototype.
14325         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
14326         mn_get_regexps.
14327         * fixinc/fixincl.c: Define NO_BOGOSITY.
14328
14329         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
14330         (hp_sysfile): Add missing comma.
14331         (math_exception): Put the wrapper ifdefs at the beginning and
14332         the end of the file.
14333         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
14334
14335 2000-02-01  Richard Henderson  <rth@cygnus.com>
14336
14337         * sparc.c (fp_zero_operand): Turn into a normal predicate.
14338         Use CONST0_RTX.  Update all callers.
14339         * sparc.h, sparc-protos.h: Update accordingly.
14340         * sparc.md (fp mov insns): Use fp_zero_operand directly
14341         where applicable.
14342
14343 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14344
14345         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
14346         example.
14347
14348 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14349
14350         * Makefile.in (specs.ready): New target.
14351         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
14352
14353 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14354
14355         * fixinc.irix: Use unique filenames for writing into /tmp,
14356         * fixinc.ptx: Likewise.
14357         * fixinc.sco: Likewise.
14358         * fixinc.svr4: Likewise.
14359         * fixinc.winnt: Likewise.
14360
14361 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14362
14363         * tsystem.h: New file.
14364
14365         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
14366         s-crtS): Depend on tsystem.h.
14367
14368         * crtstuff.c: Include tsystem.h.
14369         * frame.c: Likewise.
14370         * libgcc2.c: Likewise.
14371
14372 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
14373
14374         * builtins.c (expand_builtin_memset): Expand for variable sized
14375         lengths too.
14376
14377 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
14378
14379         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
14380         on ABI.
14381
14382 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14383
14384         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
14385
14386         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
14387
14388 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
14389
14390         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
14391         case 3->2 combining (combining with splitting) in which 2 is CC0
14392         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
14393         checked at the begining of the function with the aid of calling
14394         function 'can_combine_p'.
14395
14396 2000-01-31  Dave Brolley  <brolley@redhat.com>
14397
14398         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
14399
14400 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
14401
14402         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
14403         new label.
14404
14405 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14406
14407         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
14408
14409         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
14410         PROTO -> PARAMS.
14411
14412 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
14413
14414         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
14415         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
14416         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
14417         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
14418         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
14419         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
14420         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
14421         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
14422         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
14423         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
14424
14425         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
14426         Add %(cpp_cpu) to CPP_SPEC.
14427
14428         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
14429         Add %(cc1_cpu) to CC1_SPEC.
14430
14431 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
14432
14433         * c-decl.c (c_decode_option): Accept optional numeric argument to
14434         -Wformat and set warn_format.
14435         * c-common.c: Don't emit warning about non-constant printf format
14436         string unless warn_format > 1.
14437
14438 2000-01-30  Richard Henderson  <rth@cygnus.com>
14439
14440         * alpha.md (return_internal): Allow after reload only.
14441
14442 2000-01-30  Richard Henderson  <rth@cygnus.com>
14443
14444         * i386.c (ix86_compute_frame_size): Omit padding1 if the
14445         local frame size is zero.
14446
14447 2000-01-30  Richard Henderson  <rth@cygnus.com>
14448
14449         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
14450         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
14451         * alpha.md (return): Turn into an expander.
14452         (return_internal): Don't use $26.
14453         (epilogue): Emit the return insn.
14454
14455 2000-01-30  Richard Henderson  <rth@cygnus.com>
14456
14457         * alpha.md (negtf2, abstf2): Fix word order thinko.
14458         (extendsftf2): New.
14459         (trunctfsf2): Avoid intermediate rounding errors.
14460
14461 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
14462
14463         * cppfiles.c (find_position): Drop 'colp' argument, return the
14464         new line base.
14465         (read_and_prescan): Adjust to match.  Don't ever manipulate
14466         line or line_base except via find_position.
14467
14468 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
14469
14470         * c-parse.in: Apply Ulrich's changes from c-parse.y.
14471         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
14472         Regenerate.
14473
14474 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
14475
14476         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
14477         just print "<command line>".  If 'filename' is null or an
14478         empty string, print "<stdin>" for the filename.
14479         * cpplib.c (do_define): Don't print the 'location of the
14480         previous definition' message if we're still parsing the
14481         command line.
14482         (cpp_pedwarn_with_file_and_line): Always call
14483         cpp_file_line_for_message.
14484
14485 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
14486
14487         * flow.c (mark_regs_live_at_end): Fix typo.
14488
14489 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
14490
14491         * c-common.c: Adjust variable names, comments, help strings to c99.
14492         * c-lex.c: Likewise.
14493         * c-parse.y: Likewise.
14494         * c-tree.h: Likewise.
14495         * cccp.c: Likewise.
14496         * cpplib.h: Likewise.
14497         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
14498         * cppinit.c: Likewise.
14499
14500 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14501
14502         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
14503         * c4x.c: Define the optab rtx values.
14504         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
14505         (c4x_emit_libcall): Use new optab rtx values.
14506         (c4x_emit_libcall3): Likewise.
14507         (c4x_emit_libcall_mulhi): Likewise.
14508         * c4x-protos.h: Add prototypes for optab rtx values and change
14509         prototypes for above c4x_emit_libcall functions.
14510
14511 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14512
14513         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
14514         syntax is used.
14515         (c4x_function_prologue): Use regnames intead of float_reg_names when
14516         TI syntax is used.
14517         (c4x_function_epilogue): Likewise.
14518         (c4x_print_operand): Likewise.
14519         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
14520         * c4x.md (set_high): Disable for TARGET_TI.
14521
14522 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14523
14524         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
14525         of framepointer + constant to ADDR_REGS class.
14526         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
14527         * c4x.c (std_or_reg_operand): New function.
14528         * c4x-protos.h (std_or_reg_operand): Prototype it.
14529
14530 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14531
14532         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
14533                 object names as libgcc2.c.
14534         * libgcc.S: Use newly defined names.
14535
14536 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
14537         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
14538         function.
14539         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
14540         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
14541         (FLOW_LOOP_LAST_BLOCK): Likewise.
14542
14543 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14544
14545         * basic-block.h (struct loop): New fields 'first' and 'last'.
14546         * flow.c (flow_loops_find): Compute loop->first and loop->last.
14547         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
14548         and loop->last to check for NOTE_INSN_LOOP_END.
14549
14550 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
14551
14552         * predict.c (estimate_probability): Use the new FIRST and LAST fields
14553         of the loop descriptor rather than HEADER and LATCH. Also added
14554         missing break statements as well making some coding style modifications
14555         as suggested by Michael Hayes.
14556
14557 2000-01-28  Richard Henderson  <rth@cygnus.com>
14558
14559         * flow.c (find_basic_blocks): Remove do_cleanup argument.
14560         Break out that code ...
14561         (cleanup_cfg): ... here.
14562         (commit_one_edge_insertion): Detect a return instruction being
14563         emitted to an edge.  Emit a barrier following; clear fallthru.
14564         (commit_edge_insertions): Verify CFG consistency.
14565         * function.c (expand_function_start): Kill unused variable.
14566         (expand_function_end): Likewise.
14567         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
14568         to insert the epilogue.
14569
14570         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
14571         (delete_null_pointer_checks): Likewise.
14572         * output.h: Likewise.
14573         * reg-stack.c (reg_to_stack): Likewise.
14574         * toplev.c (rest_of_compilation): Likewise.  Run
14575         thread_prologue_and_epilogue_insns after rebuilding the CFG.
14576
14577 2000-01-28  Richard Henderson  <rth@cygnus.com>
14578
14579         * Makefile.in (flow.o): Revert 24 Jan change.
14580         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
14581         FUNCTION_VALUE result to DECL_RESULT's mode.
14582
14583         * haifa-sched.c (schedule_insns): Don't recompute reg info
14584         after reload.
14585
14586 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
14587
14588         * configure.in: Make --enable-cpplib the default.
14589         * configure: Regenerate.
14590         * gcc.dg/990119-1.c: No longer expected to fail.
14591
14592 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
14593
14594         * jump.c (jump_optimize_1): Delete an optimization that is also done
14595         by merge_blocks in flow.
14596
14597 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14598
14599         * diagnostic.c (build_message_string, output_printf,
14600         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
14601         (build_location_prefix): Fix non-literal format string.
14602
14603 2000-01-27  Richard Henderson  <rth@cygnus.com>
14604
14605         * alpha.md (trunctfsf2): New.
14606
14607 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
14608
14609         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
14610
14611 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
14612
14613         * cppinit.c (cpp_handle_option): Recognize C++ comments under
14614         -std=gnu89.
14615         * cpplib.c (skip_block_comment, skip_line_comment): Split code
14616         out of...
14617         (skip_comment) ... here.  Permit C++ comments in system
14618         headers always.  Warn about C++ comments in user code under
14619         -std=gnu89 -pedantic.
14620         (copy_comment): Use skip_comment.
14621         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
14622         return EOF.
14623         (consider_directive_while_skipping, do_else, do_endif): Call
14624         validate_else unconditionally.
14625         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
14626         text after the conditional in a system header.
14627         * cpplib.h (struct cpp_buffer): Add flag
14628         warned_cplusplus_comments.
14629
14630 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
14631
14632         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
14633         Use unshare_all_rtl_1.
14634         (unshare_all_rtl_again): New function.
14635         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
14636
14637         * function.c (purge_addressof_1): Use unshare_all_rtl_again
14638         rather than resetting the 'used' flags ourself.
14639
14640         * toplev.c (rest_of_compilation): Add current_function_decl
14641         to the unshare_all_rtl call.
14642         * tree.h: Prototype unshare_all_rtl.
14643         * rtl.h: Prototype unshare_all_rtl_again here.
14644
14645 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
14646
14647         * genoutput.c (output_prologue): Include ggc.h in generated
14648         files.
14649         * Makefile.in (insn-output.o): Depends on ggc.h.
14650
14651 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14652             Hans-Peter Nilsson  <hp@bitrange.com>
14653
14654         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
14655         Remove redundant include of xm-ns32k.h.
14656         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
14657         Remove redundant include of xm-ns32k.h.
14658         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
14659         Remove redundant include of xm-ns32k.h.
14660         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
14661
14662         * ns32k/ns32k.h: Update comment on multiply-add instructions.
14663         (TARGET_SWITCHES): Add documentation strings.
14664         (DWARF_FRAME_REGNUM): Override default definition.
14665         (REG_CLASS_CONTENTS): Add comments.
14666         (SUBSET_P): Format to reduce line length.
14667         (SMALL_REGISTER_CLASSES): Make a run time option.
14668         (GO_IF_NONINDEXED_ADDRESS): Reformat.
14669         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
14670         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
14671         (regclass_map): fix typo in comment.
14672         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
14673         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
14674         (trace, reg_or_mem_operand): Delete, unused function.
14675         (calc_address_cost): Small offsets are cheaper than large ones.
14676         (expand_block_move): Generate more efficient code when bytes is a
14677         known at compile time.
14678         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
14679         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
14680         instead of reg_or_mem_operand.
14681
14682         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
14683         not general_operand.  Similarly use "=rm" or stricter, not "=g".
14684         For input operands, use stricter constraints than "g" if not
14685         general_operand.  Similarly use stricter predicate than
14686         "general_operand" when stricter constraints than "g" are present,
14687         except for matching constraints.
14688         (movstrsi): Use "memory_operand" for operands 0 and 1.
14689         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
14690         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
14691         not reg_or_mem_operand.
14692         (udivmoddisi4): Ditto.
14693         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
14694         Use nonimmediate_operand for operand 3, not register_operand.
14695         (udivmoddiqi4_internal): Use register_operand for operand 1, not
14696         reg_or_mem_operand.
14697
14698 2000-01-27  Fred Fish  <fnf@be.com>
14699
14700         * gthr-posix.h: Fix typo; compatibily -> compatibility.
14701         * gthr-single.h: Likewise.
14702         * gthr-solaris.h: Likewise.
14703         * gthr-vxworks.h: Likewise.
14704         * gthr-win32.h: Likewise.
14705         * gthr.h: Likewise.
14706
14707 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
14708
14709         * cppinit.c: Add " (cpplib)" to end of string printed by
14710         -v / --version.
14711
14712 2000-01-27  Richard Henderson  <rth@cygnus.com>
14713
14714         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
14715         testing for a signed comparison.
14716         (alpha_emit_floatuns): New.
14717         * alpha-protos.h: Declare it.
14718         * alpha.md (floatunsdisf2, floatunsdidf2): New.
14719         (extendsfdf2): Tidy.
14720
14721 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14722
14723         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
14724         no -g option specifying debugging format, default to -gstabs+.
14725
14726 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
14727
14728         * calls.c (special_function_p): New argument fork_or_exec.
14729         (expand_call): When profile_arc_flag is set and the function
14730         is in the fork_or_exec group, call __bb_fork_func first.
14731         * libgcc2.c, _bb module (__bb_fork_func): New function.
14732         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
14733         output file.
14734         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
14735         * tree.h (special_function_p): Update prototype.
14736
14737 2000-01-26  Richard Henderson  <rth@cygnus.com>
14738
14739         * alpha.c (alpha_split_tfmode_pair): New.
14740         * alpha-protos.h: Declare it.
14741         * alpha.md (abstf2, negtf2): New.
14742         (movtf insn): Add input G constraint.
14743         (movtf splitter): Use alpha_split_tfmode_pair.
14744
14745 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14746
14747         * i386/cygwin.h: PROTO -> PARAMS.
14748
14749 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
14750
14751         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
14752         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
14753         using _Qp_cmp/_Q_cmp and testing the return value.
14754         (print_operand): Call reverse_condition_maybe_unordered if
14755         we are handling CCFPmode or CCFPEmode.
14756         Handle ORDERED, UN* and LTGT comparisons.
14757         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
14758         if not TARGET_HARD_QUAD.
14759         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
14760         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
14761         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
14762         Adjust gen_b* calls so that they reflect return comparison of
14763         sparc_emit_float_lib_cmp.
14764
14765 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14766
14767         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
14768         incoming operands array is large enough for one more operand.
14769         (alpha_emit_xfloating_arith): Likewise.
14770
14771 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
14772
14773         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
14774         file with one line and no trailing newline.
14775         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
14776         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
14777         checking if the match is on the line.
14778         * fixinc/gnu-regex.c: Provide regerror not __regerror.
14779
14780 2000-01-25  Richard Henderson  <rth@cygnus.com>
14781
14782         * sparc.c (output_cbranch): Fix accidental squashing of the
14783         fp branch pre-delay nop.
14784
14785 2000-01-25  Richard Henderson  <rth@cygnus.com>
14786
14787         * tree.def (UNNE_EXPR): Remove.
14788         * c-typeck.c (build_binary_op): Don't handle it.
14789         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
14790
14791         * rtl.def (UNNE): Remove.
14792         (LTGT): Add.
14793         * jump.c (reverse_condition): Update accordingly.
14794         (swap_condition): Likewise.
14795         (comparison_dominates_p): Handle unordered comparisons.
14796         (reverse_condition_maybe_unordered): New.
14797         * rtl.h (reverse_condition_maybe_unordered): Declare.
14798
14799         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
14800         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
14801         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
14802         * sparc.md (bltgt): New.
14803
14804 2000-01-25  Nick Clifton  <nickc@redhat.com>
14805
14806         * emit-rtl.c (emit_insn): Only check machine class insns for
14807         improper emission of a RETURN.
14808
14809 2000-01-25  Richard Henderson  <rth@cygnus.com>
14810
14811         * Makefile.in (flow.o): Depend on $(EXPR_H).
14812         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
14813         duplicate the structure of diddle_return_value for keeping regs live.
14814
14815 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14816
14817         * loop.c (current_loop_info): Delete.
14818         (consec_sets_invariant_p): Add loop argument, update callers.
14819         (get_condition_for_loop): Likewise.
14820         (count_nonfixed_reads, update_giv_derive): Likewise.
14821         (simplify_giv_expr, general_induction_var): Likewise.
14822         (consec_sets_giv, recombine_givs): Likewise.
14823         (move_movables): Delete loop_start and loop_end arguments,
14824         add loop argument, and update callers.
14825         (find_mem_givs, check_final_value): Likewise.
14826         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
14827         (loop_invariant_p): Rename from invariant_p, add loop argument, and
14828         update callers.
14829         (basic_induction_var): Add loop argument, delete loop_level argument,
14830         and update callers.
14831         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
14832         add loop argument, and update callers.
14833         (find_splittable_regs, find_splittable_givs): Likewise.
14834         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
14835         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
14836         (biv_total_increment): Delete loop_start and loop_end arguments;
14837         update callers.
14838         (precondition_loop_p): Delete loop_start and loop_info arguments;
14839         update callers.
14840         * loop.h (get_condition_for_loop): Add loop argument.
14841         (biv_total_increment): Delete loop_start and loop_end arguments.
14842         (precondition_loop_p): Delete loop_start and loop_info arguments;
14843         add loop argument.
14844         (final_biv_value): Delete loop_start and loop_end arguments;
14845         add loop argument.
14846         (final_giv_value, back_branch_in_range_p): Likewise.
14847
14848 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
14849
14850         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
14851
14852 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
14853
14854         * Makefile.in (c-gperf.h) : Change the "See" pointer to
14855         point to the new "generated_files" doc.
14856
14857 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
14858
14859         * config/fp-bit.c (_unord_f2): Fix typo.
14860
14861 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
14862
14863         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
14864         c-typeck.c, objc/objc-act.c: Remove all references to obstack
14865         functions obsoleted by GC, such as push_obstacks_nochange,
14866         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
14867         and code which existed only to decide whether or not to call
14868         them.  Remove now-unused NESTED argument from start_function;
14869         all callers changed.  Do not change behavior based on ggc_p.
14870         The use of the ixp_obstack in c-iterate.c and the util_obstack
14871         in objc/objc-act.c remain; these are not obsoleted by garbage
14872         collection.
14873         * c-tree.h: Update prototype for start_function.
14874
14875         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
14876
14877 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
14878
14879         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
14880         mips16.
14881
14882 2000-01-25  Richard Henderson  <rth@cygnus.com>
14883
14884         * sparc-protos.h (select_cc_mode): Declare.
14885         * sparc.c (select_cc_mode): New.  Handle unordered compares.
14886         (output_cbranch): Always reverse via code change.  Handle
14887         unordered compares.  Factor tests and string updates.
14888         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
14889         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
14890         * sparc.md (bunordered, bordered): New.
14891         (bungt, bunlt, buneq, bunge, bunle): New.
14892
14893 2000-01-25  Richard Henderson  <rth@cygnus.com>
14894
14895         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
14896         * ggc-common.c (ggc_add_rtx_varray_root): New.
14897         (ggc_mark_rtx_varray): New.
14898         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
14899         functions down below ggc_mark_foo.
14900         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
14901
14902 2000-01-25  Richard Henderson  <rth@cygnus.com>
14903
14904         * alpha.c (secondary_reload_class): Don't allocate a secondary
14905         for integral mode memories into FLOAT_REGS.  Rearrange the more
14906         complicated memory expression inward.
14907
14908 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
14909
14910         * inclhack.def: Fixes to play nicer with FreeBSD, and
14911         corrections to comments.
14912         (cxx_unready): Add select expression.
14913         (irix_sockaddr): Add bypass expression.
14914         (machine_ansi_h_va_list): New fix.
14915         (stdio_va_list): No need to edit _BSD_VA_LIST_.
14916         Split out addition of "#include <stdarg.h>" to...
14917         (stdio_stdarg_h): ... here.
14918         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
14919         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
14920         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
14921         size_t.
14922         (ultrix_ifdef): Tighten up select expression.
14923
14924         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
14925         re_ct and max_mach to avoid use of shell.  Make printed names
14926         match names in inclhack.def.  Use static copyright date.
14927         Don't count c_test and test expressions as requiring regex_t
14928         slots.  Add some commentary.
14929         * inclhack.tpl: Do not include the 'This script contains N
14930         fixup scripts' line if PROGRAM is defined.  Use static
14931         copyright date.
14932
14933 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
14934
14935         * dwarf2out.c: include "varray.h", not dyn-string.h.
14936         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
14937         (addr_const_to_string, addr_to_string): Lose.
14938         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
14939         (struct dw_val_struct): val_addr is now an rtx.
14940         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
14941         (used_rtx_varray): New varray.
14942         (dwarf2out_init): Initialize it.
14943         (save_rtx): New fn.
14944         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
14945         addr_to_string.
14946         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
14947         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
14948         * Makefile.in (dwarf2out.o): Update dependencies.
14949
14950 2000-01-24  Richard Henderson  <rth@cygnus.com>
14951
14952         * i386.c (i386_dwarf_output_addr_const): New.
14953         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
14954
14955         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
14956         if defined.
14957         * dwarfout.c (output_mem_loc_descriptor): Likewise.
14958         * i386.c (i386_simplify_dwarf_addr): New.
14959         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
14960
14961 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
14962
14963         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
14964         TYPE_STUB_DECL is NULL.
14965
14966 2000-01-24  Richard Henderson  <rth@cygnus.com>
14967
14968         * builtins.c (expand_tree_builtin): Move ...
14969         * c-common.c (expand_tree_builtin): ... here.
14970
14971 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14972
14973         * loop.h (LOOP_INFO): New accessor macro.
14974         * basic-block.h (struct loop): Rename field `info' to `aux'.
14975         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
14976         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
14977         * unroll.c (loop_iterations, unroll_loop): Likewise.
14978
14979 2000-01-24  Christopher Faylor <cgf@cygnus.com>
14980
14981         * config/i386/t-cygwin: Accomodate new winsup directory layout
14982         when searching for include files.
14983
14984 2000-01-24  Richard Henderson  <rth@cygnus.com>
14985
14986         * rtl.def: Add unordered fp comparisions.
14987         * tree.def: Likewise.
14988         * tree.h: Add ISO C 9x unordered fp comparision builtins.
14989
14990         * builtins.c (expand_tree_builtin): New function.
14991         * c-typeck.c (build_function_call): Use it.
14992         (build_binary_op): Support unordered compares.
14993         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
14994
14995         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
14996         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
14997         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
14998         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
14999         * jump.c (reverse_condition): Don't abort for UNLE etc, but
15000         return UNKNOWN.
15001         (swap_condition): Handle unordered compares.
15002         (thread_jumps): Check can_reverse before reversing.
15003         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
15004         reversed for FP.
15005
15006         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
15007         setcc is present before acking for cmp_optab.  Update all callers.
15008         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
15009         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
15010         * expr.c (expand_expr): Likewise.  Support unordered compares.
15011         (do_jump, do_store_flag): Likewise.
15012         * expr.h (enum libfunc_index): Add unordered compares.
15013
15014         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
15015         (DPBIT_FUNCS): Add _unord_df.
15016         * config/fp-bit.c (_unord_f2): New.
15017         * fp-test.c (main): Try unordered compare builtins.
15018
15019         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
15020         * alpha.c (alpha_comparison_operator): Check mode properly.
15021         (alpha_swapped_comparison_operator): Likewise.
15022         (signed_comparison_operator): Likewise.
15023         (alpha_fp_comparison_operator): New.
15024         (alpha_emit_conditional_branch): Handle unordered compares.
15025         * alpha.h (PREDICATE_CODES): Update.
15026         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
15027         (bunordered, bordered): New.
15028
15029 2000-01-24  Richard Henderson  <rth@cygnus.com>
15030
15031         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
15032         * alpha.md (movtf): New expander, insn, and splitter.
15033
15034 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
15035
15036         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15037         dead registers.
15038
15039 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
15040
15041         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
15042         (FIXED_REGISTERS, CALL_USED_REGISTERS,
15043          REG_ALLOC_ORDER): Add frame pointer
15044         (FRAME_POINTER_REGNUM): Set to 20
15045         (HARD_FRAME_POINTER_REGNUM): New macro.
15046         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
15047         to HARD_FRAME_POINTER.
15048         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
15049         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
15050         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
15051         (HI_REGISTER_NAMES): Add "frame".
15052         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
15053         (debug_reg): Handle FRAME_POINTER_REGNUM.
15054         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
15055         GENERAL_REGS and INDEX_REGS.
15056         * i386.c (SAVED_REGS_FIRST): new macro.
15057         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
15058         (ix86_decompose_address, memory_address_length): Likewise.
15059         (regclass_map): Add frame pointer.
15060         (call_insn_operand): Handle frame_pointer_rtx.
15061         (reg_no_sp_operand): Likewise.
15062         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
15063         (print_operand, legitimize_pic_address): Fix formating.
15064         (ix86_compute_frame_size): Make static, update prototype, new
15065         parameters padding1, padding2, use ix86_nsaved_regs, use
15066         stack_alignment_needed.
15067         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
15068         to HARD_FRAME_POINTER_REGNUM conversions.
15069         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
15070         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
15071         (print_reg): Abort on FRAME_POINTER_REGNUM
15072
15073 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15074
15075         * i386.h (PREDICATE_CODES): Add aligned_operand.
15076         * i386.c (aligned_operand): New function.
15077         (ix86_aligned_p): Kill.
15078         * i386.md (movhi_1): Emit mov for aligned operands.
15079         (promoting peep2s): Use aligned_operand.
15080
15081 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
15082
15083         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
15084         expression to allow underscores in macro names.
15085         (fix_char_macro_defines): Increment scanning pointer.
15086
15087 2000-01-23  Richard Henderson  <rth@cygnus.com>
15088
15089         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
15090         * alpha/osf5.h: New file.
15091         * configure.in (alpha-*-osf5): Add it to tm_file.
15092
15093         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
15094
15095         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
15096         (alpha_emit_xfloating_cvt, function_arg): Declare.
15097         * alpha.c (alpha_emit_conditional_branch): Call
15098         alpha_emit_xfloating_compare for TFmode compares.
15099         (alpha_lookup_xfloating_lib_func): New.
15100         (alpha_compute_xfloating_mode_arg): New.
15101         (alpha_emit_xfloating_libcall): New.
15102         (alpha_emit_xfloating_arith): New.
15103         (alpha_emit_xfloating_compare): New.
15104         (alpha_emit_xfloating_cvt): New.
15105         (print_operand): Add default abort case.
15106         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
15107         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
15108         (BIGGEST_ALIGNMENT): Increase to 128 bits.
15109         (RETURN_IN_MEMORY): True for TF/TCmode.
15110         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
15111         (FUNCTION_ARG): Move to function_arg.
15112         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
15113         (ASM_OUTPUT_LONG_DOUBLE): New.
15114         (ASM_OUTPUT_DOUBLE): Always output bits.
15115         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
15116         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
15117         (extenddftf2, trunctfdf2): New.
15118
15119 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15120
15121         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
15122         * config/sparc/sol2.h: ... here.
15123
15124 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15125
15126         * basic-block.h (struct loops): New field `levels'.
15127         * flow.c (flow_loops_level_compute): Traverse all outer loops.
15128         (flow_loop_level_compute): Initialise level to 1.
15129         (flow_loops_find): Set loops->levels.
15130         (flow_loops_dump): Print loops->levels.
15131
15132 2000-01-23  Richard Henderson  <rth@cygnus.com>
15133
15134         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
15135         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
15136
15137 2000-01-23  Richard Henderson  <rth@cygnus.com>
15138
15139         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
15140         * i386.h (DBX_REGISTER_NUMBER): Use them.
15141         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
15142         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
15143         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
15144         * i386/sequent.h: Kill incorrect comment.
15145
15146 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15147
15148         * ggc-page.c (struct page_entry): Make `context_depth' an
15149         `unsigned short'.
15150         (struct globals): Likewise.
15151
15152 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
15153
15154         * loop.c (check_dbra_loop): When checking a loop for
15155         reversability, check the source of any stores to ensure
15156         they don't depend on an initial value.
15157
15158 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15159
15160         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
15161
15162 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
15163
15164         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
15165         'pz_scan' into scope of entire function.  Only affects
15166         compiles with -DDEBUG.
15167
15168 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
15169
15170         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
15171         section naming to that prior to 2000-01-07 patch.
15172         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
15173         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
15174         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
15175         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
15176         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
15177
15178 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
15179
15180         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
15181         constant.
15182
15183 2000-01-21  Jim Wilson  <wilson@cygnus.com>
15184
15185         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
15186         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
15187
15188 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
15189
15190         * cpphash.c (change_newlines): Delete function.
15191         (struct argdata): Delete 'newlines' and 'use_count' fields.
15192         (macroexpand): Remove code referencing those fields.
15193
15194 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15195
15196         * loop.c (loops_info): New variable.
15197         (loop_optimize): Allocate loops->array and free it on exit.
15198         Allocate memory for loops_info and assign to each loop,
15199         replacing alloca.
15200         (find_and_verify_loops): Do not allocate loops->array.
15201
15202 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
15203
15204         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
15205
15206 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
15207
15208         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
15209         pseudos if expanded after first flow.
15210         (movdi_pic_label_ref): Likewise.
15211
15212 2000-01-20  Richard Henderson  <rth@cygnus.com>
15213
15214         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
15215
15216 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
15217
15218         * Makefile.in (fixinc.sh): Depend on specs.
15219         * fixinc/Makefile.in: Add rule to create machname.h.
15220         (fixlib.o): Depend on machname.h.
15221         * fixinc/fixtests.c (machine_name): New test.
15222         * fixinc/fixfixes.c (machine_name): New fix.
15223         * fixinc/fixlib.c (mn_get_regexps): New helper function for
15224         the machine_name test and fix.
15225         * fixinc/fixlib.h: Prototype it.
15226         * fixinc/inclhack.def (machine_name): Use the C test and fix.
15227         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
15228
15229         * gcc.c (do_spec_1) [case P]: Take care not to create
15230         identifiers with three leading or trailing underscores.
15231
15232         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
15233         (fixincl): Don't specify libraries twice on link line.
15234         (gnu-regex.o): Remove special rule.
15235         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
15236         defined by config.h.  Do not define _REGEX_RE_COMP.
15237         (regcomp): Allocate and initialize a fastmap.
15238         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
15239
15240 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
15241
15242         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
15243
15244 2000-01-19  Richard Henderson  <rth@cygnus.com>
15245
15246         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
15247         arguments with BB.  Update all callers.  Tidy line wrapping.
15248
15249 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
15250
15251         * emit-rtl.c (try_split): Return last_insn if we split the
15252         last_insn.
15253
15254 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
15255
15256         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
15257         (ix86_initial_elimination_offset): Declare.
15258         * i386.c (ix86_nsaved_regs): Break out from ...
15259         (ix86_can_use_return_insn_p): ... here.
15260         (ix86_emit_save_regs): Break out from ...
15261         (ix86_expand_prologue): ... here.
15262         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
15263         out from ...
15264         (ix86_expand_epilogue): ... here.
15265         (ix86_compute_frame_size): Make static, add prototype.
15266         (ix86_initial_elimination_offset): Break out from ...
15267         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
15268
15269 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15270
15271         * recog.h (OUT_FCN): Delete.
15272
15273         * vax.md: Call `get_insn_template' instead of OUT_FCN.
15274
15275 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15276
15277         * cppalloc.c: PROTO -> PARAMS.
15278         * cpperror.c: Likewise.
15279         * cppfiles.c: Likewise.
15280         * cpplib.c: Likewise.
15281         * cpplib.h: Likewise.
15282
15283         * config/arm/arm-protos.h: PROTO -> PARAMS.
15284         * config/arm/arm.c: Likewise.
15285         * config/c4x/c4x.c: Likewise.
15286         * config/fr30/fr30-protos.h: Likewise.
15287         * config/nextstep.c: Likewise.
15288         * config/pa/pa.c: Likewise.
15289         * config/pj/pj.c: Likewise.
15290         * config/rs6000/rs6000.c: Likewise.
15291         * config/v850/v850-protos.h: Likewise.
15292         * config/v850/v850.c: Likewise.
15293
15294 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15295
15296         * i370-protos.h: New file.
15297
15298         * i370.c: Include tm_p.h.  Fix compile time warnings.
15299
15300         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
15301         warnings.
15302
15303         * i370.md: Likewise.
15304
15305 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15306
15307         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
15308         (target_isinf, target_isnan, eisnan): Mark parameter with
15309         ATTRIBUTE_UNUSED.
15310         (eiisinf): Wrap in INFINITY.
15311         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
15312         (ibmtoe): Remove unused variable `rndsav'.
15313
15314 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15315
15316         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
15317         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
15318
15319 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
15320
15321         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
15322         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
15323         (fix_char_macro_defines, fix_char_macro_uses): New functions.
15324
15325         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
15326         Recognize Emacs mode markers also.
15327         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
15328         C++ comments in C++ headers.  Call is_cxx_header only if
15329         necessary.
15330
15331         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
15332         bypass for ncurses.
15333         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
15334         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
15335         ... these, which use the new C fixes.
15336         (math_exception): Escape literal '+' in bypass expression.
15337
15338         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
15339         Regenerate.
15340
15341 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
15342
15343         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
15344         inside the MEM.
15345
15346 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15347
15348         * loop.c (loop_optimize): Allocate loop_info structure for each loop
15349         prior to calling scan_loop.
15350
15351 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15352
15353         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
15354         (split_branches, calc_live_regs): Likewise.
15355
15356 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15357
15358         * sh.md (fpu_single, fp_mode): New attributes.
15359
15360 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15361
15362         * loop.c (current_loop_info): Renamed from loop_info_data
15363         and changed to a pointer.
15364         (loop_optimize): Allocate loop_info structure for each loop
15365         and initialise to zero.
15366         (scan_loop): Set current_loop_info.
15367
15368         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
15369         on iteration_var.
15370
15371 2000-01-19  Richard Henderson  <rth@cygnus.com>
15372
15373         * stupid.c: Die die die.
15374         * Makefile.in (OBJS): Remove stupid.o.
15375         (stupid.o): Likewise.
15376
15377         * except.c (emit_eh_context): Don't emit USEs for stupid.
15378         * explow.c (probe_stack_range): Likewise.
15379         * flags.h (obey_regdecls): Remove.
15380         * flow.c (find_basic_blocks): Don't run try_merge_blocks
15381         when not optimizing.
15382         (life_analysis): Limit data collection when not optimizing.
15383         (mark_regs_live_at_end): Always mark the return value registers.
15384         (mark_used_regs): Remove dummy RETURN case.
15385         (print_rtl_with_bb): Don't consult obey_regdecls.
15386         * function.c (use_variable, use_variable_after): Remove.
15387         (assign_parms): Consult optimize not obey_regdecls.
15388         (expand_function_start): Don't emit USEs for stupid.
15389         (expand_function_end): Likewise.
15390         * global.c (build_insn_chain): Export.
15391         * integrate.c (expand_inline_function): Kill return-value USE
15392         handling code.
15393         * jump.c (jump_optimize_1): Do simple jump optimizations and
15394         dead code elimination.
15395         (calculate_can_reach_end): Remove check_deleted argument.
15396         (delete_insn): Patch out insns even when not optimizing.
15397         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
15398         * rtl.h (use_variable, use_variable_after): Remove declarations.
15399         (build_insn_chain): Declare.
15400         * stmt.c (expand_value_return): Don't emit USEs for stupid.
15401         (expand_end_bindings): Likewise.
15402         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
15403         * toplev.c (obey_regdecls): Remove.
15404         (rest_of_compilation): Don't set it.  Kill stupid in favour of
15405         flow1, local-alloc, and reload.
15406         (main): Don't set obey_regdecls.
15407
15408         * config/nextstep.c (handle_pragma): Likewise.
15409
15410         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
15411
15412         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
15413
15414 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15415
15416         * alpha-protos.h: PROTO -> PARAMS.
15417         * alpha.c: Likewise.
15418         * elf.h: Likewise.
15419         * h8300.c: Likewise.
15420         * i386-protos.h: Likewise.
15421         * i386.c: Likewise.
15422         * m32r-protos.h: Likewise.
15423         * m32r.c: Likewise.
15424         * mips.c: Likewise.
15425         * mips.md: Likewise.
15426         * gmon-sol2.c: Likewise.
15427         * sparc.c: Likewise.
15428
15429 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15430
15431         * ns32k-protos.h: New file.
15432
15433         * ns32k.c: Fix compile time warnings.
15434
15435         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
15436         warnings.
15437
15438         * ns32k.md: Likewise.
15439
15440 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15441
15442         * vax-protos.h: New file.
15443
15444         * vax.c: Fix compile time warnings.
15445
15446         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
15447         warnings.
15448
15449         * vax.md: Likewise.
15450
15451         * vaxv.md: Likewise.
15452
15453 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15454
15455         * romp-protos.h: New file.
15456
15457         * romp.c: Fix compile time warnings.
15458
15459         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
15460         warnings.
15461
15462         * romp.md: Likewise.
15463
15464 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15465
15466         * we32k-protos.h: New file.
15467
15468         * we32k.c: Fix compile time warnings.
15469
15470         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
15471         warnings.
15472
15473 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15474
15475         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
15476
15477         * except.c (eh_regs): Likewise.
15478
15479         * final.c (output_operand): Likewise.
15480
15481         * fold-const.c (target_isinf, target_isnan): Likewise.
15482
15483 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
15484
15485         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
15486         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
15487
15488         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
15489         when optimize_size.
15490         (clrstrsi): Rewrite.
15491         (strsethi, strsetqi): New expanders.
15492         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
15493         (cmpstrsi): Emit compare insn before cmpstrsi_1
15494         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
15495         (strlensi_1): Likewise.
15496         (cmpstrsi_1): Likewise; do not output compare.
15497         (strlen expander): Do not unroll when optimizing for size.
15498         (*subsi3_carry): Rename to subsi3_carry
15499         (addqi3_cc): New pattern.
15500         * i386.h (processor_costs): Add move_ratio field.
15501         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
15502         * i386.c (*_cost): Set move_ratio.
15503         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
15504         (x86_expand_strlensi_1): Rewrite the main loop.
15505
15506 2000-01-17  Richard Henderson  <rth@cygnus.com>
15507
15508         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
15509         * cse.c (find_comparison_args, fold_rtx): Likewise.
15510         * integrate.c (subst_constants): Likewise.
15511         * loop.c (get_condition): Likewise.
15512
15513         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
15514
15515         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
15516
15517 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15518
15519         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
15520         (RESTORE_WARN_FLAGS): Unpack it.
15521         Change semantic type of extension to ttype.
15522         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
15523         * c-parse.y, c-parse.c, objc/objc-parse.y,
15524         objc/objc-parse.c: Regenerate.
15525
15526 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
15527
15528         * fixinc/fixlib.c: Add copyright notice.
15529         (compile_re): New function.
15530         * fixinc/fixlib.h: Prototype compile_re.
15531
15532         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
15533         Use compile_re to compile regular expressions.
15534
15535         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
15536         where the pattern matched.
15537
15538         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
15539         use 'replace'.
15540         (ultrix_ansi_compat): Likewise.
15541         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
15542         add egrep test.
15543         (interactv_add2, interactv_add3): Delete.
15544         (x11_sprintf): Don't use filename glob.
15545         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
15546         Regenerate.
15547
15548 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15549
15550         * print-rtl.c: PROTO -> PARAMS.
15551         * real.c: Likewise.
15552         * reg-stack.c: Likewise.
15553         * resource.c: Likewise.
15554         * sdbout.h: Likewise.
15555         * simplify-rtx.c: Likewise.
15556         * stor-layout.c: Likewise.
15557         * stupid.c: Likewise.
15558         * xcoffout.c: Likewise.
15559         * xcoffout.h: Likewise.
15560
15561 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15562
15563         * toplev.c: PROTO -> PARAMS.
15564         * toplev.h: Likewise.
15565         * tree.c: Likewise.
15566         * tree.h: Likewise.
15567         * unroll.c: Likewise.
15568         * varasm.c: Likewise.
15569         * varray.c: Likewise.
15570         * varray.h: Likewise.
15571
15572 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15573
15574         * reload.c: PROTO -> PARAMS.
15575         * reload.h: Likewise.
15576         * reload1.c: Likewise.
15577         * reorg.c: Likewise.
15578         * resource.h: Likewise.
15579         * rtl.c: Likewise.
15580         * rtl.h: Likewise.
15581         * rtlanal.c: Likewise.
15582         * sbitmap.h: Likewise.
15583         * sdbout.c: Likewise.
15584         * stack.h: Likewise.
15585         * stmt.c: Likewise.
15586         * system.h: Likewise.
15587
15588 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15589
15590         * machmode.h: PROTO -> PARAMS.
15591         * mbchar.h: Likewise.
15592         * mips-tdump.c: Likewise.
15593         * mips-tfile.c: Likewise.
15594         * optabs.c: Likewise.
15595         * output.h: Likewise.
15596         * prefix.c: Likewise.
15597         * profile.c: Likewise.
15598         * protoize.c: Likewise.
15599         * real.h: Likewise.
15600         * recog.c: Likewise.
15601         * recog.h: Likewise.
15602         * regclass.c: Likewise.
15603         * regmove.c: Likewise.
15604         * regs.h: Likewise.
15605
15606 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15607
15608         * ggc-common.c: PROTO -> PARAMS.
15609         * ggc-page.c: Likewise.
15610         * ggc-simple.c: Likewise.
15611         * ggc.h: Likewise.
15612         * global.c: Likewise.
15613         * graph.c: Likewise.
15614         * gthr-win32.h: Likewise.
15615         * haifa-sched.c: Likewise.
15616         * halfpic.h: Likewise.
15617         * integrate.c: Likewise.
15618         * integrate.h: Likewise.
15619         * jump.c: Likewise.
15620         * lcm.c: Likewise.
15621         * local-alloc.c: Likewise.
15622         * loop.c: Likewise.
15623         * loop.h: Likewise.
15624
15625 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15626
15627         * genattr.c: PROTO -> PARAMS.
15628         * genattrtab.c: Likewise.
15629         * gencheck.c: Likewise.
15630         * gencodes.c: Likewise.
15631         * genconfig.c: Likewise.
15632         * genemit.c: Likewise.
15633         * genextract.c: Likewise.
15634         * genflags.c: Likewise.
15635         * gengenrtl.c: Likewise.
15636         * genopinit.c: Likewise.
15637         * genoutput.c: Likewise.
15638         * genpeep.c: Likewise.
15639         * genrecog.c: Likewise.
15640
15641 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
15642
15643         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
15644
15645 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15646
15647         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
15648         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
15649         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
15650         * configure, config.in: Rebuilt.
15651
15652 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
15653
15654         * config/i386/i386.md: Add peephole to merge successive stack
15655         adjusts.
15656
15657 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
15658
15659         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
15660         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
15661         when walking backwards to find all the parameter loads when
15662         the basic block ends in a call.
15663
15664 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15665
15666         * loop.c (this_loop_info): Delete.
15667         (uid_loop): Add in place of uid_loop_num.  All uses updated.
15668         (loop_number_exit_count): Delete and replace with entry in loop
15669         structure.  All uses updated.
15670         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15671         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15672         (loop_outer_loop): Likewise.
15673         (loop_invalid, loop_number_exit_labels): Likewise.
15674         (loop_used_count_register): Delete and replace with entry in
15675         loop_info structure.
15676         (find_and_verify_loops): Add loops argument.
15677         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
15678         loop_end, etc. arguments with loop structure pointer.  All callers
15679         changed.
15680         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
15681         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
15682         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
15683         (insert_bct): Likewise.
15684         (basic_induction_var): New argument level.
15685         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
15686         vtop, and cont.  Add used_count_register.
15687         (uid_loop): Delete declaration.
15688         (loop_number_exit_count): Likewise.
15689         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
15690         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
15691         (loop_outer_loop, loop_used_count_register): Likewise.
15692         (loop_invalid, loop_number_exit_labels): Likewise.
15693         (unroll_loop): Replace loop_start and loop_end arguments
15694         with loop structure pointer.
15695         (loop_precondition_p, loop_iterations): Likewise.
15696         Include basic-block.h.
15697         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
15698         with loop structure pointer.
15699         (loop_precondition_p, loop_iterations): Likewise.
15700         * basic-block.h (struct loop): New entries vtop, cont,
15701         cont_dominator, start, end, top, scan_start, exit_labels,
15702         exit_count.
15703         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
15704
15705 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15706
15707         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
15708
15709 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
15710
15711         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
15712
15713 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15714
15715         * pdp11-protos.h: New file.
15716
15717         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
15718         time warnings.
15719
15720         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
15721         warnings.
15722
15723         * pdp11.md: Likewise.
15724
15725         * 2bsd.h: Likewise.
15726
15727 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15728
15729         * mn10300-protos.h: New file.
15730
15731         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
15732         time warnings.
15733
15734         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
15735         warnings.
15736
15737         * mn10300.md: Likewise.
15738
15739 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15740
15741         * mn10200-protos.h: New file.
15742
15743         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
15744         time warnings.
15745
15746         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
15747         warnings.
15748
15749         * mn10200.md: Likewise.
15750
15751 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15752
15753         * h8300-protos.h: New file.
15754
15755         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
15756         time warnings.
15757
15758         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
15759         warnings.
15760
15761         * h8300.md: Likewise.
15762
15763 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15764
15765         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
15766         (asm_emit_uninitialised): Likewise.
15767
15768 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
15769
15770         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
15771         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
15772
15773 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15774
15775         * config/mips/mips.c (override_options): Don't turn on extra
15776         alignment for mips16.
15777
15778 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15779
15780         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
15781         eabi, and make sure queued POSTINCREMENT rtl is emitted at
15782         the right point.
15783
15784 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15785
15786         * builtins.c (PAD_VARARGS_DOWN): Define.
15787         (std_expand_builtin_va_arg): Use the above macro.
15788         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
15789         * tm.texi (Register Arguments): Document the above macro.
15790
15791 2000-01-14  Nick Clifton  <nickc@cygnus.com>
15792
15793         * emit-rtl.c (emit_insn): If checking is enabled, make sure
15794         that this function has not been used to emit a jump
15795         instruction.
15796
15797         * jump.c (return_jump_1): Cope with being passed a null rtx.
15798
15799 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15800
15801         * eh-common.h: PROTO -> PARAMS.
15802         * emit-rtl.c: Likewise.
15803         * errors.c: Likewise.
15804         * errors.h: Likewise.
15805         * except.c: Likewise.
15806         * except.h: Likewise.
15807         * explow.c: Likewise.
15808         * expmed.c: Likewise.
15809         * expr.c: Likewise.
15810         * expr.h: Likewise.
15811         * final.c: Likewise.
15812         * fix-header.c: Likewise.
15813         * flow.c: Likewise.
15814         * fold-const.c: Likewise.
15815         * function.c: Likewise.
15816         * function.h: Likewise.
15817         * gcc.c: Likewise.
15818         * gcov-io.h: Likewise.
15819         * gcov.c: Likewise.
15820         * gcse.c: Likewise.
15821
15822 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15823
15824         * sh-protos.h: New file.
15825
15826         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
15827         Add static prototypes.  Fix compile time warnings.
15828
15829         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
15830         * sh.md: Likewise.
15831         * elf.h: Likewise.
15832
15833 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15834
15835         * arc-protos.h: New file.
15836
15837         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
15838         time warnings.
15839
15840         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
15841         warnings.
15842
15843         * arc.md: Likewise.
15844
15845 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15846
15847         * dsp16xx-protos.h: New file.
15848
15849         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
15850         time warnings.
15851
15852         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
15853         warnings.
15854
15855         * dsp16xx.md: Likewise.
15856
15857 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15858
15859         * convex-protos.h: New file.
15860
15861         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
15862         time warnings.
15863
15864         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
15865         warnings.
15866
15867 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15868
15869         * elxsi-protos.h: New file.
15870
15871         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
15872         time warnings.
15873
15874         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
15875         warnings.
15876
15877         * elxsi.md: Likewise.
15878
15879 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
15880
15881         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
15882         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
15883         match the comment for MIPS16.
15884
15885 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
15886
15887         * flow.c (split_edge): Do not call set_block_for_insn if we
15888         do not have a basic_block_for_insn structure.
15889
15890         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
15891         and destination functions are 32bit aligned within the trampoline.
15892         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
15893         (TRAMPOLINE_ALIGNMENT): Define.
15894
15895         * cse.c (cse_insn): When changing (set (pc) (reg)) to
15896         (set (pc) (label_ref)), verify the change creates a valid insn.
15897
15898         * fr30.c (call_operand): Tighten and rework to match rules for
15899         call RTL expressions.
15900         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
15901         * fr30.md (call patterns): Improve constraints.
15902
15903 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
15904
15905         * fr30.c (fr30_expand_epilogue): Revert last change.
15906         Use emit_jump_insn for the return insn.
15907
15908 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
15909                           Stan Cox  <scox@cygnus.com>
15910
15911         * predict.c: New file. Preliminary infrastructure work for static
15912         branch prediction and basic block reordering.
15913         * basic-block.h: Add prototype for estimate_probability.
15914         * Makefile.in: Add rules for predict.o.
15915
15916 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
15917
15918         * fixincludes (va_list): Use __not_va_list__ for the dummy.
15919         * fixinc/*: Likewise.
15920
15921 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15922
15923         * cccp.c: PROTO -> PARAMS.
15924         * cexp.y: Likewise.
15925         * collect2.c: Likewise.
15926         * combine.c: Likewise.
15927         * convert.h: Likewise.
15928         * cse.c: Likewise.
15929         * dbxout.c: Likewise.
15930         * dbxout.h: Likewise.
15931         * diagnostic.c: Likewise.
15932         * doprint.c: Likewise.
15933         * dwarf2out.c: Likewise.
15934         * dwarf2out.h: Likewise.
15935         * dwarfout.c: Likewise.
15936         * dwarfout.h: Likewise.
15937         * dyn-string.h: Likewise.
15938
15939 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15940
15941         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
15942         macro conditionals guarding use.
15943
15944         * dwarf2out.c: Include "tm_p.h".
15945
15946         * function.c (locate_and_pad_parm): Mark parameter with
15947         ATTRIBUTE_UNUSED.
15948         (expand_function_end): Likewise for variable `context'.
15949
15950         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
15951
15952 2000-01-13  Nick Clifton  <nickc@cygnus.com>
15953
15954         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
15955         register to prevent compile time warnings.
15956
15957 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
15958
15959         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
15960         to avoid -Wtraditional warning.
15961
15962 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15963
15964         * 1750a-protos.h: New file.
15965
15966         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
15967         time warnings.
15968
15969         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
15970         warnings.
15971
15972         * 1750a.md: Likewise.
15973
15974 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15975
15976         * a29k-protos.h: New file.
15977
15978         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
15979         time warnings.
15980
15981         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
15982         warnings.
15983
15984 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15985
15986         * clipper-protos.h: New file.
15987
15988         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
15989         time warnings.
15990
15991         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
15992         warnings.
15993
15994 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15995
15996         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
15997
15998 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
15999
16000         * configure.in (--enable-new-gxx-abi): New option.
16001         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
16002         * Makefile.in (GXX_ABI_FLAG): New variable.
16003         * configure: Regenerate.
16004
16005 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16006
16007         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
16008         * tm.texi (FORCE_STRUCT_BLK): Document.
16009         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
16010
16011 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
16012
16013         * config/ns32k/ns32k.md: Revert Jan 9 change.
16014
16015         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
16016         to a mode-test, if the predicate is address_operand.
16017
16018 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
16019
16020         * combine.c (if_then_else_cond): Be careful about what kinds
16021         of RTL expressions are passed to operand_subword.
16022
16023         * flow.c (split_edge): If we have to insert a new jump, make
16024         sure to associate it with a basic block.
16025
16026         * flow.c (commit_one_edge_insertion): A block with one successor
16027         can end in a JUMP_INSN that is not a simplejump.
16028
16029 2000-01-12  Robert Lipe  <robertl@sco.com>
16030
16031         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
16032         (BUILD_VA_LIST_TYPE): Define.
16033         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
16034         with crtstuff.c.
16035
16036 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
16037
16038         * cccp.c (do_pragma): Add cast to (char *).
16039
16040 2000-01-12  Richard Henderson  <rth@cygnus.com>
16041             Fred Fish  <fnf@be.com>
16042             Jason Merrill  <jason@cygnus.com>
16043
16044         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
16045         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
16046         * i386/beos-elf.h, i386/beos-pe.h: New files.
16047
16048         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
16049         * cross-make (SYSTEM_HEADER_DIR): Define using
16050         CROSS_SYSTEM_HEADER_DIR.
16051
16052         * gcc.c (LIBRARY_PATH_ENV): Provide default.
16053         (process_command): Use it.
16054         (main): Likewise.  Kill trailing = from env vars.
16055         (build_search_list): Put it back.
16056         * collect2.c (main): Use LIBRARY_PATH_ENV.
16057
16058         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
16059         * toplev.c: Use NEED_DECLARATION_ENVIRON.
16060
16061         * tm.texi (Frame Layout): Document SMALL_STACK.
16062         * c-common.c (c_common_nodes_and_builtins): Check it.
16063
16064         * system.h: Undef alloca after including glibc's <stdlib.h>,
16065         if USE_C_ALLOCA is defined.
16066
16067         * gcc.c (set_input): New fn.
16068         (main): After all input files are compiled, reset the input file
16069         info to the first.
16070
16071         * aclocal.m4 (rindex, index): If already defined, don't attempt
16072         to redefine.
16073
16074         * ginclude/varargs.h: (__va_list__): Define ifndef.
16075         * ginclude/stdarg.h: Likewise.
16076
16077         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
16078         instead of unsigned char.
16079
16080         * hash.h (true, false, boolean): Undef before enum.
16081
16082         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
16083         proper type of "HOST_WIDE_INT *", rather than their natural type of
16084         "unsigned HOST_WIDE_INT *".
16085
16086 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16087
16088         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
16089
16090         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
16091
16092         * regclass.c (choose_hard_reg_mode): Likewise.
16093
16094         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
16095
16096         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
16097
16098 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16099
16100         * c-common.c: PROTO -> PARAMS.
16101         * c-common.h: Likewise.
16102         * c-decl.c: Likewise.
16103         * c-iterate.c: Likewise.
16104         * c-lang.c: Likewise.
16105         * c-lex.c: Likewise.
16106         * c-lex.h: Likewise.
16107         * c-parse.in: Likewise.
16108         * c-pragma.c: Likewise.
16109         * c-pragma.h: Likewise.
16110         * c-tree.h: Likewise.
16111         * c-typeck.c: Likewise.
16112         * objc/objc-act.c: Likewise.
16113         * objc/objc-act.h: Likewise.
16114
16115 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16116
16117         * m88k-protos.h: New file.
16118
16119         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16120         time warnings.
16121
16122         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
16123
16124         * m88k.md: Likewise.
16125
16126         * tekXD88.h: Likewise.
16127
16128 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16129
16130         * m68k-protos.h: New file.
16131
16132         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16133         time warnings.
16134
16135         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
16136
16137         * mot3300.h: Likewise.
16138
16139 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
16140
16141         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
16142         extract_bitlst.
16143         (extract_bitlist): Declare bitlen.
16144
16145 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
16146
16147         * cccp.c: Accept and ignore -lang-fortran.
16148
16149         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
16150         qualifiers don't match at any level of pointerness.
16151
16152 2000-01-12  Robert Lipe  <robertl@sco.com>
16153
16154         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
16155
16156 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
16157
16158         * reload1.c (reload_reg_unavailable): New static variable.
16159         (reload_reg_free_p): Test it.
16160         (reload_reg_free_for_value_p): Test it instead of
16161         reload_reg_used.
16162         (choose_reload_regs_init): Compute it.
16163
16164 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
16165
16166         * reorg.c (fill_slots_from_thread): Check modified_in_p
16167         before replacing.
16168
16169 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
16170
16171         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
16172         these nodes even if INTERNALS is not set.
16173
16174 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
16175
16176         * gcse.c (delete_null_pointer_checks_1): Cope when
16177         get_condition cannot determine the condition.
16178
16179 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
16180
16181         * toplev.h (set_message_length): Declare.
16182
16183         * diagnostic.c (obstack_chunk_alloc): Define macro.
16184         (obstack_chunk_free): Likewise.
16185         (struct output_buffer): New data structure.
16186         (vmessage): Remove.
16187         (output_maximum_width): New variable.
16188         (doing_line_wrapping, set_message_length, init_output_buffer,
16189         get_output_prefix, output_space_left, emit_output_prefix,
16190         output_newline, output_append, output_puts, dump_output,
16191         vbuild_message_string, build_message_string, build_location_prefix,
16192         voutput_notice, output_printf, line_wrapper_printf,
16193         vline_wrapper_message_with_location):  New functions. Implement
16194         automatic line wrapping.
16195         (v_message_with_decl): Make it handle automatic line wrapping.
16196         (v_error_with_file_and_line): Likewise.
16197         (v_warning_with_file_and_line): Likewise.
16198         (announce_function): Likewise.
16199         (default_print_error_function): Likewise.
16200
16201 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
16202
16203         * cpplib.h (struct cpp_options): Change lang_asm to char.
16204         Add lang_fortran.
16205         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
16206         done in cpp_handle_option now.
16207         (initialize_builtins): Take out special case code used only by
16208         __STDC_VERSION__.
16209         (cpp_handle_option): Turn off trigraphs and trigraph warnings
16210         if -traditional.  Recognize -lang-fortran and set
16211         lang_fortran, also turn off cplusplus_comments.
16212         (print_help): Document -lang-fortran.
16213         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
16214         lang_asm. Ignore all directives other than `# 123 "file"' if
16215         CPP_PREPROCESSED.
16216         (cpp_get_token): If -traditional, don't recognize directives
16217         unless the # is in column 1.
16218         (parse_string): If lang_fortran or lang_asm, silently
16219         terminate strings ('' or "") at end of line.
16220         Remove unnecessary braces.
16221
16222 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16223             Richard Henderson  <rth@cygnus.com>
16224
16225         * resource.c (mark_referenced_resources): Mark a set strict_low_part
16226         as used.
16227         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
16228         strict_low_part when possible.
16229
16230 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16231
16232         * alias.c: PROTO -> PARAMS.
16233         * basic-block.h: Likewise.
16234         * bitmap.c: Likewise.
16235         * bitmap.h: Likewise.
16236         * builtins.c: Likewise.
16237         * c-aux-info.c: Likewise.
16238         * caller-save.c: Likewise.
16239         * calls.c: Likewise.
16240
16241 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16242
16243         * Makefile.in (toplev.o): Depend on regs.h.
16244
16245         * output.h (tdesc_section): Prototype.
16246
16247         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
16248
16249         * sdbout.c: Include "tm_p.h".
16250
16251         * toplev.c: Include "regs.h".
16252
16253 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
16254
16255         * unroll.c (unroll_loop): Add EH support.
16256
16257 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16258
16259         * pa-protos.h: New file.
16260
16261         * pa.c: Include recog.h and tm_p.h.
16262         (compute_zdepwi_operands, compute_movstrsi_length,
16263         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
16264         find_addr_reg, import_milli): Add static prototypes.
16265         (pa_cpu_string, pa_arch_string): Constify a char*.
16266         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
16267         (read_only_operand): Add argument `mode'.
16268         (singlemove_string, output_move_double, output_fp_move_double,
16269         output_block_move, output_and, output_ior, output_ascii,
16270         remove_useless_addtr_insns, milli_names, output_mul_insn,
16271         output_div_insn, output_mod_insn, output_arg_descriptor,
16272         output_cbranch, output_bb, output_bvb, output_dbra, ,
16273         output_millicode_call, output_call, hppa_encode_label,
16274         output_parallel_movb, output_parallel_addb): Constify a char*.
16275         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
16276         (output_parallel_addb): Remove extra arg to `constrain_operands'
16277
16278         * pa.h:  Move all prototypes to pa-protos.h.
16279         (pa_cpu_string, pa_arch_string): Constify a char*.
16280         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
16281
16282         * pa.md: Call `function_label_operand' with mode argument.
16283         Likewise for `read_only_operand'.
16284         Fix nesting of parens in call to `symbolic_operand'.
16285
16286 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16287
16288         * i860-protos.h: New file.
16289
16290         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
16291         time warnings.
16292
16293         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
16294
16295         * i860.md: Likewise.
16296
16297 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
16298
16299         * i386.md (movstrsi expander): Rewrite.
16300         (movstrsi_1 insn): Deleted.
16301         (strmovhi, strmovqi expander): New expanders.
16302         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
16303         * i386.c (x86_single_stringop): New global variable.
16304         * i386.h (x86_single_stringop): Declare.
16305         (TARGET_SINGLE_STRINGOP): New macro.
16306
16307 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
16308
16309         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
16310         integer vararg POSTINCREMENT before the destination of the jump
16311         for the hard fp case.
16312         (function_arg_pass_by_reference): Pass a copy of CUM to
16313         FUNCTION_ARG.
16314
16315         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
16316         for CONSTANT_ADDRESS_P above while loop for subreg.
16317
16318 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
16319
16320         * flow.c (propagate_block): When a prologue/epilogue insn
16321         is marked dead, unconditionally clear libcall_is_dead and
16322         insn_is_dead, and only dump rtl if warnings aren't being
16323         suppressed.
16324
16325 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
16326
16327         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
16328         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
16329         (FIXED_REGISTERS): Set dirflag as fixed.
16330         (CALL_USED_REGISTERS): Set dirflag as used.
16331         (REG_ALLOC_ORDER): Set dirflag as last one.
16332         (DIRFLAG_REG): New macro.
16333         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
16334         (HI_REGISTER_NAMES): Add dirflag.
16335         (DEBUF_PRINT_REG): Handle dirflag.
16336         * i386.md (type attribute): New cld and str types.
16337         (length_opcode attribute): Set cld and str to 1.
16338         (memory attribute): Set str to unknown - it is not clear from the
16339         patterns.
16340         (pent_np function unit): Prefixed string operations takes 12 cycles
16341         minimally; cld takes 2 cycles.
16342         (ppro_uops attribute): Str is "many" and cld is "few".
16343         (ppro_p0 unit): Handle cld here.
16344         (k6_alux unit): Handle cld and str types.
16345         (k6_load unit): It is ocupied by str opcodes.
16346         (k6_store unit): It is ocupied by str opcodes.
16347         (athlon_decode): Str is vector decoded.
16348         (athlon_ieu): Handle str and cld.
16349         (cld pattern): New.
16350         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
16351         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
16352         cmpstrsi_nz_1 insn): Do not output cld instruction
16353
16354 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
16355
16356         * gcc.texi (G++ and GCC): Add Java and Chill.
16357         (Bug Critera): Don't list languages.
16358
16359         * gcc.texi (Incompatibilities): No longer claim most C compilers
16360         are K&R.
16361
16362         * gcc.texi (G++ and GCC): Update other front-ends list.
16363
16364 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
16365
16366         * i386.c (ix86_expand_setcc): Fix typo.
16367         (ix86_expand_movcc): Similarly.
16368
16369         * Band-aid until haifa's bitset implementation is nuked.
16370         * haifa-sched.c (extract_bitlst): New parameter for size of the
16371         bitset in bits.  All callers changed.  Avoid looking at undefined
16372         bits in the bitset.
16373         (edgeset_bitsize): New variable.
16374         (schedule_region): Initialize edgeset_bitsize.
16375
16376 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16377
16378         * Makefile.in (optabs.o): Depend on real.h
16379         (resource.o): Depend on insn-attr.h
16380
16381         * builtins.c (result_vector): Wrap prototype in macro conditions
16382         governing definition and use.
16383
16384         * c-common.c: Include tm_p.h.
16385
16386         * c-lex.c: Likewise.
16387
16388         * elfos.h: Constify a char*.
16389
16390         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
16391         (get_attr_length, shorten_branches, profile_after_prologue): Mark
16392         parameter with ATTRIBUTE_UNUSED.
16393
16394         * fold-const.c (exact_real_inverse): Wrap variable `i' in
16395         CHECK_FLOAT_VALUE.
16396
16397         * haifa-sched.c (schedule_insns): Mark parameter with
16398         ATTRIBUTE_UNUSED.
16399
16400         * optabs.c: Include real.h.
16401
16402         * real.h (ereal_atof): Add prototype arguments.
16403
16404         * resource.c: Include insn-attr.h.
16405
16406         * sdbout.c (sdbout_queue_anonymous_type,
16407         sdbout_dequeue_anonymous_types): Wrap in macro
16408         SDB_ALLOW_FORWARD_REFERENCES.
16409         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
16410         ATTRIBUTE_UNUSED.
16411
16412         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
16413
16414         * stupid.c: Include tm_p.h.
16415
16416         * tree.c (real_value_from_int_cst): Mark parameter with
16417         ATTRIBUTE_UNUSED.
16418
16419 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16420
16421         * i960-protos.h: New file.
16422
16423         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
16424         time warnings.
16425
16426         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
16427
16428 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16429
16430         * combine.c (expand_field_assignment): Do not discard SUBREGs
16431         while computing nonzero_bits.
16432
16433 2000-01-09  Nick Clifton  <nickc@cygnus.com>
16434
16435         * config/arm/arm.c: Fix compile time warnings about signed vs
16436         unsigned constants.
16437         * config/arm/arm.h: Fix compile time warnings about signed vs
16438         unsigned constants.
16439
16440 2000-01-09  Philip Blundell  <philb@gnu.org>
16441
16442         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
16443         than `ldm' with only one register.
16444         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
16445         only one register.
16446
16447         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
16448         clobbered.
16449
16450 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
16451
16452         * config/ns32k/ns32k.md (load or push effective address): Operand 1
16453         must have SImode.
16454
16455 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16456
16457         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
16458         assignment used as truth value.
16459
16460         * function.c (assign_temp): Mark parameter `dont_promote' with
16461         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
16462         PROMOTE_FOR_CALL_ONLY.
16463
16464         * genrecog.c (write_subroutine): Mark variable `operands' with
16465         ATTRIBUTE_UNUSED.
16466
16467         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
16468         ATTRIBUTE_UNUSED.
16469
16470         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
16471         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
16472
16473         * toplev.c (note_deferral_of_defined_inline_function): Likewise
16474         for `decl'.
16475
16476 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16477
16478         * config/c4x.h: Tidy up comments.
16479         * config/c4x.c: Likewise.
16480
16481 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
16482
16483         * fold-const.c (lshift_double, rshift_double): Handle
16484         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
16485
16486 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16487
16488         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
16489         in prepare_function_start().
16490
16491 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
16492
16493         * config/v850/v850.c (expand_epilogue): Interrupt functions no
16494         longer allocate extra stack for function calls.
16495
16496 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16497
16498         * config/c4x/c4x.md (*subqf3_set): Fix typo.
16499
16500 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16501
16502         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
16503
16504 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
16505
16506         * rs6000.c (processor_target_table): Add power3 as alias for 630.
16507         * aix43.h: Revert Aug 2 change.
16508         (HAS_INIT_SECTION): Define, not visible yet.
16509         (LD_INIT_SWITCH): Define, not visible yet.
16510         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
16511
16512         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
16513
16514         * collect2.c (main): Expand ld2 size further.
16515         (export_object_lst): Cast assignment to avoid warning.
16516         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
16517         (scan_prog_file, COFF): Do not collect initialization or
16518         finalization functions generated for entire shared object if
16519         init/fini support present.
16520
16521 2000-01-07  Nick Clifton  <nickc@cygnus.com>
16522
16523         * config/elfos.h: Tidy up formatting of marcos.  Make sure
16524         that .section directives are always prefixed by a tab.
16525
16526         * config/svr4.h: Add #include "elfos.h" and remove duplicate
16527         definitions.
16528
16529 2000-01-07  Matt Austern  <austern@sgi.com>
16530
16531         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
16532         expon.
16533
16534 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
16535
16536         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
16537         crtstuff.c.
16538         (crtbegin.o, s-crtS): Likewise.
16539
16540 2000-01-06  Richard Henderson  <rth@cygnus.com>
16541
16542         * alpha.md (adddi_2+1): Limit offset such that it will be
16543         loadable with a single ldah+lda pair.
16544         (adddi_2+2): Explicitly fail split if we can't make it work.
16545
16546 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
16547
16548         * protoize.c: Conditionally include unistd.h.
16549         (IS_SAME_PATH_CHAR): New macro.
16550         (IS_SAME_PATH): New macro.
16551         (CPLUS_FILE_SUFFIX): New macro.
16552         (cplus_suffix): New static variable.
16553         (is_abspath): New static function.
16554         (in_system_include_dir): Handle DOS style pathnames.
16555         (file_could_be_converted): Likewise.
16556         (file_normally_convertible): Likewise.
16557         (directory_specified_p): Likewise.
16558         (file_excluded_p): Likewise.
16559         (abspath): Likewise.
16560         (shortpath): Likewise.
16561         (referenced_file_is_newer): Likewise.
16562         (save_def_or_dec): Likewise.
16563         (do_processing): Likewise.
16564         (main): Likewise.
16565         (edit_file): Likewise. Use rename instead of link.
16566         (rename_c_file): Likewise. Don't rename syscalls file.
16567         (munge_compile_params): Define null device for DOS based systems.
16568         (process_aux_info_file): Use binary mode if appliable.
16569         (edit_file): Likewise.
16570         * invoke.texi (Running Protoize): Document C++ suffixes used.
16571
16572         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
16573         IS_DIR_SEPARATOR macros.
16574         * collect2.c: Likewise.
16575         * cppinit.c: Likewise.
16576         * dwarf2out.c: Likewise.
16577         * gcc.c: Likewise.
16578         * gcov.c: Likewise.
16579         * prefix.c: Likewise.
16580         * rtl.c: Likewise.
16581         * toplev.c: Likewise.
16582         * system.h: And move to here.
16583
16584         * prefix.c (update_path): Fix typo in variable name.
16585
16586 2000-01-06  Richard Henderson  <rth@cygnus.com>
16587
16588         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
16589         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
16590         (count_reg_sets_1, count_reg_references): Likewise.
16591         (flow_loops_level_compute): Start counting actual loop depth at 1.
16592         (flow_loops_find): Likewise.
16593         * local-alloc.c (update_equiv_regs): Likewise.
16594         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
16595
16596 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
16597
16598         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
16599         FIRST_PSEUDO_REGISTER
16600         * dwarf2out.c: Don't include frame.h
16601         * dwarfout.c: Likewise
16602         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
16603         frame.h
16604
16605 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
16606
16607         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16608         dead registers.
16609
16610         * i386.c (movsf splitter): Fix typo in my last checkin.
16611
16612 2000-01-05  Nick Clifton  <nickc@cygnus.com>
16613
16614         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
16615         own definition of this macro.
16616         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
16617         flag_data_sections or UNIQUE_SECTION_P are true.
16618
16619         * tm.texi (UNIQUE_SECTION): Document that it can be called for
16620         unitialised data decls.
16621
16622         * config/i386/winnt.c (i386_pe_unique_section): Cope with
16623         being called for uninitialised data.
16624
16625         * config/i386/interix.c (i386_pe_unique_section): Cope with
16626         being called for uninitialised data.
16627
16628         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
16629         for uninitialised data.
16630
16631         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
16632         for uninitialised data.
16633
16634         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
16635         for uninitialised data.
16636
16637         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
16638         (UNIQUE_SECTION_P): Always generate a unique section if
16639         flag_data_sections is true.
16640         (UNIQUE_SECTION): Also generate unique sections for
16641         uninitialised data.
16642         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
16643         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
16644         named_section().
16645
16646 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16647
16648         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
16649         SI, or DI.
16650
16651 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16652
16653         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
16654         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
16655         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
16656         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
16657         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
16658
16659         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
16660
16661 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
16662
16663         * c-decl.c (finish_enum): Simplify code to determine minimum and
16664         maximum values of the enum, and calculate the type.  Remove check
16665         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
16666         the DECL_INITIAL of each enumeration constant with a copy converted
16667         to the enumeration type.  When updating variant types, don't bother
16668         updating the type itself.
16669
16670         * c-typeck.c (build_binary_op): Simplify conditional expressions
16671         when weeding out spurious signed-unsigned warnings.  Add new
16672         spurious warning category: if the unsigned quantity is an enum
16673         and its maximum value fits in signed_type(result_type).  Update
16674         commentary.
16675         (build_conditional_expr): Warn here if one alternative is signed
16676         and the other is unsigned.
16677
16678 2000-01-05  Nick Clifton  <nickc@cygnus.com>
16679
16680         * config/fr30/fr30.h: Remove extraneous comments.
16681
16682 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
16683
16684         * reload1.c (choose_reload_regs): When disabling a reload, also
16685         set reload_spill_index to -1.
16686
16687 2000-01-04  Joel Sherrill (joel@OARcorp.com>
16688
16689         * configure.in (m68*-*-rtemscoff*): New target, formal name for
16690         old m68*-*-rtems*.
16691         (m68*-*-rtemself*): New target.
16692         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
16693         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
16694         (sparc*-*-rtemself*): New target.
16695         (sparc*-*-rtems*): Now elf not a.out.
16696         * config/i386/rtems.h: Include config/rtems.h.
16697         * config/i386/rtemself.h: Include config/rtems.h.
16698         * config/i960/rtems.h: Include config/rtems.h.
16699         * config/m68k/rtems.h: Include config/rtems.h.
16700         * config/m68k/rtemself.h: Include config/rtems.h.
16701         * config/mips/rtems64.h: Include config/rtems.h.
16702         * config/pa/rtems.h: Include config/rtems.h.
16703         * config/rs6000/rtems.h: Include config/rtems.h.
16704         * config/sh/rtems.h: Include config/rtems.h.
16705         * config/sh/rtemself.h: Include config/rtems.h.
16706         * config/sparc/rtems.h: Include config/rtems.h.
16707         * config/sparc/rtemself.h: Include config/rtems.h
16708
16709 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
16710
16711         * final.c (shorten_branches): Correctly compute length of
16712         asms without operands.
16713
16714 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
16715
16716         * configure.in: Add pj target.
16717         * configure: Regenerate.
16718         * config/pj: New directory.
16719         * config/pj/lib1funcs.S: New file.
16720         * config/pj/linux.h: New file.
16721         * config/pj/pj.c: New file.
16722         * config/pj/pj.md: New file.
16723         * config/pj/pjl.h: New file.
16724         * config/pj/t-pj: New file.
16725         * config/pj/xm-pj.h: New file
16726
16727 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
16728
16729         * toplev.c (rest_of_compilation): Run shorten-branches before
16730         reg-stack for now.
16731
16732 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16733
16734         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
16735         macros so that they're consistent with their names.
16736         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16737         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
16738
16739 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16740
16741         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
16742         modified inadvertently.
16743
16744 2000-01-04  Joel Sherrill <joel@OARcorp.com>
16745
16746         * configure.in (v850*-*-rtems*): New target.
16747         * configure: Regenerate.
16748         * config/v850/rtems.h: New file.
16749
16750 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
16751
16752         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
16753         (__gthread_key_create): Likewise.
16754         (__gthread_key_dtor):  Likewise.
16755         (__gthread_once): Fix logic.
16756         (__gthread_key_delete): Cast away constness.
16757
16758         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
16759         * invoke.texi: Document.
16760         * i386/mingw32.h (CPP_SPEC): Use.
16761         (LIBGCC_SPEC): Likewise.
16762         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
16763
16764 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
16765
16766         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
16767         (HANDLE_PRAGMA_PACK): Undefine.
16768         (SLOW_UNALIGNED_ACCESS): Define.
16769
16770 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
16771
16772         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16773         to default definition.
16774         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
16775         (store_fixed_bit_field): Call macro with word_mode and alignment.
16776         (extract_bit_field): Call macro with relevant mode and alignment.
16777         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
16778         to default definition.
16779         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
16780         and alignment.
16781         (move_by_pieces_ninsns): Likewise.
16782         (clear_by_pieces): Likewise.
16783         (emit_push_insn): Likewise.
16784         (store_field): Call macro with relevant mode and alignment.
16785         (expand_expr): Likewise.
16786         (expand_expr_unaligned): Likewise.
16787
16788         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
16789         (SLOW_UNALIGNED_ACCESS): Define.
16790         (CASE_VECTOR_MODE): Always use 32-bit offsets.
16791         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
16792         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
16793         (toc_section): Likewise and .toc pseudo-op.
16794         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
16795         64-bit mode.
16796         (TEXT_SECTION_ASM_OP): Likewise.
16797         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
16798         32-bit offsets.
16799
16800         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
16801         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
16802         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
16803         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
16804         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
16805
16806 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
16807
16808         * regclass.c: Revert my Jan 4 change to loop cost computation.
16809
16810 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16811
16812         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
16813         compilation.
16814
16815 2000-01-04  Stan Cox  <scox@cygnus.com>
16816
16817         * haifa-sched.c (build_control_flow): Change unreachable simple
16818         loop test to check if current block has only one predecessor.
16819         (find_rgns): Initialize degree.  Use dest as degree index, not src.
16820
16821 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16822
16823         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
16824
16825         * calls.c (expand_call): Likewise for
16826         `old_stack_arg_under_construction'.
16827
16828         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
16829
16830         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
16831         `save_constant'.
16832
16833         * gcc.c (execute): Likewise for `ut' and `st'.
16834
16835         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
16836
16837         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
16838
16839         * jump.c (jump_optimize_1): Likewise for `temp2'.
16840
16841         * local-alloc.c (block_alloc): Likewise for `r1'.
16842
16843         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
16844
16845         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
16846         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
16847
16848         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
16849         and `set2'.
16850
16851         * reload.c (find_reloads): Likewise for `goal_alternative_number'
16852         and `goal_earlyclobber'.
16853
16854         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
16855
16856         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
16857
16858         * stupid.c (stupid_life_analysis): Likewise for `chain'.
16859
16860         * unroll.c (copy_loop_body): Likewise for `copy'.
16861
16862         * varasm.c (output_constructor): Likewise for `byte'.
16863
16864 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16865
16866         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
16867         all FP constants for constant->reg moves.
16868         (ix86_split_to_parts): Try to convert memory address into immediate
16869         when available in the constant pool.
16870         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
16871         moves.
16872         (LEGITIMATE_CONSTANT_P): Return 1.
16873         * i386.md (pushsf): New splitter to convert constant pool memory
16874         reference to immediate.
16875         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
16876         reload.
16877
16878 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
16879
16880         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
16881         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
16882         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
16883         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
16884         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
16885
16886 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16887
16888         * ginclude/stdbool.h:  Support compilation as C++.
16889
16890 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16891
16892         * fold-const.c (make_range): Don't try to reverse an unbounded range.
16893
16894 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
16895
16896         * regclass.c (regclass): Properly compute loop_cost.  Adjust
16897         comments.
16898
16899         * regclass.c: Fix minor whitespace problems.
16900
16901 2000-01-03  Anthony Green  <green@cygnus.com>
16902
16903         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
16904         Restore the pic register if required.
16905
16906 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
16907
16908         * c-common.c (format_char_info): Update comment.
16909         (check_format_info): Recognize 'z' modifier in the same way 'Z'
16910         was recognized.  Emit warning for formats new in ISO C99 only
16911         if flag_isoc9x is not set.
16912
16913 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
16914
16915         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
16916
16917 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16918
16919         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
16920         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
16921         (make_compound_operation): Choose cheaper alternative between
16922         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
16923
16924         * regclass.c (op_costs): Remove global variable.
16925         (record_reg_classes): New parameter "op_costs" and "reg_pref".
16926         (record_operand_costs): Break out from ...
16927         (scan_one_insn): ... here.
16928         (dump_regclass): Make dumps nicer.
16929         (regclass): Dump preferrences choosed and changes done during passes.
16930
16931 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
16932
16933         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
16934
16935 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
16936
16937         * config/sparc/sparc.c (gen_df_reg): New function.
16938         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
16939         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
16940         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
16941         movtf_cc_reg_sp64+1): Use it.
16942
16943 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
16944
16945         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
16946         copied LABEL_DECLs.
16947
16948 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
16949
16950         * config/i386/i386.c (ix86_expand_unary_operator): Function
16951         definition made void.
16952         (ix86_expand_binary_operator): Update outdated preceding comment.
16953         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
16954         prototype.
16955
16956         * config/i386/i386.c (override_options): Fix option-name typo.
16957
16958 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
16959
16960         * system.h (CEIL): Define.
16961         * builtins.c (CEIL): Remove.
16962         * expmed.c (CEIL): Likewise.
16963         * expr.c (CEIL): Likewise.
16964         * stor-layout.c (CEIL): Likewise.
16965
16966 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16967
16968         * expr.c (store_constructor_field): Fix typo introduced with last
16969         gcc2 merge.
16970
16971 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
16972
16973         * tree.h (BINFO_N_BASETYPES): New macro.
16974
16975 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
16976
16977         * expmed.c (emit_store_flag): Prevent losing a pending stack
16978         adjust the same way we prevent losing queued increments.
16979
16980 See ChangeLog.2 for earlier changes.