OSDN Git Service

* gcc.c (modify_target): New variable and struct.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2
3         * gcc.c (modify_target): New variable and struct.
4         (process_command): Handle MODIFY_TARGET_NAME.
5         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
6         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
7
8         * c-decl.c (finish_decl): Add else's to avoid referencing
9         TYPE_DOMAIN of an ERROR_MARK.
10
11 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
12
13         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
14         `reload_in*' insns.
15
16 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
17
18         * config/avr/avr.md (neghi2): Add alternative for input and output
19         operands in different registers, as in negsi2.
20         (*negsi2): Remove '*' from the name.  Use "movw" if available.
21
22 2000-09-19  Jim Wilson  <wilson@cygnus.com>
23
24         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
25         HAVE_GAS_HIDDEN macro.
26
27 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
28
29         * cpplex.c (lex_line): Drop the EOF token for unknown
30         directives in assembler.
31
32 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
33
34         * configure.in: Allow enable_threads_flag value of "aix".  Define
35         thread_file as "aix" for AIX 4.3 and above.
36         * configure: Regenerated.
37
38         * gthr-aix.h: New file.
39
40         * rs6000/t-aix43: Replace soft-float multilib with pthread.
41         Remove 403 processor multilib match.  Fix rios2 processor multilib
42         match.
43
44         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
45         to return to appropriate csect.
46
47 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
48
49         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
50         functions.
51         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
52         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
53         BUILT_IN_PRINTF.
54
55         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
56         New entries.
57
58         * c-common.c (init_function_format_info): Handle __builtin_printf.
59         Set `check_function_format_ptr'.
60         (c_common_nodes_and_builtins): Set `puts_ftype' and
61         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
62         __builtin_printf and printf.
63
64         * tree.c, tree.h (check_function_format_ptr): Declare.
65
66 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
67
68         * cppfiles.c (read_include_file): Take no special action for
69         zero-length files.
70
71 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
72
73         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
74         rather than that of branch.
75         (shorten_branches): Don't increment insn_current_address twice.
76
77         Undo most of the Wed Jan 27 23:39:53 1999 patch:
78         * loop.h (struct induction): Delete members derived, ix and last_use.
79         (struct loop_ivs): Delete members first_increment_giv and
80         last_increment_giv.
81         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
82         recombine_givs): Delete functions.
83         (find_and_verify_loops): Don't initialize cont_dominator.
84         (strength_reduce): Lose code to try to find bivs that can be
85         expressed as givs of another biv, and to convert biv increments
86         into givs.
87         Lose loop_scan_start variable, always use loop->scan_start.
88         Don't call recombine_givs.  Don't handle derived givs.
89         (record_giv): Don't initialize derived and last_use fields.
90         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
91         givs.
92         * unroll.c (derived_regs): Delete static variable.
93         (unroll_loop): Don't initialize it.
94         (copy_loop_body): Lose code to handle derived givs.
95         (find_splittable_givs): Don't check for givs made from biv
96         increments.
97         Don't set derived_regs.
98
99         Fix misapplied earlier patch:
100         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
101         to fpul.
102         (floatsisf2): Generate floatsisf_ie by default.
103         (floatsisf_i4): Conditional on TARGET_SH4.
104
105         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
106         predicate for the expanders.
107
108 2000-09-19  Richard Henderson  <rth@cygnus.com>
109
110         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
111         in addition to pentium and pentiumpro symbols.
112         (CPP_CPU_DEFAULT_SPEC): Likewise.
113
114         * c-typeck.c (c_expand_asm_operands): Restore the output tree
115         after expanding.
116
117         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
118         if the tree has side effects.
119         (warn_if_unused_value): Do not warn about void constructs.
120
121         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
122
123         * unroll.c (copy_loop_body): Update LABEL_NUSES before
124         calling invert_jump.
125
126 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
127
128         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
129         into anything.
130
131 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
132
133         * Makefile.in (c-common.o): Depend on diagnostic.h.
134
135         * c-common.c: Include diagnostic.h.
136         (tfaff): Delete.
137         (status_warning): New function.
138         (check_format_info, maybe_read_dollar_number, check_format_types,
139         finish_dollar_format_checking, check_function_format): Accept a
140         `status' parameter.  All callers changed.
141
142         * c-common.h (check_function_format): Accept a `status' parameter.
143
144         * c-typeck.c: Update call to `check_function_format'.
145
146 2000-09-18  Richard Henderson  <rth@cygnus.com>
147
148         * c-decl.c (c_expand_body): Call mark_varargs before
149         expand_function_start.
150
151 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
152
153         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
154         * config/rs6000/eabi-ci.asm: Likewise.
155
156 2000-09-18  Richard Henderson  <rth@cygnus.com>
157
158         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
159         for BImode.
160
161 2000-09-18  Jim Wilson  <wilson@cygnus.com>
162
163         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
164         before passing it to fold_rtx_mult_add.
165
166         * unroll.c (final_giv_value): Pass increment through
167         extend_value_for_giv before passing it to emit_iv_add_mult.
168
169         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
170         paradoxical subreg, then directly substitute the replacement and
171         return.
172
173 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
174
175         * cpp.texi: Update documentation, including some clarifications,
176         the treatment of various newline combinations, and space between
177         backslash and newline.
178
179 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
180
181         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
182         Replace ASM_OUTPUT_LABELREF with assemble_name.
183
184 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
185
186         * sh.c (addsubcosts): CONST is not cheap.
187         (find_barrier): For Sh1, take alignment after jumps into account.
188
189 2000-09-15  Andrew Haley  <aph@redhat.com>
190
191         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
192         remove all SETs of SUBREGs of hard registers.
193         * function.c (purge_hard_subreg_sets): New function.
194         (purge_single_hard_subreg_set): New function.
195         * rtl.h: (purge_hard_subreg_sets): New function.
196
197 2000-09-18  Richard Henderson  <rth@cygnus.com>
198
199         * config/ia64/ia64-protos.h: Update.
200         * config/ia64/ia64.c (signed_inequality_operator): New.
201         (ia64_expand_compare): New.
202         (ia64_register_move_cost): Handle PR_REGS moves.
203         (ia64_secondary_reload_class): Require a GR when moving to a PR.
204         (struct reg_write_state): Add written_by_and/or.
205         (struct reg_flags): Add is_and/or.
206         (rws_update): Set them.
207         (rws_access_regno): Test them to allow parallel comparisons.
208         (rtx_needs_barrier): Recognize parallel comparisons.
209         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
210         Call recog_memoized; ignore pred_rel_mutex.
211         (emit_predicate_relation_info): Don't call find_basic_blocks here.
212         (ia64_reorg): Do it here instead.
213         * config/ia64/ia64.h: s/CCmode/BImode/g
214         (MODES_TIEABLE_P): Don't tie BImode.
215         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
216         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
217         (RTX_COSTS): Make multiply 4 insns.
218         (MEMORY_MOVE_COST): New.
219         (PREDICATE_CODES): Update.
220         * config/ia64/ia64.md: s/CCmode/BImode/g
221         (movcci, movbi): New.
222         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
223         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
224         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
225         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
226         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
227         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
228         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
229         (mulsi, muldi): Use xmpy not xma.
230         (cmpbi): New.
231         (movcc, movcc_internal): Remove.
232         (branch expanders): Use ia64_expand_compare.
233         (setcc expanders): Likewise.
234         (cmov insns): Use move_operand and ia64_move_ok.
235         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
236         scheduler from moving it past a use.
237         * config/ia64/build.hacks: Remove.
238
239 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
240
241         * cpphash.h (HASHSTEP): Take character rather than pointer
242         to character.
243         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
244
245         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
246
247         * cpplex.c (auto_expand_name_space, trigraph_replace,
248         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
249         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
250         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
251         KNOWN_DIRECTIVE): Delete.
252
253         (handle_newline, check_long_token, skip_escaped_newlines,
254         unterminated): New functions.
255         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
256
257         (parse_identifier): Was parse_name, new implementation.
258         (skip_line_comment, skip_block_comment, skip_whitespace,
259         parse_number, parse_string, trigraph_ok, save_comment,
260         adjust_column, _cpp_get_line): New implementations.
261
262         (lex_token): New function.  Lexes a token at a time, looking
263         forwards.  Contains most of the guts of the old lex_line.
264         (lex_line): New implementation, using lex_token to obtain
265         individual tokens.
266         (cpp_scan_buffer): Use the token's line, not the list's line.
267
268         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
269          New implementations.
270         (do_assert): Don't bother setting the answer's list's line.
271         (cpp_push_buffer): Initialise new pfile and read_ahead members
272         of struct cpp_buffer.
273
274         * cpplib.h (cppchar_t): New typedef.
275         (struct cpp_buffer): read_ahead, pfile and col_adjust are
276         new members.
277         (struct lexer_state): New structure that determines the state
278         and behaviour of the lexer.
279         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
280         (struct cpp_reader): New member "state". Rename
281         multiline_string_line and multiline_string_column. Delete
282         col_adjust, in_lex_line members.
283         (CPP_BUF_COLUMN): Update.
284
285 2000-09-18  Richard Henderson  <rth@cygnus.com>
286
287         * combine.c (simplify_comparison): Shift a NOT out of a single
288         bit test.
289
290         * combine.c (if_then_else_cond): Canonicalize BImode true to
291         STORE_FLAG_VALUE.
292         * explow.c (trunc_int_for_mode): Likewise.
293
294         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
295         the NOT for De Morgan's rule.
296         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
297         of a comparison to the reverse comparison.
298
299         * combine.c (try_combine): Allow split to create a single insn.
300
301         * machmode.def: Add BImode.  Add a column for bitsize.
302         * machmode.h (DEF_MACHMODE): Adjust for extra column.
303         (GET_MODE_BITSIZE): Use it.
304         * rtl.c (DEF_MACHMODE): Adjust for extra column.
305         (mode_bitsize): New.
306         (mode_mask_array): Use bitsize.
307         * combine.c (combine_simplify_rtx): Require inner and outer
308         modes to match on nonzero_bits optimizations.
309
310 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
311
312         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
313         its entry in spill_reg_store.
314         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
315         * sh.c (reg_no_subreg_operand): New function.
316         * sh-protos.h (reg_no_subreg_operand): Declare it.
317         * sh.h (PREDICATE_CODES): Add it.
318         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
319         input operand that needs to be in fpul.
320         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
321         * sh.c (find_barrier): Take into account that machine_dependent_reorg
322         might add new insns.
323
324 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
325
326         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
327         MAYBE_DEAD.
328         (sh_expand_epilogue): Take the PIC register into account when
329         computing the frame size.
330
331         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
332         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
333         LABEL_REFs with a PIC-safe unspec.
334
335 2000-09-18  Will Cohen  <wcohen@redhat.com>
336
337         * extend.texi (Zero Length): State that static initializers for
338         zero-length arrays are not allowed.
339
340         * c-typeck.c (process_init_element): Flag initializers for zero
341         length arrays.
342
343         * tree.c (integer_all_onesp): Ignore TREE_INT_CST_HIGH if prec is
344         exactly HOST_BITS_PERWIDE_INT.
345
346 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
347
348         * c-common.c (check_format_info): Properly save the argument
349         number and parameter for $ operand number formats in case width
350         and precision arguments are also used.  Allow printf width and
351         precision arguments to have operand numbers even if none was
352         specified for the main format, since this is OK for %*.*m.  Only
353         object to missing $ operand number if the format used requires an
354         argument.
355
356 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
357
358         * c-common.c (format_char_info): Add 'W' flag to comment.
359         (print_char_table, scan_char_table): Use it.
360         (check_format_info): Use the 'W' flag to determine whether a
361         format argument is written into.
362
363 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
364
365         * c-common.c (check_format_types): Reorganise and clean up,
366         checking earlier for ERROR_MARKs and making cur_type into its
367         TYPE_MAIN_VARIANT where convenient.
368
369 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
370
371         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
372
373 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
374
375         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
376
377         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
378         * i386.c (struct builtin_description): New.
379         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
380         (mmx_reg_operand): Declare MODE arg as unused.
381         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
382         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
383         ix86_expand_binop_builtin, ix86_expand_store_builtin,
384         ix86_init_builtins, ix86_expand_builtin): New functions.
385         * i386.h (ix86_builtins): New enumeration.
386         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
387         * i386.md (attr length_immediate): 0 for mmx/sse types.
388         (attr prefix_0f): 1 for mmx/sse types.
389         (setcc_2): Remove "*" so we get gen_setcc_2.
390         (emms): Account for changed register numbering.  Set "memory" attr
391         to unknown.
392         (sfence): Set "memory" attr to unknown.
393
394 2000-09-18  Andreas Jaeger  <aj@suse.de>
395
396         * configure.in: Define _GNU_SOURCE only when using the GNU C
397         Library.
398         * configure: Regenerated.
399         * config.in: Regenerated.
400
401 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
402
403         * cppinit.c (cpp_init): Don't use ANSI prototypes.
404         * flow.c (flow_dump_loop): Likewise.
405         (flow_loops_dump): Likewise.
406
407         * c-typeck.c (c_start_case): Fix typo.
408
409 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
410
411         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
412         to int for plain complex which defaults to complex double.  Do
413         warn about defaulting to complex double if pedantic.  Warn about
414         complex integer types if pedantic.  Warn about complex types if
415         pedantic and not in C99 mode.
416         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
417         for complex conjugation.
418
419 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
420
421         * contrib.texi: Update my entry.
422
423 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
424
425         * config/avr/avr.md (mcu_enhanced): New attribute.
426         (mcu_mega): Likewise.
427         (extendhisi2): Use mcu_enhanced.
428         (zero_extendhisi2): Likewise.
429         (call_insn): Use mcu_enhanced and mcu_mega.
430         (call_value_insn): Likewise.
431         (*sbrx_branch): Use mcu_mega.
432         (*sbrx_and_branchsi): Likewise.
433         (*sbrx_and_branchhi): Likewise.
434         (*tablejump_lib): Likewise.
435
436 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
437
438         * alias.c (true_dependence): Allow non-unchanging read to conflict
439         with unchanging write.
440
441         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
442         (store_constructor): Pass alias_set to it.
443
444         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
445         TYPE_MAIN_VARIANT of ERROR_MARK.
446         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
447
448         * simplify-rtx.c (simplify_unary_operation): Add cases
449         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
450
451 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
452
453         * expr.h (emit_library_call, emit_library_call_value): Delete
454         declarations.
455         * rtl.h (enum libcall_type): New.
456         (emit_library_call, emit_library_call_value): Change fn_type arg to
457         be of type enum libcall_type.
458         * calls.c: Likewise for the function definitions.  Several callers
459         throughout changed to use the new enumeration appropriately.
460         (emit_library_call_value_1): Likewise.  Put back code to make libcall
461         blocks of equal form, but only use it for the two new higher
462         enumeration values.
463
464 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
465
466         Convert the C front-end to use function-at-a-time mode.
467         * c-common.h: Include splay-tree.h.
468         (C_DECLARED_LABEL_FLAG): New macro.
469         (struct language_function): Add x_scope_stmt_stack and
470         x_function_name_declared_p.
471         (RECHAIN_STMTS): Move definition.
472         (lang_statment_code_p): Likewise.
473         (lang_expand_stmt): Likewise.
474         (lang_expand_decl_stmt): New variable.
475         (lang_expand_function_end): Likewise.
476         (current_scope_stmt_stack): New function.
477         (add_decl_stmt): Likewise.
478         (add_scope_stmt): Likewise.
479         (mark_stmt_tree): Likewise.
480         (struct c_lang_decl): New structure.
481         (DECL_SAVED_TREE): Define.
482         (c_mark_lang_decl): New function.
483         (c_expand_start_cond): Change prototype.
484         (c_finish_then): New function.
485         (c_finish_else): Likewise.
486         (current_function_name_declared): Remove.
487         (set_current_function_name_declared): Likewise.
488         (mark_c_language_function): Declare.
489         (case_compare): Likewise.
490         (c_add_case_label): Likewise.
491         (c_expand_expr): Likewise.
492         (c_safe_from_p): Likewise.
493         * c-common.c (lang_expand_function_end): New variable.
494         (struct if_elt): Add if_stmt.
495         (c_expand_start_cond): Add the if-statement to the statement-tree,
496         rather than generating RTL.
497         (c_finish_then): New function.
498         (c_expand_start_else): Don't generate RTL.
499         (c_finish_else): New function.
500         (c_expand_expr_stmt): Don't generate RTL.
501         (statement_code_p): Add SCOPE_STMT.
502         (case_compare): New function.
503         (c_add_case_label): Likewise.
504         (mark_stmt_tree): Likewise.
505         (c_mark_lang_decl): Likewise.
506         (mark_c_language_function): Likewise.
507         (c_expand_expr): Likewise.
508         (c_safe_from_p): Likewise.
509         * c-decl.c (c_stmt_tree): New variable
510         (c_scope_stmt_stack): Likewise.
511         (c_function_name_declared_p): Likewise.
512         (lang_expand_expr_stmt): Remove.
513         (poplevel): Don't call output_inline_function for nested
514         functions.
515         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
516         `extern' function.
517         (redeclaration_error_message): Change means of computing whether
518         or not a function is nested.
519         (lookup_label): Don't call label_rtx.
520         (init_decl_processing): Add more GC roots.
521         (start_decl): Add DECL_STMTs to the statement-tree, rather than
522         calling rest_of_decl_compilation.
523         (finish_decl): Don't call expand_decl.
524         (store_parm_decls): Begin the statement-tree, but don't generate
525         RTL.
526         (finish_function): Tie off the statement-tree.  Call c_expand_body
527         if appropriate.
528         (c_expand_body): New function.
529         (push_c_function_context): Save more information.
530         (pop_c_function_contxt): Likewise.
531         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
532         (lang_mark_tree): Mark it.
533         (current_stmt_tree): Adjust.
534         (current_scope_stmt_stack): New function.
535         (do_case): Remove.
536         (set_current_name_declared): Likewise.
537         (c_begin_compound_stmt): Define.
538         (c_expand_decl_stmt): Likewise.
539         * c-lang.c: Include rtl.h and expr.h.
540         (lang_init): Set more language-specific hooks.
541         * c-lex.c: Include expr.h.
542         * c-parse.in: Changes throughout to add statements to the
543         statement-tree, rather than generating RTL after every statement.
544         * c-semantics.c (lang_expand_decl_stmt): Define.
545         (add_decl_stmt): New function.
546         (add_scope_stmt): Likewise.
547         (finish_stmt_tree): Tweak.
548         (genrtl_expr_stmt): Likewise.
549         (genrtl_decl_stmt): Handle local labels, and call
550         lang_expand_decl_stmt if required.
551         (genrtl_for_stmt): Fix line-number handling.
552         (genrtl_case_label): Handle cleanups.
553         (genrtl_asm_stmt): Don't call combine_strings.
554         (genrtl_compound_stmt): Simplify.
555         (expand_stmt): Handle SCOPE_STMTs.
556         * c-tree.h (struct lang_decl): New structure.
557         (C_DECLARED_LABEL_FLAG): Remove.
558         (c_begin_compound_stmt): Declare.
559         (c_expand_decl_stmt): Likewise.
560         (c_expand_start_case): Rename to c_start_case.
561         (c_finish_case): New function.
562         * c-typeck.c (start_init): Tweak setting of
563         constructor_incremental.
564         (c_expand_asm_operands): Tweak error-handling.  Add to the
565         statement-tree.
566         (c_expand_return): Add to the statement-tree.
567         (c_expand_start_case): Rename to ...
568         (c_start_case): ... this.
569         (struct c_switch): New type.
570         (switch_stack): New variable.
571         (do_case): Simplify.
572         (c_finish_case): New function.
573         * dependence.c: Include expr.h.
574         (enum dependence_type): Change spelling of enumerals.
575         (check_node_dependence): Adjust.
576         * expr.h (lang_safe_from_p): Declare.
577         (safe_from_p): Likewise.
578         * expr.c (lang_safe_from_p): New variable.
579         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
580         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
581         * toplev.c (rest_of_decl_compilation): Robustify.
582         * tree.c (contains_placeholder_p): Likewise.
583         * Makefile.in: Update dependencies.
584         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
585         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
586         (objc_expand_function_end): New function.
587         (finish_method_def): Use it.
588         (init_objc): Initialize more language-specific hooks.
589         * objc/Make-lang.in: Update dependencies.
590         
591 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
592
593         * configure.in: Define macros that affect features before
594         testing for features.  Don't define _XOPEN_SOURCE.
595         * configure: Regenerated.
596         * config.in: Regenerated.
597
598 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
599
600         * rtlanal.c (rtx_varies_p): Volatile asms vary.
601         (rtx_unstable_p): Restructure code.  Volatile asms
602         are unstable.
603
604 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
605
606         * function.h (no_debugging_symbols): New field.
607         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
608         Initialize no_debugging_symbols.
609         (output_inline_function): Save and restore write_symbols and set from
610         no_debugging_symbols.
611         * toplev.c (rest_of_compilation): Call save_for_inline.
612         * tree.h: Update comment.
613         
614         * stor-layout.c (place_field): Don't do anything if field or
615         its type are ERROR_MARK.
616
617 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
618
619         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
620         (read_include_file): Ensure inc->mmaped is initialized.
621
622 2000-09-16  Richard Henderson  <rth@cygnus.com>
623
624         * cppiles.c (purge_cache): Use PTR not caddr_t.
625
626 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
627
628         * gcc.c: In description for %{<S}, say the option removed is -S.
629         * invoke.texi (Spec Files): Ditto.
630
631 2000-09-16  Andreas Jaeger  <aj@suse.de>
632
633         * configure.in: Always define _GNU_SOURCE to make interfaces
634         visible that were hidden by only defining _GNU_SOURCE.
635         * configure: Regenerated.
636
637 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
638
639         * cpplex.c (push_macro_context): Set an argument's level after
640         calling parse_args.  We could loop infinitely otherwise.
641
642 2000-09-15  Tom Tromey  <tromey@cygnus.com>
643
644         * configure, config.in: Rebuilt.
645         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
646
647 2000-09-15  Greg McGary  <greg@mcgary.org>
648
649         * cppmacro.c (check_trad_stringification): Check token
650         text pointers against limit before dereferencing.
651
652 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
653
654         * c-common.c (format_wanted_type): New structure.
655         (check_format_types): New function.
656         (check_format_info): Pass all checking of types of format
657         arguments, including width and precision arguments, to this new
658         function.
659
660 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
661
662         * BUGS: Remove file.
663
664 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
665
666         * config/alpha/alpha.c (override_options): ev6 cache latencies
667         from Richard Henderson.  Don't allow -mmemory-latency=L0.
668
669         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
670         (TARGET_OPTIONS): Add tune=.
671         (alpha_tune_string): Declare.
672         * config/alpha/alpha.c (override_options): Add cpu_table.
673         Use alpha_cpu_string first to set both alpha_cpu and target_flags
674         and then alpha_tune_string to set alpha_cpu only.
675         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
676         * config/alpha/elf.h (ASM_FILE_START): Likewise.
677         * config/alpha/osf.h (ASM_FILE_START): Likewise.
678         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
679
680 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
681
682         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
683         Remove.
684         (ix86_comparison_operator, ix86_cc_mode): Declare
685         * i386.h (CCGC, CCGCO): New modes.
686         (SELECT_CC_MODE): Move offline to ....
687         * i386.c (ix86_cc_mode): .... here; use new modes.
688         (ix86_comparison_operator): New.
689         (fcmov_comparison_operator): Ensure proper mode.
690         (put_condition_mode): More sanity checking.
691         (ix86_match_ccmode): Handle new modes.
692         (ix86_expand_fp_compare): GEU requires CCmode.
693         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
694         doing it by hand.
695         * i386.md (cmp?i_ccz_1): Remove
696         (cmp?i_ccno_1): Use ix86_match_ccmode.
697         (cmp?i_minus_1): New.
698         (cmpsi_1): New expander.
699         (cmpqi_ext_1): Use match_ccmode
700         (cmpqi_ext_3): New expander.
701         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
702         (cmpqi_ext_4): Use match_ccmode.
703         (add?i_?): Use match_ccmode.
704         (add?i_6): New.
705         (test?i_ccz_1): Remove
706         (test?i_1): New.
707         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
708         (testqi_ext_0): Use ix86_match_ccmode.
709         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
710         (xorqi_cc_ext_1): New expander.
711         (shift patterns): Use CCGOCmode for all shifts except for sar.
712         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
713         (setcc_3, jcc_3, miv?icc_c): Remove.
714
715 2000-09-15  Will Cohen  <wcohen@redhat.com>
716
717         * dwarf2out.c (add_const_value_attribute): Changed array into a
718         xmalloced object, so it exists after function exit.
719         (free_AT): Added case for dw_val_class_float to free allocated
720         memory.
721
722 2000-09-15  Kazu Hirata  <kazu@hxi.com>
723
724         * config/i386/i386.md: Fix a comment typo.
725         * gcc.c: Fix formatting.
726
727 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
728
729         * optabs.c (emit_libcall_block): If target is a user variable,
730         copy to a temporary first.
731         * expr.c (convert_move): When generating a libcall, make a libcall
732         block.
733         * calls.c (emit_library_call_value_1): Don't create a libcall
734         sequence here; our caller will in most cases do it.
735
736         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
737         MACH into FPUL.
738         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
739         * sh.md (reload_outsf): Generate recognizable patterns for
740         TARGET_SH3E.
741         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
742         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
743         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
744         truncdfsf2_i4): Change not to use explicit references to fpul.
745         (floatsisf2_ie): Remove USE of fpscr.
746         (floatsisf2): Change default expansion to match this.
747         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
748         unused patterns.
749
750 2000-09-15  Richard Henderson  <rth@cygnus.com>
751
752         * expmed.c (store_bit_field): Consider naturally aligned
753         memory for direct reference.
754
755 2000-09-15  Richard Henderson  <rth@cygnus.com>
756
757         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
758         AND addresses into alias set 0.
759         (alpha_expand_unaligned_store): Likewise.
760         (alpha_expand_unaligned_load_words): Likewise.
761         (alpha_expand_unaligned_store_words): Likewise.
762
763 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
764
765         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
766         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
767         is defined.
768         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
769         rsize of UNITS_PER_WORD.
770
771 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
772
773         * cpplex.c (ON_REST_ARG): Correct the test.
774         (maybe_paste_with_next): Duplicate a token that fail pasting,
775         and clear its PASTE_LEFT flag, so that nested pasting attempts
776         do not occur.
777
778 2000-09-14  Richard Henderson  <rth@cygnus.com>
779
780         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
781         * cse.c (rtx_cost): Likewise.
782         * optabls.c (expand_binop): Likewise.
783         (expand_twoval_binop, prepare_cmp_insn): Likewise.
784         * regclass.c (copy_cost): Likewise.
785         * reload1.c (reload_cse_move2add): Likewise.
786
787 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
788
789         * c-parse.in (reswords): Add _Complex.
790
791 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
792
793         * gcc.1: Delete documentation for -undef preprocessor option.
794
795 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
796
797         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
798         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
799         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
800         Remove undefine before config/elfos.h.
801         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
802
803 2000-09-14  Kazu Hirata  <kazu@hxi.com>
804
805         * invoke.texi (H8/300 Options): Add -ms2600.
806         * config/h8300.c (h8300_init_once): Output an error when -ms2600
807         is used without -ms.
808         * config/h8300.h (TARGET_MAC): New.
809         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
810         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
811         machine other than H8/S2600.
812         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
813         of the H8/S2000.
814
815 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
816
817         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
818         pseudos that refer to the original pseudos, not only to their
819         equivalent memory locations.
820
821 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
822
823         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
824         when making new MEM.
825
826         * Makefile.in (LN): Remove duplicate definition.
827
828 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
829
830         From Joern Rennecke:
831         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
832         on an insn and function_invariant_p returns nonzero for the source,
833         add a REG_EQUAL note.
834
835 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
836
837         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
838         conflict with frame_pointer_rtx.
839
840 2000-09-13  Kazu Hirata  <kazu@hxi.com>
841
842         * loop.c: Fix formatting.
843         * loop.h: Likewise.
844
845 2000-09-13  Richard Henderson  <rth@cygnus.com>
846
847         * config/ia64/ia64.md (divsf3): New.
848         (divsf3_internal_lat, divsf3_internal_thr): New.
849         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
850         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
851         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
852         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
853         (nmadddf4_alts, nmadddf4_trunc): New.
854         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
855         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
856         (multf3_truncsf_alts, multf3_truncdf_alts): New.
857         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
858         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
859         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
860         (nmaddtf4_truncdf_alts): New.
861         (recip_approx): Don't predicate.
862
863 2000-09-13  Richard Henderson  <rth@cygnus.com>
864
865         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
866
867 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
868
869         * flags.h (flag_dump_rtl_in_asm): Declare.
870         * toplev.c (flag_dump_rtl_in_asm): Define.
871         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
872         if -dP is specified.
873         * rtl.h (print_rtx_head): Declare.
874         * print-rtl.c (print_rtx_head): Define.
875         (print_rtx): Print the string pointed to by print_rtx_head
876         at beginning of each dump line.
877         (print_rtl): Likewise.
878         (print_rtl_single): Likewise.
879         * final.c (final_scan_insn): Dump the insn in the assembly
880         file for debugging.
881         * gcc.1: Document -dP option.
882         * invoke.texi (Debugging Options): Likewise.
883
884 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
885
886         * md.texi (Machine Constraints): Document the 68HC11 constraints.
887         * install.texi (Configurations): Document the 68HC11&68HC12 port.
888         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
889
890 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
891
892         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
893         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
894         (*clrstrqi): Likewise.
895         (xorhi3,xorsi3,absqi2): Likewise.
896         (one_cmplhi2,one_cmplsi2): Likewise.
897         (addsi3): Two stupid constraint alternatives removed.
898         (extendhisi2): Use `movw' for enhanced avr cores.
899         (zero_extendhisi2): Likewise.
900
901 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
902
903         * alias.c (find_base_term): Use frame_pointer_rtx
904         when handling an ADDRESSOF.
905
906         * cse.c (canon_hash): Handle USE of BLKmode memory.
907         (cse_insn): Outgoing arguments for a libcall don't
908         affect any recorded expressions.
909
910 2000-09-12  Tom Tromey  <tromey@cygnus.com>
911
912         * configure, config.in: Rebuilt.
913         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
914
915 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
916
917         * c-lex.c (lex_string): Use charwidth to compute bytemask.
918         * expr.c (expand_expr): Don't optimize constant array references
919         initialized with wide string constants.
920
921 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
922
923         * loop.c (note_set_pseudo_multiple_uses): Correct.
924
925 2000-09-12  Jim Wilson  <wilson@cygnus.com>
926
927         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
928         else block, and X has side-effects, then fail.
929
930 2000-09-12  Greg McGary  <greg@mcgary.org>
931
932         * config/mips/mips-protos.h
933         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
934         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
935         (PREDICATE_CODES): Add "trap_cmp_op".
936         * config/mips/mips.c
937         (trap_cmp_op, mips_gen_conditional_trap): New functions.
938         * config/mips/mips.md (trap, conditional_trap): New patterns.
939
940 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
941
942         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
943         pointer.
944
945 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
946
947         * builtins.c (built_in_decls): New array.
948         (expand_builtin_fputs): New function.
949         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
950
951         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
952
953         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
954
955         * tree.h (built_in_decls): New array.
956
957 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
958
959         * convex.md: Use "+" instead of "=" for outputs wrapped in a
960         STRICT_LOW_PART.
961         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
962
963 2000-09-12  Kazu Hirata  <kazu@hxi.com>
964
965         * haifa-sched.c: Fix formatting.
966
967         * genattrtab.c: Fix formatting.
968
969         * unroll.c: Fix formatting.
970
971 2000-09-12  Bruce Korb  <bkorb@gnu.org>
972
973         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
974         remove obsolete code
975         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
976         * fixinc/fixincl.tpl: make non-exported arrays static scope
977         * fixinc/fixincl.x: regenerate
978         * fixinc/fixlib.h: Use PARAMS, not _P_
979         * fixinc/fixtests.c: make a type for the test proc & use it
980         * fixinc/server.h: Use PARAMS, not _P_
981
982 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
983
984         * c-typeck.c (process_init_element): Avoid union init warnings on
985         floating point zero.  Don't crash on unions containing structs.
986
987 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
988
989         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
990         general_movsrc_operand, and remove CONST_INT from
991         general_movdst_operand.
992
993 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
994
995         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
996         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
997         regs with a higher cost.
998         (preferrable): Deal with cases where either cost or regcost is
999         MAX_COST.
1000         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
1001         regcost values.
1002         (COSTS_N_INSNS): Move definition...
1003         * rtl.h: ...here.
1004         (MAX_COST): New macro.
1005         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
1006         constant.
1007
1008 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
1009
1010         * c-common.h (genrtl_clear_out_block): Remove.
1011         * c-semantics.c (genrtl_clear_out_block): Remove.
1012         (genrtl_while_stmt): Don't call it.
1013         (genrtl_for_stmt): Likewise.
1014
1015 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
1016
1017         * cppfiles.c: Move all default-#defines to top of file.
1018         (open_include_file): Replace by lookup_include_file.
1019         (read_with_read, read_file): Merged into read_include_file.
1020         (stack_include_file, purge_cache): New functions.
1021         (close_cached_fd): Delete.
1022         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
1023         Cache the in-memory buffer, not the file descriptor.
1024
1025         * cpphash.h (struct include_file): Add buffer, st, refcnt,
1026         mapped fields.
1027         (xcnew): New utility macro.
1028         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
1029         * cpplib.h (struct cpp_buffer): Remove mapped field.
1030
1031 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
1032
1033         * cpplex.c (parse_string): Accept backslash space newline as a
1034         line continuation.
1035         (lex_line): Likewise.
1036         (_cpp_get_token): Remove hard limit on macro nesting.
1037
1038 2000-09-12  Philipp Thomas  <pthomas@suse.de>
1039
1040         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
1041         * configure: Rebuilt.
1042
1043 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
1044
1045         * flow.c (split_block): Fix update of registers live at
1046         end of split block.
1047
1048 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1049
1050         * i386.md (add?i_3, add?i_5): New.
1051         (add?i_4): Rename from add?i_3;  Fix compare pattern.
1052         (sub?i_3, xor?i_3, ior?i_3): New.
1053
1054         * genrecog.c (write_tree): Output code to clear insn_extract cache.
1055         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
1056         instead of extract_insn and extract_constrain_insn_cache instead of
1057         extract_insn and constrain_operands.
1058         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
1059         New functions.
1060         (extract_insn): Clear which_alternative.
1061         (constrain_operands): Set which_alternative to -1 when failed.
1062         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
1063         Declare.
1064
1065 2000-09-11  Matthew Hiller  <hiller@redhat.com>
1066
1067         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
1068         on operand 0 to '+'.
1069         (movstricthi): Likewise.
1070
1071 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
1072
1073         * loop.h (LOOP_IVS): New macro.
1074         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
1075         (struct loop_ivs): New.
1076         (struct loop_info): Add ivs field.
1077         (reg_iv_type, reg_iv_info): Delete prototype.
1078         (reg_biv_class, loop_iv_list): Likewise.
1079         * loop.c (record_biv, find_life_end): Pass loop argument.
1080         (reg_iv_type): Remove global array and use
1081         field in loop_regs structure within loop_ivs structure.
1082         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
1083         (first_increment_giv, last_increment_giv): Use entry in
1084         loop_ivs structure.
1085         (record_initial): Pass ivs pointer.
1086         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
1087
1088 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
1089
1090         * loop.h (LOOP_REGS): New macro.
1091         (struct loop_regs): New.
1092         (struct loop_info): Add regs field.
1093         * loop.c (set_in_loop): Remove global array and store
1094         in loop_regs structure as part of loop_info structure.
1095         (n_times_set, may_not_optimize): Likewise.
1096         (reg_single_usage, moved_once): Likewise.
1097         (count_one_set): Add regs argument.
1098         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
1099         (set_pseudo_multiple_uses): Pass regs pointer.
1100
1101 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
1102
1103         * unroll.c (iteration_info): Subsume into loop_iterations.
1104         * loop.h (loop_info): New field iv.
1105
1106 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
1107
1108         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
1109         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
1110         (flow_loops_update): New prototype.
1111         (flow_loops_find): Add flags to prototype.
1112         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
1113         * flow.c (flow_loop_pre_header_scan): New.
1114         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
1115         (flow_loop_free): Free pre-header root and trace and exit dominators.
1116         (flow_loops_find): New argument flags.
1117         (flow_loops_update): New function.
1118         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
1119
1120 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
1121
1122         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
1123         * flow.c (split_block, update_bb_for_insn): New functions.
1124
1125 2000-09-11  Richard Henderson  <rth@cygnus.com>
1126
1127         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
1128
1129 2000-09-11  Richard Henderson  <rth@cygnus.com>
1130
1131         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
1132         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
1133         (ia64_override_options): Prevent optimizing division for both
1134         latency and throughput.
1135         (rtx_needs_barrier): Handle frcpa.
1136         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
1137         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
1138         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
1139         (TARGET_SWITCHES): Add -minline-divide-min-latency and
1140         -minline-divide-max-throughput.
1141         (PREDICATE_CODES): Update.
1142         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
1143         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
1144         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
1145         (extendsftf2): Likewise.
1146         (extenddftf2): Likewise.
1147         (fix_trunctfdi2_alts): New.
1148         (fixuns_trunctfdi2_alts): New.
1149         (madd*4): Rename from madd*3.
1150         (divsi3, modsi3, udivsi3, umodsi3): New.
1151         (divsi3_internal): New.
1152         (divdi3, moddi3, udivdi3, umoddi3): New.
1153         (divdi3_internal_lat, divdi3_internal_thr): New.
1154         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
1155         (recip_approx): New.
1156
1157 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
1158
1159         * print-rtl.c (debug_call_placeholder_verbose): New variable.
1160         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
1161         set.
1162         * integrate.c (copy_rtx_and_substitute): Don't share
1163         LEAF_REG_REMAPpable registers with the inlined function.  Don't
1164         share the function value with calling sequences.
1165
1166 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
1167
1168         * c-decl.c (do_case): Fix a typo.
1169
1170         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
1171         to a if the comparison is floating mode and not -ffast-math.
1172         * simplify-rtx.c (simplify_ternary_operation): Likewise.
1173
1174 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
1175
1176         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
1177         gen_ic_invalidate_line.
1178
1179 2000-09-11  Philip Blundell  <pb@futuretv.com>
1180
1181         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
1182
1183 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
1184
1185         * install.texi (LANGUAGES): Update to include new languages.
1186         * INSTALL: Rebuilt.
1187
1188 2000-09-11  DJ Delorie  <dj@redhat.com>
1189
1190         * gcc.c (main): Don't warn about unused -B prefixes
1191         (unused_prefix_warnings): remove
1192
1193 2000-09-11  Kazu Hirata  <kazu@hxi.com>
1194
1195         * final.c: Fix formatting.
1196
1197         * integrate.c: Fix formatting.
1198
1199 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
1200
1201         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
1202
1203 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
1204
1205         * reload.c (regno_clobbered_p): Fix thinko in previous change.
1206
1207 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1208
1209         * gcc.1: Document 68hc11 specific options.
1210
1211 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
1212
1213         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
1214         (TARGET_LONG_DOUBLE_128): Define.
1215         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
1216         (LONG_DOUBLE_TYPE_SIZE): Redefine.
1217         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
1218         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
1219         of __LONG_DOUBLE_128__.
1220         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
1221         passed.
1222         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
1223         (CPP_SYSV_DEFAULT_SPEC): Define.
1224         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
1225         (INIT_TARGET_OPTABS): Define.
1226
1227         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
1228         (RS6000_UITRUNC): Likewise.
1229         (INIT_TARGET_OPTABS): New macro.
1230         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
1231         (trunc_defined): Delete.
1232         (output_prolog): Don't output .extern definitions for fp->int
1233         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
1234         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
1235         (trunc_defined): Delete.
1236         (RS6000_ITRUNC): Moved to aix.h.
1237         (RS6000_UITRUNC): Likewise.
1238         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
1239         only emit a libcall.
1240         (fixuns_truncdfsi2): Delete.
1241         (trunc_call): Delete.
1242         (trunc_call_rtl): Delete.
1243
1244 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1245
1246         * varasm.c (make_decl_rtl): Restore leading star on
1247         DECL_ASSEMBLER_NAME set for decls with an asmspec.
1248
1249 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1250
1251         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
1252         won't give a spurious error for '#pragma pack()'.  Simplify
1253         control flow for readability.  'reset' action is not necessary.
1254
1255 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1256
1257         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
1258         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
1259         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
1260         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
1261
1262         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
1263         profile.c, sdbout.c, tradcif.y, tree.c:
1264         Include defaults.h if not already included.
1265         Don't define the above macros.
1266
1267         * Makefile.in: Update dependencies.
1268
1269 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
1270
1271         * c-common.h (add_stmt): Change prototype.
1272         (RECHAIN_STMTS): New macro.
1273         (CASE_LABEL_DECL): Likewise.
1274         (genrtl_case_label): Change prototype.
1275         (c_expand_start_case): Remove prototype.
1276         (build_case_label): Change prototype.
1277         (decl_constant_value): Declare.
1278         * c-common.c (check_case_value): Handle C++'s extensions to C
1279         semantics.
1280         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
1281         field.
1282         * c-parse.in (stmt): Adjust handling of return statements and case
1283         laels.
1284         * c-semantics.c (add_stmt): Return the new statement.
1285         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
1286         returned expression.  Directly generate RTL, rather than calling
1287         c_expand_return.
1288         (genrtl_switch_stmt): Don't call c_expand_start_case.
1289         (build_case_label): Take the LABEL_DECL as input, too.
1290         (genrtl_case_label): Just call add_case_node.
1291         (expand_stmt): Adjust calls to genrtl_return_stmt and
1292         genrtl_case_label.
1293         * c-tree.h (c_expand_start_case): Declare.
1294         * c-typeck.c (decl_constant_value): Give it external linkage.
1295         (c_expand_return): Don't call expand_return or expand_null_return;
1296         use genrtl_return_stmt instead.
1297         * stmt.c (struct nesting): Remove num_ranges field.
1298         (add_case_node): Give it external linkage.
1299         (expand_start_case): Don't set num_ranges.
1300         (expand_start_case_dummy): Don't clear it.
1301         (pushcase): Rely on add_case_node to handle `default' labels.
1302         (add_case_node): Handle `default' labels.
1303         * tree.c (tree_int_cst_compare): New function.
1304         * tree.h (tree_int_cst_compare): Declare.
1305         (add_case_node): Likewise.
1306
1307 2000-09-10  Richard Henderson  <rth@cygnus.com>
1308
1309         * c-parse.in: Revert last change.
1310         (init_reswords): Do not enter disabled keywords into the ridpointers
1311         table, modulo objc weirdness.
1312         (_yylex): Return the canonical spelling for a keyword.
1313
1314 2000-09-10  Philip Blundell  <philb@gnu.org>
1315
1316         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
1317         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
1318
1319 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
1320
1321         * alias.c (find_base_term): Handle ADDRESSOF.
1322         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
1323
1324 2000-09-10  Denis Chertykov  <denisc@overta.ru>
1325
1326         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
1327         outputting templates with many lines.
1328
1329 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1330
1331         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
1332         to decide whether 64-bit support must be generated.
1333
1334 2000-09-10  Richard Henderson  <rth@cygnus.com>
1335
1336         * c-parse.in (asm patterns): Fix volatile check.
1337
1338 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1339
1340         * cppmacro.c (check_trad_stringification): New function.
1341         (save_expansion): If -Wtraditional, warn about stringification of
1342         macro arguments.
1343
1344 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
1345
1346         * loop.h (struct loop_mem_info): Move from loop.c
1347         (struct loop_info): Add fields store_mems, mems, mems_idx,
1348         mems_allocated, unknown_address_altered,
1349         unknown_constant_address_altered, num_mem_sets, and
1350         first_loop_store_insn.
1351
1352         * loop.c (loop_store_mems): Replace with field in loop_info struct.
1353         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
1354         (unknown_address_altered, unknown_constant_address_altered): Likewise.
1355         (num_mem_sets): Likewise.
1356         (replace_loop_mems, replace_loop_regs): New.
1357         (struct loop_replace_args): New.
1358         (load_mems): Use replace_loop_mems.
1359         (try_copy_prop): Use replace_loop_regs.
1360         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
1361
1362 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1363
1364         * configure.in: Recognize m6811-elf and m6812-elf.
1365         * configure: Regenerate.
1366
1367 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
1368
1369         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
1370         to operand_subword.
1371
1372 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
1373
1374         * loop.c (struct movables): New.
1375         (num_movables): Move into struct movables.
1376         (the_movables): Change type to struct movables.
1377         (ignore_some_movables): Change struct movable arg to struct movables.
1378         (force_movables, combine_movables, regs_match_p): Likewise.
1379         (rtx_equal_for_loop_p, move_movables): Likewise.
1380         (scan_loop): Change movables to be of type struct movables.
1381         Replace last_movable with field in movables structure.
1382
1383 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
1384
1385         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
1386         (init_pragma): Avoid warning if pfile happens to be unused.
1387         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
1388         define init_pragma to nothing.  Always prototype
1389         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
1390
1391         * c-lex.c (process_directive): Always call dispatch_pragma.
1392         Initialize entering_c_header to 0.
1393
1394 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1395
1396         * config/m68hc11/m68hc11.md: New file, machine description for
1397         68HC11 & 68HC12.
1398         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
1399         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
1400         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
1401         * config/m68hc11/m68hc11-protos.h: New file.
1402         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
1403         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
1404         * config/m68hc11/xm-m68hc11.h: New file, target defs.
1405         * config/m68hc11/larith.asm: New file, libgcc routines.
1406
1407 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1408
1409         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
1410         (FPBIT_FUNCS): Add _usi_to_sf.
1411         * config/fp-bit.c (usi_to_float): New function.
1412         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
1413         (usi_to_float): Add appropriate #define.
1414
1415 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
1416
1417         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
1418         new functions.
1419         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
1420         * i386.md (attr "type"): Add sse and mmx types.
1421         (attr "memory"): Handle them without a crash.
1422         (movsi_1, movdi_2): Allow MMX regs.
1423         (movdi splits): Don't split moves involving MMX regs.
1424         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
1425         (movv4sf_internal, movv4si_internal, movv8qi_internal,
1426         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
1427         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
1428         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
1429         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
1430         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
1431         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
1432         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
1433         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
1434         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
1435         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
1436         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
1437         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
1438         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
1439         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
1440         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
1441         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
1442         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
1443         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
1444         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
1445         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
1446         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
1447         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
1448         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
1449         mmx_clrdi): New patterns.
1450
1451 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
1452
1453         * arm.c: Don't include tm.h directly.
1454
1455 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1456
1457         * recog.c (validate_replace_rtx_1): Fix confusion about equality
1458         testing; simplify subregs of constants and nested subregs.
1459
1460 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
1461
1462         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
1463
1464 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
1465
1466         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
1467         VEC_CONCAT.
1468         * rtl.texi (description of USE): Add note about possible pitfalls
1469         with this rtx.
1470         From Richard Henderson:
1471         * reload1.c (choose_reload_regs): Compute need_mode properly.
1472
1473 2000-09-07  Richard Henderson  <rth@cygnus.com>
1474
1475         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
1476         (__modsi3, __umodsi3): Likewise.
1477         (__udivsi3): Likewise.  Normalize the TFmode values.
1478
1479 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
1480
1481         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
1482         with a prototype.
1483         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
1484         warning.
1485
1486 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
1487
1488         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
1489         (cmpeqdi_t): Add output pattern.
1490         (cmpeqdi_t+1): Don't split when not optimizing.
1491         Restore proper splitting operation.
1492
1493 2000-09-07  Richard Henderson  <rth@cygnus.com>
1494
1495         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
1496         do not call dispatch_pragma.
1497
1498 2000-09-07  Jim Wilson  <wilson@cygnus.com>
1499
1500         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
1501         to CLASS_CANNOT_CHANGE_MODE.
1502         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
1503         mode classes are different.
1504
1505 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
1506
1507         * cpplib.h (struct cpp_options): Add user_label_prefix member,
1508         left out of commit which removed cppulp.c.
1509
1510 2000-09-07  Richard Henderson  <rth@cygnus.com>
1511
1512         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
1513         after switch for CASE_DROPS_THROUGH.
1514
1515 2000-09-07  Richard Henderson  <rth@cygnus.com>
1516
1517         * loop.c (strength_reduce): Call check_ext_dependant_givs.
1518         Properly extend the biv initial value for the giv.
1519         (record_biv): Zero ext_dependant.
1520         (record_giv): New argument ext_val.  Update all callers.
1521         (general_induction_var): Likewise.
1522         (consec_sets_giv): Likewise.
1523         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
1524         a sign-extend, zero-extend, or truncate.
1525         (combine_givs_p): Make sure modes are compatible.
1526         (check_ext_dependant_givs): New.
1527         (extend_value_for_giv): New.
1528         * loop.h (struct induction): Add ext_dependant.
1529         * unroll.c (iteration_info): Extend the biv initial value for the giv.
1530         (find_splittable_givs): Likewise.
1531         (final_giv_value): Likewise.
1532
1533 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
1534
1535         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
1536         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
1537         definitions from cpplib.h.
1538         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
1539         already done it.
1540         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
1541         documentation for REGISTER_TARGET_PRAGMAS.
1542
1543         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
1544         default-pragma callback to implement -Wunknown-pragmas if
1545         USE_CPPLIB.
1546         * c-parse.in: Move all includes to top of file.
1547         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
1548         tm_p.h.
1549         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
1550         warning.
1551         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
1552
1553         * arm.h, arm-protos.h, arm.c,
1554           c4x.h, c4x-protos.h, c4x.c,
1555           h8300.h, h8300-protos.h, h8300.c,
1556           i370.h, i370-protos.h, i370.c,
1557           i960.h, i960-protos.h, i960.c,
1558           sh.h, sh-protos.h, sh.c,
1559           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
1560         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
1561
1562         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
1563         multiple include guard.
1564         * i370.md (untyped_call): Use GEN_CALL.
1565         (umodsi3): Remove unused variable.
1566         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
1567         * v850.c (output_move_single, output_move_double): Constify
1568         return value.
1569         (print_operand): Constify a char *.
1570         * v850.h (struct small_memory_info): Constify name member.
1571
1572 2000-09-07  Kazu Hirata  <kazu@hxi.com>
1573
1574         * config/h8300.h: Fix comment typos.
1575         * config/h8300/h8300.md: Likewise.
1576         * config/h8300/lib1funcs.asm: Likewise.
1577
1578 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
1579
1580         * Makefile.in: Remove references to cppulp.{c,o}.
1581         * cppinit.c (initialize_builtins, cpp_start_read,
1582         cpp_handle_option): Update to use cpp_options structure.
1583         * cppulp.c: Remove.
1584
1585 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1586
1587         * c-common.c (time_char_table): Allow %#b and %#h.
1588
1589 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1590
1591         * reorg.c (find_end_label): If the basic block reorder pass moves the
1592         return insn to some other place try to locate it again and put our
1593         end_of_function_label there.
1594         * reorg.c (relax_delay_slots): Check if find_end_label created a
1595         new label that invalidates the current optimazation.
1596
1597 2000-09-07  Catherine Moore  <clm@redhat.com>
1598
1599         * unroll.c (unroll_loop): Check for unconditional jumps
1600         to loop continuation.  Delete if n_iterations is 1.
1601         (ujump_to_loop_cont): New routine.
1602
1603 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
1604
1605         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
1606         MODE_VECTOR_FLOAT.
1607         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
1608         to handle multiword modes correctly.  All callers and the declaration
1609         changed.
1610
1611 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
1612
1613         * c-common.h (prep_stmt): Declare.
1614         (lang_expand_stmt): Likewise.
1615         * c-decl.c (lang_expand_stmt): Remove.
1616         * c-semantics.c (lang_expand_stmt): Define.
1617         (prep_stmt): New function.
1618         (expand_stmt): Handle common statement types here.
1619
1620 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
1621
1622         * configure.in (sh-*-linux*): Added.
1623         * configure: Rebuilt.
1624         * config/sh/t-linux: New file.
1625         * config/sh/sh.h (USERMODE_BIT): Define.
1626         (TARGET_USERMODE): Likewise.
1627         (TARGET_SWITCHES): New switches for the bits above.
1628         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
1629         * config/sh/linux.h: New file.
1630         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
1631         underscore on linux.
1632         (L_sdivsi3, L_udivsi3): Define for linux.
1633         (L_ic_invalidate): Define.
1634         * invoke.texi (SH Options): Document -musermode.
1635
1636 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
1637
1638         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
1639         CSE unless generating PIC.
1640
1641         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
1642         the PIC register.
1643
1644 2000-09-06  H.J. Lu  (hjl@gnu.org)
1645
1646         * Makefile.in (clean_s1): Depend on stage_b.
1647         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
1648         stage2. They are used for "make compare".
1649
1650 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
1651
1652         Move statement-tree facilities from C++ to C front-end.
1653         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
1654         (void_zero_node): New macro.
1655         (struct stmt_tree_s): New type.
1656         (stmt_tree): New typedef.
1657         (struct language_function): New type.
1658         (last_tree): New macro.
1659         (last_expr_type): Likewise.
1660         (walk_tree_fn): New typedef.
1661         (current_stmt_tree): New function.
1662         (begin_stmt_tree): Likewise.
1663         (add_stmt): Likewise.
1664         (finish_stmt_tree): Likewise.
1665         (statement_code_p): Likewise.
1666         (lang_statement_code_p): New variable.
1667         (walk_stmt_tree): New function.
1668         (STMT_IS_FULL_EXPR_P): New macro.
1669         * c-common.c (lang_statement_code_p): New variable.
1670         (c_common_nodes_and_builtins): Initialize void_zero_node.
1671         (statement_code_p): New function.
1672         (walk_stmt_tree): Likewise.
1673         * c-decl.c (language_function): Rename to ...
1674         (c_language_function): ... this.  Include language_function.
1675         (push_c_function_context): Adjust accordingly.
1676         (pop_c_function_context): Likewise.
1677         (mark_c_function_context): Likewise.
1678         (current_stmt_tree): Define.
1679         * c-semantics.c (begin_stmt_tree): New function.
1680         (add_stmt): Likewise.
1681         (prune_unused_decls): Likewise.
1682         (finish_stmt_tree): Likewise.
1683
1684 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1685
1686         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
1687
1688 2000-09-06  Kazu Hirata  <kazu@hxi.com>
1689
1690         * calls.c: Fix formatting.
1691
1692 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
1693
1694         * config/i386/i386.h (ADDRESS_COST): Fix typo.
1695
1696 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
1697
1698         Integrated preprocessor.
1699
1700         * Makefile.in: Remove all references to c-parse.gperf,
1701         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
1702         generating c-parse.c.  Update dependencies.
1703         * c-parse.gperf, c-gperf.h: Delete.
1704
1705         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
1706         yy_lim, or yy_get_token.  Don't define get_directive_line if
1707         USE_CPPLIB.
1708         * c-common.h: Add multiple include guard.  Define RID values
1709         for every keyword in C, C++, and Objective C.  Put all the
1710         modifiers first.
1711         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
1712         * c-decl.c (c_decode_option): Handle -lang-objc here.
1713         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
1714         (grokdeclarator): Adjust for new RID scheme.
1715         (extract_interface_info): New stub.
1716         * c-lang.c: Don't declare yy_cur or parse_options.
1717         (lang_init_options): Call cpp_init.  Don't call
1718         cpp_options_init.
1719         (lang_init): Don't call check_newline if USE_CPPLIB.
1720
1721         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
1722         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
1723         rendered unnecessary by new architecture.  Move routines not
1724         shared with C++ to c-parse.in.  Maintain a local idea of the
1725         line number.    Handle C++ as well as C.
1726         [USE_CPPLIB]: Declare and register callbacks for #ident and
1727         for entering/leaving files.
1728         (init_c_lex, c_lex): Are now the entry points to this file.
1729         (check_newline): Break out directive handling to
1730         process_directive.
1731         (read_ucs, is_extended_char, utf8_extend_token): Moved here
1732         from C++ front end.
1733         (readescape, parse_float): Overhaul.
1734         (lex_number, lex_string, lex_charconst): Break out of c_lex
1735         (n'ee yylex).
1736         (get_fileinfo, update_header_times, dump_one_header,
1737         dump_time_statistics): New and/or moved here from C++.
1738         Support per-file data needed by C++ and per-header timing
1739         statistics (C++ only, at the moment).
1740         * c-lex.h: Update prototypes.  Add multiple include guard.
1741         * c-tree.h (struct lang_identifier): Add rid_code field.
1742         (C_IS_RESERVED_WORD, C_RID_CODE): New.
1743
1744         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
1745         reinit_parse_for_function and/or position_after_white_space.
1746         (save_filename, save_lineno): Look ahead before saving.
1747         (label -> identifier ':'): Save file and line before shifting ':'.
1748         (reservedwords): No need to call get_identifier.
1749         (init_parse, finish_parse, yyerror, yylex, yyprint,
1750         make_pointer_declarator): Are now here for C/ObjC.
1751         (rid_to_yy): Conversion table from RID constants to Yacc codes.
1752
1753         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
1754         #pragma registry.  Provide dummy implementation of that
1755         interface if !USE_CPPLIB.
1756         * c-pragma.h: Update to match.
1757
1758         * flags.h: Add multiple include guard.
1759         (flag_detailed_statistics): Moved here from C++.
1760         * toplev.c: Define flag_detailed_statistics.
1761
1762         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
1763         #if USE_CPPLIB.
1764         * timevar.def (TV_CPP, TV_LEX): New.
1765         * timevar.h: Add multiple include guard.
1766
1767         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
1768         #if USE_CPPLIB.
1769         * objc/objc-act.c: Don't mention yy_cur or parse_options.
1770         Initialize cpplib properly.  Force lineno to 0 after first
1771         call to check_newline.  Don't handle -lang-objc here.
1772         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
1773
1774 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
1775
1776         * rs6000.md: Correct function unit definitions for cr_logical and
1777         mtjmpr.
1778         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
1779         and use portable method for >=0 and floating point >=.  Remove
1780         associated matchers.
1781
1782 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
1783
1784         * extend.texi: Mark named return value extension as deprecated.
1785
1786 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
1787
1788         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
1789         the result.
1790
1791 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
1792
1793         * toplev.c (display_help): Fix thinko in documentation.
1794
1795         * diagnostic.h (output_buffer::indent_skip): New fields.
1796         (output_indentation): New macro.
1797
1798         * diagnostic.c (output_indent): New function.
1799         (output_set_prefix, clear_diagnostic_info): Use.
1800         (output_emit_prefix): Predict future indentation.
1801
1802 2000-09-06  DJ Delorie  <dj@redhat.com>
1803
1804         * Makefile.in (stage_*): add more dependencies to ensure parallel
1805         builds build correctly
1806
1807 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
1808
1809         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
1810         not bootstrap-lean_f.
1811
1812 2000-09-06  Andreas Schwab  <schwab@suse.de>
1813
1814         * mklibgcc.in: Emit rule for libgcc-stage-start.
1815         * Makefile.in (stage1-start, stage2-start, stage3-start,
1816         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
1817
1818 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
1819
1820         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
1821         (update_equiv_regs): Likewise, except for the mn10200 kludge.
1822         (combine_regs): Likewise.
1823
1824         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
1825         * cse.c: Include "basic-block.h".
1826         (struct table_elt): New field REGCOST.
1827         (CHEAP_REG): Delete macro.
1828         (COST): Return 0 for REGs.
1829         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
1830         (notreg_cost): Return 0 for appropriate SUBREGs.
1831         (COSTS_N_INSNS): Return N * 2.
1832         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
1833         SUBREGs.
1834         (CHEAPER): Use new function preferrable.
1835         (insert): Initialize REGCOST member.
1836         (find_best_addr): Use approx_reg_cost for estimation of register
1837         usage.
1838         (cse_insn): Likewise.
1839         * loop.c (iv_add_mult_cost): New function.
1840         (add_cost, shift_cost, mult_cost): Delete variables.
1841         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
1842         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
1843         Make code that detects autoinc opportunities slightly less optimistic.
1844         (simplify_giv_expr): If expression contains other reg that is also a
1845         giv, only increment benefit if this is the only use of that reg.
1846         (consec_sets_giv): Take that change into account.
1847         (combine_givs): Slightly more verbose output.
1848
1849         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
1850         not the cost of an equivalent shift.
1851         * sh-protos.h (addsubcosts): Declare.
1852         * sh.c (addsubcosts): New function.
1853         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
1854         (RTX_COSTS): Tweak.  Use addsubcosts.
1855         (ADDRESS_COST): Return higher cost for reg+reg addressing.
1856
1857 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
1858
1859         * config/rs6000/rs6000.c (validate_condition_mode): New function.
1860         (branch_comparison_operator): Call validate_condition_mode to
1861         abort rather than returning 0.
1862         (branch_positive_comparison_operator): New function.
1863         (scc_comparison_operator): Call validate_condition_mode to abort
1864         rather than returning 0.
1865         (ccr_bit): Call validate_condition_mode.  Update for
1866         new branch scheme.
1867         (print_operand): Delete %C modifier.  Update %E case
1868         to use EQ bit not SO bit.
1869         (rs6000_reverse_condition): New function.
1870         (rs6000_generate_compare): New function.
1871         (rs6000_emit_sCOND): New function.
1872         (rs6000_emit_cbranch): New function.
1873         (output_cbranch): The length of a long branch insn is
1874         now only 8 bytes.  Add validate_condition_mode.  Use
1875         rs6000_reverse_condition.  Remove cror generation.
1876
1877         * config/rs6000/rs6000.h: Update comments.
1878         (PREDICATE_CODES): Add new predicate.  Update codes used
1879         by branch_comparison_operator and scc_comparison_operator.
1880         * config/rs6000/rs6000-protos.h: Add prototypes for
1881         new external functions.
1882         * config/rs6000/rs6000.md: Add new scheduling parameters
1883         for cr_logical instructions.  Change length of branch
1884         instructions.
1885         (bCOND patterns): Call rs6000_emit_cbranch.
1886         (sCOND patterns): Call rs6000_emit_sCOND.
1887         (branch patterns): Change lengths to 4.
1888         (cr logical patterns): New.
1889
1890 2000-09-06  Richard Henderson  <rth@cygnus.com>
1891
1892         * config/i386/i386.md (call_pop): Fix test for setting
1893         current_function_uses_pic_offset_table.
1894         (call, call_value_pop, call_value): Likewise.
1895
1896 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
1897
1898         * timevar.c (timevar_add): Delete.
1899         (timevar_get): Also count time since the selected timer was
1900         last updated.  Do not examine the timevar stack if the
1901         selected timer is standalone.
1902
1903 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1904
1905         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
1906
1907 2000-09-05  Jason Merrill  <jason@redhat.com>
1908
1909         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
1910         for 'extern' arrays.
1911
1912 2000-09-05  Richard Henderson  <rth@cygnus.com>
1913
1914         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
1915         Eliminate final copy from non-trapping case.
1916         (__divdf3, __divsf3): Likewise.
1917
1918 2000-09-05  Richard Henderson  <rth@cygnus.com>
1919
1920         * config/ia64/ia64.md (mulhi3): Fix typo last change.
1921         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
1922
1923 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
1924
1925         * Makefile.in: Restructure bootstrap stages to allow clean
1926         restart after failure.
1927
1928 2000-09-05  Richard Henderson  <rth@cygnus.com>
1929
1930         * config/ia64.md (movsi and movdi patterns): Allow moves from
1931         8-bit constants to AR registers.
1932
1933 2000-09-05  Richard Henderson  <rth@cygnus.com>
1934
1935         * config/ia64/ia64.md (mulhi3): New.
1936
1937 2000-09-05  Richard Henderson  <rth@cygnus.com>
1938
1939         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
1940         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
1941         Optimization Guide, minimum latency alternative.
1942         (__moddi3, __udivdi3, __umoddi3): Likewise.
1943         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
1944
1945 2000-09-05  Bruce Korb  <bkorb@gnu.org>
1946
1947         * fixinc/fixincl.c (load_file): always read header files
1948         with sizes that are a multiple of the page size.
1949         & use libiberty's getpagesize for determining that.
1950
1951 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
1952
1953         * gcse.c (hash_string_1): Add prototype.
1954         * cse.c (canon_hash_string): Likewise.
1955
1956 2000-09-04  Craig Newell  <CraigN@ieee.org>
1957
1958         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
1959
1960 2000-09-04  Andreas Schwab  <schwab@suse.de>
1961
1962         * Makefile.in (STAGESTUFF): Remove libgcc.
1963         (stage1-start, stage2-start, stage3-start): Copy the contents of
1964         the libgcc directory explicitly.
1965         (mostlyclean): Clean libgcc.
1966
1967 2000-09-04  Andrew Haley  <aph@redhat.com>
1968
1969         * dwarf2out.c: (stack_adjust_offset): New prototype.
1970
1971 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
1972
1973         * combine.c (make_extraction): Fix rtx_cost comparison to
1974         match the comment.
1975
1976 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
1977
1978         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
1979         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
1980         Add '*' to insn pattern name.
1981
1982 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
1983
1984         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
1985         use posn - 1 to index into tokens array.
1986         (maybe_paste_with_next): Adjust caller.
1987
1988 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
1989
1990         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
1991
1992         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
1993         (REGNO_REG_CLASS): Use symbolic register
1994         names.
1995
1996 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
1997
1998         * arm.c (final_prescan_insn): If the form of a jump insn isn't
1999         recognized, don't try to conditionally execute it.
2000
2001 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
2002
2003         * config/avr/avr.md ("*tablejump_lib"): New pattern.
2004         (call_value_insn): Right length claculation.
2005         (call_insn): Likewise.
2006
2007 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
2008
2009         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
2010         gas_output_limited_string, gas_output_ascii, output_movqi,
2011         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
2012         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
2013         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
2014         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
2015         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
2016         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
2017         Add "const" as needed to remove warnings.
2018
2019         * config/avr/avr.c (avr_override_options, avr_init_once,
2020         function_prologue, function_epilogue, frame_pointer_required_p,
2021         class_likely_spilled_p, order_regs_for_local_alloc,
2022         avr_address_cost, avr_ret_register): Use K&R style arguments.
2023         (initial_elimination_offset, gas_output_limited_string):
2024         Remove ATTRIBUTE_UNUSED from the used arguments.
2025         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
2026         Use local variables src, dest, base to access operands[].
2027         Rename reg_dest to reg_src if that's what it is.
2028         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
2029         constants to LD_REGS if reg_was_0.
2030         (output_reload_insisf): Change arg 3 to insn length and set it.
2031         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
2032         access to 16-bit I/O register pairs.
2033         (avr_address_cost): Lower cost for the above case.
2034         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
2035         may be clobbered, also for LD_REGS.
2036         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
2037         with a CONST_INT.
2038
2039         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
2040
2041         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
2042         macro to test_hard_reg_class function.
2043         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
2044         for loading immediate constants to LD_REGS.
2045         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
2046
2047
2048 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
2049
2050         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
2051         * config/avr/libgcc.S: Lost part of the previous patch.
2052
2053 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2054
2055         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
2056         object before calling pthread_mutex_init.
2057
2058 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
2059
2060         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
2061         config/sh/crtn.asm: New files.
2062         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
2063         (crt1.o, crti.o, crtn.o): New targets.
2064         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
2065         sh/t-elf.
2066         * configure: Rebuilt.
2067         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2068         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
2069         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
2070         Undefine for config/elfos.h to redefine.
2071         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
2072
2073 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2074
2075         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
2076         legitimize_pic_address, output_pic_addr_const): Declare.
2077         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
2078         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
2079         (TARGET_SWITCHES): New switch -mprefergot.
2080         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
2081         (PIC_OFFSET_TABLE_REGNUM): Define.
2082         (GOT_SYMBOL_TABLE): Likewise.
2083         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
2084         (ENCODE_SECTION_INFO): Define.
2085         (FINALIZE_PIC): New macros.
2086         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
2087         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
2088         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
2089         (prepare_move_operands): Call emit_pic_move or
2090         emit_pic_const_move if appropriate.
2091         (output_far_jump): For PIC, use braf and output long offset.
2092         (machine_dependent_reorg):
2093         (sh_expand_prologue): Save and initialize the PIC register.
2094         (sh_expand_epilogue): Restore it.
2095         (initial_elimination_offset): Account for it.
2096         (nonpic_symbol_mentioned_p): New function.
2097         (legitimize_pic_address): Likewise.
2098         (output_pic_addr_const): Likewise.
2099         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
2100         (call, call_value): Use them.
2101         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
2102         symPLT_label2reg): New expands.
2103         * invoke.texi (SH Options): Document -mprefergot.
2104
2105 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
2106
2107         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
2108         * gcse.c (hash_string_1): New function.
2109         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
2110         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
2111         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
2112         (canon_hash_string): New function.
2113         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
2114         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
2115         (fold_rtx): Use ASM_OPERANDS accessor macros.
2116         * emit-rtl.c (copy_insn_1): Likewise.
2117         * integrate.c (copy_rtx_and_substitute): Likewise.
2118         * stmt.c (expand_asm_operands): Likewise.  Give an
2119         ASM_OPERANDS rtx the mode of the output reg being set from it.
2120
2121 2000-09-01  Fred Fish  <fnf@be.com>
2122
2123         * fix-header.c (write_rbrac): Add putc and getc to list of
2124         functions to protect against prior definition as a macro.
2125
2126 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2127
2128         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2129         (c_size_type_node): Define.
2130         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
2131         * c-common.c (enum format_lengths, enum format_std_version,
2132         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
2133         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
2134         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
2135         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
2136         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
2137         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
2138         format_types): Define.
2139         (format_char_info, print_char_table, scan_char_table,
2140         time_char_table): Rearrange for new organization of information
2141         about format length modifiers and standard versions.
2142         (T_ST): Redefine to use c_size_type_node.
2143         (check_format_info): Obtain information about length modifiers and
2144         standard versions from tables.  Adjust warning message wordings.
2145         Use the name from the user's program for `ll' and `hh' length
2146         modifiers in warning messages.  Use more informative names for
2147         wanted types where available (for wchar_t, wint_t, size_t, signed
2148         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
2149
2150 2000-09-01  Jim Wilson  <wilson@cygnus.com>
2151
2152         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
2153         * combine.c (distribute_notes): Handle REG_NORETURN.
2154         * rtl.c (reg_note_name): Add REG_NORETURN.
2155         * rtl.h (enum reg_note): Likewise.
2156
2157         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
2158         ia64_file_start.
2159         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
2160         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
2161         (emit_predicate_relation_info): Handle conditional calls with
2162         REG_NORETURN.
2163         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
2164         instead of ia64_file_start.
2165         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
2166         * config/ia64/ia64.md (safe_across_calls_all,
2167         save_across_calls_normal): New patterns.
2168
2169         * loop.c (check_final_value): Check for biv use before checking for
2170         giv use.  Check for both biv and giv uses.  Always set last_giv_use
2171         if there is a giv use.
2172
2173 2000-09-01  Richard Henderson  <rth@cygnus.com>
2174
2175         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
2176         (madddi3): Likewise.
2177         (maddsi3): New.
2178
2179 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2180
2181         * expr.c (clear_storage): Don't use emit_move_insn unless
2182         either BLKmode or proper size.
2183         (store_constructor): Don't call clear_storage if REG of wrong size.
2184
2185         * flow.c (init_propagate_block_info): Don't mark frame dead at end
2186         of function if returns wiht stack pointer depressed.
2187
2188 2000-09-01  Andrew Haley  <aph@redhat.com>
2189
2190         * dwarf2out.c (stack_adjust_offset): New function.
2191         (dwarf2out_stack_adjust): Break out stack adjust logic into
2192         new stack_adjust_offset function.  Look inside parallels and
2193         sequences for stack adjustments.
2194
2195 2000-08-31  Jeff Law <law@cygnus.com>
2196
2197         * arm.md: Use no_new_pseudos to determine when it is safe
2198         to create new pseudo registers.
2199
2200         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
2201         when we can safely allocate new registers.
2202
2203 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
2204
2205         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
2206         so that CONCATs are not generated for ASMs.
2207         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
2208         not generating_concat_p.
2209         * function.c (pop_function_context_from): Reset
2210         generating_concat_p.
2211         (prepare_function_start): Likewise.
2212         * rtl.c (generating_concat_p): Define.
2213         * rtl.h (generating_concat_p): Declare.
2214         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
2215
2216 2000-08-22  Philipp Thomas  <pthomas@suse.de>
2217             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
2218
2219         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
2220         for translation.
2221
2222 2000-08-30  Greg McGary  <greg@mcgary.org>
2223
2224         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
2225         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
2226         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
2227
2228 2000-08-30  Greg McGary  <greg@mcgary.org>
2229
2230         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
2231         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
2232         (TREE_INT_CST): New macro.
2233         * varasm.c (const_hash, compare_constant_1, record_constant_1):
2234         Use new macro TREE_INT_CST.
2235
2236 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
2237
2238         * contrib.texi: Add self.
2239
2240 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
2241
2242         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
2243         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
2244         and labels.
2245
2246 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2247
2248         * fixinc/gnu-regex.c: Don't define `const'.
2249
2250 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2251
2252         * expr.c (store_constructor): Allow variable bounds of array type.
2253         (expand_expr): Don't blow up if type is ERROR_MARK.
2254         * varasm.c (output_constructor): Don't access lower bound of array
2255         type unless need it if index is supplied (so it can be a variable
2256         if no index is supplied).
2257         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
2258         Other minor cleanups.
2259
2260 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2261
2262         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
2263         for compilations in stage 1 and subsequent stages, respectively.
2264         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
2265         * configure: Rebuilt.
2266         * x-vax, x-vax-gcc: Deleted.
2267
2268 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
2269
2270         * c-common.c (declare_function_name): Use func_id_node,
2271         function_id_node, and pretty_function_id_node.  Do not make
2272         __func__ visible at file scope.
2273         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
2274         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
2275         (function_id_node, pretty_function_id_node, func_id_node): New
2276         macros.
2277         * c-decl.c (init_decl_processing): Initialize function_id_node,
2278         pretty_function_id_node, and func_id_node.
2279         (c_make_fname_decl): Correct comment.
2280
2281         * tree.h (struct tree_identifier): Constify pointer member.
2282
2283         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
2284         * c-pragma.h (struct weak_syms): Constify name and value members.
2285         (add_weak): Constify arguments.
2286
2287         * calls.c (special_function_p): Constify a char *.
2288         (expand_call): Remove variable which is initialized and then
2289         never used.
2290         * dependence.c (struct def_use, struct induction, struct subscript):
2291         Constify 'variable' member.
2292         (get_low_bound, have_induction_variable): Constify char * argument.
2293         (find_induction_variable): Add braces to avoid dangling else.
2294         (classify_dependence): Constify char * arrays.
2295         * profile.c (output_func_start_profiler): Constify a char *.
2296         * stor-layout.c (finalize_record_size): Constify a char *.
2297         * tree.c (is_attribute_p): Constify a char *.
2298         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
2299
2300         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
2301         for comprehensibility.  Do not call get_identifier if we did
2302         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
2303         create temporary string constants, not ggc_alloc_string.  No
2304         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
2305         char * to hold IDENTIFIER_POINTERs.
2306
2307 2000-08-29  Richard Henderson  <rth@cygnus.com>
2308
2309         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
2310         for the inputs.
2311
2312 2000-08-29  Richard Henderson  <rth@cygnus.com>
2313
2314         * reload.c (push_secondary_reload): Allow class == reload_class
2315         if we're using a reload_in/out pattern.
2316
2317         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
2318         the half that does not conflict with the reload register.
2319         (reload_outti): Likewise.
2320
2321 2000-08-29  Kazu Hirata  <kazu@hxi.com>
2322
2323         * reload.c: Fix formatting.
2324
2325         * stmt.c: Fix formatting.
2326
2327         * gcc.c: Fix formatting.
2328
2329 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
2330
2331         * flags.h (time_report, mem_report): New global flags.
2332         * toplev.c: Define time_report and mem_report.
2333         (f_options): Add -ftime-report and -fmem-report.
2334         (compile_file): Turn on time_report if quiet_flag is off.
2335         Call ggc_print_statistics at very end if mem_report is on.
2336         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
2337
2338         * ggc-common.c (ggc_print_statistics): Rename to
2339         ggc_print_common_statistics; all callers changed.  Scale
2340         quantities above 10K to kilobytes and above 10M to megabytes.
2341         * ggc-page.c (ggc_page_print_statistics): Rename to
2342         ggc_print_statistics.  Report memory consumed by internal data
2343         structures for each allocation bucket.  Scale quantities above
2344         10K to kilobytes and above 10M to megabytes.
2345         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
2346         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
2347         Define tally_leaves always.
2348         (ggc_print_statistics): New function.
2349         * ggc.h: Adjust for renamed functions.
2350
2351 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
2352
2353         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
2354         output_movsisf instead of which_alternative.
2355
2356         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
2357
2358 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
2359
2360         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
2361         (avr_progmem_p): New prototype.
2362         (output_movsisf): Prototype declaration changed.
2363         (output_movqi): New prototype.
2364         (output_movhi): New prototype.
2365         (call_insn_operand): Likewise.
2366         (final_prescan_insn): Likewise.
2367         (avr_simplify_comparision_p): Likewise.
2368         (avr_normalize_condition): Likewise.
2369         (compare_eq_p): Likewise.
2370         (out_shift_with_cnt): Likewise.
2371         (const_int_pow2_p): Likewise.
2372         (output_reload_inhi): Prototype declaration changed.
2373
2374         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
2375         (ldi_reg_rtx): New. rtx for r31.
2376         (avr_init_stack): Initialize as "__stack".
2377         (function_prologue): Use it.
2378         Replace all TARGET_ENHANCED with AVR_ENHANCED.
2379         (avr_mcu_name): Initialize as "avr2".
2380         (avr_enhanced_p, avr_mega_p): New variables.
2381         (mcu_types, avr_override_options): Handle all known MCU types.
2382         Also handle avr1 (only preprocess, assemble and link).
2383         (print_operand): Using of `%K' in output template removed.
2384         (out_movqi_r_mr): Optimized.
2385         (out_movhi_r_mr): Likewise.
2386         (output_movqi): New function.
2387         (output_movhi): Likewise.
2388         (out_movsi_r_mr): Optimized.
2389         (output_movsisf): Compute insn length for `adjust_insn_length'
2390         (out_movqi_mr_r): Optimized.
2391         (out_movhi_mr_r): Optimized.
2392         (adjust_insn_length): Use output_movsisf, output_movqi,
2393         output_movhi for insn length adjusting.
2394         (reg_unused_after): Use dead_or_set_p.
2395         (preferred_reload_class): Now havn't any restriction.
2396         (reg_was_0): New function.
2397         (io_address_p): Likewise.
2398         (const_int_pow2_p): Likewise.
2399         (output_reload_inhi): Likewise.
2400         (output_reload_insisf): Likewise.
2401
2402         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
2403         (LIB_SPEC): Use -lc for all supported devices.
2404         (LIBGCC_SPEC): Use -lgcc for all supported devices.
2405         (AVR_MEGA): Define as avr_mega_p.
2406         (AVR_ENHANCED): New, define as avr_enhanced_p.
2407         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
2408         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
2409         (CRT_BINUTILS_SPECS): Handle all known MCU types.
2410         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
2411         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
2412         (ASM_SPEC): Pass -mmcu=... to the assembler.
2413         Change all -DAVR_* to -D__AVR_*__.
2414         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
2415         Rename library functions to start with two underscores.
2416         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
2417         alignment.
2418         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
2419         (SUPPORTS_WEAK): Likewise.
2420         (LDI_REG_REGNO): New. Register r31 will be used as temporary
2421         register for loading constants to r0-r14.
2422
2423         * config/avr/avr.md: Replace all TARGET_ENHANCED with
2424         AVR_ENHANCED.
2425         (*mov_r_sp): Removed. Handled by output_movhi.
2426         (*mov_sp_r): Likewise.
2427         (*mov_sp_r_no_interrupts): Likewise
2428         (*mov_sp_r_tiny): Likewise.
2429         (*movqi): Use output_movqi.
2430         (*reload_inqi): New.
2431         (*movhi): Use output_movhi.
2432         (*reload_inhi): New.
2433         (*negsi2): Optimized.
2434         (*negsf2): Likewise.
2435         Added peepholes (define_peephole2) for loading constants to r0-r14
2436         and for using `cpse' command.
2437
2438         * config/avr/libgcc.S: Rename library functions to start with two
2439         underscores.
2440         Add support for enhanced core.
2441         (_moqhi3): Fix typo, now _modqi3.
2442         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
2443         (__prologue_saves__): Remove test for stack adjust by 0.
2444         (__tablejump__): New.
2445
2446         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
2447         Add multilib support.
2448
2449 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
2450
2451         * loop.c (prescan_loop): Don't check unknown_address_altered
2452         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
2453         to loop_store_mems as necessary.
2454         (loop_invariant_p): Don't check unknown_address_altered
2455         or unknown_constant_address_altered.
2456
2457 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2458
2459         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
2460
2461 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
2462
2463         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
2464         print just the filename.
2465         * cpplex.c (_cpp_run_directive): Add additional argument, the
2466         name to give the synthetic buffer.  This defaults to
2467         translated "<command line>".
2468         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
2469         Adjust to match.
2470         (_cpp_define_builtin): New function.
2471         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
2472         * cpphash.h: Update prototypes.
2473
2474         * tradcpp.c (main): Process -D and -U simultaneously, in the
2475         order they appeared on the command line.
2476
2477 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2478
2479         * c-decl.c (define_label): Call warning_with_file_and_line and
2480         error_with_file_and_line instead of plain warning or error.
2481
2482         * c-parse.in (label): Use save_filename/save_lineno to ensure
2483         correct values for calls to define_label.
2484
2485 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
2486
2487         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
2488         away.
2489         * expr.c (expand_expr, case TARGET_EXPR): Don't call
2490         mark_addressable.
2491         * tree.h (get_file_function_name): Remove two duplicate
2492         declarations.
2493
2494 2000-08-28  Kazu Hirata  <kazu@hxi.com>
2495
2496         * tree.c: Fix formatting.
2497
2498         * xcoffout.c: Fix formatting.
2499
2500 2000-08-28  Jason Merrill  <jason@redhat.com>
2501
2502         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
2503
2504 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
2505
2506         * dwarf2out.c (dwarf2out_finish): Don't bother calling
2507         break_out_includes if it won't do anything.
2508
2509 2000-08-28  Richard Henderson  <rth@cygnus.com>
2510
2511         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
2512         (find_reloads): Likewise.
2513         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
2514         (reload_inhi): Likewise.
2515
2516 2000-08-28  Richard Henderson  <rth@cygnus.com>
2517
2518         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
2519         (call_insn_operand): Don't expect a surrounding mem.
2520         (constant_call_address_operand): Likewise.
2521         * config/i386/i386.h (PREDICATE_CODES): Update.
2522         * config/i386/i386.md (call patterns): Move the match_operand
2523         for the call destination inside the mem.
2524
2525 2000-08-28  Richard Henderson  <rth@cygnus.com>
2526
2527         * local-alloc.c (requires_inout): Don't use reserved range for
2528         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
2529         * recog.c (asm_operand_ok): Likewise.
2530         (preprocess_constraints, constrain_operands): Likewise.
2531         * regclass.c (record_reg_classes): Likewise.
2532         * reload.c (find_reloads): Likewise.
2533         * reload1.c (maybe_fix_stack_asms): Likewise.
2534         (reload_cse_simplify_operands): Likewise.
2535         * stmt.c (expand_asm_operands): Likewise.
2536
2537         * md.texi: Update constraints documentation.
2538         * tm.texi (EXTRA_CONSTRAINT): Update.
2539
2540 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
2541
2542         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
2543         (print_die): If we don't know the offset of the
2544         target die, try the symbol.  Add a trailing newline.
2545         (reverse_all_dies): New fn.
2546         (dwarf2out_finish): Call it.
2547         (break_out_includes): Reorganize for clarity.
2548         (add_sibling_attributes): Don't call reverse_die_lists.
2549         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
2550         primary CU, too.
2551         * flags.h: Add flag_eliminate_dwarf2_dups.
2552         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
2553
2554 2000-08-28  Jason Merrill  <jason@redhat.com>
2555
2556         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
2557         * dwarf2out.c: #include "md5.h".
2558         (DIE_LABEL_PREFIX): New macro.
2559         (dw_val_struct): Add 'external' flag to val_die_ref.
2560         (add_AT_die_ref, AT_ref): Adjust.
2561         (AT_ref_external, set_AT_ref_external): New fns.
2562         (build_abbrev_table): Call set_AT_ref_external.
2563         (value_format): Call AT_ref_external.
2564         (die_struct): Add die_symbol field.
2565         (new_die): Clear it.
2566         (dwarf_tag_name): Handle BINCL/EINCL.
2567         (dwarf2out_start_source_file): Add BINCL DIE.
2568         (dwarf2out_end_source_file): Add EINCL DIE.
2569         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
2570         (loc_checksum, attr_checksum, die_checksum): New fns.
2571         (is_type_die, is_comdat_die, is_symbol_die): New fns.
2572         (compute_section_prefix, assign_symbol_names): New fns.
2573         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
2574         (output_die): Call output_die_symbol and AT_ref_external.
2575         (output_comdat_comp_unit): New fn, split out from...
2576         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
2577         secondary CUs.
2578         (output_pubnames, output_aranges): Abort if we see entries from
2579         secondary CUs.
2580         * toplev.h: Declare file_name_nondirectory.
2581         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
2582         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
2583         (debug_start_source_file): Call dwarf2out_start_source_file
2584         regardless of debug verbosity.
2585         (debug_end_source_file): Similarly.
2586         * tree.h: Declare clean_symbol_name.
2587         * tree.c (clean_symbol_name): Split out from...
2588         (get_file_function_name_long): ...here.
2589
2590         * dwarf2out.c (new_loc_descr): Use calloc.
2591         (splice_child_die): Remove the die from the right parent.
2592         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
2593
2594 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2595
2596         * toplev.c (decode_g_option): Don't give warning for unknown -g
2597         option; return 0 instead.
2598         (main): If -g option is not recognized by front end or
2599         language-independent code, give warning.
2600
2601 2000-08-28  Greg McGary  <greg@mcgary.org>
2602
2603         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
2604         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
2605         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
2606
2607 2000-08-27  Greg McGary  <greg@mcgary.org>
2608
2609         * cpplex.c (parse_string): Don't look for backslash
2610         before first char in `namebuf'.
2611         * loop.c (strength_reduce): Skip NOTEs.
2612
2613 2000-08-27  Jason Merrill  <jason@redhat.com>
2614
2615         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
2616         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
2617         TREE_ASM_WRITTEN, either.
2618         (finish_decl): Adjust.
2619
2620 2000-08-28  Philipp Thomas  <pthomas@suse.de>
2621
2622         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
2623         they have been incorporated into the gettext CVS. Change the text to
2624         reflect the current status of NLS. Add instructions for accessing
2625         the gettext CVS and add the patch from Martin v. Loewis.
2626
2627 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
2628
2629         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
2630         by using gen_lowpart_common.
2631         (movdi_internal64+6): Likewise.
2632
2633 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
2634
2635         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
2636         Document.
2637
2638         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
2639         numbers to the ranges used by GDB.
2640
2641 2000-08-25  Richard Henderson  <rth@cygnus.com>
2642
2643         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
2644         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
2645         (ia64_expand_prologue): Likewise.
2646         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
2647         argument for stdargs.
2648
2649 2000-08-25  Jason Merrill  <jason@redhat.com>
2650
2651         * integrate.c (expand_inline_function): Pull out the original decl.
2652
2653 2000-08-25  Jim Wilson  <wilson@cygnus.com>
2654
2655         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
2656
2657         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
2658
2659 2000-08-25  Greg McGary  <greg@mcgary.org>
2660
2661         * flow.c (dump_edge_info): Use ARRAY_SIZE.
2662         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
2663
2664 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
2665
2666         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
2667
2668 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
2669
2670         * i386.c (ix86_find_base_term): New.
2671         * i386-protos.h (ix86_find_base_term): Prototype.
2672         * i386.h (FIND_BASE_TERM): Define.
2673         * alias.c (find_base_term): Use it.
2674         * tm.texi (FIND_BASE_TERM): Document it.
2675
2676         * alias.c (true_dependence, write_dependence_p): Unchanging
2677         memory can't conflict with non-unchanging memory.
2678
2679         * alias.c (memrefs_conflict_p): A BLKmode reference
2680         to a symbol (or CONST_INT address) always conflicts
2681         with a reference to another symbol.
2682
2683 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2684
2685         * c-common.c (time_char_table): Don't allow width and flags with
2686         "z" format.
2687
2688 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
2689
2690         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
2691         way as LT and LTU when the second operand has 0 in low word.
2692
2693 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
2694
2695         * basic-block.h (struct loop): Rename `exits' field to
2696         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
2697
2698         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
2699         (flow_loop_entry_edges_find): Add.
2700         (flow_edge_list_print): Rename from flow_exits_print.
2701         (flow_loops_find): Call flow_loop_entry_edges_find.
2702         (flow_loop_dump): Dump entry_edges list.
2703         (flow_loops_free): Free entry_edges.
2704
2705 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
2706
2707         * loop.c (loop_dump_aux, debug_loop): New functions.
2708         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
2709
2710         * flow.c (flow_loops_dump): Add callback parameter.
2711         (flow_loop_dump): Add callback parameter and call it.  Move
2712         loop note debugging code to loop_dump_aux.
2713
2714         * basic-block.h (flow_loop_dump): Add callback parameter
2715         (flow_loops_dump): Likewise.
2716
2717         * toplev.c (rest_of_compilation): Add NULL callback function pointer
2718         to call to flow_loops_dump.
2719
2720 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
2721
2722         * loop.c (count_loop_regs_set): Replace start and end arguments
2723         with loop argument.  All callers udated.
2724
2725 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
2726
2727         * loop.c (constant_high_bytes): Delete.
2728
2729 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
2730
2731         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
2732         and NOTE_INSN_LOOP_VTOP to...
2733         (find_and_verify_loops) ...here.
2734
2735 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
2736
2737         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
2738         (fini_dummy, init_dummy): Use it.
2739
2740 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
2741
2742         * cpplex.c (is_macro_disabled): Caller has already checked
2743         that we're not a preprocessed file.
2744
2745 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
2746
2747         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2748         (c-iterate.o): Remove target.
2749         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
2750         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
2751         (finish_decl): Don't handle iterators.
2752         (grokdeclarator): Likewise.
2753         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
2754         * gcc/c-gperf.h: Regenerated.
2755         * gcc/c-iterate.c: Removed.
2756         * gcc/c-lex.c (init_lex): Don't handle iterators.
2757         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
2758         (compstmt_primary_start): Remove push_iterator_stack call.
2759         (stmt): Don't allow iterator statements.  Replace iterator_expand
2760         with expand_expr_stmt.
2761         (all_iter_stmt): Remove.
2762         (all_iter_stmt_simple): Likewise.
2763         (all_iter_stmt_with_decl): Likewise.
2764         * gcc/c-tree.h (ITERATOR_P): Remove.
2765         (ITERATOR_BOUND_P): Likewise.
2766         (init_iterators): Remove declaration.
2767         (iterator_expand): Likewise.
2768         (iterator_for_loop_start): Likewise.
2769         (iterator_for_loop_end): Likewise.
2770         (iterator_for_loop_record): Likewise.
2771         (push_iterator_stack): Likewise.
2772         (pop_iterator_stack): Likewise.
2773         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
2774         (readonly_warning): Likewise.
2775         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
2776
2777 2000-08-24  Jim Wilson  <wilson@cygnus.com>
2778
2779         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
2780         Copy type in a TYPE_DECL, just like pushdecl does.
2781
2782 2000-08-24  Richard Henderson  <rth@cygnus.com>
2783
2784         * toplev.c (main): Enable flag_reorder_blocks at -O2.
2785
2786 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
2787
2788         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
2789         asked for one page, allocate GGC_QUIRE_SIZE of them and put
2790         the extras on the free list.
2791         (release_pages): Clean up.
2792         (ggc_set_mark): Don't adjust G.allocated here...
2793         (sweep_pages): ... do it here.
2794
2795 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
2796
2797         * cppfiles.c (read_include_file): Rearrange initializations.
2798
2799 2000-08-24  Richard Henderson  <rth@cygnus.com>
2800
2801         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
2802
2803         * config/ia64/ia64-protos.h: Update.
2804         * config/ia64/ia64.c (gr_register_operand): New.
2805         (fr_register_operand, grfr_register_operand): New.
2806         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
2807         (grfr_reg_or_8bit_operand): New.
2808         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
2809         use gr_register_operand.
2810         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
2811         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
2812         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
2813         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
2814         (fr_reg_or_fp01_operand): Likewise.
2815         (not_postinc_memory_operand): New.
2816         (ia64_split_timode): Remove unused variables.
2817         (rtx_needs_barrier): Check arguments to cmpxchg.
2818         (builtin_description): Remove.
2819         (bdesc_2argsi, bdesc_2argdi): Remove.
2820         (ia64_init_builtins): Declare all builtins directly.
2821         (ia64_expand_fetch_and_op): Rewrite to be called from
2822         ia64_expand_builtin directly.  Use expand_binop and co.
2823         (ia64_expand_op_and_fetch): Likewise.
2824         (ia64_expand_compare_and_swap): Likewise.
2825         (ia64_expand_binop_builtin): Remove.
2826         (ia64_expand_lock_test_and_set): New.
2827         (ia64_expand_lock_release): New.
2828         (ia64_expand_builtin): Use them.
2829         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
2830         (EXTRA_CONSTRAINT): Use it.
2831         (PREDICATE_CODES): Update.
2832         * config/ia64/ia64.md (*): Use gr_register_operand and co.
2833         (mf): Indicate that we set memory as well as use it.
2834         (fetchadd_acq_si): Show memory being modified as well.
2835         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
2836         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
2837         (lock_test_and_set_si, lock_test_and_set_di): Remove.
2838         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
2839         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
2840         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
2841         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
2842         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
2843         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
2844         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
2845         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
2846         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
2847         return type.  Pretty print definitions.
2848
2849 2000-08-24  Jim Wilson  <wilson@cygnus.com>
2850
2851         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
2852         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
2853
2854 2000-08-24  Jason Merrill  <jason@redhat.com>
2855
2856         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
2857         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
2858         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
2859         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
2860
2861 2000-08-24  Greg McGary  <greg@mcgary.org>
2862
2863         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
2864         and extendtab within their proper array boundaries.
2865         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
2866         for the entire array.
2867
2868         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
2869         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
2870         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
2871         * config/fr30/fr30.c (fr30_print_operand): Likewise.
2872         * config/i386/dgux.c (output_options): Likewise.
2873         * config/i386/dgux.h (ASM_FILE_START): Likewise.
2874         * config/m88k/m88k.c (output_options): Likewise.
2875         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
2876         * config/mcore/mcore.c (mcore_output_inline_const_forced,
2877         layout_mcore_frame, handle_structs_in_regs): Likewise.
2878         * config/mips/mips.c (output_block_move): Likewise.
2879         * config/rs6000/rs6000.c (rs6000_override_options,
2880         rs6000_file_start): Likewise.
2881         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
2882         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
2883         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
2884         * builtins.c (expand_builtin_setjmp): Likewise.
2885         * expr.c (safe_from_p): Likewise.
2886         * flow.c (life_analysis): Likewise.
2887         * fold-const.c (size_int_type_wide): Likewise.
2888         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
2889         * genattrtab.c (make_length_attrs): Likewise.
2890         * genopinit.c (gen_insn): Likewise.
2891         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
2892         * global.c (global_alloc): Likewise.
2893         * local-alloc.c (find_free_reg): Likewise.
2894         * mips-tdump.c (print_symbol): Likewise.
2895         * mips-tfile.c (parse_def, parse_input): Likewise.
2896         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
2897         * stmt.c (expand_nl_goto_receiver): Likewise.
2898         * stor-layout.c (set_sizetype): Likewise.
2899         * varasm.c (decode_reg_name): Likewise.
2900         * toplev.c (decode_f_option, decode_W_option,
2901         set_target_switch, print_switch_values): Likewise.
2902         (NUM_ELEM): Remove macro.
2903         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
2904
2905 2000-08-24  Greg McGary  <greg@mcgary.org>
2906
2907         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
2908         (MAIN_NAME_P, main_identifier_node): New macros.
2909         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
2910         * c-decl.c (start_decl, grokdeclarator, start_function,
2911         store_parm_decls, finish_function): Use MAIN_NAME_P.
2912         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
2913         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
2914         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
2915         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
2916
2917 2000-08-24  Greg McGary  <greg@mcgary.org>
2918
2919         * cppfiles.c (actual_directory): Don't write beyond `dir'
2920         when it contains "".
2921         * real.c (asctoeg): Stay within bounds of etens[][].
2922
2923 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2924
2925         * dependence.c (dependence_string, direction_string,
2926         dump_one_node, dump_node_dependence): Hide unused identifiers.
2927         (get_low_bound, normalize_coefficients): Match definition to
2928         static prototype.
2929         (get_one_coefficient): Initialize variables `value0_is_idx' and
2930         `value1_is_idx'.
2931         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
2932         (ziv_test): Delete variable `idx', use parameter `sub' instead.
2933         (direction_merge): Avoid automatic aggregate initialization.
2934         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
2935         Initialize variables `dest_idx' and `src_idx'.
2936         (end_dependence_analysis): Avoid C89 style function definition.
2937
2938 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2939
2940         * c-common.c (time_char_table): Don't allow width with %F.
2941         (check_format_info): Don't allow "Z" length with scanf.
2942
2943 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
2944
2945         * diagnostic.c (finish_diagnostic): Define.
2946         (output_do_printf): Use wrap_text instead of output_add_string.
2947         (default_print_error_function): Avoid embedded '\n'.
2948
2949         * diagnostic.h (flush_diagnostic_buffer): Declare.
2950
2951 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
2952
2953         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
2954
2955 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
2956
2957         * Makefile.in (GCC_PASSES): Add specs.
2958
2959 2000-08-23  Jim Wilson  <wilson@cygnus.com>
2960
2961         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
2962         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
2963         EHANDLER nor UHANDLER bit is set.
2964         (__get_except_table): Likewise.
2965
2966 2000-08-23  Nick Clifton  <nickc@redhat.com>
2967
2968         * config/arm/lib1funcs.asm: Replace upper case condition codes
2969         with lower case versions.
2970
2971         * config/arm/arm.h (STRUCT_VALUE): Define.
2972         (STRUCT_VALUE_REGNUM): Delete.
2973
2974 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
2975
2976         * cpphash.h (IN_I): New flag for directive table.
2977         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
2978         #pragma with IN_I.
2979         (_cpp_check_directive): If -fpreprocessed, execute directives
2980         marked with IN_I.  Issue no warnings in this case.
2981         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
2982
2983 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2984
2985         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
2986         %u.
2987         (check_format_info): Support printf 'I' flag; warn about it with
2988         -pedantic.
2989
2990 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
2991
2992         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
2993         barrier can't be ignored by the alias analysis code.
2994
2995 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
2996
2997         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
2998         works inside fixincl.
2999
3000 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
3001
3002         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
3003         simplify_relational_operation() unless both operands are of
3004         VOIDmode.
3005         * cse.c (fold_rtx): Likewise.
3006
3007 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
3008
3009         * rtlanal.c (rtx_unstable_p): The pic register is stable
3010         (within one function) and the actual rtx should be used
3011         when checking the registers.
3012         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
3013
3014         * alias.c (true_dependence, write_dependence_p): Fix
3015         bug in previous patch.
3016
3017         * i386.c (ix86_GOT_alias_set): New.
3018         (legitimize_pic_address): Use it.
3019
3020         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
3021         only stable if its address is stable.
3022         (rtx_varies_p): An unchanging MEM can't vary if
3023         its address doesn't vary.
3024
3025 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3026
3027         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
3028
3029 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3030
3031         * vax.h (ASM_SPEC): Pass `-J' to assembler.
3032         * x-vax-gcc: New file for bootstrapping with gcc.
3033         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
3034         * configure.in: Use x-vax-gcc with gcc.
3035         * configure: Rebuilt.
3036
3037 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3038
3039         * toplev.c (rest_of_compilation): Rebuild label notes after
3040         post-reload splitting pass if new labels have been created.
3041
3042 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
3043
3044         * diagnostic.h (output_buffer_state): New macro.
3045         * diagnostic.c (diagnostic_for_decl, sorry,
3046         default_print_error_function, output_do_verbatim,
3047         report_diagnostic, report_problematic_module): Use it.
3048         (wrap_text): Tweak.
3049         (output_format): Use wrap_text instead of maybe_wrap_text.
3050
3051 2000-08-22  Nick Clifton  <nickc@redhat.com>
3052
3053         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
3054         Common code for ARM divide and modulus functions.
3055         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
3056         ARM_DIV_MOD_BODY.
3057         (FUNC_END): New macro: Common code at the end of the division and
3058         modulo functions.
3059         (THUMB_FUNCTION_START): New macro:  Common code at the start of
3060         Thumb functions.
3061         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
3062
3063 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
3064
3065         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
3066
3067         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
3068         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
3069         const0_rtx.
3070
3071 2000-08-22  Nick Clifton  <nickc@redhat.com>
3072
3073         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
3074         restorative additions, test for bottom bits of IP being set,
3075         rather than relying upon the RORs not matching.
3076         (__modsi3): Ditto.
3077
3078 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
3079
3080         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
3081         text_section() as appropriate instead of emitting text csect
3082         pseudo-op directly.
3083         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
3084         (UNIQUE_SECTION): Define macro.
3085         (ASM_OUTPUT_SECTION_NAME): Define macro.
3086         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
3087         on AIX if debugging and -fdata-sections always.
3088
3089 2000-08-22  Steven King  <sxking@uswest.net>
3090
3091         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
3092         machinery.
3093         (LDBL_MAX): Same here.
3094
3095 2000-08-22  Richard Henderson  <rth@cygnus.com>
3096
3097         * flow.c (tidy_fallthru_edge): Update b->end properly.
3098
3099 2000-08-22  Stan Cox  <scox@redhat.com>
3100
3101         * Makefile.in (OBJS): Add dependence.o.
3102         * dependence.c: New file.
3103
3104 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
3105
3106         * calls.c (check_sibcall_argument_overlap_1): Adjust for
3107         ARGS_GROW_DOWNWARD.
3108         (check_sibcall_argument_overlap): Likewise.
3109
3110 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3111
3112         * invoke.texi (SH Options): Document -m4-nofpu,
3113         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
3114         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
3115
3116 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3117
3118         * c-common.c (check_format_info): Give the 'some locales' warning
3119         for strftime %Ey rather than the unconditional 'only last 2 digits
3120         of year' one.
3121
3122 2000-08-22  Richard Henderson  <rth@cygnus.com>
3123
3124         * alias.c (init_alias_analysis): Do not register
3125         struct_value_incoming_rtx or static_chain_rtx as pointing
3126         to stack memory.
3127
3128 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
3129
3130         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
3131
3132 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
3133
3134         * diagnostic.h (report_problematic_module): Declare.
3135         * diagnostic.c (report_problematic_module): New function.
3136         (report_error_function): Tweak.
3137
3138 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3139
3140         * stmt.c (expand_goto_internal, fixup_gotos): Only check
3141         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
3142
3143 2000-08-21  Richard Henderson  <rth@cygnus.com>
3144
3145         * flow.c (calculate_global_regs_live): Mark frame pointer live
3146         everywhere before reload.
3147
3148 2000-08-21  Jim Wilson  <wilson@cygnus.com>
3149
3150         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
3151         INTEL_EXTENDED_IEEE_FORMAT.
3152         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
3153         clear last two bytes of output FP value.
3154
3155 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
3156
3157         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
3158
3159 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
3160
3161         * unroll.c (loop_find_equiv_value): If ret is modified between
3162         insn and loop_start, ret might not be equivalent to reg.
3163
3164 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3165
3166         * c-common.c (init_dollar_format_checking,
3167         maybe_read_dollar_number, finish_dollar_format_checking): New
3168         functions.
3169         (dollar_arguments_used, dollar_arguments_count,
3170         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
3171         New variables.
3172         (check_format_info): Support $ formats for scanf and printf width
3173         and precision.  Always increment format_chars to advance past the
3174         '*' of precision, not just when the format parameters are
3175         available to check.
3176
3177 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3178
3179         * mips.c (block_move_loop, expand_block_move,
3180         function_arg_partial_nregs, save_restore_insns, function_prologue,
3181         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
3182         constant suffix.
3183         (function_arg_advance, function_arg): Match argument to format
3184         specifier `%p'.
3185
3186 2000-08-21  Nix  <nix@esperi.demon.co.uk>
3187
3188         * gcc.c (do_spec_1): Implement %j spec flag.
3189         Remove dead comment.
3190
3191         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
3192         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
3193         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
3194         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
3195
3196         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
3197         writable) instead of hardcoded value.
3198
3199         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
3200
3201         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
3202         MKTEMP_EACH_FILE.
3203
3204         * gcc.c (cc1_options): Do not process -o or run the assembler if
3205         -fsyntax-only.
3206         * objc/lang-spec.h: Likewise.
3207
3208 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
3209
3210         * fixinc/fixincl.c (fix_with_system): Pipe the output of
3211         "external" fixes through `cat', to avoid truncating the input
3212         file by redirection.
3213
3214 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
3215
3216         * config/i386/i386.md (lea_general_1): Copy insn condition to split
3217         condition.
3218         (lea_general_2, lea_general_3): Likewise.
3219
3220 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3221
3222         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
3223         warnings to user code.
3224
3225         * c-lex.c (readescape, yylex): Likewise.
3226
3227         * c-typeck.c (store_init_value, process_init_element): Likewise
3228         (c_expand_start_case): Format.
3229
3230 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3231
3232         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
3233
3234         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
3235         and linker_endian_spec to endian_spec.
3236         (ENDIAN_SPEC): Add %{EB} and %{EL}.
3237         (LINK_SPEC): Remove %{EB} and %{EL}.
3238         (ASM_SPEC): Likewise.  Use %(endian_spec).
3239
3240 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3241
3242         * c-tree.h (flag_hosted): Move declaration from here...
3243         * c-common.h (flag_hosted): ... to here.
3244         (flag_noniso_default_format_attributes): New declaration.
3245         * c-decl.c (flag_noniso_default_format_attributes): New variable.
3246         (c_decode_option): Set it appropriately for options choosing
3247         language standard variant.
3248         * c-common.c (init_function_format_info): Only provide default
3249         format attributes if flag_hosted.  Only provide the gettext
3250         formats if flag_noniso_default_format_attributes.  Update
3251         comments.
3252         (check_format_info): Disable treatment of %a as a scanf flag in
3253         C99 mode.
3254
3255 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3256
3257         * c-common.c (scan_char_table): Add 'w' to flags for all formats
3258         except 'n'.
3259         (check_format_info): Set 'wide' for scanf format widths.  Warn for
3260         a zero scanf width.  Make the check for writing into a constant
3261         object at the first level of indirection; at later levels, warn if
3262         any type qualifiers are encountered.
3263
3264 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
3265
3266         * reload.c (reload_inner_reg_of_subreg): New function broken out of
3267         push_reload.
3268         (push_reload): Use reload_inner_reg_of_subreg.
3269         (combine_reloads): Do not combine reloads if the input reload
3270         is a SUBREG in which the inner part will need reloading.
3271
3272         * global.c (global_alloc): Avoid passing dumpfile argument to
3273         reload routines.
3274         * toplev.c (rest_of_compilation): Likewise.
3275         * reload.h (reload): Remove dumpfile argument.  Callers changed.
3276         (debug_reload, debug_reload_to_stream): Move prototypes here.
3277         * rtl.h  (reload): Remove dumpfile argument.
3278         * reload.c (debug_reload): Remove prototype.
3279         (debug_reload_to_stream): Likewise.
3280         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
3281         instead.
3282
3283 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3284
3285         * diagnostic.c (context_as_prefix): Export.
3286         (need_error_newline): Remove.
3287         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
3288         (error_module_changed, record_last_error_module,
3289         error_function_changed, record_last_error_function): New functions.
3290         (initialize_diagnostics): Default intialize
3291         lang_diagnostic_starter, lang_diagnostic_finalizer.
3292         (init_output_buffer): Tweak.
3293         (file_name_as_prefix): New function.
3294         (announce_function, default_print_error_function,
3295         report_error_function, set_diagnostic_context): Tweak.
3296
3297 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
3298
3299         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
3300         condition expression.
3301
3302 2000-08-20  Richard Henderson  <rth@cygnus.com>
3303
3304         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
3305
3306 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
3307
3308         * cppinit.c (cpp_init): Set global flag when called.
3309         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
3310
3311 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
3312
3313         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
3314         before `process_directive' so that newlines won't be missed
3315         for directives.
3316         (cpp_printf): Increment `print->lineno' when newline is emitted.
3317
3318         * cppmain.c (cb_ident): Likewise.
3319         (cb_define): Likewise.
3320         (cb_undef): Likewise.
3321         (cb_include): Likewise.
3322         (cb_def_pragma): Likewise.
3323         (dump_macros_helper): Likewise.
3324
3325 2000-08-20  Richard Henderson  <rth@cygnus.com>
3326
3327         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
3328         assigned before a loop.
3329
3330         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
3331         (ashrsi3, lshrsi3): Likewise.
3332
3333 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
3334
3335         * c-lang.c: #include diagnostic.h
3336         (c_tree_printer): New function.
3337         (lang_init): Initialize lang_printer.
3338
3339         * Makefile.in (c-lang.o): Depends on diagnostic.h
3340
3341 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
3342
3343         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
3344
3345         * diagnostic.c (default_diagnostic_starter,
3346         default_diagnostic_finalizer): New functions.
3347         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
3348         (pedwarn, pedwarn_with_file_and_line, error,
3349         error_with_file_and_line, fatal, warning,
3350         warning_with_file_and_line): Adjust call to report_diagnostic.
3351         (report_diagnostic): Rework.
3352         (set_diagnostic_context): New function.
3353
3354         * diagnostic.h (struct diagnostic_context): New data structure.
3355         (diagnostic_message, diagnostic_argument_list,
3356         diagnostic_file_location, diagnostic_line_location,
3357         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
3358         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
3359         (set_diagnostic_context): Declare.
3360         (report_diagnostic): Change prototype.
3361
3362 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
3363
3364         * fix-header.c (main): Initialize cpplib.
3365
3366 2000-08-19  Michael Meissner  <meissner@redhat.com>
3367
3368         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
3369         instructions in it before checking for indirect jumps.
3370
3371         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
3372         in a indirect jump as a potential for conditional execution.
3373
3374         * d30v.h (d30v_init_expanders): Don't declare here.
3375         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
3376         prototype.
3377
3378 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
3379
3380         * cpp.texi: Add @section for assertions.
3381
3382 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
3383
3384         * loop.c (scan_loop): Use CONST_CALL_P instead of
3385         checking for REG_LIBCALL / REG_RETVAL.
3386
3387 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
3388
3389         * reload1.c (reload_as_needed): Accept dumpfile argument,
3390         pass it to emit_reload_insns.
3391         (emit_reload_insns): Add new dumpfile argument.  If non-null
3392         then dump the reloads for each insn into the dumpfile.
3393         (reload): Pass dumpfile to reload_as_needed.
3394
3395         * invoke.texi: Clean up linux-gnu vs linux comments.
3396
3397 2000-08-19  Richard Henderson  <rth@cygnus.com>
3398
3399         * config/ia64/ia64.c (reg_or_5bit_operand): New.
3400         (ia64_depz_field_mask): New.
3401         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
3402         (PREDICATE_CODES): Update.
3403         * config/ia64/ia64.md: Update commentary.
3404         (depz_internal): New.
3405         (ashlsi3): Implement directly.
3406         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
3407         (ashldi3): Use shladd.
3408         * config/ia64/ia64-protos.h: Update.
3409
3410 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
3411
3412         * toplev.c (independent_decode_option): Always process -g.
3413         Remove third argument, now unused.  Adjust caller to match.
3414
3415 2000-08-18  Richard Henderson  <rth@cygnus.com>
3416
3417         * combine.c (make_compound_operation): Break after creating
3418         the extraction.
3419
3420 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
3421
3422         * cpplib.c (cpp_register_pragma_space): Just return if the
3423         namespace is already registered.
3424
3425 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
3426
3427         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
3428         constant amount.  Do not generate ROTL instruction.
3429
3430 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
3431
3432         * config/sh/elf.h: Do not include sh/sh.h.
3433         * config/sh/rtems.h: Likewise.
3434         * config/sh/rtemself.h: Do not include sh/elf.h.
3435         * configure.in: Get them included with `tm_file's.
3436         * configure: Rebuilt.
3437
3438         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
3439         * config/sh/sh.c (fpscr_set_from_mem): Use them.
3440
3441 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3442
3443         * stor-layout.c (compute_record_type): Don't use mode of single
3444         field as mode of record if not integer mode of same type.
3445
3446         * regmove.c (perhaps_ends_bb_p): New function.
3447         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
3448         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
3449         (fixup_match_1): Likewise.
3450         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
3451         avoid signed/unsigned warnings.
3452
3453         * function.c (fixup_var_refs_1, case MEM): Update CODE after
3454         updating X.
3455
3456 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
3457
3458         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
3459         (_cpp_trigraph_map): Declaration moved from cpplex.c
3460
3461         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
3462         instead of 256.  Use consistent test for designated initializers.
3463         (cpp_init): Initialize trigraph_map.
3464         (initialize_standard_includes, parse_option):  Use memcmp
3465         instead of strncmp.
3466
3467         * cpplex.c (init_trigraph_map): Remove.
3468         (trigraph_ok, trigraph_replace, lex_line): Refer to
3469         _cpp_trigraph_map.
3470
3471         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
3472         (do_unassert): Remove unused "next" local.
3473
3474         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
3475
3476 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
3477
3478         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
3479         insn.
3480
3481 2000-08-17  Richard Henderson  <rth@cygnus.com>
3482
3483         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
3484         the first insn in a sequence.
3485
3486 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
3487
3488         * alias.c (true_dependence, write_dependence_p): A read
3489         involving a label_ref or the constant pool doesn't create
3490         a dependency.
3491
3492         * rtl.h (unchanging): Improve documentation.
3493
3494 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
3495
3496         * cse.c (insert_regs): Remove unused `regno'.
3497
3498 2000-08-17  Neil Booth  <NeilB@earthling.net>
3499
3500         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
3501         remove_dup_dirs.  If qtail == brack, remove brack not
3502         qtail.
3503         (remove_dup_dir, remove_dup_dirs): New functions.
3504
3505 2000-08-17  Neil Booth  <NeilB@earthling.net>
3506
3507         * cppinit.c (cpp_cleanup): Free include dir chains.
3508         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
3509         (do_unassert): Free the assert with _cpp_free_definition.
3510         * cppmacro.c (_cpp_free_definition): Free memory allocated for
3511         assertions.  Make the node a T_VOID node.
3512
3513 2000-08-17  Neil Booth  <NeilB@earthling.net>
3514
3515         * cppinit.c (path_include, append_include_chain):
3516         Remove 2nd parameter (struct cpp_pending *).
3517         (path_include, initialize_standard_includes, cpp_handle_option):
3518         Update callers appropriately.
3519         (cpp_handle_option): Use pend.
3520
3521 2000-08-17  Neil Booth  <NeilB@earthling.net>
3522
3523         * cppinit.c (sort_options): Remove, put functionality in
3524         cpp_init.
3525         (cpp_init): New.
3526         (initialize_builtins): Free memory.
3527         (cpp_start_read): Move init_IStable to cpp_init.
3528
3529         * cpplib.h (cpp_init): New prototype.
3530         * cppmain.c (main): Call cpp_init.
3531
3532 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
3533
3534         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
3535         (rtx_unstable_p, rtx_varies_p): Process vectors.
3536
3537 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3538
3539         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
3540         references to GLOBAL symbols.  Use LOCAL where appropriate.
3541
3542 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3543
3544         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
3545         use t-aix41 when host == target.
3546
3547 2000-08-16  Richard Henderson  <rth@cygnus.com>
3548
3549         * reload.c (push_secondary_reload): Revert last change.
3550         If we use a reload_in/out pattern, make the when the same
3551         as the primary reload.
3552         (find_reloads): Likewise.
3553
3554 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
3555
3556         * configure.in (libstdcxx-v3): Fix test.
3557         * configure: Regenerate.
3558
3559 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3560
3561         * calls.c (calls_function_1, expand_call): Only test
3562         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
3563         * function.c (thread_prologue_and_epilogue_insns): Likewise.
3564
3565 2000-08-16  Richard Henderson  <rth@cygnus.com>
3566
3567         * combine.c (simplify_shift_const): Revert previous two
3568         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
3569         before the main loop.
3570
3571 2000-08-15  Richard Henderson  <rth@cygnus.com>
3572
3573         * combine.c (simplify_shift_const): Bound shift count when
3574         combining shifts.
3575
3576 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3577
3578         * calls.c (ECF_SP_DEPRESSED): New macro.
3579         (calls_function_1): Treat calling sp-depressed function as alloca.
3580         (emit_call_1): Don't adjust SP if calling sp-depressed function.
3581         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
3582         If sp-depressed, ensure block saves and restores SP.
3583         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
3584         for INTEGER_TYPE.
3585         * function.c (keep_stack_depressed): New function.
3586         (thread_prologue_and_epilogue_insns): Call it.
3587         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
3588         to print DECL_OFFSET_ALIGN.
3589         Print no-force-blk and transparent-union flags properly.
3590         * stmt.c (expand_goto_internal): Don't restore stack if last block
3591         and function returns with sp depressed.
3592         (fixup_gotos): Likewise.
3593         (save_stack_pointer): New function, from code in expand_decl.
3594         (expand_decl): Call new function.
3595         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
3596         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
3597         (save_stack_pointer): New declaration.
3598
3599         * diagnostic.c (fatal_function): New variable.
3600         (set_fatal_function): New function.
3601         (fatal): Call it.
3602         * diagnostic.h (set_fatal_function): New declaration.
3603
3604 2000-08-15  William Cohen  <wcohen@redhat.com>
3605
3606         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
3607         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
3608         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
3609
3610 2000-08-15  Richard Henderson  <rth@cygnus.com>
3611
3612         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
3613
3614 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
3615
3616         * arm.c (arm_function_ok_for_sibcall): New function.
3617         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
3618         * arm.md (call expanders): Don't check here for calls that can't
3619         be sibling calls.
3620
3621 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
3622
3623         * arm.md (splits generating cond_exec): Disable.
3624
3625 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
3626
3627         * arm/linux-elf.h (text_section): Delete declaration.
3628
3629 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
3630
3631         ARM support for unordered FP operations.
3632         * arm-protos.h (arm_comparison_operator): Declare.
3633         * arm.c (arm_comparison_operator): New function.
3634         (arm_select_cc_mode): Add unordered comparison codes.
3635         (get_arm_condition_code): Likewise.
3636         (arm_final_prescan_insn): Can't handle unordered jumps that can't
3637         be done in one insn.
3638         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
3639         * arm.md (all uses of comparison_operator): Replace with
3640         arm_comparison_operator.
3641         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
3642         expands.
3643         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
3644         patterns.
3645
3646 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
3647
3648         * gthr-posix.h: Conditionally include <sched.h>; include
3649         <config.h> from libobjc/.
3650
3651 2000-08-14  Richard Henderson  <rth@cygnus.com>
3652
3653         * config/i386/i386.c (legitimize_pic_address): Use Pmode
3654         for all CONSTs.
3655
3656 2000-08-14  Richard Henderson  <rth@cygnus.com>
3657
3658         * configure.in (ia64-*): Set float_format for i386 long double.
3659
3660         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
3661         as we would for i386 XFmode.
3662         (PUT_REAL): Likewise.
3663         (endian, ereal_atof, real_value_truncate): Likewise.
3664         (ereal_isneg, toe64, etens, make_nan): Likewise.
3665         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
3666
3667         * config/ia64/ia64-protos.h: Update.
3668         * config/ia64/ia64.c (general_tfmode_operand): New.
3669         (destination_tfmode_operand): New.
3670         (tfreg_or_fp01_operand): New.
3671         (ia64_split_timode): New.
3672         (spill_tfmode_operand): New.
3673         (ia64_expand_prologue): Use TFmode not XFmode.
3674         (ia64_expand_epilogue): Likewise.
3675         (ia64_function_arg): Likewise.
3676         (ia64_function_arg_advance): Likewise.
3677         (ia64_return_in_memory): Likewise.
3678         (ia64_function_value): Likewise.
3679         (ia64_print_operand): Likewise.
3680         (ia64_register_move_cost): Set GR<->FR to 5.
3681         (ia64_secondary_reload_class): Get GR for TImode memory op.
3682         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
3683         (ROUND_TYPE_ALIGN): Remove.
3684         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
3685         (INTEL_EXTENDED_IEEE_FORMAT): Define.
3686         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
3687         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
3688         (MODES_TIEABLE_P): Use TFmode, not XFmode.
3689         (CLASS_MAX_NREGS): Likewise.
3690         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
3691         (PREDICATE_CODES): Update.
3692         * config/ia64/ia64.md (movti): New.
3693         (movti_internal): Use a clobber for memory alternatives.
3694         (reload_inti, reload_outti): New.
3695         (movsfcc_astep): Predicate properly.
3696         (movdfcc_astep): Likewise.
3697         (movxf): Remove.
3698         (movtf): New.
3699         (extendsftf2, extenddftf2): New.
3700         (trunctfsf2, trunctfdf2): New.
3701         (floatditf2, fix_trunctfdi2): New.
3702         (floatunsditf2, fixuns_trunctfdi2): New.
3703         (addtf3, subtf3, multf3, abstf2): New.
3704         (negtf2, nabstf2, mintf3, maxtf3): New.
3705         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
3706         (cmptf): New.
3707         (fr_spill): Use TFmode, not XFmode.
3708         (fr_restore): Likewise.
3709         * config/ia64/lib1funcs.asm (__divtf3): New.
3710         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
3711
3712 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3713
3714         * cse.c (fold_rtx): Avoid empty body in an if-statement.
3715
3716         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
3717         `U' integer constant suffix.
3718
3719         * dwarf2out.c (add_subscript_info): Avoid empty body in an
3720         else-statement.
3721
3722         * sparc/sol2.h (__enable_execute_stack): Prototype.
3723
3724 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
3725
3726         * collect2.c: Remove use of AIX import file.
3727
3728         * longlong.h: Test ARCH_PWR not ARCH_POWER.
3729
3730         * rs6000.c (print_operand, case 'E'): Add else.
3731
3732 2000-08-14  Richard Henderson  <rth@cygnus.com>
3733
3734         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
3735         (movdi_symbolic): New.
3736
3737 2000-08-14  Jim Wilson  <wilson@cygnus.com>
3738
3739         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
3740         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
3741         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
3742         to GNU as.
3743
3744 2000-08-14  Richard Henderson  <rth@cygnus.com>
3745
3746         * expr.c (emit_group_load): Don't force constants into registers.
3747         Special case source already in the correct mode.
3748
3749 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
3750
3751         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3752         * fixinc/inclhack.def: Likewise.
3753         * fixinc/mkfixinc.sh: Likewise.
3754         * configure: Regenerate.
3755         * fixinc/fixincl.x: Regenerate.
3756         * install.texi: Document equivalence of linux and linux-gnu.
3757
3758 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3759
3760         * cse.c (insert_regs): Also in REG case: When finding an invalid
3761         value, and we make a new quantity, make sure that it won't be
3762         mistaken by for a valid one by mention_regs.
3763
3764 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
3765
3766         * h8300.md: Remove obsolete peepholes.
3767
3768 2000-08-13  Kazu Hirata  <kazu@hxi.com>
3769
3770         * invoke.texi (H8/300 Options): Fix typos.
3771         * config/h8300.c: Fix formatting.
3772         * config/h8300.h: Fix comment typos.
3773         (OVERRIDE_OPTIONS): Fix formatting.
3774
3775         * function.c: Fix formatting.
3776
3777         * cse.c: Fix formatting.
3778
3779 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
3780
3781         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
3782         (attempt_auto_inc): Suppress parentheses warning.
3783         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
3784         * loop.c (load_mems): Remove `u' suffix in two places.
3785         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
3786         hex constants.
3787         * config/rs6000/rs6000.h: Likewise.
3788         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
3789         __eabi dummy routine.
3790         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
3791         variable `buf_ptr'.
3792
3793         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
3794         not put stuff in .sdata unnecessarily.
3795         (rs6000_unique_section): New function.
3796         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
3797         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
3798
3799         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
3800         arrays in C99.  Don't try to look at DECL_REGISTER of a
3801         COMPONENT_REF.  Don't complain twice about the same error.
3802
3803         * fixinc/inclhack.def (aix_pthread): New fix.
3804         (aix_sysmachine): New fix.
3805         * fixinc/fixincl.x: Regenerate.
3806
3807         * expr.c (expand_expr): Call convert_modes when turning a large
3808         multiply into a small one.
3809
3810 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
3811
3812         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
3813         the tree structure an exponent rather than an explicit alignment
3814         so it doesn't overflow.
3815         (SET_DECL_OFFSET_ALIGN): New macro.
3816         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
3817         rather than DECL_OFFSET_ALIGN.
3818         (place_field): Likewise.
3819         * expmed.c (store_bit_field): Abort on align==0 to avoid
3820         antisocial machine behaviour.
3821
3822 2000-08-12  Richard Henderson  <rth@cygnus.com>
3823
3824         * sibcall.c (uses_addressof): Accept both addressof and
3825         current_function_internal_arg_pointer inside a mem.
3826         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
3827         if current_function_uses_addressof.
3828         * stmt.c (expand_return): Kill tail recursion and HAVE_return
3829         optimizations.
3830
3831 2000-08-11  Richard Henderson  <rth@cygnus.com>
3832
3833         * config/ia64/ia64.md (addsi3): Remove expander.
3834         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
3835         (*addsi3_shladd): New.
3836
3837 2000-08-11  Richard Henderson  <rth@cygnus.com>
3838
3839         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
3840         (do_restore): Likewise.
3841         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
3842         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
3843         (rtx_needs_barrier): Track actual bit manipulation for
3844         ar.unat moves, gr_spill, and gr_restore.
3845         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
3846         (process_set): Don't handle varargs spills.
3847         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
3848         .mem.offset here instead of in process_set.
3849         (gr_restore): Likewise.
3850
3851 2000-08-11  Richard Henderson  <rth@cygnus.com>
3852
3853         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
3854
3855 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
3856
3857         * gcc.texi (The Configuration File): Document
3858         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
3859         UPDATE_PATH_HOST_CANONICALIZATION.
3860
3861 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3862
3863         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
3864         unprototyped function pointer casts on integer constants.
3865
3866 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
3867
3868         * fixproto: Recognize DOS paths with drive letters as absolute paths.
3869
3870 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3871
3872         * extend.texi (Volatiles): Fix typos.
3873
3874 2000-08-11  Kazu Hirata  <kazu@hxi.com>
3875
3876         * flow.c: Fix formatting.
3877
3878 2000-08-11  Richard Henderson  <rth@cygnus.com>
3879
3880         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
3881         pattern, always allocate a tertiary scratch register.
3882
3883         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
3884         (reload_inhi): Likewise.
3885
3886 2000-08-11  Richard Henderson  <rth@cygnus.com>
3887
3888         * function.c (put_reg_into_stack): Allow type to be NULL.
3889         (schedule_fixup_var_refs): Likewise.
3890         (gen_mem_addressof): Allow decl to be NULL.
3891         (put_addressof_into_stack): Likewise.
3892
3893         * flow.c (merge_blocks_nomove): Be more careful about
3894         locating the beginning of block A.
3895
3896         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
3897
3898 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
3899
3900         * configure.in:
3901         * configure:
3902         * gthr-posix.h:
3903         * config.in: Reverted the check for <sched.h>.
3904
3905 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
3906
3907         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
3908         macros define the name of CTOR and DTOR sections.
3909         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
3910         DTOR_LIST_END): Change to use attributes to specify
3911         sections.
3912         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
3913         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
3914         DTOR_LIST_END): Same as in mips/elf.h.
3915
3916 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
3917
3918         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
3919         disabling just crt0.o.
3920
3921 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
3922
3923         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
3924         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
3925         (EXTRA_SPECS): Add them.
3926         * arm/lib1funcs.asm: Support builds for interworking.
3927         Use macros to eliminate duplicated pieces of code.
3928
3929 2000-08-10  Kazu Hirata  <kazu@hxi.com>
3930
3931         * h8300.c (expand_a_rotate): New.
3932         (emit_a_rotate): Likewise.
3933         (h8300_adjust_insn_length): Add support for the rotate insns.
3934         * h8300.md (rotlqi3): New.
3935         (*rotlqi3_1): Likewise.
3936         (rotlhi3): Likewise.
3937         (*rotlhi3_1): Likewise.
3938         (rotlhi3): Likewise.
3939         (*rotlhi3_1): Likewise.
3940         * h8300-proto.h: Add prototypes for expand_a_rotate and
3941         emit_a_rotate.
3942
3943         * h8300.c: Fix comment typos.
3944         (dosize): Declare the variable amount as unsigned.
3945         (get_shift_alg): Fix a comparison between signed and unsigned.
3946         (emit_a_shift): Likewise.
3947         (h8300_adjust_insn_length): Simplify the code.
3948
3949         * c-decl.c: Fix formatting.
3950
3951 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3952
3953         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
3954         warning about non-traditional numeric constant suffixes.
3955
3956         * cppexp.c (parse_number): Likewise.
3957
3958         * invoke.texi: (-Wtraditional): Document new behavior.
3959
3960 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
3961
3962         * gthr-posix.h: Include auto-host.h. Conditionally include
3963         <sched.h>.
3964         * configure.in: Check for the <sched.h> header file.
3965         * config.in: Added define for HAVE_SCHED_H.
3966
3967 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3968
3969         * c-typeck.c (process_init_element): For -Wtraditional, warn about
3970         initialization of unions.
3971
3972         * invoke.texi (-Wtraditional): Document new behavior.
3973
3974 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
3975
3976         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
3977         instead of extra_c_flags.
3978         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
3979         * configure: Regenerate.
3980         * config.in: Regenerate.
3981
3982         * cpperror.c (cpp_type2name): New function.
3983         * cpplex.c (lex_line): If we issued an error for an invalid
3984         preprocessing directive, discard that logical line.
3985         * cpplib.c (do_line): Call a hook function if the current file
3986         is renamed by #line.
3987         (do_ident): Pass the contents of the string, not the entire
3988         token, to the callback function.
3989         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
3990         (cb.rename_file): New hook function.
3991         (cb.ident): Adjust prototype.
3992         (cpp_type2name): Prototype.
3993         * cppmacro.c (dump_macro_args): Correct precedence lossage.
3994
3995         * cppmain.c (cb_ident): Update for changed interface.
3996         (cb_rename_file): New function.
3997         (main): Set rename callback.
3998
3999 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4000
4001         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
4002         multi-word registers.
4003
4004 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4005
4006         * c-common.c (combine_strings, check_format_info): Refer to ISO C
4007         or ISO C89 instead of ANSI C.
4008         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
4009         build_enumerator, do_case): Likewise.
4010         * c-lex.c (parse_float, yylex): Likewise.
4011         * c-parse.in: Likewise.
4012         * c-typeck.c (common_type, build_array_ref, build_binary_op,
4013         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
4014         build_c_cast, convert_for_assignment, set_init_index,
4015         set_init_label, c_expand_start_case): Likewise.
4016         * toplev.c (documented_lang_options, display_help): Likewise.
4017
4018 2000-08-08  Kazu Hirata  <kazu@hxi.com>
4019
4020         * h8300.c: Fix formatting.
4021         * h8300.h: Likewise.
4022         * h8300.md: Likewise.
4023         (movsi_h8300hs): Fix formatting of the resulting assembly code.
4024
4025         * reload1.c: Fix formatting.
4026
4027 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
4028
4029         * alpha/alpha.c (alpha_emit_xfloating_libcall):
4030         Use GEN_CALL_VALUE define.
4031         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
4032         * clipper/clipper.md (untyped_call): Likewise.
4033         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
4034         * fx80/fx80.md (untyped_call): Likewise.
4035         * mips/mips.md (untyped_call): Likewise.
4036         * ns32k/ns32k.md (untyped_call): Likewise.
4037         * pa/pa.md (untyped_call): Likewise.
4038         * romp/romp.md (untyped_call): Likewise.
4039         * sparc/sparc.md (untyped_call): Likewise.
4040
4041 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
4042
4043         * config/i860/i860.c (singlemove_string): Do not generate assembler
4044         pseudo instructions that must be expanded (that is, with signed
4045         constants larger than 16 bits).
4046
4047 2000-08-08  Richard Henderson  <rth@cygnus.com>
4048
4049         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
4050         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
4051         (init_propagate_block_info): Don't kill memory stores at -O0.
4052         (mark_set_1, mark_used_regs): Likewise.
4053
4054 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
4055
4056         * rs6000.c (optimization_options): Decorate 'level' as
4057         ATTRIBUTE_UNUSED.
4058         (mask64_operand): Remove sign-extend thinko.
4059         (rldic_operand): New function.
4060         (load_multiple_operation): regno's are unsigned ints.
4061         (store_multiple_operation): Likewise.
4062         (lmw_operation): Likewise.
4063         (stmw_operation): Likewise.
4064         (includes_lshift_p): shift_mask is unsigned int.
4065         (includes_lshift64_p): New function.
4066         (addrs_ok_for_quad_peep): unsigned int reg1.
4067         (print_operand): Consistently add "else" after
4068         output_operand_lossage().
4069         (print_operand, case 'b'): Fold in case 'W'.
4070         (print_operand, case 'W'): Print rldic MB value.
4071         (output_epilogue): Update Objective-C language string.
4072         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
4073         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
4074         * rs6000.md (ashldi3): Add rldic instruction.
4075         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
4076         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
4077         modifier.
4078
4079 2000-08-08  Richard Henderson  <rth@cygnus.com>
4080
4081         * config/ia64/ia64-protos.h: Remove duplicates.  Update
4082         for massive code rearrangements.
4083         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
4084         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
4085         (ia64_local_regs, ia64_need_regstk): Remove.
4086         (ar_ccv_reg_operand): New.
4087         (ia64_gp_save_reg): New.
4088         (struct ia64_frame_info): Combine most of the size elements;
4089         add new gr save elements.
4090         (find_gr_spill): New.
4091         (next_scratch_gr_reg): New.
4092         (mark_reg_gr_used_mask): New.
4093         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
4094         to GR backing store regs when possible.
4095         (ia64_initial_elimination_offset): New.
4096         (ia64_rap_fp_offset): Remove.
4097         (save_restore_insns): Remove.
4098         (setup_spill_pointers): New.
4099         (finish_spill_pointers): New.
4100         (spill_restore_mem): New.
4101         (do_spill, do_restore): New.
4102         (ia64_expand_prologue): Rewrite to use them.
4103         (ia64_expand_epilogue): Likewise.
4104         (ia64_direct_return): Update for current_frame_info changes.
4105         (ia64_function_prologue): Simplify .prologue emission.  Emit
4106         .spill when needed.
4107         (ia64_setup_incoming_varargs): Don't ever emit rtl.
4108         (ia64_dbx_register_number): New.
4109         (ia64_initialize_trampoline): New.
4110         (ia64_secondary_reload_class): Request GR_REGS for integer
4111         arithmetic destined for FR_REGS.
4112         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
4113         (ia64_mark_machine_status): Mark ia64_gp_save.
4114         (rws_access_regno): Rename from rws_access_reg; don't treat
4115         predicates specially.
4116         (rws_access_reg): New.  Update all callers.
4117         (rtx_needs_barrier): Remove dead unspecs.
4118         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
4119         (ia64_encode_section_info): Silence signed/unsigned warnings.
4120         (spill_offset, sp_offset, spill_offset_emitted): Remove.
4121         (tmp_reg, tmp_saved): Remove.
4122         (process_set): Rewrite to expect complicated bits via
4123         REG_FRAME_RELATED_EXPR.
4124         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
4125         in the use of ar.ccv; never set RTX_UNCHANGING_P.
4126         (ia64_expand_op_and_fetch): Likewise.
4127         (ia64_expand_compare_and_swap): Likewise.
4128         (ia64_expand_builtin): Likewise.
4129         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
4130         (FIRST_PSEUDO_REGISTER): Update.
4131         (AR_M_REGNO_P): Update.
4132         (FIXED_REGS): Don't mark three local registers as used.
4133         (EXTRA_CC_MODES): New.
4134         (SELECT_CC_MODE): New.
4135         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
4136         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
4137         (FRAME_GROWS_DOWNWARD): Unset.
4138         (STARTING_FRAME_OFFSET): Zero.
4139         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
4140         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
4141         (HARD_FRAME_POINTER_REGNUM): New.
4142         (CAN_DEBUG_WITHOUT_FP): Define.
4143         (TRAMPOLINE_TEMPLATE): Remove.
4144         (TRAMPOLINE_SIZE): Lower to 32.
4145         (TRAMPOLINE_ALIGNMENT): Lower to 64.
4146         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
4147         (PREDICATE_CODES): Update.
4148         (struct machine_function): Add ia64_gp_save.
4149         * config/ia64/ia64.md: Purge unused unspecs.
4150         (movsi patterns): Allow moves to/from AR_M_REGS.
4151         (movdi patterns): Allow moves to/from p0.
4152         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
4153         (gr_spill, gr_restore): Indicate ar.unat read/written.
4154         (nonlocal_goto): Don't pass old frame_pointer.
4155         (nonlocal_goto_receiver): Remove.
4156         (exception_receiver): New.
4157         (builtin_setjmp_setup): New.
4158         (builtin_setjmp_receiver): New.
4159         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
4160         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
4161         (__ia64_restore_stack_nonlocal): Likewise.
4162         (__ia64_trampoline): New.
4163         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
4164         function.
4165         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
4166
4167 2000-08-08  Richard Henderson  <rth@cygnus.com>
4168
4169         * frame.h (ia64_frame_state): Add my_psp.
4170         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
4171         (__throw): Pass it in.  Don't clobber r7.
4172         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
4173         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
4174         and nothing to do with sp.
4175         (normalize_reg_loc): Use frame->my_psp.
4176         (frame_translate): Handle frame-pointer-less functions.  Set
4177         spill_base correctly, in absence of being told.
4178         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
4179         (__ia64_backtrace_helper): New sp argument.  Use
4180         builtin_return_address instead of label addresses.
4181         (print_record) [mem_stack_v]: No size member.
4182
4183 2000-08-08  Richard Henderson  <rth@cygnus.com>
4184
4185         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
4186
4187 2000-08-08  Richard Henderson  <rth@cygnus.com>
4188
4189         * tm.texi (LOCAL_REGNO): Document.
4190         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
4191         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
4192         * reload1.c (reload): Likewise when considering nonlocal labels.
4193
4194         * config/ia64/ia64.h (LOCAL_REGNO): New.
4195         * config/sparc/sparc.h (LOCAL_REGNO): New.
4196
4197 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4198
4199         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
4200
4201 2000-08-07  Nick Clifton  <nickc@redhat.com>
4202
4203         * config/mips/mips.c: Fix compile time warning messages.
4204         * config/mips/mips-protos.h: Add prototype for equality_op.
4205
4206         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
4207
4208 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
4209
4210         * mn10300.md: Use nonimmediate_operand instead of general_operand
4211         on output operands.
4212
4213         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
4214
4215 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
4216
4217         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
4218         * sh.c (expand_block_move): Break long lines.
4219         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
4220         * sh.md (mulsi3): Likewise.
4221         (movdi): Adjust spacing.
4222
4223 2000-08-07  Richard Henderson  <rth@cygnus.com>
4224
4225         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
4226         * expr.c (emit_group_store): Don't set it.
4227
4228 2000-08-07  Kazu Hirata  <kazu@hxi.com>
4229
4230         * invoke.texi (Options for Debugging Your Program or GCC): Remove
4231         duplicate entries for 'w' and 'z'.
4232
4233         * flow.c: Fix a comment typo.
4234
4235 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4236
4237         * c-parse.in: Changed the language string for Objective-C to "GNU
4238         Objective-C".
4239
4240 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4241
4242         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
4243         to improve the Posix thread support for Objective-C.
4244
4245 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4246
4247         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
4248         CTI_UNSIGNED_PTRDIFF_TYPE.
4249         (signed_size_type_node): Define.
4250         (unsigned_ptrdiff_type_node): Define.
4251         * c-decl.c (init_decl_processing): Create the
4252         signed_size_type_node and unsigned_ptrdiff_type_node types.
4253         * c-common.c (T_SC): Define.
4254         (T_SST): Define.
4255         (T_UPD): Define.
4256         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
4257         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
4258         %s and %p.
4259         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
4260         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
4261         flags for %c, %s and %[.
4262         (check_format_info): Only allow leniency for signedness of targets
4263         of character pointers (when pedantic) for formats flagged with
4264         "c", so for strings but not for %hh formats.  When pedantic, don't
4265         allow character pointers to substitute for void pointers if a
4266         second level of indirection is present.
4267
4268 2000-08-06  Kazu Hirata  <kazu@hxi.com>
4269
4270         * invoke.texi (Options for Debugging Your Program or GCC): Update
4271         the names of dump files.
4272
4273         * h8300.c (dosize): Rearrange code for conciseness.
4274         (split_adds_subs): Likewise.
4275
4276         * loop.c: Fix formatting.
4277
4278         * dwarf2out.c: Fix formatting.
4279
4280         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
4281
4282         * expr.c: Fix formatting.
4283
4284 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4285
4286         * rs6000.c (rs6000_maybe_dead): Prototype.
4287
4288 2000-08-06  Richard Henderson  <rth@cygnus.com>
4289
4290         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
4291         HAVE_nonlocal_goto as well.
4292         * config/i960/i960.md (nonlocal_goto): Don't do it here.
4293         * config/pj/pj.md (nonlocal_goto): Likewise.
4294
4295 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
4296
4297         * loop.c (try_swap_copy_prop): New function.
4298         (load_mems): Rename copies to load_copies and add new regset
4299         store_copies.  Check for sets of shadow registers and mark
4300         in store_copies.   Call try_swap_copy_prop for registers
4301         marked in store_copies.
4302
4303 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4304
4305         * objc/objc-act.c: New command line option -fconstant-string-class
4306         to allow specifying a user defined constant string class,
4307         different from NXConstantString.
4308
4309         * toplev.c: Moved the Objective-C specific options to
4310         objc/lang-options.h.
4311
4312         * objc/lang-options.h: Moved the Objective-C specific options from
4313         toplev.c. Added -fconstant-string-class.
4314
4315 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
4316
4317         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
4318         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
4319         __CTOR_LIST__ from func_ptr array to just func_ptr, to
4320         avoid extra alignment imposed on arrays.
4321         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
4322         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
4323
4324         * mips.h: Clean up comments and spacing near MASKs.
4325         (TARGET_UNIX_ASM): Delete.
4326         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
4327         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
4328         values contiguous.
4329
4330 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4331
4332         * c-common.c (print_char_table): Add entries for the X/Open '
4333         format flag (print decimals with locale's thousands grouping
4334         character).  Make %C expect wint_t.
4335         (check_format_info): If pedantic, warn when the %n$ operand
4336         number form is used.  Allow for the ' flag; warn about it if
4337         pedantic.
4338
4339 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
4340
4341         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
4342         type is a float mode, cfun->decl's return type is not, and
4343         TARGET_FLOAT_RETURNS_IN_80387.
4344
4345 2000-08-04  Andreas Schwab  <schwab@suse.de>
4346
4347         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
4348         token list, which are always `#' and `pragma'.
4349
4350 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4351
4352         * tree.c (tree_expr_nonnegative_p): Move to...
4353         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
4354         (rtl_expr_nonnegative_p): New.
4355         * tree.h: Add prototype for rtl_expr_nonnegative_p.
4356
4357         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
4358         CONST_DOUBLE_CHAIN: Move to...
4359         * rtl.h: ...here.  Use XCINT/XCEXP.
4360
4361         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
4362         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
4363         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
4364         to VOL_FILES.
4365
4366         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
4367
4368 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4369
4370         * config/c4x/c4x.md (return_indirect_internal): New.
4371         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
4372
4373 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4374
4375         * c-common.c (time_char_table): Mark up formats added in C99 and
4376         make other corrections.  %D and %g were added in C99.  %Og is an
4377         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
4378         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
4379         C99 rather than GNU extensions, but %OG and %Oz are extensions.
4380         %h was added in C99.  %C was added in C99.  %OY and %OC are
4381         extensions.  Add the C99 format %F.
4382         (check_format_info): If pedantic and not in C99 mode, warn for C99
4383         formats, %E and %O.
4384
4385 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4386
4387         * function.c (schedule_fixup_var_refs): New function, broken out
4388         of put_reg_into_stack.
4389         (put_reg_into_stack): Use it.
4390         (put_var_into_stack): In CONCAT case, fixup up references for
4391         components only after fixing up references to the whole concat.
4392
4393 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
4394
4395         * alias.c (mark_constant_function): Use INSN_P.
4396         (init_alias_analysis): Likewise.
4397         * combine.c (combine_instructions): Use INSN_P.
4398         (can_combine_p): Likewise.
4399         (try_combine): Likewise.
4400         (distribute_notes): Likewise.
4401         (distribute_links): Likewise.
4402         * cse.c (cse_around_loop): Use INSN_P.
4403         (invalidate_skipped_block): Likewise.
4404         (cse_set_around_loop): Likewise.
4405         (cse_end_of_basic_block): Likewise.
4406         (delete_trivially_dead_insns): Likewise.
4407         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
4408         (unshare_all_rtl_1): Likewise.
4409         (next_cc0_user): Likewise.
4410         (try_split make_insn_raw): Likewise.
4411         (remove_unnecessary_notes): Likewise.
4412         * final.c (shorten_branches): Use INSN_P.
4413         (leaf_renumber_regs): Likewise.
4414         (leaf_renumber_regs_insn): Likewise.
4415         * flow.c (find_label_refs): Use INSN_P.
4416         (verify_wide_reg): Likewise.
4417         (notice_stack_pointer_modification): Likewise.
4418         (count_or_remove_death_notes): Likewise.
4419         (verify_flow_info): Likewise.
4420         (clear_log_links): Likewise.
4421         * function.c (fixup_var_refs_insns): Use INSN_P.
4422         (compute_insns_for_mem): Likewise.
4423         * gcse.c (alloc_gcse_mem): Use INSN_P.
4424         (compute_sets): Likewise.
4425         (compute_hash_table): Likewise.
4426         (classic_gcse): Likewise.
4427         (cprop): Likewise.
4428         (insert_insn_end_bb): Likewise.
4429         (delete_null_pointer_checks_1): Likewise.
4430         * global.c (expand_preferences): Use INSN_P.
4431         (build_insn_chain): Likewise.
4432         * graph.c (node_data): Use INSN_P.
4433         * haifa-sched.c (priority): Use INSN_P.
4434         (rm_line_notes): Likewise.
4435         (rm_other_notes): Likewise.
4436         (find_insn_reg_weight): Likewise.
4437         (init_target_units): Likewise.
4438         (schedule_block): Likewise.
4439         (compute_block_forward_dependences): Likewise.
4440         (debug_dependencies): Likewise.
4441         (set_priorities): Likewise.
4442         * integrate.c (function_cannot_inline_p): Use INSN_P.
4443         (save_parm_insns): Likewise.
4444         (copy_insn_list): Likewise.
4445         * jump.c (mark_all_labels): Use INSN_P.
4446         (never_reached_warning): Likewise.
4447         * lcm.c (optimize_mode_switching): Use INSN_P.
4448         * local-alloc.c (validate_equiv_mem): Use INSN_P.
4449         (memref_used_between_p): Likewise.
4450         (update_equiv_regs): Likewise.
4451         (block_alloc): Likewise.
4452         (no_conflict_p): Likewise.
4453         * loop.c (scan_loop): Use INSN_P.
4454         (find_and_verify_loops): Likewise.
4455         (count_loop_regs_set): Likewise.
4456         (loop_reg_used_before_p): Likewise.
4457         (strength_reduce): Likewise.
4458         (recombine_givs): Likewise.
4459         (check_dbra_loop): Likewise.
4460         (load_mems): Likewise.
4461         (try_copy_prop): Likewise.
4462         * print-rtl.c (print_rtx): Use INSN_P.
4463         * recog.c (find_single_use): Use INSN_P.
4464         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
4465         (next_flags_user): Likewise.
4466         (swap_rtx_condition): Likewise.
4467         * regmove.c (mark_flags_life_zones): Use INSN_P.
4468         (optimize_reg_copy_1): Likewise.
4469         (optimize_reg_copy_2): Likewise.
4470         (optimize_reg_copy_3): Likewise.
4471         (reg_is_remote_constant_p): Likewise.
4472         (fixup_match_2): Likewise.
4473         (regmove_optimize): Likewise.
4474         (fixup_match_1): Likewise.
4475         * regrename.c (build_def_use): Use INSN_P.
4476         (replace_reg_in_block): Likewise.
4477         (consider_use): Likewise.
4478         * reload.c (find_equiv_reg): Use INSN_P.
4479         * reload1.c (reload): Use INSN_P.
4480         (maybe_fix_stack_asms): Likewise.
4481         (calculate_needs_all_insns): Likewise.
4482         (reload_as_needed): Likewise.
4483         (emit_output_reload_insns): Likewise.
4484         (delete_address_reloads_1): Likewise.
4485         (reload_cse_regs_1): Likewise.
4486         (reload_combine): Likewise.
4487         (reload_cse_move2add): Likewise.
4488         * reorg.c (redundant_insn): Use INSN_P.
4489         (dbr_schedule): Likewise.
4490         * resource.c (find_dead_or_set_registers): Use INSN_P.
4491         (mark_target_live_regs): Likewise.
4492         * rtlanal.c (reg_used_between_p): Use INSN_P.
4493         (reg_referenced_between_p): Likewise.
4494         (reg_set_between_p): Likewise.
4495         (reg_set_p): Likewise.
4496         (single_set): Likewise.
4497         (multiple_sets): Likewise.
4498         (find_last_value): Likewise.
4499         (reg_set_last): Likewise.
4500         (find_reg_note): Likewise.
4501         (find_regno_note): Likewise.
4502         * sibcall.c (sequence_uses_addressof): Use INSN_P.
4503         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
4504         * ssa.c (find_evaluations): Use INSN_P.
4505         (rename_block): Likewise.
4506         (rename_equivalent_regs): Likewise.
4507         * unroll.c (loop_find_equiv_value): Use INSN_P.
4508         (set_dominates_use): Likewise.
4509         * varasm.c (mark_constant_pool): Use INSN_P.
4510         (mark_constants): Likewise.
4511         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
4512         (alphaev4_next_group): Likewise.
4513         (alphaev5_next_group): Likewise.
4514         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
4515         (c4x_rptb_rpts_p): Likewise.
4516         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
4517         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
4518         (rs6000_adjust_priority): Likewise.
4519         * config/sh/sh.c (sh_loop_align): Use INSN_P.
4520         (machine_dependent_reorg): Likewise.
4521         (split_branches): Likewise.
4522         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
4523
4524 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
4525
4526         * combine.c (recog_for_combine): Remove the old notes
4527         prior to attempting to recognize the new pattern.
4528         (distribute_notes): Ignore REG_NONNEG notes.
4529
4530 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
4531
4532         * varasm.c (output_constructor): Add .align 0 for packed vars.
4533
4534 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4535
4536         * configure.in: Use default thread_file even when enable_threads is
4537         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
4538         * configure: Rebuilt.
4539
4540         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
4541
4542 2000-08-04  Donn Terry (donnte@microsoft.com)
4543
4544         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
4545
4546 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
4547
4548         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
4549         Delete code that conditionally modifies 'version'.
4550         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
4551         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
4552         * gcc.c (main): Use it.
4553         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
4554         * prefix.c (update_path): Use it.
4555         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
4556         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
4557         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
4558         code.
4559         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
4560         (SUBTARGET_SWITCHES): Adjust.
4561         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
4562         defining.
4563         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
4564
4565 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4566
4567         * c-common.h (flag_isoc94): Declare.
4568         * c-decl.c (flag_isoc94): Define.
4569         (c_decode_option): Set flag_isoc94 as appropriate.
4570         * c-common.c (T_PD, T_IM, T_UIM): Define.
4571         (format_char_info): Add tlen and jlen.
4572         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
4573         %F.  Allow %lf.
4574         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
4575         %l[.
4576         (time_char_table): Add NULL entries for %t and %j.
4577         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
4578         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
4579         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
4580         precision.  Allow precision argument to be unsigned int.  If
4581         pedantic, warn for %p passed an argument not a pointer to possibly
4582         qualified void or a possibly qualified character type, and for
4583         pointer targets of the wrong sign, except for character pointers.
4584
4585 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4586
4587         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
4588         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
4589         (wint_type_node): Define.
4590         * c-decl.c (WINT_TYPE): Define.
4591         (init_decl_processing): Create the wint_type_node type.
4592         * c-common.c (T_WI): Define.
4593         (print_char_table): Use T_WI for %lc format.
4594
4595 2000-08-04  Bruce Korb  <bkorb@gnu.org>
4596
4597         * fixinc/:  Verified that the MSDOS patch does not break
4598         the UNIX functionality and applied the next three patches
4599         from July:
4600
4601 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
4602
4603         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
4604         output file with the temporary one by appending ".X" to generate
4605         the temporary fuile's name.  If the output file already has an
4606         extension, replace it with ".X".
4607
4608         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
4609         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
4610         reallocate the command buffer while copying the command-line
4611         argument.  Redirect the output directly to the temporary file,
4612         instead of going through another temporary file.
4613         (process): Close the temporary file before unlinking it.
4614         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
4615         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
4616         (run_compiles): Pass p_fixd argument to machine_matches, as it
4617         expects.
4618
4619         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
4620         environment, assume there are no symlinks in the include
4621         directory.  When cleaning up the DONE files, look for them
4622         case-insensitively.  Don't try to remove symlinks if they aren't
4623         there.
4624
4625         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
4626         all callers changed.  Declare pz "const char *", to avoid compiler
4627         warnings.
4628
4629         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
4630         Change prototype of make_raw_shell_str.
4631
4632 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
4633
4634         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
4635         (initialize) [__MSDOS__]: Use tempnam.
4636         (initialize): Don't use SIGPIPE if it is not defined.
4637
4638         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
4639         return stdout.
4640
4641 2000-07-25  Bruce Korb  <bkorb@gnu.org>
4642
4643         * fixinc/fix*.[ch]: substantially reworked to make it possible
4644         to run this program without using fork(2) or pipe(2) (i.e. in
4645         a DOS environment).
4646
4647 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4648
4649         * cppdefault.h (WINT_TYPE): Define.
4650         * cppinit.c (builtin_array): Define __WINT_TYPE__.
4651         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
4652         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
4653
4654 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
4655
4656         * (mips_legitimate_address_p): Don't allow register+offset
4657         if the offset is large and negative, and we are compiling
4658         for 64 bit registers.
4659
4660 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4661
4662         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
4663         insn_code_number + 1.
4664
4665 2000-08-04  Kazu Hirata  <kazu@hxi.com>
4666
4667         * h8300.c (function_prologue): Rearrange code for conciseness.
4668         (function_epilogue): Likewise.
4669         * h8300.h (OK_FOR_U): Fix formatting.
4670
4671         * cse.c: Fix a comment typo. Fix formatting.
4672
4673 2000-08-03  Richard Henderson  <rth@cygnus.com>
4674
4675         * config/i386/i386.md (return_indirect_internal): New.
4676         * config/i386/i386.c (ix86_expand_epilogue): Use it.
4677
4678 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
4679
4680         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
4681         before the name.
4682         (lex_line): Glue @ onto the beginning of identifiers and
4683         string constants, in Objective-C mode.
4684         (output_token, spell_token): Handle CPP_OSTRING.
4685         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
4686         beginning of a NAME or a STRING, in objc mode.
4687
4688         * cpplib.c (get_define_node): Do not permit identifiers that
4689         begin with @ to be #defined.
4690         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
4691         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
4692
4693         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
4694         * c-tree.h (build_objc_string): Delete prototype.
4695         * objc/objc-tree.def: Delete OBJC_STRING_CST.
4696         * c-lex.c (yylex): Use build_string for all three kinds of strings.
4697
4698         * c-parse.in, objc/objc-act.c: Update commentary.
4699
4700 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
4701
4702         * extend.texi: Fix typo in last change.
4703
4704         * extend.texi: Add commentary on statement-expressions and their
4705         interactions with C++.
4706
4707 2000-08-03  Nick Clifton  <nickc@cygnus.com>
4708
4709         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
4710         * dwarf.h (LANG_JAVA): Change value to 0x000b.
4711
4712 2000-08-03  Anthony Green  <green@cygnus.com>
4713
4714         * dwarf2out.c (gen_compile_unit_die): Add java language support.
4715         (add_bound_info): Check for java language.
4716         (is_java): New function.
4717         * dwarfout.c (output_compile_unit_die): Ditto.
4718         * dwarf.h (dwarf_source_language): Add java source language type.
4719         * dwarf2.h (dwarf_source_language): Ditto.
4720
4721 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4722
4723         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
4724         operands.
4725
4726         * i386.c (ix86_expand_branch): Mode of comparison in
4727         IF_THEN_ELSE is VOIDmode.
4728
4729 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
4730
4731         * gengenrtl.c, rtl.c: Avoid #elif.
4732
4733 2000-08-03  Michael Poole  <poole@troilus.org>
4734
4735         * tm.texi (Register Classes): Clarify order of sub-initializers
4736         in REG_CLASS_CONTENTS.
4737
4738 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4739
4740         From SAITOH Masanobu:
4741         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
4742
4743 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
4744
4745         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
4746         is not supported by tradcpp and isn't actually needed for cygwin.
4747
4748 2000-08-03  Kazu Hirata  <kazu@hxi.com>
4749
4750         * h8300.c: Fix a comment typo.
4751         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
4752
4753         * jump.c: Fix formatting.
4754
4755         * toplev.c: Fix formatting.
4756
4757 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
4758
4759         * flow.c (find_auto_inc): Verify that we've got a REG before
4760         peeking at its regno.  Fail, don't abort if we can't find
4761         the increment of the desired register.
4762
4763         * pa.md (shadd height reduction patterns/splitters): Remove.
4764
4765 2000-08-02  Jim Wilson  <wilson@cygnus.com>
4766
4767         * config/ia64/ia64-protos.h (flag_ssa): Declare.
4768         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
4769
4770 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
4771
4772         * dce.c: Remove all uses of assert.
4773         * dwarf2out.c: Likewise.
4774         * dwarfout.c: Likewise.
4775         * ssa.c: Likewise.
4776
4777 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4778
4779         * gcc.h (lang_specific_driver): Constify second argument.
4780         * gcc.c (translate_options, process_command, main): Likewise.
4781         Constify variables to match.  Cast second argument to
4782         pexecute.
4783
4784         * cppspec.c, gccspec.c: Adjust type of second argument to
4785         lang_specific_driver, and update code as necessary.
4786
4787 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
4788
4789         * loop.c (scan_loop): Ensure update_end label does not
4790         go away until reg_scan_update is run.
4791
4792 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4793
4794         * c-common.h: Prototype min_precision and c_build_qualified_type here...
4795         * c-tree.h: ... not here.
4796         * errors.h: Prototype fancy_abort.
4797
4798         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
4799         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
4800         * regrename.c (regrename_optimize): Make control flow explicit.
4801         (replace_reg_in_block): Initialize reg_use to 0.
4802
4803         * i386.c (legitimate_address_p): Rename error label to
4804         report_error to avoid namespace clash.
4805
4806 2000-08-02  Kazu Hirata  <kazu@hxi.com>
4807
4808         * fold-const.c: Fix formatting.
4809
4810 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4811
4812         * i386.c (legitimate_address_p): Accept other bases than
4813         pic_offset_table_rtx for GOTOFF constructs.
4814
4815 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4816
4817         * i386.md (shift to lea splitter): Use const_int_operand.
4818
4819 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4820
4821         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
4822         cppspec.c: Do not use 'legal' or 'illegal' in error messages
4823         and comments.
4824
4825         * cppmain.c (cb_define, cb_undef): Don't generate any output
4826         if not done_initializing.
4827         * cpplex.c (maybe_paste_with_next): When the token after a ##
4828         is an omitted rest argument, only delete the token before it
4829         if that token is a comma.  Do not warn about bogus token
4830         pastes for , ## rest_arg.
4831
4832         * cpp.texi: Update.
4833         * cpp.1: Regenerate.
4834
4835 2000-08-02  Fred Fish  <fnf@be.com>
4836
4837         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
4838         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
4839         and later.
4840
4841         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
4842         Be directories to search path.
4843
4844         Remove support for __declspec(dllimport) and __declspec(dllexport).
4845         This is leftover cruft from the earlier BeOS gcc port when BeOS
4846         used Microsoft's PE object file format.
4847         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
4848         * config/i386/t-beos (winnt.o): Remove Makefile frag.
4849         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
4850         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
4851         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
4852         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
4853         (REDO_SECTION_INFO_P): Remove.
4854         (ASM_EXPORT_DECL): Remove.
4855         (ASM_DECLARE_FUNCTION_NAME): Remove.
4856         (ASM_DECLARE_OBJECT_NAME): Remove.
4857         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
4858         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
4859         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
4860         (STRIP_NAME_ENCODING): Remove.
4861
4862         Remove support for obsolete version of BeOS that is no longer
4863         supported by Be.
4864         * configure.in (i*86-*-beospe*): Remove.
4865         * config/i386/beos-pe.h: Remove.
4866
4867 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
4868             Mark Mitchell <mark@codesourcery.com>
4869
4870         * Makefile.in (OBJS): Added dce.o.
4871         (ssa.o): Updated target to include ssa.h.
4872         (flow.o): Likewise.
4873         (toplev.o): Likewise.
4874         (dce.o): Created target.
4875         * basic-block.h: Added comments.
4876         (INVALID_BLOCK): Added definition.
4877         (connect_infinite_loops_to_exit): Added declaration.
4878         Moved SSA declarations to ssa.h.
4879         * flow.c: Added inclusion of ssa.h.
4880         (struct depth_first_search_dsS, depth_first_search_ds):
4881         Added definitions.
4882         (compute_immediate_postdominators): Added definition.
4883         (connect_infinite_loops_to_exit): Likewise.
4884         (flow_dfs_compute_reverse_init): Likewise.
4885         (flow_dfs_compute_reverse_add_bb): Likewise.
4886         (flow_dfs_compute_reverse_execute): Likewise.
4887         (flow_dfs_compute_reverse_finish): Likewise.
4888         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
4889         (LABEL_P): Added definition.
4890         (JUMP_P): Likewise.
4891         (NOTE_P): Likewise.
4892         (BARRIER_P): Likewise.
4893         (JUMP_TABLE_DATA_P): Likewise.
4894         (INSN_DEAD_CODE_P): Likewise.
4895         * ssa.c: Replaced inclusions with ssa.h inclusion.
4896         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
4897         (rename_registers): Removed unnecessary variables.
4898         * ssa.h: Created by moving declarations from ssa.c and
4899         basic-block.h.
4900         * timevar.def: Defined TV_DEAD_CODE_ELIM.
4901         * toplev.c: Added ssa.h inclusion.
4902         (dump_file_index): Added DFI_dce.
4903         (dump_file): Added "dce" entry.
4904         Defined flag_ssa.
4905         (f_options): Added dce entry.
4906         * invoke.texi: Document -fdce.  Emphasize experimental status of
4907         -fssa.
4908         * dce.c: New file.
4909
4910 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
4911
4912         * cpperror.c (v_message): Split into _cpp_begin_message and
4913         v_message macro.  All callers updated.
4914         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
4915         checks here.
4916
4917         * cppfiles.c (cpp_syshdr_flags): New function.
4918         (read_include_file): Don't call cpp_output_tokens.  Call
4919         enter_file hook.
4920         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
4921         (cpp_reader_init): Don't initialize token_buffer.  Call
4922         _cpp_init_internal_pragmas.
4923         (cpp_cleanup): Don't clear token_buffer.
4924         (cpp_start_read): Don't worry about output from -D processing.
4925         Don't call cpp_output_tokens.
4926         (cpp_finish): Don't dump macros here.  Don't call
4927         cpp_output_tokens.
4928         * cppmacro.c (_cpp_dump_definition): Rename
4929         cpp_dump_definition.  Write directly to a FILE *.
4930         (dump_funlike_macro): Delete.
4931         (dump_macro_args): New.
4932
4933         * cpplex.c (TOKEN_LEN): Convert to inline function.
4934         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
4935         cpp_scan_line, _cpp_dump_list): Delete.
4936         (cpp_printf, cpp_output_list): New.
4937         (output_line_command): Don't worry about entering or leaving files.
4938         (cpp_scan_buffer): Just output each token as we hit it.
4939         (process_directive): Don't call cpp_output_tokens.
4940         (_cpp_glue_header_name): Don't use token_buffer.
4941         (output_token, dump_param_spelling): Write directly to a FILE *.
4942
4943         * cpplib.c (pass_thru_directive, dump_macro_name,
4944         pragma_dispatch, do_pragma_gcc): Delete.
4945         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
4946         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
4947         functions.
4948         (do_error, do_warning, pragma_dependency): Call
4949         _cpp_begin_message, then cpp_output_list.
4950         (cpp_register_pragma, cpp_register_pragma_space,
4951         _cpp_init_internal_pragmas): New.
4952         (do_pragma): Walk the pragmas table here.
4953         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
4954         do_pragma_dependency): Return void.
4955         (do_pragma_implementation): Moved to cppmain.c.
4956
4957         * cpplib.h: Update prototypes.
4958          (struct cpp_reader): Remove printer, token_buffer,
4959         token_buffer_size, and limit.  Add struct cb, and pragmas.
4960         (struct cpp_printer): Remove last_id and written.
4961         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
4962         CPP_ADJUST_WRITTEN): Delete.
4963         * cpphash.h: Update prototypes.
4964         (ufputs): New wrapper.
4965
4966         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
4967         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
4968         (main): Set up callbacks.  Register #pragma implementation.
4969         Dump macros from here.
4970
4971 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
4972
4973         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
4974         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
4975         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
4976         insns if they have a REG_MAYBE_DEAD note attached.
4977         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
4978         (rs6000_emit_load_toc_table): TOC loads may go dead.
4979
4980 2000-08-01  Jim Wilson  <wilson@cygnus.com>
4981
4982         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
4983         type exists before using it.  Use number of words as alignment
4984         otherwise.
4985         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
4986         ia64_va_arg): Propagate ia64_function_args changes here.
4987
4988 2000-08-01  Richard Henderson  <rth@cygnus.com>
4989
4990         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
4991         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
4992
4993 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
4994
4995         From Joern Rennecke:
4996         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
4997         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
4998         unless TARGET_SH3E is set.
4999         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
5000
5001         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
5002         (ashlsi3_std): New pattern.
5003         (ashlsi3 expander): Use it for TARGET_SH3.
5004         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
5005
5006 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5007
5008         * loop.c (canonicalize_condition):  Use destination, not source to
5009         determine SET's mode.
5010
5011 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
5012
5013         * flow.c (clear_log_links): Fix typo.
5014
5015 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
5016
5017         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
5018         on targets which need more than one insn for a compare/cbranch
5019         operation.
5020
5021 2000-07-31  Jim Wilson  <wilson@cygnus.com>
5022
5023         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
5024         when computing offset.
5025
5026 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
5027
5028         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
5029
5030 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
5031
5032         * flow.c (clear_log_links): Nuke global_live_at_start and
5033         global_live_at_end data, since if the log_links stuff is invalid
5034         so is global_live_at_*.
5035
5036 2000-07-31  Richard Henderson  <rth@cygnus.com>
5037
5038         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
5039
5040 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
5041
5042         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
5043         (_cpp_get_token): Don't macro expand a just pasted token if it
5044         was pasted at no_expand_level.
5045
5046 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5047
5048         * cppmacro.c (find_param, count_params, save_expansion):
5049         Permit 'defined' as a macro parameter name.
5050
5051 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5052
5053         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
5054         xcpp to cpp throughout.
5055         (native): Remove unnecessary dependency on cpp.
5056
5057         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
5058         tradcpp to tradcpp0.
5059         (.i spec): Add missing output-file spec to cc1 command line.
5060         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
5061
5062 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5063
5064         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
5065         (implicit_decl_warning): New function.
5066         (implicitly_declare): Use it.
5067         * c-typeck.c (build_external_ref): Use implicit_decl_warning
5068         to complain about implicit decls of builtins.
5069
5070         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
5071         based on pedantic && flag_isoc99, if not already set.
5072         * c-tree.h: Declare mesg_implicit_function_declaration.
5073         Prototype implicit_decl_warning.
5074
5075 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
5076
5077         * Makefile.in (ssa.o): Updated header files in dependences.
5078         * basic-block.h: Added compute_immediate_postdominators declaration.
5079         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
5080         definition.
5081         * flow.c (compute_immediate_dominators): Updated comment.
5082         (compute_immediate_postdominators): Added definition.
5083         * rtl.h (HARD_REGISTER_P): Added definition.
5084         * ssa.c: Include additional header files.
5085         (assert): Added definition.
5086         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
5087         include select hard registers.
5088         (ssa_rename_to_insert): Likewise.
5089         (ssa_rename_from_initialize): Likewise.
5090         (ssa_rename_from_lookup): Likewise.
5091         (original_register): Likewise.
5092         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
5093         include select hard reigsters.
5094         (ssa_rename_from_traverse): Likewise.
5095         (ssa_rename_from_free): Likewise.
5096         (ssa_rename_from_print): Likewise.
5097         (ssa_rename_from_print_1): Likewise.
5098         (ssa_rename_from_hash_function): Likewise.
5099         (ssa_rename_from_equal): Likewise.
5100         (ssa_rename_from_delete): Likewise.
5101         (simplify_to_immediate_dominators): Removed in favor of
5102         flow.c:compute_immediate_dominators.
5103         (find_evaluations_1): Modified to work with hard registers.
5104         (insert_phi_node): Likewise.
5105         (insert_phi_nodes): Likewise.
5106         (struct rename_set_data): Updated prev_reg comment.
5107         (create_delayed_rename): Modified to work with hard registers.
5108         (RENAME_NO_RTX): Updated comment.
5109         (apply_delayed_renames): Modified to work with hard registers.
5110         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
5111         (rename_block): Updated to use revised ssa_rename_to interface.
5112         (rename_registers): Updated to use revised ssa_rename_to and
5113         ssa_rename_from interface.
5114         (convert_to_ssa): Revised to use compute_immediate_dominators and
5115         deal with hard registers.
5116         (make_regs_equivalent_over_bad_edges): Modified to work with hard
5117         registers.  Added check for illegal unification of hard register.
5118         (make_equivalent_phi_alternatives_equivalent): Modified to work
5119         with hard registers.
5120         (compute_conservative_reg_partition): Likewise.
5121         (coalesce_if_unconflicting): Modified to work with hard registers
5122         and check for conflicting hard registers.
5123         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
5124         registers.
5125         (rename_equivalent_regs_in_insn): Modified to work with hard
5126         registers.
5127         (record_canonical_element_1): Added definition.
5128         (check_hard_regs_in_partition): Added definition.
5129         (convert_from_ssa): Added data structure deallocation and check
5130         for illegal hard register unification.
5131         (conflict_hard_regs_p): Added definition.
5132         * toplev.c (rest_of_compilation): Added comment.
5133
5134 2000-07-31  Anthony Green  <green@redhat.com>
5135
5136         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
5137
5138 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
5139
5140         * builtins.c (expand_builtin_apply): Don't defer pop during
5141         argument setup.
5142
5143 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5144
5145         * calls.c (combine_pending_stack_adjustment_and_call): Only use
5146         preferred_unit_stack_boundary when it is > 1.
5147
5148 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5149
5150         * c-common.c (init_function_format_info): Add C99 format functions
5151         in C99 mode.
5152
5153         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
5154         void' or 'register void' as being the special case of 'void' alone
5155         in a parameter list.
5156
5157         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
5158         discarding qualifiers into a plain warning.
5159
5160 2000-07-31  Kazu Hirata  <kazu@hxi.com>
5161
5162         * combine.c: Fix formatting.
5163
5164         * h8300.md: Fix formatting.
5165
5166         * local-alloc.c: Fix formatting.
5167
5168         * h8300.c (get_shift_alg): Remove the variable alg.
5169         (emit_a_shift): Rearrange code to improve readability.
5170
5171         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
5172
5173         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
5174         HImode on all architectures and a combination of HImode and SImode
5175         on H8/300H and H8/S.
5176
5177         * h8300.c (split_adds_subs): Rearrange code for conciseness.
5178
5179 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5180
5181         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
5182         in my last checkin.
5183
5184 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5185
5186         * recog.c (extract_insn): Set operand_mode according to
5187         operand if match_operand is VOIDmode.
5188
5189 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5190
5191         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
5192
5193 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
5194
5195         * c-parse.in (extdefs): Call ggc_collect between external
5196         definitions.
5197
5198 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
5199             Richard Henderson  <rth@cygnus.com>
5200
5201         * Makefile.in (OBJS): Add doloop.o.
5202         * doloop.c: New file.
5203
5204         * final.c (insn_current_reference_address): Return 0 before final.
5205         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
5206         * jump.c (any_uncondjump_p): Likewise.
5207         * loop.c (indirect_jump_in_function): Make static.
5208         (strength_reduce): Call doloop_optimize.
5209         (insert_bct, instrument_loop_bct): Remove.
5210         * loop.h (doloop_optimize): Prototype.
5211         * recog.c (split_all_insns): Split all INSN_P.
5212         * toplev.c (flag_branch_on_count_reg): Default on.
5213
5214         * config/c4x/c4x.c (c4x_optimization_options): Don't set
5215         flag_branch_on_count_reg.
5216         * config/i386/i386.c (override_options): Likewise.
5217         * config/rs6000/rs6000.c (optimization_options): Likewise.
5218
5219         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
5220         (doloop_end): New.
5221         (dbra_ge): Remove, as well as all it's splitters.
5222
5223         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
5224         (doloop_end): New.
5225
5226         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
5227         (ia64_register_move_cost): Declare.
5228         * config/ia64/ia64.c (ar_lc_reg_operand): New.
5229         (struct ia64_frame_info): Add ar_size.
5230         (ia64_compute_frame_size): Set it.
5231         (save_restore_insns): Save and restore ar.lc.
5232         (ia64_register_move_cost): New, moved from header file.  Handle
5233         application registers.
5234         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
5235         (emit_insn_group_barriers): Special case doloop_end_internal.
5236         (ia64_epilogue_uses): Mark ar.lc live at end.
5237         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
5238         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
5239         (FIRST_PSEUDO_REGISTER): Make room.
5240         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
5241         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
5242         (REG_ALLOC_ORDER): Update.
5243         (HARD_REGNO_MODE_OK): Update.
5244         (REGISTER_NAMES): Update.
5245         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
5246         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
5247         (REGNO_REG_CLASS): Update.
5248         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
5249         (REGISTER_MOVE_COST): Move out of line.
5250         (PREDICATE_CODES): Update.
5251         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
5252         (addsi3_plus1_alt, adddi3_plus1_alt): New.
5253         (shladd_elim splitter): Allow constants in the predicate.
5254         (doloop_end, doloop_end_internal): New.
5255
5256 2000-07-30  Richard Henderson  <rth@cygnus.com>
5257
5258         * genattrtab.c (struct insn_def): Add lineno member.
5259         (struct insn_ent): Likewise.
5260         (struct attr_desc): Likewise.
5261         (struct delay_desc): Likewise.
5262         (struct function_unit_op): Likewise.
5263         (struct function_unit): Likewise.
5264         (check_attr_value): Use message_with_line.
5265         (check_defs): Likewise.
5266         (expand_units): Likewise.
5267         (check_attr_test): Take a lineno argument.
5268         (gen_attr): Likewise.
5269         (gen_insn): Likewise.
5270         (gen_delay): Likewise.
5271         (gen_unit): Likewise.
5272         (main): Give it to them.
5273         (convert_set_attr_alternative): Take an insn_def argument
5274         instead of num_alt and insn_index.
5275         (convert_set_attr): Likewise.
5276         (write_test_expr): Protect INSN_ADDRESSES load
5277         with INSN_ADDRESSES_SET_P.
5278
5279 2000-07-30  Richard Henderson  <rth@cygnus.com>
5280
5281         * flow.c (init_propagate_block_info): Use pc_set.
5282
5283 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5284
5285         * i386.md (*lea_general_[123]) New insns and splits.
5286         (addsi3 to lea splitter): Handle other modes too.
5287         (shlsi3 to lea splitter): Likewise.
5288         (addhi_1_lea, shlhi_1_lea): New patterns.
5289         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
5290
5291 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5292
5293         * recog.c (general_operand, nonimmediate_operand): Accept
5294         any mode for VOIDmode CONSTANT_P operands.
5295
5296 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5297
5298         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
5299         instead of replace_rtx.
5300         * recog.c (validate_replace_rtx_subexp): New function.
5301         * recog.h (validate_replace_rtx_subexp): Declare.
5302
5303 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5304
5305         * combine.c (simplify_set, make_extraction, make_compound_operation
5306         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
5307         as force_to_mode argument.
5308
5309 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5310
5311         * combine.c (if_then_else_cond): Be sure that mode fits in
5312         HOST_WIDE_INT.
5313
5314 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5315
5316         * combine.c (record_promoted_value):  Allow bitsize of mode
5317         to be equivalent to HOST_BITS_PER_WISE_INT.
5318
5319 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5320
5321         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
5322         Do not call gen_mode_alignment when mode is BLKmode.
5323
5324 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5325
5326         * loop.c (express_from_1): Fix call of simplify_gen_binary.
5327
5328 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5329
5330         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
5331         VOIDmode implies both operands to be VOIDmode.
5332         (simplify_ternary_operation): Compute properly the mode of comparison.
5333         * combine.c (combine_simplify_rtx): Likewise.
5334
5335 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
5336
5337         * basic-block.h (struct loops): New field rc_order.
5338         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
5339         (flow_loops_free): Free rc_order.
5340         (flow_depth_first_order_compute): New parameter rc_order.
5341         (flow_loops_find): Allocate rc_order and swap usage with
5342         dfs_order.
5343
5344 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5345            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5346
5347         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
5348         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
5349         (nodb_call, return_from_epilogue): Likewise.
5350         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
5351         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
5352         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
5353         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
5354         (c4x_valid_type_attribute_p): Likewise.
5355         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
5356         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
5357
5358 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5359
5360         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
5361         and loadhi_big_constant if applicable.
5362         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
5363         and add new splitter.s
5364
5365 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5366
5367         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
5368
5369 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5370
5371         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
5372
5373 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5374
5375         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
5376
5377 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5378
5379         * config/c4x/libgcc.S (divqf3): Improve accuracy.
5380
5381 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
5382
5383         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
5384         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
5385         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
5386         (get_prev_bb_note): Likewise.
5387         (remove_scope_notes): Likewise.
5388         * flow.c (commit_one_edge_insertion): Likewise.
5389         (merge_blocks_nomove): Likewise.
5390         (verify_flow_info): Likewise.
5391         * gcse.c (insert_insn_end_bb): Likewise.
5392         * reg-stack.c (emit_swap_insn): Likewise.
5393         * ssa.c (first_insn_after_basic_block_note): New function.
5394         (insert_phi_node): Use it.
5395         (rename_block): Likewise.
5396         (eliminate_phi): Likewise.
5397         (make_regs_equivalent_over_bad_edges): Likewise.
5398         (make_equivalent_phi_alternatives_equivalent): Likewise.
5399         (for_each_successor_phi): Likewise.
5400         (convert_from_ssa): Modify phi-node deletion algorithm.
5401
5402 2000-07-29  Andreas Jaeger  <aj@suse.de>
5403
5404         * configure.in (mips*-*-linux*): Use mips*el to check for little
5405         endian MIPS, add tmake_file.
5406
5407         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
5408         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
5409         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
5410
5411 2000-07-28  Richard Henderson  <rth@cygnus.com>
5412
5413         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
5414         Sign extend mode size before negating.
5415
5416 2000-07-28  Richard Henderson  <rth@cygnus.com>
5417
5418         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
5419
5420 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
5421
5422         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
5423         (cse_insn): Likewise.
5424         (addr_affects_sp_p): Likewise.
5425         * expr.c (move_by_pieces): Likewise.
5426         (clear_by_pieces): Likewise.
5427         * gcse.c (oprs_unchanged_p): Likewise.
5428         * haifa-sched.c (sched_analyze_2): Likewise.
5429         * recog.c (offsettable_address_p): Likewise.
5430         * regclass.c (record_address_regs): Likewise.
5431         * reload.c (find_reusable_reload): Likewise.
5432         (push_reload): Likewise.
5433         (operands_match_p): Likewise.
5434         (decompose): Likewise.
5435         (find_reloads_address_1): Likewise.
5436         (find_inc_amount): Likewise.
5437         * reload1.c (elimination_effects): Likewise.
5438         * resource.c (mark_set_resources): Likewise.
5439         * flow.c (attempt_auto_inc): New function; mostly broken out
5440         of find_auto_inc.
5441         (find_auto_inc): Split into two functions and enhanced to
5442         generate POST_MODIFY.
5443         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
5444         * rtl.h (count_all_occurrences):  Declare.
5445         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
5446         defined.
5447         * rtlanal.c (count_all_occurrences): New function.
5448         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
5449         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
5450
5451         * config/ia64/ia64-protos.h (destination_operand): Declare.
5452         * config/ia64/ia64.c (destination_operand): New function.
5453         (ia64_print_operand): Handle POST_MODIFY.
5454         (rtx_needs_barrier): Likewise.
5455         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
5456         (HAVE_POST_MODIFY_REG): Define to 1.
5457         (MAX_REGS_PER_ADDRESS): Change to 2.
5458         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
5459         (LEGITIMATE_ADDRESS_REG): New helper macro.
5460         (LEGITIMATE_ADDRESS_DISP): Likewise.
5461         (PREDICATE_CODES): Add entry for destination_operand.
5462         * config/ia64/ia64.md (all mov patterns): Use destination_operand
5463         predicate for operand 0.
5464
5465 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5466
5467         * dwarf2out.c: Indent #error directive.
5468
5469         * gbl-ctors.h: Fix typo in comment.
5470         (__do_global_ctors): Prototype.
5471
5472         * gcse.c (record_one_set, pre_delete): Remove unused variables.
5473
5474         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
5475         (print_operand): Initialize variable `t'.
5476
5477 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
5478
5479         * config/arm/arm.md ("call_value"): removed constraints.
5480         Constraints are ignored in expanders.
5481         (*call_value_reg): split =rf into various constraints.
5482         (*call_value_mem): same
5483         (*call_value_symbol): same
5484         (*sibcall_value_insn): same
5485
5486 2000-07-28  Philipp Thomas  <pthomas@suse.de>
5487
5488         * install.texi (--enable-nls): Change the description of the NLS
5489         related configure options to match the current state.
5490         (--with-included-gettext): Likewise.
5491         (--enable-maintainer-mode): New description added.
5492         * extend.texi (-fstrict-prototype): Add missing '.'.
5493
5494 2000-07-27  Jim Wilson  <wilson@cygnus.com>
5495
5496         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
5497         DECL_INITIAL (decl) == NULL_TREE.
5498
5499 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5500
5501         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
5502         on insn-attr.h with it.
5503         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
5504         * insn-addr.h: New header.
5505         (insn_addresses_): Renamed from insn_addresses.
5506         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
5507         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
5508         INSN_ADDRESSES_NEW): New macros.
5509         * genattrtab.c (write_test_expr): Use new macros.
5510         * final.c (insn_addresses, init_insn_lengths): Likewise.
5511         (align_fuzz, shorten_branches): Likewise.
5512         (final): Likewise.  Do not reject new insns if their addresses
5513         have been added to INSN_ADDRESSES.
5514         * config/arm/arm.c, config/avr/avr.c: Use new macros.
5515         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
5516         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
5517         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
5518         * config/sh/sh.c: Likewise.
5519         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
5520
5521         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
5522
5523 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
5524
5525         * gcc.c (struct prefix_list): Add member priority.
5526         (enum path_prefix_priority): Declare.
5527         (add_prefix): Replace ``first'' with ``priority''.  Append new
5528         entry but keep list in priority order.
5529         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
5530         PREFIX_PRIORITY_LAST to add_prefix.
5531         (process_command): Move include kludge - foo/stageN - to before
5532         foo/include.
5533
5534 2000-07-27  Jason Merrill  <jason@redhat.com>
5535
5536         * dwarf2out.c (gen_typedef_die): Abort if we get identical
5537         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
5538
5539 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
5540
5541         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
5542         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
5543
5544 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
5545
5546         * c-decl.c (finish_function): Don't treat 'main' specially unless
5547         flag_hosted.  In C99 mode, return 0 from 'main' unless
5548         DEFAULT_MAIN_RETURN is otherwise defined.
5549
5550         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
5551         parameters defaulting to int in an old-style function definition.
5552
5553 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5554
5555         * c-parse.in (string): For -Wtraditional, warn about string
5556         concatenation only once per line.
5557
5558 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
5559
5560         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
5561         for HI-UX/WE2 systems.
5562
5563 2000-07-24  Bruce Korb  <bkorb@gnu.org>
5564
5565         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
5566         defining the __xxx_TYPE__ macros.
5567         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
5568         * fixincl/fixlib.h: don't need to include "tm.h" anymore
5569         * fixincl/inclhack.def(type_map): now obsolete
5570
5571 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5572
5573         * cpp.texi: Append a trailing full-stop to xrefs where needed.
5574
5575 2000-07-26  Dave Pitts  <dpitts@cozx.com>
5576
5577         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
5578         routine constants.
5579         (mvs_hash_alias): New function.
5580         (mvs_add_alias): Change argument spacing.
5581         (mvs_need_alias): Change aliasing criteria. Added documentation.
5582         (mvs_get_alias): Change to use hashed name. The hashed name prevents
5583         CSECT name collisions.
5584         (mvs_check_alias): Likewise.
5585         (handle_pragma): Change documentation.
5586         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
5587         mode from SImode to DImode.
5588         (iorhi3): Changed LTORG size for insn.
5589
5590 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
5591
5592         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
5593         mem if the address is a mode_dependent_address_p.
5594
5595 2000-07-26  Kazu Hirata  <kazu@hxi.com>
5596
5597         * h8300.c (print_operand): Print ":8" when the 'R' operand is
5598         suitable for 8-bit absolute.
5599         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
5600         (OK_FOR_U): Add a case for the 8-bit constant address on the
5601         H8/300H.
5602
5603 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
5604
5605         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
5606         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
5607         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
5608         lack of implemented alignment.
5609
5610 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
5611
5612         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
5613         cross-compiling between 64-bit and 32-bit machines.
5614
5615 2000-07-27  Richard Henderson  <rth@cygnus.com>
5616
5617         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
5618         (movhicc_astep, movhi_internal_astep): New.
5619         (movsicc_astep, movsi_internal_astep): New.
5620         (movdicc_astep, movdi_internal_astep): New.
5621         (movsfcc_astep, movsf_internal_astep): New.
5622         (movdfcc_astep, movdf_internal_astep): New.
5623         (movxfcc_astep, movxf_internal_astep): New.
5624         (cmovdi_internal_astep, cmovsi_internal_astep): New.
5625         Unify the cmov[ds]i splitters.
5626
5627 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
5628
5629         * real.c (asctoeg): Rename `error' label to unexpected_char_error
5630
5631 2000-07-26  Nick Clifton  <nickc@cygnus.com>
5632
5633         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
5634         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
5635
5636         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
5637         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
5638
5639 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
5640
5641         * c-decl.c (finish_enum): Convert enumerations that fit in an
5642         `int' to `int'.
5643         (build_enumerator): In pedantic mode, cast to `int' those that
5644         don't.
5645
5646 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
5647
5648         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
5649
5650 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5651
5652         * sh.md (cmpgtdi_t): Must be split.
5653         (cmpgtdi_t+1): New splitter.
5654
5655 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
5656
5657         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
5658         warnings for indented directives even if we are skipping.
5659
5660 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5661
5662         * invoke.texi (strict-prototypes): Remove.
5663         * extend.texi (Deprecated Features): Add strict-prototypes.
5664         (Backwards Compatibility): New node.
5665
5666 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
5667
5668         * config/i386/i386.md (andsi_1+1): Allow HImode.
5669         (andsi_1+2): Require q_regs_operand.
5670
5671 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
5672
5673         * config/i386/i386.md (call_pop): Check operands[0],
5674         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
5675         (call): Likewise.
5676         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
5677         (call_value): Likewise.
5678
5679 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
5680
5681         * toplev.c (pipe_closed): Delete.
5682         (crash_signal): New.  Generate ICE for a fatal signal.
5683         (float_signal): Call crash_signal outside a float-handler
5684         block, not abort.
5685         (main): Install crash_signal as handler for core-dumping signals.
5686
5687 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
5688
5689         * rs6000.c (print_operand, case 'T'): New case.
5690
5691         * rs6000.md (call_indirect_aix32): Convert to expander of
5692         scheduled instructions.
5693         (call_indirect_aix64): Likewise.
5694         (call_value_indirect_aix{32,64}): Likewise.
5695         (call, call_value): Invoke expanders for AIX.  Fall through to
5696         matchers for SysV.
5697         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
5698         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
5699         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
5700         only "g" constraint.
5701         (call_nonlocal_aix64): Likewise.
5702         (call_value_nonlocal_aix{32,64}): Likewise.
5703         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
5704         operands.
5705         (call_value_nonlocal_sysv): New pattern.
5706         (indirect_jump{si,di}): Use new 'T' modifier.
5707         (tablejump{si,di} matchers): Likewise.
5708         (return_internal_{si,di}): Likewise.
5709         (return_eh_{si,di}): Likewise.
5710
5711 2000-07-24  Richard Henderson  <rth@cygnus.com>
5712
5713         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
5714         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
5715         * config/ia64/ia64.md (movdi_internal): Use it.
5716
5717 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
5718
5719         * cppexp.c: Warn about unary + if -Wtraditional.
5720         * cpplex.c (lex_line): Always set BOL on the first token of a line.
5721
5722 2000-07-24  Michael Meissner  <meissner@redhat.com>
5723
5724         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
5725         unsupported macro.
5726
5727 2000-07-24  Nick Clifton  <nickc@cygnus.com>
5728
5729         * config/arm/arm.c (emit_multi_reg_push): Generate a
5730         REG_FRAME_RELEATED_NOTE that is compatable with the code in
5731         dwarf2out_debug_frame_expr.
5732
5733 2000-07-24  Jason Merrill  <jason@redhat.com>
5734
5735         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
5736         UNALIGNED_INT_ASM_OP.
5737         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
5738         a location expression.
5739         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
5740         assume indirect access if we're saving the CFA address exactly.
5741
5742         * Makefile.in (bootstrap): Move -BstageN/ to the end.
5743
5744 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
5745
5746         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
5747         as well.
5748
5749 2000-07-24  Michael Meissner  <meissner@redhat.com>
5750
5751         * invoke.texi (D30V Options): Add d30v options.
5752
5753 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
5754
5755         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
5756         needed by our gcse pass anymore.
5757         (free_pre_mem): Corresponding changes.
5758         (compute_pre_data): Do not call compute_transpout anymore.
5759
5760         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
5761         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
5762         changes.
5763
5764         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
5765         (compute_pre_data): Do it here instead.
5766
5767         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
5768         'temp_bitmap'.
5769         (pre_delete): Corresponding changes.
5770
5771 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
5772
5773         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
5774         to figure out whether or not a variable has already been emitted.
5775
5776 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
5777
5778         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
5779         instead of gen_call.
5780
5781 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
5782
5783         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
5784
5785 2000-07-23  Kazu Hirata  <kazu@hxi.com>
5786
5787         * h8300.c: Fix formatting.
5788
5789 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5790
5791         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
5792         for `long' switch expression into a plain warning.
5793
5794         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
5795         (yylex): Don't pedwarn for "inline" in C99 mode.
5796
5797         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
5798         with %p.
5799         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
5800         ggc_alloc): Likewise.
5801         * bb-reorder.c (dump_scope_forest_1): Likewise.
5802
5803 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
5804
5805         * reload.c (find_reloads_toplev): Add new parameter
5806         "address_reloaded".
5807         (find_reloads): Add new parameter to find_reloads_toplev calls.
5808
5809 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5810
5811         * collect2.c (main): Typo fixed.
5812         * diagnostic.c: Typo fixed.
5813         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
5814         * eh-common.h: Typo fixed.
5815         * emit-rtl.c (start_sequence): Typo fixed.
5816         * flow.c (find_label_refs): Typo fixed.
5817         (calculate_global_regs_live): Typo fixed.
5818         (mark_regno_cond_dead): Typo fixed.
5819         (create_edge_list): Typos fixed.
5820         (verify_edge_list): Typo fixed.
5821         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
5822         * loop.c (strength_reduce): Typo in function name fixed.
5823         * rtl.h: Added comments.  Typo in function name fixed.
5824         * rtlanal.c: Typo in function name fixed.
5825         (insn_dependant_p): Rename to ...
5826         (insn_dependent_p): ... this.
5827         (computed_jumo_p): Typo fixed.
5828
5829 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5830
5831         * system.h (__FUNCTION__): Wrap definition in #ifndef.
5832
5833 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
5834
5835         * rs6000.h (SIZE_TYPE): Define.
5836
5837 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
5838
5839         * ssa.c (rename_insn_1): Don't rename registers that are
5840         CLOBBERed.
5841
5842 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
5843
5844         * diagnostic.c (trim_filename, fancy_abort): Moved here from
5845         rtl.c.
5846         (fatal_function, set_fatal_function): Removed.
5847         (fatal): Don't prepare for or call the fatal_function.
5848         (diagnostic_lock, error_recursion): New.
5849         (diagnostic_for_decl, report_diagnostic): Guard against
5850         re-entering the error reporting routines.
5851         (fancy_abort): Assume function is not NULL.
5852
5853         * errors.c (fancy_abort): New.  Assume function is not NULL.
5854         * tradcpp.c (fancy_abort): Assume function is not NULL.
5855
5856         * system.h: Provide default definition of __FUNCTION__.
5857         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
5858         Always use __FUNCTION__ in definition of abort.
5859         * tree.h: Likewise.
5860         * varray.h: Likewise.
5861         * toplev.h: Likewise.  Don't prototype set_fatal_function.
5862
5863 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
5864
5865         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
5866         in 64-bit mode.
5867         * glimits.h: Don't do #if defined for ARCH_PPC.
5868
5869         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
5870         constants of size no larger than a pointer should go in the TOC.
5871         Add 'MODE' parameter.
5872         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
5873         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
5874         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
5875         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
5876         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
5877         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
5878         (rs6000_legitimize_address): Likewise.
5879         (rs6000_emit_move): Likewise.
5880         (rs6000_select_rtx_section): Likewise.
5881         (output_toc): Deal properly with outputting small constants like
5882         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
5883         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
5884         MODE parameter.  Put small constants in the TOC.
5885
5886         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
5887         easy in SImode.
5888         (rs6000_emit_move): When reload calls us with an illegitimate
5889         address, exit early.  Move the change_address calls to one place
5890         at the end of the routine.  Merge the SImode and DImode expanders.
5891         When called by reload to put an integer into a FP register, force
5892         it to memory.
5893
5894         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
5895         field.
5896         (rs6000_hash_constant): Hash mode too.
5897         (toc_hash_function): Allow for key_mode.
5898         (toc_hash_eq): Structures are different if key_mode differs.
5899         (output_toc): Add 'mode' parameter.  Save key_mode.
5900         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
5901         Pass 'mode' parameter.
5902         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
5903
5904         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
5905         for vtable references.
5906
5907         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
5908         choice, don't put integer values in FP regs.
5909
5910 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
5911
5912         * flow.c (verify_flow_info): Revamp code to verify that the
5913         head and end of each basic block are in the insn chain.
5914
5915 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
5916
5917         * gcse.c (record_one_set): Prepend instead of append onto
5918         reg_set_table, making it O(n) instead O(n^2).
5919         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
5920         Use a queue instead of a stack as worklist.
5921
5922 2000-07-20  Kazu Hirata  <kazu@hxi.com>
5923
5924         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
5925         * h8300.h (OK_FOR_T): New.
5926         (EXTRA_CONSTRAINT): Support OK_FOR_T.
5927         * h8300.md: Use inc/dec.[wl] for increment/decrement
5928         by 1 and 2 in HI and SI modes.
5929
5930 2000-07-20  Jim Wilson  <wilson@cygnus.com>
5931
5932         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
5933         larger than 14 bits.
5934
5935 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5936
5937         * cppmacro.c (CAN_PASTE_AFTER): New macro.
5938         (count_params): Don't set GNU_REST_ARGS on anything.
5939         (save_expansion): Set PASTE_LEFT only on tokens for which
5940         CAN_PASTE_AFTER is true, or which are named operators.
5941
5942         * cpplex.c (parse_args): Distinguish between a rest argument
5943         given one empty argument, and a rest argument given zero arguments.
5944         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
5945         deletion of previous token based on that.
5946         (get_raw_token): Flatten some control structure.
5947
5948         * cpplib.h (CPP_LAST_EQ): Correct.
5949         (VOID_REST): New token flag.
5950         (GNU_REST_ARGS): Delete.
5951
5952         * tradcpp.c (main): Don't munge -D options.
5953         (make_definition): Bring -D handling in line with cpplib.
5954         (do_define): Strip all leading whitespace from macro definitions.
5955
5956 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
5957
5958         * Makefile.in (tradcpp): Depend on intl.o and version.o.
5959
5960 2000-07-20  Bruce Korb  <bkorb@gnu.org>
5961
5962         * fixincl/check.tpl: strip the platform specific types before testing
5963         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
5964         * fixincl/fixincl.tpl: use platform specific types
5965         * fixincl/fixlib.h: include the platform specific types
5966         * fixincl/inclhack.def(gnu_types): don't supply the types
5967         * fixincl/fixincl.x: regen
5968
5969 2000-07-19  Jim Wilson  <wilson@cygnus.com>
5970
5971         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
5972         GR_REGS.
5973
5974 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
5975
5976         * tradcpp.c (rescan): Do not recognize directives when the #
5977         is indented.
5978
5979 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
5980
5981         Implement C++ named operators.
5982
5983         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
5984         of operators allowed in #if and having an _EQ variant.  Add
5985         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
5986         (cpp_token flags): Add NAMED_OP.
5987         (enum node_type): Add T_OPERATOR.
5988         (struct cpp_hashnode): Add code slot to value union.
5989         * cpphash.h (spec_nodes): Remove n_defined.
5990
5991         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
5992         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
5993         (is_macro_disabled): Tweak error messages.
5994
5995         * cpplib.c (get_define_node): Disallow all named operators as
5996         macro names.  Tweak error messages.
5997         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
5998
5999         * cppinit.c (builtin_array): Add entries for the named operators.
6000         * cppexp.c (lex): Check for CPP_DEFINED token.
6001         (priority table): Add entries for CPP_MIN and CPP_MAX.
6002         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
6003
6004 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
6005
6006         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
6007         larger than the array of cuids.
6008         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
6009         cuids.
6010
6011 2000-07-19  Bruce Korb  <bkorb@gnu.org>
6012
6013         * fixinc/fixincl.c:  Convert to using a table of environment variables
6014         and activate the auto-edit marker on the fixed output files.
6015         * fixinc/fixlib.h:  Define the environment table
6016         * fixinc/fixincl.sh: export the ${INPUT} dir
6017         * fixinc/check.tpl: likewise
6018
6019 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
6020
6021         * gcc.c (.h spec): Fix typo.
6022
6023 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
6024
6025         * Makefile.in: Fix tradcif.c path.
6026
6027 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
6028
6029         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
6030           macros, not five.
6031
6032         * cpphash.h (TOKEN_NAME): New macro.
6033         (_cpp_spell_operator): Deleted.
6034         (token_spellings): Now _cpp_token_spellings.
6035
6036         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
6037         * cpplex.c: Use OP and TK macros when expanding the
6038         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
6039         store the stringification of the enumeration name (CPP_CHAR,
6040         etc.) in the name slot of token_spellings.
6041         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
6042         token_spellings directly.
6043         * cpplib.c: Use TOKEN_SPELL.
6044
6045         * cpplex.c (_cpp_push_token): If the token being pushed back
6046         is the previous token in this context, just subtract one from
6047         context->posn.
6048         * cppmacro.c (save_expansion): Clear aux field when storing a
6049         placemarker.
6050
6051 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
6052
6053         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
6054         buffer, provided it is not NULL.
6055
6056 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
6057
6058         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
6059         case of invalid volatile re-declaration.
6060
6061 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
6062
6063         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
6064         (expand_call): Adjust caller.
6065
6066 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
6067
6068         * diagnostic.h (report_diagnostic): Change prototype.
6069
6070         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
6071         diagnostic_for_decl):  Change prototype.
6072         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
6073         error, warning, error_with_file_and_line,
6074         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
6075         Adjust call to report_diagnostic, diagnostic_for_decl.
6076         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
6077         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
6078
6079         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
6080         varaible argument list.
6081
6082 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
6083
6084         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
6085         moved to cppmacro.c.
6086         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
6087         dump_hash_helper): Delete.
6088         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
6089         cpp_forall_identifiers): New. Implement specialized version of
6090         Vlad's expandable hash table.
6091         (cpp_lookup): Use new functions.
6092         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
6093         implementation.
6094         * cppmacro.c: New file.
6095         * cppinit.c (dump_macros_helper): New.
6096         (cpp_finish): Iterate over the identifier table directly.
6097         * cpplex.c (parse_name): Calculate the hash of the identifier
6098         while we scan it.  Use _cpp_lookup_with_hash when we can.
6099
6100         * cpphash.h: Update prototypes.
6101         (xcnewvec, HASHSTEP): New helper macros.
6102         * cpplib.h: Update prototypes.
6103         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
6104         (cppmacro.o): New rule.
6105         (cpphash.o): Update deps.
6106
6107         * cppmain.c: Do not set pfile->printer if no_output is on.
6108
6109 2000-07-15  Neil Booth  <neilb@earthling.net>
6110
6111         * cpplib.c: Change all directive-handler functions to return
6112         void, not int.
6113         * cpphash.h: Update typedefs.
6114
6115 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
6116
6117         * configure: Regenerate.
6118
6119         * extend.texi (Extended Asm): Mention that a memory clobber
6120         does not count as a side-effect.
6121
6122         * unroll.c (copy_loop_body): Fix one instance of using host
6123         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
6124         cross-compile.
6125
6126         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
6127
6128 2000-07-17  Richard Henderson  <rth@cygnus.com>
6129
6130         * config/ia64/ia64.md (movdi): Split out load address code.
6131         New post-reload splitter for symbolic operands.
6132         (movdi_internal): Abort if we didn't split symbolic operands
6133         when we should have.
6134         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
6135         (ia64_reorg): Split insns when not optimizing.
6136         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
6137
6138 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6139
6140         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
6141         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
6142
6143 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
6144
6145         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
6146
6147 2000-07-17  Jason Merrill  <jason@redhat.com>
6148
6149         * Makefile.in (clean): Remove libgcc directory.
6150
6151         * configure.in (-Wno-long-long check): Use higher-level macros.
6152
6153 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
6154
6155         * simplify-rtx.c (simplify_binary_operation): Recognize
6156            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
6157         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
6158            a CONST_INT, it will always be zero.
6159
6160 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
6161
6162         * loop.c (check_dbra_loop) : Return if more than one condition is
6163         present to control the loop.
6164
6165 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
6166
6167         * mips.c (mips_expand_prologue): Don't calculate the last argument
6168         register unless we need it.  When we are calculating this, make
6169         sure FUNCTION_ARG is giving us a REG.
6170
6171 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6172
6173         * flow.c (libcall_dead_p): Use single_set to verify the insn
6174         has only one set and get for analysis.
6175         (propagate_one_insn): Don't pass the PATTERN of the insn.
6176
6177 2000-07-17  Mark Klein <mklein@dis.com>
6178
6179          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
6180
6181 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6182
6183         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
6184         * configure.in (TARGET_GETGROUPS_T): Evaluate.
6185         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
6186         of second argument of getgroups.
6187         * configure, config.in: Rebuilt.
6188
6189 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
6190
6191         * simplify-rtx.c (simplify_relational_operation): Two signed
6192         values with equal high words are less/greater than each other if
6193         their low words are less/greater when considered as unsigned.
6194
6195 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
6196
6197         * configure.in (vax-*-openbsd):  Change to new style configuration,
6198         add collect2/float_format information.
6199         * configure:  Rebuilt.
6200         * config/vax/openbsd1.h:  New.
6201         * config/vax/openbsd.h:  New.
6202         * config/vax/t-openbsd:  New.
6203
6204 2000-07-17  Chip Salzenberg  <chip@valinux.com>
6205
6206         * c-common.c (shorten_compare): Quiet warnings about unsigned
6207         comparisons with zero when they occur in a system header.
6208
6209 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6210
6211         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
6212         update to describe current practice.
6213
6214         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
6215
6216         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
6217         references to C9X.  Change references to -fstd and -flang-isoc9x
6218         to refer to -std.
6219
6220         * c-common.c (scan_char_table): Allow "z" length modifiers on
6221         diouxXn formats.
6222         (check_format_info): Use TYPE_DOMAIN on the type matched against
6223         for "z" formats, to retrieve the language size_t rather than the
6224         internal one.
6225
6226         * c-common.c (check_format_info): Do not make a pedantic objection
6227         to the 'L' length modifier if used with a floating point type
6228         character.
6229
6230         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
6231         constants in C99 mode.
6232
6233 2000-07-17  Kazu Hirata  <kazu@hxi.com>
6234
6235         * h8300.md: Fix the format of mac.
6236         (movsi_h8300hs): Output a tab after stmac instead of a space.
6237
6238         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
6239         profitable adds/subs sequences.
6240
6241         * fold-const.c: Fix comment typos.
6242
6243 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
6244
6245         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
6246
6247 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6248
6249         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
6250
6251 2000-07-16  Neil Booth  <NeilB@earthling.net>
6252
6253         * cpplex.c: Update comments.
6254         * README.Portability: Small update.
6255
6256 2000-07-16  Neil Booth  <NeilB@earthling.net>
6257
6258         * README.Portability:  Small update.
6259
6260 2000-07-15  Richard Henderson  <rth@cygnus.com>
6261
6262         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
6263         * config/ia64/ia64.c (ia64_move_ok): New function.
6264         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
6265         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
6266
6267 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
6268
6269         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
6270         immediately following a paste operator.
6271         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
6272         (cpp_reader_init): Call it, if HOST_EBCDIC.
6273         (cpp_handle_options): Do not sort option list here.
6274         (handle_option): Rename to cpp_handle_option and export.
6275         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
6276         _cpp_get_token directly.
6277         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
6278         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
6279         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
6280         cpp_scan_line.
6281
6282 2000-07-15  Richard Henderson  <rth@cygnus.com>
6283
6284         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
6285         cast around an expression.  Tidy other unsigned tests.
6286
6287 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
6288
6289         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
6290         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
6291         (v_message_with_decl): Rename to ...
6292         (format_with_decl): ... this. Tweak
6293         (diagnostic_for_decl): New function.
6294         (fatal_io_error): Use verbatim in lieu of notice.
6295         (announce_function): Use verbatim.
6296         (default_print_error_function): Likewise.
6297         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
6298         infratructure.
6299
6300 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6301
6302         * mips.c (function_arg_pass_by_reference): Don't do automatic
6303         aggregate initialization.
6304         (machine_dependent_reorg): Initialize variable `mode'.
6305
6306         * mips.md (absdi2): Change variable `regno1' to unsigned int.
6307         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
6308         conflicts with sys/param.h macro of the same name.
6309         (reload_outdi): Likewise.
6310
6311 2000-07-15  Michael Meissner  <meissner@redhat.com>
6312
6313         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
6314         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
6315         create a new node instead.
6316
6317 2000-07-15  Neil Booth  <NeilB@earthling.net>
6318
6319         * README.Portability: Correct example about calling a function
6320         through a pointer to function.  Format wide paragraphs.
6321
6322 2000-07-15  Michael Meissner  <meissner@redhat.com>
6323
6324         * README.Portability: Update integer suffixes and function
6325         prototype sections.
6326
6327 2000-07-15  Neil Booth  <NeilB@earthling.net>
6328
6329         * README.Portability: Small update.
6330
6331 2000-07-15  Neil Booth  <NeilB@earthling.net>
6332
6333         * README.Portability: New file.
6334
6335 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
6336
6337         * INSTALL: Give special instructions for building GCC on Irix 6.
6338         * config/mips/x-iris6 (CC): Don't set it.
6339         (OLDCC): Likewise.
6340
6341 2000-07-14  Jason Merrill  <jason@redhat.com>
6342
6343         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
6344         register in the stack and later in another register, use the new
6345         register.
6346
6347 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
6348
6349         * config/mips/mips.md: (absdi2): Handle sign_extend for
6350         second operand.
6351
6352 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
6353
6354         * cpplib.c (do_pragma_dependency): Tidy warning messages.
6355
6356 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
6357
6358         * .cvsignore: Correct typo.
6359
6360 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
6361
6362         * .cvsignore: Add generated YACC files.
6363         * objc/.cvsignore: New file.
6364
6365 2000-07-14  Neil Booth  <NeilB@earthling.net>
6366
6367         * cpplex.c (adjust_column): New funcion.
6368         (skip_whitespace): Use it.
6369         (skip_block_comment): Use it, and warn about /*/* with
6370         -Wcomments.
6371
6372 2000-07-14  Neil Booth  <NeilB@earthling.net>
6373
6374         * cpphash.c (struct macro_info): Add new members.
6375         (_cpp_free_definition): Delete the macro directly.
6376         (count_params): Return void, with first token of
6377         expansion in struct macro_info on success.
6378         (parse_define): Return int.  Hoist syntax checking from
6379         save_macro_expansion.  Leave call to save_expansion to
6380         _cpp_create_definition.
6381         (alloc_macro): Needs just 2 arguments.
6382         (free_macro): Delete.
6383         (save_expansion): Don't perform syntax check.
6384         (_cpp_create_definition): Call save_expansion.
6385
6386 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6387
6388         * genrecog.c (write_header): Split long string.
6389
6390         * cpphash.c (macro_info): Don't use the `signed' keyword.
6391
6392         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
6393
6394 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
6395
6396         * calls.c (stored_args_map): New variable.
6397         (check_sibcall_argument_overlap_1): New.
6398         (check_sibcall_argument_overlap): New.
6399         (expand_call): Initialize stored_args_map.
6400         Call check_sibcall_argument_overlap.
6401
6402 2000-07-13  Bruce Korb  <bkorb@gnu.org>
6403
6404         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
6405         (emit_gnu_type): utility procedure for gnu_type_fix
6406         (gnu_type_fix): implement various pre-processor guards around
6407         standard types so these types can be defined over and over
6408         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
6409         types alluded to above will have GNU-compliant base types
6410         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
6411         * fixinc/inclhack.def: add test_text entries and utilize the new
6412         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
6413         * fixinc/fixincl.x: regenerate
6414
6415 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6416
6417         * diagnostic.c (vline_wrapper_message_with_location,
6418         v_message_with_file_and_line, v_error_with_file_and_file,
6419         v_error_for_asm, v_warning_for_asm, vfatal,
6420         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
6421         vsorry, verror, vwarning, vpedwarn): Remove.
6422         (diagnostic_for_asm): New function.
6423         (pedwarn, error, warning, pedwarn_with_file_and_line,
6424         error_with_file_and_line, warning_with_file_and_line, sorry,
6425         error_for_asm, warning_for_asm, fatal): Reimplement.
6426         (finish_diagnostic): Clear diagnostic info as well.
6427
6428 2000-07-13  Neil Booth  <NeilB@earthling.net>
6429
6430         * c-common.h (flag_digraphs): New.
6431         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
6432         * c-lex.c (yylex): Use flag_digraphs to decide whether to
6433         honour digraphs.
6434
6435 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
6436
6437         * gcc.c (do_spec_1): Add new %B operator.
6438         (set_input): Prepare for %B.
6439
6440         (link_command_spec): Move up with the other tm.h-
6441         overrideable specs.  Factor out the portion conditional on
6442         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
6443         (struct compiler): Just have a single spec string.  All users
6444         updated.
6445         (default_compilers): Remove unnecessary braces.
6446         (static_specs): Update.
6447
6448         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
6449         named specs.
6450         (C and assembly specs): Use the new named specs, as appropriate.
6451
6452         * objc/lang-specs.h: Use the new named specs.
6453         Remove unnecessary braces.
6454
6455 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
6456
6457         * gcc.c (execute): If a subprocess gets a fatal signal, report
6458         strsignal() of the signal number, and ask for a bug report.
6459         Do not do this for SIGPIPE if there's already been an error.
6460
6461         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
6462         Delete pipe_closed.
6463
6464         * tradcif.c: Remove.
6465
6466 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
6467
6468         * final.c (profile_function): Do not emit profile counters in
6469         the data section, if NO_PROFILE_COUNTERS is defined.
6470         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
6471         FUNCTION_PROFILER.
6472
6473         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
6474         (FUNCTION_PROFILER): Just emit a call to mcount.
6475
6476 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
6477
6478         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
6479
6480         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
6481         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
6482         traditional, lang_chill, or lang_fortran.
6483
6484         * cppfiles.c: #undef strcmp to suppress warning about macros
6485         used without arguments.
6486         (_cpp_execute_include): Use f, not fname, in "No include path"
6487         error.
6488         (_cpp_pop_file_buffer): New function.
6489         * cpplib.c: Don't include <sys/mman.h>.
6490         (cpp_push_buffer): Set line_base and lineno in new buffer.
6491         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
6492
6493         * cpplex.c: Move all prototypes and structure declarations to the
6494         top of the file.  Properly parenthesise some macro arguments.
6495         (cpp_scan_line): New function.
6496         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
6497         don't need to walk up the stack counting.
6498
6499 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6500
6501         * c-common.c (combine_strings): Emit a pedantic warning when a
6502         string length is greater than the minimum ANSI C is required
6503         to support.
6504
6505 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
6506
6507         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
6508         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
6509
6510 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6511
6512         * c-decl.c (define_label): Warn about identifier conflicts with
6513         labels in traditional C.
6514
6515         * c-parse.in (unop +): Warn about the unary plus operator for
6516         traditional C.
6517
6518         * c-typeck.c (store_init_value): Warn about automatic aggregate
6519         initialization for traditional C.
6520
6521         * invoke.texi (-Wtraditional): Document new warnings.
6522
6523 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
6524
6525         * Makefile.in (c-errors.o): Fix thinko in dependency.
6526
6527 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
6528
6529         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
6530         -traditional, -ftraditional, or -traditional-cpp was given.
6531         Do not pass -traditional to the preprocessor.
6532         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
6533         preprocessor does it automatically.
6534         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
6535
6536         * ch/lang-specs.h: Always use tradcpp.  Do not pass
6537         -traditional, -trigraphs, or -pedantic to the preprocessor.
6538         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
6539         _LANGUAGE_FORTRAN.
6540
6541 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
6542
6543         * cppexp.c (LOGICAL): Delete macro.
6544         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
6545         and && directly.
6546
6547         * cpphash.c (HASHSIZE): Increase to 4096.
6548         (struct hashdummy): Add hash field.
6549         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
6550         the string values using memcmp.
6551         (cpp_lookup): Set dummy.hash.
6552
6553 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
6554
6555         * configure.in (m88k-openbsd): Express configuration using new fragment
6556         style.
6557         * configure: Rebuilt.
6558         * m88k/aout-dbx.h: New.
6559         * m88k/openbsd.h: New.
6560         * m88k/xm-openbsd.h: New.
6561
6562 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6563
6564         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
6565
6566 2000-07-12  Richard Henderson  <rth@cygnus.com>
6567
6568         * reload.c (push_secondary_reload): Make sure to add the new
6569         reload at the end, after acquiring secondary memory.
6570
6571 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6572
6573         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
6574
6575         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
6576         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
6577
6578         * c-parse.in (stmt): Delete unused variables.
6579
6580         * convert.c (convert_to_vector): Likewise.
6581
6582         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
6583
6584         * tree.c (finish_vector_type): Prototype.
6585
6586 2000-07-12  Bruce Korb  <bkorb@gnu.org>
6587
6588         * fixinc/fixfixes.c: use xmalloc
6589         * fixinc/fixincl.c(initialize): set program name for xmalloc
6590         * fixinc/fixlib.c(must_malloc): obsolete
6591         (is_cxx_header): no longer used - disabled
6592         (skip_quote): inserted and disabled for future use
6593         * fixinc/fixlib.h: reflects above
6594         * fixinc/fixtests.c: removed dinkleberries
6595
6596 2000-07-12  Neil Booth  <NeilB@earthling.net>
6597
6598         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
6599         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
6600
6601         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
6602         struct toklist_dummy): New.
6603         (cpp_free_definition): Free macros with free_macro.
6604         (count_params): Don't save paramter spellings.  Save macro
6605         information in a struct macro_info.
6606         (parse_define): Don't allocate a token list.
6607         (save_expansion): Allocate the macro's token list, and
6608         save parameter spellings if necessary.  Use TOKEN_SPELL.
6609         (cpp_create_definition): Make list const.
6610
6611 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
6612
6613         * c-typeck.c (pedwarn_c99): Move to
6614         * c-errors.c: ... Here.
6615         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
6616         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
6617         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
6618         (c-errors.o): List dependency.
6619
6620 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
6621
6622         * c-parse.c: Remove.
6623         * c-parse.h: Likewise.
6624         * c-parse.y: Likewise.
6625         * objc/objc-parse.c: Likewise.
6626         * objc/objc-pasre.y: Likewise.
6627
6628 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
6629
6630         * gcc.texi: Fix minor typos
6631         * extend.texi: Fix minor typos
6632
6633 2000-07-11  Marc Espie <espie@openbsd.org>
6634
6635         * collect2.c (main): Recognize .lo as object files.
6636
6637 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6638
6639         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
6640         true.
6641
6642         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
6643         with MAP_ANONYMOUS and MAP_ANON.
6644         * configure, config.in: Rebuilt.
6645
6646 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
6647
6648         * diagnostic.c (save_output_state): Remove.
6649         (restore_output_state): Likewise.
6650         (clear_text_info): New function.
6651         (clear_diagnostic_info): Likewise.
6652         (output_text_length, is_starting_newline, output_prefix,
6653         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
6654         prefixing_policy, output_buffer_ptr_to_format_args): New macros
6655         (set_real_maximum_length, output_set_maximum_length,
6656         output_set_prefix, output_get_prefix, output_set_maximum_length,
6657         output_destroy_prefix, init_output_buffer,
6658         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
6659         output_add_newline, output_add_character, output_add_space,
6660         output_append_r, output_append, wrap_text, output_format,
6661         output_do_printf, output_printf, output_do_verbatim,
6662         output_verbatim, verbatim): Use them.
6663         (output_clear): Split into cleat_text_info and
6664         clear_diagnostic_info.
6665         (struct output_state): Move to...
6666
6667         * diagnostic.h: ...Here
6668         (struct output_buffer): Adjust.
6669
6670 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
6671
6672         * cpplex.c (parse_name): No longer inline (premature optimization).
6673         (do_pop_context): Fold into pop_context.
6674         (pop_context): Returns int.
6675         (lex_next): Hoist test for end of directive into pop_context.
6676         (push_macro_context): Returns int; takes just reader and token.
6677         Hoist test for excessive nesting to caller.
6678         (push_arg_context): Returns void; takes just reader and token.
6679         Do not call stringify_arg or get_raw_token.
6680         (get_raw_token): Convert tail recursion through push_arg_context
6681         to a loop at this level.  Call stringify_arg here if appropriate.
6682         (maybe_paste_with_next): Convert tail recursion to a while loop.
6683         Hoist test of paste_level to caller.
6684
6685         (stringify_arg): Push arg context at beginning.
6686         (cpp_get_token): Split out core into _cpp_get_token.  Call
6687         process_directive here.  Throw away CPP_PLACEMARKER tokens.
6688         (_cpp_get_token): Convert tail recursion through
6689         push_macro_context to a loop at this level.
6690         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
6691         _cpp_get_raw_token): Use _cpp_get_token.
6692         (_cpp_skip_rest_of_line): Drop the context stack directly; do
6693         not call pop_context.
6694         (_cpp_run_directive): Call lex_next directly.
6695
6696         * cpphash.h: Prototype _cpp_get_token.
6697         * cppexp.c (lex): Use it.
6698         * cpphash.c (parse_define): Use it.
6699         * cpplib.c (get_define_node, do_undef, parse_include,
6700         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
6701         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
6702         parse_ifdef, validate_else): Use it.
6703         (cpp_push_buffer): Tweak error message; abort if anyone tries
6704         to push a buffer while macro expansions are stacked.
6705
6706 2000-07-11  Donn Terry  <donnte@microsoft.com>
6707
6708         * cpplex.c (free_macro_args, save_token): Cast arg of free
6709         and/or xrealloc to PTR.
6710         (_cpp_init_input_buffer): Clear all fields of the base context.
6711
6712 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
6713
6714         * gensupport.c (process_rtx): Make rtl checking stop
6715         complaining about the define_insn while it is being
6716         converted from a define_insn_and_split.
6717
6718 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
6719
6720         * config/mips/mips.c (simple_memory_operand): Access the
6721         INTVAL of the address, not it's containing MEM.
6722
6723 2000-07-11  Bruce Korb  <bkorb@gnu.org>
6724
6725         * fixinc/fixtests.c(double_slash): obsolete
6726         (else_endif_label): likewise
6727         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
6728         (libc1_ifdefd_memx): correct initial comment
6729         and omit the #if/#endif pair from the memxxx declarations
6730         * fixinc/fixincl.x: regen
6731
6732 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6733
6734         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
6735
6736 2000-07-11  Neil Booth  <NeilB@earthling.net>
6737
6738         * cpp.texi: Update.
6739
6740 2000-07-11  Neil Booth  <NeilB@earthling.net>
6741
6742         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
6743         (handle_option): Set digraphs according to standard.
6744         Merge OPT_lang_c89 handler with OPT_std_c89.
6745
6746         * cpplex.c: (lex_line, can_paste): Honour digraphs in
6747         accordance with the digraphs flag.
6748
6749         * cpplib.h: (struct cpp_options): New option digraphs.
6750
6751 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
6752             Bruce Korb  <bkorb@gnu.org>
6753
6754         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
6755         * fixinc/fixincl.x: Regenerate.
6756         * fixinc/tests/base/testing.h: Add testcase.
6757
6758 2000-07-10  Richard Henderson  <rth@cygnus.com>
6759
6760         * config/ia64/ia64.c (got_symbolic_operand): New.
6761         (symbolic_operand, move_operand): Revert 0701 change.
6762         * config/ia64/ia64.h (PREDICATE_CODES): Update.
6763         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
6764         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
6765         split the offset into a 14-bit low part instead of a 13-bit low part.
6766         (load_fptr): Mark the mem as unchanging.
6767         (load_symptr): Use got_symbolic_operand.
6768
6769 2000-07-10  Nick Clifton  <nickc@cygnus.com>
6770
6771         * libgcc2.c (next_stack_level): Cast result of computation to
6772         (void **) so that the assignment does not generate a warning.
6773
6774 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
6775
6776         * flags.h : Add new variable flag_single_precision_constant.
6777         * toplev.c (display_help) : Add -fsingle-precision-constant option.
6778         (flag_single_precision_constant): New.
6779         * c-lex.c (yylex): Convert floating point constant to single
6780         precision constant.
6781         * invoke.texi : Add documentation for this new option.
6782
6783 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
6784
6785         * diagnostic.c (output_octal): Second parameter is unsigned.
6786         (output_long_octal): Likewise.
6787         (output_hexadecimal): Likewise.
6788         (output_long_hexadecimal): Likewise.
6789         (output_format): Adjust arguments extraction. Tweak.
6790         (output_verbatim, verbatim): End variable argument list.
6791         (report_diagnostic): Improve documentation.
6792
6793 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
6794
6795         * c-common.h (build_stmt): Declare.
6796         (build_continue_stmt): Likewise.
6797         (build_break_stmt): Likewise.
6798         (build_return_stmt): Likewise.
6799
6800         * c-decl.c (do_case): Rewrite to do what previously done in
6801         c-parse.in.
6802
6803         * c-semantics.c (build_stmt): Define.
6804         (build_return_stmt): Likewise.
6805         (build_break_stmt): Likewise.
6806         (build_continue_stmt): Likewise.
6807         (build_case_label): Likewise.
6808
6809         * c-parse.in (BREAK): Change to build tree, then generate RTL.
6810         (CONTINUE): Likewise.
6811         (RETURN): Likewise.
6812         (CASE): Likewise.
6813         (DEFAULT): Likewise.
6814
6815         * c-parse.y: Regenerate.
6816         * c-pasre.c: Likewise.
6817
6818 2000-07-09  Jason Merrill  <jason@redhat.com>
6819
6820         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
6821
6822         * tree.h (STRIP_NOPS): Check for error_mark_node.
6823         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
6824         (dwarf2out_*): Remove duplicate declarations.
6825
6826         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
6827         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
6828
6829 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
6830
6831         * diagnostic.c (wrap_text): New function.
6832         (maybe_wrap_text): Likewise.
6833         (output_add_string): Use it.
6834         (output_format): Likewise.
6835         (count_error): Use verbatim instead of notice.
6836         (report_error_function): Likewise. Don't use plain fprintf.
6837         (finish_diagnostic): New function.
6838         (output_do_verbatim): Tweak.  Commonalize functionalities in
6839         output_verbatim and verbatim.
6840         (output_verbatim): Adjust.
6841         (verbatim): Likewise.
6842         (report_diagnostic): Define.
6843
6844         * diagnostic.h (report_diagnostic): Prototype.
6845
6846 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
6847
6848         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
6849
6850 2000-07-09  Neil Booth  <NeilB@earthling.net>
6851
6852         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
6853         IShspace, ISspace: Update.
6854
6855         * cppinit.c: ISTABLE: Update.
6856         V: New.
6857
6858         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
6859         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
6860         (skip_block_comment, skip_line_comment, parse_string,
6861         lex_line): Use is_vspace rather than IS_NEWLINE.
6862         (skip_whitespace, lex_line): Clean up to use is_nvspace.
6863         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
6864         gets a BOL flag.
6865         (lex_next): Unconditionally stop if within a directive.
6866         Treat directives within macro invocations as directives
6867         (after parse_args emits error), not as the argument.
6868
6869 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
6870
6871         * diagnostic.c (diagnostic_args): New macro.
6872         (diagnostic_msg): Likewise.
6873         (output_formatted_integer): Likewise.
6874         (output_state): New data type.
6875         (digit_buffer): Make global.
6876         (output_add_integer): Rename to output_decimal. Squeeze
6877         digit_buffer.
6878         (output_long_decimal, output_unsigned_decimal,
6879         output_long_unsigned_decimal, output_octal, output_long_octal,
6880         output_hexadecimal, output_long_hexadecimal): New functions.
6881         (output_append_r): New function.
6882         (output_append): Tweak.
6883         (output_flush_on): Rename to output_to_stream.
6884         (output_format): Change prototype.  Improve documentation. Handle
6885         more format specifiers.
6886         (build_location_prefix): Rename to context_as_prefix.
6887         (output_notice): Rename to output_do_printf.
6888         (output_printf): Tweak.
6889         (line_wrapper_printf): Likewise.
6890         (vline_wrapper_message_with_location): Adjust call to renamed
6891         functions.
6892         (v_message_with_decl): Likewise.
6893         (default_print_error_function): Likewise.
6894         (save_output_state): New function.
6895         (restore_output_state): Likewise.
6896         (output_do_verbatim): Likewise.
6897         (output_verbatim): Define.
6898         (verbatim): Likewise.
6899
6900         * diagnostic.h (printer_fn): Change return type from void to int.
6901         Improve documentation.
6902         (output_add_integer): Rename to output_decimal.
6903         (output_flush_on, output_format): Don't export.
6904         (output_verbatim, verbatim): Declare.
6905
6906 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
6907
6908         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
6909         Check whether c divides op1 exactly if operation is not
6910         multiplication.
6911
6912 2000-07-08  Richard Henderson  <rth@cygnus.com>
6913
6914         * final.c (final): Do not abort when reg-stack introduces
6915         a new insn.
6916
6917 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
6918
6919         * cpplib.h (struct cpp_name): Now struct cpp_string.
6920         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
6921         CPP_HEADER_NAME): Change to type S.
6922         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
6923         field, a cpp_hashnode *.  All references to val.name updated
6924         to use val.str or val.node as appropriate.
6925         (struct cpp_reader): Add spec_nodes field.
6926         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
6927
6928         * cpphash.h (struct spec_nodes): New.
6929         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
6930         val.str.  All references to 'spelling > SPELL_NONE' updated to
6931         match.
6932
6933         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
6934         pfile->buffer->inc are not NULL before dereferencing them.
6935
6936         * cpplex.c (parse_name): Take a pointer to the current token,
6937         plus current position and limit as args; return the new
6938         position; don't copy the text of a name into the string
6939         buffer, instead call cpp_lookup and store the node pointer.
6940         If extending a token, copy out the text of the old into a
6941         scratch buffer, append the new, look that up and store the new
6942         node pointer.  Inline.
6943         (maybe_paste_with_next): If the result of paste is a NAME,
6944         then look up the pasted text and store its node pointer.
6945         (lex_line): Adjust for new parse_name interface.
6946         Check for L"str", L'str' using spec_nodes->n_L.
6947         (spell_token): SPELL_IDENT tokens have their spelling in
6948         val.node->name.  Handle SPELL_STRING tokens that don't have
6949         string delimiters.
6950         (_cpp_expand_name_space,
6951         (can_paste): Check for L ## "str" using spec_nodes->n_L.
6952         (cpp_get_token, special_symbol): No need to call cpp_lookup.
6953         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
6954         return 1=equal 0=not, not a tristate.
6955
6956         * cpphash.c (var_args_str): Delete.
6957         (find_param): Compare node fields directly.
6958         (is__va_args__): Use CPP_PEDANTIC.  Just compare
6959         token->val.node with spec_nodes->n__VA_ARGS__.
6960         (dump_funlike_macro): Don't use var_args_str.
6961
6962         * cpplib.c (_cpp_check_directive): Just walk through
6963         spec_nodes->dirs comparing pointers.
6964         (get_define_node, do_pragma_poison, detect_if_not_defined,
6965         parse_ifdef): The identifier has already been looked up.
6966         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
6967         node.
6968         (do_if): Only call detect_if_not_defined at beginning of file.
6969         (_cpp_parse_assertion): Only copy string pointers for
6970         SPELL_STRING tokens.
6971         (pragma_dispatch): Take a node pointer and examine its name
6972         field.
6973         (_cpp_init_stacks): Also initialize the spec_nodes structure.
6974
6975         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
6976         _cpp_init_macros.
6977         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
6978         reverse order from the corresponding _cpp_init_* routines.
6979
6980         * cppexp.c (parse_number, parse_charconst, parse_defined,
6981         lex): Check val.node->type instead of calling cpp_defined.
6982         Use spec_nodes entries where appropriate.
6983
6984         * fix-header.c, scan-decls.c: Update for interface changes.
6985
6986 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
6987
6988         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
6989         emitting aux_truncdfsf2.
6990
6991 2000-07-03  Donn Terry  (donnte@microsoft.com)
6992
6993         * cppinit.c (print_help): split overlong line into ISO C89
6994         maximum chunks.
6995
6996 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
6997
6998         * cppexp.c: Update all code for new lexer interface.
6999         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
7000         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
7001         * cpplex.c (token_names): Trim leading CPP_ from names; make
7002         the strings unsigned.
7003         (_cpp_spell_operator): New.
7004         (is_macro_disabled): Disable all macros if rescanning
7005         preprocessed text.
7006         (_cpp_get_directive_token): Remove.
7007
7008         * cppinit.c: Don't set no_macro_expand.
7009         * cpplib.c (read_line_number, do_line): Check only for EOF,
7010         not VSPACE.
7011         * cpphash.h: Update prototypes.
7012         * cpplib.h (CPP_VSPACE): Remove.
7013         (struct cpp_reader): Remove no_macro_expand.
7014
7015 2000-07-08  Neil Booth  <NeilB@earthling.net>
7016
7017         * cpphash.c (is__va_args__): New function.
7018         (count_params): Fix line reported in error messages.  Use
7019         is__va_args__.  Don't return ')' on error.  Flag GNU style
7020         rest args macro definitions.
7021         (parse_define): Check macro name is not __VA_ARGS__.
7022         (save_expansion): Check identifier in non-varargs-macro is
7023         not __VA_ARGS__.  Don't flag GNU_VARARGS.
7024         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
7025         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
7026          than per-token GNU_VARARGS.
7027         * cpplib.h (GNU_VARARGS): Remove.
7028         (GNU_REST_ARGS): New.
7029
7030 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7031
7032         * i386.md (call_pop, call, call_value_pop): Do not set
7033         current_function_uses_pic_offset_table for calls to static
7034         functions or indirect calls.
7035
7036 2000-07-07  Jim Wilson  <wilson@cygnus.com>
7037
7038         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
7039         is_predicate_reg, then take max write_count of register pair.
7040
7041 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7042
7043         * tradcpp.c (main): Rename label `include' to `add_include' to
7044         avoid conflicts with variable `include' in traditional C.
7045
7046 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7047
7048         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
7049
7050 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7051
7052         * sibcall.c (uses_addressof): Add INMEM argument, check for
7053         current_function_internal_arg_pointer outside of MEM rtxs in addition
7054         to ADDRESSOFs.
7055         (sequence_uses_addressof): Update caller.
7056
7057 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
7058
7059         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
7060         and friends.
7061
7062 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7063
7064         * system.h (UNION_INIT_ZERO): New macro for initializing union
7065         members in structs.
7066
7067         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
7068
7069 2000-07-07  Neil Booth  <NeilB@earthling.net>
7070
7071         * cpp.texi: Update.
7072
7073 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
7074
7075         * final.c (final): Detect out of bounds array access to
7076         the insn_lengths array.
7077
7078 2000-07-07  Kazu Hirata  <kazu@hxi.com>
7079
7080         * fold-const.c (fold): Fix a comment typo.
7081
7082 2000-07-07  Neil Booth  <NeilB@earthling.net>
7083
7084         * cpp.texi: Update to new lexer.
7085
7086 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
7087
7088         * tradcpp.c: New file.
7089         * tradcif.y: New file.
7090         * tradcif.c: New generated file.
7091
7092         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
7093         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
7094         dependencies of C.  Install tradcpp from install-common, in
7095         $(libsubdir).
7096
7097 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
7098
7099         * cppinit.c: Include cppdefault.h.  Refer to
7100         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
7101         to GCC_INCLUDE_DIR and its length.
7102         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
7103         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
7104         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
7105         cppdefault.h.
7106         (include_defaults_array): Move to cppdefault.c.
7107
7108         * cppdefault.h: New file.
7109         * cppdefault.c: New file.
7110
7111         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
7112         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
7113         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
7114         this file.
7115
7116 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7117
7118         * reload.c (push_reload): When seeing if can reuse a register,
7119         check extra registers against widest of INMODE and OUTMODE.
7120
7121 2000-07-06  Neil Booth  <NeilB@earthling.net>
7122
7123         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
7124         based on full length of predicate.
7125
7126 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
7127
7128         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
7129         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
7130
7131 2000-07-05  Kazu Hirata  <kazu@hxi.com>
7132
7133         * h8300-proto.h: Fix formatting.
7134         * h8300.c: Likewise.
7135         * h8300.h: Likewise.
7136
7137 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7138
7139         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
7140         CCmode.
7141
7142 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
7143
7144         * invoke.texi: Fix minor typos
7145         * md.texi: Fix minor typos
7146
7147 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
7148
7149         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
7150
7151 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
7152
7153         * cpplex.c: Don't include sys/mman.h.
7154         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
7155
7156         * cpplib.c: Include sys/mman.h and obstack.h.
7157         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
7158         obstack.
7159         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
7160         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
7161         bother freeing if stack entries (they will be freed with their buffer).
7162         (do_endif): Free if stack entries from the buffer obstack.
7163         (push_conditional): Allocate if stack entries from the buffer obstack.
7164
7165         (find_answer): Rename to _cpp_find_answer.
7166         (do_assert, do_unassert): Update.
7167
7168         * cpphash.h: Update prototypes.
7169         (xobnew): New convenience macro.
7170         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
7171         Update comments.
7172         (struct cpp_hashnode): Remove disabled field.
7173
7174         * cppinit.c: Don't include hashtab.h or splay-tree.h.
7175         (report_missing_guard): Moved to cppfiles.c.
7176         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
7177         cpp_init_includes.
7178         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
7179         cpp_cleanup_includes.  Don't destroy hashtab or
7180         all_include_files here.
7181         (cpp_finish): Use _cpp_report_missing_guards.
7182
7183         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
7184         (_cpp_init_include_table): Rename _cpp_init_includes.
7185         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
7186
7187         * cppexp.c (parse_assertion): Update for new name of
7188         find_answer.
7189
7190         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
7191
7192 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
7193
7194         * cpplib.c (do_ident): s/VSPACE/EOF/
7195
7196 2000-07-05  Neil Booth  <NeilB@earthling.net>
7197
7198         * cpplex.c: Fix trigraph replacement within strings.
7199
7200 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7201
7202         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
7203
7204         * xcoffout.c (assign_type_number): Constify.
7205         (xcoffout_source_file): Add static prototype.  Don't needlessly
7206         cast away const-ness.
7207
7208 2000-07-04  Jason Merrill  <jason@redhat.com>
7209
7210         * frame.h (frame_state): Move base_offset to end.
7211
7212 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
7213
7214         * calls.c (emit_library_call_value_1): Revert previous change.
7215
7216 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
7217
7218         * fix-header.c (struct partial_proto): Remove unnecessary fields.
7219         (recognized_extern, recognized_function, read_scan_file):
7220         Update for new scheme.
7221         (check_protection): It's still a multiple include guard even
7222         if it doesn't always trigger.
7223         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
7224         new scheme.
7225         * scan.h: Declare struct cpp_token.  Update prototypes.
7226
7227 2000-07-03  Neil Booth  <neilb@earthling.net>
7228             Zack Weinberg  <zack@wolery.cumb.org>
7229
7230         Complete overhaul of the lexer and macro expander.
7231
7232         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
7233         arg, arglist, argdata, reflist, collect_objlike_expansion,
7234         collect_funlike_expansion, collect_params,
7235         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
7236         unsafe_chars, macarg, compare_defs, special_symbol,
7237         scan_arguments, stringify, funlike_macroexpand,
7238         _cpp_quote_string, monthnames): Delete.
7239         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
7240         _cpp_create_definition, _cpp_dump_definition,
7241         dump_hash_helper): Adjust.
7242         (find_param, count_params, parse_define, var_args_str,
7243         check_macro_redefinition, save_expansion): New.
7244
7245         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
7246         parse_string, output_line_command, trigraph_replace,
7247         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
7248         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
7249         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
7250         _cpp_skip_rest_of_line): Modify.
7251
7252         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
7253         find_position, null_warning, bump_column, expand_name_space,
7254         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
7255         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
7256         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
7257         _cpp_prescan): Delete.
7258
7259         (dump_param_spelling, process_directive, lex_next,
7260         is_macro_disabled, stringify_arg, expand_context_stack,
7261         output_token, make_string_token, alloc_number_token,
7262         special_symbol, duplicate_token, maybe_paste_with_next,
7263         can_paste, prevent_macro_expansion, restore_macro_expansion,
7264         get_temp_token, release_temp_tokens, quote_string,
7265         token_names, token_spellings, _cpp_expand_name_space,
7266         _cpp_glue_header_name, _cpp_reserve_name_space,
7267         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
7268         placemarker_token, eof_token, cpp_context, macro_args,
7269         get_raw_token, parse_arg, parse_args, save_token,
7270         push_arg_context, push_macro_context, pop_context,
7271         do_pop_context, free_macro_args, _cpp_get_line,
7272         _cpp_run_directive): New.
7273
7274         * cpplib.c (validate_else, parse_include, push_conditional,
7275         pass_thru_directive, read_line_number, parse_ifdef,
7276         detect_if_not_defined, _cpp_check_directive, do_define,
7277         do_undef, do_include, do_import, do_include_next, do_error,
7278         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
7279         top_pragmas, do_pragma_gcc, do_pragma_implementation,
7280         do_pragma_poison, do_pragma_system_header,
7281         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
7282         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
7283         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
7284         cpp_defined): Update for new scheme.
7285         (strtoul_for_line, get_define_node, dump_macro_name,
7286         _cpp_check_linemarker, _cpp_parse_assertion): New.
7287         (_cpp_handle_directive, do_pragma_default): Delete.
7288
7289         * cpphash.h (struct predicate): Now struct answer.
7290         (enum spell_type, struct token_spelling, struct directive,
7291         directive_handler): New.
7292         Update prototypes.  Remove unused macros.
7293         * cpplib.h: Update prototypes.  Remove unused macros,
7294         structure definitions, and fields.
7295
7296         * cpperror.c (print_containing_files, v_message): Adjust.
7297         * cppexp.c (parse_assertion, lex, parse_escape,
7298         _cpp_parse_expr): Adjust.
7299         * cppfiles.c (open_include_file, _cpp_execute_include,
7300         _cpp_compare_file_date, cpp_read_file, read_include_file):
7301         Adjust.
7302         * cppinit.c (dump_special_to_buffer): Delete.
7303         (append_include_chain, merge_include_chains, cpp_reader_init,
7304         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
7305         cpp_finish, handle_option, print_help): Adjust.
7306         * cppmain.c (main): Adjust.
7307
7308 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
7309
7310         * cppspec.c (lang_specific_driver): Use double quotes in error
7311         message.
7312
7313 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
7314
7315         * calls.c (emit_library_call_value_1): Use valreg instead
7316         of hard_libcall_value.
7317
7318 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
7319
7320         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
7321         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
7322         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
7323         (movhi): Likewise.
7324         (movqi): Likewise.
7325         (movdf): Likewise.
7326         (movsf): Likewise.
7327         (movdi): Likewise.
7328         (movti): Likewise.
7329
7330         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
7331         mode instead of wider_mode is being used.
7332
7333 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
7334
7335         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
7336         of 'r'. Use q_regs_operand.
7337         (andsi_1+2): Use q_regs_operand.
7338
7339 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
7340
7341         * builtins.c (get_memory_rtx): Always put into alias set 0.
7342
7343 2000-07-03  Nick Clifton  <nickc@cygnus.com>
7344
7345         * config/arm/arm.md: Fix post increment and pre increment
7346         peepholes so that they do not generate UNPREDICATBLE opcodes.
7347         (ie ones where the increment clobbers the source/destination).
7348
7349 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
7350
7351         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
7352         change too big for -mtiny-stack" a warning, if larger than 63.
7353         (out_set_stack_ptr): Change the logic so -mno-interrupts is
7354         always safe to use on possible future devices.
7355         (function_prologue): Write SPH before SPL, for consistency.
7356         If interrupt_func_p true, we know we have enabled interrupts.
7357         (avr_num_arg_regs): New function.  Round up to even number of
7358         bytes if no -mpack-args or if calling a libgcc function.
7359         (function_arg, function_arg_advance): Use it.
7360         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
7361         Output "movw" if available.
7362         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
7363         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
7364         (asm_output_section_name): Add blanks for consistent output.
7365         (encode_section_info): Set TREE_READONLY for progmem data to
7366         avoid gas warnings about changed section attributes.
7367         (avr_hard_regno_mode_ok): Force non-QImode data to start in
7368         even numbered registers on devices with "movw".
7369         * config/avr/avr.h (MASK_*): Define bits for target_flags.
7370         (TARGET_SWITCHES): Mark help strings for translation.
7371         Add new -mpack-args and -menhanced switches.
7372         (TARGET_OPTIONS): Mark help strings for translation.
7373         (progmem_section): Add section attributes.
7374         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
7375         Output "movw" if available.
7376         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
7377         New patterns.
7378         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
7379         call convention (arguments aligned on even registers).
7380         (_cleanup, _exit): Make weak symbols libc can override.
7381
7382 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7383
7384         * fp-bit.h: New file.
7385
7386         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
7387         Comment #endif statements.
7388         (__thenan_sf, __thenan_df): Add missing braces around initializer.
7389
7390 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
7391
7392         * gcse.c (compute_pre_data): Compute ae_kill using other local
7393         properties instead of calling compute_ae_kill.
7394
7395         * alias.c (init_alias_analysis): Do not call
7396         prologue_epilogue_contains until after reload has completed.
7397
7398 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
7399
7400         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
7401         (genrtl_finish_compound_stmt): Likewise.
7402         (genrtl_compound_stmt): Change to return void.
7403
7404         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
7405         move code from here to ...
7406         (genrtl_compound_stmt): ... here.
7407         (genrtl_finish_compound_stmt): Remove.
7408         (expand_stmt): Add comment.
7409
7410 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
7411
7412         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
7413         and VOID_TYPE_P.
7414
7415 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
7416
7417         * cpplib.h (struct cpp_reader): New field include_depth.
7418         (struct cpp_printer): Rename last_bsd to last_id.
7419         * cppfiles.c (read_include_file): Bump include_depth.
7420         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
7421         (output_line_command): Output correct #line if a header
7422         is including itself and is not protected against multiple inclusion.
7423         Use include_depth instead of buffer_stack_depth, last_id instead of
7424         last_bsd.
7425         * cppinit.c (cpp_start_read): Initialize last_id instead of
7426         last_bsd.
7427
7428 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
7429
7430         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
7431         (c-semantics.o): New target.
7432
7433         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
7434         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
7435         (genrtl_clear_out_block): Likewise.
7436         (genrtl_goto_stmt): Likewise.
7437         (genrtl_expr_stmt): Likewise.
7438         (genrtl_decl_stmt): Likewise.
7439         (genrtl_if_stmt): Likewise.
7440         (genrtl_while_stmt): Likewise.
7441         (genrtl_do_stmt): Likewise.
7442         (genrtl_return_stmt): Likewise.
7443         (genrtl_for_stmt): Likewise.
7444         (genrtl_break_stmt): Likewise.
7445         (genrtl_continue_stmt): Likewise.
7446         (genrtl_scope_stmt): Likewise.
7447         (genrtl_switch_stmt): Likewise.
7448         (genrtl_case_label): Likewise.
7449         (genrtl_begin_compound_stmt): Likewise.
7450         (gerntl_finish_compound_stmt): Likewise.
7451         (genrtl_compound_stmt): Likewise.
7452         (genrtl_asm_stmt): Likewise.
7453         (genrtl_decl_cleanup): Likewise.
7454         (DECL_ANON_UNION_ELEMS): Likewise.
7455         (emit_local_var): Likewise.
7456         (make_rtl_for_local_static): Likewise.
7457         (expand_cond): Likewise.
7458         (expand_stmt): Likewise.
7459         (c_expand_return): Likewise.
7460         (c_expand_start_case): Likewise.
7461         (do_case): Likewise.
7462         (COMPOUND_STMT_NO_SCOPE): Likewise.
7463         (c_expand_asm_operands): Likewise.
7464         (NEW_FOR_SCOPE_P): New macro.
7465         (expand_expr_stmt_fn): New type.
7466
7467         (set_current_function_name_declared): Likewise.
7468         (current_function_name_declared): Likewise.
7469         (lang_expand_stmt): Likewise.
7470         (stmts_are_full_exprs_p): Likewise.
7471         (anon_aggr_type_p): Likewise.
7472         (lang_expand_expr_stmt): Likewise.
7473         (build_case_label): Likewise.
7474
7475         * c-decl.c (lang_expand_expr_stmt): Initialize.
7476         (stmts_are_full_exprs_p): Define.
7477         (current_function_name_declared): Likewise.
7478         (do_case): Likewise.
7479         (lang_expand_stmt): Likewise.
7480         (set_current_function_name_declared): Likewise.
7481         (anon_aggr_type_p): Likewise.
7482
7483         * c-semantics.c: New file.
7484         (expand_cond): Moved from cp/semantics.c.
7485         (genrtl_do_pushlevel): Likewise.
7486         (genrtl_clear_out_block): Likewise.
7487         (genrtl_goto_stmt): Likewise.
7488         (genrtl_expr_stmt): Likewise.
7489         (genrtl_decl_stmt): Likewise.
7490         (genrtl_if_stmt): Likewise.
7491         (genrtl_while_stmt): Likewise.
7492         (genrtl_do_stmt): Likewise.
7493         (genrtl_return_stmt): Likewise.
7494         (genrtl_for_stmt): Likewise.
7495         (genrtl_break_stmt): Likewise.
7496         (genrtl_continue_stmt): Likewise.
7497         (genrtl_scope_stmt): Likewise.
7498         (genrtl_switch_stmt): Likewise.
7499         (genrtl_case_label): Likewise.
7500         (genrtl_begin_compound_stmt): Likewise.
7501         (genrtl_finish_compound_stmt): Likewise.
7502         (genrtl_compound_stmt): Likewise.
7503         (genrtl_asm_stmt): Likewise.
7504         (genrtl_decl_cleanup): Likewise.
7505         (make_rtl_for_local_static): Moved from cp/decl.c.
7506         (emit_local_var): Likewise.
7507         (expand_stmt): Define.
7508
7509         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
7510         (c_expand_return): Likewise.
7511         (c_expand_start_case): Likewise.
7512
7513 2000-07-01  Richard Henderson  <rth@cygnus.com>
7514
7515         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
7516         with the low 13 bits set.
7517         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
7518         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
7519         of the low 13 bits into a CONST plus an adddi3.
7520         (load_symptr): Set RTX_UNCHANGING_P.
7521
7522 See ChangeLog.3 for earlier changes.