builtins.c (expand_builtin_strstr): New function.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2
3         * builtins.c (expand_builtin_strstr): New function.
4         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
5
6         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
7
8         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
9         and builtin strchr.
10
11 2000-10-31  Richard Henderson  <rth@redhat.com>
12
13         * config/i386/i386.c (fcmov_comparison_operator): Check for
14         CCFPmode or CCFPUmode instead of CCmode.
15         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
16         unordered operations as well.
17
18 2000-10-31  Richard Henderson  <rth@redhat.com>
19
20         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
21         of integer_zero_node.
22
23 2000-10-31  Richard Henderson  <rth@redhat.com>
24
25         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
26
27 2000-10-31  Nick Clifton  <nickc@redhat.com>
28
29         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
30         -fdata-sections to override the section attribute of a DECL.
31
32 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
33
34         * libgcc2.c (__shtab): Remove __shtab variable.
35         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
36         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
37         members.
38
39 2000-10-31  Jim Wilson  <wilson@redhat.com>
40
41         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
42         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
43         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
44         instead of ASM_OUTPUT_INTERNAL_LABEL.
45         (dwarf2out_end_block, dwarf2out_label): Likewise.
46         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
47         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
48         
49 2000-10-31  Richard Henderson  <rth@redhat.com>
50
51         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
52         (size_of_locs): Set it.
53         (output_loc_operands): Use it to compute branch displacement.
54         (int_loc_descriptor): New.
55         (mem_loc_descriptor): Dereference memory in the proper size.
56         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
57         (loc_descriptor_from_tree): New.
58         (rtl_for_decl_location): Break out from ...
59         (add_location_or_const_value_attribute): ... here.
60         (add_bound_info): Use loc_descriptor_from_tree.
61
62 2000-10-31  Neil Booth  <neilb@earthling.net>
63
64         * cpp.texi: Update for new command line assertion syntax.
65         * cpplib.c (cpp_define): Simplify a bit.
66         (cpp_assert, cpp_unassert): Use handle_assertion.
67         (handle_assertion): New function; accept new command line
68         syntax with '='.
69         * testsuite/gcc.dg/cpp/assert3.c: New tests.
70
71 2000-10-31  Neil Booth  <neilb@earthling.net>
72
73         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
74         undefined.  Remove #ifdef check.
75         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
76         Define STDC_0_IN_SYSTEM_HEADERS to 1.
77
78 2000-10-31  Jan Hubicka  <jh@suse.cz>
79             Jakub Jelinek  <jakub@redhat.com>
80
81         * config/i386/i386.h: Clarify CCNOmode description in comment.
82         (EXTRA_CC_MODES): Remove CCRCmode.
83         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
84         (put_condition_code, ix86_match_ccmode): Likewise.
85         (ix86_cc_mode): Likewise.  Fix comment.
86         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
87         * config/i386/i386.md: Add unspec 12 description.
88         (adddi3 split): Use unspec 12 instead of CCRCmode.
89         (addsi3_carry_rc): Remove.
90         (addsi3_cc, addqi3_cc): New patterns.
91         (addsi_3): Swap operands, match CCZmode.
92         (addsi_4): Rewritten.
93         (addsi_5): Renamed from addsi_6.
94         (addsi_6): Removed.
95         (addhi_3): Swap operands, match CCZmode.
96         (addhi_4): Rewritten.
97         (addhi_5): Renamed from addhi_6.
98         (addhi_6): Removed.
99         (addqi_3): Swap operands, match CCZmode.
100         (addqi_4): Rewritten.
101         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
102         (subsi3_carry_rc): Removed.
103         (iorqi_3): Use =q constraint for clobber.
104         (xorqi_cc_2): Likewise.
105         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
106         (x86_movsicc_0_m1_rc): Removed.
107         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
108
109 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
110
111         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
112         and decrement of complex types.
113
114 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
115
116         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
117         builtin fputs, ensure we still evaluate the stream in case it
118         has side-effects.
119
120 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
121
122         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
123         to expand_shift.
124
125 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
126
127         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
128         (fp_extended_operand, emit_fpscr_use): Likewise.
129         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
130         (fpul_operand): New function.
131         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
132         fp_extended_operand.  Add fpul_operand.
133         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
134         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
135         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
136         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
137         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
138         (divdf3_i): Likewise.
139         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
140         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
141         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
142         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
143         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
144
145 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
146
147         * config/i386/i386.c (ix86_init_builtins): Correct return type
148         building v4hi_ftype_v4hi_int_int tree node.
149         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
150         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
151
152         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
153         for operand 1.
154         (mmx__uavgv8qi3): Correct insn mnemonic.
155         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
156         (mmx_punpckhwd): Correct insn mnemonic.
157         (mmx_punpckhdq): Likewise.
158         (mmx_punpcklwd): Likewise.
159         (mmx_punpckldq): Likewise.
160         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
161         Renumber case labels to match the _mm_prefetch constants defined in
162         xmmintrin.h.
163
164         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
165         if the splitter didn't emit new insns.
166         Make sure we call cleanup_subreg_operands even when splitting the last
167         insn in a basic block.
168
169         * invoke.texi (Debugging Options): Describe -do.
170         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
171         (dump_file): Likewise.
172         (rest_of_compilation): Split .greg dump into .greg and .postreload.
173
174 2000-10-30  Neil Booth  <neilb@earthling.net>
175
176         * cppfiles.c (stack_include_file): Check for stacked contexts
177         here.
178         * cpphash.h (_cpp_do__Pragma): New prototype.
179         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
180
181         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
182         escaped newlines if !(buffer->from_stage3).
183         (_cpp_lex_token): Warn about missing newlines iff
184         !buffer->from_stage3.
185
186         * cpplib.c (get__Pragma_string, destringize,
187         _cpp_do__Pragma): New functions.
188         (run_directive): Set output_line for _Pragma to avoid line
189         markers in output.  Set from_stage3 and prevent macro expansion
190         for _Pragma and command-line options.  Check buffer exhaustion.
191         (cpp_push_buffer): Don't check for stacked macro contexts, as
192         this is perfectly legitimate for _Pragma.  Move the check to
193         stack_include_file instead. Set from_stage3 iff buffer is
194         preprocessed input.
195
196         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
197         unsigned. New boolean from_stage3.
198         (struct spec_nodes): Add n__Pragma.
199
200         * cppmacro.c (enter_macro_context): Flip sense of return value.
201         (_cpp_get_token): Handle _Pragma operator.
202
203 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
204
205         * gcc.texi:  The C++ standard isn't "draft" anymore.
206
207 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
208
209         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
210
211 2000-10-29  Neil Booth  <neilb@earthling.net>
212
213         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
214
215 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
216
217         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
218         fixinc/inclhack.def: Change comments mentioning C9X to refer to
219         C99 instead.
220
221         * invoke.texi: Document that -V will only work for very similar
222         versions of driver and compiler.
223
224 2000-10-29  Neil Booth  <neilb@earthling.net>
225
226         * cppmacro.c (_cpp_create_definition): Optimize the case of
227         a macro defined to itself.
228
229 2000-10-29  Neil Booth  <neilb@earthling.net>
230
231         * cpplex.c (save_comment): Don't store new lines in C++ comments.
232
233 2000-10-29  Michael Hayes  <mhayes@redhat.com>
234
235         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
236
237 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
238
239         * cpphash.c (cpp_forall_identifiers): Add context variable
240         for callback routine.
241         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
242         change.
243         (main): Call cpp_forall_identifiers with null context.
244         * cpplib.h (cpp_forall_identifiers): Update prototype.
245
246         * cppmain.c: Make `parse_in' and `print' static.
247
248 2000-10-28  Alan Modra <alan@linuxcare.com.au>
249
250         * c-decl.c (finish_function): Clear c_function_name_declared_p.
251
252 2000-10-28  Richard Henderson  <rth@redhat.com>
253
254         * regrename.c (scan_rtx_address): Frob action, not class,
255         when trying to disable optimization.
256
257 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
258
259         * c-semantics.c (make_rtl_for_local_static): Don't clobber
260         DECL_ASSEMBLER_NAME.
261
262 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
263
264         * configure.in: Determine and substitute gcc_version_full.
265         * configure: Regenerate.
266         * gccbug.in: Use it to give full version.  Don't allow
267         confidential PRs.
268
269 2000-10-28  Richard Henderson  <rth@redhat.com>
270
271         * recog.c (split_all_insns): Run cleanup_subreg_operands
272         after reload.
273
274         * regrename.c (regrename_optimize): Verify that all registers of
275         a multiple register mode are available.
276         (scan_rtx_address): Accept the mode of the address; all callers
277         changed.
278
279         * cpplib.c (run_directive): Fix prototype.
280
281 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
282
283         * reload.c (find_reloads): Distinguish "wins" so that we know whether
284         a given operand won because of a matching constraint or not; then use
285         that information to compute goal_alternative_matched properly.
286         * reload1.c (choose_reload_regs): Never set reload_override_in for an
287         optional reload.
288
289         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
290         accurate value for MULT.
291         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
292         2% or > 98% before using static branch prediction bits.
293
294 2000-10-28  Neil Booth  <neilb@earthling.net>
295
296         New macro expander.
297         
298         * cpplib.c (struct answer): New.
299         (struct if_stack): Use cpp_lexer_pos rather than line and col.
300         Rename cmacro mi_cmacro.
301         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
302         IN_I): New directive and flags.
303         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
304         parse_answer, parse_assertion, find_answer): New functions.
305         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
306         (lex_macro_node): New function to replace parse_ifdef and
307         get_define_node.
308
309         (_cpp_handle_directive): New function, combines _cpp_check_directive
310         and _cpp_check_linemarker.
311
312         (do_define, do_undef, parse_include, do_include, do_import,
313         do_include_next, read_line_number, do_line, do_ident, do_pragma,
314         do_pragma_once, do_pragma_poison, do_pragma_dependency):
315         Update for new token getting interface.
316
317         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
318         : Update for new multiple-include optimisation technique.
319         (do_elif): Don't forget to invalidate controlling macros.
320
321         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
322         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
323         Functions to handle assertions with the new token interface.
324         (do_assert, do_unassert): Use them.
325
326         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
327         Use run_directive.
328
329         (_cpp_init_stacks): Register directive names.  Don't register special
330         nodes.
331
332         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
333         new position recording regime.
334         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
335         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
336         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
337         (cpp_type2name): Move to cpplex.c.
338
339         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
340         (parse_defined): Update to handle new multiple include optimisation
341         method.  Remove poisoned identifier warning.
342         (parse_assertion, TYPE_NAME): Delete.
343         (lex): Update for multiple include optimisation, removal of
344         CPP_DEFINED, to use _cpp_test_assertion for assertions and
345         cpp_token_as_text.
346         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
347         (op_as_text): New function, to wrap cpp_token_as_text.
348
349         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
350         Update for MI optimisation.
351         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
352         segfault on diagnostic.
353         (_cpp_compare_file_date): Take a token rather than 3 args.
354         (cpp_read_file): Work correctly for zero-length files.
355
356         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
357         _cpp_init_hashtable and _cpp_cleanup_hashtable.
358         (cpp_lookup): Place identifiers at front of identifier pool
359         for _cpp_lookup_with_hash.
360         (_cpp_lookup_with_hash): Require identifiers to be at the front of
361         the identifier pool.  Commit the memory if not already in the
362         hash table.
363
364         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
365         Initialise various members of cpp_reader, memory pools, and the
366         special nodes.
367         (cpp_printer_init): Delete.
368         (cpp_cleanup): Update.
369         (struct builtin, builtin_array, initialize_builtins): Update for new
370         hashnode definition and builtin handling.
371         (cpp_start_read, cpp_finish): Don't take or initialise a
372         printer.  Update.
373
374         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
375         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
376         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
377         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
378         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
379         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
380         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
381         struct toklist, struct cpp_context, struct specnodes,
382         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
383         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
384         enum builtin_type, cpp_can_paste): New.
385         (struct cpp_token): Delete line and col members.
386         (struct cpp_buffer): New member output_lineno.
387         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
388         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
389         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
390         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
391         base_context, context, directive, mi_state, mi_if_not_defined,
392         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
393         mlstring_pos, macro_buffer, macro_buffer_len.
394         Delete members mls_line, mls_column, token_list, potential_control_macro,
395         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
396         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
397         save_parameter_spellings, need_newline, .
398         Change type of date, time and spec_nodes members.
399         Change prototypes for include and ident callbacks.
400         (struct cpp_hashnode): Change type of name.  Remove union members
401         expansion and code.  Add members macro, operator and builtin.
402
403         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
404         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
405         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
406         cpp_stop_lookahead): New prototypes.
407         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
408
409         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
410         Move from cpphash.h.
411
412         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
413         ufputs): Move to cpplib.h.
414         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
415         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
416         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
417         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
418         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
419         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
420         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
421         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
422         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
423         _cpp_parse_assertion, _cpp_find_answer): Delete.
424         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
425         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
426         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
427         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
428         _cpp_handle_directive, DSC): New.
429         (struct include_file): New member defined.
430
431         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
432         _cpp_compare_file_date): Update.
433         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
434         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
435         _cpp_cleanup_hashtable.
436
437         * Makefile.in: Remove cppoutput.c.
438         
439         * cppoutput.c: Delete
440
441         * fixheader.c (read_scan_file): Update for new cpp_get_token
442         prototype.
443         (recognized_function): New argument LINE.
444
445         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
446         new cpp_get_token prototype.
447
448         * scan.h (recognized_function): Update prototype.
449
450         * po/POTFILES.in: Remove cppoutput.c.
451         
452 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
453
454         * c-typeck.c (check_init_type_bitfields): Remove.
455         (constructor_incremental): Likewise.
456         (struct constructor_stack): Remove incremental bit.
457         (struct initializer_stack): Likewise.
458         (start_init): Don't play with constructor_incremental.
459         (finish_init): Likewise.
460         (really_start_incremental_init): Likewise.
461         (push_init_level): Likewise.
462         (pop_init_level): Likewise.
463         (output_init_level): Likewise.
464         (output_pending_init_elements): Likewise.
465
466 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
467
468         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
469         Improve error messages.  Correct parsing of 
470         #pragma pack(pop [,id]).  Do not check the user-supplied
471         alignment if we're popping.
472
473         * gcc.dg/pack-test-1.c: New test case.
474         * gcc.dg/pack-test-2.c: New test case.
475         * gcc.dg/pack-test-1.h: New file.
476
477 2000-10-27  Neil Booth  <neilb@earthling.net>
478
479         * cpp.texi: Update.
480
481 2000-10-27  Kelley Cook <kelley.cook@home.com>
482
483         * invoke.texi: Document -mintel-syntax
484
485 2000-10-27  Richard Henderson  <rth@redhat.com>
486
487         * invoke.texi: Document -frename-registers.  Add it to -O3.
488         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
489         (enum dump_file_index, dump_file): Update order.
490         (main): Set flag_rename_registers at -O3.
491
492 2000-10-27  Richard Henderson  <rth@redhat.com>
493
494         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
495         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
496         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
497         * config/alpha/alpha.md (call_osf_1): Use it.
498         (call_value_osf_1): Likewise.
499
500         * config/ia64/ia64.c: Revert 10-23 patch.
501         (ia64_hard_regno_rename_ok): New.
502         * config/ia64/ia64-protos.h: Declare it.
503         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
504
505 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
506             Richard Henderson  <rth@redhat.com>
507
508         * regrename.c: Rewrite to handle multi-register modes and
509         cond_exec instructions.
510         * Makefile.in (regrename.o): Update dependancies.
511         * recog.h (struct operand_alternative): Add is_address.
512         * recog.c (preprocess_constraints) [case 'p']: Set it.
513
514 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
515
516         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
517         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
518         top level.  Kill oldstyle_subdirs.  Do not include
519         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
520         $outputs.  Do not run configure.lang from config.status.
521         Rearrange warning-flag logic to correspond to what the
522         makefile wants.  Put special vax stage1 options in
523         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
524         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
525         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
526         switch is given, nothing otherwise.
527         * configure.lang: Delete.
528
529         * Makefile.in: Expunge all traces of extra_c_objs,
530         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
531         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
532         warning options via a three level scheme so that -pedantic and
533         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
534         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
535         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
536         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
537         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
538         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
539         generation rules.  Wrap all rules that change the current
540         directory in parentheses; pmake doesn't spawn a new shell for
541         each command.  Expunge all references to $(P).  When one
542         command depends on another and they're run all at once, use &&
543         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
544         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
545         and beyond.
546
547         * objc/Make-lang.in: Wrap all rules that change the current
548         directory in parentheses.  Expunge all references to $(P).
549         When one command depends on another and they're run all at
550         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
551         all object-file generation rules.  Delete obsolete variables.
552         * objc/Makefile.in: Delete.
553
554 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
555
556         * calls.c (expand_call): If sibcall_failure is set during pass 1,
557         clear tail_call_insns as well.
558
559 2000-10-27  Nick Clifton  <nickc@redhat.com>
560
561         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
562         prototype.
563
564 2000-10-26  Richard Henderson  <rth@redhat.com>
565
566         * calls.c (expand_call): Supress sibcall if we have a
567         BLKmode return in registers.
568
569 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
570
571         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
572         into memory.
573
574 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
575
576         * tree.c (make_node, case 't'): Set alignment to that of
577         char_type_node.
578         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
579
580 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
581
582         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
583         * configure.in (enable-libstdcxx-v3): Arrange to have
584         HAVE_LIBSTDCXX_V3 substituted into the output files.
585
586 2000-10-25  Richard Henderson  <rth@redhat.com>
587
588         * recog.c (constrain_operands): Initialize which_alternative
589         before no alternatives early exit.
590
591         * cse.c (find_comparison_args): Check that we can reverse a
592         comparison if needed before accepting the substitution.
593
594         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
595
596         * simplify-rtx.c (simplify_relational_operation): Sign extend
597         low words before sign extending to high words.
598
599 2000-10-25  Nick Clifton  <nickc@redhat.com>
600
601         * config/mcore/mcore.c: Include config.h before system.h.
602
603 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
604
605         * config/mcore/mcore.md (return): Force function epilogue to
606         always be generated to work around epilogue suppression bug in
607         M*Core backend.
608
609 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
610
611         * c-decl.c (grokdeclarator): Move warning for qualified void
612         return types with -pedantic to when the function type is
613         constructed.  At -W, warn in general for qualified function return
614         types, except for volatile void.
615         * invoke.texi: Document this new warning at -W.
616
617 2000-10-25  Neil Booth  <neilb@earthling.net>
618
619         * cpp.texi: Update with implementation-defined behavior and
620         internal limits.
621
622 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
623
624         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
625         incomplete type force it into alias set 0.
626
627 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
628
629         * alias.c: Include basic-block.h.
630         (loop_p): New function.
631         (mark_constant_function): Use it.
632         * Makefile.in (alias.o): Update dependencies.
633
634 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
635
636         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
637         like memory.
638
639 2000-10-24  Jim Wilson  <wilson@cygnus.com>
640
641         * expmed.c (store_bit_field): Move integer pun code down after
642         code that calls emit_move_insn for entire register move.
643         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
644         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
645
646 2000-10-24  Richard Henderson  <rth@cygnus.com>
647
648         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
649         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
650
651 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
652
653         * gcse.c (cprop_insn): do not propagate constants into jump_insn
654         for machines with CC0 more than once.
655
656 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
657
658         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
659         pseudos just like memory.
660
661 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
662
663         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
664         when deleting libcall sequence collapsed to a single instruction.
665
666 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
667
668         * expr.c (do_store_flag): Don't crash if either side of a
669         comparison is error_mark_node.
670
671 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
672
673         * sibcall.c (purge_mem_unchanging_flag): New function.
674         (optimize_sibling_and_tail_recursive_calls): Call it.
675
676 2000-10-24  Philipp Thomas  <pthomas@suse.de>
677
678         * Makefile.in (check-po): New target for doing checks in the po
679         subdir if all languages configured.
680         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
681         configure if NLS is enabled.
682         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
683         otherwise leave empty.
684         * configure: Regenerate.
685
686 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
687
688         * i386.c (print_operand): Handle new 'A' formatting code.
689         387 opcodes need suffixes even with -mintel-syntax.
690         Check for explicit size override (codes 'b', 'w' and 'k').
691         (print_operand_address): Check if register prefix is needed when
692         emitting `ds' segment override.
693         * i386.h: Add comment about new 'A' formatting code.
694         * i386.md (jump and call patterns): Emit absolute references using %A.
695
696 2000-10-23  Richard Henderson  <rth@cygnus.com>
697
698         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
699         output registers as fixed.
700         (ia64_function_epilogue): Undo output fixation.
701
702 2000-10-23  Richard Henderson  <rth@cygnus.com>
703
704         * config/alpha/alpha.md: Add names for all unnamed insns; use
705         define_insn_and_split in some obvious places.
706         (lda): Remove.
707         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
708         (zero_extendqisi2, zero_extendqidi2): Likewise.
709         (zero_extendhisi2, zero_extendhidi2): Likewise.
710         (abs splitters): Fix match_scratch operand number.
711         (bcc_reverse): Swap pc & label instead of non-canonical compare.
712
713 2000-10-23  Jim Wilson  <wilson@cygnus.com>
714
715         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
716         CONST_INT.
717         * ia64.md (cmpsi_adjusted): Use %r3.
718         (cmpdi_adjusted): Likewise.
719
720 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
721
722         * config/i386/att.h (ASM_FILE_START): Define.
723
724 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
725
726         * config/i386/linux.h (ASM_FILE_START): Define.
727
728 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
729
730         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
731         since this (only) drags in a crt0.o reference that the .ld files
732         also introduce.
733
734 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
735
736         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
737         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
738         reloads just like an RELOAD_FOR_OUTPUT would.
739
740         * local-alloc.c (update_equiv_regs): Add an abort().  When
741         deleting or moving insns, update reg_equiv[regno].init_insns.
742
743 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
744
745         * c-tree.texi: Improve documentation for IF_STMTs and related
746         conditional statements.
747
748 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
749
750         * expr.c (do_preexpand_calls): Remove.
751         (same_from_p): Don't use CALL_EXPR_RTL.
752         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
753         (preexpand_calls): Remove.
754         * tree.c (first_rtl_op): Remove CALL_EXPR case.
755         (unsave_expr_1): Likewise.
756         * tree.def (CALL_EXPR): Give it only two slots.
757         * tree.h (CALL_EXPR_RTL): Remove.
758
759 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
760
761         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
762         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
763         New functions.
764
765 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
766
767         * calls.c (combine_pending_stack_adjustment_and_call): Don't
768         adjust stack when unadjusted_alignment ends up as zero.
769
770 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
771
772         * fixinc/genfixes: Remove EGCS reference.
773         * install.texi: Remove EGCS reference.
774         * INSTALL: Regenerate.
775
776 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
777
778         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
779
780 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
781
782         * diagnostic.c: Remove EGCS reference in comment.
783
784 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
785
786         * loop.c (strength_reduce): Fix error in last change.
787
788 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
789
790         * Makefile.in (SHLIB_NM_FLAGS): New.
791         (libgcc.mk): Pass it.
792         * mklibgcc.in (libgcc.map): Use it.
793
794         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
795         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
796
797 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
798
799         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
800
801         * sparc.c (load_pic_register): Delete unused varaible.
802
803         * libgcc2.c (__addvsi3): Delete unused variable.
804
805         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
806         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
807         __negvdi2): Prototype.
808
809         * ssa.c (apply_delayed_renames): Avoid undefined operation.
810
811         * toplev.c (display_target_options): Make static to match
812         prototype.  Delete empty declaration.
813
814 2000-10-20  Tom Tromey  <tromey@cygnus.com>
815
816         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
817         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
818
819 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
820
821         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
822         returned MEM.
823         (expand_expr_unaligned, case ARRAY_REF): Check that index is
824         a constant before comparing it; use tree_low_cst.
825         * tree.c (save_expr): Set TREE_READONLY.
826         (substitute_expr): Return inside of NON_LVALUE_EXPR.
827         (build, build1): Set TREE_READONLY if all operands are.
828         (build_index_type): If upper bound is a negative number, lower
829         bound is zero and sizetype is unsigned, use upper bound of one and
830         lower of zero.
831
832 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
833
834         * gcc.c (process_command, main): Use "because" instead of
835         "since" in error messages.
836
837 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
838
839         * stor-layout.c (compute_record_mode): Use tree_low_cst.
840         Don't use mode of field for record unless sizes are the same.
841         (layout_type, case ARRAY_TYPE): Remove special bounds handling
842         previously added for Ada; also change to using host_integerp
843         and tree_low_cst.
844
845         * loop.c (strength_reduce): Show when new register made for
846         giv is known to be a pointer and its aligment if so and known.
847         (loop_dump_aux): Show VERBOSE parameter unused.
848
849         * gcse.c (set_hash_table_size): Now unsigned.
850         * sdbout.c (template_name_p): Add "const" to avoid warnings.
851         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
852         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
853         (sdbout_end_epilogue): Remove variable NAME.
854         * system.h (getopt): Add default definition.
855         * config/alpha/alpha.c (print_operand): Don't continue processing
856         after issuing error.
857         (summarize_insn): Avoid use of UL in constant.
858
859         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
860
861         * fold-const.c (force_fit_type): Unsigned values can overflow
862         if they are sizetype.
863         (int_const_binop): Don't use cache if overflows.
864
865 2000-10-20  Richard Henderson  <rth@cygnus.com>
866
867         * function.c (locate_and_pad_parm): Zero alignment_pad.
868
869         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
870         perform substitutions, and apply_change_group to see if it worked.
871
872 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
873
874         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
875
876         * combine.c (struct undo): Change int to unsigned int.
877         (do_SUBST_INT): Args are unsigned int.
878         (make_extraction, force_to_mode): Use proper type when forming mask.
879         (make_field_assignment): Likewise.
880
881 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
882
883         * c-common.c (check_format_info_recurse): Extract string constant
884         initializers from non-volatile constant arrays and check them as
885         formats.
886         * c-typeck.c (decl_constant_value): Don't check pedantic or check
887         for DECL_MODE (decl) != BLKmode.
888         (decl_constant_value_for_broken_optimization): New function which
889         includes these checks.
890         (default_conversion, convert_for_assignment, digest_init): Use
891         decl_constant_value_for_broken_optimization instead of
892         decl_constant_value.
893
894 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
895
896         * tree.h (DECL_ALIGN_UNIT): New macro.
897
898 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
899
900         * config/avr/avr-protos.h (avr_output_bld): New.
901         (out_shift_with_cnt): Add t_len argument.
902         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
903         (output_movqi, output_movhi, output_movsisf): Optimize loading
904         any constant with exactly one bit set to NO_LD_REGS.
905         (out_shift_with_cnt): Optimize output code for size or speed,
906         depending on optimize_size.  Handle small shift counts as well
907         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
908         with or without a scratch register, with help of __tmp_reg__
909         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
910         length of TEMPLATE in words, return total insn length in *LEN.
911         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
912         out_shift_with_cnt to work with the above change.
913         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
914         lshrsi3_out): Likewise.  Optimize more known shift count cases.
915         Remove cases already well optimized in out_shift_with_cnt.
916         (avr_output_bld): New function.
917         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
918         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
919         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
920         Add reload_completed to insn condition - only for peepholes.
921         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
922         in a register or memory.
923         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
924         Do not require a scratch register.
925         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
926         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
927         Optimize shifts by known count using a scratch register, but only
928         if one is still available after register allocation.
929
930 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
931
932         * t-vax: New file.  Don't build modules from libgcc1.c.
933
934 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
935
936         * alias.c: (mark_constant_function): Don't check pure functions.
937         Initialize and end alias analysis.
938         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
939         Don't make a special exception for recursion.  Handle
940         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
941         unless it's volatile.
942
943         * local-alloc.c (equivalence): New structure.
944         (reg_equiv): Define.
945         (contains_replace_regs): Remove array and use
946         field in reg_equiv.
947         (memref_referenced_p): Likewise.
948         (no_equiv): Likewise.
949         (update_equiv_regs): Likewise.
950
951         (equiv_init_varies_p,
952         equiv_init_movable_p): New functions.
953         (update_equiv_regs): Use them.  Use rtx_varies_p
954         instead of function_invariant_p.  Process insns
955         from end to beginning.  Allow a REG_EQUIV insn
956         within the same loop as a use to be moved, also
957         allow it to be moved out of a loop.  Update
958         REG_DEAD notes when substituting into an insn.
959
960 2000-10-19  Jim Wilson  <wilson@cygnus.com>
961
962         * c-decl.c (start_decl): Check for error_mark_node type before using
963         COMPLETE_TYPE_P.
964         (finish_decl): Likewise.  Don't give an error if decl type is
965         already error_mark_node.
966
967         * haifa-sched.c (compute_trg_info): Add explanatory comments.
968         New local update_blocks.  Use update_blocks to remove duplicates
969         when computing update blocks.  Check for bblst_table overflow.
970         (schedule_block): Add explanatory comment.  Reduce bblst_size by
971         factor of 2.
972         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
973         notes.
974
975 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
976
977         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
978
979 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
980
981         * expmed.c: Minor corrections in comments.
982         * invoke.texi: Added desciption for the new option -ftrapv.
983
984 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
985
986         * libgcc2.c: Added the missing #endif.
987
988 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
989
990         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
991
992 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
993
994         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
995         Use smulv_optab for -ftrapv.
996         (expand_mult_highpart): Use unsigned multiply.
997         (expand_divmod): Special-case division by -1.
998         For EXACT_DIV_EXPR, do right shift first, then the multiply.
999         For complex divide, use abs with unsigned result.
1000         * expr.c (force_operand): Use unsigned multiply.
1001         (expand_expr): Use overflow-trapping optabs for signed types if
1002         flag_trapv.
1003         If flag_trapv, don't generate a recursive call with EXPAND_SUM
1004         if the type is signed and the original call wasn't EXPAND_SUM or
1005         EXPAND_INITIALIZER.
1006         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
1007         (negv_optab, absv_optab): Declare.
1008         * flags.h (flag_trapv): Declare.
1009         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
1010         smulv_optab, sdivv_optab, negv_optab and absv_optab.
1011         (gen_insn): Interpret '$P' as requiring an integer mode,
1012         including partial integer modes.
1013         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
1014         (product_cheap_p): Use unsigned expand_mult.
1015         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
1016         (negv_optab, absv_optab): Define.
1017         (expand_binop): Use overflow-trapping optabs for signed types if
1018         flag_trapv.
1019         Handle negv_optab libe neg_optab.
1020         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
1021         Use overflow-trapping optabs for signed result if flag_trapv.
1022         (expand_complex_abs): Use overflow-trapping optabs for signed types if
1023         flag_trapv.
1024         Don't open-code complex absolute-value operation for flag_trapv.
1025         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
1026         sdivv_optab, negv_optab and absv_optab.
1027         * toplev.c (flag_trapv): Define.
1028         (lang_independent_options f_options): Include flag_trapv.
1029         * tree.h (TYPE_TRAP_SIGNED): Define.
1030         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
1031         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
1032         New functions.
1033         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
1034         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
1035
1036 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
1037             David V. Henkel-Wallace  <gumby@cygnus.com>
1038
1039         * config/i386/t-netware: Bring in from the Red Hat tree.
1040         * config/i386/netware.h: Likewise.
1041         * config/netware.h: Likewise.
1042         * config/rs6000/netware.h: Delete.
1043         * configure.in: Add i[34567]86-*-netware.
1044         * configure: Hand-edit to match configure.in change.
1045
1046 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
1047
1048         * c-common.h (flag_no_builtin): Declare.
1049         (flag_no_nonansi_builtin): Likewise.
1050         (c_common_nodes_and_builtins): Change prototype.
1051         * c-common.c (flag_no_builtin): New variable.
1052         (flag_no_nonansi_builtin): Likewise.
1053         (c_common_nodes_and_builtins): Remove parameters.  Adjust
1054         accordingly.
1055         * c-decl.c (flag_no_builtin): Remove.
1056         (flag_no_nonansi_builtin): Likewise.
1057         (init_decl_processing): Adjust call to
1058         c_common_nodes_and_builtins.
1059
1060 2000-10-18  Marc Espie <espie@openbsd.org>
1061
1062         * tm.texi (LIBGCC_SPEC): Synch with reality.
1063
1064 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1065
1066         * c-common.c (check_format_types): Check for writing through a
1067         NULL pointer argument.
1068
1069 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
1070
1071         * tm.texi (Exception Region Output): Document
1072         DWARF_CIE_DATA_ALIGNMENT.
1073         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
1074         #ifndef.
1075         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
1076         DWARF_CIE_DATA_ALIGNMENT.
1077
1078 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
1079
1080         * basic-block.h (struct loop): Delete fields pre_header_root
1081         and pre_header_trace and replace with pre_header_edges
1082         and num_pre_header_edges.
1083         * flow.c (flow_loop_dump): Dump pre_header_edges.
1084         (flow_loops_free): Free pre_header_edges.
1085         (flow_loop_pre_header_scan): Calculate pre_header_edges.
1086
1087 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1088
1089         * contrib.texi: Update references to steering committee members
1090         and Jeff Law's entry.
1091
1092 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1093
1094         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
1095         (maybe_read_dollar_number, check_format_info_main): Use them for
1096         pedantic warning messages.
1097
1098 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1099
1100         * c-common.c (check_format_info_main): Minor cleanup: move
1101         variables into inner scopes; initialize declarations where
1102         appropriate; don't hardcode "scanf" name on warning for zero
1103         width.
1104
1105 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
1106
1107         * c-common.c (back_end_hook): New variable.
1108         * c-common.h (back_end_hook): Declare it.
1109         * c-lang.c (finish_file): Use it.
1110
1111         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
1112         earlier.
1113
1114 2000-10-18  Jan Hubicka  <jh@suse.cz>
1115
1116         * i386.c (ix86_comparison_operator, put_condition_code,
1117         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
1118         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
1119         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
1120         * i386.md (adddi and negdi splitter): Use CCRCmode.
1121         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
1122         (subsi3_carry): add '*'
1123         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
1124         (cmp to add peep2): Use CCRCmode; swap operands.
1125
1126 2000-10-18  Kazu Hirata  <kazu@hxi.com>
1127
1128         * h8300.c: Fix a comment typo.
1129         (round_frame_size): New.
1130         (compute_saved_regs): Likewise.
1131         (push): Likewise.
1132         (pop): Likewise.
1133         (push_order): Remove.
1134         (pop_order): Likewise.
1135         (function_prologue): Rearrange code for readability.
1136         (function_epilogue): Likewise.
1137
1138         * config/h8300/h8300.md: Remove an unnecessary sign_extend
1139         expander that is used when not optimizing.  Output a tab after
1140         each assembly insns.
1141
1142         * reorg.c: Fix formatting.
1143
1144 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
1145
1146         * reload1.c (move2add_note_store): Check for simple
1147         auto-inc in destination.
1148
1149 2000-10-17  Michael Chastain  <chastain@redhat.com>
1150
1151         * config/i386/i386-aout.h: define INT_ASM_OP.
1152
1153 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
1154
1155         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
1156
1157 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
1158
1159         * i370.md: Fix spelling typo.
1160
1161 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1162
1163         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
1164         Fixes execute/20001017-1.c on powerpc-linux-gnu.
1165
1166         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
1167         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
1168         LABEL_REF.
1169
1170         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
1171         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
1172         here...
1173         * rs6000/aix.h: ...to here.
1174         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
1175
1176 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
1177
1178         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
1179
1180         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
1181         sure linker can relax even the delay slot mov %g1,%o7, fix output
1182         formating.
1183
1184 2000-10-17  Kazu Hirata  <kazu@hxi.com>
1185
1186         * config/h8300/h8300.md: Remove an unnecessary zero_extend
1187         expander that is used when not optimizing.  Output a tab after
1188         each assembly insns.
1189
1190 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
1191
1192         * gcc.c: New options --target-help.
1193         (process_command): Added code to parse this new option.
1194         * toplev.c (display_target_options): New function to support the
1195         above new option.
1196         * cppinit.c (new_pending_directive) : New option OPT_target__help.
1197         (cpp_handle_option): Support this new option.
1198         * invoke.texi: Added notes about --target-help option.
1199
1200 2000-10-17  Graham Stott  <grahams@redhat.com>
1201
1202         * config/i386/i386.md (testqi_1): Add missing operand prefix
1203         for operand 0.
1204         * config/i386/i386-protos.h: Add missing prototype.
1205
1206 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
1207
1208         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
1209         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
1210         using -mintel-syntax.
1211
1212 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1213
1214         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
1215         (format_types): Use it for printf.
1216         (maybe_read_dollar_number): Add parameter for the kind of format
1217         involved.  Warn for multiple use for arguments if this is
1218         inappropriate for the kind of format involved.
1219         (check_format_info_main): Update calls to maybe_read_dollar_number.
1220
1221 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1222
1223         * inclhack.def (hpux_maxint): Also apply fix to values.h.
1224         * fixincl.x: Rebuilt.
1225
1226 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
1227
1228         * genrecog.c (write_switch): Return the first condition that needs a
1229         label.
1230
1231 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
1232
1233         * c-tree.h (warn_sequence_point): Move declaration to...
1234         * c-common.h (warn_sequence_point): ... here.
1235         * c-decl.c (warn_sequence_point): Move definition to...
1236         * c-common.c (warn_sequence_point): ... here.
1237         (struct reverse_tree): New.
1238         (reverse_list, reverse_max_depth): New static variables.
1239         (build_reverse_tree, common_ancestor, modify_ok
1240         verify_sequence_points): New functions.
1241         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
1242         * c-typeck.c (check_modify_expr): Delete.
1243         (build_modify_expr): Don't call it.
1244
1245 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1246
1247         * c-common.h (warn_missing_format_attribute): New variable.
1248         * c-decl.c (warn_missing_format_attribute): New variable.
1249         (c_decode_option): Decode -Wmissing-format-attribute and
1250         -Wno-missing-format-attribute.
1251         * c-common.c (check_function_format): If
1252         -Wmissing-format-attribute, give a warning where a vprintf or
1253         vscanf function is called by a function without its own printf or
1254         scanf attribute.
1255         * toplev.c (documented_lang_options): Add
1256         -Wmissing-format-attribute.
1257         * invoke.texi: Document -Wmissing-format-attribute.
1258
1259 2000-10-17  Marc Espie <espie@openbsd.org>
1260
1261         * invoke.texi (-shared): Insist on requiring code generation flags
1262         to be used along with -shared, and document the subtle failure that
1263         may occur otherwise.
1264
1265 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1266
1267         * pa.md (return_internal): Move `use' after `return'.
1268
1269 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1270
1271         * machmode.def: Correct comment.
1272
1273 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
1274
1275         * print-rtl.c (print_rtx_head): Constify.
1276         * rtl.h (print_rtx_head): Similarly.
1277
1278         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
1279         Constify char * return value.
1280         * config/pa/pa/pa.c
1281         (output_64bit_and, output_64bit_ior): Constify char * return value.
1282         (pa_can_combine_p): Make static.
1283         (function_arg): Decorate unused `named' argument. Fix comment typo.
1284         (function_arg_partial_nregs): Decorate unused `named' argument.
1285
1286 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1287
1288         * c-common.c (format_check_results): New structure.
1289         (finish_dollar_format_checking): Adjust to take a
1290         format_check_results * parameter.
1291         (check_format_info, check_format_info_recurse,
1292         check_format_info_main): Split check_format_info into three
1293         functions, the main checking going in check_format_info_main.
1294         Recurse when any reduction of the format string argument towards a
1295         string literal is done; go down both branches of a conditional
1296         expression.  Don't warn for extra format arguments or empty format
1297         strings if they only occur in some branches of a conditional
1298         expression.
1299
1300 2000-10-16  Kazu Hirata  <kazu@hxi.com>
1301
1302         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
1303
1304 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
1305
1306         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
1307
1308 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
1309
1310         * i386.md (*movsi_or): Switch operand order for intel syntax.
1311
1312 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1313
1314         * PROBLEMS: Remove.
1315
1316         * gcc.texi (Contributing): Update.
1317
1318 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
1319
1320         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
1321         appropriate assembler dialect.
1322
1323 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
1324
1325         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
1326
1327 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
1328
1329         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
1330         constants 1 and 2 to NO_LD_REGS.
1331
1332 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1333
1334         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
1335
1336         * objc/Make-lang.in (objc-parse.c): Likewise.
1337
1338 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
1339
1340         * arm.c: Include obstack.h
1341         (minipool_obstack, minipool_startobj): Define.
1342         (arm_add_gc_roots): Initialize them.
1343         (create_fix_barrier): Use our new obstack.
1344         (push_minipool_barrier, push_minipool_fix): Likewise.
1345         (arm_reorg): Release obstack memory.
1346
1347 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
1348
1349         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
1350         (prologue, exception_receiver, builtin_setjmp_receiver): New
1351         patterns.
1352         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
1353         * config/sparc/sparc-protos.h (finalize_pic): Remove.
1354         (load_pic_register): New prototype.
1355         * config/sparc/sparc.c (pic_setup_code): Remove.
1356         (finalize_pic): Rename to...
1357         (load_pic_register): ...this function.
1358         Don't look for nonlocal_goto_receivers and emit pic setup code
1359         directly.  Don't check current_function_uses_pic_offset_table.
1360
1361 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
1362
1363         * tree.h (struct obstack): Declare.
1364
1365 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
1366
1367         Remove obstacks.
1368         * Makefile.in (ggc-callbacks.o): Remove target.
1369         (flow.o): Depend on GGC_H.
1370         * alias.c (init_alias_analysis):
1371         Remove ggc_p conditionals.
1372         (end_alias_analysis): Likewise.
1373         * basic-block.h (init_flow): New function.
1374         (allocate_reg_life_data): Declare.
1375         * bb-reorder.c  (function_obstack): Replace with ...
1376         (flow_obstack): ... new variable.
1377         (fixup_reorder_chain): Use it.
1378         * c-decl.c (ggc_p): Remove.
1379         (caller-save.c): Don't call oballoc/obfree.
1380         * combine.c (struct
1381         undobuf): Remove storage.
1382         (try_combine): Don't call oballoc.
1383         (undo_all): Don't call obfree.
1384         * cse.c (insert): Use xmalloc, not
1385         oballoc.
1386         (cse_main): Adjust accordingly.
1387         * dwarf2out.c (save_rtx): Remove
1388         obstack code.
1389         (dwarf2out_init): Remove ggc_p conditionals.
1390         * emit-rtl.c (rtl_obstack): Remove.
1391         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
1392         (make_insn_raw): Likewise.
1393         (emit_insn_before): Likewise.
1394         (emit_insn_after): Likewise.
1395         (emit_insn): Likewise.
1396         (gen_sequence): Likewise.
1397         (copy_insn_1): Remove handling of `b' RTL components.
1398         (init_emit_once): Remove ggc_p conditionals.
1399         * except.c (create_rethrow_ref): Don't fool with obstacks.
1400         (add_partial_entry): Likewise.
1401         (call_get_eh_context): Likewise.
1402         (begin_protect_partials): Likewise.
1403         (protect_with_terminate): Likewise.
1404         * explow.c
1405         (plus_constant_wide): Likewise.
1406         * expr.c (init_expr_once):
1407         Likewise.
1408         (emit_block_move): Likewise.
1409         (clear_storage): Likewise.
1410         (expand_expr): Likewise.
1411         * flow.c (function_obstack): Remove.
1412         (flow_obstack): New variable.
1413         (flow_firstobj): Likewise.
1414         (create_base_block): Use the flow_obstack.
1415         (split_block): Likewise.
1416         (split_edge): Likewise.
1417         (calculate_global_regs_live): Likewise.
1418         (allocate_bb_life_data): Make it static.  Likewiwse.
1419         (init_flow): New function.
1420         (size_int_type_wide): Remove ggc_p conditionals.
1421         * function.c
1422         (push_function_context_to): Don't call save_tree_status.
1423         (pop_function_context_from): Or restore_tree_status.
1424         (assign_stack_local_1): Don't call push_obstacks.
1425         (find_fixup_replacement): Use xmalloc.
1426         (fixup_var_refs_insns): Free the storage.
1427         (insns_for_mem_walk): Don't mess with obstacks.
1428         (instantiate_decls): Likewise.
1429         (trampoline_address): Likewise.
1430         (expand_function_end): Likewise.
1431         * function.h (sturct function):
1432         Remove obstack-related variables.
1433         (save_tree_status): Don't declare.
1434         (restore_tree_status): Likewise.
1435         * gcse.c (compute_can_copy):
1436         Don't call oballoc/obfree.
1437         * genattrtab.c (operate_exp): Remove
1438         ggc_p conditionals.
1439         (simplify_cond): Likewise.
1440         (simplify_test_exp): Don't mess with obstacks.
1441         (optimize_attrs): Likewise.
1442         * gengenrtl.c (gendef): Don't include
1443         ggc_p conditionals.
1444         * ggc-callbacks.c (ggc_p): Remove.
1445         * ggc-none.c (ggc_p): Remove.
1446         * ggc.h (ggc_p): Don't declare.
1447         * integrate.c (save_for_inline): Don't mess with obstacks.
1448         (integrate_decl_tree): Likewise.
1449         (output_inline_function): Likewise.
1450         * lists.c
1451         (init_EXPR_INSN_LIST_cache): Likewise.
1452         * loop.c (temp_obstack):
1453         Remove.
1454         (rtl_obstack): Likewise.
1455         (init_loop): Don't mess with obstacks.
1456         (reg_address_cost): Free BIVs and GIVs.
1457         (check_insns_for_bivs): Use xmalloc, not oballoc.
1458         (find_mem_givs): Likewise.
1459         (record_biv): Likewise.
1460         (general_induction_var): Likewise.
1461         (product_cheap_p): Likewse.
1462         * optabs.c (init_one_libfunc): Remove
1463         ggc_p conditional.
1464         * print-tree.c (debug_tree): Don't use
1465         oballoc/obfree.
1466         (print_node): Likewise.
1467         * profile.c (output_func_start_profiler):
1468         Remove call to temporary_allocation.
1469         * reload1.c
1470         (eliminate_regs_in_insn): Don't mess with obstacks.
1471         * resource.c
1472         (mark_target_live_regs): Use xmalloc.
1473         (free_resource_info): Free the memory.
1474         * rtl.c (rtl_obstack):
1475         Remove.
1476         (rtvec_alloc): Don't mess with obstacks.
1477         (rtx_alloc): Likewise.
1478         (rtx_free): Remove.
1479         (copy_rtx): Don't handle `b' cases.
1480         (read_rtx): Use a local rtl_obstack.
1481         * rtl.h (oballoc): Remove.
1482         (obfree): Likewise.
1483         (pop_obstacks): Likewise.
1484         (push_obstacks): Likewise.
1485         (allocate_bb_life_data): Likewise.
1486         (allocate_reg_life_data): Likewise.
1487         (rtx_free): Likewise.
1488         * sdbout.c (sdbout_queue_anonymous_type):
1489         Use tree_cons, not saveable_tree_cons.
1490         * simplify-rtx.c
1491         (cselib_init): Don't mess with obstacks.
1492         * stmt.c
1493         (mark_block_nesting): Mark the label_chain.
1494         (epxand_label): Use ggc_alloc, not oballoc.
1495         (clear_last_expr): Don't mess with obstacks.
1496         (expand_decl_cleanup): Likewise.
1497         (expand_dcc_cleanup): Likewise.
1498         (expand_dhc_cleanup): Likewise.
1499         (expand_anon_union_decl): Likewise.
1500         (add_case_node): Use xmalloc, not oballoc.
1501         (free_case_nodes): New function.
1502         (expand_end_case): Call it.
1503         * stor-layout.c (layout_type): Don't
1504         mess with obstacks.
1505         (layout_type): Likewise.
1506         * toplev.c (wrapup_global_declarations):
1507         Likewise.
1508         (compile_file): Remove ggc_p conditionals.
1509         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
1510         (decode_f_option): Remove ggc_p conditionals.
1511         * tree.c
1512         (function_maybepermanent_obstack): Remove.
1513         (maybepermanent_obstack): Likewise.
1514         (function_obstack): Likewise.
1515         (tmeporary_obstack): Likewise.
1516         (momentary_obstack): Likewise.
1517         (temp_decl_obstack): Likewise.
1518         (saveable_obstack): Likewise.
1519         (rtl_obstack): Likewise.
1520         (current_obstack): Likewise.
1521         (expression_obstack): Likewise.
1522         (struct obstack_stack): Likewise.
1523         (obstack_stack): Likewise.
1524         (obstack_stack_obstack): Likewise.
1525         (maybepermanent_firstobj): Likewise.
1526         (temporary_firstobj): Likewise.
1527         (momentary_firstobj): Likewise.
1528         (temp_decl_firstobj): Likewise.
1529         (momentary_function_firstobj): Likewise.
1530         (all_types_permanent): Likewise.
1531         (struct momentary_level): Likewise.
1532         (momentary_stack): Likewise.
1533         (init_obstacks): Remove initialization of removed obstacks.
1534         (save_tree_status): Remove.
1535         (restore_tree_status): Likewise.
1536         (temporary_allocation): Liekwise.
1537         (end_temporary_allocation): Liekwise.
1538         (resume_temporary_allocation): Likewise.
1539         (saveable_allocation): Likewise.
1540         (push_obstacks): Likewise.
1541         (push_obstacks_nochange): Likewise.
1542         (pop_obstacks): Likewise.
1543         (allocation_temporary_p): Likewise.
1544         (permanent_allocation): Likewise.
1545         (preserve_data): Likewise.
1546         (preserve_initializer): Likewise.
1547         (rtl_in_current_obstack): Likewise.
1548         (rtl_in_saveable_obstack): Likewise.
1549         (oballoc): Likewise.
1550         (obfree): Likewise.
1551         (savealloc): Likewise.
1552         (expralloc): Likewise.
1553         (print_obstack_name): Likewise.
1554         (debug_obstack): Likewise.
1555         (object_permanent_p): Likewise.
1556         (push_momentary): Likewise.
1557         (perserve_momentary): Likewise.
1558         (clear_momentary): Likewise.
1559         (pop_momentary): Likewise.
1560         (pop_momentary_nofree): Likewise.
1561         (suspend_momentary): Likewise.
1562         (resume_momentary): Likewise.
1563         (make_node): Don't set TREE_PERMANENT.
1564         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
1565         Don't set TREE_PERMANENT.
1566         (get_identifier): Remove ggc_p conditionals.
1567         (build_string): Likewise.
1568         (make_tree_vec): Likewise.
1569         (build_decl_list): Remove.
1570         (build_expr_list): Likewise.
1571         (tree_cons): Remove ggc_p conditionals.
1572         (decl_tree_cons): Remove.
1573         (expr_tree_cons): Likewise.
1574         (perm_tree_cons): Likewise.
1575         (temp_tree_cons): Likewise.
1576         (saveable_tree_cons): Likewise.
1577         (build1): Remove ggc_p conditionals.
1578         (build_parse_node): Likewise.
1579         (build_type_attribute_variant): Don't mess with obstacks.
1580         (build_type_copy): Likewise.
1581         (type_hash_canon): Likewise.
1582         (build_pointer_type): Likewise.
1583         (build_reference_type): Likewise.
1584         (build_index_type): Likewise.
1585         (build_range_type): Likewise.
1586         (dump_tree_statistics): Don't print obstack information.
1587         * tree.h
1588         (struct tree_common): Remove permanent_flag.
1589         (TREE_PERMANENT): Remove.
1590         (TREE_SET_PERMANENT): Likewise.
1591         (TYPE_OBSTACK): Likewise.
1592         (struct tree_type): Remove obstack.
1593         (oballoc): Remove.
1594         (savealloc): Likewise.
1595         (build_decl_list): Likewise.
1596         (build_expr_list): Likewise.
1597         (perm_tree_cons): Likewise.
1598         (temp_tree_cons): Likewise.
1599         (saveable_tree_cons): Likewise.
1600         (decl_tree_cons): Likewise.
1601         (expr_tree_cons): Likewise.
1602         (suspend_momentary): Likewise.
1603         (allocation_temporary_p): Likewise.
1604         (resume_momentary): Likewise.
1605         (push_obstacks_nochange): Likewise.
1606         (permanent_allocation): Likewise.
1607         (push_momentary): Likewise.
1608         (clear_momentary): Likewise.
1609         (pop_momentary): Likewise.
1610         (end_temporary_allocation): Likewise.
1611         (pop_obstacks): Likewise.
1612         (push_obstacks): Likewise.
1613         (pop_momentary_nofree): LIkewise.
1614         (preserve_momentary): Likewise.
1615         (saveable_allocation): Likewise.
1616         (temporary_allocation): Likewise.
1617         (resume_temporary_allocation): Likewise.
1618         (perserve_initializer): Likewise.
1619         (debug_obstack): Likewise.
1620         (rtl_in_current_obstack): Likewise.
1621         (rtl_in_saveable_obstack): Likewise.
1622         (obfree): Likewise.
1623         * varasm.c (current_obstack): Remove.
1624         (saveable_obstack): Remove.
1625         (rtl_obstack): Remove.
1626         (immed_double_const): Don't mess with obstacks.
1627         (immed_real_cons): Likewise.
1628         (output_constant_def): Likewise.
1629         (init_varasm_status): Use xcalloc.
1630         (mark_pool_constant): Mark the pool constant itself.
1631         (free_varasm_status): Free memory.
1632         (decode_rtx_const): Call bzero directly, rather than expanding it
1633         inline.
1634         (record_rtx_const): Don't mess with obstacks.
1635         (force_const_mem): Likewise.
1636         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
1637         conditionals.
1638         (aof_pic_entry): Likewise.
1639         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
1640         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
1641         * config/pa/pa.c (saveable_obstack): Remove.
1642         (rtl_obstack): Likewise.
1643         (current_obstack): Likewise.
1644         (output_call): Don't mess with obstacks.
1645         (hppa_encode_label): Remove ggc_p conditionals.
1646         * config/romp/romp.c (get_symref): Don't mess with obstacks.
1647         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
1648         (rs6000_encode_section_info): Likewise.
1649         * config/sh/sh.c (get_fpscr_rtx): Likewise.
1650
1651 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
1652
1653         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
1654         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
1655         (addsi3_carry): Canonicalize.
1656         (addqi_5): Remove '*'.
1657         (sbb pattern): Canonicalize.
1658
1659         * i386.md (cmp to inc/add peep2): New.
1660
1661 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
1662
1663         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
1664         the exit block.
1665
1666 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1667
1668         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
1669         * README.TRAD, TESTS.FLUNK: Remove.
1670
1671 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1672
1673         * c-common.c (decl_attributes): Don't allow strftime formats with
1674         first_arg_num nonzero.
1675         (check_format_info): Set wanted_type and wanted_type_name to zero
1676         before they are possibly assigned and used.
1677
1678 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1679
1680         * c-common.c (scanf_flag_specs): Add flags ' and I.
1681         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
1682         or the ^ and # flags together.
1683         (scan_char_table): Handle the ' and I flags.
1684         (format_types): Add ' and I flags for scanf.
1685
1686 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1687
1688         * c-common.c (print_char_table): Use the unpromoted type for
1689         lengths "h" and "hh" with conversions dioxXu.
1690         (check_format_types): Apply the default argument promotions where
1691         the wanted type is not a pointer target.
1692
1693 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
1694             Joseph S. Myers  <jsm28@cam.ac.uk>
1695
1696         * c-typeck.c (check_modify_expr): New function.
1697         (build_modify_expr): Call it if warn_sequence_point.
1698         * c-decl.c (warn_sequence_point): New variable.
1699         (c_decode_option): Handle -Wsequence-point and
1700         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
1701         * c-tree.h (warn_sequence_point): Declare.
1702         * invoke.texi (-Wsequence-point): Document.
1703         * toplev.c (documented_lang_options): Add -Wsequence-point and
1704         -Wno-sequence-point.
1705         Original work by Michael Meeks, 16 Jun 1998.
1706
1707 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1708
1709         * tree.c (get_narrower): Don't look at precision of field if
1710         not laid out yet.
1711
1712 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
1713
1714         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
1715         declaration for data with "progmem" attribute.
1716
1717 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
1718
1719         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
1720         Correct insn length if shift count is a memory operand.
1721         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
1722         (*iorhi3_clobber): Change lo8 to hi8.
1723         (zero_extendhisi2): Change %B0 to %A1.
1724         (ashlhi3, ashrhi3): Correct insn length.
1725         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
1726         from "clobber" to "set_n" in some alternatives.
1727
1728 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
1729
1730         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
1731         remove its insn_chain structure as well.
1732
1733 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1734
1735         * dbxout.c (dbxout_source_line): Remove extra tab.
1736
1737 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
1738
1739         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
1740
1741 2000-10-09  Richard Henderson  <rth@cygnus.com>
1742
1743         * Makefile.in (LANG_LIB2FUNCS): Remove.
1744         (LIB2FUNCS): Remove _pure.
1745         (LIB2ADD): Remove LANG_LIB2FUNCS.
1746         (stage_a): Don't set LANG_LIB2FUNCS.
1747         * libgcc2.c (__terminate): Mark noreturn.
1748         (__pure_virtual): Remove.
1749         * mklibgcc.in: Remove LIB2ADD .txt processing.
1750
1751 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
1752
1753         * arm.md (push_multi): Revert unintended change.
1754
1755 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
1756
1757         * arm.c: Miscellaneous white space and comment clean-ups.  No
1758         functional change.
1759         * arm.md: Likewise.
1760
1761 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1762
1763         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
1764         STRING_CST by calling combine_strings.
1765
1766 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
1767
1768         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
1769         (thumb_output_move_mem_multiple): Support new insn format.
1770         * arm.md (movmem12b): Use SSA compatible format.
1771         (movmem8b): Likewise.
1772
1773 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
1774
1775         * arm.md (predicable): New attribute, default to "no".
1776         (all patterns): Mark as predicable if appropriate.
1777         (conditional execution splits): Split using predication format.
1778         (define_cond_exec): Define.
1779         * arm.c (arm_print_operand): handle insn predicate.
1780
1781 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1782
1783         * README.NS32K: Remove file.
1784
1785 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1786
1787         * README-bugs: Remove file.
1788
1789 2000-10-08  Philipp Thomas  <pthomas@suse.de>
1790         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
1791         for test.
1792         * configure: Rebuilt.
1793
1794 2000-10-08  Philipp Thomas  <pthomas@suse.de>
1795         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
1796         disable catalog building if no suitable program was found.
1797         Move warning message from here
1798         (AM_GNU_GETTEXT): To here.
1799         * configure: Rebuilt.
1800
1801 2000-10-08  Philipp Thomas  <pthomas@suse.de>
1802         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
1803         different cache variables.
1804         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
1805         uses different cache variables.
1806         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
1807         * configure: Regenerated.
1808
1809 2000-10-08  Richard Henderson  <rth@cygnus.com>
1810
1811         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
1812         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
1813         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
1814         Use SHLIB_EXT.
1815
1816         * config/t-linux (SHLIB_EXT): New.
1817         (SHLIB_LINK): Use the entire build command, with substitutions.
1818         (SHLIB_LIBS): Remove.
1819         * config/alpha/t-osf4: Likewise.
1820         * config/mips/t-iris6: Likewise.
1821         * config/sparc/t-sol2: Likewise, but move shlib stuff...
1822         * config/sparc/t-slibgcc-sld: ...here.
1823         * config/sparc/t-slibgcc: New file.
1824
1825 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1826
1827         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
1828         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
1829         CTI_UINTMAX_TYPE.
1830         (intmax_type_node, uintmax_type_node): Define.
1831         * c-common.c (decl_attributes): If pedantic, warn if `mode'
1832         attributes create a type wider than intmax_t.
1833         (T_IM, T_UIM): Define properly.
1834         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
1835         defined.
1836         (init_decl_processing): Initialize intmax_type_node and
1837         uintmax_type_node.
1838         * c-lex.c (lex_number): When pedantic and warning for integer
1839         constants that are too large, in C99 mode warn for those that have
1840         a type wider than long long.
1841
1842 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1843
1844         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
1845         FMT_FLAG_FANCY_PERCENT_OK): Define.
1846         (format_char_info): Add flag "4" to comment.
1847         (format_flag_spec, format_flag_pair): New structures.
1848         (format_kind_info): Add additional fields to control format
1849         checking.
1850         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
1851         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
1852         arrays.
1853         (time_char_table): Use "4" flag to handle %Ey.
1854         (format_types): Add entries for new fields.
1855         (get_flag_spec): New function.
1856         (check_format_info): Increase size of flag_chars[] to 256.
1857         Control format checking using the new fields of a format_kind_info
1858         and the new tables; remove all conditionals on printf_format_type,
1859         scanf_format_type or strftime_format_type.  Handle all details of
1860         bad combinations of flags (including width, precision and strftime
1861         modifiers) through data rather than ad hoc code.  Handle all
1862         details of standard versions in which flags appeared through
1863         data.  Use the "4" flag.
1864
1865 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
1866
1867         * config/h8300/h8300.md: Remove the memory alternative and correct
1868         the insn lengths in the templates for sign extention and zero
1869         extention.
1870
1871 2000-10-07  Richard Henderson  <rth@cygnus.com>
1872
1873         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
1874         * flow.c (make_edges): Revert last change.
1875
1876         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
1877         TREE_THIS_VOLATILE.
1878         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
1879
1880 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
1881
1882         * config/alpha/elf.h: Standardize the formatting.
1883
1884 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
1885
1886         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
1887         #undef.
1888
1889 2000-10-06  Richard Henderson  <rth@cygnus.com>
1890
1891         * function.c (diddle_return_value): Examine
1892         current_function_return_rtx instead of the DECL_RESULT.
1893         (expand_function_end): Handle reloading DECL_RESULT from memory
1894         into a hard register.  Query promote_mode for sign of mismatched
1895         modes.
1896
1897 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
1898
1899         * haifa-sched.c (schedule_insns): Fix typo in freeing
1900         forward_dependency_cache.
1901
1902 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
1903
1904         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
1905         `TARGET_SH2' as a condition.
1906
1907 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
1908
1909         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
1910         forward_dependency_cache): New variables.
1911         (add_dependence, remove_dependence): Use anti_dependency_cache and
1912         output_dependency_cache.
1913         (compute_block_forward_dependences): Use forward_dependency_cache.
1914         (schedule_insns): Allocate and free memory for anti/output/forward
1915         dependencies caches.
1916
1917 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
1918
1919         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
1920         `! TARGET_SH1'.  Reindent.
1921
1922 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1923
1924         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
1925         Move functions from here ...
1926
1927         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
1928         ... to here.
1929         (c_expand_builtin): New function.
1930         (init_function_format_info): Don't set `check_function_format_ptr'.
1931         (c_common_nodes_and_builtins): Set built_in_class type for
1932         printf/__builtin_printf to BUILT_IN_FRONTEND.
1933         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
1934
1935         * c-common.h (build_function_call): Declare.
1936
1937         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
1938         to `lang_expand_expr' rather than `expand_builtin'.
1939
1940         * tree.c (check_function_format_ptr): Delete.
1941
1942         * tree.h (check_function_format_ptr): Likewise.
1943
1944 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
1945
1946         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
1947         DW_OP_bregx when cfa->reg > 31.
1948
1949         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
1950         break.
1951
1952 2000-10-05  Richard Henderson  <rth@cygnus.com>
1953
1954         * c-decl.c (warn_missing_noreturn): Remove.
1955         (c_expand_body): Don't set or check can_reach_end.
1956         * c-tree.h (warn_missing_noreturn): Move ...
1957         * flags.h: ... here.
1958         (can_reach_end): Remove.
1959         * flow.c (check_function_return_warnings): New.
1960         (make_edges): No edge to exit for noreturn sibcalls.
1961         * function.c (expand_function_end): Save the return value
1962         clobber instruction.
1963         (mark_function_status): Mark it.
1964         * function.h (struct function): Add x_clobber_return_insn.
1965         * jump.c (can_reach_end): Remove.
1966         (calculate_can_reach_end): Remove.
1967         (jump_optimize_1): Don't call it.
1968         * output.h (check_function_return_warnings): Declare.
1969         * toplev.c (warn_missing_noreturn): Move from c-decl.c
1970         (rest_of_compilation): Call check_function_return_warnings.
1971
1972 2000-10-05  Richard Henderson  <rth@cygnus.com>
1973
1974         * Makefile.in (NM_FOR_TARGET): New.
1975         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
1976         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
1977         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
1978         shared library build on that and EXTRA_MULTILIB_PARTS.
1979         * mkmap-flat.awk: New file.
1980         * mkmap-symver.awk: New file.
1981         * libgcc-std.ver: New file.
1982         * config/libgcc-glibc.ver: New file.
1983         * config/ia64/libgcc-ia64.ver: New file.
1984         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
1985         (SHLIB_LINK): Add --version-script.
1986         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
1987         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
1988         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
1989         (SHLIB_LINK): Add -M.
1990
1991 2000-10-05  Richard Henderson  <rth@cygnus.com>
1992
1993         * Makefile.in (LIB2FUNCS): Add _clz.
1994         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
1995         (__clz_tab): Put in its own unit, non-static.
1996         * libgcc2.h: Always include longlong.h.
1997
1998         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
1999         a zero instead of -1.
2000         (count_trailing_zeros): Likewise.
2001
2002 2000-10-05  Richard Henderson  <rth@cygnus.com>
2003
2004         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
2005         when second op1 is const0_rtx.  Validate op0 as a register.
2006         * config/alpha/alpha.md (setcc_internal): Don't allow constants
2007         in the first argument of the compare.
2008         (setcc_swapped_internal): Likewise.
2009         (setne_internal): Likewise.
2010
2011 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
2012
2013         * tree.c (tree_size): New function split out of copy_node.
2014         (make_node): Remove obstack handling.  Use tree_size.
2015         (copy_node): Use tree_size.
2016         * tree.h: Prototype tree_size.
2017
2018 2000-10-05  Richard Henderson  <rth@cygnus.com>
2019
2020         * diagnostic.c (output_format): Add missing break.
2021
2022 2000-10-05  Jim Wilson  <wilson@cygnus.com>
2023
2024         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
2025         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
2026         sequence insn to INSN, and delete last sequence insn.
2027
2028 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
2029
2030         * gcc.c (main): Include generated configargs.h header
2031         and use arguments in '-v' output.
2032
2033 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2034
2035         * gcc.c: Move data on prefixes forward in file and reorganize.
2036         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
2037         Always define, but make null if no value.
2038         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
2039         and "md_startfile_prefix_1".
2040         (main): Check whether md_exec_prefix and the others are the
2041         null string rather than whether the macro is defined.
2042
2043 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
2044
2045         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
2046         from PSImode to SImode.
2047
2048 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
2049
2050         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
2051         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
2052         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
2053         sizeof(long).
2054
2055 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2056
2057         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
2058         negation in proper type.a
2059
2060 2000-10-04  Richard Henderson  <rth@cygnus.com>
2061
2062         * configure.in (enable-shared): New.
2063         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
2064         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
2065         * mklibgcc.in: Use them to link shared a libgcc.
2066         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
2067         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
2068         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
2069         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
2070
2071         * configure.in (alpha-osf*): Use t-osf and x-osf.
2072         * config/alpha/t-osf: New file.
2073         * config/alpha/t-osf4: New file.
2074         * config/alpha/x-osf: New file.
2075         * config/alpha/x-alpha: Remove file.
2076
2077 2000-10-04  Will Cohen  <wcohen@redhat.com>
2078
2079         * c-typeck.c (process_init_element): Added warning for zero-length
2080         array.
2081
2082         * extend.texi (Zero Length): State that static initializers for
2083         zero-length arrays are not allowed.
2084
2085 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2086
2087         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
2088         to come last.
2089
2090 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2091
2092         * config/float-c4x.h: New.
2093         * configure.in (c4x-*): Set float_format to c4x.
2094         * configure: Regenerate.
2095
2096 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2097
2098         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
2099         compilation for solaris versions 2.7 and greater.
2100
2101 2000-10-02  Marc Espie <espie@openbsd.org>
2102
2103         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
2104         instead of redefining from scratch.
2105
2106 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
2107
2108         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
2109
2110 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
2111
2112         * config/ns32k/genix.h: Remove.
2113         * config/ns32k/x-genix: Likewise.
2114         * config/ns32k/xm-genix.h: Likewise.
2115         * config/fx80: Remove all filee in directory.
2116         * config/pyr: Likewise.
2117         * config/tahoe: Likewise.
2118         * config/gmicro: Likewise.
2119         * config/spur: Likewise.
2120         * configure.in: Remove configury bits for above targets.
2121         * configure: Regenerated.
2122
2123         * configure.in: Don't configure chill by default.
2124         * configure: Regenerated.
2125
2126         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
2127         (lang_mark_false_label_stack): Remove.
2128         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
2129         <top level> string in GC area.
2130         (mark_splay_tree_node): New function.
2131         (mark_splay_tree): Likewise.
2132         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
2133         if it exists.
2134         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
2135         * ggc-common.c (lang_mark_false_label_stack): Change type.
2136         * ggc.h (ggc_alloc_string): Add comment.
2137         (ggc_strdup): New function.
2138
2139 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
2140
2141         * config/avr/avr.h (BRANCH_COST): Define as 0.
2142
2143         * config/pdp11/pdp11.c: #include "tree.h" added.
2144
2145 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
2146
2147         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
2148         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
2149         with known shift count.
2150         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
2151         New alternative for shift count 2 with no scratch register.
2152         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
2153         "set_n" for shift counts 1 and 2.
2154
2155 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
2156
2157         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
2158         the mask value from the individual SET operations.
2159         (return_internal_si): Move the USE after the RETURN.
2160         (return_internal_di): Likewise.
2161         (return_and_restore_fpregs_si): Likewise.
2162         (return_and_restore_fpregs_di): Likewise.
2163         (return_eh_si): Likewise.
2164         (return_eh_di): Likewise.
2165         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
2166         or check, the USE.
2167         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
2168         Don't generate a PARALLEL around a single operation movsi_to_cr.
2169         Generate the RETURN first in any PARALLELs.
2170
2171         * rtlanal.c (single_set_1): Use fatal_insn to display the
2172         invalid insn.  Check for more cases when a USE or CLOBBER occurs
2173         before a SET.
2174         * Makefile.in: Update dependencies for rtlanal.o.
2175
2176 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2177
2178         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
2179
2180 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
2181
2182         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
2183         Consistently use @email for formatting email addresses.
2184
2185 2000-09-29  Richard Henderson  <rth@cygnus.com>
2186
2187         * cse.c (notreg_cost): New argument outer.
2188         (COST): Pass in SET to notreg_cost
2189         (COST_IN): New.
2190         (fold_rtx): Use COST_IN.  Prefer constants when costs
2191         are the same.
2192
2193 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
2194
2195         * fixinc/inclhack.def (broken_cabs): Generalize regex.
2196         * fixinc/fixincl.x: Regenerate.
2197
2198 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2199
2200         * loop.c (check_final_value): A GIV is not replaceable if used
2201         before set.
2202
2203 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
2204
2205         * version.c: Bump to gcc-2.97.
2206
2207 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2208
2209         * final.c (final_scan_insn): Remove extra extract_insn call;
2210         Use caching for constrain_operands.
2211         (cleanup_subreg_operands): Use caching for extract_insn.
2212         * recog.c (constrain_operands_cached): New.
2213         * recog.h (constrain_operands_cached): Declare.
2214         * i386.c (ix86_attr_length_immediate_default,
2215         ix86_attr_length_address_default, ix86_agi_dependant): Cache
2216         extract_insn call.
2217
2218         * recog.c (asm_noperands): Tweak.
2219         (extract_insn): Do not call asm_noperads for non-asm instructions.
2220
2221 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2222
2223         * recog.c (recog_memoized): Rename to recog_memoized_1.
2224         * recog.h (recog_memoized): Rename to recog_memoized_1.
2225         (recog_memoized): New macro.
2226         * rtl.h (single_set): Rename to single_set_1
2227         (single_set): New macro.
2228         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
2229         to be last.
2230
2231         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
2232         Do not use match_dup of input operands at outputs.
2233         Use register_operand for memory expression.
2234         (rep_movsi): Put use last, canonicalize.
2235         Use register_operand for memory expression.
2236         (rep_movqi): Put use last.
2237         Use register_operand for memory expression.
2238         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
2239         of input operands at outputs.  Use register_operand for memory
2240         expression.
2241         (rep_stossi): Put use last; canonicalize; fix match_dup in
2242         the address expression
2243         (rep_stosqi): Likewise.
2244         (memcmp expander): Update calls.
2245         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
2246         the clobbers.
2247
2248         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
2249         VOIDmode.
2250         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
2251
2252 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
2253
2254         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
2255         Contains the old contents of config/i386/freebsd.h
2256         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
2257         Contains the old contents of config/i386/freebsd-elf.h
2258         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
2259         config/i386/freebsd.h.
2260         * configure.in: Adjust for above changes.
2261         * po/POTFILES.in: Likewise.
2262         * po/en_GB.po: Likewise.
2263         * po/gcc.pot: Likewise.
2264         * configure: Rebuilt.
2265
2266 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2267
2268         * doloop.c (doloop_modify): Prevent delete_insn() from
2269         deleting too much.  Prefer loop->top over loop->start as
2270         target for the new JUMP insn.
2271         (doloop_valid_p): Ignore loop with exit_count != 0.
2272
2273 2000-09-28  Philipp Thomas  <pthomas@suse.de>
2274
2275         * invoke.texi (i386 Options): Add athlon to table of possible
2276         choices for -mcpu=.
2277
2278 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
2279
2280         * diagnostic.h (output_clear_message_text): New function.
2281         (output_message_text): New macro.
2282
2283         * diagnostic.c (clear_text_info): Rename to
2284         output_clear_message_text.
2285         (output_clear): Adjust.
2286         (output_finish): Rename to output_finalize_message.  Tweek.
2287         (output_to_stream): Adjust.
2288
2289 2000-09-28  Neil Booth  <neilb@earthling.net>
2290
2291         * cpperror.c (_cpp_begin_message):  Do the test for suppression
2292         of warnings and pedantic warnings before the "is a warning an
2293         error" tests.
2294         * cppinit.c (cpp_handle_option): Remove surplus \n.
2295         * cpplex.c (ON_REST_ARG): Delete.
2296         (skip_block_comment): Initialise prevc.
2297         (parse_args): Improve error messages.
2298         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
2299         than ON_REST_ARG.
2300         * cpplib.c (cpp_push_buffer): Fix grammar in message.
2301         * cppmain.c (main): Set callbacks for #ident and #pragma
2302         only if no_output option is false.
2303         (do_pragma_implementation): Only call the #pragma handler
2304         if it is set in the cpp_reader structure.
2305
2306 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
2307
2308         * integrate.c (copy_insn_list): if an ignored return value
2309         is being clobbered, skip cloning that into the inline copy.
2310
2311 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
2312
2313         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
2314         use @uref for formatting URLs.
2315
2316 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
2317
2318         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
2319         name and prefix.
2320
2321 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
2322
2323         * gcc.c (cpp_options): Add spec for -ftabstop=.
2324         (invoke_as): New spec that handles invoking as.
2325         Update specs to handle -save-temps and -traditional.
2326         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
2327         Use invoke_as.
2328         * cp/lang-specs.h, objc/lang-specs.h: Update to use
2329         invoke_as, and handle -save-temps and -traditional (if
2330         appropriate).
2331
2332 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
2333
2334         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
2335         op0 is a SUBREG.
2336         (function_arg_slotno): Accept TImode/CTImode.
2337         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
2338         to UNITS_PER_WORD.
2339
2340 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
2341
2342         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
2343         from entry block.
2344
2345 2000-09-25  Jim Wilson  <wilson@cygnus.com>
2346
2347         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
2348         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
2349         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
2350         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
2351
2352 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
2353
2354         * cpplex.c (parse_args): Don't set VOID_REST flag.
2355         (CONTEXT_VARARGS): New flag.
2356         (maybe_paste_with_next): Set context earlier in loop.  Use
2357         it.  Do varargs test with CONTEXT_VARARGS flag.
2358         (push_arg_context): Set CONTEXT_VARARGS flag if we're
2359         pushing an argument context for a varargs argument.
2360         * cpplib.h (VOID_REST): Delete.
2361         * gcc.dg/cpp/vararg1.c: Add test case.
2362
2363 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
2364
2365         * flags.h:  Declare warning flag warn_system_headers.
2366         * toplev.c:  Define it.
2367         (W_options): Add option -Wsystem-headers.
2368         * diagnostic.c (count_error): Test warn_system_headers.
2369         * invoke.texi:  Add description for -Wsystem-headers.
2370         * cpplib.h (cpp_options): New member warn_system_headers.
2371         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
2372         CPP_IN_SYSTEM_HEADER.
2373         * cpplib.c (do_import, do_pragma_once): Likewise.
2374         * cpperror.c (_cpp_begin_message): Test warn_system_headers
2375         and CPP_IN_SYSTEM_HEADER.
2376         * cppinit.c (handle_option): Recognize -Wsystem_headers.
2377         (print_help): Describe -Wsystem_headers.
2378         * cpplex.c (lex_line): Reorganize condition so that warnings
2379         about C++ comments in system headers can be enabled. Remove
2380         label do_line_comment.
2381
2382 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
2383
2384         * cpplex.c (save_comment): Only store the initial '/'
2385         now.
2386         (lex_token): Combine handling of the two comment types.
2387         Pass everything but the initial '/' to save_comment.
2388
2389 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
2390
2391         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
2392         _cpp_can_paste): New library-internal prototypes.
2393         * cpplex.c (dump_param_spelling, output_line_command,
2394         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
2395         cpp_printf, cpp_output_list): Move to cppoutput.c.
2396         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
2397         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
2398         cppoutput.c.
2399         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
2400         dump_param_spelling, output_line_command, cpp_scan_buffer,
2401         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
2402         from elsewhere.
2403         * Makefile.in: Add cppoutput.c.
2404         * po/POTFILES.in: Add cppoutput.c.
2405
2406 2000-09-25  Richard Henderson  <rth@cygnus.com>
2407
2408         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
2409         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
2410         split until after reload.
2411         (rotlsi3, rotldi3): New.
2412
2413 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
2414
2415         * diagnostic.c (output_last_position): Define.
2416         (set_real_maximum_length): Tweek.
2417         * diagnostic.h (output_last_position): Declare.
2418
2419 2000-09-25  Kazu Hirata  <kazu@hxi.com>
2420
2421         * config/i386/i386.c: Fix formatting.
2422
2423 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
2424
2425         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
2426         UNITS_PER_WORD is small.
2427
2428 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2429
2430         * c-common.c (format_char_info): Add flags2; update comments.
2431         (print_char_table, scan_char_table, time_char_table): Split some
2432         flags out into flags2.
2433         (check_format_info): Use flags2 for those flags, for identifying
2434         the initial character of a scanf scanset, and for identifying
2435         printf formats where the '0' flag is ignored with precision.
2436
2437 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
2438
2439         Changes below marked "here" add TABs on either or both sides,
2440         covering start of line, up to any operand for all noted .*ASM.*_OP
2441         definitions.  All callers changed.
2442         * tm.texi: Make documented *_ASM.*_OP:s include spacing
2443         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
2444         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
2445         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
2446         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
2447         Fix typos in description for LONG_LONG_TYPE_SIZE and
2448         FINI_SECTION_ASM_OP.
2449         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
2450         why these defaults don't have leading spacing.
2451         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
2452         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2453         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
2454         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
2455         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
2456         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
2457         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
2458         * varasm.c (ASM_STABS_OP): Here.
2459         * xcoffout.h (ASM_STABS_OP): Here.
2460         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
2461         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
2462         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
2463         STRING_ASM_OP): Here.
2464         * config/freebsd.h (IDENT_ASM_OP): Here.
2465         * config/linux-aout.h (SET_ASM_OP): Here.
2466         * config/linux.h (SET_ASM_OP): Here.
2467         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2468         INT_ASM_OP): Here.
2469         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
2470         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
2471         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
2472         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2473         INT_ASM_OP): Here.
2474         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
2475         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
2476         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
2477         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
2478         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
2479         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2480         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
2481         * config/a29k/udi.h (INT_ASM_OP): Here.
2482         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
2483         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
2484         SET_ASM_OP): Here.
2485         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
2486         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2487         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2488         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
2489         ASM_STABD_OP): Here.
2490         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
2491         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
2492         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2493         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
2494         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
2495         SIZE_ASM_OP, STRING_ASM_OP): Here.
2496         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
2497         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
2498         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
2499         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
2500         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
2501         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
2502         Here.
2503         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2504         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
2505         * config/arm/coff.h (INT_ASM_OP): Here.
2506         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
2507         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
2508         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
2509         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
2510         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
2511         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2512         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
2513         STRING_ASM_OP): Here.  Update documentation copy in comments.
2514         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
2515         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
2516         DATA_SECTION_ASM_OP): Here.
2517         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
2518         Here.
2519         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
2520         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
2521         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2522         BSS_SECTION_ASM_OP): Here.
2523         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2524         BSS_SECTION_ASM_OP): Here.
2525         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2526         Here.
2527         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
2528         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
2529         * config/h8300/h8300.h (ASM_WORD_OP): Here.
2530         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2531         BSS_SECTION_ASM_OP): Here.
2532         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
2533         * config/i386/bsd.h (ASM_BYTE_OP): Here.
2534         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
2535         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
2536         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
2537         Here.
2538         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
2539         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
2540         Here.
2541         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
2542         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2543         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
2544         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
2545         SET_ASM_OP): Here.
2546         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
2547         * config/i386/netbsd.h (INT_ASM_OP): Here.
2548         * config/i386/openbsd.h (INT_ASM_OP): Here.
2549         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
2550         IDENT_ASM_OP): Here.
2551         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
2552         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
2553         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
2554         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
2555         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
2556         SHARED_BSS_SECTION_ASM_OP): Here.
2557         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
2558         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
2559         DATA_SECTION_ASM_OP): Here.
2560         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2561         CONST_SECTION_ASM_OP): Here.
2562         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
2563         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2564         BSS_SECTION_ASM_OP): Here.
2565         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
2566         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
2567         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
2568         BSS_ASM_OP): Here, but use trailing spaces.
2569         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
2570         DATA_SECTION_ASM_OP): Here.
2571         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
2572         Here.
2573         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
2574         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
2575         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2576         TDESC_SECTION_ASM_OP): Here.
2577         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
2578         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2579         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2580         Here.
2581         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2582         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
2583         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2584         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
2585         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
2586         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
2587         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2588         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
2589         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
2590         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
2591         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
2592         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
2593         SET_ASM_OP): Here.
2594         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
2595         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2596         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
2597         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
2598         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
2599         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
2600         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
2601         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2602         GLOBAL_ASM_OP): Here.
2603         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
2604         BSS_SECTION_ASM_OP): Here.
2605         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
2606         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2607         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
2608         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
2609         SKIP_ASM_OP): Here.
2610         * config/m68k/newsgas.h (SET_ASM_OP): Here.
2611         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
2612         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
2613         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
2614         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
2615         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
2616         but use trailing spaces.
2617         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
2618         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
2619         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
2620         Here.
2621         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
2622         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
2623         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2624         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
2625         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2626         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
2627         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
2628         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
2629         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
2630         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
2631         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2632         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
2633         ASM_BYTE_OP): Here.
2634         * config/m88k/openbsd.h (SET_ASM_OP): Here.
2635         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2636         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
2637         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
2638         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
2639         DTORS_SECTION_ASM_OP): Here.
2640         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
2641         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2642         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
2643         BSS_SECTION_ASM_OP): Here.
2644         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
2645         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
2646         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
2647         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
2648         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
2649         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
2650         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
2651         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
2652         Here.
2653         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
2654         Here.
2655         * config/mips/osfrose.h (SET_ASM_OP): Here.
2656         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
2657         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
2658         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
2659         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2660         Here.
2661         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
2662         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
2663         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
2664         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
2665         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
2666         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2667         Here.
2668         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2669         Here.
2670         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
2671         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
2672         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
2673         Here.
2674         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
2675         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
2676         * config/sparc/linux.h (COMMON_ASM_OP): Here.
2677         * config/sparc/linux64.h (COMMON_ASM_OP,
2678         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
2679         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
2680         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
2681         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
2682         * config/sparc/pbd.h (ASM_INT_OP): Here.
2683         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
2684         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
2685         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
2686         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
2687         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
2688         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
2689         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
2690         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
2691         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
2692         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2693         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
2694         EH_FRAME_SECTION_ASM_OP): Here.
2695         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
2696         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2697         Here.
2698         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2699         Here.
2700         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
2701         TCOMMON_ASM_OP): Here.
2702         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
2703         Here.
2704         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2705         ASM_BYTE_OP): Here.
2706
2707 2000-09-25  Richard Henderson  <rth@cygnus.com>
2708
2709         * expmed.c (store_bit_field): Adjust last change to not consider
2710         any word-sized field naturally aligned.
2711
2712 2000-09-24  Richard Henderson  <rth@cygnus.com>
2713
2714         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
2715         TFmode unordered compares properly.  Revalidate integer compare
2716         operands.
2717         (alpha_emit_setcc): New.
2718         (alpha_emit_conditional_move): Revalidate integer compare operands.
2719         * config/alpha/alpha-protos.h: Update.
2720         * config/alpha/alpha.md (cmpdi): Allow general operands.
2721         (sne): Use alpha_emit_setcc.
2722         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
2723         (sunordered, sordered): New.
2724
2725 2000-09-24  Richard Henderson  <rth@cygnus.com>
2726
2727         * config/ia64/ia64-protos.h: Update.
2728         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
2729         (ia64_expand_call): New.
2730         (ia64_expand_prologue): Emit an alloc if we need extra input
2731         registers.
2732         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
2733         instruction if true.
2734         (struct reg_flags): Add is_sibcall.
2735         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
2736         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
2737         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
2738         * config/ia64/ia64.h (PREDICATE_CODES): Update.
2739         * config/ia64/ia64.md (call): Use ia64_expand_call.
2740         (call_value): Likewise.
2741         (sibcall, sibcall_value): New.
2742         (call patterns): Remove extra expanders; tidy.
2743         (sibcall_epilogue): New.
2744         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
2745
2746 2000-09-24  Richard Henderson  <rth@cygnus.com>
2747
2748         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
2749
2750         * sibcall.c (skip_pic_restore): New.
2751         (identify_call_return_value): Use it.
2752
2753 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
2754
2755         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
2756         functions.  Generalize to handle both C and C++.
2757         * Makefile.in (c-tree.info): New target.
2758         (info): Add c-tree.info.
2759
2760 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2761
2762         * expr.c (store_field): If BITSIZE is negative, use size of type.
2763         (expand_expr, case COMPONENT_EXPR): Likewise.
2764
2765 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
2766
2767         * cpplex.c: Update TODO comment.
2768         * cpplib.c (do_error, do_warning): Merge common code of
2769         do_error and do_warning into do_diagnostic.  Use it.
2770         (do_diagnostic): New function.
2771         * cpplib.h: Fix comment typo.
2772
2773 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2774
2775         * c-common.c (check_format_info): Warn for a wide character string
2776         used as a non-wide format argument.
2777
2778 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2779
2780         * builtins.def (BUILT_IN_LLABS): Add.
2781         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
2782         * c-common.c (c_common_nodes_builtins): Create builtin functions
2783         __builtin_llabs, and plain llabs unless no_nonansi_builtins
2784         outside of C99 mode.
2785         (expand_tree_builtin): Handle BUILT_IN_LLABS.
2786
2787 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
2788
2789         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
2790         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
2791         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
2792         _cpp_free_toklist): No need to worry about extra dummy token
2793         at the start of token lists any more.
2794         (trigraph_ok): Only warn outside comments.
2795         (skip_block_comment): Set and clear lexing_comment.
2796         (skip_line_comment): Take a cpp_reader not cpp_buffer.
2797         Set and clear lexing_comment.
2798         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
2799         (check_long_token): Delete.
2800         (lex_percent, lex_dot): New subroutines of lex_token to
2801         handle lexing of '.' and '%' without lookback.
2802         (lex_token): Use lex_dot and lex_percent.
2803         (lex_line): Don't check for LIST_OFFSET.
2804         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
2805         * cpplib.c (_cpp_parse_assertion): Similarly.
2806         (cpp_push_buffer): Initialize extra_char.
2807         * cpplib.h (LIST_OFFSET): Delete.
2808         (struct cpp_buffer): New member extra_char.
2809         (struct lexer_state): New members lexing_comment and seen_dot.
2810
2811 2000-09-23  Jason Merrill  <jason@redhat.com>
2812
2813         * config/rs6000/x-aix41 (CLIB): Define here.
2814         * config/rs6000/t-aix43: Not here.
2815         * config/rs6000/t-aix41: Or here.  Remove.
2816         * configure.in: Don't use it.
2817
2818 2000-09-22  Jason Merrill  <jason@redhat.com>
2819
2820         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
2821         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
2822         * config.in: Regenerate.
2823
2824         * configure.in: Fix checks for assembler features when using a
2825         one-tree assembler that has not yet been built.
2826         Fix --disable-threads.
2827
2828 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
2829
2830         * stmt.c (expand_asm_operands): Allow # in constraints.
2831
2832 2000-09-22  Jason Merrill  <jason@redhat.com>
2833
2834         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
2835
2836         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
2837         function-local names.
2838
2839 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
2840             Mark Mitchell  <mark@codesourcery.com>
2841
2842         * toplev.c (warn_disabled_optimization): Declare new warning flag.
2843         * flags.h (warn_disabled_optimization): Add it here.
2844         * gcse.c (gcse_main): Add warning when disabled.
2845         * invoke.texi: Document -Wdisabled-optimization.
2846
2847 2000-09-21  Jason Merrill  <jason@redhat.com>
2848
2849         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
2850
2851         * dwarf2out.c (tree_add_const_value_attribute): New fn.
2852         (gen_variable_die): Call it for non-definitions.
2853
2854         * dwarf2out.c (die_struct): Add die_mark field.
2855         (mark_dies, unmark_dies): New fns.
2856         (clear_die_sizes): Remove.
2857         (print_die): Check die_symbol rather than die_offset.
2858         (build_abbrev_table, output_pubnames, output_aranges): Check
2859         die_mark rather than die_offset.
2860         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
2861         Call mark_dies.
2862
2863 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
2864
2865         * cppfiles.c (lookup_include_file): Rename to open_file.
2866         Always create a splay tree value, even on syscall failures.
2867         Negative entries indicated by fd == -2.
2868         Re-open files closed in the meantime.
2869         (_cpp_fake_include): Create a negative splay tree entry.
2870         (find_include_file, cpp_read_file): Update for function name
2871         change.
2872         * gcc.gd/cpp/mi4.c: Testcase.
2873
2874 2000-09-21  Nick Clifton  <nickc@redhat.com>
2875
2876         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
2877         ARM and THUMB modes.
2878
2879         * config/mcore/mcore.c: Fix compile time warnings.
2880         * config/mcore/mcore-protos.h: Fix compile time warnings.
2881
2882 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2883
2884         * configure.in: Correct test of gcc_cv_glibc.
2885         * configure: Rebuilt.
2886         * config.in: Rebuilt.
2887
2888 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2889
2890         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
2891         (expand_builtin): Handle BUILT_IN_FWRITE.
2892
2893         * builtins.def (BUILT_IN_FWRITE): New entry.
2894
2895         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
2896
2897 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2898
2899         * gcc.c (modify_target): New variable and struct.
2900         (process_command): Handle MODIFY_TARGET_NAME.
2901         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
2902         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
2903
2904         * c-decl.c (finish_decl): Add else's to avoid referencing
2905         TYPE_DOMAIN of an ERROR_MARK.
2906
2907 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
2908
2909         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
2910         `reload_in*' insns.
2911
2912 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
2913
2914         * config/avr/avr.md (neghi2): Add alternative for input and output
2915         operands in different registers, as in negsi2.
2916         (*negsi2): Remove '*' from the name.  Use "movw" if available.
2917
2918 2000-09-19  Jim Wilson  <wilson@cygnus.com>
2919
2920         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
2921         HAVE_GAS_HIDDEN macro.
2922
2923 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
2924
2925         * cpplex.c (lex_line): Drop the EOF token for unknown
2926         directives in assembler.
2927
2928 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
2929
2930         * configure.in: Allow enable_threads_flag value of "aix".  Define
2931         thread_file as "aix" for AIX 4.3 and above.
2932         * configure: Regenerated.
2933
2934         * gthr-aix.h: New file.
2935
2936         * rs6000/t-aix43: Replace soft-float multilib with pthread.
2937         Remove 403 processor multilib match.  Fix rios2 processor multilib
2938         match.
2939
2940         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
2941         to return to appropriate csect.
2942
2943 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2944
2945         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
2946         functions.
2947         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
2948         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
2949         BUILT_IN_PRINTF.
2950
2951         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
2952         New entries.
2953
2954         * c-common.c (init_function_format_info): Handle __builtin_printf.
2955         Set `check_function_format_ptr'.
2956         (c_common_nodes_and_builtins): Set `puts_ftype' and
2957         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
2958         __builtin_printf and printf.
2959
2960         * tree.c, tree.h (check_function_format_ptr): Declare.
2961
2962 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
2963
2964         * cppfiles.c (read_include_file): Take no special action for
2965         zero-length files.
2966
2967 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
2968
2969         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
2970         rather than that of branch.
2971         (shorten_branches): Don't increment insn_current_address twice.
2972
2973         Undo most of the Wed Jan 27 23:39:53 1999 patch:
2974         * loop.h (struct induction): Delete members derived, ix and last_use.
2975         (struct loop_ivs): Delete members first_increment_giv and
2976         last_increment_giv.
2977         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
2978         recombine_givs): Delete functions.
2979         (find_and_verify_loops): Don't initialize cont_dominator.
2980         (strength_reduce): Lose code to try to find bivs that can be
2981         expressed as givs of another biv, and to convert biv increments
2982         into givs.
2983         Lose loop_scan_start variable, always use loop->scan_start.
2984         Don't call recombine_givs.  Don't handle derived givs.
2985         (record_giv): Don't initialize derived and last_use fields.
2986         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
2987         givs.
2988         * unroll.c (derived_regs): Delete static variable.
2989         (unroll_loop): Don't initialize it.
2990         (copy_loop_body): Lose code to handle derived givs.
2991         (find_splittable_givs): Don't check for givs made from biv
2992         increments.
2993         Don't set derived_regs.
2994
2995         Fix misapplied earlier patch:
2996         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
2997         to fpul.
2998         (floatsisf2): Generate floatsisf_ie by default.
2999         (floatsisf_i4): Conditional on TARGET_SH4.
3000
3001         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
3002         predicate for the expanders.
3003
3004 2000-09-19  Richard Henderson  <rth@cygnus.com>
3005
3006         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
3007         in addition to pentium and pentiumpro symbols.
3008         (CPP_CPU_DEFAULT_SPEC): Likewise.
3009
3010         * c-typeck.c (c_expand_asm_operands): Restore the output tree
3011         after expanding.
3012
3013         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
3014         if the tree has side effects.
3015         (warn_if_unused_value): Do not warn about void constructs.
3016
3017         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
3018
3019         * unroll.c (copy_loop_body): Update LABEL_NUSES before
3020         calling invert_jump.
3021
3022 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
3023
3024         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
3025         into anything.
3026
3027 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3028
3029         * Makefile.in (c-common.o): Depend on diagnostic.h.
3030
3031         * c-common.c: Include diagnostic.h.
3032         (tfaff): Delete.
3033         (status_warning): New function.
3034         (check_format_info, maybe_read_dollar_number, check_format_types,
3035         finish_dollar_format_checking, check_function_format): Accept a
3036         `status' parameter.  All callers changed.
3037
3038         * c-common.h (check_function_format): Accept a `status' parameter.
3039
3040         * c-typeck.c: Update call to `check_function_format'.
3041
3042 2000-09-18  Richard Henderson  <rth@cygnus.com>
3043
3044         * c-decl.c (c_expand_body): Call mark_varargs before
3045         expand_function_start.
3046
3047 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
3048
3049         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
3050         * config/rs6000/eabi-ci.asm: Likewise.
3051
3052 2000-09-18  Richard Henderson  <rth@cygnus.com>
3053
3054         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
3055         for BImode.
3056
3057 2000-09-18  Jim Wilson  <wilson@cygnus.com>
3058
3059         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
3060         before passing it to fold_rtx_mult_add.
3061
3062         * unroll.c (final_giv_value): Pass increment through
3063         extend_value_for_giv before passing it to emit_iv_add_mult.
3064
3065         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
3066         paradoxical subreg, then directly substitute the replacement and
3067         return.
3068
3069 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
3070
3071         * cpp.texi: Update documentation, including some clarifications,
3072         the treatment of various newline combinations, and space between
3073         backslash and newline.
3074
3075 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
3076
3077         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
3078         Replace ASM_OUTPUT_LABELREF with assemble_name.
3079
3080 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
3081
3082         * sh.c (addsubcosts): CONST is not cheap.
3083         (find_barrier): For Sh1, take alignment after jumps into account.
3084
3085 2000-09-15  Andrew Haley  <aph@redhat.com>
3086
3087         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
3088         remove all SETs of SUBREGs of hard registers.
3089         * function.c (purge_hard_subreg_sets): New function.
3090         (purge_single_hard_subreg_set): New function.
3091         * rtl.h: (purge_hard_subreg_sets): New function.
3092
3093 2000-09-18  Richard Henderson  <rth@cygnus.com>
3094
3095         * config/ia64/ia64-protos.h: Update.
3096         * config/ia64/ia64.c (signed_inequality_operator): New.
3097         (ia64_expand_compare): New.
3098         (ia64_register_move_cost): Handle PR_REGS moves.
3099         (ia64_secondary_reload_class): Require a GR when moving to a PR.
3100         (struct reg_write_state): Add written_by_and/or.
3101         (struct reg_flags): Add is_and/or.
3102         (rws_update): Set them.
3103         (rws_access_regno): Test them to allow parallel comparisons.
3104         (rtx_needs_barrier): Recognize parallel comparisons.
3105         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
3106         Call recog_memoized; ignore pred_rel_mutex.
3107         (emit_predicate_relation_info): Don't call find_basic_blocks here.
3108         (ia64_reorg): Do it here instead.
3109         * config/ia64/ia64.h: s/CCmode/BImode/g
3110         (MODES_TIEABLE_P): Don't tie BImode.
3111         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
3112         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
3113         (RTX_COSTS): Make multiply 4 insns.
3114         (MEMORY_MOVE_COST): New.
3115         (PREDICATE_CODES): Update.
3116         * config/ia64/ia64.md: s/CCmode/BImode/g
3117         (movcci, movbi): New.
3118         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
3119         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
3120         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
3121         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
3122         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
3123         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
3124         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
3125         (mulsi, muldi): Use xmpy not xma.
3126         (cmpbi): New.
3127         (movcc, movcc_internal): Remove.
3128         (branch expanders): Use ia64_expand_compare.
3129         (setcc expanders): Likewise.
3130         (cmov insns): Use move_operand and ia64_move_ok.
3131         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
3132         scheduler from moving it past a use.
3133         * config/ia64/build.hacks: Remove.
3134
3135 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
3136
3137         * cpphash.h (HASHSTEP): Take character rather than pointer
3138         to character.
3139         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
3140
3141         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
3142
3143         * cpplex.c (auto_expand_name_space, trigraph_replace,
3144         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
3145         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
3146         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
3147         KNOWN_DIRECTIVE): Delete.
3148
3149         (handle_newline, check_long_token, skip_escaped_newlines,
3150         unterminated): New functions.
3151         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
3152
3153         (parse_identifier): Was parse_name, new implementation.
3154         (skip_line_comment, skip_block_comment, skip_whitespace,
3155         parse_number, parse_string, trigraph_ok, save_comment,
3156         adjust_column, _cpp_get_line): New implementations.
3157
3158         (lex_token): New function.  Lexes a token at a time, looking
3159         forwards.  Contains most of the guts of the old lex_line.
3160         (lex_line): New implementation, using lex_token to obtain
3161         individual tokens.
3162         (cpp_scan_buffer): Use the token's line, not the list's line.
3163
3164         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
3165          New implementations.
3166         (do_assert): Don't bother setting the answer's list's line.
3167         (cpp_push_buffer): Initialise new pfile and read_ahead members
3168         of struct cpp_buffer.
3169
3170         * cpplib.h (cppchar_t): New typedef.
3171         (struct cpp_buffer): read_ahead, pfile and col_adjust are
3172         new members.
3173         (struct lexer_state): New structure that determines the state
3174         and behaviour of the lexer.
3175         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
3176         (struct cpp_reader): New member "state". Rename
3177         multiline_string_line and multiline_string_column. Delete
3178         col_adjust, in_lex_line members.
3179         (CPP_BUF_COLUMN): Update.
3180
3181 2000-09-18  Richard Henderson  <rth@cygnus.com>
3182
3183         * combine.c (simplify_comparison): Shift a NOT out of a single
3184         bit test.
3185
3186         * combine.c (if_then_else_cond): Canonicalize BImode true to
3187         STORE_FLAG_VALUE.
3188         * explow.c (trunc_int_for_mode): Likewise.
3189
3190         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
3191         the NOT for De Morgan's rule.
3192         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
3193         of a comparison to the reverse comparison.
3194
3195         * combine.c (try_combine): Allow split to create a single insn.
3196
3197         * machmode.def: Add BImode.  Add a column for bitsize.
3198         * machmode.h (DEF_MACHMODE): Adjust for extra column.
3199         (GET_MODE_BITSIZE): Use it.
3200         * rtl.c (DEF_MACHMODE): Adjust for extra column.
3201         (mode_bitsize): New.
3202         (mode_mask_array): Use bitsize.
3203         * combine.c (combine_simplify_rtx): Require inner and outer
3204         modes to match on nonzero_bits optimizations.
3205
3206 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
3207
3208         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
3209         its entry in spill_reg_store.
3210         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
3211         * sh.c (reg_no_subreg_operand): New function.
3212         * sh-protos.h (reg_no_subreg_operand): Declare it.
3213         * sh.h (PREDICATE_CODES): Add it.
3214         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
3215         input operand that needs to be in fpul.
3216         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
3217         * sh.c (find_barrier): Take into account that machine_dependent_reorg
3218         might add new insns.
3219
3220 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
3221
3222         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
3223         MAYBE_DEAD.
3224         (sh_expand_epilogue): Take the PIC register into account when
3225         computing the frame size.
3226
3227         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
3228         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
3229         LABEL_REFs with a PIC-safe unspec.
3230
3231 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3232
3233         * c-common.c (check_format_info): Properly save the argument
3234         number and parameter for $ operand number formats in case width
3235         and precision arguments are also used.  Allow printf width and
3236         precision arguments to have operand numbers even if none was
3237         specified for the main format, since this is OK for %*.*m.  Only
3238         object to missing $ operand number if the format used requires an
3239         argument.
3240
3241 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3242
3243         * c-common.c (format_char_info): Add 'W' flag to comment.
3244         (print_char_table, scan_char_table): Use it.
3245         (check_format_info): Use the 'W' flag to determine whether a
3246         format argument is written into.
3247
3248 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3249
3250         * c-common.c (check_format_types): Reorganise and clean up,
3251         checking earlier for ERROR_MARKs and making cur_type into its
3252         TYPE_MAIN_VARIANT where convenient.
3253
3254 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3255
3256         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
3257
3258 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
3259
3260         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
3261
3262         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
3263         * i386.c (struct builtin_description): New.
3264         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
3265         (mmx_reg_operand): Declare MODE arg as unused.
3266         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
3267         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
3268         ix86_expand_binop_builtin, ix86_expand_store_builtin,
3269         ix86_init_builtins, ix86_expand_builtin): New functions.
3270         * i386.h (ix86_builtins): New enumeration.
3271         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
3272         * i386.md (attr length_immediate): 0 for mmx/sse types.
3273         (attr prefix_0f): 1 for mmx/sse types.
3274         (setcc_2): Remove "*" so we get gen_setcc_2.
3275         (emms): Account for changed register numbering.  Set "memory" attr
3276         to unknown.
3277         (sfence): Set "memory" attr to unknown.
3278
3279 2000-09-18  Andreas Jaeger  <aj@suse.de>
3280
3281         * configure.in: Define _GNU_SOURCE only when using the GNU C
3282         Library.
3283         * configure: Regenerated.
3284         * config.in: Regenerated.
3285
3286 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
3287
3288         * cppinit.c (cpp_init): Don't use ANSI prototypes.
3289         * flow.c (flow_dump_loop): Likewise.
3290         (flow_loops_dump): Likewise.
3291
3292         * c-typeck.c (c_start_case): Fix typo.
3293
3294 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3295
3296         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
3297         to int for plain complex which defaults to complex double.  Do
3298         warn about defaulting to complex double if pedantic.  Warn about
3299         complex integer types if pedantic.  Warn about complex types if
3300         pedantic and not in C99 mode.
3301         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
3302         for complex conjugation.
3303
3304 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3305
3306         * contrib.texi: Update my entry.
3307
3308 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
3309
3310         * config/avr/avr.md (mcu_enhanced): New attribute.
3311         (mcu_mega): Likewise.
3312         (extendhisi2): Use mcu_enhanced.
3313         (zero_extendhisi2): Likewise.
3314         (call_insn): Use mcu_enhanced and mcu_mega.
3315         (call_value_insn): Likewise.
3316         (*sbrx_branch): Use mcu_mega.
3317         (*sbrx_and_branchsi): Likewise.
3318         (*sbrx_and_branchhi): Likewise.
3319         (*tablejump_lib): Likewise.
3320
3321 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3322
3323         * alias.c (true_dependence): Allow non-unchanging read to conflict
3324         with unchanging write.
3325
3326         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
3327         (store_constructor): Pass alias_set to it.
3328
3329         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
3330         TYPE_MAIN_VARIANT of ERROR_MARK.
3331         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
3332
3333         * simplify-rtx.c (simplify_unary_operation): Add cases
3334         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
3335
3336 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
3337
3338         * expr.h (emit_library_call, emit_library_call_value): Delete
3339         declarations.
3340         * rtl.h (enum libcall_type): New.
3341         (emit_library_call, emit_library_call_value): Change fn_type arg to
3342         be of type enum libcall_type.
3343         * calls.c: Likewise for the function definitions.  Several callers
3344         throughout changed to use the new enumeration appropriately.
3345         (emit_library_call_value_1): Likewise.  Put back code to make libcall
3346         blocks of equal form, but only use it for the two new higher
3347         enumeration values.
3348
3349 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
3350
3351         Convert the C front-end to use function-at-a-time mode.
3352         * c-common.h: Include splay-tree.h.
3353         (C_DECLARED_LABEL_FLAG): New macro.
3354         (struct language_function): Add x_scope_stmt_stack and
3355         x_function_name_declared_p.
3356         (RECHAIN_STMTS): Move definition.
3357         (lang_statment_code_p): Likewise.
3358         (lang_expand_stmt): Likewise.
3359         (lang_expand_decl_stmt): New variable.
3360         (lang_expand_function_end): Likewise.
3361         (current_scope_stmt_stack): New function.
3362         (add_decl_stmt): Likewise.
3363         (add_scope_stmt): Likewise.
3364         (mark_stmt_tree): Likewise.
3365         (struct c_lang_decl): New structure.
3366         (DECL_SAVED_TREE): Define.
3367         (c_mark_lang_decl): New function.
3368         (c_expand_start_cond): Change prototype.
3369         (c_finish_then): New function.
3370         (c_finish_else): Likewise.
3371         (current_function_name_declared): Remove.
3372         (set_current_function_name_declared): Likewise.
3373         (mark_c_language_function): Declare.
3374         (case_compare): Likewise.
3375         (c_add_case_label): Likewise.
3376         (c_expand_expr): Likewise.
3377         (c_safe_from_p): Likewise.
3378         * c-common.c (lang_expand_function_end): New variable.
3379         (struct if_elt): Add if_stmt.
3380         (c_expand_start_cond): Add the if-statement to the statement-tree,
3381         rather than generating RTL.
3382         (c_finish_then): New function.
3383         (c_expand_start_else): Don't generate RTL.
3384         (c_finish_else): New function.
3385         (c_expand_expr_stmt): Don't generate RTL.
3386         (statement_code_p): Add SCOPE_STMT.
3387         (case_compare): New function.
3388         (c_add_case_label): Likewise.
3389         (mark_stmt_tree): Likewise.
3390         (c_mark_lang_decl): Likewise.
3391         (mark_c_language_function): Likewise.
3392         (c_expand_expr): Likewise.
3393         (c_safe_from_p): Likewise.
3394         * c-decl.c (c_stmt_tree): New variable
3395         (c_scope_stmt_stack): Likewise.
3396         (c_function_name_declared_p): Likewise.
3397         (lang_expand_expr_stmt): Remove.
3398         (poplevel): Don't call output_inline_function for nested
3399         functions.
3400         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
3401         `extern' function.
3402         (redeclaration_error_message): Change means of computing whether
3403         or not a function is nested.
3404         (lookup_label): Don't call label_rtx.
3405         (init_decl_processing): Add more GC roots.
3406         (start_decl): Add DECL_STMTs to the statement-tree, rather than
3407         calling rest_of_decl_compilation.
3408         (finish_decl): Don't call expand_decl.
3409         (store_parm_decls): Begin the statement-tree, but don't generate
3410         RTL.
3411         (finish_function): Tie off the statement-tree.  Call c_expand_body
3412         if appropriate.
3413         (c_expand_body): New function.
3414         (push_c_function_context): Save more information.
3415         (pop_c_function_contxt): Likewise.
3416         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
3417         (lang_mark_tree): Mark it.
3418         (current_stmt_tree): Adjust.
3419         (current_scope_stmt_stack): New function.
3420         (do_case): Remove.
3421         (set_current_name_declared): Likewise.
3422         (c_begin_compound_stmt): Define.
3423         (c_expand_decl_stmt): Likewise.
3424         * c-lang.c: Include rtl.h and expr.h.
3425         (lang_init): Set more language-specific hooks.
3426         * c-lex.c: Include expr.h.
3427         * c-parse.in: Changes throughout to add statements to the
3428         statement-tree, rather than generating RTL after every statement.
3429         * c-semantics.c (lang_expand_decl_stmt): Define.
3430         (add_decl_stmt): New function.
3431         (add_scope_stmt): Likewise.
3432         (finish_stmt_tree): Tweak.
3433         (genrtl_expr_stmt): Likewise.
3434         (genrtl_decl_stmt): Handle local labels, and call
3435         lang_expand_decl_stmt if required.
3436         (genrtl_for_stmt): Fix line-number handling.
3437         (genrtl_case_label): Handle cleanups.
3438         (genrtl_asm_stmt): Don't call combine_strings.
3439         (genrtl_compound_stmt): Simplify.
3440         (expand_stmt): Handle SCOPE_STMTs.
3441         * c-tree.h (struct lang_decl): New structure.
3442         (C_DECLARED_LABEL_FLAG): Remove.
3443         (c_begin_compound_stmt): Declare.
3444         (c_expand_decl_stmt): Likewise.
3445         (c_expand_start_case): Rename to c_start_case.
3446         (c_finish_case): New function.
3447         * c-typeck.c (start_init): Tweak setting of
3448         constructor_incremental.
3449         (c_expand_asm_operands): Tweak error-handling.  Add to the
3450         statement-tree.
3451         (c_expand_return): Add to the statement-tree.
3452         (c_expand_start_case): Rename to ...
3453         (c_start_case): ... this.
3454         (struct c_switch): New type.
3455         (switch_stack): New variable.
3456         (do_case): Simplify.
3457         (c_finish_case): New function.
3458         * dependence.c: Include expr.h.
3459         (enum dependence_type): Change spelling of enumerals.
3460         (check_node_dependence): Adjust.
3461         * expr.h (lang_safe_from_p): Declare.
3462         (safe_from_p): Likewise.
3463         * expr.c (lang_safe_from_p): New variable.
3464         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
3465         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
3466         * toplev.c (rest_of_decl_compilation): Robustify.
3467         * tree.c (contains_placeholder_p): Likewise.
3468         * Makefile.in: Update dependencies.
3469         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
3470         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
3471         (objc_expand_function_end): New function.
3472         (finish_method_def): Use it.
3473         (init_objc): Initialize more language-specific hooks.
3474         * objc/Make-lang.in: Update dependencies.
3475
3476 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
3477
3478         * configure.in: Define macros that affect features before
3479         testing for features.  Don't define _XOPEN_SOURCE.
3480         * configure: Regenerated.
3481         * config.in: Regenerated.
3482
3483 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
3484
3485         * rtlanal.c (rtx_varies_p): Volatile asms vary.
3486         (rtx_unstable_p): Restructure code.  Volatile asms
3487         are unstable.
3488
3489 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3490
3491         * function.h (no_debugging_symbols): New field.
3492         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
3493         Initialize no_debugging_symbols.
3494         (output_inline_function): Save and restore write_symbols and set from
3495         no_debugging_symbols.
3496         * toplev.c (rest_of_compilation): Call save_for_inline.
3497         * tree.h: Update comment.
3498
3499         * stor-layout.c (place_field): Don't do anything if field or
3500         its type are ERROR_MARK.
3501
3502 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
3503
3504         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
3505         (read_include_file): Ensure inc->mmaped is initialized.
3506
3507 2000-09-16  Richard Henderson  <rth@cygnus.com>
3508
3509         * cppiles.c (purge_cache): Use PTR not caddr_t.
3510
3511 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
3512
3513         * gcc.c: In description for %{<S}, say the option removed is -S.
3514         * invoke.texi (Spec Files): Ditto.
3515
3516 2000-09-16  Andreas Jaeger  <aj@suse.de>
3517
3518         * configure.in: Always define _GNU_SOURCE to make interfaces
3519         visible that were hidden by only defining _GNU_SOURCE.
3520         * configure: Regenerated.
3521
3522 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
3523
3524         * cpplex.c (push_macro_context): Set an argument's level after
3525         calling parse_args.  We could loop infinitely otherwise.
3526
3527 2000-09-15  Tom Tromey  <tromey@cygnus.com>
3528
3529         * configure, config.in: Rebuilt.
3530         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
3531
3532 2000-09-15  Greg McGary  <greg@mcgary.org>
3533
3534         * cppmacro.c (check_trad_stringification): Check token
3535         text pointers against limit before dereferencing.
3536
3537 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3538
3539         * c-common.c (format_wanted_type): New structure.
3540         (check_format_types): New function.
3541         (check_format_info): Pass all checking of types of format
3542         arguments, including width and precision arguments, to this new
3543         function.
3544
3545 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3546
3547         * BUGS: Remove file.
3548
3549 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
3550
3551         * config/alpha/alpha.c (override_options): ev6 cache latencies
3552         from Richard Henderson.  Don't allow -mmemory-latency=L0.
3553
3554         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
3555         (TARGET_OPTIONS): Add tune=.
3556         (alpha_tune_string): Declare.
3557         * config/alpha/alpha.c (override_options): Add cpu_table.
3558         Use alpha_cpu_string first to set both alpha_cpu and target_flags
3559         and then alpha_tune_string to set alpha_cpu only.
3560         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
3561         * config/alpha/elf.h (ASM_FILE_START): Likewise.
3562         * config/alpha/osf.h (ASM_FILE_START): Likewise.
3563         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
3564
3565 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3566
3567         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
3568         Remove.
3569         (ix86_comparison_operator, ix86_cc_mode): Declare
3570         * i386.h (CCGC, CCGCO): New modes.
3571         (SELECT_CC_MODE): Move offline to ....
3572         * i386.c (ix86_cc_mode): .... here; use new modes.
3573         (ix86_comparison_operator): New.
3574         (fcmov_comparison_operator): Ensure proper mode.
3575         (put_condition_mode): More sanity checking.
3576         (ix86_match_ccmode): Handle new modes.
3577         (ix86_expand_fp_compare): GEU requires CCmode.
3578         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
3579         doing it by hand.
3580         * i386.md (cmp?i_ccz_1): Remove
3581         (cmp?i_ccno_1): Use ix86_match_ccmode.
3582         (cmp?i_minus_1): New.
3583         (cmpsi_1): New expander.
3584         (cmpqi_ext_1): Use match_ccmode
3585         (cmpqi_ext_3): New expander.
3586         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
3587         (cmpqi_ext_4): Use match_ccmode.
3588         (add?i_?): Use match_ccmode.
3589         (add?i_6): New.
3590         (test?i_ccz_1): Remove
3591         (test?i_1): New.
3592         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
3593         (testqi_ext_0): Use ix86_match_ccmode.
3594         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
3595         (xorqi_cc_ext_1): New expander.
3596         (shift patterns): Use CCGOCmode for all shifts except for sar.
3597         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
3598         (setcc_3, jcc_3, miv?icc_c): Remove.
3599
3600 2000-09-15  Will Cohen  <wcohen@redhat.com>
3601
3602         * dwarf2out.c (add_const_value_attribute): Changed array into a
3603         xmalloced object, so it exists after function exit.
3604         (free_AT): Added case for dw_val_class_float to free allocated
3605         memory.
3606
3607 2000-09-15  Kazu Hirata  <kazu@hxi.com>
3608
3609         * config/i386/i386.md: Fix a comment typo.
3610         * gcc.c: Fix formatting.
3611
3612 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
3613
3614         * optabs.c (emit_libcall_block): If target is a user variable,
3615         copy to a temporary first.
3616         * expr.c (convert_move): When generating a libcall, make a libcall
3617         block.
3618         * calls.c (emit_library_call_value_1): Don't create a libcall
3619         sequence here; our caller will in most cases do it.
3620
3621         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
3622         MACH into FPUL.
3623         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
3624         * sh.md (reload_outsf): Generate recognizable patterns for
3625         TARGET_SH3E.
3626         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
3627         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
3628         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
3629         truncdfsf2_i4): Change not to use explicit references to fpul.
3630         (floatsisf2_ie): Remove USE of fpscr.
3631         (floatsisf2): Change default expansion to match this.
3632         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
3633         unused patterns.
3634
3635 2000-09-15  Richard Henderson  <rth@cygnus.com>
3636
3637         * expmed.c (store_bit_field): Consider naturally aligned
3638         memory for direct reference.
3639
3640 2000-09-15  Richard Henderson  <rth@cygnus.com>
3641
3642         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
3643         AND addresses into alias set 0.
3644         (alpha_expand_unaligned_store): Likewise.
3645         (alpha_expand_unaligned_load_words): Likewise.
3646         (alpha_expand_unaligned_store_words): Likewise.
3647
3648 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
3649
3650         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
3651         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
3652         is defined.
3653         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
3654         rsize of UNITS_PER_WORD.
3655
3656 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
3657
3658         * cpplex.c (ON_REST_ARG): Correct the test.
3659         (maybe_paste_with_next): Duplicate a token that fail pasting,
3660         and clear its PASTE_LEFT flag, so that nested pasting attempts
3661         do not occur.
3662
3663 2000-09-14  Richard Henderson  <rth@cygnus.com>
3664
3665         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
3666         * cse.c (rtx_cost): Likewise.
3667         * optabls.c (expand_binop): Likewise.
3668         (expand_twoval_binop, prepare_cmp_insn): Likewise.
3669         * regclass.c (copy_cost): Likewise.
3670         * reload1.c (reload_cse_move2add): Likewise.
3671
3672 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3673
3674         * c-parse.in (reswords): Add _Complex.
3675
3676 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3677
3678         * gcc.1: Delete documentation for -undef preprocessor option.
3679
3680 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
3681
3682         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
3683         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
3684         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
3685         Remove undefine before config/elfos.h.
3686         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
3687
3688 2000-09-14  Kazu Hirata  <kazu@hxi.com>
3689
3690         * invoke.texi (H8/300 Options): Add -ms2600.
3691         * config/h8300.c (h8300_init_once): Output an error when -ms2600
3692         is used without -ms.
3693         * config/h8300.h (TARGET_MAC): New.
3694         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
3695         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
3696         machine other than H8/S2600.
3697         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
3698         of the H8/S2000.
3699
3700 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
3701
3702         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
3703         pseudos that refer to the original pseudos, not only to their
3704         equivalent memory locations.
3705
3706 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3707
3708         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
3709         when making new MEM.
3710
3711         * Makefile.in (LN): Remove duplicate definition.
3712
3713 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
3714
3715         From Joern Rennecke:
3716         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
3717         on an insn and function_invariant_p returns nonzero for the source,
3718         add a REG_EQUAL note.
3719
3720 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
3721
3722         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
3723         conflict with frame_pointer_rtx.
3724
3725 2000-09-13  Kazu Hirata  <kazu@hxi.com>
3726
3727         * loop.c: Fix formatting.
3728         * loop.h: Likewise.
3729
3730 2000-09-13  Richard Henderson  <rth@cygnus.com>
3731
3732         * config/ia64/ia64.md (divsf3): New.
3733         (divsf3_internal_lat, divsf3_internal_thr): New.
3734         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
3735         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
3736         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
3737         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
3738         (nmadddf4_alts, nmadddf4_trunc): New.
3739         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
3740         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
3741         (multf3_truncsf_alts, multf3_truncdf_alts): New.
3742         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
3743         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
3744         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
3745         (nmaddtf4_truncdf_alts): New.
3746         (recip_approx): Don't predicate.
3747
3748 2000-09-13  Richard Henderson  <rth@cygnus.com>
3749
3750         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
3751
3752 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3753
3754         * flags.h (flag_dump_rtl_in_asm): Declare.
3755         * toplev.c (flag_dump_rtl_in_asm): Define.
3756         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
3757         if -dP is specified.
3758         * rtl.h (print_rtx_head): Declare.
3759         * print-rtl.c (print_rtx_head): Define.
3760         (print_rtx): Print the string pointed to by print_rtx_head
3761         at beginning of each dump line.
3762         (print_rtl): Likewise.
3763         (print_rtl_single): Likewise.
3764         * final.c (final_scan_insn): Dump the insn in the assembly
3765         file for debugging.
3766         * gcc.1: Document -dP option.
3767         * invoke.texi (Debugging Options): Likewise.
3768
3769 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3770
3771         * md.texi (Machine Constraints): Document the 68HC11 constraints.
3772         * install.texi (Configurations): Document the 68HC11&68HC12 port.
3773         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
3774
3775 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
3776
3777         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
3778         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
3779         (*clrstrqi): Likewise.
3780         (xorhi3,xorsi3,absqi2): Likewise.
3781         (one_cmplhi2,one_cmplsi2): Likewise.
3782         (addsi3): Two stupid constraint alternatives removed.
3783         (extendhisi2): Use `movw' for enhanced avr cores.
3784         (zero_extendhisi2): Likewise.
3785
3786 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
3787
3788         * alias.c (find_base_term): Use frame_pointer_rtx
3789         when handling an ADDRESSOF.
3790
3791         * cse.c (canon_hash): Handle USE of BLKmode memory.
3792         (cse_insn): Outgoing arguments for a libcall don't
3793         affect any recorded expressions.
3794
3795 2000-09-12  Tom Tromey  <tromey@cygnus.com>
3796
3797         * configure, config.in: Rebuilt.
3798         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
3799
3800 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
3801
3802         * c-lex.c (lex_string): Use charwidth to compute bytemask.
3803         * expr.c (expand_expr): Don't optimize constant array references
3804         initialized with wide string constants.
3805
3806 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
3807
3808         * loop.c (note_set_pseudo_multiple_uses): Correct.
3809
3810 2000-09-12  Jim Wilson  <wilson@cygnus.com>
3811
3812         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
3813         else block, and X has side-effects, then fail.
3814
3815 2000-09-12  Greg McGary  <greg@mcgary.org>
3816
3817         * config/mips/mips-protos.h
3818         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
3819         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
3820         (PREDICATE_CODES): Add "trap_cmp_op".
3821         * config/mips/mips.c
3822         (trap_cmp_op, mips_gen_conditional_trap): New functions.
3823         * config/mips/mips.md (trap, conditional_trap): New patterns.
3824
3825 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
3826
3827         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
3828         pointer.
3829
3830 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3831
3832         * builtins.c (built_in_decls): New array.
3833         (expand_builtin_fputs): New function.
3834         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
3835
3836         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
3837
3838         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
3839
3840         * tree.h (built_in_decls): New array.
3841
3842 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
3843
3844         * convex.md: Use "+" instead of "=" for outputs wrapped in a
3845         STRICT_LOW_PART.
3846         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
3847
3848 2000-09-12  Kazu Hirata  <kazu@hxi.com>
3849
3850         * haifa-sched.c: Fix formatting.
3851
3852         * genattrtab.c: Fix formatting.
3853
3854         * unroll.c: Fix formatting.
3855
3856 2000-09-12  Bruce Korb  <bkorb@gnu.org>
3857
3858         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
3859         remove obsolete code
3860         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
3861         * fixinc/fixincl.tpl: make non-exported arrays static scope
3862         * fixinc/fixincl.x: regenerate
3863         * fixinc/fixlib.h: Use PARAMS, not _P_
3864         * fixinc/fixtests.c: make a type for the test proc & use it
3865         * fixinc/server.h: Use PARAMS, not _P_
3866
3867 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3868
3869         * c-typeck.c (process_init_element): Avoid union init warnings on
3870         floating point zero.  Don't crash on unions containing structs.
3871
3872 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
3873
3874         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
3875         general_movsrc_operand, and remove CONST_INT from
3876         general_movdst_operand.
3877
3878 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
3879
3880         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
3881         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
3882         regs with a higher cost.
3883         (preferrable): Deal with cases where either cost or regcost is
3884         MAX_COST.
3885         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
3886         regcost values.
3887         (COSTS_N_INSNS): Move definition...
3888         * rtl.h: ...here.
3889         (MAX_COST): New macro.
3890         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
3891         constant.
3892
3893 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
3894
3895         * c-common.h (genrtl_clear_out_block): Remove.
3896         * c-semantics.c (genrtl_clear_out_block): Remove.
3897         (genrtl_while_stmt): Don't call it.
3898         (genrtl_for_stmt): Likewise.
3899
3900 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
3901
3902         * cppfiles.c: Move all default-#defines to top of file.
3903         (open_include_file): Replace by lookup_include_file.
3904         (read_with_read, read_file): Merged into read_include_file.
3905         (stack_include_file, purge_cache): New functions.
3906         (close_cached_fd): Delete.
3907         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
3908         Cache the in-memory buffer, not the file descriptor.
3909
3910         * cpphash.h (struct include_file): Add buffer, st, refcnt,
3911         mapped fields.
3912         (xcnew): New utility macro.
3913         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
3914         * cpplib.h (struct cpp_buffer): Remove mapped field.
3915
3916 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
3917
3918         * cpplex.c (parse_string): Accept backslash space newline as a
3919         line continuation.
3920         (lex_line): Likewise.
3921         (_cpp_get_token): Remove hard limit on macro nesting.
3922
3923 2000-09-12  Philipp Thomas  <pthomas@suse.de>
3924
3925         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
3926         * configure: Rebuilt.
3927
3928 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
3929
3930         * flow.c (split_block): Fix update of registers live at
3931         end of split block.
3932
3933 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3934
3935         * i386.md (add?i_3, add?i_5): New.
3936         (add?i_4): Rename from add?i_3;  Fix compare pattern.
3937         (sub?i_3, xor?i_3, ior?i_3): New.
3938
3939         * genrecog.c (write_tree): Output code to clear insn_extract cache.
3940         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
3941         instead of extract_insn and extract_constrain_insn_cache instead of
3942         extract_insn and constrain_operands.
3943         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
3944         New functions.
3945         (extract_insn): Clear which_alternative.
3946         (constrain_operands): Set which_alternative to -1 when failed.
3947         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
3948         Declare.
3949
3950 2000-09-11  Matthew Hiller  <hiller@redhat.com>
3951
3952         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
3953         on operand 0 to '+'.
3954         (movstricthi): Likewise.
3955
3956 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
3957
3958         * loop.h (LOOP_IVS): New macro.
3959         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
3960         (struct loop_ivs): New.
3961         (struct loop_info): Add ivs field.
3962         (reg_iv_type, reg_iv_info): Delete prototype.
3963         (reg_biv_class, loop_iv_list): Likewise.
3964         * loop.c (record_biv, find_life_end): Pass loop argument.
3965         (reg_iv_type): Remove global array and use
3966         field in loop_regs structure within loop_ivs structure.
3967         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
3968         (first_increment_giv, last_increment_giv): Use entry in
3969         loop_ivs structure.
3970         (record_initial): Pass ivs pointer.
3971         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
3972
3973 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
3974
3975         * loop.h (LOOP_REGS): New macro.
3976         (struct loop_regs): New.
3977         (struct loop_info): Add regs field.
3978         * loop.c (set_in_loop): Remove global array and store
3979         in loop_regs structure as part of loop_info structure.
3980         (n_times_set, may_not_optimize): Likewise.
3981         (reg_single_usage, moved_once): Likewise.
3982         (count_one_set): Add regs argument.
3983         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
3984         (set_pseudo_multiple_uses): Pass regs pointer.
3985
3986 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
3987
3988         * unroll.c (iteration_info): Subsume into loop_iterations.
3989         * loop.h (loop_info): New field iv.
3990
3991 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
3992
3993         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
3994         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
3995         (flow_loops_update): New prototype.
3996         (flow_loops_find): Add flags to prototype.
3997         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
3998         * flow.c (flow_loop_pre_header_scan): New.
3999         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
4000         (flow_loop_free): Free pre-header root and trace and exit dominators.
4001         (flow_loops_find): New argument flags.
4002         (flow_loops_update): New function.
4003         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
4004
4005 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
4006
4007         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
4008         * flow.c (split_block, update_bb_for_insn): New functions.
4009
4010 2000-09-11  Richard Henderson  <rth@cygnus.com>
4011
4012         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
4013
4014 2000-09-11  Richard Henderson  <rth@cygnus.com>
4015
4016         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
4017         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
4018         (ia64_override_options): Prevent optimizing division for both
4019         latency and throughput.
4020         (rtx_needs_barrier): Handle frcpa.
4021         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
4022         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
4023         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
4024         (TARGET_SWITCHES): Add -minline-divide-min-latency and
4025         -minline-divide-max-throughput.
4026         (PREDICATE_CODES): Update.
4027         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
4028         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
4029         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
4030         (extendsftf2): Likewise.
4031         (extenddftf2): Likewise.
4032         (fix_trunctfdi2_alts): New.
4033         (fixuns_trunctfdi2_alts): New.
4034         (madd*4): Rename from madd*3.
4035         (divsi3, modsi3, udivsi3, umodsi3): New.
4036         (divsi3_internal): New.
4037         (divdi3, moddi3, udivdi3, umoddi3): New.
4038         (divdi3_internal_lat, divdi3_internal_thr): New.
4039         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
4040         (recip_approx): New.
4041
4042 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4043
4044         * print-rtl.c (debug_call_placeholder_verbose): New variable.
4045         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
4046         set.
4047         * integrate.c (copy_rtx_and_substitute): Don't share
4048         LEAF_REG_REMAPpable registers with the inlined function.  Don't
4049         share the function value with calling sequences.
4050
4051 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
4052
4053         * c-decl.c (do_case): Fix a typo.
4054
4055         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
4056         to a if the comparison is floating mode and not -ffast-math.
4057         * simplify-rtx.c (simplify_ternary_operation): Likewise.
4058
4059 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4060
4061         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
4062         gen_ic_invalidate_line.
4063
4064 2000-09-11  Philip Blundell  <pb@futuretv.com>
4065
4066         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
4067
4068 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
4069
4070         * install.texi (LANGUAGES): Update to include new languages.
4071         * INSTALL: Rebuilt.
4072
4073 2000-09-11  DJ Delorie  <dj@redhat.com>
4074
4075         * gcc.c (main): Don't warn about unused -B prefixes
4076         (unused_prefix_warnings): remove
4077
4078 2000-09-11  Kazu Hirata  <kazu@hxi.com>
4079
4080         * final.c: Fix formatting.
4081
4082         * integrate.c: Fix formatting.
4083
4084 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
4085
4086         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
4087
4088 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
4089
4090         * reload.c (regno_clobbered_p): Fix thinko in previous change.
4091
4092 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4093
4094         * gcc.1: Document 68hc11 specific options.
4095
4096 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
4097
4098         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
4099         (TARGET_LONG_DOUBLE_128): Define.
4100         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
4101         (LONG_DOUBLE_TYPE_SIZE): Redefine.
4102         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
4103         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
4104         of __LONG_DOUBLE_128__.
4105         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
4106         passed.
4107         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
4108         (CPP_SYSV_DEFAULT_SPEC): Define.
4109         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
4110         (INIT_TARGET_OPTABS): Define.
4111
4112         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
4113         (RS6000_UITRUNC): Likewise.
4114         (INIT_TARGET_OPTABS): New macro.
4115         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
4116         (trunc_defined): Delete.
4117         (output_prolog): Don't output .extern definitions for fp->int
4118         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
4119         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
4120         (trunc_defined): Delete.
4121         (RS6000_ITRUNC): Moved to aix.h.
4122         (RS6000_UITRUNC): Likewise.
4123         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
4124         only emit a libcall.
4125         (fixuns_truncdfsi2): Delete.
4126         (trunc_call): Delete.
4127         (trunc_call_rtl): Delete.
4128
4129 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4130
4131         * varasm.c (make_decl_rtl): Restore leading star on
4132         DECL_ASSEMBLER_NAME set for decls with an asmspec.
4133
4134 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4135
4136         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
4137         won't give a spurious error for '#pragma pack()'.  Simplify
4138         control flow for readability.  'reset' action is not necessary.
4139
4140 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4141
4142         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
4143         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
4144         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
4145         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
4146
4147         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
4148         profile.c, sdbout.c, tradcif.y, tree.c:
4149         Include defaults.h if not already included.
4150         Don't define the above macros.
4151
4152         * Makefile.in: Update dependencies.
4153
4154 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
4155
4156         * c-common.h (add_stmt): Change prototype.
4157         (RECHAIN_STMTS): New macro.
4158         (CASE_LABEL_DECL): Likewise.
4159         (genrtl_case_label): Change prototype.
4160         (c_expand_start_case): Remove prototype.
4161         (build_case_label): Change prototype.
4162         (decl_constant_value): Declare.
4163         * c-common.c (check_case_value): Handle C++'s extensions to C
4164         semantics.
4165         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
4166         field.
4167         * c-parse.in (stmt): Adjust handling of return statements and case
4168         laels.
4169         * c-semantics.c (add_stmt): Return the new statement.
4170         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
4171         returned expression.  Directly generate RTL, rather than calling
4172         c_expand_return.
4173         (genrtl_switch_stmt): Don't call c_expand_start_case.
4174         (build_case_label): Take the LABEL_DECL as input, too.
4175         (genrtl_case_label): Just call add_case_node.
4176         (expand_stmt): Adjust calls to genrtl_return_stmt and
4177         genrtl_case_label.
4178         * c-tree.h (c_expand_start_case): Declare.
4179         * c-typeck.c (decl_constant_value): Give it external linkage.
4180         (c_expand_return): Don't call expand_return or expand_null_return;
4181         use genrtl_return_stmt instead.
4182         * stmt.c (struct nesting): Remove num_ranges field.
4183         (add_case_node): Give it external linkage.
4184         (expand_start_case): Don't set num_ranges.
4185         (expand_start_case_dummy): Don't clear it.
4186         (pushcase): Rely on add_case_node to handle `default' labels.
4187         (add_case_node): Handle `default' labels.
4188         * tree.c (tree_int_cst_compare): New function.
4189         * tree.h (tree_int_cst_compare): Declare.
4190         (add_case_node): Likewise.
4191
4192 2000-09-10  Richard Henderson  <rth@cygnus.com>
4193
4194         * c-parse.in: Revert last change.
4195         (init_reswords): Do not enter disabled keywords into the ridpointers
4196         table, modulo objc weirdness.
4197         (_yylex): Return the canonical spelling for a keyword.
4198
4199 2000-09-10  Philip Blundell  <philb@gnu.org>
4200
4201         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
4202         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
4203
4204 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
4205
4206         * alias.c (find_base_term): Handle ADDRESSOF.
4207         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
4208
4209 2000-09-10  Denis Chertykov  <denisc@overta.ru>
4210
4211         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
4212         outputting templates with many lines.
4213
4214 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4215
4216         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
4217         to decide whether 64-bit support must be generated.
4218
4219 2000-09-10  Richard Henderson  <rth@cygnus.com>
4220
4221         * c-parse.in (asm patterns): Fix volatile check.
4222
4223 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4224
4225         * cppmacro.c (check_trad_stringification): New function.
4226         (save_expansion): If -Wtraditional, warn about stringification of
4227         macro arguments.
4228
4229 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
4230
4231         * loop.h (struct loop_mem_info): Move from loop.c
4232         (struct loop_info): Add fields store_mems, mems, mems_idx,
4233         mems_allocated, unknown_address_altered,
4234         unknown_constant_address_altered, num_mem_sets, and
4235         first_loop_store_insn.
4236
4237         * loop.c (loop_store_mems): Replace with field in loop_info struct.
4238         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
4239         (unknown_address_altered, unknown_constant_address_altered): Likewise.
4240         (num_mem_sets): Likewise.
4241         (replace_loop_mems, replace_loop_regs): New.
4242         (struct loop_replace_args): New.
4243         (load_mems): Use replace_loop_mems.
4244         (try_copy_prop): Use replace_loop_regs.
4245         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
4246
4247 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4248
4249         * configure.in: Recognize m6811-elf and m6812-elf.
4250         * configure: Regenerate.
4251
4252 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
4253
4254         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
4255         to operand_subword.
4256
4257 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
4258
4259         * loop.c (struct movables): New.
4260         (num_movables): Move into struct movables.
4261         (the_movables): Change type to struct movables.
4262         (ignore_some_movables): Change struct movable arg to struct movables.
4263         (force_movables, combine_movables, regs_match_p): Likewise.
4264         (rtx_equal_for_loop_p, move_movables): Likewise.
4265         (scan_loop): Change movables to be of type struct movables.
4266         Replace last_movable with field in movables structure.
4267
4268 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
4269
4270         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
4271         (init_pragma): Avoid warning if pfile happens to be unused.
4272         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
4273         define init_pragma to nothing.  Always prototype
4274         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
4275
4276         * c-lex.c (process_directive): Always call dispatch_pragma.
4277         Initialize entering_c_header to 0.
4278
4279 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4280
4281         * config/m68hc11/m68hc11.md: New file, machine description for
4282         68HC11 & 68HC12.
4283         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
4284         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
4285         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
4286         * config/m68hc11/m68hc11-protos.h: New file.
4287         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
4288         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
4289         * config/m68hc11/xm-m68hc11.h: New file, target defs.
4290         * config/m68hc11/larith.asm: New file, libgcc routines.
4291
4292 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4293
4294         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
4295         (FPBIT_FUNCS): Add _usi_to_sf.
4296         * config/fp-bit.c (usi_to_float): New function.
4297         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
4298         (usi_to_float): Add appropriate #define.
4299
4300 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
4301
4302         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
4303         new functions.
4304         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
4305         * i386.md (attr "type"): Add sse and mmx types.
4306         (attr "memory"): Handle them without a crash.
4307         (movsi_1, movdi_2): Allow MMX regs.
4308         (movdi splits): Don't split moves involving MMX regs.
4309         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
4310         (movv4sf_internal, movv4si_internal, movv8qi_internal,
4311         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
4312         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
4313         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
4314         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
4315         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
4316         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
4317         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
4318         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
4319         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
4320         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
4321         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
4322         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
4323         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
4324         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
4325         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
4326         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
4327         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
4328         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
4329         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
4330         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
4331         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
4332         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
4333         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
4334         mmx_clrdi): New patterns.
4335
4336 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
4337
4338         * arm.c: Don't include tm.h directly.
4339
4340 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4341
4342         * recog.c (validate_replace_rtx_1): Fix confusion about equality
4343         testing; simplify subregs of constants and nested subregs.
4344
4345 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
4346
4347         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
4348
4349 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
4350
4351         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
4352         VEC_CONCAT.
4353         * rtl.texi (description of USE): Add note about possible pitfalls
4354         with this rtx.
4355         From Richard Henderson:
4356         * reload1.c (choose_reload_regs): Compute need_mode properly.
4357
4358 2000-09-07  Richard Henderson  <rth@cygnus.com>
4359
4360         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
4361         (__modsi3, __umodsi3): Likewise.
4362         (__udivsi3): Likewise.  Normalize the TFmode values.
4363
4364 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
4365
4366         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
4367         with a prototype.
4368         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
4369         warning.
4370
4371 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4372
4373         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
4374         (cmpeqdi_t): Add output pattern.
4375         (cmpeqdi_t+1): Don't split when not optimizing.
4376         Restore proper splitting operation.
4377
4378 2000-09-07  Richard Henderson  <rth@cygnus.com>
4379
4380         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
4381         do not call dispatch_pragma.
4382
4383 2000-09-07  Jim Wilson  <wilson@cygnus.com>
4384
4385         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
4386         to CLASS_CANNOT_CHANGE_MODE.
4387         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
4388         mode classes are different.
4389
4390 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
4391
4392         * cpplib.h (struct cpp_options): Add user_label_prefix member,
4393         left out of commit which removed cppulp.c.
4394
4395 2000-09-07  Richard Henderson  <rth@cygnus.com>
4396
4397         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
4398         after switch for CASE_DROPS_THROUGH.
4399
4400 2000-09-07  Richard Henderson  <rth@cygnus.com>
4401
4402         * loop.c (strength_reduce): Call check_ext_dependant_givs.
4403         Properly extend the biv initial value for the giv.
4404         (record_biv): Zero ext_dependant.
4405         (record_giv): New argument ext_val.  Update all callers.
4406         (general_induction_var): Likewise.
4407         (consec_sets_giv): Likewise.
4408         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
4409         a sign-extend, zero-extend, or truncate.
4410         (combine_givs_p): Make sure modes are compatible.
4411         (check_ext_dependant_givs): New.
4412         (extend_value_for_giv): New.
4413         * loop.h (struct induction): Add ext_dependant.
4414         * unroll.c (iteration_info): Extend the biv initial value for the giv.
4415         (find_splittable_givs): Likewise.
4416         (final_giv_value): Likewise.
4417
4418 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
4419
4420         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
4421         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
4422         definitions from cpplib.h.
4423         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
4424         already done it.
4425         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
4426         documentation for REGISTER_TARGET_PRAGMAS.
4427
4428         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
4429         default-pragma callback to implement -Wunknown-pragmas if
4430         USE_CPPLIB.
4431         * c-parse.in: Move all includes to top of file.
4432         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
4433         tm_p.h.
4434         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
4435         warning.
4436         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
4437
4438         * arm.h, arm-protos.h, arm.c,
4439           c4x.h, c4x-protos.h, c4x.c,
4440           h8300.h, h8300-protos.h, h8300.c,
4441           i370.h, i370-protos.h, i370.c,
4442           i960.h, i960-protos.h, i960.c,
4443           sh.h, sh-protos.h, sh.c,
4444           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
4445         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
4446
4447         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
4448         multiple include guard.
4449         * i370.md (untyped_call): Use GEN_CALL.
4450         (umodsi3): Remove unused variable.
4451         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
4452         * v850.c (output_move_single, output_move_double): Constify
4453         return value.
4454         (print_operand): Constify a char *.
4455         * v850.h (struct small_memory_info): Constify name member.
4456
4457 2000-09-07  Kazu Hirata  <kazu@hxi.com>
4458
4459         * config/h8300.h: Fix comment typos.
4460         * config/h8300/h8300.md: Likewise.
4461         * config/h8300/lib1funcs.asm: Likewise.
4462
4463 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
4464
4465         * Makefile.in: Remove references to cppulp.{c,o}.
4466         * cppinit.c (initialize_builtins, cpp_start_read,
4467         cpp_handle_option): Update to use cpp_options structure.
4468         * cppulp.c: Remove.
4469
4470 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4471
4472         * c-common.c (time_char_table): Allow %#b and %#h.
4473
4474 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4475
4476         * reorg.c (find_end_label): If the basic block reorder pass moves the
4477         return insn to some other place try to locate it again and put our
4478         end_of_function_label there.
4479         * reorg.c (relax_delay_slots): Check if find_end_label created a
4480         new label that invalidates the current optimazation.
4481
4482 2000-09-07  Catherine Moore  <clm@redhat.com>
4483
4484         * unroll.c (unroll_loop): Check for unconditional jumps
4485         to loop continuation.  Delete if n_iterations is 1.
4486         (ujump_to_loop_cont): New routine.
4487
4488 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
4489
4490         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
4491         MODE_VECTOR_FLOAT.
4492         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
4493         to handle multiword modes correctly.  All callers and the declaration
4494         changed.
4495
4496 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
4497
4498         * c-common.h (prep_stmt): Declare.
4499         (lang_expand_stmt): Likewise.
4500         * c-decl.c (lang_expand_stmt): Remove.
4501         * c-semantics.c (lang_expand_stmt): Define.
4502         (prep_stmt): New function.
4503         (expand_stmt): Handle common statement types here.
4504
4505 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4506
4507         * configure.in (sh-*-linux*): Added.
4508         * configure: Rebuilt.
4509         * config/sh/t-linux: New file.
4510         * config/sh/sh.h (USERMODE_BIT): Define.
4511         (TARGET_USERMODE): Likewise.
4512         (TARGET_SWITCHES): New switches for the bits above.
4513         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
4514         * config/sh/linux.h: New file.
4515         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
4516         underscore on linux.
4517         (L_sdivsi3, L_udivsi3): Define for linux.
4518         (L_ic_invalidate): Define.
4519         * invoke.texi (SH Options): Document -musermode.
4520
4521 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
4522
4523         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
4524         CSE unless generating PIC.
4525
4526         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
4527         the PIC register.
4528
4529 2000-09-06  H.J. Lu  (hjl@gnu.org)
4530
4531         * Makefile.in (clean_s1): Depend on stage_b.
4532         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
4533         stage2. They are used for "make compare".
4534
4535 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
4536
4537         Move statement-tree facilities from C++ to C front-end.
4538         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
4539         (void_zero_node): New macro.
4540         (struct stmt_tree_s): New type.
4541         (stmt_tree): New typedef.
4542         (struct language_function): New type.
4543         (last_tree): New macro.
4544         (last_expr_type): Likewise.
4545         (walk_tree_fn): New typedef.
4546         (current_stmt_tree): New function.
4547         (begin_stmt_tree): Likewise.
4548         (add_stmt): Likewise.
4549         (finish_stmt_tree): Likewise.
4550         (statement_code_p): Likewise.
4551         (lang_statement_code_p): New variable.
4552         (walk_stmt_tree): New function.
4553         (STMT_IS_FULL_EXPR_P): New macro.
4554         * c-common.c (lang_statement_code_p): New variable.
4555         (c_common_nodes_and_builtins): Initialize void_zero_node.
4556         (statement_code_p): New function.
4557         (walk_stmt_tree): Likewise.
4558         * c-decl.c (language_function): Rename to ...
4559         (c_language_function): ... this.  Include language_function.
4560         (push_c_function_context): Adjust accordingly.
4561         (pop_c_function_context): Likewise.
4562         (mark_c_function_context): Likewise.
4563         (current_stmt_tree): Define.
4564         * c-semantics.c (begin_stmt_tree): New function.
4565         (add_stmt): Likewise.
4566         (prune_unused_decls): Likewise.
4567         (finish_stmt_tree): Likewise.
4568
4569 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4570
4571         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
4572
4573 2000-09-06  Kazu Hirata  <kazu@hxi.com>
4574
4575         * calls.c: Fix formatting.
4576
4577 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
4578
4579         * config/i386/i386.h (ADDRESS_COST): Fix typo.
4580
4581 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4582
4583         Integrated preprocessor.
4584
4585         * Makefile.in: Remove all references to c-parse.gperf,
4586         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
4587         generating c-parse.c.  Update dependencies.
4588         * c-parse.gperf, c-gperf.h: Delete.
4589
4590         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
4591         yy_lim, or yy_get_token.  Don't define get_directive_line if
4592         USE_CPPLIB.
4593         * c-common.h: Add multiple include guard.  Define RID values
4594         for every keyword in C, C++, and Objective C.  Put all the
4595         modifiers first.
4596         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
4597         * c-decl.c (c_decode_option): Handle -lang-objc here.
4598         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
4599         (grokdeclarator): Adjust for new RID scheme.
4600         (extract_interface_info): New stub.
4601         * c-lang.c: Don't declare yy_cur or parse_options.
4602         (lang_init_options): Call cpp_init.  Don't call
4603         cpp_options_init.
4604         (lang_init): Don't call check_newline if USE_CPPLIB.
4605
4606         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
4607         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
4608         rendered unnecessary by new architecture.  Move routines not
4609         shared with C++ to c-parse.in.  Maintain a local idea of the
4610         line number.    Handle C++ as well as C.
4611         [USE_CPPLIB]: Declare and register callbacks for #ident and
4612         for entering/leaving files.
4613         (init_c_lex, c_lex): Are now the entry points to this file.
4614         (check_newline): Break out directive handling to
4615         process_directive.
4616         (read_ucs, is_extended_char, utf8_extend_token): Moved here
4617         from C++ front end.
4618         (readescape, parse_float): Overhaul.
4619         (lex_number, lex_string, lex_charconst): Break out of c_lex
4620         (n'ee yylex).
4621         (get_fileinfo, update_header_times, dump_one_header,
4622         dump_time_statistics): New and/or moved here from C++.
4623         Support per-file data needed by C++ and per-header timing
4624         statistics (C++ only, at the moment).
4625         * c-lex.h: Update prototypes.  Add multiple include guard.
4626         * c-tree.h (struct lang_identifier): Add rid_code field.
4627         (C_IS_RESERVED_WORD, C_RID_CODE): New.
4628
4629         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
4630         reinit_parse_for_function and/or position_after_white_space.
4631         (save_filename, save_lineno): Look ahead before saving.
4632         (label -> identifier ':'): Save file and line before shifting ':'.
4633         (reservedwords): No need to call get_identifier.
4634         (init_parse, finish_parse, yyerror, yylex, yyprint,
4635         make_pointer_declarator): Are now here for C/ObjC.
4636         (rid_to_yy): Conversion table from RID constants to Yacc codes.
4637
4638         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
4639         #pragma registry.  Provide dummy implementation of that
4640         interface if !USE_CPPLIB.
4641         * c-pragma.h: Update to match.
4642
4643         * flags.h: Add multiple include guard.
4644         (flag_detailed_statistics): Moved here from C++.
4645         * toplev.c: Define flag_detailed_statistics.
4646
4647         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
4648         #if USE_CPPLIB.
4649         * timevar.def (TV_CPP, TV_LEX): New.
4650         * timevar.h: Add multiple include guard.
4651
4652         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
4653         #if USE_CPPLIB.
4654         * objc/objc-act.c: Don't mention yy_cur or parse_options.
4655         Initialize cpplib properly.  Force lineno to 0 after first
4656         call to check_newline.  Don't handle -lang-objc here.
4657         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
4658
4659 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
4660
4661         * rs6000.md: Correct function unit definitions for cr_logical and
4662         mtjmpr.
4663         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
4664         and use portable method for >=0 and floating point >=.  Remove
4665         associated matchers.
4666
4667 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
4668
4669         * extend.texi: Mark named return value extension as deprecated.
4670
4671 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
4672
4673         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
4674         the result.
4675
4676 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
4677
4678         * toplev.c (display_help): Fix thinko in documentation.
4679
4680         * diagnostic.h (output_buffer::indent_skip): New fields.
4681         (output_indentation): New macro.
4682
4683         * diagnostic.c (output_indent): New function.
4684         (output_set_prefix, clear_diagnostic_info): Use.
4685         (output_emit_prefix): Predict future indentation.
4686
4687 2000-09-06  DJ Delorie  <dj@redhat.com>
4688
4689         * Makefile.in (stage_*): add more dependencies to ensure parallel
4690         builds build correctly
4691
4692 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
4693
4694         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
4695         not bootstrap-lean_f.
4696
4697 2000-09-06  Andreas Schwab  <schwab@suse.de>
4698
4699         * mklibgcc.in: Emit rule for libgcc-stage-start.
4700         * Makefile.in (stage1-start, stage2-start, stage3-start,
4701         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
4702
4703 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
4704
4705         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
4706         (update_equiv_regs): Likewise, except for the mn10200 kludge.
4707         (combine_regs): Likewise.
4708
4709         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
4710         * cse.c: Include "basic-block.h".
4711         (struct table_elt): New field REGCOST.
4712         (CHEAP_REG): Delete macro.
4713         (COST): Return 0 for REGs.
4714         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
4715         (notreg_cost): Return 0 for appropriate SUBREGs.
4716         (COSTS_N_INSNS): Return N * 2.
4717         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
4718         SUBREGs.
4719         (CHEAPER): Use new function preferrable.
4720         (insert): Initialize REGCOST member.
4721         (find_best_addr): Use approx_reg_cost for estimation of register
4722         usage.
4723         (cse_insn): Likewise.
4724         * loop.c (iv_add_mult_cost): New function.
4725         (add_cost, shift_cost, mult_cost): Delete variables.
4726         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
4727         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
4728         Make code that detects autoinc opportunities slightly less optimistic.
4729         (simplify_giv_expr): If expression contains other reg that is also a
4730         giv, only increment benefit if this is the only use of that reg.
4731         (consec_sets_giv): Take that change into account.
4732         (combine_givs): Slightly more verbose output.
4733
4734         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
4735         not the cost of an equivalent shift.
4736         * sh-protos.h (addsubcosts): Declare.
4737         * sh.c (addsubcosts): New function.
4738         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
4739         (RTX_COSTS): Tweak.  Use addsubcosts.
4740         (ADDRESS_COST): Return higher cost for reg+reg addressing.
4741
4742 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
4743
4744         * config/rs6000/rs6000.c (validate_condition_mode): New function.
4745         (branch_comparison_operator): Call validate_condition_mode to
4746         abort rather than returning 0.
4747         (branch_positive_comparison_operator): New function.
4748         (scc_comparison_operator): Call validate_condition_mode to abort
4749         rather than returning 0.
4750         (ccr_bit): Call validate_condition_mode.  Update for
4751         new branch scheme.
4752         (print_operand): Delete %C modifier.  Update %E case
4753         to use EQ bit not SO bit.
4754         (rs6000_reverse_condition): New function.
4755         (rs6000_generate_compare): New function.
4756         (rs6000_emit_sCOND): New function.
4757         (rs6000_emit_cbranch): New function.
4758         (output_cbranch): The length of a long branch insn is
4759         now only 8 bytes.  Add validate_condition_mode.  Use
4760         rs6000_reverse_condition.  Remove cror generation.
4761
4762         * config/rs6000/rs6000.h: Update comments.
4763         (PREDICATE_CODES): Add new predicate.  Update codes used
4764         by branch_comparison_operator and scc_comparison_operator.
4765         * config/rs6000/rs6000-protos.h: Add prototypes for
4766         new external functions.
4767         * config/rs6000/rs6000.md: Add new scheduling parameters
4768         for cr_logical instructions.  Change length of branch
4769         instructions.
4770         (bCOND patterns): Call rs6000_emit_cbranch.
4771         (sCOND patterns): Call rs6000_emit_sCOND.
4772         (branch patterns): Change lengths to 4.
4773         (cr logical patterns): New.
4774
4775 2000-09-06  Richard Henderson  <rth@cygnus.com>
4776
4777         * config/i386/i386.md (call_pop): Fix test for setting
4778         current_function_uses_pic_offset_table.
4779         (call, call_value_pop, call_value): Likewise.
4780
4781 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4782
4783         * timevar.c (timevar_add): Delete.
4784         (timevar_get): Also count time since the selected timer was
4785         last updated.  Do not examine the timevar stack if the
4786         selected timer is standalone.
4787
4788 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4789
4790         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
4791
4792 2000-09-05  Jason Merrill  <jason@redhat.com>
4793
4794         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
4795         for 'extern' arrays.
4796
4797 2000-09-05  Richard Henderson  <rth@cygnus.com>
4798
4799         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
4800         Eliminate final copy from non-trapping case.
4801         (__divdf3, __divsf3): Likewise.
4802
4803 2000-09-05  Richard Henderson  <rth@cygnus.com>
4804
4805         * config/ia64/ia64.md (mulhi3): Fix typo last change.
4806         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
4807
4808 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
4809
4810         * Makefile.in: Restructure bootstrap stages to allow clean
4811         restart after failure.
4812
4813 2000-09-05  Richard Henderson  <rth@cygnus.com>
4814
4815         * config/ia64.md (movsi and movdi patterns): Allow moves from
4816         8-bit constants to AR registers.
4817
4818 2000-09-05  Richard Henderson  <rth@cygnus.com>
4819
4820         * config/ia64/ia64.md (mulhi3): New.
4821
4822 2000-09-05  Richard Henderson  <rth@cygnus.com>
4823
4824         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
4825         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
4826         Optimization Guide, minimum latency alternative.
4827         (__moddi3, __udivdi3, __umoddi3): Likewise.
4828         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
4829
4830 2000-09-05  Bruce Korb  <bkorb@gnu.org>
4831
4832         * fixinc/fixincl.c (load_file): always read header files
4833         with sizes that are a multiple of the page size.
4834         & use libiberty's getpagesize for determining that.
4835
4836 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
4837
4838         * gcse.c (hash_string_1): Add prototype.
4839         * cse.c (canon_hash_string): Likewise.
4840
4841 2000-09-04  Craig Newell  <CraigN@ieee.org>
4842
4843         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
4844
4845 2000-09-04  Andreas Schwab  <schwab@suse.de>
4846
4847         * Makefile.in (STAGESTUFF): Remove libgcc.
4848         (stage1-start, stage2-start, stage3-start): Copy the contents of
4849         the libgcc directory explicitly.
4850         (mostlyclean): Clean libgcc.
4851
4852 2000-09-04  Andrew Haley  <aph@redhat.com>
4853
4854         * dwarf2out.c: (stack_adjust_offset): New prototype.
4855
4856 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
4857
4858         * combine.c (make_extraction): Fix rtx_cost comparison to
4859         match the comment.
4860
4861 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
4862
4863         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
4864         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
4865         Add '*' to insn pattern name.
4866
4867 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4868
4869         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
4870         use posn - 1 to index into tokens array.
4871         (maybe_paste_with_next): Adjust caller.
4872
4873 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
4874
4875         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
4876
4877         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
4878         (REGNO_REG_CLASS): Use symbolic register
4879         names.
4880
4881 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
4882
4883         * arm.c (final_prescan_insn): If the form of a jump insn isn't
4884         recognized, don't try to conditionally execute it.
4885
4886 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
4887
4888         * config/avr/avr.md ("*tablejump_lib"): New pattern.
4889         (call_value_insn): Right length claculation.
4890         (call_insn): Likewise.
4891
4892 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
4893
4894         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
4895         gas_output_limited_string, gas_output_ascii, output_movqi,
4896         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
4897         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
4898         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
4899         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
4900         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
4901         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
4902         Add "const" as needed to remove warnings.
4903
4904         * config/avr/avr.c (avr_override_options, avr_init_once,
4905         function_prologue, function_epilogue, frame_pointer_required_p,
4906         class_likely_spilled_p, order_regs_for_local_alloc,
4907         avr_address_cost, avr_ret_register): Use K&R style arguments.
4908         (initial_elimination_offset, gas_output_limited_string):
4909         Remove ATTRIBUTE_UNUSED from the used arguments.
4910         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
4911         Use local variables src, dest, base to access operands[].
4912         Rename reg_dest to reg_src if that's what it is.
4913         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
4914         constants to LD_REGS if reg_was_0.
4915         (output_reload_insisf): Change arg 3 to insn length and set it.
4916         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
4917         access to 16-bit I/O register pairs.
4918         (avr_address_cost): Lower cost for the above case.
4919         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
4920         may be clobbered, also for LD_REGS.
4921         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
4922         with a CONST_INT.
4923
4924         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
4925
4926         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
4927         macro to test_hard_reg_class function.
4928         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
4929         for loading immediate constants to LD_REGS.
4930         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
4931
4932
4933 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
4934
4935         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
4936         * config/avr/libgcc.S: Lost part of the previous patch.
4937
4938 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4939
4940         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
4941         object before calling pthread_mutex_init.
4942
4943 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
4944
4945         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
4946         config/sh/crtn.asm: New files.
4947         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
4948         (crt1.o, crti.o, crtn.o): New targets.
4949         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
4950         sh/t-elf.
4951         * configure: Rebuilt.
4952         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
4953         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
4954         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
4955         Undefine for config/elfos.h to redefine.
4956         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
4957
4958 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4959
4960         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
4961         legitimize_pic_address, output_pic_addr_const): Declare.
4962         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
4963         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
4964         (TARGET_SWITCHES): New switch -mprefergot.
4965         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
4966         (PIC_OFFSET_TABLE_REGNUM): Define.
4967         (GOT_SYMBOL_TABLE): Likewise.
4968         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
4969         (ENCODE_SECTION_INFO): Define.
4970         (FINALIZE_PIC): New macros.
4971         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
4972         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
4973         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
4974         (prepare_move_operands): Call emit_pic_move or
4975         emit_pic_const_move if appropriate.
4976         (output_far_jump): For PIC, use braf and output long offset.
4977         (machine_dependent_reorg):
4978         (sh_expand_prologue): Save and initialize the PIC register.
4979         (sh_expand_epilogue): Restore it.
4980         (initial_elimination_offset): Account for it.
4981         (nonpic_symbol_mentioned_p): New function.
4982         (legitimize_pic_address): Likewise.
4983         (output_pic_addr_const): Likewise.
4984         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
4985         (call, call_value): Use them.
4986         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
4987         symPLT_label2reg): New expands.
4988         * invoke.texi (SH Options): Document -mprefergot.
4989
4990 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
4991
4992         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
4993         * gcse.c (hash_string_1): New function.
4994         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
4995         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
4996         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
4997         (canon_hash_string): New function.
4998         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
4999         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
5000         (fold_rtx): Use ASM_OPERANDS accessor macros.
5001         * emit-rtl.c (copy_insn_1): Likewise.
5002         * integrate.c (copy_rtx_and_substitute): Likewise.
5003         * stmt.c (expand_asm_operands): Likewise.  Give an
5004         ASM_OPERANDS rtx the mode of the output reg being set from it.
5005
5006 2000-09-01  Fred Fish  <fnf@be.com>
5007
5008         * fix-header.c (write_rbrac): Add putc and getc to list of
5009         functions to protect against prior definition as a macro.
5010
5011 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5012
5013         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
5014         (c_size_type_node): Define.
5015         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
5016         * c-common.c (enum format_lengths, enum format_std_version,
5017         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
5018         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
5019         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
5020         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
5021         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
5022         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
5023         format_types): Define.
5024         (format_char_info, print_char_table, scan_char_table,
5025         time_char_table): Rearrange for new organization of information
5026         about format length modifiers and standard versions.
5027         (T_ST): Redefine to use c_size_type_node.
5028         (check_format_info): Obtain information about length modifiers and
5029         standard versions from tables.  Adjust warning message wordings.
5030         Use the name from the user's program for `ll' and `hh' length
5031         modifiers in warning messages.  Use more informative names for
5032         wanted types where available (for wchar_t, wint_t, size_t, signed
5033         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
5034
5035 2000-09-01  Jim Wilson  <wilson@cygnus.com>
5036
5037         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
5038         * combine.c (distribute_notes): Handle REG_NORETURN.
5039         * rtl.c (reg_note_name): Add REG_NORETURN.
5040         * rtl.h (enum reg_note): Likewise.
5041
5042         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
5043         ia64_file_start.
5044         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
5045         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
5046         (emit_predicate_relation_info): Handle conditional calls with
5047         REG_NORETURN.
5048         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
5049         instead of ia64_file_start.
5050         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
5051         * config/ia64/ia64.md (safe_across_calls_all,
5052         save_across_calls_normal): New patterns.
5053
5054         * loop.c (check_final_value): Check for biv use before checking for
5055         giv use.  Check for both biv and giv uses.  Always set last_giv_use
5056         if there is a giv use.
5057
5058 2000-09-01  Richard Henderson  <rth@cygnus.com>
5059
5060         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
5061         (madddi3): Likewise.
5062         (maddsi3): New.
5063
5064 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5065
5066         * expr.c (clear_storage): Don't use emit_move_insn unless
5067         either BLKmode or proper size.
5068         (store_constructor): Don't call clear_storage if REG of wrong size.
5069
5070         * flow.c (init_propagate_block_info): Don't mark frame dead at end
5071         of function if returns wiht stack pointer depressed.
5072
5073 2000-09-01  Andrew Haley  <aph@redhat.com>
5074
5075         * dwarf2out.c (stack_adjust_offset): New function.
5076         (dwarf2out_stack_adjust): Break out stack adjust logic into
5077         new stack_adjust_offset function.  Look inside parallels and
5078         sequences for stack adjustments.
5079
5080 2000-08-31  Jeff Law <law@cygnus.com>
5081
5082         * arm.md: Use no_new_pseudos to determine when it is safe
5083         to create new pseudo registers.
5084
5085         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
5086         when we can safely allocate new registers.
5087
5088 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
5089
5090         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
5091         so that CONCATs are not generated for ASMs.
5092         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
5093         not generating_concat_p.
5094         * function.c (pop_function_context_from): Reset
5095         generating_concat_p.
5096         (prepare_function_start): Likewise.
5097         * rtl.c (generating_concat_p): Define.
5098         * rtl.h (generating_concat_p): Declare.
5099         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
5100
5101 2000-08-22  Philipp Thomas  <pthomas@suse.de>
5102             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
5103
5104         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
5105         for translation.
5106
5107 2000-08-30  Greg McGary  <greg@mcgary.org>
5108
5109         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
5110         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
5111         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
5112
5113 2000-08-30  Greg McGary  <greg@mcgary.org>
5114
5115         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
5116         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
5117         (TREE_INT_CST): New macro.
5118         * varasm.c (const_hash, compare_constant_1, record_constant_1):
5119         Use new macro TREE_INT_CST.
5120
5121 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
5122
5123         * contrib.texi: Add self.
5124
5125 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
5126
5127         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
5128         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
5129         and labels.
5130
5131 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5132
5133         * fixinc/gnu-regex.c: Don't define `const'.
5134
5135 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5136
5137         * expr.c (store_constructor): Allow variable bounds of array type.
5138         (expand_expr): Don't blow up if type is ERROR_MARK.
5139         * varasm.c (output_constructor): Don't access lower bound of array
5140         type unless need it if index is supplied (so it can be a variable
5141         if no index is supplied).
5142         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
5143         Other minor cleanups.
5144
5145 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5146
5147         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
5148         for compilations in stage 1 and subsequent stages, respectively.
5149         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
5150         * configure: Rebuilt.
5151         * x-vax, x-vax-gcc: Deleted.
5152
5153 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5154
5155         * c-common.c (declare_function_name): Use func_id_node,
5156         function_id_node, and pretty_function_id_node.  Do not make
5157         __func__ visible at file scope.
5158         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
5159         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
5160         (function_id_node, pretty_function_id_node, func_id_node): New
5161         macros.
5162         * c-decl.c (init_decl_processing): Initialize function_id_node,
5163         pretty_function_id_node, and func_id_node.
5164         (c_make_fname_decl): Correct comment.
5165
5166         * tree.h (struct tree_identifier): Constify pointer member.
5167
5168         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
5169         * c-pragma.h (struct weak_syms): Constify name and value members.
5170         (add_weak): Constify arguments.
5171
5172         * calls.c (special_function_p): Constify a char *.
5173         (expand_call): Remove variable which is initialized and then
5174         never used.
5175         * dependence.c (struct def_use, struct induction, struct subscript):
5176         Constify 'variable' member.
5177         (get_low_bound, have_induction_variable): Constify char * argument.
5178         (find_induction_variable): Add braces to avoid dangling else.
5179         (classify_dependence): Constify char * arrays.
5180         * profile.c (output_func_start_profiler): Constify a char *.
5181         * stor-layout.c (finalize_record_size): Constify a char *.
5182         * tree.c (is_attribute_p): Constify a char *.
5183         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
5184
5185         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
5186         for comprehensibility.  Do not call get_identifier if we did
5187         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
5188         create temporary string constants, not ggc_alloc_string.  No
5189         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
5190         char * to hold IDENTIFIER_POINTERs.
5191
5192 2000-08-29  Richard Henderson  <rth@cygnus.com>
5193
5194         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
5195         for the inputs.
5196
5197 2000-08-29  Richard Henderson  <rth@cygnus.com>
5198
5199         * reload.c (push_secondary_reload): Allow class == reload_class
5200         if we're using a reload_in/out pattern.
5201
5202         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
5203         the half that does not conflict with the reload register.
5204         (reload_outti): Likewise.
5205
5206 2000-08-29  Kazu Hirata  <kazu@hxi.com>
5207
5208         * reload.c: Fix formatting.
5209
5210         * stmt.c: Fix formatting.
5211
5212         * gcc.c: Fix formatting.
5213
5214 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5215
5216         * flags.h (time_report, mem_report): New global flags.
5217         * toplev.c: Define time_report and mem_report.
5218         (f_options): Add -ftime-report and -fmem-report.
5219         (compile_file): Turn on time_report if quiet_flag is off.
5220         Call ggc_print_statistics at very end if mem_report is on.
5221         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
5222
5223         * ggc-common.c (ggc_print_statistics): Rename to
5224         ggc_print_common_statistics; all callers changed.  Scale
5225         quantities above 10K to kilobytes and above 10M to megabytes.
5226         * ggc-page.c (ggc_page_print_statistics): Rename to
5227         ggc_print_statistics.  Report memory consumed by internal data
5228         structures for each allocation bucket.  Scale quantities above
5229         10K to kilobytes and above 10M to megabytes.
5230         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
5231         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
5232         Define tally_leaves always.
5233         (ggc_print_statistics): New function.
5234         * ggc.h: Adjust for renamed functions.
5235
5236 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
5237
5238         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
5239         output_movsisf instead of which_alternative.
5240
5241         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
5242
5243 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
5244
5245         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
5246         (avr_progmem_p): New prototype.
5247         (output_movsisf): Prototype declaration changed.
5248         (output_movqi): New prototype.
5249         (output_movhi): New prototype.
5250         (call_insn_operand): Likewise.
5251         (final_prescan_insn): Likewise.
5252         (avr_simplify_comparision_p): Likewise.
5253         (avr_normalize_condition): Likewise.
5254         (compare_eq_p): Likewise.
5255         (out_shift_with_cnt): Likewise.
5256         (const_int_pow2_p): Likewise.
5257         (output_reload_inhi): Prototype declaration changed.
5258
5259         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
5260         (ldi_reg_rtx): New. rtx for r31.
5261         (avr_init_stack): Initialize as "__stack".
5262         (function_prologue): Use it.
5263         Replace all TARGET_ENHANCED with AVR_ENHANCED.
5264         (avr_mcu_name): Initialize as "avr2".
5265         (avr_enhanced_p, avr_mega_p): New variables.
5266         (mcu_types, avr_override_options): Handle all known MCU types.
5267         Also handle avr1 (only preprocess, assemble and link).
5268         (print_operand): Using of `%K' in output template removed.
5269         (out_movqi_r_mr): Optimized.
5270         (out_movhi_r_mr): Likewise.
5271         (output_movqi): New function.
5272         (output_movhi): Likewise.
5273         (out_movsi_r_mr): Optimized.
5274         (output_movsisf): Compute insn length for `adjust_insn_length'
5275         (out_movqi_mr_r): Optimized.
5276         (out_movhi_mr_r): Optimized.
5277         (adjust_insn_length): Use output_movsisf, output_movqi,
5278         output_movhi for insn length adjusting.
5279         (reg_unused_after): Use dead_or_set_p.
5280         (preferred_reload_class): Now havn't any restriction.
5281         (reg_was_0): New function.
5282         (io_address_p): Likewise.
5283         (const_int_pow2_p): Likewise.
5284         (output_reload_inhi): Likewise.
5285         (output_reload_insisf): Likewise.
5286
5287         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
5288         (LIB_SPEC): Use -lc for all supported devices.
5289         (LIBGCC_SPEC): Use -lgcc for all supported devices.
5290         (AVR_MEGA): Define as avr_mega_p.
5291         (AVR_ENHANCED): New, define as avr_enhanced_p.
5292         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
5293         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
5294         (CRT_BINUTILS_SPECS): Handle all known MCU types.
5295         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
5296         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
5297         (ASM_SPEC): Pass -mmcu=... to the assembler.
5298         Change all -DAVR_* to -D__AVR_*__.
5299         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
5300         Rename library functions to start with two underscores.
5301         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
5302         alignment.
5303         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
5304         (SUPPORTS_WEAK): Likewise.
5305         (LDI_REG_REGNO): New. Register r31 will be used as temporary
5306         register for loading constants to r0-r14.
5307
5308         * config/avr/avr.md: Replace all TARGET_ENHANCED with
5309         AVR_ENHANCED.
5310         (*mov_r_sp): Removed. Handled by output_movhi.
5311         (*mov_sp_r): Likewise.
5312         (*mov_sp_r_no_interrupts): Likewise
5313         (*mov_sp_r_tiny): Likewise.
5314         (*movqi): Use output_movqi.
5315         (*reload_inqi): New.
5316         (*movhi): Use output_movhi.
5317         (*reload_inhi): New.
5318         (*negsi2): Optimized.
5319         (*negsf2): Likewise.
5320         Added peepholes (define_peephole2) for loading constants to r0-r14
5321         and for using `cpse' command.
5322
5323         * config/avr/libgcc.S: Rename library functions to start with two
5324         underscores.
5325         Add support for enhanced core.
5326         (_moqhi3): Fix typo, now _modqi3.
5327         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
5328         (__prologue_saves__): Remove test for stack adjust by 0.
5329         (__tablejump__): New.
5330
5331         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
5332         Add multilib support.
5333
5334 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
5335
5336         * loop.c (prescan_loop): Don't check unknown_address_altered
5337         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
5338         to loop_store_mems as necessary.
5339         (loop_invariant_p): Don't check unknown_address_altered
5340         or unknown_constant_address_altered.
5341
5342 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5343
5344         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
5345
5346 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5347
5348         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
5349         print just the filename.
5350         * cpplex.c (_cpp_run_directive): Add additional argument, the
5351         name to give the synthetic buffer.  This defaults to
5352         translated "<command line>".
5353         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
5354         Adjust to match.
5355         (_cpp_define_builtin): New function.
5356         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
5357         * cpphash.h: Update prototypes.
5358
5359         * tradcpp.c (main): Process -D and -U simultaneously, in the
5360         order they appeared on the command line.
5361
5362 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5363
5364         * c-decl.c (define_label): Call warning_with_file_and_line and
5365         error_with_file_and_line instead of plain warning or error.
5366
5367         * c-parse.in (label): Use save_filename/save_lineno to ensure
5368         correct values for calls to define_label.
5369
5370 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
5371
5372         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
5373         away.
5374         * expr.c (expand_expr, case TARGET_EXPR): Don't call
5375         mark_addressable.
5376         * tree.h (get_file_function_name): Remove two duplicate
5377         declarations.
5378
5379 2000-08-28  Kazu Hirata  <kazu@hxi.com>
5380
5381         * tree.c: Fix formatting.
5382
5383         * xcoffout.c: Fix formatting.
5384
5385 2000-08-28  Jason Merrill  <jason@redhat.com>
5386
5387         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
5388
5389 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
5390
5391         * dwarf2out.c (dwarf2out_finish): Don't bother calling
5392         break_out_includes if it won't do anything.
5393
5394 2000-08-28  Richard Henderson  <rth@cygnus.com>
5395
5396         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
5397         (find_reloads): Likewise.
5398         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
5399         (reload_inhi): Likewise.
5400
5401 2000-08-28  Richard Henderson  <rth@cygnus.com>
5402
5403         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
5404         (call_insn_operand): Don't expect a surrounding mem.
5405         (constant_call_address_operand): Likewise.
5406         * config/i386/i386.h (PREDICATE_CODES): Update.
5407         * config/i386/i386.md (call patterns): Move the match_operand
5408         for the call destination inside the mem.
5409
5410 2000-08-28  Richard Henderson  <rth@cygnus.com>
5411
5412         * local-alloc.c (requires_inout): Don't use reserved range for
5413         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
5414         * recog.c (asm_operand_ok): Likewise.
5415         (preprocess_constraints, constrain_operands): Likewise.
5416         * regclass.c (record_reg_classes): Likewise.
5417         * reload.c (find_reloads): Likewise.
5418         * reload1.c (maybe_fix_stack_asms): Likewise.
5419         (reload_cse_simplify_operands): Likewise.
5420         * stmt.c (expand_asm_operands): Likewise.
5421
5422         * md.texi: Update constraints documentation.
5423         * tm.texi (EXTRA_CONSTRAINT): Update.
5424
5425 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
5426
5427         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
5428         (print_die): If we don't know the offset of the
5429         target die, try the symbol.  Add a trailing newline.
5430         (reverse_all_dies): New fn.
5431         (dwarf2out_finish): Call it.
5432         (break_out_includes): Reorganize for clarity.
5433         (add_sibling_attributes): Don't call reverse_die_lists.
5434         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
5435         primary CU, too.
5436         * flags.h: Add flag_eliminate_dwarf2_dups.
5437         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
5438
5439 2000-08-28  Jason Merrill  <jason@redhat.com>
5440
5441         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
5442         * dwarf2out.c: #include "md5.h".
5443         (DIE_LABEL_PREFIX): New macro.
5444         (dw_val_struct): Add 'external' flag to val_die_ref.
5445         (add_AT_die_ref, AT_ref): Adjust.
5446         (AT_ref_external, set_AT_ref_external): New fns.
5447         (build_abbrev_table): Call set_AT_ref_external.
5448         (value_format): Call AT_ref_external.
5449         (die_struct): Add die_symbol field.
5450         (new_die): Clear it.
5451         (dwarf_tag_name): Handle BINCL/EINCL.
5452         (dwarf2out_start_source_file): Add BINCL DIE.
5453         (dwarf2out_end_source_file): Add EINCL DIE.
5454         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
5455         (loc_checksum, attr_checksum, die_checksum): New fns.
5456         (is_type_die, is_comdat_die, is_symbol_die): New fns.
5457         (compute_section_prefix, assign_symbol_names): New fns.
5458         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
5459         (output_die): Call output_die_symbol and AT_ref_external.
5460         (output_comdat_comp_unit): New fn, split out from...
5461         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
5462         secondary CUs.
5463         (output_pubnames, output_aranges): Abort if we see entries from
5464         secondary CUs.
5465         * toplev.h: Declare file_name_nondirectory.
5466         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
5467         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
5468         (debug_start_source_file): Call dwarf2out_start_source_file
5469         regardless of debug verbosity.
5470         (debug_end_source_file): Similarly.
5471         * tree.h: Declare clean_symbol_name.
5472         * tree.c (clean_symbol_name): Split out from...
5473         (get_file_function_name_long): ...here.
5474
5475         * dwarf2out.c (new_loc_descr): Use calloc.
5476         (splice_child_die): Remove the die from the right parent.
5477         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
5478
5479 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5480
5481         * toplev.c (decode_g_option): Don't give warning for unknown -g
5482         option; return 0 instead.
5483         (main): If -g option is not recognized by front end or
5484         language-independent code, give warning.
5485
5486 2000-08-28  Greg McGary  <greg@mcgary.org>
5487
5488         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
5489         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
5490         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
5491
5492 2000-08-27  Greg McGary  <greg@mcgary.org>
5493
5494         * cpplex.c (parse_string): Don't look for backslash
5495         before first char in `namebuf'.
5496         * loop.c (strength_reduce): Skip NOTEs.
5497
5498 2000-08-27  Jason Merrill  <jason@redhat.com>
5499
5500         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
5501         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
5502         TREE_ASM_WRITTEN, either.
5503         (finish_decl): Adjust.
5504
5505 2000-08-28  Philipp Thomas  <pthomas@suse.de>
5506
5507         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
5508         they have been incorporated into the gettext CVS. Change the text to
5509         reflect the current status of NLS. Add instructions for accessing
5510         the gettext CVS and add the patch from Martin v. Loewis.
5511
5512 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
5513
5514         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
5515         by using gen_lowpart_common.
5516         (movdi_internal64+6): Likewise.
5517
5518 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
5519
5520         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
5521         Document.
5522
5523         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
5524         numbers to the ranges used by GDB.
5525
5526 2000-08-25  Richard Henderson  <rth@cygnus.com>
5527
5528         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
5529         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
5530         (ia64_expand_prologue): Likewise.
5531         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
5532         argument for stdargs.
5533
5534 2000-08-25  Jason Merrill  <jason@redhat.com>
5535
5536         * integrate.c (expand_inline_function): Pull out the original decl.
5537
5538 2000-08-25  Jim Wilson  <wilson@cygnus.com>
5539
5540         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
5541
5542         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
5543
5544 2000-08-25  Greg McGary  <greg@mcgary.org>
5545
5546         * flow.c (dump_edge_info): Use ARRAY_SIZE.
5547         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
5548
5549 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
5550
5551         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
5552
5553 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
5554
5555         * i386.c (ix86_find_base_term): New.
5556         * i386-protos.h (ix86_find_base_term): Prototype.
5557         * i386.h (FIND_BASE_TERM): Define.
5558         * alias.c (find_base_term): Use it.
5559         * tm.texi (FIND_BASE_TERM): Document it.
5560
5561         * alias.c (true_dependence, write_dependence_p): Unchanging
5562         memory can't conflict with non-unchanging memory.
5563
5564         * alias.c (memrefs_conflict_p): A BLKmode reference
5565         to a symbol (or CONST_INT address) always conflicts
5566         with a reference to another symbol.
5567
5568 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5569
5570         * c-common.c (time_char_table): Don't allow width and flags with
5571         "z" format.
5572
5573 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
5574
5575         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
5576         way as LT and LTU when the second operand has 0 in low word.
5577
5578 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5579
5580         * basic-block.h (struct loop): Rename `exits' field to
5581         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
5582
5583         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
5584         (flow_loop_entry_edges_find): Add.
5585         (flow_edge_list_print): Rename from flow_exits_print.
5586         (flow_loops_find): Call flow_loop_entry_edges_find.
5587         (flow_loop_dump): Dump entry_edges list.
5588         (flow_loops_free): Free entry_edges.
5589
5590 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5591
5592         * loop.c (loop_dump_aux, debug_loop): New functions.
5593         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
5594
5595         * flow.c (flow_loops_dump): Add callback parameter.
5596         (flow_loop_dump): Add callback parameter and call it.  Move
5597         loop note debugging code to loop_dump_aux.
5598
5599         * basic-block.h (flow_loop_dump): Add callback parameter
5600         (flow_loops_dump): Likewise.
5601
5602         * toplev.c (rest_of_compilation): Add NULL callback function pointer
5603         to call to flow_loops_dump.
5604
5605 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5606
5607         * loop.c (count_loop_regs_set): Replace start and end arguments
5608         with loop argument.  All callers udated.
5609
5610 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5611
5612         * loop.c (constant_high_bytes): Delete.
5613
5614 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
5615
5616         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
5617         and NOTE_INSN_LOOP_VTOP to...
5618         (find_and_verify_loops) ...here.
5619
5620 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
5621
5622         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
5623         (fini_dummy, init_dummy): Use it.
5624
5625 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
5626
5627         * cpplex.c (is_macro_disabled): Caller has already checked
5628         that we're not a preprocessed file.
5629
5630 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
5631
5632         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
5633         (c-iterate.o): Remove target.
5634         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
5635         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
5636         (finish_decl): Don't handle iterators.
5637         (grokdeclarator): Likewise.
5638         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
5639         * gcc/c-gperf.h: Regenerated.
5640         * gcc/c-iterate.c: Removed.
5641         * gcc/c-lex.c (init_lex): Don't handle iterators.
5642         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
5643         (compstmt_primary_start): Remove push_iterator_stack call.
5644         (stmt): Don't allow iterator statements.  Replace iterator_expand
5645         with expand_expr_stmt.
5646         (all_iter_stmt): Remove.
5647         (all_iter_stmt_simple): Likewise.
5648         (all_iter_stmt_with_decl): Likewise.
5649         * gcc/c-tree.h (ITERATOR_P): Remove.
5650         (ITERATOR_BOUND_P): Likewise.
5651         (init_iterators): Remove declaration.
5652         (iterator_expand): Likewise.
5653         (iterator_for_loop_start): Likewise.
5654         (iterator_for_loop_end): Likewise.
5655         (iterator_for_loop_record): Likewise.
5656         (push_iterator_stack): Likewise.
5657         (pop_iterator_stack): Likewise.
5658         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
5659         (readonly_warning): Likewise.
5660         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
5661
5662 2000-08-24  Jim Wilson  <wilson@cygnus.com>
5663
5664         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
5665         Copy type in a TYPE_DECL, just like pushdecl does.
5666
5667 2000-08-24  Richard Henderson  <rth@cygnus.com>
5668
5669         * toplev.c (main): Enable flag_reorder_blocks at -O2.
5670
5671 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
5672
5673         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
5674         asked for one page, allocate GGC_QUIRE_SIZE of them and put
5675         the extras on the free list.
5676         (release_pages): Clean up.
5677         (ggc_set_mark): Don't adjust G.allocated here...
5678         (sweep_pages): ... do it here.
5679
5680 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
5681
5682         * cppfiles.c (read_include_file): Rearrange initializations.
5683
5684 2000-08-24  Richard Henderson  <rth@cygnus.com>
5685
5686         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
5687
5688         * config/ia64/ia64-protos.h: Update.
5689         * config/ia64/ia64.c (gr_register_operand): New.
5690         (fr_register_operand, grfr_register_operand): New.
5691         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
5692         (grfr_reg_or_8bit_operand): New.
5693         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
5694         use gr_register_operand.
5695         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
5696         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
5697         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
5698         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
5699         (fr_reg_or_fp01_operand): Likewise.
5700         (not_postinc_memory_operand): New.
5701         (ia64_split_timode): Remove unused variables.
5702         (rtx_needs_barrier): Check arguments to cmpxchg.
5703         (builtin_description): Remove.
5704         (bdesc_2argsi, bdesc_2argdi): Remove.
5705         (ia64_init_builtins): Declare all builtins directly.
5706         (ia64_expand_fetch_and_op): Rewrite to be called from
5707         ia64_expand_builtin directly.  Use expand_binop and co.
5708         (ia64_expand_op_and_fetch): Likewise.
5709         (ia64_expand_compare_and_swap): Likewise.
5710         (ia64_expand_binop_builtin): Remove.
5711         (ia64_expand_lock_test_and_set): New.
5712         (ia64_expand_lock_release): New.
5713         (ia64_expand_builtin): Use them.
5714         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
5715         (EXTRA_CONSTRAINT): Use it.
5716         (PREDICATE_CODES): Update.
5717         * config/ia64/ia64.md (*): Use gr_register_operand and co.
5718         (mf): Indicate that we set memory as well as use it.
5719         (fetchadd_acq_si): Show memory being modified as well.
5720         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
5721         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
5722         (lock_test_and_set_si, lock_test_and_set_di): Remove.
5723         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
5724         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
5725         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
5726         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
5727         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
5728         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
5729         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
5730         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
5731         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
5732         return type.  Pretty print definitions.
5733
5734 2000-08-24  Jim Wilson  <wilson@cygnus.com>
5735
5736         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
5737         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
5738
5739 2000-08-24  Jason Merrill  <jason@redhat.com>
5740
5741         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
5742         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
5743         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
5744         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
5745
5746 2000-08-24  Greg McGary  <greg@mcgary.org>
5747
5748         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
5749         and extendtab within their proper array boundaries.
5750         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
5751         for the entire array.
5752
5753         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
5754         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
5755         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
5756         * config/fr30/fr30.c (fr30_print_operand): Likewise.
5757         * config/i386/dgux.c (output_options): Likewise.
5758         * config/i386/dgux.h (ASM_FILE_START): Likewise.
5759         * config/m88k/m88k.c (output_options): Likewise.
5760         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
5761         * config/mcore/mcore.c (mcore_output_inline_const_forced,
5762         layout_mcore_frame, handle_structs_in_regs): Likewise.
5763         * config/mips/mips.c (output_block_move): Likewise.
5764         * config/rs6000/rs6000.c (rs6000_override_options,
5765         rs6000_file_start): Likewise.
5766         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
5767         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
5768         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
5769         * builtins.c (expand_builtin_setjmp): Likewise.
5770         * expr.c (safe_from_p): Likewise.
5771         * flow.c (life_analysis): Likewise.
5772         * fold-const.c (size_int_type_wide): Likewise.
5773         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
5774         * genattrtab.c (make_length_attrs): Likewise.
5775         * genopinit.c (gen_insn): Likewise.
5776         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
5777         * global.c (global_alloc): Likewise.
5778         * local-alloc.c (find_free_reg): Likewise.
5779         * mips-tdump.c (print_symbol): Likewise.
5780         * mips-tfile.c (parse_def, parse_input): Likewise.
5781         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
5782         * stmt.c (expand_nl_goto_receiver): Likewise.
5783         * stor-layout.c (set_sizetype): Likewise.
5784         * varasm.c (decode_reg_name): Likewise.
5785         * toplev.c (decode_f_option, decode_W_option,
5786         set_target_switch, print_switch_values): Likewise.
5787         (NUM_ELEM): Remove macro.
5788         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
5789
5790 2000-08-24  Greg McGary  <greg@mcgary.org>
5791
5792         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
5793         (MAIN_NAME_P, main_identifier_node): New macros.
5794         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
5795         * c-decl.c (start_decl, grokdeclarator, start_function,
5796         store_parm_decls, finish_function): Use MAIN_NAME_P.
5797         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
5798         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
5799         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
5800         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
5801
5802 2000-08-24  Greg McGary  <greg@mcgary.org>
5803
5804         * cppfiles.c (actual_directory): Don't write beyond `dir'
5805         when it contains "".
5806         * real.c (asctoeg): Stay within bounds of etens[][].
5807
5808 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5809
5810         * dependence.c (dependence_string, direction_string,
5811         dump_one_node, dump_node_dependence): Hide unused identifiers.
5812         (get_low_bound, normalize_coefficients): Match definition to
5813         static prototype.
5814         (get_one_coefficient): Initialize variables `value0_is_idx' and
5815         `value1_is_idx'.
5816         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
5817         (ziv_test): Delete variable `idx', use parameter `sub' instead.
5818         (direction_merge): Avoid automatic aggregate initialization.
5819         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
5820         Initialize variables `dest_idx' and `src_idx'.
5821         (end_dependence_analysis): Avoid C89 style function definition.
5822
5823 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5824
5825         * c-common.c (time_char_table): Don't allow width with %F.
5826         (check_format_info): Don't allow "Z" length with scanf.
5827
5828 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
5829
5830         * diagnostic.c (finish_diagnostic): Define.
5831         (output_do_printf): Use wrap_text instead of output_add_string.
5832         (default_print_error_function): Avoid embedded '\n'.
5833
5834         * diagnostic.h (flush_diagnostic_buffer): Declare.
5835
5836 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5837
5838         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
5839
5840 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
5841
5842         * Makefile.in (GCC_PASSES): Add specs.
5843
5844 2000-08-23  Jim Wilson  <wilson@cygnus.com>
5845
5846         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
5847         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
5848         EHANDLER nor UHANDLER bit is set.
5849         (__get_except_table): Likewise.
5850
5851 2000-08-23  Nick Clifton  <nickc@redhat.com>
5852
5853         * config/arm/lib1funcs.asm: Replace upper case condition codes
5854         with lower case versions.
5855
5856         * config/arm/arm.h (STRUCT_VALUE): Define.
5857         (STRUCT_VALUE_REGNUM): Delete.
5858
5859 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
5860
5861         * cpphash.h (IN_I): New flag for directive table.
5862         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
5863         #pragma with IN_I.
5864         (_cpp_check_directive): If -fpreprocessed, execute directives
5865         marked with IN_I.  Issue no warnings in this case.
5866         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
5867
5868 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5869
5870         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
5871         %u.
5872         (check_format_info): Support printf 'I' flag; warn about it with
5873         -pedantic.
5874
5875 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
5876
5877         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
5878         barrier can't be ignored by the alias analysis code.
5879
5880 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
5881
5882         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
5883         works inside fixincl.
5884
5885 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
5886
5887         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
5888         simplify_relational_operation() unless both operands are of
5889         VOIDmode.
5890         * cse.c (fold_rtx): Likewise.
5891
5892 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
5893
5894         * rtlanal.c (rtx_unstable_p): The pic register is stable
5895         (within one function) and the actual rtx should be used
5896         when checking the registers.
5897         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
5898
5899         * alias.c (true_dependence, write_dependence_p): Fix
5900         bug in previous patch.
5901
5902         * i386.c (ix86_GOT_alias_set): New.
5903         (legitimize_pic_address): Use it.
5904
5905         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
5906         only stable if its address is stable.
5907         (rtx_varies_p): An unchanging MEM can't vary if
5908         its address doesn't vary.
5909
5910 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5911
5912         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
5913
5914 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5915
5916         * vax.h (ASM_SPEC): Pass `-J' to assembler.
5917         * x-vax-gcc: New file for bootstrapping with gcc.
5918         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
5919         * configure.in: Use x-vax-gcc with gcc.
5920         * configure: Rebuilt.
5921
5922 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5923
5924         * toplev.c (rest_of_compilation): Rebuild label notes after
5925         post-reload splitting pass if new labels have been created.
5926
5927 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
5928
5929         * diagnostic.h (output_buffer_state): New macro.
5930         * diagnostic.c (diagnostic_for_decl, sorry,
5931         default_print_error_function, output_do_verbatim,
5932         report_diagnostic, report_problematic_module): Use it.
5933         (wrap_text): Tweak.
5934         (output_format): Use wrap_text instead of maybe_wrap_text.
5935
5936 2000-08-22  Nick Clifton  <nickc@redhat.com>
5937
5938         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
5939         Common code for ARM divide and modulus functions.
5940         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
5941         ARM_DIV_MOD_BODY.
5942         (FUNC_END): New macro: Common code at the end of the division and
5943         modulo functions.
5944         (THUMB_FUNCTION_START): New macro:  Common code at the start of
5945         Thumb functions.
5946         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
5947
5948 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
5949
5950         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
5951
5952         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
5953         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
5954         const0_rtx.
5955
5956 2000-08-22  Nick Clifton  <nickc@redhat.com>
5957
5958         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
5959         restorative additions, test for bottom bits of IP being set,
5960         rather than relying upon the RORs not matching.
5961         (__modsi3): Ditto.
5962
5963 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
5964
5965         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
5966         text_section() as appropriate instead of emitting text csect
5967         pseudo-op directly.
5968         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
5969         (UNIQUE_SECTION): Define macro.
5970         (ASM_OUTPUT_SECTION_NAME): Define macro.
5971         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
5972         on AIX if debugging and -fdata-sections always.
5973
5974 2000-08-22  Steven King  <sxking@uswest.net>
5975
5976         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
5977         machinery.
5978         (LDBL_MAX): Same here.
5979
5980 2000-08-22  Richard Henderson  <rth@cygnus.com>
5981
5982         * flow.c (tidy_fallthru_edge): Update b->end properly.
5983
5984 2000-08-22  Stan Cox  <scox@redhat.com>
5985
5986         * Makefile.in (OBJS): Add dependence.o.
5987         * dependence.c: New file.
5988
5989 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
5990
5991         * calls.c (check_sibcall_argument_overlap_1): Adjust for
5992         ARGS_GROW_DOWNWARD.
5993         (check_sibcall_argument_overlap): Likewise.
5994
5995 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5996
5997         * invoke.texi (SH Options): Document -m4-nofpu,
5998         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
5999         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
6000
6001 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6002
6003         * c-common.c (check_format_info): Give the 'some locales' warning
6004         for strftime %Ey rather than the unconditional 'only last 2 digits
6005         of year' one.
6006
6007 2000-08-22  Richard Henderson  <rth@cygnus.com>
6008
6009         * alias.c (init_alias_analysis): Do not register
6010         struct_value_incoming_rtx or static_chain_rtx as pointing
6011         to stack memory.
6012
6013 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
6014
6015         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
6016
6017 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
6018
6019         * diagnostic.h (report_problematic_module): Declare.
6020         * diagnostic.c (report_problematic_module): New function.
6021         (report_error_function): Tweak.
6022
6023 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6024
6025         * stmt.c (expand_goto_internal, fixup_gotos): Only check
6026         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
6027
6028 2000-08-21  Richard Henderson  <rth@cygnus.com>
6029
6030         * flow.c (calculate_global_regs_live): Mark frame pointer live
6031         everywhere before reload.
6032
6033 2000-08-21  Jim Wilson  <wilson@cygnus.com>
6034
6035         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
6036         INTEL_EXTENDED_IEEE_FORMAT.
6037         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
6038         clear last two bytes of output FP value.
6039
6040 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
6041
6042         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
6043
6044 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6045
6046         * unroll.c (loop_find_equiv_value): If ret is modified between
6047         insn and loop_start, ret might not be equivalent to reg.
6048
6049 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6050
6051         * c-common.c (init_dollar_format_checking,
6052         maybe_read_dollar_number, finish_dollar_format_checking): New
6053         functions.
6054         (dollar_arguments_used, dollar_arguments_count,
6055         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
6056         New variables.
6057         (check_format_info): Support $ formats for scanf and printf width
6058         and precision.  Always increment format_chars to advance past the
6059         '*' of precision, not just when the format parameters are
6060         available to check.
6061
6062 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6063
6064         * mips.c (block_move_loop, expand_block_move,
6065         function_arg_partial_nregs, save_restore_insns, function_prologue,
6066         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
6067         constant suffix.
6068         (function_arg_advance, function_arg): Match argument to format
6069         specifier `%p'.
6070
6071 2000-08-21  Nix  <nix@esperi.demon.co.uk>
6072
6073         * gcc.c (do_spec_1): Implement %j spec flag.
6074         Remove dead comment.
6075
6076         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
6077         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
6078         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
6079         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
6080
6081         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
6082         writable) instead of hardcoded value.
6083
6084         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
6085
6086         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
6087         MKTEMP_EACH_FILE.
6088
6089         * gcc.c (cc1_options): Do not process -o or run the assembler if
6090         -fsyntax-only.
6091         * objc/lang-spec.h: Likewise.
6092
6093 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
6094
6095         * fixinc/fixincl.c (fix_with_system): Pipe the output of
6096         "external" fixes through `cat', to avoid truncating the input
6097         file by redirection.
6098
6099 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6100
6101         * config/i386/i386.md (lea_general_1): Copy insn condition to split
6102         condition.
6103         (lea_general_2, lea_general_3): Likewise.
6104
6105 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6106
6107         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
6108         warnings to user code.
6109
6110         * c-lex.c (readescape, yylex): Likewise.
6111
6112         * c-typeck.c (store_init_value, process_init_element): Likewise
6113         (c_expand_start_case): Format.
6114
6115 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6116
6117         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
6118
6119         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
6120         and linker_endian_spec to endian_spec.
6121         (ENDIAN_SPEC): Add %{EB} and %{EL}.
6122         (LINK_SPEC): Remove %{EB} and %{EL}.
6123         (ASM_SPEC): Likewise.  Use %(endian_spec).
6124
6125 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6126
6127         * c-tree.h (flag_hosted): Move declaration from here...
6128         * c-common.h (flag_hosted): ... to here.
6129         (flag_noniso_default_format_attributes): New declaration.
6130         * c-decl.c (flag_noniso_default_format_attributes): New variable.
6131         (c_decode_option): Set it appropriately for options choosing
6132         language standard variant.
6133         * c-common.c (init_function_format_info): Only provide default
6134         format attributes if flag_hosted.  Only provide the gettext
6135         formats if flag_noniso_default_format_attributes.  Update
6136         comments.
6137         (check_format_info): Disable treatment of %a as a scanf flag in
6138         C99 mode.
6139
6140 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6141
6142         * c-common.c (scan_char_table): Add 'w' to flags for all formats
6143         except 'n'.
6144         (check_format_info): Set 'wide' for scanf format widths.  Warn for
6145         a zero scanf width.  Make the check for writing into a constant
6146         object at the first level of indirection; at later levels, warn if
6147         any type qualifiers are encountered.
6148
6149 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
6150
6151         * reload.c (reload_inner_reg_of_subreg): New function broken out of
6152         push_reload.
6153         (push_reload): Use reload_inner_reg_of_subreg.
6154         (combine_reloads): Do not combine reloads if the input reload
6155         is a SUBREG in which the inner part will need reloading.
6156
6157         * global.c (global_alloc): Avoid passing dumpfile argument to
6158         reload routines.
6159         * toplev.c (rest_of_compilation): Likewise.
6160         * reload.h (reload): Remove dumpfile argument.  Callers changed.
6161         (debug_reload, debug_reload_to_stream): Move prototypes here.
6162         * rtl.h  (reload): Remove dumpfile argument.
6163         * reload.c (debug_reload): Remove prototype.
6164         (debug_reload_to_stream): Likewise.
6165         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
6166         instead.
6167
6168 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6169
6170         * diagnostic.c (context_as_prefix): Export.
6171         (need_error_newline): Remove.
6172         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
6173         (error_module_changed, record_last_error_module,
6174         error_function_changed, record_last_error_function): New functions.
6175         (initialize_diagnostics): Default intialize
6176         lang_diagnostic_starter, lang_diagnostic_finalizer.
6177         (init_output_buffer): Tweak.
6178         (file_name_as_prefix): New function.
6179         (announce_function, default_print_error_function,
6180         report_error_function, set_diagnostic_context): Tweak.
6181
6182 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
6183
6184         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
6185         condition expression.
6186
6187 2000-08-20  Richard Henderson  <rth@cygnus.com>
6188
6189         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
6190
6191 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
6192
6193         * cppinit.c (cpp_init): Set global flag when called.
6194         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
6195
6196 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
6197
6198         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
6199         before `process_directive' so that newlines won't be missed
6200         for directives.
6201         (cpp_printf): Increment `print->lineno' when newline is emitted.
6202
6203         * cppmain.c (cb_ident): Likewise.
6204         (cb_define): Likewise.
6205         (cb_undef): Likewise.
6206         (cb_include): Likewise.
6207         (cb_def_pragma): Likewise.
6208         (dump_macros_helper): Likewise.
6209
6210 2000-08-20  Richard Henderson  <rth@cygnus.com>
6211
6212         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
6213         assigned before a loop.
6214
6215         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
6216         (ashrsi3, lshrsi3): Likewise.
6217
6218 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
6219
6220         * c-lang.c: #include diagnostic.h
6221         (c_tree_printer): New function.
6222         (lang_init): Initialize lang_printer.
6223
6224         * Makefile.in (c-lang.o): Depends on diagnostic.h
6225
6226 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
6227
6228         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
6229
6230         * diagnostic.c (default_diagnostic_starter,
6231         default_diagnostic_finalizer): New functions.
6232         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
6233         (pedwarn, pedwarn_with_file_and_line, error,
6234         error_with_file_and_line, fatal, warning,
6235         warning_with_file_and_line): Adjust call to report_diagnostic.
6236         (report_diagnostic): Rework.
6237         (set_diagnostic_context): New function.
6238
6239         * diagnostic.h (struct diagnostic_context): New data structure.
6240         (diagnostic_message, diagnostic_argument_list,
6241         diagnostic_file_location, diagnostic_line_location,
6242         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
6243         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
6244         (set_diagnostic_context): Declare.
6245         (report_diagnostic): Change prototype.
6246
6247 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
6248
6249         * fix-header.c (main): Initialize cpplib.
6250
6251 2000-08-19  Michael Meissner  <meissner@redhat.com>
6252
6253         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
6254         instructions in it before checking for indirect jumps.
6255
6256         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
6257         in a indirect jump as a potential for conditional execution.
6258
6259         * d30v.h (d30v_init_expanders): Don't declare here.
6260         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
6261         prototype.
6262
6263 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
6264
6265         * cpp.texi: Add @section for assertions.
6266
6267 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
6268
6269         * loop.c (scan_loop): Use CONST_CALL_P instead of
6270         checking for REG_LIBCALL / REG_RETVAL.
6271
6272 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
6273
6274         * reload1.c (reload_as_needed): Accept dumpfile argument,
6275         pass it to emit_reload_insns.
6276         (emit_reload_insns): Add new dumpfile argument.  If non-null
6277         then dump the reloads for each insn into the dumpfile.
6278         (reload): Pass dumpfile to reload_as_needed.
6279
6280         * invoke.texi: Clean up linux-gnu vs linux comments.
6281
6282 2000-08-19  Richard Henderson  <rth@cygnus.com>
6283
6284         * config/ia64/ia64.c (reg_or_5bit_operand): New.
6285         (ia64_depz_field_mask): New.
6286         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
6287         (PREDICATE_CODES): Update.
6288         * config/ia64/ia64.md: Update commentary.
6289         (depz_internal): New.
6290         (ashlsi3): Implement directly.
6291         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
6292         (ashldi3): Use shladd.
6293         * config/ia64/ia64-protos.h: Update.
6294
6295 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6296
6297         * toplev.c (independent_decode_option): Always process -g.
6298         Remove third argument, now unused.  Adjust caller to match.
6299
6300 2000-08-18  Richard Henderson  <rth@cygnus.com>
6301
6302         * combine.c (make_compound_operation): Break after creating
6303         the extraction.
6304
6305 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6306
6307         * cpplib.c (cpp_register_pragma_space): Just return if the
6308         namespace is already registered.
6309
6310 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
6311
6312         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
6313         constant amount.  Do not generate ROTL instruction.
6314
6315 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
6316
6317         * config/sh/elf.h: Do not include sh/sh.h.
6318         * config/sh/rtems.h: Likewise.
6319         * config/sh/rtemself.h: Do not include sh/elf.h.
6320         * configure.in: Get them included with `tm_file's.
6321         * configure: Rebuilt.
6322
6323         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
6324         * config/sh/sh.c (fpscr_set_from_mem): Use them.
6325
6326 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6327
6328         * stor-layout.c (compute_record_type): Don't use mode of single
6329         field as mode of record if not integer mode of same type.
6330
6331         * regmove.c (perhaps_ends_bb_p): New function.
6332         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
6333         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
6334         (fixup_match_1): Likewise.
6335         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
6336         avoid signed/unsigned warnings.
6337
6338         * function.c (fixup_var_refs_1, case MEM): Update CODE after
6339         updating X.
6340
6341 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
6342
6343         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
6344         (_cpp_trigraph_map): Declaration moved from cpplex.c
6345
6346         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
6347         instead of 256.  Use consistent test for designated initializers.
6348         (cpp_init): Initialize trigraph_map.
6349         (initialize_standard_includes, parse_option):  Use memcmp
6350         instead of strncmp.
6351
6352         * cpplex.c (init_trigraph_map): Remove.
6353         (trigraph_ok, trigraph_replace, lex_line): Refer to
6354         _cpp_trigraph_map.
6355
6356         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
6357         (do_unassert): Remove unused "next" local.
6358
6359         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
6360
6361 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
6362
6363         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
6364         insn.
6365
6366 2000-08-17  Richard Henderson  <rth@cygnus.com>
6367
6368         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
6369         the first insn in a sequence.
6370
6371 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
6372
6373         * alias.c (true_dependence, write_dependence_p): A read
6374         involving a label_ref or the constant pool doesn't create
6375         a dependency.
6376
6377         * rtl.h (unchanging): Improve documentation.
6378
6379 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
6380
6381         * cse.c (insert_regs): Remove unused `regno'.
6382
6383 2000-08-17  Neil Booth  <NeilB@earthling.net>
6384
6385         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
6386         remove_dup_dirs.  If qtail == brack, remove brack not
6387         qtail.
6388         (remove_dup_dir, remove_dup_dirs): New functions.
6389
6390 2000-08-17  Neil Booth  <NeilB@earthling.net>
6391
6392         * cppinit.c (cpp_cleanup): Free include dir chains.
6393         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
6394         (do_unassert): Free the assert with _cpp_free_definition.
6395         * cppmacro.c (_cpp_free_definition): Free memory allocated for
6396         assertions.  Make the node a T_VOID node.
6397
6398 2000-08-17  Neil Booth  <NeilB@earthling.net>
6399
6400         * cppinit.c (path_include, append_include_chain):
6401         Remove 2nd parameter (struct cpp_pending *).
6402         (path_include, initialize_standard_includes, cpp_handle_option):
6403         Update callers appropriately.
6404         (cpp_handle_option): Use pend.
6405
6406 2000-08-17  Neil Booth  <NeilB@earthling.net>
6407
6408         * cppinit.c (sort_options): Remove, put functionality in
6409         cpp_init.
6410         (cpp_init): New.
6411         (initialize_builtins): Free memory.
6412         (cpp_start_read): Move init_IStable to cpp_init.
6413
6414         * cpplib.h (cpp_init): New prototype.
6415         * cppmain.c (main): Call cpp_init.
6416
6417 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
6418
6419         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
6420         (rtx_unstable_p, rtx_varies_p): Process vectors.
6421
6422 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6423
6424         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
6425         references to GLOBAL symbols.  Use LOCAL where appropriate.
6426
6427 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6428
6429         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
6430         use t-aix41 when host == target.
6431
6432 2000-08-16  Richard Henderson  <rth@cygnus.com>
6433
6434         * reload.c (push_secondary_reload): Revert last change.
6435         If we use a reload_in/out pattern, make the when the same
6436         as the primary reload.
6437         (find_reloads): Likewise.
6438
6439 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
6440
6441         * configure.in (libstdcxx-v3): Fix test.
6442         * configure: Regenerate.
6443
6444 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6445
6446         * calls.c (calls_function_1, expand_call): Only test
6447         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
6448         * function.c (thread_prologue_and_epilogue_insns): Likewise.
6449
6450 2000-08-16  Richard Henderson  <rth@cygnus.com>
6451
6452         * combine.c (simplify_shift_const): Revert previous two
6453         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
6454         before the main loop.
6455
6456 2000-08-15  Richard Henderson  <rth@cygnus.com>
6457
6458         * combine.c (simplify_shift_const): Bound shift count when
6459         combining shifts.
6460
6461 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6462
6463         * calls.c (ECF_SP_DEPRESSED): New macro.
6464         (calls_function_1): Treat calling sp-depressed function as alloca.
6465         (emit_call_1): Don't adjust SP if calling sp-depressed function.
6466         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
6467         If sp-depressed, ensure block saves and restores SP.
6468         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
6469         for INTEGER_TYPE.
6470         * function.c (keep_stack_depressed): New function.
6471         (thread_prologue_and_epilogue_insns): Call it.
6472         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
6473         to print DECL_OFFSET_ALIGN.
6474         Print no-force-blk and transparent-union flags properly.
6475         * stmt.c (expand_goto_internal): Don't restore stack if last block
6476         and function returns with sp depressed.
6477         (fixup_gotos): Likewise.
6478         (save_stack_pointer): New function, from code in expand_decl.
6479         (expand_decl): Call new function.
6480         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
6481         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
6482         (save_stack_pointer): New declaration.
6483
6484         * diagnostic.c (fatal_function): New variable.
6485         (set_fatal_function): New function.
6486         (fatal): Call it.
6487         * diagnostic.h (set_fatal_function): New declaration.
6488
6489 2000-08-15  William Cohen  <wcohen@redhat.com>
6490
6491         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
6492         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
6493         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
6494
6495 2000-08-15  Richard Henderson  <rth@cygnus.com>
6496
6497         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
6498
6499 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6500
6501         * arm.c (arm_function_ok_for_sibcall): New function.
6502         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
6503         * arm.md (call expanders): Don't check here for calls that can't
6504         be sibling calls.
6505
6506 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6507
6508         * arm.md (splits generating cond_exec): Disable.
6509
6510 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6511
6512         * arm/linux-elf.h (text_section): Delete declaration.
6513
6514 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
6515
6516         ARM support for unordered FP operations.
6517         * arm-protos.h (arm_comparison_operator): Declare.
6518         * arm.c (arm_comparison_operator): New function.
6519         (arm_select_cc_mode): Add unordered comparison codes.
6520         (get_arm_condition_code): Likewise.
6521         (arm_final_prescan_insn): Can't handle unordered jumps that can't
6522         be done in one insn.
6523         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
6524         * arm.md (all uses of comparison_operator): Replace with
6525         arm_comparison_operator.
6526         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
6527         expands.
6528         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
6529         patterns.
6530
6531 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6532
6533         * gthr-posix.h: Conditionally include <sched.h>; include
6534         <config.h> from libobjc/.
6535
6536 2000-08-14  Richard Henderson  <rth@cygnus.com>
6537
6538         * config/i386/i386.c (legitimize_pic_address): Use Pmode
6539         for all CONSTs.
6540
6541 2000-08-14  Richard Henderson  <rth@cygnus.com>
6542
6543         * configure.in (ia64-*): Set float_format for i386 long double.
6544
6545         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
6546         as we would for i386 XFmode.
6547         (PUT_REAL): Likewise.
6548         (endian, ereal_atof, real_value_truncate): Likewise.
6549         (ereal_isneg, toe64, etens, make_nan): Likewise.
6550         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
6551
6552         * config/ia64/ia64-protos.h: Update.
6553         * config/ia64/ia64.c (general_tfmode_operand): New.
6554         (destination_tfmode_operand): New.
6555         (tfreg_or_fp01_operand): New.
6556         (ia64_split_timode): New.
6557         (spill_tfmode_operand): New.
6558         (ia64_expand_prologue): Use TFmode not XFmode.
6559         (ia64_expand_epilogue): Likewise.
6560         (ia64_function_arg): Likewise.
6561         (ia64_function_arg_advance): Likewise.
6562         (ia64_return_in_memory): Likewise.
6563         (ia64_function_value): Likewise.
6564         (ia64_print_operand): Likewise.
6565         (ia64_register_move_cost): Set GR<->FR to 5.
6566         (ia64_secondary_reload_class): Get GR for TImode memory op.
6567         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
6568         (ROUND_TYPE_ALIGN): Remove.
6569         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
6570         (INTEL_EXTENDED_IEEE_FORMAT): Define.
6571         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
6572         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
6573         (MODES_TIEABLE_P): Use TFmode, not XFmode.
6574         (CLASS_MAX_NREGS): Likewise.
6575         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
6576         (PREDICATE_CODES): Update.
6577         * config/ia64/ia64.md (movti): New.
6578         (movti_internal): Use a clobber for memory alternatives.
6579         (reload_inti, reload_outti): New.
6580         (movsfcc_astep): Predicate properly.
6581         (movdfcc_astep): Likewise.
6582         (movxf): Remove.
6583         (movtf): New.
6584         (extendsftf2, extenddftf2): New.
6585         (trunctfsf2, trunctfdf2): New.
6586         (floatditf2, fix_trunctfdi2): New.
6587         (floatunsditf2, fixuns_trunctfdi2): New.
6588         (addtf3, subtf3, multf3, abstf2): New.
6589         (negtf2, nabstf2, mintf3, maxtf3): New.
6590         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
6591         (cmptf): New.
6592         (fr_spill): Use TFmode, not XFmode.
6593         (fr_restore): Likewise.
6594         * config/ia64/lib1funcs.asm (__divtf3): New.
6595         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
6596
6597 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6598
6599         * cse.c (fold_rtx): Avoid empty body in an if-statement.
6600
6601         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
6602         `U' integer constant suffix.
6603
6604         * dwarf2out.c (add_subscript_info): Avoid empty body in an
6605         else-statement.
6606
6607         * sparc/sol2.h (__enable_execute_stack): Prototype.
6608
6609 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
6610
6611         * collect2.c: Remove use of AIX import file.
6612
6613         * longlong.h: Test ARCH_PWR not ARCH_POWER.
6614
6615         * rs6000.c (print_operand, case 'E'): Add else.
6616
6617 2000-08-14  Richard Henderson  <rth@cygnus.com>
6618
6619         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
6620         (movdi_symbolic): New.
6621
6622 2000-08-14  Jim Wilson  <wilson@cygnus.com>
6623
6624         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
6625         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
6626         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
6627         to GNU as.
6628
6629 2000-08-14  Richard Henderson  <rth@cygnus.com>
6630
6631         * expr.c (emit_group_load): Don't force constants into registers.
6632         Special case source already in the correct mode.
6633
6634 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6635
6636         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6637         * fixinc/inclhack.def: Likewise.
6638         * fixinc/mkfixinc.sh: Likewise.
6639         * configure: Regenerate.
6640         * fixinc/fixincl.x: Regenerate.
6641         * install.texi: Document equivalence of linux and linux-gnu.
6642
6643 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6644
6645         * cse.c (insert_regs): Also in REG case: When finding an invalid
6646         value, and we make a new quantity, make sure that it won't be
6647         mistaken by for a valid one by mention_regs.
6648
6649 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
6650
6651         * h8300.md: Remove obsolete peepholes.
6652
6653 2000-08-13  Kazu Hirata  <kazu@hxi.com>
6654
6655         * invoke.texi (H8/300 Options): Fix typos.
6656         * config/h8300.c: Fix formatting.
6657         * config/h8300.h: Fix comment typos.
6658         (OVERRIDE_OPTIONS): Fix formatting.
6659
6660         * function.c: Fix formatting.
6661
6662         * cse.c: Fix formatting.
6663
6664 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6665
6666         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
6667         (attempt_auto_inc): Suppress parentheses warning.
6668         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
6669         * loop.c (load_mems): Remove `u' suffix in two places.
6670         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
6671         hex constants.
6672         * config/rs6000/rs6000.h: Likewise.
6673         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
6674         __eabi dummy routine.
6675         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
6676         variable `buf_ptr'.
6677
6678         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
6679         not put stuff in .sdata unnecessarily.
6680         (rs6000_unique_section): New function.
6681         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
6682         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
6683
6684         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
6685         arrays in C99.  Don't try to look at DECL_REGISTER of a
6686         COMPONENT_REF.  Don't complain twice about the same error.
6687
6688         * fixinc/inclhack.def (aix_pthread): New fix.
6689         (aix_sysmachine): New fix.
6690         * fixinc/fixincl.x: Regenerate.
6691
6692         * expr.c (expand_expr): Call convert_modes when turning a large
6693         multiply into a small one.
6694
6695 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
6696
6697         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
6698         the tree structure an exponent rather than an explicit alignment
6699         so it doesn't overflow.
6700         (SET_DECL_OFFSET_ALIGN): New macro.
6701         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
6702         rather than DECL_OFFSET_ALIGN.
6703         (place_field): Likewise.
6704         * expmed.c (store_bit_field): Abort on align==0 to avoid
6705         antisocial machine behaviour.
6706
6707 2000-08-12  Richard Henderson  <rth@cygnus.com>
6708
6709         * sibcall.c (uses_addressof): Accept both addressof and
6710         current_function_internal_arg_pointer inside a mem.
6711         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
6712         if current_function_uses_addressof.
6713         * stmt.c (expand_return): Kill tail recursion and HAVE_return
6714         optimizations.
6715
6716 2000-08-11  Richard Henderson  <rth@cygnus.com>
6717
6718         * config/ia64/ia64.md (addsi3): Remove expander.
6719         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
6720         (*addsi3_shladd): New.
6721
6722 2000-08-11  Richard Henderson  <rth@cygnus.com>
6723
6724         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
6725         (do_restore): Likewise.
6726         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
6727         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
6728         (rtx_needs_barrier): Track actual bit manipulation for
6729         ar.unat moves, gr_spill, and gr_restore.
6730         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
6731         (process_set): Don't handle varargs spills.
6732         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
6733         .mem.offset here instead of in process_set.
6734         (gr_restore): Likewise.
6735
6736 2000-08-11  Richard Henderson  <rth@cygnus.com>
6737
6738         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
6739
6740 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
6741
6742         * gcc.texi (The Configuration File): Document
6743         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
6744         UPDATE_PATH_HOST_CANONICALIZATION.
6745
6746 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6747
6748         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
6749         unprototyped function pointer casts on integer constants.
6750
6751 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
6752
6753         * fixproto: Recognize DOS paths with drive letters as absolute paths.
6754
6755 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
6756
6757         * extend.texi (Volatiles): Fix typos.
6758
6759 2000-08-11  Kazu Hirata  <kazu@hxi.com>
6760
6761         * flow.c: Fix formatting.
6762
6763 2000-08-11  Richard Henderson  <rth@cygnus.com>
6764
6765         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
6766         pattern, always allocate a tertiary scratch register.
6767
6768         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
6769         (reload_inhi): Likewise.
6770
6771 2000-08-11  Richard Henderson  <rth@cygnus.com>
6772
6773         * function.c (put_reg_into_stack): Allow type to be NULL.
6774         (schedule_fixup_var_refs): Likewise.
6775         (gen_mem_addressof): Allow decl to be NULL.
6776         (put_addressof_into_stack): Likewise.
6777
6778         * flow.c (merge_blocks_nomove): Be more careful about
6779         locating the beginning of block A.
6780
6781         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
6782
6783 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6784
6785         * configure.in:
6786         * configure:
6787         * gthr-posix.h:
6788         * config.in: Reverted the check for <sched.h>.
6789
6790 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
6791
6792         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
6793         macros define the name of CTOR and DTOR sections.
6794         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
6795         DTOR_LIST_END): Change to use attributes to specify
6796         sections.
6797         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
6798         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
6799         DTOR_LIST_END): Same as in mips/elf.h.
6800
6801 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
6802
6803         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
6804         disabling just crt0.o.
6805
6806 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
6807
6808         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
6809         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
6810         (EXTRA_SPECS): Add them.
6811         * arm/lib1funcs.asm: Support builds for interworking.
6812         Use macros to eliminate duplicated pieces of code.
6813
6814 2000-08-10  Kazu Hirata  <kazu@hxi.com>
6815
6816         * h8300.c (expand_a_rotate): New.
6817         (emit_a_rotate): Likewise.
6818         (h8300_adjust_insn_length): Add support for the rotate insns.
6819         * h8300.md (rotlqi3): New.
6820         (*rotlqi3_1): Likewise.
6821         (rotlhi3): Likewise.
6822         (*rotlhi3_1): Likewise.
6823         (rotlhi3): Likewise.
6824         (*rotlhi3_1): Likewise.
6825         * h8300-proto.h: Add prototypes for expand_a_rotate and
6826         emit_a_rotate.
6827
6828         * h8300.c: Fix comment typos.
6829         (dosize): Declare the variable amount as unsigned.
6830         (get_shift_alg): Fix a comparison between signed and unsigned.
6831         (emit_a_shift): Likewise.
6832         (h8300_adjust_insn_length): Simplify the code.
6833
6834         * c-decl.c: Fix formatting.
6835
6836 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6837
6838         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
6839         warning about non-traditional numeric constant suffixes.
6840
6841         * cppexp.c (parse_number): Likewise.
6842
6843         * invoke.texi: (-Wtraditional): Document new behavior.
6844
6845 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6846
6847         * gthr-posix.h: Include auto-host.h. Conditionally include
6848         <sched.h>.
6849         * configure.in: Check for the <sched.h> header file.
6850         * config.in: Added define for HAVE_SCHED_H.
6851
6852 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6853
6854         * c-typeck.c (process_init_element): For -Wtraditional, warn about
6855         initialization of unions.
6856
6857         * invoke.texi (-Wtraditional): Document new behavior.
6858
6859 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
6860
6861         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
6862         instead of extra_c_flags.
6863         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
6864         * configure: Regenerate.
6865         * config.in: Regenerate.
6866
6867         * cpperror.c (cpp_type2name): New function.
6868         * cpplex.c (lex_line): If we issued an error for an invalid
6869         preprocessing directive, discard that logical line.
6870         * cpplib.c (do_line): Call a hook function if the current file
6871         is renamed by #line.
6872         (do_ident): Pass the contents of the string, not the entire
6873         token, to the callback function.
6874         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
6875         (cb.rename_file): New hook function.
6876         (cb.ident): Adjust prototype.
6877         (cpp_type2name): Prototype.
6878         * cppmacro.c (dump_macro_args): Correct precedence lossage.
6879
6880         * cppmain.c (cb_ident): Update for changed interface.
6881         (cb_rename_file): New function.
6882         (main): Set rename callback.
6883
6884 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
6885
6886         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
6887         multi-word registers.
6888
6889 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6890
6891         * c-common.c (combine_strings, check_format_info): Refer to ISO C
6892         or ISO C89 instead of ANSI C.
6893         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
6894         build_enumerator, do_case): Likewise.
6895         * c-lex.c (parse_float, yylex): Likewise.
6896         * c-parse.in: Likewise.
6897         * c-typeck.c (common_type, build_array_ref, build_binary_op,
6898         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
6899         build_c_cast, convert_for_assignment, set_init_index,
6900         set_init_label, c_expand_start_case): Likewise.
6901         * toplev.c (documented_lang_options, display_help): Likewise.
6902
6903 2000-08-08  Kazu Hirata  <kazu@hxi.com>
6904
6905         * h8300.c: Fix formatting.
6906         * h8300.h: Likewise.
6907         * h8300.md: Likewise.
6908         (movsi_h8300hs): Fix formatting of the resulting assembly code.
6909
6910         * reload1.c: Fix formatting.
6911
6912 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
6913
6914         * alpha/alpha.c (alpha_emit_xfloating_libcall):
6915         Use GEN_CALL_VALUE define.
6916         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
6917         * clipper/clipper.md (untyped_call): Likewise.
6918         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
6919         * fx80/fx80.md (untyped_call): Likewise.
6920         * mips/mips.md (untyped_call): Likewise.
6921         * ns32k/ns32k.md (untyped_call): Likewise.
6922         * pa/pa.md (untyped_call): Likewise.
6923         * romp/romp.md (untyped_call): Likewise.
6924         * sparc/sparc.md (untyped_call): Likewise.
6925
6926 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
6927
6928         * config/i860/i860.c (singlemove_string): Do not generate assembler
6929         pseudo instructions that must be expanded (that is, with signed
6930         constants larger than 16 bits).
6931
6932 2000-08-08  Richard Henderson  <rth@cygnus.com>
6933
6934         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
6935         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
6936         (init_propagate_block_info): Don't kill memory stores at -O0.
6937         (mark_set_1, mark_used_regs): Likewise.
6938
6939 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
6940
6941         * rs6000.c (optimization_options): Decorate 'level' as
6942         ATTRIBUTE_UNUSED.
6943         (mask64_operand): Remove sign-extend thinko.
6944         (rldic_operand): New function.
6945         (load_multiple_operation): regno's are unsigned ints.
6946         (store_multiple_operation): Likewise.
6947         (lmw_operation): Likewise.
6948         (stmw_operation): Likewise.
6949         (includes_lshift_p): shift_mask is unsigned int.
6950         (includes_lshift64_p): New function.
6951         (addrs_ok_for_quad_peep): unsigned int reg1.
6952         (print_operand): Consistently add "else" after
6953         output_operand_lossage().
6954         (print_operand, case 'b'): Fold in case 'W'.
6955         (print_operand, case 'W'): Print rldic MB value.
6956         (output_epilogue): Update Objective-C language string.
6957         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
6958         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
6959         * rs6000.md (ashldi3): Add rldic instruction.
6960         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
6961         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
6962         modifier.
6963
6964 2000-08-08  Richard Henderson  <rth@cygnus.com>
6965
6966         * config/ia64/ia64-protos.h: Remove duplicates.  Update
6967         for massive code rearrangements.
6968         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
6969         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
6970         (ia64_local_regs, ia64_need_regstk): Remove.
6971         (ar_ccv_reg_operand): New.
6972         (ia64_gp_save_reg): New.
6973         (struct ia64_frame_info): Combine most of the size elements;
6974         add new gr save elements.
6975         (find_gr_spill): New.
6976         (next_scratch_gr_reg): New.
6977         (mark_reg_gr_used_mask): New.
6978         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
6979         to GR backing store regs when possible.
6980         (ia64_initial_elimination_offset): New.
6981         (ia64_rap_fp_offset): Remove.
6982         (save_restore_insns): Remove.
6983         (setup_spill_pointers): New.
6984         (finish_spill_pointers): New.
6985         (spill_restore_mem): New.
6986         (do_spill, do_restore): New.
6987         (ia64_expand_prologue): Rewrite to use them.
6988         (ia64_expand_epilogue): Likewise.
6989         (ia64_direct_return): Update for current_frame_info changes.
6990         (ia64_function_prologue): Simplify .prologue emission.  Emit
6991         .spill when needed.
6992         (ia64_setup_incoming_varargs): Don't ever emit rtl.
6993         (ia64_dbx_register_number): New.
6994         (ia64_initialize_trampoline): New.
6995         (ia64_secondary_reload_class): Request GR_REGS for integer
6996         arithmetic destined for FR_REGS.
6997         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
6998         (ia64_mark_machine_status): Mark ia64_gp_save.
6999         (rws_access_regno): Rename from rws_access_reg; don't treat
7000         predicates specially.
7001         (rws_access_reg): New.  Update all callers.
7002         (rtx_needs_barrier): Remove dead unspecs.
7003         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
7004         (ia64_encode_section_info): Silence signed/unsigned warnings.
7005         (spill_offset, sp_offset, spill_offset_emitted): Remove.
7006         (tmp_reg, tmp_saved): Remove.
7007         (process_set): Rewrite to expect complicated bits via
7008         REG_FRAME_RELATED_EXPR.
7009         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
7010         in the use of ar.ccv; never set RTX_UNCHANGING_P.
7011         (ia64_expand_op_and_fetch): Likewise.
7012         (ia64_expand_compare_and_swap): Likewise.
7013         (ia64_expand_builtin): Likewise.
7014         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
7015         (FIRST_PSEUDO_REGISTER): Update.
7016         (AR_M_REGNO_P): Update.
7017         (FIXED_REGS): Don't mark three local registers as used.
7018         (EXTRA_CC_MODES): New.
7019         (SELECT_CC_MODE): New.
7020         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
7021         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
7022         (FRAME_GROWS_DOWNWARD): Unset.
7023         (STARTING_FRAME_OFFSET): Zero.
7024         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
7025         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
7026         (HARD_FRAME_POINTER_REGNUM): New.
7027         (CAN_DEBUG_WITHOUT_FP): Define.
7028         (TRAMPOLINE_TEMPLATE): Remove.
7029         (TRAMPOLINE_SIZE): Lower to 32.
7030         (TRAMPOLINE_ALIGNMENT): Lower to 64.
7031         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
7032         (PREDICATE_CODES): Update.
7033         (struct machine_function): Add ia64_gp_save.
7034         * config/ia64/ia64.md: Purge unused unspecs.
7035         (movsi patterns): Allow moves to/from AR_M_REGS.
7036         (movdi patterns): Allow moves to/from p0.
7037         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
7038         (gr_spill, gr_restore): Indicate ar.unat read/written.
7039         (nonlocal_goto): Don't pass old frame_pointer.
7040         (nonlocal_goto_receiver): Remove.
7041         (exception_receiver): New.
7042         (builtin_setjmp_setup): New.
7043         (builtin_setjmp_receiver): New.
7044         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
7045         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
7046         (__ia64_restore_stack_nonlocal): Likewise.
7047         (__ia64_trampoline): New.
7048         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
7049         function.
7050         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
7051
7052 2000-08-08  Richard Henderson  <rth@cygnus.com>
7053
7054         * frame.h (ia64_frame_state): Add my_psp.
7055         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
7056         (__throw): Pass it in.  Don't clobber r7.
7057         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
7058         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
7059         and nothing to do with sp.
7060         (normalize_reg_loc): Use frame->my_psp.
7061         (frame_translate): Handle frame-pointer-less functions.  Set
7062         spill_base correctly, in absence of being told.
7063         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
7064         (__ia64_backtrace_helper): New sp argument.  Use
7065         builtin_return_address instead of label addresses.
7066         (print_record) [mem_stack_v]: No size member.
7067
7068 2000-08-08  Richard Henderson  <rth@cygnus.com>
7069
7070         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
7071
7072 2000-08-08  Richard Henderson  <rth@cygnus.com>
7073
7074         * tm.texi (LOCAL_REGNO): Document.
7075         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
7076         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
7077         * reload1.c (reload): Likewise when considering nonlocal labels.
7078
7079         * config/ia64/ia64.h (LOCAL_REGNO): New.
7080         * config/sparc/sparc.h (LOCAL_REGNO): New.
7081
7082 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7083
7084         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
7085
7086 2000-08-07  Nick Clifton  <nickc@redhat.com>
7087
7088         * config/mips/mips.c: Fix compile time warning messages.
7089         * config/mips/mips-protos.h: Add prototype for equality_op.
7090
7091         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
7092
7093 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
7094
7095         * mn10300.md: Use nonimmediate_operand instead of general_operand
7096         on output operands.
7097
7098         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
7099
7100 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
7101
7102         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
7103         * sh.c (expand_block_move): Break long lines.
7104         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
7105         * sh.md (mulsi3): Likewise.
7106         (movdi): Adjust spacing.
7107
7108 2000-08-07  Richard Henderson  <rth@cygnus.com>
7109
7110         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
7111         * expr.c (emit_group_store): Don't set it.
7112
7113 2000-08-07  Kazu Hirata  <kazu@hxi.com>
7114
7115         * invoke.texi (Options for Debugging Your Program or GCC): Remove
7116         duplicate entries for 'w' and 'z'.
7117
7118         * flow.c: Fix a comment typo.
7119
7120 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7121
7122         * c-parse.in: Changed the language string for Objective-C to "GNU
7123         Objective-C".
7124
7125 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7126
7127         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
7128         to improve the Posix thread support for Objective-C.
7129
7130 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7131
7132         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
7133         CTI_UNSIGNED_PTRDIFF_TYPE.
7134         (signed_size_type_node): Define.
7135         (unsigned_ptrdiff_type_node): Define.
7136         * c-decl.c (init_decl_processing): Create the
7137         signed_size_type_node and unsigned_ptrdiff_type_node types.
7138         * c-common.c (T_SC): Define.
7139         (T_SST): Define.
7140         (T_UPD): Define.
7141         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
7142         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
7143         %s and %p.
7144         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
7145         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
7146         flags for %c, %s and %[.
7147         (check_format_info): Only allow leniency for signedness of targets
7148         of character pointers (when pedantic) for formats flagged with
7149         "c", so for strings but not for %hh formats.  When pedantic, don't
7150         allow character pointers to substitute for void pointers if a
7151         second level of indirection is present.
7152
7153 2000-08-06  Kazu Hirata  <kazu@hxi.com>
7154
7155         * invoke.texi (Options for Debugging Your Program or GCC): Update
7156         the names of dump files.
7157
7158         * h8300.c (dosize): Rearrange code for conciseness.
7159         (split_adds_subs): Likewise.
7160
7161         * loop.c: Fix formatting.
7162
7163         * dwarf2out.c: Fix formatting.
7164
7165         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
7166
7167         * expr.c: Fix formatting.
7168
7169 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7170
7171         * rs6000.c (rs6000_maybe_dead): Prototype.
7172
7173 2000-08-06  Richard Henderson  <rth@cygnus.com>
7174
7175         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
7176         HAVE_nonlocal_goto as well.
7177         * config/i960/i960.md (nonlocal_goto): Don't do it here.
7178         * config/pj/pj.md (nonlocal_goto): Likewise.
7179
7180 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
7181
7182         * loop.c (try_swap_copy_prop): New function.
7183         (load_mems): Rename copies to load_copies and add new regset
7184         store_copies.  Check for sets of shadow registers and mark
7185         in store_copies.   Call try_swap_copy_prop for registers
7186         marked in store_copies.
7187
7188 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7189
7190         * objc/objc-act.c: New command line option -fconstant-string-class
7191         to allow specifying a user defined constant string class,
7192         different from NXConstantString.
7193
7194         * toplev.c: Moved the Objective-C specific options to
7195         objc/lang-options.h.
7196
7197         * objc/lang-options.h: Moved the Objective-C specific options from
7198         toplev.c. Added -fconstant-string-class.
7199
7200 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
7201
7202         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
7203         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
7204         __CTOR_LIST__ from func_ptr array to just func_ptr, to
7205         avoid extra alignment imposed on arrays.
7206         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
7207         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
7208
7209         * mips.h: Clean up comments and spacing near MASKs.
7210         (TARGET_UNIX_ASM): Delete.
7211         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
7212         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
7213         values contiguous.
7214
7215 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7216
7217         * c-common.c (print_char_table): Add entries for the X/Open '
7218         format flag (print decimals with locale's thousands grouping
7219         character).  Make %C expect wint_t.
7220         (check_format_info): If pedantic, warn when the %n$ operand
7221         number form is used.  Allow for the ' flag; warn about it if
7222         pedantic.
7223
7224 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
7225
7226         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
7227         type is a float mode, cfun->decl's return type is not, and
7228         TARGET_FLOAT_RETURNS_IN_80387.
7229
7230 2000-08-04  Andreas Schwab  <schwab@suse.de>
7231
7232         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
7233         token list, which are always `#' and `pragma'.
7234
7235 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
7236
7237         * tree.c (tree_expr_nonnegative_p): Move to...
7238         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
7239         (rtl_expr_nonnegative_p): New.
7240         * tree.h: Add prototype for rtl_expr_nonnegative_p.
7241
7242         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
7243         CONST_DOUBLE_CHAIN: Move to...
7244         * rtl.h: ...here.  Use XCINT/XCEXP.
7245
7246         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
7247         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
7248         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
7249         to VOL_FILES.
7250
7251         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
7252
7253 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7254
7255         * config/c4x/c4x.md (return_indirect_internal): New.
7256         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
7257
7258 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7259
7260         * c-common.c (time_char_table): Mark up formats added in C99 and
7261         make other corrections.  %D and %g were added in C99.  %Og is an
7262         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
7263         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
7264         C99 rather than GNU extensions, but %OG and %Oz are extensions.
7265         %h was added in C99.  %C was added in C99.  %OY and %OC are
7266         extensions.  Add the C99 format %F.
7267         (check_format_info): If pedantic and not in C99 mode, warn for C99
7268         formats, %E and %O.
7269
7270 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7271
7272         * function.c (schedule_fixup_var_refs): New function, broken out
7273         of put_reg_into_stack.
7274         (put_reg_into_stack): Use it.
7275         (put_var_into_stack): In CONCAT case, fixup up references for
7276         components only after fixing up references to the whole concat.
7277
7278 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
7279
7280         * alias.c (mark_constant_function): Use INSN_P.
7281         (init_alias_analysis): Likewise.
7282         * combine.c (combine_instructions): Use INSN_P.
7283         (can_combine_p): Likewise.
7284         (try_combine): Likewise.
7285         (distribute_notes): Likewise.
7286         (distribute_links): Likewise.
7287         * cse.c (cse_around_loop): Use INSN_P.
7288         (invalidate_skipped_block): Likewise.
7289         (cse_set_around_loop): Likewise.
7290         (cse_end_of_basic_block): Likewise.
7291         (delete_trivially_dead_insns): Likewise.
7292         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
7293         (unshare_all_rtl_1): Likewise.
7294         (next_cc0_user): Likewise.
7295         (try_split make_insn_raw): Likewise.
7296         (remove_unnecessary_notes): Likewise.
7297         * final.c (shorten_branches): Use INSN_P.
7298         (leaf_renumber_regs): Likewise.
7299         (leaf_renumber_regs_insn): Likewise.
7300         * flow.c (find_label_refs): Use INSN_P.
7301         (verify_wide_reg): Likewise.
7302         (notice_stack_pointer_modification): Likewise.
7303         (count_or_remove_death_notes): Likewise.
7304         (verify_flow_info): Likewise.
7305         (clear_log_links): Likewise.
7306         * function.c (fixup_var_refs_insns): Use INSN_P.
7307         (compute_insns_for_mem): Likewise.
7308         * gcse.c (alloc_gcse_mem): Use INSN_P.
7309         (compute_sets): Likewise.
7310         (compute_hash_table): Likewise.
7311         (classic_gcse): Likewise.
7312         (cprop): Likewise.
7313         (insert_insn_end_bb): Likewise.
7314         (delete_null_pointer_checks_1): Likewise.
7315         * global.c (expand_preferences): Use INSN_P.
7316         (build_insn_chain): Likewise.
7317         * graph.c (node_data): Use INSN_P.
7318         * haifa-sched.c (priority): Use INSN_P.
7319         (rm_line_notes): Likewise.
7320         (rm_other_notes): Likewise.
7321         (find_insn_reg_weight): Likewise.
7322         (init_target_units): Likewise.
7323         (schedule_block): Likewise.
7324         (compute_block_forward_dependences): Likewise.
7325         (debug_dependencies): Likewise.
7326         (set_priorities): Likewise.
7327         * integrate.c (function_cannot_inline_p): Use INSN_P.
7328         (save_parm_insns): Likewise.
7329         (copy_insn_list): Likewise.
7330         * jump.c (mark_all_labels): Use INSN_P.
7331         (never_reached_warning): Likewise.
7332         * lcm.c (optimize_mode_switching): Use INSN_P.
7333         * local-alloc.c (validate_equiv_mem): Use INSN_P.
7334         (memref_used_between_p): Likewise.
7335         (update_equiv_regs): Likewise.
7336         (block_alloc): Likewise.
7337         (no_conflict_p): Likewise.
7338         * loop.c (scan_loop): Use INSN_P.
7339         (find_and_verify_loops): Likewise.
7340         (count_loop_regs_set): Likewise.
7341         (loop_reg_used_before_p): Likewise.
7342         (strength_reduce): Likewise.
7343         (recombine_givs): Likewise.
7344         (check_dbra_loop): Likewise.
7345         (load_mems): Likewise.
7346         (try_copy_prop): Likewise.
7347         * print-rtl.c (print_rtx): Use INSN_P.
7348         * recog.c (find_single_use): Use INSN_P.
7349         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
7350         (next_flags_user): Likewise.
7351         (swap_rtx_condition): Likewise.
7352         * regmove.c (mark_flags_life_zones): Use INSN_P.
7353         (optimize_reg_copy_1): Likewise.
7354         (optimize_reg_copy_2): Likewise.
7355         (optimize_reg_copy_3): Likewise.
7356         (reg_is_remote_constant_p): Likewise.
7357         (fixup_match_2): Likewise.
7358         (regmove_optimize): Likewise.
7359         (fixup_match_1): Likewise.
7360         * regrename.c (build_def_use): Use INSN_P.
7361         (replace_reg_in_block): Likewise.
7362         (consider_use): Likewise.
7363         * reload.c (find_equiv_reg): Use INSN_P.
7364         * reload1.c (reload): Use INSN_P.
7365         (maybe_fix_stack_asms): Likewise.
7366         (calculate_needs_all_insns): Likewise.
7367         (reload_as_needed): Likewise.
7368         (emit_output_reload_insns): Likewise.
7369         (delete_address_reloads_1): Likewise.
7370         (reload_cse_regs_1): Likewise.
7371         (reload_combine): Likewise.
7372         (reload_cse_move2add): Likewise.
7373         * reorg.c (redundant_insn): Use INSN_P.
7374         (dbr_schedule): Likewise.
7375         * resource.c (find_dead_or_set_registers): Use INSN_P.
7376         (mark_target_live_regs): Likewise.
7377         * rtlanal.c (reg_used_between_p): Use INSN_P.
7378         (reg_referenced_between_p): Likewise.
7379         (reg_set_between_p): Likewise.
7380         (reg_set_p): Likewise.
7381         (single_set): Likewise.
7382         (multiple_sets): Likewise.
7383         (find_last_value): Likewise.
7384         (reg_set_last): Likewise.
7385         (find_reg_note): Likewise.
7386         (find_regno_note): Likewise.
7387         * sibcall.c (sequence_uses_addressof): Use INSN_P.
7388         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
7389         * ssa.c (find_evaluations): Use INSN_P.
7390         (rename_block): Likewise.
7391         (rename_equivalent_regs): Likewise.
7392         * unroll.c (loop_find_equiv_value): Use INSN_P.
7393         (set_dominates_use): Likewise.
7394         * varasm.c (mark_constant_pool): Use INSN_P.
7395         (mark_constants): Likewise.
7396         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
7397         (alphaev4_next_group): Likewise.
7398         (alphaev5_next_group): Likewise.
7399         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
7400         (c4x_rptb_rpts_p): Likewise.
7401         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
7402         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
7403         (rs6000_adjust_priority): Likewise.
7404         * config/sh/sh.c (sh_loop_align): Use INSN_P.
7405         (machine_dependent_reorg): Likewise.
7406         (split_branches): Likewise.
7407         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
7408
7409 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
7410
7411         * combine.c (recog_for_combine): Remove the old notes
7412         prior to attempting to recognize the new pattern.
7413         (distribute_notes): Ignore REG_NONNEG notes.
7414
7415 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
7416
7417         * varasm.c (output_constructor): Add .align 0 for packed vars.
7418
7419 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7420
7421         * configure.in: Use default thread_file even when enable_threads is
7422         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
7423         * configure: Rebuilt.
7424
7425         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
7426
7427 2000-08-04  Donn Terry (donnte@microsoft.com)
7428
7429         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
7430
7431 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
7432
7433         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
7434         Delete code that conditionally modifies 'version'.
7435         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
7436         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
7437         * gcc.c (main): Use it.
7438         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
7439         * prefix.c (update_path): Use it.
7440         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
7441         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
7442         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
7443         code.
7444         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
7445         (SUBTARGET_SWITCHES): Adjust.
7446         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
7447         defining.
7448         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
7449
7450 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7451
7452         * c-common.h (flag_isoc94): Declare.
7453         * c-decl.c (flag_isoc94): Define.
7454         (c_decode_option): Set flag_isoc94 as appropriate.
7455         * c-common.c (T_PD, T_IM, T_UIM): Define.
7456         (format_char_info): Add tlen and jlen.
7457         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
7458         %F.  Allow %lf.
7459         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
7460         %l[.
7461         (time_char_table): Add NULL entries for %t and %j.
7462         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
7463         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
7464         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
7465         precision.  Allow precision argument to be unsigned int.  If
7466         pedantic, warn for %p passed an argument not a pointer to possibly
7467         qualified void or a possibly qualified character type, and for
7468         pointer targets of the wrong sign, except for character pointers.
7469
7470 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7471
7472         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
7473         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
7474         (wint_type_node): Define.
7475         * c-decl.c (WINT_TYPE): Define.
7476         (init_decl_processing): Create the wint_type_node type.
7477         * c-common.c (T_WI): Define.
7478         (print_char_table): Use T_WI for %lc format.
7479
7480 2000-08-04  Bruce Korb  <bkorb@gnu.org>
7481
7482         * fixinc/:  Verified that the MSDOS patch does not break
7483         the UNIX functionality and applied the next three patches
7484         from July:
7485
7486 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
7487
7488         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
7489         output file with the temporary one by appending ".X" to generate
7490         the temporary fuile's name.  If the output file already has an
7491         extension, replace it with ".X".
7492
7493         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
7494         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
7495         reallocate the command buffer while copying the command-line
7496         argument.  Redirect the output directly to the temporary file,
7497         instead of going through another temporary file.
7498         (process): Close the temporary file before unlinking it.
7499         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
7500         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
7501         (run_compiles): Pass p_fixd argument to machine_matches, as it
7502         expects.
7503
7504         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
7505         environment, assume there are no symlinks in the include
7506         directory.  When cleaning up the DONE files, look for them
7507         case-insensitively.  Don't try to remove symlinks if they aren't
7508         there.
7509
7510         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
7511         all callers changed.  Declare pz "const char *", to avoid compiler
7512         warnings.
7513
7514         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
7515         Change prototype of make_raw_shell_str.
7516
7517 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
7518
7519         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
7520         (initialize) [__MSDOS__]: Use tempnam.
7521         (initialize): Don't use SIGPIPE if it is not defined.
7522
7523         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
7524         return stdout.
7525
7526 2000-07-25  Bruce Korb  <bkorb@gnu.org>
7527
7528         * fixinc/fix*.[ch]: substantially reworked to make it possible
7529         to run this program without using fork(2) or pipe(2) (i.e. in
7530         a DOS environment).
7531
7532 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7533
7534         * cppdefault.h (WINT_TYPE): Define.
7535         * cppinit.c (builtin_array): Define __WINT_TYPE__.
7536         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
7537         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
7538
7539 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
7540
7541         * (mips_legitimate_address_p): Don't allow register+offset
7542         if the offset is large and negative, and we are compiling
7543         for 64 bit registers.
7544
7545 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7546
7547         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
7548         insn_code_number + 1.
7549
7550 2000-08-04  Kazu Hirata  <kazu@hxi.com>
7551
7552         * h8300.c (function_prologue): Rearrange code for conciseness.
7553         (function_epilogue): Likewise.
7554         * h8300.h (OK_FOR_U): Fix formatting.
7555
7556         * cse.c: Fix a comment typo. Fix formatting.
7557
7558 2000-08-03  Richard Henderson  <rth@cygnus.com>
7559
7560         * config/i386/i386.md (return_indirect_internal): New.
7561         * config/i386/i386.c (ix86_expand_epilogue): Use it.
7562
7563 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
7564
7565         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
7566         before the name.
7567         (lex_line): Glue @ onto the beginning of identifiers and
7568         string constants, in Objective-C mode.
7569         (output_token, spell_token): Handle CPP_OSTRING.
7570         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
7571         beginning of a NAME or a STRING, in objc mode.
7572
7573         * cpplib.c (get_define_node): Do not permit identifiers that
7574         begin with @ to be #defined.
7575         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
7576         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
7577
7578         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
7579         * c-tree.h (build_objc_string): Delete prototype.
7580         * objc/objc-tree.def: Delete OBJC_STRING_CST.
7581         * c-lex.c (yylex): Use build_string for all three kinds of strings.
7582
7583         * c-parse.in, objc/objc-act.c: Update commentary.
7584
7585 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
7586
7587         * extend.texi: Fix typo in last change.
7588
7589         * extend.texi: Add commentary on statement-expressions and their
7590         interactions with C++.
7591
7592 2000-08-03  Nick Clifton  <nickc@cygnus.com>
7593
7594         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
7595         * dwarf.h (LANG_JAVA): Change value to 0x000b.
7596
7597 2000-08-03  Anthony Green  <green@cygnus.com>
7598
7599         * dwarf2out.c (gen_compile_unit_die): Add java language support.
7600         (add_bound_info): Check for java language.
7601         (is_java): New function.
7602         * dwarfout.c (output_compile_unit_die): Ditto.
7603         * dwarf.h (dwarf_source_language): Add java source language type.
7604         * dwarf2.h (dwarf_source_language): Ditto.
7605
7606 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7607
7608         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
7609         operands.
7610
7611         * i386.c (ix86_expand_branch): Mode of comparison in
7612         IF_THEN_ELSE is VOIDmode.
7613
7614 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
7615
7616         * gengenrtl.c, rtl.c: Avoid #elif.
7617
7618 2000-08-03  Michael Poole  <poole@troilus.org>
7619
7620         * tm.texi (Register Classes): Clarify order of sub-initializers
7621         in REG_CLASS_CONTENTS.
7622
7623 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7624
7625         From SAITOH Masanobu:
7626         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
7627
7628 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
7629
7630         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
7631         is not supported by tradcpp and isn't actually needed for cygwin.
7632
7633 2000-08-03  Kazu Hirata  <kazu@hxi.com>
7634
7635         * h8300.c: Fix a comment typo.
7636         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
7637
7638         * jump.c: Fix formatting.
7639
7640         * toplev.c: Fix formatting.
7641
7642 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
7643
7644         * flow.c (find_auto_inc): Verify that we've got a REG before
7645         peeking at its regno.  Fail, don't abort if we can't find
7646         the increment of the desired register.
7647
7648         * pa.md (shadd height reduction patterns/splitters): Remove.
7649
7650 2000-08-02  Jim Wilson  <wilson@cygnus.com>
7651
7652         * config/ia64/ia64-protos.h (flag_ssa): Declare.
7653         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
7654
7655 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
7656
7657         * dce.c: Remove all uses of assert.
7658         * dwarf2out.c: Likewise.
7659         * dwarfout.c: Likewise.
7660         * ssa.c: Likewise.
7661
7662 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7663
7664         * gcc.h (lang_specific_driver): Constify second argument.
7665         * gcc.c (translate_options, process_command, main): Likewise.
7666         Constify variables to match.  Cast second argument to
7667         pexecute.
7668
7669         * cppspec.c, gccspec.c: Adjust type of second argument to
7670         lang_specific_driver, and update code as necessary.
7671
7672 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
7673
7674         * loop.c (scan_loop): Ensure update_end label does not
7675         go away until reg_scan_update is run.
7676
7677 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7678
7679         * c-common.h: Prototype min_precision and c_build_qualified_type here...
7680         * c-tree.h: ... not here.
7681         * errors.h: Prototype fancy_abort.
7682
7683         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
7684         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
7685         * regrename.c (regrename_optimize): Make control flow explicit.
7686         (replace_reg_in_block): Initialize reg_use to 0.
7687
7688         * i386.c (legitimate_address_p): Rename error label to
7689         report_error to avoid namespace clash.
7690
7691 2000-08-02  Kazu Hirata  <kazu@hxi.com>
7692
7693         * fold-const.c: Fix formatting.
7694
7695 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7696
7697         * i386.c (legitimate_address_p): Accept other bases than
7698         pic_offset_table_rtx for GOTOFF constructs.
7699
7700 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7701
7702         * i386.md (shift to lea splitter): Use const_int_operand.
7703
7704 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7705
7706         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
7707         cppspec.c: Do not use 'legal' or 'illegal' in error messages
7708         and comments.
7709
7710         * cppmain.c (cb_define, cb_undef): Don't generate any output
7711         if not done_initializing.
7712         * cpplex.c (maybe_paste_with_next): When the token after a ##
7713         is an omitted rest argument, only delete the token before it
7714         if that token is a comma.  Do not warn about bogus token
7715         pastes for , ## rest_arg.
7716
7717         * cpp.texi: Update.
7718         * cpp.1: Regenerate.
7719
7720 2000-08-02  Fred Fish  <fnf@be.com>
7721
7722         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
7723         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
7724         and later.
7725
7726         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
7727         Be directories to search path.
7728
7729         Remove support for __declspec(dllimport) and __declspec(dllexport).
7730         This is leftover cruft from the earlier BeOS gcc port when BeOS
7731         used Microsoft's PE object file format.
7732         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
7733         * config/i386/t-beos (winnt.o): Remove Makefile frag.
7734         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
7735         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
7736         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
7737         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
7738         (REDO_SECTION_INFO_P): Remove.
7739         (ASM_EXPORT_DECL): Remove.
7740         (ASM_DECLARE_FUNCTION_NAME): Remove.
7741         (ASM_DECLARE_OBJECT_NAME): Remove.
7742         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
7743         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
7744         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
7745         (STRIP_NAME_ENCODING): Remove.
7746
7747         Remove support for obsolete version of BeOS that is no longer
7748         supported by Be.
7749         * configure.in (i*86-*-beospe*): Remove.
7750         * config/i386/beos-pe.h: Remove.
7751
7752 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
7753             Mark Mitchell <mark@codesourcery.com>
7754
7755         * Makefile.in (OBJS): Added dce.o.
7756         (ssa.o): Updated target to include ssa.h.
7757         (flow.o): Likewise.
7758         (toplev.o): Likewise.
7759         (dce.o): Created target.
7760         * basic-block.h: Added comments.
7761         (INVALID_BLOCK): Added definition.
7762         (connect_infinite_loops_to_exit): Added declaration.
7763         Moved SSA declarations to ssa.h.
7764         * flow.c: Added inclusion of ssa.h.
7765         (struct depth_first_search_dsS, depth_first_search_ds):
7766         Added definitions.
7767         (compute_immediate_postdominators): Added definition.
7768         (connect_infinite_loops_to_exit): Likewise.
7769         (flow_dfs_compute_reverse_init): Likewise.
7770         (flow_dfs_compute_reverse_add_bb): Likewise.
7771         (flow_dfs_compute_reverse_execute): Likewise.
7772         (flow_dfs_compute_reverse_finish): Likewise.
7773         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
7774         (LABEL_P): Added definition.
7775         (JUMP_P): Likewise.
7776         (NOTE_P): Likewise.
7777         (BARRIER_P): Likewise.
7778         (JUMP_TABLE_DATA_P): Likewise.
7779         (INSN_DEAD_CODE_P): Likewise.
7780         * ssa.c: Replaced inclusions with ssa.h inclusion.
7781         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
7782         (rename_registers): Removed unnecessary variables.
7783         * ssa.h: Created by moving declarations from ssa.c and
7784         basic-block.h.
7785         * timevar.def: Defined TV_DEAD_CODE_ELIM.
7786         * toplev.c: Added ssa.h inclusion.
7787         (dump_file_index): Added DFI_dce.
7788         (dump_file): Added "dce" entry.
7789         Defined flag_ssa.
7790         (f_options): Added dce entry.
7791         * invoke.texi: Document -fdce.  Emphasize experimental status of
7792         -fssa.
7793         * dce.c: New file.
7794
7795 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
7796
7797         * cpperror.c (v_message): Split into _cpp_begin_message and
7798         v_message macro.  All callers updated.
7799         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
7800         checks here.
7801
7802         * cppfiles.c (cpp_syshdr_flags): New function.
7803         (read_include_file): Don't call cpp_output_tokens.  Call
7804         enter_file hook.
7805         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
7806         (cpp_reader_init): Don't initialize token_buffer.  Call
7807         _cpp_init_internal_pragmas.
7808         (cpp_cleanup): Don't clear token_buffer.
7809         (cpp_start_read): Don't worry about output from -D processing.
7810         Don't call cpp_output_tokens.
7811         (cpp_finish): Don't dump macros here.  Don't call
7812         cpp_output_tokens.
7813         * cppmacro.c (_cpp_dump_definition): Rename
7814         cpp_dump_definition.  Write directly to a FILE *.
7815         (dump_funlike_macro): Delete.
7816         (dump_macro_args): New.
7817
7818         * cpplex.c (TOKEN_LEN): Convert to inline function.
7819         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
7820         cpp_scan_line, _cpp_dump_list): Delete.
7821         (cpp_printf, cpp_output_list): New.
7822         (output_line_command): Don't worry about entering or leaving files.
7823         (cpp_scan_buffer): Just output each token as we hit it.
7824         (process_directive): Don't call cpp_output_tokens.
7825         (_cpp_glue_header_name): Don't use token_buffer.
7826         (output_token, dump_param_spelling): Write directly to a FILE *.
7827
7828         * cpplib.c (pass_thru_directive, dump_macro_name,
7829         pragma_dispatch, do_pragma_gcc): Delete.
7830         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
7831         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
7832         functions.
7833         (do_error, do_warning, pragma_dependency): Call
7834         _cpp_begin_message, then cpp_output_list.
7835         (cpp_register_pragma, cpp_register_pragma_space,
7836         _cpp_init_internal_pragmas): New.
7837         (do_pragma): Walk the pragmas table here.
7838         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
7839         do_pragma_dependency): Return void.
7840         (do_pragma_implementation): Moved to cppmain.c.
7841
7842         * cpplib.h: Update prototypes.
7843          (struct cpp_reader): Remove printer, token_buffer,
7844         token_buffer_size, and limit.  Add struct cb, and pragmas.
7845         (struct cpp_printer): Remove last_id and written.
7846         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
7847         CPP_ADJUST_WRITTEN): Delete.
7848         * cpphash.h: Update prototypes.
7849         (ufputs): New wrapper.
7850
7851         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
7852         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
7853         (main): Set up callbacks.  Register #pragma implementation.
7854         Dump macros from here.
7855
7856 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
7857
7858         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
7859         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
7860         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
7861         insns if they have a REG_MAYBE_DEAD note attached.
7862         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
7863         (rs6000_emit_load_toc_table): TOC loads may go dead.
7864
7865 2000-08-01  Jim Wilson  <wilson@cygnus.com>
7866
7867         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
7868         type exists before using it.  Use number of words as alignment
7869         otherwise.
7870         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
7871         ia64_va_arg): Propagate ia64_function_args changes here.
7872
7873 2000-08-01  Richard Henderson  <rth@cygnus.com>
7874
7875         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
7876         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
7877
7878 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
7879
7880         From Joern Rennecke:
7881         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
7882         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
7883         unless TARGET_SH3E is set.
7884         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
7885
7886         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
7887         (ashlsi3_std): New pattern.
7888         (ashlsi3 expander): Use it for TARGET_SH3.
7889         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
7890
7891 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7892
7893         * loop.c (canonicalize_condition):  Use destination, not source to
7894         determine SET's mode.
7895
7896 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
7897
7898         * flow.c (clear_log_links): Fix typo.
7899
7900 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
7901
7902         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
7903         on targets which need more than one insn for a compare/cbranch
7904         operation.
7905
7906 2000-07-31  Jim Wilson  <wilson@cygnus.com>
7907
7908         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
7909         when computing offset.
7910
7911 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
7912
7913         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
7914
7915 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
7916
7917         * flow.c (clear_log_links): Nuke global_live_at_start and
7918         global_live_at_end data, since if the log_links stuff is invalid
7919         so is global_live_at_*.
7920
7921 2000-07-31  Richard Henderson  <rth@cygnus.com>
7922
7923         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
7924
7925 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
7926
7927         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
7928         (_cpp_get_token): Don't macro expand a just pasted token if it
7929         was pasted at no_expand_level.
7930
7931 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7932
7933         * cppmacro.c (find_param, count_params, save_expansion):
7934         Permit 'defined' as a macro parameter name.
7935
7936 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7937
7938         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
7939         xcpp to cpp throughout.
7940         (native): Remove unnecessary dependency on cpp.
7941
7942         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
7943         tradcpp to tradcpp0.
7944         (.i spec): Add missing output-file spec to cc1 command line.
7945         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
7946
7947 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7948
7949         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
7950         (implicit_decl_warning): New function.
7951         (implicitly_declare): Use it.
7952         * c-typeck.c (build_external_ref): Use implicit_decl_warning
7953         to complain about implicit decls of builtins.
7954
7955         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
7956         based on pedantic && flag_isoc99, if not already set.
7957         * c-tree.h: Declare mesg_implicit_function_declaration.
7958         Prototype implicit_decl_warning.
7959
7960 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
7961
7962         * Makefile.in (ssa.o): Updated header files in dependences.
7963         * basic-block.h: Added compute_immediate_postdominators declaration.
7964         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
7965         definition.
7966         * flow.c (compute_immediate_dominators): Updated comment.
7967         (compute_immediate_postdominators): Added definition.
7968         * rtl.h (HARD_REGISTER_P): Added definition.
7969         * ssa.c: Include additional header files.
7970         (assert): Added definition.
7971         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
7972         include select hard registers.
7973         (ssa_rename_to_insert): Likewise.
7974         (ssa_rename_from_initialize): Likewise.
7975         (ssa_rename_from_lookup): Likewise.
7976         (original_register): Likewise.
7977         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
7978         include select hard reigsters.
7979         (ssa_rename_from_traverse): Likewise.
7980         (ssa_rename_from_free): Likewise.
7981         (ssa_rename_from_print): Likewise.
7982         (ssa_rename_from_print_1): Likewise.
7983         (ssa_rename_from_hash_function): Likewise.
7984         (ssa_rename_from_equal): Likewise.
7985         (ssa_rename_from_delete): Likewise.
7986         (simplify_to_immediate_dominators): Removed in favor of
7987         flow.c:compute_immediate_dominators.
7988         (find_evaluations_1): Modified to work with hard registers.
7989         (insert_phi_node): Likewise.
7990         (insert_phi_nodes): Likewise.
7991         (struct rename_set_data): Updated prev_reg comment.
7992         (create_delayed_rename): Modified to work with hard registers.
7993         (RENAME_NO_RTX): Updated comment.
7994         (apply_delayed_renames): Modified to work with hard registers.
7995         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
7996         (rename_block): Updated to use revised ssa_rename_to interface.
7997         (rename_registers): Updated to use revised ssa_rename_to and
7998         ssa_rename_from interface.
7999         (convert_to_ssa): Revised to use compute_immediate_dominators and
8000         deal with hard registers.
8001         (make_regs_equivalent_over_bad_edges): Modified to work with hard
8002         registers.  Added check for illegal unification of hard register.
8003         (make_equivalent_phi_alternatives_equivalent): Modified to work
8004         with hard registers.
8005         (compute_conservative_reg_partition): Likewise.
8006         (coalesce_if_unconflicting): Modified to work with hard registers
8007         and check for conflicting hard registers.
8008         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
8009         registers.
8010         (rename_equivalent_regs_in_insn): Modified to work with hard
8011         registers.
8012         (record_canonical_element_1): Added definition.
8013         (check_hard_regs_in_partition): Added definition.
8014         (convert_from_ssa): Added data structure deallocation and check
8015         for illegal hard register unification.
8016         (conflict_hard_regs_p): Added definition.
8017         * toplev.c (rest_of_compilation): Added comment.
8018
8019 2000-07-31  Anthony Green  <green@redhat.com>
8020
8021         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
8022
8023 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
8024
8025         * builtins.c (expand_builtin_apply): Don't defer pop during
8026         argument setup.
8027
8028 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8029
8030         * calls.c (combine_pending_stack_adjustment_and_call): Only use
8031         preferred_unit_stack_boundary when it is > 1.
8032
8033 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8034
8035         * c-common.c (init_function_format_info): Add C99 format functions
8036         in C99 mode.
8037
8038         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
8039         void' or 'register void' as being the special case of 'void' alone
8040         in a parameter list.
8041
8042         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
8043         discarding qualifiers into a plain warning.
8044
8045 2000-07-31  Kazu Hirata  <kazu@hxi.com>
8046
8047         * combine.c: Fix formatting.
8048
8049         * h8300.md: Fix formatting.
8050
8051         * local-alloc.c: Fix formatting.
8052
8053         * h8300.c (get_shift_alg): Remove the variable alg.
8054         (emit_a_shift): Rearrange code to improve readability.
8055
8056         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
8057
8058         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
8059         HImode on all architectures and a combination of HImode and SImode
8060         on H8/300H and H8/S.
8061
8062         * h8300.c (split_adds_subs): Rearrange code for conciseness.
8063
8064 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8065
8066         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
8067         in my last checkin.
8068
8069 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8070
8071         * recog.c (extract_insn): Set operand_mode according to
8072         operand if match_operand is VOIDmode.
8073
8074 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8075
8076         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
8077
8078 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
8079
8080         * c-parse.in (extdefs): Call ggc_collect between external
8081         definitions.
8082
8083 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
8084             Richard Henderson  <rth@cygnus.com>
8085
8086         * Makefile.in (OBJS): Add doloop.o.
8087         * doloop.c: New file.
8088
8089         * final.c (insn_current_reference_address): Return 0 before final.
8090         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
8091         * jump.c (any_uncondjump_p): Likewise.
8092         * loop.c (indirect_jump_in_function): Make static.
8093         (strength_reduce): Call doloop_optimize.
8094         (insert_bct, instrument_loop_bct): Remove.
8095         * loop.h (doloop_optimize): Prototype.
8096         * recog.c (split_all_insns): Split all INSN_P.
8097         * toplev.c (flag_branch_on_count_reg): Default on.
8098
8099         * config/c4x/c4x.c (c4x_optimization_options): Don't set
8100         flag_branch_on_count_reg.
8101         * config/i386/i386.c (override_options): Likewise.
8102         * config/rs6000/rs6000.c (optimization_options): Likewise.
8103
8104         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
8105         (doloop_end): New.
8106         (dbra_ge): Remove, as well as all it's splitters.
8107
8108         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
8109         (doloop_end): New.
8110
8111         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
8112         (ia64_register_move_cost): Declare.
8113         * config/ia64/ia64.c (ar_lc_reg_operand): New.
8114         (struct ia64_frame_info): Add ar_size.
8115         (ia64_compute_frame_size): Set it.
8116         (save_restore_insns): Save and restore ar.lc.
8117         (ia64_register_move_cost): New, moved from header file.  Handle
8118         application registers.
8119         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
8120         (emit_insn_group_barriers): Special case doloop_end_internal.
8121         (ia64_epilogue_uses): Mark ar.lc live at end.
8122         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
8123         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
8124         (FIRST_PSEUDO_REGISTER): Make room.
8125         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
8126         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
8127         (REG_ALLOC_ORDER): Update.
8128         (HARD_REGNO_MODE_OK): Update.
8129         (REGISTER_NAMES): Update.
8130         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
8131         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
8132         (REGNO_REG_CLASS): Update.
8133         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
8134         (REGISTER_MOVE_COST): Move out of line.
8135         (PREDICATE_CODES): Update.
8136         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
8137         (addsi3_plus1_alt, adddi3_plus1_alt): New.
8138         (shladd_elim splitter): Allow constants in the predicate.
8139         (doloop_end, doloop_end_internal): New.
8140
8141 2000-07-30  Richard Henderson  <rth@cygnus.com>
8142
8143         * genattrtab.c (struct insn_def): Add lineno member.
8144         (struct insn_ent): Likewise.
8145         (struct attr_desc): Likewise.
8146         (struct delay_desc): Likewise.
8147         (struct function_unit_op): Likewise.
8148         (struct function_unit): Likewise.
8149         (check_attr_value): Use message_with_line.
8150         (check_defs): Likewise.
8151         (expand_units): Likewise.
8152         (check_attr_test): Take a lineno argument.
8153         (gen_attr): Likewise.
8154         (gen_insn): Likewise.
8155         (gen_delay): Likewise.
8156         (gen_unit): Likewise.
8157         (main): Give it to them.
8158         (convert_set_attr_alternative): Take an insn_def argument
8159         instead of num_alt and insn_index.
8160         (convert_set_attr): Likewise.
8161         (write_test_expr): Protect INSN_ADDRESSES load
8162         with INSN_ADDRESSES_SET_P.
8163
8164 2000-07-30  Richard Henderson  <rth@cygnus.com>
8165
8166         * flow.c (init_propagate_block_info): Use pc_set.
8167
8168 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8169
8170         * i386.md (*lea_general_[123]) New insns and splits.
8171         (addsi3 to lea splitter): Handle other modes too.
8172         (shlsi3 to lea splitter): Likewise.
8173         (addhi_1_lea, shlhi_1_lea): New patterns.
8174         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
8175
8176 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8177
8178         * recog.c (general_operand, nonimmediate_operand): Accept
8179         any mode for VOIDmode CONSTANT_P operands.
8180
8181 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8182
8183         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
8184         instead of replace_rtx.
8185         * recog.c (validate_replace_rtx_subexp): New function.
8186         * recog.h (validate_replace_rtx_subexp): Declare.
8187
8188 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8189
8190         * combine.c (simplify_set, make_extraction, make_compound_operation
8191         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
8192         as force_to_mode argument.
8193
8194 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8195
8196         * combine.c (if_then_else_cond): Be sure that mode fits in
8197         HOST_WIDE_INT.
8198
8199 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8200
8201         * combine.c (record_promoted_value):  Allow bitsize of mode
8202         to be equivalent to HOST_BITS_PER_WISE_INT.
8203
8204 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8205
8206         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
8207         Do not call gen_mode_alignment when mode is BLKmode.
8208
8209 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8210
8211         * loop.c (express_from_1): Fix call of simplify_gen_binary.
8212
8213 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8214
8215         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
8216         VOIDmode implies both operands to be VOIDmode.
8217         (simplify_ternary_operation): Compute properly the mode of comparison.
8218         * combine.c (combine_simplify_rtx): Likewise.
8219
8220 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
8221
8222         * basic-block.h (struct loops): New field rc_order.
8223         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
8224         (flow_loops_free): Free rc_order.
8225         (flow_depth_first_order_compute): New parameter rc_order.
8226         (flow_loops_find): Allocate rc_order and swap usage with
8227         dfs_order.
8228
8229 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8230            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8231
8232         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
8233         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
8234         (nodb_call, return_from_epilogue): Likewise.
8235         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
8236         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
8237         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
8238         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
8239         (c4x_valid_type_attribute_p): Likewise.
8240         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
8241         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
8242
8243 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8244
8245         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
8246         and loadhi_big_constant if applicable.
8247         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
8248         and add new splitter.s
8249
8250 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8251
8252         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
8253
8254 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8255
8256         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
8257
8258 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8259
8260         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
8261
8262 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8263
8264         * config/c4x/libgcc.S (divqf3): Improve accuracy.
8265
8266 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
8267
8268         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
8269         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
8270         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
8271         (get_prev_bb_note): Likewise.
8272         (remove_scope_notes): Likewise.
8273         * flow.c (commit_one_edge_insertion): Likewise.
8274         (merge_blocks_nomove): Likewise.
8275         (verify_flow_info): Likewise.
8276         * gcse.c (insert_insn_end_bb): Likewise.
8277         * reg-stack.c (emit_swap_insn): Likewise.
8278         * ssa.c (first_insn_after_basic_block_note): New function.
8279         (insert_phi_node): Use it.
8280         (rename_block): Likewise.
8281         (eliminate_phi): Likewise.
8282         (make_regs_equivalent_over_bad_edges): Likewise.
8283         (make_equivalent_phi_alternatives_equivalent): Likewise.
8284         (for_each_successor_phi): Likewise.
8285         (convert_from_ssa): Modify phi-node deletion algorithm.
8286
8287 2000-07-29  Andreas Jaeger  <aj@suse.de>
8288
8289         * configure.in (mips*-*-linux*): Use mips*el to check for little
8290         endian MIPS, add tmake_file.
8291
8292         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
8293         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
8294         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
8295
8296 2000-07-28  Richard Henderson  <rth@cygnus.com>
8297
8298         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
8299         Sign extend mode size before negating.
8300
8301 2000-07-28  Richard Henderson  <rth@cygnus.com>
8302
8303         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
8304
8305 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
8306
8307         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
8308         (cse_insn): Likewise.
8309         (addr_affects_sp_p): Likewise.
8310         * expr.c (move_by_pieces): Likewise.
8311         (clear_by_pieces): Likewise.
8312         * gcse.c (oprs_unchanged_p): Likewise.
8313         * haifa-sched.c (sched_analyze_2): Likewise.
8314         * recog.c (offsettable_address_p): Likewise.
8315         * regclass.c (record_address_regs): Likewise.
8316         * reload.c (find_reusable_reload): Likewise.
8317         (push_reload): Likewise.
8318         (operands_match_p): Likewise.
8319         (decompose): Likewise.
8320         (find_reloads_address_1): Likewise.
8321         (find_inc_amount): Likewise.
8322         * reload1.c (elimination_effects): Likewise.
8323         * resource.c (mark_set_resources): Likewise.
8324         * flow.c (attempt_auto_inc): New function; mostly broken out
8325         of find_auto_inc.
8326         (find_auto_inc): Split into two functions and enhanced to
8327         generate POST_MODIFY.
8328         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
8329         * rtl.h (count_all_occurrences):  Declare.
8330         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
8331         defined.
8332         * rtlanal.c (count_all_occurrences): New function.
8333         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
8334         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
8335
8336         * config/ia64/ia64-protos.h (destination_operand): Declare.
8337         * config/ia64/ia64.c (destination_operand): New function.
8338         (ia64_print_operand): Handle POST_MODIFY.
8339         (rtx_needs_barrier): Likewise.
8340         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
8341         (HAVE_POST_MODIFY_REG): Define to 1.
8342         (MAX_REGS_PER_ADDRESS): Change to 2.
8343         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
8344         (LEGITIMATE_ADDRESS_REG): New helper macro.
8345         (LEGITIMATE_ADDRESS_DISP): Likewise.
8346         (PREDICATE_CODES): Add entry for destination_operand.
8347         * config/ia64/ia64.md (all mov patterns): Use destination_operand
8348         predicate for operand 0.
8349
8350 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8351
8352         * dwarf2out.c: Indent #error directive.
8353
8354         * gbl-ctors.h: Fix typo in comment.
8355         (__do_global_ctors): Prototype.
8356
8357         * gcse.c (record_one_set, pre_delete): Remove unused variables.
8358
8359         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
8360         (print_operand): Initialize variable `t'.
8361
8362 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
8363
8364         * config/arm/arm.md ("call_value"): removed constraints.
8365         Constraints are ignored in expanders.
8366         (*call_value_reg): split =rf into various constraints.
8367         (*call_value_mem): same
8368         (*call_value_symbol): same
8369         (*sibcall_value_insn): same
8370
8371 2000-07-28  Philipp Thomas  <pthomas@suse.de>
8372
8373         * install.texi (--enable-nls): Change the description of the NLS
8374         related configure options to match the current state.
8375         (--with-included-gettext): Likewise.
8376         (--enable-maintainer-mode): New description added.
8377         * extend.texi (-fstrict-prototype): Add missing '.'.
8378
8379 2000-07-27  Jim Wilson  <wilson@cygnus.com>
8380
8381         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
8382         DECL_INITIAL (decl) == NULL_TREE.
8383
8384 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8385
8386         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
8387         on insn-attr.h with it.
8388         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
8389         * insn-addr.h: New header.
8390         (insn_addresses_): Renamed from insn_addresses.
8391         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
8392         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
8393         INSN_ADDRESSES_NEW): New macros.
8394         * genattrtab.c (write_test_expr): Use new macros.
8395         * final.c (insn_addresses, init_insn_lengths): Likewise.
8396         (align_fuzz, shorten_branches): Likewise.
8397         (final): Likewise.  Do not reject new insns if their addresses
8398         have been added to INSN_ADDRESSES.
8399         * config/arm/arm.c, config/avr/avr.c: Use new macros.
8400         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
8401         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
8402         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
8403         * config/sh/sh.c: Likewise.
8404         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
8405
8406         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
8407
8408 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
8409
8410         * gcc.c (struct prefix_list): Add member priority.
8411         (enum path_prefix_priority): Declare.
8412         (add_prefix): Replace ``first'' with ``priority''.  Append new
8413         entry but keep list in priority order.
8414         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
8415         PREFIX_PRIORITY_LAST to add_prefix.
8416         (process_command): Move include kludge - foo/stageN - to before
8417         foo/include.
8418
8419 2000-07-27  Jason Merrill  <jason@redhat.com>
8420
8421         * dwarf2out.c (gen_typedef_die): Abort if we get identical
8422         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
8423
8424 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
8425
8426         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
8427         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
8428
8429 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
8430
8431         * c-decl.c (finish_function): Don't treat 'main' specially unless
8432         flag_hosted.  In C99 mode, return 0 from 'main' unless
8433         DEFAULT_MAIN_RETURN is otherwise defined.
8434
8435         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
8436         parameters defaulting to int in an old-style function definition.
8437
8438 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8439
8440         * c-parse.in (string): For -Wtraditional, warn about string
8441         concatenation only once per line.
8442
8443 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
8444
8445         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
8446         for HI-UX/WE2 systems.
8447
8448 2000-07-24  Bruce Korb  <bkorb@gnu.org>
8449
8450         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
8451         defining the __xxx_TYPE__ macros.
8452         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
8453         * fixincl/fixlib.h: don't need to include "tm.h" anymore
8454         * fixincl/inclhack.def(type_map): now obsolete
8455
8456 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8457
8458         * cpp.texi: Append a trailing full-stop to xrefs where needed.
8459
8460 2000-07-26  Dave Pitts  <dpitts@cozx.com>
8461
8462         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
8463         routine constants.
8464         (mvs_hash_alias): New function.
8465         (mvs_add_alias): Change argument spacing.
8466         (mvs_need_alias): Change aliasing criteria. Added documentation.
8467         (mvs_get_alias): Change to use hashed name. The hashed name prevents
8468         CSECT name collisions.
8469         (mvs_check_alias): Likewise.
8470         (handle_pragma): Change documentation.
8471         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
8472         mode from SImode to DImode.
8473         (iorhi3): Changed LTORG size for insn.
8474
8475 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
8476
8477         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
8478         mem if the address is a mode_dependent_address_p.
8479
8480 2000-07-26  Kazu Hirata  <kazu@hxi.com>
8481
8482         * h8300.c (print_operand): Print ":8" when the 'R' operand is
8483         suitable for 8-bit absolute.
8484         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
8485         (OK_FOR_U): Add a case for the 8-bit constant address on the
8486         H8/300H.
8487
8488 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
8489
8490         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
8491         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
8492         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
8493         lack of implemented alignment.
8494
8495 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
8496
8497         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
8498         cross-compiling between 64-bit and 32-bit machines.
8499
8500 2000-07-27  Richard Henderson  <rth@cygnus.com>
8501
8502         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
8503         (movhicc_astep, movhi_internal_astep): New.
8504         (movsicc_astep, movsi_internal_astep): New.
8505         (movdicc_astep, movdi_internal_astep): New.
8506         (movsfcc_astep, movsf_internal_astep): New.
8507         (movdfcc_astep, movdf_internal_astep): New.
8508         (movxfcc_astep, movxf_internal_astep): New.
8509         (cmovdi_internal_astep, cmovsi_internal_astep): New.
8510         Unify the cmov[ds]i splitters.
8511
8512 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
8513
8514         * real.c (asctoeg): Rename `error' label to unexpected_char_error
8515
8516 2000-07-26  Nick Clifton  <nickc@cygnus.com>
8517
8518         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
8519         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
8520
8521         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
8522         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
8523
8524 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
8525
8526         * c-decl.c (finish_enum): Convert enumerations that fit in an
8527         `int' to `int'.
8528         (build_enumerator): In pedantic mode, cast to `int' those that
8529         don't.
8530
8531 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
8532
8533         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
8534
8535 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8536
8537         * sh.md (cmpgtdi_t): Must be split.
8538         (cmpgtdi_t+1): New splitter.
8539
8540 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
8541
8542         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
8543         warnings for indented directives even if we are skipping.
8544
8545 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8546
8547         * invoke.texi (strict-prototypes): Remove.
8548         * extend.texi (Deprecated Features): Add strict-prototypes.
8549         (Backwards Compatibility): New node.
8550
8551 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
8552
8553         * config/i386/i386.md (andsi_1+1): Allow HImode.
8554         (andsi_1+2): Require q_regs_operand.
8555
8556 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
8557
8558         * config/i386/i386.md (call_pop): Check operands[0],
8559         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
8560         (call): Likewise.
8561         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
8562         (call_value): Likewise.
8563
8564 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
8565
8566         * toplev.c (pipe_closed): Delete.
8567         (crash_signal): New.  Generate ICE for a fatal signal.
8568         (float_signal): Call crash_signal outside a float-handler
8569         block, not abort.
8570         (main): Install crash_signal as handler for core-dumping signals.
8571
8572 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
8573
8574         * rs6000.c (print_operand, case 'T'): New case.
8575
8576         * rs6000.md (call_indirect_aix32): Convert to expander of
8577         scheduled instructions.
8578         (call_indirect_aix64): Likewise.
8579         (call_value_indirect_aix{32,64}): Likewise.
8580         (call, call_value): Invoke expanders for AIX.  Fall through to
8581         matchers for SysV.
8582         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
8583         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
8584         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
8585         only "g" constraint.
8586         (call_nonlocal_aix64): Likewise.
8587         (call_value_nonlocal_aix{32,64}): Likewise.
8588         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
8589         operands.
8590         (call_value_nonlocal_sysv): New pattern.
8591         (indirect_jump{si,di}): Use new 'T' modifier.
8592         (tablejump{si,di} matchers): Likewise.
8593         (return_internal_{si,di}): Likewise.
8594         (return_eh_{si,di}): Likewise.
8595
8596 2000-07-24  Richard Henderson  <rth@cygnus.com>
8597
8598         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
8599         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
8600         * config/ia64/ia64.md (movdi_internal): Use it.
8601
8602 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
8603
8604         * cppexp.c: Warn about unary + if -Wtraditional.
8605         * cpplex.c (lex_line): Always set BOL on the first token of a line.
8606
8607 2000-07-24  Michael Meissner  <meissner@redhat.com>
8608
8609         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
8610         unsupported macro.
8611
8612 2000-07-24  Nick Clifton  <nickc@cygnus.com>
8613
8614         * config/arm/arm.c (emit_multi_reg_push): Generate a
8615         REG_FRAME_RELEATED_NOTE that is compatable with the code in
8616         dwarf2out_debug_frame_expr.
8617
8618 2000-07-24  Jason Merrill  <jason@redhat.com>
8619
8620         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
8621         UNALIGNED_INT_ASM_OP.
8622         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
8623         a location expression.
8624         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
8625         assume indirect access if we're saving the CFA address exactly.
8626
8627         * Makefile.in (bootstrap): Move -BstageN/ to the end.
8628
8629 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
8630
8631         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
8632         as well.
8633
8634 2000-07-24  Michael Meissner  <meissner@redhat.com>
8635
8636         * invoke.texi (D30V Options): Add d30v options.
8637
8638 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
8639
8640         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
8641         needed by our gcse pass anymore.
8642         (free_pre_mem): Corresponding changes.
8643         (compute_pre_data): Do not call compute_transpout anymore.
8644
8645         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
8646         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
8647         changes.
8648
8649         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
8650         (compute_pre_data): Do it here instead.
8651
8652         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
8653         'temp_bitmap'.
8654         (pre_delete): Corresponding changes.
8655
8656 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
8657
8658         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
8659         to figure out whether or not a variable has already been emitted.
8660
8661 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
8662
8663         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
8664         instead of gen_call.
8665
8666 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
8667
8668         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
8669
8670 2000-07-23  Kazu Hirata  <kazu@hxi.com>
8671
8672         * h8300.c: Fix formatting.
8673
8674 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8675
8676         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
8677         for `long' switch expression into a plain warning.
8678
8679         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
8680         (yylex): Don't pedwarn for "inline" in C99 mode.
8681
8682         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
8683         with %p.
8684         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
8685         ggc_alloc): Likewise.
8686         * bb-reorder.c (dump_scope_forest_1): Likewise.
8687
8688 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
8689
8690         * reload.c (find_reloads_toplev): Add new parameter
8691         "address_reloaded".
8692         (find_reloads): Add new parameter to find_reloads_toplev calls.
8693
8694 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
8695
8696         * collect2.c (main): Typo fixed.
8697         * diagnostic.c: Typo fixed.
8698         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
8699         * eh-common.h: Typo fixed.
8700         * emit-rtl.c (start_sequence): Typo fixed.
8701         * flow.c (find_label_refs): Typo fixed.
8702         (calculate_global_regs_live): Typo fixed.
8703         (mark_regno_cond_dead): Typo fixed.
8704         (create_edge_list): Typos fixed.
8705         (verify_edge_list): Typo fixed.
8706         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
8707         * loop.c (strength_reduce): Typo in function name fixed.
8708         * rtl.h: Added comments.  Typo in function name fixed.
8709         * rtlanal.c: Typo in function name fixed.
8710         (insn_dependant_p): Rename to ...
8711         (insn_dependent_p): ... this.
8712         (computed_jumo_p): Typo fixed.
8713
8714 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8715
8716         * system.h (__FUNCTION__): Wrap definition in #ifndef.
8717
8718 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
8719
8720         * rs6000.h (SIZE_TYPE): Define.
8721
8722 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
8723
8724         * ssa.c (rename_insn_1): Don't rename registers that are
8725         CLOBBERed.
8726
8727 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
8728
8729         * diagnostic.c (trim_filename, fancy_abort): Moved here from
8730         rtl.c.
8731         (fatal_function, set_fatal_function): Removed.
8732         (fatal): Don't prepare for or call the fatal_function.
8733         (diagnostic_lock, error_recursion): New.
8734         (diagnostic_for_decl, report_diagnostic): Guard against
8735         re-entering the error reporting routines.
8736         (fancy_abort): Assume function is not NULL.
8737
8738         * errors.c (fancy_abort): New.  Assume function is not NULL.
8739         * tradcpp.c (fancy_abort): Assume function is not NULL.
8740
8741         * system.h: Provide default definition of __FUNCTION__.
8742         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
8743         Always use __FUNCTION__ in definition of abort.
8744         * tree.h: Likewise.
8745         * varray.h: Likewise.
8746         * toplev.h: Likewise.  Don't prototype set_fatal_function.
8747
8748 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
8749
8750         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
8751         in 64-bit mode.
8752         * glimits.h: Don't do #if defined for ARCH_PPC.
8753
8754         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
8755         constants of size no larger than a pointer should go in the TOC.
8756         Add 'MODE' parameter.
8757         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
8758         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
8759         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
8760         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
8761         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
8762         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
8763         (rs6000_legitimize_address): Likewise.
8764         (rs6000_emit_move): Likewise.
8765         (rs6000_select_rtx_section): Likewise.
8766         (output_toc): Deal properly with outputting small constants like
8767         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
8768         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
8769         MODE parameter.  Put small constants in the TOC.
8770
8771         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
8772         easy in SImode.
8773         (rs6000_emit_move): When reload calls us with an illegitimate
8774         address, exit early.  Move the change_address calls to one place
8775         at the end of the routine.  Merge the SImode and DImode expanders.
8776         When called by reload to put an integer into a FP register, force
8777         it to memory.
8778
8779         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
8780         field.
8781         (rs6000_hash_constant): Hash mode too.
8782         (toc_hash_function): Allow for key_mode.
8783         (toc_hash_eq): Structures are different if key_mode differs.
8784         (output_toc): Add 'mode' parameter.  Save key_mode.
8785         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
8786         Pass 'mode' parameter.
8787         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
8788
8789         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
8790         for vtable references.
8791
8792         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
8793         choice, don't put integer values in FP regs.
8794
8795 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
8796
8797         * flow.c (verify_flow_info): Revamp code to verify that the
8798         head and end of each basic block are in the insn chain.
8799
8800 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
8801
8802         * gcse.c (record_one_set): Prepend instead of append onto
8803         reg_set_table, making it O(n) instead O(n^2).
8804         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
8805         Use a queue instead of a stack as worklist.
8806
8807 2000-07-20  Kazu Hirata  <kazu@hxi.com>
8808
8809         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
8810         * h8300.h (OK_FOR_T): New.
8811         (EXTRA_CONSTRAINT): Support OK_FOR_T.
8812         * h8300.md: Use inc/dec.[wl] for increment/decrement
8813         by 1 and 2 in HI and SI modes.
8814
8815 2000-07-20  Jim Wilson  <wilson@cygnus.com>
8816
8817         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
8818         larger than 14 bits.
8819
8820 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
8821
8822         * cppmacro.c (CAN_PASTE_AFTER): New macro.
8823         (count_params): Don't set GNU_REST_ARGS on anything.
8824         (save_expansion): Set PASTE_LEFT only on tokens for which
8825         CAN_PASTE_AFTER is true, or which are named operators.
8826
8827         * cpplex.c (parse_args): Distinguish between a rest argument
8828         given one empty argument, and a rest argument given zero arguments.
8829         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
8830         deletion of previous token based on that.
8831         (get_raw_token): Flatten some control structure.
8832
8833         * cpplib.h (CPP_LAST_EQ): Correct.
8834         (VOID_REST): New token flag.
8835         (GNU_REST_ARGS): Delete.
8836
8837         * tradcpp.c (main): Don't munge -D options.
8838         (make_definition): Bring -D handling in line with cpplib.
8839         (do_define): Strip all leading whitespace from macro definitions.
8840
8841 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
8842
8843         * Makefile.in (tradcpp): Depend on intl.o and version.o.
8844
8845 2000-07-20  Bruce Korb  <bkorb@gnu.org>
8846
8847         * fixincl/check.tpl: strip the platform specific types before testing
8848         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
8849         * fixincl/fixincl.tpl: use platform specific types
8850         * fixincl/fixlib.h: include the platform specific types
8851         * fixincl/inclhack.def(gnu_types): don't supply the types
8852         * fixincl/fixincl.x: regen
8853
8854 2000-07-19  Jim Wilson  <wilson@cygnus.com>
8855
8856         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
8857         GR_REGS.
8858
8859 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
8860
8861         * tradcpp.c (rescan): Do not recognize directives when the #
8862         is indented.
8863
8864 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
8865
8866         Implement C++ named operators.
8867
8868         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
8869         of operators allowed in #if and having an _EQ variant.  Add
8870         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
8871         (cpp_token flags): Add NAMED_OP.
8872         (enum node_type): Add T_OPERATOR.
8873         (struct cpp_hashnode): Add code slot to value union.
8874         * cpphash.h (spec_nodes): Remove n_defined.
8875
8876         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
8877         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
8878         (is_macro_disabled): Tweak error messages.
8879
8880         * cpplib.c (get_define_node): Disallow all named operators as
8881         macro names.  Tweak error messages.
8882         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
8883
8884         * cppinit.c (builtin_array): Add entries for the named operators.
8885         * cppexp.c (lex): Check for CPP_DEFINED token.
8886         (priority table): Add entries for CPP_MIN and CPP_MAX.
8887         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
8888
8889 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
8890
8891         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
8892         larger than the array of cuids.
8893         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
8894         cuids.
8895
8896 2000-07-19  Bruce Korb  <bkorb@gnu.org>
8897
8898         * fixinc/fixincl.c:  Convert to using a table of environment variables
8899         and activate the auto-edit marker on the fixed output files.
8900         * fixinc/fixlib.h:  Define the environment table
8901         * fixinc/fixincl.sh: export the ${INPUT} dir
8902         * fixinc/check.tpl: likewise
8903
8904 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
8905
8906         * gcc.c (.h spec): Fix typo.
8907
8908 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
8909
8910         * Makefile.in: Fix tradcif.c path.
8911
8912 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
8913
8914         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
8915           macros, not five.
8916
8917         * cpphash.h (TOKEN_NAME): New macro.
8918         (_cpp_spell_operator): Deleted.
8919         (token_spellings): Now _cpp_token_spellings.
8920
8921         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
8922         * cpplex.c: Use OP and TK macros when expanding the
8923         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
8924         store the stringification of the enumeration name (CPP_CHAR,
8925         etc.) in the name slot of token_spellings.
8926         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
8927         token_spellings directly.
8928         * cpplib.c: Use TOKEN_SPELL.
8929
8930         * cpplex.c (_cpp_push_token): If the token being pushed back
8931         is the previous token in this context, just subtract one from
8932         context->posn.
8933         * cppmacro.c (save_expansion): Clear aux field when storing a
8934         placemarker.
8935
8936 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
8937
8938         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
8939         buffer, provided it is not NULL.
8940
8941 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
8942
8943         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
8944         case of invalid volatile re-declaration.
8945
8946 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
8947
8948         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
8949         (expand_call): Adjust caller.
8950
8951 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
8952
8953         * diagnostic.h (report_diagnostic): Change prototype.
8954
8955         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
8956         diagnostic_for_decl):  Change prototype.
8957         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
8958         error, warning, error_with_file_and_line,
8959         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
8960         Adjust call to report_diagnostic, diagnostic_for_decl.
8961         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
8962         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
8963
8964         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
8965         varaible argument list.
8966
8967 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
8968
8969         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
8970         moved to cppmacro.c.
8971         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
8972         dump_hash_helper): Delete.
8973         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
8974         cpp_forall_identifiers): New. Implement specialized version of
8975         Vlad's expandable hash table.
8976         (cpp_lookup): Use new functions.
8977         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
8978         implementation.
8979         * cppmacro.c: New file.
8980         * cppinit.c (dump_macros_helper): New.
8981         (cpp_finish): Iterate over the identifier table directly.
8982         * cpplex.c (parse_name): Calculate the hash of the identifier
8983         while we scan it.  Use _cpp_lookup_with_hash when we can.
8984
8985         * cpphash.h: Update prototypes.
8986         (xcnewvec, HASHSTEP): New helper macros.
8987         * cpplib.h: Update prototypes.
8988         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
8989         (cppmacro.o): New rule.
8990         (cpphash.o): Update deps.
8991
8992         * cppmain.c: Do not set pfile->printer if no_output is on.
8993
8994 2000-07-15  Neil Booth  <neilb@earthling.net>
8995
8996         * cpplib.c: Change all directive-handler functions to return
8997         void, not int.
8998         * cpphash.h: Update typedefs.
8999
9000 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9001
9002         * configure: Regenerate.
9003
9004         * extend.texi (Extended Asm): Mention that a memory clobber
9005         does not count as a side-effect.
9006
9007         * unroll.c (copy_loop_body): Fix one instance of using host
9008         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
9009         cross-compile.
9010
9011         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
9012
9013 2000-07-17  Richard Henderson  <rth@cygnus.com>
9014
9015         * config/ia64/ia64.md (movdi): Split out load address code.
9016         New post-reload splitter for symbolic operands.
9017         (movdi_internal): Abort if we didn't split symbolic operands
9018         when we should have.
9019         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
9020         (ia64_reorg): Split insns when not optimizing.
9021         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
9022
9023 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9024
9025         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
9026         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
9027
9028 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
9029
9030         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
9031
9032 2000-07-17  Jason Merrill  <jason@redhat.com>
9033
9034         * Makefile.in (clean): Remove libgcc directory.
9035
9036         * configure.in (-Wno-long-long check): Use higher-level macros.
9037
9038 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9039
9040         * simplify-rtx.c (simplify_binary_operation): Recognize
9041            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
9042         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
9043            a CONST_INT, it will always be zero.
9044
9045 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
9046
9047         * loop.c (check_dbra_loop) : Return if more than one condition is
9048         present to control the loop.
9049
9050 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
9051
9052         * mips.c (mips_expand_prologue): Don't calculate the last argument
9053         register unless we need it.  When we are calculating this, make
9054         sure FUNCTION_ARG is giving us a REG.
9055
9056 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9057
9058         * flow.c (libcall_dead_p): Use single_set to verify the insn
9059         has only one set and get for analysis.
9060         (propagate_one_insn): Don't pass the PATTERN of the insn.
9061
9062 2000-07-17  Mark Klein <mklein@dis.com>
9063
9064          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
9065
9066 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9067
9068         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
9069         * configure.in (TARGET_GETGROUPS_T): Evaluate.
9070         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
9071         of second argument of getgroups.
9072         * configure, config.in: Rebuilt.
9073
9074 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9075
9076         * simplify-rtx.c (simplify_relational_operation): Two signed
9077         values with equal high words are less/greater than each other if
9078         their low words are less/greater when considered as unsigned.
9079
9080 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
9081
9082         * configure.in (vax-*-openbsd):  Change to new style configuration,
9083         add collect2/float_format information.
9084         * configure:  Rebuilt.
9085         * config/vax/openbsd1.h:  New.
9086         * config/vax/openbsd.h:  New.
9087         * config/vax/t-openbsd:  New.
9088
9089 2000-07-17  Chip Salzenberg  <chip@valinux.com>
9090
9091         * c-common.c (shorten_compare): Quiet warnings about unsigned
9092         comparisons with zero when they occur in a system header.
9093
9094 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9095
9096         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
9097         update to describe current practice.
9098
9099         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
9100
9101         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
9102         references to C9X.  Change references to -fstd and -flang-isoc9x
9103         to refer to -std.
9104
9105         * c-common.c (scan_char_table): Allow "z" length modifiers on
9106         diouxXn formats.
9107         (check_format_info): Use TYPE_DOMAIN on the type matched against
9108         for "z" formats, to retrieve the language size_t rather than the
9109         internal one.
9110
9111         * c-common.c (check_format_info): Do not make a pedantic objection
9112         to the 'L' length modifier if used with a floating point type
9113         character.
9114
9115         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
9116         constants in C99 mode.
9117
9118 2000-07-17  Kazu Hirata  <kazu@hxi.com>
9119
9120         * h8300.md: Fix the format of mac.
9121         (movsi_h8300hs): Output a tab after stmac instead of a space.
9122
9123         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
9124         profitable adds/subs sequences.
9125
9126         * fold-const.c: Fix comment typos.
9127
9128 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
9129
9130         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
9131
9132 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133
9134         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
9135
9136 2000-07-16  Neil Booth  <NeilB@earthling.net>
9137
9138         * cpplex.c: Update comments.
9139         * README.Portability: Small update.
9140
9141 2000-07-16  Neil Booth  <NeilB@earthling.net>
9142
9143         * README.Portability:  Small update.
9144
9145 2000-07-15  Richard Henderson  <rth@cygnus.com>
9146
9147         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
9148         * config/ia64/ia64.c (ia64_move_ok): New function.
9149         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
9150         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
9151
9152 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
9153
9154         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
9155         immediately following a paste operator.
9156         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
9157         (cpp_reader_init): Call it, if HOST_EBCDIC.
9158         (cpp_handle_options): Do not sort option list here.
9159         (handle_option): Rename to cpp_handle_option and export.
9160         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
9161         _cpp_get_token directly.
9162         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
9163         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
9164         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
9165         cpp_scan_line.
9166
9167 2000-07-15  Richard Henderson  <rth@cygnus.com>
9168
9169         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
9170         cast around an expression.  Tidy other unsigned tests.
9171
9172 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9173
9174         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
9175         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
9176         (v_message_with_decl): Rename to ...
9177         (format_with_decl): ... this. Tweak
9178         (diagnostic_for_decl): New function.
9179         (fatal_io_error): Use verbatim in lieu of notice.
9180         (announce_function): Use verbatim.
9181         (default_print_error_function): Likewise.
9182         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
9183         infratructure.
9184
9185 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9186
9187         * mips.c (function_arg_pass_by_reference): Don't do automatic
9188         aggregate initialization.
9189         (machine_dependent_reorg): Initialize variable `mode'.
9190
9191         * mips.md (absdi2): Change variable `regno1' to unsigned int.
9192         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
9193         conflicts with sys/param.h macro of the same name.
9194         (reload_outdi): Likewise.
9195
9196 2000-07-15  Michael Meissner  <meissner@redhat.com>
9197
9198         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
9199         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
9200         create a new node instead.
9201
9202 2000-07-15  Neil Booth  <NeilB@earthling.net>
9203
9204         * README.Portability: Correct example about calling a function
9205         through a pointer to function.  Format wide paragraphs.
9206
9207 2000-07-15  Michael Meissner  <meissner@redhat.com>
9208
9209         * README.Portability: Update integer suffixes and function
9210         prototype sections.
9211
9212 2000-07-15  Neil Booth  <NeilB@earthling.net>
9213
9214         * README.Portability: Small update.
9215
9216 2000-07-15  Neil Booth  <NeilB@earthling.net>
9217
9218         * README.Portability: New file.
9219
9220 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
9221
9222         * INSTALL: Give special instructions for building GCC on Irix 6.
9223         * config/mips/x-iris6 (CC): Don't set it.
9224         (OLDCC): Likewise.
9225
9226 2000-07-14  Jason Merrill  <jason@redhat.com>
9227
9228         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
9229         register in the stack and later in another register, use the new
9230         register.
9231
9232 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
9233
9234         * config/mips/mips.md: (absdi2): Handle sign_extend for
9235         second operand.
9236
9237 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
9238
9239         * cpplib.c (do_pragma_dependency): Tidy warning messages.
9240
9241 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
9242
9243         * .cvsignore: Correct typo.
9244
9245 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
9246
9247         * .cvsignore: Add generated YACC files.
9248         * objc/.cvsignore: New file.
9249
9250 2000-07-14  Neil Booth  <NeilB@earthling.net>
9251
9252         * cpplex.c (adjust_column): New funcion.
9253         (skip_whitespace): Use it.
9254         (skip_block_comment): Use it, and warn about /*/* with
9255         -Wcomments.
9256
9257 2000-07-14  Neil Booth  <NeilB@earthling.net>
9258
9259         * cpphash.c (struct macro_info): Add new members.
9260         (_cpp_free_definition): Delete the macro directly.
9261         (count_params): Return void, with first token of
9262         expansion in struct macro_info on success.
9263         (parse_define): Return int.  Hoist syntax checking from
9264         save_macro_expansion.  Leave call to save_expansion to
9265         _cpp_create_definition.
9266         (alloc_macro): Needs just 2 arguments.
9267         (free_macro): Delete.
9268         (save_expansion): Don't perform syntax check.
9269         (_cpp_create_definition): Call save_expansion.
9270
9271 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9272
9273         * genrecog.c (write_header): Split long string.
9274
9275         * cpphash.c (macro_info): Don't use the `signed' keyword.
9276
9277         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
9278
9279 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
9280
9281         * calls.c (stored_args_map): New variable.
9282         (check_sibcall_argument_overlap_1): New.
9283         (check_sibcall_argument_overlap): New.
9284         (expand_call): Initialize stored_args_map.
9285         Call check_sibcall_argument_overlap.
9286
9287 2000-07-13  Bruce Korb  <bkorb@gnu.org>
9288
9289         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
9290         (emit_gnu_type): utility procedure for gnu_type_fix
9291         (gnu_type_fix): implement various pre-processor guards around
9292         standard types so these types can be defined over and over
9293         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
9294         types alluded to above will have GNU-compliant base types
9295         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
9296         * fixinc/inclhack.def: add test_text entries and utilize the new
9297         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
9298         * fixinc/fixincl.x: regenerate
9299
9300 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9301
9302         * diagnostic.c (vline_wrapper_message_with_location,
9303         v_message_with_file_and_line, v_error_with_file_and_file,
9304         v_error_for_asm, v_warning_for_asm, vfatal,
9305         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
9306         vsorry, verror, vwarning, vpedwarn): Remove.
9307         (diagnostic_for_asm): New function.
9308         (pedwarn, error, warning, pedwarn_with_file_and_line,
9309         error_with_file_and_line, warning_with_file_and_line, sorry,
9310         error_for_asm, warning_for_asm, fatal): Reimplement.
9311         (finish_diagnostic): Clear diagnostic info as well.
9312
9313 2000-07-13  Neil Booth  <NeilB@earthling.net>
9314
9315         * c-common.h (flag_digraphs): New.
9316         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
9317         * c-lex.c (yylex): Use flag_digraphs to decide whether to
9318         honour digraphs.
9319
9320 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
9321
9322         * gcc.c (do_spec_1): Add new %B operator.
9323         (set_input): Prepare for %B.
9324
9325         (link_command_spec): Move up with the other tm.h-
9326         overrideable specs.  Factor out the portion conditional on
9327         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
9328         (struct compiler): Just have a single spec string.  All users
9329         updated.
9330         (default_compilers): Remove unnecessary braces.
9331         (static_specs): Update.
9332
9333         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
9334         named specs.
9335         (C and assembly specs): Use the new named specs, as appropriate.
9336
9337         * objc/lang-specs.h: Use the new named specs.
9338         Remove unnecessary braces.
9339
9340 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9341
9342         * gcc.c (execute): If a subprocess gets a fatal signal, report
9343         strsignal() of the signal number, and ask for a bug report.
9344         Do not do this for SIGPIPE if there's already been an error.
9345
9346         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
9347         Delete pipe_closed.
9348
9349         * tradcif.c: Remove.
9350
9351 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9352
9353         * final.c (profile_function): Do not emit profile counters in
9354         the data section, if NO_PROFILE_COUNTERS is defined.
9355         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
9356         FUNCTION_PROFILER.
9357
9358         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
9359         (FUNCTION_PROFILER): Just emit a call to mcount.
9360
9361 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9362
9363         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
9364
9365         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
9366         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
9367         traditional, lang_chill, or lang_fortran.
9368
9369         * cppfiles.c: #undef strcmp to suppress warning about macros
9370         used without arguments.
9371         (_cpp_execute_include): Use f, not fname, in "No include path"
9372         error.
9373         (_cpp_pop_file_buffer): New function.
9374         * cpplib.c: Don't include <sys/mman.h>.
9375         (cpp_push_buffer): Set line_base and lineno in new buffer.
9376         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
9377
9378         * cpplex.c: Move all prototypes and structure declarations to the
9379         top of the file.  Properly parenthesise some macro arguments.
9380         (cpp_scan_line): New function.
9381         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
9382         don't need to walk up the stack counting.
9383
9384 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9385
9386         * c-common.c (combine_strings): Emit a pedantic warning when a
9387         string length is greater than the minimum ANSI C is required
9388         to support.
9389
9390 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
9391
9392         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
9393         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
9394
9395 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9396
9397         * c-decl.c (define_label): Warn about identifier conflicts with
9398         labels in traditional C.
9399
9400         * c-parse.in (unop +): Warn about the unary plus operator for
9401         traditional C.
9402
9403         * c-typeck.c (store_init_value): Warn about automatic aggregate
9404         initialization for traditional C.
9405
9406         * invoke.texi (-Wtraditional): Document new warnings.
9407
9408 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9409
9410         * Makefile.in (c-errors.o): Fix thinko in dependency.
9411
9412 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9413
9414         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
9415         -traditional, -ftraditional, or -traditional-cpp was given.
9416         Do not pass -traditional to the preprocessor.
9417         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
9418         preprocessor does it automatically.
9419         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
9420
9421         * ch/lang-specs.h: Always use tradcpp.  Do not pass
9422         -traditional, -trigraphs, or -pedantic to the preprocessor.
9423         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
9424         _LANGUAGE_FORTRAN.
9425
9426 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
9427
9428         * cppexp.c (LOGICAL): Delete macro.
9429         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
9430         and && directly.
9431
9432         * cpphash.c (HASHSIZE): Increase to 4096.
9433         (struct hashdummy): Add hash field.
9434         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
9435         the string values using memcmp.
9436         (cpp_lookup): Set dummy.hash.
9437
9438 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
9439
9440         * configure.in (m88k-openbsd): Express configuration using new fragment
9441         style.
9442         * configure: Rebuilt.
9443         * m88k/aout-dbx.h: New.
9444         * m88k/openbsd.h: New.
9445         * m88k/xm-openbsd.h: New.
9446
9447 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9448
9449         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
9450
9451 2000-07-12  Richard Henderson  <rth@cygnus.com>
9452
9453         * reload.c (push_secondary_reload): Make sure to add the new
9454         reload at the end, after acquiring secondary memory.
9455
9456 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9457
9458         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
9459
9460         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
9461         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
9462
9463         * c-parse.in (stmt): Delete unused variables.
9464
9465         * convert.c (convert_to_vector): Likewise.
9466
9467         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
9468
9469         * tree.c (finish_vector_type): Prototype.
9470
9471 2000-07-12  Bruce Korb  <bkorb@gnu.org>
9472
9473         * fixinc/fixfixes.c: use xmalloc
9474         * fixinc/fixincl.c(initialize): set program name for xmalloc
9475         * fixinc/fixlib.c(must_malloc): obsolete
9476         (is_cxx_header): no longer used - disabled
9477         (skip_quote): inserted and disabled for future use
9478         * fixinc/fixlib.h: reflects above
9479         * fixinc/fixtests.c: removed dinkleberries
9480
9481 2000-07-12  Neil Booth  <NeilB@earthling.net>
9482
9483         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
9484         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
9485
9486         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
9487         struct toklist_dummy): New.
9488         (cpp_free_definition): Free macros with free_macro.
9489         (count_params): Don't save paramter spellings.  Save macro
9490         information in a struct macro_info.
9491         (parse_define): Don't allocate a token list.
9492         (save_expansion): Allocate the macro's token list, and
9493         save parameter spellings if necessary.  Use TOKEN_SPELL.
9494         (cpp_create_definition): Make list const.
9495
9496 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9497
9498         * c-typeck.c (pedwarn_c99): Move to
9499         * c-errors.c: ... Here.
9500         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
9501         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
9502         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
9503         (c-errors.o): List dependency.
9504
9505 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
9506
9507         * c-parse.c: Remove.
9508         * c-parse.h: Likewise.
9509         * c-parse.y: Likewise.
9510         * objc/objc-parse.c: Likewise.
9511         * objc/objc-pasre.y: Likewise.
9512
9513 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
9514
9515         * gcc.texi: Fix minor typos
9516         * extend.texi: Fix minor typos
9517
9518 2000-07-11  Marc Espie <espie@openbsd.org>
9519
9520         * collect2.c (main): Recognize .lo as object files.
9521
9522 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9523
9524         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
9525         true.
9526
9527         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
9528         with MAP_ANONYMOUS and MAP_ANON.
9529         * configure, config.in: Rebuilt.
9530
9531 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9532
9533         * diagnostic.c (save_output_state): Remove.
9534         (restore_output_state): Likewise.
9535         (clear_text_info): New function.
9536         (clear_diagnostic_info): Likewise.
9537         (output_text_length, is_starting_newline, output_prefix,
9538         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
9539         prefixing_policy, output_buffer_ptr_to_format_args): New macros
9540         (set_real_maximum_length, output_set_maximum_length,
9541         output_set_prefix, output_get_prefix, output_set_maximum_length,
9542         output_destroy_prefix, init_output_buffer,
9543         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
9544         output_add_newline, output_add_character, output_add_space,
9545         output_append_r, output_append, wrap_text, output_format,
9546         output_do_printf, output_printf, output_do_verbatim,
9547         output_verbatim, verbatim): Use them.
9548         (output_clear): Split into cleat_text_info and
9549         clear_diagnostic_info.
9550         (struct output_state): Move to...
9551
9552         * diagnostic.h: ...Here
9553         (struct output_buffer): Adjust.
9554
9555 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
9556
9557         * cpplex.c (parse_name): No longer inline (premature optimization).
9558         (do_pop_context): Fold into pop_context.
9559         (pop_context): Returns int.
9560         (lex_next): Hoist test for end of directive into pop_context.
9561         (push_macro_context): Returns int; takes just reader and token.
9562         Hoist test for excessive nesting to caller.
9563         (push_arg_context): Returns void; takes just reader and token.
9564         Do not call stringify_arg or get_raw_token.
9565         (get_raw_token): Convert tail recursion through push_arg_context
9566         to a loop at this level.  Call stringify_arg here if appropriate.
9567         (maybe_paste_with_next): Convert tail recursion to a while loop.
9568         Hoist test of paste_level to caller.
9569
9570         (stringify_arg): Push arg context at beginning.
9571         (cpp_get_token): Split out core into _cpp_get_token.  Call
9572         process_directive here.  Throw away CPP_PLACEMARKER tokens.
9573         (_cpp_get_token): Convert tail recursion through
9574         push_macro_context to a loop at this level.
9575         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
9576         _cpp_get_raw_token): Use _cpp_get_token.
9577         (_cpp_skip_rest_of_line): Drop the context stack directly; do
9578         not call pop_context.
9579         (_cpp_run_directive): Call lex_next directly.
9580
9581         * cpphash.h: Prototype _cpp_get_token.
9582         * cppexp.c (lex): Use it.
9583         * cpphash.c (parse_define): Use it.
9584         * cpplib.c (get_define_node, do_undef, parse_include,
9585         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
9586         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
9587         parse_ifdef, validate_else): Use it.
9588         (cpp_push_buffer): Tweak error message; abort if anyone tries
9589         to push a buffer while macro expansions are stacked.
9590
9591 2000-07-11  Donn Terry  <donnte@microsoft.com>
9592
9593         * cpplex.c (free_macro_args, save_token): Cast arg of free
9594         and/or xrealloc to PTR.
9595         (_cpp_init_input_buffer): Clear all fields of the base context.
9596
9597 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
9598
9599         * gensupport.c (process_rtx): Make rtl checking stop
9600         complaining about the define_insn while it is being
9601         converted from a define_insn_and_split.
9602
9603 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
9604
9605         * config/mips/mips.c (simple_memory_operand): Access the
9606         INTVAL of the address, not it's containing MEM.
9607
9608 2000-07-11  Bruce Korb  <bkorb@gnu.org>
9609
9610         * fixinc/fixtests.c(double_slash): obsolete
9611         (else_endif_label): likewise
9612         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
9613         (libc1_ifdefd_memx): correct initial comment
9614         and omit the #if/#endif pair from the memxxx declarations
9615         * fixinc/fixincl.x: regen
9616
9617 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9618
9619         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
9620
9621 2000-07-11  Neil Booth  <NeilB@earthling.net>
9622
9623         * cpp.texi: Update.
9624
9625 2000-07-11  Neil Booth  <NeilB@earthling.net>
9626
9627         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
9628         (handle_option): Set digraphs according to standard.
9629         Merge OPT_lang_c89 handler with OPT_std_c89.
9630
9631         * cpplex.c: (lex_line, can_paste): Honour digraphs in
9632         accordance with the digraphs flag.
9633
9634         * cpplib.h: (struct cpp_options): New option digraphs.
9635
9636 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
9637             Bruce Korb  <bkorb@gnu.org>
9638
9639         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
9640         * fixinc/fixincl.x: Regenerate.
9641         * fixinc/tests/base/testing.h: Add testcase.
9642
9643 2000-07-10  Richard Henderson  <rth@cygnus.com>
9644
9645         * config/ia64/ia64.c (got_symbolic_operand): New.
9646         (symbolic_operand, move_operand): Revert 0701 change.
9647         * config/ia64/ia64.h (PREDICATE_CODES): Update.
9648         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
9649         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
9650         split the offset into a 14-bit low part instead of a 13-bit low part.
9651         (load_fptr): Mark the mem as unchanging.
9652         (load_symptr): Use got_symbolic_operand.
9653
9654 2000-07-10  Nick Clifton  <nickc@cygnus.com>
9655
9656         * libgcc2.c (next_stack_level): Cast result of computation to
9657         (void **) so that the assignment does not generate a warning.
9658
9659 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
9660
9661         * flags.h : Add new variable flag_single_precision_constant.
9662         * toplev.c (display_help) : Add -fsingle-precision-constant option.
9663         (flag_single_precision_constant): New.
9664         * c-lex.c (yylex): Convert floating point constant to single
9665         precision constant.
9666         * invoke.texi : Add documentation for this new option.
9667
9668 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
9669
9670         * diagnostic.c (output_octal): Second parameter is unsigned.
9671         (output_long_octal): Likewise.
9672         (output_hexadecimal): Likewise.
9673         (output_long_hexadecimal): Likewise.
9674         (output_format): Adjust arguments extraction. Tweak.
9675         (output_verbatim, verbatim): End variable argument list.
9676         (report_diagnostic): Improve documentation.
9677
9678 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
9679
9680         * c-common.h (build_stmt): Declare.
9681         (build_continue_stmt): Likewise.
9682         (build_break_stmt): Likewise.
9683         (build_return_stmt): Likewise.
9684
9685         * c-decl.c (do_case): Rewrite to do what previously done in
9686         c-parse.in.
9687
9688         * c-semantics.c (build_stmt): Define.
9689         (build_return_stmt): Likewise.
9690         (build_break_stmt): Likewise.
9691         (build_continue_stmt): Likewise.
9692         (build_case_label): Likewise.
9693
9694         * c-parse.in (BREAK): Change to build tree, then generate RTL.
9695         (CONTINUE): Likewise.
9696         (RETURN): Likewise.
9697         (CASE): Likewise.
9698         (DEFAULT): Likewise.
9699
9700         * c-parse.y: Regenerate.
9701         * c-pasre.c: Likewise.
9702
9703 2000-07-09  Jason Merrill  <jason@redhat.com>
9704
9705         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
9706
9707         * tree.h (STRIP_NOPS): Check for error_mark_node.
9708         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
9709         (dwarf2out_*): Remove duplicate declarations.
9710
9711         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
9712         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
9713
9714 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
9715
9716         * diagnostic.c (wrap_text): New function.
9717         (maybe_wrap_text): Likewise.
9718         (output_add_string): Use it.
9719         (output_format): Likewise.
9720         (count_error): Use verbatim instead of notice.
9721         (report_error_function): Likewise. Don't use plain fprintf.
9722         (finish_diagnostic): New function.
9723         (output_do_verbatim): Tweak.  Commonalize functionalities in
9724         output_verbatim and verbatim.
9725         (output_verbatim): Adjust.
9726         (verbatim): Likewise.
9727         (report_diagnostic): Define.
9728
9729         * diagnostic.h (report_diagnostic): Prototype.
9730
9731 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
9732
9733         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
9734
9735 2000-07-09  Neil Booth  <NeilB@earthling.net>
9736
9737         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
9738         IShspace, ISspace: Update.
9739
9740         * cppinit.c: ISTABLE: Update.
9741         V: New.
9742
9743         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
9744         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
9745         (skip_block_comment, skip_line_comment, parse_string,
9746         lex_line): Use is_vspace rather than IS_NEWLINE.
9747         (skip_whitespace, lex_line): Clean up to use is_nvspace.
9748         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
9749         gets a BOL flag.
9750         (lex_next): Unconditionally stop if within a directive.
9751         Treat directives within macro invocations as directives
9752         (after parse_args emits error), not as the argument.
9753
9754 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
9755
9756         * diagnostic.c (diagnostic_args): New macro.
9757         (diagnostic_msg): Likewise.
9758         (output_formatted_integer): Likewise.
9759         (output_state): New data type.
9760         (digit_buffer): Make global.
9761         (output_add_integer): Rename to output_decimal. Squeeze
9762         digit_buffer.
9763         (output_long_decimal, output_unsigned_decimal,
9764         output_long_unsigned_decimal, output_octal, output_long_octal,
9765         output_hexadecimal, output_long_hexadecimal): New functions.
9766         (output_append_r): New function.
9767         (output_append): Tweak.
9768         (output_flush_on): Rename to output_to_stream.
9769         (output_format): Change prototype.  Improve documentation. Handle
9770         more format specifiers.
9771         (build_location_prefix): Rename to context_as_prefix.
9772         (output_notice): Rename to output_do_printf.
9773         (output_printf): Tweak.
9774         (line_wrapper_printf): Likewise.
9775         (vline_wrapper_message_with_location): Adjust call to renamed
9776         functions.
9777         (v_message_with_decl): Likewise.
9778         (default_print_error_function): Likewise.
9779         (save_output_state): New function.
9780         (restore_output_state): Likewise.
9781         (output_do_verbatim): Likewise.
9782         (output_verbatim): Define.
9783         (verbatim): Likewise.
9784
9785         * diagnostic.h (printer_fn): Change return type from void to int.
9786         Improve documentation.
9787         (output_add_integer): Rename to output_decimal.
9788         (output_flush_on, output_format): Don't export.
9789         (output_verbatim, verbatim): Declare.
9790
9791 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
9792
9793         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
9794         Check whether c divides op1 exactly if operation is not
9795         multiplication.
9796
9797 2000-07-08  Richard Henderson  <rth@cygnus.com>
9798
9799         * final.c (final): Do not abort when reg-stack introduces
9800         a new insn.
9801
9802 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
9803
9804         * cpplib.h (struct cpp_name): Now struct cpp_string.
9805         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
9806         CPP_HEADER_NAME): Change to type S.
9807         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
9808         field, a cpp_hashnode *.  All references to val.name updated
9809         to use val.str or val.node as appropriate.
9810         (struct cpp_reader): Add spec_nodes field.
9811         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
9812
9813         * cpphash.h (struct spec_nodes): New.
9814         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
9815         val.str.  All references to 'spelling > SPELL_NONE' updated to
9816         match.
9817
9818         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
9819         pfile->buffer->inc are not NULL before dereferencing them.
9820
9821         * cpplex.c (parse_name): Take a pointer to the current token,
9822         plus current position and limit as args; return the new
9823         position; don't copy the text of a name into the string
9824         buffer, instead call cpp_lookup and store the node pointer.
9825         If extending a token, copy out the text of the old into a
9826         scratch buffer, append the new, look that up and store the new
9827         node pointer.  Inline.
9828         (maybe_paste_with_next): If the result of paste is a NAME,
9829         then look up the pasted text and store its node pointer.
9830         (lex_line): Adjust for new parse_name interface.
9831         Check for L"str", L'str' using spec_nodes->n_L.
9832         (spell_token): SPELL_IDENT tokens have their spelling in
9833         val.node->name.  Handle SPELL_STRING tokens that don't have
9834         string delimiters.
9835         (_cpp_expand_name_space,
9836         (can_paste): Check for L ## "str" using spec_nodes->n_L.
9837         (cpp_get_token, special_symbol): No need to call cpp_lookup.
9838         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
9839         return 1=equal 0=not, not a tristate.
9840
9841         * cpphash.c (var_args_str): Delete.
9842         (find_param): Compare node fields directly.
9843         (is__va_args__): Use CPP_PEDANTIC.  Just compare
9844         token->val.node with spec_nodes->n__VA_ARGS__.
9845         (dump_funlike_macro): Don't use var_args_str.
9846
9847         * cpplib.c (_cpp_check_directive): Just walk through
9848         spec_nodes->dirs comparing pointers.
9849         (get_define_node, do_pragma_poison, detect_if_not_defined,
9850         parse_ifdef): The identifier has already been looked up.
9851         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
9852         node.
9853         (do_if): Only call detect_if_not_defined at beginning of file.
9854         (_cpp_parse_assertion): Only copy string pointers for
9855         SPELL_STRING tokens.
9856         (pragma_dispatch): Take a node pointer and examine its name
9857         field.
9858         (_cpp_init_stacks): Also initialize the spec_nodes structure.
9859
9860         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
9861         _cpp_init_macros.
9862         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
9863         reverse order from the corresponding _cpp_init_* routines.
9864
9865         * cppexp.c (parse_number, parse_charconst, parse_defined,
9866         lex): Check val.node->type instead of calling cpp_defined.
9867         Use spec_nodes entries where appropriate.
9868
9869         * fix-header.c, scan-decls.c: Update for interface changes.
9870
9871 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
9872
9873         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
9874         emitting aux_truncdfsf2.
9875
9876 2000-07-03  Donn Terry  (donnte@microsoft.com)
9877
9878         * cppinit.c (print_help): split overlong line into ISO C89
9879         maximum chunks.
9880
9881 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
9882
9883         * cppexp.c: Update all code for new lexer interface.
9884         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
9885         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
9886         * cpplex.c (token_names): Trim leading CPP_ from names; make
9887         the strings unsigned.
9888         (_cpp_spell_operator): New.
9889         (is_macro_disabled): Disable all macros if rescanning
9890         preprocessed text.
9891         (_cpp_get_directive_token): Remove.
9892
9893         * cppinit.c: Don't set no_macro_expand.
9894         * cpplib.c (read_line_number, do_line): Check only for EOF,
9895         not VSPACE.
9896         * cpphash.h: Update prototypes.
9897         * cpplib.h (CPP_VSPACE): Remove.
9898         (struct cpp_reader): Remove no_macro_expand.
9899
9900 2000-07-08  Neil Booth  <NeilB@earthling.net>
9901
9902         * cpphash.c (is__va_args__): New function.
9903         (count_params): Fix line reported in error messages.  Use
9904         is__va_args__.  Don't return ')' on error.  Flag GNU style
9905         rest args macro definitions.
9906         (parse_define): Check macro name is not __VA_ARGS__.
9907         (save_expansion): Check identifier in non-varargs-macro is
9908         not __VA_ARGS__.  Don't flag GNU_VARARGS.
9909         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
9910         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
9911          than per-token GNU_VARARGS.
9912         * cpplib.h (GNU_VARARGS): Remove.
9913         (GNU_REST_ARGS): New.
9914
9915 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9916
9917         * i386.md (call_pop, call, call_value_pop): Do not set
9918         current_function_uses_pic_offset_table for calls to static
9919         functions or indirect calls.
9920
9921 2000-07-07  Jim Wilson  <wilson@cygnus.com>
9922
9923         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
9924         is_predicate_reg, then take max write_count of register pair.
9925
9926 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9927
9928         * tradcpp.c (main): Rename label `include' to `add_include' to
9929         avoid conflicts with variable `include' in traditional C.
9930
9931 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9932
9933         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
9934
9935 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9936
9937         * sibcall.c (uses_addressof): Add INMEM argument, check for
9938         current_function_internal_arg_pointer outside of MEM rtxs in addition
9939         to ADDRESSOFs.
9940         (sequence_uses_addressof): Update caller.
9941
9942 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
9943
9944         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
9945         and friends.
9946
9947 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9948
9949         * system.h (UNION_INIT_ZERO): New macro for initializing union
9950         members in structs.
9951
9952         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
9953
9954 2000-07-07  Neil Booth  <NeilB@earthling.net>
9955
9956         * cpp.texi: Update.
9957
9958 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
9959
9960         * final.c (final): Detect out of bounds array access to
9961         the insn_lengths array.
9962
9963 2000-07-07  Kazu Hirata  <kazu@hxi.com>
9964
9965         * fold-const.c (fold): Fix a comment typo.
9966
9967 2000-07-07  Neil Booth  <NeilB@earthling.net>
9968
9969         * cpp.texi: Update to new lexer.
9970
9971 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
9972
9973         * tradcpp.c: New file.
9974         * tradcif.y: New file.
9975         * tradcif.c: New generated file.
9976
9977         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
9978         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
9979         dependencies of C.  Install tradcpp from install-common, in
9980         $(libsubdir).
9981
9982 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
9983
9984         * cppinit.c: Include cppdefault.h.  Refer to
9985         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
9986         to GCC_INCLUDE_DIR and its length.
9987         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
9988         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
9989         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
9990         cppdefault.h.
9991         (include_defaults_array): Move to cppdefault.c.
9992
9993         * cppdefault.h: New file.
9994         * cppdefault.c: New file.
9995
9996         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
9997         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
9998         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
9999         this file.
10000
10001 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10002
10003         * reload.c (push_reload): When seeing if can reuse a register,
10004         check extra registers against widest of INMODE and OUTMODE.
10005
10006 2000-07-06  Neil Booth  <NeilB@earthling.net>
10007
10008         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
10009         based on full length of predicate.
10010
10011 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
10012
10013         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
10014         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
10015
10016 2000-07-05  Kazu Hirata  <kazu@hxi.com>
10017
10018         * h8300-proto.h: Fix formatting.
10019         * h8300.c: Likewise.
10020         * h8300.h: Likewise.
10021
10022 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10023
10024         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
10025         CCmode.
10026
10027 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
10028
10029         * invoke.texi: Fix minor typos
10030         * md.texi: Fix minor typos
10031
10032 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
10033
10034         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
10035
10036 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10037
10038         * cpplex.c: Don't include sys/mman.h.
10039         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
10040
10041         * cpplib.c: Include sys/mman.h and obstack.h.
10042         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
10043         obstack.
10044         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
10045         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
10046         bother freeing if stack entries (they will be freed with their buffer).
10047         (do_endif): Free if stack entries from the buffer obstack.
10048         (push_conditional): Allocate if stack entries from the buffer obstack.
10049
10050         (find_answer): Rename to _cpp_find_answer.
10051         (do_assert, do_unassert): Update.
10052
10053         * cpphash.h: Update prototypes.
10054         (xobnew): New convenience macro.
10055         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
10056         Update comments.
10057         (struct cpp_hashnode): Remove disabled field.
10058
10059         * cppinit.c: Don't include hashtab.h or splay-tree.h.
10060         (report_missing_guard): Moved to cppfiles.c.
10061         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
10062         cpp_init_includes.
10063         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
10064         cpp_cleanup_includes.  Don't destroy hashtab or
10065         all_include_files here.
10066         (cpp_finish): Use _cpp_report_missing_guards.
10067
10068         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
10069         (_cpp_init_include_table): Rename _cpp_init_includes.
10070         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
10071
10072         * cppexp.c (parse_assertion): Update for new name of
10073         find_answer.
10074
10075         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
10076
10077 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10078
10079         * cpplib.c (do_ident): s/VSPACE/EOF/
10080
10081 2000-07-05  Neil Booth  <NeilB@earthling.net>
10082
10083         * cpplex.c: Fix trigraph replacement within strings.
10084
10085 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10086
10087         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
10088
10089         * xcoffout.c (assign_type_number): Constify.
10090         (xcoffout_source_file): Add static prototype.  Don't needlessly
10091         cast away const-ness.
10092
10093 2000-07-04  Jason Merrill  <jason@redhat.com>
10094
10095         * frame.h (frame_state): Move base_offset to end.
10096
10097 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
10098
10099         * calls.c (emit_library_call_value_1): Revert previous change.
10100
10101 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10102
10103         * fix-header.c (struct partial_proto): Remove unnecessary fields.
10104         (recognized_extern, recognized_function, read_scan_file):
10105         Update for new scheme.
10106         (check_protection): It's still a multiple include guard even
10107         if it doesn't always trigger.
10108         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
10109         new scheme.
10110         * scan.h: Declare struct cpp_token.  Update prototypes.
10111
10112 2000-07-03  Neil Booth  <neilb@earthling.net>
10113             Zack Weinberg  <zack@wolery.cumb.org>
10114
10115         Complete overhaul of the lexer and macro expander.
10116
10117         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
10118         arg, arglist, argdata, reflist, collect_objlike_expansion,
10119         collect_funlike_expansion, collect_params,
10120         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
10121         unsafe_chars, macarg, compare_defs, special_symbol,
10122         scan_arguments, stringify, funlike_macroexpand,
10123         _cpp_quote_string, monthnames): Delete.
10124         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
10125         _cpp_create_definition, _cpp_dump_definition,
10126         dump_hash_helper): Adjust.
10127         (find_param, count_params, parse_define, var_args_str,
10128         check_macro_redefinition, save_expansion): New.
10129
10130         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
10131         parse_string, output_line_command, trigraph_replace,
10132         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
10133         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
10134         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
10135         _cpp_skip_rest_of_line): Modify.
10136
10137         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
10138         find_position, null_warning, bump_column, expand_name_space,
10139         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
10140         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
10141         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
10142         _cpp_prescan): Delete.
10143
10144         (dump_param_spelling, process_directive, lex_next,
10145         is_macro_disabled, stringify_arg, expand_context_stack,
10146         output_token, make_string_token, alloc_number_token,
10147         special_symbol, duplicate_token, maybe_paste_with_next,
10148         can_paste, prevent_macro_expansion, restore_macro_expansion,
10149         get_temp_token, release_temp_tokens, quote_string,
10150         token_names, token_spellings, _cpp_expand_name_space,
10151         _cpp_glue_header_name, _cpp_reserve_name_space,
10152         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
10153         placemarker_token, eof_token, cpp_context, macro_args,
10154         get_raw_token, parse_arg, parse_args, save_token,
10155         push_arg_context, push_macro_context, pop_context,
10156         do_pop_context, free_macro_args, _cpp_get_line,
10157         _cpp_run_directive): New.
10158
10159         * cpplib.c (validate_else, parse_include, push_conditional,
10160         pass_thru_directive, read_line_number, parse_ifdef,
10161         detect_if_not_defined, _cpp_check_directive, do_define,
10162         do_undef, do_include, do_import, do_include_next, do_error,
10163         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
10164         top_pragmas, do_pragma_gcc, do_pragma_implementation,
10165         do_pragma_poison, do_pragma_system_header,
10166         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
10167         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
10168         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
10169         cpp_defined): Update for new scheme.
10170         (strtoul_for_line, get_define_node, dump_macro_name,
10171         _cpp_check_linemarker, _cpp_parse_assertion): New.
10172         (_cpp_handle_directive, do_pragma_default): Delete.
10173
10174         * cpphash.h (struct predicate): Now struct answer.
10175         (enum spell_type, struct token_spelling, struct directive,
10176         directive_handler): New.
10177         Update prototypes.  Remove unused macros.
10178         * cpplib.h: Update prototypes.  Remove unused macros,
10179         structure definitions, and fields.
10180
10181         * cpperror.c (print_containing_files, v_message): Adjust.
10182         * cppexp.c (parse_assertion, lex, parse_escape,
10183         _cpp_parse_expr): Adjust.
10184         * cppfiles.c (open_include_file, _cpp_execute_include,
10185         _cpp_compare_file_date, cpp_read_file, read_include_file):
10186         Adjust.
10187         * cppinit.c (dump_special_to_buffer): Delete.
10188         (append_include_chain, merge_include_chains, cpp_reader_init,
10189         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
10190         cpp_finish, handle_option, print_help): Adjust.
10191         * cppmain.c (main): Adjust.
10192
10193 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10194
10195         * cppspec.c (lang_specific_driver): Use double quotes in error
10196         message.
10197
10198 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
10199
10200         * calls.c (emit_library_call_value_1): Use valreg instead
10201         of hard_libcall_value.
10202
10203 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
10204
10205         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
10206         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
10207         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
10208         (movhi): Likewise.
10209         (movqi): Likewise.
10210         (movdf): Likewise.
10211         (movsf): Likewise.
10212         (movdi): Likewise.
10213         (movti): Likewise.
10214
10215         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
10216         mode instead of wider_mode is being used.
10217
10218 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10219
10220         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
10221         of 'r'. Use q_regs_operand.
10222         (andsi_1+2): Use q_regs_operand.
10223
10224 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10225
10226         * builtins.c (get_memory_rtx): Always put into alias set 0.
10227
10228 2000-07-03  Nick Clifton  <nickc@cygnus.com>
10229
10230         * config/arm/arm.md: Fix post increment and pre increment
10231         peepholes so that they do not generate UNPREDICATBLE opcodes.
10232         (ie ones where the increment clobbers the source/destination).
10233
10234 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
10235
10236         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
10237         change too big for -mtiny-stack" a warning, if larger than 63.
10238         (out_set_stack_ptr): Change the logic so -mno-interrupts is
10239         always safe to use on possible future devices.
10240         (function_prologue): Write SPH before SPL, for consistency.
10241         If interrupt_func_p true, we know we have enabled interrupts.
10242         (avr_num_arg_regs): New function.  Round up to even number of
10243         bytes if no -mpack-args or if calling a libgcc function.
10244         (function_arg, function_arg_advance): Use it.
10245         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
10246         Output "movw" if available.
10247         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
10248         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
10249         (asm_output_section_name): Add blanks for consistent output.
10250         (encode_section_info): Set TREE_READONLY for progmem data to
10251         avoid gas warnings about changed section attributes.
10252         (avr_hard_regno_mode_ok): Force non-QImode data to start in
10253         even numbered registers on devices with "movw".
10254         * config/avr/avr.h (MASK_*): Define bits for target_flags.
10255         (TARGET_SWITCHES): Mark help strings for translation.
10256         Add new -mpack-args and -menhanced switches.
10257         (TARGET_OPTIONS): Mark help strings for translation.
10258         (progmem_section): Add section attributes.
10259         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
10260         Output "movw" if available.
10261         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
10262         New patterns.
10263         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
10264         call convention (arguments aligned on even registers).
10265         (_cleanup, _exit): Make weak symbols libc can override.
10266
10267 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10268
10269         * fp-bit.h: New file.
10270
10271         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
10272         Comment #endif statements.
10273         (__thenan_sf, __thenan_df): Add missing braces around initializer.
10274
10275 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
10276
10277         * gcse.c (compute_pre_data): Compute ae_kill using other local
10278         properties instead of calling compute_ae_kill.
10279
10280         * alias.c (init_alias_analysis): Do not call
10281         prologue_epilogue_contains until after reload has completed.
10282
10283 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
10284
10285         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
10286         (genrtl_finish_compound_stmt): Likewise.
10287         (genrtl_compound_stmt): Change to return void.
10288
10289         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
10290         move code from here to ...
10291         (genrtl_compound_stmt): ... here.
10292         (genrtl_finish_compound_stmt): Remove.
10293         (expand_stmt): Add comment.
10294
10295 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
10296
10297         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
10298         and VOID_TYPE_P.
10299
10300 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
10301
10302         * cpplib.h (struct cpp_reader): New field include_depth.
10303         (struct cpp_printer): Rename last_bsd to last_id.
10304         * cppfiles.c (read_include_file): Bump include_depth.
10305         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
10306         (output_line_command): Output correct #line if a header
10307         is including itself and is not protected against multiple inclusion.
10308         Use include_depth instead of buffer_stack_depth, last_id instead of
10309         last_bsd.
10310         * cppinit.c (cpp_start_read): Initialize last_id instead of
10311         last_bsd.
10312
10313 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
10314
10315         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
10316         (c-semantics.o): New target.
10317
10318         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
10319         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
10320         (genrtl_clear_out_block): Likewise.
10321         (genrtl_goto_stmt): Likewise.
10322         (genrtl_expr_stmt): Likewise.
10323         (genrtl_decl_stmt): Likewise.
10324         (genrtl_if_stmt): Likewise.
10325         (genrtl_while_stmt): Likewise.
10326         (genrtl_do_stmt): Likewise.
10327         (genrtl_return_stmt): Likewise.
10328         (genrtl_for_stmt): Likewise.
10329         (genrtl_break_stmt): Likewise.
10330         (genrtl_continue_stmt): Likewise.
10331         (genrtl_scope_stmt): Likewise.
10332         (genrtl_switch_stmt): Likewise.
10333         (genrtl_case_label): Likewise.
10334         (genrtl_begin_compound_stmt): Likewise.
10335         (gerntl_finish_compound_stmt): Likewise.
10336         (genrtl_compound_stmt): Likewise.
10337         (genrtl_asm_stmt): Likewise.
10338         (genrtl_decl_cleanup): Likewise.
10339         (DECL_ANON_UNION_ELEMS): Likewise.
10340         (emit_local_var): Likewise.
10341         (make_rtl_for_local_static): Likewise.
10342         (expand_cond): Likewise.
10343         (expand_stmt): Likewise.
10344         (c_expand_return): Likewise.
10345         (c_expand_start_case): Likewise.
10346         (do_case): Likewise.
10347         (COMPOUND_STMT_NO_SCOPE): Likewise.
10348         (c_expand_asm_operands): Likewise.
10349         (NEW_FOR_SCOPE_P): New macro.
10350         (expand_expr_stmt_fn): New type.
10351
10352         (set_current_function_name_declared): Likewise.
10353         (current_function_name_declared): Likewise.
10354         (lang_expand_stmt): Likewise.
10355         (stmts_are_full_exprs_p): Likewise.
10356         (anon_aggr_type_p): Likewise.
10357         (lang_expand_expr_stmt): Likewise.
10358         (build_case_label): Likewise.
10359
10360         * c-decl.c (lang_expand_expr_stmt): Initialize.
10361         (stmts_are_full_exprs_p): Define.
10362         (current_function_name_declared): Likewise.
10363         (do_case): Likewise.
10364         (lang_expand_stmt): Likewise.
10365         (set_current_function_name_declared): Likewise.
10366         (anon_aggr_type_p): Likewise.
10367
10368         * c-semantics.c: New file.
10369         (expand_cond): Moved from cp/semantics.c.
10370         (genrtl_do_pushlevel): Likewise.
10371         (genrtl_clear_out_block): Likewise.
10372         (genrtl_goto_stmt): Likewise.
10373         (genrtl_expr_stmt): Likewise.
10374         (genrtl_decl_stmt): Likewise.
10375         (genrtl_if_stmt): Likewise.
10376         (genrtl_while_stmt): Likewise.
10377         (genrtl_do_stmt): Likewise.
10378         (genrtl_return_stmt): Likewise.
10379         (genrtl_for_stmt): Likewise.
10380         (genrtl_break_stmt): Likewise.
10381         (genrtl_continue_stmt): Likewise.
10382         (genrtl_scope_stmt): Likewise.
10383         (genrtl_switch_stmt): Likewise.
10384         (genrtl_case_label): Likewise.
10385         (genrtl_begin_compound_stmt): Likewise.
10386         (genrtl_finish_compound_stmt): Likewise.
10387         (genrtl_compound_stmt): Likewise.
10388         (genrtl_asm_stmt): Likewise.
10389         (genrtl_decl_cleanup): Likewise.
10390         (make_rtl_for_local_static): Moved from cp/decl.c.
10391         (emit_local_var): Likewise.
10392         (expand_stmt): Define.
10393
10394         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
10395         (c_expand_return): Likewise.
10396         (c_expand_start_case): Likewise.
10397
10398 2000-07-01  Richard Henderson  <rth@cygnus.com>
10399
10400         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
10401         with the low 13 bits set.
10402         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
10403         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
10404         of the low 13 bits into a CONST plus an adddi3.
10405         (load_symptr): Set RTX_UNCHANGING_P.
10406
10407 See ChangeLog.3 for earlier changes.