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